::-webkit-scrollbar {
  width: 6px;
  background: #070707;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #C0FF00;
  border-radius: 10px;
}
::selection {
    background: #C0FF00;
    color: #070707;
}

.js-store-load-more-btn.t-store__load-more-btn.t-btn.t-btn_xs{
    border-radius: 22px !important;
    font-size: 14px !important;
    text-align: center;
}
.t-search-widget__clear-icon{
    background: #070707 !important;
}
.t706__cartwin-content {
     background: #070707 !important;
     border-radius: 12px;
}

.t706__product-amount {
    color: #C0FF00 !important;
}

.t706__cartwin-prodamount-wrap {
    color: #C0FF00 !important;
}
.t706__product-title {
    color: #C0FF00 !important;
}

.t706__product-quantity {
    color: #FFFFFF !important;
}
.t706__product-plus,
.t706__product-minus,
.t706__product-del {
    opacity: 1!important;
}
.t706__product-plus img,
.t706__product-minus img,
.t706__product-del img{
    display: none;
}
.t706__product-plus:before,
.t706__product-minus:before,
.t706__product-del:before {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 3px;
}
.t706__product-del:before {
    width: 20px;
    height: 20px;
    top: 2px;
}
.t706__product-plus:before {
    background-image: url('https://static.tildacdn.com/tild6362-6265-4834-b666-396138393730/arrows_circle_plus.svg');
    background-position: 50% 50%;
}
.t706__product-minus:before {
    background-image: url('https://static.tildacdn.com/tild6666-3766-4133-b366-326433636366/arrows_circle_minus.svg');
    background-position: 50% 50%;
}
.t706__product-del:before {
    background-image: url('https://static.tildacdn.com/tild3931-3738-4665-b237-343631326462/arrows_circle_remove.svg');
    background-position: 50% 50%;
}
.t706__cartwin-top {
    border-bottom: 1px solid #C0FF00;
}
.t706__cartwin-bottom {
    border-top: 1px solid #C0FF00;
}
.t706__product-quantity:hover,
.t706__product-quantity_editing:hover {
    border: 1px solid rgba(192, 255, 0,0.7) !important;
}
.t-search-widget__popup,
.t985__widgetheader,
.t-search-widget__header,
.t-search-widget__header_popup-opened {
   background: #070707 !important;
}
.t-zoomer__container {
    background-color: #070707 !important;
}
.t-store__card__bgimg,
.t-store__card__bgimg_hover,
.t-bgimg loaded {
    border-radius: 22px !important;
}

.t-slds__main,
.t-slds__container,
.tn-atom__slds-img,
.t-bgimg loaded {
    border-radius: 22px !important;
}