html, body{
    font-size: 16px;
	font-family: 'Manrope', sans-serif;
    color: #000;
    line-height: 30px;
	font-weight: normal;
	letter-spacing: -0.02em;
}
b, strong {
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
    margin: 40px 0 20px;
	font-weight: bold;
}
h1 {
	font-size: 48px;
	line-height: 1.25;
}
h2 {
	font-size: 36px;
	line-height: 1.33;
}
h3 {
	font-size: 30px;
	line-height: 1.5;
}
h4 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 15px;
}
h5 {
	font-size: 20px;
	line-height: 28px;
}
h6 {
	font-size: 16px;
	line-height: 20px;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}
p{
	margin: 0 0 20px;
}
p:last-child {
	margin: 0;
}

ul{
	list-style:none;
	margin: 0;
	padding: 0;
}
ul li:last-child,
ol li:last-child {
	margin-bottom: 0;
}

ul, ol {
	margin: 0 0 20px;
}
ul ol,
ol ul,
ul ul,
ol ol {
	margin-bottom: 0;
}
ol {
	padding-left: 20px;
}
ol li {
	list-style-type: decimal !important;
	padding: 7.5px 0 !important;
}
ol li:before {
	content: none !important;
}
ul li {
	position: relative;
	list-style-type: none;
	padding: 7.5px 0 7.5px 25px;
}
ul li:before {
	content: '\f058';
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	color: var(--brand-color);
}
a{
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	color: var(--brand-color);
	text-decoration: none;
}
a img{
	border: 0px none;
}
img{
    max-width: 100%;
    height: auto;
	border-radius: 0;
	image-rendering: crisp-edges;
}
a:hover, a:focus{
    text-decoration: none;
    outline: none;
    color: #000 !important;
}

/* Wordpress Default CSS */
.home-heading {
	font-weight: bold;
	text-transform: uppercase;
}
.alignleft {
	float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.alignright {
	float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display:block;
    clear: both;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

/* Bootstrap */
.handheld-navigation, .nav-menu, .main-navigation div.menu>ul:not(.nav-menu) {
	overflow: auto;
	max-height: 100%;
}
.site {
    overflow-x: visible;
}
.col-full {
	width: 100% !important;
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0;
}
.nav > li > a:hover, .nav > li > a:focus {
    background: none;
}
/*.page-section {
	margin: 0 -15px;
}*/
label {
    font-weight: normal;
    margin-bottom: 5px;
}
.embed-responsive {
	margin-bottom: 20px;
}
iframe.embed-responsive-item {
	width: 100%;
}
.site-btn,
.added_to_cart,
.single_add_to_cart_button,
.wc-block-components-button,
.woocommerce-Button {
	font-size: 14px;
	line-height: 1;
	background-color: var(--brand-color) !important;
	color: #fff;
	border-radius: 100px;
	display: flex;
	width: max-content;
	align-items: center;
	padding: 5px !important;
	padding-left: 18px !important;
	gap: 16px;
	justify-content: space-between !important;
	height: 48px !important;
}
.woocommerce-EditAccountForm .woocommerce-Button {
	margin-top: 20px;
}
.site-btn:after,
.added_to_cart:after,
.single_add_to_cart_button:after,
.wc-block-components-button:after,
.woocommerce-Button:after {
	font-family: "bootstrap-icons";
    content: "\F138";
	font-size: 16px;
	display: inline-block;
	color: var(--brand-color);
	font-weight: normal;
	height: 38px;
	width: 38px;
	line-height: 38px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
}
/*
.site-btn:after,
.added_to_cart:after,
.single_add_to_cart_button:after,
.wc-block-components-button:after,
.woocommerce-Button:after {
	content: "";
	background: #fff url("images/cart-icon.svg") no-repeat center;
    background-size: 18px;
	display: inline-block;
	height: 38px;
	width: 38px;
	border-radius: 50%;
}*/
.product-card .site-btn.out-of-stock:after {
	color: rgba(0,0,0,0.3) !important;
	// background-image: url("images/grey-cart-icon.svg");
}
.site-btn:hover,
.site-btn:focus,
.added_to_cart:hover,
.added_to_cart:focus,
.single_add_to_cart_button:hover,
.single_add_to_cart_button:focus,
.wc-block-components-button:hover,
.wc-block-components-button:focus,
.woocommerce-Button:hover,
.woocommerce-Button:focus {
	color: #fff !important; 
	background: #062B55 !important;
}
.site-btn:hover:after,
.added_to_cart:hover:after,
.single_add_to_cart_button:hover:after,
.wc-block-components-button:hover:after,
.woocommerce-Button:hover:after {
	color: #062B55;
}

/* Main Styles */
.header-product-search-form {
	display: flex;
	justify-content: center;
	margin-top: 16.5px;
}
.search-form label {
    display: inline;
    margin: 0;
}
.search-form {
    background-color: #fff;
    width: 80%;
    position: relative;
	border: 1px solid #fff;
	border-radius: 25px;
}

.search-field{
    border: 0 none;
    padding: 10px 25px;
	padding-right: 50px;
	border-radius: 25px;
    background-color: transparent;
    font-size: 14px;
    width: 100%;
	color: #000;
}

.search-submit{
    border: 0px none;
    cursor: pointer;
    font-size: 0;
    height: 42px;
    margin: 0;
    padding: 0;
    width: 42px;
    position: absolute;
    right: 4px;
    top: 4px;
    background-color: var(--brand-color);
	border-radius: 100%;
}

.search-submit::before {
    font-size: 18px;
    content: "\f002";
	line-height: 42px;
	display: inline-block;
    font-family: 'FontAwesome';
    text-align: center;
	color: #f8f8f8;
}
.search-submit:hover:before {
	color: #fff;
}


/* Header Style */

.top-header {
	background: var(--brand-color);
	color: #fff !important;
}
.top-header a {
	color: #fff;
	font-weight: 600;
	margin: 0 8px;
}
.top-header i,
.footer-contact i {
	font-size: 16px;
	margin-right: 10px;
}
.top-header a:last-child {
	margin-right: 0;
}
.top-header-left-content {
	font-weight: 700;
}
.middle-header {
	background: #000;
	padding: 16px 0;
}
.header-icons {
	display: flex;
	height: 100%;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
}
.header-icon {
	position: relative;
	display: flex;
}
.icon-svg {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-color: #fff; /* default icon color */
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	transition: background-color 0.3s ease, transform 0.3s ease;
}
.user-icon {
	mask-image: url('images/user.svg');
	-webkit-mask-image: url('images/user.svg');
}
.cart-icon {
	mask-image: url('images/cart.svg');
	-webkit-mask-image: url('images/cart.svg');
}
/*.cart-count {
	position: absolute;
	top: -6px;
	right: -8px;
	background: var(--brand-color);
	color: #fff;
	font-size: 11px;
	border-radius: 50%;
	height: 10px;
	width: 10px;
	font-weight: bold;
}*/
.header-icon:hover .icon-svg {
  background-color: var(--brand-color);
}

.header {
	background: #f8f8f8;
	padding: 12px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.logo {
	display: inline-block;
}
.logo img,
.footer-logo img {
	-webkit-box-shadow: 0 0 0 0 #ccc;
	-moz-box-shadow: 0 0 0 0 #ccc;
	box-shadow: 0 0 0 0 #ccc;
}
img.custom-logo {
    max-width: 250px;
}
.header ul,
.middle-header ul,
.footer ul,
.woocommerce-MyAccount-navigation ul,
.woocommerce-pagination ul {
	margin: 0;
}
.header ul li,
.middle-header ul li,
.footer ul li {
	display: inline-block;
	padding: 0;
}
.woocommerce-MyAccount-navigation ul li,
.woocommerce-pagination ul li {
	padding-left: 0;
}
.header li:before,
.middle-header li:before,
.footer li:before,
.woocommerce-MyAccount-navigation li:before,
.woocommerce-pagination li:before {
	content: none;
}
.nav-menu .navbar {
	padding: 0;
}
ul.navbar-nav {
	margin-right: auto !important;
}
ul.navbar-nav li {
	display: inline-block;
	margin: 0 auto;
}
ul.navbar-nav li a {
	color: #000;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	margin: 0 16px;
}
ul.navbar-nav li:last-child > a {
	margin-right: 0;
}
ul.navbar-nav li > a:hover,
ul.navbar-nav li.menu-item-has-children:hover:before,
.navbar-nav .current-page-item > a,
.navbar-nav .current-page-ancestor > a,
.navbar-nav .current_page_item > a,
.navbar-nav .current_page_ancestor > a,
.navbar-nav .current-menu-item > a,
.navbar-nav .current-menu-ancestor > a {
	color: var(--brand-color) !important;
}

/* Sub Menu */

/* ul.navbar-nav > li > ul.sub-menu:before {
    background: url(images/nav-arrow.png) no-repeat scroll center top;
    top: -10px;
    content: "";
    height: 10px;
    left: 0px;
    position: absolute;
    width: 100%;
}*/
ul.navbar-nav > li.menu-item-has-children > a {
	position: relative;
	padding-right: 14px;
}
ul.navbar-nav > li.menu-item-has-children > a:after {
	content: '\f0d7';
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	position: absolute;
	top: 5px;
	right: 0;
	font-family: 'FontAwesome';
}
ul.navbar-nav > li > ul.sub-menu{   
    top: 32px;
	z-index: 111;
    width: inherit;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
	-webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

ul.navbar-nav li:hover ul.sub-menu{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

ul.navbar-nav li ul.sub-menu {
    position: absolute;
	width: 200px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
    margin: 0;
}
ul.navbar-nav li ul.sub-menu li {
	display: inline-block;
	width: 100%;
}
ul.navbar-nav li ul.sub-menu li a {
    display: inline-block;
    font-size: 14px;
	line-height: 18px;
    color: #000;
	padding: 10px 15px;
	margin: 0;
	width: 100%;
	background-color: #f8f8f8;
}
/* ul.navbar-nav li ul.sub-menu li:last-child a {
	margin: 0;
	text-transform: initial;
}*/
ul.navbar-nav li ul.sub-menu li a:hover{
    text-decoration: none;
	color: #fff;
}

ul.navbar-nav > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children {
	position: relative;
}
ul.navbar-nav > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu {
	position: absolute;
	top: 0;
	left: 200px;
}
ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children > a:after {
	content: '\f105';
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	position: absolute;
	right: 6px;
	font-family: 'FontAwesome';
}
ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children > ul.sub-menu {
	z-index: 111;
	width: inherit;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

ul.navbar-nav li ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}


/* Contact Forms */

.contact-form {
	background-color: #FFE241;
	padding: 30px 7.5px;
	color: #fff;
	display: inline-block;
	width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.contact-form h2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 36px;
	color: #fff;
}
.contact-form label {
    font-size: 20px;
	line-height: 30px;
	margin: 15px 0 0;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="date"],
.contact-form textarea,
.contact-form select {
	font-size: 20px;
	line-height: 20px;
	padding: 10px;
	border: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	margin: 5px 0;
	width: 100%;
	background-color: #fff;
	color: #000;
	height: 50px;
}
.contact-form select {
	padding: 11px 10px;
	color: #797979;
	font-weight: bold;
}
.contact-form textarea {
	height: 100px;
}
.contact-form input[type="date"] {
	color: #aeaeae;
}
.contact-form input[type="text"]::-webkit-input-placeholder,
.contact-form input[type="email"]::-webkit-input-placeholder,
.contact-form input[type="tel"]::-webkit-input-placeholder,
.contact-form input[type="date"]::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
	color: #7c808b;
	font-weight: 600;
}
.contact-form input[type="submit"],
.contact-form input[type="button"],
.contact-form button[type="submit"] {
	font-size: 28px;
	line-height: 34px;
	text-transform: capitalize;
	background-color: transparent;
	border: 0;
	display: inline-block;
	text-align: right;
}
.contact-form input[type="submit"]:hover,
.contact-form input[type="button"]:hover,
.contact-form button[type="submit"]:hover {
	
}
.ajax-loader {
    display: none !important;
}
span.wpcf7-not-valid-tip {
	display: none !important;
}
.contact-form input[aria-invalid$="true"] {
	background-color: #f7e700;
}
/* Footer Styles */

.footer {
	background: #000;
	color: #fff;
	font-size: 14px;
	line-height: 2;
	padding: 48px 0 16px;
	margin-top: 50px;
}
.footer hr {
	margin: 48px 0 16px;
}
.footer ul > li {
	width: 50%;
	float: left;
}
.footer .sub-menu {
	display: none;
}
.footer,
.footer a {
	font-size: 14px !important;
	line-height: 42px;
	color: #FAFAFA !important;
}
.footer a:hover {
	color: var(--brand-color) !important;
}
.footer-contact h4 {
	font-size: 16px;
}
.footer-contact ul > li {
	width: 100%;
}
.bottom-footer,
.bottom-footer a {
	color: #a8a8a8 !important;
}
.bottom-footer-links {
	display: flex;
	gap: 16px;
	justify-content: flex-end;
}

.hero-section {
	padding: 25px 0 50px;
}
.wide-area.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}
.wide-area .owl-prev,
.wide-area .owl-next {
	position: absolute;
}
.wide-area .owl-prev {
	left: 28px;
}
.wide-area .owl-next {
	right: 28px;
}
.wide-area.owl-carousel .owl-nav i {
	background: #fff;
	height: 38px !important;
	width: 38px !important;
	border-radius: 50%;
	display: inline-block;
    text-align: center;
    padding-top: 5px;
}
.wide-area.owl-carousel .owl-nav i:hover {
	background: rgba(6, 43, 85, 1);
	color: #fff;
}
.hero-area .single-slider-item {
	padding: 200px 0 50px;
	background: url() no-repeat center center;
	background-size: cover;
}
.single-slider-item-content-container {
	width: 60%;
	margin:0 auto;
	color: #fff;
	text-align: center;
}
.single-slider-item-content-container > h1 {
	text-transform: uppercase;
	font-weight: 600;
}
.single-slider-item-content {
	width: 60%;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.5;
}
.single-slider-item-content a.site-btn {
	margin: 0 auto;
}
.hero-features {
	background: rgba(24, 82, 181, 0.2);
	display: flex;
	width: 100%;
	justify-content: space-evenly;
	align-items: center;
	padding: 22px 0;
}
.features-block-container {
	margin: 48px 0;
}
.hero-features-details {
	display: flex;
	gap: 12px;
	align-items: center;
}
.hero-features-details > img {
	background: var(--brand-color);
	height: 36px;
	width: 36px;
	border-radius: 50%;
	padding: 8px;
}
.hero-features-details > div {
	font-size: 12px;
	line-height: 1.5;
}
.hero-features-details > div > span {
	font-size: 14px;
	color: var(--brand-color);
	font-weight: bold;
}
.feature-separator {
	content: '';
	height: 32px;
	width: 1px;
	background: #062B55;
}

.why-velocity-section {
	padding: 50px 0;
}
.why-velocity-section-wrapper {
	background-image: url('images/why-velocity-bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 36px;
}
.why-velocity-content {
	width: 35%;
	background: rgba(6, 43, 85, 1);
	color: #fff;
	padding: 36px;
	font-size: 14px;
	line-height: 1.5;
	position: relative;
}
.why-velocity-content li {
	position: static;
	padding: 0;
	margin: 16px 0;
}
.why-velocity-content li:before {
	content: '';
	background: #fff;
	height: 28px !important;
	width: 5px;
	height: 100%;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.why-velocity-content li > p {
	margin-bottom: 0;
}
.why-velocity-content li > p:nth-child(2) {
	color: #a8a8a8;
}

.save-big-section {
	padding: 50px 0;
}
.save-big-section-container {
	background: #062B55;
	color: #fff;
	padding: 72px 0;
	text-align: center;
}
.save-big-section-container h2,
.save-big-section-container p,
.save-big-section-container a.site-btn {
	margin-right: auto;
	margin-left: auto;
}
.save-big-section-container h2 {
	width: 80%;
}
.save-big-section-container p {
	width: 40%;
}
.cta-links-container {
	display: flex;
	gap: 32px;
	flex-direction: row;
	flex-wrap: wrap;
	width: 70%;
	margin: 32px auto;
	justify-content: center;
}
.single-cta-links {
	display: flex;
	align-items: center;
	background: #fff;
	color: #000;
	text-align: left;
	width: calc(50% - 30px);
	padding: 22px;
	position: relative;
}
.single-cta-links > div {
	font-size: 12px;
	line-height: 1.5;
}
.single-cta-links > div > span {
	font-size: 14px;
	font-weight: bold;
}
.single-cta-links .icon-container {
	background: var(--brand-color);
	padding: 22px;
	position: absolute;
	right: 0;
	height: 100% !important;
	top: 0;
}
.single-cta-links .icon-container img {
	height: 36px;
	width: 36px;
}

.trusted-section {
	padding: 50px 0;
}
.trusted-section-wrapper {
	background-image: linear-gradient(to right, rgba(6,43,85,1) 0%, rgba(6,43,85,1) 50%, rgba(6,43,85,0) 100%),
				url('images/trusted-section-bg.jpg');
	background-position: center right;
	background-size: contain;
	background-repeat: no-repeat;
	color: #fff;
	position: relative;
}
.trusted-section-wrapper > span {
	position: absolute;
	background: #1852B5;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 14px;
	border-bottom-right-radius: 8px;
	letter-spacing: 0.02em;
}
.trusted-section-content {
	background: rgba(6, 43, 85, 1);
	width: 50%;
	padding: 100px 75px;
}

.testimonials-section {
	color: #000;
	padding: 50px 0;
}
.test-area {
	position: static !important;
}
.test-heading-container {
	position: relative;
	height: 100%;
}
.test-nav {
	position: absolute;
	bottom: 40px;
}
.test-nav > i {
	cursor: pointer;
	color: rgba(6, 43, 85);
	background: #d8d8d8;
	display: inline-block;
	padding: 5px;
	text-align: center;
	height: 38px;
	width: 38px;
	border-radius: 50%;
}
.test-nav > i:hover {
	background: rgba(6, 43, 85, 1);
	color: #d8d8d8;
}
.test-item {
	background: rgba(6, 43, 85, 0.1);
	padding: 40px;
	font-size: 16px;
	line-height: 26px;
	font-weight: medium;
}
.test-item > div {
	display: flex;
	align-items: center;
	gap: 16px;
	position: relative;
}
.test-item > div > img {
	height: 48px !important;
	width: 48px !important;
	border-radius: 50%;
}
.test-item > div > span {
	font-weight: bold;
}
.test-item > div:after {
	content: url('images/quote.svg');
	position: absolute;
	right: 0;
}

/* Error 404 */
.error-404{
    text-align: center;
    padding: 3% 0;
	background-color: #fff;
}
.error-404 h1{
    color: #777;
    font-size: 20vw;
    font-weight: 700;
    line-height: 0.9;
    margin-bottom: 30px;
    opacity: 0.3;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    z-index: -1;
}
.error-404 h3{
    margin-bottom: 30px;
}
.error-404 a {
    margin: 0 auto;
}

/*Comment form*/

h2.comments-title{
    font-size: 22px;
    margin-bottom: 20px;
}
h5.media-heading{
    font-size: 18px;
    font-style: italic; 
}
div.alert-info{
    display: none;
}
input#commentsubmit {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #e97e46;
    border: 0px;
    color: #fff;
    padding: 8px 20px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;    
}
input#commentsubmit:hover {
    background: #d14b05;
}
h3.comment-reply-title {
    font-size: 25px !important;
}
.comment-form input[type="text"]{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    padding: 7px 10px;
    width: 100%;
    margin-bottom: 15px;
}
.comment-form textarea{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    padding: 7px 10px;
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
}
.comments-area input[type="submit"]{
    background-color: #2b2b2b;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 7px 35px 9px 35px;
    font-weight: normal;
    border: 0 none;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.comments-area input[type="submit"]:focus,
.comments-area input[type="submit"]:hover{
    background: #84ea75;
}


/* Product page custom styles */
.single-product div.product {
	overflow: visible !important;
}
.product-gallery {
	position: sticky;
	top: 50px;
	margin-bottom: 1px;
}
.product-gallery .gallery-main {
	background: #f0f0f0;
	padding: 15px;
	position: relative;
}
.product-gallery .gallery-main-image img {
	width: 100%;
	height: auto;
	display: block;
}
.gallery-thumbs {
	margin: 25px 0;
}
.gallery-thumbs .thumb-item { 
	max-width: 100px;
	height: auto;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 2px;
	cursor: pointer;
}
.gallery-thumbs .thumb-item.active {
	border-color: rgba(24, 82, 181, 1);
	background: rgba(247, 247, 247, 1);
}

.stock-badge {
	background: #1852B5;
	color:#fff;
	display:inline-block;
	padding:10px 14px;
	border-top-left-radius:8px;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	position: absolute;
	bottom: 0;
	right: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.product-card .stock-badge {
	font-size: 12px;
	right: 4.5px;
	bottom: 4.5px;
}
.stock-badge.out-of-stock {
	background-color: red;
}

.product-summary .product-manufacturer {
	font-size: 14px;
	line-height: 1;
	letter-spacing: 1px;
	color: #1852B5;
	font-weight: bold;
	text-transform: uppercase;
}
.product-summary h2.product-title {
	margin-top: 15px;
}
.product-attributes-details {
	
}
.product-attribute-label {
	margin: 32px 0 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: rgba(0,0,0,0.6);
	line-height: 1;
}
.product-attr-icon-container {
	display: flex;
	gap: 12px;
}
.product-attr-icon {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--brand-color);
	font-weight: bold;
	padding: 0 16px;
	border-left: 2px solid rgba(45,45,45,0.1);
}
.product-attr-icon-container > .product-attr-icon:first-child {
	padding-left: 0;
	border: 0;
}
.product-attr-icon img {
	height: 36px;
	width: 36px;
}
.product-attributes-pills {
	
}
.attr-pill {
	display: inline-block;
	padding: 14px 20px;
	border-radius: 50px;
	background: color-mix(in srgb, var(--brand-color) 10%, transparent);
	line-height: 1;
}

.single-product div.product form.cart .quantity {
	
}

.product-description-section .accordion-item {
	border: 0;
}
.product-description-section .accordion-item:first-of-type {
	border-bottom: 1px solid rgba(45,45,45,0.2);
}
.product-description-section .accordion-button,
.product-description-section .accordion-body {
	padding-right: 0;
	padding-left: 0;
}
.product-description-section .accordion-body {
	padding-top: 0;
}
.product-description-section .accordion-button {
	background-color: transparent;
	box-shadow: none;
	color: #000;
	justify-content: space-between;
}
.product-description-section .accordion-button:not(.collapsed) .accordion-icon {
    transform: rotate(180deg);
	color: var(--brand-color);	
}

.product-attribute-detail {
	display: flex;
	justify-content: space-between;
}
.product-attribute-detail {
	padding: 10px 0;
	border-bottom: 1px solid rgba(45,45,45,0.2);
}
.product-attribute-detail:last-child {
	border-bottom: 0;
}

.product-add-to-cart {
	padding-top: 36px;
}
.product-add-to-cart form {
	padding-top: 0 !important;
}
.product-add-to-cart form,
.product-add-to-cart form .quantity,
.product-add-to-cart form button {
	display: flex;
}
.product-add-to-cart form button {
	flex: 1;
}
.single-product div.product form.cart .quantity {
	border: 1px solid rgba(45,45,45,0.2);
	border-radius: 100px;
	padding: 10px 20px;
}
.product-add-to-cart .qty-minus,
.product-add-to-cart .qty-plus {
	background: transparent;
	padding: 0;
	margin: 0 5px;
	font-size: 20px;
}
.product-add-to-cart .quantity .qty {
	box-shadow: none;
	background: transparent;
	-moz-appearance: textfield;
	padding: 0;
}
.product-add-to-cart .quantity .qty::-webkit-inner-spin-button,
.product-add-to-cart .quantity .qty::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
	background: var(--brand-color) !important;
}

/* WooCommerce Products Archive */
.filter-link {
	padding: 18px 28px;
	border-radius: 100px;
	border: 1px solid var(--brand-color);
	background: transparent;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
}
.filter-link:hover {
	background-color: var(--brand-color);
	color: #fff !important;
}
.products-container {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	font-weight: bold;
}
.archive .product-card {
	width: calc(25% - 24px);
	margin: 12px 0;
	position: relative;
}
.product-card {
	font-weight: bold;
}
.product-card .product-image {
	position: relative;
}
.product-card img {
	width: 100%;
	height: auto;
	border: 5px solid rgba(45,45,45,0.2);
	padding: 15px;
}

.product-card h3 {
	font-size: 16px;
	color: #000;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    min-height: 2.8em;
	margin-bottom: 0;
	padding-right: 24px;
}
.product-card .view-details-link {
	display: inline-block;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 24px;
	font-weight: bold;
}
.product-card .view-details-link > i {
	font-size: 10px;
	line-height: 1;
	margin-left: 2px;
}
.product-card .site-btn,
.product-card .added_to_cart {
	width: 100%;
}
.product-card .site-btn.out-of-stock {
	background: rgba(0,0,0,0.3) !important;
	cursor: not-allowed;
}
.product-card .site-btn:after,
.single_add_to_cart_button:after {
	content: '\F242';
}

.on-sale {
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
	background: var(--brand-color);
	border: 0;
	border-radius: 100px;
	padding: 8px 14px;
	color: #fff;
	text-transform: uppercase;
}
.product-card .on-sale {
	position: absolute;
	top: 12px;
	left: 12px;
}
del {
	color: #999;
}
.select-wrap {
	display: inline-block;
	position: relative;
}
.select-wrap > form {
	margin: 0;
}
.select-wrap select {
	font-size: 14px;
	line-height: 38px;
	background-color: var(--brand-color) !important;
	color: #fff;
	padding: 0;
	border-radius: 100px;
	width: max-content;
	padding: 5px;
	padding-left: 18px;
	padding-right: 48px;
	appearance: none;
	cursor: pointer;
}
.select-wrap::after {
	font-family: "bootstrap-icons";
	content: "\F128";
	display: inline-block;
	color: var(--brand-color);
	font-weight: bold;
	height: 38px;
	width: 38px;
	line-height: 38px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	right: 5px;
	top: 10px;
	pointer-events: none;
}
.woocommerce-pagination {
	margin-top: 24px !important;
	float: none !important;
}
.woocommerce-pagination .page-numbers li .page-numbers {
	background-color: rgba(45,45,45,0.2) !important;
}
.woocommerce-pagination .page-numbers li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers:hover,
.woocommerce-pagination .page-numbers li .page-numbers:focus {
	background-color: var(--brand-color) !important;
	color: #fff !important;
}

/* Content Pages */
.page-content-section {
	margin-top: 100px;
}
.page-content-section .page-content-featured-image {
	margin-bottom: 72px;
}
.page-content-section h1,
.page-content-section h2 {
	text-transform: uppercase;
}
.post-meta-data > div {
	display: flex;
	align-items: center;
	gap: 14px;
	border-bottom: 1px solid rgba(45,45,45,0.1);
	padding-bottom: 18px;
	margin-bottom: 18px;
}
.post-meta-data img {
	height: 54px;
	width: 54px;
}
.post-published-details img {
	padding: 13px;
	background: rgba(24,82,181,0.1);
}
.post-meta-data span,
.toc-sidebar h4 {
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
}
.post-meta-data span > span,
.toc-sidebar h4 {
	color: var(--brand-color);
}

/*.page-content-section,
.page-content-section .container,
.page-content-section .row {
    overflow: visible !important;
}
.toc-column {
	position: relative;
	overflow: visible !important;
}*/
.toc-sticky-wrapper {
	position: sticky;
	top: 120px;
}
.toc-sidebar nav {
	max-height: calc(100vh - 180px);
	overflow-y: auto;
}
nav#toc ul li {
	padding-left: 35px;
}
nav#toc ul li:before {
	content: '\F138';
	font-family: 'bootstrap-icons';
	font-size: 10px;
	color: #fff;
	background: var(--brand-color);
	height: 22px;
	width: 22px;
	border-radius: 50%;
	text-align: center;
	line-height: 22px;
	top: 10.5px;
}
nav#toc ul li a {
	color: rgba(0,0,0,0.6);
	font-weight: 600;
}
nav#toc ul li a.active {
	color: #000;
}

/* */
.category-carousel {
	padding: 0 20px;
}
.acf-category-block {
	padding: 50px 0;
}
.category-carousel.wide-area.owl-carousel .owl-nav {
    transform: translateY(calc(-50% - 35px));
}
.category-carousel.wide-area.owl-carousel .owl-nav i {
	background-color: var(--brand-color);
	color: #fff;
}
.category-carousel.wide-area .owl-prev {
    left: 0;
}
.category-carousel.wide-area .owl-next {
    right: 0;
}
li.category-card {
	padding: 0;
	text-align: center;
}
li.category-card:before {
	content: none;
}
li.category-card a {
	color: #000;
	font-weight: bold;
}
.category-card img {
	height: auto;
	width: 250px;
	border-radius: 50%;
	background: #000;
	margin-bottom: 16px;
	padding: 10px;
}

.acf-product-carousel-block {
	padding: 50px 0;
}
.acf-product-carousel-block .category-carousel.wide-area.owl-carousel .owl-nav {
    transform: translateY(calc(-50% - 125px));
}