
.car-element, .nav-menu {
    display: block;
}

.car-element {
    margin-right: 34px;
}

.nav-elements {
    display: flex;
    align-items: center;
}

.car-element:hover {
    opacity: .8;
    cursor: pointer;
}

.car-element {
    width: 40px;
}

.car-element-icon {
    width: 32px;
    height: 32px;
    position: relative;
    top: 10px;
}

.car-element-icon img {
    width: 100%;
    height: 100%;
}

.car-element-notifications-icon {
    width: 18px;
    height: 18px;
    box-shadow: 0 4px 8px 0 rgba(21, 133, 43, 0.17);
    background-color: #34ba61;
    border-radius: 25px;
    position: relative;
    top: -31px;
    left: 21px;
    text-align: center;
}

.car-element-notifications-icon p {
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    padding-top: 3px;
}

.browser-form {
    display: none;
}


.main {
    height: 100%;
    width: 100%;
    background: #f4f4f4;
}

.main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 33px 28px 25px 28px;
    min-height: calc(100vh - 276px);
}

.details-container {
    display: none;
}

.product-tag {
    border: 1px solid;
    border-radius: 19.5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    font-family: Silka;
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
    padding: 5px 10px;
    margin-right: 9px;
}

.product-tag a{
    text-decoration: none;
    color: #004bff;
}


.product-row-block--inner-cart, .price-tag.mobile {
    display: block;
}

.desktop {
    display: none;
}

.container-products-wrapp-list-element {
    border-bottom: solid 1px rgba(151, 151, 151, 0.6);
}

.container-products-wrapp-list-element:last-child {
    border-bottom: none;
}

.container-products-options-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-left: 5px;
}

.container-products-options-select-info {
    display: none;
}

.container-products-options {
    width: 100%;
}

.container-products-options-select {
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% - 28px);
    padding-left: 28px;
}

.container-products-options-select label {
    font-family: Silka;
    font-size: 14px;
    color: #3c3c3c;
}

.container-products-options-select:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    color: #1a6232;
    right: 55px;
    position: absolute;
    pointer-events: none;
}

.container-products-options-select select{
    height: 40px;
    opacity: 0.7;
    font-family: Silka;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    border: none;
    width: 60%;
    color: #1a6232;
}

.container-products-options-select select:focus {
    outline: none;
}

.container-products-options-select select:hover {
    cursor: pointer;
}

.container-products-wrapp {
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.05);
}

.price-tag {
    font-family: Silka;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1a6232;
    text-align: center;
    margin-bottom: 1rem;
}

.product-tags-wrapper {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
    background-color: #fff;
    height: 55px;
    padding-left: 6px;
}

.product-tags-wrapper .product-tag:last-child {
    margin-top:9px;
}

.stock-block {
    padding-right: 20px;
}

.stock-input {
    border-radius: 2px;
    border: solid 1px #3c3c3c;
    text-align: center;
    width: 23px;
    margin: 0 5.7px;
}

.stock-chevron {
    height: 11px;
}

.stock-chevron:hover {
    cursor: pointer;
}

.product-row-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 26px;
}

.product-row-block {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 26px;
}

.product-row-block-icon {
    width: 52px;
    height: 52px;
}

.product-row-block-icon img {
    width: 100%;
    height: 100%;
}

.product-row-block--inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    justify-content: space-evenly;
    width: calc(100% - 100px);
}

.product-row-block--inner h2{
    opacity: 0.8;
    font-family: Silka;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

.product-row-title {
    margin: 0;
    padding: 0 0 12px 0;
}

.cta-button {
    border-radius: 19.5px;
    box-shadow: 0 4px 8px 0 rgba(21, 133, 43, 0.11);
    background-color: #34ba61;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}

.cta-button a{
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
}

.cta-button-finish-shopping {
    border-radius: 19.5px;
    box-shadow: 0 4px 8px 0 rgba(21, 133, 43, 0.11);
    background-color: #34ba61;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    padding: 13px 28px;
    color: #ffffff;
    text-decoration: none;
}

.product-row-block--inner-cart {
    width: 59px;
    height: 34px;
}

.product-row-block--inner-cart:hover {
    cursor: pointer;
}

.product-row-block--inner-cart img {
    width: 100%;
    height: 100%;
}

.scroll-up {
    height: 146px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-up a {
    text-decoration: none;
    color: #1a6232;
    font-family: Silka;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.scroll-up p {
    margin-top: 6px;
}

.filter-button {
    position:fixed;
    bottom: 40px;
    right: 30px;
}

.filter-button:hover {
    cursor: pointer;
}

.filter-button img {
    width: 74px;
    height: 74px;
}

.filter-menu {
    padding: 0 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.filter-menu-element {
    border-bottom: solid 1px rgba(151, 151, 151, 0.4);
    padding: 20px 0;
    width: 100%;
    max-width:  319px;
    font-family: Silka;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-menu-element.slider {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 85px;
    justify-content: space-between;
}

.filter-menu-element.clean {
    border-bottom: none;
    flex-direction: column;
}

.filter-menu-element.clean a {
    color: #ff3e3e;
    font-size: 15px;
}

.filter-menu-element h2 {
    font-size: 25px;
    font-weight: 600;
    color: #1a6232;
}
.filter-menu-element p {
    font-size: 17px;
    font-weight: 500;
    color: #3c3c3c;
}

.filter-menu-element a {
    text-decoration: none;
    font-size: 13px;
    color: #004bff;
}

.filter-menu-element a:hover {
    cursor: pointer;
}

.filter-menu-element .close-menu{
    z-index: 200;
}

.close-menu-wrapper .close-menu:hover {
    cursor: pointer;
}

.close-menu-wrapper .close-menu:first-of-type {
    position: fixed;
}

.close-menu-wrapper .close-menu:last-child {
    position: fixed;
}

.filter-menu-element.input {
    flex-direction: column;
    align-items: flex-start;
}

.filter-menu-element-input-wrapper {
    margin-top: 9px;
    width: 100%;
    max-width: 319px;
    border-radius: 24px;
    background-color: #eeeeeeee;
    height: 48px;
}

.filter-menu-element-input-wrapper form {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
    width: 100%;
}

.filter-menu-element-input-wrapper input {
    border: none;
    background-color: transparent;
    width: 75%;
    height: 100%;
    margin-left: 5px;
}

.filter-menu-element-input-wrapper input:focus {
    outline: none;
}

.filter-menu-button {
    border: none;
    background-color: transparent;
}

.filter-menu-button:hover {
    cursor: pointer;
}

.range-slider {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    width: 100%;
    max-width: 319px;
}

.range-slider input[type="range"] {
    pointer-events: none;
    position: absolute;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    border: none;
    width: 84%;
    height: 8px;
    border-radius: 5.5px;
    background-color: #d6d6d6;
    box-shadow: inset 0 1px 0 0 #cdc6c6, inset 0 -1px 0 0 #d9d4d4;
    -webkit-box-shadow: inset 0 1px 0 0 #cdc6c6, inset 0 -1px 0 0 #d9d4d4;
    overflow: visible;
    outline: none;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    outline: 0;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: solid 1px #a7a7a7;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}

.range-slider input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: solid 1px #a7a7a7;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}

.range-slider input[type="range"]::-ms-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -ms-appearance: none;
    width: 20px;
    height: 20px;
    border: solid 1px #a7a7a7;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    /* W3C */
}

.range-slider input[type=range]::-moz-range-track {
    position: relative;
    z-index: -1;
    background-color: #000000;
    border: 0;
}

.range-slider input[type=range]:last-of-type::-moz-range-track {
    -moz-appearance: none;
    background: none transparent;
    border: 0;
}

.range-slider input[type=range]::-moz-focus-outer {
    border: 0;
}

.range-slider input[type="range"]::-moz-range-progress {
    background-color: #43e5f7;
}

.rangeValues-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 35px;
}

.range-slider .preBar {
    position: relative;
    background-color: #34ba61;
    height: 7px;
    line-height: 5px;
    padding: 0px;
    margin: 0px;
    top: 3px;
    pointer-events: none;
}

.pagination-bar-wrapper {
    display: none;
}

.container-products-carousel {
    /*display: none;*/
}

.carousel-wrapper {
    display: none;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 4;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {
    margin: 40% auto;
    padding: 20px;
    background: #fff;
    opacity: 0.9;
    border-radius: 5px;
    width: 55%;
    height: 30%;
    position: relative;
    transition: all 2s ease-in-out;
}
.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.popup .containe-content-popup {
    height: 568px;
    margin-top: 82px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.container-content-popup-element a{
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

.container-content-popup-element {
    border-bottom: solid 1px rgba(151, 151, 151, 0.4);
    width: 100%;
    padding: 10px 0;
}

.total-price-car {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: space-evenly; */
    justify-content: center;
    height: 135px;
}

.popup.car {
    margin: 10% auto;
    padding: 19px 16px;
    background: #fff;
    opacity: 0.9;
    border-radius: 5px;
    width: calc(100% - 32px);
    height: 100%;
}

.popup.car .close {
    top: 15px;
    color: #ff8738;
}

.product-row-block-icon.car {
    display: none;
}

.container-content-popup-element.car {
    border-radius: 10px;
    margin-bottom: 12px;
    max-width: 275px;
    border: solid 1px rgba(151, 151, 151, 0.4);
    padding: 19px 15px;
    min-height: 117px;
    height: 117px;
}


.product-car-title.mobile{
    display: inline-block;    
    margin: 0 0.5rem;
}

.product-car-title.desktop {
    display: none;
}

.product-car-title.mobile h2 {
    font-family: Silka;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
}

.product-car-details {
    justify-content: space-between;
    display: flex;
}

.product-car {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

.stock-input.car {
    width: 30.6px;
    height: 24px;
}

.stock-block {
    padding: 0;
}


.product-car-price.car {
    display: flex;
    justify-content: space-between;
}


.product-car-price-tag {
    display: flex;
    flex-direction: column;

}

.product-car-price-tag p {
    /* font-family: Roboto; */
    font-size: 16px;
    color: #666666;
}

.total-price-car {
    height: 176px;
}

.containe-content-popup.car {
    /* height: calc(100% - 319px); */
    height: calc(100% - 220px);
    margin-top: 50px;
}

.cta-button {
    padding: 10px 27px;
}

.popup-car-title {
    font-family: Silka;
    font-size: 25px;
    font-weight: 600;
    color: #1a6232;
}

.product-carousel-cta-wrapper .cta-button {
    padding: 10px 21px;
}

.product-carousel-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -18px;
    left: 75%;
}

.product-carousel-cta-wrapper .cta-button {
    padding: 10px 21px;
}

.product-carousel-price {
    font-size: 11px;
}

footer {
    display: none;
}

@media (min-width: 600px){
    header {
        top: 0;
        width: 100%;
        height: 303px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .desktop{
        display: block;
    }

    .header-bar {
        height: calc(100% - 132.5px);
        padding: 46px 135px 86.5px 135px;
        max-width: 1170px;
        width: calc(100% - 270px);
    }

    /*.title  {
        display: none;
    }*/

    #menuToggle {
        display: none;
    }

    .header-bar .icon-nav .icon {
        height: 38px;
        width: 130px;
    }

    .nav-elements .nav-element {
        margin-right: 30px;
    }

    .nav-element {
        display: block;
    }

    nav .nav-elements {
        list-style: none;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .nav-element a {
        text-decoration: none;
        font-size: 14px;
        color: #ffffff;
    }

    .car-element {
        width: 40px;
    }

    .car-element-icon {
        width: 40px;
        height: 40px;
        top: 10px;
    }

    .car-element-notifications-icon {
        width: 22px;
        height: 22px;
        top: -40px;
        left: 30px;
    }

    .car-element-notifications-icon p {
        font-size: 14px;
        padding-top: 5px;
    }

    .browser-form {
        display: flex;
        justify-content: center;
        border-bottom: solid 1px rgba(255,255,255,0.7);
        margin-left: 15%;
        margin-right: 15%;
    }

    .browser-form .form-group {
        margin: 0;
        position: relative;
        width: 100%;
    }

    .form-group a {
        color: #ffffff;
    }

    .browser-form h1 {
        color: #ffffff;
        font-size: 30px;
        padding-left: 13px;
        padding-bottom: 14px;
        margin: 0;
        text-align: center;
    }

    .browser-form input {
        display: inline-block;
        background: transparent;
        border: none;
        color: #ffffff;
        width: calc(100% - 40px);
        font-size: 14px;
        padding: 0 0 5px 5px;
        font-family: "Silka-italic";
    }

    .search-button {
        width: 15px;
        display: inline-block;
    }

    .browser-form input:focus {
        outline: none;
    }

    .main-content {
        padding: 41px 135px 0 135px;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

    .container-products {
        max-width: 827px;
        height: 100%;
        width: 70%;
        margin-left: 5%;
        align-self: start;
    }

    .container-products-options-select {
        width: 46%;
    }

    .container-products-options-select select {
        width: 70%;
    }

    .container-products-options-select:after {
        right: 6%;
    }

    .container-products-options-select-info {
        display: flex;
        align-items: center;
    }

    .container-products-options-select-info #first-info {
        font-family: Silka;
        font-size: 17px;
        font-weight: 600;
        color: #1a6232;
    }

    .container-products-options-select-info #second-info {
        color: #3c3c3c;
        font-family: Silka;
        font-size: 17px;
        font-weight: 600;
        margin-left: 5px;
    }

    .container-products-options {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


    .container-products-wrapp-list-element {
        height: 135px;
    }

    .product-row-wrapper {
        flex-direction: row;
        height: 135px;
    }

    .details-container {
        width: 25%;
        display: block;
        max-width: 297px;
        min-height: 990px;
    }

    .details-container-image {
        width: 100%;
        max-width: 297px;
        height: 100px;
        border-radius: 20px;
        background-color: #e4e4e4;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
    }

    .details-container-image-brand {
        width: 100%;
        max-width: 297px;
        height: 297px;
        border-radius: 20px;
        background-color: #e4e4e4;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
    }

    .details-container-image-brand img {
        max-width: 194px;
        width: 100%;
        background: transparent;
    }

    .details-container-image h2 {
        width: 178px;
        height: 61px;
        font-family: Silka;
        font-size: 50px;
        color: #1a6232;
        background: transparent;
    }

    .details-container-wrapper {
        margin-top: 18px;
    }

    .details-container-wrapper, .details-container-wrapper-form,
    .details-container-wrapper-form-checks, .details-container-container-wrapper-form-radios,
    .details-container-wrapper-form-slider {
        display: flex;
        flex-direction: column;
    }

    .custom-checkbox {
        position: absolute;
        opacity: 0;
    }

    .custom-checkbox-label {
        display: flex;
        align-items: center;
    }

    .custom-checkbox + label {
        position: relative;
        cursor: pointer;
        padding: 0;
    }
    .custom-checkbox + label:before {
        content: '';
        margin-right: 10px;
        display: inline-block;
        vertical-align: text-top;
        width: 13px;
        height: 13px;
        background: transparent;
        border: solid 1px #1a6232;
    }
    .custom-checkbox.custom-radio + label:before {
        border-radius: 50%;
    }

    .custom-checkbox:hover + label:before {
        background: #fff;
        opacity: 0.5;
    }
    .custom-checkbox:focus + label:before {
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    }
    .custom-checkbox:checked + label:before {
        background: transparent;
    }
    .custom-checkbox:disabled + label {
        color: #b8b8b8;
        cursor: auto;
    }
    .custom-checkbox:disabled + label:before {
        box-shadow: none;
        background: #ddd;
    }
    .custom-checkbox:checked + label:after {
        content: '';
        position: absolute;
        left: 5px;
        top: 9px;
        background: #1a6232;
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 #1a6232, 4px 0 0 #1a6232, 4px -2px 0 #1a6232, 4px -4px 0 #1a6232, 4px -6px 0 #1a6232, 4px -8px 0 #1a6232;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .custom-checkbox.custom-radio:checked + label:after {
        box-shadow: none;
        left: 9px;
        width: 4px;
        height: 4px;
    }

    .input-label-wrapper input:before{
        color: #1a6232;
    }

    .details-container-container-wrapper-form-radios {
        padding-top: 39px;
    }

    .details-container-container-wrapper-form-radios p, .details-container-wrapper-form-checks p {
        margin-bottom: 12px;
    }

    .details-container-wrapper h2 {
        padding: 19px 0;
        font-family: Silka;
        font-size: 30px;
        font-weight: 600;
        color: #3c3c3c;
    }

    .details-container-wrapper p {
        font-family: Silka;
        font-size: 17px;
        font-weight: 600;
        color: #3c3c3c;
    }

    .input-label-wrapper {
        padding: 6px 0;
        display: flex;
        align-items: center;
    }

    .input-label-wrapper input {
        margin: 0;
    }

    .input-label-wrapper label {
        font-family: Silka;
        font-size: 14px;
        font-family: Silka;
        font-size: 14px;
    }

    .details-container-wrapper-form-slider {
        margin-top: 40.8px;
    }

    .details-container-wrapper-form-slider, .inputRange {
        max-width: 197px;
    }

    .range-slider {
        margin-top: 17px;
    }

    .range-slider .preBar {
        top: 2px;
    }


    .rangeValues-container {
        margin-top: 9px;
    }

    .details-container-wrapper-form-inputs-colors, .details-container-wrapper-form-inputs-format {
        margin-top: 40px;
    }

    .details-container-wrapper-form-inputs input {
        height: 36px;
        opacity: 0.7;
        font-size: 14px;
        background-color: #fff;
        padding-left: 30px;
        border-radius: 20px;
        margin-top: 22px;
        border: none;
        max-width: 175px;
    }

    .chosen-value,
    .value-list {
        width: 100%;
    }

    .chosen-value {
        transition: .3s ease-in-out;
    }


    .chosen-value:hover {
        cursor: pointer;
    }

    .chosen-value:focus::-webkit-input-placeholder, .chosen-value.open::-webkit-input-placeholder {
        color: #000;
    }

    .value-list {
        list-style: none;
        overflow: hidden;
        max-height: 0;
        border-radius: 0 0 20px 20px;
        max-width: 205px;
        transition: .3s ease-in-out;
        position: absolute;
    }
    .value-list.open {
        max-height: 320px;
        overflow: hidden;
    }
    .value-list li {
        position: relative;
        background-color: #FAFCFD;
        padding: 7px 19px;
        display: flex;
        align-items: center;
        cursor: pointer;
        transition: background-color .3s;
        max-width: 167px;
        width: calc(100% - 38px);
        font-family: Silka;
        font-size: 12px;
        color: #3c3c3c;
    }
    .value-list li:hover {
        background-color: #75b06e;
    }
    .value-list li.closed {
        max-height: 0;
        overflow: hidden;
        padding: 0;
        opacity: 0;
    }

    .details-container-wrapper-form-inputs-image .fa.fa-angle-down {
        position: relative;
        left: -13%;
        color: #1a6232;
        margin-top: 33px;
    }


    .list-wrapper {
        position: relative;
        z-index: 1;
    }

    .details-container-wrapper-form-inputs input:focus {
        outline: none;
    }

    .details-container-wrapper-form-inputs input::-webkit-input-placeholder {
        opacity: 0.5;
        font-family: Silka;
        font-size: 12px;
        color: #3c3c3c;
    }

    .scroll-up, #toggle-filter-container {
        display: none;
    }

    .pagination-bar-wrapper {
        display: block;
        margin-top: 42px;
    }

    .pagination {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .page-item.number a , .page-item.ellipses a{
        font-family: Silka;
        font-size: 17px;
        float: left;
        color: #3c3c3c;
        padding: 8px 16px;
        text-decoration: none;
    }

    .page-item.number.active, .page-item.ellipses.active {
        background-color: #ddd;
        color: #1a6232;
        border-radius: 6px;
    }

    .page-item.number.active a , .page-item.ellipses.active a{
        color: #1a6232;
    }

    .page-item.left-arrow a, .page-item.right-arrow a {
        color: #1a6232;
        font-family: Silka;
        font-size: 17px;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        position: relative;
        display: block;
    }

    .page-item.number a , .page-item.ellipses a {
        color: #3c3c3c;
    }

    .page-item.number.active:hover, .page-item.ellipses:hover {
        cursor: default;
    }

    .page-item.left-arrow:hover, .page-item.right-arrow:hover, .page-item.number:hover:not(.active) {
        background-color: rgba(228, 228, 228, 0.5);
        border-radius: 6px;
        color: #3c3c3c;
        cursor: pointer;
    }

    .carousel-wrapper {
        display: flex;
        width: calc(100% - 306px);
        background-color: #e4e4e4;
        padding: 55px 153px 73px 153px;
        flex-direction: column;
        margin-top: 150px;
        align-items: center;
    }


    .carousel-wrapper-title {
        margin-bottom: 60px;
    }
    .carousel-wrapper-title h2{
        font-family: Silka;
        font-size: 30px;
        font-weight: 500;
        color: #1a6232;
        text-align: center;
    }

    .container-products-carousel {
        width: calc(100% + 306px);
        display: block;
    }

    .flickity-viewport {
        width: 100%;
    }

    .gallery-cell {
        width: 60%;
        height: 256px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .flickity-prev-next-button {
        width: 18px;
        height: 31px;
        background: transparent;
        opacity: 0.6;
    }
    .flickity-prev-next-button:hover {
        background: transparent;
        opacity: 1;
    }
    /* arrow color */
    .flickity-prev-next-button .arrow {
        fill: #1a6232;
    }
    .flickity-prev-next-button.no-svg {
        color: transparent;
        background-color: transparent;
    }

    .flickity-viewport {
        height: 256px;
    }

    .flickity-prev-next-button.next {
        background: transparent;
    }

    .flickity-prev-next-button.next:hover {
        background: transparent;
    }

    .flickity-prev-next-button.previous {
        background: transparent;
    }

    .flickity-prev-next-button.previous:hover {
        background: transparent;
    }

    .product-carousel {
        background: #FFF;
        width: 222px;
        height: 176px;
        border-radius: 20px;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
        padding: 23px 25px;
        position: relative;
        top: 15px
    }

    .product-carousel .product-tags-wrapper {
        padding: 18px 0;
    }

    .product-carousel .product-tags-wrapper .product-tag:last-child {
        margin-top:9px;
    }

    .product-carousel-icon img{
        width: 100%;
        height: 100%;
    }

    .product-carousel-title {
        opacity: 0.8;
        font-family: Silka;
        font-size: 16px;
        font-weight: 500;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .product-carousel-title-line {
        height: 2px;
        width: 55px;
        display: block;
        margin: 8px 0 0 0;
        background: #34ba61;
    }

    .product-carousel-stock {
        display: flex;
        justify-content: space-between;
        padding: 14px 0;
        border-top: solid 1px rgba(0,0,0,.2);
    }

    .product-carousel-stock-icon {
        display: flex;
        align-items: center;
        max-width: 63px;
        justify-content: space-between;
        width: 100%;
    }

    .product-carousel-stock-icon-is {
        width: 11px;
        height: 13px;
    }

    .product-carousel-stock-icon-is img {
        width: 100%;
        height: 100%;
    }

    .product-carousel-stock-label.--is {
        color: #34ba61;
    }

    .product-carousel-stock-label {
        font-family: Silka;
        font-size: 11px;
        font-weight: 600;
    }

    .product-carousel-cta-wrapper {
        margin: 0 auto;
        position: absolute;
        bottom: -17px;
        left: 0;
        text-align: center;
        width: 100%;
    }

    .product-tag {
        color: #004bff;
        border: 1px solid #004bff;
        border-radius: 19.5px;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
        font-family: Silka;
        font-size: 11px;
        font-weight: bold;
        display: inline-block;
        padding: 5px 10px;
        margin-right: 9px;
        text-decoration: none;
    }

    .cta-button {
        border-radius: 19.5px;
        box-shadow: 0 4px 8px 0 rgba(21, 133, 43, 0.11);
        background-color: #34ba61;
        display: inline-block;
        padding: 8px 13px;
    }

    .cta-button a{
        color: #ffffff;
        text-decoration: none;
        font-size: 12px;
        font-weight: 600;
        font-family: Silka;
    }

    .cta-button:hover {
        /*opacity: .8;
        cursor: pointer;*/
    }


    .popup.car {
        margin: 0;
        left: 82%;
        width: 16%;
        top: 10%;
        border: 0;
        border-radius: 15px;
        max-height: 784px;
        height: 75%;
        max-width: 316px;
    }

    .product-car {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
        height: 100%;
    }

    .container-content-popup-element {
        height: 109px;
    }

    .container-content-popup-element.car {
        border: none;
        border-bottom: solid 1px rgba(151, 151, 151, 0.4);
        width: 99%;
        border-radius: 0;
        padding: 10px 0;
        max-width: none;
    }

    .product-car-details {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .product-car-details h2 {
        opacity: 0.8;
        font-family: Silka;
        font-size: 17px;
        font-weight: 500;
        color: #000;
        margin: 0 0.5rem;
    }

    .product-car-details-delete {
        width: 10px;
        height: 15px;

    }

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

    .product-car-title.mobile{
        display: none;
    }

    .product-car-title.desktop {
        display: inline-block;
    }

    .product-row-block-icon.car {
        display: block;
    }

    .product-car-price-tag {
        display: none;
    }

    .product-car-price.car {
        justify-content: space-around;
    }

    .hidden{
        visibility: hidden;
    }


    /*fin footer*/
}

@media (max-width: 600px){
    .containe-content-popup.car {
        height: calc(100% - 260px);
        margin-top: 30px;
    }

    .popup .containe-content-popup {
        align-items: center;
    }

    .nav-elements {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 10px;
    }
}

.social-media{
    width: 32px;
    height: 32px;
}