/*------------------------------Google Fonts------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&amp;family=Nunito:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400;1,600;1,700&amp;family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&amp;display=swap');
/*------------------------------Variables------------------------------*/
:root {
 --font-family-body: 'Poppins', sans-serif;
 --font-family-heading: 'Nunito', sans-serif;
 --font-family-architects: 'Architects Daughter', cursive;
 --color-primary: #4eb92d;
 --color-secondary: #fc9135;
 --color-text-body: #696969;
 --color-text-heading: #41464c;
 --color-text-paragraph: #696969;
 --facebook: #3b5998;
 --twitter: #00acee;
 --linkedin: #1976d2;
 --pinterest: #3b5998;
 --youtube: #c4302b;
 --skype: #00aff0;
  --transition-base: all 0.3s;
}
/*------------------------------Theme default css------------------------------*/



.logo-title{
    font-size: 30px;
}

body {
	font-family: var(--font-family-body);
	font-weight: 400;
	font-size: 14px;
	color: var(--color-text-body);
	font-style: normal;
	background-color: #F8F8F8;
}
.img {
	max-width: 100%;
	    pointer-events: none;

	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a, .button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus, .btn:focus, .button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}
a:hover, .portfolio-cat a:hover, .footer -menu li a:hover {
	color: #161556;
	text-decoration: none;
}
a, button {
	color: #26247b;
	outline: medium none;
	cursor: pointer;
}
button:focus, input:focus, input:focus, textarea, textarea:focus {
	outline: 0
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-family-heading);
	color: var(--color-text-heading);
	margin-top: 0px;
	font-style: normal;
	font-weight: 600;
	text-transform: initial;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 600;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
	color: var(--color-text-body);
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
 background: #d6b161;
 color: #fff;
 text-shadow: none;
}
::-moz-selection {
 background: #444;
 color: #fff;
 text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
 color: #555555;
 font-size: 14px;
 opacity: 1;
}
*::placeholder {
 color: #555555;
 font-size: 14px;
 opacity: 1;
}
.tl-0{
	top:0;
	left: 0;
}
.bg{
	background: #26247b;
}
.text-color{
	color: #26247b;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
.slick-slide:focus, .slick-slide:focus-visible {
 outline: none;
}
/* button style */
.btn {
    background: #26247b  none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding: 14px 30px;
    border-radius: 5px;
}
.btn:hover {
	color: #fff;
	background: var(--color-secondary);
}
.rounded-btn {
	border-radius: 50px;
}
.breadcrumb > .active {
	color: #26247b;
}
/* scrollUp */
.scroll-top {
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	bottom: 105%;
	right: 50px;
	font-size: 16px;
	border-radius: 50%;
	z-index: 99;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background: #26247b;
	transition: 1s ease;
	border: none;
	opacity: 0;
}
.scroll-top.open {
	opacity: 1;
	bottom: 30px;
}
.scroll-top::after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover {
	background: var(--color-secondary);
}

/*.well.well-sm {
    margin-top: 30px;
}
.well {
    margin-bottom: 20px;
}*/
.save {
    margin-bottom: 20px;
    margin-top: 30px;
    padding-top: 25px;
}
.btn-1 {
	background-color: green;
}
/*.btn-2 {
	background-color: blue;
}*/
.btn-3 {
	background-color: purple;
}

.top{
	margin-top: 30px;
}

/*.mt{
	margin-top: 30px;
}*/

.mb{
	margin-bottom: 30px;
}
.container, .custom-container{
	max-width: 1280px;
}
/*------------------------------Header Start------------------------------*/

.header-top-wrap {
    padding: 13px 0;
    border-bottom: 1px solid #26247b;
    background: #26247b;
}
.header-top-left ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.header-top-left ul li, .header-top-right ul li {
	position: relative;
	font-size: 12px;
	color: #666666;
	padding-right: 15px;
	margin-right: 15px;
	font-weight: 300;
}
.header-top-left ul li:last-child, .header-top-right ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.header-top-left ul li::before, .header-top-right ul li::before {
	content: "";
	position: absolute;
	right: -1px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background: #dbdada;
}
.header-top-left ul li:last-child::before, .header-top-right ul li:last-child::before {
	display: none;
}
.header-top-left .dropdown button {
	border: none;
	background: transparent;
	font-size: 12px;
	color: #666666;
	font-weight: 400;
	padding: 0 0 0 0;
}
.header-top-left .dropdown .dropdown-toggle::after, .header-super-store .dropdown-toggle::after {
	display: inline-block;
	margin-left: 7px;
	vertical-align: middle;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	border-top: none;
	border-right: none;
	border-bottom: 0;
	border-left: none;
	color: #525252;
	font-size: 11px;
}
.header-top-left .dropdown .dropdown-item {
	color: #525252;
	font-size: 12px;
}
.header-top-left .dropdown .dropdown-item:focus, .header-super-store .dropdown-menu a:focus, .header-top-left .dropdown-item:active, .header-super-store .dropdown-item:active {
	color: #fff;
	background: #26247b;
}
.header-top-left ul .header-work-time > span {
	color: #363636;
	font-weight: 500;
}
.header-top-right ul {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.header-top-right ul li a {
	color: #fff;
}
.header-top-right ul li a:hover {
	color: #26247b;
}
.header-search-area {
	padding: 10px 0;
	    background: #26247b;
	border-bottom: 2px solid #f2f2f2;
}
.header-search-wrap {
	min-width: 520px;
	margin: 0;
}
.header-search-wrap .header-search-form {
	display: flex;
	align-items: center;
	background: #f6f6f6;
	border-radius: 4px;
	position: relative;
}
/*.header-search-wrap form:before {
	content: "";
	position: absolute;
	left: 185px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 24px;
	background: #dbdada;
}*/
.header-search-wrap form .custom-select {
	display: inline-block;
	padding: 10px 42px 10px 25px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6;
	color: #363636;
	vertical-align: middle;
	background: url("../img/icon/d_arrow.png") no-repeat scroll 96% center;
	background-color: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: .3s ease-in-out;
	width: 184px;
	height: 54px;
}
.header-search-wrap .header-search-form input {
	flex-grow: 1;
	border: none;
	background: transparent;
	padding: 18px 20px;
	font-size: 12px;
	color: #363636;
}
.header-search-wrap .header-search-form input::placeholder {
 font-size: 12px;
 color: #666666;
}
.header-search-wrap .header-search-form .hs-button {
	border: none;
	padding: 0 0;
	min-width: 54px;
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	color: #fff;
	border-radius: 0 4px 4px 0;
	background: #26247b;
	padding: 0 20px;
}
.transparent-header {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 9;
	height: auto;
}
.menu-area {
	border-bottom: 1px solid #f2f2f2;
	background: #fff;
	box-shadow: 0px 1px 4.65px 0.35px rgba(104, 104, 104, 0.14);
}
.header-category {
	position: relative;
}
.header-category > a {
	display: flex;
  align-items: center;
  padding: 16px 10px;
  min-height: 50px;
  min-width: 250px;
  font-size: 13px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
  border-radius: 4px 4px 0 0;
  background: #fc913f;
}
.header-category > a i:first-child {
	margin-right: 18px;
}
.header-category > a i:last-child {
	margin-left: auto;
}
.category-menu {
	position: absolute;
	left: 0;
	top: 100%;
	box-shadow: 0px 5px 7.44px 0.56px rgba(185, 185, 185, 0.13);
	background: #fff;
	width: 100%;
	border: 1px solid rgb(175 175 175 / 25%);
	border-bottom: 4px solid #26247b;
	border-top: none;
	padding: 0px 0;
	display: none;
	z-index: 2;
}
.category-menu > li {
	display: block;
}
.category-menu > li > a {
	display: flex;
	color: #545252;
	font-size: 14px;
	padding: 13px 15px 13px 15px;
	border-bottom: 1px solid rgb(175 175 175 / 25%);
	background: transparent;
	position: relative;
	align-items: center;
}
.category-menu > li:last-child > a {
	border: none;
}
.category-menu > li > a > i {
	font-size: 16px;
	color: #acacac;
	margin-right: 15px;
}
.category-menu > li:hover > a {
	background: #f6f6f6;
}
.category-menu > li.menu-item-has-children > a::after {
	content: "\f105";
	position: absolute;
	right: 20px;
	font-size: 13px;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	color: #737373;
}
.category-menu .megamenu {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	left: 100%;
	top: 0;
	background: #fff;
	box-shadow: 0px 1px 16px 0px rgba(220, 220, 220, 0.47);
	border: 1px solid #ebebeb;
	width: 840px;
	min-height: 100%;
	padding: 27px 20px;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: .3s linear;
	z-index: 2;
}
.category-menu .megamenu > .sub-column-item {
	width: 33.3333%;
	flex: 0 0 33.3333%;
	margin-bottom: 30px;
	padding: 0 15px;
}
.category-menu .megamenu > .sub-column-item > a {
	font-family: var(--font-family-heading);
	font-weight: 700;
	display: block;
	color: #222222;
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 1.3;
}
.category-menu .megamenu > .sub-column-item > a:hover {
	color: #26247b;
}
.category-menu .megamenu > .sub-column-item ul li {
	margin-bottom: 15px;
}
.category-menu .megamenu > .sub-column-item ul li:last-child {
	margin-bottom: 0;
}
.category-menu .megamenu > .sub-column-item ul li a {
	display: inline-flex;
	color: #545252;
	font-size: 14px;
	text-transform: capitalize;
}
.category-menu .megamenu > .sub-column-item ul li a:hover {
	color: #26247b;
	padding-left: 5px;
}
.category-menu .megamenu > .sub-column-item .mega-menu-banner a:hover {
	padding: 0;
}
.mega-menu-banner img {
	max-width: 100%;
}
.category-menu > li:hover > .megamenu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.menu-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.navbar-wrap {
	display: flex;
	flex-grow: 1;
}
.navbar-wrap ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: 95px;
}
.navbar-wrap ul li {
	display: block;
	position: relative;
}
.navbar-wrap ul li a {
	font-size: 14px;
	font-weight: 700;
	/*---text-transform: uppercase;--*/
	color: #696868;
	font-family: var(--font-family-heading);
	padding: 27px 17px;
	display: block;
	line-height: 1.3;
	position: relative;
	z-index: 1;
}
.navbar-wrap > ul > li.menu-item-has-children > a {
	padding-right: 32px;
}
.navbar-wrap > ul > li.menu-item-has-children > a::before {
	content: "\f107";
	position: absolute;
	font-weight: 700;
	font-family: "Font Awesome 5 Free";
	right: 18px;
	top: 50%;
	font-size: 12px;
	transform: translateY(-50%);
	line-height: 1;
}
.navbar-wrap > ul > li.active > a, .navbar-wrap > ul > li:hover > a, .header-style-two .navbar-wrap > ul > li.active > a, .header-style-two .navbar-wrap > ul > li:hover > a, .mobile-menu .navigation li:hover > a, .mobile-menu .navigation li.active > a {
	color: #fc9135;
}
.main-menu .navigation li.menu-item-has-children .dropdown-btn {
	display: none;
}
.header-action > ul {
	display: flex;
	align-items: center;
	margin-left: 90px;
}
.header-action > ul > li {
	position: relative;
	margin-left: 15px;
}
.header-action ul li:first-child {
	margin-left: 0;
}
.header-action .header-phone {
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.header-action .header-phone .icon {
	font-size: 29px;
	color: #636262;
	margin-right: 12px;
}
.header-action .header-phone .icon i, .header-action .header-user > a i, .header-action .header-wishlist > a i {
	line-height: 0;
	display: block;
}
.header-action .header-phone a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #363636;
}
.header-action .header-phone a:hover {
	color: #26247b;
}
.header-action .header-phone a span {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	color: #585e52;
	line-height: 1;
	margin-bottom: 2px;
}

.minicart .cart-img {
	width: 100px;
	flex: 0 0 100px;
}
.minicart .cart-img img {
	max-width: 100%;
}
.header-cart-wrap .minicart .cart-content {
	width: 185px;
	flex: 0 0 185px;
	padding-left: 15px;
	text-align: left;
	padding-right: 25px;
}

.navbar-wrap ul li .submenu {
	position: absolute;
	z-index: 9;
	background-color: #fff;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	display: block;
	left: 0;
	opacity: 0;
	padding: 18px 0;
	right: 0;
	top: 100%;
	visibility: hidden;
	min-width: 230px;
	border: 1px solid #f5f5f5;
	background: #ffffff;
	box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
	margin: 0;
	transform: scale(1, 0);
	transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li .submenu li {
	margin-left: 0;
	text-align: left;
	display: block;
}
.navbar-wrap ul li .submenu li a {
	padding: 10px 15px 10px 25px;
	line-height: 1.5;
	font-weight: 700;
	font-size: 13px;
	color: var(--color-text-body);
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li:hover > .submenu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.navbar-wrap ul li .submenu li.active > a, .navbar-wrap ul li .submenu li:hover > a {
	color: #26247b;
}
.header-super-store .dropdown-toggle {
	border: none;
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	padding: 13px 20px;
	font-family: var(--font-family-heading);
	color: #fff;
	background: #26247b;
	border-radius: 50px;
	line-height: 1;
}
.header-super-store .dropdown-toggle i {
	font-size: 14px;
	margin-right: 14px;
	line-height: 0;
}
.header-super-store .dropdown-toggle::after {
	color: #fff;
	vertical-align: middle;
	line-height: 0;
	margin-left: 13px;
}
.header-super-store .dropdown-menu {
	width: 176px;
}
.header-super-store .dropdown-menu a {
	color: #525252;
	font-size: 14px;
}
.header-style-two .menu-area {
	border-bottom: none;
	background: #26247b;
}
.header-style-two .navbar-wrap ul {
	/*--margin-left: 0;--*/
	margin: auto;
}
.header-style-two .navbar-wrap ul li a {
	font-family: var(--font-family-body);
	color: #fff;
	font-size: 14px;
  font-weight: 500;
  padding: 15px 12px;
}
.header-style-two .navbar-wrap ul li a.btn {
    padding: 7px 15px;
    margin: 7px 5px;
    background: #fc913f;
}
.header-style-two .navbar-wrap ul li a.btn:hover,
.header-style-two .navbar-wrap ul li a.btn:focus{
	color: #ffffff;
}
.header-style-two .navbar-wrap > ul > li.menu-item-has-children > a {
	padding-right: 32px;
}
.header-style-two .navbar-wrap > ul > li:first-child > a {
	padding-left: 0;
}
.header-style-two .navbar-wrap ul li .submenu li a {
	font-weight: 400;
	font-size: 14px;
	text-transform: capitalize;
}
.header-delivery-message p {
	margin-bottom: 0;
	text-transform: capitalize;
	color: #f1f1f1;
	font-weight: 700;
	padding-right: 16px;
	position: relative;
}
.header-delivery-message p::before {
	content: "|";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 700;
}
.header-delivery-message p > span {
	color: var(--color-secondary);
}
.sticky-menu {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	border: none;
	border-radius: 0;
}

/*------------------------------Header End--------------------------------*/


/*------------------------------Mobile Menu-------------------------------*/
.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	display: none;
	color: #fff;
	margin-right: 30px;
	top: 15px;
}
.nav-logo img {
	width: 150px;
}
.mobile-menu {
	position: fixed;
	left: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 2222;
	border-radius: 0px;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-webkit-transform: translateX(-101%);
	-ms-transform: translateX(-101%);
	transform: translateX(-101%);
}
.mobile-menu .navbar-collapse {
	display: block !important;
}
.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
}
.mobile-menu-visible {
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .navigation li.current>a:before {
	height: 100%;
}
.menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	opacity: 0;
	visibility: hidden;
	background: #000;
}
.mobile-menu-visible .menu-backdrop {
	opacity: 0.80;
	visibility: visible;
}
.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: #fff;
	padding: 0px 0px;
	z-index: 5;
	box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}
.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
}
.mobile-menu .close-btn {
	position: absolute;
	right: 25px;
	top: 28px;
	line-height: 30px;
	width: 35px;
	text-align: center;
	font-size: 20px;
	color: #312620;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
}
.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation li > a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 15px;
	font-weight: 500;
	color: #312620;
	text-transform: capitalize;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: none;
}
.mobile-menu .navigation li ul li > a {
	font-size: 15px;
	margin-left: 20px;
	text-transform: capitalize;
}
.mobile-menu .navigation li ul li ul li a {
	margin-left: 40px;
}
.mobile-menu .navigation li ul li ul li ul li a {
	margin-left: 60px;
}
.mobile-menu .navigation li > a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #312620;
	background: #efefef;
	cursor: pointer;
	border-radius: 3px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background: #26247b;
	color: #fff;
}
.mobile-menu .navigation li > ul {
    display: none; /* Hide submenus by default */
}

.mobile-menu .navigation li:hover > ul {
    display: block; /* Show the first-level submenu on hover */
}

.mobile-menu .navigation li > ul > li:hover > ul {
    display: block; /* Show the second-level submenu on hover */
}

.mobile-menu .social-links {
	position: relative;
	text-align: center;
	padding: 30px 25px;
}
.mobile-menu .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 2px 10px;
}
.mobile-menu .social-links li a {
	position: relative;
	line-height: 40px;
	font-size: 16px;
	color: var(--color-text-body);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	width: 40px;
	display: block;
	height: 40px;
	background: #efefef;
	border-radius: 5px;
}
.mobile-menu .social-links li a:hover {
	background: #26247b;
	color: #fff;
	border-radius: 30px;
}
.menu-area .mobile-nav-toggler {
	position: relative;
	float: left;
	font-size: 30px;
	cursor: pointer;
	line-height: 1;
	/*color: #26247b;*/
	color: #ffffff;
	display: none;
	margin-top: 0px !important;
    padding: 8px 15px;
    margin-right: 25px;
}

/*------------------------------Mobile Menu-------------------------------*/

/*------------------------------Breadcrumb--------------------------------*/

.breadcrumb-bg {
	background-image: url(../img/bg/breadcrumb_bg.jpg);
	background-position: center;
	background-size: cover;
	padding: 125px 0 125px;
}
.breadcrumb-content {
	text-align: center;
}
.breadcrumb-content .title {
	font-size: 36px;
	color: #fff;
	margin-bottom: 10px;
	line-height: 1.1;
	text-transform: uppercase;
}
.breadcrumb-content .breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	justify-content: center;
}
.breadcrumb-content .breadcrumb li {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 500;
}
.breadcrumb-content .breadcrumb li + li {
	padding: 0;
}
.breadcrumb-content .breadcrumb li + li::before {
	content: "\f101";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	color: #fff;
	font-size: 12px;
	padding: 0 10px;
}
.breadcrumb-content .breadcrumb li a {
	color: #fff;
}
.breadcrumb-bg-two {
	background-image: url(../img/bg/breadcrumb_bg02.jpg);
	background-position: center;
	background-size: cover;
	padding: 26px 0;
}
.breadcrumb-bg-two .breadcrumb-content .breadcrumb {
	justify-content: flex-start;
}
.breadcrumb-bg-two .breadcrumb-content .breadcrumb li a {
	color: #2b2b2b;
}
.breadcrumb-bg-two .breadcrumb-content .breadcrumb li + li::before {
	color: #666666;
	opacity: .7;
}

/*------------------------------Breadcrumb---------------------------------*/

/*------------------------------Slider Start-------------------------------*/
.slider-area {
	padding: 40px 0;
	background-position: center;
	background-size: cover;
}
.slider-bg {
	background-position: center;
	background-size: cover;
}
.slider-area .container:first-child .row, .special-products-wrap .row, .shop-products-wrap > .row {
	margin-left: -10px;
	margin-right: -10px;
}
.slider-area .container:first-child .row [class*="col-"], .special-products-wrap .row [class*="col-"], .shop-products-wrap > .row [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}
.slider-area .container:first-child .row .col-7 {
	-ms-flex: 0 0 56.6%;
	flex: 0 0 56.6%;
	max-width: 56.6%;
}
.slider-bg {
	background-position: center;
	background-size: cover;
	padding: 60px 60px;
	min-height: 490px;
	display: flex !important;
	align-items: center;
	box-shadow: 0px 5px 7.44px 0.56px rgba(185, 185, 185, 0.13);
}
.slider-content .sub-title {
	text-transform: uppercase;
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 14px;
}
.slider-content .title {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: .9;
	margin-bottom: 15px;
	color: var(--color-secondary);
}
.slider-content p {
	font-weight: 500;
	color: #fff;
	margin-bottom: 25px;
}
.slider-active .slick-dots {
	position: absolute;
	left: 50%;
	bottom: 35px;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	z-index: 1;
	line-height: 1;
}
.slider-active .slick-dots li {
	line-height: 0;
	margin: 0 4px;
}
.slider-active .slick-dots li button {
	display: block;
	width: 6px;
	height: 6px;
	text-indent: -99999999px;
	border: none;
	padding: 0;
	border-radius: 30px;
	line-height: 1;
	transition: .3s linear;
	background: #fff;
	opacity: .77;
}
.slider-active .slick-dots li.slick-active button {
	opacity: 1;
	background: #fc9135;
	width: 30px;
}
.slider-area .container:first-child .row .col-3 {
	-ms-flex: 0 0 21.7%;
	flex: 0 0 21.7%;
	max-width: 21.7%;
}
.slider-banner-img a {
	position: relative;
	display: block;
	overflow: hidden;
}
.slider-banner-img img {
	max-width: 100%;
	border-radius: 6px;
	border: 1px solid #ccc;
}



.slider-banner-img a::before, .shop-widget-banner a::before {
	position: absolute;
	top: 0;
	left: -100%;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 42556, 255, 0)), to(rgba(255, 255, 255, .3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.slider-banner-img a:hover::before, .shop-widget-banner a:hover::before {
	-webkit-animation: shine 1s;
	animation: shine 1s;
}
@-webkit-keyframes shine {
 100% {
 left: 125%;
}
}
 @keyframes shine {
 100% {
 left: 125%;
}
}
.slider--area {
	background-position: center;
	background-size: cover;
	padding: 0px 0 30px;
}
/*
.slider--area .row {
	margin-left: -13px;
	margin-right: -13px;
}
.slider--area .row > [class*="col"] {
 padding-left: 13px;
 padding-right: 13px;
}
.slider--area .row > .col-3 {
	-ms-flex: 0 0 24.7%;
	flex: 0 0 24.7%;
	max-width: 24.7%;
}
.slider--area .row > .col-7 {
	-ms-flex: 0 0 75.3%;
	flex: 0 0 75.3%;
	max-width: 75.3%;
} */
.slider--area .header-category > a {
	padding: 14px 20px;
  min-height: 50px;
  min-width: 100%;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 6px 6px 0 0;
}
.slider--area .category-menu {
	display: block;
	padding: 8px 0 15px;
	position: relative;
	top: 0;
}
.slider--area .category-menu .megamenu {
	padding: 27px 20px 3px 20px;
}
.slider--area .category-menu > li > a {
	padding: 12px 15px 12px 15px;
}
.slider--area .slider-bg {
	/*padding: 80px 100px;*/
	/*min-height: 225px;*/
	min-height: 225px;
}
.slider--area .slider-bg.content-right {
	justify-content: flex-end;
}
.slider--area .slider-content .sub-title {
	font-size: 50px;
	line-height: .8;
	margin-bottom: 22px;
}
.slider--area .slider-content .title {
	font-size: 50px;
	margin-bottom: 18px;
}
.slider--area .slider-content p {
	margin-bottom: 32px;
	font-size: 16px;
}
.slider--area .slider-content .btn {
	border-radius: 4px;
}
/*---.slider--area .slider-active .slick-dots {
	display: none !important;
}---*/

/*------------------------------Slider End---------------------------------*/

/*------------------------------Category Start-----------------------------*/

.slider-category-wrap {
	background: #fff;
	border-radius: 6px;
	box-shadow: 0px 5px 7.44px 0.56px rgba(185, 185, 185, 0.13);
	margin-top: 30px;
	padding: 30px 70px 35px;
	position: relative;
}
.slider-category-wrap::before {
	content: "";
	position: absolute;
	left: 70px;
	bottom: 35px;
	right: 70px;
	height: 1px;
	background: #dcd9d9;
}
.category-item {
	text-align: center;
	position: relative;
	padding-bottom: 25px;
}
.category-item::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #26247b;
	z-index: 1;
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
	transition: transform 0.4s cubic-bezier(.74, .72, .27, .24);
}
.category-item:hover::before, .category-item.active::before {
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}
.category-item .category-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.category-thumb {
	margin-bottom: 18px;
}
.category-thumb img {
	display: inline-block;
	border-radius: 50%;
}
.category-content .title {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 900;
}

/*------------------------------Category End-----------------------------*/

/*=======================================================================
8. Discount area
========================================================================*/
.discount-area .row {
	margin-left: -10px;
	margin-right: -10px;
}
.discount-area .row [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}
.discount-item {
	position: relative;
	overflow: hidden;
}
.discount-item::before, .special-products-add::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	display: block;
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 42556, 255, 0)), to(rgba(255, 255, 255, .3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.discount-item:hover::before, .special-products-add:hover::before {
	-webkit-animation: shine 1.3s;
	animation: shine 1.3s;
}
.discount-thumb img {
	max-width: 100%;
	border-radius: 10px;
}
.discount-content {
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
	width: 37%;
	z-index: 1;
}
.discount-content > span {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	display: block;
	margin-bottom: 6px;
}
.discount-content .title {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 15px;
	font-family: var(--font-family-body);
	text-transform: uppercase;
}
.discount-content .title a:hover {
	color: #fff;
}
.discount-content .btn {
	background: #fff;
	color: var(--color-secondary);
	font-size: 12px;
	font-weight: 700;
	padding: 16px 26px;
	box-shadow: 0px 3px 27px 0px rgba(52, 52, 52, 0.06);
	transition: all 0.5s ease 0s;
}
.discount-content .btn:hover {
	border-radius: 50px;
}
.discount-item.style-two .discount-content {
	right: auto;
	left: 40px;
	width: 43%;
}
.discount-item.style-two .discount-content > span {
	color: #757474;
}
.discount-item.style-two .discount-content .title, .discount-item.style-two .discount-content .title a:hover {
	color: #222222;
}
.discount-item-two {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.discount-item-two::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	display: block;
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 42556, 255, 0)), to(rgba(255, 255, 255, .3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.discount-item-two:hover::before {
	-webkit-animation: shine 1.5s;
	animation: shine 1.5s;
}
.discount-item-two .discount-thumb img {
	max-width: 100%;
	border-radius: 6px;
}
.discount-item-two .discount-content {
	right: auto;
	left: 55px;
}
.discount-item-two .discount-content span {
	font-size: 14px;
	color: #757474;
	margin-bottom: 4px;
}
.discount-item-two .discount-content .title {
	font-size: 26px;
	color: #222222;
	line-height: 1.16;
	margin-bottom: 10px;
}
.discount-item-two .discount-content .title a:hover {
	color: #222222;
}
.discount-item-two .discount-content p {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 25px;
	font-family: var(--font-family-heading);
	color: #282828;
}
.discount-item-two .discount-content .btn {
	box-shadow: 0px 3px 27px 0px rgba(52, 52, 52, 0.06);
	padding: 16px 30px;
}
.discount-item-two .discount-content .btn:hover {
	color: #fff;
	background: var(--color-secondary);
}
/*=======================================================================
9. Best Deal
========================================================================*/
.best-deal-top-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}
.bd-section-title {
	text-align: right;
	margin-right: 45px;
}
.bd-section-title .title {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 3px;
}
.bd-section-title .title > span {
	font-weight: 800;
	color: #26247b;
	text-decoration: underline;
}
.bd-section-title p {
	color: #848583;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
}
.best-deal-top-wrap .coming-time {
	display: flex;
	align-items: center;
}
.best-deal-top-wrap .coming-time .time-count {
	position: relative;
}
.best-deal-top-wrap .coming-time .time-count span:last-child {
	display: none;
}
.best-deal-top-wrap .coming-time .time-count span {
	min-width: 51px;
	min-height: 54px;
	background: #26247b;
	font-family: var(--font-family-heading);
	display: block;
	text-align: center;
	line-height: 54px;
	color: #fff;
	border-radius: 4px;
	font-size: 22px;
	font-weight: 800;
}
.best-deal-top-wrap .coming-time .time-count {
	padding-left: 10px;
	margin-left: 10px;
}
.best-deal-top-wrap .coming-time .time-count::before {
	content: ":";
	position: absolute;
	left: -3px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	font-weight: 900;
	line-height: 1;
	color: #26247b;
	font-family: var(--font-family-heading);
}
.best-deal-top-wrap .coming-time .time-count:first-child {
	margin-left: 0;
	padding-left: 0;
}
.best-deal-top-wrap .coming-time .time-count:first-child::before {
	display: none;
}
.best-deal-item {
	background: #f2f4f7;
	border: 1px solid #ebebeb;
	border-radius: 6px;
	padding: 22px 25px 28px;
}
.best-deal-thumb {
	text-align: center;
	margin-bottom: 23px;
}
.best-deal-thumb img {
	max-width: 100%;
	display: inline-block;
}
.best-deal-content {
	display: flex;
	align-items: flex-end;
}
.best-deal-content .main-content {
	flex-grow: 1;
	margin-right: 30px;
}
.best-deal-content .rating {
	color: var(--color-secondary);
	font-size: 10px;
	letter-spacing: -.8px;
	margin-bottom: 5px;
}
.best-deal-content .title {
	font-size: 16px;
	margin-bottom: 12px;
}
.best-deal-content .title a:hover {
	color: #26247b;
}
.best-deal-content p {
	margin-bottom: 0;
	color: #26247b;
	font-weight: 600;
	line-height: 1.3;
}
.best-deal-content .icon {
	margin-left: auto;
	flex: 0 0 40px;
}
.best-deal-content .icon a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	border: 4px solid #ebebeb;
	font-size: 16px;
	font-weight: 800;
	font-family: var(--font-family-heading);
	color: var(--color-secondary);
}
.best-deal-content .icon a:hover {
	background: var(--color-secondary);
	color: #fff;
}
.best-deal-active.row {
	margin-left: -9px;
	margin-right: -9px;
}
.best-deal-active.row [class*="col-"] {
	padding-left: 9px;
	padding-right: 9px;
}
/*=======================================================================
10. Special-products
========================================================================*/
.section-title .sub-title {
	display: block;
	color: var(--color-secondary);
	font-family: var(--font-family-architects);
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 10px;
}
.section-title .title {
	font-size: 32px;
	margin-bottom: 0;
}
.section-btn .btn {
	color: var(--color-secondary);
	border: 2px solid var(--color-secondary);
	background: transparent;
	border-radius: 50px;
	padding: 8px 23px;
	font-size: 12px;
	font-weight: 700;
}
.section-btn .btn:hover {
	background: var(--color-secondary);
	color: #fff;
}
.special-products-wrap .row .col-3 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.special-products-wrap .row .col-9 {
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	max-width: 80%;
}
.special-products-add {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.sp-add-thumb img {
	max-width: 100%;
	border-radius: 6px;
	box-shadow: 0px 3px 3.6px 0.4px rgba(158, 158, 158, 0.09);
}
.sp-add-content {
	position: absolute;
	top: 35px;
	left: 27px;
	right: 27px;
	z-index: 1;
}
.sp-add-content .sub-title {
	text-transform: uppercase;
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: var(--color-secondary);
	margin-bottom: 4px;
}
.sp-add-content .title {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 14px;
	font-family: var(--font-family-body);
	color: #6e6c6c;
}
.sp-add-content .title b {
	font-weight: 700;
	color: #363030;
}
.sp-add-content p {
	font-family: var(--font-family-heading);
	color: #282828;
	opacity: .78;
	font-size: 16px;
	margin-bottom: 18px;
}
.sp-add-content .btn {
	padding: 12px 22px;
	font-size: 12px;
	font-weight: 700;
}
.sp-product-item {
	background: #fff;
	border-radius: 6px;
	text-align: center;
}
.sp-product-thumb {
	position: relative;
	padding: 32px 15px 0px;
}
.sp-product-thumb a {
	position: relative;
	display: block;
}
.sp-product-thumb img {
	display: inline-block;
	max-width: 100%;
}
.sp-product-thumb .batch {
	position: absolute;
	top: 25px;
	right: 15px;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	background: #26247b;
	color: #fff;
	padding: 6px 6px;
	min-width: 45px;
	text-align: center;
	z-index: 1;
	line-height: 1;
}
.sp-product-thumb .batch.discount {
	background: var(--color-secondary);
}
.sp-product-content {
    text-align: left;
    border-top: 1px solid #f3f3f3;
}
.sp-product-content .rating {
	color: var(--color-secondary);
	font-size: 10px;
	letter-spacing: -.5px;
	margin-bottom: 4px;
}
.sp-product-content .title {
	font-size: 15px;
	font-weight: 700;
	color: #515457;
	line-height: 1.4;
	margin-bottom: 0;
}

.sp-product-content .title a{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sp-product-content .title a:hover {
	color: #26247b;
}
.sp-product-content .product-status {
	display: block;
    /* text-transform: uppercase; */
    font-size: 15px;

    font-weight: bold;
    font-family: var(--font-family-heading);
    color: #26247b;
    margin: 20px 0 0 0 ;
}


 .sp-product-content .shop-perched-info{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center
 }

 .sp-product-content .shop-perched-info .btn {
	background: var(--facebook);
    border-radius: 10px;
    margin-bottom: 0;
    width: 100%;
    padding: 10px 12px;

}
.sp-product-content .sp-cart-wrap {
	width: 132px;
	margin: 15px auto 15px;
}
.sp-product-content .sp-cart-wrap .cart-plus-minus, .shop-perched-info .sd-cart-wrap .cart-plus-minus {
	position: relative;
}
.sp-product-content .sp-cart-wrap input, .shop-perched-info .sd-cart-wrap input {
	width: 100%;
	background: #ebebeb;
	border: none;
	padding: 10px 50px;
	font-size: 14px;
	font-weight: 700;
	color: #41464c;
	text-align: center;
	border-radius: 50px;
	font-family: var(--font-family-heading);
}
.sp-product-content .cart-plus-minus .qtybutton, .shop-perched-info .sd-cart-wrap .cart-plus-minus .qtybutton {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 41px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 40px;
	border-radius: 50%;
	background: #fff;
	border: 4px solid #ebebeb;
	cursor: pointer;
	z-index: 1;
	font-weight: 800;
	font-size: 16px;
	font-family: var(--font-family-heading);
	color: var(--color-secondary);
	user-select: none;
}
.sp-product-content .cart-plus-minus .qtybutton.inc, .shop-perched-info .cart-plus-minus .qtybutton.inc {
	left: auto;
	right: 0;
}
.sp-product-content .cart-plus-minus .qtybutton.dec, .shop-perched-info .cart-plus-minus .qtybutton.dec {
	font-size: 20px;
}
.sp-product-content > p {
	margin-bottom: 0;
	font-size: 14px;
  color: #515457;
  font-weight: 500;
	line-height: 1;
}
.sp--product--item {
	text-align: center;
}
.sp--product--thumb {
	position: relative;
	margin-bottom: 25px;
}
.sp--product--thumb img {
	max-width: 100%;
	border-radius: 6px;
	border: 1px solid #ebebeb;
}
.sp--product--thumb .batch {
	position: absolute;
	top: 26px;
	left: 0;
	min-width: 54px;
	text-align: center;
	background: #26247b;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 9px;
	line-height: 1;
	z-index: 1;
}
.sp--product--thumb .batch.new {
	background: var(--color-secondary);
}
.sp--product--thumb .wishlist {
	position: absolute;
	width: 40px;
	height: 40px;
	box-shadow: 0px 1px 3.72px 0.28px rgba(183, 183, 183, 0.3);
	top: 20px;
	right: 22px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #979696;
	font-size: 15px;
}
.sp--product--thumb .wishlist:hover {
	background: #26247b;
	color: #fff;
	box-shadow: none;
}
.sp--product--thumb .wishlist i {
	line-height: 0;
	display: block;
}
.sp-product-content .title {
    font-size: 15px;
    font-weight: 700;
    color: #515457;
    line-height: 1.4;
    justify-content: center;
    height: 50px;
    display: flex;
    margin-bottom: 0;
    align-items: center;
}

li .login-btn-main{
	padding: 10px 12px;
	color: #fff !important;
	border-radius: 5px;
	background-color: var(--color-secondary);
}

li .login-btn-main:hover{
	padding: 10px 12px;
	color: #fff !important;
	background-color: #161556;
}


.sp--product--content .title a:hover {
	color: #26247b;
}
.sp--product--content .rating {
	font-size: 11px;
	letter-spacing: -.3px;
	color: var(--color-secondary);
	margin-bottom: 15px;
}
.sp--product--content .price {
	font-size: 16px;
	font-weight: 600;
	color: #26247b;
	line-height: 1.3;
}
.special--product-nav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 35px;
}
.special--product-nav button {
	display: block;
	border: none;
	background: #f7f7f7;
	color: #353535;
	font-size: 15px;
	font-weight: 600;
	padding: 7px 22px;
	font-family: var(--font-family-heading);
	border-radius: 50px;
	margin: 0 7px 15px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.special--product-nav button.active {
	background: #26247b;
	color: #fff;
}
/*=======================================================================
11. Coupon-code
========================================================================*/
.coupon-bg {
	background-image: url(../img/bg/coupon_banner_bg.jpg);
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	padding: 55px 50px;
}
.coupon-title > span {
	font-family: var(--font-family-heading);
	text-transform: uppercase;
	color: #fff;
	display: block;
	font-weight: 800;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.coupon-title > .title {
	color: #fff;
	margin-bottom: 0;
	font-size: 30px;
}
.coupon-code-wrap {
	position: relative;
	margin-left: 90px;
	width: 237px;
	z-index: 1;
}
.coupon-code-wrap .code {
	margin-bottom: 0;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
}
.coupon-code-wrap img {
	user-select: none;
	z-index: -1;
	position: relative;
}
/*=======================================================================
12. Best Sellers
========================================================================*/
.best-sellers-products .row {
	margin-left: -10px;
	margin-right: -10px;
}
.best-sellers-products .row .col-3 {
	padding-left: 10px;
	padding-right: 10px;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.best-sellers-products .sp-product-item, .shop-products-wrap .sp-product-item {
	background: #f2f4f7;
}
.best-sellers-products .sp-product-item .sp-cart-wrap input, .shop-products-wrap .sp-product-item .sp-cart-wrap input {
	background: #fff;
}
.best-sellers-products .sp-product-item .cart-plus-minus .qtybutton, .shop-products-wrap .sp-product-item .cart-plus-minus .qtybutton {
	background: #f2f4f7;
	border-color: #fff;
}
/*=======================================================================
13. Get-discount
========================================================================*/
.discount-time-bg {
	background-image: url(../img/bg/discount_count_bg.jpg);
	background-position: center;
	background-size: cover;
	padding: 80px 80px;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.discount-time-content {
	max-width: 540px;
	margin: 0 22% 0 auto;
	text-align: center;
}
.discount-time-content .sub-title {
	line-height: 1;
	margin-bottom: 14px;
}
.discount-time-content .section-title .title {
	color: #fff;
}
.discount-time-content .coming-time {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 17px;
}

p.title {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.discount-time-img {
	position: absolute;
	z-index: -1;
}
.discount-time-img.left {
	top: 20px;
	left: 0px;
}
.discount-time-img.right {
	right: 0;
	top: 0;
}
/*=======================================================================
14. BD-week
========================================================================*/
.section-btn-link > a {
	display: inline-flex;
	align-items: center;
	font-family: var(--font-family-heading);
	color: var(--color-secondary);
	font-size: 14px;
	font-weight: 800;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 10px;
	line-height: 1;
}
.section-btn-link > a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: var(--color-secondary);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.section-btn-link > a:hover {
	color: #26247b;
}
.section-btn-link > a:hover::before {
	background: #26247b;
}
.section-btn-link > a i {
	margin-left: 10px;
}
.section-title-two .sub-title {
	font-size: 22px;
}
.section-title-two .title {
	font-size: 26px;
	margin-bottom: 0;
	color: #222222;
}
/*=======================================================================
15. App-download
========================================================================*/
.app-wrap {
	background-image: url(../img/bg/app_download_bg.jpg);
	background-position: center;
	background-size: cover;
	border-radius: 6px;
	padding: 93px 0;
	position: relative;
	margin-top: 24px;
	z-index: 1;
}
.app-content {
	position: relative;
	padding: 0 100px 0 70px;
}

.app-content .title {
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 0;
}
.app-content .title > span {
	display: block;
	font-size: 50px;
}
.app-btn {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 37px 0 45px;
}
.app-btn a:first-child {
	margin-right: 25px;
}
.app-content p {
	margin-bottom: 0;
	text-transform: capitalize;
	color: #fff;
	font-weight: 400;
	font-size: 13px;
	line-height: 30px;
}
.app-content .shape {
	position: absolute;
	left: -27px;
	top: -23px;
}
.app-img {
	position: absolute;
	left: -65px;
	bottom: 0;
	z-index: -1;
}
/*=======================================================================
16. Ingredients
========================================================================*/
.ingredients-inner-wrap, .container-inner-wrap {
	padding: 0 80px;
}
.ingredients-inner-wrap .row [class*="col-7"] {
	-ms-flex: 0 0 55.8%;
	flex: 0 0 55.8%;
	max-width: 55.8%;
}
.ingredients-inner-wrap .row [class*="col-5"] {
	-ms-flex: 0 0 44.2%;
	flex: 0 0 44.2%;
	max-width: 44.2%;
}
.ingredients-img {
	position: relative;
	padding-bottom: 20px;
}
.ingredients-img img {
	border-radius: 6px;
}
.ingredients-img .active-years {
	position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../img/images/active_year.jpg);
  padding: 20px 20px;
  background-position: center;
  background-size: cover;
  border-radius: 6px;
}
.ingredients-img .active-years .title {
	margin-bottom: 0;
	font-size: 80px;
	font-weight: 700;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: #fff;
	letter-spacing: -2px;
	line-height: .8;
	position: relative;
	font-family: var(--font-family-body);
}
.ingredients-img .active-years .title > span {
	position: absolute;
	-webkit-text-fill-color: #fff;
	-webkit-text-stroke-width: 0;
	-webkit-text-stroke-color: transparent;
	text-transform: capitalize;
	font-size: 12px;
	letter-spacing: 1px;
	right: 0;
	bottom: -15px;
}

.ingredients-section-title {
	position: relative;
	padding-bottom: 20px;
}
.ingredients-section-title::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(../img/images/title_shape.png);
	width: 39px;
	height: 9px;
}
.ingredients-section-title .sub-title {
	font-size: 15px;
  text-transform: capitalize;
  color: #26247b;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  margin-top: -65px;
}
.ingredients-section-title .title {
	font-size: 36px;
	line-height: 1.25;
	margin-bottom: 0;
}
.ingredients-fact .icon {
	width: 55px;
	flex: 0 0 55px;
	margin-right: 16px;
}
.ingredients-fact .icon img {
	max-width: 100%;
}
.ingredients-content-wrap p {
	font-size: 12px;
  line-height: 30px;
  margin-bottom: 43px;
  text-align: justify;
}
.ingredients-fact ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.ingredients-fact ul li {
	display: flex;
	align-items: center;
	padding: 0 15px;
	margin-bottom: 20px;
}
.ingredients-fact .content h4 {
	font-family: var(--font-family-body);
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 4px;
}
.ingredients-fact .content span {
	display: block;
	font-size: 14px;
	color: #696969;
}
.ingredients-btn-wrap .btn {
	background: #26247b;
	color: #fff;
	text-transform: uppercase;
	border-radius: 50px;
	margin-right: 25px;
	padding: 17px 38px;
}
.ingredients-btn-wrap .btn:hover {
	background: var(--color-secondary);
}
.ingredients-btn-wrap .store-link {
	text-transform: uppercase;
	font-size: 14px;
	color: #26247b;
	font-weight: 600;
	display: inline-block;
}
.ingredients-btn-wrap .store-link:hover {
	color: var(--color-secondary);
}
.ingredients-btn-wrap .store-link i {
	margin-left: 5px;
}
.ingredients-btn-wrap {
	margin-top: 5px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.ingredients-btn-wrap > a {
	margin-top: 15px;
}

/*--------------------------------Services Start--------------------------------*/
.services-bg {
	background-image: url(../img/bg/services_bg.jpg);
	background-position: center;
	background-size: cover;
	padding: 40px 0 40px;
}
.services-section-title {
	position: relative;
	padding-bottom: 27px;
}
.services-section-title::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	background-image: url(../img/images/title_shape.png);
	width: 39px;
	height: 9px;
}
.services-section-title .title {
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 12px;
}
.services-section-title p {
	width: 100%;
	margin: 0 auto;
}
.services-item {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 2px 16.74px 1.26px rgba(95, 95, 100, 0.13);
	display: flex;
	align-items: flex-start;
	padding: 35px 20px;
	margin-bottom: 30px;
	position: relative;
	height: 200px;
}
.services-item .services-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.services-item .icon {
	width: 60px;
	height: 60px;
	flex: 0 0 60px;
	text-align: center;
	border: 1px solid #ebebeb;
	background: #f6f7f9;
	border-radius: 50%;
	font-size: 27px;
	color: #26247b;
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.services-item .icon i {
	display: block;
	line-height: 0;
}
.services-item .content h5 {
	font-size: 18px;
	color: #515457;
	margin-bottom: 9px;
	display: flex;
	align-items: center;
}
.services-item .content h5 .new {
	font-size: 10px;
	background: #26247b;
	font-family: var(--font-family-heading);
	color: #fff;
	padding: 3px 8px;
	border-radius: 50px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-left: 13px;
	display: inline-block;
}
.services-item .content p {
	font-size: 13px;
	line-height: 25px;
	color: #898799;
	margin-bottom: 0;
}
.services-item:hover .icon {
	color: #fff;
	background: #26247b;
	border-color: #26247b;
}
/*--------------------------------Services End--------------------------------*/


/*--------------------------------Services Start--------------------------------*/
.services-item-1 {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 2px 16.74px 1.26px rgba(95, 95, 100, 0.13);
	display: flex;
	align-items: flex-start;
	padding: 35px 20px;
	margin-bottom: 30px;
	position: relative;
}
.services-item-1 .services-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.services-item-1 .icon {
	width: 60px;
	height: 60px;
	flex: 0 0 60px;
	text-align: center;
	border: 1px solid #ebebeb;
	background: #f6f7f9;
	border-radius: 50%;
	font-size: 27px;
	color: #26247b;
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.services-item-1 .icon i {
	display: block;
	line-height: 0;
}
.services-item-1 .content h5 {
	font-size: 18px;
	color: #515457;
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.services-item-1 .content h5 .new {
	font-size: 10px;
	background: #26247b;
	font-family: var(--font-family-heading);
	color: #fff;
	padding: 3px 8px;
	border-radius: 50px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-left: 13px;
	display: inline-block;
}

.services-item-1:hover .icon {
	color: #fff;
	background: #26247b;
	border-color: #26247b;
}
/*--------------------------------Services End--------------------------------*/

/*=======================================================================
18. Newsletter-area
========================================================================*/
.newsletter-wrap {
	background: #6153fc;
	border-radius: 10px;
	padding: 90px 50px;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.newsletter-wrap .title {
	font-size: 24px;
	color: #fff;
	font-family: var(--font-family-body);
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 0;
	width: 43%;
	padding-right: 40px;
}
.newsletter-wrap .title > span {
	font-weight: 700;
	text-transform: capitalize;
}
.newsletter-form {
	flex-grow: 1;
}
.newsletter-form form {
	display: flex;
	align-items: center;
}
.newsletter-form input {
	background: #fff;
	border: none;
	padding: 18px 25px;
	font-size: 14px;
	border-radius: 30px;
	font-weight: 500;
	flex-grow: 1;
}
.newsletter-form input::placeholder {
 font-size: 14px;
 color: #918fa1;
 font-weight: 500;
}
.newsletter-form button {
	background: var(--color-secondary);
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	box-shadow: none;
	padding: 18px 29px;
	margin-left: 13px;
	min-width: 161px;
	border-radius: 30px;
}
.newsletter-wrap .newsletter-shape {
	position: absolute;
	z-index: -1;
}
.newsletter-wrap .top-shape {
	left: 0;
	top: 0;
}
.newsletter-wrap .bottom-shape {
	bottom: 0;
	right: 0;
}
/*--------------------------------Online-support--------------------------------*/
.online-support-img {
	text-align: center;
}
.online-support-img img {
	max-width: 100%;
}
.online-support-content {
	padding-right: 35px;
	margin-top: 50px;
}
.online-support-content .title {
	font-size: 30px;
	margin-bottom: 15px;
}
.online-support-content > p {
	color: #898799;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 12px;
  text-align: justify;
}
.support-info-item {
	text-align: center;
	position: relative;
}
.support-info-item p {
	text-transform: capitalize;
	font-size: 14px;
	letter-spacing: .5px;
	line-height: 26px;
	margin-bottom: 6px;
	font-weight: 500;
}
.support-info-wrap ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -35px;
	margin-right: -35px;
}
.support-info-wrap ul li {
	position: relative;
	padding-left: 35px;
	padding-right: 35px;
	margin-top: 35px;
}
.support-info-wrap ul li::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 86px;
	background: #ebebeb;
}
.support-info-wrap ul li:last-child::after {
	display: none;
}
.support-info-item h2 {
	font-size: 45px;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #696969;
	font-weight: 600;
}
.support-info-item h2 i {
	font-size: 40px;
	color: #26247b;
	display: block;
	line-height: 0;
	margin-right: 15px;
}
.online-support-content h3 {
    font-size: 20px;
    padding-top: 20px;
}
/*--------------------------------Online-support--------------------------------*/

/*=======================================================================
20. Shop
========================================================================*/
.shop--area .row .col-3 {
	-ms-flex: 0 0 21.8%;
	flex: 0 0 21.8%;
	max-width: 21.8%;
}
.shop--area .row .col-9 {
	-ms-flex: 0 0 78.2%;
	flex: 0 0 78.2%;
	max-width: 78.2%;
	padding-left: 26px;
}
.shop-widget {
	margin-bottom: 50px;
}
.shop-widget:last-child {
	margin-bottom: 0;
}
.shop-widget-title {
	margin-bottom: 20px;
	position: relative;
}
.shop-widget-title .title {
	text-transform: capitalize;
	font-family: var(--font-family-body);
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 0;
	color: #2b2b2b;
}
.shop-cat-list ul li {
	display: block;
	margin-bottom: 7px;
	overflow: hidden;
}
.shop-cat-list ul li:last-child {
	margin-bottom: 0;
}
.shop-cat-list ul li a {
	position: relative;
	padding-left: 20px;
	font-size: 13px;
	color: #696868;
	line-height: 20px;
	display: flex;
	align-items: center;
}
.shop-cat-list ul li a::before {
	content: "\f1ce";
	position: absolute;
	left: 0;
	top: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 12px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.shop-cat-list ul li span {
	margin-left: auto;
	width: 32px;
	height: 26px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	background: #f2f1ef;
	text-align: center;
	line-height: 26px;
	color: #a5a5a5;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.shop-cat-list ul li a:hover, .shop-cat-list ul li a:hover::before {
	color: #26247b;
}
.shop-cat-list ul li a:hover > span {
	background: #26247b;
	color: #fff;
}
.price_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
	background: #ebebeb none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	height: 6px;
	margin-bottom: 20px;
	margin-left: auto;
}
.price_filter .ui-slider-range {
	background: #26247b none repeat scroll 0 0;
	border-radius: 2px;
}
.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
	height: 14px;
	width: 14px;
	top: 0;
	margin-top: -4px;
	background: #fff;
	border-radius: 2px;
	margin-left: 0;
	border: 3px solid #26247b;
}
.price_filter .ui-slider-handle.ui-state-default.ui-corner-all:focus {
	outline: none;
	box-shadow: none;
}
.price_slider_amount {
	overflow: hidden;
}
.price_slider_amount > span {
	font-size: 12px;
	font-weight: 500;
	color: #8d8d8d;
	text-transform: uppercase;
	margin-right: 5px;
}
.price_slider_amount > input[type="text"] {
	height: auto;
	margin-left: 0;
	text-align: left;
	width: 100px;
	border: none;
	font-size: 12px;
	color: #8d8d8d;
	font-weight: 500;
}
.price_slider_amount > input[type="submit"] {
	float: left;
	text-transform: uppercase;
	transition: all 400ms ease-out 0s;
	cursor: pointer;
	width: 98px;
	padding: 11px 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.price_filter {
	margin-top: 30px;
}
.sidebar-product-list ul li {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}
.sidebar-product-list ul li:last-child {
	margin-bottom: 0;
}
.sidebar-product-content {
	flex-grow: 1;
}
.sidebar-product-thumb {
	margin-right: 20px;
	flex: 0 0 91px;
	width: 91px;
}
.sidebar-product-thumb img {
	max-width: 100%;
	border-radius: 6px;
}
.sidebar-product-content h5 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 8px;
	color: #515457;
}
.sidebar-product-content h5 a:hover {
	color: #26247b;
}
.sidebar-product-content span {
	display: block;
	color: #26247b;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}
.sidebar-product-content .rating {
	margin-bottom: 8px;
	font-size: 10px;
	line-height: 1;
	color: #f89846;
	letter-spacing: -0.4px;
}
.sidebar-product-content .rating i:last-child {
	color: #d7d8da;
}
.shop-widget-banner a {
	display: block;
	position: relative;
	overflow: hidden;
}
.shop-widget-banner img {
	max-width: 100%;
}
.shop-discount-area {
	background-image: url(../img/bg/shop_discount_bg.jpg);
	background-position: center;
	background-size: cover;
	padding: 45px 100px 40px;
	border-radius: 10px;
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}
.shop-discount-area::before {
    content: "";
    background: rgba(0,0,0,0.45);
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.shop-discount-content {
	position: static;
	top: auto;
	right: auto;
	transform: translate(0, 0);
	width: 50%;
}
.shop-discount-content span {
	font-size: 14px;
	color: #757474;
	margin-bottom: 4px;
}
.shop-discount-content .title {
	font-size: 20px;
	color: #fff;
	line-height: 1.16;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.shop-discount-content .title a:hover {
	color: #fc913f;
}
.shop-discount-content p {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 25px;
	color: #fff;
}
.shop-discount-content .btn {
	box-shadow: 0px 3px 27px 0px rgba(52, 52, 52, 0.06);
	padding: 16px 30px;
}
.shop-discount-content .btn:hover {
	color: #fff;
	background: var(--color-secondary);
}
.shop-top-left ul {
	display: flex;
	align-items: center;
}
.shop-top-left ul li {
	line-height: 1;
}
.shop-top-left ul li + li {
	margin-left: 30px;
	color: #282828;
	padding-left: 20px;
	position: relative;
}
.shop-top-left ul li + li::before {
	content: "";
	position: absolute;
	left: -2px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 16px;
	background: #dbdbdb;
}
.shop-top-left ul li a {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #222222;
	line-height: 1;
}
.shop-top-left ul li a:hover {
	color: #26247b;
}
.shop-top-left ul li a i {
	font-size: 16px;
	margin-right: 10px;
}
.shop-top-right {
	display: flex;
  align-items: center;
  justify-content: flex-end;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
}
.shop-top-right form select {
	border: none;
  outline: none;
  color: #282828;
  font-weight: 400;
  font-size: 13px;
}
.shop-products-wrap .sp-product-item {
	margin-bottom: 20px;
}
.shop-details-flex-wrap {
	display: flex;
	align-items: flex-start;
	margin-right: 30px;
}
.shop-details-nav-wrap .nav-tabs .nav-link {
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 0;
	margin-bottom: 0;
}
.shop-details-nav-wrap .nav-tabs .nav-link img {
	max-width: 100%;
}
.shop-details-nav-wrap .nav-tabs {
	border-bottom: none;
}
.shop-details-nav-wrap {
	width: 91px;
	flex: 0 0 91px;
	margin-right: 20px;
}
.shop-details-nav-wrap ul li + li {
	margin-top: 15px;
}
.shop-details-nav-wrap ul li a.active {
	opacity: .74;
}
.shop-details-img-wrap {
	flex-grow: 1;
}
.shop-details-img-wrap .tab-pane.active {
	animation: none;
}
.shop-details-img img {
	max-width: 100%;
}
.shop-details-content {
	margin-left: -10px;
}
.shop-details-content > .title {
	font-size: 26px;
	margin-bottom: 0;
	font-weight: 700;
}
.shop-details-meta ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}
.shop-details-meta ul li {
	font-size: 13px;
	color: #8d8d8d;
	padding-right: 15px;
	margin-right: 15px;
	position: relative;
	margin-top: 11px;
}
.shop-details-meta ul li::before {
	content: "|";
	position: absolute;
	right: -2px;
	top: 50%;
	transform: translateY(-50%);
	color: #dadada;
}
.shop-details-meta ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.shop-details-meta ul li:last-child::before {
	display: none;
}
.shop-details-meta ul li a, .shop-details-meta ul li span {
	color: #696868;
}
.shop-details-meta ul li.shop-details-review {
	display: flex;
	align-items: center;
}
.shop-details-meta ul li.shop-details-review .rating {
	font-size: 10px;
	letter-spacing: -1px;
	color: #f89846;
	margin-right: 8px;
}
.shop-details-price {
	display: flex;
	align-items: center;
	margin: 27px 0 23px;
}
.shop-details-price .price {
	font-size: 26px;
	font-weight: 700;
	line-height: .9;
	margin-bottom: 0;
}
.shop-details-price .stock-status {
	font-size: 12px;
	line-height: 1;
	margin-bottom: 0;
	font-weight: 900;
	margin-left: 15px;
	text-transform: uppercase;
	color: #26247b;
}
.shop-details-content > p {
	font-size: 13px;
	letter-spacing: .3px;
	line-height: 24px;
	margin-bottom: 0;
}
.shop-details-list {
	margin: 28px 0 32px;
}
.shop-details-list ul li {
	padding-left: 22px;
	position: relative;
	font-size: 13px;
	color: #8d8d8d;
}
.shop-details-list ul li + li {
	margin-top: 5px;
}
.shop-details-list ul li::before {
	content: "\f35a";
	position: absolute;
	left: 0;
	top: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	color: #26247b;
}
.shop-details-list ul li > span {
	color: #696868;
}
.shop-perched-info {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.shop-perched-info .sd-cart-wrap {
	margin: 0 15px 15px 0;
	width: 140px;
}
.shop-perched-info .sd-cart-wrap input {
	padding: 13px 50px;
	min-height: 47px;
}
.shop-perched-info .sd-cart-wrap .cart-plus-minus .qtybutton {
	width: 47px;
	height: 47px;
	flex: 0 0 47px;
	border: 6px solid #ebebeb;
}
.shop-perched-info .btn {
	background: var(--color-secondary);
	border-radius: 50px;
	margin-bottom: 15px;
}
.shop-perched-info .btn:hover {
	background: #26247b;
}
.shop-details-bottom .title {
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 700;
	color: #252525;
}
.shop-details-bottom .title a {
	display: inline-flex;
	align-items: center;
}
.shop-details-bottom .title a i {
	margin-right: 7px;
}
.shop-details-bottom .title a:hover, .shop-details-bottom ul li a:hover {
	color: #26247b;
}
.shop-details-bottom ul li:last-child {
	margin-bottom: 0;
}
.shop-details-bottom ul li {
	display: block;
	margin-bottom: 10px;
	text-transform: capitalize;
	color: #696868;
	font-size: 13px;
}
.shop-details-bottom ul li a {
	color: #898989;
	margin-left: 10px;
}
.shop-details-bottom {
	margin-top: 23px;
}
/*--.product-desc-wrap {
	padding-top: 85px;
}--*/
.product-desc-wrap .nav-tabs {
	border-bottom: 1px solid #ebebeb;
	justify-content: flex-start;
	margin-bottom: 45px;
}
.product-desc-wrap .nav-tabs .nav-item {
	margin-bottom: 0;
	margin: 0 55px 0 0;
}
.product-desc-wrap .nav-tabs .nav-item:last-child {
	margin-right: 0;
}
.product-desc-wrap .nav-tabs .nav-link {
	border: none;
	border-radius: 0;
	background: transparent;
	color: #696868;
	padding: 0 0 12px;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	font-family: var(--font-family-heading);
}
.product-desc-wrap .nav-tabs .nav-link.active {
	color: #222222;
}
.product-desc-wrap .nav-tabs .nav-link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 2px;
	background: var(--color-secondary);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	opacity: 0;
}
.product-desc-wrap .nav-tabs .nav-link.active::after {
	opacity: 1;
}
.product-desc-content .title {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 700;
	color: #252525;
}
.product-desc-img img {
	width: 100%;
}
.product-desc-content .small-title {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: 700;
	color: #252525;
}
.product-desc-content p {
	margin-bottom: 20px;
	font-size: 13px;
  font-weight: normal;
  line-height: 26px;
  color: #898989;
  margin-bottom: 15px;
  text-align: justify;
}

.product-desc-content b {
	margin-bottom: 20px;
	font-size: 13px;
  font-weight: 500;
  color: #26247b;
}

.product-desc-list li {
	font-size: 14px;
	display: block;
	padding-left: 18px;
	position: relative;
	margin-bottom: 10px;
}
.product-desc-list li:last-child {
	margin-bottom: 0;
}
.product-desc-list li::before {
	content: "";
	position: absolute;
	left: 0;
	height: 5px;
	width: 5px;
	background: #505050;
	top: 9px;
}
.product-desc-wrap .tab-pane.active {
	animation: slide-down .3s ease-out;
}
@keyframes slide-down {
 0% {
opacity: 0;
transform: translateY(20px);
}
 100% {
opacity: 1;
transform: translateY(0);
}
}
.shop--area.shop-right-sidebar .row .col-9 {
	padding-left: 15px;
	padding-right: 26px;
}
/*=======================================================================
21. Pagination
========================================================================*/

.pagination-wrap {
  border: 1px solid #ccc;
  padding: 6px;
  width: 720px;
  margin: auto;
  background: #f0f2f7;
  border-radius: 5px;
}
.pagination-wrap ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background: transparent;
	padding: 0;
}
.pagination-wrap ul li {
	margin: 0px 5px 0;
}
.pagination-wrap ul li.prev {
	margin-right: 20px;
}
.pagination-wrap ul li.next {
	margin-left: 20px;
}
.pagination-wrap ul li.prev a, .pagination-wrap ul li.next a {
	height: auto;
	width: auto;
	border-radius: 0;
	line-height: initial;
}
.pagination-wrap ul li a {
	display: block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background: transparent;
	border-radius: 5px;
	color: #222222;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
}
.pagination-wrap ul li a:hover, .pagination-wrap ul li.active a {
	background: #26247b;
	color: #fff;
}
.pagination-wrap ul li.prev a:hover, .pagination-wrap ul li.next a:hover {
	background: transparent;
	color: #26247b;
}
/*=======================================================================
22. Blog
========================================================================*/
.section-title p {
	margin-bottom: 0;
	padding: 0 55px;
	margin-top: 15px;
}
.blog-post-item {
	background: #fff;
	box-shadow: 0px 1px 12.09px 0.91px rgba(153, 153, 153, 0.3);
}
.blog-post-thumb img {
	max-width: 100%;
	border-radius: 4px;
	transform: scale(1);
	transition: .6s linear;
}
.blog-post-content {
	padding: 25px 30px;
	position: relative;
}
.blog-post-meta ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
}
.blog-post-meta ul li + li::before {
	content: "/";
	padding: 0 10px;
	font-size: 11px;
}
.blog-post-meta ul li a {
	display: inline-block;
	color: #675f5b;
}
.blog-post-content .title {
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 0;
	color: #232323;
}
.blog-post-content .title a {
	position: relative;
	display: inline;
	background-image: linear-gradient(#232323, #232323), linear-gradient(#232323, #232323);
	background-size: 0% 1px, 0 1px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: background-size 0.4s linear;
}
.blog-post-content .title a:hover {
	color: inherit;
	background-size: 0 1px, 100% 1px;
}
.blog-post-bottom ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 25px;
	margin-top: 35px;
	border-top: 1px solid #e1e4e0;
	position: relative;
}
.blog-post-bottom ul::before {
	content: "";
	position: absolute;
	left: 0;
	top: -3px;
	width: 40px;
	height: 3px;
	background: var(--color-secondary);
}
.blog-post-bottom ul li.read-more a {
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #232323;
	font-weight: 800;
	font-family: var(--font-family-heading);
}
.blog-post-bottom ul li.read-more a:hover {
	color: var(--color-secondary);
}
.blog-post-bottom ul li.read-more a i {
	margin-left: 7px;
	color: var(--color-secondary);
}
.blog-post-bottom ul li.share-btn {
	margin-left: auto;
}
.blog-post-bottom ul li.share-btn a {
	font-size: 14px;
	display: block;
	color: var(--color-secondary);
}
.blog-post-meta ul li a:hover {
	color: #26247b;
}
.blog-post-date {
	position: absolute;
	width: 54px;
	height: 52px;
	border-radius: 6px;
	box-shadow: 0px 1px 3.72px 0.28px rgba(104, 104, 104, 0.3);
	z-index: 1;
	right: 30px;
	top: -27px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: var(--color-secondary);
	color: #fff;
	line-height: 1;
	font-size: 22px;
	font-family: var(--font-family-heading);
	font-weight: 800;
	border: 3px solid #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.blog-post-date > span {
	display: block;
	line-height: 1;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}
.blog-post-item:hover .blog-post-date {
	background: #26247b;
}
.blog-post-thumb > a {
	display: block;
	overflow: hidden;
	border-radius: 4px;
}
.blog-post-item:hover .blog-post-thumb > a img {
	transform: scale(1.1);
}
.blog-gray-bg {
	background: rgb(250 250 250 / 50%);
	padding: 40px 0 40px;
}
.blog-gray-bg .container-inner-wrap > .row:first-child > .col-lg-8 {
	flex: 0 0 69.48%;
	max-width: 69.48%;
}
.blog-gray-bg .container-inner-wrap > .row:first-child > .col-lg-4 {
	flex: 0 0 30.52%;
	max-width: 30.52%;
}
.blog-gray-bg .container-inner-wrap > .row:first-child > [class*="col-"]:first-child {
	padding-right: 41px;
}
.standard-blog-item {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0px 2px 6.51px 0.49px rgba(95, 95, 100, 0.08);
	margin-bottom: 30px !important;
}
.blog-thumb img {
	max-width: 100%;
}
.standard-blog-content {
	padding: 40px 45px;
}
.standard-blog-content > .title {
	font-size: 20px;
	color: #222222;
	margin-bottom: 20px;
}
.standard-blog-content .title a:hover {
	color: #26247b;
}
.standard-blog-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.standard-blog-meta li {
	margin-right: 10px;
}
.standard-blog-meta li:last-child {
	margin-right: 0;
}
.standard-blog-meta li a {
	display: block;
	font-size: 12px;
	color: #706d86;
	padding: 5px 14px;
	background: #f4f4f4;
	border-radius: 4px;
	margin-bottom: 10px;
	font-weight: 500;
	border: 1px solid #ebebeb;
}
.standard-blog-meta li a i {
	margin-right: 8px;
}
.standard-blog-meta li a:hover {
	background: #26247b;
	border-color: #26247b;
	color: #fff;
}
.standard-blog-content p {
	font-size: 13px;
  line-height: 30px;
  margin-bottom: 15px;
  text-align: justify;
}

.standard-blog-content .read-more {
	box-shadow: none;
	padding: 14px 30px;
	border-radius: 50px;
}
.standard-blog-item:last-child {
	margin-bottom: 0;
}
.blog-sidebar {
	background: #fff;
	border-radius: 12px;
	padding: 15px 15px 15px;
	box-shadow: 0px 2px 6.51px 0.49px rgba(95, 95, 100, 0.08);
	margin-left: -6px;
	margin-bottom: 20px
}

.blog-sidebar-1 {
	background: #fff;
	border-radius: 12px;
	padding: 15px 15px 15px;
	box-shadow: 0px 2px 6.51px 0.49px rgba(95, 95, 100, 0.08);
	margin-left: -6px;
	margin-bottom: 20px;
	z-index: 9999;
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 9;
}
/*.fixed{
  position: fixed;
  bottom: 10px;
  width: 31%;
}*/

.blog-sidebar-1 h3 {
	margin-bottom: 18px;
    font-size: 20px;
    font-weight: 900;
}

.blog-sidebar .widget-logo {
	text-align: center;
	margin-bottom: 20px;
}

.blog-sidebar .widget-logo h3 {
	font-size: 20px;
  margin-top: 20px;
}

.widget-logo img{
	border: 1px solid #000000;
    border-radius: 5px
}

.widget-icon{
	text-align: center;
	margin-bottom: 40px;
}

.widget-icon img {
	margin-left: 20px;
}


.blog-sidebar .widget {
	margin-bottom: 40px;
}
.blog-sidebar .widget:last-child {
	margin-bottom: 0;
}
.blog-sidebar .widget-title {
	line-height: 1;
	text-transform: capitalize;
	font-size: 18px;
	color: #222222;
	margin-bottom: 23px;
	font-family: var(--font-family-body);
	font-weight: 700;
}
.sidebar-search-form form {
	position: relative;
}
.sidebar-search-form input {
	border: none;
	background: #f6f6f6;
	width: 100%;
	display: block;
	padding: 17px 35px 17px 45px;
	border-radius: 5px;
	font-size: 14px;
}
.sidebar-search-form input::placeholder {
 font-size: 14px;
 color: #898799;
}
.sidebar-search-form form::before {
	content: "\f117";
	position: absolute;
	left: 22px;
	top: 50%;
	transform: translateY(-50%);
	font-family: Flaticon;
	font-size: 13px;
	color: #898799;
}
.rc-post-list ul li {
	display: flex;
	align-items: center;
	padding-bottom: 29px;
	margin-bottom: 27px;
	position: relative;
}
.rc-post-list ul li::before, .rc-post-list ul li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-top: 1px dashed #c7c7c7;
}
.rc-post-list ul li::after {
	bottom: 3px;
}
.rc-post-list ul li:last-child {
	margin-bottom: 0;
}
.rc-post-thumb {
	width: 85px;
	flex: 0 0 85px;
	margin-right: 17px;
}
.rc-post-thumb img {
	max-width: 100%;
	border-radius: 5px;
	transition: .3s linear;
}
.rc-post-content {
	flex-grow: 1;
}
.rc-post-content .title {
	font-size: 14px;
	color: #222222;
	font-weight: 700;
	margin-bottom: 7px;
	line-height: 1.4;
}
.rc-post-content .title a:hover {
	color: #26247b;
}
.rc-post-content .date {
	display: block;
	transition: .3s linear;
	font-size: 13px;
	color: #666666;
}
.rc-post-content .date i {
	margin-right: 5px;
	color: #26247b;
}
.rc-post-list ul li:hover .rc-post-thumb img {
	box-shadow: 0px 3px 7.44px 0.56px rgba(169, 168, 168, 0.3);
}
.sidebar-cat-list ul li {
	padding-bottom: 13px;
	border-bottom: 1px dashed #c7c7c7;
	margin-bottom: 20px;
}
.sidebar-cat-list ul li:last-child {
	margin-bottom: 0;
}
.sidebar-cat-list ul li a {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #5d5a77;
	font-weight: 500;
}
.sidebar-cat-list ul li a i {
	margin-left: auto;
	font-size: 12px;
	color: #898799;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.sidebar-cat-list ul li a:hover, .sidebar-cat-list ul li a:hover i {
	color: #26247b;
}
.sidebar-add {
	text-align: center;
}
.sidebar-add img {
	max-width: 100%;
}
.sidebar-tag-list ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -3.5px;
	margin-right: -3.5px;
	margin-top: -10px;
}
.sidebar-tag-list ul li {
	padding-left: 3.5px;
	padding-right: 3.5px;
	padding-top: 10px;
}
.sidebar-tag-list ul li a {
	display: block;
	background: #f4f4f4;
	font-size: 13px;
	font-weight: 500;
	color: #5d5a77;
	padding: 9px 18px;
	border-radius: 50px;
}
.sidebar-tag-list ul li a:hover {
	background: #26247b;
	color: #fff;
}
.blog-details-content p {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 20px;
}
.blog-details-img .row {
	margin-left: -10px;
	margin-right: -10px;
}
.blog-details-img .row [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}
.blog-details-content blockquote {
	margin: 31px 0 28px;
	font-size: 20px;
	font-weight: 600;
	color: #222222;
	font-style: italic;
	line-height: 1.5;
	padding: 3px 28px;
	position: relative;
}
.blog-details-content blockquote::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: #26247b;
	border-radius: 2px;
}
.blog-details-content blockquote footer {
	font-size: 14px;
	font-style: normal;
	color: #26247b;
	font-weight: 500;
	position: relative;
	padding-left: 30px;
	margin-top: 17px;
}
.blog-details-content blockquote footer::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 17px;
	height: 2px;
	background: #26247b;
}
.blog-details-list ul li {
	font-size: 14px;
	line-height: 26px;
	position: relative;
	padding-left: 20px;
}
.blog-details-list ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 7px;
	height: 7px;
	background: #26247b;
	border-radius: 50%;
}
.blog-details-list ul li a {
	color: #26247b;
	text-decoration: underline;
}
.blog-details-list ul li + li {
	margin-top: 10px;
}
.blog-details-img {
	margin: 35px 0 32px;
}
.blog-details-img img {
	max-width: 100%;
	border-radius: 6px;
}
.blog-details-bottom {
	display: flex;
	align-items: center;
}
.blog-details-tags {
	width: 70%;
	flex: 0 0 70%;
}
.blog-details-tags ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.blog-details-tags ul li.title {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	color: #3b3663;
	margin-right: 12px;
	padding-right: 0;
}
.blog-details-tags ul li.title::before {
	display: none;
}
.blog-details-tags ul li.title i {
	font-size: 10px;
	color: #26247b;
	margin-right: 5px;
}
.blog-details-tags ul li {
	padding-right: 13px;
	margin-right: 13px;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
}
.blog-details-tags ul li::before {
	content: "|";
	position: absolute;
	right: -2px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 13px;
	color: #898797;
	font-weight: 500;
	opacity: .4;
}
.blog-details-tags ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.blog-details-tags ul li:last-child:before {
	display: none;
}
.blog-details-tags ul li a {
	display: block;
	font-size: 13px;
	color: var(--color-text-body);
}
.blog-details-tags ul li a:hover {
	color: #26247b;
}
.blog-details-social {
	flex-grow: 1;
}
.blog-details-social ul {
	justify-content: flex-end;
}
.blog-details-content .blog-line {
	margin: 45px 0 20px;
}
.avatar-post {
	background: #fff;
	padding: 40px 60px 40px 40px;
	display: flex;
	align-items: center;
	border-radius: 8px;
	box-shadow: 0px 0px 9px 0px rgba(160, 157, 157, 0.12);
}
.post-avatar-img {
	margin-right: 30px;
	width: 128px;
	flex: 0 0 128px;
}
.post-avatar-img img {
	max-width: 100%;
	border-radius: 8px;
}
.post-avatar-content h5 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 700;
	font-family: var(--font-family-body);
}
.post-avatar-content .blog-details-social ul {
	justify-content: flex-start;
}
.post-avatar-content p {
	font-size: 14px;
	color: #696969;
	margin-bottom: 15px;
	line-height: 26px;
}
.blog-next-prev ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.blog-next-prev ul li a {
	display: block;
	font-size: 15px;
	color: #222222;
	text-transform: capitalize;
	font-weight: 600;
}
.blog-prev img {
	margin-right: 15px;
}
.blog-next img {
	margin-left: 15px;
}
.blog-next-prev ul li a:hover {
	color: #26247b;
}
.comment-reply-box {
	background: #fff;
	padding: 20px 20px 20px;
	margin-bottom: 30px;
	border-radius: 8px;
	box-shadow: 0px 0px 9px 0px rgba(160, 157, 157, 0.12);
}
.comment-reply-box .title {
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 600;
	color: #222222;
	font-family: var(--font-family-body);
	position: relative;
}
/*.comment-reply-box .title::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 1px;
	background: #26247b;
}*/
.comment-reply-form .row {
	margin-left: -10px;
	margin-right: -10px;
}
.comment-reply-form .row [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}
.comment-reply-form .form-grp {
	margin-bottom: 20px;
}
.comment-reply-form input, .comment-reply-form textarea {
	border: none;
	background: #f4f4f4;
	width: 100%;
	padding: 13px 25px;
	font-size: 14px;
	color: #5d5a77;
	border-radius: 4px;
	font-weight: 400;
}
.comment-reply-form input::placeholder, .comment-reply-form textarea::placeholder {
 font-size: 14px;
 color: #5d5a77;
 font-weight: 400;
 opacity: .77;
}
.comment-reply-form textarea {
	min-height: 110px;
	max-height: 110px;
}
.comment-reply-form .btn {
	box-shadow: none;
	padding: 14px 31px;
}

.button {
  background-color: #f2f4f7;
  border: none;
  color: #696969;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 0px 10px;
  cursor: pointer;
  border-radius: 5px
}
.button:hover {
  color: #26247b;

}
/*=======================================================================
23. Cart
========================================================================*/
.cart-wrapper .table thead th {
	vertical-align: bottom;
	border-bottom: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #565656;
	letter-spacing: .5px;
}
.cart-wrapper .table td, .cart-wrapper .table th {
	vertical-align: middle;
	border-top: 1px solid #ebebeb;
	padding: 20px 15px;
	text-align: center;
}
.cart-wrapper .table thead th {
	border: none;
}
.cart-wrapper .table thead th.product-name {
	text-align: left;
}
.cart-wrapper .table .product-name h4 {
	font-size: 14px;
	font-weight: 700;
	color: #515457;
	margin-bottom: 0;
}
.cart-wrapper .table .product-name h4 a:hover, .cart-wrapper .qtybutton-box > span:hover {
	color: #26247b;
}
.cart-wrapper tbody .product-price, .cart-wrapper tbody .product-subtotal {
	font-size: 14px;
	font-weight: 700;
	color: #515457;
	font-family: var(--font-family-heading);
}
.cart-wrapper .cart--plus--minus {
	width: 55px;
	flex: unset;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
}
.cart-wrapper .cart--plus--minus form {
	position: relative;
}
.cart-wrapper .cart--plus--minus form input {
	width: 100%;
	border: none;
	padding: 0 30px 0 6px;
	text-align: left;
	height: 40px;
	font-family: var(--font-family-heading);
	color: #515457;
	font-weight: 700;
}
.cart-wrapper .qtybutton-box {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 30px;
	text-align: center;
	z-index: 1;
	color: #909090;
}
.cart-wrapper .qtybutton-box > span.minus.dis:hover {
	color: #909090;
}
.cart-wrapper .qtybutton-box::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: #dcdcdc;
}
.cart-wrapper .qtybutton-box > span {
	position: absolute;
	cursor: pointer;
	user-select: none;
	height: 50%;
}
.cart-wrapper .qtybutton-box > span.plus {
	left: 0;
	top: 0;
	right: 0;
}
.cart-wrapper .qtybutton-box > span.minus {
	left: 0;
	bottom: 0;
	right: 0;
}
.cart-wrapper .qtybutton-box > span.minus.dis {
	cursor: auto;
}
.cart-wrapper .table td.product-thumbnail {
	max-width: 91px;
	width: 91px;
	padding: 32px 0;
}
.cart-wrapper .product-thumbnail img {
	max-width: 100%;
	border-radius: 6px;
}
.cart-wrapper .product-delete a {
	color: #a0a0a0;
	font-size: 16px;
}
.cart-wrapper .product-delete a:hover {
	color: var(--color-secondary);
}
.cart-wrapper {
	border: 1px solid #ebebeb;
	padding: 15px 30px 0px;
	/*--margin-right: -35px;---*/
}
.shop-cart-bottom {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 7px;
}
.cart-coupon form {
	display: flex;
	align-items: center;
}
.cart-coupon form input {
	padding: 18px 18px 15px 30px;
	border: 1px solid #ebebeb;
	background: #f6f7f9;
	min-width: 267px;
	margin-top: 20px;
	border-radius: 50px 0 0 50px;
	font-size: 13px;
	color: #757473;
	font-weight: 500;
}
.cart-coupon form input::placeholder {
 font-size: 13px;
 color: #757473;
 opacity: .7;
}
.cart-coupon form button {
	color: #fff;
	box-shadow: none;
	margin-top: 20px;
	border-radius: 0 50px 50px 0;
	min-height: 54px;
	margin-left: -1px;
	padding: 17px 29px;
}
.cart-coupon form button:hover {
	color: #fff;
}
.cart-coupon {
	margin-right: 15px;
}
.continue-shopping .btn {
	background: var(--color-secondary);
	color: #fff;
	box-shadow: none;
	margin-top: 20px;
	border-radius: 50px;
	min-height: 54px;
	padding: 17px 29px;
}
.shop-cart-total {
	margin-left: 0px;
	background: #f6f7f9;
	border: 1px solid #ebebeb;
	padding: 40px 35px 50px;
}
.shop-cart-total > .title {
	font-size: 18px;
	text-transform: capitalize;
	line-height: 1;
	font-weight: 600;
	color: #282828;
	padding-bottom: 20px;
	border-bottom: 1px solid #e3e3e4;
	margin-bottom: 25px;
	font-family: var(--font-family-body);
}
.shop-cart-total .shop-cart-widget form ul {
	margin-bottom: 40px;
}
.shop-cart-widget form ul li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
	color: #282828;
	font-weight: 600;
	font-size: 14px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e4e5e6;
	justify-content: space-between;
}
.shop-cart-widget form ul li:last-child {
	margin-bottom: 0;
}
.shop-cart-widget .custom-control-label {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #565656;
}
.shop-cart-widget form ul li > span {
	width: 45%;
	flex: 0 0 45%;
	color: #312620;
	font-weight: 600;
}
.shop-cart-widget form ul li > span.amount {
	margin-left: auto;
	text-align: right;
}
.shop-cart-widget .custom-control {
	margin-bottom: 10px;
}
.shop-cart-widget .custom-checkbox .custom-control-label::before {
	border-radius: 0;
	box-shadow: none;
	top: 3px;
	background-color: #fff;
	border: 2px solid #bcbcbc;
}
.shop-cart-widget .custom-control-label::after {
	top: 3px;
}
.shop-cart-widget .custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #26247b;
	background-color: #26247b;
}
.shop-cart-widget .custom-control:last-child {
	margin-bottom: 0;
}
.shop-cart-widget .custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #bcbcbc;
}
.shop-cart-total .shop-cart-widget .btn {
	color: #fff;
	box-shadow: none;
	width: 100%;
	border-radius: 50px;
	padding: 18px 29px;
}
/*=======================================================================
24. Checkout
========================================================================*/
.checkout-progress-wrap {
	position: relative;
	padding: 16px 0 37px;
	margin-right: -30px;
	margin-bottom: 30px;
}
.checkout-progress-wrap .progress {
	height: 6px;
	background-color: #e9e9e9;
	border-radius: 3px;
}
.checkout-progress-wrap .progress-bar {
	background: var(--color-secondary);
	border-radius: 3px;
}
.checkout-progress-step {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.checkout-progress-step ul {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.checkout-progress-step ul li {
	text-align: center;
}
.checkout-progress-step ul li .icon {
	width: 37px;
	height: 37px;
	flex: 0 0 37px;
	margin: 0 auto 8px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 6px solid #e9e9e9;
	font-size: 14px;
	font-weight: 800;
	color: #222222;
	font-family: var(--font-family-heading);
}
.checkout-progress-step ul li.active .icon {
	border-color: var(--color-secondary);
}
.checkout-progress-step ul li > span {
	display: block;
	font-size: 14px;
	font-weight: 700;
	font-family: var(--font-family-heading);
	color: #222222;
	line-height: 1;
}
.checkout-form-wrap {
	/*margin-right: -30px;
	padding: 35px 40px 60px;
	border: 1px solid #ebebeb;*/
}
.checkout-form-top {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 30px;
}
.checkout-form-top .title, .building-info-wrap .title {
	font-family: var(--font-family-body);
	font-size: 18px;
	color: #282828;
	font-weight: 500;
	margin-bottom: 10px;
}
.checkout-form-top .title {
	margin-right: 15px;
}
.checkout-form-top p {
	margin-left: auto;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.checkout-form-top p > a {
	margin-left: 5px;
	color: var(--color-secondary);
}
.building-info-wrap .title {
	margin-bottom: 25px;
}
.checkout-form-wrap form input {
	width: 100%;
	border: 1px solid #e1e1e1;
	padding: 14px 20px;
	font-size: 14px;
	margin-bottom: 20px;
}
.checkout-form-wrap form input::placeholder {
 font-size: 14px;
 color: #757473;
}
.checkout-form-wrap form .row {
	margin-left: -10px;
	margin-right: -10px;
}
.checkout-form-wrap form .row [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}
.checkout-form-wrap form .custom-control-input {
	width: auto;
	border: unset;
	padding: 0 0;
	font-size: inherit;
	margin-bottom: 0;
}
.checkout-form-wrap form .custom-control-label {
	font-size: 13px;
    color: #282828;
    margin-right: 40px;
}
.checkout-form-wrap .building-info-wrap {
	margin-top: 50px;
}
.checkout-form-wrap .custom-control {
	padding-left: 28px;
	user-select: none;
}
.checkout-form-wrap .custom-control-label::before {
	position: absolute;
	top: 2px;
	left: -28px;
	display: block;
	width: 18px;
	height: 18px;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #e1e1e1 solid 1px;
	border-radius: 0;
	box-shadow: none;
}
.checkout-form-wrap .custom-control-label::after {
	position: absolute;
	top: 2px;
	left: -28px;
	display: block;
	width: 18px;
	height: 18px;
	content: "";
	background: 50%/50% 50% no-repeat;
}
.checkout-form-wrap .custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #26247b;
	background-color: #26247b;
	box-shadow: none;
}
.checkout-form-wrap .custom-control-input:focus~.custom-control-label::before {
	box-shadow: none;
}
.checkout-form-wrap .custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #e1e1e1;
}
.different-address-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 8px;
	margin-top: 19px;
}
.checkout-form-wrap .different-address-wrap .custom-checkbox {
	margin-right: 15px;
	margin-bottom: 10px;
}
.different-address-wrap .custom-control-label {
	font-weight: 500;
}
.checkout-form-wrap .account-create-info {
	margin-bottom: 10px;
}
.checkout-form-wrap .account-create-info a {
	display: inline-flex;
	align-items: center;
	color: #282828;
	font-weight: 500;
}
.checkout-form-wrap .account-create-info a i {
	color: #676565;
	margin-left: 10px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.checkout-form-wrap .account-create-info a:hover, .checkout-form-wrap .account-create-info a:hover i {
	color: #26247b;
}
.checkout-form-wrap form textarea {
	width: 100%;
	border: 1px solid #e1e1e1;
	padding: 14px 20px;
	font-size: 12px;
	min-height: 120px;
	/*max-height: 173px;*/
}
.checkout-form-wrap form input::placeholder {
 font-size: 12px;
 color: #757473;
}
.os-products-item {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e4e5e6;
}
.os-products-item .thumb {
	width: 91px;
	flex: 0 0 91px;
	margin-right: 20px;
}
.os-products-item .thumb img {
	max-width: 100%;
	border-radius: 4px;
	border: 1px solid #ebebeb;
}
.os-products-item .content {
	flex-grow: 1;
	margin-right: 30px;
}
.os-products-item .content .title {
	font-size: 16px;
	color: #515457;
	font-weight: 700;
	margin-bottom: 5px;
}
.os-products-item .content .title a:hover, .os-products-item .remove:hover {
	color: #26247b;
}
.os-products-item .content .price {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #26247b;
}
.os-products-item .remove {
	font-family: var(--font-family-heading);
	font-size: 16px;
	color: #515457;
	font-weight: 700;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.paypal-method-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 25px;
	background: #fff;
	border: 1px dotted #b7b7b7;
}
.paypal-method-flex:first-child {
	border-bottom: none;
}
.shop-cart-widget .payment-method-info .custom-control {
	margin-bottom: 0;
}
.shop-cart-widget .payment-method-info .custom-control-label {
	text-transform: capitalize;
	font-weight: 500;
}
.paypal-method-flex p {
	font-size: 13px;
	font-weight: 500;
	color: #282828;
	margin-bottom: 0;
	margin-top: 2px;
}
.payment-terms p {
	color: #282828;
	margin-bottom: 25px;
}
.shop-cart-widget .payment-terms .custom-control-label {
	text-transform: inherit;
	font-weight: 500;
}
.payment-method-info {
	margin-bottom: 20px;
}
.payment-terms {
	margin-bottom: 25px;
}


.shop-cart-widget h6 {
    font-size: 20px;
    color: #26247b;
}

/*------------------------------Terms-and-conditions---------------------------*/
.terms-and-conditions-wrap h5 {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 15px;
}
.terms-and-conditions-wrap {
	padding-bottom: 13px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ececec;
}
.terms-and-conditions-wrap:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}
.terms-and-conditions-wrap ul li {
	line-height: 2;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}
.terms-and-conditions-wrap ul li:last-child {
	margin-bottom: 0;
}
.terms-and-conditions-wrap ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	height: 6px;
	width: 6px;
	background: #26247b;
	border-radius: 50%;
}
/* 25. 404 page */
.error_txt {
	font-size: 150px;
	font-weight: 800;
	margin-bottom: 20px;
	line-height: .79;
	color: var(--color-secondary);
	font-family: var(--font-family-heading);
}
.error-content h5 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.error-content p {
	margin-bottom: 0;
}
.error-content .search_form {
	margin-top: 25px;
}
.error-area .search_form form {
	position: relative;
}
.error-area .search_form form input {
	padding: 12px 60px 12px 20px;
	margin-bottom: 20px;
	box-shadow: none;
	height: auto;
}
.error-area .search_form form input:focus {
	border-color: #26247b;
}
.error-area .search_form .icon_search {
	position: absolute;
	right: 18px;
	top: 50%;
	padding: 0;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 0;
	padding-left: 15px;
	box-shadow: none;
	border: none;
	border-left: 1px solid #ddd;
	background: transparent;
	color: #7d7d7d;
}
.error-area .search_form .icon_search i {
	display: block;
	font-size: 22px;
	margin-right: 0;
	line-height: 0;
}
.error-content .btn {
	min-width: 180px;
}

/*------------------------------------Contact----------------------------------*/
#map-bg {
	padding: 10px 0px ;
}
.contact-title .sub-title {
	font-size: 32px;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 5px;
}
.contact-title .title {
	font-size: 40px;
	letter-spacing: -.5px;
	margin-bottom: 0;
}
.contact-wrap-content p {
	font-size: 14px;
	padding-right: 20px;
	margin-bottom: 30px;
	font-weight: 500;
	letter-spacing: .4px;
}
.contact-form .form-grp {
	margin-bottom: 25px;
}
.contact-form .form-grp label {
	font-size: 13px;
  font-weight: 400;
  color: #696969;
  margin-bottom: 10px;
  opacity: .77;
}
.contact-form .form-grp label span {
	color: var(--color-secondary);
}
.contact-form .form-grp input, .contact-form .form-grp textarea {
	width: 100%;
	background: #f4f4f4;
	border: none;
	font-size: 14px;
	padding: 15px 20px;
	border-radius: 5px;
	display: block;
	font-weight: 500;
}
.contact-form .form-grp input::placeholder, .contact-form .form-grp textarea::placeholder {
 color: #5d5a77;
 font-size: 14px;
 font-weight: 500;
 opacity: .6;
}
.contact-form .form-grp textarea {
	min-height: 125px;
	max-height: 125px;
}
.contact-form .checkbox-grp, .comment-reply-form .checkbox-grp {
	display: flex;
	align-items: flex-start;
	margin-bottom: 35px;
}
.contact-form .checkbox-grp input, .comment-reply-form .checkbox-grp input {
	width: auto;
	margin-top: 3px;
	margin-right: 9px;
}
.contact-form .checkbox-grp label, .comment-reply-form .checkbox-grp label {
	font-size: 14px;
	font-weight: 500;
	color: var(--color-text-body);
	opacity: .8;
	margin-bottom: 0;
	user-select: none;
}
.contact-form [type=button] {
	box-shadow: none;
	padding: 15px 34px;
}
.contact-form [type=button]:hover, .standard-blog-content .read-more:hover {
	background: var(--color-secondary);
}
.contact-info-wrap {
	background: #f4f4f4;
	border-radius: 12px;
	padding: 38px 55px 45px;
}
.contact-img {
	text-align: center;
	margin-bottom: 55px;
}
.contact-img img {
	max-width: 100%;
}
.contact-info-list ul li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.contact-info-list ul li:last-child {
	margin-bottom: 0;
}
.contact-info-list .icon {
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background: #fff;
	flex: 0 0 45px;
	border-radius: 50%;
	margin-right: 15px;
	font-size: 16px;
	color: var(--color-secondary);
	box-shadow: 0px 2px 14.88px 1.12px rgba(97, 83, 252, 0.11);
}
.contact-info-list .content {
	flex-grow: 1;
}
.contact-info-list .content p {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 2;
	color: #696969;
}
.contact-social ul, .blog-details-social ul {
	display: flex;
	align-items: center;
}
.contact-social ul li {
	margin-right: 15px;
}
.blog-details-social ul li {
	margin-right: 10px;
}
.contact-social ul li:last-child, .blog-details-social ul li:last-child {
	margin-right: 0;
}
.contact-social ul li a, .blog-details-social ul li a {
	display: block;
}
.contact-social ul li a i, .blog-details-social ul li a i {
	width: 41px;
	height: 41px;
	display: block;
	text-align: center;
	line-height: 41px;
	border-radius: 50%;
	background: var(--facebook);
	color: #fff;
	font-size: 14px;
}
.blog-details-social ul li a i {
	width: 31px;
	height: 31px;
	line-height: 31px;
	font-size: 12px;
}
.contact-social ul li:nth-child(2) a i, .blog-details-social ul li:nth-child(2) a i {
	background: var(--twitter);
}
.contact-social ul li:nth-child(3) a i, .blog-details-social ul li:nth-child(3) a i {
	background: var(--linkedin);
}
.contact-social {
	margin-top: 40px;
}
/*----------------------------------Footer-------------------------------------*/
.footer-area.gray-bg {
	background: #26247b;
	color: #ffffff;
}
.footer-area.gray-bg a,
.footer-area.gray-bg a:hover,
.footer-area.gray-bg p{
	color: #ffffff;
}
.footer-contact-list ul li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 18px;
}
.footer-contact-list ul li:last-child {
	margin-bottom: 0;
}
.footer-contact-list .icon {
	font-size: 18px;
	line-height: 0;
	margin-right: 15px;
	margin-top: 4px;
}
.footer-contact-list p, .footer-contact-list p a {
	font-family: var(--font-family-heading);
    margin-bottom: 0;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
}
.footer-contact-list .number {
	font-size: 13px;
	font-weight: 600;
	margin-top: 7px;
}
.footer-social {
	margin-top: 35px;
}
.footer-social ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.footer-social ul li {
	margin-right: 12px;
}
.footer-social ul li:last-child {
	margin-right: 0;
}
.footer-social ul li a {
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 39px;
    background: #fc913f;
    border-radius: 4px;
    font-size: 18px;
}
.footer-social ul li:first-child a:hover {
	background: var(--facebook);
	color: #fff;
}
.footer-social ul li:nth-child(2) a:hover {
	background: var(--twitter);
	color: #fff;
}
.footer-social ul li:nth-child(3) a:hover {
	background: var(--youtube);
	color: #fff;
}
.footer-social ul li:nth-child(4) a:hover {
	background: var(--linkedin);
	color: #fff;
}

.footer-social ul li:nth-child(5) a:hover {
	background: var(--pinterest);
	color: #fff;
}
.footer-widget .fw-title {
	margin-bottom: 25px;
}
.fw-title .title {
	font-size: 16px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 0;
}
.fw-link ul li + li {
	margin-top: 15px;
}
.fw-link ul li a {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	font-family: var(--font-family-heading);
}
.fw-link ul li a:hover {
	padding-left: 5px;
	color: #ffffff;
}
/*.footer-area.gray-bg .row [class*="col-"]:last-child {
	-ms-flex: 0 0 27.3%;
	flex: 0 0 27.3%;
	max-width: 27.3%;
}*/
.footer-box-widget {
	background: #eaeaea;
	padding: 35px 30px 55px;
	border-radius: 8px;
}
.footer-box-widget .fw-title {
	margin-bottom: 20px;
}
.f-download-wrap {
	margin-bottom: 35px;
}
.f-download-wrap .download-btns {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.f-download-wrap .download-btns a:first-child {
	margin-right: 8px;
}
.f-newsletter form {
	position: relative;
}
.f-newsletter form input {
	width: 100%;
	border: none;
	border-radius: 6px;
	background: #fff;
	color: #a09d9c;
	padding: 14px 70px 14px 20px;
	font-size: 14px;
	font-weight: 600;
	font-family: var(--font-family-heading);
	min-height: 50px;
}
.f-newsletter form input::placeholder {
 color: #a09d9c;
 font-size: 14px;
 font-weight: 600;
 font-family: var(--font-family-heading);
}
.f-newsletter form button {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background: #26247b;
	width: 56px;
	height: 50px;
	line-height: 50px;
	font-size: 19px;
	color: #fff;
	border-radius: 0 6px 6px 0;
}
.f-newsletter p {
	color: #675f5b;
	font-family: var(--font-family-heading);
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 20px;
}
.copyright-wrap {
	background: #17155a;
  padding: 10px 0;
}
.copyright-text p {
	color: #fff;
	margin-bottom: 0;
}
.copyright-text a {
	color: #fff;
	margin-bottom: 0;
}

.copyright-text a:hover {
	color: #fc9135;
}

/*-------------------------------------------------Item---------------------------------------------*/

.item {
	left: 0;
	top: 0;
	position: relative;
	overflow: hidden;
}

.item img {
	-webkit-transition: 0.6s ease;
	transition: 0.6s ease;
}

.item img:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.img-thumbnail {
	border: 0px;
	border-radius: 0px;
}

/*-----------------------------------submenu--------------------------------------*/

.Submenu {
    padding: 30px;
}
.subheader {
    display: flex;
}
.subheaderblocks {
    margin-right: 35px;
}

.subheaderblocks a {
    color: #000;
}

.subheaderblocks a:hover {
    color: #fc913f;
}

.sp-product-thumb-1 {
    position: relative;
    padding: 0px 0px 0px;
}

.title-1{
	font-size: 16px;
    text-transform: uppercase;
    color: #222222;
}

.title-1 a:hover{
    color: #fc913f;
}


.code {
    width: 90px;
    padding: 10px 15px;
    font-size: 20px;
    text-align: center;
    background-color: #dcddde;
    border-radius: 5px;
}
/*---------------------------------------------------------------------------*/

/********************** Gaurav *******************************/
.home-category-item{
	overflow: hidden;
    text-align: center;
}
.home-category-item img{
	transition: 0.25s ease all;
}
.home-category-item:hover img{
	transform: scale(1.25);
}
.home-category-item:before {
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.60);
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}
.home-category-item a,
.home-category-item .home-category-name{
	color: #ffffff;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 500 !important;
}
.home-category-name{
	z-index: 2;
}
.color-primary{
	color: #26247b;
}
.slider--area .slider-bg:before {
    content: "";
    background: rgba(0,0,0,3%);
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    border-radius: 5px;
}
.discount-time-bg:before {
    content: "";
    background: rgba(0,0,0,0.55);
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    border-radius: 5px;
}
.slider--area .slider-content{
	max-width: 560px;
}
.slider--area .slider-content .title {
    font-size: 32px;
    margin-bottom: 18px;
    line-height: 1.25;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 600;
}
/*=============================
	Misc
==============================*/
.large-button{
	background-color: rgb(252 145 63);
	min-width: 300px;
	border-radius: 4px;
	padding: 15px;
	font-size: 15px;
	border: none;
	color: #fff;
	float: left;
	margin: 15px 0 0;
	text-align: center;
	position: static;
}
.large-button:hover,
.large-button:focus{
	color: #fff;
}
.cd-block {
    margin-bottom: 0;
    padding: 15px 0;
}
.cd-block.saperate{
    border-bottom: 1px solid #EBEBEB;
}
.cd-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
    font-family: var(--font-family-heading);
    color: var(--color-text-heading);
}
.cd-content{
}
.saperater{
    border-bottom: 1px solid #EBEBEB;
    padding: 20px 0;
}
.content-list-item{
	padding: 10px 0;
	border-bottom: 1px solid #EBEBEB;
}
.content-list-item.highlighted{
    background: #1782ff25;
}
.cust-badge {
    font-size: 13px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 5px 15px;
    border-radius: 4px;
    color: #000;
    font-weight: 500;
    background: #eeeeee;
}
.cust-badge-mini{
	font-size: 12px;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 7px;
    border: 1px solid #ddd;
    padding: 2px 10px;
    border-radius: 8px;
    color: #000;
    background: #f5f5f5;
    font-weight: 400;
}
.cust-badge-micro{
	font-size: 11px;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 2px 5px;
    border-radius: 8px;
    line-height: 1;
    color: #000;
    background: #f5f5f5;
    font-weight: 400;
}
.not-found-message{
	padding: 15px 0;
	font-weight: 600;
}
.icon-btn{
    background: #ddd;
    border: 1px solid #ddd;
    padding:5px;
    margin: 2px;
    font-size: 20px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    line-height: 1;
}
.icon-btn.lg-icon-btn{
	font-size: 26px;
}
.icon-btn[disabled]{
	opacity: 0.85;
}
.icon-btn.btn-nobg{
	color: #26247b;
}
.icon-btn.btn-nobg:hover{
	color: #0069d9;
}
.btn-nobg{
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
}
.btn-rounded{
	border-radius: 60px;
}
.btn-circle{
	border-radius: 50%;
    font-size: 16px;
    width: 42px;
    height: 42px;
    padding: 8px 5px;
    text-align: center;
}
.alert-fixed {
    position:fixed;
    top: 20px;
    left: 20%;
    width: 60%;
    z-index:9999;
}
.modal-content{
	border-radius: 12px;
    -moz-box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
    overflow: hidden;
}
.modal-content .close {
    width: 30px;
    height: 30px;
    z-index: 99;
    background: #26247b;
    color: #ffffff;
    font-weight: 400;
    border-radius: 5px;
    line-height: 0;
    padding: 0;
    margin: 0;
    opacity: 1;
}
.modal-content.no-header .close {
    align-self: flex-end;
    position: relative;
    margin: 15px 15px -45px;
}
.modal-header{
	border-bottom: none;
}
.modal-title{
	color: #000;
    font-weight: 600;
    text-align: center;
    width: 100%;
}
.modal-body {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}
.modal-body{
	overflow-y: auto;
	scrollbar-color: #222 #ddd;
	scrollbar-width: thin;
}
.modal-body::-webkit-scrollbar {
    width: 4px;
}
.modal-body::-webkit-scrollbar-track {
   background-color: #dddddd;
}
.modal-body::-webkit-scrollbar-thumb {
    background-color: #222;
    border-radius: 2px;
}
.dropdown-menu{
	font-size: 14px;
    border-radius: 4px;
	overflow: hidden;
	padding: 0;
    border: 1px solid rgba(0,0,0,0.07);
}
.dropdown-menu.show{
	-moz-box-shadow: 1px 1px 20px -5px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 1px 1px 20px -5px rgb(0 0 0 / 20%);
	box-shadow: 1px 1px 20px -5px rgb(0 0 0 / 20%);
}
.dropdown-item {
    padding: 7px 20px;
    border-bottom: 1px solid rgba(0,0,0,0.07);
}
.dropdown-menu .dropdown-item:last-item{
	border-bottom: none;
}
.no-after::after{
	display: none;
}
.bx-shadow{
    -moz-box-shadow: 0px 2px 6.51px 0.49px rgb(95 95 100 / 8%);
    -webkit-box-shadow: 0px 2px 6.51px 0.49px rgb(95 95 100 / 8%);
    box-shadow: 0px 2px 6.51px 0.49px rgb(95 95 100 / 8%);
}
.bx-container{
	background: #ffffff;
}
.rounded-corner{
	border-radius: 12px;
}
.img-box {
    line-height: 0;
    display: inline-block;
}
.col-lg-2-5{
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
/*====================================
	Form Element
=====================================*/
.form-control{
	font-size: 14px;
    height: calc(1.5em + 0.75rem + 8px);
    border-width: 2px;
}
.bootstrap-tagsinput,
.select2-container--default .select2-selection--multiple{
    min-height: calc(1.5em + 0.75rem + 8px);
    border-width: 2px !important;
    border-color: #ced4da;
}
form label{
	font-weight: 600;
}
form .radio label,
form .checkbox label{
	font-weight: 500;
}

textarea.form-control {
    min-height: 90px;
}
.has-danger .form-control {
    border-color: #dc3545;
}
.has-danger .help-block{
    color: #dc3545;
}
.switch-checkbox {
    position: relative;
    display: inline-block;
    width: 40px !important;
    height: 20px !important;
    margin: 1px 5px;
}
.switch-checkbox input {
	display:none;
}
.switch-checkbox-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.switch-checkbox-slider:before {
  	position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .switch-checkbox-slider {
  background-color: #007bff;
}
input:focus + .switch-checkbox-slider {
  box-shadow: 0 0 1px #007bff;
}
input:checked + .switch-checkbox-slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.switch-checkbox-slider.round {
  border-radius: 34px;
}
.switch-checkbox-slider.round:before {
  border-radius: 50%;
}
label.switch-checkbox-label {
    width: auto !important;
    max-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    vertical-align: top;
}
.bootstrap-tagsinput {
    padding: 7px 6px !important;
}

.form-group.form-group-inner {
    margin-bottom: 0;
}
.phone-field-wrap {
    display: flex;
}
.phone-field-wrap .phone-code-group {
    width: 120px;
}
.phone-field-wrap .phone-number-group {
    flex-grow: 1;
    margin-left: 10px;
}
.styled-ul li{
	list-style: disc;
}
/*=============================
	Multiselect
===============================*/
.multiselect-native-select .btn.dropdown-toggle{
	box-shadow:none;
}
.multiselect-native-select .btn-group{
	display: block;
}
.multiselect-native-select button.multiselect {
	width: 100%;
	text-align: left;
	overflow: hidden;
	height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    background: none;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #495057 !important;
}
.multiselect-native-select button.multiselect .caret,
.multiselect-native-select .dropdown-toggle::after{
	position: absolute;
	right: 8px;
	top: 40%;
}
.multiselect-native-select ul.multiselect-container{
	width: 100%;
	top: 33px;
    max-height: 250px;
    overflow-y: scroll;
}
.multiselect-container>li>a>label{
	padding-left: 15px;
	font-size: 14px;
	width: 100%;
	color: #000000;
}
.multiselect-container .multiselect-item.multiselect-filter {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
}
.multiselect-container .multiselect-item.multiselect-filter .input-group-btn{
	display: none;
}
.multiselect-container .multiselect-item.multiselect-filter .input-group{
	margin: 0;
}
.multiselect-container .multiselect-item.multiselect-group a{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.multiselect-container .multiselect-item.multiselect-group .caret{
	width: 0;
    height: 0;
    display: block;
    border: 5px solid transparent;
    border-top-color: #000000;
    margin-right: 10px;
}
.multiselect-container>li.multiselect-group label {
    padding: 3px 20px 3px 15px;
}
/*==================================
	Header
====================================*/
.header-menubar-search-wrap{
    padding: 4px 0px;
	max-width: 280px;
    width: 100%;
}
.header-search-wrap {
    min-width: 280px;
    width: 100%;
    margin: 0;
}
.header-menubar-search-wrap .header-search-wrap .header-search-form input {
    padding: 10px 20px;
    font-size: 13px;
    color: #363636;
}
.header-menubar-search-wrap .header-search-wrap .header-search-form {
    background: #ffffff;
}
.header-menubar-search-wrap .header-search-wrap .header-search-form .hs-button {
    min-width: 54px;
    height: 40px;
    line-height: 42px;
    font-size: 13px;
    color: #fff;
    background: #fc913f;
    padding: 0 12px;
}
.header-style-two .navbar-wrap ul{
	margin: 0;
}
.header-style-two .navbar-wrap > ul > li:first-child > a {
    padding-left: 20px;
}
/*=================================
	Profile Image
===================================*/
.profile-circle,
.profile-square{
	width: 160px;
    height: 160px;
    background: #ffffff;
    text-align: center;
    padding: 7px 5px;
}
.profile-img-circle,
.profile-img-square{
	width: 160px;
    height: 160px;
}
.profile-circle-lg,
.profile-square-lg{
	width: 120px;
    height: 120px;
    padding: 10px 0;
}
.profile-img-circle-lg,
.profile-img-square-lg{
	width: 120px;
    height: 120px;
}
.profile-circle-md,
.profile-square-md{
	width: 90px;
    height: 90px;
    padding: 10px 0;
}
.profile-img-circle-md,
.profile-img-square-md{
	width: 90px;
    height: 90px;
}
.profile-circle-sm,
.profile-square-sm{
	width: 52px;
    height: 52px;
    padding: 8px 0;
}
.profile-img-circle-sm,
.profile-img-square-sm{
	width: 52px;
    height: 52px;
    border-radius: 52px;
}
.profile-circle-xs,
.profile-square-xs{
	width: 32px;
    height: 32px;
    padding: 5px 0;
}
.profile-img-circle-xs,
.profile-img-square-xs{
	width: 32px;
    height: 32px;
    border-radius: 32px;
}
.profile-circle, .profile-img-circle,
.profile-circle-md, .profile-img-circle-md,
.profile-circle-sm, .profile-img-circle-sm,
.profile-circle-xs, .profile-img-circle-xs{
	border-radius: 50%;
}
.profile-square, .profile-img-square,
.profile-square-md, .profile-img-square-md,
.profile-square-sm, .profile-img-square-sm,
.profile-square-xs, .profile-img-square-xs{
	border-radius: 12%;
}

/*=================================
	Company Image
===================================*/
.company-circle,
.company-square{
	width: 175px;
    height: 175px;
    background: #ffffff;
    text-align: center;
    padding: 7px 5px;
}
.company-img-circle,
.company-img-square{
	width: 175px;
    height: 175px;
}
.company-circle-xl,
.company-square-xl{
	width: 160px;
    height: 160px;
    padding: 10px 0;
}
.company-img-circle-xl,
.company-img-square-xl{
	width: 160px;
    height: 160px;
}
.company-circle-lg,
.company-square-lg{
	width: 120px;
    height: 120px;
    padding: 10px 0;
}
.company-img-circle-lg,
.company-img-square-lg{
	width: 120px;
    height: 120px;
}
.company-circle-md,
.company-square-md{
	width: 90px;
    height: 90px;
    padding: 10px 0;
}
.company-img-circle-md,
.company-img-square-md{
	width: 90px;
    height: 90px;
}
.company-circle-sm,
.company-square-sm{
	width: 48px;
    height: 48px;
    padding: 8px 0;
}
.company-img-circle-sm,
.company-img-square-sm{
	width: 48px;
    height: 48px;
    border-radius: 48px;
}
.company-circle-xs,
.company-square-xs{
	width: 32px;
    height: 32px;
    padding: 5px 0;
}
.company-img-circle-xs,
.company-img-square-xs{
	width: 32px;
    height: 32px;
    border-radius: 32px;
}
.company-circle, .company-img-circle,
.company-circle-md, .company-img-circle-md,
.company-circle-sm, .company-img-circle-sm,
.company-circle-xs, .company-img-circle-xs{
	border-radius: 50%;
}
.company-square, .company-img-square,
.company-square-md, .company-img-square-md,
.company-square-sm, .company-img-square-sm,
.company-square-xs, .company-img-square-xs{
	border-radius: 5px;
}
/*===============================
	Profile Detail
================================= */
.profile-detail-top {
    overflow: hidden;
}
.profile-detail-top .icon-btn{
	font-size: 18px;
    line-height: 1.2;
}
.profile-top .user-image .profile-circle{
	border: 7px solid #f2f8ff;
}
.profile-top-block .user-detail{
    font-size: 15px;
}
.profile-top-block .user-name {
    /*font-size: 26px;*/
    font-weight: 600;
    margin-bottom: 7px;
}
.profile-top-block .user-company {
	font-weight: 600;
}
.change-profile-button,
.change-company-logo-button {
    border-radius: 50%;
    position: absolute;
    bottom: -2px;
    right: 7px;
    font-size: 18px;
    width: 42px;
    height: 42px;
    padding: 7px 5px;
}
.company-logo-image{
	overflow: hidden;
}
/*===============================
	Company Detail
=================================*/
.company-video {
    overflow: hidden;
    border-radius: 12px;
    line-height: 0;
}
.company-video-placeholder {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
    color: #b5b5b5;
}
.company-video-iframe,
.prgram-video-iframe{
    min-height: 404px;
    width: 100%;
}
.company-video-iframe iframe,
.prgram-video-iframe iframe{
    min-height: 100%;
    width: 100%;
    min-height: 404px;
}
.company-video-edit-btn {
    position: absolute;
    z-index: 99;
    top: 7px;
    right: 7px;
}
.company-detail-top .company-name{
}
/*=============================
	Product Add
==============================*/
#product-gallery-image {
    display: flex;
    flex-wrap: wrap;
}
.img-gallery-block-wrap{
    width: 100px;
    height: 100px;
    margin: 7px;
}
.img-gallery-block{
    display: flex;
    border: 1px solid #dddddd;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    -moz-box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 20%);
}
.add-new .img-gallery-block{
	font-size: 18px;
	cursor: pointer;
}
.img-gallery-block .img-gallery-action {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    width: 100%;
    text-align: right;
    background: linear-gradient(to bottom, #fffbfbd4, #fffbfba6, transparent);
}

/*===========================
	Mini Profile
=============================*/
.user-details {
    font-size: 13px;
    color: #000000;
}
.user-details .user-name{
	font-size: 15px;
    font-weight: 600;
    color: #000000;
}
.mini-profile {
	margin-bottom: 15px;
	position: relative;
}
.mini-profile-block {
	overflow: hidden;
}
.mini-profile .user-image {
    margin-top: -45px;
}
.mini-profile .user-image .profile-circle{
	border: 4px solid #fff;
}
.mini-profile-detail {
    padding: 0 25px 25px;
}
.mini-profile-detail .user-detail{
    font-size: 16px;
}
.mini-profile-detail .user-name {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.mini-profile-detail .user-company {
	font-weight: 600;
}
.mini-profile-other {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
.detailed-company-detail .company-name{
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
.company-mini-block .company-name{
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.mini-profile-edit {
    position: absolute;
    right: -10px;
    top: 45px;
}
.mini-company-edit {
    position: absolute;
    right: -10px;
    top: -5px;
}
.company-logo-image{
	line-height: 0;
    overflow: hidden;
    border-radius: 12%;
    display: block;
}
.miniproifile-top-info {
    position: absolute;
    padding: 7px 12px;
    top: 0;
    left: 0;
    width: 100%;
}
.border-bottom-2px{
	border-bottom: 2px solid #dddddd;
}
/*===============================
	Product Listing
=================================*/
.product-item .item
.sp-product-item{
	border-radius: 16px;
	padding: 15px;
    position: relative;
    overflow: hidden;
}
.product-item .item a img{
    overflow: hidden;
    border-radius: 7px;
    max-width: 100%;
}
.item-flat .product-item-image a{
    width: 120px;
    margin-right: 15px;
    border: 1px solid #f5f5f5;
    overflow: hidden;
    border-radius: 12px;
}
.item-flat .product-item-image-sm a{
    width: 60px;
}
.product-item .product-name {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 0;
    color: #000;
}
.product-item .item-flat .product-item-detail {
    width: calc(100% - 120px);
}
.product-item  .company-name{
	font-size: 14px;
}
.product-icon-btn-box {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    float: none !important;
    width: 100%;
    padding: 5px 8px 20px;
    background-image: linear-gradient(#ffffffcd, transparent);
    -moz-background-image: linear-gradient(#ffffffcd, transparent);
    -webkit-background-image: linear-gradient(#ffffffcd, transparent);
}
h1.product-name.title {
    font-size: 32px;
    font-weight: 600;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    word-wrap: break-word;
    max-width: 95%;
    display: inline-block;
    white-space: normal;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: -5px;
    background: #b8b8b8;
    float: right;
    margin-left: 7px;
    padding: 0 5px;
    border-radius: 3px;
}
.select2-container--default .select2-results__option .select2-results__option {
    white-space: break-spaces;
    max-width: 100%;
    font-size: 12px;
    padding: 5px;
}
.select2-container--default .select2-results>.select2-results__options{
	overflow-x: hidden;
}

.topbar-tab-menu-items {
    border-bottom: 2px solid #dddddd;
}

.topbar-tab-link a {
	font-size: 22px;
	font-weight: 600;
	color: #41464c;
	display: inline-block;
}

.topbar-tab-link.active a {
    color: #26247b;
}

.topbar-tab-link.active {
    border-bottom: 2px solid #26247b;
    margin-bottom: -2px;
}

.topbar-tab-link {
	position: relative;
}

.topbar-tab-link.active:after {
    content: " ";
    position: absolute;
    left: 42%;
    bottom: -14px;
    border: 7px solid transparent;
    border-top: 5px solid #26247b;
}

/* ===========================================================
	Dnyanesh CSS
================================================================ */
.section{
	padding:50px 0px;
}
/*---------------contact us-----------------*/
.contact-list li {
	list-style-type:disc;
	color:#26247B;
	margin-left:25px;
	text-color:black;
}

.contact-list p{
	margin:0px
	}

.contact-icon i{
	font-size:50px;
	color:#26247B;
	margin:10px;
}

/*-----------------FAQ------------------*/

.question-wrap{
	padding:20px;
	border-bottom:1px solid #eee;
}

.faq-question{
	font-size:18px;
	font-weight:600;
	color:black;
}

.faq-answer{
	font-size:15px;
	font-weight:400;
	color:black;
	padding-left:15px;
}

/*------------------Advertise With Us-------------------*/

.advertise-content-wrap  div{
	margin:20px;
}

.advertise-table td{
	border-collapse:collapse;
	border:1px solid black;
	padding:5px;
}

.advertise-img{
	width:100%;
	height:auto;
}



.advertise-question{
	color:#26247B;
	font-weight:700;
}

/*---------------Services-----------------------*/

.content-wrap{

	padding-bottom:20px;
}
.content-wrap div{
	padding-bottom:15px;
	color:#000000;
}

.services-content-heading{
	color:#26247B;
}

/*-----------------Disclaimer-------------------------------*/
.disclaimer-para{
	color:black;
}

/*------------------------feedback-----------------------------------*/
.form-field-heading{
	color:#26247B;
}



.has-error.has-danger .select2-container--default .select2-selection--multiple{
    border: 1px solid #dc3545 !important;
}




/*--------------- Deepak's Css -----*/


.wa-category-box {
  text-align: center;
}
.wa-category-box .thumb-wrapper {
  width: 140px;
  height: 140px;
  padding: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  border: 1px solid #352d74;
  border-radius: 10px;
}
.wa-category-box .thumb-wrapper::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  /*border: 1px solid #A67314;*/
  width: 200px;
  height: 200px;
  -webkit-transition: var(--transition-base);
  -o-transition: var(--transition-base);
  transition: var(--transition-base);
  z-index: -1;
  opacity: 0;
}
.wa-category-box .thumb-wrapper img {
  -webkit-transition: var(--transition-base);
  -o-transition: var(--transition-base);
  transition: var(--transition-base);
   border-radius: 10px;
}
.wa-category-box .ct-title {
  -webkit-transition: var(--transition-base);
  -o-transition: var(--transition-base);
  transition: var(--transition-base);
}
.wa-category-box .ct-title h6 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
  -webkit-transition: var(--transition-base);
  -o-transition: var(--transition-base);
  transition: var(--transition-base);
}
.wa-category-box .ct-title h6:hover {
  color: var(--secondary-color);
}
.wa-category-box:hover .thumb-wrapper::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
}
.wa-category-box:hover .thumb-wrapper img {
  -webkit-transform: scale(1.05);
   border-radius: 10px;
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}




.bs-brands {
  padding: 20px 20px;
}
.bs-brands .title-top {
  gap: 16px;
}
.bs-brands .bs-brand-wrapper {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border: 1px solid rgba(11, 22, 63, 0.12);
  height: auto;
  margin: 10px auto;
  padding: 5px;
}
.bs-brands .bs-brand-wrapper p {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
/*.bs-brands .bs-brand-wrapper a {*/
/*  color: #000;*/
}
.bs-brands .bs-brand-wrapper:hover {
  -webkit-box-shadow: 15px 30px 70px rgba(0, 0, 0, 0.08);
  box-shadow: 15px 30px 70px rgba(0, 0, 0, 0.08);
  border-color: transparent;
}

.wish-btn{
  display: none;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.bs-brands .bs-brand-wrapper:hover > .wish-btn {
  display: block;
}


@media (max-width: 480px) {
.bs-brands {
  padding: 40px 24px;
}
.bs-brands .bs-brand-wrapper {
  padding: 16px;
  height: auto;
  margin: 10px auto;
}

.sp-product-content{
  padding: 0px !important;
}
.sp-cart-bt{
  padding: 12px 5px !important;
}


}
.explore-link {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  color: #352d74;
}
.explore-link:hover {
  color: #111010;
}
.dl2-banner-slider .swiper-pagination {
  width: auto;
  bottom: 6px;
  left: 24px;
}
.dl2-banner-single {
  padding: 40px 24px;
}
.dl2-banner-single .banner-subtitle {
  position: relative;
  display: inline-block;
  color: #352d74;
  font-weight: 700;
}
.dl2-banner-single .banner-subtitle::after {
  content: "";
  position: absolute;
  left: calc(100% + 5px);
  bottom: 8px;
  width: 60px;
  height: 2px;
  background: #352d74;
}
.dl2-banner-single .dots-shape {
  right: 30px;
  bottom: 30px;
}
.dl2-banner-single .tire-circle {
  left: 30px;
  bottom: 190px;
}
/****************  call to action ***************/
.ds-call-to-action {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}
.gradient-overlay {
  background: linear-gradient(89.79deg, #151414 41.73%, rgba(0, 6, 39, 0) 99.79%);
}
.cta-btns-wrapper {
  gap: 32px;
}



 .wish-btn {
  right: 16px;
  top: 16px;
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 35px;
  font-size: 12px;
  background: #F6F6F6;
  color: #C2C2C2;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
 .wish-btn:hover {
  color: #ffffff !important;
  background: rgb(53 45 116 / 0.6);
}

.wish-btn:nth-child(1) {
  top: 16px;
}

.wish-btn:nth-child(2) {
  top: 66px;
}

.wish-btn:nth-child(3) {
  top: 116px;
}

.wish-btn i {
  vertical-align: middle;
}
.bs-brand-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%; /* Set the desired width for the container */
  background-color: white; /* Set the desired background color */
}

.wish-btn {
  position: absolute;
  right: 16px;
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 35px;
  font-size: 12px;
  background: #F6F6F6;
  color: #C2C2C2;
  transition: 0.3s ease-in;
  border-radius: 50%;
  z-index: 2; /* Ensure buttons are above the overlay */
  display: none; /* Initially hide buttons */
}

.wish-btn:hover {
  color: #ffffff !important;
  background: rgba(53, 45, 116, 0.6);
}

.wish-btn i {
  vertical-align: middle;
}

.bs-brand-wrapper:hover .wish-btn {
  display: block;
}

.wish-btn:nth-of-type(1) {
  top: 16px;
}

.wish-btn:nth-of-type(2) {
  top: 55px;
}

.wish-btn:nth-of-type(3) {
  top: 95px;
}

/*.img-overlay {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 59%;*/
  background-color: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */
/*  opacity: 0;*/
/*  transition: opacity 0.3s ease-in;*/
  z-index: 1; /* Place overlay above the image but below the buttons */
/*}*/

.bg-main:hover {
    background-color: #302e7cc7 !important;
    border-color: #26247b !important;
}

.bg-main {
    background-color: #26247b !important;
    border-color: #26247b !important;
}

.bs-brand-wrapper:hover .d-inline-block {
  opacity: 0.9;
}

.sp-product-content {
  text-align: center;
}


.dl2-banner-slider .swiper-pagination {
  width: auto;
  bottom: 6px;
  left: 24px;
}
.dl2-banner-single {
  padding: 40px 24px;
}
.dl2-banner-single .banner-subtitle {
  position: relative;
  display: inline-block;
  color: #352d74;
  font-weight: 700;
}
.dl2-banner-single .banner-subtitle::after {
  content: "";
  position: absolute;
  left: calc(100% + 5px);
  bottom: 8px;
  width: 60px;
  height: 2px;
  background: #352d74;
}
.dl2-banner-single .dots-shape {
  right: 30px;
  bottom: 30px;
}
.dl2-banner-single .tire-circle {
  left: 30px;
  bottom: 190px;
}
/****************  call to action ***************/
.ds-call-to-action {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}
.gradient-overlay {
  background: linear-gradient(89.79deg, #151414 41.73%, rgba(0, 6, 39, 0) 99.79%);
}
.cta-btns-wrapper {
  gap: 32px;
}
/*************  about section **************/
.experience {
  position: absolute;
  content: '';
  right: -50px;
  top: 0%;
  width: 150px;
  height: 150px;
  transform: translateY(-50%);
  border: 5px solid #000;
  font-size: 16px;
  padding: 30px 10px;
  line-height: 24px;
  text-align: center;
  background: #352d74;
  color: #ffffff;
  font-weight: 600;
}
.aboutus .img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.ds-about-info .dots-wide {
  left: -150px;
  bottom: -120px;
}
.about-info-box {
  padding: 40px 32px 40px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.about-info-box .icon-wrapper {
  width: 56px;
  height: 56px;
  background: rgba(252, 0, 18, 0.05);
  color: #352d74;
  font-size: 24px;
}
.about-info-box:hover {
  -webkit-box-shadow: 15px 30px 70px rgba(0, 0, 0, 0.08);
  box-shadow: 15px 30px 70px rgba(0, 0, 0, 0.08);
}
.bs-brands {
  padding: 20px 20px;
}
.bs-brands .title-top {
  gap: 16px;
}
.bs-brands .bs-brand-wrapper {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border: 1px solid rgba(11, 22, 63, 0.12);
  height: auto;
  padding: 5px;
}
.bs-brands .bs-brand-wrapper p {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
/*.bs-brands .bs-brand-wrapper a {*/
/*  color: #000;*/
/*}*/
.bs-brands .bs-brand-wrapper:hover {
  -webkit-box-shadow: 15px 30px 70px rgba(0, 0, 0, 0.08);
  box-shadow: 15px 30px 70px rgba(0, 0, 0, 0.08);
  border-color: transparent;
}

.wish-btn{
  display: none;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.bs-brands .bs-brand-wrapper:hover > .wish-btn {
  display: block;
}


.bs-brands .bs-brand-wrapper:hover > .img-overlay {
  opacity: 1;
}

@media (max-width: 480px) {
.bs-brands {
  padding: 40px 24px;
}
.bs-brands .bs-brand-wrapper {
  padding: 16px;
  height: auto;
}

.sp-product-content{
  padding: 0px !important;
}
.sp-cart-bt{
  padding: 12px 5px !important;
}


}
.explore-link {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  color: #352d74;
}
.explore-link:hover {
  color: #111010;
}
.dl2-banner-slider .swiper-pagination {
  width: auto;
  bottom: 6px;
  left: 24px;
}
.dl2-banner-single {
  padding: 40px 24px;
}
.dl2-banner-single .banner-subtitle {
  position: relative;
  display: inline-block;
  color: #352d74;
  font-weight: 700;
}
.dl2-banner-single .banner-subtitle::after {
  content: "";
  position: absolute;
  left: calc(100% + 5px);
  bottom: 8px;
  width: 60px;
  height: 2px;
  background: #352d74;
}
.dl2-banner-single .dots-shape {
  right: 30px;
  bottom: 30px;
}
.dl2-banner-single .tire-circle {
  left: 30px;
  bottom: 190px;
}
/****************  call to action ***************/
.ds-call-to-action {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}
.gradient-overlay {
  background: linear-gradient(89.79deg, #151414 41.73%, rgba(0, 6, 39, 0) 99.79%);
}
.cta-btns-wrapper {
  gap: 32px;
}
@media (max-width: 575.98px) {
.cta-btns-wrapper {
  gap: 16px;
}
}

.bg-secondary-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#0e0552), to(rgba(10, 2 70, 100%)));
  background: linear-gradient(180deg, #0e0552 0%, rgb(10 2 70 / 81%) 100%);
}

.z--1 {
    z-index: -1;
}


.fa-star {
  cursor: pointer;
  font-size: 20px;
  /* color: #ccc; */
  transition: color 0.3s;
}
.fa-star.filled {
  color: #f39c12;
}
.fa-star:hover,
.fa-star:hover ~ .fa-star {
  color: #f39c12;
}


@media (max-width: 430px) {
  .col-sm-mobile-6 {
    width: 50%;
  }
}

.company-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.sp-cart-bt {
  background: #26247b !important;
  padding: 10px 12px;
  border-radius: 5px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  min-width: 100%;
}


.cart-bt {
  text-align: center;
  /* margin: 25px 0px 15px; */
}
.bs-brands .bs-brand-wrapper p {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin: 10px 0 20px auto;
}


/* Responsive */
@media (min-width: 500px) and (max-width: 1300px) {

.product-price-offer{
    height: 35px !important;
}
}


/* Extra large devices (large desktops, 1800px and up) */
@media (min-width: 900px) and (max-width: 1900px) {

.slider--area .ads_slider .slider-bg {
    height: 160px;
    min-height: 160px;
}


}

.text-shadow{
    text-shadow: 2px 2px #ddd;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.bg-light{
 background-color: #fff;
 }

 .banner-content-btn.btn {
    background: #fc913f;
}


 .banner-content-btn:hover.btn {
    background: #4e555b !important;
}




.flash-sales-countdown-area {
  padding-bottom: 110px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.flash-sales-countdown-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#111010), to(rgba(17, 16, 16, 0.81)));
  background: linear-gradient(180deg, #111010 0%, rgba(17, 16, 16, 0.81) 100%);
  z-index: -1;
}
.flash-sales-countdown {
  gap: 12px;
}
.flash-sales-countdown li {
  padding: 10px 13px 5px 13px;
  min-width: 70px;
}
.flash-sales-countdown li h4, .flash-sales-countdown li .h4 {
  line-height: 1em;
}
.flash-sales-countdown li span {
  font-size: 12px;
  display: block;
}
.flash-sales-slider-area {
  margin-top: -115px;
}
.flash-sales-slider-wrapper {
  width: 100%;
  /* margin-left: -30px; */
  /*padding: 0 15px;*/
}
@media (max-width: 575.98px) {
.flash-sales-slider-wrapper {
  max-width: 450px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
}
.flash-controls {
  width: 45px;
  height: 45px;
  background: #352d74;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  position: absolute;
  top: calc(50% - 80px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  z-index: 2;
}
.flash-controls.flash-button-prev {
  left: -15px;
  background: #111010;
}
.flash-controls.flash-button-prev:hover {
  background: #352d74;
}
.flash-controls.flash-button-next {
  right: -15px;
}
.flash-controls.flash-button-next:hover {
  background: #111010;
}
.flash-sales-slider .h4-ft-product-card:hover {
  -webkit-box-shadow: 0px 4px 50px rgba(0, 56, 60, 0.05);
  box-shadow: 0px 4px 50px rgba(0, 56, 60, 0.05);
}
@media (max-width: 575.98px) {
.flash-sales-slider .flash-controls {
  -webkit-transform: translate(0);
  transform: translate(0);
  top: auto;
  bottom: 0;
}
.flash-sales-slider .flash-controls.flash-button-prev {
  left: calc(50% - 27px);
}
.flash-sales-slider .flash-controls.flash-button-next {
  left: calc(50% + 27px);
  right: auto;
}
}

.flash-sales-countdown-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#111010), to(rgba(17, 16, 16, 0.81)));
    background: linear-gradient(180deg, #111010 0%, rgba(17, 16, 16, 0.81) 100%);
    z-index: 0;
}


.h3, h3 {
    font-size: 32px;
}




.share-icons {
   display: flex;
   gap: 10px;
   align-items: center;
}

.share-icons span{
		font-weight: 600;
		}

.fab.fa-whatsapp{
		cursor: pointer;
		color: #006b00
	}

.fab.fa-twitter{

	cursor: pointer;
		color: #17a2b8
	}

.fab.fa-telegram{
	cursor: pointer;
		color: #00b3ff
	}

.fab.fa-instagram{
	cursor: pointer;
		color: #dc3545
	}

.share-icon {
    text-decoration: none;
    color: #000; /* Icon color */
    font-size: 24px; /* Icon size */
    transition: color 0.3s;
}

.share-icon:hover {
    color: #007bff; /* Change color on hover */
}


.rating {
    direction: rtl; /* Right to left */
    display: flex;
    justify-content: end;
}

.rating input {
    display: none; /* Hide the radio buttons */
}

.rating label {
    font-size: 30px;
    color: #ccc; /* Default star color */
    cursor: pointer;
}

.rating input:checked ~ label {
    color: gold; /* Highlight selected stars */
}

.rating label:hover,
.rating label:hover ~ label {
    color: gold; /* Highlight stars on hover */
}


.footer-social .fab{
		color: #fff !important;
	}


.user-form-ap .form-control {
    background: #e3f0fd;
    border-radius: 11px;
    height: 40px
}

.user-form-ap .form-control:focus,
.user-form-ap .form-control:active {
    background: #fff;
    outline: 1px solid #0066cc !important
}

.product-desc-content .shop-details-meta{
	        background: #fff;
		    padding: 10px 12px;
		    box-shadow: 0px 0px 10px whitesmoke;
		}


.user-form-ap .form-control {
    background: #e3f0fd;
    border-radius: 11px;
    height: 50px
}

.user-form-ap .form-control:focus,
.user-form-ap .form-control:active {
    background: #fff;
    outline: 1px solid #0066cc !important
}


.rating {
    font-size: 10px;
    letter-spacing: -1px;
    color: #ff861e;
    margin-right: 8px;
}



.product-price-offer{
    height: 18px;    
}


.slider--area .slider-active .single-slider{
    flex-basis: 50%;
    max-width: 50%;
    font-weight: 700;
    font-size: 30px;
}

.slider--area .slider-active .single-slider span{
    width: 60%;
    display: flex;
    flex-basis: 60%;
    min-height: 150px;
    align-items: center;
}


/* Define base styles for col-sm */
.col-sm {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/* For small screens and above (≥ 576px) */
@media (min-width: 350px) and (max-width: 780px) {
    .col-sm-1 { flex: 0 0 8.333%; max-width: 8.333%; }
    .col-sm-2 { flex: 0 0 16.667%; max-width: 16.667%; }
    .col-sm-3 { flex: 0 0 25%; max-width: 25%; }
    .col-sm-4 { flex: 0 0 33.333%; max-width: 33.333%; }
    .col-sm-5 { flex: 0 0 41.667%; max-width: 41.667%; }
    .col-sm-6 { flex: 0 0 50%; max-width: 50%; }
    .col-sm-7 { flex: 0 0 58.333%; max-width: 58.333%; }
    .col-sm-8 { flex: 0 0 66.667%; max-width: 66.667%; }
    .col-sm-9 { flex: 0 0 75%; max-width: 75%; }
    .col-sm-10 { flex: 0 0 83.333%; max-width: 83.333%; }
    .col-sm-11 { flex: 0 0 91.667%; max-width: 91.667%; }
    .col-sm-12 { flex: 0 0 100%; max-width: 100%; }
    
    
    .slider--area .slider-active .single-slider{
        font-size: 30px;
    }
    .wa-category-box .thumb-wrapper{
        width: 80px;
        height: 80px;
    }
    
    .header-menubar-search-wrap .header-search-wrap .header-search-form input{
        padding: 5px 10px;
    }
    
    .d-sm-flex{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .d-sm-flex h4{
        margin: auto;
    }
    
    .d-sm-block{
        display: block !important;
    }
    
    .d-sm-none{
        display: none !important;
    }
    .text-cat-title {
    font-size: 22px;
}
.wa-category-box .thumb-wrapper::before{
     left: 0%; 
    top: 0%; 
}

.premium-height{
    height: 100px !important; 
}

.w-sm-100{
    width: 100%;
}



}
 .d-sm-flex{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
     .d-sm-flex h4{
         margin: auto;
     }

/* Optional: Add gutters */
.col-sm {
    padding: 10px; /* Example padding */
}
.premium-height{
    height: 300px;
}


.header-action img{
    /*mix-blend-mode: darken;*/
    
}

