/*======================================
Theme Name: Divi child
Theme URI: https://divicake.com/
Description: Divi Child theme
Version: 1.0
Author: Divi Cake
Author URI: https://divicake.com/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */





/* # WooCommerce Cart Icon CSS with FontAwesome 5 */
.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}

.cart-contents:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f07a" !important;
    font-size: 15px;
    color: #027a7c;
}

/*.cart-contents:before {
    content: "";
    background-image: url("https://img.icons8.com/pastel-glyph/2x/shopping-cart--v2.png");
    width: 30px;
    height: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 999;
    position: inherit;
}*/

.cart-contents:hover {
    text-decoration: none;
}
/*
.cart-contents-count {
	position: absolute;
    top: 15px;
   	right: 1px;
   	transform: translateY(-105%) translateX(25%);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8px;
	line-height: 15px;
	height: 10px;
   	width: 10px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
    background: #6ac1ba;
    border-radius: 50%;
    padding: 1px;  
}
*/
.cart-contents-count {
    position: relative;
    top: -10px;
    left: 5px;
    transform: translateY(-105%) translateX(25%);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    height: 15px;
    width: 15px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background: #6ac1ba;
    border-radius: 50%;
    padding: 1px;
}