<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 7, 2022, 9:50:56 AM
    Author     : TADEJ
*/

/* MAIN */

:root {
    --black: #0D0D0D;
    --lightblue: rgba(27,34,92, 0.73);
    --blue: #1b225c;
    --lighterblue: #585D87;
    --white: #ffffff;
    --brown: #3e3e3e;
    --darkgrey: #696868;
    --navgrey: #f3f3f3;
    --red: #FF7494;
    --red-dark: #8C263C;
    --hotred: #ec3735;
    --pink: #ffd0c7;
    --navred: #c1103b;
    --lightblack: #292828;
    --lightgrey: #fafafa;
    --lightbloggrey: #f8f9fa;
    --armygreen: #ffd0c7;
    --armygreendark: #615a47;
    --btngrey: #d8d8d8;
    --blogcategorygrey: #696868;
    --singlebloggrey: #888888;
    --productgrey: #979797;
    --lightbrown: #ffd0c7;
    --gold-light: #EAE5DA;
    --grey: #8D8D8D;
    --gold: #AB987B;
    --dark-grey: #4F4F4F;
    --light-grey: #D5D5D5;
}

html{
    /*-ms-overflow-style: -ms-autohiding-scrollbar;*/
    /*overflow: scroll;*/
    overflow-x: hidden;
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    /*    width: 0;
        background: transparent;*/
}

::-webkit-scrollbar-thumb {
    /*background: transparent;*/
}


body{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: var(--black);
    background-color: var(--white);
    position: relative;
    left: 0;
    overflow: hidden;
    overflow-x: hidden;
}


h1, h2, h3, h4, h5, p{
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 22px;
    color: var(--black);
}

p {
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
}

small {
    font-size: 14px;
}

h2 {
    font-family: 'Roboto Serif', serif;
    font-size: 40px;
    color: var(--red);
    font-weight: 700;
}

h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    color: var(--black);
    text-transform: uppercase;
    font-weight: 800;
}

h4 {
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 700;
    font-size: 20px;
}

h5 {
    font-size: 14px;
    color: var(--black);
    text-transform: uppercase;
    font-weight: 700;
}

*:focus {
    outline: 0;
    outline: none;
}

button{
    outline: none !important;
}

button:focus, button:active {
    outline: none !important;
    box-shadow: none;
}

button:hover{
    cursor: pointer;
}

a{
    color: var(--black);
    transition: .3s;
}

a:hover{
    text-decoration: none;
    color: var(--red);
}


img:focus {
    outline:none !important;
}


.btn.focus, .btn:focus{
    box-shadow: none;
}

.change_design{
    background-color: white;
    z-index: 1;
    position: absolute;
    left: 20px;
    top: 12px;
    border: none;
    border-radius: 24px;
    padding: 3px 8px;
}

section {
    padding: 60px 0;
}

.bg-red {
    background-color: var(--red-dark);
}

.height-450 {
    height: 450px;
}

/* PORTAL AND LANDING PAGE */


.top-nav {
    font-size: 14px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    background-color: var(--gold-light);
}

.left-nav {
    margin: 0 15px;
    display: flex;
    margin-left: auto;
}

.left-nav div {
    margin: 0 15px;
}

.vertical-line:after {
    content: '|';
    color: var(--grey);
    position: relative;
    left: 17px;
}

.right-nav {
    margin: 0 15px;
}

.right-nav a {
    margin: 0 15px;
}

.top-nav-mobile {
    display: none;
}

.navbar-icons img {
    max-height: 30px;
    margin: 0 10px;
}

.log-out img {
    position: relative;
    margin-bottom: 1px;
}

.grey-vertical-line-1 {
    width: 2px;
    background-color: var(--grey);
    position: absolute;
    left: -7px;
    height: 100%;
    top: 0;
}


.grey-vertical-line-2 {
    width: 2px;
    background-color: var(--grey);
    position: absolute;
    right: -7px;
    height: 100%;
    top: 0;
}

.right-nav {
    margin-left: auto;
    font-weight: 700;
}

.right-nav .log-out,
.right-nav .administration {
    margin: 0 8px;
}

.administration img {
    height: 15px;
}

.administration {
    position: relative;
    top: 0px;
}

.show-profile {
    display: none;
}

.show-cart {
    display: none;
}

#list-item {
    display: none;
}

.contact-wrapper {
    display: none;
}

.top-nav-mobile {
    display: none;
}

.product-img-wrapper {
    height: 220px;
    width: 100%;
}
/*.product-tag:before {
    content: "";
    background-image: url(../images/new/product-star.svg);
    height: 128px;
    width: 128px;
    display: block;
    margin-left: 30px;
    position: relative;
}*/

.card-tags {
    position: absolute;
    left: 10px;
}

.product-super-discount{
    position: relative;
}

.product-star {
    filter: brightness(0.8);
    position: relative;
    margin: 0 auto;
}

.product-tag {
    position: relative;
    height: 128px;
}

.product-tag-title-discount {
    position: absolute;
    top: 50%;
    width: fit-content;
    text-align: center;
    left: 50%;
    padding: 0 40px;
    transform: translate(-50%,-50%);
    color: var(--white);
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
}

 

.discount-tag-new{
  
    left: 27px;
    position: relative;
}


.product-tag-super-discount {
    position: absolute;
    top: 50%;
    width: fit-content;
    text-align: center;
    left: 50%;
    padding: 0 40px;
    transform: translate(-50%,-50%);
    color: var(--white);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

.product-tag-title-discount label {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    display: flex;
}

.product-tag-title {
    position: absolute;
    top: 50%;
    width: fit-content;
    text-align: center;
    left: 50%;
    padding: 0 40px;
    transform: translate(-50%,-50%);
    color: var(--white);
    text-transform: uppercase;
}

.product-discount-tag-title {
    position: absolute;
    top: 50%;
    width: fit-content;
    text-align: center;
    left: 50%;
    padding: 0 40px;
    transform: translate(-50%,-50%);
    color: var(--white);
    text-transform: uppercase;
}

.product-tag-title strong {
    font-size: 22px;
    font-weight: 700;
}

.product-quantity {
    display: flex;
    justify-content: center;
    align-content: center;
    cursor: pointer;
    margin: 10px;
    margin-top: 0;
    flex-wrap: wrap;
    /*height: 30px;*/
}

.product-quantity div {
    border: 1px solid var(--grey);
    border-radius: 16px;
    font-size: 12px;
    padding: 2px 6px;
    margin: 2px;
    transition: .3s all;
}

.product-quantity div:hover {
    background-color: var(--red);
    border: 1px solid transparent;
    color: var(--white);
}

.product-tag-title span {
    font-size: 22px;
    font-weight: 700;
}

.blog-card {
    position: relative;
    top: 64px;
    transition: .3s all;
}

.blog-card:hover {
    opacity: 0.7;
}

.bg-image-blog {
    height: 270px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.blog-text {
    background-color: var(--red);
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    padding: 30px;
    padding-right: 80px;
    margin-top: 10px;
}

.blog-text p {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 22px;
    color: var(--white);
    font-weight: 700;
}

.blog-text h5 {
    font-family: 'Roboto Flex', sans-serif;
}

.blog-text:after {
    content: '';
    background-image: url(../images/new/expand-right-black.svg);
    height: 40px;
    width: 40px;
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.categories {
    margin: 150px;
    padding: 150px 0;
    padding-bottom: 60px;
}

.bg-image-charly-1 {
    height: 290px;
    background-image: url(../images/new/charly_1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.bg-image-charly-2 {
    height: 290px;
    background-image: url(../images/new/charly_2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.requiredInput {
    background-color: #fad1d0 !important;
}

.profile_update_data .requiredInput {
    border: 1px solid red;
    background: none !important;
}

.btn-send {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: var(--black);
    height: 48px;
    line-height: 48px;
    padding: 0 25px;
    border-radius: 24px;
    font-weight: 800;
    color: var(--white);
    font-size: 16px;
    display: block;
    border: none;
    transition: .3s all;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.25em;
}

.btn-send:hover {
    opacity: 0.7;
}

.custom-input::placeholder {
    color: var(--black);
}

.charly-1 h2 {
    color: var(--white);
    font-size: 28px;
}

.charly-2 h2 {
    font-size: 28px;
    color: var(--white);
}

.charly-1 p {
    font-size: 16px;
    color: var(--white);
    margin-top: 20px;
    line-height: 20px;
}

.charly-2 p {
    font-size: 16px;
    color: var(--white);
    margin-top: 20px;
    line-height: 20px;
}

.chart-properties {
   
    border-bottom: 2px solid var(--grey);
    padding: 16px 0;
}


.custom-input {
    font-family: 'Roboto Condensed', sans-serif;
    border-radius: 24px;
    height: 48px;
    font-size: 16px;
    border: none;
    text-align: center;
    width: 100%;
}

.input-wrapper {
    margin-top: 40px;
    padding: 0 111px;
}

.max-height {
    max-height: 730px;
}

.newsletters-login-wrapper {
    background-color: var(--gold);
    padding: 80px;
    text-align: center;
}

.newsletters-login-wrapper .btn-send {
    width: fit-content;
    padding: 0 111px;
    margin: 0 auto;
    white-space: nowrap;
}

.sticky {
    position: fixed !important;
    top: -200px !important;
    left: 0;
    right: 0;
    background: var(--white);
    transform: translate3d(0, 200px, 0);
    -webkit-transform: translate3d(0, 200px, 0);
    -ms-transform: translate3d(0, 200px, 0);
    transition: transform .3s;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
    padding-top: 60px;
}

.sticky-2 {
    position: fixed !important;
    top: -100px !important;
    left: 0;
    right: 0;
    background: var(--white);
    transform: translate3d(0, 200px, 0);
    -webkit-transform: translate3d(0, 200px, 0);
    -ms-transform: translate3d(0, 200px, 0);
    transition: transform .3s;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    z-index: 1;
}

.sticky-2 + .content {
    padding-top: 300px;
}

.golden-section .bar {
    bottom: -30px;
}

.golden-section .bar:before {
    border-right: 22px solid var(--white);
}

.img-circle {
    border: 4px solid var(--gold);
    height: 90px;
    border-radius:50%;
    width: 90px;
    position: relative;
    margin: 0 auto;
}

.img-circle img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 40px;
}

.img-circle img.top-54 {
    top: 54%;
}

.icons-section p {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 0 35px;
    margin-top: 15px;
}

.golden-section .bar:after {
    border-left: 22px solid var(--white);
}

.golden-section .bar:before, .golden-section .bar:after {
    border-bottom: 22px solid var(--gold);
}

.newsletters-login-wrapper h2 {
    color: var(--white);
}

.newsletters-login-wrapper p {
    color: var(--white);
    font-size: 24px;
}

.bar {
    position: relative;
    bottom: 22px;
    width: 100%;
    height: 30px;
    margin: 0 auto;
}

.bar:before, .bar:after {
    content:'';
    position: absolute;
    top: 0;
    height: 0;
    border-bottom: 22px solid var(--red-dark);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.bar:before {
    left: 0;
    width: 50%;
    border-right: 22px solid transparent;
}

.bar:after {
    right:0;
    width: 50%;
    border-left: 22px solid transparent;
}


footer {
    background-color: var(--black);
    padding: 35px 0;
}

footer a {
    color: var(--grey);
    border-bottom: 1px solid var(--dark-grey);
    margin: 6px 0;
    padding-bottom: 20px;
}

footer a:hover {
    color: var(--white);
}

.payment-icons {
    width: 100%;
    text-align: center;
}

.bottom-div {
    font-family: 'Roboto Condensed', sans-serif;
    color: var(--white);
    margin: 0 auto;
    font-size: 12px;
    width: 100%;
    text-align: center;
    border-top: 1px solid var(--dark-grey);
    padding-top: 17px;
}

.payment-icons img {
    margin: 0 10px;
}

.grey-line {
    height: 8px;
    background-color: var(--light-grey);
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: -1;
}

.product-card h2 {
    font-size: 26px;
    font-weight: 900;
    color: var(--black);
    position: absolute;
    right: 4px;
    top: 100px;
}

.logo-img-blogs {
    /*height: 40px;*/
}

.blog-card {
    top: 44px;
    margin: 10px 0;
}

.blog-text p {
    font-size: 16px;
}

.blog-text:after {
    height: 20px;
    width: 20px;
    background-size: cover;
    right: 10px;
    bottom: 12px;
}

.product-card h2 label {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.vertical_list{
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 7px;
}

.vertical_list li{
    display: inline-block;
    margin: 0 2px;
}

.vertical_list li img {
    width: 18px;
}

.card-text {
    border-top: 8px solid var(--light-grey);
}

.product-category {
    display: none;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 700;
    margin-top: 20px;
}


.add-to-cart-hover {
    width: 100%;
    background-color: white;
    opacity: 0;
    transition: opacity .1s linear,transform .33s cubic-bezier(0,.66,.32,.99);
}

.product-card {
    transition: .3s all;
    margin-bottom: 15px;
}

.product-card:hover {
    opacity: 0.9;
}

.product-card:hover .add-to-cart-hover {
    opacity: 1;
    transform: translateY(0px);
    transition: opacity .1s linear,transform .33s cubic-bezier(0,.66,.32,.99);
}

.product-card .add-to-cart-hover .add_to_cart {
    width: 100%;
    padding: 0;
    margin-top: 20px;
}

.product-title {
    /*font-size: 14px;*/
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--black);
    margin-top: 10px;
    font-weight: 700;
    /*height: 42px;*/
}

.product-sku {
    font-size: 13px;
    color: var(--black);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 42px;
    font-weight: 500;
    margin-top: 10px;
}

.card-top {
    height: 130px;
    position: relative;
}

.add_to_cart {
    background-color: var(--black);
    border-radius: 48px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: var(--white);
    font-weight: 800;
    height: 40px;
    border: none;
    font-size: 14px;
    transition: .3s all;
}

.add_to_cart:hover {
    opacity: 0.7;
}

.add_to_cart img {
    height: 20px;
    position: relative;
    bottom: 2px;
    right: 4px;
}

.economical-packaging .btn-send {
    width: fit-content;
    margin: 0 auto;
}

.category-card {
    border-radius: 26px;
    outline: 8px solid var(--lightgrey);
    transition: .3s all;
}

.category-card:hover {
    opacity: 0.7;
}

.category-btn-wrapper {
    padding: 0 30px;
    position: absolute;
    bottom: 6px;
    width: 100%;
    left: 0;
}

.btn-categories {
    font-family: 'Roboto Condensed', sans-serif;
    border: none;
    border-radius: 24px;
    background-color: var(--black);
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 14px;
    width: 100%;
    position: relative;
}

.btn-categories:after {
    content: '';
    position: absolute;
    right: 2px;
    background-image: url(../images/new/expand-right-gold.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 21px;
    width: 20px;
}

.mobile-slider-categories {
    display: none;
}

.mobile {
    display: none;
}

.custom-border-top {
    border-top: 8px solid var(--red);
}

.red-color {
    background-color: var(--red);
}

.blogs .btn-send {
    width: fit-content;
    margin: 0 auto;
    margin-top: 100px;
    padding: 0 30px;
}

.blogs .btn-send:hover {
    color: var(--white);
}

.landing-categories {
    margin-top: 70px;
}

.contact {
    display: none !important;
}

.about-us {
    display: none !important;
}

.active-portal-subpage {
    font-family: 'Roboto Condensed', sans-serif;
    color: var(--white);
    font-weight: 800;
}

/* END OF PORTAL AND LANDING PAGE */


/* BASIC INPUT */
.input_wrapper {
    position: relative;
    line-height: 14px;
    display: inline-block;
    width: 100%;
}
.input_wrapper label {
    color: #292828;
    font-size: 14px;
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 14px;
    padding: 0 2px;
    pointer-events: none;
    background: #fff;
    -webkit-transition: -webkit-transform 100ms ease;
    -moz-transition: -moz-transform 100ms ease;
    -o-transition: -o-transform 100ms ease;
    -ms-transition: -ms-transform 100ms ease;
    transition: transform 100ms ease;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}
.input_wrapper input {
    font-size: 13px;
    color: #555;
    outline: none;
    border: 1px solid #dddddd;
    padding: 8px 20px;
    position: relative;
    width: 100%;
    height: 45px;
    border-radius: 4px;
}
.input_wrapper input:invalid + label {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.input_wrapper input:focus {
    border-color: #b5b5b5;
}
.input_wrapper input:focus + label {
    color: #b5b5b5;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}


/**/

.input_wrapper textarea {
    font-size: 13px;
    color: #555;
    outline: none;
    border: 1px solid #dddddd;
    padding: 8px 20px;
    position: relative;
    width: 100%;
    resize: none;
    height: 100px;
    overflow-y: scroll;
}
.input_wrapper textarea:invalid + label {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.input_wrapper textarea:focus {
    border-color: #b5b5b5;
}
.input_wrapper textarea:focus + label {
    color: #b5b5b5;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

/* END OF BASIC INPUT */

/* SUBPAGE */

.subpage h2 {
    font-size: 40px;
    font-weight: 800;
}

.send-message {
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 16px;
    color: var(--lightblack);
    text-align: center;
    margin-top: 30px;
}

.subpage.sub {
    padding-bottom: 50px;
}

.subpage.sub .btn_primary {
    display: block;
    margin: 0 auto;
}

#Email.basic_data {
    margin-bottom: 10px;
}

#Message.basic_data {
    margin-bottom: 30px;
    border-radius: 4px;
}

#PhoneNumber.basic_data {
    margin-bottom: 10px;
}

.subpage .magazine-text h1 {
    color: var(--black);
}

.subpage .magazine-text p {
    color: var(--black);
}

.subpage-container {
    padding: 40px 0;
}


h2.main{
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 60px;
    position: relative;
    color: var(--black);
}

h2.main span{
    display: block;
    margin-top: -8px;
}

h2.main span.single_word{
    margin-top: 40px;
}

.subpage .breadcrumb {
    margin-top: 40px;
}

.subpage .btn-send {
    padding: 0 60px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.ambassador div {
    width: 50%;
}

.ambassador {
    display: flex;
    height: 430px;
    margin-bottom: 30px;
}

.ambassador div {
    width: 50%;
}

.ambassador-text {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
}

.subpage .custom_checkbox {
    color: var(--black);
    padding-left: 25px;
}

.subpage .general-conditions .custom_checkbox a {
    color: var(--black);
}

.subpage .general-conditions .custom_checkbox_checkmark {
    border: 1px solid var(--black);
    left: -5px;
}

/* END OF SUBPAGE */


/* CUSTOM CHECKBOX */

/* The container */
.custom_checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    color: var(--white);
    margin-top: 30px;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.custom_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.custom_checkbox_checkmark {
    position: absolute;
    top: -3px;
    left: 35px;
    height: 24px;
    width: 24px;
    background-color: var(--white);
    border: 1px solid transparent;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custom_checkbox:hover input ~ .custom_checkbox_checkmark {
    background-color: #ccc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom_checkbox_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom_checkbox input:checked ~ .custom_checkbox_checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom_checkbox .custom_checkbox_checkmark:after {
    left: 4px;
    top: 4px;
    border-radius: 50%;
    background-color: var(--red);
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.custom_checkbox a{
    color: var(--white);
}

.charly-1 {
    position: relative;
    bottom: 125px;
}

.charly-2 {
    position: relative;
    bottom: 125px;
}

.requiredCheckbox .custom_checkbox_checkmark{
    border: 1px solid red !Important;
}

/* END OF CUSTOM CHECKBOX */


/* SEARCH */

#SearchProductsResults .grey-line {
    z-index: 0;
}


.mega_dropdown_layer{
    position: fixed;
    min-height: 100%;
    width: 100%;
    top: 0px;
    left: 0;
    background: rgba(67, 87, 121, 0.6);
    cursor: pointer;
    z-index: 2;
    display: none;
}


.mega_dropdown{
    position: absolute;
    width: 100%;
    z-index: 98;
    background-color: #fafafa;
    border-top: 1px solid #d8d8d8;
    display: none;
    top: 33px;
}

.mega_dropdown .left{
    width: 69.7%;
    display: inline-block;
    padding: 30px;
    padding-left: 12%;
    position: relative;
    background-color: var(--white);
}

.mega_dropdown .left h3{
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
}

.mega_dropdown .right ul{
    list-style: none;
    padding: 0px;
    margin: 0px;

}

.mega_dropdown .right ul li{
    margin-bottom: 5px;
}

.mega_dropdown .right ul li a{
    font-size: 16px;
    color: #292828;
    transition: .3s all;
}

.mega_dropdown .right ul li a:hover {
    color: var(--red);
}

.mega_dropdown .left ul.content_results_list li a{
}

.mega_dropdown .left ul li a span{
}


.mega_dropdown .right{
    width: 30%;
    display: inline-block;
    padding: 30px;
    vertical-align: top;
    position: relative;
}

.mega_dropdown .left .content_spinner{
    display: none;
}

.mega_dropdown .right .content_spinner{
    display: none;
}

.mega_dropdown .right h3{
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.search{
    display: none;
    width: 100%;
}

.search input{
    width: 100%;
    padding: 0 20px;
    padding-left: 50px;
    border: none;
    position: relative;
    font-size: 14px;
}

.search .search_img{
    height: 24px;
}

.search .close_img{
    height: 12px;
}

.search-wrapper {
    display: flex;
    height: 59px;
    align-items: center;
    padding: 30px;
    background-color: var(--white);
}

.search .close_img:hover{
    cursor: pointer;
    opacity: 0.8;
}

.products_results_cta{
    display: block;
    text-align: center;
    font-size: 14px;
    text-decoration: underline;
    margin: 0 auto;
    margin-top: 30px;
    text-transform: uppercase;
}

.no_search_results{
    font-size: 16px;
    text-decoration: underline;
    text-align: center;
    width: 100%;
    min-height: 300px;
    padding-top: 100px;
}

/* END OF SEARCH */


/* CART AND FILTERS */


#cd-cart {
    position: fixed;
    top: 0;
    height: 100%;
    width: 390px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 3;
}

#cd-cart {
    right: -100%;
    background: #ffffff;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
    z-index: 1060;
}

#cd-cart.speed-in {
    right: 0;
}

#cd-cart-package {
    position: fixed;
    top: 0;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 3;
}

#cd-cart-package {
    right: -100%;
    background: #ffffff;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
    z-index: 1061;
    width: 390px;
}

#cd-cart-package.speed-in {
    right: 0;
}

#cd-cart-package-mobile {
    position: fixed;
    top: 0;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 3;
}

#cd-cart-package-mobile {
    right: -100%;
    background: #ffffff;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
    z-index: 1060;
}

#cd-cart-package-mobile.speed-in {
    right: 0;
}


#cd-filters {
    position: fixed;
    top: 0;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 3;
}

#cd-filters {
    left: -150%;
    background: #ffffff;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
    z-index: 1060;
}

#cd-filters.speed-in {
    left: 0;
    width: 100%;
}

#cd-shadow-layer {
    position: fixed;
    min-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(67, 87, 121, 0.6);
    cursor: pointer;
    z-index: 1000;
    display: none;
}
#cd-shadow-layer-package {
    position: fixed;
    min-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(67, 87, 121, 0.6);
    cursor: pointer;
    z-index: 1000;
    display: none;
}
#cd-shadow-layer.is-visible {
    display: block;
    -webkit-animation: cd-fade-in 0.3s;
    -moz-animation: cd-fade-in 0.3s;
    animation: cd-fade-in 0.3s;
}

#cd-shadow-layer-package.is-visible {
    display: block;
    -webkit-animation: cd-fade-in 0.3s;
    -moz-animation: cd-fade-in 0.3s;
    animation: cd-fade-in 0.3s;
}

#cd-cart-package .top {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid var(--lightgrey);
    align-items: center;
}

#cd-cart-package .close-package {
    font-weight: bold;
    cursor: pointer;
    margin-left: 15px;
}

#cd-filters .top {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

#cd-filters .close-filters {
    font-weight: bold;
}


#product-properties-sidebar {
    margin-top: 20px;
}

#product-properties-sidebar div {
    /*    width: 60px;
        height: 60px;
        line-height: 60px;*/
    text-align: center;
    padding: 0;
    /*border: 2px solid var(--grey);*/
}

.sidebar-box {
    height: 60px !important;
    width: 60px !important;
}


#product-properties-sidebar div:hover {
    /*border: 2px solid transparent;*/
}

#product-properties-sidebar.product-quantity .price-sidebar {
    margin-left: auto;
    font-size: 16px;
    color: var(--black);
}

.price-sidebar {
    margin-left: auto;
}

.product-quantity div {
    border: 2px solid var(--grey);
    font-size: 12px;
    padding: 0;
    margin: 2px;
    transition: .3s all;
    height: 40px;
    width: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-quantity div:hover {
    background-color: var(--red);
    border: 2px solid transparent;
    color: var(--white);
}

.change_quantity_error{
    font-size: 10px;
    color: red;
    display: none;
}


.btn_cart{
    display: inline-block;
    height: 60px;
    padding: 0px 20px;
    border-radius: 6px;
    background-color: var(--black);
    line-height: 60px;
    position: relative;
    padding-right: 51px;
    text-transform: uppercase;
    border: none;
    color: var(--white);
    font-size: 14px;
    text-overflow: ellipsis;
    transition: .3s;
    letter-spacing: 1px;
    width: 100%;
}

.product_card .content .price {
    font-size: 16px;
    display: inline-block;
    color: var(--black);
    position: relative;
    top: 5px;
}

.btn_cart:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 16px;
    background-size: 10px;
    display: block;
    background-image: url(../images/icons/right-arrow.svg);
    top: 22px;
    right: 18px;
    background-position: center;
    background-repeat: no-repeat;
    border-left: 1px solid var(--black);
    filter: invert(100%) sepia(4%) saturate(1062%) hue-rotate(267deg) brightness(120%) contrast(100%);
}

.btn_cart.btn{
    color: var(--white);
}



.btn_cart.no_after{
    padding-right: 25px;
}

.btn_cart.no_after:after{
    display: none;
}

.btn_cart:hover{
    opacity: 0.8;
}

.btn_cart.btn.disabled_cart{
    opacity: 0.5;
    cursor: no-drop;
}

 .brand-title {
       margin-top: 18.5px ;
    }

#cd-cart .quantity .pro-qty {
    width: 72px;
}

#cd-cart .quantity .pro-qty .qtybtn {
    width: 14px;
}

/* END OF CART AND FILTERS */


/* HEADER */

.header{
    position: relative;
    height: 570px;
    margin-bottom: 50px;
}

.header .left{
    height: 100%;
    width: 65%;
    position: absolute;
    left: 0;
}

.header .right {
    height: 100%;
    width: 35%;
    position: absolute;
    right: 0;
}

.header-slider {
    height: 570px;
    position: relative;
    width: 100%;
    background-color: var(--lightgrey);
}

.header .bg-header-image {
    height: 570px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#content {
    position: absolute;
    right: 6%;
    bottom: 6%;
}

.header-link {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--white);
    background-color: var(--black);
    border: none;
    padding: 13px 100px;
    border-radius: 24px;
    transition: .3s all;
    border: 1px solid transparent;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    width: fit-content;
    display: block;
    margin: 0 auto;
}

.header-text {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 28px;
    color: var(--white);
    font-weight: 700;
    margin: 10px 0;
}

.header .slick-dots li button:before {
    font-size: 11px;
    border-radius: 50%;
    color: white;
    width: 20px;
    top: 1px;
}

.header .slick-dots {
    bottom: -40px;
    left: 25%;
}

.header .slick-dots li {
    margin: 0 10px;
}

.header .slick-dots li.slick-active button:before {
    color: var(--red);
}

.header .slick-dots li button {
    border-radius: 50%;
    border: 2px solid var(--grey);
}

.slick-track,
.slick-list {
    transition-delay: 100ms;
}

.header-link:hover {
    opacity: 0.6;
    color: var(--white);
}


.single_header {
    position: relative;
}

.header h1{
    font-size: 36px;
    color: #292828;
}

.header h2{
    font-size: 16px;
    margin-top: 18px;
    margin-bottom: 35px;
    line-height: 1.38;
}

.header a.cta{
    display: inline-block;
    padding: 9px 40px;
    background-color: var(--white);
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--black);
    border: 1px solid var(--black);
    border-radius: 4px;
    transition: .3s all;
    text-align: center;
}


.header a.cta::after {
    content: '';
    position: absolute;
    width: 19px;
    height: 16px;
    background-size: 11px;
    display: block;
    background-image: url(../images/icons/right-arrow.svg);
    top: 12px;
    right: 12px;
    background-position: center;
    background-repeat: no-repeat;
    border-left: 1px solid var(--lightblack);
}

.header a:hover{
    opacity: 0.8;
}

.header .product a img{
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 42px;
}

.header .product img{
    max-height: 200px;
}

.header_arrows{
    position: absolute;
    right: 38px;
    margin-top: -69px;
    z-index: 10;
    padding: 0px 17px;
    line-height: 40px;
}

.slider-count {
    position: absolute;
    right: 70px;
    margin-top: -29px;
    font-size: 14px;
}

.header_arrows li{
    list-style: none;
    display: inline-block;
}

.header_arrows li img{
    cursor: pointer;
}

.header_arrows li.prev img{
    margin-top: -1px;
}

.header_arrows li.seperator{
    /*    width: 1px;
        height: 20px;
        background-color: #292828;
        text-align: center;
        vertical-align: top;
        margin-top: 10px;
        margin-left: 7px;
        margin-right: 7px;*/
}

.header_arrows li img {
    transition: .3s all;
}

.header_arrows li img:hover{
    /*filter: invert(22%) sepia(56%) saturate(1127%) hue-rotate(308deg) brightness(92%) contrast(88%);*/
    opacity: 0.5;
}

/*
.header_arrows li.prev img:hover{
    filter: invert(78%) sepia(40%) saturate(298%) hue-rotate(1deg) brightness(86%) contrast(88%);
}*/

.header .right .box {
    font-family: 'Roboto Flex', sans-serif;
}

.header .right .box h3 {
    font-family: 'Roboto Flex', sans-serif;
    color: var(--white);
    font-size: 24px;
    font-weight: 700;
}

.header .right .box p {
    font-family: 'Roboto Flex', sans-serif;
    color: var(--black);
    font-size: 20px;
    line-height: normal;
}

.header .right a {
    margin-left: 15px;
}

.header .right .box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: var(--gold);
    padding: 20px;
    padding-top: 0;
    padding-bottom: 0;
}

.header .right .box .box-content {
    flex-basis: 50%;
}

.header .right .box .bg-image {
    height: 184px;
    width: 130px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*background-color: var(--dark-grey);*/
    flex-shrink: 0;
}

.header .right .wrapper {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

/* END OF HEADER */

/* BLOG */

.categories-box {
    background-color: var(--lightbloggrey);
    padding: 10px;
    display: flex;
    flex-direction: column;
    border-radius: 3px;
}

.categories-box a {
    border-bottom: 1px solid var(--btngrey);
    padding: 5px;
}

.categories-box a:last-of-type {
    border-bottom: 1px solid transparent;
}

.blogs h1 {
    text-align: left;
    font-size: 30px;
    margin-bottom: 10px;
    padding: 5px;
}

.active-blog {
    font-weight: bold;
}

.active-blog:hover {
    color: var(--black);
}

.input-box {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

#search-blogs {
    border-radius: 3px;
    background-color: var(--lightbloggrey);
    border: 1px solid transparent;
    width: 100%;
    padding: 12px;
    font-size: 14px;
}

.input-box:after {
    content: '';
    background-image: url(../images/icons/search.svg);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 28px;
}

.best-blogs {
    margin-top: 25px;
}

.best-blogs-wrapper {
    background-color: var(--lightbloggrey);
}

.best-blogs-box {
    display: flex;
    align-items: center;
    transition: .3s all;
    padding: 5px;
}

.best-blogs-box:hover {
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.1);
}

.best-blogs-box h1 {
    margin: 0;
    padding: 10px;
}

.blog-category {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--blogcategorygrey);
}

.best-blogs-box p {
    font-size: 16px;
    color: var(--black);
    line-height: normal;
}

.blog-label {
    display: inline-block;
    cursor: pointer;
    transition: .3s all;
    background-color: var(--lightbloggrey);
    margin: 14px 0px;
    border-radius: 3px;
}

.blog-link {
    pointer-events: all !important;
}

.blog-label img {
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.blogs .btn-secondary {
    padding: 9px 122px;
}

.blogs .btn-secondary:focus {
    outline: none;
    box-shadow: none;
}

.blog-text-wrapper label {
    color: var(--black);
    text-transform: uppercase;
    font-size: 12px;
}

.blog-label p {
    color: var(--blogcategorygrey);
}

.blog-text-wrapper {
    padding: 10px;
}

.blog-text-wrapper h1 {
    padding: 0;
}

.blog-label:hover {
    filter: brightness(90%);
}

.blog-label a:hover {
    color: var(--black);
}

.blog-label h1 {
    font-size: 20px;
    color: var(--black);
}

.blog-label .blog-category {
    font-size: 12px;
    color: var(--black);
    text-transform: uppercase;
}

.no-blogs {
    margin: 10px auto;
    font-weight: bold;
}

/* END OF BLOG */

/* SINGLE BLOG */

.single-blog li {
    font-size: 14px;
}

.single-blog .breadcrumb .breadcrumb-item a {
    color: var(--singlebloggrey);
    font-size: 13px;
}

.single-blog .breadcrumb .breadcrumb-item a:hover {
    color: var(--red);
}

.single-blog .breadcrumb .breadcrumb-item {
    color: var(--singlebloggrey);
    font-size: 13px;
}

.single-blog-img {
    width: 100%;
    border-radius: 3px;
}

.single-blog .breadcrumb {
    margin-bottom: 20px;
}

.prev-link:hover, .prev-link span:hover {
    color: var(--red);
}

.prev-link:hover span,
.prev-link:hover p,
.prev-link:hover p:before{
    color: var(--red);
    right: 6px;
}

.next-link:hover span,
.next-link:hover p,
.next-link:hover p:after{
    color: var(--red);
    left: 6px;
}

.prev-link &gt; span,
.next-link span
{
    text-transform: uppercase;
    font-size: 12px;
    color: var(--blogcategorygrey);
    margin: 0;
}

.more-blogs {
    padding: 0 80px;
}

.prev-link p:before {
    content: '';
    background-image: url(../images/icons/blog-left.svg);
    width: 10px;
    height: 8px;
    position: relative;
    display: inline-block;
    right: 3px;
    bottom: 1px;
    transition: .3s all;
}

.next-link p:after {
    content: '';
    background-image: url(../images/icons/blog-right.svg);
    width: 10px;
    height: 8px;
    position: relative;
    display: inline-block;
    left: 3px;
    bottom: 1px;
    transition: .3s all;
}

.single-blog-body {
    margin-top: 40px;
    color: var(--blogcategorygrey);
}

.single-blog h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

.single-blog .video_frame {
    width: 100%;
    border: none;
    height: 340px;
}

.blog-img {
    object-fit: contain;
}

.single-blog-grey {
    padding: 20px;
    background-color: var(--lightbloggrey);
}

.more-blogs {
    display: flex;
    justify-content: space-around;
}

.single-blog-body strong {
    font-weight: 800;
    margin-top: 40px;
    color: var(--black);
    font-size: 20px;
    letter-spacing: 1.1px;
}

.single-blog-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.single-blog-text h1 {
    font-family: 'Roboto Serif', serif;
    text-align: left;
    font-size: 40px;
}

.blog-date {
    margin-bottom: 65px;
    font-size: 12px;
    color: var(--black);
}

.single-blog-text p {
    text-transform: uppercase;
    font-size: 12px;
}

/* END OF SINGLE BLOG */

/* LOGIN, PROFILE, REGISTRATION PAGE */

.login_page {
    min-height: 60vh;
    display: flex;
    align-items: center;
    padding: 60px 0;
}

.login_page h1 {
    margin-bottom: 60px;
    font-size: 26px;
    color: var(--black);
    text-align: center;
}

.user-login-wrapper {
    display: flex;
    flex-direction: column;
}

.user-forgot-password-wrapper {
    display: flex;
    flex-direction: column;
}

.user-login-wrapper .btn_primary {
    margin-top: 20px;
}

.user-forgot-password-wrapper .btn_primary {
    margin-top: 20px;
}

.forgot-pasword {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 14px;
    text-align: center;
    text-decoration: underline;
}

.btn_primary {
    background-color: var(--black);
    height: 48px;
    line-height: 48px;
    padding: 0 25px;
    border-radius: 24px;
    font-weight: 800;
    color: var(--white);
    font-size: 16px;
    display: block;
    border: none;
    transition: .3s all;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.25em;
}

.btn_primary:hover {
    opacity: 0.7;
}

.back-to-login {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
    text-decoration: underline;
}

.create-new-profile {
    text-decoration: underline;
    font-size: 14px;
}

.login-profile {
    text-decoration: underline;
    font-size: 14px;
}

.new-at {
    font-size: 14px;
}

.error_box, .success_box {
    margin-bottom: 20px;
    margin-top: 5px;
    text-align: center;
    display: none;
    color: red !important;
    font-size: 12px;
    color: var(--black);
}

.subpage .user_data li {
    font-size: 14px;
}

.profile-my-info .btn_primary {
    width: fit-content;
    padding: 0 60px;
    margin: 0 auto;
}

.profile-my-info .select2-container--default .select2-selection--single{
    background-color: var(--white);
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
}

.user_profile h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.input-group {
    height: 54px;
    border-radius: 4px;
}

.input-group-text {
    background-color: var(--red);
    color: var(--white);
    border: 1px solid var(--red);
    border-left: 1px solid transparent;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 15px;
    transition: .3s all;
}

.magazine-text {
    padding: 0 60px;
}

.ambassador-bg-image {
    content: '';
    background-image: url(../images/charly.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -45px
}

.profile-my-info .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--black);
}

.user_data .btn_primary {
    border: none;
    background: none;
    color: var(--black);
    padding: 0;
    letter-spacing: normal;
    text-align: left;
    text-decoration: underline;
    transition: .3s all;
}

.user_data .btn_primary:hover {
    text-decoration: none;
}

.btn-register {
    width: 100%;
    margin: 10px 0;
}

.login_page .custom_checkbox {
    margin-top: 10px;
    color: var(--black);
    padding-left: 30px;
}

.login_page .custom_checkbox a {
    color: var(--black);
}

.login_page .custom_checkbox_checkmark {
    left: 0;
    border: 1px solid var(--black);
}

.subpage li {
    font-size: 17px;
    margin-bottom: 5px;
}

.profile_subpage h1 {
    margin: 80px 0;
    font-size: 26px;
    color: var(--black);
    text-align: center;
    font-size: 40px;
}

.profile_subpage .hover_order tr.hover_element{
    transition: .3s;
}

.profile_subpage .hover_order tr.hover_element:hover{
    cursor: pointer;
    background-color: #ffffff;
    box-shadow: 1px 1px 7px 0px #dddbdb;
}


.profile_subpage .order_status{
    height: 23px;
    padding: 0px 20px;
    border-radius: 2px;
    display: block;
    margin: 0 auto;
    font-size: 10px;
    color: #ffffff;
    width: fit-content;
    text-transform: uppercase;
    line-height: 23px;
    margin-top: -30px;
    margin-bottom: 35px;
}


.profile_subpage .user_data{
    background-color: var(--lightgrey);
    padding: 20px;
    list-style: none;
    margin: 0px;
    margin-bottom: 100px;
}

.profile_subpage .user_data li{
    margin-bottom: 10px;
    font-size: 17px;
}

.profile_subpage .user_data li a.cta{
    color: var(--black);
    text-align: right;
    display: inherit;
    text-decoration: underline;
    text-transform: uppercase;
    margin-top: 20px;
    transition: .3s all;
}

.profile_subpage .user_data li a.cta:hover{
}


.profile_subpage .table td, .table th{
    border: none;
}

.profile_subpage .table thead th{
    border-bottom: 1px solid #eeeeee;
}

.profile_cta{
    font-size: 14px;
    margin-top: 50px;
    display: block;
    margin-left: auto;
    margin-right: 0px;
    width: fit-content;
}

.profile_cta.profile_user{
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 20px;
}

.profile_cta img{
    margin-right: 4px;
    margin-top: -2px;
}

.profile_subpage .user_profile{
    background-color: #ffffff;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

.profile_subpage h4{
    color: #292828;
    display: inherit;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.profile_subpage {
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.profile-my-info h1 {
    margin: 80px 0;
}

.active-profile img{
    filter: invert(24%) sepia(61%) saturate(754%) hue-rotate(301deg) brightness(91%) contrast(91%);
}

.active-profile img:hover {
    filter: invert(100%);
}


.left_side .content h3 {
    margin-bottom: 10px;
    font-size: 16px;
}

.left_side .content .cta {
    position: relative;
    bottom: 7px;
    font-size: 14px;
    text-decoration: underline;
}

.left_side .content .cta:hover {
    text-decoration: none;
}

/* END OF LOGIN, PROFILE, REGISTRATION PAGE */


/* PAGINATION */


.filter-products-form .dropdown {
    position: absolute;
    right: 0;
    top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    content: '';
    background: url(../images/new/dropdown-gold.svg);
    height: 14px;
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    margin-left: -16px;
    top: 1px;
    border: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg);
}
.select2-container .select2-selection--single {
    height: 36px;
    line-height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--white);
    font-size: 12px;
}
.select2-container--open .select2-dropdown--below {
    border: none;
}
.select2-results__option[aria-selected] {
    font-size: 12px;
    text-transform: uppercase;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px;
    padding-left: 18px;
    padding-right: 30px;
    display: initial;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
    color: var(--white);
}
.select2-container--default .select2-selection--single {
    border: none;
    background-color: var(--black);
    border-radius: 16px;
}

.pointer-events {
    pointer-events: none;
}

.pointer-events:hover {
    background: none !important;
}

.disabled {
    pointer-events: none;
    background-color: var(--lightgrey);
}

.pagination-button {
    border: 2px solid var(--grey);
    font-size: 14px;
    color: var(--black);
    font-weight: bold;
    transition: .3s all;
    width: 44px;
    height: 44px;
    border-radius: 16px;
    text-align: center;
    cursor: pointer;
}

.pagination-button:hover {
    background-color: var(--red);
    border: 2px solid transparent;
    color: var(--white);
}

.next-btn {
    font-size: 12px;
    transition: .3s all;
    width: 44px;
    height: 44px;
    cursor: pointer;
    border-radius: 4px;
    border: none;
    background: none;
}


.next-btn:hover:disabled {
    background-color: var(--lightgrey);
    cursor: default;
}

.next-btn:hover:enabled:after {
    opacity: 0.6;
}

.next-btn:disabled {
    opacity: 0.3;
}

.pagination-wrapper button {
    margin: 0 7px;
}

.pagination-wrapper input {
    margin: 0 7px;
}

.next-btn:after {
    content: '';
    background-image: url(../images/new/arrow-pagination.svg);
    background-position: center;
    background-size: contain;
    position: relative;
    display: inline-block;
    height: 44px;
    width: 100%;
    background-repeat: no-repeat;
    bottom: -18px;
    margin-right: -50px;
    transform: rotate(0deg);
    transition: .3s all;
}

.prev-btn {
    font-size: 12px;
    transition: .3s all;
    width: 44px;
    height: 44px;
    cursor: pointer;
    border-radius: 4px;
    border: none;
    background: none;
}

.prev-btn:disabled {
    opacity: 0.3;
}

.prev-btn:hover:disabled {
    cursor: default;
}

.prev-btn:hover:enabled:after {
    opacity: 0.6;
}

.prev-btn:after {
    content: '';
    background-image: url(../images/new/arrow-pagination.svg);
    background-position: center;
    background-size: contain;
    position: relative;
    display: inline-block;
    transform: rotate(180deg);
    height: 44px;
    width: 100%;
    background-repeat: no-repeat;
    bottom: -18px;
    margin-left: -50px;
    transition: .3s all;
}

.active-pagination {
    color: var(--white);
    background-color: var(--red);
    border: 1px solid transparent;
    width: 44px;
    height: 44px;
    border-radius: 16px;
    font-size: 14px;
}

.active-pagination-grey {
    border: 2px solid var(--grey);
    font-size: 14px;
    color: var(--black);
    background-color: var(--lightgrey);
    font-weight: bold;
    transition: .3s all;
    width: 44px;
    height: 44px;
    text-align: center;
    cursor: pointer;
    border-radius: 16px;
}

.active-pagination-grey:hover {
    color: var(--black);
    background-color: var(--lightgrey);
    cursor: default;
}

.active-pagination:hover {
    color: var(--white);
}

/* END OF PAGINATION */

/* PRODUCT PAGE */

.price-wrapper {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.quantity-wrapper {
    margin: 0 20px;
}

.delivery-wrapper {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 30px;
}

.stock {
    position: absolute;
    right: 35%;
    top: 30px;
    font-weight: 800;
    display: flex;
    gap: 3px;
}

.delivery-wrapper img {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.delivery-wrapper h4 {
    font-size: 16px;
    margin-right: 5px;
    font-weight: 400;
}

.delivery-wrapper p {
    font-size: 16px;
    margin-top: 1px;
}

.feeding-wrapper {
    display: flex;
}

.feeding-wrapper p {
    padding: 0 10px;
}

.feeding-guide-title {
    text-transform: uppercase;
    font-weight: 800;
}

#product_3 .feeding-wrapper p {
    max-width: 200px;
}

.w-30 {
    width: 30%;
}

.feeding-image {
    position: relative;
    right: 12px;
}

.order-info {
    display: flex;
    padding: 0;
    justify-content: space-around;
}

.order-info li {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
}

.shape-container {
    position: relative;
    margin-top: 30px;
}

.shape ul li {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 16px;
    color: var(--white);
    font-weight: 700;
}

.shape {
    padding:15px;
    background-color: var(--red);
    border-radius: 24px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.product_page .bar:before, .product_page .bar:after {
    border-bottom: 16px solid transparent;
}

.product_page .bar {
    bottom: 0;
}

.product_page .bar:before {
    border-right: 16px solid var(--red);
}

.product_page .bar:after {
    border-left: 16px solid var(--red);
}

.shape:after {
    content: '';
    background-image: url(../images/shape-1.svg);
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    top: 22px;
    right: -5px;
}

.shape-container img {
    position: absolute;
    right: -100px;
    margin-top: 11px;
}

.shape .triangle {
    transform: rotate(0deg);
    position: absolute;
    right: 0;
}

.shape ul {
    margin: 0;
}


.triangle {
    display: inline-block;
    width: 75px;
    color:var(--lightbrown);
    filter: url('#goo');
}


.long-description {
    margin-top: 10px;
}

.long-description img {
    width: 100% !important;
}

.opinions-wrapper {
    padding: 0px 60px 20px 20px;
}

.product_page .opinions-label{
    font-family: 'Roboto Flex', sans-serif;
    font-size: 24px;
    color: var(--black);
    border-bottom: 8px solid var(--red);
    padding-bottom: 8px;
    font-weight: 700;
    width: 100%;
}

.suggested-products {
    padding-top: 50px;
    padding-bottom: 40px;
}

/*.suggested-products h1, h5 {
    text-align: center;
}*/

.brands {
    background-color: var(--lightgrey);
    padding: 20px;
}

.brands-box {
    display: flex;
    align-items: center;
}

.brands-box img {
    height: 74px;
    padding: 15px;
}

.brands p {
    font-size: 14px;
}

#brand-more {
    display: none;
    margin-top: 10px;
    font-size: 14px;
}

#brand-more-mobile {
    display: none;
    margin-top: 10px;
    font-size: 14px;
}

.brands-box .more_images_button_mobile {
    margin: 10px 0 0 0;
    padding: 0;
}

.brands-box .more_images_button {
    margin: 10px 0 0 0;
    padding: 0;
}

.brands-price-box img {
    height: 51px;
}

.brands-price-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    margin-top: 35px;
}

.add_to_cart_mobile {
    display: none;
}

.brands-price-box h2 {
    font-size: 36px;
    color: var(--black);
}

.collar-wrapper {
    display: flex;
    align-items: center;
}

.collar-wrapper h3 {
    font-size: 16px;
    text-transform: uppercase;
}

.collar-box {
    margin: 8px;
    padding: 0 20px;
    width: 24%;
}

.collar-wrapper img {
    width: 25px;
}

.collarXXS {
    height: 25px;
}

.collarXS {
    height: 30px;
}

.collarS {
    height: 35px;
}

.collarM {
    height: 40px;
}

.collarL {
    height: 45px;
}

.collarXL {
    height: 50px;
}

.collarXXL {
    height: 55px;
}

.collarXXXL {
    height: 60px;
}

.package-box {
    border: 2px solid var(--grey);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 6px;
    border-radius: 16px;
    font-size: 16px;
    cursor: pointer;
    transition: .3s all;
}

.size-chart-box {
    border: 2px solid var(--grey);
  width: 35%;
    height: auto;
    line-height: 60px;
    text-align: center;
    margin: 0 6px;
    border-radius: 16px;
    font-size: 16px;
    cursor: pointer;
    transition: .3s all;
   /*  padding: 20px; */
}

#cd-cart .header {
    height: auto;
}



.chart-flex
{
    display: flex;
    justify-content: center;
    align-items: center;
 /*    margin-top: 20px; */
}

.package-box:first-of-type {
    margin-left: 0;
}

.package-box:hover {
    background-color: var(--red);
    border: 2px solid transparent;
    color: var(--white);
}

.package-text {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
    color: var(--black);
}

.active-box {
    background-color: var(--red);
    border: 2px solid transparent !important;
    color: var(--white);
    pointer-events: none;
}

.disabled-box {
    text-decoration: line-through;
    background-color: var(--btngrey);
 /*    pointer-events: none; */
}

.active-box:hover {
    background-color: var(--red);
}

.package-wrapper {
    display: flex;
    justify-content: center;
}


.product_page .price_text{
    margin-top: 10px;
}

.product_page .price_text.price_text_fixed{
    position: absolute;
    margin-top: -39px;
    margin-left: 102px;
}

.product_page .old_price{
    font-size: 16px;
    text-decoration: line-through;
}

.product_page .price{
    font-size: 24px;
    color: #292828;
    font-family: 'TT_Norms_Pro_ExtraBold';
}

.product_page .price_text.price_text_fixed .old_price{
    display: inline-block;
    margin-right: 9px;
    margin-top: 6px;
    vertical-align: top;
}

.product_page .price_text.price_text_fixed .price{
    display: inline-block;
}


.product_page .tax{
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: 0.42px;
    color: #888888;
}


.product_page .price_text.price_text_fixed .tax{
    display: inline-block;
    margin-left: 5px;
    vertical-align: bottom;
    margin-bottom: 8px;
}

.product_page .right_price_box{
    margin-top: 50px;
    margin-bottom: 20px;
}

.product_page .right_price_btn {
    height: 50px;
    background: none;
    padding: 0 15px;
    border: solid 1px #d8d8d8;
    font-size: 16px;
    position: relative;
    transition: .3s;
    background-color: #ffffff;
    border-radius: 4px;
    color: #292828
}

.product_page .right_price_box .best_buy {
    height: 24px;
    line-height: 24px;
    position: absolute;
    width: 100%;
    left: 0px;
    top: -23px;
    text-transform: uppercase;
    border-radius: 4px;
    background-color: #cab180;
    font-size: 12px;
    color: #292828;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.product_page .right_price_box .selected_buy{
    border: solid 2px #292828;
    background-color: rgba(206, 199, 188, 0.42);
}

.product_page .right_price_btn:hover{
    opacity: 0.7;
}

.product_page .right_price_box:hover .best_buy{
    opacity: 1;
}

.product_page .main_bg{
    background-color: var(--white);
    height: 530px;
    position: relative;
    display: block;
}

.main_bg:after {
    /*    content: '';
        background-image: url(../images/icons/zoom-in.svg);
        position: absolute;
        height: 24px;
        width: 24px;
        right: 30px;
        bottom: 10px;*/
}

.main_bg:hover {
    color: var(--black);
}

.product_page .main_img{
    max-height: 480px;
    width: auto;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.product_page .others_images{
    padding-top: 15px;
    margin-top: 20px;
    margin-bottom: 15px;
    border-top: 8px solid var(--red);
    padding-bottom: 15px;
}

.custom-border-bottom {
    border-bottom: 8px solid var(--red);
    margin-bottom: 70px;
}

.product_page .others_images img{
    max-width: 100%;
    height: 270px;
}

.breadcrumbs{
    text-transform: uppercase;
}

.product_page .others_images .other_image_bg{
    height: 160px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.product_page .others_images .other_image_bg img{
    display: none;
}

.product_page .attribute_main {
    color: #292828;
    font-size: 10px;
    text-transform: uppercase;
    list-style: none;
    padding: 0px;
    margin: 0px;
    padding-top: 25px;
    padding-left: 25px;
    position: absolute;
}

.product_page .attribute_main li {
    margin-bottom: 5px;
    font-size: 10px;
    position: relative;
    z-index: 1;
}

.product_page .attribute_main img {
    vertical-align: top;
    margin-top: -1px;
    margin-right: 5px;
    display: inline-block;
}

.product_page .short{
    font-size: 14px;
    line-height: 1.57;
    margin-top: 10px;
    padding: 25px 0;
    width: 50%;
    padding-top: 0;
}

.product_page .labels{
    font-size: 14px;
    line-height: 1.57;
    border-bottom: 2px solid var(--grey);
    padding: 20px 0;
    padding-top: 60px;
    display: flex;
}

.label-wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    width: 100%;
    font-weight: 700;
    gap: 10px;
}

.label-wrapper img {
    height: 70px;
    width: 70px;
    margin: 0 auto;
    margin-bottom: 4px;
}


.product_page .special{
    text-align: center;
    border-top: solid 0.5px #888;
    border-bottom: solid 0.5px #888;
    padding-top: 25px;
    padding-bottom: 20px;
    margin-top: 27px;
}

.product_page .special img{
    margin-bottom: 10px;
    max-width: 30px;
}

.product_page .special h3{
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.product_page .package{
    width: 100%;
}

.product_page .package .single_product{
    display: block;
    margin-bottom: 10px;
}

.product_page .package .single_product .bg{
    background-color: #ffffff;
    height: 90px;
    width: 100%;
    position: relative;
}


.logo-image-class {
   object-fit: contain !important;
}

.main-image-class {
   object-fit: cover !important;
}

.product_page .package .single_product .bg img{
    max-width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product_page .package .single_product .quantity{
    display: inline-block;
    font-size: 20px;
    margin-top: 25px;
    vertical-align: top;
    margin-right: 20px;
    color: #292828;
}

.product_page .package .single_product .content{
    display: inline-block;
    color: #292828;
    width: 87%;
}

.gift-label {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.product_page .package .single_product .content h4{
    font-size: 14px;
    font-weight: 400;
}

.product_page .package .single_product .content .price{
    font-size: 14px;
}

.product_page .package .single_product .content .old_price{
    font-size: 10px;
    color: #615a47;
}

.in_stock_again_box{
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.in_stock_again_box h4{
    font-size: 12px;
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
}

.in_stock_again_box input{
    width: 45%;
    border: none;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 0px 20px;
    font-size: 16px;
    height: 54px;
    float: left;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.add-border {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.in_stock_again_box button{
    height: 54px;
    float: left;
    width: 55%;
    border-radius: 4px;
    background-color: var(--black);
    color: var(--white);
    border: none;
    font-size: 10px;
    white-space: nowrap;
}


.in_stock_again_box form{
    padding-bottom: 40px;
}

.accordion .card{
    margin-bottom: 5px;
    border: none;
    /*border-bottom: 2px solid var(--grey);*/
    border-radius: 0px;
    background: none;
}

.accordion .card .card-header {
    border: 0;
    background: none;
    padding: 0;
    outline: none;
    transition: .3s;
}


.accordion .card .card-header:focus {
    outline:0 !important;
}


.accordion .card-body{
    padding: 20px 16px;
    font-size: 14px;
    color: #292828;
    text-align: justify;
    line-height: 1.57;
    border-bottom: 8px solid var(--red);
    padding-left: 0;
}



.accordion .card .card-header .btn-header-link {
    color: var(--black);
    display: block;
    text-align: left;
    padding: 15px;
    font-size: 14px;
    border: none;
    outline:0 !important;
    transition: .3s;
    text-transform: uppercase;
    font-weight: 800;
    border-bottom: 2px solid var(--grey);
    padding-left: 0;
}

.accordion .card .card-header .btn-header-link[aria-expanded="false"] {
    border-bottom: 2px solid var(--grey);
}

.accordion .card .card-header .btn-header-link[aria-expanded="true"] {
    border-bottom: 8px solid var(--red);
}

.accordion .card .card-header .btn-header-link[aria-expanded="false"]:hover{
    opacity: 0.7;
}


.accordion .card .card-header .btn-header-link:after {
    content: "";
    background-image: url('../images/icons/left-arrow.svg');
    /*filter: invert(62%) sepia(0%) saturate(265%) hue-rotate(199deg) brightness(87%) contrast(79%);*/
    font-weight: 900;
    height: 20px;
    width: 50px;
    background-size: 10px;
    background-position: center;
    float: right;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 15px;
    transform: rotate(-90deg);
}

.accordion .card .card-header .btn-header-link.collapsed:after {
    content: "";
    background-image: url('../images/icons/left-arrow.svg');
    /*filter: invert(62%) sepia(0%) saturate(265%) hue-rotate(199deg) brightness(87%) contrast(79%);*/
    font-weight: 900;
    height: 20px;
    width: 50px;
    background-size: 10px;
    background-position: center;
    float: right;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 15px;
    transform: rotate(180deg);
}



.accordion .card .card-body .title{
    font-size: 14px;
}

.accordion .card .card-body .text{
    margin-bottom: 10px;
}




.declaration_box{
    width: 70%;
}

.declaration_box .title{
    background-color: #292828;
    color: #ffffff;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
}

.declaration_box{
    color: #292828;
    border: solid 0.5px #979797;
    border-top: none;
    border-bottom: none;
}

.declaration_box li{
    border-bottom: solid 0.5px #979797;
    font-size: 12px;
    padding: 5px 15px;

}

.declaration_box li .declaration_sum{
    float: right;
}

.declaration_box li .second{
    margin-left: 10px;
}

.declaration_box_package{
    margin-top: 20px;
}

.declaration_box_package .declaration_box{
    margin-bottom: 25px;
    margin-top: 10px;
}

.declaration_box_package h4{
    font-size: 16px;
    margin-bottom: 10px;
}

.declaration_box_package h5{
    font-size: 14px;
}

.product_page .additional_data{
    border-bottom: solid 0.5px #979797;
    padding: 0px 16px;
    padding-top: 20px;
    padding-bottom: 17px;
    font-size: 12px;
}

.product_page .additional_data h4{
    font-size: 12px;
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
}

.product_page .additional_data li{
    margin-bottom: 15px;
}

.product_page .additional_data span{
    margin-right: 5px;
    text-transform: uppercase;
}


.product_page .shop_info{
    font-size: 12px;
    padding: 17px 16px;
}

.product_page .shop_info li{
    margin-bottom: 8px;
    position: relative;
    padding-left: 22px;
}

.product_page .shop_info li:before{
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0px;
    top: 3px;
    background-color: #cab180;
    border-radius: 50%;
}

.product_page .company_data{
    background-color: #ffffff;
    padding: 50px;
    font-size: 14px;
    line-height: 1.57;
    color: #292828;
    margin-top: 100px;
    margin-bottom: 45px;
}

.product_page .company_data img{
    margin-top: 30px;
}


.more_images{
    margin-top: 20px;
    display: none;
}

.more_brands_button {
    color: var(--black);
    border: none;
    background: none;
    text-align: center;
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: underline;
    margin-top: 10px;
    transition: .3s all;
}

.more_brands_button:hover {
    color: var(--red);
}

.more_images_button{
    color: var(--black);
    border: none;
    background: none;
    text-align: center;
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: underline;
    margin-top: 10px;
    transition: .3s all;
}

.more_images_button:hover {
    color: var(--red);
}
.more_images_button_mobile{
    border: none;
    background: none;
    text-align: center;
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: underline;
    margin-top: 10px;
    transition: .3s all;
}

.more_images_button_mobile:hover {
    color: var(--red);
}

.more_brands_button_mobile{
    border: none;
    background: none;
    text-align: center;
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: underline;
    margin-top: 10px;
    transition: .3s all;
}

.text-decoration-underline {
    text-decoration: underline;
    font-size: 12px;
}

.more_brands_button_mobile:hover {
    color: var(--red);
}

.show_more_text_mobile {
    color: var(--black);
}

.hide_more_text_mobile {
    color: var(--black);
}

.product_page .more_images img{
    max-width: 100%;
    margin-bottom: 35px;
}

.more_images_button .hide_more_text{
    display: none;
}

.more_brands_button .hide_more_text{
    display: none;
}

.more_images_button_mobile .hide_more_text_mobile{
    display: none;
}

.more_brands_button_mobile .hide_more_text_mobile{
    display: none;
}

.product_page .video_frame{
    width: 50%;
    border: none;
    height: 340px;
}

.product_page .similar_taste{
    margin-bottom: 17px;
    padding-top: 8px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--grey);
}

.vertical_list li img.similar-img {
    width: 50px;
}

.product_page .similar_taste label {
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    text-transform: uppercase;
    text-align: center;
    margin-top: 5px;
    font-size: 16px;
    letter-spacing: normal;
    font-weight: 700;
}

.product_card .content .old_price{
    color: #888888;
    text-decoration: line-through;
    font-size: 14px;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    top: 4px;
}

.product_page .similar_taste li{
    margin-right: 10px;
    vertical-align: top;
}

.product_page .similar_taste .single_product{
    display: block;
    /*width: 105px;*/
}

.product_page .similar_taste .single_product .bg{
    height: 90px;
    position: relative;
    background-color: #ffffff;
    width: 100%;
    transition: .3s;
    border-radius: 12px;
    border: 1px solid var(--grey);
}

.product_page .similar_taste .single_product .bg img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.from-price {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.product-price-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}

.product-discount-mobile {
    color: var(--black);
    text-decoration: line-through;
}

#product-discount {
    color: var(--black);
    margin-right: 20px;
    font-size: 18px;
    text-decoration: line-through;
    position: relative;
    top: 2px;
}

.product_page .similar_taste .single_product .bg.active {
    border-radius: 12px;
    border: solid 4px var(--red);
}

.product_page .similar_taste .single_product:hover .bg {
    opacity: 0.8;
}

.product_page .similar_taste .single_product h4{
    font-size: 10px;
    color: var(--black);
    text-transform: uppercase;
    margin-top: 6px;
    text-align: left;
    font-weight: 400;
}

.products_news_box{
    margin-bottom: 20px;
}

.products_news_box .product_news{
    background-color: #ffffff;
    padding: 18px 40px;
    color: #292828;
    margin-bottom: 10px;
    display: block;
}

.products_news_box .product_news h2{
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
}

.products_news_box .product_news h3{
    font-size: 14px;
}

.products_news_box .cta{
    display: block;
    margin-top: 10px;
    text-align: center;
    text-decoration: underline;
    font-size: 12px;
    text-transform: uppercase;
}


.opinions .opinions_box{
    background-color: #ffffff;
    margin-top: 20px;
    padding: 40px;
}

.opinions .overview .grade{
    font-size: 16px;
    color: var(--black);
    margin-right: 10px;
    font-weight: 700;
}

.opinions .overview .total_stars{
    font-size: 14px;
    color: var(--black);
    text-transform: lowercase;
    font-weight: 700;
}

.product-opinion-box {
    gap: 3px;
    white-space: nowrap;
}

.opinions .total_ratings{
    list-style: none;
    margin: 0px;
    padding: 0px;
    color: #292f32;
}

.opinions .total_ratings li span {
    margin-top: 1px;
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
}

.opinions .total_ratings li img{
    width: 11px;
    filter: invert(72%) sepia(31%) saturate(376%) hue-rotate(1deg) brightness(94%) contrast(88%);
}

.opinions .total_ratings li img.empty_star{
    filter: invert(100%) sepia(3%) saturate(642%) hue-rotate(202deg) brightness(115%) contrast(87%);
}

.rating_box{
    display: inline-block;
}

.skillbar::after {
    content: attr(data-percent-round);
    font-size: 14px;
    position: absolute;
    right: -35px;
    top: -7px;
    width: 20px;
}

.skillbar {
    width: 80%;
    position:relative;
    display: inline-block;
    margin-top: 12px;
    background: var(--light-grey);
    height: 9px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -webkit-transition:0.4s linear;
    -moz-transition:0.4s linear;
    -ms-transition:0.4s linear;
    -o-transition:0.4s linear;
    transition:0.4s linear;
    -webkit-transition-property:width, background-color;
    -moz-transition-property:width, background-color;
    -ms-transition-property:width, background-color;
    -o-transition-property:width, background-color;
    transition-property:width, background-color;
}

.skillbar-bar {
    height: 9px;
    width:0px;
    background:#292828;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}


.opinions .overview h4{
    letter-spacing: 1px;
    color: #292828;
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.opinions .overview .text{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: var(--black);
    line-height: 1.43;
    margin-bottom: 16px;
}

.single_opinion{
    padding: 0px 20px 20px 25px;
    margin: 10px 0;
    margin-top: 0;
}

.user-wrapper {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    gap: 5px;
}

.single_opinion h3{
    font-family: 'Roboto Flex', sans-serif;
    font-size: 24px;
    color: var(--black);
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 8px solid var(--light-grey);
    padding-bottom: 11px;
    margin-top: 3px;
}

.single_opinion .user{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.single_opinion .text{
    font-size: 12px;
    line-height: 1.67;
}

.opinions .cta{
    display: block;
    margin-top: 25px;
    text-align: center;
    text-decoration: underline;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
}

.opinions .cta .hide_more_text{
    display: none;
}

.opinions .opinions_box .other_hidden_orders{
    display: none;
}



.opinion_box{
    text-align: left;
    margin: 0 auto;
    width: 70%;
    text-transform: unset;
}

.opinion_box .single_opinion{
    margin-bottom: 30px;
}

.opinion_box h2{
    font-size: 18px;
    color: #292828;
    margin-top: 25px;
}

.opinion_box .img_box{
    height: 130px;
    width: 130px;
    background-color: #ffffff;
    position: relative;
    margin: 0 auto;
    display: inline-block;
}

.opinion_box .img_box img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 100%;
    max-height: 80%;
}

.opinion_box .content{
    display: inline-block;
    width: 70%;
    vertical-align: top;
    margin-left: 20px;
}

.opinion_h4{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.opinion_h4 img{
    width: 40px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.opinions_subpage a{
    margin: 0 auto;
    display: block;
    width: max-content;
    margin-bottom: 60px;
    margin-top: 20px;
}


.rating {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

.rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.rating label:last-child {
    position: static;
}

.rating label:nth-child(1) {
    z-index: 5;
}

.rating label:nth-child(2) {
    z-index: 4;
}

.rating label:nth-child(3) {
    z-index: 3;
}

.rating label:nth-child(4) {
    z-index: 2;
}

.rating label:nth-child(5) {
    z-index: 1;
}

.rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.rating label .icon {
    float: left;
    color: #f1f1f1;
    font-size: 20px;
    margin-right: 5px;
}

.rating label:last-child .icon {
    color: #f1f1f1;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
    color: #d2b887;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
    color: #d2b887;
    text-shadow: 0 0 5px #09f;
}

.page_body .subpage_body{
    padding-top: 50px;
    padding-bottom: 40px;
}

.rating label .icon {
    float: left;
    color: transparent;
}

.opinion_box .single_product_opinion{
    margin-bottom: 32px;
    border-bottom: solid 0.5px #888;
    padding-bottom: 30px;
}


.opinion_box label{
    display: block;
    font-size: 14px;
    margin-bottom: 0px;
}

.opinion_box textarea{
    width: 100%;
    resize: none;
    padding: 10px;
    border: solid 1px #dddddd;
    border-radius: 4px;
    background-color: #ffffff;
    min-height: 130px;
    margin-bottom: 20px;
}

.opinion_box button{
    margin: 0 auto;
    display: block;
    width: max-content;
    margin-top: 30px;
    margin-bottom: 50px;
}

.opinion_box .checkbox_wrapper{
    text-align: left;
}

.opinion_box label.custom_checkbox{
    text-transform: none;
    margin-top: 30px;
    margin-left: 20%;
}

.vertical_list li a {
    color: var(--dark-grey);
    font-size: 14px;
    font-weight: 400;
}

.vertical_list li {
    font-size: 14px;
    color: var(--black);
    font-weight: 700;
}

.product_page {
    margin-top: 20px;
}

.product_page .vertical_list {
    margin-bottom: 11px;
}

.custom-tag-row {
    position: relative;
    z-index: 1;
    top: 30px;
    padding: 0 15px;
}

.number-of-ratings {
    align-items: center;
    display: flex;
    gap: 3px;
}

.number-of-ratings span {
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 2px;
}

.product_page h1 {
    color: var(--black);
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 30px;
}

.youtube-short-wrapper {
    display: flex;
    width: 100%;
    gap: 40px;
}

/* END OF PRODUCT PAGE */


/* PRODUCTS PAGE */


.add-bg {
    background-color: white;
}

.add-to-cart-hover {
    width: 100%;
    background-color: white;
    opacity: 0;
    transition: opacity .1s linear,transform .33s cubic-bezier(0,.66,.32,.99);
}

.product-card:hover {
    opacity: 0.9;
}

.product-card:hover .add-to-cart-hover {
    opacity: 1;
    transform: translateY(0px);
    transition: opacity .1s linear,transform .33s cubic-bezier(0,.66,.32,.99);
}

.product-card .add-to-cart-hover .add_to_cart {
    width: 100%;
    padding: 0;
    margin-top: 20px;
}

   @media (max-width: 780px) {

   
    .chart-properties {
        padding-top: 0px;
    }

.size-chart-box {
  width: 60%;
}
                                                     

.desktop-image {
    display: none;
 }
.add_to_cart {
    font-size: 11px;
 }
}

.cart_box_active {
    position: relative;
}

.dog-gif {
    max-height: 200px;
    margin: 0 auto;
    display: block;
}

.no-filter {
    justify-content: center;
    display: flex;
    width: 100%;
    margin-top: 100px;
}

.red-line {
    height: 8px;
    width: 100%;
    background-color: var(--red);
    position: absolute;
    top: 50%;
}

.product_page .product-discount {
    position: relative;
}

.card-tags-single-page {
    height: 128px;
    margin-left: 30px;
    display: flex;
}

.breeds-modal {
    border: none;
    background: none;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 12px;
    transition: .3s all;
    padding: 0 10px;
}

.breeds-modal:hover {
    color: var(--hotred);
}

.general-conditions {
    margin-top: 15px;
}

.general-conditions .custom_checkbox a {
    color: var(--white);
}

.general-conditions .custom_checkbox_checkmark {
    border: 1px solid transparent;
    left: 25px;
}

.skeleton {
    animation: skeleton-loading 1s linear infinite alternate;
}

#products {
    /*    display: flex;
        flex-wrap: wrap;
        justify-content: right;*/
}

#skeleton {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}

.ph-item {
    background-color:#fff;
    margin-bottom:30px;
    overflow:hidden;
    padding:20px 15px 15px;
    position:relative
}
.ph-item-top {
    background-color:#ced4da;
    height:21px;
    margin-bottom:5px;
    width:45%
}
.ph-item:before{
    -webkit-animation:ph-animation .8s linear infinite;
    animation:ph-animation .8s linear infinite;
    background:linear-gradient(90deg,hsla(0,0%,100%,0) 46%,hsla(0,0%,100%,.35) 50%,hsla(0,0%,100%,0) 54%) 50% 50%;
    bottom:0;
    content:" ";
    left:50%;
    margin-left:-250%;
    pointer-events:none;
    position:absolute;
    right:0;
    top:0;
    width:500%;
    z-index:1
}
.ph-row .empty{
    background-color:hsla(0,0%,100%,0)
}
.ph-picture{
    background-color:#ced4da;
    height:220px;
    width:100%
}
.ph-text{
    background-color:#ced4da;
    height:42px;
    margin-top:3px;
    width:100%
}
.ph-stars{
    background-color:#ced4da;
    height:9px;
    margin-top:8px;
    width:20%
}
.ph-price{
    background-color:#ced4da;
    float:right;
    height:20px;
    margin-top:8px;
    width:30%
}
.ph-category{
    background-color:#ced4da;
    height:15px;
    margin-top:3px;
    width:25%
}
.ph-package{
    background-color:#ced4da;
    margin-top:3px;
    margin-left:40px;
    margin-right:40px;
    padding:0 10px;
    height:18px;
}
@-webkit-keyframes ph-animation{
    0%{
        transform:translate3d(-30%,0,0)
    }
    to{
        transform:translate3d(30%,0,0)
    }
}
@keyframes ph-animation{
    0%{
        transform:translate3d(-30%,0,0)
    }
    to{
        transform:translate3d(30%,0,0)
    }
}

@keyframes skeleton-loading {
    0% {
        background-color: hsl(200, 20%, 70%);
    }
    100% {
        background-color: hsl(200, 20%, 95%);
    }
}

#message-magazine #MessageResponse {
    margin-top: 0;
}

#MessageResponse {
    margin-top: 20px;
    text-align: center;
}

.message-response-wrapper {
    display: none;
}

.checkbox-wrapper {
    display: flex;
    flex-direction: column;
    border: none !important;
    padding: 0 !important;
}

.checkbox-wrapper div {
    margin: 0;
}

.multiple-properties-wrapper {
    display: flex;
}

.profile_subpage {
    margin-top: 40px;
}

/* Timer*/
#timer{
    width: 48px;
    height: 48px;
    background-color: var(--black);
    box-shadow: inset 0px 0px 0px 2px var(--black);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
}
#timer:after, .timer:before{
    position: absolute;
    content:"";
    background-color: #fff;
}
#timer:after{
    width: 20px;
    height: 4px;
    top: 22px;
    left: 22px;
    -webkit-transform-origin: 2px 2px;
    -moz-transform-origin: 2px 2px;
    transform-origin: 2px 2px;
    -webkit-animation: minhand 2s linear infinite;
    -moz-animation: minhand 2s linear infinite;
    animation: minhand 2s linear infinite;
}

#timer:before{
    width: 16px;
    height: 4px;
    top: 22px;
    left: 22px;
    -webkit-transform-origin: 2px 2px;
    -moz-transform-origin: 2px 2px;
    transform-origin: 2px 2px;
    -webkit-animation: hrhand 8s linear infinite;
    -moz-animation: hrhand 8s linear infinite;
    animation: hrhand 8s linear infinite;
}

@-webkit-keyframes minhand{
    0%{
        -webkit-transform:rotate(0deg)
    }
    100%{
        -webkit-transform:rotate(360deg)
    }
}
@-moz-keyframes minhand{
    0%{
        -moz-transform:rotate(0deg)
    }
    100%{
        -moz-transform:rotate(360deg)
    }
}
@keyframes minhand{
    0%{
        transform:rotate(0deg)
    }
    100%{
        transform:rotate(360deg)
    }
}

@-webkit-keyframes hrhand{
    0%{
        -webkit-transform:rotate(0deg)
    }
    100%{
        -webkit-transform:rotate(360deg)
    }
}
@-moz-keyframes hrhand{
    0%{
        -moz-transform:rotate(0deg)
    }
    100%{
        -moz-transform:rotate(360deg)
    }
}
@keyframes hrhand{
    0%{
        transform:rotate(0deg)
    }
    100%{
        transform:rotate(360deg)
    }
}

.breadcrumb-item.active {
    color: var(--black);
    font-weight: 700;
}

/* END OF PRODUCTS PAGE */

.slider-background {
    background-color: var(--gold-light);
    padding: 15px;
    font-size: 12px;
    font-weight: 700;
    z-index: 3;
}


.breadcrumb {
    background: none;
    font-size: 13px;
    text-transform: uppercase;
    color: var(--black);
    padding: 0 20px;
    margin-bottom: 40px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "&gt;";
}

.btn-products {
    font-family: 'Roboto Condensed', sans-serif;
    border: 1px solid var(--btngrey);
    background-color: var(--white);
    padding: 7px 40px;
    margin: 10px;
    transition: .3s all;
}

.btn-products:hover {
    filter: brightness(90%);
    border: 1px solid transparent;
}

.products-section {
    /*    padding-top: 40px;
        padding-bottom: 20px;*/
    /*min-height: 277px;*/
}

.products-section h1 {
    font-size: 30px;
}

.show-more {
    text-decoration: underline;
    border: none;
    background: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0;
    margin-top: 20px;
    transition: .3s all;
}

.show-more:hover {
    color: var(--red);
}

.products-section img {
    position: absolute;
    right: -50px;
    height: 240px;
    top: -20px;
}

.products-section .h1-wrapper {
    background-color: var(--red);
    padding: 12px 22px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.products-section .body-wrapper {
    background-color: var(--red-dark);
    padding: 22px;
    color: var(--white);
    margin-top: 5px;
}

.products-section .bar {
    bottom: 0;
}

.products-section .bar:after {
    border-left: 16px solid var(--red-dark);
}

.products-section .bar:before {
    border-right: 16px solid var(--red-dark);
}

.products-section .bar:before, .products-section .bar:after {
    border-bottom: 16px solid var(--white);
}

.products-section h1 {
    text-align: left;
    color: var(--white);
}

.products-section .col-md-10,
.products-section .col-md-2 {
    padding: 0;
}

.sort-section {
    padding: 15px;
}

.sort-wrapper {
    /*    display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;*/
}

.products-number {
    margin-left: auto;
}

.sort-wrapper {
    display: flex;
    padding: 10px;
    align-items: center;
    position: relative;
    bottom: 30px;
}

.sort-wrapper-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    bottom: 30px;
    height: 45px;
}

.sort-wrapper label {
    font-size: 12px;
    color: var(--black);
    margin-bottom: 0;
    display: flex;
    margin: 0 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.filters-wrapper {
    position: absolute;
    right: 156px;
}

.filters-wrapper label {
    text-transform: uppercase;
    font-size: 12px;
}

.remove-filters {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--black);
    cursor: pointer;
    border-radius: 16px;
    border: 2px solid var(--light-grey);
    transition: .3s all;
    padding: 8px 20px;
    padding-right: 35px;
}

.remove-filters:hover {
    opacity: 0.7;
}

.remove-filters:after {
    content: '';
    background-image: url(../images/new/close.svg);
    width: 10px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 13px;
}

.all-selected-filters {
    display: flex;
    flex-wrap: wrap;
    height: 34px;
}

.filter-container {
    background-color: var(--white);
    margin: 3px;
    padding: 8px 42px 8px 13px;
    font-size: 12px;
    color: var(--black);
    position: relative;
    cursor: pointer;
    border-radius: 16px;
    border: 2px solid var(--light-grey);
}

.filter-container:hover {
    opacity: 0.7;
}

.filter-container:after {
    content: '';
    background-image: url(../images/new/close.svg);
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    transform: translate(-50%, -50%);
    top: 50%;
}

.filters-section {
    /*border-top: 1px solid rgba(41, 40, 40, 0.1);*/
    /*border-bottom: 1px solid rgba(41, 40, 40, 0.1);*/
    padding: 12px;
    padding-top: 0;
}

.categories-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 5px;
    color: var(--black);
}

#filters .custom-checkbox:nth-last-of-type {
    margin-botton: 15px;
}

.categories-section ul li {
    font-size: 14px;
    color: var(--black);
    text-transform: uppercase;
    padding: 8px 12px;
    padding-left: 0;
}

.active-category {
    font-weight: 800;
}

.active-category a:hover {
    color: var(--black);
}

.number-of-items {
    margin-left: 5px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.filters-section.filters {
    border-bottom: 1px solid var(--grey);
    border-top: none;
    cursor: pointer;
    margin-top: 12px;
    padding-left: 0;
}

.filters-section.filters.filters-label {
    border-bottom: 1px solid var(--grey);
    border-top: none;
    padding: 10px;
    margin-top: 12px;
}

.filters-section.filters label {
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 800;
}

.filters-section.filters label:after {
    content: '';
    background-image: url(../images/down-arrow.svg);
    height: 6px;
    width: 10px;
    background-size: cover;
    background-position: center;
    transform: rotate(-90deg);
}

.filters-box {
    padding-top: 15px;
}

.filters-checkbox-wrapper {
    display: flex;
    align-items: center;
}

.custom-filters-checkbox {
    width: 12px;
    height: 12px;
    border: 1px solid var(--armygreen);
}

.custom-checkbox .custom-control-label::before {
    border-radius: 50%;
    border: 1px solid var(--dark-grey);
    height: 18px;
    width: 18px;
    background-color: var(--white);
    border-color: var(--dark-grey);
}

.custom-checkbox {
    transition: .3s all;
    display: flex;
    align-items: center;
    min-height: initial;
    padding-left: 1.7rem;
    margin: 3px 12px;
    margin-left: 0;
}

.custom-control-label {
    cursor: pointer;
    font-size: 14px;
    color: var(--black);
    margin-top: 2px;
    text-transform: uppercase;
}

.custom-checkbox:hover {
    opacity: 0.6;
}

.filters-section.filters.active-filter label:after {
    transform: rotate(0deg);
}

.filters-section.filters.active-filter {
    border-bottom: 8px solid var(--red);
}

.display-filters {
    position: absolute;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none !important;
    border: 1px solid var(--grey) !important;
    background: none;
}


.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: none;
    border-radius: 50%;
    background-color: var(--red);
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    left: 4px;
    top: 8px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background: none;
}

/*#filters .custom-control:nth-child(n+5) {
    display: none;
}*/


#hidden-filters {
    display: none;
}

.btn-more {
    font-family: 'Roboto Condensed', sans-serif;
    background: none;
    border: none;
    padding: 2px 10px;
    transition: .3s all;
    font-size: 14px;
    color: var(--black);
}

.btn-more:hover {
    opacity: 0.7;
}

.btn-less {
    font-family: 'Roboto Condensed', sans-serif;
    background: none;
    border: none;
    padding: 2px 10px;
    transition: .3s all;
    font-size: 14px;
    display: none;
}

.btn-less:hover {
    opacity: 0.7;
}

#filters-mobile {
    display: none;
}

#product-count-mobile {
    display: none;
}


/* END OF PRODUCT PAGE */


/* SIDEBAR-CART */


.add_in_cart_wrapper .header .top{
    height: auto;
    padding: 25px;
    background-color: #292828;
    color: #ffffff;
    font-size: 12px;
}

.add_in_cart_wrapper .header .close_cta{
    cursor: pointer;
    background: none;
    border: none;
    color: #ffffff;
    margin-top: 5px;
}

.add_in_cart_wrapper .header .close_cta img{
    width: 20px;
    margin-top: -3px;
    filter: invert(100%) sepia(0%) saturate(7498%) hue-rotate(193deg) brightness(116%) contrast(101%);
}

.add_in_cart_wrapper .header .help_box{
    text-align: right;
    font-size: 14px;
}

.add_in_cart_wrapper .header .help_box img{
    margin-right: 3px;
    margin-top: -2px;
}

.add_in_cart_wrapper .header .bottom{
    padding: 30px;
}

.add_in_cart_wrapper .header .bottom h2{
    text-transform: uppercase;
    font-size: 20px;
    color: #292828;
}

.add_in_cart_wrapper .header .skillbar-bar{
    background: #c8e28d !Important;
}

.add_in_cart_wrapper .header .bottom .text{
    margin-top: 27px;
    font-size: 12px;
}

.add_in_cart_wrapper .header .bottom .text img{
    width: 16px;
    margin-right: 5px;
}


.add_in_cart_wrapper .products{
    margin: 0px;
    padding-right: 10px;
    overflow: hidden;
    width: 100%;
    padding: 0px;
}

.add_in_cart_wrapper .products .product_card{
    position: relative;
    margin-bottom: 10px;
    text-align: left;
    border-top: 1px solid #e7e7e7;
    padding-bottom: 20px;
    padding-top: 25px;
}

.add_in_cart_wrapper .products .product_card .img_box{
    height: 85px;
    width: 25%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

.add_in_cart_wrapper .products .product_card .content{
    width: 72%;
    display: inline-block;
    padding-left: 15px;
    vertical-align: top;
}

.add_in_cart_wrapper .products .product_card h3{
    font-size: 14px;
    margin-bottom: 8px;
    text-transform: uppercase;
    margin: 3px;
}

.add_in_cart_wrapper .products .product_card .quantity_text{
    font-size: 14px;
}

.add_in_cart_wrapper .products .product_card .remove_item{
    cursor: pointer;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 13px;
    position: absolute;
}

.add_in_cart_wrapper .products .product_card .remove_item.remove_item_gift{
    margin-left: 90px;
    z-index: 1;
}

.add_in_cart_wrapper a.cta{
    display: block;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    color: #333333;
    line-height: 45px;
    padding: 0px 45px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s;
    border: 1px solid #333333;
    background: none;
    width: max-content;
    margin: 0 auto;
    margin-top: 0px;

}

.add_in_cart_wrapper a.cta:hover{
    opacity: 0.8;
}

.add_in_cart_wrapper .total_box{
    padding: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    border-top: 1px solid #979797;
    text-transform: uppercase;
}

.add_in_cart_wrapper .total_box .total_price{
    text-align: right;
    font-size: 16px;
}

.add_in_cart_wrapper .total_box .extra_text{
    color: #888888;
    font-size: 12px;
    text-transform: initial;
    margin-top: 12px;
    margin-bottom: 20px;
}

.add_in_cart_wrapper .total_box .extra_text.min_price_text{
    color: #292828;
}

.add_in_cart_wrapper .skillbar{
    width: 100%;
}

.add_in_cart_wrapper .content_spinner{
    display: none;
}

.quantity{
    display: inline-block;
}

.quantity .pro-qty {
    width: 93px;
    height: 37px;
    background: var(--white);
    border: solid 0.5px var(--productgrey);
    border-radius: 2px;
    padding: 0px 7px;
}

.quantity .pro-qty .qtybtn {
    width: 25px;
    display: block;
    float: left;
    line-height: 37px;
    cursor: pointer;
    text-align: center;
    font-size: 17px;
    color: var(--singlebloggrey);
}

.product_page .quantity .pro-qty .qtybtn {
    height: 60px;
    width: 60px;
    position: relative;
    border-radius: 12px;
    border: 1px solid var(--grey);
    margin: 0 30px;
}

.product_page .quantity .pro-qty {
    border: none;
    height: auto;
    display: flex;
    width: 100%;
}

.product_page .quantity-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin: 0;
}

.product_page .quantity .pro-qty input {
    background-color: var(--red);
    color: var(--white);
    line-height: normal;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 6px;
    border-radius: 16px;
    font-size: 16px;
    cursor: pointer;
    transition: .3s all;
}

.product_page .quantity .pro-qty .dec.qtybtn:after {
    content: '';
    background-image: url(../images/new/arrow-quantity-prev.svg);
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    transition: .3s all;
}

.product_page .price-wrapper {
    width: 100%;
    justify-content: center;
    margin-top: 16px;
    border-bottom: 2px solid var(--grey);
    padding-bottom: 20px;
}

.product_page .quantity .pro-qty .inc.qtybtn:after {
    content: '';
    background-image: url(../images/new/arrow-quantity-next.svg);
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    transition: .3s all;
}

.product_page .quantity .pro-qty .inc.qtybtn:hover:after {
    opacity: 0.3;
}

.product_page .quantity .pro-qty .dec.qtybtn:hover:after {
    opacity: 0.3;
}

#product-properties-sidebar .quantity .pro-qty input {
    background-color: var(--red);
    color: var(--white);
    line-height: normal;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    margin: 0 6px;
    border-radius: 16px;
    font-size: 16px;
    cursor: pointer;
    transition: .3s all;
    float: none;
}

#product-properties-sidebar .quantity .pro-qty .dec.qtybtn:after {
    content: '';
    background-image: url(../images/new/arrow-pagination.svg);
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 40px;
    height: 30px;
    width: 30px;
    top: 48px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    transition: .3s all;
}

#product-properties-sidebar .price-wrapper {
    width: 100%;
    justify-content: center;
    margin-top: 16px;
    border-bottom: 2px solid var(--grey);
    padding-bottom: 20px;
}

#product-properties-sidebar .quantity .pro-qty .inc.qtybtn:after {
    content: '';
    background-image: url(../images/new/arrow-pagination.svg);
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 40px;
    height: 30px;
    width: 30px;
    top: 48px;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    transition: .3s all;
}

#product-properties-sidebar .quantity .pro-qty .inc.qtybtn:hover:after {
    opacity: 0.3;
}

#product-properties-sidebar .quantity .pro-qty .dec.qtybtn:hover:after {
    opacity: 0.3;
}

.product_page .add_to_cart {
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    padding: 15px 55px;
    height: auto;
    margin-bottom: 30px;
}

.product_page .add_to_cart img {
    right: 28px;
}

.product_page .quantity-wrapper label {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

#products-properties {
    border-top: 2px solid var(--grey);
    border-bottom: 2px solid var(--grey);
    padding: 16px 0;
}

.quantity .pro-qty input {
    width: 25px;
    float: left;
    border: none;
    height: 37px;
    line-height: 24px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    background-color: transparent;
}

input:-internal-autofill-selected {
    background: none;
}

.numberInCart {
    position: absolute;
    font-size: 10px;
    text-align: center;
    color: var(--white);
    z-index: 501;
    left: 95%;
    top: 87%;
    transform: translate(-50%, -50%);
    margin-top: 2px;
    background-color: var(--black);
    border-radius: 50%;
    height: 14px;
    width: 14px;
}


.cart_no_results{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 100%;
}

.cart_no_results img{
    width: 45px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}


.add_in_cart_wrapper .btn_primary{
    width: 100%;
}

/* END OF SIDEBAR CART */


.switch_box{
    border-radius: 4px;
    background-color: #fbfbfb;
    width: 100%;
    margin-bottom: 15px;
    padding: 19px;
    padding-bottom: 5px;
}

.switch_input input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.switch_input label {
    cursor: pointer;
    text-indent: -9999px;
    width: 37px;
    height: 18px;
    display: inline-block;
    position: relative;
    border-radius: 9px;
    box-shadow: inset 0 1px 3px 0 rgb(0 0 0 / 50%);
    background-color: #f1f1f1;
}

.switch_input label:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
    background-color: #fff;
}

.switch_input input:checked + label {
    background: #f3f3f3;
}

.switch_input input:checked + label:after {
    left: calc(100% - 0px);
    transform: translateX(-100%);
    background-color: #c8e28d;
}

.switch_input .text{
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 20px;
    margin-top: -2px;
    text-transform: uppercase;
    vertical-align: top;
}

.select2 {
    width: 100% !Important;
}

.step1_select {
    margin-bottom: 15px;
}

.step1_select label {
    display: inline-block;
    color: #292828;
    font-size: 14px;
    background-color: #ffffff;
    position: absolute;
    z-index: 1;
    margin-left: 20px;
    margin-top: -10px;
    padding: 0 2px;
}

.company_box .custom_checkbox_checkmark {
    border-radius: 50%;
    border: 1px solid #979797;
    margin-top: -1px;
}

.custom_checkbox_checkmark {
    position: absolute;
    top: -3px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ffffff;
    border: 1px solid #888888;
}

.select2-container .select2-selection--single{
    height: 44px!important;
}

.desktop .select2-container .select2-selection--single {
    height: 38px!important;
}

.read-all-blog {
    margin-top: 7px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    transition: .3s all;
}

.read-all-blog:hover {
    opacity: 0.7;
}

.chosenText{
    text-transform: uppercase;
    font-size: 12px !important;
}

.marginBottom{
    margin-bottom: 15px
}

.labelNew{
    margin-left: 15px;
    color: #292828;
    font-size: 14px;
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 14px;
    padding: 0 2px;
    pointer-events: none;
    background: #fff;
    -webkit-transition: -webkit-transform 100ms ease;
    -moz-transition: -moz-transform 100ms ease;
    -o-transition: -o-transform 100ms ease;
    -ms-transition: -ms-transform 100ms ease;
    transition: transform 100ms ease;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-24px);
}

.chosen-single {

    font-family: 'Muli', sans-serif !important
    font-weight: 400 !important;
    font-size: 13px !important;
    color: #555 !important;
    outline: none !important;
    border: 1px solid #dddddd !important;
    padding: 8px 20px !important;
    position: relative !important
    width: 100% !important;
    height: 45px !important;
    border-radius: 4px !important;
}

.chosen-container{
    width: 100% !important;
}

.testNumber{
    color: #fd8a6e;
}

.chosen-container-single .chosen-single{
    background: white !important;
}

.chosen-container-single .chosen-search input[type=text]{
    font-family: 'museo-sans', sans-serif;

}

.chosen-container-multi .chosen-choices li.search-field input[type=text]{
    font-family: 'museo-sans', sans-serif;
}
.chosen-search-input{
    border-radius: 3px !important;
}

.change_language{
    color: #292828;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: 0px;
    display: inline-block;
    position: relative;
    float: right;
    vertical-align: top;
    margin-top: 8px;
    margin-right: 15px;
}

.change_language img{
    width: 20px;
    vertical-align: top;
    margin-top: 2px;
}

.language_list{
    width: 70%;
    list-style: none;
    padding: 0px;
    margin: 0 auto;
}

.language_list li{
    margin-bottom: 20px;
}

.language_list a{
    display: inline-block;
    height: 41px;
    padding: 0px 30px;
    border-radius: 6px;
    line-height: 41px;
    border: solid 1px #cab180;
    text-transform: uppercase;
    font-size: 12px;
    transition: .3s;
    letter-spacing: 1px;
    color: #292828;
    width: 100%;
    position: relative;
}

.language_list a:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 16px;
    background-size: 10px;
    display: block;
    background-image: url(../images/icons/right-arrow.svg);
    top: 14px;
    right: 14px;
    background-position: center;
    background-repeat: no-repeat;
    border-left: 1px solid #292828;
}

.language_list a img{
    width: 25px;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 7px;
}

.language_list a:hover{
    box-shadow: 1px 1px 7px 0px #dddbdb;
}

.language_list a.active_lang{
    background-color: #cab180;
}


.modal#ChangeLanguageModal h4{
    font-size: 25px;
    margin: 0 auto;
}

.other_products .product_card{
    background-color: #ffffff;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 15px;
}

.other_products h3.section_title{
    font-size: 18px;
    padding: 0 5px;
    text-align: center;
}

.other_products .product_card .img_box {
    height: 85px;
    width: 30%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

.other_products .product_card .content {
    width: 67%;
    display: inline-block;
    padding-left: 15px;
    vertical-align: top;
}

.other_products .product_card h3 {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.other_products .product_card .content .old_price {
    font-size: 12px;
    color: #888888;
    text-decoration: line-through;
}

.other_products .product_card .content .price {
    font-size: 16px;
    color: var(--black);
}

.other_products .product_card .content .discount {
    font-size: 12px;
    color: var(--red);
    text-align: right;
    margin-top: 3px;
}

.other_products .product_card button{
    padding: 0 25px;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.timer-text {
    display: flex;
    align-items: center;
    justify-content: center;
       width: 100%;
    height: 100%;
}

.timer-text p{
    font-size: 16px;
   justify-content: center;
   align-items: center;
    color: #be4557;
  line-height: normal;
    text-align: center;
  /*   font-weight: 600; */
}
.gift_img_cart{
    width: 19px;
    filter: invert(75%) sepia(8%) saturate(1421%) hue-rotate(1deg) brightness(96%) contrast(86%);
    position: absolute;
    top: 10px;
    /* right: 10px; */
    left: 70px;
}


.timer-box{
    color: #ffffff;
    border-radius: 7px;
   align-items: center;
    justify-content: space-between;
    max-width: 220px;
    border: 1px solid #be4557;
    position: relative;
    
}
.time-box{
    border-radius: 6px;
   background-color: #be4557;
   padding: 5px 12px;
}

.time-box p{
    font-size: 20px;
    font-weight: 900;
  color: #ffffff;
}

 @media (max-width: 450px) {
   .discount-tag-new {
   left: 15px;
}

.timer-box {
    max-width: 180px;

}

.product-tag-super-discount {
font-size: 12px;
}

.brands-price-box{
    margin-top: 15px;
}

.timer-div {
    display: flex;
    align-items: center;
    justify-content: center;

}
    }
</pre></body></html>