/*
    WEBSITE: GANGNAM CHICKEN
*/



/* ---------------------------------------------------
    COLORS
----------------------------------------------------- */

.color_white {
	color: #ffffff !important;
}
.color_yellow {
	color: #ffe100 !important;
}
.color_orange {
	color: #ff9500 !important;
}
.color_mandarin {
	color: #ff6f5c !important;
}
.color_red {
	color: #ff0000 !important;
}
.color_pink {
	color: #ff84ca !important;
}
.color_green {
	color: #00ca8e !important;
}
.color_lightblue {
	color: #1ba3ff !important;
}
.color_blue {
	color: #1ba3ff !important;
}
.color_purple {
	color: #8016c1 !important;
}
.color_ash {
	color: #ccc !important;
}
.color_lightgrey {
	color: #999 !important;
}
.color_midgrey {
	color: #666 !important;
}
.color_darkgrey {
	color: #333 !important;
}
.color_black {
	color: #000 !important;
}
.color_pink {
	color: #ff84ca !important;
}


.bg_color_yellow {
	background-color: #ffe100 !important;
}
.bg_color_orange {
	background-color: #ff9500 !important;
}
.bg_color_mandarin {
	background-color: #ff6f5c !important;
}
.bg_color_red {
	background-color: #ff0103 !important;
}
.bg_color_lightgreen {
	background-color: rgb(1,202,142, .45) !important;
}
.bg_color_pink {
	background-color: #ff84ca !important;
}
.bg_color_green {
	background-color: #00ca8e !important;
}
.bg_color_lightblue {
	background-color: #1ba3ff !important;
}
.bg_color_blue {
	background-color: #003eab !important;
}
.bg_color_purple {
	background-color: #8016c1 !important;
}
.bg_color_ash {
	background-color: #ccc !important;
}
.bg_color_lightgrey {
	background-color: #999 !important;
}
.bg_color_midgrey {
	background-color: #666 !important;
}
.bg_color_darkgrey {
	background-color: #333 !important;
}
.bg_color_black {
	background-color: #111 !important;
}




/* ---------------------------------------------------
    NAVIGATION AND HEADER
----------------------------------------------------- */

.navigation {}
.navigation .navbar {
	background: #e83223 !important;
}
.navigation .buttons .text {
	color: #111;
	font-size: 1.5em;
}
.navigation .buttons .btn-green {
	border: 3px solid #111;
	background-color: #00ca8e;
	color: #111;
	font-size: 2em;
	font-weight: normal;
	height: auto !important;
	padding: .15rem 1rem;
}
.navigation .buttons .btn-yellow {
	border: 3px solid #111;
	background-color: #ffe100;
	color: #111;
	font-size: 2em;
	font-weight: normal;
	height: auto !important;
	padding: .15rem 1rem;
}
.navigation .buttons .btn-green:hover {
	background-color: #00f7ae;
}
.navigation .buttons .btn-yellow:hover {
	background-color: #fffc1f;
}


header div.col-lg-8 .row {
	align-items: flex-start;
}
header div.col-lg-4 .rating-number {
	color: #fff;
	font-size: 4em;
	font-weight: normal;
	line-height: 1em;
}
header div.col-lg-4 .rating-text {
	color: #fff;
	font-size: 2em;
	font-weight: normal;
	line-height: 1em;
}
header div.col-lg-4 .rating-stars {
	color: #fff;
	font-size: 3.25em;
	line-height: 1em;
}
header div.col-lg-4 .text {
	color: #111;
	font-family: 'GT America Condensed',Helvetica, Arial, sans-serif;
	font-size: 3em;
}
header div.col-lg-4 .btn-green {
	background-color: #00ca8e;
	border: 8px solid #111;
	color: #111;
	font-family: 'GT America Condensed',Helvetica, Arial, sans-serif;
	font-size: 14em;
	font-weight: normal;
	height: auto;
	padding: 2rem;
	white-space: normal;
	line-height: .85em;
	width: 100%;
}
header div.col-lg-4 .btn-yellow {
	background-color: #ffe100;
	border: 8px solid #111;
	color: #111;
	font-family: 'GT America Condensed',Helvetica, Arial, sans-serif;
	font-size: 8em;
	font-weight: normal;
	height: auto;
	padding: 2rem;
	white-space: normal;
	line-height: .85em;
	width: 100%;
}
header div.col-lg-4 .btn-green:hover {
	background-color: #00f7ae;
	scale: 1.1;	
}
header div.col-lg-4 .btn-yellow:hover {
	background-color: #fffc1f;
	scale: 1.1;	
}

header div.col-lg-4 .links a {
	color: #fff;
	font-family: 'GT America Condensed',Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	outline: none;
	text-decoration: underline;
}
header div.col-lg-4 .links a:hover {
	color: #111;
}

/* ---------------------------------------------------
    MAIN ALINEA'S
----------------------------------------------------- */

.alinea.usp h2 {
    font-size: 5em;
    text-transform: uppercase;
    line-height: .9em;
}

.alinea {
	border-radius: 0;
}

.alinea.slogan.black {
	background-color: #111;
}
.alinea.slogan.blue {
	background-color: #1ba3ff;
}
.alinea.slogan h1 {
	font-size: 3.5em;
	line-height: 1em;
	text-transform: uppercase;
}
.alinea.slogan h2 {
	font-size: 5em;
	text-transform: uppercase;
}
.alinea.slogan h3 {
	font-size: 2.5em;
	text-transform: uppercase;
}
.alinea.slogan h3 small {
	font-size: 80%;
}
.alinea.slogan h3 small.smaller {
	font-size: 50%;
}


.alinea.intro {
	background-color: #fff;
}
.alinea.intro h2 {
	font-size: 7.5em;
	text-transform: uppercase;
	line-height: .9em;
}
.alinea.intro h3 {
	font-size: 2.5em;
	text-transform: uppercase;
}
.alinea.intro h4 {
	font-size: 1.5em;
	text-transform: uppercase;
	margin-bottom: 0;
}
.alinea.intro .btn-order {
	background-color: #00ca8e;
	border: none;
	color: #fff;
	font-family: 'GT America Condensed',Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: 400;
	height: auto;
	padding: .5rem 1rem;
	white-space: nowrap;
}
.alinea.intro .btn-order:hover {
	background-color: #8016c1;
}
.alinea.intro a {
	text-decoration: underline;
}
.alinea.intro[data-anchor="take_away"] a {
	text-decoration: none;
}

.alinea.banner {
	/* background-color: #fff; */
}
.alinea.banner h2 {
	/* font-size: 12em; */
	text-transform: uppercase;
}

.alinea.menu {
	background-color: #111;
}
.alinea.menu h2 {
   font-size: 7.5em;
   text-transform: uppercase;
   line-height: .9em;
}
.alinea.menu h3 {
	color: #fff;
	font-size: 3em;
	text-transform: uppercase;
	line-height: .8em;
}
.alinea.menu h4 {
	font-size: 2em;
	text-transform: uppercase;
}
.alinea.menu span.smaller {
	color: #fff;
	font-family: 'GT America Condensed',Helvetica, Arial, sans-serif;
	font-size: 2em;
	font-weight: 900;
}
.alinea.menu span.sign img {
	height: 35px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.alinea.menu h3 {
	font-size: 3em;
	text-transform: uppercase;
}
.alinea.menu .btn-menu {
	background-color: #00ca8e;
	border: none;
	color: #fff;
	font-family: 'GT America Condensed',Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	height: auto;
	padding: .5rem 1rem;
}
.alinea.menu .btn-menu:hover {
	background-color: #8016c1;
}
.alinea.menu img.chicken {
	max-height: 300px;
}
.alinea.menu .bg_color_purple {
	height: 175px;
}

.alinea.merchandise {
	background-color: #111;
}
.alinea.merchandise h2 {
	font-size: 5em;
	text-transform: uppercase;
	line-height: .9em;
}
.alinea.merchandise h3 {
	color: #fff;
	font-size: 1.5em;
}
.alinea.merchandise button {
	background-color: #00ca8e;
	border: none;
	color: #fff;
	font-family: 'GT America Condensed',Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	height: auto;
	padding: .5rem 1rem;
	white-space: nowrap;
}
.alinea.merchandise button:hover {
	background-color: #00ca8e;
}

.alinea.reviews {
	background-color: #1ba3ff;	
}
.alinea.reviews h2 {
	font-size: 5em;
	line-height: 1em;
}
.alinea.reviews h3 {
	font-size: 2.5em;
}
.alinea.reviews h4 {
	color: #222;
	font-size: 2em;
}
.alinea.reviews a {
	color: #222;
	text-decoration: underline;
}

.alinea.title {}
.alinea.title h2 {
	font-size: 3em;
	text-transform: uppercase;
	line-height: .8em;
}

.alinea.gallery {
	background-color: #fff;
}
.alinea.gallery .item {
	padding: 0;
}
.alinea.gallery .item h5 {
    font-size: 1.5rem;
	margin-bottom: 2.5rem;
	margin-top: 2rem;	
}

.alinea.see-you-soon {
	background-color: #1ba3ff;
}
.alinea.see-you-soon h2 {
	color: #fff;
	font-size: 5em;
	text-transform: uppercase;
	transition: .2s ease-in-out color;
}
.alinea.see-you-soon a h2:hover {
	color: #000 !important;
}
.alinea img.sidebar_script {
	height: 400px;
}
.alinea img.sidebar_script2 {
	height: 110px;
	max-width: 100%;
}

/* ---------------------------------------------------
    Product Detail
----------------------------------------------------- */

.product-detail h1 {
	
}

.product-detail h2 {
	
}

.product-detail span {
	
}

.product-detail p strong {
	font-size: 1.25em;
}

.product-detail img.main-img {
	width: 90%;
	height: 500px;
}

.product-detail span {
	
}

.product-detail btn {
	
}

.product-detail btn:hover {
	
}

.product-detail input.form-control {
	border: .1rem solid #ddd;
	border-radius: .25rem !important;
	color: #333;
	font-size: .95em;
	font-weight: 400;
}

.product-detail input.form-control:focus {
	background-color: #fff;
	border-color: #00d885 !important;
	box-shadow: 0 0 0 .2rem rgba(0,216,133,.2);
	color: #222;
	font-size: .95em;
	font-weight: 400;
	outline: 0;
}

.product-detail h2.price {
    font-size: 2.5em;
    font-weight: 600;
    letter-spacing: -.0125em;
    line-height: 1em; Vind je het goed trouwens als we volgende week even gaan overleggen over contractverlenging en 
    white-space: nowrap;
}

.product-detail h2.price sup {
    font-size: 40%;
    font-weight: 700;
    letter-spacing: normal !important;
    top: -1em;
}

.product-detail .inline-group {
	max-width: 9rem;
	padding: .5rem;
}

.product-detail .inline-group .form-control {
  	text-align: center;
}

.product-detail .form-control[type="number"]::-webkit-inner-spin-button,
.product-detail .form-control[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.product-detail .input-group-append, .product-detail .input-group-prepend {
	margin: 0 !important;	
}


.product-detail .btn-minus, .product-detail .btn-plus {
	background: #fff;
	border: 2px solid #aab0b6;
	border-radius: 0;
}

.product-detail .btn-plus:hover, .product-detail .btn-minus:hover {
	border: 2px solid #00ca8e;
}

.product-detail .btn-plus:focus, .product-detail .btn-minus:focus {
	outline: 0 !important;
}

/* ---------------------------------------------------
    DETAILS
----------------------------------------------------- */

.details hr {
	border: 1px solid #111;
	margin: 0;
	padding: 0;
}

.details h1 {
	text-transform: uppercase;
}
.details h2 {
	
}
.details h3 {
	
}
.details h3.price {}
.details h4 {
	
}
.details h3, .details h4 {
	text-transform: uppercase;
}

.details p.social {
	font-family: 'GT America Condensed',Helvetica, Arial, sans-serif;
	font-size: 1.15em;
	font-weight: 400;
}

.details p.social i {
	width: 25px;
}

.details {}

/* ---------------------------------------------------
    OPTION BAR + BUTTONS
----------------------------------------------------- */

ul.option.color {}
ul.option.color {
	list-style: none;
}
ul.option.color li {}
ul.option.color li {}
ul.option.color li span {
	display: flex;
	height: 40px;
	width: 40px;
}
ul.option.color li span.active {
	border: 2px solid #00ca8e !important;
	color: #00ca8e !important;
}

ul.option.size {}
ul.option.size {
	list-style: none;
}
ul.option.size li {}
ul.option.size li {}
ul.option.size li span {
	border: 2px solid #000;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 40px;
}
ul.option.size li span.active {
	border: 2px solid #00ca8e;
	color: #00ca8e;
}

.details .btn.btn-1 {
	background-color: #fff;
	border: 2px solid #00ca8e;
	border-radius: 0px;
	color: #00ca8e;
	font-family: 'GT America Condensed',Helvetica, Arial, sans-serif;
	font-size: 1.25em;
}
.details .btn.btn-2 {
	background-color: #00ca8e;
	border: 2px solid #00ca8e;
	border-radius: 0px;
	color: #fff;
	font-family: 'GT America Condensed',Helvetica, Arial, sans-serif;
	font-size: 1.25em;
}
.details .btn.btn-1:hover {
	background-color: #00ca8e;
	color: #fff;
}
.details .btn.btn-2:hover {
	background-color: #fff;
	border: 2px solid #00ca8e;
	color: #00ca8e;
}

.btn-group.quantity {}
.btn-group.quantity .btn {}
.btn-group.quantity .btn.btn-min {
	border: 2px solid #000;
	border-radius: 0px;
	color: #000;
	text-align: center;
	width: 40px;
}
.btn-group.quantity .btn.btn-count {
	border: 2px solid #00ca8e;
	border-radius: 0px;
	color: #00ca8e;
	text-align: center;
	width: 40px;
}
.btn-group.quantity .btn.btn-plus {
	border: 2px solid #000;
	border-radius: 0px;
	color: #000;
	text-align: center;
	width: 40px;
}

/* .filterbar p strong {
	font-weight: 500;
}

.filterbar a {
	text-decoration: none;
}
.filterbar hr {
	background-color: #111;
}

.filterbar i {
	color: #111;
	font-size: 1.5em;
} 

.filterbar .color i {
	font-size: 2em;
}

.filterbar .checkbox .cr, .radio .cr {
	border: 1px solid #aab0b6;
	border-radius: .20rem;
	display: inline-block;
	float: left;
	height: 22px;
	position: relative;
	width: 22px;
}
.filterbar ul {
    list-style: none;
} */

/* ---------------------------------------------------
    OWL SLIDER
----------------------------------------------------- */

.owl-nav {
	margin: 0 !important;
}
.owl-prev button, 
.owl-next button {
	background: #00ca8e;
	border: 2px solid #00ca8e;
	color: #fff;
}

.owl-prev button:hover , .owl-next button:hover {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}

.owl-prev button:focus , .owl-next button:focus {
	outline: 0;	
}
.owl-prev, .owl-next {
	border: 0px solid black;
	display: block !important;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
}
.owl-prev { left: -5px; }
.owl-next { right: 5px; }
/*     .owl-prev i, .owl-next i {transform : scale(2,5); color: #ccc;} */

.owl-theme .owl-nav [class*=owl-]:hover {
	background: none;	
}

/* ---------------------------------------------------
   	FAQ
----------------------------------------------------- */

.faq h2, .faq h3 {
	text-transform: uppercase;
}

.faq h2 {
	font-size: 1.5em;
}

.faq h3 {
	font-size: 1em;
}

.faq p {
	font-size: .95em;
	line-height: 1.2;	
}

/* ---------------------------------------------------
    CART
----------------------------------------------------- */

.cart img {
	height: 100px;
}

.cart p {
	font-size: 1.25em;
}

.cart strong {
	font-size: 1em;
	text-transform: uppercase;
}

.cart h2 {
	text-transform: uppercase;
}

.cart .cartprice strong {
	color: #00ca8e;
	font-size: 2.5em;
}

.cart .number strong {
	font-size: 2em;
}

.cart i {
	color: #111;
	font-size: 1.5em;
	transition: .2s ease-in-out color;
} 

.cart i:hover {
	color: #00ca8e;
}

.cart.border {
	border: 3px solid #111 !important;
}

.cart-bottom input.giftcode {
    background-color: #fff !important;
    border: 3px solid #111 !important;
    border-radius: .25rem !important;
    color: #111 !important;
    font-family: 'GT America Condensed',Helvetica, Arial, sans-serif;
    font-weight: 400 !important;
    font-size: 2em !important;
    height: calc(1.5em + .75rem + 5px) !important;
    letter-spacing: .0125em !important;
    padding: .45rem .95rem !important;
    text-transform: uppercase;
    white-space: nowrap;
}

.cart-bottom input.giftcode:focus {
    background-color: #fff;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(1,202,142, 0.3 );
    color: #495057;
    outline: 0;
}

.checkout button.btn-1 {
	background-color: #fff;
	border: 2px solid #00ca8e;
	border-radius: 0px;
	color: #00ca8e;
	font-family: 'GT America Condensed',Helvetica, Arial, sans-serif;
	font-size: 1.25em;
	height: auto !important;
	padding: .375rem .75rem;
	text-transform: uppercase;
}
.checkout button.btn-2 {
	background-color: #00ca8e;
	border: 2px solid #00ca8e;
	border-radius: 0px;
	color: #fff;
	font-family: 'GT America Condensed',Helvetica, Arial, sans-serif;
	font-size: 1.25em;
	height: auto !important;
	padding: .375rem .75rem;
	text-transform: uppercase;
}
.checkout button.btn-1:hover {
	background-color: #00ca8e;
	color: #fff;
}
.checkout button.btn-2:hover {
	background-color: #fff;
	border: 2px solid #00ca8e;
	color: #00ca8e;
}





/* ---------------------------------------------------
    INTRO ALINEA
----------------------------------------------------- */

.intro-alinea h1 {
	text-transform: uppercase;
}

.intro-alinea h2 {
	text-transform: uppercase;
}

.intro-alinea p {
	font-size: 1.25em;
	text-transform: uppercase;	
}


/* ---------------------------------------------------
    CHECKOUT
----------------------------------------------------- */

.checkout img {
	max-height: 150px;
}

.checkout label {
	color: #111;
	text-transform: uppercase;
}

.checkout p {
	color: #444;
}

.checkout .border {
	border: 3px solid #111 !important;
}

.checkout input, .checkout textarea {
	border: 3px solid #111 !important;
	border-radius: 0;
}

.checkout input:focus, .checkout textarea:focus {
	border-color: #00ca8e !important;
	box-shadow: 0 0 0 0.2rem rgba(1,202,142, 0.3 );
}


/* ---------------------------------------------------
    FOOTER
----------------------------------------------------- */

footer section.footy_info {
	background-color: #000;
	color: #fff;
}
footer section.footy_info h3 {
	font-size: 2em;
	text-transform: uppercase;
}
footer section.footy_info p {
	font-size: 1.25em;
	text-transform: uppercase;
}
footer section.footy_info small {
	font-size: 70%;
}
footer section.footy_info table.openinghours {
	font-family: 'GT America Condensed',Helvetica, Arial, sans-serif;
	font-size: .9em;
	font-weight: 900;
	text-transform: uppercase;
}



footer section.footy_main {
	background-color: #fff !important;
}
footer section.footy_main ul li a {
	color: #111;
	font-size: 4.5em;
}
footer section.footy_main ul li a:hover {
	color: #8016c1;
}
footer section.footy_main ul li p strong {
	font-weight: 600;
}
footer section.footy_main ul li .footer-logo {
	height: 150px;
}
footer section.footy_main {
	background-image: url("../...html");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: auto;
}


footer section.footy_bottom {
	background-color: #1ba3ff;
}
footer section.footy_bottom ul {
	margin: 0;
	padding: 0;
}
footer section.footy_bottom ul li {
	list-style: none;
}
footer section.footy_bottom ul li a {
	color: #fff;
	font-family: 'GT America Condensed',Helvetica, Arial, sans-serif;
	font-size: .9em;
	font-weight: 900;
	text-transform: uppercase;
}
footer section.footy_bottom ul li a:hover {
	color: #111;
}

/* ---------------------------------------------------
    FORM CLASSES
----------------------------------------------------- */

.form-control::placeholder {
	color: #999;
	opacity: 1;
}

.form-control {
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	color: #222;
	display: block;
	font-family: helvetica, arial, sans-serif;
	font-size: 1.1em;
	font-weight: 400;
	height: calc(1.5em + .75rem + 8px);
	line-height: 1.5;
	padding: .375rem .75rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	width: 100%;
}



/* ---------------------------------------------------
    LIGHTGALLERY
----------------------------------------------------- */

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: #00ca8e !important;
	border-radius: 0 !important;
}


/* ---------------------------------------------------
    STICKY BUTTON
----------------------------------------------------- */

.sticky {
	position: sticky !important;
	position: -webkit-sticky !important;
    top: 150px;
	z-index: 500;
}

.sticky-icon {
    width: 140px;
    height: 140px;
    padding: 10px 16px;
    border-radius: 70px;
    line-height: 1.33;
    text-align: center;
    
    position: fixed;
    bottom: 50px;
    right: 50px;
    
    background-color: #ffe100;
    border: 5px solid #111;
    
    z-index: 500;
}
.sticky-icon span.icon {
	font-size: 3rem;
}
.sticky-icon span.text {
	display: inline-block;
	font-size: 1rem;
	text-align: center;
}
@media (max-width:991px) {
	.sticky-icon-lg {
		display: none;
	}
}
@media (min-width:992px) {
	.sticky-icon-xs {
		display: none;
	}
}