/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/
/*Custom css for PM dashboard*/
.page-id-163 .fixed {
    position: inherit;
}
.tags-title a {
    font-size: 14px !important;
}

/*Mobile sign in css */
.mobile-sign {
    border-color: #222 !important;
    color: #222 !important;
}
.tabs-slider .bb-tabs__title {
    display: none;
}

.tabs-slider .slick-current span.bb-tabs__nav-title {
    background-color: #444;
    color: #fff !important;
}

.tabs-slider .bb-tabs__nav.flex {
    margin-bottom: 10px;
}
.buy-slider h5.fg-item-title {
    font-size: 18px;
    color: #000;
    background-color: #f1f2f9;
    padding: 20px 20px;
    margin: 0;
}
.buy-slider button.slick-next.slick-arrow {
    right: 4px;
    left: auto;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.buy-slider button.slick-arrow {
    font-size: 0;
    border-radius: 0;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    background-size: contain;
 }
 .buy-slider img {
    height: 300PX;
    object-fit: cover;
    width: 100%;
}
.buy-slider {
    margin-bottom: 30px;
}