* {
    box-sizing: border-box;
}
body {
    font: 14px/1.5 "Helvetica Neue", Arial, sans-serif;
    margin: 50px;
}
@media (max-width: 564px) {
    body {
        margin: 25px;
    }
}
#epages-shop-widget-loading {
    background-image: url(../images/spinner.gif);
    background-color: white;
    border-radius: 6px;
    display: none;
    height: 32px;
    left: 50%;
    position: fixed;
    top: 50px;
    width: 32px;
    z-index: 10002;
}
.epages-shop-widget {
    margin: 20px auto;
    width: 100%;
    max-width: 999px;
    clear: both;
}
.pico-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: white;
    display: block;
    left: 50%;
    max-height: 80%;
    max-width: 1000px;
    min-width: 200px;
    overflow: auto;
    position: fixed;
    top: 10%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 10001;
    color: #444;
    overflow-x: hidden;
}
.pico-content::-webkit-scrollbar {
    /*width: 0 !important;*/
}
.epages-cart-overlay, .epages-shop-overlay {
    padding: 10px 15px 50px;
    text-align: left;
}
.epages-cart-overlay .shop-quantity-change {
  width: 100%;
  background: #fef0c1;
  color: #e59941;
  margin-bottom: 20px;
  padding: 8px 16px;
  display: flex;
}
.epages-cart-overlay .shop-quantity-change span {
  margin-right: 10px;
}
/********** CTA Buttons **********/
.epages-shop-overlay-buy-button,
.epages-cart-overlay-checkout-button {
    float: none;
    margin: 10px 0;
    padding: 10px 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid #999;
    background-color: #eee;
    font-size: 16px;
    text-shadow: 1px 1px 0px #fff;
    height: auto;
    line-height: inherit;
    width: auto;
}
@media (min-width:481px) {
	.epages-cart-overlay-checkout-button {
        float: right;
    }
}
/********** Search, Cart Button & Navigation **********/
.epages-shop-search-form {
    float: left;
}
.epages-shop-cart {
    float: right;
    margin: 0 auto;
}
.epages-cart-button,
.epages-cart-button:hover,
.epages-cart-button:active,
.epages-cart-button:visited {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    background-color: transparent;
    float: right;
    cursor: pointer;
    border: 0;
    outline: none;
    font-family: inherit;
    font-size: 24px;
    margin: 0;
    color: inherit !important;
    box-shadow:none;
}
.epages-cart-button span {
    font-size: 20px;
    padding-left: .5em;
}
.epages-shop-navigation {
    margin: 10px 0;
    clear: both;
}
.epages-shop-navigation:after {
    clear: both;
    content:" ";
    display: block;
}
.epages-shop-navigation label {
    margin-bottom: 0.5em;
    width:200px;
}
.epages-shop-sort {
    float: left;
    margin-right:1em;
}
.form-control {
	color: #444;
}
/********** Product List **********/
/* List View: Product Container */
.epages-shop-product-list {
    clear: both;
    margin-top: 30px;
}
.epages-shop-widget .epages-shop-product {
    margin-bottom: 30px;
}
.epages-shop-product-link {
    text-decoration: none;
    color: inherit;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.epages-shop-product-link:hover {
    text-decoration: underline;
}
/* List View: Fixed aspect ratio for responsive product image container unless only one column */
@media (min-width: 460px) {
    .epages-shop-product-list-image-container::before {
        content: "";
        display: block;
        margin-top: 100%;
    }
    .epages-shop-product-list-image-container {
        float: left;
        position: relative;
        width: 100%;
    }
    .epages-shop-product-list-image-container img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .epages-shop-product-list-text-container {
		    float: left;
		    width: 100%;
		}
 }
.epages-shop-product-price {
    font-weight: bold;
}
/* List View: Dynamic height for image container if only one column */
.epages-shop-product-list-image-container {
	  margin-bottom: 10px;
}
/* List View: Product image */
.img-product-list {
    max-height: 200px;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}
/********** Shop Pagination **********/
.epages-shop-pagination {
    clear: both;
    text-align: center;
    margin:20px 0;
}
.epages-shop-pagination ul {
    padding: 0;
}
.epages-shop-pagination li {
    display: inline-flex;
}
.epages-shop-pagination li a,
.epages-shop-pagination li span {
    padding: 6px 12px;
    margin-left: 0;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dedede;
}
.epages-shop-pagination li.active a {
    background-color: #337ab7;
    color: #fff;
}
.epages-shop-pagination li:first-child a,
.epages-shop-pagination li:first-child span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.epages-shop-pagination li:last-child a,
.epages-shop-pagination li:last-child span {
    margin-right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/********** Product Details Overlay **********/
.epages-shop-overlay-box {
    padding: 0 2% 0 0;
    width: 58%;
    float: left;
}
.epages-shop-overlay-box-1, .epages-shop-overlay-box-2 {
    float: none;
    width: 40%;
    min-width: 200px;
    display: inline-block;
}
@media (max-width: 720px) {
    .epages-shop-overlay-box {
        width: 380px;
        float: none;
    }
    .epages-shop-overlay-box-1, .epages-shop-overlay-box-2 {
        width: 100%;
        float: none;
    }
}
@media (max-width: 450px) {
    .epages-shop-overlay-box {
        width: 98%;
    }
}
.epages-shop-overlay-product-image {
    transition: 0.6s;
    width: 100%;
}
.epages-shop-overlay-slideshow {
    list-style-type: none;
    padding: 0;
}
.slideshow-image {
    display: inline-block;
    margin: 5px 10px;
    border: 1px solid #ccc;
}
.slideshow-image img {
    height: 44px;
    margin: 3px;
}
.epages-shop-overlay-manufacturer-price {
    font-style: italic;
    margin-bottom: 5px;
}
.epages-shop-product-manufacturer-price span,
.epages-shop-overlay-manufacturer-price span {
    text-decoration: line-through;
}
.epages-shop-overlay-product-price {
    font-size: 135%;
    font-weight: bold;
}
.epages-shop-product-base-price,
.epages-shop-overlay-base-price {
    color: #999;
    font-size: 12px;
}
.epages-shop-taxes,
.epages-shop-overlay-product-shipping {
    font-size: 80%;
    clear: both;
}
.epages-shop-overlay-product-availability-OnStock {
    color: green;
}
.epages-shop-overlay-product-availability-WarnStock {
    color: orange;
}
.epages-shop-overlay-product-availability-OutStock {
    color: red;
}
.epages-shop-variation label {
    min-width: 50px;
    display: inline-block;
    height: 30px;
}
.epages-shop-variation select {
    margin-bottom: 0 !important;
}
.epages-shop-overlay hr {
    border-width: 1px 0 0 0;
    border-color: #ccc;
    border-style: solid;
    margin: 1em 0;
    padding: 0;
}
.epages-product-description p,
.epages-product-description ul,
.epages-product-description ol {
    margin: 0 0 2em;
}
.epages-product-description ul {
    list-style: outside none disc;
    padding: 0 0 0 2em !important;
}
.epages-shop-overlay-custom-attributes-table th {
    text-align: left;
    vertical-align: top;
}
.epages-shop-overlay-custom-attributes-table td {
    padding: 0px 1em;
}
.epages-shop-overlay-custom-attributes-table td ul {
    margin: 0px;
    padding-left: 1em;
}
/********** Cart Overlay **********/
.epages-cart-overlay-fail {
    background-color: #e00;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 20px;
}
.epages-cart-overlay table {
    border-collapse: collapse;
    border-width: 0;
}
.epages-cart-overlay table th {
    text-align: left;
    padding: 20px 10px 5px;
    border-width: 0;
    background-color: transparent;
    color: #000;
}
.epages-cart-overlay table tr {
    border-bottom: 1px solid #ddd;
	  border-top: 1px solid #ddd;
	  border-right: none;
	  border-left: none;
	  background-color: transparent;
}
.epages-cart-overlay table tbody tr {
    height: 90px;
}
.epages-cart-overlay table td {
    background-color: transparent;
    border-width: 0;
    padding: 10px;
    vertical-align: middle;
    text-align: left;
}
.epages-cart-overlay-product-price-desc {
    font-weight: bold;
    font-size: 120%;
}
.epages-cart-overlay-total-price {
    vertical-align: top;
}
.epages-cart-overlay-product-taxes {
    font-size: 80%;
}
.epages-cart-overlay-secure:before {
    content: "\f023";
    font-family: FontAwesome;
    border: none;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #141414;
    font-size: 22px;
    padding-right: 0.5em;
    left: 0;
}
.epages-cart-overlay-line-item-quantity {
    margin-right: 5px;
    padding: 3px;
    margin: 0;
    max-width: 40px;
    border: 1px solid #999 !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    background: #fff;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .epages-cart-overlay-line-item-quantity {
        padding-right: 18px;
    }
}
.epages-cart-overlay-line-item-remove, .epages-cart-overlay-line-item-remove:hover {
    border: none;
    background: none;
    box-shadow: none;
    top: 0;
}
.epages-cart-overlay-line-item-remove:before {
    content: "\f1f8";
    font-family: FontAwesome;
    border: none;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 22px;
    padding-right: 0.5em;
    cursor: pointer;
}
.epages-cart-overlay-line-item-remove:disabled {
    cursor: auto;
}
.epages-cart-overlay-line-table th .epages-cart-overlay-price {
    text-align: right;
}
.epages-cart-overlay-line-table .epages-cart-overlay-image {
    width: 10%;
}
.epages-cart-overlay-line-table .epages-cart-overlay-image img {
    width: 100%;
}
.epages-cart-overlay-line-table .epages-cart-overlay-name {
    width: auto;
}
.epages-cart-overlay-line-table .epages-cart-overlay-price {
    width: 10%;
    min-width: 65px;
    text-align: right;
}
.epages-cart-overlay-line-table .epages-cart-overlay-quantity {
    width: 20%;
    min-width: 125px;
}
.epages-cart-overlay-line-table .epages-cart-overlay-total {
    width: 14%;
    min-width: 65px;
    text-align: right;
}
.epages-cart-overlay-line-table .epages-cart-overlay-remove,
.epages-cart-overlay-line-table .epages-cart-overlay-remove button {
    width: 25px;
    padding: 0;
    position: relative;
}
.epages-cart-overlay-line-item-remove::before {
    padding-right: 0;
}
/*.epages-cart-overlay-line-table .epages-cart-overlay-remove span,*/
.epages-cart-overlay-line-table .epages-cart-overlay-subhead-narrow {
    display: none;
}
.epages-cart-overlay-line-table .epages-cart-overlay-remove .tooltip {
  position: absolute;
  display: none;
  border: 1px solid #dddddd;
  padding: 5px;
  line-height: 12px;
  border-radius: 3px;
  font-size: 12px;
  text-align: center;
  left: calc(-50% - 3px);
  top: -8px;
  background: white;
}
.epages-cart-overlay-line-table .epages-cart-overlay-remove .tooltip:after,
.epages-cart-overlay-line-table .epages-cart-overlay-remove .tooltip:before {
  top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.epages-cart-overlay-line-table .epages-cart-overlay-remove .tooltip:after {
  border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 5px;
	margin-left: -5px;
}
.epages-cart-overlay-line-table .epages-cart-overlay-remove .tooltip:before {
  border-color: rgba(221, 221, 221, 0);
	border-top-color: #dddddd;
	border-width: 6px;
	margin-left: -6px;
}
.epages-cart-overlay-line-item-remove:hover + .tooltip {
  display: block;
}
.epages-cart-overlay-line-table tfoot td {
    text-align: right;
    width: 75%;
}
.epages-cart-overlay-line-table tfoot td.epages-cart-overlay-delivery-price,
.epages-cart-overlay-line-table tfoot td.epages-cart-overlay-total-price {
    width: 25%;
    min-width: 80px;
}
.epages-cart-overlay .epages-row {
    margin: 0 !important;
    padding: 10px 0;
}

.epages-cart-overlay .epages-row div {
    padding: 0 !important;
}
.epages-cart-overlay-secure {
    width: 66.667%;
    padding: 10px 0;
}
@media (max-width: 768px) {
    .epages-cart-overlay-line-table thead {
        display: none;
    }
    .epages-cart-overlay-line-table .epages-cart-overlay-subhead-narrow {
        display: block;
        line-height: 2;
        font-weight: bold;
    }
    .epages-cart-overlay-line-table td {
        padding: 20px 0 15px 0px !important;
        float: left;
    }
    .epages-cart-overlay-line-table .epages-cart-overlay-image {
        width: 20%;
        float: right;
    }
    .epages-cart-overlay-line-table .epages-cart-overlay-name {
        width: 80%;
        font-size: 16px;
        font-weight: bold;
    }
    .epages-cart-overlay-line-table .epages-cart-overlay-price,
    .epages-cart-overlay-line-table .epages-cart-overlay-quantity,
    .epages-cart-overlay-line-table .epages-cart-overlay-total {
        width: 33.333%;
        border-top: 1px dashed #e3e0e0;
    }
    .epages-cart-overlay-line-table .epages-cart-overlay-price {
        clear: both;
        text-align: left;
    }
    .epages-cart-overlay-line-table .epages-cart-overlay-quantity {
        text-align: center;
    }
    .epages-cart-overlay-line-table .epages-cart-overlay-total {
        text-align: right;
    }
    .epages-cart-overlay-line-table .epages-cart-overlay-remove {
        width: 100%;
        text-align: center !important;
    }
    .epages-cart-overlay-line-table .epages-cart-overlay-remove span {
        display: inline;
    }
    .epages-cart-overlay-line-table tfoot .epages-cart-overlay-remove {
        height: 0;
        padding: 0 !important;
        border-width: 0;
    }
}
@media (max-width: 480px) {
    .epages-cart-overlay-line-table thead {
        display: none;
    }
    .epages-cart-overlay-line-table td {
        padding: 20px 0 15px 0px !important;
        float: left;
    }
    .epages-cart-overlay-line-table .epages-cart-overlay-image {
        width: 30%;
        float: right;
    }
    .epages-cart-overlay-line-table .epages-cart-overlay-image img {
        min-width: 80px;
    }
    .epages-cart-overlay-line-table .epages-cart-overlay-name {
        width: 70%;
    }
    .epages-cart-overlay-line-table .epages-cart-overlay-price,
    .epages-cart-overlay-line-table .epages-cart-overlay-quantity,
    .epages-cart-overlay-line-table .epages-cart-overlay-total {
        width: 100%;
        border-top-width: 0;
    }
    .epages-cart-overlay-line-table .epages-cart-overlay-quantity {
        text-align: left;
    }
    .epages-cart-overlay-line-table .epages-cart-overlay-quantity input {
        max-width: none;
        width: 98%;
    }
    .epages-cart-overlay-line-table .epages-cart-overlay-total {
        text-align: left;
    }
    .epages-cart-overlay-line-table .epages-cart-overlay-remove {
        text-align: right !important;
    }
    .epages-cart-overlay table tfoot tr {
        background: #fefefe none repeat scroll 0 0;
        border-top: 1px solid #ebebeb;
    }
    .epages-cart-overlay-line-table tfoot td {
        float: right;
        text-align: left;
        padding: 0;
        border-width: 0 !important;
        width: 70%;
    }
    .epages-cart-overlay-line-table tfoot td.epages-cart-overlay-delivery-price,
    .epages-cart-overlay-line-table tfoot td.epages-cart-overlay-total-price {
        float: left;
        padding-right: 10px !important;
        width: 10%;
        min-width: 70px;
    }
    .epages-cart-overlay-secure {
        width: 100%;
    }
}

.epages-shop-product-list>div {display:flex; flex-wrap:wrap;margin:0;}
.epages-shop-widget .epages-shop-product {
  flex: 1 0 200px;
  box-sizing: border-box;
  max-width:250px;
}

.tooltiptext {
    visibility: visible;
    background-color: rgb(255, 221, 221);
    color: black;
    padding: 0px 5px 0px 5px;
    opacity: 0.8;
    z-index: 999;
    position: absolute;
    height: 22px;
    line-height: 20px;
    text-align: center;
    margin-left: 10px;
    border-radius: 7px;
}

.tooltiptext:after {
    content: '';
    position: absolute;
    top: 15%;
    left: 1px;
    margin-left: -8px;
    width: 0; height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid rgb(255, 221, 221);
}