/* primary: #3C1D3E  */
/* primaryLight: #CF91BC */

html,
body {
    width: 100%;
    height: 100%; 
}

body {
    font-family: 'Roboto', 'sans-serif';
}


.primary-color {
	color: #3C1D3E;
}

.primary-light-color {
	color: #CF91BC;
}

.bg-light {	
	background-color: #f8f8f8 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.breadcrumb {
	background-color: transparent;
}
.breadcrumb-item+.breadcrumb-item::before {
	content: '>';
}
.breadcrumb-item > a {
	font-size: 14px;	
}
.breadcrumb-item {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.5em;
    max-height: 1.5em;    
}

b {
	font-weight: 900;
}

hr {
    max-width: 250px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: #3C1D3E !important; 
}

.hr-50 {
    max-width: 50%;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: #3C1D3E !important; 
}

hr.light {
    border-color: white; 
}
  
h1,
h2,
h3 {
    font-family: 'Caveat Brush', 'sans-serif';
    font-weight: 200;
	letter-spacing: 1px; 
	color: #8F3E78;
	line-height: 1.5;
}

h4,
h5,
h6 {
    font-family: 'Roboto', 'sans-serif';
    font-weight: 200;
	letter-spacing: 1px; 
	line-height: 1.5;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px; 
}
  
a {
	font-size: 16px;
	color: #7b7b77; 
}
a:hover {
	text-decoration: none;
	color: #51284F; 
}
@media (max-width: 991px) {
	p {
		font-size: 14px;
		margin-bottom: 15px; 
	}
	  
	a {
		font-size: 14px;
	}
}

ul .list-group {
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.list-group > li {
	padding: 10px 20px;
	border-radius: 10px;
}


.btn {
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 10px;	
}

.btn-lg {
	margin-left: 5px;
	margin-right: 5px;
	padding: 0.5rem 2rem !important;
	border-radius: 10px;	
}

.btn-group > .btn:first-child {
	margin-left: 5px;
}
  
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
  
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}


.btn-white {
	background-color: white;
	color: black;
}

.btn-outline-white {
	color: white;
	background-color: transparent;
	background-image: none;
	border-color: white;
	padding: 0.25rem 0.5rem;
}
  
.btn-outline-white:hover {
	color: black;
	background-color: white;
	border-color: white;
}
  
.btn-outline-white:focus, .btn-outline-white.focus {
	box-shadow: 0 0 0 0.2rem rgb(255, 255, 255, 0.5) !important;
}

.btn-outline-theme {
	color: #3C1D3E !important;
	background-color: transparent;
	background-image: none;
	border-color: #3C1D3E;
	padding: 0.25rem 0.5rem;
}
  
.btn-outline-theme:hover {
	color: white !important;
	background-color: #3C1D3E;
	border-color: #3C1D3E;
}
  
.btn-outline-theme:focus, .btn-outline-theme.focus {
	box-shadow: 0 0 0 0.2rem rgb(255, 255, 255, 0.5);
}



.btn-theme {
	color: white;
	background-color: #3C1D3E !important;
	background-image: none;
	border-color: #3C1D3E !important;
	padding: 0.25rem 0.5rem;
}
    
.btn-theme:hover, 
.btn-theme:focus, 
.btn-theme.focus {
	box-shadow: 0 0 0 0.2rem rgb(255, 255, 255, 0.5);
}


  
.btn-outline-dark:hover {
	color: white !important;
}
	  
@media (min-width: 768px) {
	.btn-outline-white {
		padding: 0.5rem 2rem;
	}
	.btn-outline-theme {
		padding: 0.5rem 2rem;
	}
	.btn-theme {
		padding: 0.5rem 2rem;
	}
}

    
section {
    padding: 150px 0; 
}

.title {
	font-size: 70px;
	margin-bottom: 100px;
}

@media (max-width: 991px) {
    section {
        padding: 50px 0; 
	} 

	.title {
		font-size: 50px;
		margin-bottom: 50px;
	}
	
}


#page-wrapper {
	margin-top: 75px;
}


/* Nav bar */
#mainNav {
	border-bottom: 6px solid #CF91BC;
    background-color: #3C1D3E;
    font-family: 'Caveat Brush', 'sans-serif';
	letter-spacing: 1px;
	color: #3C1D3E;
	padding: 0 1rem;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}
#mainNav ul {
	margin: 0;
	padding: 0;
}
#mainNav a {
	padding: 1rem;
	font-size: 22px;
	color: white;
	letter-spacing: 1.5px;
}
#mainNav a:hover,
#mainNav a:active,
#mainNav a.active {
	color: #CF91BC;
	text-decoration: none;
}
#mainNav .navbar-brand {
	padding: 0;
	margin: 0.5rem 1rem;
}
#mainNav .navbar-brand img {
	max-height: 40px;
	width: auto;
}
#mainNav .navbar-toggler {
	font-size: 24px;
	text-transform: uppercase;
	color: #CF91BC;
	letter-spacing: 1.5px;
	padding: 1rem 0;
}  
#mainNav .navbar-right-items {
	padding: 1rem;
	color: #CF91BC;
}
@media (max-width: 991px) {
	
	#mainNav .navbar-right-items {
		padding: 0.5rem;
	}
	
	#mainNav .navbar-brand img {
		max-width: 120px;
		height: auto;
	}

	#mainNav a {
		padding: 1rem 0.5rem;
	}
	.icon-display {
		display: inline-flex !important;
	}

}

/* Homepage */

#home-img {
	margin-top: 50px;
}
#home-img .zoom {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
	transition: all .6s;
	margin-bottom: 40px;
	cursor: pointer;
	max-height: 350px;
}
#home-img .zoom img {
	max-height: 350px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}
#home-img .zoom:hover {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2); 
}


#why-section {
	background-color: #f8f8f8;
}
#why-section .bg-img {
	background-image: url('/natsukki/img/homepage/banner.svg');
	background-size: contain;	
	background-repeat: no-repeat;
	background-position: center;
	padding: 20px 0;
}
#why-section img {
	width: 100%;
	height: auto;
	margin: 30px auto;
}


/* #bestSellers .slide {
	padding: 25px;
} */
.thumbnail-card {
	position: relative;
    padding: 50px 15px 15px 15px;
    max-width: 280px;
    margin-bottom: 20px;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
	transition: all .6s;    
}
.thumbnail-hover {
	position: relative;
}
.thumbnail-hover img {
	height: auto;
	max-width: 100%;
	object-fit: contain;
	border-radius: 25px;
	box-shadow: 0px 0px 20px #FDDEFF;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
	transition: all .6s;    
    margin-bottom: 20px;	
}
.thumbnail-card:hover {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1); 
}



.btn-overlay {
    background-color: transparent;
    position: absolute;
    top: 25px;
    right: 20px;
    padding: 5px;
    border-radius: 50%;
	color: #51284F;
	z-index: 100;
}

.btn-hover {
    background-color: white;
    /* box-shadow: 0 0 5px #FDDEFF; */
    opacity: 0;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
	transition: all .6s;
}

.thumbnail-card .btn-overlay {
	top: 55px;
}

.thumbnail-card:hover .btn-hover {
    opacity: 1;
}


@media (max-width: 991px) {
	#home-img {
		margin-top: 15px;
	}
	
	#home-img .zoom {
		max-height: 250px;
		padding: 15px;
	}

	#why-section img {
		margin: 15px auto;
	}

	/* .thumbnail-hover img {
		max-height: 250px;
	} */

    .btn-overlay {
        top: 15px;
        right: 10px;
    }
	
	.thumbnail-card .btn-overlay {
		right: 15px;
	}
	
	
    .btn-hover {
        box-shadow: 0 0 5px #FDDEFF;
        opacity: 1;
    }	
}


.item-name {
	color: #51284F; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    max-height: 3em;    
}




#footer img {
	margin-bottom: 30px;
}
#footer ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
.category-wrapper {
	display: inline-block;
	border-bottom: 2px solid #7b7b77;
	margin: 0.75rem auto;
}
#footer h6 {	
	color: #7b7b77;
	font-weight: bold;
	margin-bottom: 0;	
	text-align: left;
}
#footer li {
	color: #7b7b77;
	text-align: left;
}

.topBtn {
    bottom: 50px;
    cursor: pointer;
    height: 50px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 50px;
    z-index: 9999;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}

.topBtn.not-visible {
    bottom: -50px;
    visibility: hidden;
    opacity: 0;
}



footer {
	padding: 25px 0;
	text-align: center; 
}
footer span.copyright {
	font-size: 90%;
	line-height: 40px;
	text-transform: none;
}
footer ul.quicklinks {
	font-size: 90%;
	line-height: 40px;
	margin-bottom: 0;
	text-transform: none;
}







*:focus,
*.focus {
	outline: none !important;
	box-shadow: none !important;
}

img {
	pointer-events: none;
}

/* *::selection 
{
    background-color:transparent;
} 
*::-moz-selection
{
    background-color:transparent;
} */
*
{        
	-webkit-user-select: none !important;
	-webkit-touch-callout: none !important;	
	-moz-user-select: -moz-none !important;
	-ms-user-select: none !important;
    user-select: none !important;
} 

input, textarea {
	-webkit-user-select: text !important;
	-khtml-user-select: text !important;
	-moz-user-select: text !important;
	-ms-user-select: text !important;
	user-select: text !important;
}

.dot {
	height: 7px;
	width: 7px;
	background-color: black;
	border-radius: 50%;
	display: inline-block;
}

/* Select2 Layout changes */
/* .select2-container--default .select2-selection--single {
    display: block;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    top: 50%
} */

