@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'tm-hyamarkt';
    src:
        url('../fonts/tm-hyamarkt.woff?zdlwl8') format('woff'),
        url('../fonts/tm-hyamarkt.svg?zdlwl8#tm-hyamarkt') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.tm-hyamarkt {
    font-family: 'tm-hyamarkt' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tm-hyamarkt-icon-setting:before {
    content: "\e904";
}

.tm-hyamarkt-icon-whatsapp:before {
    content: "\e900";
}

.tm-hyamarkt-icon-location:before {
    content: "\e901";
}

.tm-hyamarkt-icon-mail:before {
    content: "\e902";
}

.tm-hyamarkt-icon-phone:before {
    content: "\e903";
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    background-color: #fff;
}

p {
    margin: 0 0 20px;
}

img,
object,
embed,
video {
    max-width: 100%;
}

img {
    height: auto;
}

/* ol,ul{margin:0 0 20px; padding:0 0 0 35px;} */
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: #7FD8DE;
    outline: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

em {
    font-style: italic;
}

strong,
b {
    font-weight: bold;
}

small {
    font-size: 80%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

fieldset,
img,
abbr {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    outline: none;
}

button {
    border: none;
    outline: none;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}

select,
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 8px 10px;
    border: 1px solid #cec6cb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
}

input[type=submit] {
    line-height: 1;
    display: inline-block;
    padding: 14px 25px;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #7FD8DE;
    background-color: #7FD8DE;
    color: #fff;
    outline: none;
    width: 180px;
}

input[type=submit]:hover {
    background-color: #13ACB6;
    border-color: #13ACB6;
}

label {
    font-size: 14px;
    /* font-weight:bold; */
}

*::-webkit-input-placeholder {
    color: #878383;
    opacity: 1;
    font-size: 14px;
}

*:-moz-placeholder {
    color: #878383;
    opacity: 1;
    font-size: 14px;
}

*::-moz-placeholder {
    color: #878383;
    opacity: 1;
    font-size: 14px;
}

*:-ms-input-placeholder {
    color: #878383;
    opacity: 1;
    font-size: 14px;
}

table {
    width: 100%;
    border: none;
    max-width: 100%;
    overflow: auto;
    margin-bottom: 20px;
}

table th {}

table th,
table td {
    padding: 10px 8px;
    border: 1px solid #ccc;
}

.table-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0 0 10px;
    line-height: 1;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
    /* font-size:60px; text-align:center; margin:0 0 0px; */
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 20px;
}

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 16px;
}
.h2-style {
    font-size: 32px;
    font-weight: 700;
}
.entry-header.has-post-thumbnail h1 {
    font-size: 32px;
    font-family: 'Montserrat Condensed', sans-serif;
    font-weight: bold;
}

.single-post .entry-header.has-post-thumbnail h1 {
    font-size: 30px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.header_langs {
    width: 110px;
    display: flex;
    align-items: center;
    margin-top: 13px;
    height: 44px;
}
.header_langs .wpml-ls-native {
    text-transform: uppercase;
    font-size: 18px;
    margin-left: 8px;
    font-weight: 500;
}
.wpml-ls-item-toggle {
    height: 44px;
    display: flex !important;
    align-items: center;
}

.title-blog {
    text-align: center;
    margin: 32px 0;
    color: #343434;
}
.cats-list {
    margin-top: 10px;
	gap: 24px;
	display: flex;
}
.cats-list_itm {
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
	transition:0.5s;
    color: #343434;
}
.cats-list_itm:hover, 
.cats-list_itm--active {
    color: #13ACB6;
}
.blog-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 24px;
    margin: 32px 0 64px;
}
.blog-list_itm {
    width: calc(33.33333% - 16px);
}
.blog-list_itm-img {
    width: 100%;
    height: 228px;
    background-size: 100%;
    background-position: center;
	background-repeat: no-repeat;
	display:block;
	transition: 0.2s;
}
.blog-list_itm:hover .blog-list_itm-img {
    opacity: 1;
    animation: flash 0.4s;
	background-size: 110%;
}
@keyframes flash {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
.blog-list_itm-cats {
    margin: 16px 0;
    display: flex;
    gap: 8px;
}
.blog-list_itm-cats a {
    padding: 4px 8px 5px;
    font-size: 14px;
    text-decoration: none;
    color: #343434;
    background: #FFE5EC;
    border-radius: 100px;
    font-weight: 500;
}
.blog-list_itm-ttl {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 16px;
    line-height: 17px;
}
.blog-list_itm-ttl a {
    color: #343434;
    text-decoration: none;
}
.blog-list_itm:hover .blog-list_itm-ttl a {
    color: #13ACB6;
}
.blog-list_itm-txt {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;
}
.blog_meta.blog_meta--list {
    display: flex;
    gap: 20px;
}
.blog_meta--single {
    justify-content: center;
    margin: 24px 0 32px;
}
.blog_meta-data {
    display: flex;
    align-items: center;
    gap: 6px;
}
.blog_meta-data-i {
    height: 19px;
}
.blog_meta-data-txt {
    font-size: 14px;
    font-weight: 500;
}
.blog_meta-data-txt a {
    color: #343434;
    text-decoration: none;
}
.blog_meta-data-txt a:hover {
	color:#13ACB6;
}
.blog .pagenavi {
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
}
.blog .pagenavi .current,
.blog .pagenavi a {
    border: 0.5px solid #C3BBC0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
	margin:0;
}
.blog .pagenavi a {
	color:#13ACB6;
}
.blog .pagenavi a:hover {
	color:#343434;
}
.blog .pagenavi .current {
    background: #E9E9ED;
    color: #343434 !important;
}
.heading--single-blog .breadcrumbs {
    text-align: center;
    margin: 32px 0;
}
.blog_single_thumb {
    width: 926px;
    margin: 0 auto 32px;
    display: block;
    max-width: calc(100% - 34px);
}
.blog-subtitle {
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 32px;
    font-weight: 400;
}
.blog_content {
    width: 552px;
    margin: 0 auto;
    max-width: calc(100% - 32px);
}
.blog_content h2,
.blog_content h3,
.blog_content h4,
.blog_content h5, 
.blog_content h6 
{
	text-transform: none;
    font-weight: 600;
	line-height: 32px;
	margin-bottom: 16px;
}
.blog_content h2 {
    font-size: 24px;
}
.blog_content h3 {
    font-size: 20px;
}
.blog_content h4 {
    font-size: 18px;
}
.blog_content h5, .blog_content h6 {
    font-size: 16px;
}
.blog_content p {
    margin: 0 0 32px;
}
.blog_content ul,
.blog_content ol {
	padding-left: 32px;
    margin-bottom: 32px;
}
.blog_content ul {
    list-style: disc;
}
.blog_content ol {
    list-style: decimal;
}
.blog_content blockquote {
    padding: 8px 0 0 24px;
    margin: 0 0 32px;
    border-left: 1px solid #878383;
}
.blog_content blockquote * {
	margin-bottom:8px;
}
.blog_content blockquote em {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}
.blog-img-grid {
    display: grid;
    gap: 24px;
	max-width: calc(100% - 32px);
	width:744px;
	margin:0 auto 32px;
}
.blog-img-grid--two {
    grid-template-columns: repeat(2, 1fr);
}
.blog-img-grid--three {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
.blog-img-grid_item {
    display: grid;
}
.related-posts {
    padding-top: 50px;
    padding-bottom: 100px;
}
.related-posts .title {
    text-align: center;
    text-transform: uppercase;
}
.blog-nav {
    display: flex;
	flex-wrap:wrap;
	margin-bottom: 150px;
}
.blog-nav_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
}
.blog-nav_head-txt {
    color: #878383;
    font-size: 14px;
}
.blog-nav_arrow {
    width: 50%;
    border-top: 1px solid #E9E9ED;
    padding: 16px;
	text-decoration:none;
	color: #343434;
}
.blog-nav_arrow:hover {
	color: #13ACB6;
}
.blog-nav_arrow:first-child {
    border-right: 1px solid #E9E9ED;
    text-align: right;
}
.related-posts_btn {
    display: block;
    padding: 8px;
    background: #13acb6;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    margin: 0 auto;
    text-align: center;
    max-width: 120px;
}
.related-posts_btn:hover {
	background: #286066;
}
.related-posts .blog-list {
	margin: 32px 0 48px;
}
@media (max-width: 1248px) {
    .blog {
		padding: 0 31px !important;
	}
	.related-posts {
		padding: 0 16px;
	}
	.blog-list_itm-img {
		height: 190px;
	}
}
@media (max-width: 991px) {
	.blog-list_itm {
		width: calc(50% - 16px);
	}
	.blog-list_itm-img {
		height: 240px;
	}
}
@media (max-width: 768px) {
	.title-blog {
		text-align: center;
		margin: 32px 0 14px;
	}
	.cats-list {
		margin-top: 28px;
		gap: 16px;
	}
	.cats-list_itm {
		font-size: 14px;
	}
	.blog-list_itm {
		width: 100%;
	}
	.blog-list_itm-img {
        height: 360px;
    }
}
@media (max-width: 568px) {
	.header_langs {
		width: 85px;
		margin: 10px 15px 0;
	}
	.header_langs .wpml-ls-native {
		font-size: 14px;
	}
	.header_langs.wpml-ls-legacy-dropdown a {
		padding: 5px;
	}
	
	.blog-list_itm-img {
        height: 260px;
    }
	.title-blog--single {
    	font-size: 24px;
    	margin: 0 0 24px;
	}
	.blog_meta--single {
		gap: 8px;
	}
	.blog_meta--single .blog_meta-data-txt {
		font-size: 12px;
	}
	.blog-img-grid--two {
		grid-template-columns: repeat(1, 1fr);
	}
	.blog-nav {
		margin-bottom: 100px;
	}
	.blog-nav_arrow {
		border-top: 0;
		width: 100%;
	}
	.blog-nav_arrow:first-child {
		border-right: 0;
		text-align: right;
	}
	.blog-nav_arrow:nth-child(2) {
		border-top: 1px solid #E9E9ED;
	}
	.blog-nav_arrow--next {
		text-align: left !important;
	}
	.blog-nav_arrow--prev {
		text-align: right !important;
	}
	.related-posts .title {
		font-size: 24px;
	}
	.related-posts .blog-list {
		margin: 32px 0;
	}
	.related-posts_btn {
		margin: 0 auto 50px;
		max-width: 100%;
	}
}
@media (max-width: 458px) {
	.blog-list_itm-img {
        height: 228px;
    }
}


.woocommerce-checkout h2,
.woocommerce-checkout h3,
.woocommerce-cart h2,
.woocommerce-cart h3 {
    font-size: 20px;
    font-weight: 500;
}

.woocommerce div.product h1.product_title {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.tagged_brend {
    font-size: 14px;
    display: block;
    padding-top: 10px;
}

.woocommerce div.product p.price del {
    font-weight: 400;
}

.entry-content ol,
.entry-content ul {
    margin: 0 0 20px;
    padding-left: 30px;
}

.entry-content ul {
    list-style: disc;
}

.entry-content ol {
    list-style: decimal;
}

ul.woocommerce-error,
ul.woocommerce-info,
ul.woocommerce-message {
    padding-left: 3.5em;
}

.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    text-align: center;
    max-width: 100%;
}

.req,
.woocommerce form .form-row .required {
    color: #7FD8DE;
}

.no-scroll {
    overflow: hidden;
}


.cl {
    clear: both;
    font-size: 0;
    height: 0;
    overflow: hidden;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.row:after {
    clear: both;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11,
.col12,
.col_p {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 600px) {
    .col_p {
        float: left;
        width: 50%;
    }

    .col_p:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) {

    .col1,
    .col2,
    .col3,
    .col4,
    .col5,
    .col6,
    .col7,
    .col8,
    .col9,
    .col10,
    .col11,
    .col12 {
        float: left;
    }

    .col12 {
        width: 100%;
    }

    .col11 {
        width: 91.66666667%;
    }

    .col10 {
        width: 83.33333333%;
    }

    .col9 {
        width: 75%;
    }

    .col8 {
        width: 66.66666667%;
    }

    .col7 {
        width: 58.33333333%;
    }

    .col6 {
        width: 50%;
    }

    .col5 {
        width: 41.66666667%;
    }

    .col_p,
    .col4 {
        width: 33.33333333%;
    }

    .col3 {
        width: 25%;
    }

    .col2 {
        width: 16.66666667%;
    }

    .col1 {
        width: 8.33333333%;
    }

    .push3 {
        left: 25%;
    }

    .push9 {
        right: 75%;
    }

    .col_p:nth-child(2n+1) {
        clear: none;
    }

    .col_p:nth-child(3n+1) {
        clear: left;
    }
}

.wp-caption {
    text-align: center;
    max-width: 100%;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

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

.btn {
    text-decoration: none;
    line-height: 1;
    display: inline-block;
    max-width: 100%;
    padding: 8px 25px;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #7FD8DE;
    background-color: #7FD8DE;
    color: #fff;
    overflow: hidden;
    vertical-align: top;
    text-overflow: ellipsis;
    transition: .3s;
}

.btn:hover {
    background-color: #13ACB6;
    border-color: #13ACB6;
}

.btn.btn-border-1 {
    font-size: 16px;
    background-color: transparent;
    border: 1px solid #333;
    min-width: 104px;
    color: #333;
}

.btn.btn-border-1:hover {
    background-color: #fff;
    border-color: #7FD8DE;
    color: #7FD8DE;
}

.btn.btn-big-1 {
    font-size: 20px;
    background-color: #13ACB6;
    border: 1px solid #13ACB6;
    padding: 13px 33px;
}

.btn.btn-big-1:hover {
    background-color: #7FD8DE;
    border-color: #7FD8DE;
}

.thumb img {
    vertical-align: bottom;
}


.top_header {
    font-size: 14px;
    color: #fff;
    background-color: #13ACB6;
    padding: 9px 0;
}

.top_header ul.list1 li {
    padding: 5px 7px 5px 12px;
    background: url('../img/list1.png') 0 center no-repeat;
    float: left;
    text-transform: uppercase;
}

.top_header .btn {
    border: 1px solid #fff;
    background-color: transparent;
    padding: 5px 12px;
    float: right;
}

.top_header .btn:hover {
    background-color: #fff;
    color: #7FD8DE;
}

.header {
    border-bottom: 1px solid #c3bbc0;
    padding: 9px 0 18px;
}

.h_flex {
    display: flex;
    justify-content: space-between;
}

.logo {
    width: 425px;
}
.logo,
.logo a {
    display: flex;
}
.search_form_box {
    width: 320px;
    margin-top: 13px;
}

.search-form {
    position: relative;
}

.search-form input {
    background-color: #eee5ea;
    /* color:#fff; */
    height: 32px;
    line-height: 32px;
    border: none;
    border-radius: 16px;
    padding: 0 16px 0 32px;
    font-weight: 500;
}

.search-form ::-webkit-input-placeholder {
    color: #fff;
}

.search-form :-moz-placeholder {
    color: #fff;
}

.search-form ::-moz-placeholder {
    color: #fff;
}

.search-form :-ms-input-placeholder {
    color: #fff;
}

.search-form .search-btn {
    position: absolute;
    left: 4px;
    top: 8px;
    color: #fff;
    background: transparent;
}

.h_go_search {
    cursor: pointer;
    line-height: 1;
    position: absolute;
    top: 5px;
    right: 15px;
    width: 22px;
    font-size: 18px;
}

.autocomplete-suggestions {
    text-align: left;
    cursor: default;
    border: 1px solid #cec6cb;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);
    /* core styles should not be changed */
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

.autocomplete-suggestion {
    position: relative;
    padding: 5px 15px;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #333;
}

.autocomplete-suggestion b {
    font-weight: normal;
    color: #7FD8DE;
}

.autocomplete-suggestion.selected {
    background: #f0f0f0;
}

/* ----------------------------------------------------------------
   Menu
-----------------------------------------------------------------*/
.no-scroll {
    overflow: hidden;
}

.menu-toggle {
    position: absolute;
    top: 5px;
    width: 22px;
    padding: 10px 10px;
    cursor: pointer;
    /* color:#fff; */
    z-index: 9998;
    transition-property: opacity;
    transition-duration: 0.15s;
    transition-timing-function: linear;
}

.menu-toggle:hover {
    opacity: 1
}

.menu-toggle-inner {
    display: block;
    top: 50%;
    margin-top: -1px
}

.menu-toggle-inner,
.menu-toggle-inner:after,
.menu-toggle-inner:before {
    background-color: #fff;
    width: 22px;
    height: 2px;
    position: absolute;
    left: 0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.menu-toggle-inner:after,
.menu-toggle-inner:before {
    content: "";
}

.menu-toggle-inner:before {
    top: -7px;
}

.menu-toggle-inner:after {
    bottom: -7px;
}

.menu-toggle.toggled .menu-toggle-inner {
    background-color: #7FD8DE;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.menu-toggle.toggled .menu-toggle-inner:before {
    background-color: #7FD8DE;
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease
}

.menu-toggle.toggled .menu-toggle-inner:after {
    background-color: #7FD8DE;
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.main_menu_wrap {
    text-align: center;
}

.main_menu {
    display: inline-block;
    margin: 15px 0 0;
    text-align: left;
}

.main_menu>li {
    margin-right: 25px;
    float: left;
    font-weight: 400;
    font-size: 20px;
}

.main_menu>li:last-child {
    margin-right: 0;
}

.main_menu li {
    position: relative;
}

.main_menu li a {
    display: block;
    text-decoration: none;
}

.main_menu>li>a {
    border-bottom: 1px solid transparent;
    color: #333;
    padding-bottom: 4px;
    margin-bottom: -2px;
    text-transform: uppercase;
}

.main_menu>li>a:hover {
    border-color: #7FD8DE;
}

.main_menu>li.current-menu-parent>a,
.main_menu>li.current-menu-item>a {
    border-color: #7FD8DE;
}

.main_menu li:hover>ul {
    display: block;
}

.main_menu .sub-menu {
    display: none;
    position: absolute;
    min-width: 200px;
    background: #fff;
    z-index: 999;
    border-top: 1px solid #7FD8DE;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.main_menu>li>.sub-menu {
    top: 34px;
}

.main_menu .sub-menu li {
    padding: 5px 0;
    border-bottom: 1px solid #f7f7f7;
}

.main_menu .sub-menu li a {
    color: #333;
    padding: 5px 10px;
    font-size: 80%;
}

.main_menu .sub-menu .sub-menu {
    margin-left: 100%;
    top: 0;
    margin-top: -2px;
    padding-left: 1px;
}

.main_menu .sub-menu li a:hover {
    color: #7FD8DE;
    /* background-color:#171717; */
}


@media (min-width:601px) {

    .h_go_search,
    .menu-toggle {
        display: none;
    }
}

@media only screen and (max-width : 600px) {
    .main_menu_wrap {
        display: none;
        background: #fff;
        position: fixed !important;
        top: 0 !important;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9997;
        width: 100%;
        padding: 20px 40px 0 40px;
    }

    .admin-bar .main_menu_wrap {
        padding-top: 66px;
    }

    .main_menu {
        height: 100%;
        max-height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        float: none;
    }

    .main_menu li {
        width: 100%;
    }

    .main_menu>li {
        padding: 0px;
        margin: 0;
    }

    .main_menu>li>a {
        padding: 10px 0px;
        border-color: #f7f7f7;
    }

    .main_menu .sub-menu {
        position: static;
        margin-top: 10px;
        margin-left: 0;
        border-top: none;
        box-shadow: none;
    }

    .main_menu .sub-menu li {
        padding-left: 15px;
    }

    .main_menu .sub-menu li a {
        padding-left: 0;
    }

    .main_menu .sub-menu .sub-menu {
        margin-left: 0;
        margin-top: 0;
        padding-left: 0px;
    }

    .main_menu li:hover>ul {
        display: none;
    }

    .sub-menu-toggle {
        position: absolute;
        top: 0px;
        right: 0;
        z-index: 9998;
        padding: 10px;
        cursor: pointer;
    }

    .sub-menu-toggle:before {
        content: '\f107';
        font-family: 'FontAwesome';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-feature-settings: "liga";
        -moz-font-feature-settings: "liga=1";
        -moz-font-feature-settings: "liga";
        -ms-font-feature-settings: "liga"1;
        -o-font-feature-settings: "liga";
        font-feature-settings: "liga";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 20px;
        color: #7FD8DE;
    }

    .sub-menu-toggle.active:before {
        content: '\f106'
    }

}

.entry-header {
    padding: 30px 0;
    text-align: center;
}

.entry-header.has-post-thumbnail h1 {
    color: #fff;
}

.entry-header.has-post-thumbnail {
    position: relative;
    padding: 43px 0;
}

.entry-header.has-post-thumbnail .post-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.entry-header.has-post-thumbnail .post-thumbnail:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .35;
    background: #7a7a7a
}

.entry-header.has-post-thumbnail .post-thumbnail>img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%
}

.entry-header.has-post-thumbnail .container {
    position: relative;
    z-index: 2
}

.breadcrumbs {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin: 10px 0 0px;
}

.breadcrumbs span,
.breadcrumbs a {
    color: #c3bbc0;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs .sep {
    padding: 0 4px;
}

.entry-content {
    padding: 20px 0;
}

.main_content {
    padding: 20px 0;
}

.post_item {
    margin-bottom: 15px;
    max-width: 370px;
}

.post_item .thumb {
    margin-bottom: 10px;
}

.post_item .title a {
    color: #333;
    font-weight: 500;
    text-decoration: none;
}

.post_item .title a:hover {
    color: #7FD8DE;
}

.pagenavi {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.pagenavi a,
.pagenavi span {
    margin: 0px 7px 5px;
    color: #aeaeae;
    text-decoration: none;
    display: inline-block;
}

.pagenavi span.current,
.pagenavi a:hover {
    color: #7FD8DE;
}

.pagenavi a.prev,
.pagenavi a.next {}

.pagenavi a.prev:hover,
.pagenavi a.next:hover {}

.pagenavi span.extend {}

.arr {
    vertical-align: middle;
    border: solid #aeaeae;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
}

.arr:hover {
    border-color: #7FD8DE;
}

.arr.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.arr.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}



.logo-f {
    margin-bottom: 15px;
}
.logo-f a {
    position: relative;
    left: -12px;
}

.icons_li li {
    padding-left: 30px;
    margin-bottom: 30px;
    position: relative;
}
ul.icons_li li .svg-inline--fa {
    margin-left: -30px;
    position: absolute;
    top: 3px;
}

.icons_li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #beabb6;
    font-size: 18px;
}


.fwidget,
.fwidget a {
    color: #fff;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
}

.fwidget a:hover {
    text-decoration: underline;
}

.fwidget.contacts {
    text-transform: none;
}
.fwidget.contacts  i {
    color: #fff;
}

.fwidget .widget-title {
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 25px;
}

.tm-footer-whatsapp {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 1000;
}
.tm-footer-whatsapp a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .15);
    background: #31c631;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-decoration: none;
    transition: all .3s ease-in-out;
    font-size: 25px;
}
.tm-footer-whatsapp a:hover {
    background: #5dec5d;
}
@media (max-width: 480px) {
    .tm-footer-whatsapp a,
    .tm-footer-whatsapp {
        width: 45px;
        height: 45px;
    }
    .tm-footer-whatsapp a {
        font-size: 20px;
    }
}

.bottom_block {
    padding: 40px 0;
    background-color: #286066;
}

.bottom_block .col4:nth-child(1) {
    width: 30%;
}
.bottom_block .col4:nth-child(2) {
    width: 45%;
}
.bottom_block .col4:nth-child(3) {
    width: 25%;
}

.bottom_block .col4:nth-child(2) .menu {
    display: flex;
    flex-wrap: wrap;
}
.bottom_block .col4:nth-child(2) .menu-item {
    width: 50%;
    padding-right: 10px;
}
.bottom_block .col4 .menu-item:not(:last-child) {
    margin-bottom: 15px;
}

.footer {
    padding: 15px 0;
    background-color: #006167;
}

.footer .copy {
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.cookie-layer {
    z-index: 99999;
    background-color: rgba(0, 0, 0, .75);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 0;
    color: #fff;
}

.cookie-layer a {
    color: #0db1cd;
}

.cookie-layer a:hover {
    text-decoration: underline;
}

.cookie-text {
    margin-right: 30px;
}

@media (max-width: 980px) {
    .bottom_block .col4:nth-child(1) {
        width: 100%;
    }
    .bottom_block .col4:nth-child(2) {
        width: 60%;
    }
    .bottom_block .col4:nth-child(3) {
        width: 40%;
    }
}
@media (max-width: 620px) {
    .bottom_block .col4:nth-child(2),
    .bottom_block .col4:nth-child(3) {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .bottom_block .col4 .menu-item {
        font-size: 14px;
    }
}
.c-btn {
    display: inline-block;
    padding: 3px 20px;
    background-color: #ffa800;
    color: #fff;
    cursor: pointer;
    line-height: 24px;
    border-radius: 3px;
}

.c-btn:hover {
    color: #fff;
    background-color: #ff8a00
}

.cmplz-cookiebanner .cmplz-accept {
    background-color: #006167 !important;
}

.cmplz-cookiebanner .cmplz-deny {
    color: #006167 !important;
}

.cmplz-cookiebanner .cmplz-view-preferences {
    color: #006167 !important;
    border-color: #006167 !important;
}

.kontakt_block .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.kontakt_block .icons_li li {
    padding-left: 30px;
    margin-bottom: 15px;
    font-weight: 400;
}

.kontakt_block .icons_li li p {
    margin-bottom: 15px;
}

.kontakt_block .icons_li i {
    color: #006167;
    top: 4px;
}

/* home */
.recomend_section {
    padding: 40px 0 25px;
    text-align: center;
}

.recomend_section .title {
    color: #333;
    font-size: 24px;
    position: relative;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.recomend_section .title span {
    padding: 0 12px;
    position: relative;
    background-color: #fff;
}

.recomend_section .title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 720px;
    height: 1px;
    background-color: #333;
}
.recomend_section .woocommerce ul.products li.product .price.smaller,
.recomend_section .star-rating,
.recomend_section .wc-gzd-rating-authenticity-status {
    display: none !important;
}

.brands_section {
    background-color: #7FD8DE;
    padding: 40px 0 40px;
}

.brands_section .title {
    color: #fff;
    text-align: center;
    font-size: 24px;
    position: relative;
    text-transform: uppercase;
}

.brands_section .title span {
    padding: 0 10px;
    position: relative;
    background-color: #7FD8DE;
}

.brands_section .title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 430px;
    height: 1px;
    background-color: #fff;
}

.brands_in {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.brands_in img {
    align-self: center;
    padding: 30px;
    width: 25%;
}

.advantages_section {
    padding: 40px 0 40px;
    text-align: center;
}

.advantages_section .title {
    color: #333;
    font-size: 24px;
    position: relative;
    margin-bottom: 32px;
    text-transform: uppercase;
}

.advantages_section .title span {
    padding: 0 35px;
    position: relative;
    background-color: #fff;
}

.advantages_section .title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 575px;
    height: 1px;
    background-color: #333;
}

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

.advantages_in .item {
    padding: 0 15px;
    width: 210px;
}

.advantages_in .item img {
    margin-bottom: 6px;
}


.advantages_in p {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
}

.newsletter_section {
    background-color: #7FD8DE;
}

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

.newsletter_section .img {
    display: flex;
    align-items: flex-end;
}

.newsletter_section .desc {
    padding: 45px 15px;
    width: 500px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

.newsletter_section .desc p {
    margin-bottom: 35px;
}

.newsletter_section .desc input[type=email] {
    padding: 2px 10px 2px 20px;
    border-color: #fff;
}

.newsletter_section ::-webkit-input-placeholder {
    color: #ef9bae;
    opacity: 1;
    font-size: 16px;
    font-style: italic;
}

.newsletter_section :-moz-placeholder {
    color: #ef9bae;
    opacity: 1;
    font-size: 16px;
    font-style: italic;
}

.newsletter_section ::-moz-placeholder {
    color: #ef9bae;
    opacity: 1;
    font-size: 16px;
    font-style: italic;
}

.newsletter_section :-ms-input-placeholder {
    color: #ef9bae;
    opacity: 1;
    font-size: 16px;
    font-style: italic;
}

.title_small {
    font-size: 22px;
    text-align: center;
    padding-bottom: 15px;
    font-weight: 500;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.newsletter_in .title {
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 500;
}

.newsletter_section .desc p {
    font-size: 13px;
    text-align: center;
    line-height: 17px;
    color: #fff;
    font-weight: 400;

}

.tnp-subscription input.tnp-submit {
    background-color: #FF7798 !important;
    display: block !important;
    max-width: 250px !important;
    width: 100% !important;
    margin: 0 auto !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    font-weight: 400;
}

.tnp-privacy-field label {
    font-size: 12px !important;
    line-height: 12px !important;
}

.newsletter_section .tnp-submit:hover {
    background-color: #FFD9E2 !important;
    color: #333;
}

.tnp-subscription label {
    font-weight: 400 !important;
}

.bottom_home_section {
    padding: 32px 0 32px;
    background-size: cover;
    color: #333;
    text-align: center;
}

.bottom_home_section .desc {
    font-size: 18px;
    line-height: 30px;
    margin-left: 43px;
}

.bottom_home_section .desc p {
    margin-bottom: 35px;
}

.product p.wc-gzd-additional-info {
    margin: 10px 0;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color: #13ACB6;
    border-color: #13ACB6;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0;
}
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit,
.woocommerce button.button {
    width: auto;
    padding: .618em 1em;
    height: 35px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 13px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #7FD8DE;
    border-color: #7FD8DE;
    color: #fff;
}

.wts_control_nav .slides>li img {
    border: 1px solid #cec6cb;
}

.wts_control_nav .slides>li.flex-active-slide img {
    border-color: #7FD8DE;
}

.woocommerce div.product p.price {
    text-align: left;
    margin-bottom: 10px;
    color: #333;
    font-size: 18px;
    font-weight: 900;
}

.woocommerce div.product p.price.smaller {
    font-size: .9em;
    font-weight: 400 !important;
}

.woocommerce div.product p.price.smaller ins {
    font-size: 18px;
    font-weight: 400 !important;
    padding-bottom: 20px;
}

.woocommerce div.product p.price span {}

.another_currency {
    font-size: 18px;
    font-weight: 400;
    color: #C3BBC0;
    display: inline-block;
    order: 5;
    margin-left: 5px;
}
.another_currency--s {
	font-size: 14px;
}
.entry-summary .another_currency--s {
    font-size: 16px;
}
.another_currency .amount {
    margin: 0 !important;
}
.woocommerce div.product p.price.smaller ins {
    padding: 0;
}

/*
woocommerce-variation-add-to-cart variations_button
*/
.woocommerce div.product form.cart {
    padding-top: 10px;
}

.woocommerce div.product form.cart .button {
    height: 40px;
    font-size: 20px;
    padding: 0 27px;
    line-height: 40px;
    float: none;
}

.woocommerce div.product form.cart div.quantity {
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: middle;
}

.quantity button,
.quantity .input-text.text {
    border: 1px solid #eee5ea;
    margin: 0 1px;
    height: 40px;
    font-size: 14px;
    float: left;
    text-align: center;
}

.quantity .input-text.text {
    width: 60px !important;
}

/* .quantity button.increase {
    border-right: 0;
} */
.quantity button {
    background-color: #eee5ea;
    position: relative;
    width: 40px;
}

.woocommerce-cart .quantity button {
    width: 30px;
    height: 30px;
}

.woocommerce-cart .quantity .input-text.text {
    height: 30px;
}

.cart_item .quantity .input-text {
    overflow: hidden;
}

.quantity .input-text.text {
    width: auto;
    font-size: 14px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #13ACB6;
    border-color: #13ACB6;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    /* background: #ff3399; */
    border-radius: 0;
    position: relative;
}

.quantity button .minus,
.quantity button .plus {
    width: 15px;
    height: 15px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.quantity button .plus:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 7px;
    background-color: #333;
    width: 15px;
    height: 1px;
}

.quantity button .plus:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 0px;
    background-color: #333;
    width: 1px;
    height: 15px;
}

.quantity button .minus:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 7px;
    background-color: #333;
    width: 15px;
    height: 1px;
}

.checkout #customer_details {
    margin-bottom: 20px;
}

.woocommerce-tabs {
    border-top: 1px solid #cec6cb;
    padding-top: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    width: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    font-size: 20px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    border: none;
    margin-right: 50px;
    background-color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
    margin-right: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: 1px solid #7FD8DE;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    width: 0;
    border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 400;
    padding: 0 0 1px;
}

.woocommerce div.product .related.products {
    border-top: 1px solid #cec6cb;
    padding-top: 20px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    border: 1px solid #aeaeae;
    padding: 12px;
    text-align: center;
    font-size: 14px;
}

.woocommerce-loop-product_title {
    line-height: 1.3;
    margin-bottom: 3px;
}

.woocommerce-loop-product_title,
.woocommerce-loop-product_title a {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}

.woocommerce-LoopProduct-link:hover .woocommerce-loop-product_title,
.woocommerce-loop-product_title:hover,
.woocommerce-loop-product_title a:hover {
    color: #7FD8DE;
}

.woocommerce ul.products li.product .price {
    color: #333;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}



.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #7FD8DE;
    color: #fff;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #13ACB6 !important;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #7FD8DE !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #13ACB6 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #13ACB6 !important;
}

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    background-color: #13ACB6 !important;
    border-color: #13ACB6 !important;
}

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit:hover {
    background-color: #7FD8DE !important;
    border-color: #7FD8DE !important;
}

.woocommerce span.onsale {
    background-color: #FF7798;
}

.meta_t {
    font-weight: 500;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    text-decoration: none;
}

.summary .product_meta {
    font-size: 14px;
}

.summary .product_meta p {
    margin-bottom: 0px;
}

.tm-filter {

}
@media (min-width: 768px) {
    .tm-filter {
        display: none;
    }
}

.sidebar .widget {
    margin-bottom: 30px;
}

.sidebar .widget-title {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #cec6cb;
}

.sidebar .product-categories {}

.sidebar .menu li,
.sidebar .product-categories li {
    padding: 5px 0;
}

.sidebar .menu li a,
.sidebar .product-categories a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.sidebar .menu>li>a,
.sidebar .product-categories>li>a {
    font-size: 18px;
    text-transform: uppercase;
}

.sidebar .menu li.current-menu-item>a,
.sidebar .menu li a:hover,
.sidebar .menu li.hgh a,
.sidebar .product-categories li.current-cat>a,
.sidebar .product-categories a:hover {
    color: #13ACB6;
}

.sidebar .menu li.current-menu-ancestor>a,
.sidebar .menu li.current-menu-item>a,
.sidebar .product-categories li.current-cat-parent>a,
.sidebar .product-categories li.current-cat>a {
    font-weight: 500;
}

.sidebar .menu .sub-menu,
.sidebar .product-categories .children {
    padding-left: 15px;
}

.sidebar .menu .sub-menu {
    display: none;
}

.sidebar .menu .current-menu-item .sub-menu,
.sidebar .menu .current-menu-ancestor .sub-menu {
    display: block;
}

div.woocommerce-loop-product_title {
    display: block;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600;
}

.woocommerce .products ul,
.woocommerce ul.products {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    align-self: stretch;
    padding-bottom: 50px;
}

.woocommerce ul.products li.product .button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    width: 204px;
    margin: auto;
    height: 40px;
    padding: 12px 10px;
}
.woocommerce ul.products li.product .button.added {
    height: 50px;
}
.woocommerce ul.products a.added_to_cart {
    position: absolute;
    left: 0;
    bottom: 10px;
    text-align: center;
    width: 100%;
}

.woocommerce ul.products li.product .price {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.woocommerce ul.products li.product .price del {
    order: 3;
    opacity: 1;
}

.woocommerce ul.products li.product .price .amount {
    margin-left: 5px;
}

.woocommerce ul.products li.product .price ins {
    color: #FF7798;
}

.woocommerce ul.products li.product .price.smaller,
.woocommerce ul.products li.product .price.smaller ins {
    font-size: 12px !important;
    font-weight: 400 !important;
    margin: 0;
}

.woocommerce ul.products li.product .price.smaller ins {
    color: #333;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}

.woocommerce-product-details__short-description p {
    font-weight: 400;
}

/*================
	user_panel css
	================
	*/
.user_panel {
	/*width: 425px;*/
    width: 130px;
    text-align: right;
}

.user_panel>ul>li {
    display: inline-block;
    margin-right: 40px;
}

.user_panel>ul>li:last-child {
    margin-right: 0;
}

.user_panel>ul>li:last-child a {
    display: flex;
    width: 32px;
    padding-bottom: 12px;
}

.user_panel ul li a {
    color: #333333;
    float: left;
    padding: 10px 0;
}


.user_panel ul li a:hover,
.user_panel .count .fa.fa-shopping-basket:hover {
    color: #ff3399;
}

.user_panel ul li a.quick-wishlist {
    position: relative;
    margin-left: 17px;
}

.user_panel ul li a.quick-wishlist:before {
    position: absolute;
    content: '\f08a';
    font-family: FontAwesome;
    font-size: 11px;
    left: -15px;
}

.user_panel ul li .widget_shopping_cart {
    width: 300px;
    background: #fff;
    position: absolute;
    opacity: 0;
    right: 0;
    top: 35px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    overflow: hidden;
    visibility: hidden;
}

.user_panel ul li:hover .widget_shopping_cart {
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    z-index: 999999;
    visibility: visible;
}

.user_panel .widget_shopping_cart_content {
    padding-left: 10px;
    border: 1px solid #cbcbcb;
}

.user_panel .widget_shopping_cart_content li {
    margin-left: 0 !important;
    width: 100%;
}

.user_panel .widget_shopping_cart_content li a {
    padding: 0 !important;
}

.user_panel .widget_shopping_cart_content .mini_cart_item a.remove {
    float: right;
    margin-right: 8px;
    position: static !important;
    text-align: right;
}

/*cart count css*/
.user_panel .cart-contents .count {
    position: relative;
    background: url(../img/icon/cart.svg) no-repeat 0 0 / 100%;
    display: block;
    width: 38px;
    height: 38px;
}
.user_panel .cart-contents .count img {
    display: none;
}

.user_panel ul li span.cart-count {
    background: #7FD8DE;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    width: 24px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 13px;
}

.user_panel ul li span.cart-count:hover {
    background: #13ACB6;
}

/*
	===================
	add to cart css (global)
	===================
	*/
.widget_shopping_cart_content {
    padding: 10px 0 10px 10px;
}

.widget_shopping_cart_content .mini_cart_item {
    text-align: left;
}

.widget_shopping_cart_content .mini_cart_item a.remove {
    float: right;
    position: static !important;
    text-align: right;
    margin-right: 8px;
}

.cart_list {
    max-height: 300px;
    overflow-y: auto;
}

.widget-area .widget_shopping_cart .cart_list {
    max-height: 100%;
    overflow: auto;
}

.widget-area .widget_shopping_cart .buttons a {
    font-size: 12px;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 0;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    box-shadow: none;
    float: left;
    height: auto;
    margin-right: 10px;
    width: 65px;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    padding: 10px 0;
    text-align: left;
    border-top: none;
    font-size: 16px;
    color: #333;
}

.woocommerce a.remove {
    color: #ff3399 !important;
}

.woocommerce a.remove:hover {
    background: none;
    color: red !important;
}

.woocommerce p.buttons {
    padding-right: 10px;
}

.site-header-cart .woocommerce a.button.wc-forward,
.site-header-cart .woocommerce a.button.checkout {
    border-radius: 0;
    width: 48%;
    color: #fff;
    padding: 13px 30px;
    text-align: right;
    position: relative;
    font-weight: 600;
}

.site-header-cart .woocommerce a.button.wc-forward {
    float: left;
    background: #ff3399;
}

.site-header-cart .woocommerce a.button.wc-forward:before {
    content: '\f291';
    position: absolute;
    font-family: FontAwesome;
    color: #fff;
    left: 23px;
    font-weight: 400;
}

.site-header-cart .woocommerce a.button.checkout {
    float: right;
    background: #dd1f26;
    border-color: #dd1f26;
}

.site-header-cart .woocommerce a.button.checkout:before {
    content: '\f00c';
    position: absolute;
    font-family: FontAwesome;
    color: #fff;
    left: 28px;
    font-weight: 400;
}

.woocommerce a.button.wc-forward:hover,
.woocommerce a.button.checkout:hover {
    box-shadow: 0 0 15px -7px #666;
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}

.woocommerce .woocommerce-message {
    border-color: #ff3399;
}

.woocommerce .woocommerce-message::before {
    color: #ff3399;
}

.shop_disable_info {
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.liebe .slide_title {
    text-transform: unset;
}

@media only screen and (min-width : 900px) {
    .liebe .slide_text {
        font-size: 30px;
    }
}

.liebe .slide_description {
    max-width: 860px;
}


@media only screen and (max-width : 1020px) {
    .top_header {
        text-align: center;
    }

    .top_header .btn {
        float: none;
    }

    .top_header ul.list1 {
        margin-bottom: 10px;
    }

    .top_header ul.list1 li {
        float: none;
        display: inline-block;
    }
}

@media only screen and (max-width : 959px) {
    .logo {
        width: auto;
        max-width: 65%;
    }

    .user_panel {
        width: auto;
        white-space: nowrap;
    }

    .search_form_box {
        padding: 0 20px;
    }
}

@media only screen and (max-width : 900px) {
    .advantages_in {
        display: block;
        text-align: center;
    }

    .advantages_in .item {
        width: 30%;
        margin-bottom: 20px;
        display: inline-block;
        min-width: 210px;
    }
}

@media only screen and (max-width : 767px) {
    .newsletter_section .img {
        display: none;
    }

    .f_fl {
        display: flex;
        flex-wrap: wrap;
    }

    .brands_in img {
        width: 33.3333%;
    }
}

@media only screen and (max-width : 600px) {
    .top_header ul.list1 {
        display: none;
    }

    .f_fl {
        flex-wrap: wrap;
    }

    .fwidget.contacts {
        width: 100%;
    }

    .fwidget.widget_nav_menu,
    .fwidget.widget_product_categories {
        width: 50%;
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        float: none !important;
        width: 100%;
        max-width: 360px;
        margin: 0 auto 30px;
    }

    .search_form_box {
        display: none;
        position: absolute;
        top: -10px;
        left: 0;
        padding: 30px 20px 30px;
        margin: 0;
        background: #fff;
        width: 100%;
        z-index: 1;
    }

    .search_form_box .search-form {
        max-width: 400px;
        margin: auto;
    }
}

@media only screen and (max-width : 550px) {
    .brands_in img {
        padding: 20px;
        width: 50%;
    }
}

@media only screen and (max-width : 479px) {
    .alignleft {
        float: none;
        margin-right: auto;
    }

    .alignright {
        float: none;
        margin-left: auto;
    }

    .fwidget.widget_nav_menu,
    .fwidget.widget_product_categories {
        width: 100%;
    }

    .fwidget:nth-child(2) {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .user_panel>ul>li {
        margin-right: 20px;
    }
}

/* filter
========================================================================== */
.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 5px !important;
}
.woocommerce-widget-layered-nav .select2-container--default .select2-selection--multiple {
    border-radius: 0;
}

/* news landing
========================================================================== */
.tm-news-landing-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
}
.tm-landing-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tm-bg-seminar {
    background: #13ACB6;
    color: #fff;
}
.tm-news-landing-form input[type=submit]:hover {
    background-color: #1c848b;
}
.page-id-8810 .header {
    border-bottom: 0 none;
}
@media only screen and (max-width: 980px) {
    .tm-landing-bg {
        padding-top: 40px;
    }
}
@media only screen and (max-width: 570px) {
    .tm-news-landing-banner {
        background-size: cover;
    }
}
@media only screen and (max-width: 375px) {
    .tm-grid-btns {
        row-gap: 20px;
    }
    .tm-grid-btns .tm-content-btn,
    .tm-grid-btns .tm-content-btn a {
        width: 100%;
    }
}

/* main style
========================================================================== */

.tm-centered-content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.tm-padding {
    padding: 120px 0;
}
.tm-padding-small {
    padding: 40px 0;
}
.tm-padding-middle {
    padding: 70px 0;
}

.tm-padding-no-bottom {
    padding-bottom: 0;
}

.tm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tm-flex-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tm-flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tm-flex-space {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tm-flex-end {
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

.tm-flex-column {
    flex-direction: column;
}

.tm-column-gap16 {
    column-gap: 16px;
}

.tm-grid-right {
    order: 2;
}


.tm-grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -40px;
    row-gap: 40px;
}

.tm-grid > * {
    padding-left: 40px;
    box-sizing: border-box;
}

.tm-grid__width-1-1 {
    width: 100%;
}

.tm-grid__width-1-2 {
    width: 50%;
}
.tm-grid__width-5-20 {
    width: 55%;
}

.tm-grid__width-1-3 {
    width: 33.333%;
}

.tm-grid__width-2-3 {
    width: 35%;
}

.tm-grid__width-1-4 {
    width: 25%;
}

.tm-grid__width-1-5 {
    width: 20%;
}

.tm-grid__width-1-6 {
    width: 16.666%;
}

.tm-grid__width-1-8 {
    width: 80%;
}

.tm-grid__width-1-7 {
    width: 70%;
}

.tm-grid__width-7-10 {
    width: 75%;
}

.tm-grid__width-6-10 {
    width: 60%;
}

.tm-grid__width-6-20 {
    width: 65%;
}

.tm-grid__width-4-10 {
    width: 40%;
}
.tm-grid__width-4-20 {
    width: 45%;
}

.tm-grid__width-3-10 {
    width: 30%;
}

@media (max-width: 1180px) {
    .tm-grid__width-1-6 {
        width: 33.333%;
    }
}

@media (max-width: 980px) {
    .tm-grid-right {
        order: inherit;
    }
    .tm-grid__width-1-3,
    .tm-grid__width-1-4 {
        width: 50%;
    }

    .tm-grid__width-2-3,
    .tm-grid__width-5-20,
    .tm-grid__width-6-20,
    .tm-grid__width-4-20,
    .tm-grid__width-1-2,
    .tm-grid__width-2-3,
    .tm-grid__width-1-5,
    .tm-grid__width-1-8,
    .tm-grid__width-1-7,
    .tm-grid__width-7-10,
    .tm-grid__width-6-10,
    .tm-grid__width-6-20,
    .tm-grid__width-4-10,
    .tm-grid__width-3-10 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .tm-grid__width-1-6 {
        width: 50%;
    }

    .tm-grid__width-1-3,
    .tm-grid__width-1-4 {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .tm-grid__width-1-6 {
        width: 100%;
    }
    .tm-grid > *:last-child {
        margin-bottom: 0;
    }
}



.extrabold {
    font-weight: 800;
}
.bold {
    font-weight: 700;
}
.medium {
    font-weight: 600;
}
.lightmedium {
    font-weight: 500;
}
.normal {
    font-weight: 400;
}

.color-white {
    color: #fff;
}

.color-green {
    color: #13ACB6;
}

.tm-size32 {
    font-size: 32px;
    line-height: 39px;
}
.tm-size24 {
    font-size: 24px;
    line-height: 29px;
}
.tm-size14 {
    font-size: 14px;
    line-height: 21px;
}


.text-center {
    text-align: center;
}
.trans {
    text-transform: uppercase;
}


.tm-content-btn a {
    width: 165px;
    background: #13ACB6;
    border: 1px solid #13ACB6;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-weight: 400;
    font-size: 14px;
    transition: all 0.3s ease-out;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
}
.tm-content-btn.tm-content-btn_line a,
.tm-content-btn a:hover {
    background: #fff;
    color: #13ACB6;
}

.tm-content-btn.tm-content-btn_line a:hover {
    background: #13ACB6;
    color: #fff;
}

@media (max-width: 1440px) {
    .tm-size32 {
        font-size: 28px;
        line-height: 35px;
    }
    .tm-size24 {
        font-size: 20px;
        line-height: 25px;
    }
}


/* margins
========================================================================== */
.tm-margin-xxsmall-bottom {
    margin-bottom: 8px;
}

.tm-margin-small-bottom {
    margin-bottom: 15px;
}

.tm-margin-standart-bottom {
    margin-bottom: 20px;
}

.tm-margin-default-bottom {
    margin-bottom: 30px;
}

.tm-margin-xdefault-bottom {
    margin-bottom: 40px;
}

.tm-margin-medium-bottom {
    margin-bottom: 50px;
}

.tm-margin-large-bottom {
    margin-bottom: 65px;
}

.tm-margin-xlarge-bottom {
    margin-bottom: 80px;
}

.tm-margin-2xlarge-bottom {
    margin-bottom: 100px;
}

.tm-margin-3xlarge-bottom {
    margin-bottom: 120px;
}

.tm-margin-4xlarge-bottom {
    margin-bottom: 160px;
}

@media (max-width: 1440px) {
    .tm-margin-xlarge-bottom {
        margin-bottom: 60px;
    }
    .tm-margin-2xlarge-bottom {
        margin-bottom: 80px;
    }

    .tm-margin-3xlarge-bottom {
        margin-bottom: 90px;
    }

    .tm-margin-4xlarge-bottom {
        margin-bottom: 120px;
    }
}

@media (max-width: 980px) {
    .tm-margin-2xlarge-bottom,
    .tm-margin-3xlarge-bottom,
    .tm-margin-4xlarge-bottom {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .tm-margin-xdefault-bottom,
    .tm-margin-medium-bottom,
    .tm-margin-large-bottom,
    .tm-margin-xlarge-bottom,
    .tm-margin-2xlarge-bottom,
    .tm-margin-3xlarge-bottom,
    .tm-margin-4xlarge-bottom {
        margin-bottom: 30px;
    }
}


