/* single products */
body.woocommerce-page.single .woo__single-product {
	position: relative;
	display: block;
	background-color: #fff;
	padding: 50px 0;
}
body.woocommerce-page.single .woo__single-product > .wsp__inner .wsp__images {
	position: relative;
}
body.woocommerce-page.single .woo__single-product > .wsp__inner .wsp__images > .woocommerce-product-gallery {
	display: -ms-flex;
	display: flex;
	width: 100%;
	float: none;
}
body.woocommerce-page.single .woo__single-product > .wsp__inner .wsp__images > .woocommerce-product-gallery > .wsp__image-thumbnails {
	display: -ms-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
body.woocommerce-page.single .woo__single-product > .wsp__inner .wsp__images > .woocommerce-product-gallery > .wsp__image-thumbnails .slick-arrow {
	width: 30px;
	height: 30px;
	padding: 0;
    background-color: #00a997;
    border-radius: 5px;
	text-indent: -9999px;
}
body.woocommerce-page.single .woo__single-product > .wsp__inner .wsp__images > .woocommerce-product-gallery > .wsp__image-thumbnails .slick-arrow:focus {
	outline: none;
    background-color: #071e3a;
}
body.woocommerce-page.single .woo__single-product > .wsp__inner .wsp__images > .woocommerce-product-gallery > .wsp__image-thumbnails .slick-arrow:before {
	font-family: "Font Awesome 5 Free";
	position: absolute;
	left: 0;
	right: 0;
	content: '';
	color: #fff;
	text-indent: 0;
	text-align: center;
	z-index: 2;
}
body.woocommerce-page.single .woo__single-product > .wsp__inner .wsp__images > .woocommerce-product-gallery > .wsp__image-thumbnails .slick-arrow.slick-prev:before {
    content: "\f106";
}
body.woocommerce-page.single .woo__single-product > .wsp__inner .wsp__images > .woocommerce-product-gallery > .wsp__image-thumbnails .slick-arrow.slick-next:before {
    content: "\f107";
}
body.woocommerce-page.single .woo__single-product > .wsp__inner .wsp__images > .woocommerce-product-gallery > .wsp__image-main {
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	-ms-justify-content: center;
	justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
body.woocommerce-page.single .woo__single-product > .wsp__inner .wsp__images img {
	margin: 0 auto;
}
body.woocommerce-page.single .woo__single-product > .wsp__inner .wsp__summary {
	width: 100%;
	float: none;
}
body.woocommerce-page.single .woo__single-product > .wsp__inner .wsp__summary .onsale {
    position: relative;
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    color: #00a997;
    font-weight: 500;
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 0;
}
body.woocommerce-page.single .woo__single-product > .wsp__inner .wsp__summary > .product_title {
    font-weight: bold;
    font-size: 36px;
}
body.woocommerce-page.single .woo__single-product > .wsp__inner .wsp__summary > .price {
    font-size: 36px;
    line-height: 1em;
    margin-bottom: 15px;
}
body.woocommerce-page.single .woo__single-product > .wsp__inner .wsp__summary > .price ins {
	background: none;
}
body.woocommerce-page.single .woo__single-product > .wsp__inner .wsp__summary form.cart .quantity {
/*	display: block;
	float: none;*/
	margin-bottom: 10px;
}
body.woocommerce-page.single .woo__single-product > .wsp__inner .wsp__summary form.cart .quantity > .quantity-js {
	display: -ms-flex;
	display: flex;
}
body.woocommerce-page.single .woo__single-product > .wsp__inner .wsp__summary form.cart .quantity > .quantity-js > input[type="number"] {
	text-align: center;
	border-radius: 0;
    line-height: 1em;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    color: #000;
}
body.woocommerce-page.single .woo__single-product > .wsp__inner .wsp__summary form.cart .quantity > .quantity-js > input[type="number"]::-webkit-outer-spin-button,
body.woocommerce-page.single .woo__single-product > .wsp__inner .wsp__summary form.cart .quantity > .quantity-js > input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
body.woocommerce-page.single .woo__single-product > .wsp__inner .wsp__summary form.cart .quantity > .quantity-js > .num-operators {
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
body.woocommerce-page.single .woo__single-product > .wsp__inner .wsp__summary form.cart .quantity > .quantity-js > .num-operators > button {
    padding: 5px 10px;
    border-radius: 0;
    line-height: 1em;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    color: #b1b1b1;
    font-size: 12px;
    transition: all 0.35s;
}
body.woocommerce-page.single .woo__single-product > .wsp__inner .wsp__summary form.cart .quantity > .quantity-js > .num-operators > button:hover,
body.woocommerce-page.single .woo__single-product > .wsp__inner .wsp__summary form.cart .quantity > .quantity-js > .num-operators > button:focus {
	box-shadow: none;
	outline: none;
	color: #222;
}
body.woocommerce-page.single .woo__single-product > .wsp__inner .wsp__summary form.cart button[type="submit"] {
	padding: 11px 25px;
	border: 1px solid #000;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 5px;
	background-color: #071e3a;
	min-width: 300px;
}
body.woocommerce-page.single .woo__single-product > .wsp__inner .wsp__summary .product_meta {
	display: inline-block;
	width: 100%;
}


body.woocommerce-page.single .woo__single-product > .wsp__inner-extra {
    position: relative;
    background-color: #f5f7f9;
    margin-top: 55px;
}
body.woocommerce-page.single .woo__single-product > .wsp__inner-extra .wc-tabs-wrapper {
    transform: translateY(-58px);
}
body.woocommerce-page.single .woo__single-product > .wsp__inner-extra .wc-tabs-wrapper > ul.tabs {
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
body.woocommerce-page.single .woo__single-product > .wsp__inner-extra .wc-tabs-wrapper > ul.tabs > li {
	margin: 0;
}
body.woocommerce-page.single .woo__single-product > .wsp__inner-extra .wc-tabs-wrapper > ul.tabs > li > a {
	display: block;
	font-size: 18px;
	padding: 15px 20px;
	font-weight: 600;
	text-transform: uppercase;
	box-shadow: none;
	border: 1px solid #e3e3e3;
	border-bottom: 0;
}
body.woocommerce-page.single .woo__single-product > .wsp__inner-extra .wc-tabs-wrapper > ul.tabs > li.active > a {
	background-color: #f5f7f9;
}
body.woocommerce-page.single .woo__single-product > .wsp__inner-extra .wc-tabs-wrapper > .wc-tab {
	padding: 25px;
}
body.woocommerce-page.single .woo__single-product > .wsp__inner-extra .wc-tabs-wrapper > .wc-tab > h2 {
	display: none;
}



/* archive products */
body.woocommerce-page.archive {
	background-color: #F5F7F9;
}

.woo__archive-products {
	position: relative;
	display: block;
	background-color: #fff;
}
.woo__archive-products .wap__header {
	position: relative;
	display: block;
	background-color: #F5F7F9;
	padding: 50px;
}
.woo__archive-products .wap__header > .wap__title {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: 400;
	max-width: 1000px;
}
.woo__archive-products .wap__header > .wap__title > h1 {
    font-size: 37px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0px;
}
.woo__archive-products .wap__header > .wap__title > p {
	margin-bottom: 0;
}
.woo__archive-products .wap__inner {
	position: relative;
	display: block;
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.woo__archive-products .wap__filter {
	position: relative;
	display: block;
}
.woo__archive-products .wap__filter > h4.title {
	font-size: 18px;
	margin-bottom: 15px;
}
.woo__archive-products .wap__filter > .filter-box {
	position: relative;
	display: block;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
.woo__archive-products .wap__filter > .filter-box:last-child {
	border-top: 0;
}
.woo__archive-products .wap__filter > .filter-box > a.btn {
	position: relative;
	display: block;
	width: 100%;
	font-weight: 600;
	text-align: left;
}
.woo__archive-products .wap__filter > .filter-box > a.btn:focus {
	outline: none;
	box-shadow: none;
}
.woo__archive-products .wap__filter > .filter-box > a.btn:after {
	position: absolute;
	content: '+';
	font-size: 20px;
	right: 10px;
	top: 0;
	width: 20px;
	text-align: center;
}
.woo__archive-products .wap__filter > .filter-box > a.btn[aria-expanded="true"]:after {
	content: '-';
}
.woo__archive-products .wap__filter > .filter-box .card.card-body {
	padding: 10px 15px 15px;
	border: 0;
	border-radius: 0;
}
.woo__archive-products .wap__filter > .filter-box .card.card-body ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.woo__archive-products .wap__filter > .filter-box .card.card-body ul > li {
	margin-bottom: 5px;
}
.woo__archive-products .wap__filter > .filter-box .card.card-body ul > li a {
	display: block;
	font-size: 13px;
	font-weight: 400;
}
.woo__archive-products .wap__filter > .filter-box .card.card-body ul > li a.active {
	color: #00a997;
}
.woo__archive-products .wap__sorting {
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.woo__archive-products .wap__sorting > .item {
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding: 7px 15px;
	border-right: 1px solid #e3e3e3;
}
.woo__archive-products .wap__sorting > .item:last-child {
	border-right: 0;
}
.woo__archive-products .wap__sorting > .item > .woocommerce-result-count {
	margin: 0;
	padding: 0;
}
.woo__archive-products .wap__sorting > .item > label {
	margin: 0;
}


/* products list */
ul.products {
	position: relative;
}
ul.products > li.product > .product-item {
	position: relative;
	display: block;
	text-align: center;
	padding: 15px;
}
ul.products > li.product > .product-item .thumb {
	display: block;
	margin-bottom: 15px;
}
ul.products > li.product > .product-item .woocommerce-loop-product__title {
	padding-top: 0;
	font-size: 16px;
	color: #3d3d3d;
	font-weight: 600;
	text-transform: capitalize;
}
ul.products > li.product > .product-item .price {
	margin-bottom: 0;
	font-size: 16px;
	color: #f00;
	font-weight: 600;
}
ul.products > li.product > .product-item .price del {
	color: #3d3d3d;
}
ul.products > li.product > .product-item .price ins {
	background: none;
	color: #f00;
}
ul.products > li.product > .product-item .add_to_cart_button {
	display: none;
}


/* categories */
.woo__categories-listing {
	position: relative;
}
.woo__categories-listing .item {
	position: relative;
	display: block;
	border: 1px solid #e3e3e3;
	text-align: center;
	margin-bottom: 25px;
	text-decoration: none !important;
}
.woo__categories-listing .item > .thumb {
	position: relative;
	display: block;
	height: 230px;
	background-color: #071e3a;
}
.woo__categories-listing .item > .thumb > img {
	object-position: center;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.woo__categories-listing .item > h4.title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
    padding: 10px 15px;
	margin: 0;
    transition: all 0.35s;
}
.woo__categories-listing .item:hover > h4.title {
	color: #fff;
	background-color: #00a997;
}


.product-remove a.remove {
    line-height: 20px;
    width: 25px;
    height: 25px;
    color: #fff;
    border-color: #c73535;
    background-color: #c73535;
}

.woo_cart-button {
    position: relative;
	display: inline-block;
	padding: 11px 25px;
    border: 1px solid #071e3a !important;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    background-color: #071e3a !important;
    color: #fff !important;
}

.checkout-button,
.woocommerce-cart-form .button {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0px;
    border-radius: 15px 15px 15px 15px;
    padding: 15px 40px 15px 40px;
	text-transform: uppercase;
	background-color: #00a997;
}
.woocommerce-cart-form .button:hover {
	background-color: #00a997;
}
#place_order,
.checkout-button {
	background-color: #071e3a !important;
	color: #fff !important;
	border: 2px solid #071e3a !important;
	text-transform: uppercase;
	font-weight: bold;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    border-radius: 15px 15px 15px 15px;
    padding: 14px 20px 14px 20px;
    width: auto !important;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
	display: -ms-flex;
	display: flex;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    float: none;
}
.form-row label {
	display: block;
	width: 100%;
}
.form-row .woocommerce-input-wrapper {
	display: block;
	width: 100%;
}
.form-row input[type="text"], .form-row input[type="email"], .form-row input[type="url"], .form-row input[type="password"], .form-row input[type="search"], .form-row input[type="number"], .form-row input[type="tel"], .form-row input[type="range"], .form-row input[type="date"], .form-row input[type="month"], .form-row input[type="week"], .form-row input[type="time"], .form-row input[type="datetime"], .form-row input[type="datetime-local"], .form-row input[type="color"], .form-row textarea {
	display: block;
	width: 100%;
	color: #000;
    border-radius: 15px 15px 15px 15px;
    padding: 14px 20px 14px 20px;
}

.woocommerce-info,
.woocommerce-message {
    background: #00a997;
    color: #fff;
}


/* social share */
.wps__social-share {
	position: relative;
	margin: 15px 0;
	padding: 15px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
.wps__social-share ul {
	list-style: none;
	margin: 0;
}
.wps__social-share ul > li {
	display: inline-block;
	margin-right: 5px;
}
.wps__social-share ul > li a {
	text-decoration: none;
}

@media only screen and (max-width: 768px) {
	
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
		text-align: left !important;
		padding: 0 0 5px;
	}
	.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		float: none;
		display: block;
	}
	.woocommerce table.woocommerce-cart-form__contents td.actions {
		padding: 25px;
	}
	.woocommerce table.woocommerce-cart-form__contents td.actions .coupon input#coupon_code {
		width: 100% !important;
		max-width: 100% !important;
		margin-bottom: 10px;
	}
	.woocommerce table.woocommerce-cart-form__contents td.actions .coupon input#coupon_code + button {
		width: 100%;
	}
	
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
		width: 100%;
		float: none;
	}
	.form-row input[type="text"], .form-row input[type="email"], .form-row input[type="url"], .form-row input[type="password"], .form-row input[type="search"], .form-row input[type="number"], .form-row input[type="tel"], .form-row input[type="range"], .form-row input[type="date"], .form-row input[type="month"], .form-row input[type="week"], .form-row input[type="time"], .form-row input[type="datetime"], .form-row input[type="datetime-local"], .form-row input[type="color"], .form-row textarea {
		padding: 7px 15px;
	}
	
}

