@charset "utf-8";
.panel-wrap .product_data {
    display: flex !important;
    width: 100% !important;
}
.woocommerce-breadcrumb {
  box-sizing: border-box;
  margin: auto;
}
ul.products,
.product .type-product{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
	padding: 0;
}
select.orderby{
    padding: 10px;
}
ul.products,
.product.type-product,
section.related.products {
    position: relative;
    display: flex;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
}
section.related.products{
    display: flex;
    flex-direction: column;
}
p.woocommerce-result-count,
.woocommerce .woocommerce-ordering {
    display: none;
    width: 300px !important;
    flex-direction: row !important;
    justify-content: space-around;
    
}
p.woocommerce-result-count {    
    font-size: 17px !important;
    font-weight: bold;
    width: 300px !important;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.woocommerce .woocommerce-ordering {
    width: 300px !important;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;

}
.single-product div.product {
    position: relative;
    display: table;
}
.summary.entry-summary{
    display: table !important;
}
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 li.product {
	list-style: none;
	position: relative;
}
ul.products li.product h2.woocommerce-loop-product__title {
    width: 100%;
    text-align: left !important;
    justify-content: flex-start !important;
    margin-top: 15px !important;
    margin-bottom: 10px;
}
ul.products li.product span.price{
    width:100%;
    display: flex;
    justify-content: flex-start;
    column-gap: 4%;
    margin-bottom: 15px;
}
ul.products li.product a.button,
ul.products li.product .wc-forward,
ul.products li.product .added_to_cart,
ul.products li.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    position: relative;
    text-align: center !important;
    justify-content: center;    
    width: 40%;
    height: 28px;
    display: flex;
    align-items: flex-start !important;
    font-size: 12px !important;
    margin:0px 13px 13px 0px;
    background-color: #008cba;
    color: #fff;
    padding: 4px;
    border-radius: 50px;
    text-transform: uppercase;
    transition: 0.75s !important;
    box-sizing: border-box;
}
ul.products li.product .wc-forward,
ul.products li.product .added_to_cart{
    background-color: #009B31;
    transition: 0.75s !important;
}
/****************************************************
 *  Price
 */
.wc-forward,
.added_to_cart{
    margin-left: 50px;
    font-weight: normal;
    background-color: #000;
    padding: 4px 30px;
    color:#fff;
    border-radius: 45px;
    box-sizing: border-box;
}
.woocommerce-page .button:hover {
    background-color: #000;
    color:#fff;
}
.woocommerce span.onsale,
.woocommerce-loop-product__title span.onsale {
    position: absolute;
    background-color: #ff5722; 
    color: #fff; 
    width: 50px;
    height: 50px;
    font-size: 12px;
    text-align:center;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 15px;
    border-radius: 50%;     
    top: -25px;
    right: -15px;
    z-index: 10;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}
.woocommerce-Price-amount .amount bdi,
.woocommerce-loop-product__title .amount bdi{
    color: #888;
}
span.regular-price,
.wc-block-cart-item__prices del.wc-block-components-product-price__regular,
.wp-block-woocommerce-checkout-order-summary-cart-items-block del.wc-block-components-product-price__regular{
    font-size: 14px !important;
    color: #888 !important;
    font-weight: normal;
}
.price,
span.sale-price{
    font-weight: bold !important;
    color: #FF7900 !important;
    font-size:16px;
}

.wc-block-grid__product-title,
.editor-styles-wrapper .wc-block-grid__product-title,
.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title{
    color: #000 !important;
    display: block;
    font-family: inherit;
    font-weight: normal !important;
    line-height: 1.3;
    padding: 3px 10px;
    font-size: 17px !important;
}
.woocommerce-page .price{
    color: #FF7900;
    font-size: 19px !important;
    font-weight: bold;
    display: flex !important;
    height: 40px;
    flex-direction: row !important;
    justify-content: space-between;
    width: 230px;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    display: inline-flex;
    font-size: 12px !important;
    justify-content: center;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    white-space: normal;
    word-break: break-word;
}
.wp-block-button__link {
    position: relative;
    text-align: center !important;
    justify-content: center;
    width: 40% !important;
    display: flex !important;
    font-size: 12px !important;
    margin: auto auto 13px;
    background-color: #008cba!important;
    color: #fff;
    padding: 6px!important;
    border-radius: 40px!important;
    text-transform: uppercase!important;
    transition: 0.75s !important;
}
.wc-block-grid .wc-block-grid__product-onsale, 
.wc-block-grid__product-image .wc-block-grid__product-onsale {
    position: absolute;
    text-transform: uppercase;
    background: #FF7900 !important;
    border-radius: 50px !important;
    color: #fff !important;
    display: flex !important;
    width: 50px !important;
    height: 50px;
    justify-content: center !important;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 15px 0 !important;   
    top: -14px !important;
    right: -14px !important; 
    border:0px solid #fff !important;
    box-sizing: border-box;
    z-index: 9;     
}
.wp-block-separator {
    border-bottom: 1px solid #C2C2C2 !important;
}

ul.products li.product img {
	display: block;
}
ul.products li.product .button {
	display: block;
}
.is-large.wc-block-cart .wc-block-cart-items th:last-child {
    padding-left: 16px !important;
    text-align: left !important;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {    
    background: #1b2330;
    color:#fff !important;
    padding:15px;
    border-radius: 5px !important;
    box-sizing: border-box;
    min-height: 0em !important;
    border: none !important;
    box-shadow: none !important;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus{
    outline: 0px solid transparent !important;
    border: none !important;
    box-shadow: none !important;
}
.wp-block-woocommerce-checkout {
    margin: auto !important;
    padding-top: 24px;
}
.wc-block-components-checkout-step__content > :last-child {
    margin-bottom: 15px !important;
}
.wc-block-components-totals-coupon__content button.wc-block-components-button{
    background: #1b2330 !important;
    border: 0;
    padding: 10px 15px !important;
}
/*******************************************************/
.summary .entry-summary{
    display: table !important;
    flex: 1 !important;
    flex-direction: column;
    border: 2px solid red;
}
form.cart{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 230px !important;
}
.input-text.qty.text{
    width: 80px !important;
    height: 40px;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}
.wcpay-express-checkout-wrapper {
    margin-top:0!important;
}
a.custom-add-to-cart{
    display:flex;
    color:#fff!important;
    margin-top: 15px;
    margin-bottom: 20px;
    justify-content: center !important;
    width: 230px;
    background-color: #000 !important;
}
form.cart button.button,
a.custom-add-to-cart{
    padding: 10px 20px;
    color: #fff;
    font-size: 14px !important;
    text-align: center !important;
    background-color: #008cba;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    transition: 0.75s !important;
}
/****************************************************/
@media screen and (min-width: 1023px) {
    ul.products.columns-4,
    ul.products.columns-3,
    ul.products.columns-2,
    ul.products.columns-1 {
        display: flex;
        flex-wrap: wrap;         
        width: 100%;
        justify-content: flex-end;
        flex-direction: row;
        column-gap: 3%;          
    }
    /* For 4 items per row */
    ul.products.columns-4 li.product {
        position: relative;
        width: 22.75% !important;            
        margin-bottom: 30px;    
    }
}



/****************************************************
 *  Product
 */
.woocommerce-page .product { 
    display: flex;
    flex-wrap: wrap; 
    box-sizing: border-box;
}
.woocommerce-page .product h2,
h2.woocommerce-loop-product__title{
    font-size: 16px;
    font-weight: normal !important;
    color: #000;
    margin-top: 15px;
    margin-bottom: 10px;
    padding:0px;
    box-sizing: border-box;    
}
.woocommerce-page .product h2{
    flex: 1 !important;
}
a.woocommerce-LoopProduct-link{
    width:100% !important;
}
/*****************************************************************************************************************
 * Single product
 */
.product_meta,
.custom-message,
.button .custom-add-to-cart,
.product_title .entry-title,
.woocommerce-product-details__short-description{
    position: relative;
    display: flex;
    margin-bottom: 13px;        
}
.inner-columns{
    display:flex; 
    flex:1;  
    flex-wrap:wrap;
    justify-content: space-between!important;
}
section.related,
section.products{
    display:flex !important;
    flex-direction: column;
}
section.related h2,
section.products h2{
    display: flex;
    flex: 1;
    width:100%;
    margin:0 auto;
}
.single-product div.product .woocommerce-product-gallery {
	position: relative;
    width: 40%;
	float: left;
    margin-right: 50px;  
}
.single-product div.product .woocommerce-product-gallery img{
    width:100%;
    display:block;
    margin:0 auto;
}
.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;
    display: flex;
    justify-content: space-between;
}
.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;
    width: 100%;
    margin:0 auto;
    display: block;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    opacity: 1;
    width: 100%;
    margin:0 auto;
    display: block;
}
.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;
}
/**
 * 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%;
	}
    h1.product_title{
        width: 65% !important;
    }
}
@media screen and (max-width: 768px) {
     h1.product_title{
        width: 100% !important;
    }
}
/**
 * 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
 */
/* Ensure the tabs appear in a row */
.product_meta{
    margin-bottom: 40px;
}
/* Tabs Navigation */
.woocommerce-tabs ul.tabs {
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0px;
    border-bottom: 1px solid #ddd;
    list-style: none;
}
.woocommerce-tabs ul.tabs li {
    flex: 1;
    text-align: center;
    background: #f5f5f5;
    transition: all 0.3s ease-in-out;
}
.woocommerce-tabs ul.tabs li.active {
    background: #fff;
    border-bottom: 2px solid #fff;
}
.woocommerce-tabs ul.tabs li a{
    display: flex;
    padding: 15px;
    justify-content: center;
}
.woocommerce-Tabs-panel {
    display: none; 
    flex-direction: column;
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
}
.woocommerce-Tabs-panel.active {
    display: flex;
}
.woocommerce-product-attributes {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}
.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
    padding: 10px;
    border: 1px solid #ddd;
}
.woocommerce-product-attributes th {
    text-align: left;
    background: #f5f5f5;
    font-weight: bold;
    width: 150px;
}
.woocommerce-product-attributes td {
    text-align: left;
}
.woocommerce-Tabs-panel.active {
    display: flex !important;
    flex-direction: column;    
}
#tab-reviews,
#tab-description,
#tab-additional_information{
    display: flex;
}
/**------------------------------------------------------------------------
 * 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 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}
.required {
	color: #f00;
}
/**
 * Notices
 */

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #3d9cd2;
}
.woocommerce-error {
	background-color: #e2401c;
}
.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%;
}
/****************************************************
*****************************************************
*****************************************************/
@media screen and (min-width: 1023px) {
    ul.products.columns-4,
    ul.products.columns-3,
    ul.products.columns-2,
    ul.products.columns-1 {
        display: flex;
        flex-wrap: wrap;         
        width: 100%;
        justify-content: flex-start;   
        flex-direction: row;
        column-gap: 3%;         
    }    
    ul.products.columns-4 li.product {
        position: relative;
        width: 22.75% !important;  
        margin-bottom: 40px;
    }
    ul.products.columns-3 li.product {
        position: relative;
        width: 31.333% !important; 
        margin-bottom: 40px;
    }
    ul.products.columns-2 li.product {
        position: relative;
        width: 48.5% !important;   
        margin-bottom: 40px;
    }
    ul.products.columns-1 li.product {
        position: relative;
        width: 100% !important;   
        margin-bottom: 40px;
    }    
    ul.products.columns-4,
    ul.products.columns-3,
    ul.products.columns-2,
    ul.products.columns-1 {
        margin-top: 50px !important;
    }
}
@media screen and (max-width: 1023px) {
    ul.products.columns-4,
    ul.products.columns-3,
    ul.products.columns-2,
    ul.products.columns-1 {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: flex-start;
        flex-direction: row;
        column-gap: 3%;
    }
    ul.products.columns-4 li.product {
        position: relative;
        width: 31.333% !important; 
        margin-bottom: 40px;
    }
    ul.products.columns-3 li.product {
        position: relative;
        width: 31.333% !important; 
        margin-bottom: 40px;
    }
    ul.products.columns-2 li.product {
        position: relative;
        width: 48.5% !important; 
        margin-bottom: 40px;
    }
    ul.products.columns-1 li.product {
        position: relative;
        width: 100% !important; 
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 768px) {
    ul.products.columns-4,
    ul.products.columns-3,
    ul.products.columns-2,
    ul.products.columns-1 {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: flex-start;
        flex-direction: row;
        column-gap: 3%;
    }
    ul.products.columns-4 li.product {
        position: relative;
        width: 48.5% !important; 
        margin-bottom: 40px;
    }
    ul.products.columns-3 li.product {
        position: relative;
        width: 48.5% !important; 
        margin-bottom: 40px;
    }
    ul.products.columns-2 li.product {
        position: relative;
        width: 48.5% !important; 
        margin-bottom:40px;
    }
    ul.products.columns-1 li.product {
        position: relative;
        width: 100% !important; 
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 560px) {
    ul.products.columns-4,
    ul.products.columns-3,
    ul.products.columns-2,
    ul.products.columns-1 {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: flex-start;
        flex-direction: row;
        column-gap: 3%;
    }
    ul.products.columns-4 li.product {
        position: relative;
        width: 100% !important; 
        margin-bottom: 40px;
    }
    ul.products.columns-3 li.product {
        position: relative;
        width: 100% !important; 
        margin-bottom: 40px;
    }
    ul.products.columns-2 li.product {
        position: relative;
        width: 100% !important; 
        margin-bottom: 40px;
    }
    ul.products.columns-1 li.product {
        position: relative;
        width: 100% !important; 
        margin-bottom: 40px;
    }
}