/*
Theme Name: Isla's World
Theme URI: http://islaworld.com
Description: White and clean theme almost without css styles. Fonts and colors will be default of your browser.
Version: 1.0
Author: Isla's World
Author URI: http://www.pushpendra.net
Tags: white, simple, fixed width, two columns, widgets, clean
*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

p img {
	padding: 0;
	max-width: 100%;
	}
a img {
	border: none;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.header-cart {
  display: inline-flex;
  align-items: center;
}
 
.cart-icon-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;           /* matches your pink header text */
  text-decoration: none;
  padding: 6px;
  transition: opacity 0.2s;
}
 
.cart-icon-link:hover {
  opacity: 0.75;
}
 
.cart-icon svg {
  display: block;
  width: 26px;
  height: 26px;
}
 
/* Count bubble */
.cart-count {
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  background: #c0003c;   /* dark pink/red accent */
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  border-radius: 999px;
  text-align: center;
  /* Hide bubble when cart is empty */
  display: none;
}
 
/* Show bubble only when count > 0 — toggled by JS below */
.cart-count.has-items {
  display: block;
}

.account-icon-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    padding: 6px;
    transition: opacity 0.2s;
	margin-top: 7px;
}

.icon-seprator{
	color: #fff;
	font-size: 25px;
	font-weight: 100;
	padding: 0 10px;
}

.yellow-bg {
    background: #FFF8A2 url(../img/banner-bg.png);
    position: relative;
}
/* End Images */