/*
Theme Name: MISBITS RECORD SHOP
Theme URI: https://misbits.ro/
Description: Wordpress Theme for MISBITS RECORD SHOP website
Author: Dots N' Bits
Author URI: http://www.dotsnbits.com/
Version: 99.99
*/

body {
    font-size: 16px;
    line-height: 26px;
    color: #505050;
    font-family: 'SpaceMono-Regular';
}

.big-container {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    overflow-x: hidden;
}

* {
    outline: none;
}

ul {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
}

address {
    font-style: normal;
}

.cta, .sameday_select_locker{
    display: block;
    background: #ff2769;
    min-width: 300px;
    height: 70px;
    border: none;
    cursor: pointer;
    padding: 0 70px;
    font-size: 18px;
    line-height: 70px;
    color: #fff;
    font-family: 'SpaceMono-Bold';
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 0px 10px 10px 10px;
    -moz-border-radius: 0px 10px 10px 10px;
    -webkit-border-radius: 0px 10px 10px 10px;
    margin: 0 auto;
}

.cta.yellow{
    background-color: #feea5e;
    color: #453f3f;
}

.cta.yellow:hover{
    color:#fff;
}

.cta:hover, .sameday_select_locker:hover, .cta.yellow:hover {
    background: #3b67e2;
}

.cta img {
    margin: 5px 0 0 5px;
    transition: all 0.3s ease;
}

.cta:hover img {
    transform: translateX(10px);
}

.cta.woocommerce-form-register__submit {
    background: #3b67e2;
}

.cta.woocommerce-form-register__submit:hover {
    background: #e63e3d;
}

a {
    text-decoration: none;
    color:inherit;
}

.bloger a, .category-blog a {
    text-decoration: none;
    color: #FF2769;
}

p {
    margin: 0;
}

.main-body.home {
    background: #fbf5f3;
}

.content.home-content {
    position: relative;
    padding-top: 120px;
    padding-bottom: 160px;
}

/*
.main-body.home {
    padding: 0;
}
*/

.content {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}

.site-content {
    padding-top: 55px;
    padding-bottom: 55px;
}

/*
.content.main-content {
    padding-top: 55px;
    padding-bottom: 55px;
}
*/

.content.payment-content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.content.footer-content {
    padding-top: 60px;
    padding-bottom: 60px;
}

.content.home-content {
    position: relative;
    padding-top: 120px;
    padding-bottom: 160px;
}

.heading {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: Rubik Medium, sans-serif;
    color: #453f3f;
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
}

.paragraph {
    margin-bottom: 50px;
    color: #525252;
    font-size: 18px;
    line-height: 28px;
}

.filter-sort {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.small-button {
    width: 94px;
    height: 30px;
    padding: 0px 15px 0px 0px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #f0e0cd;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #000;
    line-height: 30px;
    text-align: right;
}

.small-button:hover {
    background-color: #000;
    color: #f0e0cd;
}

.small-button.filter {
    background-image: url('../images/filter.png');
    background-position: 15px 50%;
    background-repeat: no-repeat;
}

.small-button.sort {
    background-image: url('../images/sort.png');
    background-position: 15px 50%;
    background-repeat: no-repeat;
}


/* ----- Start Header ----- */

.menu_trigger {
    box-sizing: border-box;
    width: 30px;
    height: 22px;
    position: relative;
    margin: 0;
    display: none;
}

.top-header {
    background: #000;
    padding: 0 20px;
}

.top-header-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

ul.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

ul.tabs li {
  background: #585353;
    padding: 25px 20px;
    margin: 0 0.5px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
}

ul.tabs li.active {
    background: #302c2c;
}

.shop-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.shop-icons li {
    margin: 0 0 0 25px;
    transition: all 0.3s ease;
}

.shop-icons li:hover {
    transform: translate(0, -5px);
}

.shop-icons a{position:relative;}
.shop-icons span{position: absolute;color: #fff;font-size: 12px;top: -5px;}

.top-header-right {
    width:50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.search-form {
    max-width: 490px;
    width: 100%;
}

.search-input {
    height: 40px;
    border: none;
    border-radius: 20px;
    text-indent: 20px;
    padding: 0 50px 0 0;
    width: calc(100% - 10px);
}

.search-input:focus + .search-btn {
    background: #f0e0cd;
}

.search-btn {
    margin: 0 0 0 -48px;
    border-radius: 20px;
    height: 40px;
    width: 40px;
    background: #fff;
    transition: all 0.2s ease;
}

.search-btn img {
    margin: -3px 0 0 0;
}

.btm-header {
    background: #f4e8da;
    padding: 0 20px;
}

.tab_drawer_heading {
    display: none;
}

.tab_content a.selected {
    text-decoration: underline;
}

.tab_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.tab_content a {
    font-size: 12px;
    line-height: 15px;
    color: #000;
    text-transform: uppercase;
    padding: 20px;
    display: block;
}

.tab_content a:first-of-type {
    padding-left: 0;
}

.tab_content a.sale-link {
    background: #feea5e;
}

.tab_content a:hover {
    text-decoration: underline;
}


/* ----- End Header ----- */

.product-holder > .onsale {position: absolute !important; z-index: 9; margin-top: 10px; margin-left: 10px;}
.zoomContainer {display: none !important;}
.woocommerce-product-gallery {width: 45%; max-width: 630px;opacity:1!important;}
.zoomWrapper {width: 100% !important; position: relative; overflow: hidden;}
.zoomWrapper img {position: absolute; width: 100% !important; height: auto !important; cursor: default !important;}
#wpb_wiz_gallery {margin-top: 20px; display: flex; gap: 20px;}
.woocommerce-product-gallery__image img {max-width: 100% !important; height: auto !important; width: 100% !important;}
html .woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__wrapper #wpb_wiz_gallery .woocommerce-product-gallery__image {
    width: 25%; max-width: 100px;
}


/* ----- Start Home ----- */


.content.home-content img.home-arrow {
    position: absolute;
    left: 50%;
    bottom: -41px;
    margin: 0 0 0 -167px;
}

.content.home-content img.circle-disc {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    border-radius: 50%;
    max-width: 550px;
    max-height: 90%;
    width: auto;
}


.content.home-content img.home-arrow {
    position: absolute;
    left: 50%;
    bottom: -41px;
    margin: 0 0 0 -167px;
}

.content.home-content img.circle-disc {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
}

.home-holder {
    position: relative;
    z-index: 100;
}

.home-product .buy-now {
    margin: 30px 0 0 20px;
}

.home-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

p.deck-of-day {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    font-family: 'Rubik Medium';
    color: #453f3f;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 0 35px 0;
}

p.deck-of-day::after {
    content: "";
    display: block;
    background: #feea5e;
    height: 10px;
    margin: -13px 0 0 0;
}


/* ----- End Home ----- */


/* ----- Start Category ----- */

.category-holder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 30px;
}

.category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    max-width: 320px;
    width: 100%;
    text-decoration: none;
}

.category:hover img.disc {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    left: 30px;
}

.category:hover .cover {
    border-radius: 0;
    -webkit-box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.category .cover {
    display: block;
    max-width: 157px;
    width: 100%;
    height: 157px;
    background: #f0e0cd;
    position: relative;
    border-radius: 50%;
    transition: all 0.2s ease;
    /*
    -webkit-box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.1);
*/
}

.category .cover img {
    position: absolute;
    z-index: -1;
    top: 50%;
    margin: -75px 0 0 0;
    left: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.category p.author {
    font-size: 14px;
    line-height: 24px;
    color: #919191;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.category p.disc-name {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    font-family: 'Rubik Medium';
    font-weight: 500;
    margin: 0 0 15px 0;
}

.category p.year {
    font-size: 14px;
    line-height: 24px;
    color: #919191;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.category p.price {
    font-size: 18px;
    line-height: 25px;
    color: #3b67e2;
    font-family: 'SpaceMono-Bold';
    text-align: right;
    padding: 0 10px 25px 0;
    background: url(assets/images/product-arrow.png) no-repeat bottom right 10px;
}

.category p.price sup {
    color: #969696;
}

.category .category-text {
    position: relative;
    width: calc(100% - 170px);
}

.category .category-bottom {
    transition: opacity 0.5s linear;
    transform: translate(0);
    opacity: 0;
    position: absolute;
    top: 30%;
    right: 0;
}

.category:hover .category-bottom {
    opacity: 1;
}

.category:hover .category-top {
    transition: opacity 0.3s linear;
    transform: translate(0);
    opacity: 0;
}

.pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    margin: 70px auto 0;
}

.pagination.artists_albels {
    overflow-x: auto;
}

.pagination a {
    margin: 0 5px;
    transition: all 0.3s ease;
    display: inline-block;
    background: #f7f7f7;
    font-size: 12px;
    line-height: 30px;
    color: #000;
    text-align: center;
    border-radius: 4px 4px 4px 0px;
    -moz-border-radius: 4px 4px 4px 0px;
    -webkit-border-radius: 4px 4px 4px 0px;
}

.pagination a:hover {
    background: #f0e0cd;
}

.pagination a.next,
.pagination a.prev {
    width: 74px !important;
    height: 30px !important;
}

.pagination a.page-numbers {
    min-width: 30px;
    height: 30px;
}

.pagination .current {
    background: #f0e0cd;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    transition: all 0.3s ease;
    display: inline-block;

    font-size: 12px;
    line-height: 30px;
    color: #000;
    text-align: center;
    border-radius: 4px 4px 4px 0px;
    -moz-border-radius: 4px 4px 4px 0px;
    -webkit-border-radius: 4px 4px 4px 0px;
}

/* ----- End Category ----- */



/* ----- Start Product ----- */

.yith-wcwl-add-button {
    margin: 20px;
}

.yith-wcwl-wishlistaddedbrowse {
    margin: 20px;
}

.yith-wcwl-wishlistexistsbrowse {
    margin: 20px;
}

.yith-wcwl-add-button .fa-heart {
    font-size: 30px;
    transition: all 0.3s ease;
}

.yith-wcwl-add-button .fa-heart:hover {
    color: #ff2769;
}

.product-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.product-holder .product-left {
    max-width: 630px;
    width: 100%;
    height: 630px;
    background: #f0e0cd;
}

.product-holder .product-right {
    width: 50%;
}

.product-holder.clothing .product .cover img {
    display: none !important;
}

.product-holder.accessories .product .cover img {
    display: none !important;
}

.product-buy {
    margin: 40px 0 0 0;
}

.product-buy-info {
    font-size: 13px;
    line-height: 23px;
    color: #999999;
    margin: 40px 0 0 0;
    position: relative;
    padding: 0 0 0 15px;
}

.product-buy-info:before {
    content: "";
    background: #ff2769;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 0;
}

.product-buy-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.product-buy-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.buy-now {
    display: block;
    background: #ff2769;
    width: 300px;
    height: 70px;
    font-size: 18px;
    line-height: 70px;
    color: #fff;
    font-family: 'SpaceMono-Bold';
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 0px 10px 10px 10px;
    -moz-border-radius: 0px 10px 10px 10px;
    -webkit-border-radius: 0px 10px 10px 10px;
}

.buy-now img {
    margin: 5px 0 0 5px;
    transition: all 0.3s ease;
}

.buy-now:hover {
    background: #3b67e2;
}

.buy-now:hover img {
    transform: translateX(10px);
}

form.cart .buy-now {
    margin: 0 30px 0 0;
}

.product-buy-btns .add-to-cart {
    margin: 0 0 0 30px;
}

.fa-heart.yith-wcwl-icon {
    cursor: pointer;
    font-size: 30px;
    transition: all 0.3s ease;
    color: #FF2769;
}

.fa-heart.yith-wcwl-icon:hover {
    color: #FF2769;
}


.product-buy-btns .add-to-cart:hover .fa-heart {
    color: #ff2769;

}

.product-buy p.price {
    font-size: 18px;
    line-height: 25px;
    color: #3b67e2;
    font-family: 'SpaceMono-Bold';
}

.product-buy p.price sup {
    color: #969696;
}


/* ----- End Product ----- */



/* ----- Start Slider ----- */

p.title {
    font-size: 14px;
    line-height: 24px;
    color: #e2e4e3;
    font-family: 'Rubik Medium';
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 0 50px 0;
}

.product-section-content {
    padding: 55px 0;
}

.product-slider .slick-prev {
    background: url(assets/images/arrow-left.png) no-repeat center;
    background-size: contain;
    width: 52px;
    height: 11px;
    position: absolute;
    top: 50%;
    left: -8%;
    z-index: 999;
    font-size: 0px !important;
}

.w-inline-block.category {
    max-width: 320px !important;
    display: flex !important;
}

.product-slider .slick-next {
    background: url(assets/images/arrow-right.png) no-repeat center;
    background-size: contain;
    width: 52px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: -8%;
    z-index: 999;
    font-size: 0px !important;
    margin: -10px 0 0 0;
}

.product-slider {
    margin: 0 -10px;
}

.product-slider .slick-slide {
    margin-right: 10px;
    margin-left: 10px;
}

.product-slider .slick-active div:last-of-type .product-slide {
    margin: 50px 0 0;
}


/* ----- End Slider ----- */



/* ----- Start Blog ----- */

.entry-header .posted-on {
    display: none !important;
}

.entry-header .post-author {
    display: none !important;
}

.entry-header {
    text-align: center;
    margin: 0 0 40px 0;
}

.entry-header h1 {
    margin-top: 40px;
}

.entry-header a {
    text-decoration: underline;
}

.entry-content p {
    margin: 0 0 30px 0;
}

.entry-header a:hover {
    text-decoration: none;
}

.entry-content {
    max-width: 700px;
    margin: 0 auto;
}

.entry-content .wp-block-image {
    display: block !important;
    margin: 0 0 20px 0 !important;
}

.entry-content img {
    display: block;
    margin: 0 0 20px 0;
    width: 100%;
    height: 100%;
}

.entry-taxonomy {
    text-align: center;
}

.entry-taxonomy a {
    text-decoration: underline;
}

.entry-taxonomy a:hover {
    text-decoration: none;
}

.post-navigation {
    text-align: center;
    margin: 0 0 40px 0;
}

.post-navigation a {
    text-decoration: underline;
}

.post-navigation a:hover {
    text-decoration: none;
}

.post-navigation h2.screen-reader-text {
    margin: 20px 0;
}

.blog-content {
    padding: 55px 0;
}

.blog-holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    grid-template-areas: ". top"". btm";
}

.blog-holder .top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 20px;
    grid-template-areas: ". .";
    grid-area: top;
    justify-items: flex-start;
    align-items: center;
}

.blog-holder .btm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 20px;
    grid-template-areas: ". .";
    grid-area: btm;
    justify-items: flex-start;
    align-items: center;
}

.blog-holder .post-big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    background: #f7f7f7;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    min-height: 410px;
    padding: 0px;
}
.blog-holder .post-big div *{z-index: 5;position: relative;}
.blog-holder .post-big div{padding:20px 40px;position: relative;}
.blog-holder .post-big div:after{position:absolute;z-index: 1;top:0;left:0;width:100%;height:100%;content:'';display:block;background: rgba(255,255,255,0.5);}

.blog-holder .post-over-title {
    font-size: 12px;
    line-height: 22px;
    color: #453f3f;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog-holder .post-title {
    font-size: 22px;
    line-height: 32px;
    color: #453f3f;
   font-family: 'Rubik Medium', sans-serif;
}

.blog-holder .post-small-img {
    background: #f7f7f7;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
}


/* ----- End Blog ----- */



/* ----- Start Artist ----- */

.artist-section {
    margin: 0 0 50px 0;
    padding: 20px 0 0 0;
}

.artist-name {
    border-bottom: 1px solid #f0e0cd;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    display: block;
    position: relative;
}

.artist-name::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    position: absolute;
    right: 0;
    top: 50%;
}

.artist-name .artist-letter {
    font-size: 14px;
    line-height: 24px;
    color: #919191;
}

.artist-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 30px;
}

.artist-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin: 0 0 50px 0;
}

.artist-column a {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: 'Rubik Medium';
    text-decoration: none;
    margin: 0 0 10px 0;
    display: block;
}

.artist-column a:hover {
    text-decoration: underline;
}


/* ----- End Artist ----- */



/* ----- Start default ----- */

.return-to-shop .wc-backward {
    text-decoration: underline;
}

.return-to-shop .wc-backward:hover {
    text-decoration: none;
}

.simple-holder-content {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

.simple-holder-content:first-of-type {
    text-align: center;
}

.simple-holder-content p {
    margin: 0 0 35px 0;
}

.simple-holder-content .paragraph-3 {
    margin: 0 0 35px 0;
}


.simple-holder {
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
}

.simple-holder:first-of-type {
    text-align: center;
}

.simple-img-holder {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto 50px;
}

.simple-holder .paragraph-3 {
    margin: 0 0 35px 0;
}

.contact-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.contact-holder-form {
    width: 48%;
}

.contact-holder-form p {
    margin: 0 0 10px 0;
}

.contact-holder-form p a {
    text-decoration: underline;
}

.contact-holder-form p a:hover {
    text-decoration: none;
}

.contact-holder-form p:last-of-type {
    margin: 0 0 35px 0;
}

.contact-holder-form .wpcf7-form label {
    font-size: 14px;
}

.contact-holder-form .wpcf7-form .wpcf7-form-control-wrap {
    background: none;
    height: auto;
    border: 1px solid #e3e2e2;
    border-radius: 5px;
    position: relative;
    margin: 5px 0 20px 0;
    transition: all 0.3s ease;
    display: block;
}

.contact-holder-form .wpcf7-form .wpcf7-form-control-wrap .field {
    font-size: 16px;
    display: block;
    margin: 0;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: none;
    text-indent: 20px;
}

.contact-holder-form .wpcf7-form .wpcf7-form-control-wrap.your-message {
    height: 100px !important;
}

.contact-holder-form .wpcf7-form .wpcf7-form-control-wrap textarea {
    height: auto;
    width: 100%;
    resize: none;
    padding: 15px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
}

.contact-holder-form .wpcf7-submit.buy-now {
    border: none;
    cursor: pointer;
}

.contact-holder-form .wpcf7-form br {
    display: none;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    top: -30px;
    right: 0;
}

div.wpcf7-response-output {
    display: none !important;
}

.contact-holder-map {
    width: 48%;
}


/* ----- End default ----- */

/* ----- Start About ----- */



.about-holder-content {
    /*
     max-width: 1400px; 
     width: 100%;
    margin: 0 auto;
    */


    width: 100%;
    margin: 0 auto;
}

.about-holder-content:first-of-type {
    text-align: center;
}

.about-holder-content p {
    margin: 0 0 35px 0;
}

.about-holder-content .paragraph-3 {
    margin: 0 0 35px 0;
}


.about-holder {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

.about-holder .cta {
    width: 420px;
}

.about-holder:first-of-type {
    text-align: center;
}

.about-img-holder {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto 50px;
}

.about-holder .paragraph-3 {
    margin: 0 0 35px 0;
}


/* ----- End About ----- */

/* ----- Start Checkout ----- */


.paragraph a {
    text-decoration: underline;
}

.paragraph a:hover {
    text-decoration: none;
}

.billing-title {
    font-size: 22px;
    line-height: 32px;
    border-bottom: 1px solid #f0e0cd;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
}

.checkout-holder {
    margin: 0 0 40px 0;
}

.billing-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.billing-half {
    width: 49%;
}

.billing-half .same_billing_holder {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    margin: 0 0 20px 0;
}

div.create-account {
    display: none;
}

.form-inner .input-big {
    width: 49%;
}

.woocommerce-billing-fields__field-wrapper .split_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.select2-selection {
    border: none !important;
    padding: 7px;
}

.select2-selection__arrow {
    top: 8px !important;
}

.form-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.single-field-wrapper {
    width: 49%;
}

.input-big {
    background: none;
    height: 50px !important;
    border: 1px solid #e3e2e2;
    border-radius: 5px;
    position: relative;
    margin: 0 0 20px 0;
    transition: all 0.3s ease;
}

.input-big input.valid {
    border-color: green;
}

.input-big.error {
    border-color: red;
}

.input-big .field {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: none;
    text-indent: 20px;
    padding: 0;
    line-height: 1;
}

.input-big label {
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    line-height: 50px;
    margin: 0;
    top: 0;
    left: 20px;
    transition: all 0.3s ease;
    pointer-events: none;
}

.input-big label span {
    color: #ff2769
}

.input-big label span.company {
    color: #c2bdbd
}

.input-big .field:focus + label {
    font-size: 10px;
    line-height: 15px;
    color: #c2bdbd;
}

.input-big .field.password_change + label {
    font-size: 10px;
    line-height: 15px;
    color: #c2bdbd;
    top: 5px;
}

.input-big .valid {
    height: 100%;
}

.update_totals_on_change {
    height: 100%;
}

.form-row-wide {
 
}
.register .form-row-wide {   height: auto!important; }
.woocommerce-password-hint { padding: 20px; }
.woocommerce-password-strength { padding: 20px !important; }
.form-row-wide div {
    height: 100%;
}

.update_totals_on_change div {
    height: 100%;
}

.update_totals_on_change div.update_totals_on_change {
    height: 50px;
}

.woocommerce-billing-fields__field-wrapper .valid label {
    font-size: 10px;
    line-height: 15px;
    color: #c2bdbd;
    top: 5px;
}

.woocommerce-shipping-fields .valid label {
    font-size: 10px;
    line-height: 15px;
    color: #c2bdbd;
    top: 5px;
}

.input-big.valid label {
    font-size: 10px;
    line-height: 15px;
    color: #c2bdbd;
    top: 5px;
}

.input-big .error {
    border-color: red;
}

.input-big.valid {
    border-color: green;
}

.input-big div {
    height: 100%
}

.input-big.error label {
    font-size: 10px;
    line-height: 15px;
    color: red;
}

.variations {
    margin: 0 0 20px 0;
}

.variations td.value {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
}

.variations .select-field {
    margin: 0;
    text-indent: 20px;
    width: 100%;
}

.variations .label label {
    text-transform: capitalize;
    margin: 0 15px 0 0;
}

.select-field {
    padding: 0;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background: url(https://dev-misbits.wpclients.com.au/wp-content/themes/storefront/assets/images/dropdown-arrow.png) no-repeat center right 10px;
}

#email_check {
    display: none;
}

.order-section .wc_payment_method {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.order-section .wc_payment_method:first-of-type {
    margin: 0 0 20px 0;
}

.order-section ul li label {
    font-size: 15px;
    line-height: 20px;
    color: #453f3f;
    font-weight: 400;
    display: inline-block;
    margin: 0 15px 0 0;
}

.order-section {
    border-bottom: 1px solid #f0e0cd;
    padding: 0 0 25px 0;
    margin: 0 0 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.order-name {
    font-size: 17px;
    line-height: 27px;
    color: #453f3f;
    font-family: 'Rubik Medium';
}

.order-price {
    font-size: 20px;
    line-height: 25px;
    color: #413c4e;
    font-weight: 700;
}

.order-price span {
    font-size: 12px;
    line-height: 15px;
}

.order-price .woocommerce-Price-amount {
    font-size: 20px;
    line-height: 25px;
    color: #413c4e;
    font-weight: 700;
}

.radio-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.radio-field:nth-of-type(2) {
    margin: 20px 0;
}

.radio-field label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    color: #453f3f;
    font-weight: 400;
    margin: 0 15px 0 0;
    text-align: right;
}

.radio-field label span {
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    width: 65px;
    margin: 0 0 0 20px;
}

[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[type=radio] {
    min-width: 16px;
    height: 16px;
    border: solid 1px #ab978f;
    position: relative;
}

[type=radio]:checked::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #e63e3d;
    position: absolute;
    top: 2px;
    left: 2px;
}

[type=radio],
[type=radio]:checked::before {
    border-radius: 100%;
}

.submit-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.submit-section .cta {
    margin: 0;
}

[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[type=checkbox] {
    min-width: 16px;
    height: 16px;
    border: solid 1px #ab978f;
    margin-right: 10px;
    position: relative;
}

[type=checkbox]:checked::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #e63e3d;
    position: absolute;
    top: 2px;
    left: 2px;
}

.checkbox-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin: 0 0 40px 0;
}

.checkbox-field label {
    font-weight: 400;
    margin: 0;
}

.checkbox-field.error .error {
    border-color: red;

}

.checkbox_term.error .error {
    border-color: red;
}

.checkbox_term {
    display: inline-flex;
    align-items: center;
    text-align: right;
    margin: 0 0 40px 0;
}

.coupon-section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: stretch;
    border-top: 1px solid #f0e0cd;
    border-bottom: 1px solid #f0e0cd;
    padding: 25px 0 25px 0;
    margin: 0 0 25px 0;
}

.coupon-form {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: stretch;
}

.coupon-input {
    max-width: 330px;
    width: 100%;
    height: 50px;
    border: 1px solid #f0e0cd;
    border-radius: 3px;
    text-indent: 20px;
}

.coupon-btn {
    min-width: 150px;
    height: 50px;
    padding: 0 30px;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #453f3f;
    font-family: 'SpaceMono-Bold';
    margin: 0 0 0 20px;
    cursor: pointer !important;
    border-radius: 0px 4px 4px 4px;
    -moz-border-radius: 0px 4px 4px 4px;
    -webkit-border-radius: 0px 4px 4px 4px;
    transition: all 0.3s ease;
}

.coupon-btn:hover {
    background: #453f3f !important;
    color: #fff;
}

.coupon-btn.grey {
    background: #f9f2ef;
}

.coupon-btn.yellow {
    background: #feea5e;
}

.woocommerce-terms-and-conditions-wrapper {
    text-align: right;
}


/* ----- End Checkout ----- */



/* ----- Start Payment ----- */

.payment-section {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f9f2ef;
}

.payment-holder {
    display: -ms-grid;
    display: grid;
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: auto auto auto auto;
    grid-template-columns: auto auto auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

/* ----- End Payment ----- */



/* ----- Start Wishlist ----- */

.wishlist .about-holder {
    text-align: inherit;
    max-width: inherit;
}

.wishlist .simple-holder-content {
    max-width: inherit;
}

.wishlist .wishlist_table {
    width: 100%;
    font-size: 14px;
}

.wishlist_table .product-add-to-cart a {
    text-decoration: underline;
}

.wishlist_table .product-add-to-cart a:hover {
    text-decoration: none;
}

.wishlist_table .product-add-to-cart span.dateadded {
    margin: 0 auto 5px !important;
}

/* ----- End Wishlist ----- */



/* ----- Start Shopping Cart ----- */

.cart_page .about-holder {
    text-align: inherit;
    max-width: inherit;
}

.cart_page .simple-holder-content {
    text-align: inherit;
    max-width: inherit;
}

.cart_page form p {
    margin: 0;
}

.cart-box {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin: 0 0 40px 0;
}

.cart-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    width: 50%;
}

p.small-title {
    font-size: 14px;
    line-height: 22px;
    color: #919191;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 0 5px 0;
}

.small-price {
    font-size: 20px;
    line-height: 25px;
    color: #413c4e;
    font-weight: 700;
    text-align: center;
}

.small-price span.woocommerce-Price-currencySymbol {
    font-size: 12px;
    line-height: 15px;
}

.quantity {
    text-align: center;
    margin: 5px 0 0 0;
}

.quantity.error {
    font-size: 12px;
    margin-bottom: 0;
}

.quantity .qty.text {
    font-size: 14px;
    line-height: 22px;
    color: #453f3f;
    border: 1px solid #f0e0cd;
    border-radius: 3px;
    text-indent: 15px;
    max-width: 70px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.delete-box {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f9f2ef;
    text-align: center;
}


/* ----- End Shopping Cart ----- */



/* ----- Start Newsletter ----- */

.white-popup {
    padding: 40px !important;
    max-width: 660px !important;
    width: 100% !important;
}

#popup-newsletter h3 {
    margin: 0 0 20px 0 !important;
}

.mc4wp-form-fields {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.mc4wp-form-fields .input-big {
    max-width: 300px;
    width: 100%;
    margin: 0 20px 0 0;
}

.mc4wp-form-fields .cta.btn {
    min-width: 200px;
    height: 50px;
    line-height: 50px;
}

/* ----- End Newsletter ----- */



/* ----- Start Footer ----- */

.footer-section {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #000;
}

.footer-top ul {
    margin-bottom: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    border-bottom: 1px solid #565252;
}

.list-item {
    margin: 2%;
}

.link {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.link:hover {
    text-decoration: underline;
}

.link.yellow-link {
    color: #feea5e;
}

.footer-bottom {
    text-align: center;
}

.social-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 26px;
    height: 26px;
    margin-right: 6px;
    margin-left: 6px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.link-block:hover {
    background-color: #f0e0cd;
}

.paragraph-2 {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* ----- End Footer ----- */

/* Category Sonaar Play */
.product-holder.product-slider{display:block;}
.product-holder.product-slider .product{vertical-align: middle;}
.product-holder.product-slider .product .cover,.product-holder.product-slider .product .product-text{display: inline-block;vertical-align: middle;}
.product-holder .product {position: relative;}
.product-holder .product .product-text.categ {position: initial;width: calc(100% - 170px);padding-left:10px;}
.product-holder .product .product-text.categ .product-bottom{top:30%;width: calc(100% - 170px);}
.product-text .categories_soonar{position: absolute;bottom: 0px;left:40%;width:40px;}
.product-text article.widget div.iron-audioplayer ul li, article.widget div.iron-audioplayer ol li{opacity:1;}
.product-text article.widget div.iron-audioplayer ul li:hover .track-number{background:#fff;}
.product-text article.widget div.iron-audioplayer ul li .track-number{width:35px;height:36px;background:#feea5e;border-radius:50%;padding:0;position: relative;}
.product-text article.widget div.iron-audioplayer ul li .track-number svg{left:50%;margin-left:-5px;}
.product-text .categories_soonar ul li{display:none;}
.product-text .categories_soonar ul li:first-of-type{border-bottom:0px !important;display:block;}
.product-text .categories_soonar .tracklist-item-title{display:none;}
/* END Category Sonaar Play */


/* Sameday plugin */
.shipping-choice strong{display: none;}
.sameday_select_locker{margin-top:30px;}
/* END Sameday plugin */

@media screen and (max-width: 1440px) {

    /*
    .product-section-content {
        padding: 55px 0 100px;
    }
*/

    .main-body {
        padding-right: 20px;
        padding-left: 20px;
    }

    .single-product .col-full {
        padding: 0;
    }

    .col-full {
        padding: 0 20px;
    }

    .single-product .site-content {
        padding-bottom: 0;
    }

    .product-slider-section {
        padding: 0 20px;
    }

    .product-slider .slick-prev {
        top: unset;
        left: 20px;
        bottom: -40px;
    }

    .product-slider .slick-next {
        top: unset;
        right: 20px;
        bottom: -40px;
    }

    .blog-section {
        padding: 0 20px;
    }

}


@media screen and (max-width: 1366px) {

    .tab_content a {
        padding: 20px 15px;
    }

    .content.home-content {
        padding: 90px 0 90px;
    }

    .content.home-content img.circle-disc {
       /* width: 40%;*/
    }

    .category-holder {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 30px;
    }

    .product-holder .product-left {
        max-width: 530px;
        height: 530px;
    }

}


@media screen and (max-width: 1024px) {

    .menu-item.top .mm-listitem__text {
        text-align: center;
    }

    .menu-item.top .search-form {
        max-width: 70%;
    }

    .mm-menu_position-top {
        background: #000000 !important;
    }

    .mm-panels {
        background: #000000 !important;
    }

    .mm-listitem__text {
        padding-left: 10px !important;
    }

    #mm-1 .mm-listview .mm-listitem {
        padding: 10px;
    }

    #mm-2 .mm-listview .mm-listitem {
        padding: 10px;
    }

    #mm-2 .mm-listview .mm-listitem.sale-link {
        background: #feea5e;
    }

	 #mm-3 .mm-listview .mm-listitem {
        padding: 10px;
    }

    #mm-3 .mm-listview .mm-listitem.sale-link {
        background: #feea5e;
    }
	
    .menu_trigger {
        display: block;
        margin: 0;
        color: #fff;
    }

    .mm-navbar__title {
        display: none !important;
    }

    .mm-menu_position-top {
        height: 100vh !important;
        max-height: 100% !important;
    }

    .mm-navbar {
        background: none !important;
        display: inline-block !important;
        border: none !important;
    }

    .mm-navbar_sticky {
        width: 100%;
        background: var(--mm-color-background);
    }

    .mm-btn_close.mm-btn:after {
        border-color: #fff !important;
    }

    .mm-btn_close.mm-btn:before {
        border-color: #fff !important;
    }

    .mm-listitem:after {
        left: 0 !important;
    }

    .menu-item.mm-listitem:first-of-type {
        padding: 0 0 20px 10px;
    }

    .mm-navbars_top {
        border-width: 1px;
        height: 44px;
        background: url(assets/images/logo-misbits-1.png) no-repeat center;
        background-size: 45px auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center;
        align-content: stretch;
    }

    .menu_trigger .slicknav_icon {
        width: 30px;
        height: 22px;
        margin: auto;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        top: 0;
        bottom: 0;
        right: 0;
        position: absolute;
    }

    .menu_trigger .slicknav_icon span {
        height: 3px;
        width: 100%;
        background: #f7971d;
        border-radius: 4px;
        opacity: 1;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        display: block;
        position: absolute;
    }

    .menu_trigger .slicknav_icon span:nth-child(1) {
        top: 0;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        background: #f9f2ef;
    }

    .menu_trigger .slicknav_icon span:nth-child(2) {
        top: 9px;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        background: #f9f2ef;
    }

    .menu_trigger .slicknav_icon span:nth-child(3) {
        top: 18px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        background: #f9f2ef;
    }

    p.title {
        margin: 0 0 30px 0;
    }

    .content.header-content {
        padding: 20px 0;
    }

    .top-header .header-content {
        padding: 20px 0;
    }

    ul.tabs {
        display: none;
    }

    .top-header-right {
        display: none;
    }

    .btm-header {
        display: none;
    }

    .content.home-content {
        padding: 60px 0 90px;
    }

    /*
    .content.main-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
*/

    .product-holder .product-right {
        width: 55%;
    }

    .content.footer-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .product-section-content {
        padding: 60px 0;
    }

    .blog-content {
        padding: 40px 0;
    }

    .content.home-content img.circle-disc {
        width: 30%;
    }

    .tab_content a {
        padding: 10px 15px;
    }

    .product-holder .product-left {
        max-width: 400px;
        height: 400px;
    }

    .heading {
        margin-bottom: 15px;
    }

    .blog-holder {
        grid-column-gap: 40px;
    }

}


@media screen and (max-width: 820px) {

    .category-holder {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }

    .site-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.home-content {
        padding: 40px 0;
    }

    .content.home-content img.home-arrow {
        display: none;
    }

    .home-holder {
        width: 65%;
    }

    .home-product {
        flex-direction: column;
        align-items: stretch;
    }

    .home-product .buy-now {
        margin: 20px 0 0 0;
    }

    .product-section-content {
        padding: 40px 0 60px;
    }

    .product-slider .slick-active div:last-of-type .product-slide {
        margin: 0;
    }


    .product-holder .product-left {
        margin: 0 0 30px 0;
    }

    .single_product .product-holder {
        flex-direction: column;
        align-items: stretch;
    }

    .product-holder .product-right {
        width: 100%;
    }
	.woocommerce-product-gallery {
		width: 100%;}

    .contact-holder {
        flex-direction: column;
        align-items: stretch;
    }

    .contact-holder-map {
        width: 100%;
        margin: 0 0 40px 0;
    }

    .contact-holder-form {
        width: 100%;
    }

    .blog-holder {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-column-gap: 20px;
    }

    .blog-holder .post-big {
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
        grid-column-gap: 20px;
        min-height: 340px;
    }
    .blog-holder .post-big div{padding:20px;}

    .blog-holder .top {
        grid-row-start: 2;
        grid-column-start: 1;
        min-height: 200px;
    }

    .blog-holder .btm {
        grid-row-start: 3;
        grid-column-start: 1;
        min-height: 200px;
    }

    .artist-section {
        margin: 0 0 40px 0;
    }

    .artist-content {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .about-holder {
        max-width: 100%;
    }

    .coupon-btn {
        padding: 0 15px;
    }

    .checkout-holder {
        margin: 0 0 20px 0;
    }

    .billing-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .billing-half {
        width: 100%;
    }

    .billing-half:first-of-type {
        margin: 0 0 20px 0;
    }

    .form-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .form-inner .input-big {
        width: 100%;
    }

    .submit-section {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .product-slide {
        margin: 0 0 20px 0;
    }

    .coupon-btn {
        font-size: 16px;
        padding: 0 5px;
    }

    p.deck-of-day {
        margin: 0 0 20px 0;
    }

    .product-buy-info {
        margin: 20px 0 0 0;
    }

}


@media screen and (max-width: 767px) {
    
    .heading {
        text-align: center;
    }

    .paragraph {
        margin-bottom: 40px;
        text-align: center;
    }

    .link {
        letter-spacing: 2px;
    }

    .product-slider .slick-active div:last-of-type .product-slide {
        margin: 0;
    }

    .category-holder p.author {
        font-size: 12px;
        line-height: 22px;
    }

    .category-holder p.disc-name {
        font-size: 18px;
    }

    .category-holder p.year {
        font-size: 12px;
        line-height: 22px;
    }

    .blog-holder .top {
        grid-template-columns: 1fr;
        grid-template-areas: ".";
    }

    .blog-holder .post-small-img {
        height: 300px;
        width: 100%;
    }

    .blog-holder .btm {
        grid-template-columns: 1fr;
        grid-template-areas: ".";
    }

    .about-img-holder {
        margin: 0 auto 40px;
    }

    .cart-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .cart-right {
        width: 100%;
        margin: 30px 0 0 0;
    }

    .coupon-section {
        flex-direction: column;
    }

    .coupon-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
        justify-content: stretch;
    }

    .coupon-btn {
        max-width: 330px;
        width: 100%;
        margin: 20px 0 0 0;
    }

    .product-section-content {
        padding: 40px 0 90px;
    }

}

@media screen and (max-width: 640px) {
    
    .menu-item.top {
        text-align: center;
    }
    .menu-item.top .search-form {
        max-width: 100%;
    }
    
}
@media screen and (max-width: 479px) {

    .cta {
        width: 100%;
    }

    .buy-now {
        width: 100%;
    }

    .heading {
        font-size: 30px;
        line-height: 40px;
    }

    .home-holder {
        width: 100%;
    }

    .content.home-content img.circle-disc {
        position: static;
        display: block;
        margin: 0 auto 20px;
        width: 100%;
        border-radius: 0;
    }

    .paragraph {
        font-size: 16px;
        line-height: 26px;
    }

    .product-buy-holder {
        flex-direction: column;
        align-items: stretch;
    }

    .product-buy-btns .buy-now {
        width: 270px;
        height: 60px;
        line-height: 60px;
    }

    .product-buy-btns {
        margin: 0 0 20px 0;
    }

    .contact-holder-map iframe {
        height: 360px;
    }

    .contact-holder-form p:last-of-type {
        margin: 0;
    }

    .white-popup {
        padding: 20px !important;
    }

    .mc4wp-form-fields {
        flex-direction: column;
        align-items: stretch;
    }

    .mc4wp-form-fields .input-big {
        max-width: 100%;
        margin: 0 0 20px 0;
    }

    .category-holder {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .artist-content {
        grid-template-columns: 1fr 1fr;
    }

    .paragraph a {
        display: block;
    }

    .billing-half:first-of-type {
        margin: 0 0 20px 0;
    }

    .billing-title {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }

    .order-section .wc_payment_method {
        justify-content: center;
    }

    .order-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .order-section p:first-of-type {
        margin: 0 0 20px 0;
    }

    .order-name {
        margin: 0 0 20px 0;
    }

    .radio-field label {
        font-size: 13px;
        line-height: 16px;
    }

    .coupon-input {
        max-width: 100%;
    }

    .coupon-btn {
        max-width: 100%;
    }

    .small-price {
        font-size: 16px;
    }

    p.small-title {
        font-size: 12px;
        line-height: 20px;
    }

    .woocommerce-privacy-policy-text p {
        font-size: 12px;
        line-height: 22px;
        text-align: center;
        margin: 0 0 15px 0;
    }

    form.cart .buy-now {
        margin: 0 5px 0 0;
    }

    .w-inline-block.category {
        max-width: 100% !important;
        display: flex !important;
    }

    .category .cover {
        max-width: 120px;
        height: 120px;
    }

    .category .cover img {
        display: none;
    }

    .category .category-text {
        width: 60%;
    }

}

#w-node-bb76bc142b6c-583e28b5 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-66097190005d-583e28b5 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-082b0789782a-583e28b5 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#w-node-b02624f0c97d-583e28b5 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

@font-face {
    font-family: 'SpaceMono-Regular';
    src: url('assets/fonts/SpaceMono-Regular.eot');
    src: url('assets/fonts/SpaceMono-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/SpaceMono-Regular.woff') format('woff'),
        url('assets/fonts/SpaceMono-Regular.ttf') format('truetype'),
        url('assets/fonts/SpaceMono-Regular.svg#SpaceMono-Regular') format('svg');
}

@font-face {
    font-family: 'SpaceMono-Bold';
    src: url('assets/fonts/SpaceMono-Bold.eot');
    src: url('assets/fonts/SpaceMono-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/SpaceMono-Bold.woff') format('woff'),
        url('assets/fonts/SpaceMono-Bold.ttf') format('truetype'),
        url('assets/fonts/SpaceMono-Bold.svg#SpaceMono-Bold') format('svg');
}

@font-face {
    font-family: 'Rubik Book';
    src: url('assets/fonts/Rubik-Book.eot');
    src: url('assets/fonts/Rubik-Book.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Rubik-Book.woff') format('woff'),
        url('assets/fonts/Rubik-Book.ttf') format('truetype'),
        url('assets/fonts/Rubik-Book.svg#Rubik-Book') format('svg');
}

@font-face {
    font-family: 'Rubik Medium';
    src: url('assets/fonts/Rubik-Medium.eot');
    src: url('assets/fonts/Rubik-Medium.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Rubik-Medium.woff') format('woff'),
        url('assets/fonts/Rubik-Medium.otf') format('truetype'),
        url('assets/fonts/Rubik-Medium.svg#Rubik-Medium') format('svg');
}

.woocommerce-form-register,
.woocommerce-form-login {
    margin-top: 15px;
    margin-bottom: 40px;
}

.woocommerce-form-login p:first-of-type {
    margin: 0 0 10px 0;
}

.woocommerce-form-register p:first-of-type {
    margin: 0 0 10px 0;
}

/*
.woocommerce-form-register,
.woocommerce-form-login p {
    margin: 0 0 10px 0;
}
*/

.lost_password {
    text-align: center;
}

.lost_password a {
    text-decoration: underline;
}

.lost_password a:hover {
    text-decoration: none;
}

.lost_password a {
    display: table;
    margin: 10px auto 0;
}

.columns {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.columns .column {
    width: 48%;
}

.my_account_page .shop_table {
    width: 100%;
}

.my_account_page table.shop_table_responsive tr td {
    text-align: center;
}

.my_account_page .about-holder {
    max-width: 100%;
    text-align: left;
}

.my_account_page .simple-holder-content {
    max-width: 100%;
}

.my_account_page .simple-holder-content .woocommerce {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.my_account_page .simple-holder-content .woocommerce.my-account-holder {
    display: block !important;
}

.woocommerce-Address-title h3 {
    font-family: Rubik, sans-serif;
    font-weight: 500;
    margin: 0 0 20px 0;
}

.waitlist-single-product {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    margin: 0 0 20px 0;
}

.waitlist-single-product p {
    margin: 0 0 0 10px;
}

.waitlist-single-product a {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: stretch;
}

.waitlist-single-product .waitlist-thumbnail img {
    width: 52px;
    height: 52px;
}

.waitlist-single-product .waitlist-title-link {
    font-weight: 400;
    margin-left: 10px;
}

.addresses header.title a {
    text-decoration: underline;
}

.addresses header.title a:hover {
    text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
    border-top: 1px solid #f0e0cd;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    padding: 15px 0 15px 0;
    transition: all 0.2s ease;
    display: block;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
    text-indent: 15px;
    color: #ff2769;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover {
    text-indent: 15px;
    color: #ff2769;
}

.woocommerce-MyAccount-orders tr td {
    border-top: 1px solid #f0e0cd;
    padding: 20px;
}

.account_display_name {
    margin: 0 0 60px 0;
}

.wishlist_table .wishlist-items-wrapper tr {
    border-top: 1px solid #f0e0cd;
}

.wishlist_table tr th {
    border-top: 1px solid #f0e0cd !important;
}

.wishlist_table tfoot td,
.wishlist_table tr td.product-name,
.wishlist_table tr td.product-thumbnail,
.wishlist_table tr td.wishlist-name,
.wishlist_table tr td.wishlist-privacy {
    text-align: center;
}

.homepage .woocommerce-message,.homepage .woocommerce-info, .homepage .woocommerce-error, .homepage .woocommerce-noreviews {
    margin-top:2.617924em;
}
.homepage {
    padding: 0;
}

.show-password-input {
    display: none;
}

.columns_login {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.sr_it-playlist-title {
    display: none;
}

.sr_it-playlist-release-date {
    display: none !important;
}

.bloger {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-template-rows: 1fr 1fr;
    grid-gap: 20px;
}

.imgcontainer a img {
    border-radius: 50%;
    display: block;
    margin: 0 auto 40px;
}

.news-item {
    padding: 20px;
    background: #fff;
    background-color: #f9f2ef;
}

.news-thumb {
    width: auto;
    height: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    max-height: 280px;
}

.news-title {
    font-size: 19px;
    font-weight: 700;
    color: #262626;
    text-align: left;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.news-text {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 25px;
    height: 94px;
    overflow: hidden;
}

.news-details {
    font-weight: 700;
    font-size: 14px;
    bottom: 15px;
}

.iron-audioplayer .tracklist-item-time {
    position: absolute;
    right: 10px;
}


ul.sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

ul.sub-menu li {
    font-size: 12px;
    line-height: 15px;
    color: #000;
    text-transform: uppercase;
    padding: 20px;
    display: block;
}

.thanks_404 {
    margin-top: 30px;
}

a.anchor_text {
    text-decoration: underline;
}

a.anchor_text:hover {
    text-decoration: none;
}

.clearfix { display:none; }

.homepage .iron-audioplayer .playlist ul {
    max-width: 100%;
    padding: 0 0;
    margin: 10px 0 0;
    width: 600px;
}

.labels_product 
{
	font-size: 12px;
    line-height: 24px;
    display: inline-block;
    font-family: 'Rubik Medium';
    color: #453F3F;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0px 0 20px 0;
}

.labels_product::after {
    content: "";
    display: block;
    background: #FEEA5E;
    height: 7px;
    margin: -11px 0 0 0;
}


.blackfriday {
  background-image: url('assets/images/black-friday.jpg');
	background-color: #FBF5F3;
  background-repeat: no-repeat;
    height: 60px;
  background-position: center;
}


/* START WST TEMPLATE by WHISPERSOFT */
.wstOuterColumn{
	padding: 30px 50px;
  border-radius: 25px;
	box-shadow: 10px 10px 20px 1px #c0c0c0;
	margin: 20px 0 !important;
	background-color: rgba(244, 232, 219, 0.6);
}
.wstFirstColumn{
	border-bottom: 1px solid #C0C0C0;
	margin: 0;
	padding: 0;
}
.wstSecondColumn{
	margin: 0;
}
.wstSecondColumn p{
	margin: 0;
}
.wstAccordionItem{
	background-color: rgba(244, 232, 219, 0.6);
	padding: 20px 50px;
  margin: 30px 0;
  border-radius: 25px;
  box-shadow: 10px 10px 20px 1px #c0c0c0;
}
.wstAccordionItem h2{
	font-size: 25px;
}
.wstAccordionItem .c-accordion__content{
	border-top: 1px solid rgb(192, 192, 192);
	margin-top: 20px;
	padding-top: 20px;
}
.wstStyleCol .c-accordion__content p{
	margin: 0;
}
.wstStyleCol .c-accordion__content strong{
	/*line-height: 3;*/
	margin-top: 15px;
    display: block;
}

.wstPrimary h1{
	float: left;
	font-size: 1.5em;
	text-align: left;
	background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,0,1) 50%, rgba(255,255,0,1) 100%);
}
.wstPrimary h1::after{
	content:'';
    display:block;
    clear: both;
}
.wstPrimary .c-accordion__title:after{
	font-weight: 900;
	font-size: 2em;
	color: #a3a0a0;
}
.wstPrimary .wstFollowContainer{
	
}
.wstPrimary .wstFollowContainer hr{
	border-bottom: 1px solid #C0C0C0;
}
.wstPrimary .wstFollowContainer h2{
	float: left;
	font-size: 1.5em;
	text-align: left;
	background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,0,1) 50%, rgba(255,255,0,1) 100%);
}
.wstPrimary .wstFollowContainer h2::after{
	content:'';
    display:block;
    clear: both;
}
.wstPrimary .wstIntent{
	padding-left: 30px;
}
/* STOP WST TEMPLATE by WHISPERSOFT */
