/*header*/
body, p {
	
}
#sp-header.header-style-one.header-sticky .container {
	border-left: 0px solid var(--secondary_color);
}
#sp-header.header-style-one.header-sticky {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 110px;
display: block;
background: #ffffff;
z-index: 999;
margin: 0;
}

@media (min-width: 1024px) {
#sp-header.header-style-one .container {
    background-color: #ffffff;
    height: 110px;
    border-radius: 30px;
    position: relative;
    align-items: center;
}
}
@media (max-width: 980px) {
.social-media {
	justify-content: inherit !important;
}
}
@media (max-width: 1024px) {
#sp-topbar-top-transparent {
	display: none !important;
}
#sp-header .sppb-btn-custom {
  padding: 15px 25px !important;
  border-radius: 27px !important;
  margin-top: 25px !important;
}
	
#sp-header {
	height: 110px;
}
#sp-header.header-style-one .container {
    border-left: 0px solid var(--secondary_color) !important;
}
#sp-header .logo {
	height: 110px;
}
.social-media {
	margin-top: 10px !important;
}
}

#sp-header {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0) !important;
}
#sp-topbar-top-transparent .sppb-row-column {
	padding-right: 0;
	padding-left: 0;
}
.sp-megamenu-parent > li > a, 
.sp-megamenu-parent > li > span {
	padding: 0 12.8px;
}
#sp-header.header-style-one .container {
    border-left: 7px solid var(--secondary_color);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
	color: var(--secondary_color);
}
	
@media (min-width: 1024px) {
#sp-header .logo {
	height: 110px;
}
#sp-topbar-top-transparent {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 99;
}

#sp-header.header-style-one {
    position: absolute;
    left: 0;
    top: 120px;
    width: 100%;
    z-index: 99;
	background: transparent;
	margin-top: -50px;
}
}
.sp-megamenu-parent > li > a {
	color: var(--dark_color);
	font-size: 16px;
	line-height: 60px;
	text-decoration: none;
	text-transform: capitalize;
}
.sp-megamenu-parent > li.active > a, 
.sp-megamenu-parent > li > a {
	font-weight: 600;
}
.sp-megamenu-parent > li:hover > a,
.sp-megamenu-parent > li.active > a, 
.sp-megamenu-parent > li.active:hover > a {
	color: var(--secondary_color);
}
#sp-menu {
  display: flex;
  justify-content: center; /* Horizontally center the content */
  align-items: center; /* Vertically center the content */
}
/*make menu responsive util 1200*/
@media (max-width: 1199px) {
#sp-header nav.sp-megamenu-wrapper #offcanvas-toggler {
  display: flex !important;
}
.sp-megamenu-parent {
	display: none !important;
}
}

/*end*/

#sp-header.header-style-two.header-sticky .container {
	border-left: 0px solid var(--secondary_color);
}
#sp-header.header-style-two.header-sticky {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 110px;
	display: block;
	background: var(--primary_color);
	z-index: 999;
	margin: 0;
}

@media (min-width: 1024px) {
#sp-header.header-style-two #sp-logo.col-xl-3 {
	padding-left: 0px !important;
}
#sp-header.header-style-two .container {
    background-color: transparent;
    height: 110px;
    border-radius: 30px;
    position: relative;
    align-items: center;
}
}

@media (max-width: 1024px) {
#sp-header.header-style-two .container {
    border-left: 0px solid var(--secondary_color) !important;
}
}

#sp-header.header-style-two .container {
    border-left: 0px solid var(--secondary_color);
}

@media (min-width: 1024px) {
#sp-header.header-style-two {
    position: absolute;
    left: 0;
    top: 120px;
    width: 100%;
    z-index: 99;
	background: transparent;
	margin-top: -50px;
}
}
#sp-header.header-style-two .sp-megamenu-parent > li > a {
	color: #ffffff !important;
	font-size: 14px;
	line-height: 60px;
	text-decoration: none;
	text-transform: capitalize;
}
#sp-header.header-style-two .sppb-btn-custom {
  padding: 15px 44px !important;
  border-radius: 27px !important;
  margin-top: 23px !important;
  border-radius: 80px !important;
}

/**/

.phone i {
	background-color: var(--secondary_color);
}
.social-media {
  display: flex;
  justify-content: flex-end; 
  align-items: center; 
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, 
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
	padding: 6px 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	padding: 15px;
	background-color: #fff;
	border-radius: 20px;
	border-left: 7px solid var(--secondary_color);
	border-bottom: 7px solid var(--secondary_color);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	line-height: 40px;
	color: var(--dark_color);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
	color: var(--dark_color);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:not(:last-child) {
  border-bottom: 1px solid #00000024;
}
/**/

.extras a.theme-btn {
	background: var(--secondary_color);
}

.extras {
    display: flex;
    justify-content: flex-end;
}
.extras a.theme-btn {
	font-size: 16px;
	font-weight: bold;
	padding: 43px 44px;
	border-radius: 27px;
	margin-left: 5px;
	color: #ffffff;
}
#sp-search.col-lg-3 {
	padding-right: 0px !important;
}

@media (min-width: 992px) {
#sp-search.col-lg-3 {
	width: 20%;
}
#sp-menu.col-lg-6 {
	width: 55%;
}
}

#sp-search .d-flex {
  display: block !important;
}

#sp-menu {
	padding-left: 0;
	padding-right: 0;
}

#sp-search {
    display: block;
    align-items: center;
    justify-content: space-between;
	padding-left: 0;
	padding-right: 0;
}
/**/

.sp-slider .sp-slider-btn-text {
    border: none;
    text-align: center;
    cursor: pointer;
    text-transform: capitalize;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    background-color: var(--secondary_color);
    padding: 30px 48px;
    margin: 0 auto;
    border-radius: 60px;
    line-height: 0;
}
.sp-slider .sp-slider-btn-text:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--secondary_color);
    border-color: var(--secondary_color);
}
.sp-slider .sp-slider-btn-text span {
  position: relative; 
  z-index: 1;
  color: #ffffff;
}
.sp-slider .sp-slider-btn-text:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 469%;
    width: 133%;
    background: var(--red_color);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translateX(-76%) translateY(-24%) rotate(45deg);
    transform: translateX(76%) translateY(-24%) rotate(41deg);
}
.sp-slider .sp-slider-btn-text:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
.nonprofit h4, 
.nonprofit span {
	color: var(--secondary_color);
}
.nonprofit img,
.nonprofit {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
/**/

.zoom-slider .owl-item.active .item.recent-causes i, 
.zoom-slider .owl-item.active .recent-causes-data {
    display: flex !important;
}

.zoom-slider .owl-carousel button.owl-dot {
	width: 14px;
	height: 14px;
	border-radius: 21px;
	background-color: #c5c5c5 !important;
	margin: 5px;
}

/**/
.progress {
	margin-bottom: 10px;
}
.progress .progress-bar {
	background-color: var(--secondary_color);
}
.give-donation-level-btn:hover,
.please-donate-today form input.give-submit {
	background-color: var(--secondary_color);
}
/**/
.upcoming-event-img > a i {
	background-color: var(--secondary_color);
}

.upcoming-event-data i {
	color: var(--secondary_color);
}

.upcoming-event-data a h4 {
	color: var(--dark_color);
}
@media (max-width: 1400px) {
.upcoming-event-data h6 {
	font-size: 15px;
}
}
/**/
.change-we-need:before {
	position: absolute;
	content: "";
	width: 190%;
	height: 115%;
	background-color: #fafafa;
	z-index: -1;
	border-radius: 35px;
	left: -60px;
	top: -9%;
}
ul.heart li i {
	color: var(--secondary_color);
}

/*shop*/
span.hikashop_product_name a:hover,
span.hikashop_product_name:hover {
	color: var(--secondary_color);
}
span.hikashop_product_name a,
span.hikashop_product_name {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: capitalize;
	text-align: left;
	color: var(--dark_color);

}
.hikashop_product_price {
	font-size: 20px;
	font-weight: bold;
	color: var(--secondary_color);
	text-align: left;
}
.hikashop_product_price_full {
	display: block !important;
}
.hikashop_product_price,
.hikashop_product_price_per_unit {
	display: inline-block !important;
}
.hikashop_products.display_grid .hikashop_product_image_subdiv {
  width: auto !important;
}
.hikashop_products.display_grid .hikashop_product_image {
	height: auto !important;
}
.hikashop_subcontainer {
	border-radius: 0px !important;
}
.hikashop_products.display_grid .hikashop_subcontainer {
	border: 1px solid #c1c1c1;
	padding: 30px;
	background: #ffffff;
	position: relative;
}
#sp-component .hikashop_products_listing .hikashop_subcontainer {
	border: 1px solid #d5d5d5;
	padding: 30px 30px 30px 30px;
	background: #ffffff;
	position: relative;
	transition: all 0.3s ease;
	border-radius: 20px !important;
}
#sp-component .hikashop_products_listing .hikashop_subcontainer:hover {
	border: 1px solid var(--secondary_color);
	transition: all 0.3s ease;

}
#sp-component .hikashop_product_image_subdiv {
	width: auto !important;
}
#sp-component .hikashop_product_image {
	height: auto !important;
}
.hikashop_product_image_subdiv {
	padding: 20px 0;
	position: relative;
}
#sp-right .hikashop_product .hikacart {
	display: none !important;
}
#sp-right .hikashop_product:not(:last-child) {
	border-bottom: 0px solid #c1c1c1 !important;
}
#sp-right div.hikashop_container {
	margin: 0 !important;
}
.hikashop_product {
	position: relative;
}
.hikashop_product .hikabtn,
.hikashop_products.display_list .hikabtn,
.hikashop_products.display_grid .hikabtn {
    display: block;
    width: 80%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) translateX(-10px);
    left: 55%;
    padding: 20px 30px;
    opacity: 0;
    visibility: visible;
	transition: all 0.3s ease;
}
#sp-right .hikashop_product_quantity_div {
	display: none !important;
}
.hikashop_product:hover .hikabtn,
.hikashop_products_listing .hikashop_subcontainer:hover .hikabtn,
.hikashop_products.display_grid .hikashop_subcontainer:hover .hikabtn {
    opacity: 1;
    visibility: visible;
}
.hikashop_product .hikabtn:hover,
.hikashop_products_listing .hikashop_subcontainer .hikabtn:hover ,
.hikashop_products.display_grid .hikashop_subcontainer .hikabtn:hover {
	background: var(--dark_color) !important;
	border: 0px solid var(--dark_color) !important;
	transition: all 0.3s ease;
}
.hikashop_products.display_grid .hikashop_subcontainer .hikabtn:hover {
	background: var(--dark_color);
	border: 0px solid #c1c1c1 !important;
	transition: all 0.3s ease;
}
.hikashop_products.display_grid .hikabtn {
	border: 0px solid var(--secondary_color) !important;
	color: #ffffff !important;
	padding: 18px 40px 18px 40px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase !important;
	border-radius: 80px;
	transition: all 0.3s ease;
}
.hika_j2 .btn,
.hikabtn {
	background: var(--secondary_color) !important;
	border: 0px solid var(--secondary_color) !important;
	color: #ffffff !important;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	transition: all 0.3s ease;

}
#hikashop_cart_module th {
	padding-right: 10px;
}
#hikashop_cart_module tr {
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
	display: block;
}
.hikashop_cart_module_product_total_title {
	padding-right: 10px;
}
#hikashop_cart_module .hikabtn {
	background: transparent !important;
	border-bottom: 2px solid var(--secondary_color) !important;
	color: var(--dark_color) !important;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	transition: all 0.3s ease;
	padding: 5px 2px !important;
	border-radius: 0px;
	margin-top: 20px;
}
.hikabtn.hikashop_switcher_grid,
.hikabtn.hikashop_switcher_list {
	position: relative !important;
	background: inherit !important;
	border: 2px solid #eee !important;
    display: inline-block;
    width:  auto !important;
    padding: 5px;
    opacity: 1 !important;
    visibility: visible !important;
	left: auto !important;
}

.hikashop_products.display_list .hikashop_product {
	border: 1px solid #c1c1c1;
	padding: 30px;
	background: #ffffff;
	position: relative;
	margin-bottom: 30px;
}
.hikashop_products.display_list .hikashop_product_image_subdiv {
	width: 160px !important;
}
.hikashop_products.display_list .hikashop_product_image {
	height: 160px !important;
}

.hikashop_products.display_list span.hikashop_product_price_full {
  border-width: 0px 0px 0px 0px !important;
  margin-bottom: 5px;
}

div.hikashop_products.display_list span.hikashop_product_price_full, 
div.hikashop_products.display_list span.hikashop_product_name {
  width: 100% !important;
}
.hikashop_products.display_list span.hikashop_product_price_full, 
.hikashop_products.display_list span.hikashop_product_name {
	border: 0px solid #ddd !important;
}
.hikashop_products.display_list div.hikashop_subcontainer, 
.hikashop_products.display_list div.hikashop_subcontainer span, 
.hikashop_products.display_list div.hikashop_container {
	text-align: left !important;
}
.hikashop_products.display_list div.hikashop_subcontainer .hikabtn {
	background: var(--secondary_color);
	border: 0px solid var(--primary_color);
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 17px 35px;
}
.hikashop_product .hikabtn:hover,
.hikashop_products.display_list div.hikashop_subcontainer .hikabtn:hover {
	background: #f6f6f6;
	border: 2px solid #c1c1c1;
}
@media only screen and (max-device-width: 1024px) {
.hikashop_products.display_list .hikashop_product_image .hikashop_product_image_subdiv {
	max-width: 200px !important;
}
.hikashop_products.display_list .hikashop_product_image_subdiv {
	padding: 0px !important;
}
}

.hikashop_products.display_list div.hikashop_container {
	margin: 0!important;
}
.hikashop_products.display_list .hikashop_product_image_subdiv {
	padding: 0px !important;
}

div.hikashop_footer {
	padding: 20px 0px;
	clear: both;
	display: none !important;
}
.hikashop_products_listing_switcher span i {
	color: var(--primary_color) !important;
}

.hikashop_tabs_ul li {
	border: 2px solid rgba(34, 54, 104,0.1);
	padding: 20px 35px;
	border-radius: 5px;
	transition: all 0.3s ease;
	font-size: 14px;
	line-height: 32px;
	font-weight: 500 !important;
	text-transform: uppercase !important;
	color: var(--primary_color) !important;
}
.hikashop_tabs_ul li.hikashop_tabs_li_selected {
    background: var(--primary_color)!important;
    border-color:  var(--primary_color)!important;
	color: #ffffff !important;
}
.hikashop_tabs_content {
	background-color: #ffffff;
	border: 0px solid #c1c1c1 !important;
	padding: 20px 5% 0 5% !important;
	margin-top: 11px !important;
	border-radius: 0 !important;
}
.hikashop_tabs_ul li:not(:last-child) {
	margin-right: 15px !important;
}
.hikashop_tabs_ul {
  margin: 0px auto 7px auto !important;
  display: block !important;
  text-align: center !important;
}
.hikashop_tabs_content h3 {
	color: var(--primary_color);
	font-size: 25px;
	font-weight: 500;
}
.hikashop_product_bottom_part {
	margin-top: 80px;
}
.hikashop_tabs_li.hikashop_tabs_li.ui-corner-top.hikashop_tabs_li_selected {
	
}
.hikashop_tabs_li.hikashop_tabs_li.ui-corner-top {
	margin-top: -3px !important;
}
.hikashop_product_name_main {
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	margin: 0 0 3px;
	text-align: left;
	color: var(--dark_color);
}
#hikashop_product_characteristics .form-select {
	padding: 5px 20px;
	height: 52px !important;
	border-radius: 0px !important;
	background-color: #eeeeee !important;
	border-color: #eeeeee !important;
}
.hikashop_product_quantity_input_div_select select {
	padding: 6px 20px !important;
	height: 62px !important;
	border-radius: 4px !important;
	background-color: #eeeeee !important;
	border-color: #eeeeee !important;
	transition: 0.3s ease-in-out;
}
.layout-show .hikacart:hover {
	border: 0px solid var(--primary_color);
	background: var(--primary_color);
	color: #ffffff !important;
	transition: 0.3s ease-in-out;
}
.layout-show .hikacart {
	background: var(--primary_color);
	padding: 20px 35px;
	font-weight: bold;
	font-size: 14px;
	border: 0px solid var(--primary_color);
	color: #ffffff !important;
	transition: 0.3s ease-in-out;
	margin-top: 3px;
	text-transform: uppercase !important;
	border-radius: 4px !important;
}
.hikashop_vote_form .hikashop_comment_textarea,
.hikashop_comment_form input[type="text"]:not(.form-control), 
.hikashop_comment_form input[type="email"]:not(.form-control), 
.hikashop_comment_form input[type="url"]:not(.form-control), 
.hikashop_comment_form input[type="date"]:not(.form-control), 
.hikashop_comment_form input[type="password"]:not(.form-control), 
.hikashop_comment_form input[type="search"]:not(.form-control), 
.hikashop_comment_form input[type="tel"]:not(.form-control), 
.hikashop_comment_form input[type="number"]:not(.form-control), 
.hikashop_comment_form select:not(.form-select):not(.form-control) {
	border: 1px solid #c1c1c1 !important;
	padding: 15px 15px !important;
	background: #ffffff !important;
	margin-bottom: 15px;
	border-radius: 0 !important;
}
#hikashop_vote_form .hikabtn {
	background: var(--primary_color);
	border-radius: 0px !important;
	padding: 20px 35px;
	font-weight: 500;
	font-size: 14px;
	border: 0px solid var(--primary_color);
	color: #ffffff !important;
	transition: 0.3s ease-in-out;
	margin-top: 3px;
	text-transform: uppercase !important;
}
.hikashop_quantity_form {
	display: inline-block !important;
}
/**/
.view-category.layout-listing .hikashop_products_listing .hikashop_subcontainer {
	border: 1px solid #c1c1c1;
	padding: 30px;
	background: #ffffff;
	position: relative;
}
.view-category.layout-listing .hikashop_product_image_subdiv {
	padding: 30px;
	position: relative;
}

.view-category.layout-listing .hikashop_products_listing .hikabtn {
    display: block;
    width: 60%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) translateX(-10px);
    left: 50%;
    padding: 20px 30px;
    opacity: 0;
    visibility: visible;
}
.view-category.layout-listing .hikashop_products_listing .hikashop_subcontainer:hover .hikabtn {
    opacity: 1;
    visibility: visible;
	color: var(--primary_color);
}
.view-category.layout-listing .hikashop_products_listing .hikashop_subcontainer .hikabtn:hover {
	background: #f6f6f6;
	border: 2px solid #c1c1c1;
}

.view-category.layout-listing .hikashop_products_listing .hikabtn {
	background: var(--primary_color);
	border: 2px solid var(--primary_color);
	color: var(--primary_color);
	font-size: 16px;
	font-weight: 600;
 
}
.short_description {
	
}
.hikashop_cart i {
	color: var(--primary_color);
}
.hikashop_cart {
  text-align: left;
  color: var(--primary_color);
  font-weight: 600;
} 
.hikashop_cart a {
	color: var(--dark_color) !important;
}

@media (max-width: 1024px) {
.hikashop_cart {
	line-height: 20px;
	font-size: 18px;
	font-weight: 400;
	color: #667667;
}
}
@media (min-width: 1024px) {
.hikashop_cart {
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  color: var(--dark_color);
}
}
.hikashop_cart:hover {
	border: 0px solid #111111;
	transition: 0.3s ease-in-out;
}
.hikashop_cart {
	border: 0px solid rgba(0, 0, 0, 0.1);
	padding: 0px;
	transition: 0.3s ease-in-out;
	border-radius: 0px;
}
.hikashop_cart:hover table,
.hikashop_cart table {
	border: 1px solid rgba(0, 0, 0, 0);
}
.hikashop_checkout_login h1, 
.hikashop_checkout_login h2 {
	color: var(--dark_color);
	font-weight: 600;
}

/**/
.hika_j2 .btn-success, 
.hikabtn-success,
.hika_j2 .btn-success:hover, 
.hikabtn-success:hover {
	padding: 17px 35px;
	background: var(--primary_color);
	color: var(--primary_color);
	border-color: var(--primary_color);
	font-weight: 600;
}
.hikashop_checkout_cart .table > :not(caption) > * > * {
	vertical-align: middle;
}
.btn-primary:hover, 
.sppb-btn-primary:hover,
.btn-primary, 
.sppb-btn-primary {
	background: var(--primary_color);
	color: var(--primary_color);
	border-color: var(--primary_color);
	font-weight: 600;
	color: #fff;
}
.hkform-horizontal a,
.hikashop_checkout_cart a {
	color: var(--primary_color);
}
.hikashop_category_list_item a {
font-size: 18px;
font-weight: 400;
color: #667667;

}
#sp-topbar-top-transparent .login a {
    color: #ffffff;
}
#sp-right span.hikashop_product_name a, 
#sp-right span.hikashop_product_name {
	font-size: 18px !important;
}
#sp-right .hikashop_product_price {
	font-size: 16px !important;
}
#sp-right .hikashop_product_image_subdiv {
	padding: 0;
}
#sp-right .hikacart:hover {
	border: 2px solid var(--primary_color);
	background: var(--primary_color);
	color: #ffffff !important;
	transition: 0.3s ease-in-out;
}
#sp-right .hikacart {
	background: var(--primary_color);
	border-radius: 0px !important;
	padding: 18px 35px;
	font-weight: 600;
	font-size: 14px;
	border: 2px solid var(--primary_color);
	color: var(--primary_color) !important;
	transition: 0.3s ease-in-out;
	margin-top: 3px;
}
#sp-right .hikashop_product:not(:last-child) {
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: 20px;
	padding-top: 0px;
}

.hikashop_container .hikashop_product_quantity_div {
	display: none !important;
}
.hikashop_results_counter,
.list-footer.pagination {
	display: none !important;
}
div.hikashop_container {
	margin: 0px 10px 30px 10px !important;
}
@media (min-width: 1200px) {
.com-hikashop.view-product #sp-main-body .container {
	max-width: 1240px;
}
}
.hikashop_subcategories .panel {
	border: 1px solid #f3f3f3;
	padding: 0px;
	margin-bottom: 15px;
}
/*
.com_hikashop #sp-left .sp-module, 
.com_hikashop #sp-right .sp-module {
	padding: 5px !important;
}
*/
.hikashop_subcategories .panel {
	border-radius: 0px;
}
.hikashop_subcategories .panel.active {
	border-radius: 0px;
}
.hikashop_subcategories .panel.active span {
	border-bottom: 1px solid #f3f3f3;
}
.hikashop_subcategories .panel span {
	border-bottom: 1px solid #ffffff;
}
#hikashop_product_tags_main.hikashop_product_tags {
	display: none !important;
}
/**/
/*acc*/
/* Accordion container */
.hikashop_subcategories {
  margin-bottom: 20px;
}
.hikashop_subcategories .title:hover a {
	color: var(--secondary_color);
}
.hikashop_subcategories .title:hover {
	border-bottom: 1px solid var(--secondary_color);
	transition: 0.3s ease-in-out;
}
.hikashop_subcategories .title {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	transition: 0.3s ease-in-out;
}
/* Accordion item */
.hikashop_subcategories .panel {
  border: 0px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
  transition: 0.3s ease-in-out;
}

.hikashop_subcategories .panel:hover {
  border: 0px solid #111111;
  transition: 0.3s ease-in-out;
}

/* Accordion header */
.hikashop_subcategories .title {
  background-color: #ffffff;
  padding: 7px 0;
  cursor: pointer;
  border-radius: 0px;
}

/* Accordion header text */
.hikashop_subcategories .title a {
  font-weight: 600;
  text-decoration: none;
  color: var(--dark_color);
  font-size: 18px;
}

/* Plus and minus icons */
.hikashop_subcategories .title::before {
  content: ' ';
  float: left;
  margin-right: 5px;
  font-size: 17px;
  margin-top: 5px;
}

.hikashop_subcategories .panel.active .title::before {
  content: '-';
  font-size: 17px;
}

/* Accordion content */
.hikashop_subcategories .content {
  padding: 10px;
  display: none;
}

/* Active state */
.hikashop_subcategories .panel.active .content {
  display: block;
}

/* Pane styles */
.pane-sliders h4 {
  margin-bottom: 0 !important;
}


.hikashop_category_list.accordion .hikashop_category_list_item {
  font-weight: 600;
}
#sp-left .hikashop_subcategories .hikashop_category_list_item a,
#sp-right .hikashop_subcategories .hikashop_category_list_item a {
	font-family: var(--montserrat);
	font-weight: 600;
	font-size: 15px;
}
#sp-left .sp-module ul > li > a:hover,
#sp-right .sp-module ul > li > a:hover {
	color: var(--primary_color);
}

.brands a:hover {
	transition: 0.3s ease-in-out;
	color: var(--primary_color);
}	
.brands a {
	font-weight: 600;
	text-decoration: none;
	color: var(--primary_color);
	font-size: 18px;
	font-family: var(--montserrat);
	transition: 0.3s ease-in-out;
}
.hikashop_category_name a {
	font-weight: 600;
	text-decoration: none;
	color: var(--primary_color);
	font-size: 18px;
	font-family: var(--montserrat);
}
.hikashop_tabs_content a {
	color: var(--primary_color);
}
/**/
#sp-left .sp-module.nounder, 
#sp-right .sp-module.nounder {

}
.designdh {
	background: var(--secondary_color) !important;
	border-radius: 20px !important;
	padding: 0 30px 20px 30px;
}
.designdh .sp-module-title {
	padding: 20px 0 0 30px;
}
.hikashop_products_listing .hikashop_product_row_1 {

}

img.hikashop_child_image {
	height: 90px;
}
.hikashop_product_page div.hikashop_small_image_div a {
	border-radius: 20px;
	padding: 8px;
	border: 1px solid #c1c1c1;
}

.hikashop_product_page div.hikashop_small_image_div a.hikashop_active_thumbnail {
	border: 1px solid var(--secondary_color) !important;
}
div.hikashop_main_image_div, 
div.hikashop_main_file_div {
	margin-bottom: 30px;
}
a.hikashop_slide_prev_active {
	margin-right: -50px;
} 
a.hikashop_slide_next_active {
	margin-right: 50px;
}
.hikashop_slide_prev, 
.hikashop_slide_next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  padding: 10px;
  transition: 0.6s ease;
  border-radius: 100px !important;
  border: 2px solid #ccc;
  text-align: center;
  line-height: 30px;
}
.hikashop_slide_prev:hover, 
.hikashop_slide_next:hover {
	border: 2px solid var(--secondary_color);
	background: #fff !important;
	transition: 0.6s ease;
}
.hikashop_slide_prev:hover i, 
.hikashop_slide_next:hover i {
	color: var(--secondary_color) !important;
	transition: 0.6s ease;
}

/**/

.sp-page-title {
	padding-top: 300px;
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 2 !important;
}

.sp-page-title:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #000000;
	opacity: .5;
}
.sp-page-title .sp-page-title-heading {
	color: #ffffff;
	font-size: 70px;
	font-weight: bold;
}
.sp-page-title .sp-page-title-sub-heading {
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
}
.sp-page-title .sp-page-title-sub-heading {
	position: relative;
	padding-bottom: 60px;
	border-bottom: 3px solid #ffffff;
}
/**/

.get-involved i {
	background-color: var(--secondary_color);
}
.Fund-cercle span {
	background-color: var(--secondary_color);
}
.event-details-img img, 
.event-img-two img {
	border-radius: 35px;
}
/**/
#column-wrap-id-41730e2b-42f1-43ca-97ab-59d910e173c0,
.ceterall {
	margin: auto;
	display: block;
	text-align: center;
}
.breadcrumb .fas {
	display: none !important;
}
.sp-page-title .breadcrumb {
  margin: 25px 0 0 0;
}
.article-details .article-full-image img,
.article-details img {
	border-radius: 35px;
	width: 100%;
}
.quote {
	margin-bottom: 30px !important;
}

.article-details .article-header h1, 
.article-details .article-header h2 {
	font-weight: bold;
	font-size: 40px;
	line-height: 50px;
	color: var(--dark_color);
}

.article-details ul {
	margin-bottom: 20px;
	position: relative;
}
.article-details li {
    padding-bottom: 10px;
}
.article-details li i{
    font-size: 20px;
    padding-right: 10px;
}
.article-details li{
    color: #555;
    font-size: 18px;
	padding-left: 25px;
}
.article-details li:before {
  content: "\f058"; /* Unicode code for the checkmark icon (fa-check) */
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  color: var(--secondary_color); /* Change the color as needed */
}
.related-article-list-container .related-article-title {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 20px;
	color: var(--dark_color);
	margin-bottom: 30px;
}
.article-list .article {
	margin-bottom: 35px;
	padding: 0px;
	border: 0px solid #f5f5f5;
	border-radius: 0;
}
.article-list .article .article-full-image {
	margin: 0;
	border-radius: 0;
	border-bottom: 0px solid #f5f5f5;
	overflow: hidden;
}

.article-list .article .article-header h1, .article-list .article .article-header h2 {
	margin: 0;
}
.article-list.related-article-list .btn {
	display: none;
}

.related-article-large .article-information {
  border-left: 0px solid #f1f1f1;
  padding: 25px 25px 25px 35px;
  background: #f6f6f6;
  border-radius: 35px;
  margin-left: -80px;
}

.related-article-large img {
  border-radius: 35px;
  object-fit: cover;
  height: 300px;
}
.article-list .article .article-header h1 a:hover, .article-list .article .article-header h1 a:active, .article-list .article .article-header h1 a:focus, .article-list .article .article-header h2 a:hover, .article-list .article .article-header h2 a:active, .article-list .article .article-header h2 a:focus {
	color: var(--secondary_color);
}
.related-article-list .article-information h1, 
.related-article-list .article-information h2 {
	font-size: 23px;
	line-height: 35px;
}
/**/
#sp-footers .social-media li a i {
	background: var(--secondary_color);
}
@media (max-width: 1400px) {
#sp-footers ul.social-media i {
  font-size: 18px;
}
#sp-footers ul.social-media i {
  width: 44px;
  height: 44px;
}
}
#sp-footers .social-media li a {
	color: #fff;
}
#sp-footers .social-media li a:hover {
	color: #fff;
}
#sp-footers .boder {
	background-color: #fff !important;
}
.organizer h4,
.get-involved .data h3 {
	color: var(--dark_color);
}
.get-involved.data ul li i {
	color: var(--secondary_color);
}
@media (max-width: 1400px){
.urgent-causes img {
  width: 50%;
}
}
.urgent-causes img {
	object-fit: cover;
}

.hometwoo .goal span {
  color: #fff !important;
}

.hometwoo .goal h6 {
  color: var(--secondary_color) !important;
  padding-right: 5px;
}

@media (max-width: 1400px) {
.hometwoo .urgent-causes-two {
  width: 100%;
  padding: 0;
}
}
@media (max-width: 1400px) {
.hommet .recent-causes-urgent {
	padding: 40px !important;
}
}
.get-involved.develop h3,
.recent-causes-urgent a h4 {
	color: var(--dark_color);
}
.team-join-data a h5 {
	color: var(--dark_color);
}
.team-join-data span {
	color: var(--secondary_color);
}

.team-hover {
	margin-bottom: - 150px;
}
.team-join:hover {
	margin-bottom: 0px;
}
.team-join-data h5 {
	font-size: 20px !important;
}
.team-join-data h6 {
	font-size: 16px !important;
}
.team-join-data {
	-webkit-border-top-left-radius: 35px;
	-webkit-border-bottom-left-radius: 35px;
	-moz-border-radius-topleft: 35px;
	-moz-border-radius-bottomleft: 35px;
	border-top-left-radius: 35px !important;
	border-bottom-left-radius: 35px !important;
}

.sp-page-builder .page-content #section-id-0b173e20-ef2b-4b0a-9acd-2ee0851acb28 > .sppb-row-overlay,
.sp-page-builder .page-content #section-id-229d1f4a-14e2-4b9c-9c60-1a5f62a61ec4 > .sppb-row-overlay {
	border-radius: 35px !important;
}
#sp-footers .btn {
    border: none;
    text-align: center;
    cursor: pointer;
    text-transform: capitalize;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    background-color: var(--secondary_color);
    padding: 30px 48px;
    margin: 0 auto;
    border-radius: 60px;
    line-height: 0;
}
#sp-footers .btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--secondary_color);
    border-color: var(--secondary_color);
}
#sp-footers .btn span {
  position: relative; 
  z-index: 1;
  color: #ffffff;
}
#sp-footers .btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 469%;
    width: 133%;
    background: var(--red_color);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translateX(-76%) translateY(-24%) rotate(45deg);
    transform: translateX(76%) translateY(-24%) rotate(41deg);
}
#sp-footers .btn:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}
.centerh {
	margin: 0 auto !important;
	text-align: center !important;
	display: block;
	position: relative;
}
/**/
#sp-left .sp-module, 
#sp-right .sp-module {
	padding: 30px 40px 30px 40px;
	border: 1px solid #d5d5d5;
	border-radius: 10px;
}

#sp-left .sp-module .sp-module-title, 
#sp-right .sp-module .sp-module-title {
	font-size: 24px;
	color: #000;
	border-bottom: 1px solid #d5d5d5;
	position: relative;
	line-height: 55px;
}
#sp-left .sp-module .sp-module-title:before, 
#sp-right .sp-module .sp-module-title:before {
	content: "";
	width: 85px;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: -2px;
	background: var(--secondary_color);
}

#sp-left .sp-module .sp-module-title, 
#sp-right .sp-module .sp-module-title {
	padding: 0;
	margin-bottom: 30px;
}
#sp-left .sp-module ul > li, 
#sp-right .sp-module ul > li {
	border-bottom: 1px solid #d5d5d5;
}
#sp-left .sp-module .tagscloud .tag-name, 
#sp-right .sp-module .tagscloud .tag-name {
	background: transparent;
	color: var(--dark_color);
	border: 1px solid #d5d5d5;
	font-size: 15px;
	border-radius: 7px;
	margin: 5px 3px;
	padding: 10px;
}
#sp-left .sp-module .tagscloud .tag-name:hover, 
#sp-right .sp-module .tagscloud .tag-name:hover {
	border: 1px solid var(--secondary_color);
	background: var(--secondary_color);
	color: #ffffff;
}


.blog .article-body {
	background-color: #fafafa;
	padding: 50px;
	border-radius: 35px;
}
.blog .article-list .article .article-header h1, 
.blog .article-list .article .article-header h2 {
	font-size: 25px !important;
	margin: 0 0 15px 0 !important;
	line-height: 35px !important;
}

.article-list .article .article-intro-image img, 
.article-list .article .article-featured-video img, 
.article-list .article .article-featured-audio img, 
.article-list .article .article-feature-gallery img {
	border-radius: 35px;
	width: 100%;
	height: 450px;
	object-fit: cover;
}
.article-list .article .article-intro-image, 
.article-list .article .article-featured-video, 
.article-list .article .article-featured-audio, 
.article-list .article .article-feature-gallery {
  margin: 0 -50px 0 0;
  border-radius: 0;
  border-bottom: 0px solid #f5f5f5;
  overflow: hidden;
}
#sp-right .awesomplete {
	width: 100%;
}
#sp-right .awesomplete input {
	border-radius: 7px;
	box-shadow: 0px 7px 60px rgba(0, 0, 0, 0.07);
	padding: 16px 25px;
	line-height: 25px;
	width: 100%;
	background: rgba(0, 0, 0, 0.07);
}

/**/
.offcanvas-menu .offcanvas-inner ul.menu li.active a, 
.offcanvas-menu .offcanvas-inner ul.menu > li a:hover, 
.offcanvas-menu .offcanvas-inner ul.menu > li a:focus, 
.offcanvas-menu .offcanvas-inner ul.menu > li span:hover, 
.offcanvas-menu .offcanvas-inner ul.menu > li span:focus,
.offcanvas-menu .offcanvas-inner ul.menu li.active a,
.offcanvas-menu .offcanvas-inner ul.menu > li a:hover, 
.offcanvas-menu .offcanvas-inner ul.menu > li a:focus, 
.offcanvas-menu .offcanvas-inner ul.menu > li span:hover, 
.offcanvas-menu .offcanvas-inner ul.menu > li span:focus {
	color: var(--secondary_color);
}
.offcanvas-menu .offcanvas-inner ul.menu > li li a,
.offcanvas-menu .offcanvas-inner ul.menu > li a, 
.offcanvas-menu .offcanvas-inner ul.menu > li span {
	color: var(--dark_color);
	opacity: 1 !important;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler, 
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
	color: var(--dark_color);
}
.logo-image-phone {
	height: auto !important;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  font-family: 'Sora', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}