/******************************************************************
  Template Name: Ogani
  Description:  Ogani eCommerce  HTML Template
  Author: Colorlib
  Author URI: https://colorlib.com
  Version: 1.0
  Created: Colorlib
******************************************************************/

/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Hero Section
5.  Service Section
6.  Categories Section
7.  Featured Section
8.  Latest Product Section
9.  Contact
10.  Footer Style
-------------------------------------------------------------------*/

/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
	height: 100%;
	font-family: "Roboto", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-size: 15px;
	line-height: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #2f2f2f;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
}

h1 {
	font-size: 80px;
	font-family: 'Vintage Whiskey';
}

h2 {
	font-size: 80px;
	font-family: 'Vintage Whiskey';
}

h3 {
	font-size: 48px;
	font-family: 'Vintage Whiskey';
}

h4 {
	font-size: 28px;
	font-family: 'Vintage Whiskey';
	
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 16px;
	font-family: "Cairo", sans-serif;
	color: #2f2f2f;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a {
	color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
	text-decoration: none;
	color: #2f2f2f;
  }
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #f41313;
}

ul,
ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	margin-bottom: 50px;
	text-align: center;
}

.section-title h2 {
	color: #1c1c1c;
	font-weight: 700;
	position: relative;
}

.section-title h2:after {
	position: absolute;
	left: 0;
	bottom: -15px;
	right: 0;
	height: 4px;
	width: 80px;
	background: #7fad39;
	content: "";
	margin: 0 auto;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/* buttons */

.primary-btn {
	display: inline-block;
	font-size: 14px;
	padding: 10px 28px 10px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	background: #7fad39;
	letter-spacing: 2px;
}

.site-btn {
	font-size: 14px;
	color: #ffffff;
	font-weight: 800;
	text-transform: uppercase;
	display: inline-block;
	padding: 13px 30px 12px;
	background: #7fad39;
	border: none;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}


@font-face {
    font-family: 'Vintage Whiskey';
    src: url('../fonts/VintageWhiskey-Regular.eot');
    src: local('Vintage Whiskey Regular'), local('VintageWhiskey-Regular'),
        url('../fonts/VintageWhiskey-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/VintageWhiskey-Regular.woff2') format('woff2'),
        url('../fonts/VintageWhiskey-Regular.woff') format('woff'),
        url('../fonts/VintageWhiskey-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*---------------------
  Header
-----------------------*/
section{
	padding: 80px 0;
}
.topInfo {
	font-weight: 500;
	border-bottom: 1px solid #e7e7e7;
	padding: 20px 0;
}
.top-search-bar .input-group-text{
	background: #f41313 !important;
	border-radius: 0 0 0 0 !important;
	height: 100%;
	width: 57px;
	text-align: center;
	border: none;
}
.top-search-bar .input-group-text img{
	margin: auto;
}
.top-search-bar .form-control {
	border-radius: 0;
	box-shadow: none;
	background: #f2f2f2;
	height: 45px;
	font-family: 'Roboto';
	font-weight: 500;
	border: none;
	padding: 10px 25px;
}
.top-search-bar .form-control:focus{
	outline: none;
	border: none;
}
.lgn-crt-item {
	display: flex;
	gap: 30px;
}
.tp-hlpt-nav {
	position: relative;
}
.tp-hlpt-nav a {
	display: inline-block;
	margin-right: -4px;
	padding: 0 10px;
}
.tp-hlpt-nav a:first-child{
	position: relative;
}
.tp-hlpt-nav a:first-child::after{
	content: " ";
	display: block;
	width: 1px;
	height: 10px;
	background: #2f2f2f;
	position: absolute;
	right: 0;
	top:50%;
	transform: translateY(-50%);
}
.top-nav-item {
	display: flex;
	gap: 40px;
}
.top-search-bar {
	width: 34%;
}
.tp-cart {
	position: relative;
}
.cart-number {
	position: absolute;
	top: -5px;
  	right: -14px;
	background: #f41313;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	font-size: 10px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 14px;
}

#navbar{
	padding: 13px 0;
}
#navbar ul li {
	display: inline-block;
	margin-right: -4px;
}
#navbar ul li a {
	text-transform: uppercase;
	font-weight: 500;
	padding: 0 21px;
}

/***** Wrapper *****/

.wrapper {
    display: block;
  }

  /***** Sidebar *****/

  .sidebar {
    width: 345px;
    height: 100vh;
    position: fixed !important;
    top: 0;
    left: -350px;
    z-index: 999;
    background: #f4f3f0;
    color: #333333;
    transition: all .3s;
    box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
    text-align: left;
  }

  .sidebar.active {
    left: 0;
  }

  .sidebar ul.nav {
    flex-direction: column;
    margin-bottom: 0px;
  }

  .sidebar ul.nav li {}

  .sidebar ul.nav li a {
    font-size: 17px;
    color: #333333;
  }

  .sidebar ul.nav li a.active,
  .sidebar ul.nav li a:hover {
    background: #a9965b;
    color: #fff;
  }

  .sidebar ul.toprtInfo {
    padding: 0 15px;
  }

  .sidebar ul.toprtInfo li:first-child {
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .sidebar ul.toprtInfo li a {
    font-size: 16px;
  }

  .sidebar ul.toprtInfo li.topHone a {
    font-size: 22px;
    color: #ffffff;
  }

  /***** Content *****/

  .content {
    width: 100%;
    transition: all 0.3s;
  }

  /***** Dark overlay *****/

  .overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all .5s ease-in-out;
  }

  .overlay.active {
    display: block;
    opacity: 1;
  }

  .open-menu {
    position: static;
    top: 20px;
    left: 10px;
    z-index: 997;
    box-shadow: none;
  }

  .open-menu.btn-customized,
  .open-menu.btn-customized:hover,
  .open-menu.btn-customized:active,
  .open-menu.btn-customized:focus,
  .open-menu.btn-customized:active:focus,
  .open-menu.btn-customized.active:focus,
  .open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
  .open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
  }

  /* Style for all buttons with the class btn-customized */

  a.btn-customized {
    margin-left: 5px;
    margin-right: 5px;
    padding: 8px 18px;
    background: none;
    border: 0;
    border-radius: 4px;
    font-size: 27px;
    font-weight: 300;
    color: #008081;
    box-shadow: none;
    margin-left: auto;
  }

  a.btn-customized:hover,
  a.btn-customized:active,
  a.btn-customized:focus,
  a.btn-customized:active:focus,
  a.btn-customized.active:focus,
  a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
  a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    outline: 0;
    background: #008081;
    /* for browsers that don't recognize rgba */
    border: 0;
    color: #fff;
    box-shadow: none;
  }

  .dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all .3s;
    background: #a9965b;
    border-radius: 4px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    z-index: 1;
  }

  .dismiss i {
    color: #fff;
  }

  .dismiss:hover,
  .dismiss:focus {
    background: #a9965b;
    color: #fff;
  }

  .sidebar .logo {
    padding: 25px 20px 30px;
    border-bottom: 0px solid #444;
    transition: all .3s;
    text-align: center;
  }

  .sidebar .logo .navbar-brand {
    position: static;
  }

  .sidebar ul.menu-elements {
    padding: 10px 0;
    border-bottom: 0px solid #444;
    transition: all .3s;
  }

  /*.sidebar ul li a {
  display: block;
  padding: 10px 20px;
  border: 0;
  color: #444;
}

 .sidebar ul li a:hover,
.sidebar ul li a:focus,
.sidebar ul li.active > a:hover,
.sidebar ul li.active > a:focus {
  outline: 0;
  background: #df0909;
  color: #fff;
} */

  .sidebar ul li a i {
    margin-right: 5px;
  }

  .sidebar ul li.active>a,
  a[aria-expanded="true"] {
    background: #df0909;
    color: #fff;
  }

  .sidebar ul ul a {
    background: #444;
    padding-left: 30px;
    font-size: 14px;
  }

  .sidebar ul ul li.active>a {
    background: #555;
  }

  .sidebar a[data-toggle="collapse"] {
    position: relative;
  }

  .sidebar-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
  }

  .sidebar-info a {
    display: inline-block;
    width: 42px;
    height: 42px;
    background-color: #df0909;
    border-radius: 42px;
    line-height: 40px;
    text-align: center;
  }






.tp-phone-btn a {
	background: #f41313;
	font-weight: 500;
	display: block;
	color: #fff;
	padding: 12px 18px;
}

.hero {
	min-height: 692px;
	background-repeat: no-repeat !important;
	background-position: center !important;
	display: flex;
	align-items: center;
}
.bannerCaption {
	max-width: 585px;
	color: #fff;
}
.bntTitle {
	font-size: 85px;
	line-height: 100px;
	font-family: 'Vintage Whiskey';
	color: #fff;
}
.bannerCaption p {
	font-size: 22px;
	color: #fff;
	margin: 30px 0 40px;
}
.dfltBtn a {
	background: #f41313;
	font-weight: 500;
	display: inline-block;
	color: #fff;
	padding: 12px 18px;
	text-transform: uppercase;
	border:1px solid #f41313;
  }
  .dfltBtn a.cnt-usbtn{
	background-color: #fff;
	border:1px solid #f41313;
	color: #f41313;
  }




.excepteur-sint-occaecat {
	background: #eeeeee;
}
.excso-bxitem {
	background: url('../img/excepteur-sint-occaecat-bg.webp') no-repeat right bottom;
	background-size: cover;
	padding: 0px 35px 40px;
}
.excso-icon img{
	margin-top: -40px;
}
.excepteur-sint-occaecat {
	padding-top: 100px;
}
.excso-content h4{
	margin: 25px 0 20px;
}


.sign-up-to-our-newsletter {
	background: #f41313;
}

.suton-content h2 {
	font-size: 60px;
	color: #fff;
}
.suton-content p{
	color: #fff;
}
.subscribe_form {
	max-width:750px;
	width: 100%;
	margin: 0 auto;

  }
  .subscribe_form:focus {
	outline: none;
  }
  .subscribe_form .form-control {
	border: none;
	background-color: rgb(255, 255, 255, 0.20);
	color: #fff;
	padding: 10px 20px;
  }
  .subscribe_form .form-control:focus {
	box-shadow: none;
  }
  .subscribe_form input {
	height: 62px;
	border-radius: 0;
  }
  .subscribe_form button {
	border: none;
	height:62px;
	background-color: #000;
	color: #fff;
	margin: -1px;
	border-radius: 0;
	width:201px;
	text-transform: uppercase;
	position: relative;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
  }
  .subscribe_form button:hover, .subscribe_form button:focus, .subscribe_form button:active, .subscribe_form button:visited {
	color: #fff;
	background-color: #000;
	outline: none;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
  }
  .subscribe_form .form-control::placeholder {
	color: #fff;
	opacity: 1; /* Firefox */
  }
  
  .subscribe_form .form-control::-ms-input-placeholder { /* Edge 12 -18 */
	color: #fff;
  }

.featured-products {
	position: relative;
}
  ul.product-size-list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
  }
  ul.product-size-list li{
	display: inline-block;
  }
  ul.product-size-list li span{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: #f2f2f2;
	text-align: center;
	line-height: 32px;
  }
  .product-item-content {
	padding: 20px 10px 0;
  }
  .product-item-content h4{
	margin-bottom: 10px;
  }

  .product-item-price-cart {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
  }
  .product-item-price-cart .product-price{
	font-family: 'Vintage Whiskey';
	font-size: 28px;
	color: #f41313;
  }

  .product-cart a.prdct-cart-button{
	background: #f41313;
	color: #fff;
	display: inline-block;
	padding:8px 10px;
	transition: width 0.25s ease;
	white-space: nowrap;
	width: 46px;
	overflow: hidden;
  }
  .product-cart a.prdct-cart-button span {
	margin-right: -83px;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }
  .product-cart a.prdct-cart-button:hover{
	width: 128px;
  }
  .product-cart a.prdct-cart-button:hover span{
	opacity: 1;
	margin-right: 0px;
  }
.view-more-products {
	position: absolute;
	top: 22px;
	right: 0;
}
.view-more-products .dfltBtn a {
	text-transform: uppercase;
}
.view-more-products .dfltBtn img{
	margin-left: 10px;
}


.new-arrivals-sec {
	background: #eeeeee;
}
.new-arrivals {
	position: relative;
}

.new-arrivals-thumb{
	position: relative;
}
.new-arrivals-caption{
	max-width: 352px;
	position: absolute;
	top: 40px;
	left: 0px;
	opacity: 0;
	transition: all .5s ease-out;
}
.new-arrivals-caption h3{
	color: #fff;
	margin-bottom: 15px;
}
.new-arrivals-caption p {
	color: #fff;
	margin-bottom: 25px;
}
.new-arrivals-thumb:hover  .new-arrivals-caption{
	opacity: 1;
	left: 5%;
  }
.product-item { margin-bottom:25px; }

.new-arrivals-product .product-item {
	background: #fff;
	padding: 20px;
}
.fgtnp-thumb {
	position: relative;
}
.fgtnp-caption {
	position: absolute;
	bottom: 30px;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.fgtnp-caption h4{
	color: #fff;
	max-width: 206px;
}
a.view-all-collection{
	color: #fff;
	text-decoration: underline;
}

.sunt-in-culpa-qui-officia{
	background: url('../img/sunt-in-culpa-qui-officia.webp') no-repeat center;
	background-size: cover;
	min-height: 530px;
}
.sunt-in-culpa h2{
	font-size: 60px;
	line-height: 65px;
	color: #fff;
	max-width: 860px;
	padding-left: 145px;
	margin-top: -50px;
}
.getoff {
	width: 167px;
	height: 167px;
	border-radius: 167px;
	background: #f41313;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 5px 6px 0 0 #000;
	position: relative;
	z-index: 1;
}
.getoff h4{
	font-family: 'Vintage Whiskey';
	font-size:80px;
	color: #fff;
	line-height: 62px;
	text-align: center;
}
.getoff span{
	font-family: 'Roboto';
	font-size:22px;
	text-transform: uppercase;
	display: block;
}
.getoft-text {
	max-width: 85px;
}
.text-get {
	text-align: left;
}
.text-off {
	text-align: right;
}
.sunt-in-culpa-btn {
	position: relative;
	top: 62px;
}

.rounded-arrow{
	position: relative;

}
.nostrud-text {
	font-size: 22px;
	color: #2f2f2f;
	margin-top: 20px;
	margin-bottom: 20px;
}
ul.c-list{
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
ul.c-list li{
	position: relative;
	padding-left: 20px;
}
ul.c-list li::before{
	content: " ";
	display: block;
	width: 8px;
	height: 8px;
	background: #f41313;
	position: absolute;
	top: 8px;
	left: 0;
}
.our-partners {
	border-top: 1px solid #e0e0e0;
	padding-top: 50px;
}

.partnerLogo__slider.owl-carousel .owl-item img {
	width: auto;
}

.partnerLogo__slider.owl-carousel .owl-nav button.owl-prev{
	margin-right: 10px;
}
.our-partners h2{
	font-size: 48px;
	line-height: 50px;
	margin-top: 35px;
}

.hero.inner-banner {
	min-height: 346px;
}
.inner-banner h2 {
	font-size: 64px;
	color: #fff;
}

.pq-form .form-control {
	background: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, .1);
  color: #221d1d;
  width: 100%;
  float: none;
  font-size: 16px;
  padding: 0 15px;
  height: 63px;
  line-height: 63px;
  outline: none;
  margin-bottom: 20px;
  border-radius: 0;
}
.pq-form textarea.form-control {
	height: 150px;
  }
  .pq-form .form-control:focus, 
  .pq-form .form-control:hover{
	border-color: #f41313;
	outline: none;
	box-shadow: none;
	background-color: #f2f2f2;
  }
  .pq-button {
	position: relative;
	width: auto;
	background: #f41313;
	color: #fff;
	letter-spacing: 1px;
	font-family: 'Mulish';
	font-size: 16px;
	font-weight: 700;
	padding: 10px 30px;
	text-transform: uppercase;
	line-height: 2;
	vertical-align: middle;
	border: none;
	display: inline-block;
	overflow: hidden;
  }
  .pq-button:hover{
	color: #fff;
  }

.gitwu-lft-sec {
	background: #f41313;
	padding: 40px 80px;
	height: 100%;
}
.btmborder {
	border-bottom: 1px solid #f14646;
}
.pq-contact-box p{
	font-size: 22px;
	color: #fff;
}

  .pq-contact-box {
	display: flex;
	align-items: center;
	padding: 40px 0;
  }
  .pq-contact-box .pq-contact-box-icon {
	margin-right: 20px;
  }
  .pq-contact-box .pq-contact-box-icon i {
	font-size: 24px;
	color: #fff;
	background-color: #1e1e1e;
	width: 50px;
	height: 50px;
	line-height:50px;
	text-align: center;
	border-radius: 0;
	display: inline-block;
  }
  .pq-contact-box .pq-contact-box-content h5{
	font-size: 22px;
	color: #15141c;
	font-weight: 800;
  }
  .pq-contact-box .pq-contact-box-content p {
	margin-bottom: 0;
  }
  .pq-contact-box .pq-contact-box-content p a {
	color: #fff;
  }

  .filter-row {
	display: flex;
	justify-content: space-between;
	align-items: start;
	padding: 0 8px;
	padding-top: 40px;
  }
  .toggle-div button.toggle-button {
	background: none;
	border: none;
	border-bottom: 1px solid #444;
  }
  .toggle-div .filter_content {
	display: flex;
	gap: 35px;
	margin-top: 20px;
  }
  .toggle-div input[type="checkbox"] {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #bbb;
	line-height: 0;
	width: 16px;
	min-width: 16px;
	height: 16px;
	margin: -3px 10px 0 0;
	outline: 0;
	border-radius: 4px;
	text-align: center;
	vertical-align: middle;
	clear: none;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-webkit-transition: .05s border-color ease-in-out;
	-moz-transition: .05s border-color ease-in-out;
	-ms-transition: .05s border-color ease-in-out;
	-o-transition: .05s border-color ease-in-out;
	transition: .05s border-color ease-in-out;
  }
  .toggle-div input[type="radio"]:checked::before, 
  .toggle-div input[type="checkbox"]:checked::before {
	float: left;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	line-height: 14px;
	font-family: "Font Awesome 5 Free";
	text-rendering: auto;
  }
  .toggle-div input[type="checkbox"]:checked::before {
	content: "";
	margin-bottom: -1px;
	color: #13aff0;
	font-weight: 600;
  }
  .sortby-col {
	display: flex;
	align-items: center;
  }
  .sortby-title {
	margin-right: 10px;
  }
  .sortby-list .nice-select,
  .nice-select .list {
	min-width: 215px;
  }

  .sortby-list select {
	border-radius: 5px;
  }

  .issue-can-composite-bonding {
	background: #edeff1;
  }
  .borough-dental-care-content {
	max-width: 639px;
  }
h4{
	margin-bottom: 15px;
}

ul.crck-or-chp-tlist li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 5px;
  }
  ul.crck-or-chp-tlist li::before {
	content: "\f111";
	display: block;
	position: absolute;
	font-family: "FontAwesome";
	color: #000000;
	font-size: 8px;
	top: 0;
	left: 0;
  }

  .faq-list ul {
	padding: 0;
	list-style: none;
  }
  .faq-list li {
	padding: 20px;
	background:#f41313;
	border-radius: 4px;
	position: relative;
	margin-bottom: 10px;
  }
  .faq-list a {
	display: block !important;
	position: relative;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	padding: 0 30px;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	padding-left: 0px;
  }
  .faq-list a:hover{
	color: #fff;
  }
  .faq-list .icon-help {
	font-size: 24px;
	position: absolute;
	right: 0;
	left: 20px;
	color: #e82c88;
  }
  .faq-list .icon-show, .faq-list .icon-close {
	font-size: 24px;
	position: absolute;
	right: 0;
	top: 10px;
  }
  
  .faq-list p {
	margin-bottom: 0;
	padding: 10px 0 0 0;
	color: #fff;
  }
  .faq-list .icon-show {
	display: none;
  }
  .faq-list a.collapsed .icon-close {
	display: none;
  }
  .faq-list a.collapsed .icon-show {
	display: inline-block;
  }
  
  .faq-list a.collapsed {
	color: #fff;
  }
  
   
  .faq-list a[aria-expanded="true"] {
	background: none;
	color: #fff;
  }
  .faq-list ul.crck-or-chp-tlist{
	margin-top: 15px;
  }
  .faq-list ul.crck-or-chp-tlist li{
	padding: 0px;
	color: #fff;
	padding-left: 30px;
  
  }
  .faq-list ul.crck-or-chp-tlist li::before {
	color: #fff;
  }
  .faq-list p a{
	font-size: 15px;
	display: inline-block !important; 
	padding: 0px;
  }
 /* ul.crck-or-chp-tlist.none-circle li{*/
	/*padding-left: 0;*/
 /* }*/
 /* ul.crck-or-chp-tlist.none-circle li::before {*/
	/*display: none;*/
 /* }*/

h2 {
	line-height: 82px;
  }
  .nostrud-text {
	margin-bottom: 5px;
  }
  .awards-one__list li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: 1px solid #edeff1;
	border-bottom: 1px solid #edeff1;
	padding: 41px 0 41px;
  }
.hmp-price span{
	font-size: 18px;
}
.awards-one__list li:nth-child(2) {
	border-top: 0;
	/* border-bottom: 0; */
  }


.quiz-form {
	padding: 80px 0;
	max-width: 1075px;
	margin: 0 auto;
}
  :root {
	--primary: #f41313;
	--secondary: #7f53ac;
	--background: #f8f9fa;
	--text: #2d3436;
	--error: #ff7675;
	--success: #f41313;
}

#cardiologyForm{
	padding-top: 40px;
}
  .progress-bar {
	width: 100%;
	height: 5px;
	background: #eee;
	margin-bottom: 2rem;
	border-radius: 10px;
	overflow: hidden;
}

.progress {
	width: 0%;
	height: 100%;
	background: linear-gradient(to right, var(--primary), var(--secondary));
	transition: width 0.3s ease;
}

.form-section {
	display: none;
	animation: fadeIn 0.5s ease;
}

.form-section.active {
	display: block;
}

.section-title {
	color: var(--primary);
	margin: 1.5rem 0;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid var(--primary);
}

.form-group {
	margin-bottom: 1.5rem;
}

label {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: 500;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea,
select {
	width: 100%;
	padding: 0.8rem;
	border: 1px solid #ddd;
	border-radius: 8px;
	font-size: 1rem;
	transition: border-color 0.3s ease;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
	border-color: var(--primary);
}

.checkbox-group {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1rem;
}

.checkbox-item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.buttons {
	display: flex;
	justify-content: space-between;
	margin-top: 3rem;
}

button {
	padding: 0.8rem 2rem;
	border: none;
	border-radius: 0px;
	font-size: 1rem;
	cursor: pointer;
	transition: transform 0.2s ease, background 0.3s ease;
}

button:hover {
	transform: translateY(-2px);
}

.btn-prev {
	background: #eee;
	color: var(--text);
}

.btn-next {
	background: var(--primary);
	color: white;
}

.btn-submit {
	background: var(--success);
	color: white;
}

@keyframes fadeIn {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
}



ul.step-box-list li {
	border: 4px solid transparent;
    border-radius: 0;
    margin: 15px;
    background: #ffffff;
    max-width: 230px;
    padding: 20px;
    transition: all 0.1s ease-in-out 0s;
    box-sizing: border-box;
    position: relative;
	display: inline-block;
	outline: 1px solid #2c2c2c;
	width: 100%;
	padding-bottom: 50px;

}
/* .step-box-cnt img{
	max-width: 120px;
} */
.step-bx-title {
	font-size: 18px;
	font-weight: 700;
	margin-left: -20px;
	margin-bottom: -20px;
	margin-right: -20px;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
  width: 100%;
}

ul.step-box-list li:hover .step-bx-title{
	background: #ffbcbc;
	color: #202020;
}
ul.step-box-list li:hover, 
ul.step-box-list li.selected {
    border-color: #f41313;
    background: #ffffff;
    color: #f41313;
	outline: 1px solid transparent;
}


.block-static-block.widget {
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	max-width: 100%;
	padding: 0;
  }
  .banner_for_black_friday {
	background: transparent !important;
	min-height: initial;
	overflow: hidden;
  }
  .banner_for_black_friday .promo_top {
	background: #000000;
	background: #AF243C;
	position: relative;
  }
  .banner_for_black_friday .promo_top .icons {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .banner_for_black_friday .promo_top .icons.icons-top-top {
	top: -9px;
	left: 31px;
  }
  .banner_for_black_friday .promo_top .icons.icons-bottom-left {
	bottom: -6px;
	left: 13.4%;
  }
  .banner_for_black_friday .promo_top .icons.icons-top-left {
	top: -9px;
	left: 22.5%;
	display: none;
  }

  .banner_for_black_friday .promo_top .promo_top_inner {
	max-width: 1595px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding: 16px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	flex-direction: column;
  }
  .banner_for_black_friday .promo_top .promo_top_inner .promo {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 37px;
	gap: 49px;
  }
  .banner_for_black_friday .promo_top .promo_top_inner .promo .code {
	margin: 0;
	padding: 0;
	  padding-right: 0px;
	font-size: 19px;
	line-height: 1.210526316;
	font-family: 'Work Sans', sans-serif;
	color: #ffffff;
	letter-spacing: 0.75px;
	padding-right: 70px;
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 7px;
  }
  .banner_for_black_friday .promo_top .promo_top_inner .promo .code::after, .banner_for_black_friday .promo_top .promo_top_inner .promo .code::before {
	content: '';
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	position: absolute;
	background: #ffffff;
  }
  .banner_for_black_friday .promo_top .promo_top_inner .promo .code::before {
	width: 22px;
	height: 2px;
  }
  .banner_for_black_friday .promo_top .promo_top_inner .promo .code::after, .banner_for_black_friday .promo_top .promo_top_inner .promo .code::before {
	content: '';
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	position: absolute;
	background: #ffffff;
  }
  .banner_for_black_friday .promo_top .promo_top_inner .promo .code::after {
	width: 2px;
	height: 22px;
	right: 10px;
  }
  .banner_for_black_friday .promo_top .promo_top_inner .promo div.end {
	font-size: 19px;
	line-height: 1.210526316;
	font-family: 'Work Sans', sans-serif;
	color: #ffffff;
	letter-spacing: 0.75px;
	border-left: 1px solid #ffffff;
	padding-left: 27px;
	display: flex;
	align-items: center;
	gap: 6px;
	flex-direction: column;
	flex-direction: row;
	gap: 96px;
  }
  .banner_for_black_friday .promo_top .promo_top_inner .promo div.end .extra_off {
	display: flex;
	align-items: center;
	gap: 14px;
	gap: 6px;
	flex-direction: column;
	justify-content: center;
  }


/* TIMER STYLES */
.timeContainer {
	z-index: 2;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .timeContainer .wrapper {
	width: 100%;
	padding:0px;
	max-height: 400px;
	display: flex;
	justify-content: space-around;
	gap: 10px;
  }
  
  .timeContainer .wrapper div {
	color: #ccc;
	text-align: center;
	font-size:13px;
	border-radius: 0px;
	background: none;
  }
  
  .timeContainer .wrapper div:first-child{
	color: white;
  }
  
  .timeContainer .wrapper div:nth-child(2){
	color: white;
  }
  
  .timeContainer .wrapper div:nth-child(3){
	color: #fff;
  }
  
  .timeContainer .wrapper div:last-child{
	color: #fff;
  }
  
  .timeContainer .wrapper div h2 {
	font-size: 18px;
    height: 30px;
    width: 40px;
	line-height: 30px;
	background: #fff;

  }
  
  .circleDiv {
	position: fixed;
	z-index: -1;
	top: calc(50% - 237px);
	left: calc(-50% + 474px);
	width: 474px;
	height: 474px;
	border-radius: 100%;
	border: 6px dashed #00A3D0;
	animation: rotatingCircle infinite linear 60s;
  }
  
  @keyframes rotatingCircle {
	from {
	  transform: rotate(0deg);
	}
	to {
	  transform: rotate(360deg);
	}
  }
  
  /* MOUSE TRAIL STYLE */
  #cursor {
	position: fixed;
	top: 0;
	left: 0;
	background-color: transparent;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	border-radius: 100%;
	pointer-events: none;
	user-select: none;
	backdrop-filter: invert(100%);
  }


  .banner_for_black_friday .promo_top .promo_top_inner .promo .mobile_code{
	width: 160px;
	height: 160px;
	background: #fff;
	border-radius: 160px;
	position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0.6;
    z-index: 1;
	display: flex;
  justify-content: center;
  align-items: center;
  }



.usps-main ul {
    display: flex;
    justify-content: space-evenly;
    grid-template-columns: none;
    grid-gap: unset;
    margin: 0 -10px;
    flex-wrap: wrap;
  }
  .usps-main .block_content .items .item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 167px;
  }
  .usps-main .block_content .items .item a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
  }
  .usps-main .block_content .items .item a .img_wrap {
	justify-content: center;
	align-items: center;
	display: inline-flex;
  }
  .excso-icon{
	margin-bottom: 15px;
  }
  .excso-icon img {
	margin-top:0px;
  }
  .usps-main .block_content .items .item a .usp-text-wrap h4 {
	text-align: center;
	color: #202020;
	font-weight: 500;
	font-size: 22px;
  }


  .banner_for_black_friday .promo_image {
	max-width: 1485px;
	padding: 0;
	margin: 20px auto 15px;
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	background: #c8a461;
	position: relative;
	padding:0px 0;
  }
  .banner_for_black_friday .promo_image .promo_content_inner .promo_list {
	display: flex;
	grid-area: promo_list;
	padding: 0 0 20px;
	max-width: 1461px;
	max-width: 100%;
	margin: 0 auto;
	  margin-right: auto;
	  margin-bottom: 0px;
	  margin-left: auto;
	width: 100%;
	gap: 10px;
	gap: 0;
  }
 
  .banner_for_black_friday .promo_image .promo_content_inner .promo_list li.item.item_designed .card {
	position: relative;
	background: #ebe7dc;
	background: #000000;
	background: #030321;
	background: #C8A461;
	padding: 20px 50px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #ffffff;
	text-align: center;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 100%;
	padding: 85px 36px 56px;
	align-items: center;
	border: none;
	border-radius: 0;
  }

  .banner_for_black_friday .promo_image .promo_content_inner .promo_list li.item .card {
	position: relative;
	height: 100%;
	border: none;
	border-radius: 0;
  }
  .banner_for_black_friday .promo_image .promo_content_inner .promo_list li.item .card .media {
	width: 100%;
	height: 100%;
  }
  .banner_for_black_friday .promo_image .promo_content_inner .promo_list li.item .card .media a {
	display: flex;
	position: relative;
	align-items: stretch;
	width: 100%;
	--ratio-percent: 133.23%;
	--ratio-percent: 62.523%;
	height: 100%;
  }
  .banner_for_black_friday .promo_image .promo_content_inner .promo_list li.item .card .media a::before {
	padding-bottom: var(--ratio-percent);
	content: '';
	width: 100%;
	height: 0;
  }
  .banner_for_black_friday .promo_image .promo_content_inner .promo_list li.item .card .media a img {
	display: block;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
  }
  .banner_for_black_friday .promo_image .promo_content_inner .promo_list li.item.item_designed .card .icons-top-top {
	position: absolute;
	top: -7px;
	left: -12px;
  }
  .banner_for_black_friday .promo_image .promo_content_inner .promo_list li.item.item_designed .card .icons-left-top {
	position: absolute;
	top: 18px;
	right: 60px;
  }
  .banner_for_black_friday .promo_image .promo_content_inner .promo_list li.item.item_designed .card .icons-bottom-bottom {
	position: absolute;
	bottom: 22%;
	right: 22.5%;
  }







  .banner_for_black_friday .prize-ribbon .ribbon_info {
	background: #657e61;
	max-width: 100%;
	width: 100%;
	display: flex;
	gap: 13px;
	padding-left: 138px;
	position: relative;
	align-items: center;
	padding: 18px 54px 33px 138px;
	padding: 18px 61px 33px 92px;
	align-items: flex-end;
	justify-content: center;
	padding: 0.9375vw 3.177083333333333vw 1.6187500000000002vw 4.791666666666667vw;
  }

  svg:not(:root) {
	overflow: hidden;
  }
  .banner_for_black_friday .prize-ribbon .ribbon_info .icons:not(.icons-deposit) {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: auto;
	display: flex;
  }
  .banner_for_black_friday .prize-ribbon .ribbon_info h5 {
	font-size: 20px;
	line-height: 1.136363636;
	color: #FFFFFF;
	text-align: center;
	font-weight: 500;
	margin: 0;
	padding: 0;
	flex: 1;
	max-width: 386px;
	position: relative;
	z-index: 1;
	font-size: 1.1458333333333333vw;
	max-width: 20.104166666666668vw;
  }

  .search-boxbar{
	display: none;
  }

.woocommerce-account div.woocommerce{
    max-width:600px;
}



.footerContainer {
	background: #000;
  }
.ftrtop-container {
	padding: 80px 0;
}
.ftr-about p {
	color: #fff;
}
.ftr-dtls{
	max-width: 330px;
}
.ftr-dtls h3 {
	font-size: 26px;
	color: #fff;
	font-family:'Vintage Whiskey';
	margin-bottom: 35px;
}
ul.ftrNav{
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
ul.ftrNav li{
	position: relative;
	padding-left: 20px;
	margin-bottom: 15px;
}
ul.ftrNav li::before{
	content: " ";
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 0;
	background: #f41313;
	width: 8px;
	height: 8px;
}
ul.ftrNav li a {
	color: #fff;
	transition: all 0.3s;
  }
  ul.ftrNav li a:hover{
	color: #f41313;
}


ul.ftrInfoList li {
	display: flex;
	gap: 15px;
	margin-bottom: 35px;
	align-items: center;
	
  }

  ul.ftrInfoList li p{
	color: #fff;
	margin: 0px;
  }
  ul.ftrInfoList li a {
	color: #fff;
	transition: all 0.3s;
  }
  ul.ftrInfoList li.ftr-phone-bar a {
	font-size: 20px;
  } 
  .ftr-btmcontainer {
	border-top: 1px solid #121212;
	padding: 35px 0;
  }
.ftr__social__links {
	
}
.ftr__social__links a {
	display: inline-block;
	width: 36px;
	height: 36px;
	border:1px solid #2c2c2c;
	color: #fff;
	line-height: 36px;
	text-align: center;
	transition: all 0.3s;
}
.ftr__social__links a:hover{
	color: #f41313;
}
.ftr__copyright p {
	color: #fff;
	margin: 0;
}
.ftr__copyright p a {
	color: #f41313;
}





