body {
    /*background: #fafafa;*/

    overflow-x: hidden;
}

main {
    overflow-x: hidden;
}
label {
    font-size: 0.96rem;
    color: #9e9e9e;
} 
.userad {
    max-width: 100%;
}

.grey-text {
    color: #ccc;
}

.color {
    background-color: #8dc73f;
}

.color-border {
    border-color: #8dc73f;

}

.color-text {
    color: #8dc73f;
}

.color2 {
    background-color: #6fb33b;
}

.color2-border {
    border-color: #6fb33b;

}

.color2-text {
    color: #6fb33b;
}

.p10 {
    padding: 10px;
}


.p20 {
    padding: 20px;
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
}

h1 {
    font-size: 36px !important;
}

h2 {
    font-size: 28px !important;
}

h3 {
    font-size: 22px !important;
}

h4 {
    font-size: 18px !important;
}

h2.block {
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: left;

    background: transparent;

    padding: 0 0px;

    display: inline-block;

    font-size: 16px;

    border-bottom: 2px solid #e5e5e5;

}

h2.block span {
    height: 48px;
    line-height: 48px;
    text-align: left;
    background: transparent;
    padding: 0;
    display: inline-block;
    font-size: 20px;

    margin-bottom: -2px;

}


.before-header {
    background-color: #f5f5f5;
    height: 40px;

    overflow: hidden;

}

.top-info {
    color: #777;
    font-size: 12px;
    border-right: none;
    padding: 4px 0;
    margin: 6px 0;
}


.on-top {
    position: relative;
}

.on-top > i {

    color: #6fb33b;
    font-size: 12px;

}

.on-top > p {

    background: transparent;
    color: #222;
    padding: 4px 10px 0 0;
    margin-right: 5px;
    border-right: 1px solid #dedbdb;
    display: inline-block;
    /*float: left;*/

    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;

    margin-top: 6px;
}

.on-top > div {
    position: absolute;
    width: calc(100% - 93px);
    left: 93px;
    top: 10px;
    color: #777;

    font-size: 12px;
}


header {
    background: white;

    padding: 28px 0 0;
}

.top {
    background: #36526b;

    color: white;

}

.top ul {
    float: right;
    list-style: none;

    margin: 0;
}

.top ul li {

    float: left;

    padding: 0 12px;

    border-left: 1px solid rgba(221, 221, 221, 0.1);

    color: white;

}

.top ul li a {
    color: #fff;
    padding: 8px 0;
    display: -webkit-box;
}

.top ul li:last-of-type {
    padding-right: 0;
}

.popup-form .close {
    width: 31px;
    height: 31px;
    background-color: #353f4d;
    font-size: 16px;
    opacity: 1;
    border: none;
    text-shadow: none;
    color: #fff;
    position: absolute;
    right: 17px;
    top: 12px;
}

.popup-form .close:hover,
.popup-form .close:not(:disabled):not(.disabled):focus,
.popup-form .close:not(:disabled):not(.disabled):hover {
    background-color: #eb3e32;
    color: #fff;
    opacity: 1;
}

.modal-content {
    border-radius: 0;
}

.popup-logo {
    padding-top: 50px;
}

.popup-text p {
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    padding: 20px 0 15px 0;
}

.popup-text h6 {
    font-size: 14px;
}

.popup-form input {
    width: 100%;
    border: 1px solid #cacaca;
    border-radius: 50px;
    padding: 12px 18px;
    font-size: 14px;
    color: #7a7a7a;
    margin: 25px 0 10px 0;
}

.popup-form button {
    cursor: pointer;
    width: 100%;
}

.popup-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.popup-img {
    width: 45%;
}

.popup-form {
    width: 55%;
    padding: 0 25px;
}


@media screen and (max-width: 1024px) {
    .popup-form {
        width: 100%;
    }

}

menu {
    margin: 0;
    padding: 0;

    /*background: #36526b;*/
    background-image: -webkit-linear-gradient(70deg, #6fb33b 0%, #8dc73f 100%);
    background-image: -o-linear-gradient(70deg, #6fb33b 0%, #8dc73f 100%);
    background-image: linear-gradient(20deg, #6fb33b 0%, #8dc73f 100%);

    color: white;
}

menu .button {
    width: 100%;

    height: 60px;
    line-height: 60px;
    text-align: left;

    background: #8dc73f;
    color: white;

    padding: 0 20px;

    display: inline-block;

    text-decoration: none;

    border-radius: 0;
}

menu .button a {
    color: white;

}
@media only screen and (max-width: 768px) {
    menu .button a 
    {
        color: white;
    }
    menu .button a:first-child
    {
      color: white;
    }
}

menu .button i {
    margin: 25px 0;
}

menu ul {
    margin: 0;
    padding: 0;

}

menu ul li {
    display: inline-block;
    float: left;

}

menu ul a {

    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: #fff;

    position: relative;
}

menu ul a span {
    background: #8dc73f;
    color: #fff;

    position: absolute;

    top: -6px;
    right: 2px;

    padding: 0 8px;

    border-radius: 10px;

    font-size: 12px;

    /*border: 2px solid #fff;*/
}

menu ul li:first-child a {
    padding-left: 0;
}

menu ul a:hover {

    text-decoration: none;
    /*color: #8dc73f;*/

}

menu .push-btn {
    color: white;
    margin: 12px 0;
}

menu .push-btn-active {
    color: #8dc73f;
}


menu ul.first {
    margin: 0;
    padding: 0;
}

menu ul.first > li {

    list-style: none;

    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;

    cursor: pointer;
}

menu ul.first > li > a {
    color: #fff;
    padding: 20px 30px;
    display: inline-block;
    position: relative;

    font-weight: bold;
    z-index: 2;
}

menu ul.first > li:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;

    display: block;
    content: '';

    background-color: rgba(255, 255, 255, 0.15);

    border-left: 1px solid rgba(255, 255, 255, .2);
    border-right: 1px solid rgba(255, 255, 255, .2);
    opacity: 0;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

menu ul.first > li.selected:after,
menu ul.first > li.hover:hover:after {
    opacity: 1;

}

footer {
    margin-top: 50px;
    padding-top: 58px;
    background-color: #36526b;
}

footer .bottom {
    background-color: #00000022;
    padding: 12px 0;

    color: #ccc;
    margin-top: 3px;
}

footer .bottom a {

    color: #8dc73f;
}

footer .bottom .dotpayLogo img {

    width: 100px;
    margin-left: 12px;

    float: right;
}

footer .logo {
    display: block;
}

.header-filtr {
    width: 100%;

    min-height: 60px;
}

.header-filtr input,
.header-filtr select,
.header-filtr button {
    display: inline-block;
    float: left;

}

.header-filtr input:focus,
.header-filtr select:focus,
.header-filtr button:focus {
    box-shadow: none !important;
    outline: none !important;
    border-bottom: 1px solid #8dc73f !important;
    /*border: 1px solid #ced4da;*/
}

.header-filtr select.form-control {
    border-radius: 25px 0 0 25px;

    width: 180px;
    height: 47px;
    display: block;
    flex: none;

    border: 1px solid #8dc73f;

    border-right: none;

    font-size: 14px;
}

.header-filtr input.form-control {

    border: 1px solid #8dc73f;
    border-left: none;
    border-right: none;
    font-size: 14px;

    width: calc(100% - 180px - 70px);

    height: 45px;
}

.header-filtr button {

    border-radius: 0 25px 25px 0;
    border: 1px solid #8dc73f;
    border-left: none;

    background: #fff;
    color: #8dc73f;

    width: 50px;
    height: 47px;

    cursor: pointer;
}

@media screen and (max-width: 992px) {

    .header-filtr select {
        display: none !important;

    }

    .header-filtr input.form-control {

        border-left: 1px solid #8dc73f;

        border-top-left-radius: 25px !important;
        border-bottom-left-radius: 25px !important;;

        width: calc(100% - 60px);

        text-indent: 12px;
    }
}

.btn-icon {

    border-radius: 25px;
    border: 1px solid #eee;

    width: 50px;
    height: 50px;

    display: inline-block;

    text-align: center;

    line-height: 46px;

    color: #8dc73f;
    margin-left: 6px;

    position: relative;

    font-size: 22px;

}

@media screen and (max-width: 768px) {
    .btn-icon {
        width: 25px;
        height: 25px;
        margin: 0 3px;
        border: none;
    }
}

.btn-icon span {
    width: 22px;
    height: 22px;

    display: block;

    position: absolute;

    top: -3px;
    right: -3px;

    background: #8dc73f;

    border-radius: 50%;

    font-size: 11px;
    border: 2px solid white;

    line-height: 1.55em;
    /*overflow: hidden;*/
    color: white;

    text-align: center;
}

.btn-icon:hover {
    background: #8dc73f;
    color: white;
}

.btn-icon:hover span {

}

.btn-flat {

    border: none;
    border-radius: 21px;

    height: auto;

    display: inline-block;

    text-align: center;

    line-height: 30px;

    background: #8dc73f;
    color: white;

    position: relative;

    text-decoration: none;

    padding: 6px 24px;

}

.btn-flat:hover {
    color: white;
    text-decoration: none;
}

.menu-category {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;

    border: 2px solid #8dc73f;
    border-top: none;

    display: none;
}

.menu-category li {
    width: 100%;
}

.menu-category:after {
    /*clear: both;*/
    /*float: left;*/
    /*content: " ";*/
}

.menu-category li:first-child a {

    padding: 6px 20px;
}

.menu-category li:not(:last-child) {
    margin: 0;
    padding: 0;

    border-bottom: 1px solid #e5e5e5;
}

.menu-category a {

    color: #666;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 20px;
    line-height: 22px;
    position: relative;
    text-transform: capitalize;

    text-decoration: none;
}

.menu-category a i {
    margin-right: 6px;
}

.menu-category a:hover {
    color: #8dc73f;

}

.menu-category li {
    width: 100%;
}

.menu-category li:last-child {
    /*background: red;*/
}


@media screen and (min-width: 972px) and (max-width: 1200px) {


    .menu-category li a {
        padding-top: 4px !important;
        padding-bottom: 4px !important;;
    }

}

@media screen and (min-width: 1200px) and (max-width: 1400px) {

    .menu-category li a {
        padding-top: 6px !important;
        padding-bottom: 6px !important;;
    }
}


.product-line-min {
    width: 100%;
    display: block;
    float: left;

    padding: 12px 0;

    border-bottom: 1px solid #e5e5e5;
}

.product-line-min .thumb,
.product-line-min div {
    float: left;
}

.product-line-min .thumb {
    width: 60px;
    height: 60px;

    background-position: center;
    background-size: contain;

    display: inline-block;

    margin-right: 12px;
}

.product-line-min div {
    color: #363F4D;
    display: inline-block;
}

.product-line-min h3 {
    font-size: 14px;
    font-weight: normal;
}

.product-line-min div:hover {
    color: #8dc73f;
}

.product-line-min span {
    font-size: 15px;
    font-weight: bold;

    color: #8dc73f;

}

.product-block-min {
    width: 100%;
    display: block;
    float: left;

    /*padding: 10px;*/

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;

    margin-bottom: 40px;
    padding-bottom: 0px;

    position: relative;

}

.product-block-min .hover {
    width: 100%;
    height: 0px;

    display: inline-block;

    position: absolute;

    top: 0px;
    left: 0px;

    width: calc(100% - 0px);
    padding-bottom: calc(100% - 0px);

    background: rgb(141, 199, 63, 0.7);

    z-index: 2;

    display: block;

    opacity: 0.001;

    transition: all 0.2s ease-in-out 0s;
}

.product-block-min .thumb {
    width: 100%;
    height: 0px;

    padding-bottom: 100%;

    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;

    display: inline-block;

    margin-right: 12px;

    position: relative;

    margin-bottom: 0px;

    border: 1px solid #e5e5e5;

    background-color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;

}

.product-block-min div.info {
    text-align: center;

}

.product-block-min div.info h3 {
    font-size: 15px;
    color: #363f4d;
    line-height: 20px;
    margin-bottom: 0px;
    font-weight: 400;
    margin-top: 0;
    font-size: 18px !important;
    line-height: 20px;
    height: 44px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 0px;

}

.product-block-min div.info h3 a {
    color: #363f4d;
    text-decoration: none;
}
.dostawca-user 
{
    text-align:left;
    font-size: 12px !important;
    font-weight: 700;
    height: 16px;
    overflow: hidden;
    margin: -5px 0px 5px;
    line-height: 14px;
}
.dostawca-user a
{
    color: #363f4d;
    text-decoration: none;
}
.dostawca-user
{
    
}
.prices{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap;
    padding: 0 0px;
    line-height: 30px;
    margin: 0px 0px 0px;
}
.prices .price {
    font-size: 30px;
    color: #8dc73f;
    margin: 0;
    font-weight: 700;
    width: 100%;
    display: inline-block;
    text-align: left;
}

.prices .price2 {
    font-size: 18px;
    margin: 0;
    font-weight: 300;
    min-height: 20px;
    width: 100%;
    display: inline-block;
    text-align: right;
}

.product-block-min .buttons {
    text-align: center;
    height: 0;
    overflow: hidden;

    position: absolute;
    top: 50%;

    width: calc(100% - 0px);

    margin: -15px 0 10px;

    height: 30px;
}
.unit-price
{
    font-weight:300;
}

.product-block-min .buttons .btn-icon {
    height: 30px;
    width: auto;
    min-width: 30px;

    padding: 0 8px;

    border: 0px solid #8dc73f;
    color: #8dc73f;

    line-height: 28px;

    font-size: 12px;

    transition: all 0.2s ease-in-out 0s;

    background: white;

    text-decoration: none;

    cursor: pointer;
}

.product-block-min .buttons .btn-icon:hover {

    background: #8dc73f;
    color: #fff;
}

.product-block-min .go-to {
    position: absolute;

    width: calc(100% - 0px);

    bottom: 0;

    display: block;

    opacity: 0.001;

    background: #8dc73f;
    color: white;

    text-align: center;

    padding: 8px 16px;

    transition: all 0.2s ease-in-out 0s;

    text-decoration: none;
}

.product-block-min:hover .hover,
.product-block-min:hover .go-to {
    /*opacity: 1;*/

}

.product-line {
}

.product-line h3 {
    margin-bottom: 24px;
}

.product-line p {
    margin-bottom: 24px;
    line-height: 2em;
}

.product-line .thumb {
    width: 100%;
    height: 0px;

    padding-bottom: 100%;

    background-position: center;
    background-size: contain;

    display: inline-block;

    margin-right: 12px;

    position: relative;

    margin-bottom: 20px;

}

.product-line .buttons {

}

.product-line .price {

    font-weight: bold;

    color: #8dc73f;

    font-size: 16px;

}

.product-line .buttons .btn-icon {

    width: auto;
    min-width: 44px;

    padding: 0 14px;

}

.product-label {
    position: absolute;
    color: #fff;
    padding: 0 10px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;

    /*left: 0;*/
    top: 0;
    background: #6fb33b;
    color: #fff;
    padding: 0 10px;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 7px;
    z-index: 10;
    margin-right: 5px;
    height: 19px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    letter-spacing: .44px;


}

.product-label.product-label-new {

    top: 10px;
    right: 10px;
    background: #397600;
}

.product-label.product-label-promote {
    top: 10px;
    left: 10px;

    background: #eb3e32;
}

/*.product-block-min:hover .info span {*/
/*opacity: 0.001;*/
/*}*/

.category-block {
    padding: 40px 0;

}

.category-block:nth-child(even) {
    background: #f7f7f7;
}

.category-block h2 {

    display: inline-block;

    font-size: 17px !important;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;

}

.category-block h2 ul {
    float: right;
}

.footer-block {
    color: #fff;

    margin-bottom: 25px;
}

.footer-block h3 {

    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px !important;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 17px;
}

.footer-block h3:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    left: 0;
    bottom: 0;

    background-color: #8dc73f;
}

.footer-block ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;

}

.footer-block ul.menu li {
    margin: 0;
    padding: 0;

}

.footer-block ul.menu a {

    border: 0 none;
    font-size: 13px;
    padding: 0;
    padding-left: 0px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    display: inline-block;
    transition: all 0.2s ease-in-out 0s;
    color: #ccc;

    text-decoration: none;
}

.footer-block ul.menu a:before {

    content: "";
    width: 0;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 0;
    transition: all 0.2s ease-in-out 0s;

    background-color: #8dc73f;
}

.footer-block ul.menu a:hover {
    padding-left: 12px;

    color: #8dc73f;
}

.footer-block ul.menu a:hover:before {
    width: 4px;
}

.footer-block ul.info {
    margin: 0;
    padding: 0;

    list-style: none;
}

.footer-block ul.info li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 12px;
    font-size: 13px;
    color: #ccc;
    line-height: 20px;
    /*min-height: 40px;*/

}

.footer-block ul.info li i {
    position: absolute;
    top: -5px;
    left: 0;
    font-size: 0;
    background-color: transparent;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    color: #8dc73f;
    text-align: center;
    line-height: 30px;
}

.footer-block ul.info li i:before {
    font-size: 14px;
}

.footer-block ul.info li.phone i,
.footer-block ul.info li.adres i {
    top: -2px;
}

.footer-block ul.info li.phone i:before,
.footer-block ul.info li.adres i:before {
    font-size: 16px;
}

.footer-block ul.info li:hover i {
    /*background-color: #8dc73f;*/
    color: white;
}

.footer-block ul.social {
    margin: 10px 0 0 0;
    padding: 0;
    display: inline-block;

    list-style: none;

}

.footer-block ul.social li {
    position: relative;
    float: left;
}

.footer-block ul.social li a {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-color: transparent;
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}

.footer-block ul.social li a:hover {
    background-color: #8dc73f;
    border-color: #8dc73f;
}

.categories-footer {
    font-size: 13px;
    padding: 40px 0;
    margin-top: 40px;
    text-align: center;
    border-top: 1px solid rgba(221, 221, 221, 0.1);
}

.categories-footer ul {

    list-style: none;
}

.categories-footer ul li {
    padding: 0;
    display: inline-block;
    color: #666;
    margin-bottom: 8px;
}

.categories-footer ul li:not(:last-child):after {
    content: "|";
    padding: 0 10px;
}

.categories-footer ul li a {
    color: #ccc;
    margin: 6px 0;
}

.product-sort {
    float: left;
    width: 100%;
    margin: 0px 0 20px;
    padding: 14px 24px;
    background: none;
    min-height: 52px;
    border: 1px solid #e9e9e9;

    margin-bottom: 25px;
}

.product-sort .icon {

    width: 20px;
    height: 16px;

    margin-right: 15px;

    font-size: 16px;
    font-weight: 400;

    line-height: 34px;

    color: #e2e2e2;

    transition: all 0.2s ease-in-out 0s;
}

.product-sort .icon.selected,
.product-sort .icon:hover {
    color: #8dc73f;

}

.product-sort select {
    background: none;
    padding: 0 0 0 13px;
    border-radius: 0;
    box-shadow: none;
    font-size: 13px;
    color: #898888;
    text-align: center;
    height: 35px;
    border: 1px solid #e7e7e7;
    margin-top: 0;
    margin-left: 15px;
}

.product-menu {
    margin-bottom: 30px;

}

.product-menu h3 {

    font-size: 14px;
    color: #363f4d;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 0 10px;
    position: relative;
    display: inline-block;
    width: 100%;

}

.product-menu ul {

    margin: 0;
    padding: 0;

    list-style: none;

}

.product-menu ul li {

    width: 100%;

    text-transform: capitalize;
    color: #363f4d;
    font-size: 14px;
    padding-bottom: 8px;

}

.product-menu ul li.active {
    font-weight: bold;
}

.product-menu ul a {
    text-transform: capitalize;
    color: #363f4d;
    font-size: 14px;
    padding-bottom: 8px;

    transition: all 0.2s ease-in-out 0s;

    text-decoration: none;

}

.product-menu ul a:hover {
    color: #8dc73f;

}

@media screen and (max-width: 1024px) {
    .product-filtr {
        display: none;
    }

}

.product-filtr h3 {

    font-size: 14px;
    color: #363f4d;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 0 10px;
    position: relative;
    display: inline-block;
    width: 100%;

}

.product-filtr .noUi-connect {

    background: #8dc73f;
}

.product-filtr .noUi-handle {
    border-radius: 50%;
    width: 28px !important;
}

.product-filtr .noUi-handle:before {
    left: 11px;
}

.product-filtr .noUi-handle:after {
    left: 14px;
}

.product-filtr .noUi-handle:focus {
    outline: none;
}

.product-filtr .sp-checkbox {
    float: left;
}

.product-filtr .sp-checkbox + label {
    line-height: 34px;

}

/* Slider blurry texts fix for -webkit */

.swiper-wrapper,
.swiper-slide,
.swiper-slide * {
    background: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: subpixel-antialiased;
}

/**
 * Components Product
 *
 */

.gallery-with-thumbs .swiper-arrow.prev {
    left: -21px;
}

.gallery-with-thumbs .swiper-arrow.next {
    right: -21px;
}

.gallery-with-thumbs .main-slider .swiper-slide > a {
    display: block;
    border: 1px solid #ededed;
}

.gallery-with-thumbs .main-slider .swiper-slide > a:hover .image-overlay {
    opacity: 1;
}

.gallery-with-thumbs .main-slider .swiper-slide .image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.65);
}

.gallery-with-thumbs .main-slider .swiper-slide .image-overlay i {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 40px;
}

.gallery-with-thumbs .nav-slider .swiper-slide {
    border: 1px solid #ededed;

    transition: all 0.4s ease-in-out 0s;

    cursor: pointer;
}

.gallery-with-thumbs .nav-slider .swiper-slide.swiper-slide-active {

    border-color: #8dc73f;
}

.gallery-with-thumbs .nav-slider:hover .swiper-arrow {
    opacity: 1;
}

.swiper-wrapper {

}

.product-image {
    width: 100%;
    height: 0;

    padding-bottom: 100%;

    background-color: white;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;

}

.product-thumb {

    /*width: 100%;*/
    /*height: 0;*/
    padding-bottom: 32%;

    background-color: white;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;

    overflow: hidden;

    height: 0 !important;
}

.product-thumb-image {
    overflow: hidden;

    /*position: relative;*/
}

.swiper-arrow {
    position: absolute;
    z-index: 2;
    bottom: 80px;

    color: #8dc73f;

    cursor: pointer;
}

.swiper-arrow.prev {
    left: 0;
}

.swiper-arrow.next {
    right: 0;
}

.product-info {

}

.product-info h1 {
    margin: 0px 0px 10px;
    font-size: 26px !important;
    color: #363f4d;
    text-transform: none;
    line-height: 1;
    font-weight: 400;
}

.product-info p {

    margin: 10px 0 10px;
    color: #7a7a7a;
    line-height: 24px;
    font-size: 14px;
}

.product-info .price {
    font-size: 52px;
    line-height: 38px;
    padding-bottom: 0px;
    text-align: left;

    margin-top: 10px;

    color: #8dc73f;

    font-weight: bold;
}

.product-info .price span {

    font-size: 25px;
    position: relative;
    top: -18px;
    left: -10px;
}

.product-info .price i {

    color: #fff;

    font-weight: normal;
    font-style: normal;

}

.product-info
.basket {

    width: auto;
    float: left;

    margin-right: 12px;

}

.basket input,
.basket button {

}

.basket input:focus,
.basket button:focus {
    box-shadow: none;
    outline: none;
    /*border: 1px solid #ced4da;*/
}

.basket div {

    position: relative;
    float: left;
}

.basket div span {
    position: absolute;
    top: 8px;

    font-size: 22px;

    color: #7a7a7a;

    background: white;

    width: 30px;

    text-align: center;

    cursor: pointer;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.basket div span.plus {

    right: 15px;
}

.basket div span.minus {
    left: 20px;
}

.basket input.form-control {

    border: 2px solid #106d30;
    /*border-left: none;*/
    /*border-left: none;*/

    font-size: 14px;

    border-radius: 25px 0 0 25px;
    height: 50px;

    text-align: center;

    padding-left: 0px;
    width: 150px;
}

.basket button {

    border-radius: 0 25px 25px 0;
    border: 2px solid #106d30;
    border-left: none;

    background: #106d30;
    color: white;

    width: auto;

    padding: 0 15px;

    cursor: pointer;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    float: left;
    display: inline-block;
    height: 54px;
}

.basket:hover div span {

    color: #106d30;
}


@media screen and (max-width: 1024px) {

    .basket input.form-control {
        max-width: 130px;
    }
}


.social-btns {
    margin: 0;
    padding: 0;
    list-style: none;

}

.social-btns li {
    margin: 0;
    padding: 1px 16px;
    display: inline-block;

    float: left;

    /*width: 32px;*/
    height: 32px;

    border-radius: 16px;

    margin-left: 12px;

    /*border: 2px solid white;*/

    text-align: center;

    line-height: 28px;

    color: #fff;

    /*margin-left: -10px;*/
    position: relative;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;

    cursor: pointer;

    background: #36526b;
}

.social-btns li:hover {
    box-shadow: 0 3px 25px 0 rgba(47, 56, 68, 0.22);

    padding: 1px 32px;

    /*margin: -2px -8px;*/

    /*height: 38px;*/
    /*line-height: 32px;*/
    width: auto;
}

.social-btns li:last-of-type:hover {

    margin-right: 0px;
}

.social-btns li:first-of-type {
    margin-left: 0;
}

.social-btns i {

}

.social-btns a {
    color: white;
    text-decoration: none;
}

.social-btns li.facebook {
    background-color: #3a579a !important;
}

.social-btns li.google {
    background-color: #EA4335 !important
}

.social-btns li.twitter {
    background-color: #00abf0 !important;
}

.social-btns li.envelope {
    background-color: #F68E57 !important;
}

.shop-block {

    /*border: 1px solid #ededed;*/
    /*padding: 10px 30px;*/

}

.shop-block:after {

    display: block;
    clear: both;
    content: "";
}

.shop-block .avatar {
    width: 65px;
    height: 65px;

    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;

    display: block;

    border: 2px solid #ededed;

    border-radius: 50%;

    margin-right: 15px;

    float: left;
}

.shop-block .name {
    float: left;

    width: calc(100% - 100px);

    color: #8dc73f;

    text-decoration: none;

    font-size: 22px;

    font-weight: 500;
    margin-top: 6px;
    margin-bottom: 0;
}

.shop-block .name a {
    color: inherit;
    text-decoration: none;

    float: left;

    transition: all 0.2s ease-in-out 0s;
}

.shop-block .name .icon {
    color: #ddd;
    font-size: 16px;
    margin: 5px 12px 2px;
}

.shop-block .name .icon:hover {

    color: #8dc73f;

}

.product-show {

}

.product-show .nav-tabs .nav-link:hover,
.product-show .nav-tabs .nav-link:focus,
.product-show .nav-tabs .nav-link.active {

    border-color: white white #8dc73f;
}

.product-text {
    line-height: 1.6em;
    font-size: 16px;
}

.user-block {
    position: relative;
    margin-bottom: 30px;

    overflow: hidden;

    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);

    padding: 25px;

    text-align: center;

}

.user-block .avatar {
    margin: 0 auto;

    width: 120px;
    height: 120px;

    border-radius: 50%;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;

    position: relative;
}

.user-block .avatar:before {
    content: ' ';
    width: 134px;
    height: 134px;

    border: 2px solid #02AFF3;

    border-radius: 50%;

    background: none;

    display: block;

    z-index: 0;

    margin: -7px;

    position: absolute;
}

.user-block h2 {
    margin-top: 10px;
}

.user-block h2 a {
    color: #0a001f;
    font-size: 22px;
}

.user-block ul {
    width: 100%;

    display: block;

    margin-top: 20px;

    padding-left: 0;
}

.user-block ul li {
    width: 100%;

    display: inline-block;

    justify-content: space-between;

    padding: 8px 0;
    border-top: 1px solid #dee2e6;
    font-size: 14px;

    text-align: left;

    color: #868ba1;
}

.user-block ul li span {
    float: right;
    color: #02AFF3;
}

.user-line {
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.user-line h2 {
    margin: 0;
    line-height: 24px;
    font-size: 20px !important;
    font-weight: 700;
}

.user-line .thumb {
    width: 100%;
    height: 0px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    border: 2px solid #ededed;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-right: 15px;
    float: left;

    padding-bottom: 100%;
}

.user-line h2 a {
    margin: 0;
    font-size: 24px;
    color: #363f4d;
    text-transform: capitalize;
    line-height: 1;
}

.user-line p {

    margin: 30px 0 40px;
    color: #7a7a7a;
    line-height: 24px;
    font-size: 14px;
}

.user-line ul,
.user-line ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.user-line ul {
    float: right;
}

.user-line ul li {
    display: inline-block;

    margin-left: 12px;
    font-size: 14px;

    color: #c8d0d7;
}

.user-line ul li span {
    color: #363f4d;
    color: #8dc73f;
}

.user-line ol,
.user-line ol li {
    margin: 0;
    padding: 0;
    list-style: none;

    font-size: 14px;
}

.user-line ol {
    float: left;
}

.user-line ol li {

    color: #363f4d;
}

.user-line ol li i {

    color: #c8d0d7;
}

.user-header {
/*
    padding-top: 100px;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    background-image: url('../images/wine.jpg');*/

    position: relative;

    margin-top: -1px;

}

.user-header:before {
/*
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;

    height: 120px;
    width: 100%;

    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.20) 14%, rgba(0, 0, 0, 0.35) 66%, rgba(0, 0, 0, 0.50) 100%);

    content: " ";

    display: block;*/
}

.user-header .thumb {
    width: 100%;
    height: 0px;
    background-color: white;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    border: 5px solid #fff;
    border-radius: 0;
    margin-right: 15px;
    float: left;
    padding-bottom: 100%;
    margin-bottom: -80px;

}

.user-header .info {
    margin-top: 80px;
    width: 100%;
    color: white;
}

.user-header .info h1 {
    color: #000000;

}

.user-header .info h1 div:first-of-type {
    margin-right: 18px;
}

.user-header .info h1 .option-star {
    margin-top: 18px;
    margin-right: 6px;
}

.user-header .info h1 .option-star:first-of-type {
    margin-left: 12px;
}

.user-header ul,
.user-header ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.user-header ul {
    float: left;
}

.user-header ul li {
    display: inline-block;

    margin-right: 12px;
    font-size: 14px;

    color: #ffffffaa;
}

.user-header ul li span {
    color: #363f4d;
    color: #fff;
}

.user-header .info .link {
    padding: 10px 20px;

    color: white;

    border: 1px dashed white;

    margin-left: 12px;
    margin-top: 10px;

    position: relative;

    z-index: 3;
}

.user-header .info .link:first-of-type {

    background: #8dc73f;
    border: 1px dashed transparent;
}

@media screen and (min-width: 0px) and (max-width: 576px) {

    .user-header {
        padding-top: 10px;
    }

    .user-header .thumb {
        margin-bottom: 0;
    }

    .user-header .info {
        margin-top: 10px;
    }

    .user-header ul {
        margin-bottom: 28px;
    }

}

@media screen and (min-width: 576px) and (max-width: 992px) {

    .user-header {
        padding-top: 10px;
    }

    .user-header .info {
        margin-top: 10px;

    }

    .user-header ul {
        margin-bottom: 28px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {

    .user-header {

    }

}

@media screen and (min-width: 1200px) and (max-width: 1400px) {

    .user-header {

    }

}

@media screen and (min-width: 1400px) and (max-width: 1600px) {

    .user-header {

    }

    .user-header .info {

        margin-top: 10vw;

    }
}

@media screen and (min-width: 1600px) {

    .user-header {

    }

    .user-header .info {

        /*margin-top: 12vw;*/

    }

    .user-header ul {
        margin-bottom: 20px;
    }
}

.user-menu .nav {
    margin-left: -30px;
    padding-left: 30px;

    width: calc(100% + 30px);
}

.user-menu .nav .nav-link,
.user-menu .nav .nav-link,
.user-menu .nav .nav-link {
    color: #7a7a7a;

    transition: all 0.2s ease-in-out 0s;
}

.user-menu .nav .nav-link:hover,
.user-menu .nav .nav-link:focus,
.user-menu .nav .nav-link.active {
    border-color: white white #8dc73f;
}

.user-menu .nav .nav-link.active {
    color: #000;
}

@media screen and (min-width: 576px) and (max-width: 992px) {
    .user-menu .nav {
        margin-left: 0;
        padding-left: 0;
        width: 100%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    /*.user-menu .nav{*/
    /*margin-left: 0;*/
    /*padding-left: 0;*/
    /*width: 100%;*/
    /*}*/

}

@media screen and (min-width: 1200px) and (max-width: 1400px) {

}

@media screen and (min-width: 1400px) and (max-width: 1600px) {

}

@media screen and (min-width: 1600px) {

}

.option-star {
    display: inline-block;

    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;

    font-family: "Font Awesome 5 Free";

    opacity: 0.7;

    /*color: #fff;*/

    color: #FD4;

    font-size: 16px;
    margin-right: 3px;

    /*float: left;*/

}

.option-star:after {
    content: '\f005';

}

.option-star.option-star-full {

    font-weight: 900;
    opacity: 1;

    color: #FD4;
}

.option-star.option-star-full:after {
    content: "\f005";
}

.option-star.option-star-half {
    font-weight: 900;
    opacity: 1;

    /*color: #FFAB91;*/
}

.option-star.option-star-half:after {
    content: "\f5c0";
}

.opinion-label {
    color: #ddd !important;;
    font-size: 12px !important;;

    font-weight: normal !important;
}

.form-block {
    padding: 20px 0 60px;
    width: 100%;
}

.form-block:before {
    content: ' ';
    clear: both;
    display: block;
    width: 100%;
    height: 1px;
    float: left;
}

.form-block label {
    color: #444444;
    font-weight: normal;

    /*text-transform: uppercase;*/

    font-size: 12px;
}

.form-block em.error,
.form-block label.error {
    color: red
}

.form-block .fa-input {
    position: absolute;

    left: 30px;
    top: 15px;

    font-size: 15px;

    opacity: 0.5;
}

.form-block .or {
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;

    font-weight: 500;

    position: relative;

    margin: 25px 0;
}

.form-block .or:after {

    position: absolute;

    top: 14px;

    width: 200px;

    content: " ";

    display: block;

    height: 1px;

    background: #ccc;

    left: 0;
    right: 0;

    margin: 0 auto;
}

.form-block .or span {
    background: white;

    position: relative;

    z-index: 2;

    padding: 0 12px;

    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
}

.form-block .button {

    padding: 14px 32px;
    text-align: center;
    font-size: 16px;

    width: 100%;

    display: block;
    margin: 0 auto;
    transition-duration: 0.4s;
    cursor: pointer;

    margin-bottom: 15px;

    background-color: #8dc73f;
    color: white;

    border: none;
}

.form-block .button.button_fb {

    background-color: #516EAB;
    color: white;

}

.form-block .button.button_google {

    background-color: #E14E42;
    color: white;

}

.form-block .form-group {
    position: relative;
}

.form-block textarea,
.form-block input[type=text]:not(.token-input),
.form-block [type=password],
.form-block select {
    /*width: 50%;*/
    display: block;
    margin: 0 auto;

    /*border-radius: 15px;*/
    border-radius: 0;

    text-indent: 15px;

    border: 1px solid #e2e2e2 !important;

}

.form-block input[type=text]:not(.token-input),
.form-block [type=password],
.form-block select {
    /*width: 50%;*/
    height: 45px;

}

.form-block input[type=text]:focus,
.form-block textarea:focus,
.form-block [type=password]:focus,
.form-block select:focus {

    border: 1px solid #8dc73f;
    outline: none;
    box-shadow: none;
}

.form-block textarea {

    min-height: 250px;
}

.form-block input.icon {

    text-indent: 45px !important;
}

.chat-form {
    clear: both;

    /*margin-left: 60px;*/

    background: #36526b;
}

.chat-form .form {
    width: 100%;
    text-align: left;

}

.chat-form .file_uploader {
    margin: 0;
    padding: 8px 0 0;
    color: #fff;
    background: none;
    border: none;

    border-radius: 0;

    font-weight: 400;

    width: 100%;
    text-align: left;

    text-transform: lowercase;

    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.chat-form .file_uploader:hover {
    background: none;
}

.chat-form .file_uploader [type=file] {
    width: 100%;

    margin: 0;
    padding: 0;
}

.chat-form .file_uploader i:before {
    content: "\f0c6";
}

.chat-form .message_filesuploadProgress {
    background: rgba(255, 255, 255, 0.2);
    padding: 14px 20px 20px;
    color: #fff;
}

.chat-form .alert {
    margin: 15px;
    float: left;
    width: calc(100% - 30px);
}

.chat-form .form-control {

    margin: 15px;
    /*float: left;*/
    width: calc(100% - 30px);

    padding-left: 0;

    background: transparent;

    border-radius: 0;

    color: white;

    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.chat-form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}

.chat-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

.chat-form .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}

.chat-form .form-control:focus {

    border-radius: 0;

    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.chat-form .form-control:after {
    clear: both;
    float: left;
    width: 100%;
}

.chat-form .fake-input {
    background-color: transparent;
    border: 1px solid transparent;

    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
    /*-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;

    /*padding-left: 60px;*/
}

.chat-form .fake-input textarea {
    border: none;
    outline: none;
    box-shadow: none;
    margin-top: 0;
    margin-right: 8px;
    padding: 8px 16px 0 16px;
    width: calc(100% - 16px);
    height: 40px;
    background: #36526b;
    margin-bottom: -4px;
    color: white;

}

.chat-form .fake-input textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}

.chat-form .fake-input textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

.chat-form .fake-input textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}

.chat-form .fake-input textarea:focus {
    outline: none;
}

.chat-form .fake-input .files {
    padding: 6px 0;

    border-top: 1px solid #f7f7f7;

    margin: 0 6px;
}

.chat-message {
    clear: both;
    margin-bottom: 16px;
    width: 100%;

    position: relative;

}

.chat-message:after {
    content: ' ';
    clear: both;
    height: 1px;
    width: 100%;

    float: left;
}

.chat-message hr {

    border-top: 1px solid rgba(255, 255, 255, 0.3);

    margin: 10px 0;
}

.chat-message .avatar {
    width: 50px;
    height: 50px;

    border-radius: 50%;

    overflow: hidden;

    float: left;

    margin: -4px 10px 0 0;

    border: 1px solid #eee;

    position: absolute;

    line-height: 47px;
    color: #fff;

    text-align: center;

    font-size: 22px;

    font-weight: 300;

    text-transform: uppercase;

    background-size: cover;
}

.chat-message .content {
    float: left;

    padding-left: 60px;
    padding-right: 60px;

    width: 100%;

}

.chat-message .text {
    background: #ddd;
    color: white;

    float: left;

    border-radius: 6px;

    padding: 10px;

    position: relative;

    width: 100%;
}

.chat-message .text a {
    text-decoration: underline;
    color: white;
}

.chat-message .info {

    color: rgba(0, 0, 0, 0.2);
    font-size: 12px;
    display: none;
}

.chat-message .info span {
    /*font-weight: bold;*/
    color: #888;
}

.chat-message-recive .text:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #02AFF3 transparent transparent;

    content: ' ';
    display: none;

    position: absolute;

    top: 15px;
    left: -4px;
}

.chat-message-recive {
    float: left;
}

.chat-message-send .text {

    background: #36526b;
    color: #fff;

    border-radius: .1875rem;
    padding: 8px 15px;
}

.chat-message .files {

    list-style: none;

    margin: 0;
    padding: 0;

}

.chat-message .files li {

    margin: 0;
    padding: 0;

    width: 100%;;

}

.chat-message-send .files a {
    text-decoration: none;
    color: #fff;
}

.chat-message-send .avatar {
    right: 0;
    margin: -4px 0 0 10px;
    display: none;
}

.chat-message-send .avatar img {
    float: left;
}

.chat-message-send .content {
    float: left;

    padding-right: 0px;
    padding-left: 60px;

    width: 100%;

}

.chat-message-send .info {
    text-align: right;
}

.chat-message-send .text:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #86d628;

    content: ' ';
    display: none;

    position: absolute;

    top: 15px;
    right: -4px;
}

.chat-message:last-of-type .info {
    display: block;
}

.chat-form .chat-add,
.chat-form .chat-add:focus {
    position: absolute;

    right: 25px;
    bottom: 7px;

    background: none;
    border: none;
    color: white;

    cursor: pointer;

    outline: none;

    font-size: 20px;

    z-index: 2;
}

.chat-line {
    padding: 10px 20px;
}

.chat-line .letter-avatar {
    text-decoration: none;
    color: white;

    margin-right: 12px;
}

.chat-line .btn {
    color: #8dc73f;
    font-size: 12px;

    border: 2px solid #8dc73f;

    background-color: #fff;
    border-radius: 8px;

    margin-top: 3px;

    line-height: 32px;
}

.chat-line .btn i {
    font-size: 12px;
}

.chat-line .btn:first-child {
    margin-left: 6px;
}

.chat-line:nth-child(odd) {
    background: #fafafa;
}

.chat-menu {
    margin-bottom: 15px;
}

.chat-menu .nav {
    margin-left: -30px;
    padding-left: 30px;

    width: calc(100% + 30px);
}

.chat-menu .nav .nav-link,
.chat-menu .nav .nav-link,
.chat-menu .nav .nav-link {
    color: #7a7a7a;

    transition: all 0.2s ease-in-out 0s;
}

.chat-menu .nav .nav-link:hover,
.chat-menu .nav .nav-link:focus,
.chat-menu .nav .nav-link.active {
    border-color: white white #8dc73f;
}

.chat-menu .nav .nav-link.active {
    color: #000;
}

.fileslist {
    list-style: none;

    padding: 0;
    margin-bottom: 8px;

}

.fileslist li {
    display: inline-block;
    margin: 0 16px 8px 0;
}

.fileslist a {
    margin-right: 12px;

    color: white;
}

.fileslist i {
}

.fileslist a.dele {
    margin-top: 6px;
    color: red;
    opacity: 0.5;

    font-size: 12px;

    cursor: pointer;
}

.fileslist a.dele:hover {
    margin-top: 6px;
    color: red;
    opacity: 0.7;
}

.fileslist a.name {
    text-decoration: none;
}

.fileslist a.name:hover {

}

.letter-avatar {
    color: #fff;

    width: 40px;
    height: 40px;

    text-align: center;
    line-height: 38px;

    border-radius: 50%;

    background: #1f2538;

    font-size: 20px;

    font-weight: 300;

    text-transform: uppercase;
}

.letter-avatar.letter-avatar-a {
    background: #44BB9B;
}

.letter-avatar.letter-avatar-b {
    background: #3A9F84;
}

.letter-avatar.letter-avatar-c {
    background: #ECC422;
}

.letter-avatar.letter-avatar-d {
    background: #EB9C23;
}

.letter-avatar.letter-avatar-e {
    background: #50CB70;
}

.letter-avatar.letter-avatar-f {
    background: #43AD5F;
}

.letter-avatar.letter-avatar-g {
    background: #D03D3D;
}

.letter-avatar.letter-avatar-h {
    background: #CA5516;
}

.letter-avatar.letter-avatar-i {
    background: #4A98DA;
}

.letter-avatar.letter-avatar-j {
    background: #3D80B8;
}

.letter-avatar.letter-avatar-k {
    background: #DD4E42;
}

.letter-avatar.letter-avatar-l {
    background: #B83B31;
}

.letter-avatar.letter-avatar-m {
    background: #975AB6;
}

.letter-avatar.letter-avatar-n {
    background: #8A46AD;
}

.letter-avatar.letter-avatar-o {
    background: #BEC3C7;
}

.letter-avatar.letter-avatar-p {
    background: #37495D;
}

.letter-avatar.letter-avatar-q {
    background: #2F3E4F;
}

.letter-avatar.letter-avatar-r {
    background: #EEEEEE;
}

.letter-avatar.letter-avatar-s {
    background: #808C8D;
}

.letter-avatar.letter-avatar-t {
    background: #E588C0;
}

.letter-avatar.letter-avatar-u {
    background: #D171AE;
}

.letter-avatar.letter-avatar-v {
    background: #EE9887;
}

.letter-avatar.letter-avatar-w {
    background: #9BA37E;
}

.letter-avatar.letter-avatar-x {
    background: #B09257;
}

.letter-avatar.letter-avatar-y {
    background: #B09257;
}

.letter-avatar.letter-avatar-z {
    background: #A24239;
}

.transport-line {
    /*padding: 6px 12px;*/
    padding: 12px;
}

.transport-line span {
    /*color: #8dc73f;*/
    font-size: 12px;
}

.transport-line:nth-child(odd) {
    background: #fafafa;
}

.btn-icon-big {
    width: 50px;
    height: 50px;

    display: block;

    float: left;

    background: transparent;

    color: #36526b;

    border-radius: 50%;

    text-align: center;
    line-height: 50px;

    font-size: 18px;

    transition: all 0.2s ease-in-out 0s;
}

.btn-icon-big i {
}

.btn-icon-big span {
}

.btn-icon-big:hover,
.btn-icon-big:focus {
    color: #8dc73f;

    outline: none;
    box-shadow: none;
}

.cart-line {
    padding: 20px;

    border: 1px solid #eee;

    position: relative;

    margin-bottom: 6px;

    border-radius: 6px;
}

.cart-line .thumb,
.cart-line h3 {

    display: inline-block;;
    float: left;
}

.cart-line .thumb {
    height: 60px;
    width: 60px;

    background-size: contain;
    background-position: center;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;

    margin-right: 12px;
}

.cart-line h3 {

    line-height: 22px;
    font-size: 20px;

    margin-top: 15px;
}

.cart-line h3 a {
    color: inherit;
    text-decoration: none;
}

.cart-line h3 span {
    color: #aaa;

    font-size: 14px;

    font-weight: normal;
}

.cart-line form {

    width: auto;

    /*margin-right: 12px;*/
    margin-top: 5px;

}

.cart-line form input,
.cart-line form button {

}

.cart-line form input:focus,
.cart-line form button:focus {
    box-shadow: none;
    outline: none;
    /*border: 1px solid #ced4da;*/
}

.cart-line form > div {

    position: relative;

    margin: auto;
}

.cart-line form div span {
    position: absolute;
    top: 5px;

    font-size: 22px;

    color: #7a7a7a;

    background: transparent;

    line-height: 46px;

    width: 60px;
    height: 50px;

    text-align: center;

    cursor: pointer;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cart-line form div span.plus {

    right: 0px;
}

.cart-line form div span.minus {
    left: 0px;
}

.cart-line form input.form-control {

    border: 2px solid #8dc73f;
    /*border-left: none;*/
    /*border-left: none;*/

    font-size: 14px;

    border-radius: 25px;
    height: 50px;

    text-align: center;

    text-indent: 6px;

    /*padding-left: 28px;*/
}

.cart-line form button {

    border-radius: 0 25px 25px 0;
    border: 2px solid #8dc73f;
    border-left: none;

    background: #8dc73f;
    color: white;

    width: auto;

    padding: 0 15px;

    cursor: pointer;
}

.cart-line form:hover div span {

    color: #8dc73f;
}

.cart-line .text-price {
    line-height: 60px;

}

.cart-line .delete {
    color: red;
    opacity: 0.7;
    line-height: 48px;
}

.cart-line .delete:hover {
    opacity: 1;
}

.cart-line .delete-sm {
    position: absolute;

    top: 35px;
    right: -15px;

    border: 1px solid #eee;
    background: #fff;

    width: 30px;
    height: 30px;

    text-align: center;
    line-height: 29px;

    border-radius: 50%;
}

.order-line {

    padding: 20px 0;

}

.order-line:nth-child(odd) {
    background: #fafafa;
}

.order-line .thumb {

    height: 60px;
    width: 60px;

    background-size: contain;
    background-position: center;

    border-radius: 50%;

    margin-right: 12px;
}

.order-line .info,
.order-line .thumb {
    float: left;
    display: inline-block;
}

.order-line .info {
}

.order-line .info h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.order-line .info a {
    color: inherit;
    text-decoration: none;
}

.order-line .info span {
    color: #aaa;

    font-size: 14px;
    font-weight: normal;
}

.order-line .icon,
.order-line .date,
.order-line .status {
    padding: 7px 20px;

    margin: 10px 0;

}

.order-line .icon {

    color: #8dc73f;
}

.order-line .date {
    color: #aaa;

}

.order-line .status {
    background: #8dc73f;
    color: white;
    border-radius: 20px;
    min-width: 120px;
    text-align: center;
}

.order-details {
}

.order-details h2 {
    font-weight: 300;
    font-size: 16px;

    color: #aaa;

    text-transform: uppercase;

    margin-bottom: 20px;
}

.order-progress {
    background: #f9f5f6;

    width: 100%;
    height: 14px;

    border-radius: 7px;

    display: block;
}

.order-progress div {
    background: #8dc73f;
    position: relative;
    height: 14px;

    border-radius: 7px;
}

.order-progress div:after {
    position: absolute;
    content: " ";
    display: block;

    width: 18px;
    height: 18px;

    top: -2px;
    right: -9px;

    border-radius: 50%;
    background: #8dc73f;

    float: right;
}

.order-progress-paid div {
    width: 50%
}

.order-progress-rejected div,
.order-progress-confirm div {
    width: 0%
}

.order-info {
    list-style: none;

    margin: 0;
    padding: 0;
}

.order-info li {
    color: #e0e1e3;
}

.order-info span {

    width: calc(100% - 160px);
    display: inline-block;

    float: right;

    color: #000;

    text-transform: capitalize;
}

.order-status {
    display: flex;
    justify-content: space-between;
}

.order-status span {
    opacity: 0.3;
}

.order-status span.active {
    opacity: 1;
}

.opinion-line {
    padding: 20px;
}

.opinion-line:nth-child(odd) {
    background: #fcfcfc;
}

.opinion-line .thumb {

    width: 100px;
    height: 100px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    border: 2px solid #eee;
    border-radius: 0;
    margin-right: 15px;
    float: left;

}

.opinion-line h3 {
    float: left;

    font-size: 20px;
    line-height: 24px;

    margin: 0 0 12px;
    padding: 0;
}

.opinion-line .btn-flat {
    float: right;
}

.opinion-line p {
    background: #f0f0f0;

    min-height: 40px;

    width: calc(100% - 115px);
    width: 100%;

    display: inline-block;

    float: left;

    margin-top: 10px;

    border-radius: 6px;

    margin-bottom: 6px;

    padding: 12px;
}

.opinion-form {
    background: #fafafa;

    padding: 20px;
}

.opinion-form textarea {
    background: #f0f0f0;
    border: none;

    min-height: 69px;

    padding: 20px 22px 0;
}

.opinion-form .opinion-files {
    background: #f0f0f0;

    padding: 20px;

    margin-bottom: 15px;
}

.opinion-form .file_uploader {
    border: none;
    text-align: left;

    padding-left: 0;
}

.opinion-form .file_uploader:hover {
    background: transparent;

    color: #8dc73f;
}

.opinion-form .imagelist a.name {
    display: none;

}

.opinion-form textarea:focus {
    outline: none;
    background: #f0f0f0;

    box-shadow: none;
}

input.star {
    display: none
}

label.star {
    float: right;
    padding: 0 8px;
    font-size: 1.7em;
    color: #f0f0f0;
    /*-webkit-transition: all .2s;*/
    /*-o-transition: all .2s;*/
    /*transition: all .2s*/

    cursor: pointer;
}

input.star:hover ~ label.star:before,
input.star:checked ~ label.star:before {
    content: '\f005';
    color: #FD4;
    /*-webkit-transition: all .25s;*/
    /*-o-transition: all .25s;*/
    /*transition: all .25s*/
}

input.star-5:checked ~ label.star:before {
    color: #FE7;
    text-shadow: 0 0 20px #FD4
}

input.star-1:checked ~ label.star:before {
    color: #FD4
}

label.star:hover {
    content: '\f005';
    color: #FD4
}

.stars h4 {
    margin-bottom: 5px;
    font-weight: bold
}

label.star:before {
    content: '\f005';
    font-family: 'Font Awesome 5 Free';
}

.product-min {
    display: block;
}

.product-min .thumb,
.product-min .name {
    float: left;
}

.product-min .thumb {
    width: 50px;
    height: 50px;

    display: block;

    border-radius: 50%;

    background-size: contain;
    background-position: center;

    margin-right: 12px;

    margin-bottom: 6px;

}

.product-min .name {
    line-height: 44px;
    color: #8dc73f;
}

.opinion-line-show {
    padding-bottom: 20px;
    margin-bottom: 20px;

    border-bottom: 1px solid #ddd;
}

.opinion-line-show .user {

    margin-bottom: 16px;
    margin-top: 12px;

}

.opinion-line-show .user h4 {
    margin-bottom: 2px;
}

.opinion-line-show .user .thumb {
    width: 60px;
    height: 60px;

    border-radius: 50%;

    margin-right: 12px;

    display: block;

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

    float: left;

}

.opinion-line-show p {
    padding: 20px 20px 0;
    background: #fafafa;
    margin-bottom: 0;
}

.opinion-line-show .gallery {
    list-style: none;

    margin: 0;
    padding: 10px 20px 12px;

    background: #fafafa;
}

.opinion-line-show .gallery li {
    max-width: 200px;

    margin-right: 12px;
    margin-bottom: 12px;

    display: inline-block;

    float: left;

    width: 200px;

    border: 1px solid #ddd;
    padding: 3px;
}

.opinion-line-show .gallery a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 67%;

    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

    max-width: 200px;
}

.opinion-line-show .date {
    color: #ccc;

    font-size: 12px;
}

.opinion-line-show:last-child {
    border-bottom: none;

}


.titleh {

    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wallet-block {

    font-size: 16px;

    color: #384850;

}

.wallet-block b {
    color: #6fb33b;
}

.wallet-block .button {
    width: auto;

    color: white !important;

    font-weight: normal;

    text-decoration: none;


}

.wallet-block .button-link {
    color: #36526b;
}

.wallet-block .button,
.wallet-block .button-link {
    margin-top: -8px;
}


.wallet-line {
    padding: 12px 18px;
    line-height: 32px;
}

.wallet-line:nth-child(odd) {
    background: #fafafa;
}

.wallet-line h3 {
    margin: 6px 0;

    color: #344750;;
    line-height: 1em;
    font-size: 14px;
    text-align: left;
    float: left;

    font-weight: normal;

}

.wallet-line .date {
    color: #344750;
}

.wallet-line .price {
    font-weight: bold;
    float: right;
    text-align: right;

    font-size: 14px;
    color: black;
    /*opacity: 0.2;*/

    padding: 0px 20px;

    border-radius: 20px;

    height: auto;

    line-height: 32px;

    margin-left: 12px;
}

.wallet-line-lock .price {
    color: #fff;
    background: #03a9f3;
}

.wallet-line-expens .price {
    color: #fff;
    background: #e6614f;
}

.wallet-line-income .price {
    color: #fff;
    background: #38d57a;
}


.title {
    font-weight: 300;

    margin: 0 0 20px;
}

.title h1 {
    float: left;

    margin: 0;
    font-weight: 400;

    color: #384850;

    min-width: 250px;
}

.title h1 span {
    color: #91a5af;
}

.title .btn {

    background: #6fb33b;
    color: #fff;

    border-radius: 50%;

    width: 36px;
    height: 36px;

    line-height: 20px;

    float: right;

    padding: 7px 0;

}


.file_uploader {

    color: #FFFFFF;
    display: block;
    float: left;
    font: bold 13px Verdana, Arial, Helvetica, sans-serif;
    margin: 10px 0;
    outline-style: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;

    position: relative;

    border-radius: 20px;

    color: #fff;
    background-color: #6fb33b;

    box-shadow: none !important;

    width: 100%;
}

.file_uploader:hover {
    background-color: #6fb33b;

}

.file_uploader input[type="file"] {
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity:0);
    opacity: 0;
    z-index: 2;

    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;

    position: absolute;

    margin: 0;
    padding: 0;
    border: 0;

    width: 100%;
    height: auto;

    cursor: pointer;
}

.imageUploadProgress {
    display: none;
}

.imageUploadProgress .load {
    width: 0;
    background-color: #6fb33b;
    height: 20px;
}

.imagelist {
    list-style: none;
    padding: 0 20px 0 0;
    float: left;
    min-width: 650px;
    margin: 0;
}

.imagelist li {
    width: 207px;
    height: 178px;
    float: left;
    padding: 5px;
    margin: 0 15px 15px 0;
    background: #fff;
    border: 1px solid #ddd;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.imagelist li:hover {
    border-color: #6fb33b;
}

.imagelist li.holder {
    width: 207px;
    height: 178px;
    overflow: hidden;
    border: 1px dashed #6fb33b;
}

.imagelist li div {
    width: 195px;
    height: 150px;
    overflow: hidden;
}

.imagelist li img {
    display: block;
    margin-bottom: 10px;
    width: 1900px;
}

.imagelist li span {
    display: block;
    text-align: right;
    float: none;
}

.imagelist li span a {
    vertical-align: middle;
    background-color: white;
}

.imagelist li span a.name {
    font-weight: bold;
    float: left;
    color: #999;
}

.imagelist li span a.name:hover {
    color: #333;
    text-decoration: none;
}

.imagelist li span a.show, .imagelist li span a.dele {
    float: right;
    font-size: 13px;
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    opacity: 0.5;
    color: #676767;
}

.imagelist li span a.show:hover, .imagelist li span a.dele:hover {
    opacity: 1;
    text-decoration: none;
}

.col-label {

    color: #91a5af;
    font-size: 16px;
    line-height: 36px;
    font-weight: 600;

}

.product-block {

    width: 100%;

    background: white;

    margin-bottom: 30px;

    border: 1px solid #91a5af44;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

    position: relative;

    border-radius: 2px;

}

.product-block:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1)
}

.product-block:hover .badge {
    opacity: 0;
}

.product-block:hover .panel {
    opacity: 1;

    text-align: center;

    /*padding-left: 60px;*/
}

.product-block .panel {
    opacity: 0;

    width: 100%;
    height: 0;

    padding-bottom: 67%;

    position: absolute;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: rgba(56, 72, 80, 0.85);
    /*color: #384850;;*/
}

.product-block .panel a {

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.product-block a.circle {
    color: white;

    width: 32px;
    height: 32px;

    line-height: 31px;

    text-align: center;

    margin: 15px 10px 0 -5px;

    border-radius: 50%;

    background: #6fb33b;
}

.product-block .panel a.big {
    margin: 90px auto;

    padding: 10px 25px;

    border-radius: 25px;

    background: #cdd8dc88;

    color: white;

    top: 0px;

    position: absolute;
}

.product-block .img {
    width: 100%;
    height: 0;

    padding-bottom: 67%;

    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.product-block h3 {
    color: #384850;

    padding: 25px 25px 0;

    margin: 0;

    font-size: 18px;

    line-height: 28px;

    height: 108px;

    overflow: hidden;
}

.product-block h4 {
    color: #8ca4af;
    padding: 0 25px 25px;
    font-size: 16px;
    text-align: right;

    font-weight: 600;

    margin-top: 0;
}

.product-block .badge {

    position: absolute;

    padding: 10px 26px;

    background: #cdd8dc;
    color: white;

    border-radius: 25px;

    text-transform: uppercase;

    font-size: 14px;

    left: -9px;
    top: 15px;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.product-block .badge-show {
    background: #6fb33b;
}

.product-table {
}

.product-table tr {

    line-height: 38px;
}

.product-table td:nth-child(1) {
    padding-left: 0;

    width: 110px;
}


.order-info {
    list-style: none;

    margin: 0 0 25px;
    padding: 0;
}

.order-info li {

    font-weight: 400;
    color: #384850;

    font-size: 14px;

    line-height: 24px;

    width: 100%;
    display: inline-block;
}

.order-info b {
    color: #000;
    font-weight: normal;
}

.order-info span {
    font-weight: 300;
    color: #91a5af;

    width: 150px;
    display: inline-block;

    float: left;
}

.order-pos {
    padding: 10px 20px;
}

.order-pos:nth-child(odd) {
    background: #f9f9f9;
}

.order-pos .avatar {

    width: 40px;
    height: 40px;

    margin-right: 12px;

    border-radius: 50%;

    background-position: center;
    background-size: contain;

    float: left;
    display: inline-block;

}

.order-pos h3 {
    float: left;
    display: inline-block;

    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
}

.order-pos .button,
.order-pos .button-link {

    float: right;

    width: auto;

}


.menu-panel {
    width: 320px;
    height: 100%;
    position: fixed;
    right: -420px;
    top: 0;
    bottom: 0;

    background: white;

    display: table !important;
    /*right: -320px;*/
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;

    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    z-index: 100001;


    border-left: 1px solid #e7e7e7;
    max-width: 100%;
}


.menu-panel .close {

    position: absolute;
    top: 0px;
    right: 15px;

    color: #000;

    height: 25px;
    width: 25px;

    border: none;
    background: none;
    outline: none;


    transform: rotate(45deg);

    z-index: 2;

    margin-top: 17px;
    margin-bottom: -17px;
    margin-right: 15px;

    cursor: pointer;
}

.menu-panel .close:focus {
    outline: none;

}

.menu-panel .close:before,
.menu-panel .close:after {

    position: absolute;

    top: 50%;
    left: 0;

    display: block;
    content: "";

    height: 1px;
    width: 100%;

    background: #000;
}

.menu-panel .close:before {
}

.menu-panel .close:after {
    transform: rotate(-90deg);
}

.menu-panel .close:hover {

    color: #ffffff;
}

.menu-panel .content {
    height: calc(100%);

    /*background: red;*/

    overflow-y: auto;
    width: 100%;
}


.menu-panel-open {
    transform: translateX(-420px);
}

@media screen and (max-width: 1024px) {

    .menu-panel {
        width: 100%;
        right: -120%;
    }

    .menu-panel-open {
        transform: translateX(-120%);
    }
}

ul.mobile-menu {


    padding-left: 0;
    list-style-type: none;
}

ul.mobile-menu li {
    float: none;
    line-height: 48px;
}

ul.mobile-menu a {
    color: rgba(0, 0, 0, 0.87);
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 32px;
}

.hamburger {
    position: absolute;

    border: none;

    top: 0;
    left: 20px;
    background: transparent;

    color: #8dc73f;

    z-index: 2;
    transition: ease all .2s;

    padding: 10px 5px;

    outline: none !important;

    cursor: pointer;
}

.hamburger .icon-bar {
    background-color: #8dc73f;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s;
}

.hamburger .icon-bar {
    display: block;
    width: 22px;
    height: 4px;
    border-radius: 1px;
}

.hamburger .icon-bar + .icon-bar {
    margin-top: 4px;
}

.hamburger .icon-bar:nth-child(2) {
    width: 16px;
    transition: ease all .2s;
}

.hamburger:hover > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.hamburger:active > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.hamburger.hamburger-click .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s;
}

.hamburger.hamburger-click .icon-bar:nth-child(2) {
    opacity: 0;
    transition: ease all .2s;
}

.hamburger.hamburger-click .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s;

}

.hamburger {

    top: 20px;
    padding: 10px 5px;
}

.hamburger .icon-bar {
}

.summary-block {
    border-radius: 5px;
    background-color: #f7f7f7;
    padding: 10px 20px;

    margin-bottom: 20px;
}

.summary-block b {
    font-size: 18px;
    font-weight: 900;
}

.summary-block > span {
    color: #aaa;

    font-size: 12px;
}


.share-options {
    margin-bottom: 40px;
}

.share-options a:hover i {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.share-options a {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 -8px 8px 0 rgba(0, 0, 0, .21);
    -moz-box-shadow: inset 0 -8px 8px 0 rgba(0, 0, 0, .21);
    box-shadow: inset 0 -8px 8px 0 rgba(0, 0, 0, .21);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 45px;
    position: relative;
    box-shadow: none;
    background: transparent;
    color: #222222 !important;
    border-radius: 5px;
    min-height: 45px;
    margin-bottom: 12px;


}

.share-options i {
    position: absolute;
    left: 8px;

    font-size: 15px;
    width: 30px;
    height: 30px;
    background: #6fb33b;
    text-align: center;
    color: #fff !important;
    padding: 7px 0;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
}

.share-options i.fa-facebook-f {
    background: #3b5998;

}

.share-options i.fa-youtube {
    background: #e52d27;

}

.share-options b {
    font-size: 14px;
    display: block;
    line-height: 14px;
    padding: 2px 0;
    color: #222222 !important;
}

.share-options span {
    display: block;
    font-size: 11px;
    line-height: 11px;

    color: #222222 !important;
}


.article-line {
}

.article-line .thumb {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    background-size: cover;
    border-radius: 5px;

    position: relative;

}

.article-line .category-list {

    position: absolute;
    bottom: 8px;
    left: 15px;
    margin: 0;
}

.article-line .category-list li {
    background-color: #6fb33b;
    color: white;
    font-weight: bold;
    position: relative;
    left: 0;
    top: 0;
    background: #6fb33b;
    color: #fff;
    padding: 0 10px;
    font-size: 11px;
    font-weight: 700;
    display: inline-block;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 7px;
    z-index: 1;
    margin-right: 5px;
    height: 19px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    letter-spacing: .44px;

}

.article-line .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}

.article-line .title a {
    color: #222;
}

.article-line .title a:hover {
    color: #6fb33b;
}

.article-line .info {
}

.article-line .text {
}


.article-line .meta {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.article-line .meta li {
    font-size: 13px;
    display: inline-block;
    color: #222;
    font-weight: 400;
    margin-right: 24px;
    line-height: 2.4em;
}

.article-line .meta li a {
    color: #222;
}

.article-line .meta li.active i {
    color: #6fb33b;
}

.article-line .meta li i {
    margin-right: 6px;
    font-size: 14px;
    float: left;
    margin-top: 9px;
}

.ul-list {
    background: #8dc73f;

    border-radius: 20px;
    border: 2px solid #6fb33b;
    text-align: center;
    padding: 12px;
}

.ul-list__item {
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    padding: 0px 20px;
}

.ul-list__link {
    color: #fff;

    padding: 12px;
} 
.info-18{
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.45);
    z-index: 99;
    backdrop-filter: blur(10px);
    text-align: center;
    justify-content: center;
    align-items: center;
}
.info-18-desc {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin: 0 auto;
    width: 40%;
    height: auto;
    padding: 70px 40px 50px;
}
.hidden-18-info
{
    display:none;
}
.active {
    font-weight: 700;
    
}
@media only screen and (max-width: 600px) {
  .info-18-desc {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
        margin: 0 auto;
        width: 80%;
        height: auto;
        padding: 70px 40px 50px;
    }
    .ul-list__item {
        color: #fff;
        display: block;
        margin: 15px auto;
        width: 100%;
    }
}
.product-filtr-header
{
    padding: 10px 0px;
}
.product-filtr .row
{
    margin-bottom: 5px;
}
.btn, .btn-large, .btn-small{
    background-color:#106d30;
}
.btn:hover, .btn-large:hover, .btn-small:hover{
    background-color:#70b62b;
}
.product-filtr .btn
{
    margin-bottom: 20px;
}
.basket-super-fast button
{
    background-color: #106d30;
    border: 1px solid #106d30;
}
.btn.yes
{
    background-color:#106d30;
}
.btn.nie
{
    background-color:#DD0000; 
}
.unactive-shop
{
    background-color:#DD0000; 
    color: #fff;
    padding: 10px 20px;
    text-align:center;
    font-weight: 700;
    cursor: pointer;
}
.active-shop
{
    background-color:#106d30;
    
    padding: 10px 20px;
    text-align:center;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}
.captcha
{
    width:185%;
}
.article-category-thumb a{
    min-height:20px !important;
}
@media only screen and (max-width: 600px) {
    .captcha
    {
        width:100%;
    }
}
.regionalni-row{
    margin-bottom: 0px;
}
