#wrap {
    margin-top: 170px;
}

#footer {
    background-image: none;
    background-color: #ececec;
}

.header.header--orange-theme {
    background: #fff;
    padding-top: 7px;
    height: 136px;
}

.header .inner {
	height: auto;
    background: none;
    padding: 0;
}

.header-nav {
    background-color: #ffad01;
}

.header .menuTop {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    padding: 0;
    border-radius: 0;
    border: none;
    background: none;
}

div.menuTop a, div.menuTop a:visited{ 
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-transform: none;
    line-height: 60px;
    height: 100%;
    display: block;
    float: left;
    font-weight: bold;
    padding-left: 22px;
    padding-right: 22px;
}

div.menuTop a:hover, div.menuTop a.root-item-selected {
    color: #fff;
    background: none;
    display: block;
    float: left;
    line-height: 60px;
}

.header .header-nav .right-section {
    padding-top: 0;
}

.header-nav .breadcrumbs {
    line-height: 0;
    margin-left: -22px;
    margin-right: -22px;
}

.header-nav .menuTop {
    height: auto;
}

.header .inner .logo {
    padding: 0;
    font-size: 0;
    line-height: 0;
    background: transparent url("../img/logo-redesign.svg?v=3") no-repeat 0 0;
    /* width: 143px;
    height: 61px; */
    width: 170px;
    height: 73px;
    background-size: contain;
    display: block;
}

.header .inner.header-top-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .header-top-container .left-section {
    float: none;
    flex-shrink: 0;
}

.header .header-top-container .right-section {
    margin-left: 0;
    width: 725px;
}

.header-top-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

a.header-top-phone-link {
    font-weight: bold;
    color: #231f20;
    font-size: 16px;
    line-height: 1em;
    text-decoration: none;
    font-family: Tahoma, sans-serif;
    display: block;
    position: relative;
    padding-left: 20px;
}

.header-top-phone-link__icon {
    display: block;
    background: transparent url("../img/new-icons/phone.png") no-repeat 0 0;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 0;
}

.header-top-content__callback {
    margin-top: 6px;
    padding-left: 22px;
}

a.header-top-content__callback-link {
    font-size: 13px;
    line-height: 1em;
    font-family: Tahoma, sans-serif;
    font-weight: normal;
    color: #ffad01;
    text-decoration: none;
}

a.header-top-content__callback-link:hover {
    opacity: 0.8;
}

.header-top-content__phone {
    margin-left: 29px;
}

.header-top-content__email a {
    display: inline-block;
    position: relative;
    padding-left: 23px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    color: #231f20;
    text-decoration: none;
}

.header-top-content__email a:before {
    content: '';
    display: block;
    width: 15px;
    height: 10px;
    background: transparent url("../img/new-icons/email.png") no-repeat 0 0;
    position: absolute;
    top: 3px;
    left: 0;
}

.header-top-content__cart {
    padding-top: 0;
    width: 106px;
}

#cartInfo > div.preview-text {
    font-size: 14px;
    font-weight: bold;
    color: #ffad01;
}

#cartInfo > div.cols-box {
    font-size: 13px;
    line-height: 1em;
    color: #adafaf;
    font-weight: normal;
    margin-top: 13px;
}

.basket-box {
    background: none;
    font-size: 0;
    line-height: 0;
    padding: 0 0 0 45px;
    display: block;
    position: relative;
    font-family: Tahoma, sans-serif;
    text-align: left;
}

.cart-icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 18px;
    background: transparent url("../img/new-icons/cart.png") no-repeat 0 0;
}

.cart-icon__count {
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    background-color: #adafaf;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 10px;
    line-height: 18px;
    font-weight: normal;
    font-family: Tahoma, sans-serif;
    position: absolute;
    left: 16px;
    top: -3px;
}

.header--orange-theme .search-wrap {
    width: 100%;
    padding-top: 4px;
}

.header--orange-theme .search-box {
    max-width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
}


/* buy button style */
.itemDesc .addbask {
    background: #ffad01;
}

table.descr-sect .addbask_sect {
    background: #ffad01;
    font-size: 14px;
}

.block-card .bascet-card {
    background: #ffad01 !important;
    transition: background-color .25s ease;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
}

.block-card .bascet-card .bsk-text {
    font-size: 14px !important;
}

.block-card .bascet-card:hover {
    background: rgb(246, 215, 11) !important;
}

.block-list .bascet-card .img-basket {
    display: none;
}

.block-list .addbask_sect {
    justify-content: center;
    text-align: center;
    color: #fff;
    background: #ffad01 !important;
    transition: background-color .25s ease;
    font-size: 14px;
    font-weight: bold;
}

.block-list .addbask_sect:hover {
    background: rgb(246, 215, 11) !important;
}

.block-card .bascet-card {
    justify-content: center;
    text-align: center;
    color: #fff;
    background: #ffad01 !important;
    transition: background-color .25s ease;
    font-size: 14px;
}

.block-card .bascet-card:hover {
    background: rgb(246, 215, 11) !important;
}

.block-card .bascet-card .img-basket {
    display: none;
}

.itemDesc .addbask .img-basket {
    display: none;
}

.itemDesc .addbask {
    justify-content: center;
    text-align: center;
    color: #fff;
    background: #ffad01 !important;
    transition: background-color .25s ease;
    font-size: 14px;
}

.itemDesc .addbask:hover {
    background: rgb(246, 215, 11) !important;
}

.itemDesc .addbask span.bsk-text {
    float: none;
    display: inline-block;
    font-size: 14px;
}

.addbask_sect span.img-basket {
    display: none;
}

table.descr-sect .addbask_sect {
    color: #fff;
    text-align: center;
    transition: background-color .25s ease;
}

table.descr-sect .addbask_sect span.bsk-text {
    float: none;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}