/*
Theme Name: Tegral

WooCommerce styles override
*/

/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {

	table.shop_table_responsive thead {
		display: table-header-group;
	}

	table.shop_table_responsive tbody th {
		display: table-cell;
	}

	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}

	table.shop_table_responsive tr td {
		display: table-cell;
	}

	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
 * Products
 */
ul.products {
	margin: 0;
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
}

ul.products li.product img {
	display: block;
}

ul.products li.product .button {
	display: block;
}

@media screen and (min-width: 48em) {

	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin-right: 3.8%;
	}

	ul.products li.product.first {
		clear: both;
	}

	ul.products li.product.last {
		margin-right: 0;
	}

	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}

	ul.products.columns-2 li.product {
		width: 48.1%;
	}

	ul.products.columns-3 li.product {
		width: 30.79667%;
	}

	ul.products.columns-4 li.product {
		width: 22.15%;
	}

	ul.products.columns-5 li.product {
		width: 16.96%;
	}

	ul.products.columns-6 li.product {
		width: 13.49333%;
	}
}

/**
 * Single product
 */
.single-product div.product {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

.single-product .wpcf7 textarea {
	resize: none;
	height: 70px;
	padding: 10px;
}

.single-product .summary .wpcf7-form {
	background: #e2e2e2;
	padding: 20px 20px 5px;
}

.form-grid-col div {
	margin-bottom: 20px;
}

.wpcf7-list-item.first {
	margin: 0;
}

.single-product div.product form.cart .variations select {
	border: 1px solid rgba(129,129,129,.25);
	font-size: 14px;
	padding: 10px;
}

.single-product .wpcf7 .fr-row select,
.single-product .product-form .fr-row select {
	width: 100%;
	height: 40px;
	border: 1px solid rgba(129,129,129,.25);
	font-size: 14px;
	line-height: 18px;
	padding: 0 10px;
	transition: border-color .5s;
	box-shadow: none;
	border-radius: 0;
	background: #fff;
}

@media screen and (min-width: 1200px) {
	.single-product .wpcf7 .form-grid-col,
	.single-product .product-form .form-grid-col {
		display: grid;
	    grid-template-columns: 1fr 1fr;
	    grid-gap: 10px;
	}

	.single-product .wpcf7 .form-grid-col-3,
	.single-product .product-form .form-grid-col-3 {
		display: grid;
	    grid-template-columns: 1fr 1fr 1fr;
	    grid-gap: 10px;
	}

	.form-grid-col div {
		margin-bottom: 0;
	}
	
	.fr-row .wpcf7-radio {
		display: flex;
	}
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {

	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}

	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}

	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #4169e1;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #000;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #a00;
}

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #a6a6a6;
	clear: both;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-noreviews a,
.woocommerce-info::before {
  color: #fff;
}

.woocommerce-error a,
.woocommerce-error {
	color: #b81c23 !important;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3d9cd2;
	z-index: 9999;
}

@media screen and (min-width: 48em) {

	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}

	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #4169e1;
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}

/* # Woo Breadcrumb
---------------------------------------------------------------------------------------------------- */
.woocommerce-products-header {
	background-color: #212121;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	margin-bottom: 40px;
}

.woocommerce-products-header__title {
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
    font-weight: 400;
	margin: 0;
}

.woocommerce-products-header .woocommerce-breadcrumb,
.woocommerce-products-header .woocommerce-breadcrumb a {
	color: #fff;
	text-decoration: none;
	position: relative;
}

.woocommerce-products-header .woocommerce-breadcrumb span {
	margin: 0 5px;
}

.woocommerce-products-header .woocommerce-breadcrumb {
	margin: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.woocommerce-products-header .woocommerce-breadcrumb a:first-of-type:before {
	font-family: 'Font Awesome 5 Free';
 	font-weight: 900;
    content: "\e3af";
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 1px;
    left: -19px;
}

@media (min-width: 1200px) {
	.woocommerce-products-header__title {
		font-size: 36px;
	}

	.woocommerce-products-header .woocommerce-breadcrumb a:hover {
		color: #fc5c04;	
	}
}

/* # Woo Filter
---------------------------------------------------------------------------------------------------- */
.woocommerce-filter .woocommerce-ordering {
	float: none;
}

.woocommerce-filter .woocommerce-ordering {
	width: 100%;
	margin: 0;
}

.woocommerce-filter .woocommerce-ordering select {
    vertical-align: top;
    width: 100%;
    padding: 10px;
    color: #4C4C4C;
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    -webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	background: #fff;
}

.woocommerce-filter {
    background-color: #F9F9F9;
    flex-wrap: wrap;
    padding: 10px;
    display: none;
    transition: all .3s ease-in-out;
}

.woocommerce-filter.active {
	margin-bottom: 20px;
	display: block;
}

.woocommerce-filter-column {
	width: 100%;
	padding: 15px;
}

.woocommerce-filter h3 {
	color: #1B1919;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
}

.woocommerce-filter h3:before {
	content: "";
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: rgba(0,0,0,.1);	
    bottom: -5px;
}

.woocommerce-filter-count a {
	text-decoration: none;
	font-weight: 700;
	margin-left: 10px;
	color: #000;
}

.woocommerce-filter-count a i {
	font-size: 13px;
}

.woocommerce-filter-count p.woocommerce-result-count {
	float: none;
	margin: 0;
	font-size: 13px;
	color: #9E9E9E;
}

.woocommerce-filter-count {
	display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.woocommerce-ordering {
	position: relative;
}

.woocommerce-ordering:before {
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f0d7";
    font-size: 18px;
    color: #D3D3D3;
    position: absolute;
    right: 8px;
    top: 8px;
}

@media (min-width: 768px) {
	.woocommerce-filter.active {
		display: flex;
	}
	.woocommerce-filter-column {
		width: 50%;
	}
}

@media (min-width: 1200px) {
	.woocommerce-filter-column {
		width: 25%;
	}
}

/* # Product Result
---------------------------------------------------------------------------------------------------- */
.woocommerce-page .site-main .container {
	max-width: 1600px;
}

.product-section .container {
	max-width: 1600px;
}

.product-section.padding-top {
	padding-top: 40px;
}

.product-section h2 {
	display: flex;
	align-items: center;
	text-transform: uppercase;
}

.featured-image {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    transition: all ease 0.3s;
}

.product-title {
	font-size: 16px;
	font-weight: 400;
	color: #343434;
	text-align: center;
	margin-bottom: 10px;
}

.product-title a {
	text-decoration: none;
	color: #4C4C4C;
}

.product-title a:hover {
	color: #000;
}

.price {
	color: #4C4C4C;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.product-list {
	text-align: center;
	border: solid 1px #f2f2f2;
	padding: 15px 15px 30px;
	border-radius: 5px;
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
}

.product-button {
	margin-top: auto;
}

a.quick-view {
	position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    color: #4C4C4C;
}

.add_to_cart_button.added {
	background-color: #000 !important;
	border-color: #000 !important;
}

.added_to_cart.wc-forward {
	display: none !important;
}

.added_to_cart.wc-forward:hover {
	opacity: .8;
}

.see-more {
	margin-left: auto;
    text-decoration: none;
    padding-left: 10px;
    font-size: 18px;
    text-transform: none;
}

.product-list {
	margin: 0 10px 20px;
}

@media (min-width: 400px) {
	.product-grid {
		display: flex;
		margin: 0 -15px;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
	}
	.product-list {
		width: 45%;
	}
}

@media (min-width: 768px) {
	.product-list {
		width: 30.33%;
	}
}


@media (min-width: 1200px) {
	.product-list {
		width: 18.3%;
	}

	.quick-view:hover {
		color: #000 !important;
	}

	.see-more:hover {
		color: #000;
	}

	.featured-image:hover {
		transform: scale(1.1);
	}

	.product-section {
		padding: 0 0 20px;
	}
}


@media (min-width: 1427px) {
	.product-list {
		width: 18.6%;
	}
}

/* # Woo Buttons
---------------------------------------------------------------------------------------------------- */
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
	border: 1px solid;
    border-color: #4C4C4C;
    border-radius: 3px;
    background: #4C4C4C;
    color: #fff;
    line-height: 1.2;
    padding: 10px 15px 12px;
    transition: all .3s ease-in-out;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 25px;
}

.woocommerce.archive #respond input#submit, 
.woocommerce.archive a.button, 
.woocommerce.archive button.button, 
.woocommerce.archive input.button {
	padding: 10px 15px;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.woocommerce #respond input#submit.added::after, 
.woocommerce a.button.added::after, 
.woocommerce button.button.added::after, 
.woocommerce input.button.added::after {
	vertical-align: middle;
}


.woocommerce input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
	opacity:.25;
	padding-right:2.618em;
	position: relative;
}

/* # Woo Pagination
---------------------------------------------------------------------------------------------------- */
.woocommerce nav.woocommerce-pagination {
	margin-bottom: 40px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #4C4C4C;
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
	padding: 0;
    border-radius: 50%;
    border: 1px solid #4C4C4C;
    color: #4C4C4C;
    width: 42px;
    height: 42px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
    margin-right: 10px;
}

.woocommerce nav.woocommerce-pagination ul {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a.next, 
.woocommerce nav.woocommerce-pagination ul li a.prev {
	padding: 10px 11px;
}


/* # Woo Single Product
---------------------------------------------------------------------------------------------------- */

.single-product.woocommerce-page .site-main .container {
	max-width: 1170px;
}

.wpgs-for.slick-slider {
	border: 1px solid #d3ced2;
}

.wpgs-nav .slick-slide,
.wpgs-for .slick-slide {
	padding: 10px;
}


.woocommerce-product-gallery .slick-dots li {
	width: 30px;
	margin: 0 9px 0 0;
    padding: 0;
    height: 5px;
    border-radius: 0;
    display: inline-block;
    cursor: pointer;
    line-height: 1em;
    text-align: center;
    background: #9e9e9e;
}

.single-product div.product div.summary {
	margin: 0;
}

.single-product div.summary .product_title {
	font-weight: 300;
    font-size: 25px;
    color: #4C4C4C;
    line-height: 1.2;
	margin: 0;
}

.single-product div.summary p.price, 
.single-product div.summary span.price {
	color: #fc5c04;
	font-weight: 400;
	font-size: 25px;
	margin-bottom: 20px;
	text-align: left;
}

.single-product .table-grid {
	border: solid 2px #9e9e9e;
	text-align: center;
	margin-top: 20px;
	clear: both;
	float: left;
	width: 100%;
}

.woocommerce-product-details__short-description {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.single-product .table-grid {
		display: grid;
		grid-template-columns: 100px 1fr;
	}
}

@media (min-width: 1200px) {
	.single-product .table-grid {
		grid-template-columns: 200px 1fr;
	}
}

.qty-table-title {
	background: #9e9e9e;
	color: #ffffff;
	display: flex;
	padding: 12px;
	align-content: center;
	justify-content: center;
	vertical-align: middle;
	align-items: center;
}

.b2bking_shop_table thead {
	background: #fc5c04;
	color: #fff;
}

.single-product table.shop_table {
	border: 0;
	text-align: center;
}

.single-product table.shop_table {
	margin: 0;
}

.single-product table.shop_table th {
	border: none;
}

.single-product table.shop_table td {
	border: 1px solid rgba(0,0,0,.1);
}

.single-product div.product form.cart .button {
  vertical-align: middle;
  float: left;
  background-color: #fc5c04;
  border-color: #fc5c04;
  padding-top: 11px;
}

.single-product div.product form.cart .button:hover,
.single-product div.product form.cart button.added {
	background-color: #000;
  	border-color: #000;
}

.single-product.woosq-product div.product form.cart .button {
	padding-top: 11px;
    padding-bottom: 12px;
}

.yith-wcwl-add-button a.single_add_to_wishlist {
	color: inherit;
	text-decoration: none;
}

.yith-wcwl-add-button a.single_add_to_wishlist .yith-wcwl-icon {
	margin-right: 2px;
}

td.b2bking_has_color {
	background: #9e9e9e !important;
}

.yith-wcwl-add-to-wishlist {
	clear: both;
}

.yith-wcwl-add-button {
	padding-top: 10px;
}

.yith-wcwl-add-to-wishlist {
	padding-top: 20px;
}

@media (min-width: 768px) {
	.wpgs-nav .slick-slide,
	.wpgs-for .slick-slide {
		padding: 20px;
	}
	
	.single-product div.summary .product_title {
    	font-size: 38px;
	}

	.single-product div.summary p.price, 
	.single-product div.summary span.price {
		font-size: 28px;
	}

	.yith-wcwl-add-to-wishlist .feedback {
		margin-left: 15px;
	}

	.yith-wcwl-add-button a.single_add_to_wishlist {
		margin-left: 20px;
	}

	.yith-wcwl-add-to-wishlist {
		clear: inherit;
	}

	.yith-wcwl-add-button,
	.yith-wcwl-add-to-wishlist {
		padding-top: 0;
	}
}



.exists .yith-wcwl-icon {
	color: #fc5c04;
}

.yith-wcwl-add-to-wishlist a {
	text-decoration: none;
}

.yith-wcwl-add-to-wishlist a:hover {
	color: #000;
}

.product_meta span {
	display: block;
	font-weight: 600;
	margin-bottom: 15px;
}

.product_meta a {
	text-decoration: none;
	color: inherit;
	font-weight: 400;
}

.product_meta a:hover {
	color: #fc5c04; 
}

.product_meta .sku {
	display: inline-block;
	font-weight: 400;
	margin-bottom: 0;
}

.product-share .social-media li a {
	color: inherit;
}

.product-share .social-media li a:hover {
	color: #fc5c04;
}

.product-share .social-media,
.product-share .share-title {
	display: inline-block;
}

.product-compare {
	display: flex;
}

.compare-title {
	margin-right: 10px;
}

.single-product div.product form.cart {
	margin-bottom: 20px;
}

.related h2 {
	text-align: center;
	text-transform: uppercase;
}

.woocommerce-tabs .panel h2:first-of-type {
	display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0 0 40px;
	position: relative;
}

.floating-logo,
.floating-logo2 {
	display:none;
}

@media (min-width: 1200px) {
	.floating-logo {
	  	position: absolute;
    	right: 100px;
    	top: -10px;
    	max-width: 400px;
    	display: block;
	}
	
	.floating-logo2 {
		position: absolute;
		right: 200px;
		top: 69px;
		max-width: 200px;
		display: block;
	}
	.woocommerce div.product .woocommerce-tabs .panel h2,
	.woocommerce div.product .woocommerce-tabs .panel p {
		max-width: 60%;
	}
}

@media (min-width: 1200px) {
	.related .product-list {
		width: 18.2%;
	}
}

/* # Woo Gallery
---------------------------------------------------------------------------------------------------- */
.woocommerce-product-gallery li button {
    display: block;
    cursor: pointer;
    outline: none;
    border-radius: 0 !important;
    background-color: transparent;
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 !important;
    text-indent: -99999px;
}

.woocommerce-product-gallery .slick-dotted.slick-slider {
	margin-bottom: 0;
	margin-top: 40px;
}

.woocommerce-product-gallery li button:before {
	display: none;
}

.woocommerce-product-gallery li.slick-active button {
	background: #fc5c04;
}

.woocommerce-product-gallery .slick-dots {
	bottom: 12px;
}

.woocommerce-product-gallery .slick-next, 
.woocommerce-product-gallery .slick-prev {
	display: none !important;
}

.wpgs-nav {
	display: none !important;
}

.single-product div.product div.images {
	margin-bottom: 10px;
}


/* # Woo Quickview
---------------------------------------------------------------------------------------------------- */
.woosq-product.single-product div.summary .product_title {
	font-size: 25px;
}

.woosq-product.single-product div.summary p.price, 
.woosq-product.single-product div.summary span.price {
	font-size: 20px;
}

.woosq-btn::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f06e";
}

.woosc-btn::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\e13a" !important;
}

.woosw-btn::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f004";
  margin-right: 10px;
}

.woosw-btn {
	position: relative;
	text-decoration: none;
	color: inherit;
	margin-bottom: 15px;
	display: block;
}

a.woosw-added,
a.woosc-added {
	color: #fc5c04;
}

.woosq-btn {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 20px;
	color: inherit;	
	text-decoration: none;
}

.woosc-btn {
	position: absolute;
	right: 44px;
	top: 10px;
	font-size: 20px;
	color: inherit;	
	text-decoration: none;
}


.single-product .summary .woosc-btn {
	position: relative;
	right: auto;
	top: auto;
	font-size: 18px;
}

/* # Woo Notification message
---------------------------------------------------------------------------------------------------- */
.woocommerce-message, 
.woocommerce-info, 
.woocommerce-error, 
.woocommerce-noreviews, 
p.no-comments {
	background-color: #a6a6a6;
	color: #fff;
	border: 0;
}

.woocommerce-message::before {
	color: #fff;
}

.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
	margin-bottom: 20px;
} 


@media (min-width: 768px) {
	.woocommerce-product-gallery .slick-dotted.slick-slider {
		margin-top: 0;
	}

	.wpgs-nav {
		display: block !important;
	}
}

/* # Woo Cart / Checkout
---------------------------------------------------------------------------------------------------- */

.woocommerce-cart .site-main .container,
.woocommerce-checkout .site-main .container {
	max-width: 800px;
}

.woocommerce table.shop_table th {
	font-size: 16px;
	text-transform: uppercase;
}


.woocommerce a.remove:hover {
	background-color: transparent;
	color: red !important;
}


.woocommerce table.shop_table td a {
	text-decoration: none;
	color: inherit;
}


.woocommerce .cart .button, 
.woocommerce .cart input.button {
	color: #fff !important;
}

#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	color: #4C4C4C;
	border: 1px solid #D3D3D3;
	border-radius: 3px;
	padding: 7px 10px;
	width: 100%;
	margin-bottom: 10px;
}

.wc-proceed-to-checkout .checkout-button.button {
	background-color: #fc5c04 !important;
    color: #fff;
    border-color: #fc5c04 !important;
    border-radius: 40px;
    padding: 16px 15px 20px !important;
    font-size: 1.25em !important;
}

.wc-proceed-to-checkout .checkout-button.button:hover {
	background-color: #fc5c04 !important;
	border-color: #fc5c04 !important;
	font-size: 1.25em !important;
}

.cart_totals h2 {
	margin-bottom: 0;
	color: inherit;
	text-transform: uppercase;
}

.woocommerce ul#shipping_method li input {
	margin: -2px 0.4375em 0 0;
	vertical-align: middle;
}

.woocommerce-cart-form {
	margin-top: 40px;
}

.woocommerce #content table.cart td.actions .coupon .button, 
.woocommerce #content table.cart td.actions .coupon .input-text, 
.woocommerce #content table.cart td.actions .coupon input, 
.woocommerce table.cart td.actions .coupon .button, 
.woocommerce table.cart td.actions .coupon .input-text, 
.woocommerce table.cart td.actions .coupon input, 
.woocommerce-page #content table.cart td.actions .coupon .button, 
.woocommerce-page #content table.cart td.actions .coupon .input-text, 
.woocommerce-page #content table.cart td.actions .coupon input, 
.woocommerce-page table.cart td.actions .coupon .button, 
.woocommerce-page table.cart td.actions .coupon .input-text, 
.woocommerce-page table.cart td.actions .coupon input {
	width: 100%;
}

.woocommerce form .form-row .select2-container {
	text-align: left;
}

.woocommerce-billing-fields h3,
.woocommerce-checkout-review-order h3,
.woocommerce-shipping-fields h3 {
	color: inherit;
	font-size: 22px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.woocommerce-checkout-review-order h3 {
	margin-bottom: 20px;
	text-align: center;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, 
.woocommerce form .form-row.woocommerce-validated input.input-text, 
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #000;
}

.woocommerce form .form-row textarea {
	height: 100px;
	padding: 10px;
	resize: none;
}

.woocommerce-checkout .woocommerce,
.woocommerce-cart .woocommerce {
	margin-bottom: 40px;
}

.woocommerce-checkout-review-order {
	background-color: #f8f8f8;
	padding: 10px;
}

.woocommerce-checkout .woocommerce table.shop_table {
	background: #fff;
	border: 0;
	padding: 10px;
}

.woocommerce-checkout-review-order-table tfoot .order-total th,
.cart_totals tr.order-total th {
	font-size: 24px;
}

.woocommerce-checkout-review-order-table tfoot .order-total .woocommerce-Price-amount,
.cart_totals .order-total .woocommerce-Price-amount {
	font-size: 24px;
	color: #fc5c04;
}

.cart_totals .order-total .woocommerce-Price-amount {
	padding-top: 5px;
	display: block;
}

#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
	background-color: #fff;
}

.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
	margin-bottom: 1em;
	font-size: 1.25em !important;
	padding: 16px 15px 20px !important;
	width: 100%;
	background-color: #fc5c04;
	color: #fff;
	border-color: #fc5c04;
	border-radius: 40px;
	margin-top: 20px;
}

.woocommerce table.shop_table td {
	font-size: 14px;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  	width: 60px;
}

.woocommerce-form-login-toggle {
	margin-top: 30px;
}


@media (min-width: 768px) {
	.woocommerce-cart-form {
		margin-top: 0;
	}

	#add_payment_method table.cart td.actions .coupon .input-text, 
	.woocommerce-cart table.cart td.actions .coupon .input-text, 
	.woocommerce-checkout table.cart td.actions .coupon .input-text {
		width: 200px;
		margin-bottom: 0;
	}

	.woocommerce #content table.cart td.actions .coupon .button, 
	.woocommerce #content table.cart td.actions .coupon .input-text, 
	.woocommerce #content table.cart td.actions .coupon input, 
	.woocommerce table.cart td.actions .coupon .button, 
	.woocommerce table.cart td.actions .coupon .input-text, 
	.woocommerce table.cart td.actions .coupon input, 
	.woocommerce-page #content table.cart td.actions .coupon .button, 
	.woocommerce-page #content table.cart td.actions .coupon .input-text, 
	.woocommerce-page #content table.cart td.actions .coupon input, 
	.woocommerce-page table.cart td.actions .coupon .button, 
	.woocommerce-page table.cart td.actions .coupon .input-text, 
	.woocommerce-page table.cart td.actions .coupon input {
		width: 48%;
	}

	.woocommerce-checkout-review-order {
		padding: 30px;
	}

	.woocommerce-checkout .woocommerce table.shop_table {
		padding: 20px 25px 0 25px;
	}

	.woocommerce-form-login-toggle {
		margin-top: 0;
	}
}

@media (min-width: 1200px) {
	.woocommerce table.shop_table td a:hover {
		color: #fc5c04;
	}

	form.woocommerce-checkout {
		display: flex;
    	gap: 25px;
    	flex-wrap: wrap;
    	align-items: flex-start;
	}

	.woocommerce-page .col2-set {
		width: 50%;
	}

	.woocommerce-checkout-review-order {
		width: 44.7%;
	}

	.woocommerce-NoticeGroup-checkout {
		flex-basis: 100%;
	}

	.woocommerce-checkout .product-total,
	.woocommerce-checkout .cart-subtotal td,
	.woocommerce-checkout ul#shipping_method li,
	.woocommerce-checkout .tax-rate td,
	.order-total td {
		text-align: right;
	}

	.woocommerce-cart .site-main .container,
	.woocommerce-checkout .site-main .container {
		max-width: 1170px;
	}
}


/* # Woo Account
---------------------------------------------------------------------------------------------------- */

.my_account_orders .order-placed-by,
.my_account_orders .woocommerce-orders-table__header-order-placed-by,
.my_account_orders .woocommerce-orders-table__cell-order-placed-by {
	display: none;
}


.account-extras .product-list {
	width: 100%;
} 


.account-extras li button {
    display: block;
    cursor: pointer;
    outline: none;
    border-radius: 0 !important;
    background-color: transparent;
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 !important;
    text-indent: -99999px;
}

.account-extras .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.account-extras li button:before {
	display: none;
}

.account-extras li.slick-active button {
	background: #fc5c04;
}

.account-extras .slick-dots {
	bottom: 0;
}

.account-extras .slick-dots li {
    width: 30px;
    margin: 0 9px 0 0;
    padding: 0;
    height: 5px;
    border-radius: 0;
    display: inline-block;
    cursor: pointer;
    line-height: 1em;
    text-align: center;
    background: #9e9e9e;
}

.account-extras .slick-next, 
.account-extras .slick-prev {
	display: none !important;
}

.woocommerce-MyAccount-navigation h3 {
	margin-bottom: 0;
    border-bottom: none;
    padding: 15px 20px;
    text-align: center;
    font-size: 16px;
    background-color: #343434;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-MyAccount-navigation ul li a {
	padding: 14px 20px;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(71,71,71,.8);
}

.woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px solid rgba(136,136,136,.12);
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	border: 1px solid rgba(136,136,136,.12);
	border-bottom: 0;
}

.woocommerce-MyAccount-navigation ul li.is-active > a {
	color: rgba(71,71,71,.8);
	background-color: rgba(136,136,136,.12);
	pointer-events: none;
}

.grey-bg {
	padding: 20px;
    background-color: #f9f9f9;
}

.grey-bg a {
	text-decoration: none;
	color: inherit;
	border-bottom: 1px solid #c7c7c7;
}

.account-welcome strong {
	text-transform: uppercase;
}


.account-col {
	flex: 0 0 auto;
    margin: 7.5px;
    border: 2px solid #fc5c04;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
	overflow: hidden;
}

.account-extras h2 {
	text-transform: uppercase;
	text-align: center;
}

.account-extras .product-list {
	margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a::before {
	font-family: 'Font Awesome 5 Free';
    margin-right: 10px;
    font-weight: 900;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li[class*="dashboard"] a::before {
	content:"\f015";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li[class*="orders"] a::before {
	content:"\f022";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li[class*="subscriptions"] a::before {
	content:"\f073";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li[class*="downloads"] a::before {
	content:"\f019";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li[class*="edit-address"] a::before {
	content:"\f303";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li[class*="payment-methods"] a::before {
	content:"\f09d";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li[class*="edit-account"] a::before {
	content:"\f007";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li[class*="customer-logout"] a::before {
	content:"\f2f5";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li[class*="conversations"] a::before {
	content: "\f27a";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li[class*="offers"] a::before {
	content: "\f02c";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li[class*="purchase-lists"] a::before {
	content: "\f03a";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li[class*="bulkorder"] a::before {
	content: "\f474";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li[class*="subaccounts"] a::before {
	content: "\f0c0";
}

.account-below-nav h3 {
	display: none;
}

.account-below-nav div.woocommerce-MyAccount-navigation {
	width: 100%;
	border: 0;
}

.account-below-nav .woocommerce-MyAccount-navigation-link {
	border: 0;
}

.account-below-nav .woocommerce-MyAccount-navigation-link a {
	border: 1px solid rgba(136,136,136,.12);
	font-size: 12px;
}

.woocommerce-MyAccount-navigation {
	margin-top: 40px;
	margin-bottom: 20px;
}

.account-below-nav .woocommerce-MyAccount-navigation {
	margin-top: 20px;
}

.mobile-toggle ul {
	display: none;
}

.mobile-toggle h3 {
	cursor: pointer;
}

.woocommerce-MyAccount-navigation h3 span {
	margin-left: 10px;
	display: none;
}

.mobile-toggle.active ul {
	display: block;
}

.mobile-toggle h3 span {
	display: inline-block;
}

.woocommerce table.my_account_orders .button {
	color: #fff;
	padding: 10px 15px;
	margin-right: 10px;
}

.woocommerce table.my_account_orders .button:hover {
	color: #fff;
	background-color: #000;
}

.b2bking_myaccount_individual_offer_bottom_line_add button.b2bking_myaccount_individual_offer_bottom_line_button, 
#b2bking_myaccount_conversations_container_top button, 
button.b2bking_myaccount_start_conversation_button, 
.b2bking_myaccount_conversation_endpoint_button, 
button.b2bking_bulkorder_form_container_bottom_add_button, 
button.b2bking_subaccounts_container_top_button, 
button.b2bking_subaccounts_new_account_container_content_bottom_button, 
button.b2bking_subaccounts_edit_account_container_content_bottom_button, 
button#b2bking_purchase_list_new_button, 
button.b2bking_purchase_lists_view_list, 
button#b2bking_reimburse_amount_button {
	background-color: #fc5c04 !important;
}

.woocommerce-account .site-main {
	padding-bottom: 40px;
}

.account-extras .product-button a.button {
	padding-top: 13px !important;
}

#b2bking_myaccount_offers_title, 
#b2bking_myaccount_conversations_title, 
#b2bking_myaccount_bulkorder_title,
.b2bking_purchase_lists_top_title,
.b2bking_subaccounts_container_top_title {
	font-size: 25px;
}



/* # Product section pagination on archive pages like search,404
---------------------------------------------------------------------------------------------------- */
.product-section .pagination .page-numbers.current,
.product-section .pagination a.page-numbers:hover {
	background: #4C4C4C;
    color: #fff;
}

.product-section .pagination .page-numbers {
	padding: 0;
    border-radius: 50%;
    border: 1px solid #4C4C4C;
    color: #4C4C4C;
    width: 42px;
    height: 42px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
 	margin: 0 3px;
}

.product-section .pagination {
	margin: 20px 0 40px;
	width: 100%;
    text-align: center;
}

form.xoo-el-action-form {
	margin-top: 0 !important;
}

div.xoo-aff-group {
	margin-bottom: 10px;
}


@media (min-width: 768px) {
	.account-below-nav .woocommerce-MyAccount-navigation-link a {
		font-size: 14px;
	}
	.woocommerce-MyAccount-navigation {
		margin-top: 0;
		margin-bottom: 0;
	}

	.account-below-nav .woocommerce-MyAccount-navigation {
		margin-top: 0;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
	    width: 20%;
	}

	.woocommerce-account .woocommerce-MyAccount-content {
	    width: 78%;
	}

	.account-below-nav .woocommerce-MyAccount-navigation-link {
	    flex: 1 1 33%;
	    max-width: 33%;
	    width: 33%;
	    padding-left: 10px;
	    padding-right: 10px;
	    margin-bottom: 20px;
	}

	.account-col {
	  width: calc( 50% - 15px );
	}

	.account-extras {
		display: flex;
		flex-flow: row wrap;
		align-items: stretch;
		justify-content: center;
	}

	.account-below-nav .woocommerce-MyAccount-navigation ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-top: 30px;
		margin-left: -10px;
		margin-right: -10px;
		justify-content: center;
	}
}

@media (min-width: 1200px) {
	.woocommerce-MyAccount-navigation ul li a:hover {
		color: rgba(71,71,71,.8);
		background-color: rgba(136,136,136,.12);
	}

	.grey-bg a:hover {
		text-decoration: none;
		color: #000;
		border-bottom: 1px solid #000;
	}

	.account-col {
		width: calc( 33.33% - 15px );
	}
}


/* # Product category description
---------------------------------------------------------------------------------------------------- */
.woocommerce-description {
	margin-bottom: 20px;
}

.woosq-popup .woocommerce-product-details__short-description {
	display: none;
}

p.woocommerce-thankyou-order-received {
	font-size: 26px;
	color: #fc5c04;
	font-weight: 700;
}

.amount.cpw-input {
	display: none !important;
}

p.cwp-input-wrapper {
	margin-bottom: 0;
}

.product .cpw label, 
.wcopc .product-item .cpw label {
	color: #fc5c04;
    font-weight: 400 !important;
    font-size: 25px;
}

.custom-strap-response-output {
	margin: 10px;
    padding: 10px;
    color: #000;
    text-align: center;
    background: #d6d6d6;
    border: 2px solid #fc5c04;
} 

.wpcf7-spinner.show {
	visibility: visible;
}

span.wpcf7-spinner {
	margin-top: 5px;
}

.woocommerce-variation-availability table.b2bking_tiered_price_table {
	margin-bottom: 20px;
}

.woocommerce .quantity input.qty {
	width: 80px;
}

.woocommerce-variation-pricex .price {
	display: none !important;
}

.view-spec-link {
	margin-bottom: 20px;
	display: block;
}

.lity-content .footer-newsletter-form-heading,
.lity-content .footer-newsletter-form-privacy {
	border-radius: 0;
}

@media (min-width: 768px) {
	.cross-sells .product-list {
		width: 44.33%;
	}
}
@media (min-width: 1200px) {
	.view-spec-link {
		position: absolute;
		top: 54px;
		right: 0;
		
	}
	
	.cross-sells .product-list {
		width: 29.3%;
	}
}

.single-product .tagged_as, 
.single-product .summary .b2bking_tiered_range_replaced,
.single-product .woosw-btn,
.single-product .product-share,
.single-product .woocommerce-price-suffix{
	display: none !important;
}

.single-product .price small.woocommerce-price-suffix {
	display: inline-block !important;
}

@media (min-width: 1200px) {
	.woocommerce-Tabs-panel ul {
		max-width: 60%;
	}
}

#product-263152 small.woocommerce-price-suffix {
	display: none !important;
}


.small-logo2 {
  position: absolute;
  max-width: 120px;
  right: 0;
  top: 35px;
}

.logo-custom-content {
    display: flex;
    flex-wrap: wrap;
}

.logo-column {
    width: 100%; /* Full width by default */
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    padding: 10px;
}

.logo-column img {
    max-width: 250px; 
    height: auto;
}

@media (min-width: 768px) {
    .logo-column {
        width: calc(50% - 20px); /* Two columns on tablets */
        margin: 10px; /* Add spacing between columns */
    }
}

@media (min-width: 992px) {
    .logo-column {
        width: calc(33.333% - 20px); /* Three columns on desktop */
    }
}


.page-id-265696 .elementor-636 .elementor-element.elementor-element-a6314bd {
	padding: 0 !important;
}

.page-id-265696 .elementor-636 .elementor-element.elementor-element-9c2b32d {
	margin-top: 150px;
}

.page-id-265696 .elementor-636 .elementor-element.elementor-element-0175b19 {
	padding: 500px 0px 30px 0px;
}

.page-id-265696 .cloud-bg {
	display: none;
}








