/*    --------------------------------------------------
	:: Fonts
	-------------------------------------------------- */
@font-face {
	font-family: 'Leftonade';
	src: url('/llib/fonts/Leftonade-Regular.woff2') format('woff2'), url('/llib/fonts/Leftonade-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/*    --------------------------------------------------
	:: Common
	-------------------------------------------------- */

.wrapper {
	display: flex;
	flex-direction: column;
	min-height: calc(100vh);
}
body {
	font-family: 'Leftonade', sans-serif;
	font-size: 20px;
	font-weight: 400;
	background-color: #efefef
}

@media (max-width: 1199.98px) {
body {
	font-size: 16px;
}
}

@media (max-width: 575.98px) {
body {
	font-size: 15px;
}
}

@media (prefers-color-scheme: dark) {
body {
	background: #000;
	color: #fff;
}
}
a {
	color: #000
}
a:hover {
	text-decoration: none;
	color: #1D1D1D
}

@media (prefers-color-scheme: dark) {
a {
	color: #E9E0D9
}
a:hover {
	color: #fff
}
}
/* PDF document links */
a[href$='.pdf']:before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f1c1";
	color: #D32F2F;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	margin-right: 8px;
}
/* Word Document Links */
a[href$='.doc']:before, a[href$='.docx']:before, a[href$='.rtf']:before, a[href$='.wps']:before, a[href$='.txt']:before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f1c2";
	color: #D32F2F;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	margin-right: 8px;
}
/* Excel Document Links */
a[href$='.xls']:before, a[href$='.odt']:before, a[href$='.xlsx']:before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f1c3";
	color: #D32F2F;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	margin-right: 8px;
}
/* PowerPoint Document Links */
a[href$='.ppt']:before, a[href$='.pot']:before, a[href$='.pps']:before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f1c4";
	color: #D32F2F;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	margin-right: 8px;
}
input[type=button] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
a[type=button] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
span[type=button] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
iframe {
	width: 100%;
}

@media(min-width:768px) {
.container {
	max-width: 760px
}
}

@media(min-width:992px) {
.container {
	max-width: 980px
}
}

@media(min-width:1200px) {
.container {
	max-width: 1190px
}
}

@media(min-width:1400px) {
.container {
	max-width: 1380px
}
}

@media(min-width:1800px) {
.container {
	max-width: 1400px
}
}
.dropdown-menu {
	z-index: 1030;
}
.modal-backdrop.show {
	opacity: .7;
	background-color: #5c5955
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #5c5955;
	border: 1px solid #5c5955
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
	background-color: #5c5955;
	border: 1px solid #5c5955
}
.breadcrumb {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.breadcrumb .breadcrumb-item {
	display: inline;
}
.breadcrumb-item + .breadcrumb-item::before {
	float: none;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: #5c5955 !important;
}
.btn {
	font-size: 18px;
	text-transform: uppercase;
	border-radius: 0;
}
.form-control {
	font-size: 18px;
	border-radius: 0;
}

@media (prefers-color-scheme: dark) {
.form-control {
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
}
}

@media (max-width: 1199.98px) {
.btn {
	font-size: 16px;
}
.form-control {
	font-size: 16px;
}
}

@media (max-width: 575.98px) {
.btn {
	font-size: 16px;
}
.form-control {
	font-size: 15px;
}
}
.sale {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	font-size: 0.85em;
	z-index: 9;
}

@media (prefers-color-scheme: dark) {
.sale.text-white {
	color: #fff !important;
}
}
.hometitle {
	border-bottom: 2px solid #5c5955;
}

@media (max-width: 1199.98px) {
.hometitle {
	border-bottom: 0;
}
}

@media(max-width:1799px) {
.h3, h3 {
	font-size: 1.5rem;
}
}

@media (max-width: 1199.98px) {
.h2, h2 {
	font-size: 1.75rem;
}
.h3, h3 {
	font-size: 1.5rem;
}
legend {
	font-size: 1.2rem;
}
}

@media (max-width: 575.98px) {
.h1, h1 {
	font-size: 1.5rem;
}
.h2, h2 {
	font-size: 1.3rem;
}
.h3, h3 {
	font-size: 1.2rem;
}
.h4, h4 {
	font-size: 1.1rem;
}
.h5, h5 {
	font-size: 1rem;
}
.h6, h6 {
	font-size: .9rem;
}
.small, small {
	font-size: 90%;
}
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #5c5955;
}
.smartphoto {
	z-index: 1030 !important;
}
.card {
	border-radius: 0;
}

@media (prefers-color-scheme: dark) {
.table {
	color: #DEDAD6;
}
.list-group-item.disabled, .list-group-item:disabled {
	color: #fff;
	background-color: #282828;
}
.list-group-item-action:focus, .list-group-item-action:hover {
	color: #fff;
	background-color: #383838;
}
.list-group-item {
	color: #fff;
	background-color: #212121;
}
.modal-content {
	background-color: #000;
}
.close {
	color: #fff;
}
.card {
	background-color: #1d1d1d;
}
.card-header:first-child {
	border-radius: 0;
}
}
.page-link {
	color: #212529;
}
/*    --------------------------------------------------
	:: header
	-------------------------------------------------- */
.logo {
	width: 250px;
}

@media (prefers-color-scheme: dark) {
.logo {
	filter: invert(100%);
}
}
.header {
	background-color: #EFEFEF;
}

@media (prefers-color-scheme: dark) {
.header {
	background-color: #000000;
}
}
.navbar-light .navbar-nav .nav-link {
	padding: 0 2rem;
	color: #000;
	border-right: 1px solid #000;
}

@media (prefers-color-scheme: dark) {
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-nav .nav-link {
	color: #CBC5BF;
	border-right: 1px solid #CBC5BF;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
	color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
}
}

@media (max-width: 1199.98px) {
.navbar-light .navbar-nav .nav-link {
	padding: .25rem 1rem;
	border-right: 0;
}
}
.brand {
	max-width: 160px;
}

@media (max-width: 1199.98px) {
.navbar {
	padding: .5rem 0;
}
.navbar-light .navbar-nav .nav-link {
	font-size: 1em;
	padding-right: 0;
	padding-left: 0;
}
}
.headericon {
	width: 32px;
	height: 32px;
	display: inline;
	text-align: center;
	position: relative;
}
.headericon i {
	line-height: 32px;
	font-size: 1.4em;
}
.headericon:hover i {
	color: #606975;
}
.qty {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-size: 0.7em;
	font-weight: bold;
	background-color: #DC3545
}
.headershop .qty {
	top: -10px;
	right: -10px;
}
.navbrand {
	max-width: 160px;
}
.navbrandsmall {
	height: 50px;
}

@media (max-width: 575.98px) {
.headershop .fa-xl {
	font-size: 1em;
	line-height: 1;
}
}
.icon-bar {
	width: 22px;
	height: 2px;
	background-color: #B6B6B6;
	display: block;
	transition: all 0.2s;
	margin-top: 4px;
}
.navbar-toggler {
	border: 2px solid #b6b6b6 !important;
	border-radius: 0;
	background: transparent !important;
}
.navbar-toggler .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
	opacity: 0;
}
.navbar-toggler .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .top-bar {
	transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
	opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
	transform: rotate(0);
}
.navbar-toggler {
	position: absolute;
	left: 0;
	top: 15px;
	z-index: 999;
}

@media (max-width: 1199.98px) {
.navbar-brand img {
	margin-left: 60px;
	height: 34px;
	margin-top: -2px;
}
}

@media (max-width: 1199.98px) {
.basketheader {
	right: 0;
	left: auto;
	position: absolute;
	top: 10px;
	z-index: 1;
	width: 300px;
}
}

@media (prefers-color-scheme: dark) {
.navbar-brand img {
	filter: invert(80%);
}
}
.popup-button {
	text-align: center;
	text-decoration: none;
	font-size: 1em;
	text-transform: uppercase;
	color: #343A40;
	border-radius: 6px;
	padding: .8em 1em;
	background-size: 200% auto;
	box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
	background: -moz-linear-gradient(45deg, #e5d396 0%, #e5d396 22%, #e2c04f 38%, #e2c04f 61%, #e5d396 65%, #e5d396 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #e5d396 0%, #e5d396 22%, #e2c04f 38%, #e2c04f 61%, #e5d396 65%, #e5d396 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #e5d396 0%, #e5d396 22%, #e2c04f 38%, #e2c04f 61%, #e5d396 65%, #e5d396 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d396', endColorstr='#e5d396', GradientType=1 );
	transition: 0.5s;
}
.popup-button:hover {
	background-position: right center;
}

.category-button {
	border: 2px solid #fff;
	color: #121416;
	outline: none;
	position: relative;
	width: 100%;
	font-size: 1.25em;
	background-color: #E9E0D9
}

.category-button:before, .category-button:after {
	border: 0 solid transparent;
	transition: all 0.3s;
	content: '';
	height: 0;
	position: absolute;
	width: 0px;
}
.category-button:before {
	border-top: 2px solid #343A40;
	right: 0;
	top: -2px;
}
.category-button:after {
	border-bottom: 2px solid #343A40;
	bottom: -2px;
	left: 0;
}
.category-button:hover:before, .category-button:hover:after {
	width: 100%;
}
/*    --------------------------------------------------
	:: header / menu
	-------------------------------------------------- */



.topmenu {
	height: 72px;
	width: 100%;
	z-index: 1001 !important;
	background: #e1e7ec
}

@media (prefers-color-scheme: dark) {
.topmenu {
	background: #1E1813
}
}

@media (max-width: 575.98px) {
.topmenu {
	height: 60px;
}
}
.topmenu .logo {
	float: left;
	margin: 8px 30px auto 20px;
}

@media (max-width: 575.98px) {
.topmenu .logo {
	margin: 2px 24px auto 14px;
}
}
.topmenu .logo img {
	height: 50px;
}

@media (max-width: 575.98px) {
.topmenu .logo img {
	height: 35px;
	margin-top: 10px;
}
}
.topmenu .booknow {
	text-transform: uppercase;
	font-size: 1.2em;
	height: 72px;
	color: #fff;
	background: #5c5955;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 575.98px) {
.topmenu .booknow {
	height: 60px;
}
}
.topmenu .booknow:hover {
	color: #fff;
	background: #000000;
}
.hambmenu {
	height: 72px;
	line-height: 72px;
	width: 72px;
	float: left;
	cursor: pointer;
	background-color: #5c5955;
	color: #fff;
	background-image: url(/images/open.svg);
	background-size: 30px;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

@media (max-width: 575.98px) {
.hambmenu {
	height: 60px;
	width: 60px;
}
}
.hambmenu img {
	height: 40px;
}

@media (max-width: 575.98px) {
.hambmenu img {
	height: 35px;
}
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1002 !important;
	top: 0;
	left: 0;
	overflow-x: hidden;
	transition: 0.5s;
	background-color: #5c5955;
}
.sidenav a {
	display: block;
	transition: 0.3s;
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	left: 0;
	height: 72px;
	width: 72px;
	color: #fff;
	cursor: pointer;
	background-image: url(/images/close.svg);
	background-size: 30px;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

@media (max-width: 575.98px) {
.sidenav .closebtn {
	height: 60px;
	width: 60px;
}
}
.sidenav .closebtn img {
	height: 30px;
	border: 1px solid #EF070B;
	display: inline-block !important
}
.sidenav .logo {
	float: left;
	margin: 8px 30px auto 0;
	padding-left: 92px;
}

@media (max-width: 575.98px) {
.sidenav .logo {
	margin: 2px 24px auto 0;
	padding-left: 74px;
}
}
.sidenav .logo img {
	height: 50px;
}

@media (max-width: 575.98px) {
.sidenav .logo img {
	height: 35px;
	margin-top: 10px;
}
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	left: 0;
	height: 72px;
	line-height: 72px;
	width: 72px;
	color: #fff;
	float: left;
	text-align: center;
	font-size: 1.5em;
	cursor: pointer;
	display: block;
}

@media (max-width: 575.98px) {
.sidenav .closebtn {
	height: 60px;
	line-height: 60px;
}
}
.menucontent {
	position: absolute;
	top: 100px;
	left: 92px;
	width: 100%;
}

@media (max-width: 575.98px) {
.menucontent {
	left: 80px;
}
}
.menucontent .webmenu {
	margin-left: 0;
	padding-left: 0;
}
.menucontent .webmenu li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
.menucontent .webmenu li a {
	font-size: 1.5em;
	margin-bottom: 10px;
	text-transform: uppercase;
	white-space: nowrap;
	color: #f8f9fa;
	font-weight: bold;
}
.menucontent .webmenu li a:hover {
	color: #fff;
}
.menucontent .webmenu li .active {
	color: #fff;
}
.lngbkbttn .dropdown {
	margin: 0;
}
.lngbkbttn .dropdown-menu {
	border-radius: 0;
}
.lngbkbttn .dropdown .btn-default {
	background-color: #d4d4d4;
	height: 72px;
	border: 0;
	border-radius: 0;
}

@media (max-width: 575.98px) {
.lngbkbttn .dropdown .btn-default {
	height: 60px;
}
}
.lngbkbttn img {
	height: 32px;
	border: 1px solid #5c5955;
}

@media (max-width: 575.98px) {
.lngbkbttn img {
	height: 20px;
}
}
/*    --------------------------------------------------
	:: Home
	-------------------------------------------------- */

.carousel-indicators {
	position: inherit;
	display: flex;
	padding-left: 0;
	margin-right: 0;
	margin-left: 0;
	list-style: none;
}
#HomeCarousel .carousel-indicators li {
	width: 33.34%;
	height: 50px;
	background-color: #fff;
	opacity: 1;
	text-indent: inherit;
	border-top: 0;
	border-bottom: 0;
	margin-right: 0;
	margin-left: 0;
}

@media (prefers-color-scheme: dark) {
#HomeCarousel .carousel-indicators li {
	background-color: #1D1D1D;
}
}
#HomeCarousel .carousel-indicators li.active {
	background-color: #E9E0D9;
}

@media (prefers-color-scheme: dark) {
#HomeCarousel .carousel-indicators li.active {
	background-color: #746E6A;
}
}
#HomeCarousel .carousel-indicators li span {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
/*    --------------------------------------------------
	:: footer
	-------------------------------------------------- */
	
footer {
	margin-top: auto;
	font-size: .9em;
}

@media (prefers-color-scheme: dark) {
footer .text-dark {
	color: #000 !important
}
}
.br-f {
	border-right: 2px solid #3d3a1e
}

@media (max-width: 991.98px) {
.br-f {
	border-right: 0
}
}
.header-social a, .header-social a::after {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.header-social a {
	background: none;
	border: 3px solid #343A40;
	border-radius: 0;
	color: #343A40;
	display: inline-block;
	font-size: 1.5em;
	position: relative;
	width: 60px;
	height: 60px;
	line-height: 54px;
	text-align: center;
	margin-left: .5rem;
}
.header-social a::before, .header-social a::after {
	background: #343A40;
	content: '';
	position: absolute;
	z-index: -1;
}
.header-social a:hover {
	border: 3px solid #fff;
	color: #fff;
}

@media (max-width: 575.98px) {
.header-social a {
	border: 1px solid #343A40;
	font-size: 1.1em;
	width: 36px;
	height: 36px;
	line-height: 34px;
}
.header-social a:hover {
	border: 1px solid #fff;
}
}
/*    --------------------------------------------------
	:: Product Details
	-------------------------------------------------- */

.stickers {
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
	z-index: 9;
}
.stickers img {
	height: 50px;
}
.subpactive {
	border: 4px solid #5c5955;
	cursor: pointer;
	width: auto;
	text-align: center;
	display: inline-block;
	padding: .5rem;
	margin-right: .5rem;
	margin-bottom: .5rem;
}
.subpnoactive {
	border: 4px solid #C7C7C7;
	cursor: pointer;
	width: auto;
	text-align: center;
	display: inline-block;
	padding: .5rem;
	margin-right: .5rem;
	margin-bottom: .5rem;
}
.subpimg img {
	max-width: 120px;
}
.pattactive {
	border: 4px solid #5c5955;
	height: 60px;
	cursor: pointer
}
.pattnoactive {
	border: 4px solid #C7C7C7;
	height: 60px;
	cursor: pointer
}
/* accordion tabs details */


.accordion>.card {
	overflow: hidden
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
	border-radius: 0
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 0;
	border-radius: 0
}
.accordion>.card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.accordion>.card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.accordion>.card .card-header {
	margin-bottom: -1px;
}
.prdetailaccordion {
	margin: 0 auto;
	-webkit-box-shadow: 0 10px 29px -16px rgba(0,0,0,.12);
	-moz-box-shadow: 0 10px 29px -16px rgba(0,0,0,.12);
	box-shadow: 0 10px 29px -16px rgba(0,0,0,.12);
	background: #fff;
	border-radius: 5px
}
.prdetailaccordion .card, .prdetailaccordion .card:last-child .card-header {
	border: none;
}
.prdetailaccordion .card-header {
	border-bottom-color: #e6e6e6;
	background: rgba(0,0,0,.05);
	text-align: left
}

@media (prefers-color-scheme: dark) {
.prdetailaccordion .card-header {
	background: #424242;
}
}
.prdetailaccordion .card-body ul li {
	list-style-type: none;
}
.prdetailaccordion .fas {
	font-size: 1em;
}
.prdetailaccordion .card-header .btn {
	width: 100%;
	font-weight: normal;
	color: #000;
	padding: 0;
	text-transform: capitalize;
	letter-spacing: 0;
	font-size: 20px;
}

@media (prefers-color-scheme: dark) {
.prdetailaccordion .card-header .btn {
	color: #fff;
}
}

@media (max-width: 575.98px) {
.prdetailaccordion .card-header .btn {
	font-size: 16px;
}
}
.prdetailaccordion .btn-link:hover, .prdetailaccordion .btn-link:focus {
	text-decoration: none
}
[data-toggle="collapse"] .fa-solid:before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f068";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
[data-toggle="collapse"].collapsed .fa-solid:before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f067";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
/* reviews opinions details */

.col-item .info .rating {
	color: #777;
}
.col-item .rating {
	/*width: 50%;*/
	float: left;
	font-size: 17px;
	text-align: right;
	line-height: 52px;
	margin-bottom: 10px;
	height: 52px;
}
.positive {
	color: #279002;
	display: block;
	font-weight: 700
}
.negative {
	color: #ef0637;
	display: block;
	font-weight: 700
}
.rating-box-hidden .rating:after, .rating-box .rating:after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f005 \f005 \f005 \f005 \f005 \f005 \f005 \f005 \f005 \f005";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-size: 20px;
	margin-right: 0px;
	vertical-align: top;
	line-height: 20px !important;
}
.rating-box {
	background: none;
	color: rgba(0,0,0,.3);
	position: absolute;
	left: 0;
	height: 20px;
	overflow: hidden;
}
.rating {
	color: #ff8400;
	float: left;
	overflow: hidden;
}
.disabled {
	color: rgba(0,0,0,.3);
}
.rating-parent {
	position: relative;
	width: 100%;
}
.rating-box-hidden {
	float: left;
}
.rating-box-hidden .rating {
	color: rgba(0,0,0,.3);
}
.fotorama__caption {
	font-family: 'Repo' !important;
}
.navbarproduct {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

@media (max-width: 575.98px) {
.shrink {
	display: block;
}
}
/*    --------------------------------------------------
	:: Pr Details | CMS Page | News Item common
	-------------------------------------------------- */

.textcontent iframe {
	display: block;
	margin: 1.5rem auto;
	width: 50%;
	height: 400px
}

@media (max-width: 1199.98px) {
.textcontent iframe {
	width: 75%;
}
}

@media (max-width: 991.98px) {
.textcontent iframe {
	height: 300px
}
}

@media (max-width: 575.98px) {
.textcontent iframe {
	width: 100%;
	height: 250px;
	margin: .5rem auto;
}
}
.textcontent img {
	display: block;
	margin: 1.5rem auto;
	max-width: 100%;
	height: auto
}

@media (max-width: 575.98px) {
.textcontent img {
	margin: .5rem auto;
}
}
.textcontent ul {
	margin: 1rem 0;
}
.textcontent li {
	padding-left: 0;
	list-style: none;
}
.textcontent li:before {
	content: "\f105";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	display: inline-block;
	margin-right: 8px;
	margin-left: -1em;
	width: 1em;
}
/*    --------------------------------------------------
	:: NEWS 
	-------------------------------------------------- */
	
.newscontent iframe {
	display: block;
	margin: 1.5rem auto;
	width: 100%;
	height: 400px
}

@media (max-width: 991.98px) {
.newscontent iframe {
	height: 300px
}
}

@media (max-width: 575.98px) {
.newscontent iframe {
	height: 250px;
	margin: .5rem auto;
}
}
.newscontent img {
	display: block;
	margin: 1.5rem auto;
	max-width: 100%;
	height: auto
}

@media (max-width: 575.98px) {
.newscontent img {
	margin: .5rem auto;
}
}
.newscontent ul {
	margin: 1rem 0;
}
.newscontent li {
	padding-left: 0;
	list-style: none;
}
.newscontent li:before {
	content: "\f105";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	display: inline-block;
	margin-right: 8px;
	margin-left: -1em;
	width: 1em;
}
.news-card {
	position: relative;
	height: 12rem;
	overflow: hidden;
	flex: 1;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

@media (min-width: 900px) {
.news-card {
	height: 20rem
}
}
.news-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 80%);
	;
	z-index: 0;
}
.news-card__image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform 3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	z-index: -1;
}
.news-card__text-wrapper {
	position: absolute;
	bottom: 0rem;
	padding: 1rem;
	color: white;
	/*     background-color: rgba(0, 0, 0, 0.4); */
	transition: background-color 1.5s ease;
}
.news-card__title {
	transition: color 1s ease;
	margin-bottom: .5rem;
}
.news-card__post-date {
	font-size: .7rem;
	margin-bottom: .5rem;
	color: #CCC;
}
.news-card__details-wrapper {
	max-height: 0;
	opacity: 0;
	transition: max-height 1.5s ease, opacity 1s ease;
}

@media (min-width: 900px) {
.news-card:hover .news-card__details-wrapper {
	max-height: 20rem;
	opacity: 1;
}
.news-card:hover .news-card__text-wrapper {
	background-color: rgba(0, 0, 0, 0.6);
}
.news-card:hover .news-card__title {
	color: #869ba0;
}
.news-card:hover .news-card__image {
	transform: scale(1.2);
	z-index: -1;
}
}
.news-card__excerpt {
	font-weight: 300;
}
/*    --------------------------------------------------
	:: Basket Table Reponsive 
	-------------------------------------------------- */
 
.basket-thumb {
	width: 120px;
}
.midprice {
	font-size: 1.6em;
	color: #45aba9;
	white-space: nowrap
}
.card-summary {
	border: none;
}
.heading-summary {
	font-size: 2em;
	line-height: 1.4em;
}

@media (max-width: 575.98px) {
.heading-summary {
	font-size: 24px;
	margin-top: 20px;
}
}
.totalprice {
	font-size: 2.5em;
	color: #45aba9;
	white-space: nowrap
}

@media (min-width: 992px) and (max-width: 1199.98px) {
.totalprice {
	font-size: 1.5em;
}
}

@media (max-width: 575.98px) {
.totalprice {
	font-size: 1.8em;
}
}
.baskettitle {
	font-weight: 700;
	background: #F5F5F5
}

@media (prefers-color-scheme: dark) {
.baskettitle {
	background: #414141
}
}

@media(max-width:1799px) {
.baskettitle {
	font-size: .85em;
}
}

@media only screen and (max-width : 768px) {
.basketformquantity .form-control {
	width: auto;
	display: inline
}
}

@media (max-width: 991.98px) {
.btn-toshop {
	display: block;
	width: 100% !important
}
}

@media only screen and (max-width : 768px) {
table#cart thead th {
	font-weight: 100;
	white-space: nowrap;
	font-size: 0.9em;
}
table#cart tbody {
	font-size: 0.9em;
}
}

@media only screen and (max-width : 480px) {
table#cart tbody {
	font-size: inherit;
}
}

@media only screen and (max-width : 480px) {
table#cart tbody td .form-control {
	display: inline !important;
}
.actions .btn {
	width: 36%;
	margin: 1.5em 0;
}
.actions .btn-info {
	float: left;
}
.actions .btn-danger {
	float: right;
}
table#cart thead {
	display: none;
}
table#cart tbody td {
	display: block;
	padding: .6rem;
	min-width: 320px;
}
table#cart tbody tr td:first-child {
	background: #aee5e4;
	color: #000;
	margin-top: 10px;
}
table#cart tbody td:before {
	content: attr(data-th);
	font-weight: bold;
	display: inline-block;
	width: auto;
}
table#cart tfoot td {
	display: block;
}
table#cart tfoot td .btn {
	display: block;
}
table#cart .totalprice {
	display: block;
	margin: 10px 0;
	padding: 5px;
	background: #333;
	border-radius: 3px;
	color: #fff;
}
table#cart .buttons .btn {
	display: block;
}
}
.basketsummary .sticky-top {
	z-index: 1019;
}
