@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

html,
body {
    min-height: 100%;
    min-width: 100%;
    height: 100%;
    font-family: 'Lato', sans-serif;
}

.woocommerce-error {
    background-color: transparent !important;
}

body {
    background-color: #0B1424;
}

.crtcblock_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.2rem;
}

.crtcblock_item {
    flex: 0 1 48%;
    display: flex;
    justify-content: flex-start;
    gap: 1.2rem;
}

.crtcblock_item_left {

}

.crtcblock_item_right {
}

#crtcblock {
    clear: both;
    margin-bottom: 2rem
}

.crtcblock_item_icon {
    width: 100px !important;
    max-width: 100px !important;

    height: auto
}

.crtcblock_item_ttl {
    font-weight: 500;
    margin-bottom: 8px;
    color: #FFCB12;
    font-size: 1.1rem
}

.crtcblock_item_body {
    color: #fff
}

.wpcf7 form.invalid .wpcf7-response-output {
}

#forwidgtAftb {
    color: red !important;
}

#forwidgtAftb img {
    width: 350px;
    height: auto;
    max-width: 100%
}

@media screen and(max-width: 800px) {
    .crtcblock_item {
        flex: 0 1 100%
    }
}

.wrapper {
    position: relative;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    min-height: 100%;
    min-height: 100vh;
}

header {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}

.content {
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

footer {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}

::-webkit-input-placeholder {
    color: #555555;
}

::-moz-placeholder {
    color: #555555;
}

:-moz-placeholder {
    color: #555555;
}

:-ms-input-placeholder {
    color: #555555;
}

input,
textarea,
button,
select,
a,
img {
    outline: none;
}

select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
}

*::-ms-expand {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: 'Lato', sans-serif;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
}

textarea {
    resize: none;
    overflow: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: 'Lato', sans-serif;
}

input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
}

input::-moz-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
}

input:-moz-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
}

input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity .3s ease;
}

input:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity .3s ease;
}

input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity .3s ease;
}

input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity .3s ease;
}

textarea::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
}

textarea::-moz-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
}

textarea:-moz-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
}

textarea:-ms-input-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
}

textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity .3s ease;
}

textarea:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity .3s ease;
}

textarea:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity .3s ease;
}

textarea:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity .3s ease;
}

#sitemap_wrap {
}

#sitemap_wrap h3.post-type {
    margin-bottom: 1rem;
    color: #a46497
}

.sitemap_row, .sitemap_row a {
    color: #fff
}

.sitemap_row {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem
}

.sitemap_col {
}

.sitemap_col ul {
    margin-left: 0;
}

#sitemap_wrap a:hover {
    text-decoration: underline;
    color: #4caf50
}


.category_content {
    background-color: #212333a6;
    padding: 1rem
}

.category_content, .category_content p {
    color: #fff
}

.catgory_body {
    margin: 1.5rem 0
}

.post_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5%;
    padding: 1.5rem 0
}

.post_grid > .item_post {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    border: 1px solid #4caf50;
    border-radius: 3px;
    flex: 0 1 31%;
    align-items: center;
    background-color: #212333a6;
}

.itempost_title {
    color: #fff;
    padding: 1rem 0;
    font-size: 1.3rem;
    text-transform: uppercase
}

.itempost_image > img {
    max-width: 100%;
    height: auto
}


#mp_blog {
    padding: 2rem 0
}

@media screen and (max-width: 800px) {
    .post_grid > .item_post {
        flex: 0 1 auto;
    }
}

#comments {
}

#commentform {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid #4caf50;
    margin: 37px auto 27px auto;
    padding: 1.2rem 30px 1.2rem
}

.comment-form-comment > #comment {
    width: 100%;
    height: 185px;
    padding: 10px 32px;
    background-color: #212333;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 5px;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
}

#commentform > p > a {
    color: #4caf50
}

#commentform .form-submit {
    max-width: 300px;
    align-self: flex-end
}

#commentform .form-submit > #submit {
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    cursor: pointer;
    padding: 16px 10px 15px 10px;
    border: none;
    background: linear-gradient(-90deg, #a46497 0%, #864a7a 100%);
    border-radius: 5px;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    transition-property: box-shadow;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.comment-form-comment > label {
    display: none
}

.required-field-message, #comments, #comments a, #comments p {
    color: #fff
}

.input_wrapp textarea
.comments-inner {
}

.comments-inner > li {
}

.comments-inner > li > .comment {
}

.comment-body {
    background-color: #212333;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid #4caf50;
    margin: 37px auto 27px auto;
    padding: 1.2rem 30px 1.2rem;
}

.comment-body > p {
}

.comment-body > .comment-author {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.comment-body > .comment-meta {
}

#stockpost .row {
    background-color: #212333;
    min-height: 80vh;
}

.stock_body {
}

.stock_body, .stock_body p {
    color: #fff
}

.post_date, .itempost_date {
    color: #4caf50;
    font-size: 0.9rem
}

.itempost_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 8px
}

.smurfsposts_date {
    float: right;
    color: #4caf50;
    font-size: 0.9rem
}

#post_wrap {
}

.post_header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.post_body {
    background-color: rgba(33, 35, 51, 0.56);
    min-height: 80vh;
    padding: 1rem;
    font-family: 'Lato', sans-serif;
}

.post_body, .post_body p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 150%;
    font-family: 'Lato', sans-serif;
}

.post_body a {
    color: #fff
}

.intro-text > p {
    font-size: 1.5rem;
    margin-top: 20vh;
    color: #4caf50
}

/*-------------------------------------------*/
/* ----- DEFAULT STYLES ------ */

/*-------------------------------------------*/
/* ----- REVIEW SART ------ */

#woocommerce_archive .woocommerce-result-count, #woocommerce_archive .woocommerce-ordering {
    display: none
}

h1.woocommerce-products-header__title {
    font-size: 3rem;
    line-height: 2;
    margin-bottom: 2rem;
}

.woocommerce ul.products::before, .woocommerce ul.products::after {
    display: none !important;
}

#menu-glavnoe-menju {
}

#menu-glavnoe-menju .menu-item {
    position: relative
}

@media screen and (min-width: 700px) {
    #menu-glavnoe-menju .menu-item .sub-menu {
        display: none
    }

    #menu-glavnoe-menju .menu-item:hover > a + .sub-menu {
        display: flex;
        flex-direction: column;
        gap: 5px;
        position: absolute;
        top: 31px;
        left: 0;
        padding: 8px 5px;
        background-color: rgba(33, 35, 51, 0.91);
        min-width: 200px;
    }
}

@media screen and (max-width: 800px) {
    #menu-glavnoe-menju .menu-item .sub-menu {
        margin-left: 1rem
    }
}

#woocommerce_archive {


}


.woocommerce-breadcrumb {
    display: none !important;
}

.woocommerce_description {
    padding: 2rem 0
}

.page_description, .page_description p, .woocommerce_description, .term-description, .term-description p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.4;
}

.tax-product_cat h1,
.tax-product_tag h1 {
    background: #4caf50;
    background: -webkit-linear-gradient(to bottom, #4caf50 0%, #8bc34a 100%);
    background: -moz-linear-gradient(to bottom, #4caf50 0%, #8bc34a 100%);
    background: linear-gradient(to bottom, #4caf50 0%, #8bc34a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-align: center;
}

.term-special .woocommerce-loop-product__title {
    line-height: 1.3 !important;

}

.term-special .products.columns-4:before, .term-special .products.columns-4:after {
    display: none !important;
}

.term-special body .woocommerce ul.products.columns-4 li.product, body.woocommerce ul.products.columns-4 .product {
    margin-bottom: 2.5rem;
    width: 275px !important;
    overflow: hidden;
}
.woocommerce ul.products li.product a img{}
.term-564.woocommerce ul.products li.product .button.bypapal,
.term-565.woocommerce ul.products li.product .button.bypapal,
.term-566.woocommerce ul.products li.product .button.bypapal
{display:none}

.term-565 .products.columns-4 li.product,
.term-566 .products.columns-4 li.product,
.term-564 .products.columns-4 li.product
{height: 315px!important;width:260px}

.term-special .term-special .products.columns-4 {
    justify-content: flex-start;
    column-gap: 1rem;
    row-gap: 1rem;
}

#sidebar {
    display: none
}

#reviewblck {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-family: 'Lato', sans-serif;
    gap: 1rem;
}

.woocommerce .products.product .button,
.wrp-button a,
.product .product_type_simple {
    border: 1px solid #fff;
    color: #fff;
}

#buyvicrdcart {
    background-color: #4caf50;
    color: #fff;
    max-width: 220px;
    margin-left: 1rem;
    height: 35px;
    line-height: 35px;
}

.woocommerce .products.product .button:hover {
    background-color: #4caf50;
    color: #fff;
}

.woocommerce .products.product .buyvicrdcart {
    flex: 0 1 80%;

    max-width: 220px;
    margin-left: 1rem;
    padding: inherit;
}

.review_item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 0 1 48%;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #4caf50;
    background-color: #212333;
    padding: 1rem 20px 1rem;
    font-size: 1.2rem;

}

.review_item_meta {
    display: flex;
    justify-content: space-between;
    color: #4caf50
}

.review_item_user {
}

.review_item_rating {
}

.review_item_date {
    color: #307033
}

.review_item_link {
    float: right;
    color: #070707;
    padding: 4px 20px;
    background-color: #255627;
    border-radius: 2px;
}

.review_item_comments {
}

.review-star {
    display: inline-flex;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
}

.review-star.full {
    background-image: var(--wpr-bg-18c42a49-f654-49dc-856f-8c0645949368);
}

/* ----- REVIEW END ------ */
section {
    position: relative;
    padding: 10px 0;
}

h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: calc(20px + 2.2vmax);
    line-height: 110%;
    text-transform: uppercase;
    color: #FFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    margin-bottom: 1rem;
}

h2 {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    color: #FFF;
}

h3 {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #FFF;
}

.text-shad {
    text-shadow: 1px 1px 8px #000;
}

h4 {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #FFF;
}

p {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #FFF;
}

a {
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #FFF;
}

li {
    list-style: none;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #FFF;
}

img {
    outline: none;
    border: 1px solid transparent;
    border: none;
}

button:hover,
button:active,
a:hover,
a:active {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

/*-------------------------------------------*/
/* ----- REUSABLE COMPONENTS ------ */
/*-------------------------------------------*/

.row {
    max-width: 1420px;
    margin: 0 auto !important;
    padding: 0 25px;
}

.overflow_wrapp {
    overflow: hidden;
}

.align_center {
    text-align: center;
}

.align_right {
    text-align: right;
}

.align_left {
    text-align: left;
}

/*-- Slick --*/

.slick-arrow {
    display: block;
    width: 30px;
    height: 40px;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    background: transparent;
    border: none;
    -webkit-transition-property: box-shadow, opacity;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: box-shadow, opacity;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -ms-transition-property: box-shadow, opacity;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    -o-transition-property: box-shadow, opacity;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    transition-property: box-shadow, opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.stgridprod {
    position: relative
}

/*.stgridprod:after{
    content: "";
    padding-top: 100%;
     position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    !*background: rgba(0,0,0,.2);*!
backdrop-filter: brightness(0.5)
}*/
.stgridprod::before {
    backdrop-filter: brightness(0.5)
}

.stgridprod_title {
    margin-bottom: 5px
}

.stgridprod_title > h2 {
    margin: 0;
    font-size: 1.3em;
}

.stgridprod_saleprice {
    width: 60px;
    display: inline-flex
}

.stgridprod_price {
    width: 100px;
    display: inline-flex
}

.product.type-product .amount > bdi,
.stgridprod_price > .amount > bdi {
    color: #77a464;
    font-size: 25px;
    font-family: "Lato", sans-serif;
    background: #4caf50;
    background: linear-gradient(to bottom, #4caf50 0, #8bc34a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stgridprod_saleprice bdi {
    text-decoration: line-through;
    color: grey
}

.stgridprod_price bdi {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    background: #4caf50;

    background: linear-gradient(to bottom, #4caf50 0%, #8bc34a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slick-arrow img {
    display: block;
    width: auto;
    height: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slick-prev {
    left: -21px;
    background-image: var(--wpr-bg-c4b5727a-80d1-479b-a696-70f82d04b862);
    background-position: center;
    background-repeat: no-repeat;
}

.slick-next {
    right: -21px;
    background-image: var(--wpr-bg-13134904-16e4-4c19-9585-7915210865a9);
    background-position: center;
    background-repeat: no-repeat;
}

.slick-dots {
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin: 4px;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: transparent;
    position: relative;
    border: 2px solid #006df0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background: #006df0;
}

#breadcrumbs span, #breadcrumbs a, #breadcrumbs {
    color: #fff
}

.post_meta {
    display: flex;
    gap: 1rem;
    margin: 10px 0
}

.post_meta > .col_img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
}

.post_author {
    color: #a032d4
}

img.kay_logo {
}

.post_meta > .col_data {
    display: flex;
    flex-direction: column;
    gap: 8px
}

#topfooter {
    display: flex;
    justify-content: space-between
}

#topfooter > .col-5 {
    flex: 0 1 30%
}

#topfooter > .col-4 {
    flex: 0 1 35%;
    text-align: left;
}

#topfooter .menu li {
    line-height: 1.6;
    text-align: left;
}

#topfooter .widget-title {
    font-size: 20px;
    margin-bottom: 8px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

#topfooter .menu > li > a {
    font-size: 17px;
    line-height: 1.4
}

.single.single-post .post_body a {
    text-decoration: underline;
}

#topfooter .pays {
    display: flex;
    gap: 1rem;
    align-items: center;
}

#menu-first-footer {
    margin-top: 1rem
}

#menu-first-footer > li {
    text-align: left
}

@media screen  and (max-width: 900px) {
    #topfooter {
        flex-direction: column
    }

    #topfooter > div {
        flex: 0 1 100%
    }

}

.post-template-default.single-post h1 {
    margin-top: 3rem
}

.pagination-wrapper .nav-links {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

.pagination-wrapper .page-numbers {
    color: #fff;
}

.pagination-wrapper .current {
    width: 30px;
    height: 30px;
    background-color: #4caf50;
    text-align: center;
}

/*-- /Slick --*/

/*-------------------------------------------*/
/* ----- HEADER ------ */
/*-------------------------------------------*/

.header_site {
    width: 100%;
    z-index: 4;
    position: fixed;
    top: 0;
    left: 0;
    background: #0B1424;
}

.header_row {
    display: flex;
    width: 100%;
}

.header_row > .left {
    width: 220px;
    display: inline-flex;
    align-items: flex-end;
}

.header_row > .right {

    width: 100%;
    padding-left: 10px;
}

#menu-item-467 > a:hover {
    color: #fff;
    font-weight: 500;
    -webkit-text-fill-color: aliceblue;
}

.logos_inline {

    display: flex;
    align-items: center;

}

.logos_inline.footer_logo{
    height: 100%;

}
.logos_inline.footer_logo img{max-width: 220px}
@media screen and (min-width: 900px) {
    .logos_inline {

    }

    .logo p {
        width: 262px
    }
}

.logos_inline > div {

}

.logo {
    display: inline-flex;
    width: 100%;
}

.logo img {
    margin-right: 3px;

    width: 100%;
    height: auto;
}

.logo p {
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    color: #4caf50;
}

.logo p span {
    padding-right: 2px;
    color: #9c27b0;
}

.nav_flex {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    margin-right: -17px;
}

.main_nav_wrapp {
    padding: 14px 0 5px 0;
}

.main_nav {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.main_nav li {
    padding: 5px 10px;
}

.main_nav li a {
    display: block;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
}

.main_nav li a:link,
.main_nav li a:visited {
    color: #FFF;
}

.main_nav li a:active,
.main_nav li a.active {
    background: #4caf50;

    background: linear-gradient(to bottom, #4caf50 0%, #8bc34a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main_nav li a:hover {
    background: #4caf50;

    background: linear-gradient(to bottom, #4caf50 0%, #8bc34a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.basket_link_wrapp {
    padding: 18px 17px 3px 17px;
}

.basket_link {
    width: 36px;
    position: relative;
}

.basket_link img {
    max-width: 34px;
    height: auto;
}

.basket_link span {
    display: block;
    min-width: 14px;
    height: 14px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: linear-gradient(-90deg, #8bc34a 0%, #4caf50 100%);
    background: -webkit- linear-gradient(-90deg, #8bc34a 0%, #4caf50 100%);
    font-weight: normal;
    font-size: 10px;
    line-height: 13px;
    color: #FFF;
    position: absolute;
    top: -10px;
    right: -7px;
}


/* ----- Responsive Menu Button ------ */

.respmenubtn {
    /*display: inline-block;*/
    display: none;
    vertical-align: top;
    width: 45px;
    height: 37px;
    background: transparent;
    cursor: pointer;
    position: relative;
    top: 6px;
    z-index: 14;
    border: 1px solid transparent;
}

.respmenubtn span {
    display: block;
    width: 27px;
    height: 2px;
    background: #fff;
    margin: 0 auto 7px auto;
    -webkit-transition-property: transform, border, background;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: transform, border, background;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -ms-transition-property: transform, border, background;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    -o-transition-property: transform, border, background;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    transition-property: transform, border, background;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.respmenubtn span:last-child {
    margin: 0 auto;
}

.respmenubtn:active {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

.respmenubtn:hover span {
    background: #fff;
}

.respmenubtn.active span {
    position: relative;
    width: 35px;
    top: 2px;
    left: 0;
    background: #fff;
}

.respmenubtn.active span:last-child {
    display: none;
}

.respmenubtn.active span:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 3px 0 0 0;
    position: relative;
    top: 4px;
    left: 5px;
}

/*
.woocommerce a.remove {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
*/

.respmenubtn.active span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* ----- / Responsive Menu Button ------ */

/*-------------------------------------------*/
/* ----- CONTENT ------ */
/*-------------------------------------------*/

/*-- Section 1 --*/

.promo_sect {
    padding: 0;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

@media (max-width: 1000px) {
    .woocommerce a.remove {
        top: 10px;
    }

    .promo_sect {
        /*background-image: url(/wp-content/uploads/2022/02/c5svzjGmpMkmzvkJZL8EEr3ff2DLeDJcxA5kKSdF.webp) !important;*/
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: local;
        max-height: 65vh;
    }
}

#forwidgtAftb {
    margin-top: 1.5rem
}

#forwidgtAftb .widget_block {

    padding: 15px 1rem 0;
    display: inline-flex;
    border-radius: 5px;
    margin-bottom: 2rem;
}

.small_copr {
    font-size: 12px;
    margin-top: 6px
}

.promo_sect > .row {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    align-items: center;
    -webkit-align-items: center;
    min-height: calc(100vh - 130px);

}

.promo_sect {
    padding-top: 5vmax;
    min-height: 85vh;
    background-size: cover;
    background-position: 0 0;
}

.promo_descript {
    max-width: 950px;
    margin-top: 19px;
}

.rate_wrapp {
    display: flex;
    display: -webkit-flex;
    padding: 10px 0 8px 0;
}

.rates_list_wrapp {
    height: 24px;
    min-width: 160px;
    margin: 0 10px 0 -2px;
    position: relative;
    top: 1px;
    overflow: hidden;
}

div.svg div.rateit-range {
    background-image: var(--wpr-bg-bea224f6-995e-4d42-9a11-562bdc2a14dc);
    background-size: 34px 24px;
}

div.svg div.rateit-hover {
    background-image: var(--wpr-bg-91cf8cee-675e-498b-adb3-ff118753068b);
    background-size: 34px 24px;
}

div.svg div.rateit-selected {
    background-image: var(--wpr-bg-807573cd-a280-46cd-9600-4b26733e8ce2);
    background-size: 34px 24px;
}

div.svg div.rateit-preset {
    background-image: var(--wpr-bg-79cd3a72-db07-49e1-8bf9-3274fe4747dc);
    background-size: 34px 24px;
}

.rate_descript {
    padding-left: 13px;
}

.rate_descript p {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #FFF;
}

.orange_pill {
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    cursor: pointer;
    padding: 21px 10px 20px 10px;
    border: none;
    background: linear-gradient(-90deg, #a46497 0%, #864a7a 100%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;

    transition-property: box-shadow;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.unverified .filters_inlines > div:nth-child(1) {
    width: 50%;
    padding: 10px;
}
.menu-item-2421{    background-color: #444;}
.unverified .inline_links {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0;
    position: relative;
    z-index: 999999;
}

.unverified .store_templ > .left_col {
    width: 315px;
    padding: 0px 8px 10px 0;
}

.unverified .prices.range_slider.noUi-horizontal .noUi-tooltip:before {
    content: "$";
    margin-right: 2px;
}

.unverified .range_slider.noUi-horizontal .noUi-tooltip:before {
    content: "";
    margin-right: 0px;
}


.unverified .filters_inlines > div:nth-child(2) {
    width: 50%;
    padding: 10px;
}
.affwp-errors, .affwp-notice{background: none}

.orange_pill.blue {
    background: linear-gradient(-90deg, #8bc34a 0%, #4caf50 100%);
}

.orange_pill:link,
.orange_pill:visited {
    box-shadow: none;
}

.orange_pill:active,
.orange_pill.active {
    box-shadow: 0 10px 26px 0 rgba(61, 146, 64, 0.6);
}

.orange_pill:hover {
    box-shadow: 0 10px 26px 0 rgba(61, 146, 64, 0.6);
}

.promo_descript .orange_pill {
    margin: 23px 0;
}

/*-- /Section 1 --*/

/*-- Section 2 --*/

.sect_2 {
    flex: 1 0 auto;
    background-image: var(--wpr-bg-671d15c2-49d6-4ea3-85c0-6ff260a14d29);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.screen_1 {
    padding: 109px 0 35px 0;
}

.h2_wrapp {
    text-align: center;
}

.h2_wrapp h2 {
    font-weight: bold;
    font-size: 48px;
    line-height: 51px;
    text-transform: uppercase;
    color: #FFF;
}

.h2_wrapp p {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #C4C4C4;
}

.thumbnails_1 {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 73px -15px;
}

.thumb_1 {
    width: 25%;
    padding: 20px 15px;
    text-align: center;
}

.thumb_1 .icon_box {
    height: 125px;
    margin-bottom: 22px;
    position: relative;
}

.thumb_1 .icon_box img {
    display: block;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.thumb_1 .thumb_title {
    padding: 10px 15px;
    min-height: 111px;
}

.thumb_1 .thumb_title h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #FFF;
}

.thumb_1 .thumb_descript {
    padding: 10px 0;
}

.thumb_1 .thumb_descript p {
    font-size: 18px;
    line-height: 21px;
    color: #FFF;
}

.screen_2 {
    padding-bottom: 78px;
    position: relative;
    overflow: hidden;
}

.screen_2 > .row {
    position: relative;
    z-index: 2;
}

.screen_2 > .slider_1_wrapp {
    position: relative;
    z-index: 2;
}

.leftOffset {
    position: relative;
    left: 25%;
}

.article {
    padding-top: 37px;
    padding-left: 395px;
}

.h2_wrapp_left {
    text-align: left;
}

.h2_wrapp_left h2 {
    padding: 5px 0;
}

.h2_wrapp_left p {
    padding: 4px 0;
}

.two_cols {
    display: flex;
    display: -webkit-flex;
    padding-top: 70px;
}

.two_cols > .left_col {
    width: calc(100% - 80px);
    padding-right: 10px;
}

.two_cols > .right_col {
    width: 80px;
}

.articleImg {
    height: 620px;
    width: 727px;
    background-size: cover;
    background-position: center top;
    clip-path: polygon(73% 0, 100% 40%, 100% 100%, 0 100%, 0 0);
    position: relative;
}

.screen_2 .articleImg {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.articleImg:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, #0B1424 2.2%, rgba(0, 0, 0, 0) 50%);
}

.arrows_append {
    width: 80px;
    position: relative;
}

.two_cols > .right_col .arrows_append {
    position: relative;
    right: -30px;
}

.arrows_append .slick-arrow {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slider_1_wrapp {
    padding: 13px 0 13px 318px;
    overflow: hidden;
}

.slider_1 .slide {
    padding: 10px;
}

.slider_1 .slick-slide {
    opacity: .5;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: opacity;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -ms-transition-property: opacity;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    -o-transition-property: opacity;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.slider_1 .slick-slide.slick-active {
    opacity: 1;
}

.slider_1 .slick-slide.slick-active + .slick-slide {
    opacity: 1;
}

.slider_1 .slick-slide.slick-active + .slick-slide + .slick-slide {
    opacity: 1;
}

.thumb_2 {
    display: block;
    width: 300px;
    min-height: 190px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
    padding: 1px;
    background: #212333;
    position: relative;
    overflow: hidden;
}

.thumb_2 .inner {
    min-height: 188px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 23px 15px 17px 15px;
    background-color: #212333;
    background-image: var(--wpr-bg-5aa0c81f-b439-4bf9-9268-0e05b9aa58be);
    background-position: 4px 10px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}

.thumb_2:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #4caf50 0%, #8bc34a 100%);
    background: -webkit-linear-gradient(to bottom, #4caf50 0%, #8bc34a 100%);
    opacity: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: opacity;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -ms-transition-property: opacity;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    -o-transition-property: opacity;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.thumb_2:active:before,
.thumb_2.active:before {
    opacity: 1;
}

.thumb_2:hover:before {
    opacity: 1;
}

.thumb_2_descript {
    padding-bottom: 15px;
}

.thumb_2_descript p {
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #FFF;
}

.thumb_2_footer h4 {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #FFF;
}

.thumb_2_footer p {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #C4C4C4;
}

.screen_3 {
    padding: 112px 0 49px 0;
}

.woocommerce .products.product .woocommerce-loop-product__title {
    line-height: 1.15 !important;
}

.article_2 {
    display: flex;
    display: -webkit-flex;
    margin: 49px 0 49px 0;
}

.article_2 a {
    color: #fff
}

.article_2 > .left {
    width: 650px;
    padding-right: 15px;
}

.article_2 > .right {
    width: calc(100% - 650px);
    padding: 24px 0 10px 15px;
}

.h3_wrapp {
    padding: 19px 0;
}

.h3_wrapp h3 {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #FFF;
}

.thumbnails_3 {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 -10px;
    padding-bottom: 34px;
}

.thumb_3 {
    display: flex;
    display: -webkit-flex;
    width: calc(25% - 20px);
    min-height: 80px;
    margin: 10px;
    position: relative;
}

.thumb_3.disable {
    opacity: .3;
}

.thumb_3 input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.thumb_3.disable input {
    pointer-events: none;
}

.thumb_3 label {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    align-items: center;
    -webkit-align-items: center;
    min-height: 77px;
    cursor: pointer;
    padding: 5px 22px 5px 22px;
    background-color: #212333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.thumb_3 input:checked + label {
    background: linear-gradient(-90deg, #48D1EC 0%, #4caf50 100%);
    background: -webkit-linear-gradient(-90deg, #48D1EC 0%, #4caf50 100%);
}

.thumb_3 label:before {
    display: block;
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.thumb_3 input:checked + label:before {
    background: linear-gradient(to bottom, #4caf50 0%, #8bc34a 100%);
    background: -webkit-linear-gradient(to bottom, #4caf50 0%, #8bc34a 100%);
}

.thumb_3:hover label {
    background: linear-gradient(-90deg, #48D1EC 0%, #4caf50 100%);
    background: -webkit-linear-gradient(-90deg, #48D1EC 0%, #4caf50 100%);
}

.thumb_3:hover label:before {
    background: linear-gradient(to bottom, #4caf50 0%, #8bc34a 100%);
    background: -webkit-linear-gradient(to bottom, #4caf50 0%, #8bc34a 100%);
}

.thumb_3.disable label,
.thumb_3.disable:hover label {
    cursor: default;
    background: #212333 !important;
}

.thumb_3.disable label:before,
.thumb_3.disable:hover label:before {
    background: transparent !important;
}

.thumb_3 h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #FFF;
}

.thumb_3 p {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #FFF;
}

.thumb_3 .pricesValsBox {
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.thumbnails_4 {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 -10px;
}

.thumb_4 {
    display: block;
    width: calc(25% - 20px);
    cursor: pointer;
    margin: 10px;
    padding: 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    background: linear-gradient(to bottom, #4caf50 0%, #8bc34a 100%);
    background: -webkit-linear-gradient(to bottom, #4caf50 0%, #8bc34a 100%);
}

.thumb_4.disable {
    opacity: .3;
    pointer-events: none;
    cursor: default;
}

.thumb_4 .inner {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    cursor: pointer;
    min-height: 148px;
    background-color: #212333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 7px 10px 0 10px;
}

.thumb_4 input:checked + label .inner {
    background: linear-gradient(-90deg, #48D1EC 0%, #4caf50 100%);
    background: -webkit-linear-gradient(-90deg, #48D1EC 0%, #4caf50 100%);
}

.thumb_4:hover label .inner {
    background: linear-gradient(-90deg, #48D1EC 0%, #4caf50 100%);
    background: -webkit-linear-gradient(-90deg, #48D1EC 0%, #4caf50 100%);
}

.thumb_4 input {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}

.thumb_4 label {
    display: block;
}

.thumb_4_title h3 {
    text-transform: none;
    font-weight: bold;
    font-size: 21px;
    line-height: 28px;
    color: #FFF;
}

.thumb_4_title p {
    font-weight: normal;
    font-size: 14px;
    line-height: 156.69%;
    color: #FFF;
}

.thumb_4_prices {
    display: flex;
    display: -webkit-flex;
    align-items: baseline;
    -webkit-align-items: baseline;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 10px 0 0 0;
    flex: 1 0 0;
}

.thumb_4_prices > div:nth-child(1) {
    width: 52%;
    padding-right: 5px;
}

.thumb_4_prices > div:nth-child(2) {
    width: 48%;
    padding-left: 5px;
}

.orange_price {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    background: #4caf50;

    background: linear-gradient(to bottom, #4caf50 0%, #8bc34a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.white_price {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-decoration-line: line-through;
    color: #FFF;
}

.thumb_4_footer {
    padding: 7px 0;
}

.thumb_4_footer p {
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    color: #FFF;
}

.pay_btn_wrapp {
    padding: 10px 0;
}

.pay_btn_wrapp .orange_pill {
    width: 100%;
    padding: 16px 10px 16px 10px;
}

.shop_cart {
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: var(--wpr-bg-0cf321a6-87bb-4c7a-a69b-eed38522e9f7);
}

#checkoutBtn.disable {
    cursor: default;
    pointer-events: none;
    opacity: .3;
}

#checkoutBtn.disable .valute {
    display: none;
}

.img_wrapp {
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    height: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
}

.img_wrapp:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(72.96deg, #0B1424 27.04%, rgba(0, 0, 0, 0) 38.27%);
    background: -webkit-linear-gradient(72.96deg, #0B1424 27.04%, rgba(0, 0, 0, 0) 38.27%);
}

.img_wrapp_descript {
    padding: 10px 10px 10px 22px;
    position: relative;
    z-index: 2;
}

.img_wrapp_title {
    padding-bottom: 11px;
}

.img_wrapp_title h3 {
    font-weight: bold;
    font-size: 48px;
    line-height: 1;
    color: #FFF;
}

.img_wrapp_title p {
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    color: #FFF;
}

.img_wrapp_title p.p_white {
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    color: #C4C4C4;
}

.img_wrapp_descript p {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #FFF;
}

.screen_4 {
    padding-bottom: 94px;
}

.thumbnails_5 {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 53px -10px;
}

.thumb_5 {
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    cursor: pointer;
    width: 304px;
    height: 288px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.thumbnails_5 .thumb_5 {
    width: calc(25% - 20px);
    margin: 10px;
}

.thumb_5 img.size-smurf_image {
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.thumb_5:before {
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(360deg, rgba(11, 20, 36, 0.7) 24.07%, rgba(0, 0, 0, 0) 50%);
    background: -webkit-linear-gradient(360deg, rgba(11, 20, 36, 0.7) 24.07%, rgba(0, 0, 0, 0) 50%);
    position: absolute;
    top: 0;
    left: 0;
}

.thumb_5_footer {
    padding: 5px 17px 13px 17px;
    position: relative;
    z-index: 2;
}

.thumb_5_footer h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFF;
}

.thumb_5_footer p {
    padding: 1px 0;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #4caf50;
}

.thumb_5_footer p span {
    color: #4caf50;
}

.thumb_5_mask {
    display: flex;
    display: -webkit-flex;
    text-align: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 10px 10px;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(11, 20, 36, 0.9) 0%);
    background: -webkit-linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(11, 20, 36, 0.9) 0%);
    -webkit-transition-property: opacity;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: opacity;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -ms-transition-property: opacity;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    -o-transition-property: opacity;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.thumb_5:hover .thumb_5_mask {
    opacity: 01
}

.thumb_5_mask > div {
    width: 100%;
}

.thumb_5_mask h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #FFF;
}

.thumb_5_mask p {
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #4caf50;
}

.thumb_5_mask p span {
    color: #4caf50;
}

.orange_pill_2 {
    min-width: 180px;
    margin-top: 21px;
    padding: 12px 10px 11px 10px;
    font-size: 14px !important;
    line-height: 16px;
}

.pagination {
    padding: 12px 0 12px 0;
}

.pagination ul {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}

.pagination li {
    padding: 0 10px;
}

.pagination .page-link {
    font-weight: 300;
    font-size: 12px;
    line-height: 30px;
    background: #4caf50;

    background: linear-gradient(to bottom, #4caf50 0%, #8bc34a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pagination .ellipse {
    font-weight: 300;
    font-size: 12px;
    line-height: 30px;
    background: #4caf50;

    background: linear-gradient(to bottom, #4caf50 0%, #8bc34a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pagination .current {
    display: block;
    position: relative;
    z-index: 2;
    font-weight: 300;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
}

.pagination li.active {
    position: relative;
}

.pagination li.active:before {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background: linear-gradient(-90deg, #8bc34a 0%, #4caf50 100%);
    box-shadow: 0 4px 8px rgba(8, 35, 48, .2);
    -webkit-box-shadow: 0 4px 8px rgba(8, 35, 48, .2);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.pagination .prev {
    display: block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    font-size: 0;
    line-height: 0;
    background: none;
    background-repeat: no-repeat;
    background-position: center;
    background-image: var(--wpr-bg-f503230f-11ee-4d22-9634-b24638db38d2);
}

.pagination .next {
    display: block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    font-size: 0;
    line-height: 0;
    background: none;
    background-repeat: no-repeat;
    background-position: center;
    background-image: var(--wpr-bg-94f94957-f0eb-4c51-86c3-e7068624cff7);
}

/*-- /Section 2 --*/

/*-- Section 3 --*/

.sect_3 {
    padding: 64px 0 10px 0;
    background-position: center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.sect_3:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
}

.sect_3 > .row {
    position: relative;
    z-index: 2;
}

.accordion_wrapp {
    padding: 52px 0 55px 0;
}

.accordion_item {
    background: #212333;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 10px 0;
    padding: 0 25px 0 25px;
}

.accordion_item_title {
    position: relative;
    padding: 19px 0 19px 40px;
    cursor: pointer;
}

.accordion_item_title:before {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background-image: var(--wpr-bg-997bf789-82bd-4405-90e1-5f9b36febadc);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 17px;
    left: 0;
}

.accordion_item.active .accordion_item_title:before {
    background-image: var(--wpr-bg-c42fd1ef-e759-45b2-8228-1457acaf6bf9);
}

.accordion_item_title h3 {
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    background: #4caf50;
    background: linear-gradient(to bottom, #4caf50 0%, #8bc34a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.accordion_item_descript {
    padding-bottom: 19px;
}

.accordion_item.active .accordion_item_descript {
    display: block;
}

.accordion_item_descript p {
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #FFF;
}

/*-- /Section 3 --*/

/*-- Contact Us --*/

.contacts_wrapp {
    width: 100%;
    max-width: 888px;
    background: rgba(255, 255, 255, .9);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 73px auto;
    padding: 4px;
}

.contacts_wrapp .inner {
    border: 2px solid #4caf50;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 56px 66px 47px 66px;
}

.contacts_thumbs {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.contact_thumb {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin: 0 -25px;
}

.contacts_thumbs .contact_thumb {
    width: calc(50% - 30px);
    margin: 9px 15px;
}

.contacts_thumbs .contact_thumb:nth-child(odd) {
    width: calc(60% - 30px);
}

.contacts_thumbs .contact_thumb:nth-child(even) {
    width: calc(40% - 30px);
}

.contact_thumb > div:nth-child(1) {
    width: 70px;
}

.contact_thumb > div:nth-child(2) {
    width: calc(100% - 70px);
}

.icon_box_2 {
    height: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
}

.icon_box_2 img {
    display: block;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.contact_thumb p {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #000;
}

.contact_thumb:hover p {
    background: #4caf50;

    background: linear-gradient(to bottom, #4caf50 0%, #8bc34a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*-- /Contact Us --*/

/*-- Card --*/

.card_table_wrapp {
    background: rgba(255, 255, 255, .98);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 94px 0 0 0;
    padding: 45px 50px 15px 67px;
}

.card_table_row {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 30px;
    position: relative;
    border-top: 1px solid #4caf50;
    border-bottom: 1px solid #4caf50;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
}

.card_table_row > .cell {
    padding: 24px 5px;
}

.card_table_row > .cell:nth-child(1) {
    width: 10%;
    display: flex;
    padding: 0;
}

.card_table_row > .cell:nth-child(2) {
    width: 19%;
    padding-top: 32px;
}

.card_table_row > .cell:nth-child(3) {
    width: 13%;
    padding-top: 32px;
    text-align: center;
}

.card_table_row > .cell:nth-child(4) {
    width: 14%;
    text-align: center;
    padding-top: 26px;
}

.card_table_row > .cell:nth-child(5) {
    width: 11%;
    padding-top: 32px;
    text-align: right;
}

.card_table_row > .cell:nth-child(6) {
    width: 19%;
}

.card_table_row > .cell:nth-child(7) {
    width: 14%;
    padding-top: 39px;
    padding-right: 60px;
    text-align: right;
    position: relative;
}

.card_table_row > .cell:nth-child(4) h3 {
    text-transform: none;
    font-size: 24px;
    line-height: 28px;
}

.card_img_box {
    width: 100%;
    max-width: 94px;
    height: calc(100% + 2px);
    position: relative;
    top: -1px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.card_img_box img {
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.card_table h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #000;
}

.card_table p.logo_p {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #4caf50;
}

.card_table p.logo_p span {
    color: #4caf50;
}

.card_table p {
    padding: 2px 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000;
}

.price_2 {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    background: #4caf50;

    background: linear-gradient(to bottom, #4caf50 0%, #8bc34a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.old_price_2 {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-decoration-line: line-through;
    color: #000;
}

.count_box {
    display: flex;
    display: -webkit-flex;
    margin: 0 auto;
    border: 1px solid #E0E0E0;
    width: 148px;
    height: 50px;
}

.count_box button {
    width: 50px;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.count_box button.minus_btn {
    border-right: 1px solid #E0E0E0;
    background-image: var(--wpr-bg-5412fa1f-23a4-464c-9789-0c58244742fb);
    background-position: center;
    background-repeat: no-repeat;
}

.count_box button.plus_btn {
    border-left: 1px solid #E0E0E0;
    background-image: var(--wpr-bg-67f94cd5-2e9e-48d7-8656-d87d7599fa5a);
    background-position: center;
    background-repeat: no-repeat;
}

.count_box input {
    display: block;
    width: 100%;
    width: 48px;
    height: 50px;
    background-color: transparent;
    border: none;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 49px;
    text-align: center;
    color: #4F4F4F;
}

.close_btn {
    display: block;
    width: 24px;
    height: 24px;
    border: none;
    cursor: pointer;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-image: var(--wpr-bg-6f8a314e-cd7c-4898-88c4-25d8213a9bc0);
    border: none;
    background-size: contain;
}

.card_table_row .close_btn {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.card_table_footer {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 70px;
    padding: 20px 5% 20px 6%;
    border-bottom: 1px solid #4caf50;
}

.card_table_footer > div:nth-child(odd) {
    width: 60%;
    padding: 8px 10px 10px 0;
}

.card_table_footer > div:nth-child(even) {
    width: 40%;
    padding-left: 10px;
    text-align: right;
}

.card_table_footer h3 {
    font-weight: bold;
    font-size: 36px;
    line-height: 125%;
    text-transform: uppercase;
    color: #FFF;
}

.total_price {
    font-weight: bold;
    font-size: 48px;
    line-height: 125%;
    background: #4caf50;

    background: linear-gradient(to bottom, #4caf50 0%, #8bc34a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pay_form {
    padding-bottom: 89px;
}

.form_two_cols {
    display: flex;
    display: -webkit-flex;
    max-width: 990px;
    margin: 0 auto;
    padding: 56px 0 0 0;
}

.form_two_cols > .left_col {
    width: 50%;
    padding-right: 18px;
}

.form_two_cols > .right_col {
    width: 50%;
    padding-left: 18px;
}

.input_wrapp_2 {
    margin-bottom: 34px;
}

.input_wrapp_2 input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 25px;
    border: 2px solid rgba(255, 255, 255, .98);
    background: rgba(255, 255, 255, .98);
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 49px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .5);
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.input_wrapp_2 input.error {
    border: 2px solid #FA0000;
}

.input_wrapp_2 textarea {
    display: block;
    width: 100%;
    height: 185px;
    padding: 13px 25px;
    border: 2px solid rgba(255, 255, 255, .98);
    background: rgba(255, 255, 255, .98);
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .5);
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background-color: #fff !important;
}

.textarea2 {
    display: block;
    width: 100%;
    height: 185px;
    padding: 13px 25px;
    border: 2px solid rgba(255, 255, 255, .98);
    background: rgba(255, 255, 255, .98);
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .5);
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.input_wrapp_2 textarea.error {
    border: 2px solid #FA0000;
}

.checkboxes_wrapp {
    background: rgba(255, 255, 255, .98);
    padding: 29px 37px 40px 37px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.checkbox_logo {
    display: block;
    cursor: pointer;
    position: relative;
    margin-bottom: 36px;
    padding-left: 48px;
}

.checkboxes_wrapp .checkbox_logo:last-child {
    margin-bottom: 0;
}

.checkbox_logo input {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.checkbox_logo span {
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #000;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    position: absolute;
    top: 10px;
    left: 0;
}

.checkbox_logo input:checked + span {
    border: 1px solid transparent;
    background: linear-gradient(to bottom, #4caf50 0%, #8bc34a 100%);
    background: -webkit-linear-gradient(to bottom, #4caf50 0%, #8bc34a 100%);
}

.checkbox_logo input:checked + span:before {
    display: block;
    width: 28px;
    height: 22px;
    content: "";
    background-image: var(--wpr-bg-d91caea9-be5e-4387-b450-de1b368c03ae);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: -5px;
    left: 4px;
}

.logos_wrapp {
    display: flex;
    display: -webkit-flex;
}

.logos_wrapp > img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}

.submit_wrapp {
    padding: 31px 0 33px 0;
    text-align: center;
}

/*-- /Card --*/

/*-- Section 1 - Post Page --*/

.post_title_wrapp {
    padding: 40px 0 20px 0;
    text-align: center;
}

.post_title_wrapp h1 {
    font-size: 48px;
    line-height: 56px;
}

.post_content {
    padding: 20px 0 10px 0;
}

.post_content img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 10px 0;
    border: 2px solid #fff;
}

.post_content h2 {
    padding: 10px 0;
}

.post_content h3 {
    padding: 10px 0;
}

.post_content p {
    padding: 15px 0;
    line-height: 23px;
}

.post_content p a {
    color: #4caf50;
}

.post_content p a:hover {
    text-decoration: underline;
}

.post_content ul {
    padding: 15px 0;
}

.pages_links {
    display: flex;
    display: -webkit-flex;
    padding-bottom: 30px;
}

.pages_links > div:nth-child(odd) {
    width: 50%;
    padding-right: 10px;
}

.pages_links > div:nth-child(even) {
    width: 50%;
    padding-left: 10px;
    text-align: right;
}

.page_link {
    color: #4caf50;
}

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

.page_link.prev {
    display: inline-block;
    vertical-align: top;
}

.page_link.next {
    display: inline-block;
    vertical-align: top;
}

/*-- /Section 1 - Post Page --*/

/*-- Section 1 - Store Page --*/

.store_sect {
    padding: 76px 0 20px 0;
}

.store_filters {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.store_filters > div:nth-child(1) {
    padding-right: 20px;
}

.store_filters h3 {
    text-transform: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 125%;
    color: #C4C4C4;
}

.filters_inline {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 -10px;
}

.filters_inline > div {
    padding: 0 10px;
}

.filter_link {
    display: inline-flex;
    display: -webkit-inline-flex;
    font-weight: bold;
    font-size: 18px;
    line-height: 125%;
    color: #C4C4C4;
}

.filter_link span {
    font-weight: bold;
    font-size: 18px;
    line-height: 125%;
    color: #C4C4C4;
    -webkit-transition-property: color;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;

    -moz-transition-property: color;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease-in-out;

    -ms-transition-property: color;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease-in-out;

    -o-transition-property: color;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease-in-out;

    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
}

.filter_link svg {
    margin-top: 2px;
}

.filter_link span + svg {
    margin-left: 7px;
    -webkit-transition-property: all;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;

    -moz-transition-property: all;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease-in-out;

    -ms-transition-property: all;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease-in-out;

    -o-transition-property: all;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease-in-out;

    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
}

.filter_link svg + span {
    padding-left: 15px;
}

.filter_link:hover span {
    color: #fff;
}

.filter_link svg path {
    -webkit-transition-property: fill;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;

    -moz-transition-property: fill;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease-in-out;

    -ms-transition-property: fill;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease-in-out;

    -o-transition-property: fill;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease-in-out;

    transition-property: fill;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
}

.filter_link:hover svg path {
    fill: #fff;
}

.filter_link svg rect {
    -webkit-transition-property: stroke;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;

    -moz-transition-property: stroke;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease-in-out;

    -ms-transition-property: stroke;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease-in-out;

    -o-transition-property: stroke;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease-in-out;

    transition-property: stroke;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
}

.filter_link:hover svg rect {
    stroke: #fff;
}

.store_templ {
    display: flex;
    display: -webkit-flex;
}

.store_templ > .left_col {
    width: 315px;
    padding: 10px 8px 10px 0;
}

.store_templ > .right_col {
    width: calc(100% - 315px);
    padding-left: 8px;
}

.sidebar_item_title {
    padding: 21px 15px 20px 15px;
    background: #4caf50;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
}

.sidebar_item_title h3 {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #FFF;
}

.region_btns {
    margin: 7px 0 7px 0;
}

.region_btn {
    display: block;
    cursor: pointer;
    margin: 2px 0;
    position: relative;
}

.region_btn input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}

.region_btn .inner {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 5px 10px 5px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #212333;
    min-height: 40px;
}


.region_btn .inner:before {
    display: block;
    content: "";
    width: 10px;
    height: 100%;
    background: linear-gradient(180deg, #48D1EC 0%, #4caf50 100%);
    background: -webkit-linear-gradient(180deg, #48D1EC 0%, #4caf50 100%);
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    position: absolute;
    top: 0;
    left: 0;
}

.region_btn p, .region_btn p a {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #FFF;
}

.region_btn p .region_name {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
}

.level_btn {
    display: block;
    margin: 7px 0;
    padding: 1px;
    cursor: pointer;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
}

.level_btn > input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}

.level_btn .border {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #4caf50 0%, #8bc34a 100%);
    background: -webkit-linear-gradient(to bottom, #4caf50 0%, #8bc34a 100%);
}

.level_btn > input:checked + .border {
    background: #4caf50;
}

.level_btn_inner {
    display: flex;
    display: -webkit-flex;
    padding: 6px 10px 3px 15px;
    background: #0B1D2C;
    position: relative;
    z-index: 2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.level_btn > input:checked + .border + .level_btn_inner {
    background: #4caf50;
}

.level_btn_inner > div:nth-child(1) {
    width: 53%;
    padding-right: 5px;
}

.level_btn_inner > div:nth-child(2) {
    width: 47%;
    padding: 2px 0 0 5px;
}

.level_btn_inner > div:nth-child(1) h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #FFF;
}

.level_btn_inner > div:nth-child(1) p {
    font-weight: normal;
    font-size: 14px;
    line-height: 157%;
    color: #FFF;
}

.prices_wrapp {
    display: flex;
    display: -webkit-flex;
}

.prices_wrapp > div:nth-child(1) {
    width: 50%;
    padding-right: 5px;
}

.prices_wrapp > div:nth-child(2) {
    width: 50%;
    padding: 5px 0 0 5px;
}

.price {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    background: #4caf50;

    background: linear-gradient(to bottom, #4caf50 0%, #8bc34a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.price_old {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-decoration-line: line-through;
    color: #FFF;
}

.level_descript p {
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
}

.thumbnails_5_2 {
    margin: 0 -10px 47px -10px;
}

.thumbnails_5_2 .thumb_5_2 {
    height: 215px;
}

.thumbnails_5_2 .thumb_5_2 img {
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.thumb_5_2 .thumb_5_mask h3 {
    font-size: 18px;
    line-height: 24px;
}

.thumb_5_2 .thumb_5_mask p {
    font-size: 14px;
    line-height: 15px;
}

.thumb_5_2 .thumb_5_footer {
    padding: 5px 10px 10px 10px;
}

.thumb_5_2 .thumb_5_footer h3 {
    font-size: 18px;
    line-height: 24px;
}

.thumb_5_2 .thumb_5_footer p {
    font-size: 14px;
    line-height: 15px;
}

.thumb_5_2 .orange_pill_2 {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    min-width: 134px;
    margin-top: 15px;
    padding: 6px 10px 6px 10px;
    font-size: 11px !important;
    line-height: 16px;
}

/*-- /Section 1 - Store Page --*/


/*-------------------------------------------*/
/* ----- FOOTER ------ */
/*-------------------------------------------*/

footer {
    padding: 1px 0;
}

.footer_section {
    padding: 27px 0 21px 0;
    text-align: center;
}

.footer_section p {

}

/*-- Animation --*/

.leftSlice {
    position: relative;
    left: -3%;
    opacity: 0;
    -webkit-transition-property: left, opacity;
    -webkit-transition-duration: .7s;
    -webkit-transition-delay: .3s;
    -webkit-transition-timing-function: ease-in-out;

    -moz-transition-property: left, opacity;
    -moz-transition-duration: .7s;
    -moz-transition-delay: .3s;
    -moz-transition-timing-function: ease-in-out;

    -ms-transition-property: left, opacity;
    -ms-transition-duration: .7s;
    -ms-transition-delay: .3s;
    -ms-transition-timing-function: ease-in-out;

    -o-transition-property: left, opacity;
    -o-transition-duration: .7s;
    -o-transition-delay: .3s;
    -o-transition-timing-function: ease-in-out;

    transition-property: left, opacity;
    transition-duration: .7s;
    transition-delay: .3s;
    transition-timing-function: ease-in-out;
}

.animate.active.leftSlice {
    left: 0;
    opacity: 1;
}

.fadeIn {
    opacity: 0;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: .7s;
    -webkit-transition-delay: .3s;
    -webkit-transition-timing-function: ease-in-out;

    -moz-transition-property: opacity;
    -moz-transition-duration: .7s;
    -moz-transition-delay: .3s;
    -moz-transition-timing-function: ease-in-out;

    -ms-transition-property: opacity;
    -ms-transition-duration: .7s;
    -ms-transition-delay: .3s;
    -ms-transition-timing-function: ease-in-out;

    -o-transition-property: opacity;
    -o-transition-duration: .7s;
    --transition-delay: .3s;
    -o-transition-timing-function: ease-in-out;

    transition-property: opacity;
    transition-duration: .7s;
    transition-delay: .3s;
    transition-timing-function: ease-in-out;
}

.animate.active.fadeIn {
    opacity: 1;
}

.zoomFade {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition-property: opacity, transform;
    -webkit-transition-duration: .7s;
    -webkit-transition-delay: .3s;
    -webkit-transition-timing-function: ease-in-out;

    -moz-transition-property: opacity, transform;
    -moz-transition-duration: .7s;
    -moz-transition-delay: .3s;
    -moz-transition-timing-function: ease-in-out;

    -ms-transition-property: opacity, transform;
    -ms-transition-duration: .7s;
    -ms-transition-delay: .3s;
    -ms-transition-timing-function: ease-in-out;

    -o-transition-property: opacity, transform;
    -o-transition-duration: .7s;
    --transition-delay: .3s;
    -o-transition-timing-function: ease-in-out;

    transition-property: opacity, transform;
    transition-duration: .7s;
    transition-delay: .3s;
    transition-timing-function: ease-in-out;
}

.animate.active.zoomFade {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.fadeInUp {
    position: relative;
    bottom: -20px;
    opacity: 0;
    -webkit-transition-property: bottom, opacity;
    -webkit-transition-duration: .7s;
    -webkit-transition-delay: .3s;
    -webkit-transition-timing-function: ease-in-out;

    -moz-transition-property: bottom, opacity;
    -moz-transition-duration: .7s;
    -moz-transition-delay: .3s;
    -moz-transition-timing-function: ease-in-out;

    -ms-transition-property: bottom, opacity;
    -ms-transition-duration: .7s;
    -ms-transition-delay: .3s;
    -ms-transition-timing-function: ease-in-out;

    -o-transition-property: bottom, opacity;
    -o-transition-duration: .7s;
    -o-transition-delay: .3s;
    -o-transition-timing-function: ease-in-out;

    transition-property: bottom, opacity;
    transition-duration: .7s;
    transition-delay: .3s;
    transition-timing-function: ease-in-out;
}

.animate.active.fadeInUp {
    bottom: 0;
    opacity: 1;
}

/*-- /Animation --*/

/*-- Popup --*/

body.fixed {
    width: 100%;
    padding-right: 20px;
    overflow: hidden;
}

.popup {
    display: none;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}

.popup_bg {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(88, 74, 69, .8);
    z-index: 19;
}

.close_popup {
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: 1px solid transparent;
    background-color: transparent;
    background-image: var(--wpr-bg-b8316976-3398-4456-929c-97b67bb6dcd7);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.popup_content {
    max-width: 360px;
    width: 98%;
    margin: 90px auto 20px auto;
    position: relative;
    z-index: 2;
}

.popup_content .inner {
    background-color: #FFFFFF;
    padding: 52px 20px 23px 20px;
    position: relative;
    z-index: 2;
}

.close_popup {
    display: block;
    width: 20px;
    height: 20px;
    border: none;
    background-color: transparent;
    background-image: var(--wpr-bg-00ffd2e3-160e-4978-9014-ff284dd3c198);
    background-size: contain;
}

.popup_content .close_popup {
    position: absolute;
    top: 17px;
    right: 28px;
    z-index: 2;
}

.btn_wrapp {
    padding: 10px 0;
}

.btn_wrapp[data-pay-link = ""] {
    display: none;
}

.btn_wrapp a {
    width: 100%;
}

.blue_pill {
    display: inline-block;
    vertical-align: top;
    min-width: 280px;
    padding: 21px 10px 20px 10px;
    border: none;
    background: linear-gradient(-90deg, #a239ea 0%, #9128d9 100%);
    background: -webkit-linear-gradient(-90deg, #a239ea 0%, #9128d9 100%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition-property: box-shadow;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: box-shadow;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -ms-transition-property: box-shadow;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    -o-transition-property: box-shadow;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    transition-property: box-shadow;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.blue_pill:link,
.blue_pill:visited {
    box-shadow: none;
}

.blue_pill:active,
.blue_pill.active {
    -webkit-box-shadow: 0 10px 26px 0 rgba(145, 40, 217, .6);
    -moz-box-shadow: 0 10px 26px 0 rgba(145, 40, 217, .6);
    box-shadow: 0 10px 26px 0 rgba(145, 40, 217, .6);
}

.blue_pill:hover {
    -webkit-box-shadow: 0 10px 26px 0 rgba(145, 40, 217, .6);
    -moz-box-shadow: 0 10px 26px 0 rgba(145, 40, 217, .6);
    box-shadow: 0 10px 26px 0 rgba(145, 40, 217, .6);
}

/*-- /Popup --*/

/*-- Chat Callback --*/

.chat_callback_wrapp {
    width: 54px;
    height: 54px;
    position: fixed;
    bottom: 18px;
    right: 24px;
    z-index: 10;
}

.chat_descript_box {
    width: 210px;
    padding: 0 17px;
    background: #212333;
    box-shadow: 1px 1px 1px rgba(255, 255, 255, .1);
    -webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, .1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    bottom: 5px;
    left: -200vw;
    opacity: 0;
    z-index: -1;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: opacity;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -ms-transition-property: opacity;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    -o-transition-property: opacity;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.chat_callback_wrapp:hover .chat_descript_box {
    opacity: 1;
    z-index: 1;
    left: -238px;
}

.chat_descript_box:after {
    display: block;
    content: "";
    width: 30px;
    height: 54px;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 100%;
}

.chat_icon {
    margin: 11px 0;
}

.chat_descript_box h3 {
    padding: 7px 0;
    text-transform: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #FFF;
}

.chat_descript_box p {
    padding: 7px 0;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #FFF;
}

.orange_pill_3 {
    min-width: 100% !important;
    margin: 16px 0;
    padding: 13px 10px 11px 10px;
    font-size: 14px !important;
    line-height: 16px !important;
}

.chat_btn {
    display: block;
    width: 54px;
    height: 54px;
    border: none;
    background-color: transparent;
    background-position: center;
    background-size: contain;
    background-image: var(--wpr-bg-6b7c592e-2b80-4693-ab95-7b1dd0c4af1a);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
}

div.pay_btn_wrapp > p > span {
    display: none;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:only-child {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

#payment li, p, a {
    color: black;

}
#catalog_content a,
.post_body a{    text-decoration: underline;}
.woocommerce-checkout #payment ul.payment_methods li img{max-width: 265px}
#faqblock a{color: #fff}
/*-- /Chat Callback --*/

.wrp-button {
    display: block;
    width: 100%;
}

.borttl h4 {
    font-size: 25px !important;
}

.infobox_bot h4 {
    text-align: center
}

.infobox_bot {
}

.brdersi {
}

.brdersi > hr {
}

.text_center {
    text-align: center;
}

.normcontent p {
    margin: revert
}

/*.eloradobtn{flex: 0 1 80%}*/
body .wrapbtn_prod .wpb_wrapper > a {
    border: 1px solid #fff !important;
    color: #fff !important;
}

body .wrapbtn_prod .wpb_wrapper > a,
.wrp-button a {
    display: block;
    width: 100%;
    font-size: 12px !important;
    text-align: center;
}

body .wrapbtn_prod .wpb_wrapper > a:last-child,
.wrp-button a:last-child {
    line-height: 20px;
}


.wrp-button a:last-child:before {
    content: '';
    display: block;
    float: left;
    width: 62px;
    height: 20px;
    background: var(--wpr-bg-bff90929-1243-45fd-91a3-d55c006fef65) no-repeat;
    background-size: contain;
}

.wrp-button .added_to_cart.wc-forward {
    display: none;
}


.price > del {
    position: relative;
    margin-right: 15px;
}

.price > del bdi:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #4caf50;
}

.tax-product_cat .products {
    max-width: 1270px;
    margin: 0 auto !important;
}

.tax-product_cat .woocommerce-products-header {
    max-width: 1270px;
    margin: 0 auto;
}

.tax-product_cat h1.woocommerce-products-header__title.page-title {
    font-size: 48px !important;
}

.tax-product_cat .woocommerce-breadcrumb {
    display: none;
}

.tax-product_cat .woocommerce-notices-wrapper, .tax-product_cat .woocommerce-result-count {
    display: none;
}

.tax-product_cat .woocommerce-ordering {
    display: none !important;
    max-width: 1270px !important;
    margin: 0 auto 50px !important;
    float: none;
}

.tax-product_cat #sidebar {
    display: none;
}

.back-to-store-btn {
    display: none;
}

.tax-product_cat .back-to-store-btn {
    display: block;
    width: 100px;
    height: 30px;
    border: none;
    cursor: pointer;
    background-color: #dfdcde;
    border-radius: 20px;
    margin-bottom: 20px;
}

.tax-product_cat .back-to-store-btn:hover {
    opacity: .8;
}

.back-to-store-wrp {
    display: none;
}

.tax-product_cat .back-to-store-wrp {
    display: block;
    max-width: 1270px !important;
    margin: 0 auto 50px !important;
}

.card_table_footer .total_price {
    font-size: 0;
}

.single.single-product .woocommerce-breadcrumb {
    display: none;
}

.single.single-product .product.type-product {
    max-width: 1270px;
    margin: 0 auto;
}

@media (max-width: 1000px) {
    .single.single-product .product.type-product {
        padding: 0 30px;
    }

    .single.single-product .woocommerce .products ul, .single.single-product .woocommerce .products {
        display: flex;
        flex-direction: column;
    }

    .single.single-product ul.products[class*=columns-] li.product:nth-child(2n),
    .single.single-product ul.products[class*=columns-] li.product:nth-child(2n) {
        float: none;
    }

    .single.single-product .related.products h2 {
        margin-bottom: 20px;
    }

    .single.single-product .related.products .product {
        width: 100%;
        max-width: 400px;
        margin: 30px 0;
    }

    .single.single-product .related.products .product .onsale {
        display: none;
    }
}

.single.single-product div.product .woocommerce-tabs ul.tabs li.active a {
    color: #000 !important;
}

.single.single-product .woocommerce-tabs p {
    margin-bottom: 14px;
}

.single.single-product .woocommerce-tabs h2 {
    font-size: 36px;
    line-height: 1.5;
}

.single.single-product .woocommerce-Tabs-panel, .single.single-product .woocommerce-Tabs-panel p,
.single.single-product .woocommerce-Tabs-panel th, .single.single-product .woocommerce-Tabs-panel td {
    color: #fff;
}

.single.single-product .related.products h2 {
    font-size: 36px;
}

.single.single-product .related.products .product {
    margin-right: 20px
}

.single.single-product .related.products li.product:last-child {
    margin-right: 0;
}

.single.single-product #sidebar {
    display: none;
}

.single.single-product .quantity input.qty {
    height: 34px;
}

.single.single-product .product_meta {
    display: none;
}

.woocommerce-product-details__short-description {
    color: #fff;
    margin: 40px 0;
}

.woocommerce-product-details__short-description p {
    color: #fff;
}

.woocommerce-order {
    max-width: 1270px;
    margin: 50px auto;
}

.woocommerce-order .woocommerce-table th, .woocommerce-order .woocommerce-table td, .woocommerce-order .woocommerce-table a,
.woocommerce-order .woocommerce-table p, .woocommerce-order .woocommerce-table span {
    color: #fff;
}

.woocommerce-order .woocommerce-customer-details--email {
    color: #fff;
    line-height: 30px;
}

.woocommerce-order .woocommerce-notice {
    display: block;
    color: #fff;
    margin-bottom: 50px;
    font-size: 36px;
}

.store_templ {
    margin-top: 50px;
}

.right_col > .cat {
    display: none;
}

.right_col > .cat.active {
    display: block;
}

.region_btn.active > input + .inner:before {
    background: linear-gradient(to bottom, #4caf50 0%, #8bc34a 100%);

}

.region_btn.active > input + .inner {
    background: #4caf50;
}

.single.single-product .woocommerce-product-attributes-item--attribute_pa_old-price, .single.single-product .woocommerce-product-attributes-item--attribute_pa_region-short {
    display: none;
}

.wc_payment_method {
    position: relative;
    cursor: pointer;
}

.wc_payment_method:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #000;
    position: relative;
    top: 27px;
    left: -10px;
}

.wc_payment_method:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #2ea2cc;
    border-radius: 50%;
    position: absolute;
    top: 34px;
    left: -3px;
    opacity: 0;
    visibility: hidden;
}

.wc_payment_method.active:after {
    opacity: 1;
    visibility: visible;
}

.xoo-wsc-empty-cart .button.btn {
    display: none;
}

.wpmenucartli .wpmenucart-contents {
    position: relative;
}

#gdprcookie {
    position: fixed;
    left: 5%;
    bottom: 2%;
    background-color: #303030b3;
    padding: 10px 30px;
    color: #d7d7d7;
    border-radius: 10px;
    font-size: 15px;
    line-height: 19px;
    z-index: 9999;

}

.wc_payment_method.payment_method_stripe {
}

.wc_payment_method.payment_method_stripe > label {
    margin-left: 20px;
}

.wc_payment_method.payment_method_stripe:before {
}

.wc_payment_method.payment_method_stripe:after {

    background-color: transparent;
    height: 25px;
    visibility: visible;
    opacity: 1;
    z-index: 9;
    width: 50px;
    float: right;
    position: absolute;
    right: 129px;
    display: inline-block;
    border-radius: 0;
    left: inherit;
    background-repeat: no-repeat;
    top: 30px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJVc2VyTG9nbyB2YXJpYW50LS0gIiB2aWV3Qm94PSIwIDAgNjAgMjUiPgogIDxwYXRoIGZpbGw9InZhcigtLXVzZXJMb2dvQ29sb3IsICMwQTI1NDApIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01OS42NCAxNC4yOGgtOC4wNmMuMTkgMS45MyAxLjYgMi41NSAzLjIgMi41NSAxLjY0IDAgMi45Ni0uMzcgNC4wNS0uOTV2My4zMmE4LjMzIDguMzMgMCAwIDEtNC41NiAxLjFjLTQuMDEgMC02LjgzLTIuNS02LjgzLTcuNDggMC00LjE5IDIuMzktNy41MiA2LjMtNy41MiAzLjkyIDAgNS45NiAzLjI4IDUuOTYgNy41IDAgLjQtLjA0IDEuMjYtLjA2IDEuNDh6bS01LjkyLTUuNjJjLTEuMDMgMC0yLjE3LjczLTIuMTcgMi41OGg0LjI1YzAtMS44NS0xLjA3LTIuNTgtMi4wOC0yLjU4ek00MC45NSAyMC4zYy0xLjQ0IDAtMi4zMi0uNi0yLjktMS4wNGwtLjAyIDQuNjMtNC4xMi44N1Y1LjU3aDMuNzZsLjA4IDEuMDJhNC43IDQuNyAwIDAgMSAzLjIzLTEuMjljMi45IDAgNS42MiAyLjYgNS42MiA3LjQgMCA1LjIzLTIuNyA3LjYtNS42NSA3LjZ6TTQwIDguOTVjLS45NSAwLTEuNTQuMzQtMS45Ny44MWwuMDIgNi4xMmMuNC40NC45OC43OCAxLjk1Ljc4IDEuNTIgMCAyLjU0LTEuNjUgMi41NC0zLjg3IDAtMi4xNS0xLjA0LTMuODQtMi41NC0zLjg0ek0yOC4yNCA1LjU3aDQuMTN2MTQuNDRoLTQuMTNWNS41N3ptMC00LjdMMzIuMzcgMHYzLjM2bC00LjEzLjg4Vi44OHptLTQuMzIgOS4zNXY5Ljc5SDE5LjhWNS41N2gzLjdsLjEyIDEuMjJjMS0xLjc3IDMuMDctMS40MSAzLjYyLTEuMjJ2My43OWMtLjUyLS4xNy0yLjI5LS40My0zLjMyLjg2em0tOC41NSA0LjcyYzAgMi40MyAyLjYgMS42OCAzLjEyIDEuNDZ2My4zNmMtLjU1LjMtMS41NC41NC0yLjg5LjU0YTQuMTUgNC4xNSAwIDAgMS00LjI3LTQuMjRsLjAxLTEzLjE3IDQuMDItLjg2djMuNTRoMy4xNFY5LjFoLTMuMTN2NS44NXptLTQuOTEuN2MwIDIuOTctMi4zMSA0LjY2LTUuNzMgNC42NmExMS4yIDExLjIgMCAwIDEtNC40Ni0uOTN2LTMuOTNjMS4zOC43NSAzLjEgMS4zMSA0LjQ2IDEuMzEuOTIgMCAxLjUzLS4yNCAxLjUzLTEgMC0xLjk4LTYuMjYtMS4yNC02LjI2LTUuOEMwIDcuMDQgMi4yOCA1LjMgNS42MiA1LjNjMS4zNiAwIDIuNzIuMiA0LjA5Ljc1djMuODhhOS4yMyA5LjIzIDAgMCAwLTQuMS0xLjA2Yy0uODYgMC0xLjQ0LjI1LTEuNDQuOSAwIDEuODUgNi4yOS45NyA2LjI5IDUuODh6Ii8+Cjwvc3ZnPgo=)
}

#closecocoki {
    position: absolute;
    right: 8px;
    top: 0px;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

a#eldoradobtn {
    border: 1px solid #00ab00;

    color: #00ab00 !important;
    padding: 3px 20px;
    font-weight: 600;
    font-size: 14px;
}

#eldoradobtn:hover {
    background-color: #00ab00;
    color: #fff !important;
}

.wpmenucartli .wpmenucart-contents .cartcontents {
    background: #3daf50;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #fff !important;
    position: absolute;
    top: -12px;
}

.wpmenucartli .wpmenucart-contents .cartcontents {
    max-width: 24px;
    overflow: hidden
}

.woocommerce-checkout table.cart img {
    width: 75px !important;
}

#coupon_chk {
    display: flex;
    gap: 1rem
}

#coupon_chk > #coupon_code {
    min-width: 150px
}

#coupon_chk > .button {
    min-width: 140px
}

.wpmenucartli .wpmenucart-contents:hover {
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background: none;
}

.shop_table.order_details th, .shop_table.order_details td, .shop_table order_details p, .shop_table.order_details span, .shop_table.order_details strong {
    color: #fff;
}

.empty-wpmenucart-visible {
    pointer-events: none;
}

/* Reviews */
.wpcr3_review_item .wpcr3_item {
    display: flex;
    flex-wrap: wrap;
}

.wpcr3_business > .wpcr3_item_name {
    display: none !important;
}

.wpcr3_review_item .wpcr3_review {
    box-sizing: border-box;
    padding: 14px;
    position: relative;
    max-width: 296px;
    min-width: 296px;
    max-height: 190px;
    background: #212333;
    border-radius: 5px;
    margin-right: 20px;
    margin-top: 8px;
}

.wpcr3_review_item .wpcr3_review:after {
    content: '';
    display: block;
    position: absolute;
    width: 96px;
    height: 106px;
    background: var(--wpr-bg-2599fada-8c3f-4d81-a1d9-d9140b9979d5) no-repeat;
    opacity: .3;
    left: 0;
    top: 0;
    margin: 14px 0 0 14px;
}

.wpcr3_review_item .wpcr3_review blockquote p {
    color: #fff;
}

.wpcr3_aggregateRating_overallText {
    color: #fff;
}

.wpcr3_respond_2 {
    display: block !important;
}

.wpcr3_button_1.wpcr3_show_btn {
    display: none;
}

.wpcr3_table_2 label {
    color: #fff;
}

.wpcr3_leave_text {
    color: #fff;
}

.wpcr3_content {
    max-width: 275px;
}

div.wpcr3_review blockquote.wpcr3_content p {
    font-size: 16px !important;
    line-height: 1.4 !important;
    font-family: 'Lato', sans-serif;
}

div.wpcr3_review blockquote.wpcr3_content {
    margin-top: 10px;
    padding-bottom: 10px;
}

div.wpcr3_review div.wpcr3_review_datePublished {
    display: block !important;
    color: #fff;
    font-style: normal;
    font-family: 'Lato', sans-serif;
}

div.wpcr3_review div.wpcr3_review_author {
    color: #fff;
    font-style: normal;
    font-family: 'Lato', sans-serif;
}

div.wpcr3_dotline, div.wpcr3_review div.wpcr3_dotline {
    display: none !important;
}

.wpcr3_business {
    max-width: 1270px;
    margin: 0 auto;
}

@media (max-width: 1300px) {
    .wpcr3_business, .wpcr3_respond_2 {
        padding: 0 30px !important;
    }
}

.wpcr3_business .wpcr3_aggregateRating {
    display: none !important;
}

.wpcr3_respond_2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto !important;
    max-width: 1059px;
    margin-bottom: 150px !important;
}

.page-id-322 .content {
    padding-bottom: 800px;
}

.wpcr3_button_1.wpcr3_cancel_btn {
    display: none;
}

.wpcr3_div_2 {
    width: 100%;
}

.wpcr3_leave_text {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Lato', sans-serif;
}

.wpcr3_table_2 label {
    font-size: 16px;
    font-style: normal;
    font-family: 'Lato', sans-serif;
}

.wpcr3_check_confirm {
    cursor: pointer;
}

.wpcr3_table_2 tr td {
    padding: 15px 0;
}

.wpcr3_table_2 input, .wpcr3_table_2 textarea {
    background: #212333;
    border: 1px solid #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px 15px;
}

.wpcr3_review_form_text_field {
    display: block;
}

.wpcr3_review_form_text_field td, .wpcr3_review_form_rating_field td {
    display: inline-block;
    min-width: 100px;
}

.wpcr3_respond_2 input[type='text'] {
    display: block;
    max-width: 920px;
    width: 100%;
    color: #fff;
    font-family: 'Lato', sans-serif;
}

.wpcr3_respond_2 textarea {
    display: block;
    max-width: 920px;
    width: 100%;
    color: #fff;
    font-family: 'Lato', sans-serif;
    min-width: inherit;
}

.wpcr3_submit_btn {
    width: 299px;
    height: 70px;
    background: linear-gradient(-90deg, #8bc34a 0%, #4caf50 100%);
    border-radius: 5px;

    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
}

.wpcr3_table_2 tbody tr:last-child td {
    text-align: center;
}

tr.wpcr3_review_form_text_field td {
    display: block;
}

.wpcr3_fconfirm2 {
    position: relative;
    top: 4px;
}

.wpcr3_fconfirm2:checked {
    background: linear-gradient(-90deg, #8bc34a 0%, #4caf50 100%);
}

.post_content p {
    color: #fff;
}

/*-- Reviews Page --*/

.rates_sect {
    padding: 66px 0 46px 0;
}

.rew_thumbs {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 12px -14px;
}

.rew_thumbs .thumb_2 {
    width: calc(25% - 28px);
    margin: 14px;
}

.thumb_2_footer_2 {
    display: flex;
    display: -webkit-flex;
}

.thumb_2_footer_2 > div:nth-child(1) {
    width: calc(100% - 100px);
}

.thumb_2_footer_2 > div:nth-child(2) {
    width: 100px;
    padding-top: 10px;
}

.thumb_2_footer_2 p.data_diff {
    padding-top: 1px;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #C4C4C4;
}

div.rateit_2.svg {
    height: 13px;
    overflow: hidden;
}

div.rateit_2.svg .rateit-range {
    width: 100px !important;
}

div.rateit_2.svg div.rateit-range {
    background-image: var(--wpr-bg-4eafb2bd-4549-4860-9219-1da03b2a06ad);
    background-size: 20px 13px;
}

div.rateit_2.svg div.rateit-preset {
    background-image: var(--wpr-bg-d95ef188-4cbf-44c4-9f76-70cb9fcfcbde);
    background-size: 20px 13px;
}

div.rateit_2.svg div.rateit-hover {
    background-image: var(--wpr-bg-8da9f4d3-2e19-4235-a9ef-0275ad85d73b);
    background-size: 20px 13px;
}

.form_border {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #4caf50;
    max-width: 1112px;
    margin: 37px auto 27px auto;
    padding: 7px 30px;
}

.rev_form_wrapp .inner {
    padding: 18px 0;
}

.form_two_cols_2 {
    display: flex;
    display: -webkit-flex;
}

.form_two_cols_2 > div:nth-child(1) {
    width: calc(100% - 180px);
}

.form_two_cols_2 > div:nth-child(2) {
    width: 180px;
    padding-left: 10px;
}

.rateit_3 {
    height: 23px;
    overflow: hidden;
    position: relative;
    right: -5px;
    margin-top: 11px;
}

.rateit_3 .rateit-reset {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.input_wrapp input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 32px;
    background-color: #212333;
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
    line-height: 49px;
    color: rgba(255, 255, 255, 1);
}

.error {
    border-color: #f96c6c !important;
}

.input_wrapp input::placeholder {
    color: rgba(255, 255, 255, .5);
}

.input_wrapp textarea {
    display: block;
    width: 100%;
    height: 185px;
    padding: 10px 32px;
    background-color: #212333;
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 1);
}

#catalog_content {
    margin: 1rem auto
}

#catalog_content a, .term-description a, .page_description a {
    color: #fff
}

#owl-related {
    margin-top: 2rem
}

.woocommerce-Tabs-panel--description a, body:not(.woocommerce-checkout) .text-white, .text-white p {
    color: #fff;
    padding: 1rem;
    font-size: 20px;
    line-height: 27px;
    text-decoration: underline;
}

.succes_text {
    opacity: 0;
    z-index: -1;
    position: relative;
    top: -10px;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #FFCB12;
    -webkit-transition-property: opacity, top;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: opacity, top;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -ms-transition-property: opacity, top;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    -o-transition-property: opacity, top;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    transition-property: opacity, top;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.succes_text.visited {
    top: 0;
    opacity: 1;
}

.fslm-download-keys > a:nth-child(1) {
    display: none !important;
}

/*-- /Reviews Page --*/


body.woocommerce div.product div.summary {
    width: 60%;
}

body.woocommerce div.product div.images {
    float: left;
    width: 39%;
}

body.woocommerce div.product div.images img {
    width: 85%;
}


#singlprod_pp {
    margin-left: 1rem;
    width: 160px;
    height: 35px;
}

#howtb_image {
    width: 100%;
    height: auto
}

.rowhowb {
    margin-top: 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.col-4 {
    flex: 0 1 30%
}

.col-8 {
    flex: 0 1 60%
}

.howtb_list {
}

.howtb_item {
    transition: 200ms ease-in color;
    font-size: 1.3rem;
    list-style: 150%;
    cursor: pointer;
    margin-bottom: 1rem
}

.howtb_item.active {
    color: #4cb04f;
}

.howtb_item > span {
    transition: 200ms ease-in background-color;
    margin-right: 8px;
    color: #fff !important;
    font-weight: 700;
    height: 48px;
    width: 48px;
    line-height: 48px;
    border-radius: 24px;;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: rgba(101, 63, 94, 0.6)
}

.howtb_item.active > span, .howtb_item:hover > span {
    background-color: #00ab00
}

.float-right {
    float: right;
    display: inline-block
}

.youtube-video {
    aspect-ratio: 560/315;
    width: 560px;
    height: 316px;
    float: right
}

.youtube-video > iframe {
}

.woocommerce-cart-form__cart-item m, .woocommerce-cart-form__cart-item a {
    color: #000 !important;
}

@media screen and (max-width: 800px) {
    .review_item {
        flex: 0 1 100%;
    }

    body.woocommerce div.product div.summary {
        width: 90%;
    }

    .woocommerce div.product form.cart {
        display: flex;
        width: 100%;
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .howtb_item {
        display: flex;
        align-items: center;
        font-size: 1rem;
    }

    .howtb_item > span {
        height: 25px;
        width: 25px;
    }

    .rowhowb {
        flex-direction: column
    }

    .col-4, .col-8 {
        flex: 0 1 100%
    }

    .col-8 {
        margin-top: 1.5rem
    }
}