.right-column .variations_form.cart .single_variation_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.right-column .variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.variations .choices {
    display: block;
}

.product-component .variations_form .single_variation_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-component .variations_form .quantity .qty {
    width: 150px;

}

.product-component .variations_form .woocommerce-variation-price {
    margin-bottom: 15px;
}

.variations .choices[data-type*="select-one"] .choices__list--single {
    min-width: 200px;
}

.single.single-product .merch-product .right-side form.variations_form.cart .inner,
.single.single-product .merch-product .right-side .add-to-cart-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.merch-product .price .amount {
    margin-right: 25px;
    font-size: 2.25rem;
    color: #7eddf6;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.merch-product .woocommerce-variation-add-to-cart .number-input-element input[type="number"] {
    max-width: 150px;
}

.single.single-product .merch-product .right-side .add-to-cart-container {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.variations_form.cart .variations .label {
    display: none;
}

.woocommerce-variation-add-to-cart .quantity.number-input-element {
    display: none;
}

.variations .reset_variations,
.variations .reset_variations::after {
    display: none !important;
}

.single.single-product .merch-product .right-side form.variations_form.cart .value .choices {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
}

.single.single-product .merch-product .right-side form.variations_form.cart .inner {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.variations_form.cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.single.single-product .merch-product .right-side .add-to-cart-container {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.woocommerce-variation-add-to-cart.variations_button .quantity.number-input-element {
    display: none !important;
}

.single.single-product .merch-product .right-side .variations_form.cart button.single_add_to_cart_button {
    width: 190px;
}

/*.add-to-cart.premium .inner {*/
/*flex-wrap: wrap;*/
/*}*/

/*.add-to-cart.premium .inner .price {*/
/*width: 100%;*/
/*}*/

.variations td {
    padding: 0px !important;
}

.variations_form.cart table {
    width: auto !important;
}

.variations .choices {
    margin-bottom: 0px !important;
}

/*.single.single-product .merch-product .right-side .add-to-cart.premium button.single_add_to_cart_button,*/
.single.single-product .merch-product .right-side .variations_form.cart button.single_add_to_cart_button {
    background: #f01957;
    border: 0 solid #f01957;
    padding: 15px 40px;
    -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
    height: 62px;
    text-transform: uppercase;
    z-index: 1;
}

@media (max-width: 971px ) {

    .single.single-product .merch-product .right-side .add-to-cart-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
    }

    .product-component .single_variation_wrap {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .single.single-product .merch-product .right-side button.single_add_to_cart_button {
        width: inherit;
    }

    .product-component .variations_form .quantity .qty {
        width: auto;
    }

}

@media (max-width: 790px) {

    .variations table > tbody > tr > td {
        padding: 5px;
    }

    .reset_variations {
        position: relative;
    }

    .variations .reset_variations:after {
        top: 0px;
        position: absolute;
    }

    table.variations > tbody > tr > td {
        min-height: 80px;
    }
}

.spend-coins-wrapper .number-input-element.small .form-control {
    padding: 7px 14px;
    font-family: "Oswald", sans-serif;
    font-size: .8125rem;
    min-width: 54px;
}

.spend-coins-wrapper .buttons-container {
    margin-top: 0;
}

.spend-coins-wrapper .buttons-container button span.inner {
    padding: 9px 20px !important;
}

.spend-coins-wrapper .form-control-group {
    margin-right: 20px;
}

.spend-coins-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#spend-coins p.coins-notice {
    margin: 5px 0;
    color: #7a88a2;
}

#map {
    z-index: 1;
}

.qoins-svg {
    background-image: url(../img/svg/qoins.svg);
    width: 15px;
    height: 15px;

}

.spinner-container-main {
    position: relative
}

.spinner-container-main > .spinner {
    pointer-events: none;
    position: fixed;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: url(../img/loader-light.svg) center center no-repeat rgba(0, 0, 0, .5);
    background-size: 100px 100px;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.5);
}

.spinner-container-main.spinning > .spinner {
    z-index: 10;
    opacity: 1;
    pointer-events: all;
}

/*.spinner-container.processing > .spinner {*/
/*z-index: 10;*/
/*opacity: 1;*/
/*pointer-events: all;*/
/*}*/

table.basket .item.disabled .number-input-element.small,
table.basket .item.disabled .remove {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

.woocommerce-NoticeGroup-checkout ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
}

form.order .woocommerce-invalid.woocommerce-invalid-required-field {
    background-color: #f0195742;
}

form.order .blockUI.blockOverlay {
    display: none !important;
}

.wallpapers-wrapper-wrapper {
    display: none;
    padding-top: 10px;
}

.wallpapers-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wallpapers-wrapper .wallpaper-wrapper {
    width: calc(33.33% - 10px);
}

.wallpapers-wrapper .wallpaper-wrapper a {

}

.wallpapers-wrapper .wallpaper-wrapper a figure {
    margin: 0;
    position: relative;
    overflow: hidden;
}

.wallpapers-wrapper .wallpaper-wrapper a figure::before {
    display: block;
    content: "";
    padding-top: 60%;
}

.wallpapers-wrapper .wallpaper-wrapper a img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.wp-block-gallery li {
    padding-left: 0px !important;
}

.wp-block-gallery li::before {
    content: none;
}

.default-two-side-wrapper {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.default-two-side-wrapper > .left-side {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    padding-bottom: 40px;

}

.default-two-side-wrapper > .right-side {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

@media only screen and (min-width: 992px) {
    .default-two-side-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .default-two-side-wrapper > .left-side {
        width: 50%;
        padding-bottom: 0px;
    }

    .default-two-side-wrapper > .right-side {
        width: 50%;
    }

}

#login-form a {
    padding-bottom: 15px;
    display: block;
}

.sweet-alert input[type="text"] {
    display: none;
}

/*archive page products*/
.items-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.item-wrapper {
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    float: left;
    width: 30%;
    position: relative;
}

.item-wrapper .body {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
}

.list-item-container .body > .inner {
    padding: 20px;
    padding-bottom: 20px;
    padding-bottom: 35px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.list-item-container .body .title {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 1.375rem;
    line-height: 1.375em;
}

.list-item-container .body .sub-title {
    font-family: "Oswald", sans-serif;
    color: #5f6775;
    font-size: .875rem;
    text-transform: uppercase;
    line-height: 1.375em;
}

.list-item-container .body .icon {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 42px;
    height: 42px;
    color: #1d232e;
    background-color: #fff;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
    cursor: pointer;
}

.list-item-container .body .icon [class^="icon-"],
.list-item-container .body .icon [class*=" icon-"] {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    font-size: 22px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.list-item-container .body .icon:hover {
    color: #fff;
    background: #f01957;
}

.list-item-container {
    width: 100%;
    position: relative;
}

.list-item-container figure {
    margin: 0;
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #1f242f;
}

.list-item-container figure:before {
    padding-top: 155%;
    display: block;
    content: '';
}

.list-item-container figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.items-wrapper:hover figure img {
    opacity: .8;
}

.list-item-container figure:after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: '';
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(37%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.8) 100%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: 0 0;
    background-size: auto 200%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.item-wrapper .link-overlay,
.slider-item .link-overlay {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.items-wrapper.related .list-item-container figure::before {
    padding-top: 100% !important;
}

.items-wrapper.related .item-wrapper {
    width: 50% !important;
}

.items-wrapper.related .list-item-container .body,
.items-wrapper.related .list-item-container .body .inner {
    padding-left: 20px !important;
}

.swal2-confirm.swal2-styled {
    border-left-color: #f01957 !important;
    border-right-color: #f01957 !important;
    background-color: #f01957 !important;
}

.swal2-confirm.swal2-styled:hover {
    border-left-color: #900f34 !important;
    border-right-color: #900f34 !important;
    background-color: #900f34 !important;
}

.single.single-product .merch-product .right-side form.variations_form.cart .inner,
.single.single-product .merch-product .right-side .add-to-cart-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single.single-product .merch-product .right-side .add-to-cart-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;

}

.single.single-product .merch-product .right-side .add-to-cart-container .price {
    margin: 0;
    margin-right: 20px;
}

.single.single-product .merch-product .right-side form.variations_form.cart .value .choices,
.single.single-product .merch-product .right-side form.cart .value .choices {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.single.single-product .merch-product .right-side form.variations_form.cart .value,
.single.single-product .merch-product .right-side form.cart .value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single.single-product .merch-product .right-side form.variations_form.cart .input-text.qty.text,
.single.single-product .merch-product .right-side form.cart .input-text.qty.text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.single.single-product .merch-product .right-side form.variations_form.cart .screen-reader-text,
.single.single-product .merch-product .right-side form.cart .screen-reader-text {
    display: none;
}

.single.single-product .merch-product .right-side .quantity.number-input-element,
.single.single-product .merch-product .woocommerce-variation-add-to-cart.variations_button,
.single.single-product .merch-product .single_variation_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single.single-product .merch-product .left-side .product-main-gallery {
    margin-left: calc(10px - 10px - (100vw - 1200px) / 2);
}

.single.single-product .merch-product .left-side .product-main-gallery figure {
    margin-bottom: 15px;
}

.single.single-product .merch-product .left-side .product-main-gallery a {
    text-decoration: none;
}

.single.single-product .merch-product .left-side .product-main-gallery a img:hover {
    opacity: 0.9;
}

.variations .reset_variations {
    color: transparent;
    text-decoration: none;
}

.variations .reset_variations:after {
    content: "x";
    color: white;
    display: block;
    width: 13px;
    height: 10px;
    font-size: 23px;
    margin-left: 15px;
}

.inner .price {
    margin-bottom: 0px;
}

.merch-product .right-side .product-intro-component .header .title {
    padding-left: 0px;
}

table.variations > tbody > tr > td {
    border: none;
}

.more-title {
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 35px;
    padding: 0;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 400;
    display: block;
    width: 100%;
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
}

.swal2-popup {
    background: url("../img/bg-pattern-darken-20.png") !important;
}

.swal2-title {
    color: white !important;
}

.referal-discount-available-warning-wrapper {
    padding: 20px;
    background: #ff064e29;
    border: 1px solid #f01957;
    margin-bottom: 20px;
    position: relative;

}

.referal-discount-available-warning-wrapper p {
    text-transform: uppercase;
}

.referal-discount-available-warning-wrapper:before {
    width: 14px;
    height: 16px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    content: "";
    border-top: solid 20px #7eddf6;
    border-left: solid 20px transparent;
}

.referal-discount-available-warning-wrapper p {
    margin-bottom: 0px;
}

.referal-discount-available-notice-wrapper {
    padding: 20px;
    background: #1b212b;
    border: 1px solid #7eddf6;
    margin-bottom: 20px;
    position: relative;
}

.referal-discount-available-notice-wrapper p {
    text-transform: uppercase;
}

.referal-discount-available-notice-wrapper:before {
    width: 14px;
    height: 16px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    content: "";
    border-top: solid 20px #7eddf6;
    border-left: solid 20px transparent;
}

.referal-discount-available-notice-wrapper p {
    margin-bottom: 0px;
}

/*paypal*/

/*.default-btn-hidden button[name="submit"] {*/
/*display: none;*/
/*}*/

/*.checkout.woocommerce-checkout .right-column  #woo_pp_ec_button_checkout{*/
/*display:none!important;*/
/*}*/
/*.checkout.woocommerce-checkout.default-btn-hidden .right-column #woo_pp_ec_button_checkout{*/
/*display:block!important;*/
/*}*/

/*.checkout.woocommerce-checkout.default-btn-hidden  .woo_pp_ec_button_checkout:nth-child(2) {display: none;}*/

.product.type-product .two-columns-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product.type-product .two-columns-wrapper .left-column {
    width: 40%;
    position: relative;
}

.product.type-product .two-columns-wrapper .right-column {
    width: 55%;

}

/*single product*/

.description-section {
    padding: 4em 0em;
}

.right-column form.cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.right-column form.cart .quantity {
    padding-right: 30px;
    position: relative;
    display: inline-block;
}

.right-column form.cart .quantity button.plus {
    top: 0;

}

.right-column form.cart .quantity button.minus {
    bottom: 0;
    border-top: none;
}

.right-column form.cart .quantity button.plus,
.right-column form.cart .quantity button.minus {
    padding: 0;
    position: absolute;
    right: 0;
    width: 30px;
    height: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-left-color: rgba(255, 255, 255, 0.1);
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: rgba(255, 255, 255, 0.1);
    border-left-style: solid;
    border-left-width: 1px;
    border-left: none;
}

.right-column form.cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.right-column form.cart .quantity .screen-reader-text {
    display: none;
}

.right-column form.cart .single_add_to_cart_button {
    padding: 22px 40px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.25em;
    background: #f01957;
    border: 0 solid #f01957;
    -webkit-transition: background-color 0.5s, border-color 0.5s;
    -o-transition: background-color 0.5s, border-color 0.5s;
    transition: background-color 0.5s, border-color 0.5s;
    -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
    text-transform: uppercase;
}

/*.single_add_to_cart_button.button.alt::after {*/

/*	font-family: 'icomoon';*/
/*	font-style: normal;*/
/*	font-weight: normal;*/
/*	font-variant: normal;*/
/*	text-transform: none;*/
/*	line-height: 1;*/
/*	content: "\e911";*/
/*	margin-left: 15px;*/


.page-template-page-product .right-column .price,
.page-template-page-product .right-side .woocommerce-Price-amount.amount {
    font-family: "Oswald", sans-serif;
    font-size: 2.25rem;
    color: #7eddf6;
    padding: 0px;
}

.left-column .woocommerce-product-gallery__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.left-column .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child) {
    margin-right: 5px;
}

.left-column .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
    margin-bottom: 15px;
}

.left-column .wp-post-image {
    -o-object-fit: cover;
    object-fit: cover;
}

.right-column .product_meta {
    display: none;
}

.mfp-wrap .mfp-close:before,
.mfp-wrap .mfp-close:after {
    display: none;
    content: none;
}

@media (max-width: 960px) {
    .left-column .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
        width: 100%;
    }

    .product.type-product .two-columns-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;

    }

    .product.type-product .two-columns-wrapper .right-column {
        width: 100%;
    }

    .product.type-product .two-columns-wrapper .left-column {
        margin-bottom: 1em;
        width: 100%;
    }

    .right-column .price {
        margin: 0px;
    }
}

/*review*/
.rating-element .stars a::before {
    margin-right: 5px;
    font-size: 1.75em;
    font-family: 'icomoon';
    display: inline-block;
    content: "\e941";
    color: #ddd;
}

.rating-element .stars a.active-1::before {
    color: #FFD700;
    content: "\e942";
}

.rating-element .stars a.star-half.active-1::before {
    margin-right: 5px;
    font-size: 1.75em;
    font-family: 'icomoon';
    display: inline-block;
    content: "\e943";
    color: #ddd;
}

.rating-element .stars a {
    color: transparent;
}

.comment-form-comment textarea {
    padding: 3em 25px;
    display: block;
    width: 100%;
    height: auto;
    font-family: "Muli", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: color 0.5s, background-color 0.5s, border-color 0.5s;
    -o-transition: color 0.5s, background-color 0.5s, border-color 0.5s;
    transition: color 0.5s, background-color 0.5s, border-color 0.5s;
}

.comment-form .form-submit #submit {
    padding: 22px 40px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.25em;
    background: #f01957;
    border: 0 solid #f01957;
    -webkit-transition: background-color 0.5s, border-color 0.5s;
    -o-transition: background-color 0.5s, border-color 0.5s;
    transition: background-color 0.5s, border-color 0.5s;
}

#comment-right {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    grid-area: right;
    overflow: hidden;
}

#comment-left {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: left;
    overflow: hidden;
}

#comment-row {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: row;
}

#commentform {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 2fr;
    grid-template-columns: 1fr 2fr;
    grid-template-areas: "note note" "row row" "left right" "submit right";
    grid-column-gap: 10px;
    min-height: 0;
    min-width: 0;
}

#commentform .form-submit .submit {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    grid-area: submit;
    width: 100%;
}

#commentform .comment-notes {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: note;
}

@media (max-width: 1006px) {
    #commentform {
        width: 100%;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto 10px auto 10px auto 10px auto 10px auto;
        grid-template-areas: "note note" "row row" "left left" "right right" "submit submit";
        grid-row-gap: 10px;
    }

    #comment-right {
        -ms-grid-row: 7;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
    }

    #comment-left {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
    }

    #comment-row {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
    }

    #commentform .form-submit .submit {
        -ms-grid-row: 9;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
    }

    #commentform .comment-notes {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
    }
}

#sendReview input, #sendReview textarea {
    background-color: #fff9ea;
    font-family: "Muli", sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #1d232e !important;
}

#sendReview textarea {
    padding: 15px;
    margin-top: 15px;
    border: none;
    min-height: 150px;
    width: 100%;
}

#sendReview .button-container .button span {
    background: #fdc133 !important;
    border: 0 solid #fdc133 !important;
}

#sendReview .button-container {
    text-align: center;
}

#sendReview .button-container .button > .inner::before {
    background: #ffb506 !important;
    border: 0 solid #ffb506 !important;
}

.flip-card-front.hide {
    display: none;
}

.flip-card {
    background-color: transparent;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-card-inner.flip {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 10;
}

.flip-card-back.loading.light {
    position: relative
}

.flip-card-back.loading.light:after {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    opacity: 0.4;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 24px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 24px 2px rgba(0, 0, 0, 0.1);
}

.flip-card-back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-card-back .button-container {
    padding-bottom: 30px;
}

@media (max-width: 790px) {
    .flip-card-inner .flip-card-back {
        position: inherit;
    }
}

#sendReview .loader {
    position: absolute;
    z-index: 3;
    opacity: 0;
    bottom: 50px;
    left: 50%;
    width: 100px;
    height: 100px;
    display: block;
    background-image: url("../img/loader-dark.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    pointer-events: none;
}

#sendReview.loading .loader {
    opacity: 1;
}

#review_close {
    color: silver;
    display: inherit;
    cursor: pointer;
}

.rewards-list-item-container .body .icon:hover span,
.list-item-container .body .icon:hover span {
    color: white;
    cursor: pointer;
}

.list-item-container .body .icon:hover::before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.list-item-container .body .icon::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: '';
    background-color: #f01957;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.rewards-slider-component .slider-item {
    position: relative;
}

.a-link {
    color: black;
}

.icon:hover .a-link {
    color: white;
}

.cart .single_add_to_cart_button:before {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0;
    display: block;
    content: '';
    background-color: #c90d43;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.cart .single_add_to_cart_button:hover:before {
    width: 100%;
}

@media (max-width: 1220px ) {

    .product-component .buttons-container .button.has-icon.corner-top-right {
        padding: 16px 15px;

    }

    .product-component .buttons-container .single_add_to_cart_button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page-template.page-template-page-product form.add-to-cart .price {
        width: 100%;
    }

    form.add-to-cart .number-input-element {
        height: inherit;
    }

    form.add-to-cart input[type="number"].form-control {
        width: 150px;
    }

    form.add-to-cart fieldset > .inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

}

h1,
.content-section-title,
.hero-component.home .content .title
.h1 {
    text-transform: none;
}

.panel-community article ul li a {
    color: #7eddf6;
}

.panel-product-reviews article .top {
    color: #1d232e;
    margin: 0 auto 20px;
    max-width: 300px;
    text-align: center;

}

.panel-product-reviews article .top p {
    margin: .25em 0;
}

.panel-product-reviews article .top p:first-of-type {
    margin-top: 0;
}

.panel-product-reviews article .top {
    margin-bottom: 60px;
}

.panel-product-reviews article .top .highlight {
    color: #fdc133;
}

.ingredients-slider-item-container .body .title {
    margin-left: 0px;
    font-size: 4.000rem;
}

.mini-cart-element span.icon-basket {
    position: relative;
}

.minicart-amount-notification {
    position: absolute;
    top: -5px;
    left: -11px;
    font-size: 0.7em;
    background-color: #f01957;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-family: sans-serif;
}

.merch-list-component::before {
    z-index: -1 !important;
}

.order .state {
    font-weight: bold;
}

.table-orders > .row > div:nth-child(1) {
    width: 18%;
}

.table-orders > .row > div {
    width: calc((63% - 240px) / 3);
}

.table-orders > .row > div:nth-child(5) {
    width: calc((63% - 240px) / 3);
}

.table-orders > .row > div:nth-child(6) {
    width: 250px;
}

.woocommerce-notices-wrapper {
    display: none;
}

.swal2-styled.swal2-confirm {
    border: none;
    border-radius: 0% !important;
}

.swal2-styled {
    border: none;
    border-radius: 0% !important;
}

.swal2-styled:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0% !important;
}

form#order_review {

}

form#order_review #payment > fieldset {
    margin-bottom: 40px;
}

form#order_review button[type='submit'] {
    padding: 18px 20px;
    -webkit-box-shadow: 0 0 40px 0 rgba(240, 25, 87, .3);
    box-shadow: 0 0 40px 0 rgba(240, 25, 87, .3);
    font-weight: 400;
    line-height: 1.25em;
    color: #fff;
    background-color: #f01957;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
}

.ref-link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ref-link-wrapper #ref-link {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: white;
    background: #0000001c;
    border: #23131375 1px solid;
    padding: 25px 22px;
    text-decoration: none;
    font-weight: normal;
}

.monastery_cleaner .ref-link-wrapper #ref-link-copy.copied {
    background: #d5b19e;
}

.hopeful_novice .ref-link-wrapper #ref-link-copy.copied {
    background: #a3bbcd;
}

.zen_master .ref-link-wrapper #ref-link-copy.copied {
    background: #90f1ff;
}

.sensei .ref-link-wrapper #ref-link-copy.copied {
    background: #cf88fd;
}

.the_ancient_one .ref-link-wrapper #ref-link-copy.copied {
    background: #f01957;
}

.ref-link-wrapper #ref-link-copy {
    background: #1d232e;
    padding: 19px 22px;
    color: white;

}

.button.brand-2 > .inner.red,
button.brand-2 > .inner.red,
input.brand-2[type=button] > .inner.red,
input.brand-2[type=submit] > .inner.red,
input.brand-2[type=reset] > .inner.red {
    background: #f01957;
    border-color: #f01957;
}

.table-orders .buttons-container .button.no-bg.brand-2 .inner.red,
.table-orders .buttons-container button.no-bg.brand-2 .inner.red,
.table-orders .buttons-container input.no-bg.brand-2[type=button] .inner.red,
.table-orders .buttons-container input.no-bg.brand-2[type=submit] .inner.red,
.table-orders .buttons-container input.no-bg.brand-2[type=reset] .inner.red {
    color: #f01957;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul li {
    margin: 0 0;
}

select.state_select {
    padding-top: 26px;
    padding-bottom: 14px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    width: 100%;
    height: auto;
    font-family: Muli, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    background-color: rgba(0, 0, 0, .2);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: color .5s, background-color .5s, border-color .5s;
    -o-transition: color .5s, background-color .5s, border-color .5s;
    transition: color .5s, background-color .5s, border-color .5s;
}

form .form-row.validate-state label {
    top: 12px;
    left: 15px;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
}

#use-coupon .right-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

#use-coupon .form-control-group {
    margin: 5px;
    margin-right: 10px;
}

form.order fieldset.brand-color-9 {

}

form.order fieldset.brand-color-9 .legend span {
    color: #7A88A2;
}

form.order fieldset.brand-color-9 .button.brand-2 > .inner,
form.order fieldset.brand-color-9 button.brand-2 > .inner,
form.order fieldset.brand-color-9 input.brand-2[type=button] > .inner,
form.order fieldset.brand-color-9 input.brand-2[type=submit] > .inner,
form.order fieldset.brand-color-9 input.brand-2[type=reset] > .inner {
    background: #7A88A2;
    border-color: #7A88A2;
}

.ref-link-wrapper #ref-link-copy {
    -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
}

form .form-row.validate-state label {
    position: absolute;
}

.form-row.form-row-wide.address-field.validate-state.woocommerce-validated.validate-required {
    padding: 0;
    margin: 0;
    position: relative;

}

.woocommerce-billing-fields__field-wrapper #billing_state_field {
    margin: 0px;
    position: relative;
    width: 50%;
    padding: 0 5px;
}

label#billing_state {
    position: absolute;
    z-index: 1;
    top: 23px;
    left: 15px;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

select#billing_state {
    position: relative;
}

#woo_pp_ec_button_checkout {
    margin: 0 auto;
}

.table-orders .actions {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-end;
}

.woocommerce-checkout .woocommerce-message {
    display: none;
}

#merch-detail-main-image-mobile-container > figure {
    opacity: 0;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

#merch-detail-main-image-mobile-container > figure.active {
    opacity: 1;
}

.woocommerce-billing-fields__field-wrapper div#billing_state_field {

    width: 100%;
    padding: 0 0;
}

.variations select {
    border-color: rgba(255, 255, 255, .3);
    color: #fff;
    display: block;
    padding: 6px 36px 6px 13px;
    height: 61px;
}

@media (max-width: 992px) {
    .variations_form.cart {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: start !important;
        margin-top: 15px;
    }

    .single.single-product .merch-product .right-side .add-to-cart-container {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: start !important;;
        -webkit-box-align: baseline !important;;
        -ms-flex-align: baseline !important;;
        align-items: baseline !important;
    }

    .page-template.page-template-page-product form.add-to-cart .price {
        width: auto;
    }
}

a.remove-coupon {
    font-size: 12px;
    text-decoration: none;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}

a.remove-coupon.hover {
    color: #fff;
}

.premium .price .icon-logo-simple,
.align-right .icon-logo-simple,
.woocommerce-Price-currencySymbol .icon-logo-simple {
    display: inline-block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 23px;
    position: relative;
    background: #7eddf6;
    margin-left: 8px;
}

.align-right .icon-logo-simple {
    width: 10px;
    height: 10px;
    padding: 11px;
    margin-left: 4px;
}

.premium .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.merch-product .price .amount,
.align-right price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.premium .price .icon-logo-simple:before,
.align-right .icon-logo-simple:before,
.woocommerce-Price-currencySymbol .icon-logo-simple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 22px;
    color: black !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.align-right .icon-logo-simple:before {
    font-size: 16px !important;
}

table.basket tr.item .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 790px) {
    .table-orders > .row > div:nth-child(1) {
        width: 100%;
    }

    .table-orders > .row > div {
        width: 33%;
    }

    .table-orders > .row > div:nth-child(6), .table-orders > .row > div:nth-child(5) {
        width: 50%;
    }
}

label.checkbox .input-wrapper.error {
    border-color: #f01957;
}

.woocommerce-order-pay .basket-component .align-right .price {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.reviews-slider-component > .slider .slider-item .product-reviews-list-item-container {
    width: 100%;
}

/*.basket .price .icon-logo-simple{*/
/*padding-left:10px;*/
/*}*/

.flip-card-back {
    position: relative;
}

.flip-card-front {
    top: 0;
}

.list.isotope {
    margin: 0;
}

.add-product-review-container .buttons-container {
    padding-top: 45px;
}

.flip-card-back .button-container button {
    margin-bottom: 10px;
}

#sendReview textarea {
    min-height: 90px;
}

.add-product-review-container .rating-e {
    margin-top: 27px;
}

.add-product-review-container .votes {
    margin-top: 15px;
}

.product-reviews-list-component .list > .item {
    width: 380px;
}

.single.single-product .merch-product .right-side .variations_form.cart button.single_add_to_cart_button {
    white-space: nowrap;
}

.woocommerce-lost-password p.error {
    color: #f01957;
    margin-top: 0px;
}

.product-reviews-list-component .list-container > .loader {
    display: none !important;
}

.footer-bottom p {
    margin: 0 0 10px 0;
    color: #646e80;
}

@media only screen and (min-width: 1200px) {
    #footer .footer-top {
        padding-top: 100px;
        padding-bottom: 55px;
    }
}

a.remove-coins {
    font-size: 12px;
    text-decoration: none;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}

.woocommerce-order-pay ul.order_details {
    visibility: hidden;
}

.variations_form.cart {
    width: 72% !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.merch-product .price .amount, .align-right price {
    font-family: "Oswald", sans-serif;
}

.add-to-cart.simple .buttons-container,
.buttons-container.premium {
    width: 100%;
}

.article-content .video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.article-content .video-wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

form.order .form-control-group.radio.toggle-buttons label .body .bottom {
    margin-top: 5px;
}

@media (max-width: 992px) {
    #community-video-placeholder {
        width: 100%;
        height: auto;
    }
}

.product-top-reviews-count .highlight {
    color: #fdc133;
}

.product-top-reviews-count a {
    text-decoration: none;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    opacity: 1;
}

.product-top-reviews-count a:hover {
    text-decoration: none;
    opacity: 0.75;
}

.hero-component.home .slider-item .bg-image .bg-image-large {
    display: block;
}

.hero-component.home .slider-item .bg-image .bg-image-small {
    display: none;
}

@media (max-width: 480px) {
    .minicart-amount-notification {
        font-size: 0.45em;
    }

    .hero-component.home .slider-item .bg-image .bg-image-large {
        display: none;
    }

    .hero-component.home .slider-item .bg-image .bg-image-small {
        display: block;
        top: 0;
        left: 0;
        transform: initial;
        object-fit: contain;
        object-position: top;
    }
}

.hero-component.home .content .title.animated .row .text,
.hero-component.home .content .title.in-view,
.content-section-title {
    letter-spacing: -1px;
}

form.comment .buttons-container {
    bottom: 10px;
}

form.comment .g-recaptcha {
    margin-left: 4px;
}

form.order .stickers-box-wrapper,
form.order #use-coupon {
    margin-top: 25px;
}

form.order .stickers-box-wrapper .form-control-group.radio.toggle-buttons.inline > label {
    width: 80px;
    max-width: 80px;
    min-width: 80px;
    height: 80px;
}

form.order .stickers-box-wrapper .form-control-group.radio.toggle-buttons.inline > label .body {
    padding: 0px;
}

form.order .stickers-box-wrapper .form-control-group.radio.toggle-buttons.inline > label .body img {
    max-height: 100%;
}

.stickers-box-wrapper label.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.stickers-box-wrapper .body img {
    object-fit: contain;
}

.single_variation_wrap .wc-no-matching-variations.woocommerce-info {
    display: none !important;
}

.merch-product .woocommerce-Price-currencySymbol {
    display: flex;
    align-items: center;
}

.merch-product p.price {
    display: none;
}

.buyable-variable-wrapper {
    display: grid;
    grid-template-areas: "price params button";
}

.merch-product .variations {
    grid-area: params;
}

.merch-product .woocommerce-variation-add-to-cart {
    grid-area: button;
}

.merch-product .variations {
    margin-right: 4px;
}

.merch-detail-intro-component .body .add-to-cart-container {
    border-bottom: 0px;
}

.woocommerce-variation.single_variation {
    height: 100% !important;
    overflow: visible !important;
}

.merch-product.premium .woocommerce-variation.single_variation {
    display: none !important;
}

.merch-product .woocommerce-variation-price {
    padding-right: 50px;
}

@media only screen and (min-width: 992px) {
    .merch-detail-intro-component .body {
        margin-top: 30px;
    }
}

.merch-product .actions {
    display: flex;
    padding-bottom: 60px;
}

.merch-product .actions .action {
    margin-right: 25px;
}

.merch-product .actions .action a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #9da4b3;
}

.merch-product .actions .action a:hover {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
}

.merch-product .actions .action img {
    margin-right: 15px;
}

.merch-product .actions .action {
    font-weight: 400;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
}

.merch-product .actions .action span:first-of-type {
    margin-right: 20px;
    font-size: 20px;
}

.merch-product .actions .action span.icon-logo-simple.in-circle {

}

@media only screen and (min-width: 1200px) {
    .merch-detail-intro-component:before {
        height: calc(100% + 60px);
    }
}

.merch-product .product-attributes-list-component .list > .item {
    display: inline-block;
}

.single_add_to_cart_button .available {
    display: block;
}

.single_add_to_cart_button .not-available {
    display: none;
}

.single_add_to_cart_button .no-coins {
    display: none;
}

.single_add_to_cart_button.button.alt .available::after {
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e911";
    margin-left: 15px;
}

.single_add_to_cart_button.button.alt .not-available::after {
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\ebfd";
    margin-left: 15px;
}

.single_add_to_cart_button.button.alt .no-coins::after {
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\ebfd";
    margin-left: 15px;
}

.single.single-product .merch-product .right-side .variations_form.cart .single_add_to_cart_button.button.disabled {
    opacity: 1;
    background: #324357;
    border: 0 solid #324357;
}

.single.single-product .merch-product .single_add_to_cart_button.button[disabled] {
    opacity: 1;
}

.single.single-product .merch-product .single_add_to_cart_button.button[disabled] .inner {
    background: #324357;
    border: 0 solid #324357;
}

.single.single-product .merch-product .right-side .variations_form.cart .single_add_to_cart_button.button.disabled::before {
    background-color: #324357;
}

.single.single-product .merch-product .right-side .variations_form.cart .single_add_to_cart_button.button.disabled .available {
    display: none;
}

.single.single-product .merch-product .right-side .variations_form.cart .single_add_to_cart_button.button.disabled .not-available {
    display: block;
}

.single.single-product .merch-product .right-side .variations_form.cart .single_add_to_cart_button.button[disabled] .available {
    display: none;
}

.single.single-product .merch-product .right-side .variations_form.cart .single_add_to_cart_button.button[disabled] .not-available {
    display: block;
}

.single.single-product .merch-product .right-side .single_add_to_cart_button.button[disabled] .available {
    display: none;
}

.single.single-product .merch-product .right-side .single_add_to_cart_button.button[disabled] .not-available {
    display: block;
}

.single.single-product .merch-product .right-side .variations_form.cart .single_add_to_cart_button.button.no-coins[disabled] .available {
    display: none;
}

.single.single-product .merch-product .right-side .variations_form.cart .single_add_to_cart_button.button.no-coins[disabled] .not-available {
    display: none;
}

.single.single-product .merch-product .right-side .variations_form.cart .single_add_to_cart_button.button.no-coins[disabled] .no-coins {
    display: block;
}

.single.single-product .merch-product .right-side .single_add_to_cart_button.button.no-coins[disabled] .available {
    display: none;
}

.single.single-product .merch-product .right-side .single_add_to_cart_button.button.no-coins[disabled] .not-available {
    display: none;
}

.single.single-product .merch-product .right-side .single_add_to_cart_button.button.no-coins[disabled] .no-coins {
    display: block;
}

.single.single-product .merch-product .right-side .variations_form.cart button.single_add_to_cart_button[disabled] {
    opacity: 1;
    background: #324357;
    border: 0 solid #324357;
}

.single.single-product .merch-product .right-side .variations_form.cart button.single_add_to_cart_button[disabled]::before {
    background-color: #324357;
}

.single_add_to_cart_button.button.alt .available::after {
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e911";
    margin-left: 15px;
}

.single_add_to_cart_button.button.alt .not-available::after {
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\ebfd";
    margin-left: 15px;
}

.single_add_to_cart_button.button.alt .no-coins::after {
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\ebfd";
    margin-left: 15px;
}

.single.single-product #bottom-fixed-sidebar {
    display: none;
!important;
}

@media (max-width: 991px) {
    .merch-product .product-attributes-list-component .list > .item {
        display: block;
    }

    .single.single-product .merch-product .right-side button.single_add_to_cart_button {
        width: auto !important;
    }
}

@media (max-width: 680px) {
    .buyable-variable-wrapper {
        grid-template-areas: "price" "params" "button";
    }
}

.merch-detail-component #merch-detail-main-image-mobile-container figure:after {
    background-image: radial-gradient(closest-side, rgba(31, 36, 47, 0) 90%, #1f242f4a 100%);
}

.merch-list-item-container figure:after {
    background: none !important;
}

.stickers-box-wrapper {
    margin-bottom: 25px;
}

@media only screen and (max-width: 480px) {
    .stickers-box-wrapper .form-control-group.radio.toggle-buttons {
        flex-direction: initial;
    }
}

.icon-tree:before {
    content: "\ec14";
}

#header-primary-nav-container .main-menu-label {
    display: none;
}

#header-primary-nav-container .has-label .main-menu-label {
    display: block;
    position: absolute;
    font-size: 10px;
    top: 22px;
    left: auto;
    right: calc(100% - 24px);
    background-color: #f01957;
    border-radius: 10px 10px 10px 10px;
    padding: 0px 4px;
}

#header-compact-nav-container .main-menu-label {
    display: none;
}

#header-compact-nav-container .has-label .main-menu-label {
    display: block;
    position: absolute;
    font-size: 10px;
    top: initial;
    right: -30px;
    background-color: #f01957;
    border-radius: 10px 10px 10px 10px;
    padding: 0px 4px;
}

section.posters-preview {
    padding: 210px 0 600px;
    text-align: center;
    position: relative;
}

section.posters-preview:before {
    content: '';
    position: absolute;
    display: block;
    background: url("../img/content/posters/posters-page-lamp.png") no-repeat top;
    left: -1%;
    background-size: contain;
    top: 0;
    width: 45%;
    height: 700px;
}

section.posters-preview .posters-previews-group {
    display: flex;
    justify-content: space-between;
}

section.posters-preview .posters-previews-group figure {
    width: 100%;
    position: absolute;
    top: -70px;
    pointer-events: none;
    z-index: -1;
}

section.posters-preview .posters-previews-group figure:first-child {
    max-width: 608px;
    left: calc(50% - 470px);
}

section.posters-preview .posters-previews-group figure:last-child {
    max-width: 586px;
    right: calc(50% - 604px)
}

section.posters-preview .page-header .label {
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    display: inline-block;
    padding: 14px 30px;
    line-height: 1;
    background: #f01957;
    font-family: Oswald, sans-serif;
    font-weight: 400;
    position: relative;
    z-index: 11;
}

section.posters-preview .page-header .title {
    font-size: 130px;
    text-transform: uppercase;
    letter-spacing: -2px;
    position: relative;
    z-index: 11;
}

section.about-posters {
    padding: 35px 0;
    text-align: center;
}

section.about-posters h4,
section.about-posters p {
    max-width: 715px;
    margin-left: auto;
    margin-right: auto;
}

section.about-posters h4 {
    font-size: 20px;
    font-family: Muli, sans-serif;
    font-weight: 700;
}

section.about-posters p {
    color: #abb7bd;
}

section.about-posters strong {
    color: white;
    font-weight: 700;
}

.icon-hand:before {
    content: "\ec15";
}

.icon-map:before {
    content: "\ec16";
}

.icon-retro:before {
    content: "\ec17";
}

.icon-diamond:before {
    content: "\ec18";
}

.icon-weight:before {
    content: "\ec19";
}

.icon-size:before {
    content: "\ec1a";
}


.icon-shorts:before {
    content: "\ec14";
}
.icon-click:before {
    content: "\ec15";
}
.icon-flower:before {
    content: "\ec16";
}
.icon-measurement:before {
    content: "\ec17";
}
.icon-package-02:before {
    content: "\ec18";
}
.icon-no-vision:before {
    content: "\ec19";
}
.icon-pill:before {
    content: "\e946";
}

.poster-model-box {
    padding: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 55px;
}

.poster-model-box:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/bg-dots-light.svg);
    background-size: 10px 10px;
    z-index: -1;
    opacity: .1;
}

.poster-model-box .mark {
    position: absolute;
    text-align: left;
}

.poster-model-box .mark .mark-title {
    font-size: 20px;
    line-height: 1;
    margin: 0;
    color: white;
    text-transform: uppercase;
    font-weight: 400;
}

.poster-model-box .mark .mark-title:before {
    color: #f01957;
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: -30px;
}

.poster-model-box .mark .mark-title.size:before {
    content: "\ec1a";
}

.poster-model-box .mark .mark-title.weight:before {
    content: "\ec19";
}

.poster-model-box .preview {
    position: relative;
}

.poster-model-box .mark .mark-desc {
    margin: 10px 0 0;
    color: #82959e;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Oswald, sans-serif;
    line-height: 1.1;
}

.poster-model-box .mark:first-of-type {
    bottom: 25px;
    left: -125px;
}

.poster-model-box .mark:last-of-type {
    top: 25px;
    right: -180px;
}

.poster-model-box .mark:before {
    content: '';
    height: 1px;
    width: 195px;
    border-bottom: 1px dashed white;
    position: absolute;
    display: block;
    top: 10px;
}

.poster-model-box .mark:first-of-type:before {
    left: calc(100% + 25px);
}

.poster-model-box .mark:last-of-type:before {
    right: calc(100% + 55px);;
}

.poster-product-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.poster-product-box:nth-child(2) {
    flex-direction: row-reverse;
}

.poster-product-box .poster-product-title {
    font-weight: 900;
    font-size: 54px;
    font-family: "Sofia Pro", sans-serif;
    text-transform: uppercase;
    margin-top: 0;
}

.poster-product-box .text {
    max-width: 480px;
    margin: 0 75px;
}

.poster-product-box ul li {
    color: white;
    font-size: 16px;
}

.poster-product-box .preview {
    position: relative;
}

.poster-product-box .preview .element-wrapper {
    position: absolute;
}

.poster-product-box .preview .element-wrapper-2 {
    top: 60px;
    right: -15px;
}

.poster-product-box .preview .element-wrapper-3 {
    bottom: 20px;
    left: -12px;
}

.poster-product-box .preview .element-wrapper-1 {
    right: -10px;
    top: 31%;
}

.poster-product-box:first-child {
    margin-bottom: 100px;
}

section.posters-product {
    padding: 65px 0 80px;
}

.poster-product-box .poster-desc {
    margin: 40px 0 50px;
}

.poster-product-box .poster-desc li {
    position: relative;
    padding-left: 40px;
}

.poster-product-box .poster-desc li:before {
    content: none;
}

.poster-product-box .poster-desc .icon {
    color: #646e80;
    display: inline-block;
    width: 25px;
    margin-right: 5px;
    font-size: 20px;
    top: 6px;
    left: 0;
    position: absolute;
}

.poster-product-box .poster-desc .icon.icon-photo-01 {
    left: -2px;
    top: 5px;
    font-size: 24px;
}

.poster-product-box .preview img {
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
}

section.posters-order-info {
    padding: 80px 0 100px;
}

.posters-order-info-box {
    background: #f01957;
    display: flex;
    justify-content: space-between;
    padding: 50px 75px;
    overflow: hidden;
}

.posters-order-info-box .info {
    color: #1f242f;
    /*max-width: 400px;
    width: 100%;*/
    width: 40.45%;
    position: relative;
}

.posters-order-info-box .info:before,
.posters-order-info-box .info:after {
    content: '';
    width: 2px;
    height: calc(50% + 69px);
    background: #1d232e;
    display: block;
    position: absolute;
    left: calc(100% + 105px);
}

.posters-order-info-box .info:before {
    transform: rotate(-20deg);
    top: -60px;
}

.posters-order-info-box .info:after {
    transform: rotate(20deg);
    bottom: -60px;
}

.posters-order-info-box .posters-order-form {
    /*max-width: 360px;
    width: 100%;*/
    width: 36.38%;
}

.posters-order-info-box .order-info-title {
    font-weight: 900;
    font-size: 45px;
    font-family: "Sofia Pro", sans-serif;
    text-transform: uppercase;
    margin-top: 0;
}

.posters-order-info-box .info p {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
}

.posters-order-info-box p:last-child {
    margin-bottom: 0;
}

.posters-order-info-box .info figure {
    margin: 50px 0 25px;
}

.posters-order-info-box fieldset .inner {
    display: flex;
}

.posters-order-info-box .form-control-group {
    margin: 0;
}

.posters-order-info-box .form-control {
    color: #1d232e;
    background-color: #fff;
    border-color: transparent;
}

.posters-order-info-box .number-input-element button {
    color: #1d232e;
    background-color: #fff;
    border-color: transparent;
}

.posters-order-info-box .number-input-element button:hover {
    color: #fff;
    background-color: #1d232e;
}

.posters-order-info-box .number-input-element {
    padding-right: 31px;
}

.posters-order-info-box .number-input-element button.minus {
    height: calc(50% - 1px);
}

.posters-order-info-box .buttons-container {
    margin-left: 5px;
}

.posters-order-checkbox-box {
    position: relative;
}

.posters-order-checkbox-box input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.posters-order-checkbox-box .poster-preview {
    position: relative;
}

.posters-order-checkbox-box .poster-preview img {
    vertical-align: middle;
    filter: grayscale(100%);
    transition: all .3s;
    opacity: .5;
}

.posters-order-checkbox-box .label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    color: #1f242f;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Oswald", sans-serif;
    transition: all .3s;
    opacity: 0;
    padding: 4px;
}

.posters-order-checkbox-box {
    padding: 5px;
    transition: all .3s;
    border-radius: 3px;
    border: 2px solid rgba(31, 36, 47, 0.2);
    cursor: pointer;
}

.posters-order-checkbox-box.checked .poster-preview .label {
    opacity: 1;
}

.posters-order-checkbox-box.checked .poster-preview img,
.posters-order-checkbox-box:hover .poster-preview img {
    filter: grayscale(0);
    opacity: 1;
}

.posters-order-checkbox-box.checked,
.posters-order-checkbox-box:hover {
    border: 2px solid #1f242f;
}

.posters-order-info-box fieldset .inner .posters-order-checkbox-box:first-child {
    margin-right: 10px;
}

.posters-order-info-box .posters-order-form-title {
    text-transform: uppercase;
    font-size: 15px;
    color: white;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    margin: 0 0 25px;
}

.posters-order-info-box fieldset {
    margin-bottom: 25px;
}

body.page-template-page-xmas-gift {
    background-image: url("../img/content/posters/background.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-color: #191e26;
    position: relative;
}

body.page-template-page-xmas-gift:before {
    content: '';
    left: 0;
    right: 0;
    bottom: 60%;
    height: 339%;
    display: block;
    background: url("../img/content/posters/body-before.png") no-repeat center;
    position: absolute;
    z-index: -1;
}

body.page-template-page-xmas-gift:after {
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 60%;
    display: block;
    background: url("../img/content/posters/body-after.png") repeat-y center;
    position: absolute;
    z-index: -1;
}

body.page-template-page-xmas-gift #footer {
    background: #191e26;
}

@media (max-width: 1220px) {
    section.posters-preview .posters-previews-group figure {
        top: 0;
    }

    section.posters-preview .posters-previews-group figure:first-child {
        max-width: 508px;
        left: calc(50% - 380px);
    }

    section.posters-preview .posters-previews-group figure:last-child {
        max-width: 486px;
        right: calc(50% - 520px);
    }

    section.posters-preview {
        padding-bottom: 500px;
    }

    body.page-template-page-xmas-gift {
        background-size: 1570px;
    }

    .posters-order-info-box .order-info-title {
        font-size: 55px;
    }

}

@media (max-width: 991px) {
    section.posters-preview:before {
        content: none;
    }

    section.posters-preview {
        padding-top: 155px;
    }

    section.posters-preview .page-header .title {
        font-size: 95px;
    }

    section.posters-preview .posters-previews-group figure:first-child {
        max-width: 52.2%;
        left: 9%;
    }

    section.posters-preview .posters-previews-group figure:last-child {
        max-width: 50%;
        right: -1.5%;
    }

    .poster-model-box .mark:before {
        width: 125px;
    }

    .poster-model-box .mark:first-of-type {
        left: -50px;
    }

    .poster-model-box .mark:last-of-type {
        right: -100px;
    }

    .poster-product-box .poster-product-title {
        font-size: 45px;
    }

    .poster-product-box .text {
        margin: 0 50px;
    }

    .posters-order-info-box .info:before, .posters-order-info-box .info:after {
        height: calc(50% + 66px);
        left: calc(100% + 55px);
    }

    .posters-order-info-box .info:before {
        transform: rotate(-15deg);
    }

    .posters-order-info-box .info:after {
        transform: rotate(15deg);
    }

    .posters-order-info-box {
        padding: 35px;
    }

    .posters-order-info-box .posters-order-form {
        width: 40%;
    }
}

@media (max-width: 767px) {
    section.posters-preview .posters-previews-group figure {
        position: relative;
    }

    .poster-product-box {
        flex-direction: column-reverse;
    }

    .poster-product-box:nth-child(2) {
        flex-direction: column-reverse;
    }

    .poster-product-box .preview {
        margin-bottom: 35px;
    }

    .poster-product-box .text {
        margin: 0;
    }

    .posters-order-info-box {
        flex-direction: column;
        padding: 50px 35px;
        max-width: 506px;
        margin: 0 auto;
    }

    .posters-order-info-box .info {
        width: 100%;
        text-align: center;
        padding-bottom: 100px;
    }

    .posters-order-info-box .info p {
        margin: 0 auto;
        max-width: 375px;
    }

    .posters-order-info-box .info figure {
        text-align: center;
    }

    .posters-order-info-box .info figure img {
        display: inline-block;
    }

    .posters-order-info-box .posters-order-form {
        width: 100%;
    }

    .posters-order-info-box .info:before {
        transform: rotate(-15deg);
    }

    .posters-order-info-box .info:after {
        transform: rotate(15deg);
    }

    .posters-order-info-box .posters-order-form {
        max-width: 300px;
        margin: 0 auto;
    }

    .posters-order-info-box .info:before,
    .posters-order-info-box .info:after {
        width: calc(50% + 42px);
        height: 2px;
        bottom: 55px;
    }

    .posters-order-info-box .info:before {
        top: auto;
        right: auto;
        left: -40px;
        transform: rotate(10deg);
    }

    .posters-order-info-box .info:after {
        top: auto;
        right: -40px;
        left: auto;
        transform: rotate(-10deg);
    }

    section.posters-order-info {
        padding-top: 40px;
    }

    section.posters-product {
        padding-bottom: 40px;
    }

    .poster-product-box:first-child {
        margin-bottom: 50px;
    }

    section.posters-preview {
        padding-bottom: 0;
    }

    section.posters-preview .posters-previews-group {
        /*margin-top: -275px;*/
        margin-top: -36vw;
    }

    section.posters-preview .posters-previews-group figure:first-child {
        max-width: 60%;
        left: 0;
        width: 60%;
        min-width: 60%;
    }

    section.posters-preview .posters-previews-group figure:last-child {
        max-width: 60%;
        right: 0;
        width: 60%;
        min-width: 60%;
        margin-left: -10%;
    }

    body.page-template-page-xmas-gift {
        background-size: 1000px;
    }

    section.about-posters {
        padding: 0;
    }

    section.posters-preview {
        overflow-x: hidden;
    }
}

@media (max-width: 650px) {
    .poster-model-box {
        justify-content: flex-start;
        padding-left: 15px;
    }

    .poster-model-box .preview {
        max-width: 300px;
        width: 75%;
        margin: 0 auto;
        right: 10%;
    }

    .poster-model-box .mark:first-of-type {
        left: auto;
        right: -125px;
    }

    .poster-model-box .mark:first-of-type:before {
        left: auto;
        right: calc(100% + 45px);
    }

    .poster-model-box .mark:last-of-type:before {
        right: calc(100% + 45px);
    }

    .poster-model-box .mark:last-of-type {
        right: -100px;
        top: 15px;
    }

    .poster-model-box .mark:before {
        width: 70px;
    }

    section.about-posters h4 {
        margin-top: 25px;
    }

    section.posters-preview .page-header .title {
        font-size: 75px;
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .poster-model-box .preview {
        width: 70%;
    }

    .posters-order-info-box .order-info-title {
        font-size: 40px;
    }

    section.posters-preview .posters-previews-group {
        /*margin-top: -150px;*/
    }

    body.page-template-page-xmas-gift {
        background-size: 600px;
    }

    section.posters-preview .page-header .title {
        font-size: 55px;
    }

    .poster-model-box .preview {
        max-width: initial;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .poster-model-box .mark {
        position: relative;
        margin-top: 25px;
    }

    .poster-model-box {
        padding: 25px;
    }

    .poster-model-box .preview {
        right: 0;
    }

    .poster-model-box .mark:first-of-type,
    .poster-model-box .mark:last-of-type {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .poster-model-box .mark:before {
        display: none;
    }

    .poster-model-box .mark:first-of-type {
        margin-left: 35px;
    }
}

@media (max-width: 400px) {
    .posters-order-info-box fieldset:nth-of-type(2) > .inner {
        flex-direction: column;
    }

    .posters-order-info-box .buttons-container {
        margin-top: 5px;
        margin-left: 0;
    }

    .poster-model-box .mark:first-of-type {
        margin-right: 37px;
        margin-bottom: 5px;
    }

    .poster-model-box .preview {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 350px) {
    section.posters-preview .page-header .title {
        font-size: 50px;
    }
}

section.about-posters h4.poster-title-like {
    font-weight: 900;
    font-size: 54px;
    font-family: "Sofia Pro", sans-serif;
    text-transform: uppercase;
    margin-top: 60px;
    line-height: 1.125em;
}

@media (max-width: 991px) {
    section.about-posters h4.poster-title-like {
        font-size: 45px;
        line-height: 1.125em;
    }
}

#header {

    z-index: 12;
}

.posters-order-checkbox-box.disabled:hover {
    cursor: not-allowed;
}

.posters-order-checkbox-box.disabled:hover .poster-preview img {
    filter: grayscale(100%);
    opacity: .5;
}

.accordion-component .item.science-accordion {
    background-color: rgba(146, 230, 95, .1);
    color: #92e65f;
}

.accordion-component .item.science-accordion .header {
    display: flex;
}

.accordion-component .item.science-accordion .icon {
    font-size: 20px;
}

.accordion-component .item.science-accordion .title {
    color: #92e65f;
    padding-left: 60px;
    font-size: .9375rem;
    font-family: Oswald, sans-serif;
    font-weight: 400;
}

.accordion-component .item.science-accordion .opacity {
    opacity: .5;
}

.accordion-component .item.science-accordion .underline {
    text-decoration: underline;
}

.accordion-component.green .item:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    content: '';
    width: 2px;
    background-color: #92e65f;
}

.accordion-component.green .accordion > .item > .header:after {
    color: #92e65f;
}

.accordion-component.green ul li:before {
    background-color: #92e65f;
}

.accordion-component.green ul li a {
    color: #92e65f;
}

.method-id-balikovna .form-control-group.has-effect .form-control {
    padding-top: 14px;
}

form.order .form-control-group.radio.toggle-buttons label .body .title {
    margin-bottom: 15px;
}

form.order .form-control-group.radio.toggle-buttons label .body {
    padding: 20px 20px;
}

.popup-napostu-cz-body {
    color: white;
}

#popup-napostu-cz p {
    margin: 0 !important;
}

.button#napostu-cz-open > .inner {
    height: 49px !important;
}

.button#changePobocku > .inner {
    height: 49px !important;
}

#popup-napostu-cz {
    background-image: radial-gradient(circle at top right, rgba(126, 221, 246, .25) 0, transparent 20%, transparent 100%), radial-gradient(circle at top left, rgba(240, 25, 87, .25) 0, transparent 20%, transparent 100%), url(../img/bg-pattern.png);
}

.branch-list-item.selected-item, .branch-list-item:hover {
    background: #161a22;
}

.napostu-cz-body-right footer .popup-napostu-cz-submit {
    width: 100%;
    padding: 6px 100px;
    background: #f01957;
}

#advanced-autocomplete {
    background: #eee;
    color: #161a22;
    max-width: 100% !important;
}

#changePobocku {
    display: none;
    min-width: 170px;
    margin-right: 10px;

}

#postaPobockaName {
    display: none;
    height: 50px;
    font-size: 14px;
}

#balikovna_id {
    font-size: 14px;
}

.branch-list {
    border-left: none;
}

.shipping-balikovna-additional-fields {
    display: none;
    margin-top: 40px;
}

.shipping-napostu-additional-fields {
    display: none;
    margin-top: 40px;
}

.shipping-balikovna-additional-fields #balikovna_id {
    padding-top: 14px;
}

.shipping-napostu-additional-fields > div {
    display: flex;
}

#postaPobockaName {
    border-color: rgba(255, 255, 255, .3);
    opacity: 1;
    background-color: rgba(0, 0, 0, .2);
}

#postaPobockaName:hover {
    cursor: not-allowed;
}

.special-methods-wrapper {
    width: 100%;
    margin: 0 5px;
}

@media (max-width: 480px) {
    .shipping-napostu-additional-fields > div {
        flex-direction: column;
    }

    .shipping-napostu-additional-fields > div #changePobocku {

        text-align: center;
    }

    .shipping-napostu-additional-fields > div #postaPobockaName {
        margin-top: 20px;
        margin-right: 10px;
        width: calc(100% - 10px);
    }
}

.panel-madmonq-rewards-new {
    background-color: #1e242f;
}

.panel-madmonq-rank-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    background-image: url(../img/bg-.png);
    position: relative;
    background-repeat: repeat-y;
    background-size: cover;
}

.panel-madmonq-rank-mini-box {
    display: flex;
    position: relative;
}

.panel-madmonq-rank-mini-box p {
    color: #76849d;
    margin: 0;
    font-size: 11px;
}

.panel-madmonq-rank-mini-box .progress {
    background-color: #1e242f;
    border: none;
    height: 100%;
}

.progress-bar-wrapper {
    position: relative;
    height: 42px;
    display: block;
    margin-left: 10px;
    width: 150px;
    background: #1b212b;
}

.progress-bar-wrapper .progress-bar-line {
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
}

.progress-bar-wrapper > .progress-bar-line:nth-of-type(1) {
    left: 0;
}

.progress-bar-wrapper > .progress-bar-line:nth-of-type(2) {
    left: calc(50% - 1px);
}

.progress-bar-wrapper > .progress-bar-line:nth-of-type(3) {
    left: calc(100% - 1px);
}

.monastery_cleaner .panel-madmonq-rank-mini-box .progress {
    background: #d5b19e;
}

.hopeful_novice .panel-madmonq-rank-mini-box .progress {
    background: #a3bbcd;
}

.zen_master .panel-madmonq-rank-mini-box .progress {
    background: #90f1ff;
}

.sensei .panel-madmonq-rank-mini-box .progress {
    background: #cf88fd;
}

.the_ancient_one .panel-madmonq-rank-mini-box .progress {
    background: #f01957;
}

.icon-finance-57.the_ancient_one {
    color: #f01957;
    font-size: 40px;
    margin-right: 0.5em;
}

.icon-finance-57.monastery_cleaner {
    color: #d5b19e;
    font-size: 40px;
    margin-right: 0.5em;
}

.ref-link-wrapper #ref-link.input:selection {
    background: #73777d;
}

.icon-finance-57.hopeful_novice {
    color: #a3bbcd;
    font-size: 40px;
    margin-right: 0.5em;
}

.icon-finance-57.zen_master {
    color: #90f1ff;
    font-size: 40px;
    margin-right: 0.5em;
}

.icon-finance-57.sensei {
    color: #cf88fd;
    font-size: 40px;
    margin-right: 0.5em;
}

.panel-madmonq-rank-mini-box .highlight {
    font-weight: 300;
    font-size: 26px;
    margin-bottom: 0px;
}

.monastery_cleaner.highlight {
    color: #d5b19e;
}

.hopeful_novice.highlight {
    color: #a3bbcd;
}

.zen_master.highlight {
    color: #90f1ff;
}

.sensei.highlight {
    color: #cf88fd;
}

.the_ancient_one.highlight {
    color: #f01957;
}

#referal-program-panel {
    margin-top: 100px;
}

#referal-program-panel {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    background-color: #242b37;
    /*border-width: 2px;*/
    /*border-style: solid;*/
    /*border-image: linear-gradient(to bottom, #f01957, rgba(0, 0, 0, 0)) 1 100%;*/
    /*border-right: 0;*/

}

#referal-program-panel {
    position: relative;
}

#referal-program-panel:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: -3px;
    width: 1px;
}

.monastery_cleaner #referal-program-panel:after {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#746763), to(transparent));
    background-image: -webkit-linear-gradient(#746763, transparent);
    background-image: -moz-linear-gradient(#746763, transparent);
    background-image: -o-linear-gradient(#746763, transparent);
    background-image: linear-gradient(#746763, transparent);
}

.hopeful_novice #referal-program-panel:after {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a3bbcd), to(transparent));
    background-image: -webkit-linear-gradient(#a3bbcd, transparent);
    background-image: -moz-linear-gradient(#a3bbcd, transparent);
    background-image: -o-linear-gradient(#a3bbcd, transparent);
    background-image: linear-gradient(#a3bbcd, transparent);
}

.zen_master #referal-program-panel:after {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#90f1ff), to(transparent));
    background-image: -webkit-linear-gradient(#90f1ff, transparent);
    background-image: -moz-linear-gradient(#90f1ff, transparent);
    background-image: -o-linear-gradient(#90f1ff, transparent);
    background-image: linear-gradient(#90f1ff, transparent);
}

.sensei #referal-program-panel:after {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cf88fd), to(transparent));
    background-image: -webkit-linear-gradient(#cf88fd, transparent);
    background-image: -moz-linear-gradient(#cf88fd, transparent);
    background-image: -o-linear-gradient(#cf88fd, transparent);
    background-image: linear-gradient(#cf88fd, transparent);
}

.the_ancient_one #referal-program-panel:after {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f01957), to(transparent));
    background-image: -webkit-linear-gradient(#f01957, transparent);
    background-image: -moz-linear-gradient(#f01957, transparent);
    background-image: -o-linear-gradient(#f01957, transparent);
    background-image: linear-gradient(#f01957, transparent);
}

#referal-program-panel:before {
    content: "";
    position: absolute;
    right: -3px;
    height: 1px;
    left: 0px;
}

.monastery_cleaner #referal-program-panel:before {

    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#746763), to(transparent));
    background-image: -webkit-linear-gradient(left, #746763, transparent);
    background-image: -moz-linear-gradient(left, #746763, transparent);
    background-image: -o-linear-gradient(left, #746763, transparent)
}

.hopeful_novice #referal-program-panel:before {

    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#a3bbcd), to(transparent));
    background-image: -webkit-linear-gradient(left, #a3bbcd, transparent);
    background-image: -moz-linear-gradient(left, #a3bbcd, transparent);
    background-image: -o-linear-gradient(left, #a3bbcd, transparent)
}

.zen_master #referal-program-panel:before {

    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#90f1ff), to(transparent));
    background-image: -webkit-linear-gradient(left, #90f1ff, transparent);
    background-image: -moz-linear-gradient(left, #90f1ff, transparent);
    background-image: -o-linear-gradient(left, #90f1ff, transparent)
}

.sensei #referal-program-panel:before {

    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#cf88fd), to(transparent));
    background-image: -webkit-linear-gradient(left, #cf88fd, transparent);
    background-image: -moz-linear-gradient(left, #cf88fd, transparent);
    background-image: -o-linear-gradient(left, #cf88fd, transparent)
}

.the_ancient_one #referal-program-panel:before {

    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#f01957), to(transparent));
    background-image: -webkit-linear-gradient(left, #f01957, transparent);
    background-image: -moz-linear-gradient(left, #f01957, transparent);
    background-image: -o-linear-gradient(left, #f01957, transparent)
}

#referal-program-panel p {
    margin: 0px;
}

#referal-program-panel ul {
    list-style: none;
}

#referal-program-panel h3 {
    font-weight: 300;
    font-size: 16px;
}

#referal-program-panel .left-column p {
    color: #abb7bd;
    font-size: 14px;
}

.ref-link-wrapper {
    margin-top: 0px;
    margin-bottom: 50px;
}

#referal-program-panel .left-column {
    width: 40%;
    padding: 2em;
}

#referal-program-panel .right-column {
    width: 60%;
    padding: 2em;
}

#hero-panel {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    padding: 1em;
    justify-content: space-between;
    align-items: center;
}

#hero-panel h2 {
    margin-bottom: 0px;
}

#hero-panel .icon-monq {
    font-size: 7em !important;
    text-align: center;
}

#hero-panel > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    margin-right: 15px;
}

#hero-panel > div:last-of-type {
    flex-direction: column;
}

#hero-panel h3 {
    font-size: 30px;
    font-weight: 300;
}

#hero-panel > div:nth-of-type(4) {
    max-width: 40%;
}

.update-image {
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
    width: 160px;
    padding: 19px 22px;
    color: white;
}

.update-image:hover {
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
    background-color: rgba(0, 0, 0, 0);
}

.panel-madmonq-rank-mini-box:nth-of-type(1) {
    width: 10%;
    height: 115px;
    background: #1e242f;
    z-index: 1;
    position: relative;
    margin-right: 2em;
}

.panel-madmonq-rank-mini-box {
    padding-top: 2em;
    padding-bottom: 2em;
    width: 30%;
    align-items: center;
    justify-content: center;
}

.panel-madmonq-rank-mini-box:after {
    content: '';
    display: block;
    width: 1px;
    background: grey;
    height: 43px;
    position: absolute;
    right: 0;
}

.panel-madmonq-rank-mini-box:nth-of-type(1):after {
    display: none;
}

.panel-madmonq-rank-mini-box:nth-of-type(4):after {
    display: none;
}

.button-box {
    display: flex;
    opacity: 1;
    pointer-events: all;
}

/*.panel-madmonq-rewards-new .highlight{*/
/*text-transform: uppercase;*/
/*}*/

#rank_image_badge {
    position: absolute;
    top: -2em;
    left: -3em;
    z-index: 9;
}

.the_ancient_one #rank_image_badge {
    top: inherit;
}

#ref-link::selection,
#ref-link::-moz-selection {
    background: #92959b;
}

.madmonq-rewards .button.small {
    background-color: #191e26 !important;
    -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
}

.madmonq-rewards .button.small:hover {
    -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
}

table.madmonq-rewards tr td.title .tooltip {
    text-decoration: none;
    font-weight: 300;
}

.madmonq-rewards .reward .icon-logo-simple.in-circle {
    color: black !important;
    background-color: white !important;
}

.referral-program-box {
    margin-bottom: 2em;
}

table.madmonq-rewards tr td.reward [class^="icon-"]::before,
table.madmonq-rewards tr td.reward [class*=" icon-"]::before {
    color: black !important;
}

table.madmonq-rewards tr td.reward [class*=" icon-"], table.madmonq-rewards tr td.reward [class^="icon-"] {
    background: white !important;
}

#hero-panel p {
    margin: 0px;
    color: #a3bbcd;
    font-size: 14px;
    text-align: center
}

#hero-panel {
    position: relative;
}

#add-code-wrapper {
    display: none;
    margin-top: 7px;
    align-items: center;
    opacity: 1;
    pointer-events: all;
}

#add-code-wrapper.show {
    display: flex !important;
}

#add-code-wrapper input {
    color: white;
    background: #0000001c;
    border: #23131375 1px solid;
    padding: 25px 22px;
}

.button-box #placeholder {
    width: 100px;
    height: 70px;
    object-fit: fill;
    border: 1px solid #d0caca;
}

.button-box #placeholder.uploaded {
    object-fit: cover;
}

#add-code-wrapper button {
    -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
    background: #1d232e;
    padding: 19px 22px;
    color: white;
}

#hero-panel {
    position: relative;
    overflow: hidden;
}

#hero-panel:after {
    content: "";
    top: 13px;
    right: -24px;
    display: block;
    width: 100px;
    height: 25px;
    position: absolute;
    z-index: 20;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hero-panel:before {
    content: "";
    bottom: 4px;
    left: -9px;
    display: block;
    width: 36px;
    height: 10px;
    position: absolute;
    z-index: 20;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.monastery_cleaner #hero-panel:after,
.monastery_cleaner #hero-panel:before {
    background-color: #746763;
}

.zen_master #hero-panel:after,
.zen_master #hero-panel:before {
    background-color: #90f1ff;
}

.hopeful_novice #hero-panel:after,
.hopeful_novice #hero-panel:before {
    background-color: #a3bbcd;
}

.sensei #hero-panel:after,
.sensei #hero-panel:before {
    background-color: #cf88fd;
}

.the_ancient_one #hero-panel:after,
.the_ancient_one #hero-panel:before {
    background-color: #f01957;
}

#add-code-wrapper.loading {
    opacity: 0.5;
    pointer-events: none;
}

.button-box.loading {
    opacity: 0.5;
    pointer-events: none;
}

.monastery_cleaner #rank_image_badge {
    left: 1em;
}

.zen_master #rank_image_badge,
.hopeful_novice #rank_image_badge,
.sensei #rank_image_badge {
    left: 0em;
}

.the_ancient_one #rank_image_badge {
    left: -2em;
}

@media (max-width: 1200px) {
    #add-code-wrapper button {
        width: 40%;
        font-size: 12px;
    }

    #add-code-wrapper input {
        width: 52%;
    }

    #hero-panel {
        justify-content: center;
        flex-wrap: wrap;
    }

    .progress-bar-wrapper {
        display: none;
    }
}

@media (max-width: 990px ) {
    #hero-panel > div:nth-of-type(4) {
        max-width: 100%;
        margin-bottom: 1em;
    }

    .panel-madmonq-rank-mini-box > div {
        text-align: center;
    }

    .the_ancient_one #rank_image_badge {
        left: 0em;
    }

    .zen_master #rank_image_badge,
    .hopeful_novice #rank_image_badge,
    .sensei #rank_image_badge {
        left: 1em;
    }

    .progress-bar-wrapper {
        display: block;
    }

    .panel-madmonq-rank-section {
        display: flex;
        flex-direction: column;
    }

    #hero-panel {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #hero-panel > div:nth-of-type(3) {
        max-width: 100%;
    }

    #referal-program-panel {
        flex-direction: column;
    }

    #referal-program-panel .left-column,
    #referal-program-panel .right-column {
        width: 100%;
    }

    .ref-link-wrapper {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .panel-madmonq-rank-mini-box {
        width: 100%;
        justify-content: center;
        flex-direction: column;
    }

    .panel-madmonq-rank-mini-box:after {
        display: none;
    }

    .panel-madmonq-rank-section {
        background-image: none;
        position: relative;
        z-index: 2;
    }

    .panel-madmonq-rank-section:after {
        content: "";
        display: block;
        width: 100%;
        height: 90%;
        background: #192026;
        position: absolute;
        top: 6em;
        z-index: -1;
    }

    /*.panel-madmonq-rank-mini-box:nth-of-type(2),*/
    /*.panel-madmonq-rank-mini-box:nth-of-type(3),*/
    /*.panel-madmonq-rank-mini-box:nth-of-type(4){*/
    /*background-image: url(../img/bg-.png);*/
    /*background-size: contain;*/
    /*background-repeat: round;*/
    /*}*/
    #rank_image_badge {
        position: relative;
        top: 0;
        left: 0;
    }

    .panel-madmonq-rank-mini-box .icon-finance-57 {
        display: none;
    }

    #ref-link-copy {
        margin-left: 0px;
    }

    .panel-madmonq-rank-mini-box:nth-of-type(1) {
        display: none;
    }
}

.overlay {
    position: relative;
}

.overlay a,
.overlay button,
.overlay .tooltip {
    pointer-events: none;
    cursor: auto;
}

.overlay .ref-link {
    color: transparent;
}

.overlay:after {
    content: "";
    background-image: linear-gradient(#1b212b9e, #1b212b);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 99;
    pointer-events: none;
    top: 0;
}

span.quote {
    display: none;
}

.overlay span.quote {
    color: white;
    position: absolute;
    top: 8em;
    z-index: 999;
    display: block;
    font-size: 2em;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    box-shadow: 1px -2px 1px 1px #888;
    -webkit-box-shadow: -5px 3px 20px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -5px 3px 20px -10px rgba(0, 0, 0, 0.75);
    box-shadow: -5px 3px 20px -10px rgba(0, 0, 0, 0.75);
    padding: 2em;
    max-width: 30%;
    background: #171c25;
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
}

.quote .icon-lock {
    font-size: 4em;
    display: block;
    margin-bottom: 10px;
}

#hero-panel > div:nth-of-type(4) {
    flex-direction: column;
    text-align: center;
}

#hero-panel small {
    color: #a3bbcd;
    font-size: 0.50em;
}

/*BLOOM FIXES*/
.et_bloom_form_container_wrapper {
    height: auto !important;
}

.et_bloom_form_header {
    height: auto !important;
}

.et_bloom .et_bloom_close_button:before {
    color: #000;
}

.rewards-list-item-container .body > .inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width: 699px) {
    .panel-rewards article > .top p {
        padding-bottom: 6px;
    }

    #hero-panel > div {
        margin-bottom: 1em;
    }
}

/*PSST*/
.psst-content {
    font-family: Oswald, sans-serif;
}

.psst-content .top-section {
    display: flex;
    justify-content: space-between;
}

.psst-content .top-section > div {
    width: 48%;
}

.psst-content .top-section .top-section-right {
    text-transform: uppercase;
    text-align: right;
    color: #90a1b8;
}

.psst-content .top-section .top-section-right > p:first-of-type {
    margin-top: 0px;
    font-size: 12px;
}

.psst-content .top-section .top-section-right a {
    color: #90a1b8;
}

.psst-content .timer {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.psst-content .timer .timer-right-side {
    width: 85px;
}

.psst-content .timer .timer-right-side > .icon {
    color: #f01957;
    font-size: 72px;
}

.psst-content .timer .timer-left-side > p:last-of-type {
    margin-bottom: 0px;
}

.psst-content .timer .timer-left-side > p:first-of-type {
    margin-top: 25px;
}

.psst-content .timer .timer-left-side #timer-counter {
    font-size: 72px;
    color: #fff;
}

.psst-content .top-section .ribbon {
    background-color: rgba(126, 221, 246, 0.2);
    padding: 15px 40px;
    color: #7EDDF6;
    position: relative;
    border-right: 2px solid #7eddf6;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 35px;
}

.psst-content .top-section .ribbon img {
    margin-left: 15px;
}

.psst-content .top-section .ribbon::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    border-top: 26px solid #1d232e;
    border-right: 26px solid transparent;
    width: 0px;
}

.psst-content .top-section .ribbon::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    border-bottom: 26px solid #1d232e;
    border-right: 26px solid transparent;
    width: 0px;
}

.leaderboard-wrapper h3 {
    display: flex;
    align-items: center;
    max-width: 625px;
    margin: 0px auto 50px auto;
    text-transform: uppercase;
    left: -18px;
    position: relative;
}

.leaderboard-wrapper .icon-user {
    left: -25px;
    position: relative;
}

.leaderboard-wrapper .leaderboard .row {
    border-bottom: 1px solid rgba(142, 174, 194, .1);

}

.leaderboard-wrapper .leaderboard .row .row-content {
    max-width: 575px;
    margin: 30px auto 25px auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.leaderboard-wrapper .leaderboard {
    counter-reset: leaderboar-counter;
}

.leaderboard-wrapper .leaderboard .row {
    color: #abb7bd;
}

.leaderboard-wrapper .leaderboard .row:nth-of-type(1) {
    color: #fbc740;
}

.leaderboard-wrapper .leaderboard .row:nth-of-type(2) {
    color: #a8a9ad;
}

.leaderboard-wrapper .leaderboard .row:nth-of-type(3) {
    color: #d68f56;
}

.leaderboard-wrapper .leaderboard .row .row-content::before {

    content: counter(leaderboar-counter) ". ";
    position: absolute;
    left: -15px;
}

.leaderboard-wrapper .leaderboard .row {
    counter-increment: leaderboar-counter;
}

.leaderboard-wrapper .leaderboard .row:nth-child(n+10) .row-content::before {
    left: -25px;
}

.leaderboard-wrapper .leaderboard .row:nth-child(n+100) .row-content::before {
    left: -35px;
}

.leaderboard-wrapper .leaderboard .row:nth-child(1) .row-content::before {
    color: #fbc740;
    content: '';
    background-image: url('../img/icons/first.png');
    width: 24px;
    height: 24px;
    left: -35px;
}

.leaderboard-wrapper .leaderboard .row:nth-child(2) .row-content::before {
    color: #fbc740;
    content: '';
    background-image: url('../img/icons/second.png');
    width: 24px;
    height: 24px;
    left: -35px;
}

.leaderboard-wrapper .leaderboard .row:nth-child(3) .row-content::before {
    color: #fbc740;
    content: '';
    background-image: url('../img/icons/third.png');
    width: 24px;
    height: 24px;
    left: -35px;
}

#timer-counter > span {
    width: 75px;
    display: inline-block;
}

.leaderboard-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
}

.leaderboard-wrapper > div {
    width: 48%;
    margin-left: 35px;
}

.leaderboard-right-side #twitch-embed {
    max-width: 100%;
}

.leaderboard-right-side #twitch-embed > iframe {
    max-width: 100%;
}

@media (max-width: 1100px) {
    .psst-content .top-section {
        flex-direction: column;
    }

    .psst-content .top-section > div {
        width: 100%;
    }

    .psst-content .top-section > div.top-section-left img {
        margin-left: auto;
        margin-right: auto;
        display: block
    }

    .psst-content .top-section > div.top-section-left {
        margin-top: 35px;
    }

    .psst-content .timer {
        justify-content: center;
    }

}

@media (max-width: 992px) {
    .leaderboard-wrapper {
        flex-direction: column;
    }

    .leaderboard-wrapper > div {
        width: 100%;
        margin-left: 0px;
    }

    .leaderboard-wrapper #twitch-embed {
        margin-top: 35px;
    }

    .leaderboard-wrapper #twitch-embed iframe {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

@media (max-width: 600px) {
    .leaderboard-wrapper .leaderboard .row .row-content {
        max-width: 350px;
    }

    .leaderboard-wrapper h3 {
        max-width: 350px;
    }
}

@media (max-width: 480px) {
    .psst-content .timer .timer-left-side #timer-counter {
        font-size: 40px;
    }

    .psst-content .timer .timer-right-side > .icon {
        font-size: 40px;
    }

    #timer-counter > span {
        width: 43px;
    }

    .psst-content .timer .timer-right-side {
        width: 60px;
    }

    .psst-content .ribbon {
        font-size: 12px;
    }

    .leaderboard-wrapper .leaderboard .row .row-content {
        max-width: 250px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

html > div {
    display: none;
}

.shipping-zasilkovna-additional-fields {
    padding-top: 40px;
}

.shipping-zasilkovna-additional-fields #zasilkovna_id {
    padding-top: 14px;
}

.shipping-zasilkovna-additional-fields {
    display: none;
}

#wc-stripe-cc-form input {
    background-color: rgba(0, 0, 0, .2);
    width: 100%;
    font-family: Muli, sans-serif;
    transition: color .5s, background-color .5s, border-color .5s;
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
    padding: 20px 15px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .1);
}

.woocommerce-SavedPaymentMethods-saveNew {
    display: none;
}

.woocommerce-SavedPaymentMethods {
    display: none;
}

.woocommerce-SavedPaymentMethods {
    display: none;
}

.InputContainer .InputElement {
    color: white !important;
}

.ElementsApp, .ElementsApp .InputElement {
    color: white !important;
}

.ElementsApp .InputElement.is-invalid {
    color: white !important;
}

#stripe-payment-data p {
    margin: 5px;
    padding-top: 25px;
}

#wc-stripe-cc-form {
    padding: 0px;
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
    background-color: #141820;
}

.InputContainer .InputElement.is-invalid {
    color: #f01957 !important;
}

.InputContainer .InputElement {
    color: white !important;
}

.ElementsApp .Icon-fill {
    color: white;
}

.stripe-card-info-wrapper {
    display: block;
    width: 100%;
    padding: 5px;
}

#stripe-payment-data p,
#stripe-payment-data label {
    margin: 0;
    font-size: .8125rem;
    color: #646e80;
    line-height: 1.25em;
    text-transform: uppercase;
    line-height: 1.2em;
}

.stripe-card-info-wrapper {
    position: relative;
}

.stripe-card-info-wrapper .stripe-line {
    display: none;
    background: #171c25;
    position: absolute;
    height: 61px;
    width: 20px;
    top: 29%;
    left: calc(100% - 173px);
    border-left: 1px solid rgba(255, 255, 255, .1);
    border-right: 1px solid rgba(255, 255, 255, .1);
}

#stripe-logo-secure {
    display: block;
    position: absolute;
    right: 0;
    top: -4.5em;
}

.stripe-card-info-wrapper:after {
    display: block;
    content: "";
    position: relative;
    background: #1b212b;
    width: calc(100% + 150px);
    height: 20px;
    top: 0px;
    padding-bottom: 25px;
    left: -63px;
    right: 0;
    margin-bottom: 30px;
    margin-top: 30px;
}

.stripe-source-errors {
    position: relative;
    overflow: hidden;
    margin-top: 12px;
}

.stripe-source-errors .woocommerce_error {
    background: #391e2f;
    border: 1px solid #f01957;
    text-align: center;
}

.stripe-source-errors .woocommerce_error:before {
    background-color: #f01957;
    content: "";
    top: 2px;
    left: -8px;
    width: 20px;
    height: 6px;
    position: absolute;
    z-index: 5;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);

}

@media (max-width: 790px) {
    .stripe-card-info-wrapper .stripe-line {
        display: none;
    }

    .stripe-card-info-wrapper:after {
        width: calc(100% + 50px);
        left: -25px;
    }
}

.stripe-source-errors .woocommerce_error li {
    color: #f01957;
    margin: 10px;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
}

.stripe-source-errors .woocommerce_error {
    margin: 0px;
}

.stripe-source-errors .woocommerce_error li:before {
    content: "\ebbf";
    font-size: 22px;
    color: #f01957;
    font-family: icomoon;
    top: 4px;
    background-color: transparent !important;
}

#stripe-card-element:after {
    display: block;
    content: "";
    position: absolute;
    border-left: 1px solid rgba(255, 255, 255, .1);
    border-right: 1px solid rgba(255, 255, 255, .1);
    height: 61px;
    width: 20px;
    top: -2%;
    background: #171c25;
    left: calc(100% - 173px);
}

#stripe-card-element {
    position: relative;
}

#wc-stripe-cc-form > label {
    visibility: hidden;
}

#stripe-payment-data > p {
    visibility: hidden;
    display: none;
}

form.order .form-control-group.radio.toggle-buttons.inline {
    position: relative;
}

@media (max-width: 690px ) {
    #stripe-logo-secure {
        display: block;
        position: absolute;
        right: 0;
        top: -1.5em;
        left: 0;
        margin: 0 auto;
    }

    #stripe-card-element:after {
        display: none;
    }
}

#zasielkovna-info {
    display: none;
    border: 1px solid rgba(255, 255, 255, .3);
    background: transparent;
    height: 49px;
    padding: 10px 15px;
    font-size: 14px;
    margin: 0;
    width: calc(100% - 240px);
}

.shipping-zasielkovna-additional-fields {

    display: flex;
    margin-top: 40px;
    flex-direction: row;

}

#zasielkovna_select {
    height: 49px !important;
    padding: 14px 40px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.25em;
    background: #f01957;
    border: 0 solid #f01957;
    -webkit-transition: background-color .5s, border-color .5s;
    -o-transition: background-color .5s, border-color .5s;
    transition: background-color .5s, border-color .5s;
}

#zasielkovna_select:hover {

}

@media (max-width: 490px) {
    .shipping-zasielkovna-additional-fields {
        flex-direction: column;
    }

    #zasielkovna-info {
        width: 100%;
        height: auto;
    }

}

@media only screen and (min-width: 768px) {
    .free-shipping-info-container .two-side-wrapper > .right-side {
        max-width: 65%;
    }
}

@media only screen and (min-width: 992px) {
    .live-stream-component > .inner > .body .community-players-list-component .list {
        flex-wrap: wrap;
    }
}

.free-shipping-info-container .right-side p{
    font-size:12px;
}

.product-reviews-list-item-container .body h1,
.product-reviews-list-item-container .body h2,
.product-reviews-list-item-container .body h3,
.product-reviews-list-item-container .body h4,
.product-reviews-list-item-container .body h5 {
    margin-top: 0px;
}

.create-account-checkbox-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.create-account-checkbox-wrapper::before {
    content: none !important;
}

.create-account-checkbox-wrapper .create-account-badge {
    max-width: 70px;

}

.create-account-checkbox-wrapper .create-account-badge {
    width: 0;
    height: 0;
}

.create-account-checkbox-wrapper .create-account-badge img {
    min-width: 70px;
    min-height: 70px;
    top: -22px;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .create-account-checkbox-wrapper .create-account-badge {
        padding-right: 50px;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .panel-why-love-us .two-side-wrapper {
        flex-direction: column-reverse;
    }
}

form.checkout input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: 0; /* Firefox */
}

form.checkout input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity: 0;
}

form.checkout input::-ms-input-placeholder { /* Microsoft Edge */
    opacity: 0;
}

.live-stream-component > .inner > .body {
    width: 40%;
}

@media only screen and (max-width: 1199px) {
    .live-stream-component > .inner > .body {
        width: 50%;
    }
}

@media only screen and (max-width: 991px) {
    .live-stream-component > .inner > .body {
        width: 100%;
    }
}

.profile-info-container > .body p .label {
    width: 105px;
}

.custom-cta {
    display: none;
}

.hp-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: -150px;
    width: 150px;
    -webkit-transition: 1s;
    transition: 1s;
}

.hp-cta img {
    -webkit-transition: 1s;
    transition: 1s;
}

.hp-cta img:hover {
    opacity: 0.8;
    cursor: pointer;
}


.hp-cta.visible {
    left: 0px;
}

.ellie-cta {
    display: block;
    position: fixed;
    right: 60px;
    bottom: -190px;
    height: 190px;
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 9999;
}

.ellie-cta img {
    -webkit-transition: 1s;
    transition: 1s;
    max-height: 100%;
}

.ellie-cta img:hover {
    /*animation: shake 0.5s;*/
    /*animation-iteration-count: infinite;*/
    transform: scale(1.05);
    cursor: pointer;
}


.ellie-cta.visible {
    bottom: -10px;
}


@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

@media only screen and (max-width: 991px) {
    .ellie-cta {
        display: none !important;
    }
}


.article-component figure.main.mobile {
    display: none;
}

@media only screen and (max-width: 991px) {
    .article-component figure.main.mobile {
        display: block;
    }

    .article-component figure.main.mobile::before {
        content: none;
    }

    .article-component figure.main.mobile img {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }

    .article-component figure.main.mobile-hidden {
        display: none;
    }

    .panel-what-is-madmonq .left-side-pad .product-features-list-component .list > .item .product-features-list-item-container .icon {
        margin-bottom: 10px;
    }
}


/* CAREER PANEL INTRO*/
.panel-career-intro h1 {
    font-size: 80px;
    text-transform: uppercase;
    text-align: center;
}

.panel-career-intro .container {
    margin-top: -3em;
}

.panel-career-intro image {
    margin: 0 auto;
}

.panel-career-intro .career-subtext {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 4em;
}

.panel-career-intro .career-subtext p {
    color: #abb7bd;
    font-size: 15px;
}


.panel-career-intro h3 {
    font-size: 20px;
    color: #abb7bd;
    text-transform: uppercase;
    text-align: center;
}

.panel-career-intro figure img {
    margin: 0 auto;
}

.panel-career-intro {
    padding-bottom: 0px;
}


/* CAREER BENEFITS*/

.career-benefits-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 2em;
}

.career-benefits-wrapper div span {
    color: #7eddf6;
    font-size: 50px;
    text-align: center;
    text-shadow: 0px 0px 14px rgba(126, 221, 246, 0.85);
}

.career-benefits-wrapper div p {
    font-size: 15px;
    text-align: center;
    font-family: "Oswald", sans-serif;
}

.career-benefits-wrapper div {
    border: 1px solid #494e56;
    padding: 5em;
    text-align: center;
    margin-bottom: 1em;
    display: flex;
    flex-direction: column;
    width: 24%;
    margin: 5px;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0px;
}

.career-subtitle {
    font-size: 20px;
    color: #abb7bd;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    padding-top: 70px;
}

/* CAREER LIST ITEM*/
.careers-list-wrapper {
    margin-top: 110px;
    margin-bottom: 110px;
}

.career-list-item {
    background: #222d38;
    padding: 2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-bottom: 0.3em;
}

.career-list-item > div {
    width: 25%;
}

.career-list-item > div:nth-of-type(4) {
    width: 10%;
}

.career-list-item:hover {
    background: #2c3f4c;
}

.career-list-item p {
    color: #7eddf6;
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
}

.career-list-item span {
    color: #426c7c;
    font-size: 16px;
    margin-right: 5px;
    font-weight: 300;
}

.career-list-item .buttons-container .button > .inner {
    background: #7eddf6;
    border: 0 solid #7eddf6
}

.career-list-item .buttons-container .button > .inner:before {
    background: white;
}

.career-list-item {
    position: relative;
}

.career-list-item .content-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    z-index: 10;
    background-color: #FFF;
    opacity: 0
}

/*career detail*/


.career-component .meta-element {
    padding: 0em 5em;
    max-width: 75%;
    position: relative;
}

.career-component .meta-element:after {
    position: absolute;
    z-index: -1;
    top: 0px;
    height: 100%;
    display: block;
    content: '';
    background: url(../img/bg-dots-light.svg);
    background-size: auto;
    background-size: auto;
    background-size: 10px 10px;
    opacity: .2;
    pointer-events: none;
    right: -12%;
    width: 170px
}

.career-component {
    position: relative;
}

.career-component:before {
    position: absolute;
    z-index: -1;
    top: 0px;
    height: 8%;
    display: block;
    content: '';
    background: url(../img/bg-dots-light.svg);
    background-size: auto;
    background-size: 10px 10px;
    opacity: .2;
    pointer-events: none;
    left: -2%;
    width: 180px;
}

.career-component h1 {
    font-size: 80px;
    text-transform: uppercase;
}

.career-info-panel {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    border-top: 1px solid #333741;
    border-bottom: 1px solid #333741;
    padding: 20px;
    margin-right: 2em;
}

.career-info-panel p {
    margin: 0;
    color: #7eddf6;
    font-size: 13px;
}

.career-info-panel div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.career-info-panel span {
    color: #3b5b6a;
    margin-right: 1em;
}

.career-info-panel .social-share-element span {
    color: white;
}

.career-info-panel div p:nth-of-type(1) {
    margin-right: 3em;
}

.career-info-panel .social-share-element ul,
.career-info-panel .module.module-social-share {
    display: flex;
    flex-direction: row;
}

.career-info-panel .module-header.has-border {
    display: none;
}

.career-info-panel .module-header.has-border .title {
    display: none;
}

.career-info-panel #share p {
    color: #484d55;
}

.back-to-careers {
    color: #8999af;
    font-family: "Oswald", sans-serif;
    text-decoration: none;
}

.back-to-careers span {
    margin-right: 2em;
    font-family: icomoon;
}

.back-to-careers a {
    position: relative;
}

.back-to-careers a:hover span {
    color: #f01957;
}

.back-to-careers a:after {
    content: '';
    display: block;
    width: 150px;
    height: 1px;
    background: #8999af;
    position: absolute;
    bottom: 0;
    left: 0;
}

.career-content {
    border-top: 1px solid #333741;;
    padding: 5em;
    margin-top: 6em;
    border-bottom: 1px solid #333741;
    margin-bottom: 6em;
}

.career-info-wrapper {
    display: flex;
    flex-direction: row;

}

.career-info-wrapper .title {
    width: 30%;

}

.career-info-wrapper .title h3 {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    margin-top: 1em;
    max-width: 50%;
}

.career-info-wrapper .text {
    width: 100%;
}

.career-info-wrapper ul li {
    font-size: 17px;
}

.career-info-wrapper ul li::before {
    background-color: #7eddf6;
}

.apply-for-this-positions-wrapper {
    margin-bottom: 6em;
}

.apply-for-this-positions-wrapper form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}

.apply-for-this-positions-wrapper header {
    display: flex;
    align-items: center;
    align-content: center;
}

.apply-for-this-positions-wrapper header span {
    color: #f01957;
    margin-right: 2em;
    margin-left: 1em;
}

.apply-for-this-positions-wrapper header h3 {
    font-weight: 300;
}

.apply-for-this-positions-wrapper {
    background: #171c26;
    padding: 2em;
}

.apply-for-this-positions-wrapper form .column {
    width: 48%;
    margin: 10px;
}

.apply-for-this-positions-wrapper form .column:nth-of-type(7) {
    width: 100%;
}

.apply-for-this-positions-wrapper textarea {
    height: 135px;
    background-color: rgba(0, 0, 0, .2);
    border: 1px solid rgba(255, 255, 255, .1);
    width: 100%;
    margin-bottom: 10px;
}

/*.apply-for-this-positions-wrapper .buttons-container .button, button { tu nemoze byt ,button */
.apply-for-this-positions-wrapper .buttons-container .button {
    width: 350px
}

.apply-for-this-positions-wrapper .buttons-container .inner {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.apply-for-this-positions-wrapper .buttons-container {
    margin: 10px;
}

.apply-for-this-positions-wrapper .form-control-group.has-effect.filled .form-control {
    border: 1px solid rgba(255, 255, 255, .1);
}

#attachment.disabled {
    pointer-events: none;
}

.apply-for-this-positions-wrapper .icon-file-2 {
    position: absolute;
    float: right;
    top: calc(100% - 42px);
    font-size: 22px;
    right: 6%;
    color: #333741;
}

@media (max-width: 1269px) {
    .apply-for-this-positions-wrapper form .column {
        width: 47%;
    }
}

@media (max-width: 1120px) {
    .career-component .meta-element {
        max-width: 80%;
    }

}

@media (max-width: 1040px) {
    .career-benefits-wrapper div {
        width: 32%;
    }

    .career-benefits-wrapper {
        justify-content: flex-start;
    }
}


@media (max-width: 980px) {
    .career-component .meta-element {
        max-width: 90%;
    }
}

@media (max-width: 890px) {

    .career-info-panel div p:nth-of-type(1) {
        margin-right: 2em;
    }

    .career-benefits-wrapper {
        align-items: stretch;
        justify-content: start;
    }

    .career-benefits-wrapper div {
        width: 48%;
    }

    .career-component .meta-element {
        max-width: 100%;
    }

    .career-component .element-wrapper.element-wrapper-1,
    .career-component .element-wrapper.element-wrapper-2 {
        right: 0%;
    }

    .career-info-wrapper .title {
        width: 100%;
    }
}


@media (max-width: 740px) {
    .career-info-panel {
        flex-direction: column;
    }

    .career-info-wrapper {
        flex-direction: column;
    }

    .career-info-wrapper .title h3 {
        max-width: 100%;
    }

    .apply-for-this-positions-wrapper form .column {
        width: 100%;
    }

    .career-component h1 {
        font-size: 60px;
    }

    .apply-for-this-positions-wrapper .buttons-container .button, button {
        width: 100%;
    }
}


@media (max-width: 690px) {
    .career-component .meta-element {
        padding: 0px 2em;
    }

    .career-content {
        padding: 2em;
    }

    .career-benefits-wrapper div {
        width: 100%;
    }

    .career-list-item {
        display: grid;
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: 'name name' 'type loc' 'btn btn';
    }

    .career-list-item > div {
        width: auto !important;
    }

    .career-list-item > div:nth-of-type(4) {
        width: auto !important;
    }

    .career-list-item > div:nth-of-type(1) {
        grid-area: name;
    }

    .career-list-item > div:nth-of-type(2) {
        grid-area: type;
    }

    .career-list-item > div:nth-of-type(3) {
        grid-area: loc;
    }

    .career-list-item > div:nth-of-type(4) {
        grid-area: btn;
    }

    .career-list-item .buttons-container .button {
        width: 100%;
    }
}


@media (max-width: 490px) {
    .career-benefits-wrapper div {
        width: 100%;
    }
}


.career-component.single-career {
    position: relative;
}


.career-component.single-career .element-wrapper.element-wrapper-1 {
    position: absolute;
    top: 14%;
    right: 16%;
}

.career-component.single-career .element-wrapper.element-wrapper-2 {
    position: absolute;
    top: 0%;
    right: 35%;
}

.panel-career-intro {
    position: relative;
}

.panel-career-intro .element-wrapper-3 {
    top: 50%;
    position: absolute;
    left: 14%;
}

.panel-career-intro .parallax-element.circle-o {
    border: 4px solid white;
    position: relative;
    z-index: 5;
}

.panel-career-intro .element-wrapper.element-wrapper-2 {
    top: 14%;
    position: absolute;
    left: 52%;
}

.panel-career-intro .parallax-element-2.square-o path {
    display: none;
}

.panel-career-intro .element-wrapper.element-wrapper-1 {
    bottom: 50%;
    position: absolute;
    right: 23%
}

.career-benefit-section {
    position: relative;
}

.career-benefit-section .element-wrapper.element-wrapper-1 {
    position: absolute;
    top: 13%;
    right: 20%;
}


.career-benefit-section .element-wrapper.element-wrapper-2 {
    position: absolute;
    bottom: 50%;
    left: 34%;
}

.page-heading-container.has-icon .icon {
    min-width: 60px;
}

@media only screen and (min-width: 1200px) {
    .page-heading-container.has-icon .icon {
        min-width: 90px;
    }
}

@media only screen and (min-width: 992px) {
    .page-heading-container.has-icon .icon {
        min-width: 70px;
    }
}

@media only screen and (min-width: 768px) {
    .page-heading-container.has-icon .icon {
        min-width: 70px;
    }
}


.woocommerce-checkout .page-heading-container .checkout-title-wrapper p {
    margin-bottom: 0px;
}

.product-timer-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
    z-index: 5;

}

.product-timer-wrapper .product-timer {
    font-size: 28px;
    font-weight: 400;
    color: #EF1957;
}

.product-timer-wrapper .product-timer > span {
    font-weight: 600;
}

.product-timer-wrapper .woocommerce-Price-amount {
    justify-content: flex-start !important;
}

.merch-list-item-container.disabled a {
    pointer-events: all;
}

/*!*Streams*!*/
.streams-slider-wrapper {
    /*overflow: hidden;*/
    margin-top: 25px;
    width: 1140px;
    margin-left: -100px;
}

.streams-slider-wrapper .streams-slider .streambox-wrapper {
    display: flex;
    flex-wrap: nowrap;
    /*width: 900px;*/
    background-color: #1f2835;
}

.streams-slider-wrapper .streams-slider .slick-slide {
    width: 800px;
    transition: all 0.5s;
    opacity: 0.2;
}

.streams-slider-wrapper .streams-slider .slick-slide.slick-current.slick-center {
    /*transform: scale(1.00);*/
    opacity: 1;
    z-index: 9;
    position: relative;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.5);

}

.streams-slider-wrapper .streams-slider .slick-list {
    padding: 60px 0px !important;
    background-image: url(../img/bg-pattern.png);

}

.streams-slider-wrapper .streams-slider .slick-list,
.streams-slider-wrapper .streams-slider .slick-track {
    overflow: visible;
}

.streams-slider-wrapper .streams-slider .streambox-wrapper .stream-stream {
    width: 70%;
    padding-top: 39.25%;
    position: relative;
    height: 0;
}

.streams-slider-wrapper .streams-slider .streambox-wrapper .stream-stream iframe,
.streams-slider-wrapper .streams-slider .streambox-wrapper .stream-stream img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.streams-slider-wrapper .streams-slider .streambox-wrapper .stream-metadata {
    width: 30%;
    padding: 10px 10px 10px 10px;
}

.streams-slider-wrapper .streams-slider .streambox-wrapper .stream-metadata .stream-metadata-header {
    display: flex;
    flex-wrap: nowrap;
}

.streams-slider-wrapper .streams-slider .streambox-wrapper .stream-metadata .stream-metadata-header .community-players-list-item-container {
    max-width: 100%;
}

.streams-slider-wrapper .streams-slider .streambox-wrapper .stream-metadata .stream-metadata-header .community-players-list-item-container a figure {
    min-width: 40px;
}

.streams-slider-wrapper .streams-slider .streambox-wrapper .stream-metadata .stream-metadata-header .community-players-list-item-container a .body {
    padding-left: 10px;
    padding-right: 10px;
}


.streams-slider-wrapper .streams-slider .streambox-wrapper .stream-metadata .stream-metadata-body {
    padding: 10px 0 0 0;
    color: #acacac;

}

.streams-slider-wrapper .streams-slider .streambox-wrapper .stream-metadata .stream-metadata-body h3 {
    margin-bottom: 10px;
}

.streams-slider-wrapper .streams-slider .streambox-wrapper .stream-metadata .stream-metadata-body .stream-metadata-body-description {
    margin: 0 0;
    padding: 0 0 0 0;
    font-size: .80rem;
    line-height: 1.35em;
}

.streams-slider-wrapper .navigation-container {
    background-image: url(../img/bg-pattern.png);
    display: flex;
    justify-content: space-between;
    padding: 0 30px 30px 30px;
}

.streams-slider-wrapper .navigation-container .arrows {
    display: flex;
}

.streams-slider-wrapper .navigation-container .arrows .slick-arrow {
    margin: 5px;
}

.streams-slider-wrapper .navigation-container .arrows .slick-arrow.next {
    width: 200px;
}

.streams-slider-wrapper .navigation-container .arrows .slick-arrow.next .inner span {
    z-index: 2;
    left: auto;
    right: 25px;
}

.streams-slider-wrapper .navigation-container .arrows .slick-arrow.next .inner::after {
    position: absolute;
    top: calc(50% - 1px);
    left: 25px;
    width: calc(100% - 60px);
    height: 1px;
    background-color: #fff;
    display: block;
    content: '';
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.streams-slider-wrapper .navigation-container .arrows .slick-arrow.next:hover .inner::after {
    background-color: #000;
}

.streams-slider-wrapper .navigation-container .progressbar {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    align-items: center;
}

.streams-slider-wrapper .navigation-container .progressbar .items {
    display: flex;
    margin-top: 31px;
    margin-right: 15px;

}

.streams-slider-wrapper .navigation-container .progressbar .items .item {
    margin: 2px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 4px;
    background-color: rgba(240, 25, 87, .12);
}

.streams-slider-wrapper .navigation-container .progressbar .items .item.active {
    background-color: #f01957;
}

.streams-slider-wrapper .community-players-list-item-container a .body .title {
    font-size: 0.9rem;
}


@media (max-width: 992px) {
    .streams-slider-wrapper {
        width: calc(100% + 80px);
        margin-left: -40px;
    }
}

@media (max-width: 760px) {
    .streams-slider-wrapper .streams-slider .slick-slide {
        width: 360px;
    }

    .streams-slider-wrapper .streams-slider .streambox-wrapper .stream-stream {
        width: 60%;
    }

    .streams-slider-wrapper .streams-slider .streambox-wrapper .stream-metadata {
        width: 40%;
    }

    .streams-slider-wrapper .community-players-list-item-container a .body .title {
        font-size: 0.575rem;
    }

    .streams-slider-wrapper .streams-slider .streambox-wrapper .stream-metadata .stream-metadata-body .stream-metadata-body-description {
        font-size: 0.5rem;
    }
}

@media (max-width: 400px) {
    .streams-slider-wrapper .streams-slider .streambox-wrapper {
        flex-wrap: wrap;
    }

    .streams-slider-wrapper .streams-slider .slick-slide {
        width: 250px;
    }

    .streams-slider-wrapper .streams-slider .streambox-wrapper .stream-stream {
        width: 100%;
        padding-top: 56.25%
    }

    .streams-slider-wrapper .streams-slider .streambox-wrapper .stream-metadata {
        width: 100%;
    }

    .streams-slider-wrapper .community-players-list-item-container a .body .title {
        font-size: 0.55rem;
    }

    .streams-slider-wrapper .streams-slider .streambox-wrapper .stream-metadata .stream-metadata-body h3 {
        font-size: 0.55rem;
    }

    .streams-slider-wrapper .streams-slider .streambox-wrapper .stream-metadata .stream-metadata-body .stream-metadata-body-description {
        font-size: 0.4rem;
    }

    .slick-slider .slick-arrow {
        height: 30px;
        width: 30px;
    }

    .streams-slider-wrapper .navigation-container .arrows .slick-arrow.next {
        width: 150px;
    }

    .streams-slider-wrapper .navigation-container .progressbar .items {
        margin-top: 17px;
    }
}


.live-stream-component.center-mode {
    position: relative;
}

.live-stream-component.center-mode .inner {
    flex-wrap: wrap;
    justify-content: center;
    padding-right: 20px;
    background-color: #644972;
    border: 2px solid #C07DCA;
    padding: 0 0 0 0;
}


.live-stream-component.center-mode .inner > div.header {
    background-color: #C07DCA;
    color: #fff;
    padding: 5px 30px;
    margin-top: 0px;
}


.live-stream-component.center-mode .inner > div.body {
    width: 100%;
}

.live-stream-component.center-mode .inner > div.body .list {
    display: flex;
    flex-wrap: nowrap;
}

.live-stream-component.center-mode .inner > div.body .column {
    width: 33.3%;
    padding: 0 20px;
}

.live-stream-component.center-mode .inner > div.body .column .item {
    margin-bottom: 15px;
    position: relative;
}

.live-stream-component.center-mode .inner > div.body .column .item .community-players-list-item-container {
    padding: 5px;
    background-color: #353044;
}


.live-stream-component.center-mode .line {
    width: 2px;
    background-color: #C07DCA;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9999;

}

.live-stream-component.center-mode .line:nth-of-type(1) {
    left: 33.3%
}

.live-stream-component.center-mode .line:nth-of-type(2) {
    left: 66.6%
}

.live-stream-component.center-mode .community-players-list-item-container a:visited .title {
    color: #6d6d6d;
}

.live-stream-component.center-mode .inner > div.body .column .item.live::after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #92e65f;
    display: block;
    position: absolute;
    top: 13px;
    right: 10px;
    border-radius: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: fade-in-out 2s;
    animation: fade-in-out 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;

}

.live-stream-component .tooltip.hidden {
    display: none;
}

.live-stream-component .buttons-container a {
    margin-left: auto;
    margin-right: auto;
}

.live-stream-component .buttons-container a span.inner {
    padding: 10px 20px;
}

.live-stream-component .buttons-container a span.inner:before {
    background-color: #c07dca;
}

@media (max-width: 760px) {

    .live-stream-component.center-mode .inner > div.body .column {
        padding: 0 15px;
    }

    .streams-slider-wrapper.slick-slider {
        display: none !important;
    }

}


@media (max-width: 500px) {
    .live-stream-component.center-mode .line {
        display: none;

    }

    .live-stream-component.center-mode .inner > div.body .list {
        flex-wrap: wrap;
    }

    .live-stream-component.center-mode .inner > div.body .column {
        width: 100%;
    }
}

.add-to-cart-container .woocommerce-Price-amount.amount bdi {
    display: flex;
}

@media (max-width: 640px) {
    .mini-cart-element {
        height: 100%;
        display: flex;
        align-items: center;
    }
}

.article-content img {
    height: auto;
}

/*ROAR*/

.roar-product-box form {
    margin-top: 15px;
}

.roar-product-box h3 {
    margin-bottom: 0px;
}

.roar-product-box .price {
    font-weight: 400 !important;
}

.roar-product-box .size-select {
    display: flex;
    border: 2px solid #fff;
    flex-wrap: nowrap;
}

.roar-product-box .actions .size-select {
    display: flex;
    border: 2px solid #1f242f;
    flex-wrap: nowrap;
}

.roar-product-box .size-select .size-box {
    text-transform: uppercase;
    padding: 15px 14px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.roar-product-box .size-select .size-box.disabled {
    opacity: 1;
    color: grey;
    position: relative;
}

@media (max-width: 768px) {
    .roar-product-box .size-select .size-box.disabled {
        opacity: 0.5;
        color: #fff;
        position: relative;
        pointer-events: none;
    }
}

.roar-product-box .size-select .size-box.active {
    background-color: #fff;
    color: #1f242f;
}

.roar-product-box .actions .size-select .size-box.active {
    background-color: #1f242f;
    color: #fff;
}

.roar-product-box .actions .size-select .size-box:not(.disabled):hover {
    background-color: #1f242f;
    color: #fff;
    cursor: pointer;
}

.roar-product-box .size-select .size-box:hover {
    background-color: #fff;
    color: #1f242f;
    cursor: pointer;
}

.roar-product-box .single_add_to_cart_button {
    color: #1f242f;
}

.roar-product-box .actions .single_add_to_cart_button {
    color: #fff;
}

.roar-product-box .single_add_to_cart_button .inner {
    background: #fff;
    border-color: #fff;
    padding: 19px 20px;
}

.roar-product-box .actions .single_add_to_cart_button .inner {
    background: #1f242f;
    border-color: #1f242f;
    padding: 19px 20px;
}

.roar-product-box.shorts-only .single_add_to_cart_button .inner {
    padding: 20px 20px;
}


.roar-product-box .single_add_to_cart_button .inner:after {
    content: '';
    width: 0;
    height: 0;
    bottom: 5px;
    right: 5px;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent black transparent;
    position: absolute;
    display: block;
    /*-webkit-transition: all 0.25s;*/
    /*-moz-transition: all 0.25s;*/
    /*-ms-transition: all 0.25s;*/
    /*-o-transition: all 0.25s;*/
    /*transition: all 0.25s;*/
}

.roar-product-box .single_add_to_cart_button .inner span {
    margin-left: 30px;
}

.roar-product-box.shorts-only .single_add_to_cart_button .inner span {
    margin-left: 0px;
}

.roar-product-box.shorts-only .image {
    text-align: center;
}

.roar-product-container .roar-product-box:nth-of-type(1) {
    width: calc(60% - 5px);
}

.roar-product-container .roar-product-box:nth-of-type(2) {
    width: calc(40% - 5px);
}


.roar-product-container .roar-product-box:nth-of-type(2) .info {
    border: 2px solid #ffffff69; /*nice*/
}

.roar-product-box .info:after {
    content: none !important;
}

.roar-product-box {
    position: relative;
    overflow: hidden;
}

/*.roar-product-box .info {*/
/*    overflow: hidden;*/
/*}*/
.roar-product-container {
    position: relative;
}

.roar-product-container .seriously-image {
    position: absolute;
    bottom: -75px;
    left: 80px;
}

@media (max-width: 768px) {
    .roar-product-container .seriously-image {
        display: none;
    }
}

.roar-product-box .badge {
    font-family: 'Sofia Pro', sans-serif;
    text-transform: uppercase;
    color: #f01957;
    font-size: 12px;
    height: 135px;
    padding: 65px 40px 10px 40px;
    position: absolute;
    top: -46px;
    right: -85px;
    background: white;
    font-weight: 700;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    letter-spacing: -.03em;
    text-align: center;
}

.roar-product-box .badge span {
    font-size: 30px;
}

@media (max-width: 768px) {
    .roar-product-container .roar-product-box:nth-of-type(1),
    .roar-product-container .roar-product-box:nth-of-type(2) {
        width: 100%;
    }

    .roar-product-box .seriously-image {
        position: relative;
        bottom: 0;
        left: 0;
        max-width: 235px;
        margin-left: 15%;
        margin-top: 10px;
    }
}

@media (max-width: 360px) {
    .roar-product-box .seriously-image {
        display: none;
    }
}


section.roar-countdown .countdown-box .time-item .number {
    width: 145px;
}

@media (max-width: 991px) {
    section.roar-countdown .countdown-box .time-item .number {
        width: 85px;
    }
}

@media (max-width: 550px) {
    section.roar-countdown .countdown-box .time-item .number {
        width: auto;
    }
}

.countdown-finish .buttons-container {
    display: flex;
    justify-content: center;
}

.countdown-finish .buttons-container a span {
    padding: 20px 30px 20px 30px !important;
}

.roar-countdown .newsletter button:hover {
    color: #1d232e !important;
}

.roar-about-box .roar-content-box .descr-close {
    display: none;
}

@media (max-width: 650px) {
    .roar-about-box .roar-content-box .roar-content-desc {
        display: block;
        position: fixed;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        width: 100%;
        z-index: 99999999;
        padding-top: 115px;

    }

    .roar-about-box .roar-content-box .descr-close {
        color: #f01957;
        font-size: 30px;
        margin-left: auto;
        display: block;
        text-align: right;
    }
}

#buy-extra-product-wrapper {
    margin-bottom: 25px;
}

@media (max-width: 500px) {
    #buy-extra-product-wrapper .two-side-wrapper {
        flex-direction: column;
    }

    #buy-extra-product-wrapper .two-side-wrapper > div {
        width: 100% !important;
    }
}

form.order .spend-points-container .input-number-container .number-input-element input {
    max-width: 75px;
}

.roar-title h1 {
    font-family: 'SNNeoNoire-Regular', sans-serif;
    font-weight: 400;
    font-size: 75px;
    display: block;
}

#specia-product-wrapper {
    display: flex;
    align-items: center;
}

#specia-product-wrapper > div:nth-of-type(1) {
    width: 375px;
    margin-left: -25px;
    margin-top: 5px;
}


form.order #specia-product-wrapper .spend-points-container .two-side-wrapper {
    align-items: flex-end;
}

form.order #specia-product-wrapper .spend-points-container .two-side-wrapper > .left-side {
    width: 60%;
}

form.order #specia-product-wrapper .spend-points-container .two-side-wrapper > .right-side {
    width: 40%;
}

@media (max-width: 675px) {

    #specia-product-wrapper {
        flex-direction: column;
    }

    #specia-product-wrapper > div:nth-of-type(1) {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }

    #specia-product-wrapper > div:nth-of-type(1) {
        display: flex;
        justify-content: center;
    }
}

section.roar-about .roar-section-title {
    margin-bottom: 40px;
}

.roar-about p {
    margin: 0 auto 30px;
    max-width: 650px;
    font-size: 17px;
    color: #abb7bd;
    line-height: 1.8;
}

.page-template-page-xmas-roar .roar-image-text-box .badge {

    z-index: 999999;
}


.roar-slick .slick-prev, .roar-slick .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.roar-slick-wrapper {
    position: relative;
}

.roar-slick-wrapper .roar-prev, .roar-slick-wrapper .roar-next {
    position: absolute;
    top: 48%;
}

.roar-slick-wrapper .roar-prev {
    left: 15px;
    transform: rotateY(180deg);
    right: 15px;
    width: 25px;
    height: 25px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: #80808066;
    border-radius: 50%;
    color: black;
    transition: all 0.25s;
}

.roar-slick-wrapper .roar-next {
    right: 15px;
    width: 25px;
    height: 25px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: #80808066;
    border-radius: 50%;
    color: black;
    transition: all 0.25s;
}

.roar-slick-wrapper .roar-next::before {
    margin-left: 2px;
}

.roar-slick-wrapper .roar-next:hover,
.roar-slick-wrapper .roar-prev:hover {
    background-color: #80808088;
    cursor: pointer;

}

.roar-video-progress-wrapper {
    width: 100%;
    height: 3px;
    display: block;
    margin-top: -4px;

}

.roar-video-progress-wrapper .roar-video-progress {
    width: 0%;
    height: 100%;
    display: block;
    background-color: #f01957;
    transition: all 1s;
}

/*.roar-video-wrapper .roar-play-button {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 3px;*/
/*    left: 0;*/
/*    align-items: center;*/
/*    font-size: 60px;*/
/*    background-color: #000000ab;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

/*.roar-video-wrapper .roar-play-button span {*/
/*    color: #ffffffcc;*/
/*    background-color: #80808050;*/
/*    padding: 20px;*/
/*    border-radius: 50%;*/
/*    transition: all 0.25s;*/
/*}*/

/*.roar-video-wrapper .roar-play-button span:hover {*/
/*    color: #fff;*/
/*    background-color: #808080cc;*/
/*    cursor: pointer;*/
/*}*/

.roar-video-wrapper{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.roar-video-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#specia-product-wrapper .single_add_to_cart_button {
    /*color: #1f242f;*/
}

#specia-product-wrapper .single_add_to_cart_button .inner {
    /*background: #fff;*/
    border-color: #fff;
    padding: 23px 23px
}

#specia-product-wrapper .single_add_to_cart_button .inner span {
    margin-left: 0px;
}

#specia-product-wrapper .single_add_to_cart_button .inner:after {
    content: '';
    width: 0;
    height: 0;
    bottom: 5px;
    right: 5px;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    display: block;
    /* -webkit-transition: all 0.25s; */
    /* -moz-transition: all 0.25s; */
    /* -ms-transition: all 0.25s; */
    /* -o-transition: all 0.25s; */
    /* transition: all 0.25s; */
}

#specia-product-wrapper .single_add_to_cart_button:hover {
    color: #fff;
}

.roar-product-box .info-text p {
    max-width: 70%;
    margin-bottom: 0px;
}

.roar-product-box .info-text p.price {

    margin-bottom: 25px;
}

.roar-product-box .icon-multiply-2 {
    transform: rotate(45deg);
    display: block;
    font-size: 30px;
    position: absolute;
    right: 40px;
    bottom: 70px;
    font-weight: 600;
}

.roar-product-box .actions .text ul {
    margin: 0em 0;
}

.roar-product-box .actions .text ul li {
    margin: 0em 0;
    padding-left: 0px;
}

.roar-product-box .actions .text ul li .icon-ui-21 {
    color: #f01957;
}

.roar-product-box .actions .text ul li:before {
    content: none;
}

.roar-product-box .actions .text p {
    margin-bottom: 10px;
}

.roar-product-box .info {
    padding: 60px 30px;
}

.roar-product-box .single_add_to_cart_button {
    width: auto;
}

.roar-product-box form {
    display: none;
}

.roar-product-box .actions form {
    display: block;
}

@media (max-width: 768px) {
    .roar-product-container {
        max-width: 600px;
    }

    .roar-product-container .actions {
        display: none;
    }

    .roar-product-box .icon-multiply-2 {
        display: none;
    }

    .roar-product-box form {
        display: block;
    }

    .roar-product-box .actions form {
        display: none;
    }

    .roar-product-box form.add-to-cart fieldset > .inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 500px) {
    .roar-product-box .badge {
        transform: rotate(0deg);
        position: static;
        margin-top: -60px;
        margin-bottom: 30px;
        margin-left: -30px;
        margin-right: -30px;
        padding: 10px 0;
        height: auto;
    }
}

.page-template-page-roar .roar-swal-wrapper .swal2-popup {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}

.page-template-page-roar .roar-swal-wrapper .swal2-actions {

}

.page-template-page-roar .roar-swal-wrapper .swal2-actions > button {
    width: 50%;
    margin: 0px;
}

.page-template-page-roar .roar-swal-wrapper .swal2-actions > button span {
    margin-left: 30px;
}

.page-template-page-roar .roar-swal-wrapper .swal2-actions > button:nth-of-type(1) {
    border-left-color: #000 !important;
    border-right-color: #000 !important;
    background-color: #000 !important;
}

.page-template-page-roar .roar-swal-wrapper .swal2-actions > button:nth-of-type(2) {
    border-left-color: #f01957 !important;
    border-right-color: #f01957 !important;
    background-color: #f01957 !important;
}

.page-template-page-roar h1, .page-template-page-roar h2, .page-template-page-roar h3, .page-template-page-roar h4, .page-template-page-roar h5, .page-template-page-roar h6 {
    line-height: 1.2em;
}

.page-template-page-roar ul li:before {
    margin-right: 6px;
}

.roar-product-box .size-select .roar-tooltip {
    transition: all 0.25s;
    opacity: 0;
    position: absolute;
    background: #1f242f;
    padding: 15px 20px;
    color: #fff;
    top: -70px;
    white-space: nowrap;
}

.roar-product-box .size-select .size-box.disabled .roar-tooltip::after {
    content: '';
    width: 0;
    height: 0;
    bottom: -15px;
    border-style: solid;
    position: absolute;
    display: block;
    text-align: left;
    right: auto;
    left: 0;
    border-width: 15px 15px 0 0;
    border-color: #1f242f transparent transparent transparent;
}

.roar-product-box .size-select .size-box.disabled:hover .roar-tooltip {
    opacity: 1;
}

section.roar-about {
    padding-bottom: 450px;
}

.page-template-page-roar ul li {
    line-height: 1.6;
}

.roar-products .magnific-popup-popup-image {
    background-color: #ce2356;
    color: #fff;
    position: absolute;
    right: 20px;
    bottom: -50px;
    padding: 10px;
    text-decoration: none;
}

.roar-products .magnific-popup-popup-image:hover {
    text-decoration: none;
    background-color: #fff;
    color: #ce2356;
}

.woocommerce-checkout table.basket>tbody>tr>td{
    padding-bottom:0px;
    border-bottom: none;
}
.woocommerce-checkout table.basket>tbody>tr>td>table>tbody>tr>td{
    padding-bottom:0px;
    border-bottom: none;
}
.woocommerce-checkout table.basket tr.item>td{
    border-bottom: 1px solid rgba(142,174,194,.1);
    padding-bottom:10px;
}
table.basket tr.item td{
    padding-top:10px;
}

.roar-product-box .actions{
    display:none!important;
}

.roar-product-box .icon-multiply-2 {
    display: none;
}

.roar-product-box .ribbon{
    position: absolute;
    background-color: #fff;
    right: -80px;
    bottom: 60px;
    color: #f01957;
    height: 75px;
    width: 355px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: 800;
    transform: rotate(-45deg);
}