/*
 KELY 2023
 
 sb 3.4.0
 
 youth corner Button		
 yellow		ffdd00
 black		000000
 teal/blue	6cbad6
 turquoise 	8ad0c3
 purple		8f96ca

 font-family: 'Rubik', sans-serif;
 
 body {font-size:100%;}
 
 Pastel colors
 green 		C9E4DE
 blue  		C6DEF1
 purple 	DBCDF0
 pink   	F2C6DE
 orange 	F7D9C4
 yellow 	FAEDCB

----------------------------------------*/


div {outline:0px solid red;}

body {color:#000;}

body,html,
h1,
h2,
h3,
h4,
h5,
h6 {font-family:'Rubik', sans-serif!important; font-weight:400; color:#000;}
p {font-family:'Rubik', sans-serif!important;  color:#000;}
 
@media screen and (min-width: 992px) {
	.pl-lg-80 {padding-left:80px;}
	.pr-lg-80 {padding-right:80px;}
	
	.pt-xl-8 {padding-top:8px;}
}
.mh-50 {max-height:50px;}
.mh-45 {max-height:45px;}

.full-width {width:100%;}

.link-dark {color:#000;}

.hidemob {display:none;}

@media screen and (min-width: 767px) {
	.hidemob {display:block;}
	.tright-desk {text-align:right;}
}

#content img,
#content p img {max-width:fit-content}

	#content .wrap-image-with-text img,
	#content .k30-posts .entry-image img,
	#content .entry-image img {max-width:100%}
	
	#content .wrap-onecolumn img,
	#content .wrap-twocolumns img,
	#content .wrap-threecolumns img,
	#content .wrap-fourcolumns img {width:100%;}


	#content .iframevideo iframe {width:100%; height:80vh}
	@media screen and (max-width: 1200px) {
		#content .iframevideo iframe {width:100%; height:40vh}
	}
  
a:hover {color:#000;}

.btn {box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 5px;}

.mh-75 {min-height:75px;}

.hidden {display:none!important;}

.card {border-radius:0;}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {font-weight:400;}

.text-bold {font-weight:700!important;}

.text-turquoise {color:#8ad0c3;}

.br-50 {border-radius:50%;}
.br-20 {border-radius:20em;}
.br-8 {border-radius:8em;}
.br-4 {border-radius:4em;}
.br-2 {border-radius:2em;}

.border-radius-top-left {border-top-left-radius:20em;}
.border-radius-top-right {border-top-right-radius:20em;}
.border-radius-bottom-left {border-bottom-left-radius:20em;}
.border-radius-bottom-right {border-bottom-right-radius:20em;}

.box-bg-teal {background:#6cbad6;} 
.box-bg-turquoise {background:#8ad0c3;}
.box-bg-purple {background:#8f96ca;}
.box-bg-yellow,
.box-bg-wide-yellow {background:#ffdd00;}

.box-bg-grey {
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(100,100,100,1) 0%, rgba(200,200,200,1) 100%);
}

.bg-lightgrey {background:#f3f3f3;}

.img-shadow {box-shadow:rgba(0, 0, 0, 0.3) 0px 12px 25px;}


.font-normal {font-weight:400;}

.btn-yellow,
.btn-yellow:hover {background:#ffdd00; color:#000; border-radius:14px!important; border:0;}

.btn-black,
.btn-black:hover {background:#000; color:#fff;}
	
.btn-resources,
.btn-resources:hover {background:none; color:#8ad0c3; border-radius:14px!important; border:2px solid #8ad0c3;}

.btn-white-border,
.btn-white-border:hover {background:none; color:#fff; border-radius:14px!important; border:2px solid #fff;}

.border-top {border-top:2px solid green;}

.social-black i {color:#000!important;}
 

.text-center ul {list-style-type:none;}

.navbar-btns a,
.announcement-bar a {color:#000;}
.announcement-bar .social a {margin:0 4px;}
.announcement-bar .uil-search {cursor:pointer;}

@media screen and (max-width: 767px) {
	.hide-md {display:none!important;}
}
@media screen and (min-width: 767px) {
	.hide-above-md {display:none!important;}
}
@media screen and (max-width: 767px) {
	.show-md {display:block!important;}
}

@media (max-width:768px){
	.justify-center-md {justify-content: center;}
	
	.navbar-stick img {padding:10px 0;}
}

.navbar-stick .align-items-center.pt-2 {padding-top:0!important;}


.btn-soft-primary{
    --bs-btn-color:#fff;
    --bs-btn-hover-color:var(--bs-primary);
    --bs-btn-bg:#333;
    --bs-btn-border-color:#333;
    --bs-btn-hover-bg:#333;
    --bs-btn-hover-border-color:#333;
    --bs-btn-active-color:var(--bs-primary);
    --bs-btn-active-bg:var(--bs-pale-primary);
    --bs-btn-active-border-color:#333;
}
.btn-primary{
	--bs-btn-color:#333;
    --bs-btn-bg:#fff;
    --bs-btn-border-color:#fff;
    --bs-btn-hover-bg:#fff;
    --bs-btn-hover-border-color:#fff;
    --bs-btn-active-bg:var(--bs-primary);
    --bs-btn-active-border-color:#fff;
}

.iframe-yt {
	width: 100%;
    aspect-ratio: 16 / 9;
    border: none;
}
	
/* offcanvas */
.bg-dark.text-inverse a:not(.btn):not([class*=link-]):hover, 
.bg-navy.text-inverse a:not(.btn):not([class*=link-]):hover, 
.text-inverse a:not(.btn):hover, 
[class*=offcanvas-].text-inverse a:not(.btn):not([class*=link-]):hover {color:#fff;}

.mob-langmenu {width: 100%; margin: 0 0 0 60px;}
.mob-langmenu a {background:#fff; color:#000; border-radius:40px; padding:2px 10px; font-weight:bold;}

.offcanvas-nav .offcanvas-header .btn-close {position:absolute; top:10px; right:32px;}
.offcanvas-footer a {color:#fff;}
.offcanvas-footer a.btn {color:#000;}
.offcanvas-footer a.btn.btn-black {color:#fff;}

.offcanvas-footer a.text-black {color:#000;}


/* progress icon */
.progress-wrap svg.progress-circle path {stroke:#999;}
.progress-wrap:after {color:#999;}

/* nav */
.mainnav a.nav-link {color:#000;}

.navbar-btns .btn {border:0; border-radius:14px!important; color:#000; font-size:15px; }
.navbar-btns .btn-turquoise {background:#8ad0c3;}
.navbar-btns .btn-yellow {background:#ffdd00;}
.navbar-btns .nav-link.float-start {line-height:18px;}

.navbar-nav .nav-item.current,
.navbar-nav .dropdown-submenu.current a {background:#ffdd00; color:#000;}
.navbar-nav .dropdown-submenu.current > ul a {background:none;}

.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item.active,
.navbar-nav .dropdown-item:active {margin-left:0px; color:#888; background:#f1f1f1;}

.navbar-nav .bg-turquoise ul.dropdown-menu  {background:#8ad0c3!important;}

.navbar .navbar-other .nav-item .bg-turquoise .nav-link {padding-top: 6px!important; padding-bottom: 6px!important;}

.navbar-nav .btn:hover {transform: translateY(0)!important;}

.dropend>.dropdown-menu {margin-top:-20px; }
@media (min-width: 992px) {
    .navbar-expand-lg .dropend>.dropdown-menu {
        margin-left: 2px;
    }
}

@media (max-width:768px){
	.navbar-nav	.nav-item a {text-wrap: wrap;}
}
	
/* breadcrumb */
.wrap-breadcrumb .breadcrumb,
.wrap-breadcrumb .breadcrumb li a {color:#777; font-size:0.9em;}
.wrap-breadcrumb .breadcrumb .breadcrumb-item.active {color:#777; font-size:0.9em;}
.breadcrumb-item+.breadcrumb-item::before {color:#777; margin-top: -4px;}


/* footer */
footer .breadcrumb .breadcrumb-item {}
footer .breadcrumb-item+.breadcrumb-item::before {display:block; color:#000; content:'\2022'; line-height: 20px;}

.footer-partners a {margin:0 20px;}

.breadcrumb-item a,
.breadcrumb-item a:hover {color:#000;}
footer i,
footer a {color:#000;}

	@media screen and (max-width: 765px) {
		footer .footer-first-block img {transform:scale(0.7);}
	}
	
/* homepage hero swiper 
.swiper-homepage .swiper-hero, 
.swiper-homepage .swiper-hero .swiper-slide {height:600px!important;}

.swiper-homepage .swiper-hero {height:auto!important;}
.swiper-homepage .swiper-hero .swiper-slide {object-fit: cover !important;
     width: 100% !important;
     max-width: none !important;}	
*/



/*
.swiper-wrapper {height:100%!important;}
.swiper-container {
    width: 100%!important;
}

.swiper-slide img {
    width: 100%!important;
    height: auto!important;
    display: block!important;
}
*/
.swiper .swiper-slide.dark .swiper-txt-block {background-color: rgba(0, 0, 0, 0.5); padding: 15px 0; border-radius: 2rem;}
.swiper .swiper-slide.light .swiper-txt-block {background-color: rgba(0, 0, 0, 0.2); padding: 15px 0; border-radius: 2rem;}

.swiper-hero {background:#fff;}
.swiper-hero .swiper {border-bottom-right-radius:20em;}
	@media screen and (max-width: 765px) {
		.swiper-hero .swiper {border-bottom-right-radius:8em;}
	}

.swiper-hero .swiper-slide .btn.btn-yellow.rounded-pill {background:#ffdd00; color:#000; border-radius:14px!important; border:0;}
	
	.swiper-container.dots-over .swiper-pagination .swiper-pagination-bullet {background:#ffdd00; opacity:0.8;}
	.swiper-controls .swiper-pagination .swiper-pagination-bullet {background:#ffdd00; width: 0.7rem; height: 0.7rem;}
	
	.swiper-container.dots-over .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {border-color:#000; background:#ffdd00;}
	
	
/* homepage box mission */
.wrap-box-mission {background:#ffdd00; border-top-left-radius:20em; border-bottom-right-radius:20em;}
.card.wrap-box-mission {color:#000;}
.wrap-box-mission .card-body {padding:1.5em 1em; color:#000;}
.box-mission-video {
	border-top-left-radius: 20em;
	overflow: hidden;
}
	@media screen and (max-width: 765px) {
		.wrap-box-mission {border-top-left-radius:8em; border-bottom-right-radius:8em;}
		.box-mission-video {border-top-left-radius: 6em;}
	}
.wrap-mission-items .card {border-radius:3em; box-shadow: rgba(0, 0, 0, 0.3) 0px 12px 25px!important; transition: all 0.3s ease;}
.wrap-mission-items .card:hover {box-shadow: rgba(0, 0, 0, 0.6) 0px 12px 25px!important;}
.wrap-mission-items .card h2 {color:#fff;}

.wrap-mission-items .card-body h2 {font-size:2em; font-weight:500; line-height:36px; margin:0 0 6px 0;}
.wrap-mission-items .card-body p {color:#fff; font-size:1.2em;}

/* homepage our latest news */
.our-latest-news .swiper-slide .item-inner {padding:30px;}
	@media screen and (max-width: 765px) {
		.blog.grid-view .swiper-slide {}
		.our-latest-news .swiper-slide .item-inner {padding:10px;}
	}
/*
.our-latest-news .swiper-slide.box-teal figure {box-shadow: -10px 10px 2px 1px rgba(108, 186, 214, 1); transition: all 0.3s ease;}
.our-latest-news .swiper-slide.box-turquoise figure {box-shadow: -10px 10px 2px 1px rgba(138, 208, 195, 1); transition: all 0.3s ease;}
.our-latest-news .swiper-slide.box-purple figure {box-shadow: -10px 10px 2px 1px rgba(143, 150, 202, 1); transition: all 0.3s ease;}

.our-latest-news .swiper-slide.box-teal:hover figure {box-shadow: -15px 15px 2px 1px rgba(108, 186, 214, 1);}
.our-latest-news .swiper-slide.box-turquoise:hover figure {box-shadow: -15px 15px 2px 1px rgba(138, 208, 195, 1);}
.our-latest-news .swiper-slide.box-purple:hover figure {box-shadow: -15px 15px 2px 1px rgba(143, 150, 202, 1);}
*/
.our-latest-news-box .wrap-figure {position:relative;}
.our-latest-news-box .wrap-figure figure {position:relative; z-index:1; border-radius:3em;}
#content .our-latest-news-box .wrap-figure figure img {max-width:100%;}
.our-latest-news-box .wrap-figure .box-shadow {border-radius:3em; width: 100%; height: 100%; position: absolute; top: 10px; left: -10px; z-index:0; transition: all 0.3s ease;}
.our-latest-news-box .wrap-figure:hover .box-shadow {transform: translate(-5px, 5px);}


.our-latest-news-box .post-title {min-height: 70px; outline: 0px solid green;}

.our-latest-news .swiper-slide i {vertical-align:middle;}

.our-latest-news .post-meta,
.our-latest-news .post-meta li a {color:#000; font-size:13px;}
.our-latest-news .post-meta li:before {background:#000; opacity:1;}
.our-latest-news .post-meta li i {vertical-align:0;}

.our-latest-news {color:#000;}
.our-latest-news a.float-end,
.our-latest-news a.float-end:hover  {color:#8ad0c3;}

	@media screen and (max-width: 765px) {
		
		.our-latest-news li.post-date:before {display:none;}
		.our-latest-news .swiper-slide li.post-date:before {display:inline-block;}
		
		#content .our-latest-news figure img {max-width:100%!important;}
	}


/* homepage box empowered */
.card.wrap-box-empowered {background:#000; border-radius:0 20em 0 20em; margin:0 20px 60px auto; padding-bottom:0px; box-shadow: 20px -20px 2px 1px rgba(255, 221, 0, 1)!important;}
	
.wrap-box-empowered h3,
.wrap-box-empowered p {color:#fff; font-weight:500;}
.wrap-box-empowered p.display-3 {font-size:1.4em;}
.wrap-box-empowered .counter {font-size:4.8em!important; font-weight:bold;}
.wrap-box-empowered .counter.text-yellow {color:#ffdd00!important;}
.wrap-box-empowered .counter-wrapper p {font-size:1rem;}
.wrap-box-empowered .col-md-4 {min-height: 240px;}

	@media screen and (max-width: 992px) {
		.card.wrap-box-empowered {border-radius:0 8em 0 8em;}
		.wrap-box-empowered .counter {font-size:3em!important;}
	}

/* blog */
.pagination .current a,
.pagination a:hover {background:#eee;}


/* block simple */
.wrap-simple-block {border-top-right-radius:20em;}
	@media screen and (max-width: 992px) {
		.wrap-simple-block {border-top-right-radius:8em;}
	}
	

/* page youth corner */
.wrap-half-radius-1 img {border-top-left-radius:20em; border-bottom-right-radius:20em;}
.wrap-half-radius-2 img {border-top-right-radius:20em; border-bottom-left-radius:20em;}
.img-box-shadow img {box-shadow: rgba(0, 0, 0, 0.3) 0px 12px 15px;}

/* block image with text */
.wrap-image-with-text {}
	@media screen and (max-width: 992px) {
		.wrap-half-radius-1 img {border-top-left-radius:8em; border-bottom-right-radius:8em;}
		.wrap-half-radius-2 img {border-top-right-radius:8em; border-bottom-left-radius:8em;}
	}
		
		
/* page - box 1 - podcast */
.wrap-box-1 {background:#8ad0c3; border-top-right-radius:20em; border-bottom-left-radius:20em;}
.wrap-box-1 .box-1-video video {border-radius:1.2em; box-shadow: rgba(0, 0, 0, 0.3) 0px 12px 15px;}
.card.wrap-box-mission {color:#000;}
.wrap-box-mission .card-body {padding:1.5em 1em;}

	@media screen and (max-width: 765px) {
		.wrap-box-1 {border-top-right-radius:8em; border-bottom-left-radius:8em;}
		.box-mission-video {border-top-left-radius: 6em;}
	}
	
.wrap-items-1 .card {border-radius:3em; box-shadow: rgba(0, 0, 0, 0.3) 0px 12px 25px!important; transition: all 0.3s ease;}
.wrap-items-1 .card:hover {box-shadow: rgba(0, 0, 0, 0.6) 0px 12px 25px!important;}
.wrap-items-1 .card h2 {color:#fff;}

.wrap-items-1 .card-body h2 {font-size:2em; font-weight:500; line-height:36px; margin:0 0 6px 0;}
.wrap-items-1 .card-body p {color:#fff; font-size:1.2em;}

.wrap-items-1 .card-body h3 {font-weight:bold!important;}

.item-podcast .card-body {padding:0;}
.item-podcast .card-body-content {
    background:rgba(0,0,0,0.8);
	border-radius: 0em 0em 3em 3em;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 20px 0 20px;
	}
	
#content .item-podcast .card-body-content p img {max-width:20px!important;} 
.item-podcast .card-body-title {height: 52px; overflow:hidden;}

.item-podcast .card {background-size:cover; background-repeat: no-repeat; height: 250px;}
	@media screen and (max-width: 765px) {
		.item-podcast .card-body-title {font-size:.75rem;}
		.item-podcast .card {background-size:contain; height: 230px;}
	}

/* functions - accordions */
.accordion-profiles .ipost {text-align:center;}
.accordion-profiles .profile-no-image .profile-title {text-wrap:wrap;}

.accordion-wrapper .card-header button,
.accordion-wrapper .card-header button::before {color:#000;}
.accordion-wrapper .card-header button:hover {color:#666;}

/* page - k30 items */
.wrap-k30-donate {background:#FFDD00; border-radius:20px; margin:0; padding:20px;}
	.wrap-k30-donate .button.button-reveal:hover span {color:#000;}
	.wrap-k30-donate .button.button-reveal i {background:#000;}	

/* page - donation */
.wrap-donation-page .nav-pills .nav-link.active, 
.nav-pills .show>.nav-link {background:#ffdd00; color:#000;}
.wrap-donation-page img {width:100%;}

.nav-tabs.nav-pills {display:block;}

.nav-tabs.nav-pills .nav-link {padding:.55rem 0rem}
.nav-tabs.nav-pills .nav-link:hover {background:#e3e3e3; color:#000;}
@media screen and (max-width: 765px) {
	.nav-tabs.nav-pills .nav-link:hover {background:#ffdd00; color:#000;}
}
.nav-tabs.nav-pills .nav-link span {width:100%; text-align:center;}
.nav-tabs.nav-pills div {position:relative;}
.nav-tabs.nav-pills a.active:after {
    border-top: 15px solid #fd0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    bottom: -20px;
    content: "";
    position: absolute;
    left: 45%;
    width: 20px;
    height: 20px;
}
	
	
	
/* page - milesones */

		.timeline {
		  display: flex;
		  margin: 0 auto;
		  flex-wrap: wrap;
		  flex-direction: column;
		  max-width: 900px;
		  position: relative;
		}
		.timeline__content-title {
		  font-weight: normal;
		  font-size: 66px;
		  margin: -10px 0 0 0;
		  transition: 0.4s;
		  padding: 0 10px;
		  box-sizing: border-box;
		  color: #fff;
		  text-shadow: 2px 2px #000;
		}
		.timeline__content-desc {
		  margin: 0;
		  font-size: 15px;
		  box-sizing: border-box;
		  color: rgba(255, 255, 255, 0.7);
		  font-weight: normal;
		  line-height: 25px;
		}
		.timeline:before {
		  position: absolute;
		  left: 50%;
		  width: 2px;
		  height: 100%;
		  margin-left: -1px;
		  content: "";
		  background: rgba(255, 255, 255, 0.07);
		}
		@media only screen and (max-width: 767px) {
		  .timeline:before {
			left: 40px;
		  }
		}
		.timeline-item {
		  padding: 80px 0;
		  opacity: 0.3;
		  filter: blur(2px);
		  transition: 0.5s;
		  box-sizing: border-box;
		  width: calc(50% - 40px);
		  display: flex;
		  position: relative;
		  transform: translateY(-80px);
		}
		.timeline-item:before {
		  content: attr(data-text);
		  letter-spacing: 0px;
		  width: 100%;
		  position: absolute;
		  color: rgba(255, 255, 255, 0.5);
		  font-size: 23px;
		  border-left: 2px solid rgba(255, 255, 255, 0.5);
		  top: 70%;
		  margin-top: -5px;
		  padding-left: 15px;
		  opacity: 0;
		  right: calc(-100% - 56px);
		}
		.timeline-item:nth-child(even) {
		  align-self: flex-end;
		}
		.timeline-item:nth-child(even):before {
		  right: auto;
		  text-align: right;
		  left: calc(-100% - 56px);
		  padding-left: 0;
		  border-left: none;
		  border-right: 2px solid rgba(255, 255, 255, 0.5);
		  padding-right: 15px;
		}
		.timeline-item--active {
		  opacity: 1;
		  transform: translateY(0);
		  filter: blur(0px);
		}
		.timeline-item--active:before {
		  top: 50%;
		  transition: 0.3s all 0.2s;
		  opacity: 1;
		}
		.timeline-item--active .timeline__content-title {
		  margin: -50px 0 20px 0;
		}
		@media only screen and (max-width: 767px) {
		  .timeline-item {
			align-self: baseline !important;
			width: 100%;
			padding: 0 30px 150px 80px;
		  }
		  .timeline-item:before {
			left: 10px !important;
			padding: 0 !important;
			top: 50px;
			text-align: center !important;
			width: 60px;
			border: none !important;
		  }
		  .timeline-item:last-child {
			padding-bottom: 40px;
		  }
		}
		.timeline__img {
		  max-width: 100%;
		  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
		}
		.timeline-container {
		  width: 100%;
		  position: relative;
		  padding: 80px 0;
		  transition: 0.3s ease 0s;
		  background-attachment: fixed;
		  background-size: cover;
		}
		.timeline-container:before {
		  position: absolute;
		  left: 0;
		  top: 0;
		  width: 100%;
		  height: 100%;
		  background: rgba(99, 99, 99, 0.8);
		  content: "";
		}
		.timeline-header {
		  width: 100%;
		  text-align: center;
		  margin-bottom: 80px;
		  position: relative;
		}
		.timeline-header__title {
		  color: #fff;
		  font-size: 46px;
		  font-weight: normal;
		  margin: 0;
		}
		.timeline-header__subtitle {
		  color: rgba(255, 255, 255, 0.5);
		  font-size: 16px;
		  letter-spacing: 5px;
		  margin: 10px 0 0 0;
		  font-weight: normal;
		}


/* shop */
.process-wrapper {}
.process-tabs {text-align:center;}
.process-tabs a:hover span {opacity:0.8;}
.process-active .mb-1 {font-weight:bold;}

.price ins {color:#333;}
.button.link.remove {background:none; border:none;}

table.shopping-cart .quantity input {float:left;}

	/* shop list */
	.shop .project.item .post-header {
		min-height: 150px;
		display: block;
	}
	
	/* Shop Checkout steps
	*/
	@media (max-width: 767px) {
		.process-tabs {transform: scale(1);}
	}
	
	.process-steps li h5 {margin:5px 0 0 0;}
	.process-steps li.active a {background-color:#333!important;}
	.process-steps li.active h5 {color:#333;}
	
	@media (max-width: 767px) {
		.process-steps li {display:inline-block; margin: 10px;} 
	}
	
	/* Shop 
	*/
	
	
/* custom js support */
.cart-container {
	transition: opacity 300ms;
}

.ajax-update .cart-container{
	opacity: 0.3;
}

.error {
	color: red;
}

input {-webkit-appearance: checkbox!important;}


	/* Shop overview - product detail
	*/
	.single-product .product-price del {font-size:18px; color:#333;}
	.single-product .product-price ins {font-size:28px; color:#333;}
	.single-product .sale-flash {background:#333; color:#fff;}

	.single-product .quantity input {background:#fff; border:1px solid #eee;}
	
	/* Shop overview - product detail - related products
	*/
	.product-carousel .product-price ins {font-size:16px; color:#333;}
	.product-carousel .sale-flash {background:#333; color:#fff;}

	.product-carousel .product-overlay i {display:block;}
		.product-carousel .product-overlay a {width:50; background-color: rgba(255,255,255,0.88);}
		.product-carousel .product-overlay a:hover {background-color: rgba(0,0,0,0.88);}
		.product-carousel .product-overlay a.wishlist {color:red;}
		
	.owl-carousel .owl-nav [class*=owl-] {top:40%;}
		
	/* Shop Checkout steps
	*/
	.process-steps li h5 {margin:5px 0 0 0;}
	.process-steps li.active a {background-color:#333!important;}
	.process-steps li.active h5 {color:#333;}
	
	@media (max-width: 767px) {
		.process-steps li {display:inline-block; margin: 10px;} 
	}
	
	/* cart page - step 1
	*/
	.checkout-step1 {}
	
	.table-responsive .table-striped form {margin-bottom:0;}
	.table-striped > tbody > tr:nth-child(odd) {background-color: rgba(0,0,0,0.01);}
	.table-responsive .table > thead > tr > th {border-bottom:1px solid #333;}
	
	
	.table .cart-product-remove button {text-shadow:0 0 0; background:none!important; padding:0;}
	.table .cart-product-remove .remove {color:#ccc;}
	.table .cart-product-remove .remove:hover {color:#333;}
	.table .cart-product-thumbnail img {border:0px solid #ccc; width:68px; height:68px;}
	.table .cart-product-thumbnail img:hover {border:0px solid #ccc;}
	
	.table-responsive .table .hide-ajax-update,
	.table-responsive .table .fa-fw {float:right;}
	
	.table #deliveryPaymentButton {display:inherit;}

	.checkbox-style-1-label:before, 
	.checkbox-style-2-label:before, 
	.checkbox-style-3-label:before {width: 24px; height: 24px; position:absolute; top:0; left:0;}
	
	.radio-style-1-label:before, 
	.radio-style-2-label:before, 
	.radio-style-3-label:before {width: 20px; height: 20px; position:absolute; top:0; left:0;}


	
	.checkbox-style-3-label {padding:3px 0 0 40px;}
	.radio-style-2-label {padding-left:40px;}
	.radio-style-2-label span {outline:0px solid red; min-width:70px; display:inline-block;}
	
	
	.checkbox-style, 
	.radio-style, 
	.checkbox-style-1-label, 
	.radio-style-1-label, 
	.checkbox-style-2-label, 
	.radio-style-2-label, 
	.checkbox-style-3-label, 
	.radio-style-3-label {margin:5px 0;}

	/* .cart-product-quantity {text-align:right!important;} */
	
	.cart-product-quantity .quantity .minus,
	.cart-product-quantity .quantity .plus {background-color:#fff; width:25px; height:30px; line-height:20px; background:none; border:1px solid #ccc;}
	.cart-product-quantity .quantity .minus:hover,
	.cart-product-quantity .quantity .plus:hover {border:1px solid #ccc; background:#eee;}
	.cart-product-quantity .quantity .qty {background-color:#fff; border:1px solid #ccc; border-left:0; border-right:0; width:35px; height:30px; line-height:inherit;}

	
		@media (max-width: 990px) {
			.cart-product-quantity {text-align:left!important;}
			
			.cart-product-quantity .quantity .minus,
			.cart-product-quantity .quantity .plus,
			.cart-product-quantity .quantity .qty {width:25px!important;; float:left!important;}
		}
		
	#minimumOrderError {
		padding:12px 15px!important;  
		display: block;
		width: 230px;
		float: right;
		background: #fff;
		border:2px solid #c31242;
		color: #c31242;
		text-align:center;
	}
		@media (max-width: 760px) {
			#minimumOrderError {float:none;margin:0 auto;}
		}
	
	.cart-panel-remove .button.link.remove {background:none!important; border:0!important;}
	
	
	.cart-product-remove,
	.cart-product-thumbnail,
	.cart-product-name,

	.cart-product-quantity
	.cart-product-subtotal {display:inline-block;vertical-align:middle;}

	
	.cart-product-name {padding-top:0px;}
	.cart-product-subtotal {padding-top:0px;}
	.cart-product-itemprice,
	.cart-product-quantity {padding-top:0px;}
		@media (max-width: 991px) {
			.cart-product-name,
			.cart-product-subtotal,
			.cart-product-itemprice,
			.cart-product-quantity {padding-top: 0;}
		}

	
	.delivery-notes h4 {margin-bottom:8px;}
	.delivery-notes ul {margin-left:16px; font-size:12px;}
	
	
	/* cart page - step 2 & step 3
	*/
	.payment-block .checkbox-style:checked + .checkbox-style-3-label:before, 
	.payment-block .radio-style:checked + .radio-style-3-label:before,
		
	.checkout-step2 .checkbox-style:checked + .checkbox-style-3-label:before, 
	.checkout-step2 .radio-style:checked + .radio-style-3-label:before	{content: "\F633"; font-family: 'bootstrap-icons'; background: #FFDD00; border: 1px solid #333; font-size: 16px; line-height: 13px; color:#000;}
	
	.checkout-step3 .checkbox-style:checked + .checkbox-style-3-label:before, 
	.checkout-step3 .radio-style:checked + .radio-style-3-label:before {content: "\F633"; font-family: 'bootstrap-icons'; background: #FFDD00; border: 1px solid #333; font-size: 16px; line-height: 13px; color:#000;}
	
	
	.checkout-step2 .radio-style:checked + .radio-style-2-label:before {background:#000;}


	label.agree-terms a {color:#555;}
	label.agree-terms a:hover {opacity:0.6;}
	
	#billing-form .row .col-md-9 {position:relative;}
	#billing-form .error {color:#fff;}
	
	#billing-form  label.error,
	#billing-form span.flash {
		position: absolute;
		bottom: -10px;
		left: 16px;
		background: #e42c3e;
		color: #fff;
		padding: 0 6px;
		font-size: 12px;
	}
	#billing-form span.flash {
		bottom: 0;
		z-index:100;
	}
	
	span#agree-error {display:block; position:relative; background: #e42c3e; color: #fff; padding: 0 6px; font-size: 12px;}
	
	.date-group {background:#f8f8f8; padding:0 20px 10px 20px;}
	.date-group-alt {background:#f8f8f8; padding:20px;}
	.date-group-dashed {border:1px dashed #333; margin:0; padding:20px; background:#f8f8f8;}
	
	.date-group h3 {margin:10px 0; font-size:20px;}
	.date-group h3 a.smallprint,
	.date-group-alt h3 a.smallprint {color:#999; font-size:12px; text-decoration:underline;}
	.date-group h3 a.smallprint:hover,
	.date-group-alt h3 a.smallprint:hover{color:#555; border-bottom:0;}
	
	.cart-product-subtotal {text-align:right!important;}

	
	.payment-block .date-group-alt {outline:1px solid #c02942;}
	
	
/*	Shop Dashboard User
*/	
	.dashboard .list-group .active {background:#888;}
	.list-group-item.active, .list-group-item.active:hover {border-color:#888;}

	.panel-default > .panel-heading {color: #000; background-color: #fff; border-color: #000;}
	.panel-default > .panel-heading:hover {background-color:#f8f8f8;}

	.panel-heading a {color:#000;}
	.dashboard-status div {border-bottom:1px solid #f1f1f1; padding-top:3px; padding-bottom:3px;}

	.dashboard-orders-wrap .cart-product-name,
	.dashboard-orders-wrap .cart-product-subtotal {padding-top:20px;}
	