@charset "utf-8";

@import "../css/font-awesome.min.css";

@font-face{
    font-family:"lounge-regular";
    src:url("../fonts/Lounge.otf") format("woff"),
    url("../fonts/Lounge.otf") format("opentype"),
    url("../fonts/Lounge.otf") format("truetype");
}

@font-face{
    font-family:"lounge-bold";
    src:url("../fonts/Lounge-Bold.otf") format("woff"),
    url("../fonts/Lounge-Bold.otf") format("opentype"),
    url("../fonts/Lounge-Bold.otf") format("truetype");
}

html {
  height: 100%;
  box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
}

.loader {
    text-align: center;
    margin: 20px 0;
    color: #000;
    top: 50%;
    transform: translate(0, -95%);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
}
    
.loader::before {
  content: "Transmission "; 
}

.loader::after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4,end) 1s infinite;      
  animation: ellipsis steps(4,end) 1s infinite;
  content: "\2026"; /* ascii code for the ellipsis character */
  width: 0;
  margin-right: 23px;
}

@keyframes ellipsis {
  to {
    width: 23px; 
    margin-right: 0;   
  }
}

.home-area {
	position: relative;
	overflow: hidden;
	height: 100vh;
	background: #141446;
	padding: 0 50px;
}

.product-area {
	position: relative;
	overflow: hidden;
	height: 100vh;
	background: #ffffff;
}

.product-bg-blue {
	height: 100vh;
}

.product-bg-blue img {
	position: absolute;
	width: 100vw;
	height: 100vh;
	max-height: 100%;
	top: 0;
	left: 0;
}

.product-bg-white {
    height: 100vh;
}

.product-bg-white-layer-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw; 
    height: 100vh; 
    background: url(../images/nuts-bg-3.png);
    background-size: cover;
    background-position: 0px 0px;
    background-repeat: repeat;
    -webkit-animation: movingLeft 180s linear infinite;
}

.product-bg-white-layer-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw; 
    height: 100vh; 
    background-image: url(../images/mooncake-plate-3.png);
    background-size: cover;
    background-position: 0px 0px;
    background-repeat: repeat;
    -webkit-animation: slide 180s linear infinite;
}

/*.product-bg-white img {
    position: absolute;
    width: auto; 
    max-height: 100%;
    top: 0;
    right: 0;
}*/

@-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: 0 -3240px; }
}

@-webkit-keyframes movingLeft {
    from { background-position: 0 0; }
    to { background-position: -5760px 0; }
}

.animation-img {
	position: absolute;
    width: 12vw;
    height: auto;
    top: unset;
    bottom: 9vh;
    left: 18vw;
}

.animation-img img {
    width: 100%;
}

.animation-img-2 img {
	position: absolute;
    width: auto;
    height: 30vh;
    top: -25px;
    left: unset;
    right: 20vw;
}

.product-caption {
    width: 46vw;
    position: absolute;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-84%, -58%);
    z-index: 1;
}

.product-caption img {
	width: 100%;
}

.item-box {
	height: 100vh;
}

.item-box img {
	position: absolute;
    width: auto;
    height: 50vh;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
    transition: all 0.9s ease-out;
    z-index: 3;
} 

.item-layer-1 img {
    height: auto;
    width: 17vw;
    transform: translate(-50%, -50%);
}

.item-icon img {
	height: 8vh;
    transform: translate(237%, -50%);
    cursor: pointer;
    z-index: 9;
}

.item-cart img {
	height: 8vh;
    top: unset;
    bottom: 12vh;
    left: 43vw;
    cursor: pointer;
    z-index: 0;
}

.info-area {
	position: relative;
	overflow: hidden;
	height: 100vh;
	background: #ffffff;
}

.info-content {
    width: 100vw;
    height: 100vh;
    left: 0;
    right: 0;
    position: absolute;
}

.info-content img {
	width: 100%;
	height: 100%;
}

.info-caption {
    width: 46vw;
    position: absolute;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-84%, -58%);
}

.info-caption img {
	width: 100%;
    height: auto;
}

.info-animation {
	position: absolute;
    width: 12vw;
    height: auto;
    top: unset;
    bottom: 9vh;
    left: 18vw;
}

.info-animation img {
    width: 100%;
}

.info-animation-2 img {
	position: absolute;
    width: auto;
    height: 30vh;
    top: -25px;
    left: unset;
    right: 20vw;
}

.item-img {
    position: absolute;
    width: 17vw;
    height: auto;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -35%);
    z-index: 0;
}

.item-img img {
    width: 100%;
}

/*.info-item img {
	position: absolute;
    width: 17vw;
    height: auto;
    top: 50vh;
    left: 50vw;
    transform: translate(-70%, -35%);
    z-index: 0;
} */

.item-box .item-layer-1 .slice img {
	position: fixed;
    width: auto;
    top: 67.5vh;
    left: 57vw;
    height: 30vh;
    /* transform: translate(-23%, -4%); */
    /*z-index: 999;*/
    transform-origin: top left;
} 

.item-desc {
	position: absolute;
    width: 25vw;
    height: auto;
    top: 50vh;
    left: unset;
    right: 10vw;
    transform: translate(0, -45%);
    /*z-index: 3;*/
}

.item-desc p {
	font-size: 12px;
}

.item-desc img {
	width: 4vw !important;
    height: auto !important;
    top: unset;
    bottom: -40px;
    left: unset;
    right: 17vw;
    transform: unset !important;
}

.info-cart {
    position: absolute;
    top: 75vh;
    left: 48vw;
    z-index: 9;
}

.info-cart ul {
    list-style: none;
    padding: 0;
}

.info-cart ul li {
    display: inline-block;
    width: 4vw;
    height: auto;
    margin: 0 2px;
}

.info-cart ul li:first-child {
    margin-right: 15px;
}

.info-cart img {
    width: 100%;
    cursor: pointer;
}

.cart-item {
    display: inline-block;
    transform: translate(0, -40%);
}

.cart-item img {
    width: 70px;
}

.cart-info {
    width: 295px;
    display: inline-block;
    padding-left: 25px;
}

.item-title h4 {
    font-size: 13px;
}

.item-stock h4 {
    font-size: 13px;
    color: #ddd;
}

.item-remove {
    display: inline-block;
    padding: 0 15px;
    cursor: pointer;
    font-size: 12px;
}

.item-remove:hover {
    color: red;
}

.item-remove span,
.item-price span {
    transform: translate(0, -50%);
}

.item-price {
    display: inline-block;
}

.item-qty {
    display: inline-block;
    position: relative;
}

.item-qty .dec.qtybutton {
    height: 25px;
    left: 0;
    padding-top: 2px;
    top: 0;
    display: inline-block;
    position: absolute;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

.item-qty .inc.qtybutton {
    border-left: ;
    height: 25px;
    padding-top: 2px;
    right: 0;
    top: 0;
    position: absolute;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

.cart-plus-minus-box {
    color: #333;
    float: left;
    font-size: 14px;
    height: 25px;
    margin: 0;
    width: 70px;
    background: transparent none repeat scroll 0 0;
    padding: 0;
    border: none;
    text-align: center;
}

.cart-details {
    position: relative;
}

.item-custom span {
    transform: translate(0, -35%);
    display: inline-block;
    padding-right: 5px;
}

.cart-details-box {
    padding: 0;
}

.cart-details-box li {
    list-style: none;
}

.item-no-stock h4 {
    color: red;
    font-size: 13px;
}

.home-animation {
    padding: 50px 0;
}

.home-logo,
.home-animation-layer-1,
.home-animation-layer-2 {
    position: absolute;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
    margin: 0 auto;
}

.home-logo img {
    width: 8vw;
}

.home-animation-layer-1 img {
    width: 22vw;
}

.home-animation-layer-2 img {
    width: 34vw;
}

#animated-rotate-right {
    -webkit-animation: rotation 50s infinite linear;
}

@-webkit-keyframes rotation {
    from {
            -webkit-transform: rotate(0deg);
    }
    to {
            -webkit-transform: rotate(359deg);
    }
}

#animated-rotate-left {
    -webkit-animation: rotation-left 50s infinite linear;
}

@-webkit-keyframes rotation-left {
    from {
            -webkit-transform: rotate(359deg);
    }
    to {
            -webkit-transform: rotate(0deg);
    }
}

.home-button {
    position: absolute;
    bottom: 5vh;
    left: 50vw;
    transform: translate(-50%, 0);
    animation: bounce 2s infinite;
}

.home-button img {
    width: 30px;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-25px);
    }
    60% {
        transform: translateY(-10px);
    }
}

.animation-orbit {
    position: absolute;
    top: 50vh;
    left: 50vw;
    width: 36vw;
    transform: translate(-50%, -50%);
}

.animation-orbit:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.running-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*-webkit-animation: spin-right 25s linear infinite;
    animation: spin-right 25s linear infinite;*/
}

.running-animation-layer-1,
.running-animation-layer-2,
.running-animation-layer-3,
.running-animation-layer-4,
.running-animation-layer-5 {
    position: absolute;
}

.running-animation-layer-1 {
    top: 0;
}

.running-animation-layer-2 {
    left: 2vw;
    top: 0;
}

.running-animation-layer-3 {
    left: 1vw;
    top: 0vh;
}

.running-animation-layer-4 {
    top: -2vh;
    left: 4vw;
}
 
.running-animation-layer-5 {
    top: -5vh;
    left: 2.5vw;
}

.running-animation-layer-1 {
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    animation:fade 8s infinite;
    -webkit-animation:fade 8s infinite;
}

.running-animation-layer-2 {
    -ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    animation:fade2 8s infinite;
    -webkit-animation:fade2 8s infinite;
}

.running-animation-layer-3 {
    -ms-transform: rotate(-32deg);
    -webkit-transform: rotate(-32deg);
    transform: rotate(-32deg);
    animation:fade3 8s infinite;
    -webkit-animation:fade3 8s infinite;
}

.running-animation-layer-4 {
    -ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    animation:fade4 8s infinite;
    -webkit-animation:fade4 8s infinite;
}

.running-animation-layer-5 {
    -ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    animation:fade5 8s infinite;
    -webkit-animation:fade5 8s infinite;
}

.running-animation-layer-1 img {
    width: 10vw;
}

.running-animation-layer-2 img {
    width: 7vw;
}

.running-animation-layer-3 img {
    width: 8vw;
}

.running-animation-layer-4 img {
    width: 4vw;
}

.running-animation-layer-5 img {
    width: 5vw;
}

.animation-floating {
    position: absolute;
    top: 50vh;
    left: 50vw;
    transform: translate(80%, 20%);
}

.animation-floating-layer {
    transform: translatey(0px);
    animation: float 5s ease-in-out infinite;
}

.animation-floating-layer img {
    width: 20vw;
}

.mooncake-img-layer img {
    transform: translate(-70%, -35%);
}

.slice {
    width: 8vw;
    top: 52vh;
    left: 55vw;
    position: absolute;
    z-index: 3;
    display: block;
    height: auto;
}

.slice img {
    width: 100%;
    animation: zoomin .25s;
}

@keyframes fade
{
    0% { opacity:1 }
    20% { opacity: 0 }
    40% { opacity: 0 }
    60% { opacity: 0 }
    80% { opacity: 0 }
    100% { opacity: 1 }
}

@keyframes fade2
{
    0% { opacity:0 }
    20% { opacity: 1 }
    40% { opacity: 0 }
    60% { opacity: 0 }
    80% { opacity: 0 }
    100% { opacity: 0 }
}

@keyframes fade3
{
    0% { opacity:0 }
    20% { opacity: 0 }
    40% { opacity: 1 }
    60% { opacity: 0 }
    80% { opacity: 0 }
    100% { opacity: 0 }
}

@keyframes fade4
{
    0% { opacity:0 }
    20% { opacity: 0 }
    40% { opacity: 0 }
    60% { opacity: 1 }
    80% { opacity: 0 }
    100% { opacity: 0 }
}

@keyframes fade5
{
    0% { opacity:0 }
    20% { opacity: 0 }
    40% { opacity: 0 }
    60% { opacity: 0 }
    80% { opacity: 1 }
    100% { opacity: 0 }
}

@-webkit-keyframes spin-right {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes float {
    0% {
        transform: translatey(0);
    }
    50% {
        transform: translatey(-50px);
    }
    100% {
        transform: translatey(0);
    }
}

@keyframes zoomin {
  from {
    width: 0;
  }
  to {
    width: 9vw;
  }
}



/* Footer */
.footer-area {
    position: absolute;
    right: 0;
    bottom: 0; 
    left: 0;
    text-align: center;
    margin-top: 45px;
    width: 100%;
    padding: 15px 15px 0;
    border-top: 1px solid #b09841;
}

.footer-logo,
.footer-copyright {
    text-align: center;
}

.footer-logo ul,
.footer-copyright ul {
    list-style: none;
    padding-left: 0;
}

.footer-logo ul li,
.footer-copyright ul li {
    display: inline-block;
}

.footer-logo img {
    height: 20px;
}

.footer-copyright,
.footer-copyright a {
    font-size: 10px;
    color: #b4afaf;
    font-weight: 300;
}

.footer-copyright a:hover {
    color: #141446;
    text-decoration:none; 
}

/*contact*/
.contact-area {
    position: relative;
}

.contact-header {
    text-align: center;
}

.contact-header h3 {
    font-size: 28px;
    font-family: "lounge-regular";
    font-weight: 800;
    padding-top: 50px;
    color: #141441;
    letter-spacing: 2px;
    padding-bottom: 30px;
}

.contact-content {
    padding-left: 100px;
    padding-right: 30px;
}

.contact-content h4 {
    color: #11225f;
    margin-bottom: 0px;
    font-family: "lounge-regular";
    font-weight: 800;
    letter-spacing: 1px;
}

.contact-border-right {
    border-right: 1px solid #ddd;
}

.contact-border-bottom {
    border-bottom: 1px solid #ddd;
}

.contact-info {
    padding-bottom: 10px;
    padding-top: 10px;
}

.contact-info h6 {
    color: #939598;
    font-family: "lounge-regular";
    letter-spacing: 1px;
}

.contact-info a {
    font-size: 13px;
    color: #0c1039;
    font-family: "lounge-regular";
    letter-spacing: 1px;
}

.contact-info p {
    font-size: 13px;
    color: #0c1039;
    font-family: "lounge-regular";
    letter-spacing: 1px;
    margin-bottom: 0;
}

.contact-info ul {
    list-style: none;
    padding-left: 0;
}

.contact-info ul li {
    display: inline-block;
    margin-right: 10px;
}

.contact-info img {
    height: 35px;
}

.contact-form {
    padding-left: 15px;
    padding-right: 100px;
}

.contact-form h4 {
    color: #11225f;
    margin-bottom: 0px;
    font-family: "lounge-regular";
    font-weight: 800;
    letter-spacing: 1px;
}

.form-caption {
    padding-bottom: 10px;
}

.form-caption h4 {
    color: #11225f;
    margin-bottom: 0px;
    font-family: "lounge-regular";
    font-weight: 800;
    letter-spacing: 1px;
}

.contact-form h6 {
    color: #939598;
    font-family: "lounge-regular";
    letter-spacing: 1px;
    line-height: 20px;
}

.contact-form input, 
.contact-form textarea,
.shipping-form input,
.shipping-form select,
.billing-form input {
    background-color: #f5f5f5;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: "lounge-regular";
    border: 1px solid #f5f5f5;
    box-shadow: none;
    outline: none;
}

.contact-form input:hover, 
.contact-form input:focus,
.contact-form textarea:hover,
.contact-form textarea:focus,
.shipping-form input:hover, 
.shipping-form input:focus,
.shipping-form select:hover,
.shipping-form select:focus,
.billing-form input:hover, 
.billing-form input:focus {
    border: 1px solid #0c1039;
    outline: none;
    box-shadow: none;
}

.shipping-form input,
.shipping-form select,
.billing-form input {
    font-size: 14px;
}

.shipping-form .form-control,
.billing-form .form-control {
    height: 36px;
    padding: 7px 12px 5px;
    transition: none;
}

.btn-contact {
    background: #002f8f;
    color: #fff;
    font-family: "lounge-regular";
    letter-spacing: 2px;
    font-weight: 100;
    font-size: 12px;
    border: 1px solid #002f8f;
    padding: 6px 15px 3px;
}

.btn-contact:hover {
    background: #fff;
    color: #002f8f;
}

.pr-3 {
    padding-right: 3px;
}

.pl-3 {
    padding-left: 3px;
}

.error {
    color: red;
    font-size: 11px;
    font-weight: 400;
}

/**About**/
.about-area-1 {
    background-image: url(../img/about-bg-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.about-header {
    text-align: center;
    padding: 0 0 50px;
    height: 35vh;
}

.about-header:before {
    content: '';
    height: 20vh;
    width: 1px;
    position: absolute;
    background: #b09841;
    top: 0;
}

.about-header h3 {
    font-family: "lounge-bold";
    color: #fff;
    font-size: 24px;
    letter-spacing: 2px;
    padding-top: 20vh;
}

.about-header h3:before {
    content: '';
    position: absolute;
    background: #b09841;
    height: 1px;
    width: 5vw;
    top: 20vh;
    left: 50vw;
    transform: translate(-136%, 0);
}

.about-header h3:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 5vw;
    background: #b09841;
    margin-top: 7vh;
    left: 50vw;
    transform: translate(-136%, 0);
}

.about-content {
    color: #fff;
    font-family: "lounge-regular";
    letter-spacing: 1px;
    width: 50vw;
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
}

.about-content p {
    text-align: left;
    margin-bottom: 15px;
}

.about-animation-1 {
    position: absolute;
    top: 10vh;
    left: 15vw;
    width: 5vw;
}

.about-animation-2 {
    position: absolute;
    top: 32vh;
    left: -6vw;
    width: 20vw;
}

.about-animation-3 {
    position: absolute;
    top: 53vh;
    left: -11vw;
    width: 35vw;
}

.about-animation-4 {
    position: absolute;
    top: 15vh;
    right: -50px;
    width: 23vw;
}

.about-animation-5 {
    position: absolute;
    top: 70vh;
    right: 10vw;
    width: 7vw;
}

.about-animation-6 {
    position: absolute;
    top: -40vh;
    left: -2vw;
    width: 30vw;
}

.about-animation-1 img,
.about-animation-2 img,
.about-animation-3 img,
.about-animation-4 img,
.about-animation-5 img,
.about-animation-6 img {
    width: 100%;
}

.about-area-2 {
    background-image: url(../img/about-bg-3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.about-info {
    width: 65vw;
    position: absolute;
    top: 20vh;
    left: 14vw;
}

.about-title {
    font-family: "lounge-bold";
    letter-spacing: 2px;
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}

.about-desc {
    color: #fff;
    font-family: "lounge-regular";
    letter-spacing: 1px;
    font-size: 13px;
}

.about-desc p {
    margin-bottom: 15px;
}

.home-bg-layer {
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
}

.home-bg-layer img {
    width: 100%;
}

.product-caption-2 {
    width: 30vw;
    transform: translate(-150%, -58%);
}

.product-caption-3 {
    width: 35vw;
    transform: translate(-128%, -58%);
}

.product-caption-5 {
    width: 40vw;
    transform: translate(-117%, -48%);
}

.product-caption-6 {
    width: 50vw;
    transform: translate(-93%, -54%);
}

.product-caption-7 {
    width: 42vw;
    transform: translate(-99%, -59%);
}

.product-caption-8 {
    width: 39vw;
    transform: translate(-122%, -57%);
}

.product-caption-9 {
    width: 47vw;
    transform: translate(-91%, -44%);
}

.product-caption-10 {
    width: 40vw;
    transform: translate(-115%, -70%);
}

.info-bg {
        position: absolute;
    top: -12vh;
    right: 1vw;
    width: 100vw;
    height: 120vh;
    background-image: url(../img/red-bean-info-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
}

.item-layer-2 img {
    opacity: 0.97;
}

.item-type {
    position: absolute;
    top: 65vh;
    left: 66vw;
    z-index: 9;
}

.item-type ul {
    list-style: none;
    display: flex;
    padding-left: 0;
}

.item-type ul li:first-child {
    width: 50px;
    height: auto;
    margin-right: 15px;
}

.item-type ul li:last-child {
    width: 35px;
    height: auto;
}

.item-type img {
    width: 100%;
}

.item-type ul li:last-child img {    
    transform: translate(0, 6px);
}

.item-type ul li {
    position: relative;
}

input[type="radio"]:checked + label::before {
    content: '\f058';
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #05c800;
    position: absolute;
    display: block;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*input[type="radio"]:checked + label:first-child::before {
    top: 20px;
    left: 16px;
}

input[type="radio"]:checked + label:last-child::before {
    top: 18px;
    left: 9px;
}*/

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

.payment h4 {
    font-size: 14px;
    position: relative;
    margin-bottom: 20px;
}

.payment span {
    position: absolute;
    left: 150px;
}

.payment {
    margin-top: 30px; 
}

.cart-border {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 15px
}

.billing {
    padding-top: 15px;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 1px solid #141446;
}

.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #141446;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cart-notification {
    width: 130px;
    position: absolute;
    top: -65px;
    left: 50px;
    transform: translate(-68%, 0);
    text-align: center;
    background: #141446;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    display: none;
}

.cart-notification p {
    font-size: 12px;
    margin-bottom: 0;
}

.cart-notification:before {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    display: block;
    border-width: 8px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    top: 115%;
    bottom: auto;
    transform: translateY(-50%);
    border-top-color: #141446;
    left: 45%;
}

.is-open {
    display: block;
}

.is-close {
    display: none;
}

.mixed-item {
    position: relative;
    height: 100vh;
    padding-top: 30px;
}

.mixed-item ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}

.mixed-item ul li {
    position: relative;
    padding: 20px 15px;
}

.mixed-item-img {
    width: 26vw;
    height: auto;
}

.mixed-cart-icon {
    position: absolute;
    bottom: 35px;
    left: 50%;
    width: 50px;
    height: auto;
    transform: translate(-50%, 0);
}

.mixed-item-img img, .mixed-cart-icon img {
    width: 100%;
}

.swal2-popup.swal2-toast .swal2-title p {
    margin-top: 10px;
}

.swal2-popup.swal2-toast.swal2-show {
    border: 1px solid #141446;
}

.swal2-popup.swal2-toast {
    box-shadow: 0 0 0.625em #141446;
}
