/**
 * This file is a container for custom CSS. You can use it to override the default styles of the theme.
 *
 * 1. Copy the file "SAMPLE.custom.css" and rename it to "custom.css".
 *    Otherwise this file will not be loded by Magento.
 * 2. Enable it in the admin panel.
 * 3. Uncomment slected sample styles or add your own CSS to override the default styles of the theme.
 *
 * Please refer to the user guide for more details.
 *
 */



/* Stock indicator on product page: icon color
-------------------------------------------------------------- */

/*
.availability-only .ic { color: green; }
*/



/* Product counter in the mini cart drop-down
-------------------------------------------------------------- */

/*
.header .skip-link .count {
	background-color: deepskyblue;
}
*/
/* Заголовки в слайд шоу 2 */
.caption.slid2 .heading,
.caption.slid2 p { background-color:rgba(255,255, 0.35); color:#5bd2ec; }
a:hover .caption.slid2 .heading,
a:hover .caption.slid2 p { background-color:rgba(255,255, 0.7); color:#5bd2ec; }

/* Заголовки в слайд шоу 1 */
.caption.slid1 .heading,
.caption.slid1 p { background-color:rgba(255,255,255, 0.35); color:#5bd2ec; }
a:hover .caption.slid1 .heading,
a:hover .caption.slid1 p { background-color:rgba(255,255,255, 0.7); color:#5bd2ec; }

/* Заголовки в слайд шоу 3 */
.caption.slid3 .heading,
.caption.slid3 p { background-color:rgba(255,255,255, 0.35); color:#5bd2ec; }
a:hover .caption.slid3 .heading,
a:hover .caption.slid3 p { background-color:rgba(255,255,255, 0.7); color:#5bd2ec; }