.header{
    background-image: url('https://www.streetware.gr/skin/frontend/tv_arion_package/tv_arion1_streetware/images/top_image_header.jpg');
    background-size:cover;
    background-position: center center;
}

.header a.logo{
    padding: 28px 0 36px;
}

#cookienotice-gdpr{
    z-index: 9999;
}

.featuredproduct .products-grid li.item .box-images{
    padding: 10px 19px 0;
    margin-bottom:0;
}

.featuredproduct .products-grid li.item .box-images img{
    padding: 0 0 10px;
}
/*@media only screen and (max-width: 1199px) and (min-width: 992px){*/
/*    .searchautocomplete{*/
/*        margin-top: 93px !important;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 992px) and (min-width: 768px){*/
/*    .searchautocomplete{*/
/*        margin-top: 80px !important;*/
/*    }*/
/*}*/

@media only screen and (max-width: 992px){
    .connect a:last-child{
        display: inline-block !important;
    }
    .mini_cart_ajax:hover .top-cart-content{
        display: none;
    }
    .cart .crosssell{
        order: 3;
        margin-top: 30px;
    }
}

.nav-vcontainer .nav_vmegamenu div.megamenu .level-top a:hover,.nav-vcontainer .nav_vmegamenu div.megamenu.active .level-top a{
    font-weight:600;
}


.catalog-product-view .product-pricing {
  display: none;
}

.discount-percentage {
    background-color: red;
}


.container .nav_vmegamenu div.megamenu .level-top a:before{
    display: none;
}

.nav_vmegamenu div.megamenu .level-top a{
    display: flex;
    align-items: center;
    padding: 12px 10px 12px 15px;
}

.nav_vmegamenu div.megamenu .level-top a .category-image{
    width: 30px;
    margin-right: 10px;
    margin-bottom: auto;
}

.nav_vmegamenu div.megamenu .level-top a, .nav_vmegamenu div.megamenu .level-top span.block-title{
    font-size: 17px;
}

.nav_vmegamenu div.megamenu .level-top a .category-image img{
    width: 100%;
}

.banner_content_home1 .slider .bx-controls{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.banner_content_home1 .slider .bx-controls .bx-pager:before{
    display: none;
}

.banner_content_home1 .slider .bx-controls .bx-pager-item{
    background: none;
}

.banner_content_home1 .slider .bx-wrapper .bx-pager.bx-default-pager a{
    width: 10px;
    height: 10px;
}

.banner_content_home1 .slider .bx-wrapper .bx-pager.bx-default-pager a.active,
.banner_content_home1 .slider .bx-wrapper .bx-pager.bx-default-pager a:hover{
    background: #ffd224;
}

.banner_content_home1 .slider .bx-wrapper{
    position: relative;
}

.customer-account-create .form-list.company li.control{
    margin: 0;
}

.customer-account-create #company_fields{
    margin-top: 20px;
}

.customer-account-create .form-list li.control input#wants_b2b{
    top: 1px;
}

.page {
    position: relative;
}
.snowflake {
    --size: 1vw;
    width: var(--size);
    height: var(--size);
    background: white;
    border-radius: 50%;
    position: fixed;
    top: -5vh;
    z-index: 99999;
    box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.34);
}
@keyframes snowfall {
    0% {
        transform: translate3d(var(--left-ini), 0, 0);
    }
    100% {
        transform: translate3d(var(--left-end), 110vh, 0);
    }
}
.snowflake:nth-child(1) {
    --size: 3px;
    --left-ini: 1vw;
    --left-end: -6vw;
    left: 27vw;
    animation: snowfall 7s linear infinite;
    animation-delay: -3s;
}
.snowflake:nth-child(2) {
    --size: 9px;
    --left-ini: -2vw;
    --left-end: 5vw;
    left: 19vw;
    animation: snowfall 6s linear infinite;
    animation-delay: -8s;
}
.snowflake:nth-child(3) {
    --size: 15px;
    --left-ini: -2vw;
    --left-end: -4vw;
    left: 82vw;
    animation: snowfall 10s linear infinite;
    animation-delay: -2s;
}
.snowflake:nth-child(4) {
    --size: 15px;
    --left-ini: -1vw;
    --left-end: -5vw;
    left: 42vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -5s;
}
.snowflake:nth-child(5) {
    --size: 15px;
    --left-ini: 0vw;
    --left-end: 6vw;
    left: 14vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -5s;
}
.snowflake:nth-child(6) {
    --size: 9px;
    --left-ini: 7vw;
    --left-end: 0vw;
    left: 90vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -5s;
}
.snowflake:nth-child(7) {
    --size: 9px;
    --left-ini: -4vw;
    --left-end: -4vw;
    left: 22vw;
    animation: snowfall 11s linear infinite;
    animation-delay: -8s;
}
.snowflake:nth-child(8) {
    --size: 9px;
    --left-ini: -7vw;
    --left-end: 3vw;
    left: 72vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -7s;
}
.snowflake:nth-child(9) {
    --size: 6px;
    --left-ini: 0vw;
    --left-end: 10vw;
    left: 17vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -4s;
}
.snowflake:nth-child(10) {
    --size: 15px;
    --left-ini: -9vw;
    --left-end: -6vw;
    left: 2vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -4s;
}
.snowflake:nth-child(11) {
    --size: 6px;
    --left-ini: -1vw;
    --left-end: -4vw;
    left: 82vw;
    animation: snowfall 11s linear infinite;
    animation-delay: -7s;
}
.snowflake:nth-child(12) {
    --size: 9px;
    --left-ini: 6vw;
    --left-end: 3vw;
    left: 66vw;
    animation: snowfall 7s linear infinite;
    animation-delay: -2s;
}
.snowflake:nth-child(13) {
    --size: 3px;
    --left-ini: -6vw;
    --left-end: 4vw;
    left: 72vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -3s;
}
.snowflake:nth-child(14) {
    --size: 6px;
    --left-ini: 1vw;
    --left-end: 4vw;
    left: 3vw;
    animation: snowfall 14s linear infinite;
    animation-delay: -2s;
}
.snowflake:nth-child(15) {
    --size: 9px;
    --left-ini: -5vw;
    --left-end: -8vw;
    left: 95vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -9s;
}
.snowflake:nth-child(16) {
    --size: 9px;
    --left-ini: 0vw;
    --left-end: -4vw;
    left: 73vw;
    animation: snowfall 11s linear infinite;
    animation-delay: -5s;
}
.snowflake:nth-child(17) {
    --size: 3px;
    --left-ini: 8vw;
    --left-end: 10vw;
    left: 91vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -3s;
}
.snowflake:nth-child(18) {
    --size: 3px;
    --left-ini: 10vw;
    --left-end: -4vw;
    left: 43vw;
    animation: snowfall 6s linear infinite;
    animation-delay: -9s;
}
.snowflake:nth-child(19) {
    --size: 12px;
    --left-ini: -6vw;
    --left-end: 5vw;
    left: 38vw;
    animation: snowfall 6s linear infinite;
    animation-delay: -7s;
}
.snowflake:nth-child(20) {
    --size: 6px;
    --left-ini: -4vw;
    --left-end: 2vw;
    left: 99vw;
    animation: snowfall 10s linear infinite;
    animation-delay: -7s;
}
.snowflake:nth-child(21) {
    --size: 6px;
    --left-ini: -6vw;
    --left-end: -2vw;
    left: 59vw;
    animation: snowfall 11s linear infinite;
    animation-delay: -6s;
}
.snowflake:nth-child(22) {
    --size: 9px;
    --left-ini: -6vw;
    --left-end: -1vw;
    left: 8vw;
    animation: snowfall 6s linear infinite;
    animation-delay: -4s;
}
.snowflake:nth-child(23) {
    --size: 12px;
    --left-ini: -2vw;
    --left-end: 2vw;
    left: 69vw;
    animation: snowfall 13s linear infinite;
    animation-delay: -7s;
}
.snowflake:nth-child(24) {
    --size: 12px;
    --left-ini: -5vw;
    --left-end: -1vw;
    left: 39vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -10s;
}
.snowflake:nth-child(25) {
    --size: 9px;
    --left-ini: 0vw;
    --left-end: -9vw;
    left: 24vw;
    animation: snowfall 6s linear infinite;
    animation-delay: -9s;
}
.snowflake:nth-child(26) {
    --size: 3px;
    --left-ini: -7vw;
    --left-end: 3vw;
    left: 50vw;
    animation: snowfall 13s linear infinite;
    animation-delay: -2s;
}
.snowflake:nth-child(27) {
    --size: 9px;
    --left-ini: -7vw;
    --left-end: 8vw;
    left: 1vw;
    animation: snowfall 14s linear infinite;
    animation-delay: -5s;
}
.snowflake:nth-child(28) {
    --size: 12px;
    --left-ini: -8vw;
    --left-end: 10vw;
    left: 85vw;
    animation: snowfall 6s linear infinite;
    animation-delay: -6s;
}
.snowflake:nth-child(29) {
    --size: 3px;
    --left-ini: 7vw;
    --left-end: 10vw;
    left: 72vw;
    animation: snowfall 11s linear infinite;
    animation-delay: -6s;
}
.snowflake:nth-child(30) {
    --size: 3px;
    --left-ini: -7vw;
    --left-end: 8vw;
    left: 3vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -5s;
}
.snowflake:nth-child(31) {
    --size: 9px;
    --left-ini: 10vw;
    --left-end: -8vw;
    left: 80vw;
    animation: snowfall 14s linear infinite;
    animation-delay: -2s;
}
.snowflake:nth-child(32) {
    --size: 15px;
    --left-ini: -5vw;
    --left-end: -3vw;
    left: 34vw;
    animation: snowfall 6s linear infinite;
    animation-delay: -10s;
}
.snowflake:nth-child(33) {
    --size: 9px;
    --left-ini: 6vw;
    --left-end: 0vw;
    left: 1vw;
    animation: snowfall 13s linear infinite;
    animation-delay: -3s;
}
.snowflake:nth-child(34) {
    --size: 6px;
    --left-ini: 1vw;
    --left-end: -2vw;
    left: 96vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -1s;
}
.snowflake:nth-child(35) {
    --size: 6px;
    --left-ini: -4vw;
    --left-end: 7vw;
    left: 18vw;
    animation: snowfall 10s linear infinite;
    animation-delay: -5s;
}
.snowflake:nth-child(36) {
    --size: 15px;
    --left-ini: 4vw;
    --left-end: -1vw;
    left: 65vw;
    animation: snowfall 13s linear infinite;
    animation-delay: -4s;
}
.snowflake:nth-child(37) {
    --size: 9px;
    --left-ini: -4vw;
    --left-end: -4vw;
    left: 25vw;
    animation: snowfall 7s linear infinite;
    animation-delay: -2s;
}
.snowflake:nth-child(38) {
    --size: 12px;
    --left-ini: 8vw;
    --left-end: -4vw;
    left: 73vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -9s;
}
.snowflake:nth-child(39) {
    --size: 6px;
    --left-ini: 5vw;
    --left-end: 3vw;
    left: 74vw;
    animation: snowfall 13s linear infinite;
    animation-delay: -8s;
}
.snowflake:nth-child(40) {
    --size: 6px;
    --left-ini: 10vw;
    --left-end: 10vw;
    left: 53vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -9s;
}
.snowflake:nth-child(41) {
    --size: 3px;
    --left-ini: -7vw;
    --left-end: -3vw;
    left: 32vw;
    animation: snowfall 10s linear infinite;
    animation-delay: -6s;
}
.snowflake:nth-child(42) {
    --size: 6px;
    --left-ini: 7vw;
    --left-end: 5vw;
    left: 94vw;
    animation: snowfall 14s linear infinite;
    animation-delay: -2s;
}
.snowflake:nth-child(43) {
    --size: 9px;
    --left-ini: -3vw;
    --left-end: -4vw;
    left: 63vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -9s;
}
.snowflake:nth-child(44) {
    --size: 6px;
    --left-ini: -5vw;
    --left-end: 9vw;
    left: 36vw;
    animation: snowfall 9s linear infinite;
    animation-delay: -7s;
}
.snowflake:nth-child(45) {
    --size: 15px;
    --left-ini: 3vw;
    --left-end: 5vw;
    left: 37vw;
    animation: snowfall 8s linear infinite;
    animation-delay: -2s;
}
.snowflake:nth-child(46) {
    --size: 9px;
    --left-ini: 8vw;
    --left-end: -3vw;
    left: 27vw;
    animation: snowfall 14s linear infinite;
    animation-delay: -8s;
}
.snowflake:nth-child(47) {
    --size: 3px;
    --left-ini: 7vw;
    --left-end: -3vw;
    left: 94vw;
    animation: snowfall 12s linear infinite;
    animation-delay: -8s;
}
.snowflake:nth-child(48) {
    --size: 15px;
    --left-ini: -6vw;
    --left-end: -9vw;
    left: 99vw;
    animation: snowfall 6s linear infinite;
    animation-delay: -9s;
}
.snowflake:nth-child(49) {
    --size: 6px;
    --left-ini: 0vw;
    --left-end: 10vw;
    left: 45vw;
    animation: snowfall 15s linear infinite;
    animation-delay: -8s;
}
.snowflake:nth-child(50) {
    --size: 6px;
    --left-ini: 3vw;
    --left-end: -9vw;
    left: 82vw;
    animation: snowfall 14s linear infinite;
    animation-delay: -10s;
}
.snowflake:nth-child(6n) {
    filter: blur(1px);
}


/*.searchautocomplete{*/
/*    margin-top: 100px;*/
/*}*/

.checkout-onepage-index button.button > span{
    background: #000;
}

.checkout-onepage-index button.button > span > span{
    color: #fff;
}

.checkout-onepage-index button.button:hover > span > span{
    color: #000;
}

.opc .step-title h2{
    font: bold 16px/35px Arial, Helvetica, sans-serif;
}

.checkout-onepage-index .form-list label{
    font-size: 16px;
    font-weight: 600;
}

#checkoutSteps input.radio{
    margin: 6px 5px 0 0;
}

.checkout-onepage-index .sp-methods label{
    font-size: 16px;
    font-weight: 600;
}

.checkout-onepage-index .sp-methods dd li{
    display: flex;
    flex-wrap: wrap;
}

.checkout-onepage-index .sp-methods dd li label{
    flex: 1;
}

.checkout-onepage-index .biling_credit_cards img{
    margin-left: 5px;
}

.product-view .bx-wrapper .bx-controls-direction a {
    width: inherit;
    /*height: 26px;*/
    /*font-size: 0;*/
    line-height: 30px;
}

.banner_content_home1 {
    margin-bottom: 0;
}

.cms-index-index .images-thum {
    margin: 30px 0;
}

button.button span {
    background: #ffd224;
}

#shopping-cart-totals-table tr td:first-child {
    text-align: left !important;
}

@media (min-width: 768px) {
    .closemenu svg {
        display: none;
    }
}

@media (max-width: 767px) {
    .top-menu > .container,
    .header-quick-access .container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .header .welcome-msg1 span:first-child {
        background: #ffd224;
    }

    .wlc-mobile span:last-child {
        vertical-align: middle;
        color: black;
    }

    .header {
        background: #ffd224;
    }

    .top-menu .menu-cart {
        position: inherit;
    }

    .header-cart-mini {
        position: absolute !important;
        top: 2px;
        right: 50px;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .mini_cart_ajax {
        padding: 5px 10px !important;
    }

    .header-quick-access {
        background: transparent;
        border-bottom: 1px solid;
    }

    .shopping-cart .cart-title {
        display: none !important;
    }

    .header-toplinks {
        right: 106px;
    }

    .navbar {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9999;
        min-height: 45px !important;
        width: 45px;
        height: 45px;
        background: #222 !important;
    }

    .navbar-inner {
        background: none !important;
    }

    .navbar-brand {
        display: none;
    }

    .navbar .btn-navbar {
        margin: 0 !important;
        margin-top: 5px !important;
    }

    .navbar-toggle {
        background: #222;
        float: none;
    }

    #nav-mobilemenu {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        background: white;
        overflow: scroll;
    }

    .closemenu > a {
        text-align: right;
        display: flex;
        justify-content: right;
    }

    .closemenu svg {
        width: 20px;
    }

    .header .header-toplinks {
        background: none;
        padding: 0;
        position: absolute;
    }

    .header-toplinks:before {
        content: "\f007";
        font-family: FontAwesome;
        font-size: 35px;
        padding: 0;
        color: black;
    }
}
.subcategory-item {
    background-color: white;
}

.onepagecheckout-index-index .product-name,
.onepagecheckout-index-index a:hover, a:focus,
.onepagecheckout-index-index .grant-total-price h3 {
    color: #ffd220;
}

.onepagecheckout_datafields .op_block_title {
    /*color: #ffd220;*/
    /*font-weight: bold;*/
}

.onepagecheckout_datafields .col-1 .form_fields input.t1,
.onepagecheckout_datafields .col-1 .form_fields div.full input.t1,
select,
#coupon-code {
    border: 1px solid #ffd220;
}

#coupon-apply > span,
.op_login_area button.button {
    background: #ffd224;
}

#onepagecheckout_orderform button.btn-checkout {
    background: black;
    color: #ffd224;
    height: 40px !important;
}

#onepagecheckout_orderform button.btn-checkout {
    position: relative;
    overflow: hidden;
}

#onepagecheckout_orderform button.btn-checkout:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    opacity: 0;
    transform: translate(-100%, -100%) rotate(-45deg);
    animation: move 1.5s infinite linear 0s;
}

#onepagecheckout_orderform button.btn-checkout:before {
    opacity: 1;
}

@keyframes move {
    0% {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    100% {
        transform: translate(50%, 50%) rotate(-45deg);
    }
}
