/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* Номер телефона в карточке товара */

#single-product-phones-list{
	list-style: none;
    max-width: 100%;
    width: max-content;
    border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
    border-radius: 20px;
    background-color: var(--wd-form-bg);
    box-shadow: none;
    color: var(--wd-form-color);
    vertical-align: middle;
    font-size: 14px;
    transition: border-color .5s ease;
    margin-top: 20px;
}

#single-product-phones-list li:first-child{
	display: block!important;
}
#single-product-phones-list li:first-child:before{
	display: inline-block;
	width: 1em;
	height: 1.4em;
    vertical-align: sub;
	margin-right: 10px;
	content: url("assets/icons/mobile-screen-button-gray.svg");
	cursor: pointer;
}
#single-product-phones-list li:first-child:after{
	font-size: 11px;
    margin-inline-start: 10px;
    content: "\f129";
    font-family: "woodmart-font";
	cursor: pointer;
}
#single-product-phones-list li{
	display: none;
	padding: 0.5em;
	margin: 0!important;
}
#single-product-phones-list li:not(li:first-child){
	padding-left: calc(1.5em + 10px)!important;
}

/* ------ */

/* Ширина поиска */

.wd-header-search-form {
    min-width: 600px;
}

/* ------ */

/* Цвет цены */

body .price,
body .amount {
    color:black;
}

/* ------ */

/* Рассположение логотипа */

.wd-logo img {
	margin-left: 15px;
}

/* ------ */

/* Отключение dropdown значка category in header */

.wd-header-cats.wd-style-1 .menu-opener:after {
	display: none;
}

/* ------ */

/* Размер значка menu */

:is(.wd-custom-icon,picture.wd-custom-icon img) {
    max-width: 25px;
}

/* ------ */

/* От 0000 грн. #1 */

.elementor-19523 .elementor-element.elementor-element-b7fc9ef .wd-info-box {
    height: 100px;
}

/* ------ */

/* От 0000 грн. #2 */
.elementor-19523 .elementor-element.elementor-element-c324751 .wd-info-box {
    height: 100px;
}
/* ------ */

/* От 0000 грн. #3 */
.elementor-19523 .elementor-element.elementor-element-5f8f94f .wd-info-box {
    height: 100px;
}
/* ------ */

/* От 0000 грн. #3 */
.elementor-19523 .elementor-element.elementor-element-0dcbc15 .wd-info-box {
    height: 100px;
}
/* ------ */

/* Каталог товаров */
body .category-grid-item:hover .category-image {
    transform: none;
}

.category-grid-item .more-products>a {
	font-size: 12px;
}

@media only screen and (min-width: 1024px) {
  .category-grid-item .category-image-wrapp {
    float: left;
  }
}

.category-grid-item {
    text-align: center;
    background-color: #f5f5f5;
	  border-radius: 10px;
	  height: 100%;
}

.category-image-wrapp {
	height: 45px;
}
/* ------ */

/* Icon menu на tablet и mobile версии */
.btn.btn-scheme-light {
    background-color: #2e2e2e !important;
}
.btn-icon-pos-left .wd-btn-icon {
    width: 25px;
}
/* ------ */

/* Язык для menu на tablet и mobile версии */
.wpml-elementor-ls {
    background-color: #F5F5F5;
    border-radius: 3px;
    padding: 3px;
}

.wpml-ls-link {
    background-color: #f5f5f5!important;
}

.wpml-ls-legacy-list-horizontal {
    text-align: center;
}

.wpml-ls-legacy-list-horizontal a span {
    vertical-align: middle;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.wpml-ls-current-language .wpml-ls-link {
background: #fff!important;
    border-radius: 3px;
}
/* ------ */

/* SKU size */
.wd-product .wd-product-sku {
    font-size: 75% !important;
}
/* ------ */