html,
body {
    padding: 0px;
    margin: 0px
}

@media (max-width: 767px) {

    html,
    body {
        overflow-x: hidden
    }
}

body {
    font-size: 14px;
    color: #333;
    font-family: 'Open Sans', sans-serif
}

@media (min-width: 768px) {
    body.archive .manu-categories__dropdown {
        display: block
    }
}

button,
input {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important
}

a {
    color: #2d2f4d;
    text-decoration: none
}

a:hover {
    text-decoration: underline;
    color: #2d2f4d
}

img.alignright {
    float: right
}

main {
    margin: 14px 0px 42px
}

.heading--big {
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
    color: #2d2f4d
}

@media (max-width: 767px) {
    .heading--big {
        font-size: 20px;
        line-height: 25px
    }
}

.heading--widget {
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center
}

.heading--widget svg {
    width: 24px;
    margin-right: 5px
}

.heading--content {
    font-size: 21px;
    line-height: 25px;
    font-weight: 500;
    color: #2d2f4d;
    border-bottom: 1px solid #dee2e6;
    text-transform: uppercase
}

.heading--checkout {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.heading--checkout--billing {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.heading--checkout--billing label {
    margin-left: 10px;
    padding-left: 11px;
    position: relative
}

.heading--checkout--billing label::before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 0px;
    background: #333;
    height: 15px;
    width: 1px
}

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

.home-article {
    margin-top: 32px
}

.home-article .heading--big {
    margin-top: 0px
}

.home-article .attachment-post-thumbnail {
    margin-left: 0px;
    margin-right: 30px;
    float: left
}

@media (max-width: 767px) {
    .home-article .attachment-post-thumbnail {
        display: none
    }
}

.header_fixed {
  position: fixed;
  left: 0;
  top: 0;
  top: 0;
  z-index: 3454545;
  background: #fff;
  width: 100%;
}

.header__top {
    background: #f8f9fa;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 2px 0px;
    display: flex;
    justify-content: space-between
}

.header__top ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    padding: 0px;
    margin: 0px
}

@media (max-width: 767px) {
    .header__top ul {
        justify-content: center
    }
}

.header__top ul li {
    margin: 0px 15px
}

@media (min-width: 768px) {
    .header__top ul li:last-child {
        margin-right: 0px
    }
}

.header__middle {
    padding: 15px 0px
}

.header__middle--container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px
}

@media (max-width: 767px) {
    .header__middle--container {
        flex-direction: column
    }
}

.header__middle--contacts {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

@media (max-width: 767px) {
    .header__middle--contacts {
        order: 2;
        margin: 20px 0px
    }

    .header__middle--contacts .svg--dots {
        display: none
    }
}

.header__middle--contacts a {
    font-size: 17px;
    font-weight: 600;
    color: #343a40;
    margin: 0px 5px
}

.header__middle--contacts .cons_btn, .home-article .cons_btn {
	border: .5px solid #eee;
	padding: 5px 10px;
    background-color: #f8f9fa;
	margin-left: 20px;
}

.header__middle--contacts .cons_btn {
	margin-right: 0;
}

.home-article .cons_btn {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    background: #2d2f4d;
    margin-left: 0;
    border-color: #2d2f4d;
}

.home-article .cons_btn:hover {
    background: #fff;
    color: #2d2f4d;
    text-decoration: none;
 }

.header__middle--contacts .cons_btn:hover {
	text-decoration: none;
	background-color: #2d2f4d;
	color: #fff;
	border-color: #2d2f4d;
}

@media(max-width: 767px){
	.header__middle--contacts .cons_btn {
		display: none;
	}
}

.header__top--menu {
	margin-right: auto;
	margin-left: 10px;
}

.header__top--menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.header__top--menu ul li {
	display: inline-block;
	margin: 0 10px;
}

.header__top--menu ul li a {
	font-size: 17px;
}

.header__middle--contacts svg {
    cursor: pointer
}

@media (max-width: 767px) {
    .header__middle--logo {
        order: 1
    }
}

.header__middle--logo img {
    width: 260px
}

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

@media (max-width: 767px) {
    .header__middle--shoplinks {
        order: 3
    }
}

.header__middle--shoplinks a {
    margin-left: 20px;
    color: #333;
    text-decoration: none
}

.header__middle--shoplinks a:hover {
    color: #333;
    text-decoration: none
}

.header__middle--shoplinks a svg {
    width: 23px
}

.header__bottom--container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px
}

@media (max-width: 767px) {
    .header__bottom--container {
        flex-wrap: wrap
    }
}

.header__bottom--categories {
    flex: 0 0 25%;
    max-width: 25%
}

@media (max-width: 767px) {
    .header__bottom--categories {
        order: 2;
        flex: 0 0 49%;
        max-width: 49%
    }
}

@media (min-width: 1200px) {
    .header__bottom--categories {
        max-width: 260px;
        min-width: 165px
    }
}

.header__bottom--search {
    flex: 0 0 100%;
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    padding: 0px 0px 0px 20px
}

@media (max-width: 767px) {
    .header__bottom--search {
        padding: 0px 0px 14px;
        flex-basis: unset;
        order: 1
    }
}

.header__bottom--search form {
    height: 43px;
    display: flex
}

.header__bottom--search form input {
    height: 100%;
    border: 1px solid #eee;
    display: block;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    padding: 0px 11px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px
}

.header__bottom--search form button {
    height: 100%;
    background: #f8f9fa;
    border: 1px solid #eee;
    border-left: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0px 14px;
    transition: all .3s ease
}

.header__bottom--search form button svg {
    width: 24px;
    display: block
}

.header__bottom--search form button:hover {
    background-color: #e2e6ea
}

.header__bottom--smrecall {
    display: none
}

@media (max-width: 767px) {
    .header__bottom--smrecall {
        order: 3;
        flex: 0 0 49%;
        max-width: 49%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #2d2f4d !important;
        color: #fff !important;
        height: 43px;
        font-weight: 700;
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 0px 14px;
        transition: all .3s ease
    }
}

.header__bottom--shoplinks {
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 767px) {
    .header__bottom--shoplinks {
        order: 3;
        flex: 0 0 40%;
        max-width: 40%
    }
}

.header__bottom--shoplinks__cart {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 42px;
    border: 1px solid #eee;
    background: #f8f9fa;
    color: #333;
    transition: all .3s ease
}

.header__bottom--shoplinks__cart svg {
    width: 24px;
    fill: #2d2f4d
}

.header__bottom--shoplinks__cart__count {
    margin-left: 5px;
    display: block
}

.header__bottom--shoplinks__cart:hover {
    background-color: #e2e6ea;
    border-color: #dae0e5;
    text-decoration: none;
    color: #333
}

.header__bottom--shoplinks__account {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 42px;
    border: 1px solid #eee;
    background: #f8f9fa;
    color: #333;
    transition: all .3s ease
}

.header__bottom--shoplinks__account svg {
    width: 30px;
    fill: #2d2f4d
}

.header__bottom--shoplinks__account:hover {
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.blured .manu-categories::before {
    visibility: visible;
    opacity: 1
}

.manu-categories {
    position: relative
}

.manu-categories::before {
    content: '';
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    left: 0px;
    top: 0px;
    z-index: 998;
    -webkit-backdrop-filter: blur(1.1px);
    backdrop-filter: blur(1.1px);
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease
}

.manu-categories__button {
    background: #2d2f4d;
    color: #fff;
    padding: 11px 15px;
    font-weight: 700;
    text-align: center;
    position: relative;
    cursor: pointer;
    z-index: 999
}

.manu-categories__button svg {
    width: 24px;
    position: absolute;
    left: 14px;
    top: 9px
}

.manu-categories__dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.15);
    border: 1px solid #ddd;
    background: #fff;
    z-index: 999
}

@media (max-width: 767px) {
    .manu-categories__dropdown {
        position: fixed;
        z-index: 999;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        padding-top: 0px
    }

    .manu-categories__dropdown .header__middle--logo {
        text-align: center;
        margin-bottom: 30px;
        margin-top: 70px
    }

    .manu-categories__dropdown .header__middle--logo img {
        width: 250px
    }
}

.manu-categories__dropdown--burger-close {
    display: none
}

@media (max-width: 767px) {
    .manu-categories__dropdown--burger-close {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%
    }

    .manu-categories__dropdown--burger-close svg {
        display: block;
        position: relative;
        width: 24px;
        margin-right: 16px;
        margin-top: 10px
    }
}

.manu-categories__dropdown ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.manu-categories__dropdown ul li {
    width: 100%;
    text-align: left
}

@media (max-width: 767px) {
    .manu-categories__dropdown ul li {
        text-align: center
    }
}

.manu-categories__dropdown ul li a {
    display: block;
    padding: 9px 15px;
    text-decoration: none;
    color: #333;
    border-top: 1px solid rgba(0, 0, 0, 0.05)
}

.manu-categories__dropdown ul li a:hover {
    background: rgba(0, 0, 0, 0.025);
    text-decoration: none;
    color: #2d2f4d
}

.footer {
    background: #e2e6ea;
    border-top: 1px solid #dae0e5;
    color: #6c757d;
    padding: 35px 0px 21px
}

.footer__copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #aaa;
    padding-top: 14px;
    margin-top: 28px
}

@media (max-width: 767px) {
    .footer__copyright {
        flex-direction: column
    }

    .footer__copyright--text {
        margin-bottom: 14px;
        font-size: 12px
    }
}

.footer__copyright--img {
    text-align: right
}

.footer__copyright--img img {
    margin-left: 15px
}

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

@media (max-width: 767px) {
    .footer__menus {
        flex-direction: column;
        margin: -14px 0px -26px
    }
}

.footer__menus__heading {
    font-size: 18px;
    margin-bottom: 14px
}

.footer__menus ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.footer__menus ul li {
    display: flex
}

.footer__menus ul li svg {
    width: 18px;
    height: 18px;
    display: block;
    margin-left: -5px;
    top: 2px;
    margin-right: 5px;
    position: relative
}

.footer__menus--column {
    margin-right: 20px;
    flex: 0 0 25%;
    max-width: 25%
}

@media (max-width: 767px) {
    .footer__menus--column {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin: 0px;
        padding: 0px 10px
    }

    .footer__menus--column .footer__menus__heading {
        margin-bottom: 9px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-bottom: 9px;
        position: relative
    }

    .footer__menus--column .footer__menus__heading svg {
        width: 30px;
        position: absolute;
        transform: rotate(90deg);
        transition: all .3s ease;
        right: 0px;
        top: 0px
    }

    .footer__menus--column .footer__menus__heading.footer-menu-opened svg {
        transform: rotate(-90deg)
    }

    .footer__menus--column .footer__menus__heading+div {
        display: none;
        margin-bottom: 21px
    }

    .footer__menus--column:last-child .footer__menus__heading {
        border: none
    }
}

.recommended,
.sales,
.novelty {
    width: 100%;
    margin-top: 42px
}

.recommended__nav,
.sales__nav,
.novelty__nav {
    display: flex;
    position: absolute;
    right: 10px;
    top: 12px
}

.recommended__nav--prev,
.sales__nav--prev,
.novelty__nav--prev {
    cursor: pointer
}

.recommended__nav--next,
.sales__nav--next,
.novelty__nav--next {
    cursor: pointer
}

.recommended__heading,
.sales__heading,
.novelty__heading {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #f8f9fa;
    border: 1px solid #eee;
    padding: 10px 7px;
    text-transform: uppercase
}

.recommended__products,
.sales__products,
.novelty__products {
    border: 1px solid #eee;
    border-top: none
}

.recommended__products .owl-item,
.sales__products .owl-item,
.novelty__products .owl-item {
    border-right: 1px solid #eee
}

.recommended__products .owl-item:last-child,
.sales__products .owl-item:last-child,
.novelty__products .owl-item:last-child {
    border: none
}

.sales {
    padding-bottom: 1rem
}

.recommended__products {
    border: none
}

.recommended__products .owl-item {
    border: 1px solid transparent
}

.recommended__products .owl-item .product {
    border: 1px solid #eee
}

.recommended__heading {
    background: none;
    border: none;
    font-size: 28px
}

.owl-item .product:hover .button {
    background: #2d2f4d !important;
    color: #fff !important
}

.owl-item .product:hover .button svg {
    fill: #fff !important
}

.owl-item .product:hover .button:hover {
    background: #2d2f4d !important
}

.woocommerce table.shop_attributes th {
    width: 265px
}

.product {
    padding: 7px 14px 14px
}

.product .woocommerce-loop-product__link {
    color: #333 !important;
    text-decoration: none;
    text-align: center;
    display: block
}

.product .woocommerce-loop-product__link:hover {
    text-decoration: none;
    color: #333 !important
}

.product .woocommerce-loop-product__link img {
    padding: 0px 35px !important;
    max-width: 100%;
    box-sizing: border-box;
    height: auto;
    margin-bottom: 7px
}

.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
    font-size: 12px;
    line-height: 17px;
    padding: 7px 0px 0px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 55px;
    border-bottom: 0.5px solid #eee
}

.home .product .woocommerce-loop-product__link .woocommerce-loop-product__title {
	height: auto;
	padding-bottom: 7px;
	display: block;
}

.product .woocommerce-loop-product__link .product-description {
	font-size: 11px;
}

.product .woocommerce-loop-product__link .woocommerce-loop-product__title:hover {
    color: #2d2f4d !important
}

.product .price {
    color: #333 !important;
    font-weight: 400 !important;
    font-size: 14px !important
}

.product .price del {
    color: #dc3545;
    opacity: 1 !important;
    font-weight: 300 !important;
    font-size: 14px !important
}

.product .price ins {
    color: #333;
    text-decoration: none;
    font-weight: 400 !important;
    font-size: 14px !important
}

.product .button {
    color: #212529 !important;
    background-color: #f8f9fa !important;
    border-color: #f8f9fa !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 4px 7px !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 7px auto 0px !important;
    border-radius: 0px !important;
    font-weight: 400 !important
}

.product .button:not(.add_to_cart_button) {
    margin-top: 37px !important
}

.product .button svg {
    width: 18px;
    margin-right: 5px;
    fill: #bbb !important
}

.product .button:hover {
    background: #2d2f4d !important;
    color: #fff !important;
    text-decoration: none
}

.product .button:hover svg {
    fill: #fff !important
}

.label--sale {
    background-color: #2d2f4d;
    color: #ffffff;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1rem;
    position: absolute;
    top: .5rem;
    left: .5rem
}

.woocommerce-page div.product--single__image div.images {
    float: none;
    width: auto
}

.woocommerce div.product form.cart {
    margin: 0px
}

.woocommerce div.product .woocommerce-tabs {
    margin-bottom: 42px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0px;
    margin: 0px 0px 21px;
    display: flex
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom-color: #dae0e5 !important;
    z-index: -1
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none !important;
    background: none !important;
    padding: 0px;
    margin: 0px;
    display: block
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 21px;
    line-height: 32px;
    font-weight: 400;
    text-transform: uppercase;
    color: #9fa0a3;
    padding: 7px 14px 7px 7px;
    border-bottom: 4px solid #dee2e6;
    display: flex;
    align-items: center
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    border-color: #9fa0a3;
    color: #495057
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a svg {
    width: 18px;
    height: 18px;
    margin: 0px 7px 0px 5px
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    border-color: #9fa0a3;
    color: #495057;
    font-weight: 600
}

#ivpa-content .ivpa_title {
    margin-top: 0px !important
}

#ivpa-content {
    margin: 0px !important
}

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

.article__content {
    width: 100%
}

.article__thumbnail img {
    margin-left: 15px
}

@media (max-width: 767px) {
    body.home .article {
        flex-direction: column-reverse;
        align-items: center
    }

    body.home .article__thumbnail {
        margin-bottom: 14px
    }
}

.stock.out-of-stock {
    display: none
}

.product--form {
    margin: 15px 0px 15px;
    position: relative
}

.product--form .form-input-item {
    display: flex;
    justify-content: space-between
}

@media (max-width: 767px) {
    .product--form .form-input-item {
        flex-wrap: wrap
    }
}

.product--form .form-input-item>span:not(.ajax-loader),
.product--form .form-input-item>input {
    width: 33% !important
}

@media (max-width: 767px) {

    .product--form .form-input-item>span:not(.ajax-loader),
    .product--form .form-input-item>input {
        width: 100% !important;
        margin-bottom: 10px
    }
}

.product--form .form-input-item br {
    display: none
}

.product--single {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px
}

.product--single__descriptions,
.product--single__details,
.product--single__image {
    padding-right: 10px;
    padding-left: 10px;
    display: block
}

.product--single__image {
    position: relative;
    padding-left: 0px
}

.product--single__image .label--sale {
    z-index: 9;
    left: auto;
    right: 17px
}

.product--single__image__gallery {
    position: relative;
    padding-left: 80px
}

@media (max-width: 767px) {
    .product--single__image__gallery {
        padding-left: 0px
    }
}

.product--single__image__gallery .woocommerce-product-gallery__trigger {
    width: calc(100% - 80px) !important;
    left: 80px;
    top: 0px !important;
    display: block;
    height: 100% !important;
    border-radius: 0px !important;
    background: none !important
}

@media (max-width: 767px) {
    .product--single__image__gallery .woocommerce-product-gallery__trigger {
        left: 0px;
        width: calc(100% - 0px) !important
    }
}

.product--single__image__gallery .woocommerce-product-gallery__trigger::before,
.product--single__image__gallery .woocommerce-product-gallery__trigger::after,
.product--single__image__gallery .woocommerce-product-gallery__trigger img {
    display: none !important
}

.product--single__image__gallery .flex-viewport {
    margin: 0px 1rem
}

.product--single__image__gallery .flex-viewport img {
    max-width: 100%
}

.product--single__image__gallery .flex-control-nav {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0px;
    left: 0px
}

.product--single__image__gallery .flex-control-nav li {
    float: none;
    box-shadow: none;
    background: #fff;
    border-radius: 0;
    width: 58px !important;
    height: 58px;
    margin: 0 3px 3px 0px !important;
    opacity: 1;
    transition: all ease 0.25s;
    overflow: hidden
}

.product--single__image__gallery .flex-control-nav li img {
    max-width: 100%;
    height: auto;
    border: 1px solid #eee;
    opacity: 1 !important
}

.product--single__image__gallery .flex-control-nav li img.flex-active {
    border-color: #2d2f4d
}

.product--single__details {
    padding-right: 0px
}

.product--single__details__sku {
    color: #6c757d;
    font-weight: 300
}

.product--single__details__sku #product_sku {
    color: #333;
    font-weight: 400
}

.product--single__details .promoblock {
    display: flex;
    padding: 14px;
    border: 1px solid #eee;
    margin-top: 21px
}

.product--single__details .promoblock__icon {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 0px
}

.product--single__details .promoblock__text {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 10px
}

.product--single__details .promoblock__text--row-top {
    font-size: 16px;
    line-height: 21px;
    margin-top: -1px;
    color: #2d2f4d;
    font-weight: bold;
    border-bottom: 1px solid #dae0e5;
    margin-bottom: 7px;
    padding-bottom: 3.5px
}

.product--single__details .promoblock__text--row-bottom {
    color: #9fa0a3
}

.product--single__details .woocommerce-product-details__short-description p {
    margin: 0px
}

.product--single__details .cart {
    display: flex;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem
}

.product--single__details .cart .variable-add-to-cart-wrap {
    display: flex;
    width: 100%
}

.product--single__details .cart .single_variation_wrap {
    width: 100%
}

.product--single__details .cart .quantity {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    display: flex
}

.product--single__details .cart .quantity__minus,
.product--single__details .cart .quantity__plus {
    color: #212529;
    background: #f8f9fa;
    border: 1px solid #dae0e5;
    padding: 0px 2px 0px 1px
}

.product--single__details .cart .quantity__minus svg,
.product--single__details .cart .quantity__plus svg {
    width: 18px;
    position: relative;
    left: 1px;
    top: -1px
}

.product--single__details .cart .quantity input {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    display: block;
    width: 100%;
    height: 33px;
    padding: 0px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #eee;
    border-left: none;
    border-right: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.product--single__details .cart .added_to_cart {
    display: none
}

.product--single__details .cart .single_add_to_cart_button {
    border-radius: 0px;
    color: #fff !important;
    background: #dc3545 !important;
    transition: all .3s ease;
    padding: .618em 1em !important;
    margin: 0px !important;
    font-weight: 700 !important
}

.product--single__details .cart .single_add_to_cart_button::after {
    display: none !important
}

.product--single__details .cart .single_add_to_cart_button:hover {
    background: #c82333 !important
}

.product--single__details .price {
    display: flex;
    flex-direction: column;
    margin: 1rem 0px;
    font-size: 28px !important;
    font-weight: 500 !important
}

.product--single__details .price del {
    font-weight: 400
}

.product--single__details .price ins {
    font-size: 28px;
    font-weight: 500;
    line-height: 33px
}

.product--single__descriptions {
    width: 100%
}

.shareme {
    margin-top: 20px
}

.shareme__list {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    align-items: center
}

.shareme__item {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 2px 4px 0 0
}

.shareme__link {
    display: block;
    text-indent: -99999px;
    height: 18px;
    width: 18px;
    background-size: 18px 18px;
    border-radius: 4px;
    color: #fff;
    overflow: hidden;
    position: relative
}

.shareme__item_service_facebook .shareme__link {
    background: #3b5998 url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.423 20v-7.298h2.464l.369-2.845h-2.832V8.042c0-.824.23-1.385 1.417-1.385h1.515V4.111A20.255 20.255 0 0014.148 4c-2.183 0-3.678 1.326-3.678 3.76v2.097H8v2.845h2.47V20h2.953z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.shareme__item_service_twitter .shareme__link {
    background: #00aced url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7.539a6.56 6.56 0 01-1.885.517 3.294 3.294 0 001.443-1.816 6.575 6.575 0 01-2.085.796 3.283 3.283 0 00-5.593 2.994A9.32 9.32 0 015.114 6.6a3.28 3.28 0 001.016 4.382 3.274 3.274 0 01-1.487-.41v.041a3.285 3.285 0 002.633 3.218 3.305 3.305 0 01-1.482.056 3.286 3.286 0 003.066 2.28A6.585 6.585 0 014 17.524 9.291 9.291 0 009.032 19c6.038 0 9.34-5 9.34-9.337 0-.143-.004-.285-.01-.425A6.672 6.672 0 0020 7.538z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.shareme__item_service_viber .shareme__link {
    background: #7b519d url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M18.434 15.574c-.484-.391-1.002-.743-1.511-1.102-1.016-.718-1.945-.773-2.703.38-.426.648-1.021.677-1.644.392-1.718-.782-3.044-1.989-3.821-3.743-.344-.777-.34-1.473.465-2.022.425-.29.854-.634.82-1.268-.045-.828-2.043-3.593-2.832-3.885a1.429 1.429 0 00-.984 0C4.373 4.95 3.606 6.48 4.34 8.292c2.19 5.405 6.043 9.167 11.349 11.463.302.13.638.183.808.23 1.208.012 2.623-1.158 3.032-2.318.393-1.117-.438-1.56-1.096-2.093zM12.485 4.88c3.879.6 5.668 2.454 6.162 6.38.045.363-.09.909.426.919.538.01.408-.528.413-.89.045-3.699-3.163-7.127-6.888-7.253-.281.04-.863-.195-.9.438-.024.427.466.357.787.406z'/%3E%3Cpath d='M13.244 5.957c-.373-.045-.865-.222-.953.299-.09.546.458.49.811.57 2.395.538 3.23 1.414 3.624 3.802.057.349-.057.89.532.8.436-.066.278-.53.315-.802.02-2.293-1.936-4.38-4.329-4.669z'/%3E%3Cpath d='M13.464 7.832c-.249.006-.493.033-.585.3-.137.4.152.496.446.544.983.158 1.5.74 1.598 1.725.027.268.195.484.452.454.356-.043.389-.361.378-.664.017-1.106-1.227-2.385-2.289-2.359z'/%3E%3C/g%3E%3C/svg%3E")
}

.shareme__item_service_whatsapp .shareme__link {
    background: #65bc54 url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 11.794c0 4.304-3.517 7.794-7.855 7.794a7.87 7.87 0 01-3.796-.97L4 20l1.418-4.182a7.714 7.714 0 01-1.127-4.024C4.29 7.489 7.807 4 12.145 4S20 7.49 20 11.794zm-7.855-6.553c-3.641 0-6.603 2.94-6.603 6.553A6.48 6.48 0 006.8 15.636l-.825 2.433 2.537-.806a6.6 6.6 0 003.633 1.084c3.642 0 6.604-2.94 6.604-6.553s-2.962-6.553-6.604-6.553zm3.967 8.348c-.049-.08-.177-.128-.37-.223-.192-.095-1.139-.558-1.315-.621-.177-.064-.305-.096-.434.095a10.92 10.92 0 01-.61.749c-.112.128-.224.143-.416.048-.193-.096-.813-.297-1.549-.948a5.76 5.76 0 01-1.07-1.323c-.113-.191-.013-.295.084-.39.086-.086.192-.223.289-.334.096-.112.128-.191.192-.319s.032-.239-.016-.335c-.048-.095-.433-1.035-.594-1.418-.16-.382-.32-.318-.433-.318-.112 0-.24-.016-.369-.016a.71.71 0 00-.513.239c-.177.19-.674.653-.674 1.593s.69 1.848.786 1.976c.096.127 1.332 2.119 3.289 2.884 1.958.764 1.958.51 2.31.477.353-.031 1.14-.461 1.3-.908.16-.446.16-.829.113-.908z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.shareme__item_service_telegram .shareme__link {
    background: #64a9dc url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.92 6.089L4.747 11.555c-.967.388-.962.928-.176 1.168l3.534 1.104 1.353 4.146c.164.454.083.634.56.634.368 0 .53-.168.736-.368.13-.127.903-.88 1.767-1.719l3.677 2.717c.676.373 1.165.18 1.333-.628l2.414-11.374c.247-.99-.378-1.44-1.025-1.146zM8.66 13.573l7.967-5.026c.398-.242.763-.112.463.154l-6.822 6.155-.265 2.833-1.343-4.116z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.boxed-links {
    display: flex;
    margin: 28px -5px 0px
}

.boxed-links__item {
    padding: 0px 5px;
    position: relative
}

.boxed-links__item--wrap {
    background: #2d2f4d
}

.boxed-links__item::before,
.boxed-links__item::after {
    content: '';
    position: absolute;
    left: 45px;
    right: 45px;
    top: 40px;
    bottom: 40px;
    display: block;
    border: 1px solid #fff;
    padding: 0px;
    z-index: 7;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s
}

.boxed-links__item::before {
    border-top: none;
    border-bottom: none;
    transform: scale(1, 0)
}

.boxed-links__item::after {
    border-left: none;
    border-right: none;
    transform: scale(0, 1)
}

.boxed-links__item__link {
    position: absolute;
    left: 5px;
    right: 5px;
    top: 0px;
    bottom: 0px;
    z-index: 9
}

.boxed-links__item__heading {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 8;
    padding: 20% 15%;
    transition: transform 0.35s;
    transform: translate3d(0, -20px, 0);
    word-spacing: -0.15em;
    font-weight: 800;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    word-spacing: 5.4px;
    height: 100%;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.boxed-links__item__image {
    width: 100%;
    opacity: 1;
    height: auto;
    transition: opacity .35s ease
}

.boxed-links__item:hover .boxed-links__item__heading {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.boxed-links__item:hover .boxed-links__item__image {
    opacity: .4
}

.boxed-links__item:hover::before,
.boxed-links__item:hover::after {
    opacity: 1;
    transform: scale(1)
}

.page--category {
    display: flex
}

@media (max-width: 767px) {
    .page--category>.col-lg-3 {
        display: none
    }
}

.page--category .products::after {
    content: "";
    flex: auto
}

.page--category__footer {
    display: flex;
    justify-content: flex-end
}

.page--category__footer .woocommerce-result-count {
    color: #6c757d
}

.page--category__filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.page--category__filters .woocommerce-notices-wrapper {
    width: 100%
}

.page--category__filters .woocommerce-ordering {
    display: flex;
    align-items: center
}

.page--category__filters .woocommerce-ordering .orderby-icon {
    height: 33px;
    width: 37px;
    border: 1px solid #ced4da;
    border-right: none;
    background: #f8f9fa;
    display: flex;
    justify-content: center;
    align-items: center
}

.page--category__filters .woocommerce-ordering .orderby-icon svg {
    width: 18px
}

.page--category__filters .woocommerce-ordering select {
    height: 33px;
    background: #fff;
    padding: 5px 30px 5px 10px;
    border: 1px solid #eee;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23aaa' d='M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z'/%3E%3C/svg%3E");
    background-position: right 7px top 6px;
    background-size: 20px 20px;
    background-repeat: no-repeat
}

.page--category__filters .woocommerce-ordering select:focus {
    outline: none
}

.page--category__filters * {
    float: none
}

.page--category .products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% + 10px);
    margin: 0px -5px
}

.page--category .products .product {
    padding: 0px 5px;
    margin-bottom: 10px
}

.page--category .products .product .woocommerce-loop-product__link .woocommerce-loop-product__title,  {
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 55px
}

.page--category .products .product--wrap {
    border: 1px solid #eee;
    padding: 7px 14px 14px;
    position: relative;
    height: 100%;
}

.novelty__products .product--wrap {
    position: relative;
}

.page--category .products .product--wrap .product-labels, .novelty__products .product--wrap .product-labels {
	position: absolute;
    top: 8px;
    left: 8px;
    width: auto;
    height: 24px;
    padding: 0 3px;
    border: 1px solid transparent;
    border-radius: 5px 5px 5px 0;
    background-color: #ef5243;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

@media(max-width: 767px){
    .page--category .products .product--wrap .product-labels, .novelty__products .product--wrap .product-labels {
        font-size: 10px;
        padding: 0 2px;
    }
}

.page--category .products .product--wrap .product-labels.type2, .novelty__products .product--wrap .product-labels.type2 {
    background-color: #3498db;
}

.page--category .products .product--wrap .product-labels.type3, .novelty__products .product--wrap .product-labels.type3 {
    background-color: #2ecc71;
}

.page--category .products .product--wrap .product-labels.type4, .novelty__products .product--wrap .product-labels.type4 {
    background-color: #e67e22;
}

.page--category .products .product--wrap .product-labels.type5, .novelty__products .product--wrap .product-labels.type5 {
    background-color: #9b59b6;
}

.page--category .products .product--wrap .added_to_cart {
    display: none
}

.page--category .products .product--wrap .label--sale {
    left: 7px
}

.page--category .products .product--wrap:hover {
    border-color: #d0d1d2
}

.page--category .products .product--wrap:hover .button {
    background: #2d2f4d !important;
    color: #fff !important
}

.page--category .products .product--wrap:hover .button svg {
    fill: #fff !important
}

.page--category .products .product--wrap:hover .button:hover {
    background: #2d2f4d !important
}

.ivpa-info-box {
    display: none !important
}

.ivpa-content {
    padding: 0px !important
}

.ivpa-terms {
    display: flex;
    justify-content: center
}

.product--single__details .ivpa-terms {
    justify-content: flex-start
}

.cart--modal__footer {
    display: flex;
    margin: 14px -12px 0px;
    border-top: 1px solid #e9ecef;
    padding: 14px 7px 0px
}

@media (max-width: 767px) {
    .cart--modal__footer {
        flex-wrap: wrap
    }

    .cart--modal__footer .col-12 {
        margin-bottom: 10px
    }
}

.cart--modal__footer>div {
    padding: 0px 5px
}

.cart--modal__footer a,
.cart--modal__footer button {
    display: block;
    position: relative;
    background: #f8f9fa;
    width: 100%;
    border: none;
    padding: 5px 10px !important;
    text-align: center;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 0px !important;
    line-height: 21px !important
}

.cart--modal__footer a:hover,
.cart--modal__footer button:hover {
    text-decoration: none;
    color: #333;
    background: #e2e6ea
}

.cart--modal__footer .checkout-button {
    background: #2d2f4d !important;
    color: #fff
}

.cart--modal__footer .checkout-button:hover {
    background: #2d2f4d !important;
    color: #fff
}

.cart--modal .cart_totals {
    padding: 14px 0px 0px;
    width: 100% !important;
    float: none !important
}

.cart--modal .cart_totals table {
    margin: 0px auto;
    width: auto;
    border: none
}

.cart--modal .cart_totals table .cart-subtotal th,
.cart--modal .cart_totals table .order-total th {
    font-weight: 400;
    padding: 0px 5px 0px 0px;
    border: none
}

.cart--modal .cart_totals table .cart-subtotal td,
.cart--modal .cart_totals table .order-total td {
    font-weight: 700;
    padding: 0px;
    border: none
}

.cart--modal .cart_totals table .cart-subtotal td strong,
.cart--modal .cart_totals table .order-total td strong {
    font-weight: unset
}

.cart--modal .modal-content {
    border-radius: 0px
}

.cart--modal .modal-content::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease
}

.cart--modal .modal-content.ajax-loading::after {
    opacity: 1;
    visibility: visible
}

.cart--modal .modal-body {
    padding-top: 0px
}

.cart--modal .woocommerce-cart-form__cart-item {
    padding: 14px 0px;
    border-bottom: 1px solid #e9ecef
}

.cart--modal .product-remove {
    border: 1px solid #eee;
    background: #f8f9fa;
    border-radius: 0px 3px 3px 0px;
    height: 27px;
    display: flex;
    width: 30px;
    justify-content: center;
    align-items: center;
    border-left: none;
    transition: all .35s ease
}

.cart--modal .product-remove .remove {
    background: none !important
}

.cart--modal .product-remove .remove:hover {
    background: none !important
}

.cart--modal .product-remove:hover {
    background: #e2e6ea
}

.cart--modal .product-remove svg {
    width: 18px;
    position: relative;
    top: -1px;
    left: 1px
}

.cart--modal .product-quantity {
    display: flex
}

.cart--modal .product-quantity .quantity {
    display: flex
}

.cart--modal .product-quantity .quantity .qty {
    width: 22px;
    padding: 0px 7px;
    box-sizing: content-box;
    text-align: center;
    border-radius: 0px;
    border: 1px solid #eee;
    border-left: none;
    border-right: none;
    height: 25px;
    position: relative
}

.cart--modal .product-quantity .quantity__minus,
.cart--modal .product-quantity .quantity__plus {
    border: 1px solid #eee;
    background: #f8f9fa;
    border-radius: 3px;
    height: 27px;
    width: 30px;
    transition: all .35s ease
}

.cart--modal .product-quantity .quantity__minus:hover,
.cart--modal .product-quantity .quantity__plus:hover {
    background: #e2e6ea
}

.cart--modal .product-quantity .quantity__minus svg,
.cart--modal .product-quantity .quantity__plus svg {
    position: relative;
    top: -1px
}

.cart--modal .product-quantity .quantity__minus {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px
}

.cart--modal .product-quantity .quantity__plus {
    border-radius: 0px
}

.cart--modal .product-subtotal {
    text-align: right;
    font-weight: 700;
    margin: 0px 0px 7px
}

.cart--modal .product-name {
    text-align: center
}

.cart--modal .product-name a {
    font-weight: 700;
    font-size: 14px
}

.cart--modal .product-thumbnail {
    width: 56px;
    box-sizing: content-box
}

.cart--modal .product-thumbnail img {
    width: 56px;
    padding: 3px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    max-width: 100%;
    height: auto
}

#order_review {
    position: relative
}

#order_review::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease
}

#order_review.ajax-loading::after {
    opacity: 1;
    visibility: visible
}

.cart--checkout {
    margin: 0px 0px 30px !important;
    width: 100%;
    border-collapse: collapse !important;
    border-radius: 0px !important;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd
}

.cart--checkout tr td:last-child {
    text-align: right;
    padding-right: 16px
}

.cart--checkout tfoot th {
    text-align: right;
    border-color: #ddd !important
}

.cart--checkout thead th {
    padding: 8px;
    border-bottom: 1px solid #ddd;
    background-color: #F8F8F8;
    color: #4D4D4D;
    font-weight: bold;
    text-align: center
}

.cart--checkout thead th:first-child {
    text-align: left
}

.cart--checkout thead th:last-child {
    text-align: right
}

.cart--checkout .cart_item .product-image img {
    width: 47px
}

.cart--checkout .cart_item .product-name {
    text-align: center
}

.cart--checkout .cart_item .product-price {
    text-align: center
}

.cart--checkout .cart_item .product-quantity--wrap {
    display: flex;
    justify-content: center;
    align-items: center
}

.cart--checkout .cart_item .product-quantity .product-remove {
    display: inline-block !important;
    height: 34px;
    line-height: 17px;
    padding: 0 3px;
    margin: 0;
    margin-right: 0px;
    margin-left: 5px;
    font-size: 12px !important;
    color: #fff !important;
    border: 1px solid #eee;
    background: #f8f9fa;
    transition: all .35s ease
}

.cart--checkout .cart_item .product-quantity .product-remove a.remove {
    width: auto;
    height: auto
}

.cart--checkout .cart_item .product-quantity .product-remove a.remove:hover {
    background: none
}

.cart--checkout .cart_item .product-quantity .product-remove svg {
    width: 25px;
    height: 32px;
    position: relative;
    top: 1px
}

.cart--checkout .cart_item .product-quantity .product-remove:hover {
    background: #e2e6ea
}

.cart--checkout .cart_item .product-quantity .quantity {
    display: flex;
    justify-content: center;
    align-items: center
}

.cart--checkout .cart_item .product-quantity .quantity__minus,
.cart--checkout .cart_item .product-quantity .quantity__plus {
    display: inline-block !important;
    height: 34px;
    line-height: 17px;
    padding: 0 3px;
    margin: 0;
    margin-right: 0px;
    font-size: 12px !important;
    color: #fff !important;
    border: 1px solid #eee;
    background: #f8f9fa;
    transition: all .35s ease
}

.cart--checkout .cart_item .product-quantity .quantity__minus svg,
.cart--checkout .cart_item .product-quantity .quantity__plus svg {
    width: 25px;
    height: 32px;
    position: relative;
    top: 1px
}

.cart--checkout .cart_item .product-quantity .quantity__minus:hover,
.cart--checkout .cart_item .product-quantity .quantity__plus:hover {
    background: #e2e6ea
}

.cart--checkout .cart_item .product-quantity .quantity .qty {
    border: 1px solid #eee;
    height: 34px;
    padding: 0px 10px;
    background: #fff;
    margin: 0px 5px
}

.checkout .form-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100% !important
}

.checkout .form-row label {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.checkout .form-row .woocommerce-input-wrapper {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.checkout .form-row .woocommerce-input-wrapper select,
.checkout .form-row .woocommerce-input-wrapper input {
    height: 33px;
    border: 1px solid #eee;
    padding: 0px 10px;
    border-radius: 0px
}

.checkout .woocommerce-billing-fields__field-wrapper {
    padding: 10px;
    margin-bottom: 20px
}

.checkout .woocommerce-account-fields {
    padding: 0px 10px;
    margin: -30px 0px 20px
}

.checkout .create-account {
    margin: 0px 0px -6px
}

.checkout .create-account>span {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.checkout .create-account>label {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.select2-dropdown {
    border-color: #eee
}

.select2-container--default .select2-selection--single {
    height: 33px;
    border: 1px solid #eee;
    padding: 0px 10px;
    border-radius: 0px
}

#order_comments_field {
    padding-top: 14px;
    padding-bottom: 21px
}

#order_comments_field label {
    display: none !important
}

#order_comments_field .woocommerce-input-wrapper {
    flex: 0 0 100%;
    max-width: 100%
}

.modal .modal-content {
    border-radius: 0px
}

.modal .modal-dialog {
    transform: none !important
}

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

.modal .modal-title a {
    display: flex;
    color: #333;
    align-items: center
}

.modal .modal-title a:hover {
    color: #333
}

.modal .modal-title a svg {
    fill: #bbb;
    margin-right: 5px
}

.wpcf7-form input {
    height: 33px;
    padding: 0px 10px 0px 35px;
    border-radius: 0px;
    border: 1px solid #eee;
    width: 100%
}

.wpcf7-form input[type=submit] {
    background: #2d2f4d;
    width: 100%;
    color: #fff;
    padding: 0px 10px
}

.wpcf7-form input[type=submit]:hover {
    background: #2d2f4d
}

.wpcf7-form textarea {
    border-radius: 0px;
    border: 1px solid #eee;
    width: 100%;
    padding: 6px 10px;
    height: 90px
}

.wpcf7-form .form-input-item {
    position: relative;
    margin-bottom: 7px
}

.wpcf7-form .form-input-item br {
    display: none
}

.wpcf7-form .form-input-item svg {
    position: absolute;
    top: 5px;
    left: 6px;
    z-index: 9;
    fill: #ccc
}

.wpcf7-form .form-input-item--submit {
    text-align: right
}

.wpcf7-form .ajax-loader {
    position: absolute;
    left: 0px;
    top: 4px;
    margin: 0px
}

/*# sourceMappingURL=update.css.map */
.text .uk-margin{
    font-size: 11px;
}

.text .uk-margin-remove-top{
    font-size: 12px;
    line-height: 17px;
    padding: 7px 0px 0px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}