/*
 Theme Name:   BlackStar Child
 Theme URI:    http://eighty8.co.il/BkackStar
 Description:  BlackStar Child Theme
 Author:       Eighty8 by IWP
 Author URI:   http://eighty8.co.il
 Template:     blackstar
 Version: 1.8
 Text Domain:  blackstar-child
*/

/*
 transition: opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
*/

/* Top header */
#top-header {
	font-weight: 600;
	padding: 8px 0;
}
#top-header a:hover {
	opacity: 0.7;
}
#top-header .top-header-content p {
	line-height: 20px;
}
#top-header .top-header-inner {
	display: block;
}
#top-header .widget-item.col-r-txt {
	float: right;
}
#top-header .widget-item.col-r-txt span {
	margin-left: 14px;
	display: inline-block;
}
#top-header .widget-item.col-r-txt span:last-child {
	margin-left: 0px;
}
#top-header .widget-item.col-r-txt span.spt {
	width: 4px;
	height: 4px;
	background: white;
	border-radius: 4px;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	top: -3px;
}
#top-header .widget-item.col-l-menu {
	float: left;
	text-align: left;
}
#top-header .col-l-menu li {
	display: inline-block;
	float: left;
	margin-right: 24px;
}
#top-header .col-l-menu li:last-child {
	margin-right: 0;
}
#top-header .col-l-menu li.call a {
	margin-right: 10px;
	float: left;
}
#top-header .col-l-menu li.whatsapp a {
	line-height: 19px;
}
#top-header .col-l-menu li.whatsapp i {
	position: relative;
	top: 1px;
	margin-left: 5px;
}
/* Header */
.bs header#site-header .actions .items {
	padding-top: 2px;
}
.bs header#site-header {
	padding: 8px 0 0 0;
}
header#site-header .row-header .row {
	margin-bottom: 7px;
}
header#site-header.header3 .header-search-line {
	width: 370px;
	position: relative;
	top: 3px;
}
.bs header#site-header.header3 .header-search-line .input-field input,
.bs #site-nav.nav-mobile .site-search .input-field input {
	width: 100%;
	max-width: 100%;
	background: #f0f2f4;
	border-radius: 29px;
	border: none;
	height: 48px;
	font-size: 18px;
}
.bs header#site-header.header3 .header-search-line .input-field input::placeholder,
.bs #site-nav.nav-mobile .site-search .input-field input::placeholder {
	color: #5e7288;
}
.bs header#site-header.header3 .header-search-line .input-field .fa-search,
.bs #site-nav.nav-mobile .site-search .input-field .fa-search {
	top: 4px;
	right: auto;
	left: 25px;
	font-size: 20px;
	color: #29415e;
}
.bs header#site-header.header3 .header-search-line .input-field .fa-search:before,
.bs #site-nav.nav-mobile .site-search .input-field .fa-search:before {
	opacity: 1;
}
.bs header#site-header .actions .items .action.my-account {
	position: relative;
	top: 8px;
	margin-right: 55px;
}
.bs header#site-header .actions .items .action.my-account a,
.bs header#site-header .actions .items .action.cart a:not(.btn) {
	color: #29415e;
}
.bs header#site-header .actions .items .action.my-account .header-action {
	font-weight: 600;
}
.bs header#site-header .actions .items .action.cart {
	margin-left: 10px;
	margin-right: 46px;
	position: relative;
	top: 3px;
}
.bs header#site-header.header3 .actions .items .action .fa-shopping-cart {
	font-size: 28px;
}
.bs header#site-header.header3 .fa-shopping-cart:before {
	content: "\f07a";
}
.bs header#site-header #site-header-cart.count-0 .cart-link .count {
	display: none;
}
.bs header#site-header #site-header-cart .cart-link .count {
	right: -14px;
	background: #3faaff;
	width: 23px;
	height: 23px;
	text-align: center;
	border-radius: 50%;
	color: white;
	font-size: 12px;
	line-height: 23px;
	top: -18px;
	font-weight: 600;
	letter-spacing: -1px;
}
.bs .cart-dropdown {
	top: 19px;
}
.bs .cart-dropdown .mini-cart {
	font-size: 17px;
}
header#site-header.header3 .row-nav #site-nav {
	padding: 0;
}
header#site-header.header3 .row-nav {
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}
header#site-header .site-branding a img.logo-img,
header#site-header .site-branding a img.alterantive-logo,
body #page header#site-header.sticky .row {
	transition: height 0.65s cubic-bezier(0.77, 0.2, 0.05, 1);
}
body.header-sticky.slideup #page header#site-header.sticky .row {
	height: 66px;
}
body.header-sticky .row-nav {
	height: 0px;
	overflow: hidden;

	transition: height 0.65s cubic-bezier(0.77, 0.2, 0.05, 1);
}
body.header-sticky.slideup .row-nav {
	height: 59px;
	overflow: initial;
	animation: 1s delay-overflow;
}
@keyframes delay-overflow {
	from {
		overflow: hidden;
	}
}
body.header-sticky header#site-header .site-branding a img.logo-img,
body.header-sticky header#site-header .site-branding a img.alterantive-logo {
	height: 45px;
}
body.bs.header-sticky #page header#site-header.sticky {
	background: white;
	-moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}
body.bs.header-sticky #page header#site-header.sticky .row-nav {
	border-color: transparent;
}
body.bs.header-sticky.slideup #page header#site-header.sticky .row-nav {
	border-color: #d5d5d5;
}
body.bs.header-sticky header#site-header .actions {
	position: relative;
	top: -4px;
}
body.bs.header-sticky header#site-header.header3 .header-search-line .input-field input {
	height: 44px;
	font-size: 16px;
	top: -7px;
}
/* main menu */
header#site-header #site-nav {
	max-height: 57px;
}
header#site-header #site-nav ul.menu > li > a {
	font-weight: 600;
	padding-top: 18px;
	padding-bottom: 18px;
}
body.rtl.bs header#site-header #site-nav ul.menu > li.catalog > a {
	font-weight: bold;
	color: #0054a3;
}
header#site-header #site-nav ul.menu > li.catalog > a:before {
	display: inline-block;
	content: "\f00a";
	font-family: "Font Awesome 5 Pro";
	position: relative;
	right: -21px;
	font-size: 20px;
	top: 1px;
}
header#site-header #site-nav ul.menu > li.catalog {
	border-left: 1px solid #d5d5d5;
	margin-left: 30px;
	margin-right: 0px;
}
body.rtl.bs header#site-header #site-nav ul.menu > li.catalog > a {
	padding-right: 67px !important;
	padding-left: 110px !important;
}
body.rtl.bs header#site-header #site-nav ul.menu > li.catalog:hover > a {
	background: #0f7be7;
	color: white;
}
header#site-header #site-nav ul.menu > li:hover > a {
	color: #0f7be7;
}
header#site-header #site-nav ul.menu > li.menu-item-has-children > a.show-arrow {
	margin-left: 0px;
}
header#site-header #site-nav ul.menu > li.catalog.menu-item-has-children > a.show-arrow:after {
	margin: 0;
	position: absolute;
	left: 22px;
	top: 23px;
	font-size: 18px;
}
header#site-header #site-nav ul.menu > li {
	margin-right: 8px;
	margin-left: 8px;
}
header#site-header #site-nav ul.menu > li:last-child,
header#site-header #site-nav ul.menu > li.last-child {
	margin-left: 0px;
}
header#site-header #site-nav li.level-0:hover > a > span:after {
	display: none;
}

header#site-header #site-nav li.iwp_megamenu .drop-menu {
	margin-top: -17px;
	right: 0px;
}
header#site-header #site-nav .iwp_megamenu .drop-menu .drop-menu-inner .col-level-1,
header#site-header #site-nav .iwp_megamenu .drop-menu .drop-menu-inner {
	width: 310px;
	padding: 0px;
	max-width: 100%;
	transition: width 0.65s cubic-bezier(0.77, 0.2, 0.05, 1);
}
header#site-header #site-nav .iwp_megamenu .drop-menu .drop-menu-inner .col-level-1 {
	background: #0f7be7;
	padding-top: 30px;
	padding-bottom: 40px;
	min-height: 340px;
}
header#site-header #site-nav .drop-menu {
	-webkit-animation-name: blackstar_nav_drop_override;
	animation-name: blackstar_nav_drop_override;
}
.bs.rtl header#site-header #site-nav .drop-menu ul.sub-menu li.level-1 > a {
	font-size: 20px;
	margin-bottom: 20px;
	color: white;
	margin-top: 5px;
	font-weight: 600;
	padding-right: 65px;
	position: relative;
}
header#site-header #site-nav .drop-menu ul.sub-menu li.level-1.menu-item-has-children > a:after {
	content: "\f104";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	left: 22px;
	opacity: 0;
	transition: opacity 0.25s 0.1s linear;
}
header#site-header #site-nav .drop-menu ul.sub-menu li.level-1.menu-item-has-children:hover > a:after {
	opacity: 0.8;
}
.bs header#site-header #site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1.menu-item-has-children {
	width: 100%;
	max-width: 100%;
	position: static;
	padding-left: 0;
}
header#site-header #site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop {
	position: absolute;
	right: 300px;
	top: 5px;
	padding-right: 95px;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.25s 0.1s linear;
}
header#site-header #site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1:hover > .sub-menu-drop {
	opacity: 1;
	visibility: visible;
}
header#site-header #site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop ul {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: wrap column;
	flex-flow: wrap column;
	max-height: 250px;
	max-width: 360px;
}
header#site-header #site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1.column5 .sub-menu-drop ul {
	max-height: 310px;
}
header#site-header #site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop ul + ul.accessories {
	display: block;
	position: absolute;
	left: 64px;
	top: 0px;
}
header#site-header #site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop ul + ul.accessories:before {
	content: "";
	width: 1px;
	height: 265px;
	position: absolute;
	right: -25px;
	background: #b3bec9;
}
header#site-header #site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li {
	margin-bottom: 28px;
	position: relative;
	min-width: 160px;
}
header#site-header #site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li a {
	padding-top: 5px;
	padding-bottom: 5px;
}
header#site-header #site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li a:hover {
	color: #0f7be7;
}
header#site-header #site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li a:hover .icon {
	background: #0f7be7;
}
header#site-header .action .drop-menu ul.sub-menu li a {
	font-size: 17px;
	padding: 10px 31px;
}
header#site-header .action .drop-menu {
	right: -25px;
	padding-top: 15px;
}
header#site-header .action .drop-menu-inner {
	min-width: 170px;
	padding: 10px 0;
	padding-top: 11px;
}
#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li .icon {
	width: 26px;
	height: 22px;
	display: inline-block;
	background: #004a99;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	position: absolute;
	right: -8px;
	top: 4px;
}
#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon1 span.icon {
	mask-image: url("/wp-content/themes/blackstar-child/icons/icon1.svg");
	-webkit-mask-image: url("/wp-content/themes/blackstar-child/icons/icon1.svg");
}
#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon2 span.icon {
	mask-image: url("/wp-content/themes/blackstar-child/icons/icon2.svg");
	-webkit-mask-image: url("/wp-content/themes/blackstar-child/icons/icon2.svg");
}
#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon3 span.icon {
	mask-image: url("/wp-content/themes/blackstar-child/icons/icon3.svg");
	-webkit-mask-image: url("/wp-content/themes/blackstar-child/icons/icon3.svg");
}
#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon4 span.icon {
	mask-image: url("/wp-content/themes/blackstar-child/icons/icon4.svg");
	-webkit-mask-image: url("/wp-content/themes/blackstar-child/icons/icon4.svg");
}
#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon5 span.icon {
	mask-image: url("/wp-content/themes/blackstar-child/icons/icon5.svg");
	-webkit-mask-image: url("/wp-content/themes/blackstar-child/icons/icon5.svg");
}
#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon6 span.icon {
	mask-image: url("/wp-content/themes/blackstar-child/icons/icon6.svg");
	-webkit-mask-image: url("/wp-content/themes/blackstar-child/icons/icon6.svg");
}
#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon7 span.icon {
	mask-image: url("/wp-content/themes/blackstar-child/icons/icon7.svg");
	-webkit-mask-image: url("/wp-content/themes/blackstar-child/icons/icon7.svg");
}
#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon8 span.icon {
	mask-image: url("/wp-content/themes/blackstar-child/icons/icon8.svg");
	-webkit-mask-image: url("/wp-content/themes/blackstar-child/icons/icon8.svg");
}
#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon9 span.icon {
	mask-image: url("/wp-content/themes/blackstar-child/icons/icon9-f.svg");
	-webkit-mask-image: url("/wp-content/themes/blackstar-child/icons/icon9-f.svg");
	margin-top: 1px;
}
#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon10 span.icon {
	mask-image: url("/wp-content/themes/blackstar-child/icons/icon10.svg");
	-webkit-mask-image: url("/wp-content/themes/blackstar-child/icons/icon10.svg");
}
#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon11 span.icon {
	mask-image: url("/wp-content/themes/blackstar-child/icons/icon11.svg");
	-webkit-mask-image: url("/wp-content/themes/blackstar-child/icons/icon11.svg");
}
#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon12 span.icon {
	mask-image: url("/wp-content/themes/blackstar-child/icons/icon12.svg");
	-webkit-mask-image: url("/wp-content/themes/blackstar-child/icons/icon12.svg");
}
#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon13 span.icon {
	mask-image: url("/wp-content/themes/blackstar-child/icons/icon13.svg");
	-webkit-mask-image: url("/wp-content/themes/blackstar-child/icons/icon13.svg");
}
#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon14 span.icon {
	mask-image: url("/wp-content/themes/blackstar-child/icons/icon14.svg");
	-webkit-mask-image: url("/wp-content/themes/blackstar-child/icons/icon14.svg");
}
#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon15 span.icon {
	mask-image: url("/wp-content/themes/blackstar-child/icons/icon15.svg");
	-webkit-mask-image: url("/wp-content/themes/blackstar-child/icons/icon15.svg");
}
#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon16 span.icon {
	mask-image: url("/wp-content/themes/blackstar-child/icons/icon16.svg");
	-webkit-mask-image: url("/wp-content/themes/blackstar-child/icons/icon16.svg");
}

header#site-header #site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop ul + ul.accessories li:not(:first-child) a {
	font-size: 17px;
}

header#site-header #site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop ul + ul.accessories li {
	margin-bottom: 8px;
}
header#site-header #site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop ul + ul.accessories li:first-child a {
	font-weight: 600;
}
header#site-header #site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop ul + ul.accessories li:first-child {
	margin-bottom: 13px;
	font-weight: bold;
}

@keyframes blackstar_nav_drop_override {
	0% {
		opacity: 0;
		transform: translate3d(0, 1%, 0);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.bs .products-grid .slick-list {
	padding: 30px;
	margin-top: -30px;
}
.bs .products-grid .slick-list li .product-item-wrap {
	padding-bottom: 0px;
}

/* footer */
#site-footer {
	padding-top: 90px;
}
#site-footer a:hover {
	opacity: 0.7;
}
#site-footer .wrapper {
	width: 1240px;
}
#site-footer .widget-item.col-info .kt-inside-inner-col {
	max-width: 440px;
}
#site-footer .widget-item.col-info .call,
#site-footer .widget-item.col-info .social {
	float: right;
	font-size: 21px;
}
#site-footer .widget-item.col-info .call {
	margin-left: 15px;
}
#site-footer .widget-item.col-info .call a {
	font-size: 24px;
	margin-right: 5px;
	font-weight: bold;
}
#site-footer .widget-item.col-info i {
	font-size: 24px;
	margin: 0 3px;
	position: relative;
	top: 1px;
}
#site-footer .widget-item.col-info a.whatsapp {
	margin-left: 15px;
}

#site-footer .widget-item.col-info .row.newsletter {
	width: 100%;
	max-width: 400px;
	float: right;
	margin-top: 70px;
}
#site-footer .widget-item.col-info .row.newsletter h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 10px;
	text-align: center;
}
#site-footer .widget-item.col-info .row.newsletter .input-field {
	margin-top: 22px;
}
#site-footer .widget-item.col-info .row.newsletter .input-field input[type="email"] {
	height: 54px;
	border-radius: 30px;
	border: none;
	font-size: 17px;
	padding: 0 30px;
	color: #3f5268;
}
#site-footer .widget-item.col-info .row.newsletter .input-field input[type="email"]::placeholder {
	color: #8593a3;
}
#site-footer .widget-item.col-info .row.newsletter .input-field input[type="submit"] {
	background: url(/wp-content/themes/blackstar-child/icons/subscribe-icon.png) no-repeat;
	width: 30px;
	height: 30px;
	text-indent: -99999px;
	overflow: hidden;
	border: none;
	position: absolute;
	left: 22px;
	top: 18px;
}

#site-footer .widget-item.col-txt,
#site-footer .widget-item.col-menu {
	font-size: 18px;
	padding-right: 0 !important;
	margin-right: 40px;
}
#site-footer .widget-item.col-txt h3,
#site-footer .widget-item.col-menu h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 25px;
}
#site-footer .widget-item.col-txt p {
	line-height: 34px;
	font-size: 18px;
}
#site-footer .widget-item.col-txt p .last {
	font-size: 14px;
	color: #b3bec9;
	letter-spacing: -0.2px;
}
#site-footer .widget-item.col-txt p a.waze img {
	margin-right: 4px;
}
#site-footer .widget-item.col-menu ul {
	width: 117px;
	float: right;
}
#site-footer .widget-item.col-menu ul + ul {
	margin-right: 40px;
}
#site-footer .widget-item.col-menu ul li {
	margin-bottom: 15px;
}
#site-footer.footer1 #footer-row2 {
	border-top: 1px solid #8593a3;
	padding-top: 17px;
	margin-top: 3px;
	color: #8593a3;
}
#site-footer.footer1 #footer-row2 p {
	color: #e8e8e8;
}

#site-footer.footer1 {
	position: relative;
}
#site-footer.footer1 a#go-up {
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: white;
	position: absolute;
	right: 50%;
	top: -28px;
	z-index: 10;
	margin-right: -28px;
	font-size: 24px;
	color: #004a99;
	text-align: center;
}
#site-footer.footer1 a#go-up {
	opacity: 1;
}
#site-footer.footer1 a#go-up:hover i {
	top: 18px;
}
#site-footer.footer1 a#go-up i {
	position: relative;
	top: 20px;
	transition: top 0.3s;
}

/* homepage */
body.hero-exist .page-base,
body.home .page-base,
.page-template-default.home .page-base {
	padding-top: 20px;
}
#homepage-grid > .wrapper > .container-fluid > .fluid.count-3:first-child {
	margin-right: -5px;
	margin-left: -5px;
}
.modular-page .fluid:not(.count-1) .column.hp-col-hero .box,
.modular-page .fluid:not(.count-1) .column.hp-col-cat-banners .box {
	padding-right: 5px;
	padding-left: 5px;
}
#homepage-grid .column.hp-col-cat-banners .box {
	margin-bottom: 10px;
}
.modular-page .column.hp-col-hero .banner.tr .txt {
	top: 14%;
	right: 10%;
	width: 85%;
}
.modular-page .column.hp-col-hero .box .txt .title {
	font-size: 30px;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 12px;
	color: white;
}
.modular-page .column.hp-col-hero .box .txt .desc {
	font-size: 93.6px;
	line-height: 86.4px;
	letter-spacing: -1px;
	font-weight: bold;
	color: white;
}
.modular-page .column.hp-col-hero .box .txt .desc span {
	font-size: 43.2px;
	font-weight: bold;
	position: relative;
	top: -23px;
}

.modular-page .column.hp-col-cat-banners .banner {
	cursor: pointer;
}
.modular-page .column.hp-col-cat-banners .banner .txt .title {
	font-size: 44px;
	font-weight: bold;
	line-height: 34px;
}
.modular-page .column.hp-col-cat-banners .banner .txt .title span {
	font-size: 26px;
	display: block;
}

.hp-custom-block1 .container-fluid {
	overflow-x: initial;
}
.row.hp-row.hp-custom-block1 p {
	line-height: 30px;
	margin-bottom: 0px;
}
.row.hp-row.hp-custom-block1 p + p {
	font-size: 18px;
	margin-top: 3px;
}
.row.hp-row.hp-custom-block1 {
	padding: 25px 15px;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}

.modular-page .banner.hp-print-banner {
	background: #02407b;
}
.modular-page .banner.hp-print-banner .slide-content {
	width: 50%;
	float: left;
	color: white;
}
.modular-page .banner.hp-print-banner .slide-content a {
	color: white;
}
.modular-page .banner.hp-print-banner img {
	width: 50%;
}
.modular-page .banner.hp-print-banner .txt .title {
	font-size: 36px;
	line-height: 40px;
	color: #3faaff;
	font-weight: bold;
	margin-bottom: 20px;
}
.modular-page .banner.hp-print-banner .txt .title a {
	color: #3faaff;
}
.modular-page .banner.hp-print-banner .txt .desc {
	font-size: 48px;
	letter-spacing: -0.7px;
	line-height: 58px;
	font-weight: normal;
	margin-bottom: 27px;
}
.modular-page .banner.hp-print-banner .txt .btn {
	background: #0f7be7;
	color: white;
	height: 56px;
	line-height: 56px;
	border-radius: 39.5px;
	font-size: 18px;
	padding: 0 30px 0 50px;
	font-weight: bold;
}
.modular-page .banner.hp-print-banner .slide-content .txt {
	/* max-width: 511px;
    right: 11%;*/
	width: 100%;
}

.hp-news-row .kt-row-layout-inner {
	padding: 60px 0 55px 0;
	margin-top: 10px;
}
.hp-news-row h2 {
	font-size: 36px;
	font-weight: bold;
	line-height: 44px;
	text-align: center;
	width: 100%;
	margin-bottom: 50px;
}

.home #blog-posts-shortcode .posts.grid-2 li {
	width: 45%;
	max-width: 560px;
	float: right;
	padding: 0;
}
.home #blog-posts-shortcode .posts.grid-2 li:last-child {
	float: left;
}
.home #blog-posts-shortcode .posts {
	margin: 0;
}
.bs article.post .post-content h2,
.bs #blog-posts-shortcode .post-content .title {
	font-size: 24px;
	margin-bottom: 12px;
	padding-right: 0px;
	font-weight: 600;
	line-height: 30px;
}
.bs article.post .post-content h2 a,
.bs #blog-posts-shortcode .post-content .title a {
	color: #0054a3;
}
.bs article.post .post-content p,
.bs #blog-posts-shortcode .post-content .desc {
	padding-right: 0px;
	max-width: 490px;
	font-size: 17px;
	line-height: 26px;
}
#blog-posts-shortcode li .desc a {
	color: #29415e;
}
#blog-posts-shortcode li .more-link {
	display: none;
}
.bs #blog-archive article.post .post-content p a:not(.more-link),
#blog-posts-shortcode li .desc a:not(.more-link) {
	font-weight: bold;
	font-size: 15px;
	color: #29415e;
	line-height: 24px;
	display: block;
	position: relative;
	top: -8px;
}

/* Archive */
#catalog-breadcrumb.side-title {
	margin-bottom: 30px;
	margin-top: 8px;
}
#catalog-breadcrumb .woocommerce-breadcrumb {
	padding-right: 15px;
}
#catalog-breadcrumb .woocommerce-breadcrumb a {
	font-size: 14px;
	color: #5e7288;
	font-weight: 400;
}
#catalog-breadcrumb .woocommerce-breadcrumb .item {
	color: #5e7288;
	font-weight: bold;
}
#catalog-breadcrumb .vat-message {
	color: #0f7be7;
	font-weight: 600;
	float: left;
	font-size: 14px;
	position: relative;
	top: -21px;
}
#bs-shop #sidebar.col-1-4.wide {
	width: 24%;
}
#bs-shop #sidebar.col-1-4.wide + .col-3-4 {
	width: 74%;
	margin-right: 2%;
}
.bs .grid-info {
	margin-bottom: 35px;
	margin-top: 10px;
}
.bs .grid-info h1 {
	line-height: 41px;
	font-size: 36px;
}
.grid-info p.woocommerce-result-count {
	float: left;
	position: absolute;
	width: 60%;
	text-align: center;
	right: 20%;
	top: 17px;
	font-size: 14px;
	color: #29415e;
}
.bs .grid-info .woocommerce-ordering {
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid #b3bec9;
	border-radius: 4px;
	padding: 0 5px;
}
form.woocommerce-ordering.input-field:after {
	content: "\f107";
	font-family: "Font Awesome 5 Pro";
	font-weight: bold;
	position: absolute;
	left: 0px;
	top: 11px;
	font-size: 16px;
	left: 16px;
}
form.woocommerce-ordering.input-field select::-ms-expand {
	display: none;
}
.bs .grid-info .woocommerce-ordering select {
	height: 42px;
	font-size: 14px;
	border: none;
	min-width: 160px;
	font-weight: 600;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: #6c6c6c;
}

#catalog-breadcrumb .vat-message p {
	margin-bottom: 0px;
}

/* sidebar */
.bs #sidebar .type-scope {
	background: #f6f7f8;
	padding: 30px 40px;
}
.bs.tax-product_cat #sidebar .sidebar-widget .widget_product_categories ul li {
	display: none;
}
.bs.tax-product_cat #sidebar .sidebar-widget .widget_product_categories ul li a:before {
	display: none;
}
.bs.tax-product_cat #sidebar .sidebar-widget .widget_product_categories ul li a {
	padding-right: 0px;
}
.bs.tax-product_cat #sidebar .sidebar-widget > div ul li.current-cat,
.bs.tax-product_cat #sidebar .sidebar-widget > div ul li.current-cat li,
.bs.tax-product_cat #sidebar .sidebar-widget > div ul li.cat-parent,
.bs.tax-product_cat #sidebar .sidebar-widget > div ul li.cat-parent li {
	display: block;
}

.bs #sidebar h2,
#sidebar h3 {
	font-size: 20px;
	margin-bottom: 0px;
	letter-spacing: 0px;
	color: #02407b;
	font-weight: 600;
	position: relative;
	cursor: pointer;
}
.bs #sidebar .sidebar-widget .widget_product_categories ul li a {
	font-size: 17px;
}
.bs #sidebar .sidebar-widget .widget_product_categories ul li {
	margin-bottom: 14px;
}
.bs #sidebar .sidebar-widget > div ul li a,
.bs #sidebar .sidebar-widget > div ul li span,
#sidebar .sidebar-widget .widget_layered_nav_color span.color-picker + .name {
	opacity: 1;
	font-size: 16px;
	line-height: 20px;
	color: #000;
}
.bs #sidebar .sidebar-widget > div ul li.current-cat a {
	font-weight: 600;
	padding-bottom: 1px;
	border-color: black;
}
.bs #sidebar ul.product-categories {
	margin-top: 12px;
	margin-bottom: 0px;
}
.bs #sidebar .sidebar-widget > div {
	margin-bottom: 20px;
}

#sidebar .sidebar-widget div:not(.widget_layered_nav_color) ul li .checkbox {
	content: "";
	display: inline-block;
	border: 1px solid #b3bec9;
	width: 20px;
	height: 20px;
	position: absolute;
	margin-left: 15px;
	top: 3px;
}
#sidebar .sidebar-widget div:not(.widget_layered_nav_color) ul li.chosen .checkbox,
#sidebar .sidebar-widget div:not(.widget_layered_nav_color) ul li:hover .checkbox {
	border-color: #02407b;
}
#sidebar .sidebar-widget div:not(.widget_layered_nav_color) ul li.chosen .checkbox:before,
#sidebar .sidebar-widget div:not(.widget_layered_nav_color) ul li:hover .checkbox:before {
	background: #02407b;
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	margin: 5px;
}
#sidebar .sidebar-widget div:not(.widget_layered_nav_color) ul li {
	position: relative;
	margin-bottom: 13px;
}
#sidebar .sidebar-widget div:not(.widget_layered_nav_color) ul li a {
	padding-right: 35px;
	position: relative;
}
#sidebar .sidebar-widget div:not(.widget_layered_nav_color) ul li a + .count {
	display: none;
}

#sidebar .sidebar-widget div:not(.widget_layered_nav_color) ul li.wc-layered-nav-term.chosen a {
	border-bottom: none;
	padding-bottom: 0;
	color: black;
	opacity: 1;
}
.bs #sidebar .sidebar-widget .widget_layered_nav_color span.color-picker {
	width: 24px;
	height: 24px;
	margin-left: 4px;
}
.bs .blackstar-active-filters ul li a {
	padding: 2px 13px 2px 31px;
	font-size: 14px;
	letter-spacing: 0.5px;
}
.bs a#woo-clear-filters {
	font-size: 14px;
	margin-left: 10px;
}
.bs .blackstar-active-filters ul li:after {
	opacity: 1;
}

.bs #sidebar .sidebar-widget .widget_layered_nav_color span.color-picker {
	width: 26px;
	height: 26px;
	margin-left: 10px;
	margin-right: 0px;
}

.bs .widget_layered_nav_color ul {
	max-width: 180px;
}

#sidebar .type-scope .widget-item h2:after {
	content: "-";
	position: absolute;
	top: 48%;
	left: 1px;
	width: 10px;
	text-align: center;
	font-weight: 200;
	line-height: 100%;
	z-index: 1;
	margin-top: -16px;
	font-size: 21px;
	font-weight: 600;
}
#sidebar .type-scope .widget-item.state-close h2:after {
	content: "+";
}
#sidebar .sidebar-widget .state-close ul {
	max-height: 0px;
	overflow: hidden;
	transition: max-height 0.18s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#sidebar .sidebar-widget > div ul {
	max-height: 1000px;
	overflow: hidden;
	transition: max-height 0.68s cubic-bezier(0.77, 0.2, 0.05, 1);
	margin-bottom: 10px;
}

.bs #sidebar .sidebar-widget .widget_layered_nav_color li,
.bs #sidebar .sidebar-widget .widget_layered_nav_color li a {
	width: 100%;
}
.bs #sidebar .sidebar-widget .widget_layered_nav_color li span.color-picker + .name {
	display: inline-block;
	position: relative;
	top: 4px;
	right: 9px;
	float: right;
	display: block;
	width: auto;
}

.products-grid .product {
	padding: 5px;
	margin-bottom: 15px;
}
.products-grid .product-item-wrap {
	padding: 20px 5px 30px;
	transition: box-shadow 0.3s ease-in-out;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0);
}
html:not(.touch) .products-grid:not(.products-slider) .product:hover .product-item-wrap {
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.17);
	z-index: 2;
}
.cancel-hover .products-grid:not(.products-slider) .product:hover .product-item-wrap {
	box-shadow: initial !important;
}

.bs .products-grid.products-slider .slick-list {
	padding: 5px;
	margin-top: -5px;
}
#bs-shop .col-3-4 .container-fluid {
	overflow-x: initial;
}
.bs .products-grid .product-item-details {
	height: 140px;
}
.bs .products-grid.slick-slider li .product-item-details {
	height: 140px;
}
.bs .products-grid p.product-name {
	padding-left: 0px;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 6px;
}
.bs .products-grid .price-wrapper {
	text-align: center;
}
.bs .products-grid .price {
	font-size: 24px;
	color: #29415e;
	margin-top: 10px;
	font-weight: 600;
}
.row.hp-products-row h2 {
	text-align: center;
	font-weight: bold;
	padding-bottom: 30px;
	margin-top: 20px;
}
.hp-products-row .container-fluid {
	overflow-x: initial;
}

.products-grid p.subtitle {
	text-align: center;
	font-size: 16px;
	color: #5e7288;
	line-height: 21px;
	margin-bottom: 10px;
}
.products-grid p.subtitle .spt {
	margin: 0 7px;
	font-size: 13px;
	position: relative;
	top: -1px;
}
.related-parents .products-grid p.subtitle .spt {
	margin: 0 2px;
}
.related-parents .products-grid p.subtitle .curr {
	font-size: 10px;
}

.products-grid p.subtitle .curr {
	font-size: 13px;
}
.bs .woocommerce-pagination {
	position: relative;
}
.bs .page-numbers li a,
.bs .page-numbers li span {
	display: block;
	font-size: 18px;
	color: #5e7288;
	padding: 8px 14px;
}
.bs .page-numbers li .current {
	color: #5e7288;
	background: #f0f2f4;
	border-radius: 50%;
	font-weight: bold;
}
.bs .page-numbers li a.prev:after {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: bold;
}
.bs .page-numbers li a.next:after {
	content: "\f104";
	font-family: "Font Awesome 5 Pro";
	font-weight: bold;
}
.bs .page-numbers li a.prev,
.bs .page-numbers li a.next {
	font-size: 28px;
	color: #b3bec9;
	position: absolute;
	top: 1px;
}
.bs .page-numbers li a:hover {
	color: #5e7288;
}
.bs .page-numbers li a.prev {
	right: 1px;
}
.bs .page-numbers li a.next {
	left: 1px;
}

.bs .products-grid .product-item-image span.onsale.circle,
.bs .product-gallery span.onsale.circle,
.bs .products-grid .product-item-image p.stock.circle,
.bs .product-info p.stock.circle,
.bs .products-grid .product-item-image .product-flash.circle,
.bs .product-gallery .product-flash.circle {
	width: 58px;
	height: 58px;
	line-height: 54px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0px;
	right: 13px;
	top: 0px;
}
.bs .products-grid .product-item-image .product-flash.hot.circle,
.bs .product-gallery .product-flash.hot.circle,
.bs .products-grid .product-item-image .product-flash.stock.circle,
.bs .product-gallery .product-flash.stock.circle {
	line-height: 14px;
	padding-top: 14px;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
}
.bs .products-grid .product-item-image .product-flash.stock.circle,
.bs .product-gallery .product-flash.stock.circle {
	font-size: 13.5px;
	padding-top: 13px;
}

/* archive variations */
/* archive variation */
.bs .products-grid .product-item-image {
	position: relative;
	padding-bottom: 16px;
}
.products-grid .archive-variation {
	width: 100%;
	display: block;
	position: absolute;
	margin-top: 7px;
	bottom: -3px;
}
.products-grid .archive-variation .variation-box {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 3;
	margin: 0 auto;
	text-align: center;
}
.products-grid .archive-variation span.label {
	display: inline-block;
	position: relative;
	top: -4px;
	margin-left: 10px;
	font-size: 13px;
	color: #5e7288;
}
.products-grid .archive-variation .variation-wrapper ul.variation-options {
	display: inline-block;
	padding-right: 0;
}

.products-grid .archive-variation .variation-wrapper ul.variation-options > li.wc-layered-nav-term,
#bs-shop .with-sidebar .products-grid.grid-3 li .product-item-details .archive-variation .variation-wrapper ul.variation-options > li.wc-layered-nav-term {
	width: 18px !important;
	height: 18px;
	float: none;
	display: inline-block;
	padding: 0;
	margin: 0 0 0px -4px;
	border-radius: 50%;
	overflow: hidden;
}

.products-grid ul.variation-options li.wc-layered-nav-term:last-child {
	margin-left: 0 !important;
}
.products-grid .archive-variation .variation-wrapper ul.variation-options li.wc-layered-nav-term span.color-picker {
	width: 100%;
	height: 100%;
	float: right;
	padding: 0;
	border-radius: 50%;
}
.products-grid .archive-variation .variation-wrapper ul.variation-options li.wc-layered-nav-term span.color-picker.swatch img {
	width: 100%;
	height: 24px;
	max-width: 100%;
	display: block;
	padding: 0;
	margin: 0;
}
.bs .products-grid .price-wrapper .prefix {
	font-size: 13px;
	margin-right: 5px;
}

.products-grid .price del {
	font-size: 18px;
}
.products-grid .price del span.woocommerce-Price-currencySymbol {
	font-size: 12px;
}

.product .product-info .cart div#qut-info,
.product .product-info .cart div.quantity-package {
	display: block;
	position: relative;
	top: 16px;
	margin-right: 4px;
	float: right;
}
.product .product-info .cart div#qut-info span,
.product .product-info .cart div.quantity-package span {
	margin-right: 4px;
}
.product .product-info .cart p#general-package-info,
.product .product-info .cart p.accessory-package-info {
	float: right;
	width: 100%;
	font-size: 14px;
	position: relative;
	/* top: -13px;
	padding-right: 56px; */
	margin-bottom: 3px;
}
.product .product-info .cart .accessory-quantity-line div.quantity-package {
	position: static;
	margin-right: 0;
	margin-bottom: 10px;
}
.product .product-info .cart span.unit {
	font-weight: 600;
	margin-right: 8px;
}
.product .product-info p.stock.in-stock {
	display: none;
}
.bs .product div.product-info .quantity.input-field label.qty {
	margin-left: 22px;
	font-size: 16px;
	color: #000;
	font-weight: 600;
	line-height: 32px;
}
.bs .quantity.input-field .quantity-field.type2 {
	border: 0;
	background: #f0f2f4;
}
.bs .product div.product-info form.cart.row {
	margin-top: 5px;
}
.bs .product div.product-info .quantity.input-field .quantity-field.type2 {
	padding: 2px 8px;
}
.bs .quantity.input-field .quantity-field.type2 input {
	background: #f0f2f4;
	min-height: 42px;
	font-size: 22px;
	font-weight: 600;
	color: black;
}
.bs .product div.product-info .quantity.input-field .quantity-field.type2 input {
	width: 82px;
	max-width: initial;
}
.bs .quantity.input-field .quantity-field.type2 .qty-action i.fa-plus:before {
	font-family: "Assistant";
	content: "+";
	font-size: 24.8px;
	color: black;
	position: relative;
	left: -2px;
}
.bs .quantity.input-field .quantity-field.type2 .qty-action i.fa-minus:before {
	font-family: "Assistant";
	content: "-";
	font-size: 31.8px;
	color: black;
	position: relative;
	right: -2px;
}
.bs .quantity.input-field .quantity-field.type2 .qty-action:hover i:before {
	color: #0054a3;
}
.bs .quantity.input-field .quantity-field.type2 .qty-action i {
	font-size: 100%;
	margin-top: 1px;
}
.bs .product div.product-info .quantity.input-field .quantity-field.type2 .qty-action i:after {
	height: 20px;
	position: absolute;
	content: "";
	top: 11px;
}
.bs .product div.product-info .quantity.input-field .quantity-field.type2 .qty-action i.fa-minus:after {
	border-left: 1px solid #d5d5d5;
	left: -6px;
}
.bs .product div.product-info .quantity.input-field .quantity-field.type2 .qty-action i.fa-plus:after {
	border-right: 1px solid #d5d5d5;
	right: -6px;
}

.bs.single-product div#catalog-breadcrumb {
	margin-bottom: 0px;
	margin-top: -4px;
}
div#endline {
	float: right;
	width: 100%;
}
.bs .product .row .col-1-2.product-gallery {
	float: left;
	margin-top: 36px;
}
.bs .product .row .single-container-row .product-info.product-info {
	padding-right: 0px;
}
.bs .product .row .single-container-row .product-info.product-info .summary {
	background: #ffffff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	margin-right: 14px;
	width: 100%;
	float: right;
	max-width: 460px;
	padding: 15px 0px 22px;
	transition: top 0.65s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.bs.header-sticky.slideup .product .row .single-container-row .product-info.product-info.sticky .summary {
	top: 183px;
}
.bs.header-sticky.slideup .product .row .single-container-row .product-info.product-info.sticky .summary.stop {
	transition: none;
}
.bs.header-sticky .product .row .single-container-row .product-info.product-info.sticky .summary {
	position: fixed;
	top: 110px;

	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: blackstar_nav_drop;
	animation-name: blackstar_nav_drop;
}

.bs.header-sticky .product div.product-info.sticky .info-row + .info-row:not(.sticky-show),
.bs.header-sticky .product div.product-info.sticky .info-row p.info-meta {
	display: none;
}
.bs.header-sticky .product .product-info.sticky .info-row.sticky-show .row.action-line p#add-to-cart-notify {
	display: block;
}
.bs.header-sticky .product div.product-info.sticky .info-row {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.bs .product div.product-info h1 {
	margin-top: 3px;
	width: 70%;
	margin-bottom: 4px;
	float: right;
	font-weight: bold;
	font-size: 24px;
	color: #29415e;
	line-height: 30px;
	text-align: right;
}
.bs .product div.product-info .product-price {
	float: left;
	width: 28%;
	text-align: center;
}
.bs .product div.product-info .product-price p.price {
	font-size: 29px;
	line-height: 32px;
	margin-bottom: 0px;
	font-weight: bold;
	margin-top: 0px;
}

.bs .product div.product-info .product-price.range,
.bs .product div.product-info .product-price.sale {
	clear: both;
	float: right;
	text-align: right;
	width: 100%;
}
.bs .product div.product-info .product-price.range p.price,
.bs .product div.product-info .product-price.sale p.price {
	font-size: 26px;
	line-height: 30px;
}

.bs .product div.product-info .product-price p.price.prm-color {
	color: #29415e;
}

.bs .product div.product-info .product-price span.woocommerce-Price-currencySymbol,
.bs .product div.product-info .product-price span.desc {
	font-weight: 400;
	font-size: 18px;
	margin-right: 3px;
}
.bs .product div.product-info .product-price span.desc {
	margin-right: 7px;
}

.bs .product div.product-info .info-row,
.product div.product-info form.cart.row {
	width: 100%;
	float: right;
	padding-right: 27px;
	padding-left: 25px;
}
.product div.product-info form.cart.row {
	margin-bottom: 0px;
}
.bs .product div.product-info .info-row.border {
	border-bottom: 1px solid #e5e6e8;
	margin-bottom: 10px;
}
.bs .product div.product-info .info-row p.info-meta {
	float: right;
	width: 100%;
	margin-bottom: 6px;
}
.bs .product div.product-info .info-row p.info-meta span {
	display: inline-block;
	margin-left: 6px;
	font-size: 13px;
	font-weight: 600;
}
.bs .product div.product-info .info-row .descripition p {
	font-size: 14px;
	margin-bottom: 15px;
}
table.quantity-table-price {
	margin-bottom: 10px;
}
table.quantity-table-price tr th + th,
table.quantity-table-price tr td + td {
	padding-right: 20px;
	border-right: 1px solid #d5d5d5;
}

table.quantity-table-price tr th,
table.quantity-table-price tr td {
	border-bottom: 1px solid #d5d5d5;
	padding: 5px 0px 5px 20px;
	font-weight: normal;
	font-size: 14px;
	color: black;
}
table.quantity-table-price tr th {
	color: #5e7288;
}
table.quantity-table-price tr:last-child td {
	border-bottom: none;
}
table.quantity-table-price tr td:last-child {
	padding-left: 4px;
}
table.quantity-table-price tr td span.range {
	display: inline-block;
	direction: ltr;
}
table.quantity-table-price tr td a {
	color: #0f7be7;
	text-decoration: underline;
	font-weight: 600;
}

.bs .product div.product-info .info-row a.more-product-data {
	color: #0f7be7;
	font-size: 13px;
	text-decoration: underline;
	font-weight: 600;
}
.bs .product div.product-info .info-row .descripition a.more-product-data {
	position: relative;
	top: -10px;
}
.bs .product div.product-info .info-row .descripition.no-txt a.more-product-data {
	position: relative;
	top: 0px;
	margin-bottom: 15px;
	display: inline-block;
}
.bs .product-info .product-box {
	float: right;
	width: 100%;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	padding: 5px 8px;
	position: relative;
	margin-bottom: 10px;
	min-height: 70px;
	transition:
		box-shadow 0.2s ease-in-out,
		border 0.2s ease-out;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0);
}
.bs .product-info .product-box.accessories {
	cursor: pointer;
}
.bs .product-info .product-box.accessories:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	border-color: white;
}
.bs .product-info .product-box .col-img {
	width: 60px;
	position: absolute;
}
.bs .product-info .product-box .col-img .choose {
	background: #0f7be7;
	width: 48px;
	height: 48px;
	display: block;
	border-radius: 50%;
	position: relative;
	top: 6px;
	color: white;
	text-align: center;
	font-size: 34px;
	line-height: 45px;
	right: 7px;
}
.bs .product-info .product-box .col-img img {
	height: 60px;
}
.bs .product-info .product-box .col-info {
	float: right;
	width: 100%;
	padding-right: 80px;
	padding-left: 90px;
	padding-top: 6px;
}
.bs .product-info .product-box .col-info p.product-name {
	font-size: 19px;
	line-height: 24px;
	color: black;
	font-weight: 600;
	margin-bottom: 0px;
}
.bs .product-info .product-box .col-info p.info {
	font-size: 14px;
	margin-bottom: 0px;
}
.bs .product-info .product-box .col-info p.info.quantity-info-line {
	font-size: 16px;
	padding-right: 0;
	font-weight: 600;
	margin-top: 4px;
	margin-bottom: 7px;
}
.bs .product-info .product-box .col-info p.info span.woocommerce-Price-currencySymbol {
	font-size: 12px;
}
.bs .product-info .product-box .col-total {
	width: 80px;
	position: absolute;
	left: 4px;
	top: 12px;
	font-size: 19px;
	font-weight: 600;
	text-align: left;
}
.bs .product-info .product-box .quantity-line {
	float: right;
	width: 100%;
	padding-right: 78px;
	margin-top: 8px;
}
.bs .product-info .product-box .quantity-line .quantity.input-field .quantity-field.type2 input {
	min-height: 38px;
	font-size: 19px;
}
.bs .product-info .product-box .quantity-line .quantity.input-field .quantity-field.type2 .qty-action {
	padding: 9px 8px;
	display: inline;
	top: -2px;
}
.bs .product-info .product-box .quantity-line .quantity.input-field .quantity-field.type2 .qty-action i.fa-minus:before,
.bs .product-info .product-box .quantity-line .quantity.input-field .quantity-field.type2 .qty-action i.fa-plus.action {
	top: 1px;
}
.bs .product-info .product-box .quantity-line .cart div#qut-info {
	font-size: 14px;
}
.bs .product-info p#total-line {
	width: 100%;
	float: right;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 600;
	color: black;
}
.bs .product-info p#total-line .label,
.bs .product-info p#total-line .price {
	margin-left: 5px;
}
.bs .product-info p#total-line span.woocommerce-Price-amount.amount {
	font-size: 24px;
}
.product .product-info .row.action-line .btn.add_to_cart_button {
	border-radius: 40px;
	min-height: 64px;
	font-size: 21px;
	font-weight: 600;
}
.product .product-info .row.action-line p#add-to-cart-notify {
	margin-bottom: 0px;
	float: right;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: black;
	margin-top: 18px;
}
.product .product-info .row.action-line p#add-to-cart-notify i {
	color: #ffbb00;
	margin-left: 4px;
}
.product .product-info .row.action-line p#add-to-cart-notify a {
	color: #0f7be7;
	text-decoration: underline;
}

.bs .product .fullrow-tabs,
.bs .accessories-row .fullrow {
	padding-right: 46%;
	text-align: right;
}
.bs .product .fullrow-tabs .tabs-holder {
	margin-top: 100px;
}
.bs .product .fullrow-tabs .tabs-holder {
	width: 600px;
	float: right;
	margin-left: 30px;
	max-width: 100%;
}
.bs .product .fullrow-tabs h2.product-name,
.bs .accessories-row .fullrow h2 {
	font-size: 30px;
	color: #0054a3;
	font-weight: bold;
}

.bs .product .product-data-tabs-headers {
	margin-top: 25px;
}
.bs .product .product-data-tabs-headers li {
	margin-right: 0px;
	padding: 4px 0px 6px;
	margin-left: 50px;
}
.bs .product .product-data-tabs-headers li a {
	color: #29415e;
	opacity: 1;
	font-size: 21px;
	font-weight: bold;
}
.bs .product .product-data-tabs-headers li.active {
	border-bottom: 2px solid #0054a3;
	color: #0054a3;
}
.bs .product .product-data-tabs-headers li.active a {
	color: #0054a3;
}
.bs .product .fullrow-tabs .product-data-tabs-headers li:last-child {
	margin-left: 0;
	margin-right: 0;
}
.bs .product .product-data-tabs {
	margin-top: 0px;
}
.bs .product .product-data-tabs > li {
	border-bottom: none;
}

.bs .product .product-data-tabs li .tab-content {
	font-size: 17px;
	line-height: 26px;
	color: black;
	min-height: 250px;
}
.single-product .page-base {
	padding-bottom: 0px;
}
.bs.single-product .accessories-row {
	background: #f6f7f8;
	padding: 67px 0 70px;
	float: right;
	width: 100%;
}
.bs.single-product .accessories-row .fullrow .header {
	float: right;
	width: 100%;
	margin-bottom: 30px;
}
.bs.single-product .accessories-row .fullrow h2 {
	margin-bottom: 4px;
}
.bs.single-product .accessories-row .fullrow p.subtitle {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 0px;
}
.bs.single-product .related-row .more-products {
	padding: 100px 0;
}
.bs.single-product .related-row .more-products h2 {
	width: 100%;
	text-align: center;
	margin-bottom: 45px;
	font-weight: bold;
}
.bs .product .product-gallery.thumbs-vertical .images {
	float: right;
}
.product .product-gallery.thumbs-vertical .gallery-thumbs {
	top: 20px;
}
.product .product-gallery.thumbs-vertical .gallery-thumbs {
	width: 60px;
}

.bs.single-product .accessories-row .fullrow .filter-row {
	float: right;
	width: 100%;
	margin-bottom: 22px;
}
.bs.single-product .accessories-row .fullrow .filter-row li {
	display: inline-block;
	float: right;
	height: 43px;
}
.bs.single-product .accessories-row .fullrow .filter-row li a {
	font-size: 16px;
	color: #29415e;
	line-height: 21px;
	margin-left: 28px;
	padding-bottom: 6px;
	font-weight: 700;
}
.bs.single-product .accessories-row .fullrow .filter-row li.current a {
	color: #0054a3;
	font-weight: 700;
	border-bottom: 2px solid #0054a3;
}

.products ul.accessories-list {
	width: 100%;
	float: right;
	min-height: 380px;
}

#testblock {
	width: 2px;
	height: 2px;
	position: absolute;
	top: 3573px;
	right: 100px;
	background: red;
	z-index: 2000;
}
.products ul.accessories-list li {
	width: 30.3%;
	float: right;
	margin-left: 3%;
	margin-bottom: 3.5%;
	background: white;
	position: relative;
}
.products ul.accessories-list li.stock-true {
	cursor: pointer;
}
.products ul.accessories-list li.stock-false .product-item-wrap {
	opacity: 0.5;
}
.products ul.accessories-list li .out-of-stock {
	position: absolute;
	top: -2px;
	right: -2px;
	background: #8593a3;
	color: white;
	font-size: 13px;
	font-weight: 600;
	padding: 3px 12px;
	z-index: 2;
}
.products ul.accessories-list li:nth-child(3n) {
	margin-left: 0;
}
.products ul.accessories-list li span.choose {
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	border: 1px solid #b3bec9;
	border-radius: 50%;
	top: 12px;
	right: 12px;
	z-index: 2;
}
.products ul.accessories-list li:hover span.choose,
.products ul.accessories-list li.choosen span.choose {
	background: #0f7be7;
	border-color: #0f7be7;
}
.products ul.accessories-list li.choosen span.choose:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	font-weight: bold;
	font-size: 13px;
	color: white;
	position: relative;
	top: 0px;
	right: 4px;
}
.products ul.accessories-list li .product-item-image {
	padding: 0 20px;
	margin-bottom: 22px;
}
.products ul.accessories-list li:hover .product-item-image img {
	opacity: 0.88;
}
.products ul.accessories-list li .product-item-details {
	padding: 0 10px;
	text-align: center;
	height: 76px;
}
.products ul.accessories-list li .product-name {
	font-size: 14px;
	line-height: 15px;
	font-weight: 600;
	margin-bottom: 6px;
}
.products ul.accessories-list li .price {
	margin-bottom: 2px;
}
.products ul.accessories-list li .price .label {
	font-size: 13px;
}
.products ul.accessories-list li .price .woocommerce-Price-amount {
	font-size: 18px;
	font-weight: 600;
}
.products ul.accessories-list li .price .woocommerce-Price-currencySymbol {
	font-weight: normal;
}
.products ul.accessories-list li p.min-allowed-quantity {
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 0;
}

.bs .woocommerce-variation-add-to-cart-disabled .quantity.input-field.inline {
	display: block !important;
}

.bs .product div.product-info .variations label {
	margin-left: 22px;
	font-size: 16px;
	color: #000;
	font-weight: 600;
}

.bs.single-product .product-flash.hot.circle,
.bs.single-product .product-gallery .onsale.circle,
.bs.single-product .product-gallery .product-flash.stock.circle {
	top: -30px;
}

figure#product-images-slick:not(.slick-initialized) .woocommerce-product-gallery__image:not(:first-child) {
	opacity: 0;
}
table.product-attributes-tab {
	width: 100%;
	float: right;
	margin-top: 15px;
}
table.product-attributes-tab tr td:first-child {
	width: 120px;
	font-weight: 600;
}
table.product-attributes-tab tr td + td {
	padding-right: 20px;
}
table.product-attributes-tab tr:first-child td {
	border-top: 1px solid #e8e8e8;
}
table.product-attributes-tab tr td {
	border-bottom: 1px solid #e8e8e8;
	padding: 15px 10px;
	font-weight: normal;
	font-size: 16px;
	color: black;
}
table.product-attributes-tab tr:nth-child(even) td {
	background: #f7f7f7;
}
table.product-attributes-tab tr td p {
	margin-bottom: 0px;
}

.bs .more-products ul.products-grid {
	padding: 30px;
}
.bs .more-products.related-parents ul.products-grid {
	padding: 0 20px;
}

.product .product-info .row.action-line.accessories-product-warnning-msg p#add-to-cart-notify {
	text-align: right;
	font-size: 16px;
	margin-top: 5px;
	padding-right: 32px;
	line-height: 23px;
}
.product .product-info .row.action-line.accessories-product-warnning-msg i {
	position: absolute;
	right: 0;
	top: 2px;
}
/* cart/checkout */
.cart .commerce-page h2,
.commerce-page header.order-step-header h2 {
	font-size: 28px;
}
.cart .commerce-page .cross-sells h2 {
	font-size: 24px;
}
.bs.woocommerce-cart .wrapper-stretched .page-base .wrapper,
.bs.woocommerce-checkout .wrapper-stretched .page-base .wrapper {
	width: 1400px;
}
#cart-summary-col .wc-proceed-to-checkout .btn.prm-color {
	font-size: 20px;
}
.rtl .row.billing .row.billing_country,
.rtl .row.shipping .row.shipping_country {
	display: none;
}
.rtl .row.billing_address_1 {
	width: 49%;
}
.rtl .row.billing_address_2,
.rtl .row.billing_house_number {
	width: 23.5%;
	margin-right: 2%;
}
.bs .shipping-notice {
	float: right;
	width: 100%;
	position: relative;
	width: 90%;
	margin-bottom: 10px;
}
.bs.cart .shipping-notice {
	margin-top: 18px;
	margin-bottom: 0px;
}
.bs .shipping-notice p {
	margin-bottom: 0px;
	font-size: 15px !important;
	line-height: 23px !important;
	color: black;
}
.bs .shipping-notice p a {
	color: black;
	text-decoration: underline;
}

.bs .cart-dropdown li.mini_cart_item .product-info .product-data p.missing-accessories i,
.page-template-default #content .row article p.missing-accessories i {
	font-weight: normal;
	color: #ffbb00;
	margin-left: 6px;
}
.bs .cart-dropdown li.mini_cart_item .product-info .product-data p.missing-accessories,
.page-template-default #content .row article p.missing-accessories {
	font-size: 15px;
	font-weight: 600;
}

.bs .cart-dropdown li.mini_cart_item .product-info .product-data p.missing-accessories {
	margin-bottom: 0px;
	margin-top: 10px;
}
.bs .shipping-notice p + p {
	margin-top: 10px;
}

/* thank you page */
#order-result header.result p {
	font-size: 38px;
	line-height: 44px;
}

#order-result p.order-print {
	display: none;
}

/* content pages */
.page-template-default #page-sidebar + .col-main h1 {
	font-size: 42px;
	margin-bottom: 10px;
}

.page-template-default #page-sidebar + .col-main h2 {
	font-size: 28px;
}
.page-template-default #page-sidebar + .col-main * + h2 {
	margin-top: 45px;
}
.page-template-default #page-sidebar + .col-main h3 {
	margin-top: 35px;
	font-size: 22px;
	line-height: 20px;
	margin-bottom: 6px;
}

.page-template-default #page-sidebar + .col-main,
.woocommerce-MyAccount-content {
	width: 100%;
	max-width: 1010px;
	padding-right: 95px;
}
.woocommerce-account #content .row .col-main ul {
	padding-top: 10px;
}
.page-template-default #page-sidebar + .col-main p,
.page-template-default #page-sidebar + .col-main li {
	line-height: 29px;
	font-size: 18px;
}
.woocommerce-account #content .row .col-main ul a {
	font-size: 20px;
	line-height: 24px;
	padding: 6px 0;
	display: inline-block;
	color: #616161;
}
.woocommerce-account #content .row .col-1-5 ul li {
	margin: 0;
}
.page-template-default #page-sidebar + .col-main .row .col-1-5 .widget_nav_menu li.current-menu-item a,
.woocommerce-MyAccount-navigation ul li.is-active a {
	color: black;
	text-decoration: underline;
	border-bottom: none;
}

.page-template-default #page-sidebar + .col-main .row article p,
.page-template-default #page-sidebar + .col-main .row article li {
	line-height: 29px;
	font-size: 18px;
}
.rtl.page-template-default #page-sidebar + .col-main .row article ol li {
	padding-left: 5px;
}
.page-template-default #page-sidebar + .col-main .row article ol li {
	padding-left: 0px;
	padding-right: 5px;
}

.wpcf7 .input-field label {
	padding-bottom: 1px;
	font-size: 17px;
}
.wpcf7 .input-field br {
	display: none;
}
.wpcf7-form.input-field .wpcf7-submit {
	min-width: 100%;
	font-size: 17px;
	font-weight: bold;
}

.page-template-default #page-sidebar + .col-main .row article .col-form {
	border: 1px solid #d2d2d2;
	max-width: 540px;
	padding: 30px;
}
.rtl.page-template-default #page-sidebar + .col-main .row article .col-form {
	float: right;
}
.page-template-default #page-sidebar + .col-main .row article .col-form p:first-child {
	font-size: 19px;
	line-height: 30px;
	margin-bottom: 30px;
}
.page-template-default.contact-us #content .row .col-4-5 {
	padding-left: 20px;
}
.page-template-default.contact-us #content .col-4-5 article {
	max-width: 100%;
}
.bs .cart-dropdown a.btn {
	border-radius: 32px;
	min-height: 51px;
	font-size: 18px;
	font-weight: 600;
	line-height: 50px;
	width: 90%;
	margin-right: 5%;
	margin-bottom: 18px;
}
/* .bs .btn.prm-color, 
.bs button.prm-color, 
.bs #site-header .btn.prm-color:not(.halol), 
.bs #site-header .btn.prm-color.halol:hover {
    color: white;
} */

/* about page */
.wrapper-wide .about-page .wrapper {
	max-width: 92%;
}
.modular-page.about-page > .wrapper > .container-fluid {
	overflow: initial;
}

.modular-page.about-page .box.main-row .container-fluid {
	overflow: initial;
}

.about-page .page-base {
	padding-top: 40px;
}
.about-page .main-row h1 {
	font-weight: bold;
	font-size: 48px;
	margin-bottom: 21px;
	line-height: 63px;
	color: #0054a3;
	font-family: inherit;
}
.about-page .main-row p {
	font-size: 20px;
	line-height: 34px;
	max-width: 990px;
	margin: 0 auto;
	color: black;
}
.about-page .main-row .about-img {
	position: relative;
	top: 140px;
	z-index: 10;
	margin-top: -130px;
}
.about-main-row {
	position: relative;
	z-index: 2;
}
.we-do-row {
	margin-top: -265px;
}
.we-do-row .container-fluid,
.our-story-row .container-fluid {
	width: 1260px;
	margin: 0 auto;
	float: none;
	max-width: 96%;
	overflow: initial;
}
.we-do-row {
	padding: 165px 0 80px 0;
}
.we-do-row .col-wrapper {
	width: 575px;
	padding-right: 20px;
}
.we-do-row h2 {
	font-weight: 600;
	font-size: 34px;
	line-height: 46px;
	color: #0054a3;
	margin-bottom: 34px;
	font-family: inherit;
}
.we-do-row p,
.we-do-row li {
	font-size: 17px;
	line-height: 30px;
	color: black;
}
.we-do-row li {
	font-weight: 600;
	margin-right: 23px;
	list-style: disc;
}
.about-ltr .col-main .we-do-row li {
	margin-right: 0px;
	margin-left: 23px;
}

.we-do-row .ribbon {
	position: absolute;
	width: 100px;
	height: 100px;
	background: #0f7be7;
	color: white;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	padding: 20px;
	text-align: center;
	border-radius: 100px;
	top: -34px;
	right: 344px;
}

.our-story-row {
	padding: 50px 20px 50px 20px;
}

.our-story-row h2 {
	font-weight: bold;
	font-size: 46px;
	line-height: 62px;
	color: #0054a3;
}
.our-story-row h3 {
	font-weight: normal;
	font-size: 30px;
	line-height: 40px;
	color: #0054a3;
	padding-left: 30px;
}
.our-story-row .col-info h3 {
	font-size: 23px;
	line-height: 25px;
	margin-bottom: 0px;
	font-weight: 600;
	color: #0f7be7;
}
.our-story-row .col-info p {
	font-size: 18px;
	color: black;
	line-height: 24px;
}

.modular-page.about-page .box.wecare {
	padding: 0px;
	height: 460px;
}
.modular-page.about-page .box.wecare .col-img {
	float: left;
	width: 50%;
	overflow: hidden;
	text-align: left;
}
.modular-page.about-page .box.wecare .col-img img {
	height: 100%;
	width: 720px;
	padding: 0px;
	margin: 0;
	max-width: initial;
}
.modular-page.about-page .box.wecare .col-txt {
	width: 50%;
	float: right;
	padding: 50px 80px 0 0;
	max-width: 560px;
	color: white;
}
.modular-page.about-page .box.wecare .col-txt h2 {
	color: white;
	font-weight: 600;
	font-size: 46px;
	line-height: 64px;
	margin-bottom: 24px;
}
.modular-page.about-page .box.wecare .col-txt h3 {
	font-weight: bold;
	font-size: 24px;
	color: #ffffff;
	line-height: 32px;
	margin-bottom: 7px;
}
.modular-page.about-page .box.wecare .col-txt p {
	font-size: 19px;
	line-height: 25px;
}
.modular-page.about-page .box.wecare .col-txt h3 + p + h3 {
	margin-top: 30px;
}

.footer-icons .row-hp-icons {
	margin: 0 auto;
	float: none;
	width: 1216px;
	margin-top: 50px;
	max-width: 94%;
}
.modular-page.about-page .box.type-code,
.footer-icons .modular-page .box {
	margin-bottom: 0px;
}
.footer-icons .row-hp-icons h2 {
	margin-bottom: 60px !important;
}

.page-template-default #page-sidebar + .col-main .faq h3 {
	font-size: 19px;
	color: black;
	text-decoration: underline;
	margin-bottom: 24px;
	cursor: pointer;
	font-weight: 600;
	margin-top: 2px;
}
.page-template-default #page-sidebar + .col-main .faq h3 + p {
	display: none;
}

.rtl .about-page.en.row .col-1-2 {
	float: left;
	text-align: left;
}
.about-ltr .col-main .we-do-row .ribbon {
	right: auto;
	left: 284px;
}
.about-ltr .col-main .our-story-row h3 {
	padding-left: 0px;
	padding-right: 30px;
}
.about-main-row p {
	line-height: 34px !important;
	margin: 0 auto !important;
	color: #000 !important;
	max-width: 990px !important;
}

.about-ltr .col-main {
	direction: ltr;
	text-align: left;
}

.about-img img,
.our-story img {
	margin-right: 0;
	margin-left: 0px;
}
.we-care-row .col-img {
	float: left;
	text-align: left;
}
.we-care-row .col-txt {
	float: right;
	padding-right: 0px;
}
.we-care-row .col-txt h2 {
	color: #fff;
	font-weight: 600;
	font-size: 46px;
	line-height: 64px;
	margin-bottom: 24px;
}
.we-care-row .col-txt h3 {
	font-weight: 700;
	font-size: 24px;
	color: #fff;
	line-height: 32px;
	margin-bottom: 7px;
}
.we-care-row .col-txt p {
	font-size: 19px;
	line-height: 25px;
	color: #fff;
}
#sidebar .sidebar-widget .widget_layered_nav_color li.wc-layered-nav-term.chosen a {
	border-bottom: none;
}
#sidebar .sidebar-widget .widget_layered_nav_color li.chosen span {
	border: none;
	opacity: 1;
}
#sidebar .sidebar-widget .widget_layered_nav_color li.chosen span.name {
	border-bottom: 1px solid #8e8e8e;
}
#sidebar .sidebar-widget .widget_layered_nav_color li.chosen span.color-picker {
	opacity: 0.5;
}

.bs .woocommerce-variation.single_variation span.woocommerce-Price-amount.amount:before {
	content: "מחיר יח׳ :";
	padding-left: 9px;
}

div#product-quote-form h2 {
	font-size: 27px;
	margin-bottom: 4px;
}
div#product-quote-form {
	margin-top: 5px;
	position: relative;
}
div#product-quote-form a.close-form {
	position: absolute;
	left: 30px;
	top: 10px;
	border-radius: 35px;
}
div#product-quote-form .btn {
	width: 49% !important;
	float: right;
	min-width: auto;
	margin-left: 2%;
	height: 44px;
	margin-top: 0px;
	font-size: 16px;
	line-height: 40px !important;
	font-weight: 600;
}
div#product-quote-form .btn + .btn {
	margin-left: 0;
}
div#product-quote-result .message-box {
	margin-bottom: 10px;
}
div#product-quote-result {
	margin-top: -10px;
	float: right;
	width: 100%;
}
div#product-quote-form a.close-form {
	position: absolute;
	left: 23px;
	top: 7px;
	z-index: 2;
	cursor: pointer;
	padding: 4px;
}

/* Blog */
.bs main#blog-archive {
	padding-top: 55px;
}
.bs.wrapper-wide main#blog-archive .wrapper {
	width: 1260px;
}
.bs #blog-header h1 {
	font-weight: bold;
	font-size: 38px;
	margin-bottom: 44px;
	line-height: 46px;
	color: #0054a3;
	text-align: center;
}
.bs #blog-archive.type-gallery .posts-list article {
	float: right;
	padding-left: 3%;
	padding-right: 6%;
}
.bs #blog-archive.type-gallery .posts-list article {
	width: 47.3%;
}

.bs #blog-archive.type-gallery .posts-list .post-content {
	width: 90%;
	margin: 0 auto;
	float: right;
	margin-right: 4px;
	max-width: 480px;
}
.bs #blog-archive.type-gallery .posts-list article p.details {
	display: none;
}
.bs #blog-archive.type-gallery .posts-list article p a.more-link {
	display: none;
}
.bs #blog-archive.type-gallery .posts-list article:nth-child(3n + 1) {
	clear: initial;
}
.bs #blog-archive.type-gallery .posts-list article:nth-child(2n + 1) {
	clear: right;
}
.bs.single article .inner,
.bs.single article div.comments .comments-inner {
	width: 800px;
}
.bs.single .meta-line span.author,
.single .meta-line span.comments {
	display: none;
}

.bs.single .post h1 {
	font-weight: 600;
	font-size: 34px;
	color: #0054a3;
	line-height: 48px;
}

.bs.single .meta-line {
	margin-top: 0px;
	font-size: 16px;
	color: #0054a3;
	margin-bottom: 17px;
}

.bs.single .breadcrubms {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 40px;
	color: #5e7288;
	font-weight: bold;
}
.bs.single .breadcrubms a {
	font-weight: normal;
}
.bs.single .breadcrubms a.back {
	font-weight: bold;
	font-size: 14px;
	color: #0f7be7;
	float: left;
	display: inline-block;
}
.bs.single .breadcrubms a.back:after {
	display: none;
}
.bs.single article p,
.bs.single article li {
	font-size: 17px;
	line-height: 28px;
	color: black;
}

.bs.single .post h2 {
	font-size: 32px;
	color: black;
}
.bs.single .post h3 {
	font-size: 26px;
	color: black;
}

/* Login */
.login-form .col-login {
	background: #ffffff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.09);
	border-radius: 8px;
	border: none;
	padding: 50px;
}
.bs #content .login-form .col-login h2 {
	font-size: 30px;
	font-weight: bold;
}
.bs .col-login .input-field label {
	font-size: 18px;
	margin-bottom: 4px;
}
.bs #content .login-form a.lost_password,
.bs #content .login-form p.lost_password {
	font-size: 14px;
}
.bs .col-login div.rememberme label {
	line-height: 22px;
}

.bs .login-form .col-login .btn {
	float: none;
	width: 64%;
	margin: 0 18%;
	border-radius: 39px;
	font-weight: 600;
	height: 52.9px;
	line-height: 53.9px;
	padding: 0 5rem;
	font-size: 1.15rem;
	margin-top: 25px;
}
.bs .login-form .col-login .btn.halol {
	margin-top: 2px;
}
.bs.my-account.page-template-default #content h1 {
	font-size: 32px;
	margin-bottom: 10px;
}

/* Cart */
.bs.cart .table > tbody > tr td {
	border-bottom: none;
}
.bs.cart .table > tbody > tr.cart_item + tr:not(.item-child) td {
	border-top: 1px solid #d5d5d5;
	padding-bottom: 6px;
}
.bs.cart.page-template-default #content h2 {
	font-size: 24px;
	font-weight: 600;
}
.bs.cart .table#cart-items > thead > tr > th {
	border-top: 1px solid #d5d5d5 !important;
	font-size: 19px;
	font-weight: 600;
	padding-top: 15px;
	padding-bottom: 15px;
}
.bs #cart-items td.product-quantity {
	width: 220px;
}
.bs #cart-items td.product-quantity .quantity-field.type2 input {
	max-width: 100%;
	width: 60px;
	font-size: 18px;
}
.bs .quantity.input-field .quantity-field.type2 .qty-action i.fa-plus:before {
	font-size: 20.8px;
}
.bs.cart #cart-items td.product-name p.product-name-title {
	font-size: 17px;
	font-weight: 600;
}
#cart-items p.product-price span:not(.woocommerce-Price-currencySymbol) {
	font-size: 15px;
	color: #777777;
	margin-left: 2px;
}
.bs #cart-items td {
	font-size: 18px;
	color: black;
	padding-bottom: 10px;
}
.bs #cart-items td.product-subtotal,
#cart-items td.product-remove {
	padding-top: 23px;
}
.bs #cart-items td span.access-qut {
	position: relative;
	top: 11px;
}
.bs #cart-items td.product-remove a {
	font-size: 22px;
}
.bs #cart-items .actions .btn {
	font-size: 15px;
	line-height: 1em;
	font-weight: 600;
	border-radius: 38px;
	height: 42px;
	margin-top: 10px;
}
.bs.cart #cart-items td.product-name p.packages-info {
	font-size: 15px;
	color: #777777;
	margin-left: 2px;
	margin-bottom: 8px;
	line-height: 15px;
}
.bs .cart-dropdown li.mini_cart_item .product-info .product-data p.packages-info {
	font-size: 15px;
	margin-left: 2px;
	margin-bottom: 0px;
	line-height: 16px;
	margin-top: 6px;
}

#cart-summary-col .cart-side-box#cart-coupon {
	background: transparent;
}

#cart-summary-col .cart-side-box {
	background: #f0f2f4;
	border: 1px solid #e5e6e8;
}
.bs #cart-summary-col .cart-side-box a.box-toggle {
	font-size: 16px;
	position: relative;
	line-height: 29px;
	font-weight: 600;
}
.bs #cart-summary-col .cart-side-box a.box-toggle:after {
	left: -2px;
	font-weight: 600;
	top: 4px;
	font-size: 23px;
}
.bs #cart-summary-col #cart-coupon .btn.prm-color {
	height: 45px;
	font-size: 16px;
	line-height: 40px;
	margin-top: 13px;
}
#cart-summary-col .cart-side-box#cart-coupon input.input-text {
	width: 80%;
	margin: 0 10%;
	font-size: 16px;
}

.bs #cart-summary-col .btn.prm-color {
	margin: 0 auto;
	float: none;
	width: 100%;
	margin: 0;
	border-radius: 39px;
	font-weight: 600;
	font-size: 21px;
}
.bs .wcppec-checkout-buttons {
	display: none;
}
.bs #cart-summary-col .cart-collaterals .cart-side-box table th {
	font-size: 17px;
	padding-top: 18px;
	padding-bottom: 18px;
}
.two-columns.commerce-page #cart-summary-col .cart-collaterals .cart-side-box tr.shipping td {
	background: white;
}

.bs .two-columns.commerce-page #cart-summary-col .cart-collaterals .cart-side-box tbody tr.shipping td {
	padding-top: 14px !important;
	padding-bottom: 20px !important;
}

.bs .cart-dropdown li.mini_cart_item .product-info .product-data p.product-name {
	font-size: 16px;
	padding-left: 50px;
	font-weight: 600;
	margin-bottom: 8px;
}
.bs .cart-dropdown li.mini_cart_item .product-info .product-img {
	width: 90px;
}
.bs .cart-dropdown li.mini_cart_item .product-info .product-data {
	padding-right: 110px;
}
.bs .cart-dropdown li.mini_cart_item {
	margin-bottom: 12px;
}
.bs .cart-dropdown li.mini_cart_item.item-child {
	margin-top: -10px;
}
.bs .cart-dropdown li.mini_cart_item.item-child a.remove {
	display: none !important;
}
.bs .cart-dropdown li.mini_cart_item a.remove {
	left: 23px;
}
.bs .cart-dropdown li.mini_cart_item + li:not(.item-child) {
	border-top: 1px solid #d5d5d5;
	padding-top: 10px;
	margin-top: 4px;
}
.bs .cart-dropdown div.total {
	float: right;
	border-top: 1px solid #d5d5d5;
	padding-top: 22px;
	margin-top: 0px;
	margin-bottom: 14px;
}
.bs .cart-dropdown li.mini_cart_item + li:not(.item-child) a.remove {
	top: 16px;
}

.bs .cart-dropdown div.total p {
	font-size: 18px;
	margin-bottom: 14px;
	margin-top: 4px;
}

.bs .cart-cross-sell.row {
	margin-top: 80px;
}

.bs .product .more-products.related-parents h2 {
	font-size: 24px;
	text-align: right;
	font-weight: 600;
	padding-right: 27px;
	margin-bottom: 0px;
	margin-top: 30px;
}
.bs .two-columns.commerce-page.row .fluid .col-3-5 {
	padding-right: 68px;
	padding-left: 40px;
}

/* Checkout */
#cart-summary-col .cart-collaterals #order_review.cart-side-box table tr.cart_item td.product-name {
	font-size: 15px;
}
.bs .input-field .radio .inner,
.input-field .checkbox .inner {
	background-color: #8493a3;
}

#cart-summary-col .cart-collaterals .cart-side-box table tr {
	border-bottom: none;
}
#cart-summary-col .cart-collaterals .cart-side-box table tr + tr:not(.item-child) {
	border-top: 1px solid #d5d5d5;
	padding-bottom: 6px;
}
.input-field .radio input:checked + .outer,
.input-field .checkbox input:checked + .outer {
	border-color: #8493a3;
}

#cart-summary-col .cart-collaterals .cart-side-box table td {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

.bs .woocommerce-terms-and-conditions-wrapper {
	position: relative;
	right: 22px;
	float: right;
	margin-top: 15px;
}
.bs .woocommerce-terms-and-conditions-wrapper span.outer + span {
	position: relative;
	top: -1px;
	font-size: 15px;
}
.bs .woocommerce-terms-and-conditions-wrapper a {
	text-decoration: underline;
}

.bs span.checkbox {
	font-size: 17px;
	position: relative;
	top: -5px;
}

.bs #cart-summary-col .cart-collaterals .cart-side-box table tfoot tr.cart-subtotal {
	border-top: 1px solid #d5d5d5;
}
.commerce-page #payment .payment_methods,
.commerce-page #payment .payment_methods li {
	border-color: #d5d5d5;
}

.commerce-page a.open-dialog.btn.halol {
	position: absolute;
	left: 40px;
	border-radius: 38px;
	font-size: 16px;
	font-weight: 600;
}
.bs.woocommerce-checkout.page-template-default #content h2 {
	margin-bottom: 25px;
}

.page-template-default #content .row article p.woocommerce-thankyou-order-received {
	font-size: 28px;
	font-weight: 600;
}

.bs .payment_box.payment_method_pelecard {
	display: none;
}
.bs li.input-field.wc_payment_method.payment_method_pelecard span img {
	display: none !important;
}
/* Misc */
.mc4wp-alert {
	margin: 15px 25px 0 0;
}
body .grecaptcha-badge {
	display: none !important;
}

span.swatch-image.color-picker.color-white,
span.swatch-color.color-picker.color-white,
li.wc-layered-nav-term.term-174,
li.wc-layered-nav-term.term-182,
span.swatch-image.color-picker.term-182 {
	border: 1px solid #464646;
}
li.wc-layered-nav-term.term-182 span.swatch-color,
li.wc-layered-nav-term.term-182 span.swatch-image,
li.wc-layered-nav-term.term-174 span.swatch-color,
li.wc-layered-nav-term.term-174 span.swatch-image {
	border: 0 !important;
}
.bs .product div.product-info .info-row p.info-meta span.mkt span.value {
	direction: ltr;
}

.related-parents .products-grid p.subtitle {
	font-size: 12px;
}
.bs .related-parents .products-grid p.product-name {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 2px;
}
.bs .related-parents .products-grid .product-item-details {
	height: 90px;
}
.bs .related-parents .products-grid .product-item-wrap {
	padding-bottom: 0px;
}

.bs .blackstar-active-filters ul li a {
	cursor: pointer;
	padding-left: 23px;
	border-radius: 4px;
}
.bs .blackstar-active-filters ul li a:hover:after {
	opacity: 1;
}
.bs .blackstar-active-filters ul li a:after {
	color: white;
	display: block;
	left: 6px;
	position: absolute;
	top: 2px;
	font-size: 11px;
	content: "\f00d";
	font-weight: 400;
	font-family: "Font Awesome 5 Pro";
}

.bs .product .product-gallery.thumbs-vertical .gallery-thumbs .woocommerce-product-gallery__image {
	opacity: 0.5 !important;
}
.bs .product .product-gallery.thumbs-vertical .gallery-thumbs .woocommerce-product-gallery__image.active {
	opacity: 1 !important;
}

#site-footer .widget-item.col-info .row {
	text-align: center;
	max-width: 420px;
}
#site-footer .widget-item.col-info .row br {
	display: none;
}
#site-footer .widget-item.col-info .call,
#site-footer .widget-item.col-info .social {
	float: none;
	display: inline-block;
}

small.tax_label {
	display: none;
}

/* IE CODE */
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
	header#site-header #site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop ul.sub-menu {
		column-count: 2;
		column-width: 130px;
		display: block;
		column-gap: 1px;
	}

	#homepage-grid .container-fluid {
		overflow-y: hidden;
	}

	#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li .icon {
		width: 38px;
	}
	header#site-header #site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li a {
		overflow: hidden;
		position: relative;
	}
	#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon1 span.icon {
		background: url("/wp-content/themes/blackstar-child/icons/icon1.svg") no-repeat !important;
	}
	#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon2 span.icon {
		background: url("/wp-content/themes/blackstar-child/icons/icon2.svg") no-repeat !important;
	}
	#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon3 span.icon {
		background: url("/wp-content/themes/blackstar-child/icons/icon3.svg") no-repeat !important;
	}
	#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon4 span.icon {
		background: url("/wp-content/themes/blackstar-child/icons/icon4.svg") no-repeat !important;
	}
	#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon5 span.icon {
		background: url("/wp-content/themes/blackstar-child/icons/icon5.svg") no-repeat !important;
	}
	#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon6 span.icon {
		background: url("/wp-content/themes/blackstar-child/icons/icon6.svg") no-repeat !important;
	}
	#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon7 span.icon {
		background: url("/wp-content/themes/blackstar-child/icons/icon7.svg") no-repeat !important;
	}
	#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon8 span.icon {
		background: url("/wp-content/themes/blackstar-child/icons/icon8.svg") no-repeat !important;
	}
	#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon9 span.icon {
		background: url("/wp-content/themes/blackstar-child/icons/icon9-f.svg") no-repeat !important;
	}
	#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon10 span.icon {
		background: url("/wp-content/themes/blackstar-child/icons/icon10.svg") no-repeat !important;
	}
	#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon11 span.icon {
		background: url("/wp-content/themes/blackstar-child/icons/icon11.svg") no-repeat !important;
	}
	#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon12 span.icon {
		background: url("/wp-content/themes/blackstar-child/icons/icon12.svg") no-repeat !important;
	}
	#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon13 span.icon {
		background: url("/wp-content/themes/blackstar-child/icons/icon13.svg") no-repeat !important;
	}
	#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon14 span.icon {
		background: url("/wp-content/themes/blackstar-child/icons/icon14.svg") no-repeat !important;
	}
	#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon15 span.icon {
		background: url("/wp-content/themes/blackstar-child/icons/icon15.svg") no-repeat !important;
	}
	#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon16 span.icon {
		background: url("/wp-content/themes/blackstar-child/icons/icon16.svg") no-repeat !important;
	}
}

/* IE EDGE CODE */
@supports (-ms-ime-align: auto) {
	#homepage-grid .container-fluid {
		overflow-y: hidden;
	}
	#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon1 span.icon {
		background: url("/wp-content/themes/blackstar-child/icons/icon1.svg") no-repeat !important;
	}
	#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon2 span.icon {
		background: url("/wp-content/themes/blackstar-child/icons/icon2.svg") no-repeat !important;
	}
	#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon3 span.icon {
		background: url("/wp-content/themes/blackstar-child/icons/icon3.svg") no-repeat !important;
	}
	#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon4 span.icon {
		background: url("/wp-content/themes/blackstar-child/icons/icon4.svg") no-repeat !important;
	}
	#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon5 span.icon {
		background: url("/wp-content/themes/blackstar-child/icons/icon5.svg") no-repeat !important;
	}
	#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon6 span.icon {
		background: url("/wp-content/themes/blackstar-child/icons/icon6.svg") no-repeat !important;
	}
	#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon7 span.icon {
		background: url("/wp-content/themes/blackstar-child/icons/icon7.svg") no-repeat !important;
	}
	#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon8 span.icon {
		background: url("/wp-content/themes/blackstar-child/icons/icon8.svg") no-repeat !important;
	}
	#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon9 span.icon {
		background: url("/wp-content/themes/blackstar-child/icons/icon9-f.svg") no-repeat !important;
	}
	#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon10 span.icon {
		background: url("/wp-content/themes/blackstar-child/icons/icon10.svg") no-repeat !important;
	}
	#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon11 span.icon {
		background: url("/wp-content/themes/blackstar-child/icons/icon11.svg") no-repeat !important;
	}
	#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon12 span.icon {
		background: url("/wp-content/themes/blackstar-child/icons/icon12.svg") no-repeat !important;
	}
	#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon13 span.icon {
		background: url("/wp-content/themes/blackstar-child/icons/icon13.svg") no-repeat !important;
	}
	#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon14 span.icon {
		background: url("/wp-content/themes/blackstar-child/icons/icon14.svg") no-repeat !important;
	}
	#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon15 span.icon {
		background: url("/wp-content/themes/blackstar-child/icons/icon15.svg") no-repeat !important;
	}
	#site-nav .iwp_megamenu .drop-menu ul.sub-menu li.level-1 .sub-menu-drop li.icon16 span.icon {
		background: url("/wp-content/themes/blackstar-child/icons/icon16.svg") no-repeat !important;
	}
}

.bs .woocommerce-variation-add-to-cart.variations_button {
	float: right;
}

.temp-msg {
	float: right;
	width: 100%;
	background: #0c7ae6;
	color: white;
	padding: 15px 27px;
	padding-left: 0px;
	margin-top: 30px;
}
.temp-msg img {
	float: right;
	width: 38px;
}
.temp-msg p {
	margin-bottom: 0px;
	font-size: 26px;
	float: right;
	margin-right: 23px;
	line-height: 32px;
}
.tawcvs-swatches .swatch.selected {
	border: 2px solid #333 !important;
}

/* cart min order */
.bs #cart-summary-col .wc-proceed-to-checkout .btn {
	margin-top: 20px;
}
.bs #cart-summary-col .wc-proceed-to-checkout .btn.disabled {
	background: #b1b1b1 !important;
	cursor: initial;
}
.bs #cart-summary-col .cart-side-box.cart_totals {
	background: none;
	border: none;
}
.bs #cart-summary-col .cart-side-box.cart_totals table {
	background: #f0f2f4;
	border: 1px solid #e5e6e8;
}
.page-template-default #content .row .min-order-message {
	float: right;
	width: 100%;
	background: #ffeded;
	border: 1px solid #ff0000;
	border-right-width: 11px;
	padding: 15px 25px;
	margin-bottom: 10px;
}
.page-template-default #content .row .min-order-message p.title {
	font-size: 19px;
	font-weight: bold;
	color: #ff0000;
	margin-bottom: 10px;
}
.page-template-default #content .row .min-order-message p.title .notify {
	font-size: 15px;
}
.page-template-default #content .row .min-order-message p {
	margin-bottom: 0px;
	font-size: 17px;
	font-weight: 600;
	color: #151515;
	line-height: 24px;
}
.page-template-default #content .row .min-order-message p.title i {
	margin-left: 10px;
}
.page-template-default #content .row .min-order-message a.more-details {
	color: #151515;
	font-size: 14px;
	text-decoration: underline;
	margin-top: 10px;
	display: inline-block;
}
.page-template-default #content .row .min-order-message a.more-details:hover {
	text-decoration: none;
}

.minicart-order-message {
	float: right;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.minicart-order-message p.notify {
	color: red;
	font-size: 15px;
}
.minicart-order-message p {
	font-size: 18px;
	font-weight: 600;
	color: #151515;
	margin-bottom: 4px;
}
.minicart-order-message a.more-details {
	color: #151515;
	font-size: 14px;
	text-decoration: underline;
	margin-top: 8px;
	display: inline-block;
}

.bs .tawcvs-swatches .swatch {
	color: white;
}
.bs .tawcvs-swatches .swatch__tooltip {
	top: 5px;
}
.bs .tawcvs-swatches .swatch__tooltip:after {
	width: 8px;
	height: 8px;
	bottom: -5px;
}

/* huberman hp video shortcode */
.bs .huberman-hp-video {
	float: right;
	width: 100%;
	background-color: #02407b;
}

.bs .huberman-hp-video .side-img {
	width: 49%;
	float: right;
	position: relative;
	overflow: hidden;
}
.bs .huberman-hp-video .side-img a.video:after {
	content: " ";
	width: 70px;
	height: 70px;
	background: rgba(255, 255, 255, 1);
	position: absolute;
	border-radius: 50%;
	right: 50%;
	top: 50%;
	color: #0f7be7;
	content: "\f04b";
	font-family: "Font Awesome 5 Pro";
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	line-height: 68px;
	-webkit-transform: stranslate(50%, -50%);
	transform: translate(50%, -50%);
	padding-left: 5px;
	transition: all 0.3s;
}
.bs .huberman-hp-video .side-img a.video:hover img {
	opacity: 0.6;
}
.bs .huberman-hp-video .side-img a.video:hover:after {
	background: #0f7be7;
	color: white;
}
.bs .huberman-hp-video .side-img img {
	height: 100%;
	transition: all 0.3s;
	width: initial;
	max-width: initial;
	position: relative;
	right: 50%;
	transform: translate(50%, 0px);
}
.bs .huberman-hp-video .content {
	width: 51%;
	float: right;
	padding: 40px 30px 0;
}
.bs .huberman-hp-video .content p.title {
	font-size: 36px;
	line-height: 40px;
	color: #3faaff;
	font-weight: bold;
	margin-bottom: 20px;
}
.bs .huberman-hp-video .content p.desc {
	font-size: 48px;
	letter-spacing: -0.7px;
	line-height: 58px;
	font-weight: 400;
	color: #fff;
	max-width: 500px;
	margin: 0 auto 27px auto;
}
.bs .huberman-hp-video .content a.btn {
	background: #0f7be7;
	color: white;
	height: 56px;
	line-height: 56px;
	border-radius: 39.5px;
	font-size: 18px;
	padding: 0 40px;
	font-weight: bold;
	float: none;
}

.bs .fancy-media .fancybox-skin {
	background: black;
}
.bs .fancy-media .fancybox-close:before {
	color: white;
	font-size: 30px;
}
.bs .fancy-media .fancybox-close {
	right: -35px;
	color: white;
	top: 5px;
}

.bs header#site-header.header3 .actions .items .action .fa-shopping-cart:before {
	font-weight: 600;
	font-size: 22px;
}
header#site-header #site-header-cart .cart-link i {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.rtl header#site-header .action .drop-menu {
	right: -29px;
}
.bs header#site-header.header3 .header-search-line .input-field .fa-search:before,
.bs #site-nav.nav-mobile .site-search .input-field .fa-search:before {
	opacity: 1;
	font-weight: 600;
	font-size: 18px;
	position: relative;
	top: 1px;
}

header#site-header.header3 #site-nav li.level-0.catalog .drop-menu {
	padding-top: 0;
}

body.rtl header#site-header #site-nav .drop-menu.mega-menu ul.sub-menu li a {
	padding-right: 27px;
	padding-left: 27px;
}

#sidebar .state-opened .widget-item:not(:last-child) {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.product div.product-info .quantity.input-field .quantity-field.type2 .qty-action {
	padding: 11px 8px;
	display: inline;
}

.product div.product-info .quantity.input-field .quantity-field input {
	min-height: 43px;
}
.bs .product .product-data-tabs-headers {
	padding-right: 0;
	margin-bottom: 15px;
}
.product .fullrow-tabs .product-data-tabs {
	width: 100%;
	border: none;
	padding: 0;
	margin-top: 0px !important;
	min-height: auto;
}

.single-product #catalog-breadcrumb .woocommerce-breadcrumb .item:last-child,
.single-product #catalog-breadcrumb .woocommerce-breadcrumb .spt:nth-last-child(2) {
	display: block;
}

.rtl .col-1.layout-reverse .single-container-row .product-gallery.thumbs-vertical {
	padding-right: 22px;
}

.quantity.input-field .quantity-field.type2 .qty-action {
	display: inline;
}

.two-columns.commerce-page #cart-summary-col .row.action-line {
	margin-top: 20px;
	padding: 0 15px;
	margin-bottom: 40px;
}

.input-field label.checkbox .outer + span,
.input-field label.radio .outer + span {
	font-size: 17px;
}

.bs .tawcvs-swatches .swatch.selected img {
	border: 2px solid #333 !important;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
}
.bs .tawcvs-swatches .swatch.selected {
	border: none;
	box-shadow: none;
}
.bs .variations_form.box-swatches .tawcvs-swatches .swatch {
	width: 40px;
	height: 40px;
}
.bs .product-info .more-products {
	margin-top: 0;
}
.bs .product-info .more-products li:nth-child(2n + 1) {
	clear: right;
}

.single-container-row .product-info {
	width: 460px;
}

.single .type-gallery {
	padding-top: 20px;
}

#page-sidebar {
	width: 250px;
	margin-right: 47px;
}
#page-sidebar li {
	margin: 0px 0;
	margin-bottom: 1px;
}
#page-sidebar ul li a {
	font-size: 20px;
	line-height: 24px;
	padding: 6px 0;
	display: inline-block;
	color: #616161;
}
#page-sidebar ul li.current-menu-item a,
#page-sidebar ul li.is-active a {
	color: #000;
	text-decoration: underline;
	border-bottom: none;
}

.bs .row.login-form .wrapper {
	width: 600px !important;
}

#customer_lost_password p.desc,
#customer_reset_password p.desc {
	font-size: 18px;
	line-height: 30px;
}

.bs header#site-header .actions.secondry {
	display: none !important;
}

#site-nav.nav-mobile.m-vertical-open.mobile-opt2 ul li.menu-item-has-children > a:after {
	display: none;
}

.bs #sidebar.moved .type-scope {
	background: white;
}

.products-grid .product-item-image .circle.stock .txt {
	padding: 0 6px;
	line-height: 13px;
}

.bs .single-container-row .product-gallery.thumbs-vertical {
	margin-left: 0 !important;
}
.product .product-data-tabs li .tab-content {
	display: none;
}
.product .product-data-tabs li.active .tab-content {
	display: block;
}

.mobile-qut-info {
	display: none;
}

.bs .product-gallery span.onsale.circle,
.bs .product-gallery .product-flash.circle {
	margin-right: 40px;
}

p.sale-inventory.product-flash.circle {
	background: red;
}
p.sale-inventory.product-flash.circle .txt {
	line-height: 14px;
	font-size: 14px;
}

.top-header-slider .slide.active {
	top: 0px;
	transition: 0.5s ease-in-out;
}
.top-header-slider .slide.closed {
	top: -39px;
	transition: 0.5s ease-in-out;
}
.top-header-slider .slide {
	position: absolute;
	width: 100%;
	top: 29px;
	transition: none;
}
.top-header-slider {
	width: 100%;
	position: relative;
}

div#city-shipping-extra-charge {
	position: relative;
	right: 4px;
	top: -5px;
	float: none;
	width: auto;
	color: #a2753c;
	font-size: 13px;
	float: right;
}
div#city-shipping-extra-charge i {
	position: relative;
	font-size: 15px;
	margin-left: 6px;
	right: auto;
	top: 1px;
}
#site-footer .widget-item.col-info a.whatsapp + .facebook {
	margin-left: 10px;
}
.bs .shipping-description {
	padding-right: 34px;
	padding-left: 40px;
	font-size: 15px;
	opacity: 0.8;
	float: right;
}
.bs.checkout .shipping-description {
	padding-right: 46px;
}
.bs p.form-row.woocommerce-SavedPaymentMethods-saveNew {
	display: block;
	padding-top: 10px;
	font-size: 15px !important;
}
.bs p.form-row.woocommerce-SavedPaymentMethods-saveNew input {
	margin-top: 6px;
	margin-left: 4px;
}
.bs #site-nav.nav-mobile.m-vertical-open ul.menu {
	height: calc(100% - 5px);
	height: -moz-calc(100% - 5px);
	height: -webkit-calc(100% - 5px);
	height: -o-calc(100% - 5px);
}

body.bs.header-sticky header#site-header .actions.secondry {
	top: 2px;
}

/* mini cart */
.bs .site-header-cart .cart-dropdown.type-fixed a.close-minicart {
	background: #e8e8e8;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 50%;
	font-size: 15px;
	margin-top: 7px;
}
.bs .site-header-cart .cart-dropdown ul {
	margin-top: 0px;
}

.bs .site-header-cart .cart-dropdown.type-fixed li.mini_cart_item .product-info .product-data p.product-name {
	font-weight: bold;
}
.bs .site-header-cart .cart-dropdown li.mini_cart_item .product-info {
	position: relative;
}
.bs .site-header-cart .cart-dropdown.type-fixed li.mini_cart_item .product-info .product-data a.remove {
	left: 30px;
	top: 13px;
	position: absolute;
	font-size: 15px;
	color: #7e7e7e;
}
.bs .site-header-cart .cart-dropdown.type-fixed li.mini_cart_item .product-info .product-data span.quantity {
	font-size: 15px;
}
.bs .site-header-cart .cart-dropdown.type-fixed div.buttons {
	padding: 0;
}
.bs .site-header-cart .cart-dropdown.type-fixed div.buttons {
	bottom: 17px;
}
.bs .site-header-cart .cart-dropdown.type-fixed li.empty {
	margin-top: 30px;
}
.bs .site-header-cart .empty p.login a {
	text-decoration: underline;
}
.mini-cart .freeshipping-notice p,
.cart-collaterals .freeshipping-notice p {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}
.mini-cart .freeshipping-notice p.subtitle,
.cart-collaterals .freeshipping-notice p.subtitle {
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	position: relative;
	top: 2px;
}
.mini-cart .freeshipping-notice,
.cart-collaterals .freeshipping-notice {
	background: #ebf5ff;
	border-top: 1px solid #0378e6;
	border-bottom: 1px solid #0378e6;
	color: #0054a3;
	padding: 13px 90px 13px 0;
	position: relative;
	float: right;
	width: 100%;
}
.mini-cart .freeshipping-notice:before,
.cart-collaterals .freeshipping-notice:before {
	content: "\f48b";
	font-family: "Font Awesome 5 Pro";
	font-size: 27px;
	font-weight: bold;
	color: #0054a3;
	position: absolute;
	right: 24px;
	top: 20px;
	transform: scaleX(-1);
}

.cart-collaterals .freeshipping-notice {
	border-radius: 10px;
	width: 93%;
	margin-right: 2%;
	border: 1px solid #0378e6;
	padding-right: 78px;
}

.cart-collaterals .freeshipping-notice.discount {
	margin-bottom: 20px;
}
.cart-collaterals .freeshipping-notice.discount:before {
	top: 14px;
}

/* reviews */
.bs .product .fullrow-tabs div#reviews ol li {
	width: 100%;
	border-bottom: 0;
	margin-bottom: 5px;
}
.bs .product div#reviews div.comment_container img,
.product div#reviews div.comment_container picture {
	display: none;
}
.bs .product div#reviews div.comment_container .comment-text {
	padding-right: 2px;
	padding-bottom: 5px;
}

.bs .product .review-header {
	float: right;
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px solid #979797;
	margin-bottom: 20px;
}
.bs .product #reviews .review-header h2 {
	font-size: 16px;
	float: right;
	margin-bottom: 0;
}
.bs .product .review-header .star-rating {
	margin-right: 10px;
	margin-top: 6px;
}
.bs .product .review-header span.score {
	margin-right: 4px;
	position: relative;
	top: -4px;
	color: #e2b151;
	font-weight: bold;
}
.bs .star-rating:before {
	color: #e2b151;
}
.bs .product div#reviews div.comment_container p.meta {
	float: right;
	color: #0054a2;
}
.bs .product div#reviews div.comment_container .star-rating {
	margin-right: 15px;
}
.bs .product div#reviews div.comment_container .star-rating:before,
.bs .product div#reviews div.comment_container .star-rating span:before {
	color: #0054a2;
}
.bs .product div#reviews div.comment_container span.woocommerce-review__dash {
	display: none;
}
.bs .product div#reviews div.comment_container time.woocommerce-review__published-date {
	float: left;
	font-size: 13px;
	color: #505050;
	position: relative;
	top: -3px;
}

.bs .product .fullrow-tabs div#review_form {
	margin-top: 10px;
}
.bs .product div#reviews span#reply-title {
	font-size: 17px;
	font-weight: bold;
}
.bs .product div#reviews .comment-form p.comment-notes {
	font-size: 14px;
	line-height: 23px;
}
.bs .product div#reviews .description {
	clear: both;
}
.bs .product div#reviews .comment-form label {
	font-weight: bold;
}
.bs .product div#reviews .review-footer {
	margin-bottom: 40px;
	float: right;
	width: 100%;
}
.bs .product div#reviews div.comment_container p.meta em {
	color: red;
	font-weight: bold;
}

.bs .product div#reviews .woocommerce-pagination {
	float: right;
	width: auto;
	margin-top: 0px;
}
.bs .product div#reviews .woocommerce-pagination li::marker {
	color: transparent;
}
.bs .product div#reviews ul.page-numbers {
	padding-right: 0;
}
.bs .product div#reviews .page-numbers li a.next,
.bs .product div#reviews .page-numbers li a.prev {
	display: none;
}
.bs .product div.product-info .info-row .rating-row {
	margin-bottom: 0;
}
.bs .product div.product-info .info-row .woocommerce-product-rating {
	float: right;
	padding-bottom: 0;
	margin-top: 8px;
}
.bs .product div.product-info .info-row .woocommerce-product-rating + .descripition {
	float: right;
	margin-top: 8px;
}
.bs .product div.product-info .info-row .woocommerce-product-rating + .descripition a.more-product-data {
	margin-bottom: 0;
	margin-right: 30px;
	top: -6px;
}
.bs .products-grid .star-rating {
	right: 50%;
	transform: translateX(50%);
	margin-right: -2px;
	top: 5px;
}

.bs .shipping-coupon .amount {
	display: none;
}

.bs .widget-item {
	float: initial;
}

/* Cookie Notice
-------------------------------------------------- */
div.bs-cooike-notice {
	position: fixed;
	background: white;
	width: 100vw;
	bottom: 0;
	z-index: 10000;
	padding: 13px;
	display: flex;
	justify-content: center;
	box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.1);
}

div.bs-cooike-notice .cooike-container {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 22px;
}
div.bs-cooike-notice a {
	color: black;
	text-decoration: underline;
}
div.bs-cooike-notice a.approved {
	display: inline-block;
	background: #0054a3;
	color: white;
	padding: 9px 20px;
	border-radius: 20px;
	margin-right: 10px;
	cursor: pointer;
	text-decoration: none;
}
div.bs-cooike-notice a.approved:hover {
	text-decoration: none;
}
@media only screen and (max-width: 1024px) {
	div.bs-cooike-notice .cooike-container {
		flex-direction: column;
		gap: 10px;
	}
	div.bs-cooike-notice a.approved {
		padding: 5px;
		width: 200px;
	}
}
