/* Enter Your Custom CSS Here */

.woocommerce-loop-product__title {
  text-align: center !important;
  padding: 0 0 !important;
    }

.cart-dropdown-box .price, .cart-dropdown-box span.amount, .site-content .price, .site-content span.amount {

    font-weight: 500;
/*    color: #e5e5e5; */

}

.price ins {
    font-weight: 400 !important;
}

woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    padding: 0.55em 1em !important;
}

.woocommerce .products ul li, .woocommerce ul.products li {
  text-align: center !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #ee6100;
   /* color: #fff !important; */
}



.wc-product-inner .wc-product-contents > :first-child {

    margin-top: 0 !important;

}

.wc-product-inner .wc-product__part:last-child {

    margin-bottom: 0px;
    margin-top: 0.5em !important;

}

div.product .stock {

    color: #ac0025 !important;

}

div.product div.images .flex-control-thumbs li img {

    cursor: pointer;
    opacity: .5;
    margin: 0;
-moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.page-titlebar {

    padding: 21px 0 0;
    border-bottom: 0px solid #eaecee;
        border-bottom-color: rgb(234, 236, 238);
    word-break: break-word;
    background: #fff; 
  }

.comments-area .comment-reply-title, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
   /* color: #cccccc;  */
  
}

#main, #sidebar-primary, #sidebar-secondary {

    padding-top: 1.5em;
    padding-bottom: 0.5em;

}

.item--wc_cart .cart-dropdown-box .widget {
    border: 1px solid #595959;
    position: relative;
}

.wc-mini-cart-footer {
    padding: 1.25em;

}


a.remove {
    width: 20px;
    height: 20px;
    border-radius: 100px;
    font-family: sans-serif !important;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 18px !important;
    display: inline-block;
    text-align: center;
    opacity: .7;
}

.item--wc_cart .cart-dropdown-box {

    text-align: left;
    visibility: hidden;

}

.cart-collaterals, .group-highlight-box, .woocommerce-checkout-review-order {

    box-shadow: 0 2px 2px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.08);
    padding: 1.8em 2em 2em 2em;
    border-radius: 2px;
    margin-top: 1em;

}

table.shop_table thead tr th {
    border-bottom: 2px solid #8c8c8c;
}

table.shop_table td {

    border-top: 1px solid #8c8c8c;
    padding: 10px 10px;
    vertical-align: middle;
    background: 0 0;

}

.woocommerce-error, .woocommerce-info, .woocommerce-message {

    padding: 1em 2em 1em 3.5em;
    margin: 0 auto 2em;
    position: relative;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;

}

table.shop_table tfoot td, table.shop_table tfoot th {
        border-top-width: 1px;
    vertical-align: middle;

}

form.checkout_coupon {
    border: 2px dashed #aaa;
}

.item--wc_cart .cart-dropdown-box .widget::before {

    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    z-index: 27;

}

.woocommerce-error, .woocommerce-info, .woocommerce-message {

    padding: 1em 2em 1em 3.5em;
    margin: 0 auto 2em;
    position: relative;
    border-top: 3px solid #ee6100;
    list-style: none outside;
        list-style-position: outside;
    width: auto;
    word-wrap: break-word;

}

.wc-product-inner a {
    color: #333333;
	font-weight: 600;
}

.wc-product-inner:hover a {
    color: #ee6100;
}

del {
     font-size: 0.8em;
}
 
.woocommerce-result-count {
  display: none;
  }

.woocommerce-ordering {
    margin-left: auto;
    margin-right: 1em;
  margin-top: -10px;
}

.button:not(.components-button):not(.customize-partial-edit-shortcut-button), button:not(.components-button):not(.customize-partial-edit-shortcut-button), input[type="button"]:not(.components-button):not(.customize-partial-edit-shortcut-button), input[type="reset"]:not(.components-button):not(.customize-partial-edit-shortcut-button), input[type="submit"]:not(.components-button):not(.customize-partial-edit-shortcut-button) {
    line-height: 1.4em;
}

.nav-menu-desktop .sub-menu li a {
    font-size: 1em;
}

/* Линия в меню в мобильной версии */
.menu-line-mobile {
	border-top: 1px solid !important;
    border-top-color: rgba(255,255,255,.70) !important;
}




/* удаление заголовков у виджитов */
.widget-title {
    display: none;
}
/* конец */

/* удаление Description и Additional information в карточке товара */
.wc-tabs {
    display: none;
}
/* конец */

.cn-button.bootstrap {
    color: #fff;
    background: #ee6100;
}

/* панель админки на мобиле была на своём месте, не опускалась вниз */
#wpadminbar {
    position: fixed !important;
}
/* конец */

/* уменьшил превьюшки на странице товара */
div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: inherit;
}
div.product div.images .flex-control-thumbs li {
    width: 14% !important;
    float: left;
    margin: 0;
    padding: 5px !important;
    list-style: none;
}
/* конец */

/* Отодвинул все кнопки на 1 пиксель, до этого стояли вплонтную Add to cart и Cart view */
.button {
margin: 1px !important;
}
/* конец */

/* Всплывающее уведомление о куки */
#cookie-law-info-bar {
    padding: 0px 10px;
	font-weight: 400;
}
.cli-plugin-button, .cli-plugin-button:visited {
  margin-top: 0px;  
	padding: 8px 12px;
}
.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
    font-size: 15px;
    line-height: 0.8;
}
/* конец */

/* Уменьшил заголовок товаров */
div.product .product_title {
    font-size: 1.5em;
	line-height: 1.1;
	}
/* конец */

/* Изменил панель уведомления о куки */
.cookie-notice-container {
  padding: 0px 30px;
	}
#cookie-notice .cn-button:not(.cn-button-custom) {
  border-radius: 0px;
}
/* конец */

/* тоньше поле для ввода поиска товаров */
.select2-container .select2-selection--single, input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="range"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], select, textarea {
  height: 2.0em;
}
/* конец */


/* в каталоге товаров текст сделал покомпактней */
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  font-size: 1em;
  line-height: 1.1;
}
/* конец */

/* отступ под ценой в карточке товара и размер цены меньше */
div.product p.price, div.product span.price {
  margin-bottom: .4em;
	font-size: 1em;
	margin-top: -10px;
}
/* конец */

/* сделал более видной кнопку увеличения фото на страницах товара */
div.product div.images .woocommerce-product-gallery__trigger {
  background: rgba(255,255,255,.8);
  color: #000;
}
/* конец */

/* стиль колонок в начале страницы на главной */
.glav-col1 {
    width: 30%;
	margin-top: 20px;
}
@media screen and (max-width: 1325px) {
    .glav-col1 {
        width: 100%;
			margin-top: 0;
    }

}
.glav-col2 {
    width: 70%;
}
@media screen and (max-width: 1325px) {
    .glav-col2 {
        width: 100%;
    }

}
/* конец */

/* Изменение подвала, а именно - облака меток в подвале сайта и меньше пробелы между строками */
.tagcloud a {
  border: 0px solid currentColor;
  border-radius: 0px;
  display: inline-block;
  font-size: .875em !important;
  margin-bottom: 0px;
  padding: 0px 5px 0px;
}
.widget-area .widget {
  margin-bottom: 1em;
}
.footer-main .footer--row-inner {
  padding-top: 2.0em;
  padding-bottom: 1.5em;
}
/* конец */

/* Удалил символ валюты (рубля) */
.woocommerce-Price-currencySymbol {
 display: none;
}
/* конец */

/* в каталоге товаров сделал меньше пробелы между изображениями */
[class~="customify-col"] {
  box-sizing: border-box;
  padding: 0 0.2em 0;
  max-width: 100%;
}
.wc-product-inner .wc-product-contents {
  padding-top: .2em;
  padding-bottom: .2em;
}
.woocommerce ul.products li.product, .woocommerce ul.products > li {
  list-style: none outside;
  margin: 0 0;
}
/* конец */