/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/
/* Examples (uncomment to use):*/
/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */
/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }
/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
/*black_border_button*/
.btn.btn-default {
    background-color: #c29c69;
    border-color: #000000;
    color: #ffffff;
}
/*white_black_border_button*/
.btn.btn-default.white.white-border:not(:hover) {
    color: #333!important;
    border: 1px solid #000;
    background: #fff;
}
.logo-row .logo {
    display: inline-block;
    position: relative;
    height: 82px;
    max-width: 220px;
    line-height: 84px;
    z-index: 10;
}
/*red_dot_order */
.item-stock .value {
    color: #c29c69;
}
.item-stock .icon {
    width: 5px;
    height: 5px;
    background: #c29c69;
    margin: 6px 8px 0 0;
    border-radius: 100%;
}
#mobileheader .logo, #mobileheader .logo svg {
    max-width: 150px;
}


.counter_wrapp .counter_pack_block {
    margin: 0;
    position: relative;
}
.counter_pack_block.md, .counter_pack_block.md input[type=text] {
    height: 48px;
}
.counter_pack_block:not(.big) {
    height: 40px;
    width: 100%;
}
.counter_pack_block {
    box-sizing: border-box;
    border: 1px solid #eee;
    background: #fafafa;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.counter_pack_block {
    white-space: nowrap;
}




.counter_pack_block .minus:not(.big), .counter_pack_block:not(.big) .plus {
    width: 30px;
}

.product-container .counter_pack_block .minus {
    left: 10px;
}
.counter_pack_block .minus {
    left: 0;
}
.counter_pack_block .minus, .counter_pack_block .plus {
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto;
    cursor: pointer;
}
.colored:hover, .dark-color:not(.active) {
    color: #333;
}

.counter_pack_block>span:not(:hover) .svg {
    opacity: .5;
}
.counter_pack_block>span .svg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -6px;
    width: 11px;
    height: 11px;
    line-height: 12px;
}

.counter_pack_block>span .svg svg {
    display: inline-block;
    vertical-align: middle;
}

.counter_pack_block.md, .counter_pack_block.md input[type=text] {
    height: 48px;
}
.counter_pack_block:not(.big) input[type=text] {
    height: 40px;
}
.counter_pack_block input[type=text] {
    width: 47px;
    border: 0;
    background: 0 0;
    color: #333;
    font-size: 13px;
    border-radius: 0;
    text-align: center;
    line-height: 13px;
    padding: 7px 3px 7px;
}

.counter_pack_block .minus:not(.big), .counter_pack_block:not(.big) .plus {
    width: 30px;
}
.product-container .counter_pack_block .plus {
    right: 10px;
}
.counter_pack_block .plus {
    right: 0;
}
.counter_pack_block .minus, .counter_pack_block .plus {
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto;
    cursor: pointer;
}

.big.pack + .title + .big + .button_block,
.counter_block_inner + .counter_block_inner + .button_block {
    width: 100%;
}

.counter_pack_block.big {
    height: 56px;
    width: 100%;
}

.counter_pack_block.big .minus, .counter_pack_block.big .plus {
    width: 50px;
}
.counter_pack_block .minus:not(.big), .counter_pack_block:not(.big) .plus {
    width: 30px;
}

.counter_pack_block.big input[type=text] {
    height: 54px;
}

.counter_block_inner{
    display: flex;
    flex-wrap: wrap;
}

.counter_block_inner .title,
.counter_wrapp.rounded3 .title{
    font-size: 12px;
    width: 100%;
    background: #fff;
}

body .product-container .text-form .text-form-info.eye-show{
    padding-left: 0;
}

.online-view-button__wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 1.2rem;
    gap: 1.2rem;
    border-radius: .8rem;
    padding: 24px 15px;
    background-color: #f5f5f6;
    margin: 0 -10px;
    cursor: pointer;
}

.online-view-button__text{
    text-align: left;
}

.online-view-button__title{
    font-weight: bold;
}

.online-view__live{
    display: flex;
    flex: 0;
    min-width: 66px;
    min-height: 66px;
    padding: .4rem;
    justify-content: center;
    align-items: center;
    border-radius: .8rem;
    background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.7));
}

.online-view-button__live-text{
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    grid-gap: .4rem;
    gap: .4rem;
    align-items: center;
    justify-content: space-between;
}

.online-view-button__live-text::before {
    content: "";
    display: block;
    width: .7rem;
    height: .7rem;
    border-radius: 50%;
    background-color: red;
}

.online-view__live:hover .online-view-button__live-text::before {
    animation: blick 1.3s ease-in-out infinite;
}

@keyframes blick {
    10% { background-color: #32df14; }
    60% { background-color: red; }
}