/*
	Theme Name:   Savoy Child
	Theme URI:    http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
	Description:  Savoy child theme
	Author:       NordicMade
	Author URI:   http://www.nordicmade.com
	Template:     savoy
	Version:      1.0.1
*/


/* Child theme CSS
--------------------------------------------------------------- */


/* Размер цены */
.product .summary .price .amount {font-size:37px; line-height:1; color:#4d3e38;}
.product .summary .price {font-size: 37px;}

/* Форма заказа тонирование полей */
.input-text, input.input-text {border:1px solid #a7a7a7;}
@media (max-width:480px) {
.form-row-first, .form-row-last {width:100%;}
}
/* Скрывает поле Россия в корзине */
#billing_country_field {display:none;}

/* Площать тактильности в мобильном меню */
#nm-mobile-menu a {width: 100%;}

/* Стрелки на фото в товаре туда, сюда */
.woocommerce-product-gallery .flex-direction-nav a {
    opacity: 1!important;
}

/* Цвет ссылки в названии товара */
.nm-shop-loop-details h3 a {
    color: #500000;
}


/* Форма обратной связи тонирование полей CSS */
input[type="text"], input[type="password"], input[type="number"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="time"], input[type="month"], input[type="week"], input[type="email"], input[type="search"], input[type="tel"], input[type="url"], input.input-text, select, textarea  {border: 1px solid #999999;}

/* Скрываем нолик от корзины CSS */
@media (max-width: 400px) {
.header-mobile-alt .nm-menu li.nm-menu-offscreen .nm-menu-cart-count {
    display:none!important;
}
}
/* Стиль телефона  шапке */
.ptstyle {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border:1px solid #e9a854;
	padding-left:7px;
	padding-right:7px;
}
