/*
Theme Name: Cocco Child
Theme URI: http://cocco.mikado-themes.com
Description: A child theme of Cocco Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Text Domain: cocco
Template: cocco
*/

/*.mkdf-shopping-cart-dropdown .mkdf-cart-bottom .mkdf-btn-holder:nth-child(3) a {
    background-color: #2d6b15;
}
.mkdf-shopping-cart-dropdown .mkdf-cart-bottom .mkdf-btn-holder:nth-child(3) a:hover {
    background-color: #9bbb59;
}*/
.mkdf-footer-bottom-holder p {
	color: #fff;
}
.mkdf-woo-single-page .woocommerce-tabs .woocommerce-Tabs-panel--size-chart.entry-content {
	padding: 55px 15px 59px;
}
.dataTables_scrollHead,
.dataTables_scrollHeadInner {
	width: 100% !important;
}
.mkdf-woo-single-page .woocommerce-tabs table th {
	padding: 0 10px;
	font-size: 14px;
	font-weight: 700;
	width: 97px !important;
	box-sizing: border-box;
}
.mkdf-woo-single-page .woocommerce-tabs table td {
  width: 97px;
  font-size: 14px;
	padding: 0 10px;
	box-sizing: border-box;
	color: #333333;
}
.mkdf-woo-single-page .woocommerce-tabs table th.column-1, .mkdf-woo-single-page .woocommerce-tabs table td.column-1 {
	width: 89px !important;
}
.mkdf-woo-single-page .woocommerce-tabs table th.column-3, .mkdf-woo-single-page .woocommerce-tabs table th.column-4, .mkdf-woo-single-page .woocommerce-tabs table td.column-3, .mkdf-woo-single-page .woocommerce-tabs table td.column-4 {
	width: 90px !important;
}
.mkdf-woo-single-page .woocommerce-tabs table th.column-5, .mkdf-woo-single-page .woocommerce-tabs table td.column-5 {
	width: 116px !important;
}
.mkdf-woo-single-page .woocommerce-tabs table th.column-11, .mkdf-woo-single-page .woocommerce-tabs table td.column-11 {
	width: 101px !important;
}
.mkdf-single-product-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.mkdf-single-product-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.mkdf-single-product-summary .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse a,.mkdf-single-product-summary .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button a {
	display: inline-block;
  vertical-align: middle;
  padding: 10px;
}
.mkdf-single-product-summary .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse a,.mkdf-single-product-summary .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button a {
	color: #ffffff;
}
.mkdf-single-product-summary .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse a:after, .mkdf-single-product-summary .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button a:after {
	color: #ffffff;
}
select.alg_currency_select:focus {
	outline: 0;
}
select.alg_currency_select {
	background-color: #ffffff;
  color: #32355d;
	font-size: 20px;
	font-family: Baloo,cursive;
	border: 0;
}
@media only screen and (min-width: 768px) {
	.product-item-thumbnail {
		display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
	}
}

/* .stock-container {
	max-width: 50%;
	margin: 0 auto;
    background-color: #9bbb59;
	align-items: center;
    display: flex;
    justify-content: center;
	position: relative;
	height:32px;
} */
.stock-container p {
	font-size: 12px;
	color: #ffffff;
	margin: 0;
	text-align:center;
}
.stock-container {
 width: 50%;
    position: relative;
    background: #9bbb59;
    color: #fff;
    text-align: center;
    padding: 0.5em 1em;
    margin: 0em auto 2em;
}
.stock-container:before, .stock-container:after {
 content: "";
 position: absolute;
 display: block;
 bottom: -0.8em;
 border: 1.15em solid #9bbb59;
 z-index: -1;
}
.stock-container:before {
 left: -1.85em;
 border-right-width: 1.5em;
 border-left-color: transparent;
}
.stock-container:after {
 right: -1.85em;
 border-left-width: 1.5em;
 border-right-color: transparent;
}
.stock-container .stock:before, .stock-container .stock:after {
 content: "";
 position: absolute;
 display: block;
 border-style: solid;
 border-color: #ccc transparent transparent transparent;
 bottom: -1em;
}
.stock-container .stock:before {
 left: 0;
 border-width: 1em 0 0 1em;
}
.stock-container .stock:after {
 right: 0;
 border-width: 1em 1em 0 0;
}
.mkdf-mobile-header .mkdf-mobile-side-area.opened .mkdf-mobile-widget-area {
	bottom: 35%;
	padding: 20px;
}
ul.products>.product .price del, .mkdf-woo-single-page .mkdf-single-product-summary .price del {
	display:block;
}
.afrsm_shipping .extra-flate-tool-tip, .afrsm_shipping .forceall-tooltip {
	float:right !important;
}
.woocommerce ul.products>.product:hover .mkdf-pl-inner .mkdf-pl-text.mkdf-pl-hover-overlay {
	opacity: 0;
}