/**
* Стили для виджета WBasketButton
*/
    a.basket-button#WCart-container,
    a.basket-botton#WCart-container:visited,
    a.basket-botton#WCart-container:hover,
    a.basket-botton#WCart-container:active
    {
        display:inline-block;
        background-color:#8e665e;
        color:white;
        width: 180px;
        margin-top:20px;
        text-align:center;
        text-decoration: none;
        font-size:18px;
        line-height:14px;
        height:43px;
        padding-top:3px;
    }
    a.basket-button.empty
    {
        padding-top:7px;
        height:39px;
    }
    a.basket-button .count
    {
        font-size:12px;
    }
    a.basket-button img
    {
        position:relative;
        top:4px;
    }

    /**
    * Для тёмной темы
    */
    .dark a.basket-button#WCart-container,
    .dark a.basket-botton#WCart-container:visited,
    .dark a.basket-botton#WCart-container:hover,
    .dark a.basket-botton#WCart-container:active
    {
        background-color: #bb2731;
        margin-top:-8px;
        position: relative;
        height:40px;
    }

    .dark a.basket-button#WCart-container .count {
		/* position: absolute; /
		/ left: 50%; /
		/ margin-left: -25px; */
		margin-top: 3px;
		margin-left: 5px;
	}