<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">[v-cloak] {
    display: none !important;
}

root {
    mc: #83c341;    /*main color, new*/
    tc: #333333;    /*text color*/
    gc: #808080;    /*gray color*/
    lgc: #d3d3d3;   /*light gray color*/
    ltc: #464b52;   /*light text color*/
    ltc: #b9b9b9;   /*light text color*/
    bcc: #f5f5f5;    /*background color*/
    lbc: #fbf9f4;   /*light background color*/
    rc: #ef4136;    /*red color, sale*/
    dc: #414141;    /*dark color, top*/
    dmc: #3d4a53;    /*dark color, top*/
}

body {
    font-size: 16px;
}

body * {
    outline: none !important;
    /*font-size: 16px;*/
    /*color: #333333;*/
}

a {
    color: #333333;
}

a.active,
a:hover {
    color: #83c341;
    text-decoration: none;
}

a .count {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    line-height: 15px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .65);
    background-color: #83c341;
}

#toTop {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 25px;
    background: #83c34199;
    width: 50px;
    height: 50px;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-weight: 900;
    border-radius: 50%;

    -webkit-transform: rotate(-90deg);

        -ms-transform: rotate(-90deg);

            transform: rotate(-90deg);
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    text-decoration: none;
    z-index: 99;
    cursor: pointer;
}

#toTop:hover {
    background: #83c341;
}


button {
    padding: 0;
}

button[type="button"]{
    cursor: pointer;
}

small {
    font-size: .8rem;
}

small.value {
    padding-left: 2px;
    color: inherit;
    font-weight: inherit;
}

span[class*="field-validation"] {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    pointer-events: none;
    height: 100%;
    width: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 12px;
    border: 1px solid red;
    border-radius: 6px;
    opacity: 0;
}

span.field-validation-error {
    opacity: 1;
}

input:focus~span[class*="field-validation"] {
    opacity: 0;
}

[data-input-password-show] {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 4;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

[data-input-password-show] img {
    position: absolute;
    height: 100%;
    width: auto;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    margin-left: 0px;
    font-size: inherit;
}

.fade-scale {
    opacity: 0;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

.fade-scale.show {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.fade-scale .modal-dialog {
    -webkit-transition: all .2s ease !important;
    -o-transition: all .2s ease !important;
    transition: all .2s ease !important;
}

.modal-backdrop {
    -webkit-transition: all .1s ease !important;
    -o-transition: all .1s ease !important;
    transition: all .1s ease !important;
}

.modal-backdrop.show {
    -webkit-transition: all .2s ease !important;
    -o-transition: all .2s ease !important;
    transition: all .2s ease !important;
}







.btn {
    position: relative;
    text-transform: none;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    padding: 10px 20px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: 100%;
    overflow: hidden;
}

.btn:hover,
.btn:focus {
    -webkit-transition: .1s ease;
    -o-transition: .1s ease;
    transition: .1s ease;
}

.btn &gt; span {
    position: relative;
    color: inherit;
    z-index: 2;
    -webkit-transition: 0s ease;
    -o-transition: 0s ease;
    transition: 0s ease;
}

.btn:before {
    /*z-index: 1;*/
}

.btn[disabled]{
    cursor: not-allowed;
}

.btn_green {
    background-color: transparent;
    /*border: 2px solid transparent;*/
    border: 2px solid #83c341;
    color: #fff;
    border-radius: 6px;
}

.btn_green:hover,
.btn_green:focus {
    color: #83c341;
    /*border: 2px solid #83c341;*/
}

.btn_green:before {
    content: "";
    background-color: #83c341;
    /*display: block;*/
    /*box-sizing: content-box;*/
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0) scale(1.05);
    transform: translate3d(-50%,-50%,0) scale(1.05);
    width: 105%;
    padding-bottom: 100%;
    /*height: 100%;*/
    /*z-index: -1;*/
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;

    border-radius: 50%;
    /*opacity: 1*/
}

.btn_green:hover::before,
.btn_green:focus::before {
    -webkit-transform: translate3d(-50%,-50%,0) scale(0);
    transform: translate3d(-50%,-50%,0) scale(0);
    /*opacity: 0;*/
}

.btn_green-reverse {
    background-color: #83c341;
    border: 2px solid #83c341;
    color: #83c341;
    border-radius: 6px;
}

.btn_green-reverse:hover,
.btn_green-reverse:focus {
    color: #fff;

}

.btn_green-reverse:before {
    content: "";
    background-color: #fff;
    display: block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
    transform: translate3d(-50%, -50%, 0) scale(1.05);
    width: 105%;
    padding-bottom: 100%;
    /*z-index: -1;*/
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;

    border-radius: 50%;
    /*opacity: 1*/
}

.btn_green-reverse:hover::before,
.btn_green-reverse:focus::before {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
    transform: translate3d(-50%, -50%, 0) scale(0);
    /*opacity: 0;*/
}

.btn_grey {
    background-color: transparent;
    border: 2px solid #414141;
    color: #fff;
    border-radius: 6px;
}

.btn_grey:hover,
.btn_grey:focus {
    color: #414141;
}

.btn_grey:before {
    content: "";
    background-color: #414141;
    display: block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
    transform: translate3d(-50%, -50%, 0) scale(1.05);
    width: 100%;
    padding-bottom: 100%;
    /*height: 100%;*/
    /*z-index: -1;*/
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;

    border-radius: 50%;
    /*opacity: 1*/
}

.btn_grey:hover::before,
.btn_grey:focus::before {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
    transform: translate3d(-50%, -50%, 0) scale(0);
    /*opacity: 0;*/
}

.btn_grey-reverse {
    background-color: #414141;
    border: 2px solid #414141;
    color: #414141;
    border-radius: 6px;
}

.btn_grey-reverse:hover,
.btn_grey-reverse:focus {
    color: #fff;
}

.btn_grey-reverse:before {
    content: "";
    background-color: #fff;
    display: block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
    transform: translate3d(-50%, -50%, 0) scale(1.05);
    width: 100%;
    padding-bottom: 100%;
    z-index: -1;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;

    border-radius: 50%;
    /*opacity: 1*/
}

.btn_grey-reverse:hover::before,
.btn_grey-reverse:focus::before {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
    transform: translate3d(-50%, -50%, 0) scale(0);
    /*opacity: 0;*/
}

.btn_default {
    line-height: 24px;
    background-color: #fbf9f4;
    border: 2px solid #808080;
    color: #808080;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: content-box;
    box-shadow: content-box;
    pointer-events: none;
}

.btn_large {
    padding: 15px 30px;
}

.btn_small {
    /*padding: 7px 10px;*/
    padding: 5px 10px;
}

[data-check] span:before,
[data-check] span:after {
    content: "";
    position: absolute;
    top: calc(50% + 24px/4);
    left: calc(50% + 24px/4);
    display: block;
}


[data-check] span:before {
    width: 24px;
    height: 24px;
    border: 1px solid #f5f5f5;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    pointer-events: none;

    background-color: #83c341;
}

[data-check] span:before {
    border-radius: 50%;
}

[data-check] span:after {
    margin-top: 7px;
    margin-left: 10px;
    width: 4px;
    height: 10px;
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;

    -webkit-transform: rotate(45deg);

        -ms-transform: rotate(45deg);

            transform: rotate(45deg);
}





.uppercase {
    text-transform: uppercase;
}






input.form-control,
textarea.form-control,
select.form-control {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 6px !important;
    border-color: #dedede;
}

input.form-control:focus,
textarea.form-control:focus {
    border-color: #83c341 !important;
}

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder,
select.form-control::-webkit-input-placeholder {
    color: #d3d3d3;
}

input.form-control::-moz-placeholder,
textarea.form-control::-moz-placeholder,
select.form-control::-moz-placeholder {
    color: #d3d3d3;
}

input.form-control:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder,
select.form-control:-ms-input-placeholder {
    color: #d3d3d3;
}

input.form-control::-ms-input-placeholder,
textarea.form-control::-ms-input-placeholder,
select.form-control::-ms-input-placeholder {
    color: #d3d3d3;
}

input.form-control::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder, select.form-control::-webkit-input-placeholder {
    color: #d3d3d3;
}

input.form-control::-moz-placeholder, textarea.form-control::-moz-placeholder, select.form-control::-moz-placeholder {
    color: #d3d3d3;
}

input.form-control:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder, select.form-control:-ms-input-placeholder {
    color: #d3d3d3;
}

input.form-control::-ms-input-placeholder, textarea.form-control::-ms-input-placeholder, select.form-control::-ms-input-placeholder {
    color: #d3d3d3;
}

input.form-control::placeholder,
textarea.form-control::placeholder,
select.form-control::placeholder {
    color: #d3d3d3;
}

select.form-control {
    background-color: white;
    /*line-height: 1em;*/
    padding: 0em 3.5em 0em 1em;


    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../font/flaticon/png/027-down-arrow.png");
    background-position: calc(100% - 15px) center;
    background-size: 8px;
    background-repeat: no-repeat;
}

select.form-control:focus,
select.form-control:after {
    background-image:
        url("../font/flaticon/png/029-up-arrow.png");
    background-position: calc(100% - 15px) center;
    background-size: 8px;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0;
}







.title_hr {
    position: relative;
    padding-bottom: 10px;
}

.title_hr:after {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    border-radius: 6px;
    background-color: #83c341;
}








.price_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.price_block .old_price {
    color: #b9b9b9;
    text-decoration: line-through;
}

.price_block .price {
    color: #83c341;
    font-weight: 500;
}

.price_block div + div {
    padding-left: 7px;
}

.old_price_block .old_price + .price {
    padding-left: 0;
}

.old_price_block {
    position: relative;
    padding-top: 10px;
}

.old_price_block .old_price {
    position: absolute;
    top: -4px;
    left: 0;
}





.product_label {
    position: absolute; 
    top: 20px;
    right: 15px;
    border-radius: 3px;
    padding: 2px 15px;
    background-color: #83c341;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.product_label.sale {
    background-color: #ef4136;
}

.product_label.new {
    background-color: #83c341;
}

.product_label.top {
    background-color: #414141;
}






.product_buy,
.product_wish {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    pointer-events: auto;
    overflow: visible;
}

.product_buy + .product_wish {
    margin-left: 15px;
}

.product_buy i,
.product_wish i {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
    color: inherit;
    font-size: 21px;
}



/* sliders */
.slider_product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none!important;
    position: relative;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 6px;
    background-color: #fff;
    margin-bottom: 15px;
}

.slider_product:hover {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.15);
    box-shadow: 0 0 15px rgba(0,0,0,.15);
}

.slider_product-img {
    position: relative;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    /*min-width: 168px;*/
    /*min-height: 168px;*/
    width: 100%;
    /*height: -webkit-fill-available;*/
    background-image: url(data:image/png;base64,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);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.slider_product .slider_product-label {
    top: 10px;
    right: 10px;
    font-size: 12px;
}

.slider_product-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.slider_product-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
    margin: 15px 0 5px;
    padding: 0 10px;
    font-weight: 600;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    text-decoration: none!important;
    font-size: 15px;
}

.slider_product-title:hover {
    color: #83c341
}

.slider_product-price {
    font-size: 13px;
}

.slider_product-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0 25px;
}

.slider_product-btns .product_buy,
.slider_product-btns .product_wish {
    /*width: 40px;*/
    /*height: 40px;*/
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.slider_product-btns .product_buy i,
.slider_product-btns .product_wish i {
    font-size: 16px;
}

.product_btns &gt; .btn i {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
    color: inherit;
    font-size: 21px;
}

.product_item:hover .product_btns &gt; .btn {
    -webkit-transition: .3s ease .1s;
    -o-transition: .3s ease .1s;
    transition: .3s ease .1s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/* sliders END */




/* modal auth */
.modal-header {
    position: relative;
    border-radius: 6px 6px 0 0;
    padding: 20px 60px 20px 30px;
}

.modal-body {
    border-radius: 0 0 6px 6px;
    padding: 20px 30px;
    overflow: hidden;
}

.modal-footer {
    padding: 30px;
}

.modal-header .modal-title {
    font-size: 18px;
}

.tabs:not(.active) .modal-title  {
    color: #6c757d!important;
}

.modal-dialog-centered .modal-content div {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.tabs_modal .modal-header {
    margin: 0;
    padding: 20px 30px 0;
}

.modal-header .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    padding: 20px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    /*align-items: flex-end;*/
    /*align-items: center;*/
    line-height: 22px;
}

.tabs_modal .modal-body fieldset:not(.show){
    display: none;
}

.tabs_modal .modal-body fieldset form {
    margin: 0
}

.tabs_modal .modal-body fieldset form &gt; div {
    padding: 30px 30px 30px;
}

.tabs_modal .modal-body .modal_social-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.tabs_modal .modal-body .modal_social-list li {
    width: calc(50% - 10px);
}

.tabs_modal .modal-body .modal_social-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*width: 40px;*/
    /*height: 40px;*/
    font-size: 20px;
    color: #fff;
    border-radius: 6px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    padding: 12px 20px;
    font-size: 15px;
}

.tabs_modal .modal-body .modal_social-list a i {
    padding-right: 10px;
}

.tabs_modal .modal-body .modal_social-list a.facebook {
    background-color: #3b5999
}

.tabs_modal .modal-body .modal_social-list a.google {
    background-color: #D34836
}

.tabs_modal .modal-body .modal_social-list a:hover {
    opacity: .7;
}

.tabs_modal .tabs {
    margin: 0px 20px 0px 0px;
    padding-bottom: 10px;
    cursor: pointer
}

.tabs_modal .tabs:hover,
.tabs_modal .tabs.active {
    border-bottom: 2px solid #83c341;
    /*color: #83c341*/
}

.remember_field {
    position: relative;
    padding-left: 35px;
}

.remember_field label {
    width: 100%;
    margin-bottom: 10px;
}

.remember_field input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*opacity: 0;*/
    border: none;
    visibility: hidden;
}

.remember_field span.checkbox {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer;
}

.remember_field input:checked + span.checkbox {
    border-color: #83c341;
    background-color: #83c341;
}

.remember_field input:checked + span.checkbox:after {
    content: "";
    display: block;
    margin-top: 3px;
    margin-left: 8px;
    width: 4px;
    height: 10px;
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;

    -webkit-transform: rotate(45deg);

        -ms-transform: rotate(45deg);

            transform: rotate(45deg);
}

.remember_field label,
.recover-field a {
    display: block;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    cursor: pointer;
}

.recover-field a {
    border-bottom: 1px dashed #333;
}

.remember_field label:hover,
.recover-field a:hover {
    color: #83c341;
    text-decoration: none;
    border-color: #83c341;
}
/* modal auth END */


/* modal cart */
.cart_modal_empty_text {
    text-align: center;
}
.cart_modal .modal-header,
.cart_modal .modal-footer {
    background-color: #e9ecef;
    background-color: #f5f5f5;
}
.cart_modal .modal-header .close {
    /*padding: 20px;*/
    /*margin: -17px -17px -20px auto;*/
}

.cart_modal .price_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.cart_modal .price_block .old_price {
    white-space: nowrap;
    padding: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    line-height: 1em;
}

.cart_modal-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e9ecef;
}

.cart_modal-item_img {
    position: relative;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    min-width: 80px;
    display: block;
}

.cart_modal-item .cart_modal-label {
    /*top: 5px;*/
    /*right: 5px;*/
    top: 0;
    right: auto;
    margin-top: 1px;
    display: inline-block;
    font-size: 10px;
    border-radius: 3px;
}

.cart_modal-item_img img {
    border-radius: 6px;
}

.cart_modal-item_title {
    margin-left: 15px;
    font-size: 13px;
    font-weight: 500;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    white-space: wrap;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.cart_modal-item_title a {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

.cart_modal-item_price {
    /*padding: 0 10px;*/
}

.cart_modal-item_price .price {
    white-space: nowrap;
}

.cart_modal-item_price:not(.total_price) .price {
    font-weight: 100;
}

.cart_modal-item_count {
    padding: 0 25px;
}

.count_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*border: 1px solid #414141;*/
    background-color: #414141;
    color: #fff;
    border-radius: 3px;
    height: 34px;
}

.count_block span {
    user-select: none;
    padding: 3px 12px 0 12px;
    display: block;
    height: 100%;
    cursor: pointer;
}

.count_block input {
    height: 100%;
    border: 1px solid #414141;
    /*border-width: 0 1px 0 1px;*/
    /*padding: 0 */
    text-align: center;
    width: 50px
}

.cart_modal-item_count {
    
}

.cart_modal-item_remove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-preferred-size: 36px;
    flex-basis: 36px;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0px;
    margin-left: 15px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    font-weight: 900;
}

.cart_modal-item_remove:hover {
    color: red;
}

.cart_modal-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart_modal-total &gt; div {
    white-space: nowrap;
}

.cart_modal-btn_block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 0 -.5rem;
}
/* modal cart END*/


/* modal location */
.location_modal .modal-dialog {

    height: 80%;
    width: 80%;
    max-width: none;
    overflow: hidden;
}

.location_modal .modal-content {
    height: 100%
}

.location_modal .modal-body {
    background-color: #eef3f9;
    padding: 25px 30px;
}

.location_block {
    height: calc(100% - 40px);
}

.location_list {
    /*display: flex;*/
    /*flex-direction: row;*/
    /*flex-wrap: wrap;*/
    list-style: none;
    padding: 0;
    margin: 0;
    /*columns: 4;*/
    overflow-x: auto;
    height: inherit;
}

.location_list-item {
    float: left;
    width: 25%;
}

.location_container {

}

.location_container-input_block {
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #dedede;
    padding-left: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.location_container-input_block input {
    font-size: 16px;
    border: none;
    /*border-bottom: 1px solid #414141;*/
    border-left: 1px solid #dedede;
    width: 100%;
    margin-left: 10px;
    padding: 10px;
}

.location_container-input_block {
    color: #83c341;
    font-size: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* margin-bottom: 10px; */
}

.location_container-title {
    color: #83c341;
    font-size: 18px;
    margin: 15px 0 10px 0;
    width: 100%;
    text-align: center;
}

.location_container-input_block input::-webkit-input-placeholder {
    color: #b9b9b9;
}

.location_container-input_block input::-moz-placeholder {
    color: #b9b9b9;
}

.location_container-input_block input:-ms-input-placeholder {
    color: #b9b9b9;
}

.location_container-input_block input::-ms-input-placeholder {
    color: #b9b9b9;
}

.location_container-input_block input::placeholder {
    color: #b9b9b9;
}

.location_list-item a {
    padding: 2px 0;
    display: block;
}
/* modal location END*/

/*SELECT2 BEGIN*/
.select2-container {
    max-width: 100%;
}
.select2-selection.select2-selection--single {
    height: 38px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: .375rem .75rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 20px;
    color: tomato;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 0.5rem;
}
.select2-container .select2-dropdown {
    border: 1px solid #d3d3d3;
    /*margin-top: 10px;*/
    border-radius: 6px !important;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    overflow: hidden;
    z-index: 99999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    /*background-color: #d3d3d3;*/
    background-color: #3d4a53;
    color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #83c341;
    color: white;
}
.select2-container.select2-container--open .select2-selection.select2-selection--single {
    border: 1px solid #83c341;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #83c341 transparent;
}
.select2-container--default .select2-results&gt;.select2-results__options {
    max-height: 216px;
}
.select2-results__option {
    border-bottom: 1px solid #83c341;
}
.select2-results__option:last-child {
    border-bottom: none;
}
/*SELECT2 END*/

/*MODAL DELIVERY BEGIN*/
.delivery-modal {
    z-index: 99999;
}
.delivery-modal.fade-scale .modal-dialog {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.delivery-modal .modal-dialog-centered .modal-content div {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.delivery-modal .modal-dialog {
    height: 80%;
}
.delivery-modal .modal-content {
    height: 100%;
}
.delivery-modal .modal-header {
    border-bottom: none;
    background-color: #eef3f9;
}
.delivery-modal .modal-header .close {
    padding: 15px;
}
.delivery-modal .modal-body {
    padding: 0;
    border-radius: 6px;
    background-color: #eef3f9;
}

.delivery-modal .delivery-modal-map {
    background-color: #3d4a53;
}

.delivery-modal .nav-pills {
    border: 1px solid #dedede;
    border-radius: .25rem;
    background-color: #fff;
}
.delivery-modal .nav .nav-link.active {
    background-color: #83c341;
}

.delivery-modal .row.h-100 &gt; div:last-child {
    border-left: 1px solid #dedede;
}

.delivery-modal button {
    position: relative;
}

.delivery-modal .select2-container {
    width: 100% !important;
}

.delivery-modal .delivery-modal-note {
    font-size: 14px;
}
.delivery-modal .delivery-modal-note a {
    font-weight: 400;
    color: #83c341;
    text-decoration: underline;
}
.delivery-modal.delivery-modal-custom-bg.show ~ .modal-backdrop {
    opacity: 1;
    background-color: #3d4a53;
    z-index: 99998;
}
.delivery-modal.delivery-modal-custom-bg.show ~ .modal-backdrop:after {
    content: "";
    background: url(/img/delivery_popup_logo.png?v=120920212316) center #3d4a53;
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: .2;
}

.pac-container { /*GOOGLE MAPS AUTOCOMPLETE*/
    border-radius: 6px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    z-index: 99999;
}
.pac-container:after { /*GOOGLE MAPS AUTOCOMPLETE*/
    display: none;
}
.pac-container .pac-item { /*GOOGLE MAPS AUTOCOMPLETE*/
    padding: 8px;
}
.pac-container .pac-icon { /*GOOGLE MAPS AUTOCOMPLETE*/
    display: none;
}
.pac-container .pac-item:hover { /*GOOGLE MAPS AUTOCOMPLETE*/
    background-color: #83c341;
}
.pac-container .pac-item-query {
    color: #212529;
}
.pac-container .pac-item &gt; span:last-child { /*GOOGLE MAPS AUTOCOMPLETE*/
    font-size: 13px;
    color: #212529;
}
.pac-container .pac-item:hover span { /*GOOGLE MAPS AUTOCOMPLETE*/
    color: #fff;
}
/*MODAL DELIVERY END*/

/* breadcrumbs */
.breadcrumbs_section {
    padding: 40px 0 0;
}

.breadcrumbs_block {
    width: 100%;
}

.breadcrumbs_list {
    list-style: none;
    padding: 0 0 5px;
    overflow: hidden;
    overflow-x: auto !important;
}

.breadcrumbs_list li {
    font-size: 13px;
    white-space: nowrap;
}

.breadcrumbs_list li a {
    position: relative;
    padding-right: 25px;
    color: #808080;
    font-weight: 500;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.breadcrumbs_list li a:hover {
    color: #83c341;
}

.breadcrumbs_list li a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    border-color: transparent transparent transparent #414141;
    border-style: solid;
    border-width: 3px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.breadcrumbs_list li a:hover:after {color: #83c341;
    border-color: transparent transparent transparent #83c341;
}

.breadcrumbs_list li span {
    padding-left: 2px;
}

.breadcrumbs_list li &gt; span {
    position: relative;
    color: #41414180;
    padding-left: 5px;
}
/* breadcrumbs END*/


.slider_title {
    font-size: 1.5em;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}

.slider_show-all {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: .75em;
    margin-left: auto;
    padding-bottom: 0px;
    line-height: 1;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.slider_show-all span {
    border-bottom: 1px dotted transparent;
}

.slider_show-all:hover span {
    border-bottom: 1px solid #83c341;
}

.slider_show-all i {
    font-size: 9px;
    font-weight: 900;
    padding-left: 7px;
    margin-bottom: -4px;
}

/* owl-carousel nav */
.owl-carousel .owl-nav {
    position: absolute;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    background: #414141 !important;
    color: #fff !important;
    opacity: .8;
    border-radius: 50%;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    opacity: 1;
}

.owl-carousel .owl-nav i {
    color: inherit;
    font-weight: 900;
}
.owl-carousel.top-position .owl-nav {
    top: -55px;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    left: auto;
    right: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.owl-carousel.center-position .owl-nav {
    top: calc(50% - (60px / 2));
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none;
}

.owl-carousel.center-position .owl-nav&gt;.owl-prev {
    margin-left: -25px
}

.owl-carousel.center-position .owl-nav&gt;.owl-next {
    margin-right: -25px
}

.owl-carousel.center-position .owl-nav&gt;.owl-next,
.owl-carousel.center-position .owl-nav&gt;.owl-prev {
    pointer-events: auto;
    border: 1px solid #f5f5f5;
}
/* owl-carousel nav END */

/* owl-carousel dots */
.owl-carousel .owl-dots {
}
.owl-carousel .owl-dots .owl-dot {
    padding: 10px 0;
    background-color: #fff;
}
.owl-carousel .owl-dots .owl-dot span {
    /*display: block;*/
    height: 3px;
    width: 50px;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-radius: 50px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: #83c341;
}
/* owl-carousel dots END */






.form-el-error {
    border-color: #ef4136!important;
}
.form-el-error::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ef4136!important;
}
.form-el-error::-moz-placeholder { /* Firefox 19+ */
    color: #ef4136!important;
}
.form-el-error:-ms-input-placeholder { /* IE 10+ */
    color: #ef4136!important;
}
.form-el-error:-moz-placeholder { /* Firefox 18- */
    color: #ef4136!important;
}

.form-el-errors-message,
.form-el-error-message {
    font-size: 14px;
    color: #ef4136;
}


.bcAfter {
    position: relative
}

.bcAfter::after {
    display: block;
    content: "...";
    color: inherit;
    position: absolute;
    top: -5px;
    right: 5px;
    padding: 0 10px;
    font-size: 18px;
    color: #414141;
    background: #fff;
}


@media (max-width: 991px) {
    h1 {
        font-size: 36px;
    }

    .location_list-item {
        width: 33%;
    }

    .price_block {
        flex-direction: column;
        align-items: center;
    }

    .price_block div + div {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 32px;
    }

    .location_modal .modal-dialog {
        height: 96%;
        width: 96%;
        margin: 2%;
    }

    .location_list-item {
        width: 50%;
    }

    .owl-carousel.center-position .owl-nav&gt;.owl-prev {
        margin-left: -20px;
    }

    .owl-carousel.center-position .owl-nav&gt;.owl-next {
        margin-right: -20px;
    }

    .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
        width: 40px;
        height: 40px;
    }

    .breadcrumbs_section {
        padding: 30px 0 0;
    }




    .cart_modal-item {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .cart_modal-item_title {
        -ms-flex-preferred-size: calc(100% - 100px);
            flex-basis: calc(100% - 100px);
        min-width: calc(100% - 100px);
        height: 100%;
        font-size: 14px;
    }

    .cart_modal-item_title a:first-child {
        margin-top: 0;
    }

    .cart_modal-item_title a {
        width: 100%;
        padding-right: 40px;
    }

    .cart_modal-item {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        position: relative;
    }

    .cart_modal-item_price {
        height: 34px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        line-height: 34px;
    }

    .cart_modal-item_price:not(.total_price ), .cart_modal-item_count {
        -ms-flex-preferred-size: calc((100% - 15px)/3);
            flex-basis: calc((100% - 15px)/3);
        padding: 0;
        letter-spacing: 0;
    }

    .count_block input {
        width: 40px;
    }

    .count_block span {
        padding: 3px 10px 0 10px;
    }

    .cart_modal-item .cart_modal-item_remove {
        position: absolute;
        right: 0;
        top: -10px;
        width: auto;
    }

    .cart_modal-item_remove {
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3) !important;
                box-shadow: 0 0 10px rgba(0, 0, 0, .3) !important;
        border-radius: 50px;
    }

    .modal-header {
        padding: 15px 50px 15px 20px;
    }

    .modal-body {
        padding: 20px;
    }

    .modal-footer {
        padding: 20px;
    }

    .cart_modal-btn_block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0;
    }

    .cart_modal-btn_block .btn + .btn {
        margin-top: 5px;
    }

    .cart_modal-btn_block .btn.btn_default {
        font-size: 15px;
        padding: 10px 0;
    }

    .cart_modal-item_price, .cart_modal-item_count {
        margin-top: 10px;
    }
}

@media (max-width: 575px) {

    .order_item-price {
        flex-direction: row;
        width: 100%;
        left: 0;
        top: 100%;
        position: absolute;
        padding: 0;
        font-size: 14px;
    }

    .order_item-link {
        position: relative;
        margin-bottom: 25px;
        padding-bottom: 5px;
    }

    .order_product-edit {
        top: -55px;
        left: 0;
        right: 0;
        justify-content: center;
        text-align: center;
    }

    [data-form-order] {
        order: 2;
    }

    [data-cart-order] {
        order: 1;
        margin: 50px 15px 5px;
        max-width: calc(100% - 30px);
        border-radius: 6px;
        background: #f5f5f5;
        padding: 5px 20px 20px;
    }

    .order_form {
        padding: 20px 20px 20px;
    }

    .order_product-list_item {
        border-color: #ced4da;
    }
    h1 {
        font-size: 30px;
    }

    .tabs_modal .modal-body .modal_social-list li {
        width: 100%;
    }

    .tabs_modal .modal-body .modal_social-list li:not(:last-child) {
        margin-bottom: 10px;
    }

    .btn_green-reverse:before {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
        transform: translate3d(-50%, -50%, 0) scale(1);
    }

    .btn_grey-reverse:before {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
        transform: translate3d(-50%, -50%, 0) scale(1);
    }

    .breadcrumbs_section {
        padding: 25px 0 0;
    }

    .slider_product-btns .product_buy, .slider_product-btns .product_wish {
        width: 40px;
        height: 40px;
    }

    .location_list-item {
        width: 100%;
    }
}

@media (max-width: 420px) {
    h1 {
        font-size: 27px;
    }
    .cart_modal-total .cart_modal-item_remove {
        margin: 0;
    }
}

@media (max-width: 360px) {
    .cart_modal-item_price, .cart_modal-item_count {
        font-size: 14px;
    }
    .count_block input {
        width: 35px;
    }
    .cart_modal-btn_block .btn.btn_default {

        font-size: 13px;
    }
    .cart_modal-item_price {
        /*-ms-flex-preferred-size: 100%;*/
        /*    flex-basis: 100%;*/
        /*min-width: 100%;*/
        padding: 0;
        margin: 0;
        letter-spacing: 0;
        flex-basis: auto !important;
        display: inline-flex;
    }

    .cart_modal-item_price .price {
        display: inline-flex;
    }

    .cart_modal-item_count {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        min-width: auto;
        margin: 0 auto;
    }

    .location_list-item {
        width: 100%;
    }
}

/*BUTTON LOADER BEGIN*/
.btn.btn_grey[disabled] {
    color: #fff;
    background-color: #414141;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.loader-btn,
.loader-btn:after {
    position: absolute;
    display: inline-block;
    border-radius: 50%;
    width: 8em;
    height: 8em;
}
.loader-btn {
    font-size: 4px;
    position: absolute !important;
    text-indent: -9999em;
    margin-left: 8px;
    top: 6px;
    border-top: 1.5em solid #83c341;
    border-right: 1.5em solid #83c341;
    border-bottom: 1.5em solid #83c341;
    border-left: 1.5em solid #eef3f9;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loader-btn-spin 1.1s infinite linear;
    animation: loader-btn-spin 1.1s infinite linear;
}
@-webkit-keyframes loader-btn-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loader-btn-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*BUTTON LOADER END*/

/*MAP LOADER BEGIN*/
.loader-map,
.loader-map:after {
    position: absolute;
    display: inline-block;
    border-radius: 50%;
    width: 8em;
    height: 8em;
}
.loader-map {
    font-size: 10px;
    position: absolute !important;
    text-indent: -9999em;
    top: calc(50% - 4em);
    left: calc(50% - 4em);
    border-top: 1.5em solid #83c341;
    border-right: 1.5em solid #83c341;
    border-bottom: 1.5em solid #83c341;
    border-left: 1.5em solid #eef3f9;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loader-map-spin 1.1s infinite linear;
    animation: loader-map-spin 1.1s infinite linear;
}
@-webkit-keyframes loader-map-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loader-map-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*MAP LOADER END*/

/*CUSTOM GOOGLE MAP BEGIN*/
.zoomControlWrapper {
    right: -6px !important;
    margin-right: 0! important;
}
.custom-zoom-in:hover,
.custom-zoom-out:hover {
    background-color: #83c341;
    color: #fff
}
.custom-zoom-in:before {
    content: "+";
    font-size: 24px;
    font-weight: 900;
}
.custom-zoom-out:before {
    content: "-";
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;
}

.gm-control-active.gm-fullscreen-control {
    width: 34px !important;
    height: 34px !important;
}
.gm-control-active.gm-fullscreen-control img {
    width: 15px !important;
    height: 15px !important;
}
.custom-zoom-in,
.custom-zoom-out {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    box-shadow: rgba(0,0,0,.3) 0 1px 4px -1px;
}
.infoBox-close:hover {
    background-color: #83c341;
    color: #fff
}
.infoBox .job-listing h3.job-listing-title i {
    margin-right: 8px;
    color: #83c341;
}
.infoBox .job-listing h3.job-listing-title {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    font-size: 14px;
}
.infoBox .job-listing h3.job-listing-title span {
    text-align: left;
}

.infoBox-close .flaticon-cross-out {
    font-size: 12px;
    top: 0;
    font-weight: 900;
}
.infoBox .job-listing .job-listing-description {
    width: 100%;
}
.infoBox .job-listing .job-listing-company-logo {
    margin-bottom: 8px;
}
.infoBox .job-listing-details {
    padding: 10px 20px;
}

.infoBox .job-listing h4.job-listing-company {
    font-size: 16px;
    margin: 10px 0;
    line-height: normal;
    text-align: center;
    color: #83c341;
}
.infoBox .job-listing h3.job-listing-title {
    font-size: 13px;
    margin: 8px 0;
    line-height: normal;
}
/*CUSTOM GOOGLE MAP END*/

</pre></body></html>