﻿.red {
    color: #f44844 !important;
}
.blue {
    color: #5c9cdc !important;
}
.yellow {
    color: #ffde5a !important;
}
.green {
    color: #148559 !important;
}
.orange {
    color: #ff9610 !important;
}
.tar {
    text-align: right;
}
.mt10 {
    margin-top: 10px;
}
.mb10 {
    margin-bottom: 10px;
}
.ml0{
    margin-left: 0px;
}
.mr0{
    margin-right: 0px;
}

.main-nav .menu > li > a {
    font-size: 1.4rem;
}
.product-page-header {
    margin-bottom: 0px;
}
section.product-section{
    margin-top:0px !important;
}
.post-image{
    min-height:60px;
}
.post-content a {
    color: #08C;
    text-decoration: none;
    font-weight: bold;
}
.post-content a:hover {
    text-decoration: none;
}
.product-top10 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.alternative-font {
    color: #000;
    font-weight: bold;
    font-size: 26px;
}
.thumb-info-type .alternative-font{ 
    color: #fff;
}
.post-info a{
    font-weight:bold;
}
.product-default{
    background-color: #fff;
}
.product-default figure > a:first-child {
    width: inherit;
    height: inherit;
}
.product-default figure {
    height: 280px;
    padding: 20px;
}
.product-single-image {
    max-height: 500px;
    display: block;
    margin: auto;
}
.product-default .product-action a.btn-icon-wish, .product-default:hover .product-action a.btn-icon-wish {
    left: 0px;
    opacity: 1;
}
.product-default .product-type-simple{
    margin-left: 40px;
}
.pm-price, .pm-logo {
    font-size: inherit.8rem;
}
.pm-logo {
    padding-top: 10px;
}

.pm-price {
    padding-top:16px;
    text-align: center;
}

.product-desc-content .ytVideo {
    width:100%;
    height: 580px;
}

.owl-item:has(.product-item) img {
    width: inherit;
    max-width: 380px;
}
a.selected {
    color: #08C !important;
    font-weight : bold !important;
}
.social-icon.social-pinterest {
    background-color: #E60023;
}
.brand-box {
    display: flex;
    justify-content: flex-end;
}
.feature-box h3 {
    color: #08C;
}
.feature-box img {
    display: inline-block;
    margin-bottom: 20px;
}

.flistscroll {
    overflow-y: scroll;
    max-height: 255px;
}
#facettype_3 {
    max-height: 150px;
}
.flistscroll::-webkit-scrollbar {
    -webkit-appearance: none
}

        .flistscroll::-webkit-scrollbar:vertical {
            width: 12px
        }

    .flistscroll::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background-color: #08C;
        border: 1px solid #eee
    }

.FilterSearch {
    position: relative;
    background: #fff;
    border: 1px solid #dcdde3;
    display: block;
    width: 100%;
    height: 34px;
    margin-bottom: 5px;
    margin-top: 5px
}

div.FilterSearch input {
    background: none;
    border: none;
    padding: 0 34px 0 10px;
    width: 100%;
    height: 34px;
    display: block;
    line-height: 34px;
    font-size: 14px
}

div.FilterSearch i {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    line-height: 34px;
    color: #a6a6a6;
    text-align: center
}
.pagecontent h1, .pagecontent h2, .pagecontent h3, .pagecontent h4
{
    font-size: 1.8rem;
    text-transform:uppercase;
}

.pagecontent a{
    font-weight: bold;
}
.select-custom-sort {
    margin-bottom: 0rem;
    display: flex;
    position: static;
    margin-right: 0;
    margin-top: 0;
    padding: 0 8px 0 8px;
    align-items: center;
    width: auto;
    height: 34px;
    text-transform: uppercase;
    line-height: 36px;
    color: inherit;
    border: 1px solid #dfdfdf;
    background: #fff;
    cursor: pointer
}
.select-custom-sort .sort-selected{
    margin-left: 5px;
}

.select-custom-sort .fas {
    font-size: 1.8rem;
}

ul.custom-sort li.active {
    background-color: #0088cc;
}

    ul.custom-sort li.active a {
        color: #fff;
    }

#woty-badge{
    position:absolute;
    top:10px;
    right:80px;
    height:128px;
    width:128px;
}

@media (min-width: 992px) {
    img.logo-mobile, .toolbox-search {
        display: none;
    }
    .product-single-gallery {
        min-height: 500px;
    }
    nav.toolbox {
        border-bottom: 1px solid #e7e7e7;
        margin-bottom :16px;
    }
}
@media (max-width: 991px) {
    img.logo-site {
        display: none;
    }
    #woty-badge {
        top: -20px;
        right: 48px;
        height: 96px;
        width: 96px;
    }
    .product-desc-content .ytVideo {
        width: 100%;
        height: 520px;
    }
}
@media (max-width: 480px) {
    .select-custom-sort .sort-selected {
        display: none;
    }
    .product-desc-content .ytVideo {
        width: 100%;
        height: 280px;
    }

}