/*
Theme Name: Handelia Cosmetic Theme
Author: Hande Aksu
Description: Handelia Beauty – Bilimsel yaklaşım ve modern formüllerle geliştirilen kozmetik ve cilt bakım ürünleri.
Version: 1.0
Text Domain: handelia
Tags: kozmetik, cilt bakımı, güzellik, skincare, beauty, cosmetic store, online mağaza
*/

body{
	font-family: "Montserrat", sans-serif;
}
a{
	text-decoration:none;
	color:#333;
}
.ct_item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
}
.ct_item a {
    position: relative;
    display: block;
    padding-left: 30px;
    font-size: 13px;
}
.ct_item a:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    background-size: cover;
    width: 20px;
    height: 20px;
}
.ct_item a.company:before {
    background-image: url(/wp-content/themes/handelia/images/company.svg);
}
.ct_item a.address:before {
    background-image: url(/wp-content/themes/handelia/images/address.svg);
}
.ct_item a.phone:before {
    background-image: url(/wp-content/themes/handelia/images/phone.svg);
}
.ct_item a.mail:before {
    background-image: url(/wp-content/themes/handelia/images/mail.svg);
}
@media(max-width:767px){
	.xoo-wsc-container, .xoo-wsc-slider{
		max-width:300px;
	}
}