/* 
BABYONO THEME

Color Palette
Dark blue: #01497b
Light blue: #03b5f1
*/


.tygh-header .main-menu .ty-menu__items {
	background: #01497b;
}

.tygh-header .main-menu .ty-menu__items li.first-lvl:hover .ty-menu__item-link {
	background: #03b5f1;
}


.breadcrumbs-grid .ty-breadcrumbs .breads .ty-breadcrumbs__current {
	color:#03b5f1;
}



/* HOME PAGE ICONS */

@font-face {
  font-family: 'andepict';
  src: url('../../media/fonts/andepict.eot');
  src: url('../../media/fonts/andepict.eot#iefix') format('embedded-opentype'),
       url('../../media/fonts/andepict.woff') format('woff'),
       url('../../media/fonts/andepict.ttf') format('truetype'),
       url('../../media/fonts/andepict.svg#andepict') format('svg');
  font-weight: normal;
  font-style: normal;
}


.andepict {
	font-family: 'andepict';
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	font-size:38px;
	color:#000;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	text-transform: none;
	line-height: 1em;
	vertical-align: baseline;
	background: none !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
}

.icon-shipping:before {
	content: '\e891'; /* \e8ab \e894 */
}

.icon-courier:before {
	content: '\e881';
}

.icon-return:before {
	content: '\e8c7';
}

.icon-lock:before {
	content: '\e838'
}

.tips .tips-block:hover .andepict {
	color:#fff;
}



/* PAYMENT ICONS */

.ty-payment-icons {
	text-align:center;
}
.ty-payment-icons a,
.ty-payment-icons a:link,
.ty-payment-icons a:visited,
.ty-payment-icons a:hover {
	text-decoration:none;
}
.ty-payment-icons__item {
    display: inline-block;
    margin:0;
	padding:0;
    width: auto;
    height: 60px;
    background: url('../../media/images/icons/payment-icons3.png') no-repeat;
}
.ty-payment-icons__item.visa {
    background-position: 0px 0px;
    width: 60px;
}
.ty-payment-icons__item.mastercard {
    background-position: -60px 0px;
    width: 60px;
}
.ty-payment-icons__item.maestro {
    background-position: -120px 0px;
    width: 60px;
}
.ty-payment-icons__item.amex {
    background-position: -180px 0px;
    width: 60px;
}
.ty-payment-icons__item.diners {
    background-position: -240px 0px;
    width: 60px;
}
.ty-payment-icons__item.discover {
    background-position: -300px 0px;
    width: 60px;
}
.ty-payment-icons__item.verifiedbyvisa {
    background-position: -360px 0px;
    width: 64px;
}
.ty-payment-icons__item.securecode {
    background-position: -426px 0px;
    width: 70px;
}
.ty-payment-icons__item.piraeus {
    background-position: -504px 0px;
    width: 158px;
}
.ty-payment-icons__item.paypal {
    background-position: -661px 0px;
    width: 125px;
}
.ty-payment-icons__item.bitcoin {
    background-position: -786px 0px;
    width: 115px;
}
.ty-payment-icons__item.masterpass {
    background-position: -905px 0px;
    width: 70px;
}
.ty-payment-icons__item.piraeus_eng {
    background-position: -980px 0px;
    width: 140px;
}
.ty-payment-icons__item.iris {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 90px;
    height: 60px;
    background: url('../../media/images/icons/iris-icon-90x60px.png') no-repeat;
}
.ty-payment-icons__item.gpay {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 90px;
    height: 60px;
    background: url('../../media/images/icons/gpay-icon-90x60px.png') no-repeat;
}



/* BACK TO TOP */
#scroll-up .mt_scroll-up {
	background:url('../../media/images/up.svg');
	background-size:60px;
	background-position:0;
	width:60px;
	height:60px;
}

/* category description */
.cat-pg .mt-cat-description,
.cat-pg .mt-cat-description div,
.cat-pg .mt-cat-description p {
    line-height: 200%;
}
