/*
Theme Name: ansinhmed

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
 */
.product-page,
ul.products {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-page .product-item,
ul.products li.product {
	list-style: none;
	position: relative;
	padding: 0 7.5px;
	margin-bottom: 0;
}

.product-page .product-item img,
ul.products li.product img {
	display: block;
}

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

.order {
	margin-bottom: 24px;
}

.order-content {
	background: #f0f0f0;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
}

.order-content select {
	height: 30px;
	border: 1px solid #ced4da;
	background: transparent;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.order-content p {
	margin-bottom: 0;
}

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

	.product-page .product-item,
	ul.products.columns-4 li.product {
		width: 25%;
	}
}

@media screen and (max-width: 767px){
	.product-page .product-item,
	ul.products.columns-4 li.product {
		width: 50%;
	}
	ul.products.columns-4 li.product{
		padding: 0 5px;
	}
	.related.products ul{
		margin-left: -15px;
		margin-right: -15px;
	}
}

/**
 * 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;
}

/**
 * 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: 20px 0;
	padding: 0;
	text-align: left;
	display: none;
}

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

.woocommerce-tabs ul.tabs li a {
	padding: 7px 15px;
	display: block;
}

.woocommerce-tabs ul.tabs li.active a {
	color: #333;
	background: #ccc;
}

.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 #0f834d;
}

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

.required {
	color: #f00;
}

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

.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;
}

.single-product .price del {
	margin-left: 0;
}

.single-product .woocommerce-product-details__short-description {
	padding: 16px;
	background: #f9f9f9;
	border: 1px solid #f0f0f0;
	margin-bottom: 20px;
	font-size: 14px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
}

@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%;
}

.woocommerce-variation-add-to-cart,
.reset_variations,
.stock {
	display: none;
}

.woocommerce-variation-price {
	margin-bottom: 20px;
}

.single-product .product-main .woocommerce-variation-price .price bdi,
.single-product .product-main .woocommerce-variation-price ins bdi {
	font-size: 20px;
}

.single-product .product-main .woocommerce-variation-price .price del bdi {
	font-size: 14px;
}

.variations-list button {
	height: 34px;
	min-width: 94px;
	line-height: 16px;
	position: relative;
	border: 1px solid #E3E3E3;
}

.variations-list button::before {
	position: absolute;
	top: 0;
	right: 3px;
	z-index: 2;
	color: #fff;
	font-size: 8px !important;
}

.variations-list button.on::after {
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	background: #DE3618;
	display: inline-block;
	z-index: 1;
	top: 0;
	right: 0;

}

.variations-list button.on {
	border-color: #DE3618
}

form.cart {
	display: none;
}

form.variations_form.cart {
	display: block;
}

form.cart .reset_variations {
	display: none !important;
}

.download-document,
.additional-information {
	padding: 15px;
	border: 1px solid #E3E3E3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	margin-bottom: 20px;
}

.additional-information ul {
	display: flex;
	flex-wrap: wrap;
}

.additional-information li {
	width: 50%;
}

.additional-information li {
	margin-bottom: 10px;
}

.download-document .heading,
.additional-information .tab-heading h3 {
	font-size: 15px;
	color: #6D6F71;
	border-bottom: 1px solid #E3E3E3;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

.variations-list {
	margin-bottom: 20px;
}

.product-main .social-share li:not(:last-child) {
	margin-right: 10px;
}

.product-main .social-share li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}

/** Sidebar single product **/
.widget .wc-block-grid__products {
	display: block;
}

.widget .product-item .product-footer,
.widget .product-item .product-thumb,
.widget .product-item .product-footer h2 {
	height: auto;
	margin-bottom: 0;
}

.widget .product-item .product-footer .woocommerce-loop-product__title {
	font-size: 14px !important;
}

.widget .product-item .woocommerce-LoopProduct-link {
	min-height: auto;
	padding: 0;
	box-shadow: none;
}

.widget .product-item .product-thumb {
	width: 80px;
}

.widget .product-item .product-content {
	padding-left: 15px;
	width: calc(100% - 80px);
}

/** Download file **/

.download-document .file-item:not(:last-child) {
	margin-bottom: 15px;
}

.download-document .icon i {
	color: #C50606;
	font-size: 20px;
}

.download-document .file-info .title {
	font-size: 14px;
	font-weight: 500;
}

.download-document .file-info .file-meta {
	width: 180px;
}

/** Product gallery **/

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

.woocommerce-product-gallery .flex-control-nav li {
	padding: 3px;
	overflow: hidden;
	margin: 0 3px 3px 0;
	text-align: center;
	
}

.woocommerce-product-gallery .flex-control-nav li img {
	width: 70px;
	height: 70px;
	object-fit: cover;
	border: 1px solid #E3E3E3;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
}

.woocommerce-product-gallery .flex-control-nav li .flex-active{
	border-color: #e4573d
}

.woocommerce-pagination .page-numbers{
	list-style: none;
	padding-left: 0;
	display: flex;
	justify-content: center;
}

.woocommerce-pagination span,
.woocommerce-pagination a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #FAFAFA;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	color: #9FA1A3;
	font-size: 16px;
	border: 1px solid #FAFAFA;
}

.woocommerce-pagination span.current,
.woocommerce-pagination span:hover,
.woocommerce-pagination a:hover{
	color: #5C6AC4;
	border-color: #5C6AC4
}

.woocommerce-pagination .page-numbers li:not(:last-child){
	margin-right: 7px;
}

.wc-block-product-categories-list li,
.filter-content .filter-items .filter-item{
	margin-bottom: 7px !important;
}

.dgwt-wcas-suggestions-wrapp .dgwt-wcas-st-title{
	color: #161D25;
	font-size: 14px;
}

.dgwt-wcas-suggestions-wrapp  ins{
	text-decoration: none;
}
.dgwt-wcas-suggestions-wrapp ins bdi{
	color: #DE3618;
	font-weight: 600;
}

.dgwt-wcas-details-space .dgwt-wcas-pd-price del,
.dgwt-wcas-details-space .dgwt-wcas-pd-price del bdi{
	font-size: 14px;
	color: #adb5bd
}

.dgwt-wcas-details-space .add-to-cart-action .btn{
	min-width: auto;
	margin-bottom: 0 !important;
}

.dgwt-wcas-details-space .dgwt-wcas-pd-price{
	color: #DE3618;
}
.dgwt-wcas-details-space .quantity,
.dgwt-wcas-details-space .add_to_cart_inline {
	display: none;
}
.dgwt-wcas-details-space a.dgwt-wcas-details-post-title, 
.dgwt-wcas-details-space a.dgwt-wcas-details-product-title{
	font-size: 16px;
	font-weight: 600;
}

.dgwt-wcas-pd-addtc .dgwt-wcas-pd-addtc-form{
	justify-content: center;
}

.dgwt-wcas-suggestions-wrapp{
	overflow: hidden !important;
	border-top-left-radius: 7px !important;
	border-bottom-left-radius: 7px !important;
}

.dgwt-wcas-details-wrapp{
	overflow: hidden !important;
	border-top-right-radius: 7px !important; 
	border-bottom-right-radius: 7px !important;
}

.product-main .modal-header .modal-title{
	font-size: 18px;
	font-weight: 600;
}

.product-main .modal-body .contact-info{
	font-size: 16px;
}

.product-main .modal-body .contact-info li i{
	color: #DE3618;
}