:root {
	/**Default**/
	--first-color: rgb(17, 52, 97);
	--first-color-variant1: rgb(17, 52, 97, 0.05);
	--second-color: rgb(27, 64, 111);
	--third-color: rgb(22, 107, 217);
	--sixth-color: rgb(40, 98, 173);
	--seventh-color: rgb(40, 98, 173);

	/**Altos**/
	/* --first-color: rgb(199, 0, 23);
	--first-color-variant1: rgb(199, 0, 23, 0.05);
	--second-color: rgb(200, 35, 51);
	--third-color: rgb(207, 39, 57);
	--sixth-color: rgb(34, 34, 34);
	--seventh-color: rgb(102, 102, 102); */
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 16px;
	background-color: #ffffff;
	-webkit-font-smoothing: antialiased;
}

.container {
	margin: 0 auto;
	max-width: 1200px;
}

.right-menu i {
	color: #fff;
	font-size: 19px;
}

a,
button {
	border: none;
	cursor: pointer;
	background: none;
	text-decoration: none;
	display: inline-block;
}

a:focus,
button:focus {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: capitalize;
	font-weight: bold;
}

p {
	color: #333333;
}

img {
	height: auto;
	max-width: 100%;
}

.image-wrapper {
	overflow: hidden;
	position: relative;
}

strong,
span,
small,
i {
	line-height: normal;
	display: inline-block;
}

span.field-validation-valid {
	display: initial;
}

strong {
	font-weight: 700;
}

a:hover {
	text-decoration: none;
	color: var(--second-color);
}

button:focus,
select:focus {
	outline: none;
}

.owl-theme .owl-nav,
.owl-theme .owl-dots {
	margin: 0px;
	padding: 0px;
}

.ul-li ul,
.ul-li-block ul {
	margin: 0px;
	padding: 0px;
}

.ul-li ul li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	display: inline-block;
}

.ul-li-block ul li {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
}

#preloader {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1005;
	position: fixed;
	overflow: visible;
	background: #fff url("../images/preloader.gif") no-repeat center center;
}

.header-section {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
	display: none;
	position: fixed;
	padding: 6px 0px;
	background-color: var(--first-color);
	/*height:45px;*/
	height: 57px;
}

@media (min-width: 100px) and (max-width: 1199px) {

	.header-section {
		height: 57px;
	}
}



.header-section .logo-area {
	max-width: 150px;
}

.header-section .logo-area a {
	width: 100%;
	height: 100%;
	display: block;
}

.header-section .alt-menu-btn {
	padding: 0px;
	line-height: normal;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-top: 6px;
}

.header-section .right-menu {
	margin-top: 8px;
}

.header-section .logo-div {
	margin-left: 10px;
	display: block;
	position: relative;
	padding-top: 4px;
}

.header-section .logo-div .brand-image {
	width: 65px;
}

.header-section .logo-div .brand-text {
	position: absolute;
	bottom: 3px;
	color: #fff;
}

.sidebar-menu-wrapper {
	display: block;
	position: relative;
}

.sidebar-menu-wrapper .sidebar {
	top: 0;
	bottom: 0;
	left: -300px;
	height: 100%;
	z-index: 9999;
	position: fixed;
	min-width: 300px;
	max-width: 300px;
	overflow-y: hidden;
	padding-bottom: 10px;
	font-size: 14px;
	background-color: var(--sixth-color);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.sidebar-menu-wrapper .sidebar .overlay {
	top: 0;
	left: 0;
	z-index: -1;
	width: 100vw;
	height: 100vh;
	display: none;
	position: fixed;
	background: rgba(0, 0, 0, 0.2);
}

.sidebar-menu-wrapper .sidebar #sidebar-dismiss {
	top: 8px;
	right: 7px;
	width: 25px;
	height: 25px;
	color: #000;
	font-size: 15px;
	cursor: pointer;
	line-height: 25px;
	text-align: center;
	border-radius: 50px;
	position: absolute;
	background-color: rgba(255, 255, 255);
}

.sidebar-menu-wrapper .sidebar .sidebar-header {
	padding: 8px 35px;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	background: var(--first-color);
}

.sidebar-menu-wrapper .sidebar .sidebar-form {
	width: 100%;
	height: 50px;
	display: table;
	padding: 0px 15px;
	position: relative;
	margin-bottom: 30px;
}

.sidebar-menu-wrapper .sidebar .sidebar-form input {
	width: 100%;
	height: 50px;
	display: block;
	padding: 0px 20px;
	border-radius: 3px;
	color: #ffffff;
	border: 1px solid #000000;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: rgba(255, 255, 255, 0.05);
}

.sidebar-menu-wrapper .sidebar .sidebar-form input:focus {
	outline: none;
	border-color: #ffbe30;
}

.sidebar-menu-wrapper .sidebar .sidebar-form input:focus+label {
	color: #ffbe30;
}

.sidebar-menu-wrapper .sidebar .sidebar-form label {
	top: 1px;
	z-index: 1;
	right: 16px;
	bottom: 1px;
	margin: 0px;
	min-width: 50px;
	line-height: 48px;
	border-radius: 3px;
	text-align: center;
	position: absolute;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.sidebar-menu-wrapper .sidebar .menu-title {
	margin: 0px;
	padding: 15px;
	font-weight: 700;
	color: #333333;
	font-size: 16px;
	text-transform: uppercase;
}

.sidebar-menu-wrapper .sidebar .menu-link-list {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.sidebar-menu-wrapper .sidebar .menu-link-list ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: table;
}

.sidebar-menu-wrapper .sidebar .menu-link-list ul li {
	width: 100%;
	height: 45px;
	display: block;
	border-bottom: 1px solid var(--seventh-color);
}

.sidebar-menu-wrapper .sidebar .menu-link-list ul li a {
	width: 100%;
	height: 100%;
	display: block;
	font-weight: 400;
	line-height: 45px;
	padding: 0px 15px;
	color: #ffffff;
	font-size: 14px;
}

.sidebar-menu-wrapper .sidebar .menu-link-list ul li a .icon {
	width: 30px;
	height: 30px;
	font-size: 15px;
	margin-right: 0px;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
	color: #ffffff;
}

.sidebar-menu-wrapper .sidebar .menu-link-list ul li:hover a {
	background-color: var(--first-color);
	transition: ease-in-out 0.5s;
}

.sidebar-menu-wrapper .sidebar .menu-link-list ul .active a {
	background-color: rgba(51, 51, 51, 0.5);
}

.sidebar-menu-wrapper .sidebar .login-btn-group {
	padding: 15px 0px;
}

.sidebar-menu-wrapper .sidebar .login-btn-group ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: table;
}

.sidebar-menu-wrapper .sidebar .login-btn-group ul li {
	width: 50%;
	float: left;
	text-align: center;
	display: inline-block;
	border-right: 1px solid #333333;
}

.sidebar-menu-wrapper .sidebar .login-btn-group ul li:last-child {
	border-right: none;
}

.sidebar-menu-wrapper .sidebar .login-btn-group ul li a {
	font-weight: 700;
	padding: 0px 15px;
	color: #ffbe30;
	font-size: 14px;
	text-transform: uppercase;
}

.sidebar-menu-wrapper .sidebar .social-links {
	padding: 15px 0px;
	margin-bottom: 15px;
}

.sidebar-menu-wrapper .sidebar .social-links .contact-info {
	font-weight: 400;
	padding: 0px 15px;
	margin-bottom: 10px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

.sidebar-menu-wrapper .sidebar .social-links .contact-info:last-child {
	margin-bottom: 0px;
}

.sidebar-menu-wrapper .sidebar .social-links .contact-info i {
	margin-right: 10px;
	color: #ffbe30;
}

.sidebar-menu-wrapper .sidebar .social-links ul {
	margin: 0px;
	display: table;
	padding: 0px 15px;
	margin-bottom: 15px;
}

.sidebar-menu-wrapper .sidebar .social-links ul li {
	float: left;
	width: 35px;
	height: 35px;
	list-style: none;
	overflow: hidden;
	margin-right: 5px;
	text-align: center;
	border-radius: 100%;
	display: inline-block;
}

.sidebar-menu-wrapper .sidebar .social-links ul li:last-child {
	margin-right: 0px;
}

.sidebar-menu-wrapper .sidebar .social-links ul li a {
	width: 100%;
	height: 100%;
	line-height: 35px;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	background-color: rgba(255, 255, 255, 0.1);
}

.sidebar-menu-wrapper .sidebar .social-links ul li:hover a {
	color: #ffffff;
	background-color: #ffbe30;
}

.sidebar-menu-wrapper .sidebar .social-links .contact-btn {
	height: 40px;
	margin: 0px 15px;
	padding: 0px 30px;
	line-height: 40px;
	text-align: center;
	border-radius: 30px;
	color: #ffbe30;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #333333;
}

.sidebar-menu-wrapper .sidebar .social-links .contact-btn:hover {
	color: #ffffff;
	background-color: #ffbe30;
}

.sidebar-menu-wrapper .sidebar.active {
	left: 0px;
}

.sidebar-menu-wrapper .sidebar.active .overlay {
	display: block;
}

.sidebar-menu-wrapper .sidebar-logo-div {
	display: block;
	height: 57px;
	background-color: var(--first-color);
}

.sidebar-menu-wrapper .sidebar .brand-link .brand-image {
	float: none !important;
	line-height: .8 !important;
	margin-left: 0rem !important;
	margin-right: 0rem !important;
	margin-top: 0px !important;
	max-height: 44px !important;
	width: auto !important;
	opacity: 1 !important;
}

.sidebar-menu-wrapper .sidebar .brand-text {
	font-size: 1rem;
	color: #fff;
	position: relative;
	top: 8px;
	padding: 0px !important;
	margin: 0px !important;
	right: 4px;
}

.sidebar-menu-wrapper .sidebar .brand-link {
	transition: width .3s ease-in-out;
	width: 100%;
	z-index: 1035;
	height: 54px;
	background-color: var(--first-color);
	line-height: 50px;
}

.sidebar-menu-wrapper .sidebar #sidebar-dismiss {
	top: 15px;
	color: var(--first-color);
}

.sidebar-menu-wrapper .sidebar {
	left: -250px;
	min-width: 250px;
	max-width: 250px;
}

.slide-section .main-carousel1 .item {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100vh;
}

.slide-section .main-carousel1 .item .slider-item-content {
	z-index: 1;
	text-align: center;
	padding: 200px 200px;
	padding-bottom: 300px;
}

.slide-section .main-carousel1 .item .slider-item-content .medium-text {
	font-size: 60px;
	font-weight: 400;
	text-transform: capitalize;
	color: rgba(255, 255, 255, 0.8);
}

.slide-section .main-carousel1 .item .slider-item-content .big-text {
	font-size: 72px;
	font-weight: 900;
	color: #ffffff;
}

.slide-section .main-carousel1 .item .slider-item-content .small-text {
	color: #ffffff;
	letter-spacing: 6px;
	text-transform: uppercase;
}

.slide-section .main-carousel1 .item .slider-item-content .link-groups {
	margin-top: 50px;
	text-align: center;
}

.slide-section .main-carousel1 .item .slider-item-content .link-groups a {
	margin: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.slide-section .main-carousel1 .item .slider-item-content .link-groups .start-btn {
	font-weight: 700;
	padding: 12px 30px;
	color: #ffffff;
	border-radius: 30px;
	font-size: 14px;
	text-transform: uppercase;
	border: 3px solid #ffbe30;
}

.slide-section .main-carousel1 .item .slider-item-content .link-groups .start-btn:hover {
	color: #ffffff;
	background-color: #ffbe30;
}

.owl-theme .owl-dots {
	left: 50%;
	margin: 0px;
	bottom: 20px;
	display: table;
	padding: 0px 0px;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-bottom: 1px solid #ffffff;
}

.owl-theme .owl-dots .owl-dot {
	float: left;
	min-width: 50px;
	min-height: 50px;
	font-weight: 700;
	line-height: 50px;
	text-align: center;
	position: relative;
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.slide-section .owl-theme .owl-dots .owl-dot:after {
	left: 0;
	right: 0;
	opacity: 0;
	z-index: 1;
	content: '';
	height: 5px;
	bottom: -2px;
	position: absolute;
	-webkit-transform: scaleX(0.6);
	-ms-transform: scaleX(0.6);
	transform: scaleX(0.6);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: var(--second-color);
}

.slide-section .owl-theme .owl-dots .owl-dot.active {
	font-size: 30px;
}

.slide-section .owl-theme .owl-dots .owl-dot.active:after {
	opacity: 1;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.slide-section .owl-theme .owl-nav .owl-next,
.slide-section .owl-theme .owl-nav .owl-prev {
	top: 50%;
	opacity: 0.9;
	width: 35px;
	height: 35px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
	color: transparent;
	position: absolute;
	border-radius: 100%;
	background: transparent;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slide-section .owl-theme .owl-nav .owl-next span,
.slide-section .owl-theme .owl-nav .owl-prev span {
	margin: 0px;
	padding: 0px;
	color: #fff;
	background: transparent;
}

.slide-section .owl-theme .owl-nav .owl-next,
.slide-section .owl-theme .owl-nav .owl-prev {
	font-weight: 900;
	line-height: 35px;
	position: absolute;
	color: #333333;
	font-size: 15px;
	background: var(--first-color);
	font-family: 'Font Awesome 5 Free';
}

.slide-section .owl-theme .owl-nav .owl-next:hover,
.slide-section .owl-theme .owl-nav .owl-prev:hover {
	opacity: .8;
}

.slide-section .owl-theme .owl-nav .owl-prev {
	left: 2%;
	top: 50%;
}

.slide-section .owl-theme .owl-nav .owl-next {
	right: 2%;
	top: 50%;
}

@media screen and (max-width: 15000px) {
	.header-section {
		display: none;
	}

	.header-section {
		display: block;
	}

	.slide-section .main-carousel1 .item .slider-item-content {
		padding: 100px;
		padding-bottom: 250px;
	}
}

.header-section ul li {
	display: inline-block;
}

.list-inline li {
	display: inline-block;
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0px;
}

.navigation a {
	color: #000;
}

.navigation-desktop ul li::after {
	top: -2px;
	right: 0;
	bottom: 0;
	content: '|';
	position: absolute;
	color: #fff;
}

.navigation-desktop ul li {
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
}

.navigation-desktop ul li a {
	color: #fff;
	font-size: 14px;
	/*padding: 0px 15px 0px 15px !important;*/
	margin: 0px 15px 0px 15px !important;
	padding: 0px !important;
}

.navigation-desktop ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}

.navigation-desktop ul li:last-child::after {
	top: 0;
	right: 0;
	bottom: 0;
	content: '';
	position: relative;
	color: #fff;
}

.navigation-mobile {
	position: fixed;
	top: 38px;
	z-index: 99;
	background: var(--first-color);
	width: 100%;
	z-index: 99;
}

.navigation-mobile a {
	color: #000;
}

.navigation-mobile ul li::after {
	top: 16px;
	right: 0;
	bottom: 0;
	content: '|';
	position: absolute;
	color: var(--first-color);
}

.navigation-mobile ul li {
	position: relative;
	display: inline-block;
	padding: 15px 6px 13px 0;
}

.navigation-mobile ul li a {
	color: #000;
	font-weight: bold;
}

.sidebar-header a {
	color: #fff;
}


.navigation-mobile ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}

.navigation-mobile ul li:last-child::after {
	top: 0;
	right: 0;
	bottom: 0;
	content: '';
	position: relativeli:last-child;
	color: #000;
}

/*#mCSB_1_container {
	top: 0px !important;
}*/

.mCSB_inside > .mCSB_container {
	 margin-right: 0px !important; 
}

h1.product-title {
	font-size: 28px;
	font-weight: 700;
}

@media (min-width: 100px) and (max-width: 1199px) {

	.navbar-mobile {
		width: 100%;
		padding-right: 16px;
		padding-left: 16px;
		margin-right: auto;
		margin-left: auto;
	}

	.navbar-mobile {
		position: relative;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		/*padding: 0.5rem 0.5rem;*/
		height: 55px;
	}

	.slide-section {
		margin-top: 18px;
	}

	div#menu-container {
		margin-top: 0px !important;
	}

	.navigation-desktop {
		position: fixed;
		top: 56px;
		/*top: 39px;*/
		z-index: 99;
		background: rgb(17 52 97 / 8%);
		width: 100%;
		z-index: 99;
	}

	.navigation-desktop ul li {
		position: relative;
		display: inline-block;
		/*padding: 15px 6px 13px 0;*/
		padding: 7.5px 6px 3.0px 0;
		margin-bottom: 0px;
	}

	.navigation-desktop ul li a {
		color: #000;
		font-weight: bold;
	}

	.navigation-desktop ul li::after {
		top: 8px;
		right: 0;
		bottom: 0;
		content: '|';
		position: absolute;
		color: var(--first-color);
	}

	.navigation-desktop .nav-tabs .active.show {
		color: var(--first-color) !important;
		border-bottom: 0px solid #fff;
	}

	.navigation-desktop .nav-tabs .active.show a {
		color: var(--first-color) !important;
		border-bottom: 1px solid var(--first-color) !important;
		font-weight: 500;
	}

	.navigation-desktop #btn-nav-previous {
		text-align: center;
		color: white;
		cursor: pointer;
		font-size: 24px;
		position: absolute;
		left: 0px;
		top: 4px;
		padding: 0px 6px;
		fill: #000;
	}

	.navigation-desktop #btn-nav-next {
		text-align: center;
		color: white;
		cursor: pointer;
		font-size: 24px;
		position: absolute;
		right: 0px;
		top: 4px;
		padding: 0px 6px;
		fill: #000;
	}

	.navigation-desktop .menu-inner-box {
		width: 85% !important;
	}

	.navigation-mobile {
		/*display: block !important;*/
	}

	.main-carousel1 .owl-item img {
		height: 100vh;
	}

	.inner-body {
		padding-top: 76px;
		padding-bottom: 37px;
	}

	.card-title {
		font-size: 16px !important;
	}

	body {
		font-size: 13px !important;
	}

	.btn {
		font-size: 13px;
	}

	.cards h6 {
		font-size: 13px;
	}

	.card-body h5 {
		font-size: 13px;
	}

	.item h5 {
		font-size: 13px;
	}

	.product-title {
		font-size: 16px;
	}

	h1.product-title {
		font-size: 16px;
	}

	.content-title {
		font-size: 13px !important;
	}

	.form-control {
		padding: .15rem .375rem;
		font-size: 14px;
		line-height: 1.5;
	}

	select.form-control:not([size]):not([multiple]) {
		height: calc(1.5rem + 6px);
		font-size: 15px;
	}

	.product-details {
		padding: 8px 20px;
		padding-bottom: 20px;
	}

	.dropdown-content-social {
		padding-top: 4px !important;
	}
}




@media (min-width: 100px) and (max-width: 1199px) {

	.search-1 .btn {
		padding: 0.374rem 0.75rem;
	}

	.search-1 .form-control {
		padding: 0.15rem 0.375rem;
		font-size: 14px;
		line-height: 1.9;
	}

	.search-1 select.form-control:not([size]):not([multiple]) {
		height: calc(1.5rem + 9px);
		font-size: 15px;
	}

	.header-section .logo-div {
		padding-top: 0px;
		display: none;
	}

	.header-section .alt-menu-btn {
		margin-top: 0px;
	}

	.header-section .right-menu {
		margin-top: 0px;
	}
}

.menu-main-box {
	margin-top: 0px;
}

@media (min-width: 1200px) and (max-width: 15000px) {
	.navigation-mobile {
		display: none !important;
	}

	.inner-body {
		/*padding-top: 45px;*/
		padding-top: 57px;
		padding-bottom: 42px;
	}

	.navigation-desktop {
		display: block !important;
		position: relative;
		margin: 0 auto;
		width: 75%;
		top: 0px;
	}

	.header-section {
		padding: 8px 0px;
		line-height: 28px;
	}


	.navigation-desktop ul li a {
		font-size: 18px;
	}

	.menu-main-box {
		margin-top: 7px;
	}
}


.product-categories-content p {
	background: var(--second-color);
	color: #fff;
	padding: 5px 0;
	margin-bottom: 0;
}

section {
	padding: 20px 0px;
}

.content-title {
	font-weight: bold;
	color: var(--first-color);
	font-size: 18px;
}

.content-title-combo {
	font-weight: 500;
	color: #fff;
	font-size: 18px;
	background-color: var(--first-color);
	padding: 5px 5px;
}

.text-theme {
	color: var(--first-color) !important;
}

.btn-theme {
	color: #fff;
	background-color: var(--first-color);
	border-color: var(--first-color);
}

.btn-theme:hover {
	color: #fff;
	background-color: var(--sixth-color);
	border-color: var(--sixth-color);
}

.custom-btn {
	z-index: 1;
	font-weight: 600;
	overflow: hidden;
	padding: 5px 15px;
	text-align: center;
	position: relative;
	font-size: 13px;
	text-transform: uppercase;
	color: #ffffff !important;
	background: var(--first-color) !important;
}

.nav-tabs {
	display: inline-flex;
	width: 100%;
	overflow: scroll !important;
	border-bottom: 0px solid var(--first-color) !important;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	scrollbar-color: var(--first-color) #fff;
	/* justify-content: center; */
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border-width: 0;
}

.nav-tabs>li>a {
	border: none;
	color: #666;
}

.nav-tabs>li.active>a::after,
.nav-tabs>li:hover>a::after {
	transform: scale(1);
}

.tab-nav>li>a::after {
	background: var(--first-color) none repeat scroll 0% 0%;
	color: #fff;
}

.nav-tabs::-webkit-scrollbar {
	display: none;
}

.card {
	background: #FFF none repeat scroll 0% 0%;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	margin-bottom: 20px;
}

.categories-item {
	padding: 5px;
	border: 1px solid #f0f0f0;
	width: 100%;
}

.categories-image {
	float: left;
	width: 50%;
	position: relative;
	overflow: hidden;
}

.categories-image-combo {}

.nav-tabs>li>a {
	border: none;
	color: #666;
}

.categories-content {
	margin-top: 0;
	float: left;
	width: 50%;
	padding-top: 0px;
	padding-left: 8px;
	padding-right: 8px;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 0px 15px 0px 15px;
}

.nav-tabs>li>a {
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}

.nav {
	flex-wrap: nowrap;
}

.nav-tabs .active.show {
	color: var(--first-color) !important;
	border-bottom: 1px solid var(--first-color);
}

.navigation-desktop .nav-tabs .active.show {
	color: #fff !important;
	border: none;
}

.navigation-desktop .nav-tabs .active.show a {
	border-bottom: 1px solid #fff;
}

.navigation-desktop .nav-tabs>li>a {
	padding-bottom: 0px !important;
}

.navigation-desktop .nav-tabs {
	border-bottom: 0px solid #C6C6C6;
}

/*Navbar Scroll*/
div#menu-container {
	position: relative;
	width: 100%;
	margin-top: 5px;
}

#btn-nav-previous {
	text-align: center;
	color: white;
	cursor: pointer;
	font-size: 24px;
	position: absolute;
	left: 0px;
	padding: 0px 12px;
	/* background: #8f9a9d;*/
	fill: #FFF;
}

#btn-nav-next {
	text-align: center;
	color: white;
	cursor: pointer;
	font-size: 24px;
	position: absolute;
	right: 0px;
	padding: 0px 12px;
	/*background: #8f9a9d;*/
	fill: #FFF;
}

.menu-inner-box {
	width: 90% !important;
	white-space: nowrap;
	margin: 0 auto;
	overflow: hidden !important;
	padding: 0px 54px;
	box-sizing: border-box;
	margin-top: 1px;
}


.nav-tabs .active.show {
	color: var(--first-color) !important;
	border-bottom: 2px solid #fff;
	font-weight: 500;
}

/*********/

.color-white {
	color: #fff;
}

.cards {
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	margin-bottom: 12px;
	border-radius: 5px;
}

.benifits-title li {
	display: flex;
	color: #000;
}

.benifits-title .fa-check {
	position: relative;
	top: 8px;
}

.ingredients-img img {
	border-radius: 10px;
}

.owl-carousel .owl-item img {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.product-ingredients {
	background: rgb(17 52 97 / 4%);
	padding-bottom: 30px;
}

.main-heading h2::before {
	width: 28px;
	height: 5px;
	display: block;
	content: "";
	position: absolute;
	bottom: 3px;
	left: 50%;
	margin-left: -14px;
	background-color: var(--second-color);
}

.main-heading h2::after {
	width: 100px;
	height: 1px;
	display: block;
	content: "";
	position: relative;
	margin-top: 15px;
	left: 50%;
	margin-left: -50px;
	background-color: var(--second-color);
}

.main-heading h2 {
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 5px;
	font-size: 25px;
	color: #080808;
}

.main-heading h4::before {
	width: 28px;
	height: 5px;
	display: block;
	content: "";
	position: absolute;
	bottom: 3px;
	left: 50%;
	margin-left: -14px;
	background-color: var(--second-color);
}

.main-heading h4::after {
	width: 100px;
	height: 1px;
	display: block;
	content: "";
	position: relative;
	margin-top: 15px;
	left: 50%;
	margin-left: -50px;
	background-color: var(--second-color);
}

.main-heading h4 {
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 5px;
	font-size: 25px;
	color: #080808;
}

.loadingDiv-parent {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: rgba(255, 255, 255, 0.8);
	width: 100%;
	height: 100vh;
	position: fixed;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999998;
	opacity: 0.8;
}

@media (min-width:768px) and (max-width:1000px) {
	.loadingDiv-parent .loading-image {
		font-size: 4em !important;
	}
}

@media (min-width:200px) and (max-width:767px) {
	.loadingDiv-parent .loading-image {
		font-size: 3em !important;
	}

	.dataTables_paginate .page-link {
		padding: 0.2rem 0.5rem;
		margin-top: 10px;
	}

	.form-control {
		font-size: 14px;
	}
}

.loadingDiv-parent .loading-image {
	color: #4b545c;
}

.footer-bottom {
	position: fixed;
	padding: 9px 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background: var(--first-color);
	color: white;
	text-align: center;
	z-index: 99;
}

.card-header {
	background-color: var(--sixth-color);
	padding: .75rem .75rem;
}

.card-title {
	font-size: 20px;
	font-weight: 700;
}

.custom-btn:hover {
	background: #6f0511 !important;
}

.card-title {
	float: left;
	margin-top: 2px;
	margin-bottom: 4px !important;
}

.card-tools {
	float: right;
}


.callout.callout-info {
	border-color: #117a8b;
	background: #fbe3e5;
	/*background: rgb(var(--sixth-color), 0.3);*/
}

.callout {
	border-radius: 3px;
	margin: 0 0 20px 0;
	padding: 15px 30px 15px 15px;
	border-left: 5px solid #eee;
}


.cart-section .categories-image {
	float: left;
	width: 45%;
	margin-right: 5px;
}

.cart-section .categories-content {
	width: 53%;
	float: left;
}

.cart-section .breadcrumb {
	padding: 0.75rem 1rem;
	background-color: transparent;
	margin-bottom: 0rem;
	padding-bottom: 4px;
	/*padding-right: 0px !important;*/
}

section.cart-section {
	padding-top: 5px !important;
}

@media (max-width: 992px) {
	.cart-section .breadcrumb {
		margin-bottom: 0px;
		padding-bottom: 6px;
		padding-left: 0px;
		padding-top: 0px;
	}
}

.form-check-input {
	position: absolute;
	margin-top: 0rem;
	margin-left: -1.25rem;
	width: 20px;
	height: 20px;
}

.right-menu ul li {
	display: inline-block;
	font-size: 18px;
}

@media (min-width: 100px) and (max-width: 345px) {
	.categories-content {
		width: 100%;
	}

	.categories-image {
		width: 100%;
		margin-bottom: 10px;
	}
}

.navigation-desktop .nav-tabs {
	display: inline-block;
	width: 100%;
	overflow: hidden !important;
	border-bottom: 0px solid var(--first-color) !important;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	scrollbar-color: var(--first-color) #fff;
}

.right-menu a i:hover {
	text-decoration: none;
	color: var(--sixth-color);
	transition: ease-in-out 0.5s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--first-color);
}

.item a {
	width: 100%;
}

#Ingredients .item {
	background: #fff;
	border-radius: 25px;
	border: 1px solid #eee;
	padding: 20px;
}

@media (min-width: 400px) and (max-width: 15000px) {
	.nav-tabs {
		justify-content: center;
	}
}

@media (min-width: 100px) and (max-width: 399px) {
	.nav-tabs {
		justify-content: start;
	}
}

@media (min-width: 1199px) {

	.modal-lg,
	.modal-xl {
		max-width: 1300px;
	}
}

@media (min-width: 992px) {

	.modal-lg,
	.modal-xl {
		max-width: 900px;
	}
}

.categories-image img:hover {
	transform: scale(1.1);
	overflow: hidden;
	transition: ease-in-out 0.5s;
}

.product-categories-img img:hover {
	transform: scale(1.1);
	overflow: hidden;
	transition: ease-in-out 0.5s;
}

.product-categories-img {
	overflow: hidden;
	position: relative;
}

/*.fa-bars {
	font-weight: bold;
}*/

.benifits-title {
	/*max-height: 382px;
	overflow: scroll;
	overflow-x:hidden;*/
}

.benifits-title li {
	padding-left: 30px;
	position: relative;
}

.benifits-title li::after {
	content: "\f00c";
	font-family: "Font Awesome 6 pro";
	width: 25px;
	height: 25px;
	color: var(--second-color);
	position: absolute;
	text-align: center;
	line-height: 25px;
	border-radius: 50px;
	left: 0;
	font-size: 17px;
}

@media (min-width: 1701px) and (max-width: 15000px) {
	.categories-content .caption {
		display: block !important;
	}
}

@media (min-width: 900px) and (max-width: 1700px) {
	.categories-item:hover .caption {
		width: 45%;
		left: 51%;
		display: block;
	}

	.categories-item:hover .caption {
		right: 0%;
		background: #fff;
		padding: 4px;
		position: absolute;
		top: auto;
		z-index: 99;
		bottom: 10px;
	}
}

@media (min-width: 768px) and (max-width: 899px) {
	.categories-item:hover .caption {
		width: 44%;
		left: 51%;
		display: block;
	}

	.categories-item:hover .caption {
		right: 0%;
		background: #fff;
		padding: 4px;
		position: absolute;
		top: auto;
		z-index: 99;
		bottom: 10px;
	}
}

@media (min-width: 550px) and (max-width: 767px) {
	.categories-item:hover .caption {
		width: 45%;
		left: 51%;
		display: block;
	}

	.categories-item:hover .caption {
		right: 0%;
		background: #fff;
		padding: 4px;
		position: absolute;
		top: auto;
		z-index: 9;
		bottom: 10px;
	}
}

@media (min-width: 346px) and (max-width: 549px) {
	.categories-item:hover .caption {
		width: 44%;
		left: 51%;
		display: block;
	}

	.categories-item:hover .caption {
		right: 0%;
		background: #fff;
		padding: 4px;
		position: absolute;
		top: auto;
		z-index: 99;
		bottom: 4px;
	}
}

@media (min-width: 100px) and (max-width: 345px) {
	.categories-item:hover .caption {
		width: 85%;
		left: 7%;
		display: block;
	}

	.categories-item:hover .caption {
		right: 0%;
		background: #fff;
		padding: 4px;
		position: absolute;
		top: auto;
		z-index: 99;
		bottom: 10px;
	}
}

@media (min-width: 100px) and (max-width: 500px) {
	.slide-section .owl-theme .owl-dots .owl-dot {
		float: none;
	}
}

.categories-item .caption {
	display: none;
	overflow: hidden;
	left: 0%;
	z-index: 1000;
	bottom: 0px;
}

.no-border-after::after {
	border: none !important;
}

.common-ul li::after {
	top: 0;
	right: 0;
	bottom: 0;
	content: '';
	position: absolute;
	color: #000;
	border-right: 1px solid var(--first-color);
}

.common-ul li:last-child::after {
	border-right: 0px solid;
}

.common-ul li {
	position: relative;
	display: inline-block;
}

.common-ul li {
	display: inline-block;
	padding: 0 30px 0px 10px;
}

.border-left-green {
	border-left: 1px solid var(--first-color);
}

@media (min-width: 100px) and (max-width: 991px) {
	.margin-sm-0 {
		margin-bottom: 0px !important;
	}
}


@media (min-width: 100px) and (max-width: 600px) {
	.text-small-left {
		text-align: left !important;
	}

	.common-ul li::after {
		border-right: 0px solid var(--first-color);
	}

	.common-ul br {
		display: none;
	}
}

@media (min-width: 100px) and (max-width: 767px) {
	.border-sm-none {
		border: 0px solid;
	}

	.text-small-left {
		text-align: left !important;
	}

	.header-section {
		height: 56px;
		padding: 0px;
	}

	.sidebar-menu-wrapper .sidebar .sidebar-header {
		padding: 3px 35px;
	}

	/*.sidebar-menu-wrapper .sidebar .brand-link {
		visibility: hidden;
	}*/

	.sidebar-menu-wrapper .sidebar #sidebar-dismiss {
		visibility: hidden;
	}
}

#Ingredients .owl-dots {
	display: none !important;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: block !important;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
	font-weight: 900 !important;
	line-height: 35px !important;
	position: absolute !important;
	color: #fff !important;
	font-size: 15px !important;
	background: var(--second-color) !important;
	font-family: 'Font Awesome 5 Free' !important;
}

.owl-nav .owl-prev {
	left: 0%;
}

.owl-nav .owl-next {
	right: 0%;
}

.owl-nav .owl-next span,
.owl-nav .owl-prev span {
	margin: 0px;
	padding: 0px;
	color: #fff;
	background: transparent;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
	top: 50%;
	opacity: 0.9;
	width: 35px;
	height: 35px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
	color: transparent;
	position: absolute;
	border-radius: 100% !important;
	background: transparent;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav-tabs a:hover {
	color: var(--sixth-color) !important;
	transition: ease-in-out 0.5s;
}

.categories-content i {
	font-size: 14px;
}

.promotion-text {
	font-size: 14px !important;
}

.cart-section img:hover {
	transform: scale(1.1);
	overflow: hidden;
	transition: ease-in-out 0.5s;
}

.form-check {
	z-index: 100000;
}

.custom-switch {
	padding-left: 2.25rem;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

.custom-control-input {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 1rem;
	height: 1.25rem;
	opacity: 0;
}

label:not(.form-check-label):not(.custom-file-label) {
	font-weight: 700;
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
}

.custom-switch .custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: .5rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-control {
	position: relative;
	z-index: 1;
	display: block;
	min-height: 1.5rem;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}

.custom-control-label::before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #dee2e6;
	border: #adb5bd solid 1px;
	box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, .1);
}

.custom-switch .custom-control-label::after {
	top: calc(.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
	border-radius: .5rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
}

.custom-control-label::after {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: 50%/50% 50% no-repeat;
	background-color: rgba(0, 0, 0, 0);
}

.btn-default {
	background-color: transparent;
	border-color: #a2a1a1;
	color: #444;
}

.custom-switch.custom-switch-on-danger .custom-control-input:checked~.custom-control-label::before {
	background-color: var(--first-color);
	border-color: var(--first-color);
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
	background-color: #dee2e6;
	-webkit-transform: translateX(.75rem);
	transform: translateX(.75rem);
}


.card-outline {
	border-top: 3px solid var(--first-color);
}

.card-header {
	border-bottom: 0;
}

.card-header {
	background-color: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	padding: .75rem 1.25rem;
	position: relative;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.card-tools .btn-tool {
	background: var(--second-color);
	color: #fff;
	padding: 2px 10px;
}

.col-form-label {
	text-align: right;
}

@media (min-width: 100px) and (max-width: 767.98px) {
	.col-form-label {
		text-align: left !important;
	}
}

/* ===========Login page CSS================ */

.login-card-body {
	background: transparent;
	padding: 25px !important;
}

.login-register-page {
	background: linear-gradient(to bottom, #f76172, #e9f3f9);
	align-items: center;
	height: 100vh;
	justify-content: center;
	display: grid;
	background-attachment: fixed;
}

.login-register-page .card-header {
	background: #f3f0f1 !important;
	padding: 1rem;
	border-radius: 15px;
}

@media (min-width: 1500px) and (max-width: 5000px) {
	.login-box {
		width: 450px;
		margin: 0% auto;
	}
}

@media (min-width: 100px) and (max-width: 767.98px) {
	.login-box {
		width: 330px;
	}

	.col-form-label {
		text-align: left !important;
	}
}


.col-form-label {
	text-align: right;
}

/*.modal-dialog {
    margin: 10rem 0.5rem;
}
*/
@media (min-width: 576px) {
	.modal-dialog {
		margin: 1.75rem auto;
	}
}

.login-card-body a {
	color: #007bff !important;
}

.login-register-page .card {
	border-radius: 15px;
}

.login-register-page .card-header {
	border-radius: 10px 10px 0px 0px !important;
}

/* =============================card css============================== */

.bg-grey {
	background: #f3f2f2;
}

/* ================== Badge Overlay CSS ========================*/
.badge.success {
	background: #28a745;
}

.badge-overlay {
	position: absolute;
	left: 0%;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
	z-index: 90;
}

.badge {
	color: white;
	padding: 6px;
	text-transform: uppercase;
	border-radius: 0px !important;
}

.badge::before,
.badge::after {
	content: '';
	position: absolute;
	top: 0;
	margin: 0 -1px;
	width: 100%;
	height: 100%;
	background: inherit;
	min-width: 55px
}

.badge::before {
	right: 100%
}

.badge::after {
	left: 100%
}

.bottom-right {
	position: absolute;
	bottom: 0;
	right: 0;
	-ms-transform: translateX(30%) translateY(0%) rotate(-45deg);
	-webkit-transform: translateX(30%) translateY(0%) rotate(-45deg);
	transform: translateX(30%) translateY(0%) rotate(-45deg);
	-ms-transform-origin: bottom left;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

.dataTables_wrapper .col-sm-12.col-md-6:first-child {
	padding-left: 0;
	display: none;
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child {
	padding-left: 0;
}

div.dataTables_wrapper div.dataTables_filter {
	text-align: left !important;
}

.register-title {
	color: #000;
	background: #fff;
	padding: 25px;
	margin-bottom: 0px;
	text-align: center;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.register-title::after {
	content: "";
	background: url(/Content/eshop/images/head-line.png);
	display: block;
	width: 100%;
	height: 35px;
	background-repeat: no-repeat;
	background-position: center;
}

.payment-countdown {
	color: #856404;
}


@media (min-width:100px) and (max-width:768px) {

	.scrollbottom,
	.scrollup {
		height: 30px !important;
		width: 30px !important;
		line-height: 30px !important;
	}
}

.scrollup {
	bottom: 60px;
	position: fixed;
	height: 35px;
	width: 35px;
	border-radius: 45px;
	right: 5px;
	background-color: rgba(17, 17, 17, 0.5);
	line-height: 35px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
}

.scrollbottom {
	bottom: 120px;
	position: fixed;
	height: 35px;
	width: 35px;
	border-radius: 45px;
	right: 5px;
	background-color: rgba(17, 17, 17, 0.5);
	line-height: 35px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
}

/*for chrome,safari,edge,opera*/

.spinnerblock::-webkit-outer-spin-button,
.spinnerblock::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/*for firefox*/
.spinnerblockfirefox {
	-moz-appearance: textfield;
}

/*Social Link Right Side*/
/*.icon-bar i {
	font-weight: 400;
}

.icon-bar {
	position: fixed;
	top: 40%;
	z-index: 999;
	right: 0px;
}

.social-profile:nth-child(1) {
	background: #415993;
}

.social-profile:nth-child(2) {
	background: #49aae7;
}

.social-profile:nth-child(3) {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.social-profile:nth-child(4) {
	background: #fe0000;
}

.social-profile:nth-child(5) {
	background: #f14336;
}

.social-profile:nth-child(6) {
	background: #e83f3a;
}


.social-profile:nth-child(1):hover, .social-profile:nth-child(2):hover, .social-profile:nth-child(3):hover, .social-profile:nth-child(4):hover, .social-profile:nth-child(5):hover {
	opacity: 0.8;
}*/

/* Floating Social Media Bar Style Starts Here */
/*.icon-bar {
	position: fixed;
	top: 40%;
	z-index: 999;
	right: 0px;
}

	.icon-bar a {
		display: block;
		text-align: center;
		padding: 8px;
		transition: all 0.3s ease;
		color: #fff;
		font-size: 20px;
		border-radius: 0%;
		margin-bottom: 1px;
		height: 42px;
		width: 40px;
	}

.share-icon {
	background: var(--first-color);
	width: 220px;
	position: fixed;
	right: -180px;
	z-index: 1000;
	transition: all .25s ease;
}

	.share-icon .share {
		padding: 12px;
		transition: all 0.3s ease;
		color: #fff;
		font-size: 20px;
		border-radius: 50%;
		height: 42px;
		width: 40px;
	}

	.share-icon a {
		color: #fff;
		display: inline !important;
		margin-left: 5px;
		margin-bottom: 0;
	}



	.share-icon:hover {
		right: 0;
	}*/

/*Product Info**/
.owl-stage {
	margin: 0 auto;
}

.owl-dots .owl-dot {
	font-size: 0px !important;
}

/*Box Border*/
.g-brd-around {
	border: solid 1px transparent !important;
	height: 100%;
	width: 100%;
}

.g-pa-25 {
	padding: 1.78571rem !important;
}

.g-brd-gray-light-v4 {
	border-color: #eee !important;
}

.g-brd-primary-top {
	border-top-color: var(--second-color) !important;
}

.g-brd-top-2 {
	border-top-width: 2px !important;
}

.u-shadow-v1-3 {
	box-shadow: 0 0 5px #ddd;
	background-color: #fbfbfb;
}

.product-misc .row .col-md-4 {
	padding: 15px;
}

/*Faq Accordion*/
.accordion_card .card-header .title {
	color: #000;
}

.accordion_card .card-header .accicon {
	float: left;
	font-size: 16px;
	width: 1.2em;
	margin-right: 2px;
}

.accordion_card .card-header {
	cursor: pointer;
	border-bottom: none;
	padding: 5px;
	background-color: #fbfbfb;
}

.accordion_card .card {
	border: 0px solid #ddd;
	border-bottom: 1px solid #ddd !important;
}

.accordion_card .card {
	background: #FFF none repeat scroll 0% 0%;
	box-shadow: 0px 1px 3px rgb(0 0 0 / 0%);
	margin-bottom: 0px;
}

.accordion_card .card-body {
	border-top: 1px solid #ddd;
	padding: 10px;
	background-color: var(--first-color-variant1);
}

.accordion_card .card-header .rotate-icon::before {
	content: "\002b";
	color: var(--second-color);
}

.accordion_card .card-header:not(.collapsed) .rotate-icon::before {
	content: "\002d";
}

/*Product Videos*/
#ProductVideos .owl-dots {
	display: none !important;
}

#ProductVideos .video-img {
	width: 80%;
	margin: auto;
}

#ProductVideos .owl-nav .owl-next,
#ProductVideos .owl-nav .owl-prev {
	top: 40% !important;
}

section.product-misc {
	padding-top: 15px;
	padding-bottom: 15px;
}

.product-related {
	background: rgb(17 52 97 / 4%);
	padding-bottom: 30px;
	margin-bottom: 30px;
}


.page-header {
	padding-bottom: 30px;
}

.page-header h1 {
	font-size: 30px;
	display: inline-block;
}

.page-header h1::after {
	content: '';
	border-bottom: solid 3px var(--first-color);
	padding-bottom: 5px;
	display: block;
}

.page-header h2 {
	font-size: 18px;
}


@media (max-width: 1199px) {
	.page-header {
		padding-bottom: 10px;
	}

	.page-header h1 {
		font-size: 20px;
	}

	.page-header h1::after {
		padding-bottom: 2px;
	}

	.page-header h2 {
		font-size: 16px;
	}
}