<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* РЎРѕРѕР±С‰РµРЅРёРµ РѕР± РѕС€РёР±РєРµ РІ РєРѕСЂР·РёРЅРµ
   Error field on cart page */
.itemsets-errorfld { 
    clear: both; 
    position: relative;
    margin: 5px 0; /* Р’РЅРµС€РЅРёРµ РѕС‚СЃС‚СѓРїС‹ */
    text-align: center; /* Р’С‹СЂР°РІРЅРёРІР°РЅРёРµ */
    color:#ff0000; /*  Р¦РІРµС‚ С‚РµРєСЃС‚Р° / Text color */
    font-style: italic; /* РќР°РєР»РѕРЅРЅС‹Р№ С€СЂРёС„С‚ */
    background: #eee; /* Р¦РІРµС‚ Р·Р°РґРЅРµРіРѕ С„РѕРЅР° */
    padding: 5px 0; /* Р’РЅСѓС‚СЂРµРЅРЅРёРµ РѕС‚СЃС‚СѓРїС‹ */
    border: 1px solid #ff0000; /* РЁРёСЂРёРЅР°, С‚РёРї Рё С†РІРµС‚ РіСЂР°РЅРёС† */
}
/* Р—Р°С‡РµСЂРєРЅСѓС‚Р°СЏ С†РµРЅР° / Compare price */
.itemsets-compare-price {
    color: #a3a3a3; /* Р¦РІРµС‚ */
    text-decoration: line-through;
}

table.itemsets-zebra { border: 0; margin: 0; width: 100%; }
table.itemsets-zebra tr:nth-child(odd) td { 
    background: #f2f7ff; /* Р¦РІРµС‚ РЅРµС‡РµС‚РЅС‹С… СЃС‚СЂРѕРє / Color of odd rows */
} 
table.itemsets-zebra td { 
    padding: 5px; 
    border: 0; 
    vertical-align: middle; 
    background: #fff; /* Р¦РІРµС‚ С‡РµС‚РЅС‹С… СЃС‚СЂРѕРє / color of even rows */ 
}
table.itemsets-zebra th { 
    text-align: left; 
    padding: 2px 5px; 
    border-bottom: 1px solid #BBBBBB; /* РЁРёСЂРёРЅР°, С‚РёРї Рё С†РІРµС‚ РЅРёР¶РЅРµР№ РіСЂР°РЅРёС†С‹ Р·Р°РіРѕР»РѕРІРєР° / Width, style and color of the bottom border of heading */
    background: #eee; /* Р¦РІРµС‚ Р·Р°РіРѕР»РѕРІРєР° С‚Р°Р±Р»РёС†С‹ / Color of table heading */ 
    color: #777; /* Р¦РІРµС‚ С‚РµРєСЃС‚Р° Р·Р°РіРѕР»РѕРІРєРѕРІ Color of heading text */
    font-weight: normal;  
}
/* РЁР°Р±Р»РѕРЅ itemsets-list-table.html / Template itemsets-list-table.html */
table.itemsets-zebra th.align-right { text-align: right; }
table.itemsets-zebra a { display: block; text-decoration: none; }
table.itemsets-zebra td.min-width,
table.itemsets-zebra th.min-width { width: 1%; }
table.itemsets-zebra tr:hover td { 
    background: #ffffe5; /* Р¦РІРµС‚ СЃС‚СЂРѕРє РїСЂРё РЅР°РІРµРґРµРЅРёРё / Color of hover rows */
}
/* РЁР°Р±Р»РѕРЅ itemsets-small-list.html / Template itemsets-small-list.html */
.itemsets-table { border-left: 1px solid #000; border-top: 1px solid #000; width: 100%; text-align: left; }
.itemsets-table td{ border-right: 1px solid #000; border-bottom: 1px solid #000; padding: 5px; }
/* РЁР°Р±Р»РѕРЅ itemsets-ul.html / Template itemsets-ul.html */
.itemsets-ul { list-style: circle; }
.itemsets-ul li { margin-bottom: 10px; }

/**
 ** РЎРРЎРўР•РњРќР«Р• РЎРўРР›Р. РќР• РР—РњР•РќРЇРўР¬.
 ** SYSTEM STYLES. NOT MODIFY
 **/
.itemsets-skus-block { display: none; }</pre></body></html>