/*
Theme Name: STG
Author: Loveitgroup.com
Author URI: https://loveitgroup.com/
*/
.header_lang {
	cursor: pointer;
	position: relative;
	z-index: 9;
}
.header_lang > ul {
	padding: 23px 0 29px;
	background: #E9E9E9;
    opacity: 0;
    visibility: hidden;
    width: 100px;
    left: 0;
    top: 100%;
    position: absolute;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    list-style: none;
}
.header_lang > span {
    font-weight: 500;
    padding: 0 23px 1px;
    height: 68px;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header_lang > span:after {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: -2px -11px 0 10px;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 4px;
    height: 4px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.header_lang:hover > span:after {
    border-color: #000;
}
.header_lang:hover {
    background: #E9E9E9;
}
.header_lang:hover > span, .header_lang:hover a {
    color: #000;
}
.header_lang:hover > ul {
    opacity: 1;
    visibility: visible;
}
.header_lang > ul li a {
    padding: 10px 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: auto;
    font-weight: 500;
    font-size: 12px;
    color: #000000;
    text-align: center;
    display: block;
    margin: 0;
}
.header_lang > ul li a:hover {
    background: #C1D72E;
}
body.open .header_lang > span {
	color: #000;
}
body.open .header_lang > span:after {
	border-color: #000;
}
@media screen and (max-width: 1279px) {
	.header_lang > ul {
	    width: 80px;
	}
	.header_lang > ul {
	    padding: 10px 0 10px;
	}
}
@media screen and (max-width: 1023px) {
	.header_lang > ul {
	    width: 70px;
	}
}

.header_mob {
    margin-left: 0;
}
.header-search {
    position: relative;
    display: block;
    z-index: 9;
    text-align: right;
    margin-left: auto;
}
.header-search__container {
    cursor: pointer;
}
.header-search__content {
    position: relative;
    height: 68px;
    cursor: pointer;
}
.header-search input {
    cursor: pointer;
    width: 1px;
    height: 68px;
    background: 0 0;
    display: inline-block;
    border: none;
    border-bottom: 1px solid #4d4444;
    font-weight: 500;
    padding: 14px 10px 14px 30px;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: .05em;
    color: #303133;
    opacity: 0;
    right: 0;
    -webkit-transition: .3s;
    transition: .3s;
}
.header-search__content input {
    border-color: #fff;
    color: #fff;
    -webkit-text-fill-color: #fff;
}
.header-search input.active {
    width: 100%;
    opacity: 1;
    cursor: auto;
}
.header-search .search-btn {
    width: 16px;
    height: 68px;
    margin-right: 11px;
    -webkit-transition: fill .3s;
    transition: fill .3s;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 4px;
    fill: #a9a9a9;
}
.header-search__content .search-btn {
    fill: #fff;
}
.header-search .search-btn svg {
    display: inline-block;
    width: 16px;
    height: 16px;
}
.header-search .icon-close {
    width: 13px;
    height: 13px;
    fill: #fff;
    -webkit-transition: fill .3s;
    transition: fill .3s;
    position: absolute;
    right: 12px;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    cursor: pointer;
}
.header-search .icon-close svg {
    pointer-events: none;
    width: 13px;
    height: 13px;
}
body.open .header-search__content input {
    border-color: #000;
    color: #000;
    -webkit-text-fill-color: #000;
}
body.open .header-search__content .search-btn {
    fill: #000;
}
body.open .header-search .icon-close {
    fill: #000;
}
@media screen and (max-width: 1023px) {
	.header .header_btn.btn {
		margin-left: 0;
	}
	.header-search__content {
	    height: 50px;
	}
	.header-search input {
	    height: 50px;
	}
	.header-search .search-btn {
	    height: 50px;
	}
}

.search-empty {
	color: #C1D72E;
    margin: 30px 20px 10px 20px;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
}

.header-search > ul.header-search__result {
    display: none;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    right: 0;
    background: #e9e9e9;
    max-height: 230px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
}
.header-search > ul.header-search__result li a {
    padding: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: auto;
    font-weight: 500;
    font-size: 12px;
    color: #000000;
    text-align: left;
    display: block;
    margin: 0;
}
.header-search > ul.header-search__result li a:hover {
    background: #C1D72E;
}
.header-search > ul.header-search__result li a.ajax-search__all-link {
    background: #C1D72E;
    text-align: center;
}
.header-search > ul.header-search__result::-webkit-scrollbar {
    width: 4px;
    background-color: #3f3f44;
}

.header-search > ul.header-search__result::-webkit-scrollbar-thumb {
    background-color: #e9e9e9;
}
.ajax-search__not-found {
    color: #000;
    text-align: center;
    margin: 10px;
}

.scroll_marquee_list {
    line-height: 48px;
}
.scroll_marquee_space {
    margin: 0 16px;
}
@media screen and (max-width: 767px) {
    .scroll_marquee_list {
        line-height: 40px;
    }
}

.icon-facebook:before {
    content: "\ea90";
}
.icon-linkedin2:before {
    content: "\eaca";
}
.apsc-icons-wrapper {
    width: 48px;
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 9;
}
.apsc-icons-wrapper > a {
    color: #000;
    background: #c1d72e;
    display: block;
    font-size: 26px;
    margin-bottom: 7px;
    text-align: center;
    padding: 5px 0;
}
@media screen and (max-width: 767px) {
    .apsc-icons-wrapper {
        display: none;
    }
}

body #bingc-phone-button svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside {
    fill: #c1d72e !important;
}
body #bingc-phone-button:hover svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside {
    fill: #c1d72e !important;
}
body #bingc-passive > div.bingc-passive-overlay {
    background: #E9E9E9 !important;
}
body #bingc-active {
    background: #000 !important;
}
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form a.bingc-passive-phone-form-button {
    background: #c1d72e !important;
    color: #000 !important;
}
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form a.bingc-passive-phone-form-button:hover {
    background: #c1d72e !important;
    color: #000 !important;
}
body #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form form.bingc-active-get-phone-form a.bingc-active-phone-form-button {
    background: #000 !important;
}
body #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form form.bingc-active-get-phone-form a.bingc-active-phone-form-button:hover {
    background: #000 !important;
}
body #bingc-phone-button svg.bingc-phone-button-icon-icon path {
    fill: #000 !important;
}
body #bingc-phone-button div.bingc-phone-button-icon-text span {
    color: #000 !important;
}
body #bingc-phone-button div.bingc-phone-button-tooltip {
    background: #c1d72e !important;
    color: #000 !important;
}
body #bingc-phone-button div.bingc-phone-button-tooltip svg.bingc-phone-button-arrow polyline {
    fill: #c1d72e !important;
}
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-we-will-call-you {
    color: #000 !important;
}
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-we-will-call-you span.small-text {
    color: #000 !important;
}
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-hour:hover, body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-minutes:hover {
    background: #c1d72e !important;
}
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-hour, body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-minutes {
    background: #c1d72e !important;
}
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-hour div.bingc-passive-date-selection-select-hour-list-of-hours-container ul.bingc-passive-date-selection-select-hour-list-of-hours li:hover {
    background: #c1d72e !important;
}
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-minutes div.bingc-passive-date-selection-select-minutes-list-of-minutes-container ul.bingc-passive-date-selection-select-minutes-list-of-minutes li:hover {
    background: #c1d72e !important;
}
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-day:hover {
    background: #c1d72e !important;
}
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-day div.bingc-passive-date-selection-select-day-list-of-days-container ul.bingc-passive-date-selection-select-day-list-of-days li:hover {
    background: #c1d72e !important;
}
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-phone-sample span {
    color: #000 !important;
}

.catalog_item_img {
    z-index: 2!important;
}
.cover_link {
    z-index: 9;
}
.catalog_item_colors {
    z-index: 99;
}
.catalog_gal .slick-prev, .catalog_gal .slick-next {
    z-index: 99;
}
.catalog_gal {
    z-index: auto;
}
.btn-flip-modal:after, .btn-flip-modal:before {
    padding: 0px 20px;
}
.catalog_sert_bottom_desktop, .catalog_sert_bottom_mobile {
    border-top: 1px solid #5D5D64;
}
.catalog_sert_top_mobile, .catalog_sert_bottom_desktop {
    display: none;
}
@media screen and (max-width: 767px) {
    .catalog_sert_top_mobile, .catalog_sert_bottom_desktop {
        display: block;
    }
    .catalog_sert_top_desktop, .catalog_sert_bottom_mobile {
        display: none;
    }
}

.form_cols_item_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form_cols_item_name > div {
    width: 50%;
}
.form_cols_item_name > div:first-child {
    padding-right: 10px;
}
.form_cols_item_name > div:last-child {
    padding-left: 10px;
}
@media screen and (max-width: 600px) {
    .form_cols_item_name > div {
        width: 100%;
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .form_cols_item_name > div:first-child {
        margin-bottom: 29px;
    }
}
@media screen and (max-width: 599px) {
    .win .form_cols_item_name > div:first-child {
        margin-bottom: 19px;
    }
}
textarea.form-control, textarea.wpcf7-form-control {
    height: 219px;
}
@media screen and (min-width: 767px) {
    .grid-item-wide .articles_item_title {
        height: 58px;
    }
}
#bingc-phone-button-tooltip {
    display: none !important;
}
.feedback_fix {
    height: 873px;
}
.feedback_holder {
    height: 933px;
}
.section-feedback {
    padding: 106px 0 0;
}
@media screen and (max-width: 800px) {
    .section-feedback {
        padding: 66px 0 0;
    }
}
@media screen and (max-width: 1023px) {
    .feedback_holder {
        height: 0;
    }
}
@media screen and (min-width: 1024px) and (max-height: 780px) {
    .feedback_fix, .feedback_holder {
        height: 718px;
    }
}
@media screen and (min-width: 1024px) and (max-height: 800px) {
    .feedback_fix, .feedback_holder {
        height: 780px;
    }
}
@media screen and (min-width: 1024px) and (min-height: 801px) {
    .feedback_holder-sm + .feedback_fix {
        height: 773px;
    }
}
@media screen and (max-width: 1023px) {
    .feedback_fix {
        height: auto;
    }
}
@media screen and (min-width: 1024px) and (min-height: 801px) {
    .feedback_holder-sm + .feedback_fix .section-feedback {
        padding: 70px 0 0;
    }
}
@media screen and (min-width: 1024px) {
    .feedback_fix .footer_cols {
        padding-top: 0;
    }
}

html::-webkit-scrollbar {
  display: none;
}
html {
  scrollbar-width: none;
}
body {
  -ms-overflow-style: none;
}
