/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on December 11, 2024 */

@import url('https://fonts.googleapis.com/css2?family=Ms+Madi&family=Poppins: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');
.ms-madi-regular {
  font-family: "Ms Madi", serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-thin {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: italic;
}

body {font-family: "Poppins"; }
@font-face {
    font-family: 'internationalregular';
    src: url('international.woff2') format('woff2'),
         url('international.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3, h5, .font-main {
	font-family: 'internationalregular';
}
.fc-cream {
	color:#F7F0C2;
}

.fc-cream a:hover {
	color:#5E5E5E;
}
.fc-orange {
	color:#F75E00;
}

.fc-darkgrey {color: #5E5E5E; }

.text-shadow {text-shadow: 2px 4px 2px #474747;}
.text-shadow-2 {text-shadow:0px 0px 4px rgba(0, 0, 0, 1),
             1px 1px 25px rgba(44, 57, 62, 1),
             -2px -2px 12px rgba(0, 0, 0, 1);}

.fs-7 {
    font-size: 0.75rem !important;
}

@media (min-width: 992px) {
	.fs-lg-1 {
		font-size: calc(2.5rem + 1vw) !important;
	}
}
@media (min-width: 992px) {
	.fs-lg-4 {
		font-size: calc(1.375rem + 0.9vw) !important;
	}
}

@media (min-width: 992px) {
	.fs-lg-6 {
		font-size: calc(1.275rem + .2vw) !important;
	}
}

.bg-tfc-orange {
			background-color: #F75E00;
	}
.bg-tfc-cream {
			background-color: #F7F0C2;
	}


.border-top-orange {
	border-top: #F75E00 thick solid;
}
.border-bottom-orange {
	border-bottom: #F75E00 thick solid;
}

.border-orange-medium {
	border: #F75E00 medium solid;
}

.border-cream {
	border: #F7F0C2 thick solid;
}

.border-bottom-cream {
	border-bottom: #F7F0C2 thick solid;
}


.accordion-button:not(.collapsed) {
	color: #5E5E5E; 
    background-color: #F7F0C2; 
    box-shadow: inset 0 #B0B0B0 0 #B0B0B0;
}


@media (min-width: 992px) {
	.logo-image {
		 left:80px;
	}
}


@media (min-width: 1400px) {
	.logo-image {
		 left:250px;
	}
}

.nopad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/*image gallery*/
.image-checkbox {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid transparent;
    margin-bottom: 0;
    outline: 0;
	position: relative;
	background-color: #ffffff;
}
	
.image-checkbox .img-fluid {
	z-index: 1;
	}
.image-checkbox input[type="checkbox"] {
    display: none;
}
.image-checkbox input[type="radio"] {
    display: none;
}
.image-checkbox-checked {
    border-color: #F7F0C2;
	background-color: #F75E00;
}

.image-checkbox-checked-orange {
    border-color: #F75E00;
	background-color: #F7F0C2;
}
.image-checkbox .fa {
    position: absolute;
    color: #F75E00;
    background-color: #fff;
    padding: 10px;
    bottom: 0;
    right: 0;
	z-index: 9999;
}
.image-checkbox-left .fa {
    position: absolute;
    color: #F75E00;
    background-color: #fff;
    padding: 10px;
    bottom: 0;
    left: 0;
	z-index: 9999;
}
.image-checkbox-checked .fa {
    display: block !important;
}

      .process-step {
      display: flex;
      flex-direction: column;
      align-items: center;
      font-family: Arial, sans-serif;
    }

    .process-step span {
      margin-bottom: 10px;
      font-size: 18px;
      font-weight: bold;
      color: #333;
    }

    .down-arrow {
      width: 0;
      height: 0;
      border-left: 25vw solid transparent; /* 50% of the screen width divided by 2 */
      border-right: 25vw solid transparent; /* 50% of the screen width divided by 2 */
      border-top: 20px solid #888; /* Mid-grey color for the arrow */
      margin-bottom: 10px;
    }
	.gradientContent {
    position: relative;
}
	.gradientBack {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 160px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=0 );
}

.carousel .item img {
  max-height: 368px;
  min-width: auto;
}
.carousel .item img {
	margin-top: -10px;
}

.carousel-img-min-height {	max-height: 750px; }
@media (max-width: 992px) {

	.carousel-img-min-height {	min-height: 440px; }
}
@media (min-width: 992px) {
.carousel .item img {
	margin-top: -100px;
}
}

      .cart-container {
            display: flex;
            justify-content: space-between;
            
            margin: 20px auto;
        }
        .cart-items {
			width: 50%;
            padding: 0px;			
            margin: 5px;
            border: 2px dashed #ccc;
            min-height: 100px;
            display: grid;
            gap: 10px;
            grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
			font-weight: bolder;
}
.cart-cart {
            width: 50%;
            min-height: 100px;
            display: grid;
            gap: 8px;
            grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
			border:thick solid #5E5E5E; 
			position: relative;
            padding: 0px;
            margin: 0px;
			align-self: start;
        }
.cart-cart:before {
            content: "Your Next Box";
			color:#FFF;
            position: absolute;
            top: -16px;
            left: 10px;
            background: #5E5E5E;
            padding: 0 5px;
            font-weight: bold;
        }
        .cart-item {
            padding: 10px;
            background-color: #F7F0C2;
            cursor: grab;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
			font-size: 0.6em;
        }
        .cart-item img {
            width: 80px;
            height: 80px;
            object-fit: cover;
            margin-bottom: 5px;
        }
        .cart-remove-btn {
            background-color: #F75E00;
            color: white;
            border: none;
            padding: 2px 5px;
            cursor: pointer;
            margin-top: 5px;
        }
        .cart-remaining {
            margin-top: 10px;
            font-weight: bold;
        }
        @media (max-width: 600px) {
            .cart-items, .cart-cart {
                /*grid-template-columns: 1fr;*/
                grid-template-columns: repeat(2, 1fr);
            }
        }
        @media (min-width: 601px) and (max-width: 900px) {
            .cart-items, .cart-cart {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        @media (min-width: 901px) {
            .cart-items, .cart-cart {
                grid-template-columns: repeat(3, 1fr);
            }
        }
 		@media (min-width: 1201px) {
            .cart-items, .cart-cart {
                grid-template-columns: repeat(4, 1fr);
            }
        }

        
       

/* Subscription Matrix */
 .subMatrix-container {
            display: grid;
            grid-template-columns: auto repeat(3, 1fr);
            grid-template-rows: auto repeat(3, 1fr);
            gap: 10px;
            align-items: center;
            width: 100%;
        }
        .subMatrix-header {
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            color: white;
            background-color: #3E3E3E;
			padding: 0.5rem;
			font-size: 0.8rem;
        }
        .subMatrix-labels {
            height: 100%;
            width: 100%;
            /*display: flex;
            align-items: center;*/
            justify-content: center;
            font-weight: bold;
            color: white;
            background-color: #F75E00;
			padding: 0.5rem;
        }
        .subMatrix-matrix {
            display: contents;
        }
        .subMatrix-cell {
            width: 100%;
            height: 80px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: 1em;
            user-select: none;
            position: relative;
            text-align: center;
            padding: 5px;
            background-color: #5E5E5E;
			color:#FFFFFF;
        }
        .subMatrix-cell input {
            position: absolute;
            opacity: 0;
            width: 100%;
            height: 100%;
            cursor: pointer;
        }
        .subMatrix-cell label {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .subMatrix-cell .subMatrix-price {
            margin-top: 5px;
            font-weight: bold;
        }
        .subMatrix-cell input:checked + label {
            background-color: #F75E00;
            color: white;
        }


/* PROGRESS BARS */
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: #F75E00;
    transition: var(--bs-progress-bar-transition);
}

/* Card Payment Formating */
#subscription-form {
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

#card-element {
  width: 100%;
  max-width: 600px;
  font-size: 1.2rem; /* Medium size (16px) */
  padding: 20px;
  border: 2px solid #F7F0C2;
  border-radius: 0px;
  background-color: #fff;
}

.flapack-orange-button {
	padding: 18px;
	font-size: large;
	font-weight: 700;
	border: medium solid #F7F0C2;
	background-image: #F75E00;
	color:#ffffff;
	text-decoration: none;
}

/* LOGO size change */
 .navbar-brand img {
      transition: all 0.3s ease;
      height: 160px;
    }

    .navbar.shrink .navbar-brand img {
      height: 110px;
    }