/*
Theme Name:		 wp-bootstrap-4-child
Description:	 wp-bootstrap-4-child is a child theme of WP Bootstrap 4
Template:		 wp-bootstrap-4
Version:		 1.0.0
Text Domain:	 wp-bootstrap-4-child
*/

/* .white-square {
width: 0;
height: 0;
border-top: 15px solid white;
border-right: 15px solid transparent;
border-left: 15px solid transparent;
position: relative;
top: 33px;
right: 22px;
} */

.p_tab.UpholsteryColourO.actives {
    display: block;
}

.enabled-false .fdrop.with-after {
    position: relative;
}

.focus-text .enabled-false .fdrop.with-after::after {
    content: attr(data-select-val);
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    font-family: var(--universal-sans-regular);
    font-size: 16px;
    height: 34px;
    background-color: #e4e4e4;
    line-height: 34px;
}

.custom_own_text {
    display: none !important;
}

strong {
    font-weight: 600 !important;
}

.hide-related {
    opacity: 0;
}

.white-square-space,
.white-square {
    width: 0;
    height: 0;
    border-top: 13.5px solid white;
    border-right: 10.5px solid transparent;
    border-left: 10.5px solid transparent;
    position: absolute;
    bottom: -13px;
    left: 38px;
}

.white-square {
    left: 30px;
}

.container_cstm .container_cstm-col #count-anim0,
.container_cstm .container_cstm-col #count-anim1,
.container_cstm .container_cstm-col #count-anim2,
.container_cstm .container_cstm-col #count-anim3,
.container_cstm .container_cstm-col #count-anim4,
.container_cstm .container_cstm-col #count-anim5 {
    position: relative;
}

.container_cstm .container_cstm-col #count-anim0::after,
.container_cstm .container_cstm-col #count-anim2::after,
.container_cstm .container_cstm-col #count-anim1::after,
.container_cstm .container_cstm-col #count-anim3::after,
.container_cstm .container_cstm-col #count-anim5:after,
.container_cstm .container_cstm-col #count-anim4:after {
    position: absolute;
    content: "";
    background-image: url('/wp-content/uploads/2023/04/procent-sign.png');
    background-repeat: no-repeat;
    width: 36px;
    height: 42px;
    background-size: cover;
    top: 16px;
}

.container_cstm .container_cstm-col #count-anim2::after,
.container_cstm .container_cstm-col #count-anim5:after {
    display: none;
}

.container_cstm .container_cstm-col #count-anim4:after {
    background-image: url('/wp-content/uploads/2023/04/x-sign.png');
    height: 45px;
    top: unset;
    bottom: 15px;
    right: -38px;
}

.container_cstm .container_cstm-col #count-anim5:after {
    background-image: url('/wp-content/uploads/2023/04/procent-infinite.png');
    height: 70px;
}

@import "dev.css";

.spaces-grid-container {
    /* 	height: 900px; */
}

.drop__opener img a.button-read-more:hover .spaces-grid-item {
    /* cat-description */
    /* 	height: 250px; */
}

.spaces-grid-item img {
    max-width: 100%;
    max-height: 100%;
}

.spaces-grid-container img {
    cursor: pointer;
}

.f-w-600 {
    font-weight: 600 !important;
}

/*font families if you want tot use them in style.css*/

@font-face {
    font-family: "Arial Bold";
    src: url("/wp-content/themes/wp-bootstrap-4-child/fonts/Arial-Bold.ttf");
}

@font-face {
    font-family: "Arial Black";
    src: url("/wp-content/themes/wp-bootstrap-4-child/fonts/Arial Black.ttf");
}

@font-face {
    font-family: "Arial Regular";
    src: url("/wp-content/themes/wp-bootstrap-4-child/fonts/Arial Black.ttf");
}

@font-face {
    font-family: "Franklin Gothic-Demi";
    src: url("/wp-content/themes/wp-bootstrap-4-child/fonts/Franklin-Gothic-Demi.ttf");
}

@font-face {
    font-family: "ITCFranklinGothicStd-Book";
    src: url("/wp-content/themes/wp-bootstrap-4-child/fonts/ITCFranklinGothicStd-Book.otf");
}

@font-face {
    font-family: "Montserrat Bold";
    src: url("/wp-content/themes/wp-bootstrap-4-child/fonts/Montserrat-Bold.ttf");
}

@font-face {
    font-family: "Universal Sans Regular";
    src: url("/wp-content/themes/wp-bootstrap-4-child/fonts/UniversalSans-v1-2-0-100-100-211111112111-11-450.ttf");
}

@font-face {
    font-family: "Universal Sans Bold";
    src: url("/wp-content/themes/wp-bootstrap-4-child/fonts/UniversalSans-v1-2-0-100-100-211111112111-11-700.ttf");
}

@font-face {
    font-family: "Aguila Light";
    src: url("/wp-content/themes/wp-bootstrap-4-child/fonts/AguilaThin.otf");
}

@font-face {
    font-family: "Aguila Regular";
    src: url("/wp-content/themes/wp-bootstrap-4-child/fonts/AguilaLight.otf");
}

@font-face {
    font-family: "Aguila Bold";
    src: url("/wp-content/themes/wp-bootstrap-4-child/fonts/AguilaRegular.otf");
}

:root {
    --black: #313131;
    --orange: #ed6500;
    --gray: #a4a5a8;
    --libre: "Libre Franklin", sans-serif;
    --sans: "Public Sans", sans-serif;
    --aguila-light: "Aguila Light";
    --aguila-regular: "Aguila Regular";
    /* 	--aguila-bold: "Aguila Bold"; */
    --aguila-bold: "Aguila Regular";
    --universal-sans-regular: "Universal Sans Regular";
    --universal-sans-bold: "Universal Sans Bold";
}

/**/

/*Regular css */

html {
    font-size: 14px;
    line-height: 20px;
}

body {
    /*   font-family: "ITCFranklinGothicStd-Book"; */
    font-family: var(--universal-sans-regular);
    color: #313131;
    background-color: #f6f6f7;
}

p>a {
    /* please dont apply underline or font-weight globally. we are not using underline in the site */
    /*     text-decoration: underline !important;
	font-weight: 600; */
}

a {
    color: #313131 !important;
}

.card {
    background-color: #f6f6f7 !important;
}

body.home,
body.home .card {
    background-color: #f6f6f7;
}

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

.page-id-234 .vc_tta.vc_general .vc_tta-panel-body {
    padding: 14px 25px !important;
}

.main-container {
    overflow: hidden;
}

.picture_height {
    height: calc(((1440px / 2) - 15px) * 0.5625);
}

.introsec .img-top-pro {
    height: calc(((100vw / 2) - 15px) * 0.75);
    object-fit: cover;
}

h1 {
    font-family: var(--aguila-bold);
    font-size: 119px;
    color: #313131;
    font-weight: bold;
    letter-spacing: -0.7px;
    line-height: 110px;
}

.popup__signup {
    display: inline-flex;
    align-items: center;
    /*    text-align-last: center; */
}

.popup__submit:focus {
    outline: none;
}

.popup-text-container {
    background-color: #fff;
    width: 100%;
    height: 34px;
    bottom: 40px;
    position: absolute;
    display: flex;
    justify-content: flex-end;
}

.popup-text-container div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.popup-text-container div p {
    margin-right: 7px;
    padding-right: 7px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    color: #6e7076;
    letter-spacing: 0;
    font-family: var(--universal-sans-regular);
    border-right: 1px solid #313131;
}

#cat-album-sectiontwo img {
    height: 567px;
}

.popup-text-container div p.capitalize {
    text-transform: capitalize;
    letter-spacing: 0px;
}

.popup-text-container b {
    font-family: var(--universal-sans-bold);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
}

.popup-text-container div p:nth-last-child(1) {
    border-right: none;
}

.popup-text-container div p:after {
    content: "|";
    padding-left: 15px;
}

.popup-text-container div p:last-child:after {
    display: none;
}

h4 {
    color: #313131;
    font-family: var(--universal-sans-bold);
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.52px;
    line-height: 18px;
}

p,
table th,
table td,
select {
    color: #313131;
    font-size: 16px;
    line-height: 26px;
}

a {
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

.cursor-pointer {
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    /* 	color: #ED6500 !important; */
}

a:active,
a:focus {
    /* 	color: #ED6500 !important; */
}

a.a-style,
a.a-style:hover {
    color: #313131;
    font-family: Montserrat;
    font-weight: bold;
}

/* ----------- GLOBAL CLASSES ---------  */

.navbar-light .navbar-toggler-icon {
    background-image: url(/wp-content/themes/wp-bootstrap-4-child/images/new-ui-elements/Hamburger-Menu.svg) !important;
    width: 0.9em !important;
}

.section__title.planet__title {
    margin-bottom: 15px;
    font-weight: 700;
}

.margin-top-100 {
    margin-top: 142px !important;
}

.overflow-visible,
.overflow-visible>div {
    overflow: visible !important;
}

.video-margin .cs-image {
    top: -159px;
}

.cs-image iframe {
    width: 100%;
}

.stats {
    position: relative;
}

.stats__image {
    position: absolute;
    bottom: -4%;
    right: 5%;
}

.stats__image img {
    max-width: 400px;
    width: 400px;
}

.wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

.planet-video-item iframe {
    width: 730px;
    height: 410px;
    margin: 0 auto;
    display: block;
}

.planet-design-story {
    color: #a4a5a8;
    font-family: var(--universal-sans-bold);
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 16px;
    margin: 0 auto;
    text-transform: uppercase;
    padding-top: 30px;
    width: 730px;
}

.planet-video-title {
    color: #313131;
    font-family: var(--universal-sans-regular);
    font-size: 35px;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 41px;
    margin: 0 auto;
    width: 730px;
}

.cstn-ml__tab .title-set {
    font-weight: 700;
}

.planet-carousel .owl-item {
    filter: opacity(20%);
}

.planet-carousel .owl-item.active {
    filter: opacity(100%);
}

.planet-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 10.5%;
    width: 79%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.planet-carousel .owl-nav button {
    position: absolute;
}

.state-contact-title>h5.representatives-item-name {
    font-size: 16px;
    letter-spacing: 1.5px;
    font-family: var(--universal-sans-regular);
    color: #6e7076;
    text-transform: uppercase;
    font-weight: 600;
}

.planet-carousel .owl-nav button.owl-prev {
    left: 0;
}

.planet-carousel .owl-nav button.owl-next {
    right: 0;
}

.body-text-p {
    /* This is a global element, please dont change margins or any other property here */
    /*     max-width: 434px; */
    /*     margin-bottom: 23px !important; */
}

.main-container-planet {
    max-width: 1900px;
    margin: 0 auto;
}

.toss-pillow-finishes {
    margin-bottom: 25px;
}

.pillow__text-cstm-mrg-b {
    margin-bottom: 32px;
}

.pillow__text-cstm-mrg-b p {
    font-family: var(--universal-sans-regular);
}

.pillow__text-cstm-mrg-b p a.inline-links {
    font-family: var(--universal-sans-bold);
}

@media screen and (max-width: 1441px) {
    .planet-video-item iframe {
        width: 730px;
        height: 410px;
    }

    .planet-design-story {
        width: 730px;
    }

    .planet-video-title {
        width: 730px;
    }
}

@media screen and (max-width: 1290px) {}

@media screen and (max-width: 1199.99px) {
	.learn-more span.text_more_span{
		max-width:100%;
		padding-left:10px;
		padding-right:10px;
	}
    .popup-galery-prod-family__cstm {
        left: 0;
    }

    .margin-top-100 {
        margin-top: 82px !important;
    }

    .section__title.planet__title {
        font: 700 46px/46px var(--aguila-bold);
    }

    .video-margin .cs-image {
        top: -90px;
    }

    .cs-image iframe {
        height: 380px;
    }

    #slidewrapper {
        width: calc(80% * 6) !important;
    }

    #slidewrapper li {
        width: calc(80% / 6) !important;
    }

    #prev-btn::after {
        right: -140px !important;
    }

    #next-btn::after {
        left: -160px !important;
    }

    #cat-album-sectiontwo img {
        height: 500px;
    }

    #cat-album-sectiontwo.owl-carousel .owl-nav .owl-prev {
        left: 0 !important;
    }
}

@media screen and (max-width: 1024px) {
    .main-container-planet {
        max-width: 900px;
        margin: 0 auto;
    }

    .popup-galery-prod-family {
        max-height: 750px;
        height: 100%;
        top: 50%;
        transform: translateY(-50%);
    }

    .planet-carousel .owl-nav {
        left: 8.5%;
    }

    .planet-video-item iframe {
        width: 460px;
        height: 380px;
    }

    .planet-design-story {
        width: 460px;
    }

    .planet-video-title {
        width: 460px;
    }

    .swatch-text-pillow__ccstm {
        padding-left: 20px;
    }
}

@media screen and (max-width: 991.99px) {
    .desk-links .submenu__item span {
        margin-bottom: 2px;
    }

    body .container_cstm .container_cstm-col {
        padding-left: 15px;
        padding-right: 15px;
    }

    body .custom_stats-bl {
        margin-bottom: 30px;
    }

    body .container_cstm .tet img {
        width: 24px !important;
        height: unset !important
    }

    .container_cstm .container_cstm-col #count-anim4:after {
        top: unset !important;
    }

    #count-anim5:after {
        background-image: url(/wp-content/uploads/2023/04/procent-infinite.png);
        height: 44px !important;
        width: 23px !important;
    }

    .container_cstm .container_cstm-col #count-anim0::after,
    .container_cstm .container_cstm-col #count-anim2::after,
    .container_cstm .container_cstm-col #count-anim1::after,
    .container_cstm .container_cstm-col #count-anim3::after,
    .container_cstm .container_cstm-col #count-anim5:after,
    .container_cstm .container_cstm-col #count-anim4:after {
        width: 17px;
        height: 21px;
        background-size: cover;
        top: 16px;
        right: -26px;
    }

    .cs-image,
    .tl-image {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 20px !important;
    }

    #block-for-slider {
        margin-top: 0 !important;
    }

    .sustainability .section-header-h2 h2,
    .sustainability h2.section-header-h2 {
        font: 600 34px/36px var(--aguila-bold) !important;
    }

    /* Carousel */
    .planet-video-item iframe {
        width: 360px;
        height: 300px;
    }

    .planet-design-story {
        width: 360px;
    }

    .planet-video-title {
        width: 360px;
    }

    .planet-carousel .owl-nav {
        left: 10.5%;
    }
}

@media screen and (max-width: 767.99px) {
    .cs-image iframe {
        height: calc(100vw * 0.54);
    }

    .section__title.planet__title {
        font: 700 38px/38px var(--aguila-bold);
    }

    .mysearch #searchform {
        flex-wrap: wrap;
    }

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

    .mysearch #searchform input[type="text"] {
        flex-basis: 100% !important;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 575.99px) {
    .container.bg-white.stats {
        padding-top: 40px;
    }


    /* Carousel */
    /* .main-container-planet {
	max-width: max-content;
	margin: 0 auto;
} */
    /* .main-container-planet .owl-stage {
	height: fit-content !important;
	min-width: max-content;
}
	.owl-item {
	width: initial;
	min-width: 220px !important;
}
	.planet-video-item iframe {
	width: 220px;
	height: 100px;
}
	.owl-nav img {
	width: 20px;
} */
    /* .planet-carousel .owl-nav {
	left: 10.5%;
} */
}

@media screen and (min-width: 1023.99px) and (max-width: 1024.99px) and (orientation: portrait) {
    .homepage_main_slider {
        overflow: auto;
        height: 800px;
    }

    .homepage_main_slider::-webkit-scrollbar {
        display: none;
    }

    .trans {
        height: 620px !important;
    }

    .new-homepage-first-slider .one {
        height: 800px !important;
    }

    #nav-dots {
        bottom: 61% !important;
    }

    .body_scroll {
        bottom: 611px !important;
    }

    .orange-div-before {
        width: 44% !important;
        left: -47% !important;
    }

    .prod-text {
        margin-left: 68px;
    }
}

@media screen and (min-width: 1023.99px) and (max-width: 1024.99px) and (min-height: 1200px) and (orientation: portrait) {
    .planet-header h2 {
        font: 700 70px/88px var(--aguila-bold) !important;
    }

    .trans {
        height: 585px !important;
    }

    .home #nextSection {
        margin-top: 50px;
    }
}

/* ===== Start Upholstery Page ===== */

.upholstery__filter-select {
    padding-left: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 33px !important;
}

.upholstery-resources-tab {
    font-family: var(--universal-sans-regular);
}

.p-libre p {
    font-family: var(--universal-sans-regular);
}

.page-template-Product-Family-Finishes .p-libre p {
    display: none;
}

.intro-section .cat-links {
    text-transform: uppercase;
}

.intro-section .cat-description {
    width: 635px;
    min-height: 200px;
    padding: 20px 44px 25px 41px;
    margin-top: 0;
    max-width: unset;
    /*     height: 240px; */
}

.intro-section .cat-description {
    margin-left: -95px;
}

.intro-section .submenu {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 31px;
    margin-top: 26px;
}

.intro-section .submenu__item {
    margin-bottom: 13px;
}

.intro-section .submenu__item:last-child,
.intro-section .submenu__item:last-child a {
    margin-right: 0;
}

.intro-section .submenu__item {
    display: flex;
    align-items: center;
    margin-right: 27px;
}

.intro-section .cat-links a {
    margin-right: 16px;
    display: inline-flex;
    flex-direction: column;
    padding-bottom: 2px;
}

.page-template-upholstery_template_dev2 .intro-section .cat-links a {
    margin-right: 15px;
}

.section__top_margin {
    margin-top: 12px;
}

.intro-section .cat-description p:last-child {
    margin-bottom: 0px;
}

.intro-section .img-col,
.intro-section .img-bg-spaces {
    min-height: 627px;
}

.section__title {
    font: 600 55px/55px var(--aguila-bold);
    letter-spacing: -0.5px;
    color: #313131;
    font-weight: 700;
}

.section_ts .section__title {
    margin-bottom: 25px;
}

.section__description {
    font: 400 16px/26px var(--universal-sans-regular);
    color: #313131;
}

.section__description p {
    margin-bottom: 40px;
}

.section__description strong,
.section__description b {
    font-weight: 600;
}

.cs__description p {
    font-family: var(--universal-sans-regular);
}

.sect_cstm-mb-3 p {
    margin-bottom: 27px;
}

.section__description p:last-child {
    margin-bottom: 0;
}

.section__description a {
    text-decoration: underline;
}

.section__description_max-w-636 {
    max-width: 636px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-41 {
    margin-bottom: 41px;
}

.designs__by img {
    margin-right: 9px;
}

.section_ts .designs__by {
    margin-bottom: 35px;
}

.ts-pricing-search.pricing-search-wrapper label {
    font: 600 16px/19px var(--universal-sans-bold);
    margin-bottom: 17px;
}

.section__color-title {
    color: #ed6500;
}

.ts-filter .ts-filter__title {
    margin-bottom: 17px;
}

.ts-filter .section__description {
    margin-bottom: 18px;
}

.ts-sort .pricing-option-label {
    margin-bottom: 0;
    margin-right: 15px;
}

.visibility-true.enabled-false {
    pointer-events: none;
    opacity: 0.8;
}

.visibility-true.enabled-false select {
    background-color: #e4e4e4;
}

.ts-sort .fdrop select {
    width: 285px;
    margin-bottom: 0;
}

.keilhauer_pricing .fdrop>select,
.keilhauer_pricing .fdrop>.select2>.selection .select2-selection {
    border: 1px solid #A4A5A8 !important;
    border-radius: 0px !important;

}

.keilhauer_pricing .fdrop>.select2 {
    margin-bottom: 28px !important;
}

.keilhauer_pricing .fdrop>.select2>.selection .select2-selection {
    /* border: 0px !important; */
    background-image: url(/wp-content/themes/wp-bootstrap-4-child/images/new-ui-elements/chgray.svg);
    background-position: calc(100% - 12px) 58%;
    background-size: 12px 8px;
    background-repeat: no-repeat;
}

.keilhauer_pricing .fdrop>.select2 .select2-selection__arrow {
    display: none;
}

.select2-results__options .select2-results__option span.pricing-page-option,
.keilhauer_pricing .select2-container--default .select2-selection--single span {
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    font-family: var(--universal-sans-regular);
    font-size: 16px;
}

#pricing-accordion .card-header {
    padding-left: 0px;
}

#pricing-accordion .card-header .btn.btn-link,
.brand h5,
.table-accordion-head h5 .btn.btn-link {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    padding-left: 0px;
    color: #000000;
    text-decoration: none;
    width: 100%;
    text-align: start;
}

.table-accordion-head h5 .btn.btn-link {
    text-transform: capitalize;
}

#pricing-accordion .collapse-icon::before {
    content: "+";
    float: right;

    font-size: 20px;
    line-height: 24px;

    text-transform: uppercase;
    color: #6d7077;
}

#pricing-accordion .btn[aria-expanded="true"] .collapse-icon::before {
    content: "-";
    font-size: 20px;
    line-height: 24px;

    text-transform: uppercase;
    color: #6d7077;
}

.moved-price>.list-price {
    display: none;
}

.pricing-new-section>.col-6 {
    padding-left: 43px;
    padding-right: 43px;
}

.compare-row {
    margin-bottom: 24px;
    max-width: 730px;
}

.page-textile-library .compare-row {
    margin-right: 40px;
    margin-bottom: -30px;
}

.applied {
    margin-bottom: 33px;
}

.applied .pricing-option-label {
    margin-right: 17px;
}

.applied__element-remove {
    width: 12px;
    height: 12px;
    margin-right: 9px;
}

.applied__element {
    margin-right: 19px;
    font: 600 16px/26px var(--universal-sans-bold);
    color: #313131;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.upholstery__wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 774px;
    /* justify-content: space-between; */
    height: 775px;
    overflow-x: auto;
    /* padding-right: 30px; */
    position: relative;
    padding-top: 5px;
    padding-left: 5px;
    margin-left: -5px;
    margin-top: -5px;
    /* cursor: pointer; */
    align-items: flex-start;
    align-content: baseline;
}

.upholstery__item-wrapper {
    margin-right: 27px;
    margin-bottom: 16px;
}

.page-textile-cards .upholstery__item-wrapper {
    margin-right: 0px;
    margin-bottom: 11px;
}

.upholstery__image-wrapper {
    width: 160px;
    height: 160px;
    position: relative;
    margin-bottom: 16px;
    cursor: pointer;
}

.upholstery__item-wrapper.active .upholstery__image-wrapper:after {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    left: -5px;
    top: -5px;
    border: 1px solid #ed6500;
}

.page-textile-cards .upholstery__item-wrapper:hover .upholstery__image-wrapper:after {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    left: -5px;
    top: -5px;
    border: 1px solid #ed6500;
}

.page-textile-cards .upholstery__item-wrapper:hover .upholstery__image-wrapper:before {
    display: block;
    content: " ";
    right: 0px;
    bottom: 0px;
    position: absolute;
    background-image: url("./images/new-ui-elements/textile-arrow-down.svg");
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center center;
    /*     background-color: #d67602; */
    height: 40px;
    width: 40px;
    z-index: 11;
}

.page-textile-cards .upholstery__item-wrapper .upholstery__image-wrapper a {
    position: relative;
    z-index: 10;
}

.upholstery__image-wrapper img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.upholstery__name,
.upholstery__name p {
    font: 600 16px/21px var(--universal-sans-bold);
    color: #a4a5a8;
    max-width: 160px;
}

.upholstery__name p {
    letter-spacing: 0.5px;
}

.upholstery__id {
    font: 400 14px/21px var(--universal-sans-regular);
    color: #6d7077;
    font-weight: 500;
    width: 130px;
}

.active .upholstery__name,
.active .upholstery__id,
.active .upholstery__name p,
.page-textile-cards .upholstery__item-wrapper:hover .upholstery__name p {
    color: #313131;
}

.filter__item-opener {
    font: 700 22px/26px var(--aguila-bold);
    color: #313131;
}

.filter__item-opener {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding-bottom: 12px;
    border-bottom: 1px solid #a4a5a8;
    margin-bottom: 18px;
}

.filter__item-opener.no-border-bottom {
    border-bottom: 0;
    margin-bottom: 0px;
}

.filter__item:not(:first-child) .filter__item-opener {
    margin-top: 29px;
}

.filter__item-opener img {
    transform: rotate(90deg);
}

.filter__item-opener.closed img {
    transform: rotate(0deg);
}

.border-bottom-contact {
    margin-right: 0 !important;
}

.filter__radio,
.filter__checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 99;
}

.checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #a4a5a8;
}

/* .filter__item-wrapper:hover .filter__radio ~ .checkmark {
background-color: #ccc;
} */

.filter__item-wrapper .filter__radio:checked~.checkmark,
.filter__item-wrapper .filter__checkbox:checked~.checkmark {
    background-color: #ed6500;
    border: 0;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.filter__item-wrapper .filter__radio:checked~.checkmark:after,
.filter__item-wrapper .filter__checkbox:checked~.checkmark:after {
    display: block;
}

.filter__item-wrapper .checkmark:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(38deg);
    -ms-transform: rotate(38deg);
    transform: rotate(38deg);
}

.filter__item-wrapper {
    position: relative;
}

.filter__item-wrapper label {
    font: 400 16px/35px var(--universal-sans-regular);
    color: #313131;
    margin-bottom: 0;
    margin-left: 30px;
}

.filter__item-wrapper label .filter__item-count {
    color: #a4a5a8;
}

.filter__item-wrapper.fdrop select {
    width: 100%;
}

.max-height-1146 {
    max-height: 1146px;
}

.filter__item:last-child .filter__item-content {
    /* height: 412px; */
    overflow: auto;
}

.filter__item-content {
    transition: max-height 300ms linear;
    max-height: 100%;
}

.filter__item-content.closed {
    max-height: 0;
    overflow: hidden;
}

.applied__clear {
    display: flex;
}

.up {
    margin-right: 30px;
    width: 100%;
    position: relative;
}

.up__wrapper {
    width: 100%;
    background-color: white;
    padding: 30px;
    display: flex;
    margin-bottom: 20px;
}

.up__about p {
    margin-bottom: 0;
    font: 400 16px/26px var(--universal-sans-regular);
}

.up__about {
    /* margin-bottom: 23px; */
    position: relative;
    width: 43%;
}

.up__image {
    width: 350px;
    height: 350px;
    margin-right: 30px;
}

.up__button {
    position: absolute;
    bottom: 0;
}

.up__close {
    position: absolute;
    right: 17px;
    top: 18px;
    width: 16px;
    cursor: pointer;
    height: 16px;
    display: flex;
}

.up__link {
    float: right;
    margin-bottom: 31px;
}

.bell {
    position: absolute;
    top: 0px;
    width: 40px;
    height: 40px;
    background-color: #ed6500;
    text-align: center;
    line-height: 39px;
    transform: translate(-50%, -50%);
    left: 50%;
}

.home-slider__item {
    margin-top: 80px;
}

.compare-button_active {
    color: white !important;
}

.atw__twin.compare-button_active .add_to_worksheet__text,
.atw__twin.compare-button_active img,
.compare-button__cstm.compare-button_active div {
    background-color: #313131;
}

.cpop {
    position: relative;
    max-width: 730px;
}

.cpop__header {
    font: 700 14px/16px var(--universal-sans-regular);
    letter-spacing: 1.5px;
    color: #6e7076;
    padding: 11px 0 11px 24px;
    border-bottom: 1px solid #d8d8d8;
    text-transform: uppercase;
    background-color: white;
}

.cpop__wrapper {
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    margin-bottom: 20px;
}

.cpop__textile:first-child {
    padding: 33px 34px 24px 30px;
    border-right: 1px solid #d8d8d8;
}

.cpop__textile:last-child {
    padding: 33px 30px 24px 35px;
}

.cpop__textile {
    width: 50%;
}

.cpop__img {
    max-width: 100%;
    display: block;
    margin-bottom: 26px;
}

.page-textile-library .cpop__img {
    max-width: 160px;
    max-height: 160px;
}

.cpop p {
    margin-bottom: 0;
}

.upholstery-load-more {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.upholstery-load-more .product_link.with_arrow {
    display: inline-flex;
}

/* .upholstery-load-more:before{
width:100%;
content: "";
} */

.upholstery__template .paragraph {
    margin-left: -38px;
    margin-bottom: 18px;
}

.upholstery__template .docsec-cont {
    height: auto;
}

.upholstery-resources-section {
    margin-top: 92px;
    margin-bottom: 110px;
}

.page-template-upholstery_template_dev2 .upholstery-resources-section {
    margin-top: 76px;
}

.palette-maker .designs__by {
    margin-top: 28px;
    margin-bottom: 20px;
}

.palette-maker__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.palette-maker__action {
    font: 700 16px/19px var(--aguila-bold);
    letter-spacing: 1.5px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.palette-maker__clear img {
    width: 13px;
    height: 13px;
    margin-right: 9px;
}

.palette-maker__save img,
.upholstery-load-more img {
    width: 12px;
    height: 12px;
    /* margin-right: 9px; */
    margin-left: 9px;
}

.palette-maker__actions .applied__element.palette-maker__save img {
    margin-right: 0;
    margin-left: 9px;
}

.pm__wrapper {
    display: flex;
    align-items: center;
    height: 350px;
    margin-bottom: 16px;
}

.tabs-general-box__pt .general-box .vc_column-inner {
    padding-top: 14px;
}

.pm__image-wrapper {
    width: 152px;
    height: 350px;
    position: relative;
    cursor: pointer;
}

.pm__image-wrapper:not(.no-hover):hover .pm__actions {
    display: flex;
}

.pm__image-wrapper_active {
    cursor: initial;
}

.pm__image-wrapper_big {
    width: 350px;
}

.pm__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pm__actions {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pm__image-wrapper_active .pm__actions {
    display: flex;
}

.pm__delete,
.pm__move {
    background-color: #ffff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.pm__delete {
    margin-bottom: 15px;
}

.pm__delete img {
    width: 18px;
    height: 18px;
}

.pm__move img {
    width: 22px;
    height: 22px;
}

.pm__about .pricing-option-label {
    margin-bottom: 6px;
}

.pm__title {
    font: 700 35px/41px var(--aguila-bold);
    letter-spacing: -0.5px;
    color: #313131;
}

.pm__title_colored {
    color: #ed6500;
}

.palette-maker {
    padding-bottom: 24px;
    border-bottom: 1px solid #a4a5a8;
}

.hp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.hp-card {
    max-width: 360px;
    width: 100%;
    background-color: white;
    margin-bottom: -6px;
}

.hp-card_first {
    background-color: transparent;
    margin-bottom: 51px;
}

.hp-card_first .hp-card__description {
    padding: 0;
}

.tick.left.two-lines:after {
    top: 25%;
}

.hp-card .section__title {
    margin-bottom: 18px;
}

.hp-card--container {
    padding-left: 12px;
    padding-right: 12px;
}

.hp-card__image {
    max-width: 100%;
    max-height: 235px;
}

.hp-card__image img {
    width: 100%;
}

.hp-card__title {
    font: 700 22px/26px var(--universal-sans-bold);
    color: #313131;
    padding: 30px 30px 18px 30px;
    text-transform: none;
    max-width: 269px;
}

.hp-card__description {
    font: 400 16px/26px var(--universal-sans-regular);
    color: #313131;
    margin-bottom: 30px;
    padding: 0 30px 30px 30px;
}

.second-column {
    padding-top: 135px;
}

.cs__title {
    max-width: 80%;
    margin-bottom: 21px;
}

.cs-image {
    position: absolute;
    right: 0;
    max-width: 800px;
    width: 56%;
}

.tl-image {
    position: absolute;
    left: 0;
    max-width: 800px;
    width: 56%;
}

.cs-image img {
    height: 533px;
    object-fit: cover;
}

.tl-image img {
    height: 533px;
    object-fit: cover;
}

.link {
    font: 700 16px/19px var(--universal-sans-bold);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
    display: inline;
}

.link:hover:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ed6500;
    position: absolute;
    top: 100%;
}

.link_cs {
    margin-top: 19px;
}

.link_arrow {
    display: inline-flex;
    align-items: center;
}

.link_arrow img {
    width: 12px;
    height: 12px;
}

.link_arrow_right img {
    margin-left: 8px;
}

.cs-container {
    margin-bottom: 123px;
}

.ps__title {
    margin-bottom: 15px;
}

.ps-iframe {
    position: absolute;
    left: 0;
    width: 56%;
    height: 450px;
    max-width: 800px;
}

.ps-iframe iframe {
    width: 100%;
    height: 100%;
}

.ps-section {
    min-height: 450px;
    margin-bottom: 112px;
}

.cs-container {
    min-height: 533px;
    margin-bottom: 101px;
}

.ps__svgs img {
    margin-right: 20px;
}

.ps__svgs img:nth-child(5) {
    margin-right: 0;
}

.ps__link {
    margin-top: 31px;
}

.ps-custom-padding {
    padding-right: 10px !important;
}

.ps__description {
    margin-bottom: 27px;
}

.tab-content-image img {
    width: 446px;
}

.upholstery-filters .upholstery__filter-select {
    margin-top: 23px;
}

/* ===== End Upholstery Page ===== */

/* =========== Pricing Page ============= */
.search_results {
    position: relative;
}

.search-res-p {
    padding: 20px 0px;
    font-family: var(--universal-sans-bold);
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #26282F;
    margin-bottom: 0px;
}

.search_results_container .search_results-d12 {
    overflow-y: auto;
}

.search_results_inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    /*     max-height: 550px; */

    background-color: #f6f6f7;
    /* position: absolute; */
    /* border: 1px solid #ed6500; */
    padding: 10px 10px 20px 20px;
    z-index: 1;
    width: 100%;
}

.search_results img {
    width: 115px !important;
    height: auto;
    margin-bottom: 16px;
    margin-top: 0;
    object-fit: cover;
    object-position: center bottom;
}

.search_results .search_results_title {
    height: fit-content;
    font: 600 16px/26px "Libre Franklin" !important;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    color: #6e7076;
    text-transform: uppercase;
}

.search_results .description {
    font: 600 14px/21px var(--universal-sans-bold);
    letter-spacing: normal;
    color: #6e7076;
}

.search_results_item {
    cursor: pointer;
    margin-bottom: 20px;
}

.search_results_item:last-child {
    padding-bottom: 20px;
}

.search_results_item:hover .search_results_title,
.search_results_item:hover .search_results_desc {
    color: #313131;
    position: relative;
}

.search_results_item:hover .search_results_title:after {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    background-color: #ed6500;
    width: 83%;
    height: 1px;
}

/* .search_results_item{} */

.pricing-resources-header {
    margin-left: 40px !important;
}

h2.pricing-resources-header span:first-child {
    color: #313131 !important;
}

.p-info {
    position: relative;
    background-color: #fbe0cc;
    padding: 41px 65px 37px 63px;
    margin-top: 25px;
    margin-bottom: 67px;
}

.p-info h3 {
    font: 700 22px/26px var(--universal-sans-bold);
    color: #313131;
    margin-bottom: 11px;
}

.p-info p {
    font: 400 16px/26px var(--universal-sans-regular);
    color: #313131;
    margin-bottom: 0;
}

.p-info a {
    color: #313131;
    font: 600 16px/26px var(--universal-sans-bold);
}

.pricing-search-wrapper .input-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 4fr 1fr;
}

#pricing_search,
.product-price .pricing_search {
    /* width: 350px; */
    width: 100%;
    height: 40px;
    padding-left: 18px;
    border: 0;
    border-bottom: 2px solid #ed6500;
    border-radius: 0;
    flex: none;
    font: 400 16px/26px var(--universal-sans-regular);
    color: #313131;
    outline: none;
    box-shadow: none;
    max-width: 100%;
}

#pricing_search {
    padding-right: 35px;
}

.product-price .pricing_search {
    height: 42px;
    margin-bottom: 42px;
}

#pricing_search:active,
#pricing_search:focus {
    outline: none;
    box-shadow: none;
}

#pricing_search::placeholder {
    color: #313131;
}

.pricing-search-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.under-search {
    margin: 48px 0px;
    flex: 100%;
    justify-content: flex-end;
}

.under-search a {
    text-align: end;
    width: 100%;
    display: block;
}

.under-search a>* {
    display: inline;
}

.pricing-search-wrapper label {
    margin-bottom: 0;
    font: 700 14px/16px var(--universal-sans-regular);
    letter-spacing: 1.5px;
    color: #6e7076;
    margin-right: 10px;
    text-transform: uppercase;
}

.pricing-search-loupe {
    /* position: absolute; */
    /* right: 12px; */
    /* top: 11px; */
    cursor: pointer;
}

.input-wrapper {
    position: relative;
}

.filter__pricing .filter__icon {
    height: 11px;
}

.filter__pricing .filter__title {
    align-items: center;
}

.filter__pricing .fdrop select {
    width: 185px;
    height: 35px;
    margin-bottom: 0;
}

.filter.filter__pricing {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 43px;
}

.filter__pricing .filter__title span {
    margin-right: 7px;
}

.filter__pricing .filter__title {
    flex-basis: unset;
    margin-bottom: 0;
}

.filter__pricing .fdrop {
    margin-right: 30px;
}

.filter__pricing .fdrop:last-child {
    margin-right: 0;
}

.filter__pricing .fdrop select {
    padding: 5px 33px 4px 16px;
}

.pricing__bar {
    margin-top: 0 !important;
}

.cohoots_slider_pricing.owl-carousel .owl-stage-outer {
    overflow: hidden !important;
}

.cohoots_slider_pricing .pricing-slider-image {
    width: 115px !important;
    height: 61px;
    margin-bottom: 16px;
    margin-top: 41px;
    object-fit: cover;
    object-position: center bottom;
}

.pricing-slider-title {
    height: fit-content;
    font: 600 16px/26px "Libre Franklin" !important;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    color: #6e7076;
    text-transform: capitalize;
}

.orange-title .description {
    font: 600 14px/21px var(--universal-sans-bold);
    letter-spacing: normal;
    color: #6e7076;
}

.cohoots_slider_pricing .owl-nav {
    width: calc(100% + 124px);
    left: -62px;
    top: 50%;
    transform: translateY(-50%);
}

.cohoots_slider_pricing .orange-title .description {
    margin-bottom: 15px;
}

.cahoots-ajax-carousel {
    min-height: 290px;
    position: relative;
    margin-bottom: 44px;
}

.cahoots-ajax-carousel:after {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    bottom: 0;
    height: 1px;
    background-color: #a4a5a8;
}

.ajax-product-details-price-page {
    background-color: white;
    /* margin-top: 44px; */
    /* padding: 42px 52px 40px 0px; */
}

.ajax-product-details-price-page .col-12:nth-child(2) {
    padding: 42px 5px 40px 15px !important;
}

.product-slider__description.p_header__description,
.max_height>.p_header__description {
    max-width: 325px;
}

.ajax-product-details-price-page .col-12:nth-child(3) {
    padding: 42px 52px 40px 15px !important;
}

.product-slider__title {
    font: 700 35px/41px var(--universal-sans-bold);
    margin-bottom: 19px;
    letter-spacing: -0.5px;
    color: #313131;
    text-transform: capitalize;
}

.product-slider__title .color__title {
    margin-left: 10px;
    color: #ed6500;
}

.underneath {
    display: none;
}

.underneath h4 {
    font: 600 16px/26px var(--universal-sans-bold);
    letter-spacing: 0px;
    margin-top: 41px;
    margin-bottom: 0;
}

.measure-row {
    font: 400 16px/24px var(--universal-sans-regular);
}

.measure-row span:first-child {
    font-weight: 600;
    width: 105px;
    display: inline-block;
}

.pricing-table .white {
    background-color: white;
}

.table-wrapper .measure-row span:first-child {
    width: 95px;
}

.table-wrapper .pricing-text {
    display: none;
}

.table-wrapper .measure-row {
    font: 400 14px/21px var(--universal-sans-regular);
}

.cohoots_slider_pricing .owl-item .active .pricing-slider-title,
.cohoots_slider_pricing .owl-item .active .description {
    color: #313131;
}

.cohoots_slider_pricing .owl-item .active img {
    filter: invert(1);
}

.pricing-slider-title {
    position: relative;
}

.cohoots_slider_pricing .owl-item .active .pricing-slider-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: calc(100% + 3px);
    height: 1px;
    width: 141px;
    background-color: #ed6500;
}

.pricing-text {
    margin-top: 36px;
    max-width: 255px;
    font: 400 14px/21px var(--universal-sans-regular);
}

.ajax-product-details-price-page img {
    max-width: 100%;
    width: 100%;
}

.slider-config-label {
    padding-bottom: 15px;
    border-bottom: 1px solid #a4a5a8;
    margin-bottom: 41px;
}

.additional_information h2 {
    padding-bottom: 13px;
    margin-bottom: 31px;
}

.additional_information {
    margin-bottom: 31px;
}

.replaceable_content_for_selectors {
    position: relative;
    margin-top: 50px;
}

.pricing-option-label {
    font: 700 14px/16px var(--universal-sans-bold);
    color: #313131;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
    text-transform: uppercase;
    display: inline-block;
    min-width: 150px;
    line-height: 26px;
}

.pricing-option-label.custom {
    min-width: 100px !important;
}


.ts-sort .pricing-option-label {
    min-width: 45px;
}

.applied__elements-wrapper {
    flex-wrap: wrap;
}

.fdrop .uphol_form-control {
    width: 100%;
    margin-bottom: 28px;
}

.product-price__section {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 49px;
}

.price-section__label {
    font: 700 14px/16px var(--universal-sans-bold);
    letter-spacing: 1.5px;
    color: #313131;
    margin-right: 5px;
    text-transform: uppercase;
}

.price-for-list.quantity {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    /* max-width: 150px; */
    width: 72px !important;
    border: 1px solid #A4A5A8;
}

.price-for-list.quantity input[type="number"] {
    height: 40px;
    width: 100%;
    font-size: 16px;
    text-align: center;
    appearance: none;
    padding: 0px;
    margin: 0px;
    border: 0px !important;
    -moz-appearance: textfield;
}

.price-for-list.quantity .minus-btn,
.price-for-list.quantity .plus-btn {
    height: 40px;
    /* width: 40px; */
    background-color: #f2f2f2;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0;
}


.price-for-list.quantity .minus-btn {
    left: 0;
}

.price-for-list.quantity .plus-btn {
    right: 0;
}

.price-for-list {
    font: 700 22px/22px var(--universal-sans-bold);
    color: #ed6500;
}

.replaceable_content_for_selectors .col-4:nth-child(2) .slider-config-label,
.replaceable_content_for_selectors .col-4:nth-child(3) .slider-config-label {
    margin-bottom: 39px;
}

.discount_selectors_container .fdrop select {
    margin-right: 28px;
    width: 72px;
    height: 34px;
    border: 1px solid #A4A5A8;
}

.discount_selectors_container {
    display: flex;
    justify-content: flex-start;
    /* margin-bottom: 47px; */
}

.total-separator {
    color: #a4a5a8;
    margin-bottom: 28px;
}

.semibold {
    font-weight: 600;
}

.product_summary_content {
    margin-bottom: 36px;
}

.product_summary_content .product-slider__title.slider-config-label {
    margin-top: 36px;
}

.product_summary_content .product-slider__title.slider-config-label b {
    font-weight: bold;
}

.carouselx .img_container img {
    transition: 0.2s all linear;
}

.carouselx .img_container img {
    transform-origin: 50% 100%;
}

.replaceable_content_for_selectors .add_to_worksheet_button {
    justify-content: end;
    display: flex !important;
}

.replaceable_content_for_selectors .add_to_worksheet__text {
    color: white;
}

.add_to_worksheet_button,
.add_to_palette,
.atw__twin {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
}

.add_to_worksheet_button .add_to_worksheet__text,
.add_to_palette .add_to_worksheet__text,
.atw__twin .add_to_worksheet__text {
    font: 700 14px/16px var(--universal-sans-bold);
    letter-spacing: 1.5px;
    padding: 0 14px 0 13px;
    background-color: #ed6500;
    height: 40px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.tab-content-custom .upholster__cstm-ml {
    margin-left: 27px;
}

.add_to_worksheet_button img,
.add_to_palette img,
.atw__twin img {
    padding: 11px;
    margin-left: 1px;
    background-color: #ed6500;
    max-height: 40px;
    max-width: 40px;
}

.dealer__layout.designs__by {
    margin-bottom: 51px;
}

.po__logo {
    height: 25px !important;
    margin-bottom: 17px;
}

.po__sublogo {
    font: 700 14px/16px var(--universal-sans-bold);
    letter-spacing: 1.5px;
    color: #313131;
    text-transform: uppercase;
}

.po_dealer-select-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 255px;
}

.fdrop.po_fdrop select {
    width: 255px;
    height: 34px;
    margin-bottom: 0;
}

.listprize__width {
    width: 119px;
}

.po__header-row {
    margin-bottom: 0px;
}

.collapse-all {
    margin-bottom: 2rem;
    border: 0;
    padding: 5px 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #000000;
    font-family: var(--libre);
    color: #000000;
    justify-content: center;
    align-items: center;
    background-color: #ed6500;
    /* margin-left: 15px; */
    /* margin-bottom: 15px; */
}

.collapse-all-custom-style {
    display: flex;
    padding: 0;
    padding-left: 23px;
    text-transform: uppercase;
    font: 600 14px/16px var(--universal-sans-regular);
    letter-spacing: 1.5px;
    cursor: pointer;
    height: 40px;
    transition: .1s;
    position: absolute;
    right: 275px;
    top: 95px;
    z-index: 4;
}

.collapse-all-custom-style:focus {
    outline: none;
    border: none;
}

.collapse-all-custom-style .svg_span.svg-collapse-open svg {
    transform: rotate(90deg);
}

.collapse-all-custom-style .collapse-text {
    min-width: 125px;
}

.collapse-all-custom-style .svg_span {
    background-color: #ed6500;
    padding: 11px;
    height: 40px;
    border-left: 1px solid #fff;
    margin-left: 23px;
    transition: .1s;
}

.collapse-all-custom-style:hover {
    color: #fff;
    background-color: #242424;
}

.collapse-all-custom-style:hover .svg_span {
    background-color: #242424;
}

table.pricing-table th {
    color: #313131;
    font: 600 16px/26px var(--universal-sans-bold);
    /* border-bottom: 2px solid #ed6500 !important; */
    padding: 0 0 9px 0 !important;
}

table.pricing-table tr td:first-child .measure-colchange,
table.pricing-table tr td:first-child .measure-comchange {
    display: none;
}

table.pricing-table tr td:nth-child(2) .measure-row {
    display: none;
}

table.pricing-table tr td:nth-child(2) .measure-comchange,
table.pricing-table tr td:nth-child(2) .measure-colchange {
    display: block;
}

table.pricing-table tr th:last-child {
    border-bottom: 0 !important;
}

.po__td {
    border: 1px solid #d8d8d8;
    padding: 21px 11px;
    padding-top: 21px;
    font: 400 16px/26px var(--universal-sans-regular);
}

tr:not(:last-child) .po__td:first-child {
    width: 173px;
}

tr:not(:last-child) .po__td:nth-child(2) {
    width: 196px;
}

.po__td-image {
    width: 140px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
}

.po__td-image img {
    max-width: 77px;
    max-height: 88px;
}

.pt-cstm-for-next-block .vc_column-inner {
    padding-top: 0;
}

.mb-sust {
    margin-bottom: 14px;
}

.command .edit,
.command .remove {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ed6500;
    margin-left: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    float: right;
}

.po__td.command {
    padding: 0;
    width: 65px;
    text-align: right;
}

.po__total {
    font-weight: 600;
    flex-direction: column;
}

.po__total span {
    display: block;
}

.po__login b {
    text-decoration: underline;
}

table.pricing-table {
    margin-bottom: 0;
}

.po__btn-row {
    margin-top: 38px;
}

button.pricing-btns {
    border: 0;
    color: #313131;
    background-color: transparent;
    text-transform: uppercase;
    font: 600 16px/19px var(--universal-sans-bold);
    letter-spacing: 1.5px;
    cursor: pointer;
    box-shadow: none !important;
    outline: none !important;
}

.page-template-Product-Family-Finishes button.pricing-btns {
    color: #313131;
    font-weight: bold;
    padding-top: 2px;
}

.po__btn-wrapper {
    display: flex;
    align-items: center;
}

.po__btn-wrapper_left-side .po__btn-wrapper button {
    margin-right: 8px;
}

.po__btn-wrapper_left-side .po__btn-wrapper img:last-of-type {
    transform: rotate(90deg);
    margin-right: 31px;
    width: 12px;
    height: 12px;
}

.po__btn-clear img {
    width: 13px;
    height: 13px;
    margin-right: 8px;
}

.po__btn-wrapper.po__btn-clear {
    margin-right: 65px;
}

.pricing__template .tab-content-custom .docsec-cont {
    border: 2px solid #F8F8F8
}


.upholstery__template .docsec-cont h3 {
    min-height: unset;
    margin-bottom: 7px;
    max-height: 48px;
    overflow: hidden;
}

.pricing__template .cahoots-tablet-prese {
    padding: 14px 52px 5px 19px;
    max-width: 350px;
    min-height: 83px;
    height: auto;
}

.pricing__template .cahoots-tablet-prese>div,
.pricing__template .cahoots-tablet-prese>div>p {
    font: 300 14px/16px var(--universal-sans-regular);
    letter-spacing: 1.5px;
    color: #313131;
}

.pricing__template .cahoots-tablet-prese h3 {
    min-height: unset !important;
}

.upholstery-resources-section .cahoots-tablet-prese {
    max-width: none !important;
}

.upholstery-resources-section .docsec-cont__cstm {
    padding-left: 54px;
    padding-right: 54px;
}

.upholstery-resources-section .docsec-cont__cstm {
    padding-left: 78px !important;
    padding-right: 78px !important;
}

.cstm-minus-margin {
    margin-top: -16px;
}

.vc_tta-color-white.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    padding-top: 14px !important;
}

/* .tab-content-custom .add_to_worksheet_button{margin-top: 31px;} */

.po__btn-file-icon {
    margin-right: 8px;
}

.tick_modified-width:after {
    width: calc(100vw / 2 - 100% + 46px) !important;
}

.pricing-page__intro {
    overflow: hidden;
}

.arrow-image-table {
    display: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

/* .carouselx .owl-item.center{
margin: 0 40px !important;
} */

@media (max-width: 1270px) {

    /* .cohoots_slider_pricing .owl-nav {
	width: calc(100%);
	left: 0;
	top: 10px;
}*/
    .cohoots_slider_pricing {
        width: 88% !important;
        margin: 0 auto;
    }
}

@media (max-width: 1199.99px) {
    .cohoots_slider_pricing {
        width: 88% !important;
    }

    .discount_selectors_container .fdrop {
        width: 31%;
    }

    .discount_selectors_container .fdrop select {
        max-width: 100%;
    }

    .po__btn-wrapper_left-side .po__btn-wrapper img:last-of-type {
        margin-right: 23px;
    }

    .planet-div {
        right: 29.7% !important;
    }

    .page-planet-keilhauer .chair-image img {
        top: -212px !important;
        left: -235px !important;
    }
}

@media (max-width: 991.99px) {
    .arrow-image-table {
        display: block;
    }

    .filter__pricing .filter__title,
    .filter__pricing .fdrop {
        width: unset;
    }

    .intro-section .submenu__item {
        margin-right: 10px;
    }

    .ajax-product-details-price-page .col-12:nth-child(3) {
        padding: 42px 15px 40px 15px !important;
    }

    .keilhauer_pricing .fdrop {
        width: 100%;
    }

    .pricing-table {
        min-width: 950px;
        overflow: hidden;
    }

    .white-bg-d-12-pricing .pricing-table {
        overflow-x: scroll
    }

    .po__btn-wrapper {
        margin-bottom: 30px;
    }

    .search_results_inner {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px;
    }
}

@media (max-width: 767.99px) {
    .cohoots_slider_pricing {
        width: 82% !important;
    }

    .filter__pricing .fdrop select {
        width: 265px;
    }

    .pricing-d12-sect__cstm-d12 .single-product-description {
        background-color: #F6F6F7;
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 20px;
    }

    .filter.filter__pricing {
        justify-content: space-between;
    }

    .filter__pricing .fdrop {
        margin-right: 0px;
        width: 49%;
    }

    .filter__pricing .fdrop select {
        width: 100%;
    }

    .product-price__section {
        margin-bottom: 25px;
    }

    .po__btn-wrapper_left-side .po__btn-wrapper img:last-of-type {
        margin-right: 15px;
    }

    .po__btn-file-icon {
        margin-right: 5px;
    }

    .po__btn-wrapper_left-side .po__btn-wrapper button {
        margin-right: 5px;
    }

    .po__btn-wrapper button {
        font: 700 12px/19px var(--aguila-bold);
    }

    .planet-div {
        padding-bottom: 50px !important;
    }

    .planet-header {
        position: static !important;
        padding-top: 30px !important;
        margin-left: 15px !important;
    }

    .planet-header h2 {
        padding-left: 0 !important;
    }

    .planet-para {
        padding: 0 !important;
    }

    .planet-para p {
        padding: 0px 15px !important;
    }

    .picture_height {
        height: 300px;
    }

    .filter__pricing .filter__title {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .cohoots_slider_pricing {
        width: 73% !important;
    }

    .pricing-d12-cstm .learn-more .text_full_width {
        display: none;
    }

    .pricing-search-wrapper label {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .input-wrapper {
        width: 100%;
    }

    #pricing_search {
        width: 100%;
    }

    .pricing-d12-cstm .pricing-search-wrapper {
        flex-direction: column-reverse;
    }

    .p-info {
        padding: 41px 20px 37px 20px;
        margin-bottom: 47px;
    }

    .product-slider__title {
        font: 700 33px/39px var(--aguila-bold);
    }

    .slider-config-label {
        padding-bottom: 18px;
        margin-bottom: 32px;
    }

    .po_dealer-select-wrapper .pricing-option-label {
        margin-bottom: 9px;
    }

    .po__logo {
        margin-bottom: 9px;
    }

    .po_dealer-select-wrapper {
        margin-top: 20px;
    }

    .dealer__layout.designs__by {
        margin-bottom: 31px;
    }

    .mob-font-sz span {
        font-size: 34px !important;
        line-height: 35px !important;
    }

    .pricing__template .cahoots-tablet-prese {
        max-height: unset;
        padding-bottom: 12px;
        min-height: unset !important;
    }
}

/* =========== End Pricing Page ============= */

/* ====== Start Docs Section Product Family ===== */

.configurator-div .link-title,
.configurator-p-title {
    padding-left: 14px;
    font-family: var(--universal-sans-regular);
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.5px;
    line-height: 16px;
    padding-top: 0;
    margin-bottom: 0;
    text-transform: capitalize;
}

.configurator-p-title {
    padding: 0 14px 8px 14px;
    color: #a4a5a8;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    font-family: var(--universal-sans-bold);
}

.configurator-div .link-title {
    color: #6e7076;
}

.post-links-conf a {
    padding: 0 14px 18px 14px;
}

.revit-tab .configurator-div .link-title,
.revit-tab .configurator-p-title {
    font-size: 14px;
    line-height: 20px;
}

.revit-tab {
    background: white;
}

.revit-tab .boxpdfinfo:hover .link-img path {
    fill: #ed6500 !important;
}

.revit-tab .cahoots-tablet-prese h3 {
    min-height: 72px;
}

.revit-p-title {
    width: calc(100% - 20px);
    padding-left: 0px;
    color: #313131;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.19px;
    line-height: 24px;
    border-bottom: 1px solid #000;
    padding-top: 4px;
    margin-bottom: 0;
}

.revit-p-title {
    margin-left: 10px;
}

.configurator-div .link-title {
    border: unset;
    padding-bottom: unset;
    text-transform: uppercase;
}

.configurator-img {
    width: 132px;
    padding: 12px 0px 10px 14px;
    mix-blend-mode: multiply;
}

#CONFIGURATIONS .configurator-img {
    padding: 12px 0px 10px 0px;
}

.border-docsection {
    display: inline-block;
    margin: 0 14px 9px;
}

.post-links-conf:hover .configurator-img {
    padding: 12px 0px 10px 14px;
    filter: invert(1);
}

#CONFIGURATIONS .post-links-conf:hover .configurator-img {
    padding: 12px 0px 10px 0px;
    filter: none;
}

.post-links-conf:hover .border-docsection {
    border-bottom: 1px solid #ed6500;
    margin: 0 14px 8px;
}

.post-links-conf:hover .configurator-p-title {
    color: #313131;
}

.configurator-div {
    overflow: hidden;
    width: 150px;
    position: relative;
    height: 180px;
    margin-bottom: 30px;
}

#DESIGN_FILES .configurator-div {
    height: auto;
    min-height: 235px;
}

#CONFIGURATIONS .configurator-div {
    height: auto;
    min-height: 375px;
}

.post-links-conf {
    z-index: 2;
    background-color: #f6f6f7;
}

.configurator-div a:hover,
.post-links-conf a:hover {
    text-decoration: unset;
}

.configurator-div a:hover .link-title,
.post-links-conf a:hover .link-title {
    color: #6e7076;
    font-weight: 800;
}

.link-img {
    height: 20px;
    width: 20px;
    display: flex;
}

.configurator-div a .link-img path {
    fill: #a4a5a8 !important;
}

.configurator-div a .link-img rect {
    stroke: #a4a5a8 !important;
}

.configurator-div a:hover .link-img path {
    fill: #ed6500 !important;
}

.configurator-div a:hover .link-img rect {
    stroke: #ed6500 !important;
}

.environmmental-newimgback {
    height: 280px;
    background: url("/wp-content/uploads/2021/03/scorecard-family-section.png");
    background-size: cover;
}

/* 	11.02.2020	Further css */

.nav li span {
    display: inline;
}

.item_principal {
    color: #ed6500;
}

.lavamenubar {
    display: none;
}

.back-tick {
    width: 35px;
    height: 1px;
    position: relative;
    top: 11px;
    right: 46px;
}

.orange-yellow div {
    width: 359%;
    margin-left: -337%;
}

.item_principal span {
    font-weight: 300;
}

.item_principal.orange-yellow span {
    color: #6e7076;
    font-weight: 800;
}

.item_principal.orange-yellow a.active span {
    font-family: var(--universal-sans-bold);
}

.item_principal a span {
    font-family: var(--universal-sans-regular);
}

#navlist li {
    padding: 13px 0;
    position: relative;
}

.mob-font-sz span {
    font-family: var(--aguila-bold);
    letter-spacing: -0.5px;
    font-size: 55px;
    line-height: 64px;
    font-weight: 700;
}

.docsec-cont {
    background: white;
    padding: 130px 72px 22px;
    margin-top: -120px;
}

.white-bg {
    background: white;
    padding: 23px;
}

.special-arrow {
    position: absolute;
    right: 12px;
    bottom: 11px;
    height: 12px;
    display: flex;
}

.special-arrow img {
    transform: rotate(90deg);
}

@media (max-width: 767.98px) {
    .upholstery-resources-section .pricing__template .tab-content-custom .docsec-cont {
        padding: 65px 5px 21px !important;
        margin-top: -70px !important;
    }

    .pricing-resources-header {
        margin-left: 18px !important;
    }

    .pricing-tour .custom-select-mobile-select.d-block.d-md-none {
        margin-bottom: 30px !important;
    }

    .tab-content-custom .docsec-cont {
        padding: 30px 5px !important;
        margin-top: 0 !important;
    }
}

@media (min-width: 992px) {
    .gallery-section .col-lg-5 {
        -ms-flex: 0 0 42.4%;
        flex: 0 0 42.4%;
        max-width: 42.4%;
    }

    .gallery-section .col-lg-7 {
        -ms-flex: 0 0 57.6%;
        flex: 0 0 57.6%;
        max-width: 57.6%;
    }

    .link-dl-btn .wpb_wrapper {
        justify-content: center;
    }

    .page-planet-keilhauer .improve__bg-cstm {
        min-height: 700px;
    }
}

/* ====== End Docs Section Product Family ===== */

.hidden {
    overflow-x: hidden;
}

.page-template-test-page {
    background-color: #f6f6f7;
}

/* === Section Intro Spaces === */

.img-col {
    /* min-height: 50vh; */
    height: 500px !important;
}

.img-bg-spaces {
    width: 57vw !important;
    right: -80px;
    width: 0px;
    height: 500px !important;
    background-size: cover;
    background-position: bottom center;
    position: absolute;
    left: 0;
}

.cat-title,
.cat-description {
    margin-left: 0px;
}

.cat-title h1 {
    font-family: var(--aguila-bold);
    font-size: 85px;
    line-height: 80px;
    letter-spacing: -1px;
}

.cat-description {
    padding: 32px 30px 38px 30px;
    background: white;
    margin-top: 20px;
    /* 	max-width: 545px; */
    width: 100%;
    height: auto;
}

/* .cat-description .textfont {
font-size: 16px!important;
letter-spacing: 1.1px;
font-family: 'Public Sans', sans-serif;
font-weight: 500;
color: #6E7076;
line-height: 21px!important;
} */

.desktop-desc {
    font-family: var(--aguila-regular);
}

.cat-description p {
    font-size: 16px;
    line-height: 26px;
    font-family: var(--aguila-regular);
}

/* Orange Line */

.tick {
    position: relative;
}

/* .tick.left:after{
transform: translateX(-100%);
left:-30px;
} */

@media screen and (max-width: 1100px) {
    .img-col {
        height: auto;
        min-height: auto;
    }
}

@media (max-width: 992px) {
    .img-bg-spaces {
        width: 100% !important;
        height: 370px;
        background-position: bottom;
        margin-bottom: 20px;
    }

    .planet-cont__cstm-v3 .planet-para {
        top: -506px !important;
    }
}

@media (max-width: 767.91px) {}

.arrow-adjustment {
    position: relative;
    bottom: 2px;
}

.pricing__template .cahoots-tablet-prese h3 {
    margin-bottom: 1rem;
}

/* .cat-title,
.cat-description {
margin-left: -95px;
} */

.cat-title h1 {
    font-family: var(--aguila-bold);
    font-size: 85px;
    line-height: 80px;
    letter-spacing: -1px;
    margin-left: -5px;
}

.cat-links a {
    margin-right: 19px;
}

.cat-links a::after {
    content: attr(title) / "";
    height: 0;
    visibility: hidden;
    overflow: hidden;
    user-select: none;
    pointer-events: none;
    font-weight: 700;
}

.cat-description a,
a.tour-link,
.planet-para a b,
a.pricelist-link,
a.inline-links {
    color: #313131 !important;
    font-family: var(--universal-sans-bold);
    font-weight: 600;
    border-bottom: 1px solid #313131;
    line-height: 0px;
    /* 	display: inline-block; */
    height: 8px;
    text-decoration: none !important;
}

.cat-description .intro-brochure a {
    border-bottom: 0;
    height: inherit;
    line-height: inherit;
}

#CybotCookiebotDialogBody a,
#CybotCookiebotDialogBody a.inline-links {
    color: #ffffff !important;
}

#CybotCookiebotDialogBody a.inline-links {
    border-bottom: 1px solid #ffffff;
}

#CybotCookiebotDialogBody a.inline-links:hover {
    border-bottom: 1px solid #ed6500;
}

#CybotCookiebotDialogBodyContentTitle {
    display: none !important;
}

#CybotCookiebotDialogBodyContentText {
    padding-top: 11px;
}

#CybotCookiebotDialogBodyButtons {
    padding-bottom: 11px;
}

#CybotCookiebotDialogBody {
    max-width: 950px !important;
}

.pop-up-link a.inline-links {
    border-bottom: 1px solid #ffffff;
}

.cat-description a:active,
a.tour-link:active,
.planet-para a:active b,
a.pricelist-link:active,
a.inline-links:active {
    color: #a4a5a8 !important;
    border-bottom: 1px solid #a4a5a8;
}

.cat-description a:hover,
a.tour-link:hover,
.planet-para a:hover b,
a.pricelist-link:hover,
a.inline-links:hover {
    /* 	color: #6C7078 !important; */
    /* 	text-decoration: underline; */
    border-bottom: 1px solid #ed6500;
}

.pop-up-link a.inline-links:hover {
    border-bottom: 1px solid #ffffff;
}

.cat-description a:focus,
a.tour-link:focus,
.planet-para a:focus b,
a.pricelist-link:focus,
a.inline-links:focus {
    border-bottom: 1px solid transparent;
    background: #fbe0cc;
    outline: 0;
}

.desktop-desc {
    font-family: var(--aguila-regular);
}

.desk-awards {
    font: 700 14px/17px var(--universal-sans-bold);
    font-weight: 700;
    color: #313131;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
}

.cat-description {
    padding: 32px 44px 38px 41px;
    background: white;
    margin-bottom: 0px;
    width: 100%;
    max-width: 540px;
    /* This is a global class for banners, please dont change min-height or any other property here */
    min-height: 120px;
}

.spaces .cat-description p {
    font-family: "Libre Franklin", sans-serif !important;
    margin-bottom: 26px;
}

.cat-description .textfont {
    color: #313131;
    font-family: var(--universal-sans-regular);
    font-size: 16px !important;
    letter-spacing: 0;
    line-height: 26px !important;
}

.cat-description p {
    font-size: 16px;
    line-height: 26px;
    font-family: var(--universal-sans-regular);
}

.designers .cat-description p {
    font-family: "Libre Franklin", sans-serif !important;
}

.designers-intro .cat-title {
    margin-bottom: 12px !important;
}

.back-ticker {
    width: 100%;
    height: 1px;
    display: inline-block;
    position: relative;
    bottom: 51px;
    left: 342px;
}

.test-fluid {
    max-width: 1900px;
    margin: 0 auto;
}

.hidden {
    overflow: hidden;
}

.card-designer {
    /* box-shadow: 0 30px 40px 0 rgba(34,35,40,0.2); */
    margin-top: 30px;
    padding-bottom: 22px;
    /* border-radius: 10px 10px 0 0; */
}

.card-designer .image {
    height: 169px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    width: 100%;
}

.card-designer .title {
    color: #6e7076;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin-top: 37px;
    margin-bottom: 10px;
    letter-spacing: 1.52px;
    text-transform: uppercase;
    margin-left: 20px;
    font-weight: bold;
}

.card-designer .text {
    color: #757575;
    font-size: 14px;
    /* line-height: 17px;*/
    margin-left: 20px;
}

.card-designer a {
    font-family: var(--universal-sans-bold);
    font-size: 16px;
    line-height: 19px;
    color: #313131 !important;
    letter-spacing: 1.5px;
    font-weight: bold;
    text-transform: uppercase;
    border-left: 0 !important;
    display: flex;
    padding: 0;
}

.card-designer a span {
    margin-top: 2px;
    margin-left: 7px;
    line-height: 12px;
}

.card-designer a:hover {
    text-decoration: none;
    color: var(--orange) !important;
}

.orange-bg-tran {
    width: 60vw !important;
    /* max-height: 615px; */
}

.pricing__template .docsec-cont__cstm {
    padding-left: 54px;
    padding-right: 54px;
}

.title-related-pro {
    color: #313131;
    margin-bottom: -12px;
    margin-top: -134px;
    text-transform: capitalize;
    font: 700 22px/26px var(--universal-sans-bold);
    letter-spacing: normal;
    width: 100%;
}

.designers .title-related-pro {
    margin-top: 0 !important;
    padding-bottom: 18px !important;
}

.section-designerex {
    padding-bottom: 99px !important;
}

.post-content-designer {
    background-color: transparent !important;
    font: 400 16px/26px var(--universal-sans-regular);
    color: #313131;
    min-height: 190px !important;
    display: -webkit-box;
    /* -webkit-line-clamp: 6; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.person-info {
    /* display: none; */
    margin-top: 80px;
}

.designer-img-ajax img {
    width: 100%;
}

h2.designer__name {
    font: 700 75px/70px var(--aguila-bold);
    letter-spacing: -1px;
    color: #313131;
    margin-bottom: 30px;
}

.designs__by {
    font: 600 16px/19px var(--universal-sans-bold);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #6e7076;
    padding: 8px 0;
    border-top: 1px solid #a4a5a8;
    border-bottom: 1px solid #a4a5a8;
    margin-top: 30px;
    height: 37px;
}

.prod-designer-carousel.owl-carousel .item {
    height: 180px !important;
    background-color: white;
    position: relative;
    margin-top: 120px;
}

.prod-designer-carousel .item img {
    position: absolute;
    bottom: 30px;
    max-width: unset !important;
    height: 250px !important;
    padding: 0;
    width: auto !important;
    left: 50%;
    transform: translateX(-50%);
}

.prod-designer-carousel {
    border-bottom: 1px solid #a4a5a8;
    position: relative;
    margin-bottom: 50px;
    margin-top: 18px;
}

.post-carousel-title {
    position: absolute;
    top: 100%;
    font-family: var(--universal-sans-bold);
    font-size: 16px !important;
    line-height: 19px;
    color: #313131 !important;
    letter-spacing: 1.5px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    display: flex;
    align-items: center;
    border-left: 0 !important;
}

.post-carousel-title span {
    margin-top: -3px;
    margin-left: 7px;
}

.prod-designer-carousel.owl-carousel .owl-stage-outer {
    overflow: hidden !important;
    padding-bottom: 75px;
}

.prod-designer-carousel .owl-nav .owl-prev span,
.prod-designer-carousel .owl-nav .owl-next span {
    font-size: 100px;
    color: #d47400;
}

.owl-nav:focus {
    outline: none;
}

.prod-designer-carousel .owl-nav {
    width: calc(100% + 120px);
    left: -60px;
}

.prod-designer-carousel .owl-nav .owl-prev span:focus,
.prod-designer-carousel .owl-nav .owl-next span:focus {
    outline: 0;
    border: none;
}

.nav li span {
    display: inline;
}

.item_principal span {
    font-weight: 300;
}

.item_principal.orange-yellow span {
    color: #313131;
    font-weight: 800;
}

.orange-yellow div {
    width: 569%;
    margin-left: -547%;
}

.back-tick {
    height: 1px;
    position: relative;
    top: 11px;
    right: 46px;
}

#navlist li {
    padding: 13px 0;
}

.item_principal {
    color: #ed6500;
}

.new-line {
    position: relative;
}

.new-line:after {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #ed6500;
    top: 48%;
}

.mb_pillow_small-titlle .wpb_content_element {
    margin-bottom: 10px;
}

.designer-dictionary_mb {
    margin-bottom: 4px;
}

.new-line.left-line:after {
    right: calc(100% + 10px);
    width: calc((100vw - 1127px) / 2 - 10px);
}

@media only screen and (max-width: 1026px) {
    .new-line.left-line:after {
        width: 2000px;
    }

    .for__faq-page__cstm .overflow_tab>.vc_column-inner>.wpb_wrapper {
        margin-left: 21px;
    }

    .for__faq-page__cstm .overflow_tab>.vc_column-inner>.wpb_wrapper .section-header-h2__faq-title {
        padding-left: 0 !important;
    }

    .learn-more a {
        text-decoration: none;
        color: #313131;
        width: 100% !important;
        transition: all 1s;
    }

    .learn-more {
        margin-left: 0 !important;
    }

    .gallery-discover {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .gallery-discover .learn-more {
        margin-left: 0 !important;
    }

    .covid-header .heading-lines .covid__19--cstm::before {
        right: 95%;
        top: 64% !important;
    }
}

.text-right-wrap {
    padding-top: 37px;
}

.showrooms-title.cat-title {
    padding-bottom: 10px;
}

.showrooms-intro.container-fluid {
    padding-bottom: 108px;
}

.tabs__list-link.new-line:not(.active):after {
    width: 30px;
    background-color: #a4a5a8;
}

.search-section-new-filter .tabs__list-link.new-line:not(.active):after {
    width: 0px;
    background-color: #a4a5a8;
}

h3.res-font {
    font-family: var(--universal-sans-regular);
    font-size: 16px;
}

.tabs__list-link.active {
    color: #6e7076;
    font: 800 14px/20px var(--universal-sans-bold);
}

.page-template-showrooms .tabs__list-link:focus {
    color: #313131 !important;
}

.tabs__navigation {
    position: absolute;
    left: 15px;
}

.representatives-item span {
    color: #313131;
    font-family: var(--universal-sans-regular);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
}

.contact--map .wpb_wrapper {
    padding: 0px;
}

.tab-contact {
    background: white;
    padding: 45px 30px 129px;
    margin-top: -35px;
}

.contact-location-info .vc_column-inner {
    padding-left: 0px;
}

.careers-title {
    margin-bottom: 14px;
}

.page-template-showrooms #page {
    margin-bottom: 88px !important;
}

.representatives-card {
    padding-left: 36px !important;
}

.tab-contact__address p {
    font: 400 16px/26px var(--universal-sans-regular);
    max-width: 320px;
    margin-bottom: 0;
}

.tab-contact__address {
    padding-left: 10px;
}

.tab-contact__number {
    font: 400 16px/26px var(--universal-sans-regular);
}

.tab-contact__number span:first-child {
    font: 600 16px/26px var(--universal-sans-bold);
}

.tabs__list-link {
    font: 300 14px/20px var(--universal-sans-regular);
    color: #6e7076;
    letter-spacing: 1.5px;
}

.section-header-h2 h2,
h2.section-header-h2 span {
    text-transform: capitalize !important;
}

.tabs__list-link:hover {
    color: #6e7076;
}

.tabs__list-item {
    margin-bottom: 15px;
}

.tabs__headers {
    margin-top: -40px;
}

.tab-panels {
    display: none;
}

.tab-panels.active {
    display: block;
}

.tabs__list-link span:first-child {
    margin-right: 6px;
}

.tabs__gallery {
    display: none;
    margin-left: -15px;
    margin-right: -15px;
}

.tabs__gallery.active {
    display: block;
}

.tabs__gallery .tabs_image {
    position: relative;
}

.tabs__gallery .tabs_image img {
    height: 236px;
    object-fit: cover;
    cursor: pointer;
    width: 100%;
    padding: 15px;
    transition: all 0.25s ease-in;
}

.tabs__gallery .tabs_image:not(.expanded) img:hover {
    filter: brightness(25%);
    transition: all 0.25s ease-in;
}

.tabs_image,
.tabs-sizer {
    width: 33.33%;
    position: relative;
}

.tabs__content {
    margin-top: -90px;
    margin-bottom: 30px;
}

.tabs_image.expanded img,
.tabs_image.expanded {
    width: 100%;
    height: auto !important;
}

.tabs_image {}

.minimal-left>.bg-white:after {
    content: "";
    position: absolute;
    width: calc((100vw - 1130px) / 2 + 100% + 20%);
    top: 0;
    left: 0;
    height: 100%;
    background-color: white;
    z-index: -1;
}

.maximal-right>.bg-white:after {
    content: "";
    position: absolute;
    width: calc((100vw - 1130px) / 2 + 100% + 20%);
    top: 0;
    right: 0;
    height: 100%;
    background-color: white;
    z-index: -1;
}

.after__header {
    position: relative;
    margin-top: -23px;
}

.after__header:after {
    position: absolute;
    content: "";
    background-image: url("/wp-content/uploads/2021/01/Navigation-Lines.svg");
    background-repeat: repeat-x;
    height: 40px;
    margin-top: 48px;
    width: calc((100vw - 1130px) / 2 + (1095px - 100%));
    left: calc(100% + 8px);
    overflow: hidden;
}

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

@media (max-width: 767.98px) {

    /* .carouselx.owl-carousel,
	.carouselx.owl-carousel .owl-item,
	.carouselx.owl-carousel .owl-item .img_container{
	max-height: 500px;
} */
    /* .carouselx .img_container img{
	width: 36% !important;
	margin: 0 auto;
} */
    .tabs__list-link.new-line:after {
        width: 100px;
    }

    .tabs__headers {
        margin-top: 120px;
    }

    .tabs__gallery .tabs_image {
        width: 50%;
    }
}

@media (max-width: 575.98px) {
    .tabs__gallery .tabs_image {
        width: 50%;
        /*     height: 237px; */
        height: 150px;
    }

    .tabs__gallery .tabs_image.expanded {
        width: 100%;
    }

    .tabs__gallery .tabs_image img {
        height: 150px;
        padding: 10px;
    }

    .homepage_main_slider #slide5 .trans a {
        background-color: #fff;
        display: flex;
        align-items: center;
    }

    .homepage_main_slider #slide5 .trans a img {
        height: auto;
    }

    /*   .models_tab .p_type:last-of-type {
	margin-left: -30px !important;
	margin-right: 35% !important;
} */
    .custom-select-mobile-select.d-block.d-md-none {
        margin-bottom: 30px;
    }

    .tab-content-heading .vc_column-inner {
        margin-top: -54px;
    }
}

.page-header-h1 h1,
h1.page-header-h1 {
    color: #313131;
    font-family: var(--aguila-bold);
    font-size: 80px;
    /*   font-size: 5.5vmax; */
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 80px;
    /*   line-height: 5.5vmax; */
    margin-left: 2px;
    padding: 10px 0px;
}

.big-header.page-header-h1 h1 {
    margin-left: 95px;
}

.page-textile-cards .big-header.page-header-h1 h1,
.page-template-Product-Family-Finishes .big-header.page-header-h1 h1 {
    margin-left: 0px;
}

.big-header-cstm.big-header.page-header-h1 h1 {
    margin-left: 0;
}

.section-header-h2 h2,
h2.section-header-h2 {
    font: 700 55px/55px var(--aguila-bold);
    color: #313131;
    letter-spacing: -0.5px;
    margin-left: -3px;
}

h2.section-header-h2.neocon-form-title {
    font: 700 45px/45px var(--aguila-bold);
}

body .back-btn__cstm a {
    padding-bottom: 3px !important;
    border-bottom: 2px solid transparent !important;
}

.back-btn__cstm a::before {
    position: relative;
    bottom: 2px;
}

.back-btn__cstm a:hover {
    border-bottom: 2px solid #ed6500 !important;
}

.neocon-form-submit {
    width: auto !important;
}

.small-header-h3 h3,
h3.small-header-h3 {
    color: #313131;
    font-family: var(--universal-sans-bold);
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 30px;
}

p.body-text-p {
    /*     line-height: 30px !important; */
}

.small-bold-header-h3 h3,
h3.small-bold-header-h3 {
    color: #313131;
    font-family: Montserrat;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -0.24px;
    line-height: 32px;
}

.body-text-p p,
p.body-text-p,
span.body-text-p {
    color: #313131;
    font-family: var(--universal-sans-regular);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: normal;
    /*     font-family: Arial; */
}

.body-text-p p strong {
    font-family: var(--universal-sans-bold);
}

.body-text-p p b {
    font-family: var(--universal-sans-bold);
}

.body-text-p p {
    margin-bottom: 25px;
}

.founders-text.body-text-p p {
    font-family: var(--universal-sans-regular);
}

.body-text-p p.our-story-head {
    margin-bottom: 20px;
}

.founders-text strong {
    font-weight: 600;
}

.body-text-a a {
    color: #313131;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    font-family: Arial;
}

.body-text-a a:hover {
    color: #ed6500;
}

.body-text-ul ul {
    color: #313131;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    font-family: Arial;
}

.k_company~.entry-content {
    margin-top: 0px;
}

p.orangeborder-text {
    text-transform: uppercase;
    font: 700 16px/19px var(--universal-sans-bold);
    color: #313131;
    letter-spacing: 1.5px;
    margin-top: 20px;
    /* 	width: 50%; */
    margin-bottom: 0px;
    padding-left: 0px;
}

.banner-margin-adjustment {
    /*   margin-top: -72px; */
}

.vc_column_container.px-0>div.vc_column-inner {
    /*   Please dont apply this change in visual composer structure */

    /*     padding-left: 0 !important;
	padding-right: 0 !important; */
}

.select2-dropdown {
    z-index: 99999;
}

.no-decoration {
    text-decoration: none;
    color: #313131 !important;
}

.fluid-max {
    max-width: 1440px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.mr-90__cstm {
    margin-left: 95px;
}

.company-negative-margin .fluid-max {
    max-width: 1475px;
}

.tosspage-gallery-section {
    overflow: visible !important;
}

.tosspage-gallery-section .fluid-max {
    max-width: 1440px;
}

.tosspage-gallery-section .fluid-max .vc_column-inner {
    padding-left: 0;
}

.tosspillow-gallery-space {
    height: 471px !important;
}

.tosspage-gallery-section .tosspillow-image-gallery {
    margin-top: -600px;
    background: #ffff;
    max-height: 471px;
}

.tosspage-gallery-section .tosspillow-image-gallery .vc_item .vc_inner {
    text-align: center;
}

.tosspillow-image-gallery .vc_images_carousel .vc_carousel-control {
    top: unset;
    bottom: 2px;
    width: 26px;
    height: 26px;
    background: #ffff;
    opacity: 1;
}

.tosspillow-image-gallery .vc_images_carousel .vc_carousel-control .icon-next:before,
.tosspillow-image-gallery .vc_images_carousel .vc_carousel-control .icon-prev:before {
    content: url(/wp-content/themes/wp-bootstrap-4-child/images/new-ui-elements/Chevron-Orange.svg);
}

.tosspillow-image-gallery .vc_images_carousel .vc_carousel-control .icon-next:before {
    display: inline-block;
    top: unset;
    line-height: 4px;
    bottom: -12px;
}

.tosspillow-image-gallery__cstm--arrow .vc_images_carousel .vc_carousel-control .icon-next:before {
    bottom: 12px;
}

.tosspillow-image-gallery .vc_images_carousel .vc_carousel-control .icon-prev:before {
    display: inline-block;
    top: 12px;
    line-height: 4px;
    transform: rotate(180deg);
}

.tosspillow-image-gallery .vc_images_carousel .vc_carousel-control.vc_left {
    left: 2px;
}

.tosspillow-image-gallery .vc_images_carousel .vc_carousel-control.vc_right {
    left: 30px;
}

.tosspillow-image-gallery__cstm--arrow .vc_images_carousel .vc_carousel-control .icon-prev:before {
    top: -12px;
}

/* ----------- END GLOBAL CLASSES ---------  */

#mega-menu-item-5490 a {
    text-align: left !important;
}

#mega-menu-item-5492 a {
    text-align: left !important;
}

#mega-menu-item-5493 a {
    text-align: left !important;
}

#mega-menu-item-183 a {
    text-align: left !important;
}

#mega-menu-item-5494 a {
    text-align: left !important;
}

/* menu*/

.last-item {
    /*     -webkit-box-shadow: 0px 10px 22px 6px rgba(214, 214, 214, 1);
	-moz-box-shadow: 0px 10px 22px 6px rgba(214, 214, 214, 1);
	box-shadow: 0px 10px 22px 6px rgba(214, 214, 214, 1); */
}

.inner-container {
    position: relative;
}

.focus-text {
    position: absolute;
    bottom: 30%;
    left: 10%;
    color: #ffffff;
    font-family: var(--universal-sans-regular);
    font-size: 11px;
    letter-spacing: 0.5px;
    line-height: 14px;
    background-color: #ed6500;
    padding: 7px 11px;
    border-radius: 0px;
    text-transform: uppercase;
}

.resources-megamenuli .focus-text {
    bottom: 160px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    letter-spacing: 1.5px;
    background-color: unset;
    padding: 0;
}

.name-text {
    position: absolute;
    bottom: 18%;
    left: 9%;
    color: #ffffff;
    font-family: var(--aguila-bold);
    font-size: 55px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 55px;
    text-transform: capitalize;
}

.name-text__cstm {
    bottom: 7%;
    color: #fff;
}

.mega-menu-item.mega-menu-item-type-custom.mega-menu-item-object-custom .inner-container a::after {
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 45.83%, rgba(0, 0, 0, 0.90) 100%), 50% / cover no-repeat;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.resources-megamenuli .name-text {
    bottom: 50px;
    letter-spacing: -1px;
    font-size: 60px;
}

/* link style */

.link-style a {
    text-decoration: none;
    color: #757575 !important;
}

/* sub-menu-child */

.sub-menu-parent-link>a,
.sub-menu-parent-link2>a {
    font-family: var(--universal-sans-bold) !important;
    margin-top: 0px !important;
    font-weight: 700 !important;
    margin-bottom: 7px !important;
    color: #313131 !important;
    line-height: 19px !important;
    font-size: 16px !important;
    letter-spacing: 1.5px !important;
    border-bottom: 2px solid transparent !important;
    text-transform: uppercase !important;
    display: inline-block !important;
    padding: 0 !important;
    background: transparent !important;
}

.sub-menu-parent-link>a:hover,
.sub-menu-parent-link2>a:hover {
    border-bottom: 2px solid #ed6500 !important;
}

.sub-menu-parent-link>a:focus,
.sub-menu-parent-link2>a:focus {
    background: #fbe0cc !important;
    border-bottom: 2px solid transparent !important;
    outline: 0px !important;
    outline-width: 0px !important;
}

.sub-menu-parent-link>a:active,
.sub-menu-parent-link2>a:active {
    color: #a4a5a8 !important;
    border-bottom: 2px solid transparent !important;
}

.sub-menu-parent-link>a:disabled,
.sub-menu-parent-link2>a:disabled {
    color: #a4a5a8 !important;
    border-bottom: 2px solid transparent !important;
}

.sub-menu-child-link>a,
/* #mega-menu-item-13 .sub-menu-parent-link > a, */
#mega-menu-item-27838 .sub-menu-parent-link>a,
#mega-menu-item-27839 .sub-menu-parent-link>a {
    font-family: var(--universal-sans-regular) !important;
    font-weight: normal !important;
    display: inline-block !important;
    font-size: 16px !important;
    color: #313131 !important;
    line-height: 19px !important;
    margin-bottom: 7px !important;
    letter-spacing: 0px !important;
    border-bottom: 2px solid transparent !important;
    text-transform: capitalize !important;
}

.sub-menu-child-link.not-capitalized>a {
    text-transform: none !important;
}

.sub-menu-child-link>a:hover,
#mega-menu-item-13 .sub-menu-parent-link>a:hover {
    text-decoration: none !important;
    border-bottom: 2px solid #ed6500 !important;
}

.sub-menu-child-link>a:focus,
#mega-menu-item-13 .sub-menu-parent-link>a:focus {
    text-decoration: none !important;
    background: #fbe0cc !important;
    border-bottom: 2px solid transparent !important;
    outline: 0px !important;
    outline-width: 0px !important;
}

.sub-menu-child-link>a:active,
#mega-menu-item-13 .sub-menu-parent-link>a:active {
    text-decoration: none !important;
    color: #313131 !important;
    border-bottom: 2px solid transparent !important;
}

.sub-menu-child-link>a:disabled,
#mega-menu-item-13 .sub-menu-parent-link>a:disabled {
    text-decoration: none !important;
    color: #a4a5a8 !important;
    border-bottom: 2px solid transparent !important;
}

.sub-menu-child-link:last-child {
    margin-bottom: 0px !important;
}

.mega-sub-menu .search-loupe {
    display: none;
}

.sub-menu-parent-link i {
    color: #ed6500;
    font-size: 12px;
    margin-left: 0px;
}

.sub-menu-parent-link i.new-ui-chevron:before {
    content: "";
    display: block;
    background-image: url("/wp-content/themes/wp-bootstrap-4-child/images/new-ui-elements/Chevron-Orange.svg");
    background-position: center 40%;
    height: 12px;
    background-repeat: no-repeat;
    width: 8px;
    font-size: 12px;
}

.sub-menu-parent-link2 i {
    color: #ed6500;
    font-size: 12px;
    margin-right: 0px;
}

.sub-menu-child-link i.new-ui-chevron2::before {
    content: "";
    display: block;
    background-image: url("/wp-content/themes/wp-bootstrap-4-child/images/new-ui-elements/Chevron-Orange.svg");
    background-position: center 40%;
    height: 12px;
    background-repeat: no-repeat;
    width: 8px;
    font-size: 12px;
    transform: rotate(90deg);
}

.menu-row-main,
.menu-row-families {
    opacity: 1 !important;
    transition: opacity 400ms ease-in !important;
}

.menu-row-main.menu-hidden,
.menu-row-families.menu-hidden {
    opacity: 0 !important;
}

.menu-mobile-family ul.dropdown-menu {
    padding-top: 250px;
}

/* Safari (from 6.1 to 10.0) */
@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {

    /* @media { */
    /* .menu-mobile-family ul.dropdown-menu { */
    /* 		padding-top: 245px; */
    /* } */
    .mobile-menu-line {
        margin: 20px 35px 15px;
    }

    .first-menu .nav-link {
        margin-bottom: 5px !important;
    }

    /* } */
}

/* Safari (10.1+) */
@media not all and (min-resolution: 0.001dpcm) {

    /* @media { */
    .menu-mobile-family ul.dropdown-menu {
        /* 		padding-top: 235px; */
    }

    .mobile-menu-line {
        margin: 20px 35px 15px;
    }

    .first-menu .nav-link {
        margin-bottom: 5px !important;
    }

    /* } */
}

.menu-mobile-family-3 ul.dropdown-menu {
    padding-top: 100px;
}

.sub-menu-parent-link::after {
    content: "\f054";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 0;
    right: 0;
    width: 40px;
    border: unset;
    color: #ff9f13;
    font-size: 12px;
    margin-right: -40px;
    position: absolute;
}

.sub-menu-parent-link2::before {
    content: "";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 17px;
    left: 0;
    width: 10px;
    border: unset;
    color: #ed6500;
    font-size: 12px;
    margin-right: -40px;
    position: absolute;
}

.sub-menu-parent-link2 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

.sub-menu-child-link i {
    color: #ed6500;
    font-size: 12px;
    margin-left: 0px;
}

.sub-menu-child-link i.fa-chevron-down {
    margin-left: 5px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-12 {
    margin-right: 4%;
}

.resources-link>a {
    font-size: 14px !important;
    line-height: 24px !important;
    color: #6e7076;
    font-weight: 600 !important;
}

/* NEW HOMEPAGE BANNER */

.new-homepage-first-slider {
    height: 100vh;
    /*         overflow: hidden; */
    background-color: #f6f6f7;
}

.new-homepage-first-slider .loop {
    position: relative;
    overflow: visible;
    width: 100%;
    height: 100%;
}

/* .new-homepage-first-slider .start {
position: relative;
text-align: center;
height: 100%;
scroll-snap-align: start;
} */

.new-homepage-first-slider {
    font-family: var(--aguila-regular);
    font-weight: normal;
    font-size: 100%;
}

.mg_left {
    margin-right: 55%;
}

.body-par1 {
    position: relative;
    overflow: visible;
    width: 100%;
    height: 475vh;
    padding-top: 0;
}

.new-homepage-first-slider .loop::-webkit-scrollbar {
    display: none;
}

.new-homepage-first-slider nav {
    position: fixed;
    bottom: 40%;
    left: 0;
    width: 205px;
    z-index: 10;
    visibility: visible;
    opacity: 1;
}

.new-homepage-first-slider nav.invis-dots {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
}

.new-homepage-first-slider nav ul {
    justify-content: space-around;
    margin: 0;
    padding: 0;
}

.new-homepage-first-slider nav ul li {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0.25rem 0;
}

#nav-dots .nav-link {
    padding-left: 0;
}

/*#colophon .nav-link {
padding-top: 17px !important;
}*/

.new-homepage-first-slider .nav-link {
    text-decoration: none;
    color: #6e7076;
    font-weight: 300;
    cursor: pointer;
    /* pointer-events: none; */
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.5px;
    font-family: var(--universal-sans-bold);
}

.new-homepage-first-slider .one {
    padding: 0 0 5%;
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 95vh;
    background-color: #f6f6f7;
}

.new-homepage-first-slider #slide1.force-index-load {
    z-index: 9999;
}

.mt-getinspired-homepage {
    margin-top: 119px;
    width: 100vw;
}

.new-homepage-first-slider .two {
    background: darkblue;
}

.new-homepage-first-slider .three {
    background: lightgreen;
}

.new-homepage-first-slider .four {
    background: lightcoral;
}

.new-homepage-first-slider .five {
    background: lightskyblue;
}

.new-homepage-first-slider h1 {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    font-size: 80px;
    letter-spacing: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
}

.new-homepage-first-slider h2 {
    text-transform: uppercase;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    font-family: var(--universal-sans-regular);
    margin-bottom: 0px;
    letter-spacing: 1.5px;
    color: #313131;
}

.new-homepage-first-slider h3 {
    font-weight: 700;
    color: #313131;
    text-align: left;
    font-size: 75px;
    margin-left: -5px;
    letter-spacing: -1px;
    font-family: var(--aguila-bold);
    line-height: 88px;
}

.slide-paragraph {
    font-family: var(--universal-sans-regular);
    font-size: 16px;
    line-height: 26px;
    color: #313131;
    max-width: 600px;
    letter-spacing: 0;
}

.new-homepage-first-slider .active-link {
    color: #313131;
    font-weight: 900;
}

.new-homepage-first-slider hr {
    width: 30px;
    height: 1px;
    background-color: #6e7076;
    margin-right: 10px;
    border: 0px;
    -webkit-transition: width 1s ease-out;
    transition: width 1s ease-out;
}

.new-homepage-first-slider .grow {
    width: 85%;
    background-color: #ed6500;
}

.new-homepage-first-slider .learn_more {
    display: none;
    margin-right: 1px;
    height: 40px;
    width: 132px;
    font-weight: 400;
    color: #6e7076;
    border: none;
    cursor: pointer;
    padding: 12px;
    background-color: #ed6500;
}

/* configurator form */
.conf-frm__button .learn-more a {
    width: 100%;
    max-width: 100%;
}

.conf-frm__button .text_more_span {
    width: auto;
    max-width: 100%;
    visibility: visible;
    padding: 12px 11px 10px;
}

.conf-frm__button .learn-more .text_more_span {
    width: auto;
    max-width: 100%;
    padding: 12px 11px;
    visibility: visible;
}

.conf-frm__label {
    display: block !important;
    color: #a4a5a8 !important;
    font-family: var(--universal-sans-regular) !important;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 17px;
    text-transform: uppercase;
    text-align-last: left;
}

.conf-frm__field input {
    height: 30px;
    line-height: 1.3;
    background-color: #f6f6f7 !important;
    border-color: white !important;
    border-bottom: 2px solid #ed6500 !important;
    border-radius: 0 !important;
    border-top: none !important;
    box-shadow: none !important;
}

.popup__close {
    padding: 15px !important;
    font-size: 0px !important;
    margin: 10px !important;
    color: #ff9300 !important;
    cursor: pointer !important;
    vertical-align: middle !important;
    top: 11px !important;
    bottom: auto !important;
    z-index: 9999920 !important;
    background: url(/wp-content/themes/wp-bootstrap-4-child/images/new-ui-elements/Close-Icon.svg) !important;
    background-repeat: no-repeat !important;
}

.learn-more {
    width: auto;
    margin-top: 10px;
    margin-bottom: 0px !important;
    margin-left: 28px !important;
    font: 600 14px/16px var(--universal-sans-regular);
    letter-spacing: 1.5px;
    transition: all 1s;
}

.title_more .learn-more {
    margin-bottom: 10px !important;
}

.view-finishes .learn-more {
    display: block;
    max-width: max-content;
    margin-top: 30px;
    margin-bottom: 0 !important;
    margin-left: 0px !important;
}

.view-finishes.intro-brochure .learn-more {
    margin-top: 0px;
}

.learn-more span {
    background-color: #ed6500;
    padding: 11px;
    height: 40px;
}

.svg_span,
.changed_svg {
    margin-left: 1px;
    display: flex;
}

.learn-more a {
    text-decoration: none;
    color: #313131;
    display: flex;
    justify-content: flex-start;
    width: 0;
    transition: all 1s;
    background: #ffff;
}

.view-finishes .learn-more a {
    width: 100%;
}

.learn-more .text_full_width {
    width: 100%;
    color: #313131;
    padding: 12px 11px 10px;
}

.view-finishes .learn-more .text_more_span {
    width: 100% !important;
    max-width: 100% !important;
    visibility: visible !important;
    color: #313131;
    padding: 12px 11px 10px !important;
}

.learn-more:hover a,
.learn-more:focus a {
    width: 100%;
}

.learn-more span.text_more_span {
    visibility: hidden;
    color: #313131;
    width: auto;
    max-width: 0;
    padding: 12px 0 10px;
    /*   transition: visibility 0s, opacity 0.5s linear; */
    -webkit-transition: all 1s;
    transition: all 1s;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

.frm_button_submit .learn-more span.text_more_span {
    width: auto;
    max-width: 100%;
    visibility: visible;
    padding: 12px 11px 10px;
}

.frm_button_submit .learn-more a {
    width: 100%;
    max-width: 100%;
}

.learn-more:hover span.text_more_span,
.learn-more:focus span.text_more_span {
    visibility: visible;
    /*   opacity: 1; */
    width: auto;
    max-width: 100%;
    padding: 12px 11px 10px;
    display: inline-block;
}

.learn-more:hover span.text_more_span,
.learn-more:hover span.svg_span {
    background: #242424;
    color: #ffffff;
    -webkit-transition: background 0s, color 0s;
    transition: background 0s, color 0s;
}

.learn-more:focus {
    outline: #fbe0cc solid 5px;
    outline-color: #fbe0cc;
    outline-width: 5px;
}

.learn-more:focus span.text_more_span,
.learn-more:focus span.svg_span {
    background: #ed6500;
    color: #313131;
    -webkit-transition: background 0s, color 0s;
    transition: background 0s, color 0s;
}

.learn-more:active span.text_more_span,
.learn-more:active span.svg_span svg g {
    background: #313131;
    color: #ed6500;
    -webkit-transition: background 0s, color 0s;
    transition: background 0s, color 0s;
}

.learn-more:active span.svg_span svg g {
    color: #ed6500;
    fill: #ed6500;
}

.learn-more:active span.text_more_span,
.learn-more:active span.svg_span {
    background: #313131;
    color: #ed6500;
    -webkit-transition: background 0s, color 0s;
    transition: background 0s, color 0s;
}

.learn-more:disabled span.text_more_span {
    background: #d8d8d8;
    color: #a4a5a8;
    -webkit-transition: background 0s, color 0s;
    transition: background 0s, color 0s;
}

.learn-more:disabled span.svg_span {
    background: #d8d8d8;
    color: #ffffff;
    -webkit-transition: background 0s, color 0s;
    transition: background 0s, color 0s;
}

.learn-more svg {
    height: 18px !important;
    width: 18px !important;
}

.cstm__swatch {
    max-width: 539px;
    min-height: 285px;
}

.cstm__swatch .swatch-img-wrapper {
    padding: 30px;
}

.cstm__swatch .swatch-text-wrapper {
    padding-left: 16px;
}

.new-homepage-first-slider .test {
    height: 40px;
    background-color: #ed6500;
    font-size: 16px;
    margin-left: 2px;
    font-weight: 400;
    color: #6e7076;
    border: none;
    padding: 2px 7px;
    cursor: pointer;
}

.new-homepage-first-slider svg {
    fill: white;
    overflow: hidden;
    vertical-align: middle;
    color: #fff;
    height: 25px;
}

.slide-text {
    margin-top: 25px;
    text-align: left;
    max-width: 80%;
    margin: 25px auto 0px;
}

.new-homepage-first-slider .mg_left {
    /* 	margin-left: 170px; */
}

.new-homepage-first-slider h3.mg_left {
    margin-right: 0;
}

.trans {
    height: 80%;
    /* max-height: 600px; */
    max-width: 80%;
    margin: 0 auto;
    display: flex;
}

.cont-gallery {
    max-width: 75%;
    margin: 0 auto;
}

.trans img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

/* .trans a{
max-height: 600px;
} */

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

.btns-right {
    display: flex;
    margin-bottom: 10px;
    margin-left: 30px;
}

.body_scroll {
    position: fixed;
    right: 5%;
    height: 220px;
    z-index: 6;
    bottom: 22%;
    display: flex;
    align-items: end;
}

.body_scroll.invis-dots {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
}

.aside {
    display: block;
    position: relative;
    height: 200px;
    width: 30px;
}

.btn_hover {
    transition: visibility 0s, opacity 0.3s linear;
}

.padding-80__cstm {
    padding-top: 80px;
}

.csstransforms .aside h3 {
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    transform-origin: 0 0;
    transform: rotate(90deg);
    text-transform: uppercase;
    min-width: 130px;
    width: auto;
    top: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.5px;
    color: #6e7076;
    font-family: var(--universal-sans-regular);
}

.scroll_image {
    position: absolute;
    bottom: 0;
    right: 40px;
    height: 70px;
}

/* END OF NEW HOMEPAGE BANNER */

#product-section-header {
    font: 700 55px/64px var(--aguila-bold);
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}

#home-page-paragraph {
    font: 400 16px/26px var(--universal-sans-regular);
}

/* card */

/* .card-title-h3 {
height: 48px;
}

.card-body-p {
height: 90px;
}
*/

.conteant_animation_bigheader .wpb_wrapper p {
    font-size: 16px;
    line-height: 20px;
    color: #757575;
}

.big-header .wpb_wrapper p {
    color: #6e7076;
    font-size: 95px;
    font-weight: bold;
    letter-spacing: -0.7px;
    line-height: 145px;
    font-family: Montserrat Bold;
}

a.ab-item {
    color: #fff !important;
}

.orange-separator {
    background-color: #ed6500;
    width: 80px;
    height: 400px;
    position: absolute;
    left: 50px;
}

.wpbk_title {
    color: #6e7076;
    font-family: "Montserrat", sans-serif;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: -0.25px;
    line-height: 52px;
}

.wpbk_subtext {
    color: #757575;
    font-family: Arial;
    font-size: 15px;
    line-height: 20px;
    width: 75%;
}

.cat_4 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.section-bg {
    background: rgba(184, 227, 104, 0.12) !important;
}

#tree-of-life {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    margin-right: -15px;
}

.edited {
    align-items: center !important;
}

.spaces-separator-orange {
    background-color: #ed6500;
    width: 80px;
    height: 400px;
    position: absolute;
}

.content_tab_country {
    display: none;
}

.active_region,
.active_region_tab {
    font-family: "Montserrat Bold";
}

.planet-cont__cstm-v3 .planet-div {
    height: 674px;
    top: 11%;
}

/* popup signup form */

.frm_other_input {
    width: 100%;
    margin-top: 0.5rem;
}

#sgpb-popup-dialog-main-div-wrapper #sgpb-close-button {
    padding: 15px !important;
    font-size: 0px !important;
    margin: 10px !important;
    color: #ff9300 !important;
    cursor: pointer !important;
    vertical-align: middle !important;
    top: 11px !important;
    bottom: auto !important;
    z-index: 9999920 !important;
    background: url(/wp-content/themes/wp-bootstrap-4-child/images/new-ui-elements/Close-Icon.svg) !important;
    background-repeat: no-repeat !important;
}

.sgpb-theme-4-content {
    border-radius: 0px !important;
}

#sgpb-close-button:after {
    content: "";
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
}

#sgpb-popup-dialog-main-div {
    padding: 0px !important;
    border-bottom-width: 0px !important;
    overflow: hidden !important;
}

@media (max-width: 768px) {
    .tosspage-gallery-section .tosspillow-image-gallery {
        margin-top: -780px;
    }

    .pricing-d12-cstm .filter__pricing {
        align-items: flex-start;
        min-height: unset;
        margin-bottom: 0;
    }

    .margin-topp__cstm-v3 {
        margin-top: 50px;
    }

    .planet-cont__cstm-v3 .planet-para {
        top: 0px !important;
    }


    body .planet-cont__cstm-v3 .galdesc.view-finishes {
        top: 0;
        justify-content: flex-start;
        padding-left: 15px;
    }

    .planet-mob-banner-ccsrtm .planet-header h2 {
        margin-left: 0;
        text-align: left;
    }
}

@media (max-width: 767.98px) {
    .cstm__swatch .swatch-img-wrapper {
        padding-left: 14px;
        padding-right: 14px;
        padding-bottom: 14px;
    }

    #sgpb-popup-dialog-main-div {
        min-width: 300px !important;
    }

    .tosspage-gallery-section .tosspillow-image-gallery {
        margin-top: -1625px;
    }

    .tosspillow-gallery-space {
        height: 400px !important;
    }

    .tosspillow-image-gallery .vc_images_carousel .vc_carousel-control .icon-prev:before {
        display: inline-block;
        top: unset;
        bottom: -12px;
    }

    .tosspillow-image-gallery .vc_images_carousel .vc_carousel-control .icon-next:before {
        display: inline-block;
        top: unset;
        bottom: 12px;
    }

    .tosspage-gallery-section .fluid-max .vc_column-inner {
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    .tab-contact__number {
        padding-left: 41px;
    }

    .intro-section .submenu__item:nth-child(3) span {
        display: none;
    }

    .page-upholstery.page-template-upholstery_template_dev2 .intro-section .submenu__item:nth-child(3) span {
        display: inline-block;
        margin-left: 20px;
    }

    .style_block_inner.vc_col-sm-5 {
        width: 43.33333333%;
    }

    .style_block_inner.vc_col-sm-5 {
        width: 43.33333333%;
    }

    .style_block_inner.vc_col-sm-5 .vc_column-inner {
        padding-left: 0;
    }

    .style_block_inner.vc_col-sm-7 {
        width: 56.66666666%;
    }

    .homepage-margintop {
        margin-top: -35px;
    }
}

@media (max-width: 768px) {
    .popup__signup {
        display: block;
    }

    .htp-cstm__second {
        padding-top: 0;
    }

    #sgpb-popup-dialog-main-div {
        padding: 1rem !important;
    }

    .popup-header h2 {
        padding-top: 0 !important;
    }

    .form-field {
        padding-left: 0px !important;
        margin-bottom: 1rem !important;
    }

    .hp-card.hp-card_first {
        max-width: 100%;
    }

    .mt-getinspired-homepage {
        margin-top: 0px;
    }

    .hp-card {
        margin: 0 auto;
    }

    .upholstery-resources-section {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .homepage-margintop {
        margin-top: -40px;
    }
}

@media (max-width: 575.98px) {
    #sgpb-popup-dialog-main-div {
        min-width: 300px !important;
        width: 300px !important;
        overflow: auto;
        padding: 1rem !important;
        overflow: auto !important;
    }

    .covid-header .heading-lines .covid__19--cstm::before {
        right: 99%;
        top: 68% !important;
    }

    .covid-header .heading-lines .covid__19--cstm::after {
        display: inline-block;
        margin-top: 9%;
    }

    .wpb_wrapper h2.covid-section__number,
    .wpb_wrapper h2.covid-section__title {
        font-weight: 700 !important;
        line-height: 35px !important;
    }

    .mobile-title__cstm--covid>.vc_column-inner>.wpb_wrapper {
        margin-top: -46px;
    }

    .wpb_wrapper h2.covid-section__number {
        padding-right: 7px !important;
    }

    .upholster__cstm-ml span {
        display: block;
    }

    .form-field {
        padding-left: 0px !important;
        margin-bottom: 0.75rem !important;
    }
}

#sgpb-popup-dialog-main-div>div:first-child {
    overflow: hidden !important;
}

.popup-form {
    padding-right: 5rem;
}

.popup-header {
    margin-bottom: 1rem !important;
}

.popup-header h2 {
    padding-top: 1rem !important;
    font-size: 28px !important;
}

.popup-image>.vc_column-inner {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    padding: 0px;
}

/* .popup-single-image {
position: absolute;
top: -60px;
left: -10px;
} */
.popup-single-image img {
    max-width: 90%;
}

.frm_style_formidable-style.with_frm_style .frm_submit button {
    border-radius: 0 !important;
}

.frm_button_submit .frm_final_submit {
    width: 50% !important;
}

/* toss pillows */

.orange-bg-style {
    height: 260px !important;
    margin-top: 45px !important;
    width: 38% !important;
}

.replaceable_content_for_selectors {
    position: relative;
}

.form_overlay_for_configurator,
.table_overlay_for_configurator {
    position: fixed;
    z-index: 9999999;
    /* background: rgba(255, 255, 255, 0.8); */
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: none;
}

.form_overlay_for_configurator>i,
.table_overlay_for_configurator>i {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #747575 !important;
}

.pricelist-links {
    margin: 0 30px !important;
    border-top: 2px solid #000;
    text-align: center;
    padding-top: 20px;
}

.pricelist-links a,
.pricelist-links a:visited {
    color: #6e7076;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.pricelist-links a:hover,
.pricelist-links a:visited:hover {
    color: #ed6500;
}

.pricelist-links ul li {
    display: inline;
}

.pricelist-links ul li:after {
    display: inline;
    content: " | ";
    margin-left: 10px;
    margin-right: 10px;
}

.pricelist-links ul li:last-child:after {
    display: none;
}

/* page Cahoots style */

.pricingpage-orangebox-freight {
    border: 2px solid #ed6500;
    background-color: #fff;
    padding: 10px 20px;
    text-align: center;
    margin-bottom: 5px;
}

.single-product-description .extra-width {
    text-align: right;
}

.cahoots_section {
    position: relative;
}

.carouselmenu {
    position: absolute;
    top: 50px;
    background: #fff;
    z-index: 9;
    width: 985px;
    height: 102px;
}

.broshuremenu {
    display: none;
    position: absolute;
    top: 50px;
    z-index: 9;
    right: 0;
    height: 102px;
    width: 134px;
    background-color: #ed6500;
}

.ajaxcarouselproduct .row-color {
    padding: 0;
}

.ajaxcarouselproduct .row-color .color:first-child {
    /*   margin-left: 0; */
}

.ajaxcarouselproduct .row-color .color:last-child {
    /*   margin-right: 0; */
}

.image50vw {
    background: url("/wp-content/uploads/2020/06/Bitmap-2-1.png");
    /*   background-size: cover;
	background-position: 0% 75%;
	position: absolute; */
    width: 100%;
    height: 100%;
    background-position: 0 50%;
    min-height: 785px;
}

.btn.btn-configurator-prod {
    box-sizing: border-box;
    border: 1px solid #e3e8f0;
    background-color: #ffffff;
    font-weight: 600;
    border-radius: 0;
    padding: 13px 62px 13px 21px;
}

.btn.btn-configurator-arrow {
    box-sizing: border-box;
    border: 1px solid #e3e8f0;
    background-color: #ffffff;
    border-radius: 0;
}

.customselect2 select {
    box-sizing: border-box;
    border: 1px solid #e3e8f0;
    border-radius: 4px;
    background-color: #ffffff;
}

.customtabcontentex {
    margin-top: 170px;
}

.select2-container .select2-selection--single {
    height: calc(2.25rem + 2px) !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
}

.select2-container--default .select2-selection--single span {
    padding: 0.375rem 0.75rem;
    height: calc(2.25rem + 2px);
    padding-left: 16px !important;
    padding-right: 0px !important;
    padding-top: 4px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: relative !important;
    top: -1px !important;
    content: "" !important;
    display: inline-block !important;
    width: 6px !important;
    height: 6px !important;
    border-right: 2px solid #495057 !important;
    border-top: 2px solid #495057 !important;
    transform: rotate(135deg) !important;
    margin-right: 0.5em !important;
    margin-left: 1em !important;
    left: -24px !important;
    border-style: none;
}

.row-color {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* justify-content: space-between; */
    align-items: start;
    position: relative;
    z-index: 2;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 2px;
    flex-wrap: wrap;
    flex-flow: row wrap;
}

.row-color-upholstery {
    display: block !important;
}

.row-color-upholstery .row_inner_color {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: start;
    position: relative;
    z-index: 2;
    padding-left: 0px;
    padding-right: 4px;
    margin-bottom: 2px;
    flex-wrap: wrap;
    flex-flow: row wrap;
}

.row-color-upholstery .row_inner_color::after,
.row-color::after,
.p_tab.models_tab.active::after {
    content: "";
    flex: auto;
}

.row-color .selected .color {
    outline: 1px solid var(--orange);
    outline-offset: 3px;
}

.row-color.non_upholstery_row {
    /*   justify-content: space-between; */
}

.row-color .color {
    margin-left: 0px;
    margin-right: 0px;
    /*overflow: hidden;*/
    position: relative;
    height: 100px;
    /* 	background-color: transparent!important; */
}

.carousel-control-prev {
    left: -55px;
}

.carousel-control-next {
    right: -40px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-control-prev,
.carousel-control-next {
    height: 30px;
    top: 60px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 30px;
    height: 30px;
}

/* .row-color .color.active {
border: 4px solid #ED6500 !important
} */

.row-color .color img {
    width: 100%;
}

/*.row-color .color.active:before{
content: "";
position: absolute;
width: 58px;
height: 58px;
top: -4px;
left: -4px;
border: 4px solid #ED6500;
}*/

/* .row-color .color.active:after {
content: "";
position: absolute;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 8px solid #ED6500;
bottom: -12px;
left: 20px;
z-index: 99999999;
} */

.fullrow-color {
    min-height: 215px;
    background: #736146;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 15px 0 2px;
}

.fullrow-color-overlay {
    min-height: 215px;
    background: rgba(0, 0, 0, 0.2);
}

.button-next {
    cursor: pointer;
    width: 115px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Proxima Nova Medium";
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.08px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    color: #fff;
}

.info-color {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.06px;
    font-family: "Proxima Nova Regular";
    /*   mix-blend-mode: difference; */
}

.fullrow-color h3 {
    color: #fff;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.14px;
    line-height: 35px;
    margin-left: 10px;
    margin-bottom: 13px;
    /*   mix-blend-mode: difference; */
}

.fullrow-color .info-div {
    margin-left: 15px;
}

.price-box {
    position: absolute;
    bottom: 3px;
    background: white;
    border: 2px solid #ed6500;
    width: 189px;
    height: 137px;
}

.price-box .price {
    padding-top: 20px;
    text-align: center;
    display: block;
    font-size: 35px;
    font-weight: bold;
    line-height: 43px;
    letter-spacing: -0.21px;
    margin-bottom: 0;
}

.price-box .prod-name {
    letter-spacing: 1.52px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.swatch-fz {
    font-size: 16px;
}

.price-box .box-in-box,
.price-box .box-in-box a {
    /*font-family:"Proxima Nova Regular";*/
    width: 100%;
    color: #000000;
    border-top: 2px solid orange;
    padding-top: 12px;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    letter-spacing: -0.07px;
    padding-bottom: 15px;
    cursor: pointer;
}

.discount_selectors_container .discount_1,
.discount_selectors_container .discount_2 {
    margin-right: 10px;
}

/* .price-for-list.net_price,
.price-for-list.subtotal,
.price-for-list.finaltotal {
color: #ED6500;
font-weight: bold;
text-align: right;
} */

.price-for-list.quantity {
    text-align: right;
}

.product-price p {
    line-height: 24px;
}

.product-price .btn-outline-secondary {
    border-radius: 0px;
    color: #6e7076;
    border: 2px solid #6e7076;
}

.product-price .btn-outline-secondary:hover {
    border-color: #ed6500;
    color: #ed6500;
    background-color: transparent;
}

/* .cohoots_slider_pricing .owl-item img {
padding-right: 5px;
} */

p.brosh {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0px;
    font-family: "Archivo SemiBold";
    font-weight: 600;
    color: #000000;
}

.cahoots_slider .item img {
    width: 97px !important;
    height: auto;
    cursor: pointer;
}

.carouselmenu .cahoots_slider .item {
    height: 102px !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carouselmenu .owl-nav {
    position: absolute;
    top: 25px;
    height: 0px;
    width: 100%;
}

.carouselmenu .owl-nav .owl-next {
    right: 10px !important;
    position: absolute;
}

.carouselmenu .owl-nav .owl-prev {
    left: 10px !important;
    position: absolute;
}

.carouselmenu .owl-nav .owl-next span {
    font-size: 40px;
    color: #ed6500;
}

.carouselmenu .owl-nav .owl-prev span {
    font-size: 40px;
    color: #ed6500;
}

.customnavpills.nav-pills .nav-link,
.customnavpills.nav-pills .nav-link.active {
    background-color: #f7f9f9;
    color: #6e7076;
    font-family: "Montserrat Bold";
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}

.customnavpills.nav-pills .nav-link.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 1px;
    background-color: #ed6500;
}

.customtabcontent .item {
    cursor: pointer;
}

.finish-txt_mt {
    margin-top: 27px;
}

.itemcontent {
    display: none;
}

.itemcontent.active {
    display: block;
}

.itemcontent .description-title {
    /*font-family: "Montserrat Bold";*/
    font-size: 42px;
    line-height: 52px;
    font-weight: 800;
    letter-spacing: -0.25px;
}

.itemcontent .description {
    color: #757575;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    font-family: Arial !important;
    width: 300px;
}

.product-model {
    font-family: "Montserrat Bold";
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.52px;
    color: #6e7076;
}

.customselect2 .select2-selection__rendered {
    color: #6e7076;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    letter-spacing: -0.2px;
    line-height: 18px;
}

.customselect2 .select2-selection {
    border-radius: 3px !important;
    border-color: #e3e8f0 !important;
    padding: 10px 5px;
    height: unset !important;
    margin-bottom: 8px;
}

.customselect2 .select2-selection span {
    font-size: 14px;
    line-height: 18px;
}

.customselect2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: unset !important;
    position: relative;
}

.customselect2 .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    content: "\f078";
    position: absolute;
    top: 4px;
    right: -5px;
    width: 15px;
    height: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
}

.newbtgropclasss {
    padding-right: 15px;
}

.carousel-item .color {
    min-height: 69px;
    margin-top: 5px;
    min-width: 69px;
    max-width: 69px;
    max-height: 69px;
}

.carousel-item .non_upholstery_option {
    margin-left: -15px;
    color: #6e7076;
    font-family: Montserrat;
    font-size: 12px;
    letter-spacing: -0.7px;
    line-height: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-right: 15px;
    padding-right: 0;
}

.carousel-item .non_upholstery_option .color {
    min-width: 158px;
    min-height: 158px;
    max-width: 158px;
    max-height: 158px;
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 5px;
    background-color: #fff !important;
    border: 1px solid lightgrey;
}

.carousel-item .non_upholstery_option .color img {
    border-radius: 8px;
}

.changeimage {
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    border: 5px solid #ff9300;
}

.description-popup {
    opacity: 0;
    position: absolute;
    width: 150px;
    top: 115px;
    left: 0px;
    z-index: 5;
    background-color: white;
    padding: 12px;
}

.description-popup,
.description-popup div,
.description-popup span {
    font-size: 12px;
    line-height: 16px;
}

.replaceable_content_for_selectors p span {
    font-family: var(--universal-sans-regular);
    font-weight: normal;
}

.description-popup:before {
    content: "";
    position: absolute;
    left: 70px;
    top: -10px;
    width: 10px;
    height: 10px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 8px solid #fff;
}

.carouselmenu .owl-stage-outer {
    box-shadow: 0 10px 38px 0 rgba(34, 35, 40, 0.2);
}

/*Animation*/

.color-p {
    color: #757575;
}

.textfont {
    color: #757575;
    font-family: Arial;
    font-size: 15px;
    line-height: 20px;
}

.z-index-more-and-animate .wpb_column {
    position: relative;
    z-index: 10;
}

.shortcode-square-div {
    position: absolute;
    top: 50px;
    left: calc(50% - 40px);
    width: 77px;
    height: 77px;
    background: #ed6500;
    z-index: 1;
}

.exraclassimg img {
    width: 484px;
    height: auto;
}

.company-animation-p .shortcode-square-div {
    top: calc(100% - 450px);
    left: 0;
}

.company-animation-ex .shortcode-square-div {
    top: calc(100% - 450px);
    left: unset;
    right: 0;
}

/* toss pillows text */
.toss-pillows-text h3 {
    color: #313131;
    font-family: var(--universal-sans-bold);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 21px;
}

.toss-pillows-text .body-text-p p {
    line-height: 21px;
}

.img-title {
    font-weight: 600 !important;
}

/* Media press css*/

.mediashortcode .vc_column_container>.vc_column-inner {
    padding: 0 !important;
}

.media-first-title {
    color: #6e7076;
    font-family: "Montserrat bold";
    font-size: 42px;
    font-weight: bold;
    letter-spacing: -0.25px;
    line-height: 52px;
}

.customtab-titlecontent {
    color: #6e7076;
    font-family: "Montserrat bold";
    font-size: 42px;
    font-weight: bold;
    letter-spacing: -0.25px;
    line-height: 52px;
}

.parrentmedia h3 {
    color: #6e7076;
    font-family: "Montserrat bold";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.52px;
    line-height: 18px;
}

.parrentmedia p {
    color: #757575;
    font-family: Arial;
    font-size: 15px;
    line-height: 20px;
    height: 30px;
    overflow: hidden;
}

.parrentmedia img {
    border-radius: 10px;
}

.z-indexrow {
    z-index: 10;
    position: relative;
}

.parrentmedia .shortcode-square-div {
    left: unset;
    top: calc(100% - 150px);
    right: -35px;
}

.parrentmedia a {
    color: #6e7076;
    font-family: "Montserrat bold";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.52px;
    line-height: 18px;
    position: relative;
    padding-left: 10px;
    display: block;
}

.news--article__header__cstm h1 {
    font-size: 75px;
    line-height: 70px;
    padding-top: 84px;
}

.wpb_wrapper .news--article__header__cstm h1::before {
    top: 114px;
    margin-top: 0px;
}

.cstm__size-list li {
    font-size: 16px;
    line-height: 26px;
}

.parrentmedia a:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 3px;
    height: 19px;
    background-color: #ed6500;
}

.gallery-homepage .gg-mosaic-wrapper .crop img.ggImg {
    height: 100% !important;
}

.min-height__img-block--news-articles .wpb_single_image {
    min-height: 200px;
}

.min-height__img-block--news-articles h3.small-header-h3 {
    text-transform: uppercase;
}

/* new page */

.overflow-bl__cst-m {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
}

/* Covid 19 page */

.tab-row-tour {
    margin-bottom: 38px;
}

.funk h3 {
    color: #313131;
    font-family: var(--universal-sans-bold);
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 16px;
}

.covid-header .big-header {
    margin-top: 46px;
    margin-bottom: 62px;
}

.covid-header .heading-lines h1::before {
    top: 46% !important;
}

.semibold-text {
    font-weight: 600 !important;
}

.eco-product-descriptions .nthh {
    flex: 0 0 31.3% !important;
}

#post-234.mt-3r {
    margin-top: 0rem;
}

#post-234 .entry-content {
    margin: 0;
}

/*menu*/

/* VERY IMPORTANT ; don't remove */

.navbar {
    flex-flow: row;
}

#mega-menu-wrap-menu-1 {
    width: 100%;
    background: transparent;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    text-align: end;
}

.resources-menuli .mega-sub-menu {
    padding: 20px 20px 5px 20px !important;
}

.resources-menuli .mega-sub-menu .mega-menu-link {
    margin-bottom: 15px !important;
    display: inline-block !important;
    min-width: 0px !important;
}

/* Products Dropdown -*/

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row {
    box-shadow: 0px 0px 50px #bbbbbb52;
    border-radius: 5px;
    margin-top: 0px;
    line-height: 1;
    padding: 35px 40px;
}

/* UL Base Container Dropdown */

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.products-megamenuli>ul.mega-sub-menu {
    margin-top: 10px;
    width: 1170px !important;
    left: unset !important;
    right: 25px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.resources-megamenuli>ul.mega-sub-menu {
    margin-top: 10px;
    width: 300px !important;
    left: unset !important;
    /* 	right: 25px !important; */
}

@media only screen and (max-width: 1500px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.products-megamenuli>ul.mega-sub-menu {
        width: 1170px !important;
        left: unset !important;
        right: 25px !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.resources-megamenuli>ul.mega-sub-menu {
        width: 300px !important;
        left: unset !important;
        /* 		right: 25px !important; */
    }
}

@media (max-width: 1254.98px) {
    .prod-designer-carousel .owl-nav {
        width: 97%;
        left: 1.5%;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.products-megamenuli>ul.mega-sub-menu {
        width: 945px !important;
        left: unset !important;
        right: 25px !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.resources-megamenuli>ul.mega-sub-menu {
        width: 300px !important;
        left: unset !important;
        /* 		right: 25px !important; */
    }
}

/* Resources Dropdown -*/

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu {
    box-shadow: 0px 0px 50px #bbbbbb52;
    margin-top: 20px;
}

/* FOR CATEGORY ITEMS IN MEGA MENU; */

li.mega-menu-item.mega-menu-item-type-taxonomy.mega-menu-item-object-category>a.mega-menu-link {
    color: #000 !important;
    font-weight: 600 !important;
    padding-top: 20px !important;
    padding-bottom: 10px !important;
    font-size: 19px !important;
}

li#mega-menu-item-17 {
    border: 2px solid #ff9300 !important;
    border-radius: 2px !important;
}

#masthead,
#neoconhead {
    padding: 14.5px 9.5px;
}

.page-neocon #masthead {
    display: none;
}

#neoconhead {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}

.stiky-header {
    position: sticky;
    top: 0;
    z-index: 15;
    background-color: #f6f6f7;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row {
    width: 100%;
}

#mega-menu-wrap-menu-1,
#mega-menu-wrap-menu-1 #mega-menu-menu-1,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-row,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link {
    position: initial;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    text-align: left;
    width: fit-content;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-icon-right>a.mega-menu-link:before {
    color: orange;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    height: auto !important;
    margin: 0px 15px 0px 15px;
    padding: 2px 0px 1px 0px;
    /*   padding-top: 3px; */
    /* 	padding-bottom: 1px; */
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    font: 700 14px/16px var(--universal-sans-bold);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #6e7076 !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 16px !important;
    border-bottom: 2px solid transparent !important;
    position: relative;
    /*   border-color: transparent ; */
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    background: transparent;
    position: absolute;
    top: -20px;
    right: calc(-15px + 50%);
    transform: rotate(90deg);
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    color: #313131 !important;
    font-weight: 700;
    position: relative;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link:hover,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link:hover {
    color: #313131 !important;
    /* 	text-decoration: underline; */
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link::after,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link::after,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #ed6500;
    position: absolute;
    top: -20px;
    right: calc(-15px + 50%);
    transform: rotate(90deg);
}

#mega-menu-wrap-menu-1>#mega-menu-menu-1>li.mega-menu-item:nth-child(6)>a.mega-menu-link {
    color: #6e7076 !important;
    font-weight: 700 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
    background: none;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover {
    font-weight: 700 !important;
    -webkit-font-smoothing: antialiased;
    color: #313131 !important;
    font: 700 14px/17px var(--universal-sans-bold);
    letter-spacing: 1.5px;
    text-decoration: none;
    background: none;
    border-bottom: 2px solid #ed6500 !important;
    transition: none;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover:after {
    background: #ed6500;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:nth-child(6)>a.mega-menu-link:hover {
    color: #313131 !important;
    font-weight: 700 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:nth-child(5):hover {
    font-weight: 700 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:active {
    background: none;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:focus {
    background: #fbe0cc;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:focus {
    color: #313131 !important;
    padding: 2px 5px 1px;
    margin: 0px 10px 0px 10px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:focus:after {
    background: #ed6500;
}

#mega-menu-item-5433 {
    margin-left: 5px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
    color: #000000;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}

.menu-row-families {}

.menu-families-col-1-container,
.menu-families-col-2-container,
.menu-families-col-3-container,
.menu-families-col-4-container {
    padding-top: 40px;
    position: relative;
}

.menu-families-col-1-container .menu,
.menu-families-col-2-container .menu,
.menu-families-col-3-container .menu,
.menu-families-col-4-container .menu {
    padding: 7px 7px 7px 7px;
    width: 100%;
}

.menu-families-col-1-container .fa-search,
.menu-families-col-2-container .fa-search,
.menu-families-col-3-container .fa-search,
.menu-families-col-4-container .fa-search {
    display: none;
}

.menu-families-col-1-container li,
.menu-families-col-2-container li,
.menu-families-col-3-container li,
.menu-families-col-4-container li {
    transition: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
    border: 0;
    bottom: auto;
    box-sizing: border-box;
    clip: auto;
    color: #666;
    display: block;
    float: none;
    font-family: inherit;
    font-size: 14px;
    height: auto;
    left: auto;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    min-height: auto;
    max-height: none;
    opacity: 1;
    outline: none;
    overflow: visible;
    padding: 0;
    position: relative;
    pointer-events: auto;
    right: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    transform: none;
    top: auto;
    vertical-align: baseline;
    visibility: inherit;
    width: auto;
    word-wrap: break-word;
    white-space: normal;
}

span.middle-text {
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    max-width: 100%;
    max-height: 5%;
}

.line-1 {
    position: relative;
    top: 40%;
    margin: 0 auto;
    border-right: 2px solid #6e7076;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(215px);
    color: #6e7076;
    font-size: 35px;
    font-weight: bold;
    line-height: 43px;
}

/* Animation */

.anim-typewriter {
    animation: typewriter 3s steps(44) 1s 1 normal both, blinkTextCursor 1000ms steps(44) infinite normal;
}

@keyframes typewriter {
    from {
        width: 0;
    }

    to {
        width: 19em;
    }
}

@keyframes blinkTextCursor {
    from {
        border-right-color: #6e7076;
    }

    to {
        border-right-color: transparent;
    }
}

/*header css*/

.logo-place {
    height: 27px;
    width: 226px;
}

.custom-logo {
    height: 80px;
}

.main-bg {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

/* .inner-container{padding-top:100px} */

.mobilesearch {
    display: none;
}

.fa-search,
.fa-times,
.search-loupe {
    padding: 12px;
    width: 40px;
    font-size: 20px;
    margin-left: 5px;
    color: #ed6500;
    cursor: pointer;
    vertical-align: middle;
}

.search-loupe:hover {
    filter: invert(81%) brightness(12%) contrast(87%);
}

.rotate-180 {
    transform: rotate(180deg);
}

.rotate-360 {
    transform: rotate(360deg);
}

#second-search {
    margin: 0;
    color: #fff;
    cursor: pointer;
    background: #6e7076;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 0px;
    margin-left: -1px;
    padding: 10.5px;
}

label.search-content {
    margin: auto;
}

.mysearch {
    display: none;
    transition: all 0.3s ease-in;
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

.mysearch.active {
    display: block;
    z-index: 100;
    position: absolute;
    width: calc(100% + 40px);
    left: -20px;
    animation: fadeInFromNone 0.5s ease-out;
}

.showSearch {
    display: block;
    animation: fadeIn 1s;
    transition: all 0.3s ease-in;
    z-index: 999;
}

#searchform {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    /*     top: 80px; */
    right: 0%;
    background: #fff;
    padding: 0.8rem;
    box-shadow: 0px 20px 35px #bdbdbd9c;
}

.mysearch #searchform {
    width: 100%;
    top: 30px;
    background: #f6f6f7 !important;
    box-shadow: none;
    border-bottom: 2px solid #d8d8d8;
    padding: 0.3rem 0.8rem 29px 0;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    display: flex;
    justify-content: center;
}

/* .mysearch #searchform:hover {
	border-top: 1px solid #a4a5a8;
	border-right: 1px solid #a4a5a8;
	border-left: 1px solid #a4a5a8;
} */
/* .mysearch #searchform:focus {
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	background: #FBE0CC;
} */
/* .mysearch #searchform:active {
	border-top: 1px solid #ED6500;
	border-right: 1px solid #ED6500;
	border-left: 1px solid #ED6500;
} */
.mysearch #searchform input[type="text"] {
    border: 0px solid #ced4da;
    background: white !important;
    border-radius: 0;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    color: #313131;
    flex-basis: 65%;
    margin-left: 10px;
}

/* .mysearch #searchform:focus input[type="text"],.mysearch #searchform input[type="text"]:focus  {
background: #FBE0CC;
} */
.form-focus,
.form-focus:focus {
    background: #fbe0cc !important;
}

.mysearch #searchform input[type="text"]:focus {
    box-shadow: none;
}

.mysearch #searchform input[type="text"]::placeholder {
    color: #8f9197;
    font-family: "Libre Franklin", sans-serif !important;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
}

#input-search {
    display: none;
}

input[type="text"] {
    padding: 0.5rem 0.75rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

input[type="text"].email-btn {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* input[type="email"]{ padding-left: 45px!important} */

input[type="password"] {
    padding-left: 45px !important;
}

/* AFTER HEADER - ZONE */

.main-text {
    position: absolute;
    top: 40%;
}

h2.welcome {
    color: #6e7076;
    font-family: "Montserrat", sans-serif;
    font-size: 45px;
    font-weight: bold;
    line-height: 43px;
}

img.big-img {
    margin: 0 auto;
    display: block;
}

/* sustainability scorecard page */

.scorecard__pagination {
    margin-top: 30px !important;
}

.sus-page-header h1 {
    font-size: 82px;
}

#sus-img-1 img {
    position: absolute;
    width: 200px;
    top: 0%;
    left: 20%;
    z-index: 998;
}

#sus-img-2 img {
    position: relative;
    max-width: 100% !important;
    left: 5%;
    top: 10%;
    z-index: 999;
}

#sus-img-3 img {
    position: absolute;
    width: 200px;
    bottom: 0%;
    right: -10%;
    z-index: 998;
}

/* pricing page */

.pricing-text a {
    text-decoration: underline;
    color: #313131;
    font-weight: 600;
}

.pricing-orange-sqare-height .shortcode-square-div-right {
    bottom: 340px !important;
}

/* pricing table */

.pricing-table {
    overflow: visible;
}

.orange-title .productcode,
.orange-title .product-code {
    display: none;
}

/*form from menu top - pricing*/

.myform {
    opacity: 0;
    position: absolute;
    background: white;
    top: 70px;
    right: 0;
    box-shadow: 0 30px 40px 0 rgba(34, 35, 40, 0.2);
    border-radius: 4px;
    padding: 10px 40px;
    z-index: -1;
    display: none;
}

.myform.active {
    z-index: 99;
}

.form-title h4 {
    color: #3a405b;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1px;
}

hr.basic-line {
    width: 75%;
    border-top: 1px solid #f0f2f7;
}

h2.access-title {
    -webkit-font-smoothing: antialiased;
    min-height: 296px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    color: #6e7076;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.19px;
    line-height: 39px;
    text-align: center;
}

.second-panel {
    text-align: center;
    padding: 20px;
}

.fa-envelope {
    position: absolute;
    font-size: 18px;
    top: 50px;
    left: 15px;
    color: #b9bed1;
}

.fa-lock {
    position: absolute;
    font-size: 18px;
    top: 50px;
    left: 15px;
    color: #b9bed1;
}

.pricing-form-button {
    background: #fff;
    color: #5a5b64;
    border: 1px solid #ff8d00;
    border-radius: 100px;
    padding: 12px;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
}

.pricing-form-style input {
    background-color: #e3e8f0 !important;
}

/**/

.toggleSpan {
    display: block;
    transition: opacity 1s ease-out;
    opacity: 1;
    animation: fadeIn 1s;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

label.form-static-text {
    color: #b8bfd3;
    font-size: 12px;
    letter-spacing: 1.09px;
    line-height: 15px;
    padding-bottom: 10px;
}

label.forgot-pass {
    text-decoration: underline;
    color: #b8bfd3;
    font-size: 13px;
    line-height: 16px;
    cursor: pointer;
}

input[type="email"] {
    box-shadow: 1px 15px 32px #bbbbbb52;
    border: 1px solid #eeeeee59;
    border-radius: 5px;
    padding: 22px;
}

input[type="password"] {
    background: rgb(240, 242, 247);
    border: 1px solid rgba(146, 166, 216, 0.21);
    border-radius: 5px;
    padding: 22px;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-passoword {
    margin-bottom: 2.5rem;
    text-align: center;
}

#separator1::after {
    content: "";
    position: absolute;
    border-right: 1px solid #eeeeee;
    height: 340px;
    right: 0;
    top: 90px;
    box-shadow: 0px 0px 1px #eeeeee;
}

.footer-separator {
    border-bottom: 1px solid #eeeeee;
    padding-top: 30px;
}

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

.footer-separator2 p {
    font-size: 13px;
    font-weight: 100;
    display: inline-block;
    vertical-align: sub;
    margin-top: 20px;
    color: #c2c8d9;
}

.footer-separator3 {
    border-bottom: 1px solid #eeeeee;
    padding-top: 30px;
}

.custom-form {
    padding: 20px;
}

.resize-height-img img {
    height: 484px;
    width: auto;
}

.form-socials {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}

.rounded-icons {
    width: 50px;
    margin-right: 20px;
}

.rounded-icons-none {
    width: 50px;
}

span.close-form {
    position: absolute;
    right: 3%;
    top: 3%;
    color: gray;
    font-weight: 600;
    cursor: pointer;
    z-index: 99;
}

.showForm {
    display: block;
    opacity: 1;
    animation: fadeIn 1s;
}

/*OWL CAROUSEL SLIDER  */

#owl-demo .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 140px;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    background-color: #ffffff;
    line-height: 1.2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 10px;
    max-width: 500px;
    margin: 30px 30px 30px 40px;
}

.owl-images-fluid {
    width: 100px;
    min-width: 0;
}

#owl-demo .owl-item img {
    max-width: 140px;
    margin-top: -10px;
    margin-bottom: -15px;
    margin-left: -15px;
}

.owl-title-sidebar {
    width: 150px;
    margin-left: auto;
}

.owl-title-slider {
    margin-left: auto;
    margin-top: auto;
    margin-right: 20px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.52px;
    line-height: 14px;
    padding-bottom: 15px;
    padding-left: 9px;
}

#demo2 .separator-owl {
    border-right: 7px solid #ed6500;
    height: 30px;
    position: relative;
    margin-top: auto;
    margin-bottom: 15px;
    margin-left: auto;
    display: block;
    width: 100%;
}

#demo2 .owl-dots {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #333742;
    padding-top: 30px;
    width: 90%;
    margin: 0 auto;
    box-shadow: 0px 1px 0px #3337427d;
}

#demo2 .owl-dot {
    width: 100%;
    margin-left: 50px;
}

#demo2 .owl-dot.active {
    background: #ed6500;
    width: 500px;
    margin-bottom: -2.5px;
    margin-top: -2.5px;
    -webkit-backface-visibility: visible;
    transition: all 0.3s ease-in-out;
}

/* SHOW SELECTED ITEM;
.target{
box-shadow: 0 0 3px 0 #ED6500!important;
} */

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

/* ==========================
// SECTION - PRODUCTS ;
====================== */

section.products {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.relative-separator {
    position: relative;
}

.section-separator {
    background: #ed6500;
    width: 80px;
    height: 400px;
    position: absolute;
}

.section-content {
    float: left;
}

p.sub-products {
    margin-right: auto;
    padding-right: 50px;
    padding-bottom: 50px;
}

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

.contain-img {
    background-color: #ffffff;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.08);
    min-height: 450px;
    border-radius: 10px;
}

.contain-img>img {
    height: 350px;
    border-radius: 10px;
}

.category-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 15px;
}

.cat-text {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.52px;
    line-height: 18px;
    text-transform: uppercase;
    padding-left: 10px;
    padding-top: 5px;
}

.mini-separator-cat {
    border-left: 5px solid #ed6500;
    height: 30px;
}

.contain-img:hover {
    box-shadow: 11px 11px 17px 0 rgba(0, 0, 0, 0.1);
}

.category-title>a:hover {
    text-decoration: none;
}

.downloadpage-organge {
    height: 165px;
    background-color: #ed6500;
    top: 55px;
}

.margin-bottom-0 .wpb_content_element {
    margin-bottom: 15px;
}

/* ==========================
// SECTION - PLANET ;
====================== */

.collagesection-row {
    position: relative;
    height: 1159px;
}

.collagesection-row .collagesection-forest-img,
.collagesection-row .collagesection-table-img,
.collagesection-row .collagesection-tree-img,
.collagesection-row .collagesection-text-row {
    position: absolute;
}

.collagesection-row .collagesection-forest-img {
    height: 481px;
    width: 320px;
    left: 0;
    top: 90px;
}

.collagesection-row .collagesection-table-img {
    height: 315px;
    width: 472px;
    left: 120px;
    top: 173px;
}

.collagesection-row .collagesection-tree-img {
    height: 815px;
    width: auto;
    right: 0;
    top: 90px;
}

.collagesection-row .collagesection-text-row {
    width: 507px;
    top: 521px;
    left: 350px;
}

.collagesection-row .collagesection-text-row h3 {
    color: #6e7076;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: -0.25px;
    line-height: 52px;
}

.collagesection-row .collagesection-text-p p {
    color: #000000;
    font-size: 22.3px;
    font-weight: 600;
    letter-spacing: -1.13px;
    line-height: 29px;
}

section.planet {
    height: 100%;
    width: 100%;
    background-color: rgba(184, 227, 104, 0.12);
    padding-bottom: 3rem;
}

.planet-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.planet-images {
    position: relative;
    padding-top: 5rem;
    margin-bottom: 2rem;
}

img.planet2 {
    position: absolute;
    top: 30%;
    left: 10%;
}

img.tree {
    float: right;
}

.planet-tree::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    right: 40px;
    bottom: 0;
    z-index: -1;
    background: #ff8e01;
}

.relative-planet {
    width: 300px;
    height: 600px;
    position: relative;
    display: contents;
}

.padding-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
    align-self: center;
}

.planet-tree {
    padding-top: 5rem;
}

.tree-body {
    width: 50%;
    margin: auto;
}

.tree-p::before {
    content: "";
    width: 50px;
    height: 100px;
    position: absolute;
    display: block;
    background: #ff8e01;
    top: 70%;
    left: 0;
    z-index: -1;
}

.planet-post {
    padding-bottom: 2rem;
}

h2.tree-title {
    display: table-caption;
    word-break: keep-all;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: -0.25px;
    line-height: 52px;
}

h2.tree-title>a {
    color: #6e7076 !important;
}

.tree-p {
    padding-top: 25px;
    padding-bottom: 25px;
}

.tree-p>p.custom-text {
    color: #000000;
    font-size: 18.3px;
    font-weight: 600;
    letter-spacing: -0.13px;
    padding-bottom: 5px;
}

.tree-button>button.btn {
    background: transparent;
    border-left: 5px solid orange;
    height: 35px;
    border-radius: 2.5px;
}

.tree-button>button.btn>a {
    vertical-align: text-bottom;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1.52px;
}

/*SECTION - SPACES */

.filters .fdrop select {
    width: 207px;
    height: 33px;
    margin-bottom: 0;
    font-family: var(--universal-sans-regular);
    margin-right: 31px;
}

.filters .fdrop:last-child select {
    margin-right: 0;
}

.filter-head {
    margin-right: 32px !important;
}

.filters {
    margin-bottom: 36px !important;
}

/*  */
.news-tabs-style .filters {
    margin-bottom: 0px !important;
}

.news-page-tab .filters {
    margin-top: 17px;
}

.news-tabs-style .filters>div {
    margin: 0px !important;
    min-width: 100%;
    padding: 0px !important;
}

.filter-by-text {
    text-transform: uppercase;
    font-weight: bold;
}

.news-page-tab .filter-by-text {
    font-weight: 600;
    font-family: var(--universal-sans-bold);
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 17px;
}

.news-tabs-style .filters .filter__title {
    display: none;
}

.news-tabs-style .filters .fdrop select {
    background-color: white;
}

.news-tabs-style .vc_tta-tabs-list .vc_tta-tab .filters {
    display: none;
}

.news-tabs-style .vc_tta-tabs-list .vc_tta-tab.vc_active .filters {
    display: block;
}

section.spaces {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.spaces-separator-relative {
    position: relative;
}

.spaces-separator-absolute {
    background: #ed6500;
    width: 80px;
    height: 400px;
    position: absolute;
    right: 50px;
    z-index: -1;
}

#gallery-home {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}

.first--gallery {
    grid-row: 1/3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
}

.padding-column {
    padding-bottom: 2rem;
}

@media (max-width: 600px) {
    .hotspot-info:after {
        top: 135px !important;
    }
}

/**footer css*/

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

.footer-address-tittle {
    text-align: left;
}

.footer-address-content {
    text-align: left;
}

#colophon {
    /*     background-color: #222328!important; */
    /*     background-color: #6E7076!important; */
    /* 	background-color: #313131 !important; */
    background-color: #d1ccbd !important;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0;
    border-bottom: 1px solid #fff;
}

.footer-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    text-align: left;
}

.second-nav a.nav-link {
    color: #313131 !important;
    font: 600 14px/18px var(--universal-sans-bold);
    text-transform: uppercase;
    /*   font-weight: 300 !important; */
    letter-spacing: 1.5px;
}

.footer-nav .second-nav a.nav-link {
    font: 600 14px/20px var(--universal-sans-bold);
    display: inline-block;
    border-bottom: 2px solid transparent;
    padding: 0;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-right: 1rem;
    transition: none !important;
}

.second-nav a.nav-link:hover {
    color: #313131 !important;
    border-bottom: 2px solid #313131;
}

.second-nav a.nav-link:focus {
    background: #a4a5a8;
    color: #ffffff !important;
    outline: 0px;
    outline-color: #a4a5a8;
    outline-width: 0px;
}

.second-nav a.nav-link:active {
    color: #313131 !important;
}

.second-nav a.nav-link:disabled {
    color: #a4a5a8 !important;
}

a {
    /* 	color: #000; */
}

.none {
    display: none;
}

.socials {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    color: #fff;
    width: 100%;
}

.b {
    border-bottom: 1px solid #313131;
}

.subway {
    padding-right: 1rem;
    font-size: 17px;
}

.subway.fa-instagram {
    font-size: 19px;
    position: relative;
    top: -1px;
}

p.c {
    opacity: 1;
    color: #313131;
    font-family: var(--universal-sans-regular);
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.43px;
    padding-bottom: 11px;
}

.footer-credits {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: left !important;
    text-align: left;
}

.footer-terms {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap;
    justify-content: left !important;
    align-items: center;
}

.footer-shell,
.footer-shell * {
    color: #ffffff !important;
}

.footer-shell a.nav-link {
    color: #313131 !important;
    font: 400 12px/18px var(--universal-sans-regular);
    font-size: 12px;
    letter-spacing: 0.43px;
    line-height: 18px;
}

.footer-shell a.nav-link:hover {
    color: #ed6500 !important;
}

.footer-address-tittle span {
    color: #313131;
    font: 700 14px/16px var(--universal-sans-bold);
    letter-spacing: 1.5px;
}

.footer-address-content span {
    color: #313131;
    font: 500 16px/26px var(--universal-sans-regular);
    line-height: 26px;
    letter-spacing: 0;
}

a.social-icons {
    color: #313131 !important;
}

a.social-icons:hover {
    color: #ed6500 !important;
}

.btn a {
    border: none !important;
    border-radius: 0px !important;
    color: #313131 !important;
    font-family: var(--universal-sans-bold) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    line-height: 16px !important;
    padding: 2px 0px 0px !important;
    padding-bottom: 0px !important;
    /* margin: 16.5px 0px 0px !important; */
    margin-top: -2px !important;
    background-color: transparent !important;
    transition: none !important;
}

.file a::before {
    content: url(/wp-content/themes/wp-bootstrap-4-child/images/new-ui-elements/File-Icon.svg);
    padding-right: 5px;
}

.warranty-button__news--article a::before {
    content: none !important;
}

.news-template-default .warranty-button__news--article .vc_general.vc_btn3 {
    padding-bottom: 3px !important;
    margin-top: 1px;
}

.warranty-button__news--article {
    display: flex !important;
    align-items: center;
}

.warranty-button__news--article::before {
    content: url(/wp-content/themes/wp-bootstrap-4-child/images/new-ui-elements/File-Icon.svg);
    padding-right: 5px;
}

.back-btn a::before {
    content: url(/wp-content/themes/wp-bootstrap-4-child/images/new-ui-elements/Chevron-Orange.svg);
    transform: rotate(180deg);
    display: inline-block;
    padding-left: 9px;
}

.job-paragraph {
    margin-bottom: 26px !important;
}

.job-li {
    margin-bottom: 49px !important;
}

.back-to-news .contact-line {
    margin-top: 8px !important;
    margin-bottom: 50px !important;
}

.back-to-news .contact-line {
    margin-top: 5px !important;
    margin-bottom: 50px !important;
}

.news-article__line {
    margin-top: 0px !important;
}

.press-contact {
    margin-bottom: 18px !important;
}

.news-subheading {
    margin-bottom: 48px;
}

p.news {
    color: #313131;
    font: 700 14px/16px var(--universal-sans-regular);
    letter-spacing: 1.5px;
    line-height: 37px;
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

/* warranty page */

.warranty-banner {
    margin-bottom: 20px !important;
}

.contact-info--line {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    height: 1px;
    border-top: 1px solid;
    display: block;
    position: relative;
}

.warranty-content .wpb_wrapper .warranty-small-header {
    padding-bottom: 18px !important;
}

.warranty-content .years-head,
.warranty-content .years {
    margin-bottom: 0px !important;
}

.warranty-content .page-line {
    margin-top: 22px !important;
}

.warranty-content .warranty-buttom__cstm {
    margin-top: 28px;
}

.warranty-button {
    margin-top: 26px;
    margin-bottom: 26px;
}

.warranty-line {
    margin-bottom: 40px !important;
}

.warranty-inquiry {
    padding-bottom: 26px !important;
}

.back-to-news .back-btn {
    padding-right: 0px;
}

.continuing-ed-content .tab-content-text {
    padding-left: 74px !important;
    padding-right: 74px !important;
}

.continuing-ed-content .bk-back-tick {
    right: 190px;
}

.continuing-ed-content .title-number {
    color: #ed6500;
}

/* individual news page */

.nav-previous:before {
    content: url(/wp-content/themes/wp-bootstrap-4-child/images/new-ui-elements/Chevron-Orange.svg);
    height: 12px;
    width: 8px;
    padding-left: 8px;
    -webkit-transform: rotate(180deg) translateY(-50%);
    -moz-transform: rotate(180deg) translateY(-50%);
    -ms-transform: rotate(180deg) translateY(-50%);
    -o-transform: rotate(180deg) translateY(-50%);
    transform: rotate(180deg) translateY(-50%);
    display: inline-block;
}

.news-banner .company-bg-tran {
    padding-top: 14px;
}

.nav-links {
    padding-bottom: 118px;
    color: #313131;
    font-family: var(--universal-sans-bold);
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 19px;
    text-transform: uppercase;
}

.nav-next::after {
    content: url(/wp-content/themes/wp-bootstrap-4-child/images/new-ui-elements/Chevron-Orange.svg);
    height: 12px;
    width: 8px;
    padding-left: 8px;
}

.government-contracts-banner .big-header {
    padding-bottom: 8px;
}

.contact-border-bottom {
    margin-bottom: 43px;
}

/*  */

button.email-btn {
    font-family: "Montserrat", sans-serif;
    border-radius: 4px;
    background-color: #c2c5d6;
    width: 35%;
    color: #222328cf;
    font-size: 14px;
    padding: 7px;
    margin-right: 20px;
    padding-left: 20px;
    text-align: left;
}

button.subscribe-btn {
    font: 600 14px/17px var(--universal-sans-regular);
    color: #313131;
    letter-spacing: 1.5px;
    border: 1px solid #313131;
    background: #ffffff;
    width: 122px;
    padding: 12px 13px 8px;
    border-radius: 0px;
}

.subscribe-news span {
    display: inherit;
    width: 40px;
    height: 40px;
    padding: 10px;
    background: #ffffff;
    border-top: 1px solid #313131;
    border-right: 1px solid #313131;
    border-bottom: 1px solid #313131;
}

.subscribe-news {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: inline-flex;
    margin-top: 7.5px;
}

.subscribe-news:hover button,
.subscribe-news:hover span {
    background: #ed6500;
    cursor: pointer;
}

.subscribe-news:hover button {
    color: #313131;
}

.subscribe-news:focus {
    outline: #a4a5a8 solid 5px;
    outline-color: #a4a5a8;
    outline-width: 5px;
}

.subscribe-news:focus button,
.subscribe-news:focus span {
    background: #313131;
    color: #ffffff;
}

.subscribe-news:active button,
.subscribe-news:active span {
    background: #313131;
    color: #ed6500;
}

.subscribe-news:active span svg g {
    fill: #ed6500;
}

.subscribe-news:disabled button,
.subscribe-news:disabled span {
    background: #313131;
    color: #a4a5a8;
}

.subscribe-news:disabled span svg g {
    fill: #a4a5a8;
}

.subscribe-news:disabled {
    border: 1px solid #a4a5a8;
}

.subscribe-news:disabled span {
    border-top: 1px solid #a4a5a8;
    border-right: 1px solid #a4a5a8;
    border-bottom: 1px solid #a4a5a8;
}

.subscribe-news span svg {
    /*   transform: rotate(-45deg); */
    width: 20px;
    height: 20px;
}

.team_hvr {
    max-width: 322px;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.drop_shadows {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    float: left;
    height: 310px;
    padding: 20% 0;
    position: absolute;
    text-align: center;
    display: none;
    top: 0;
    left: 3px;
    vertical-align: bottom;
    width: 100%;
    max-width: 322px;
    transition: overflow 300ms ease-in-out, height 300ms ease-in-out, background-color 300ms ease-in-out;
    -moz-transition: overflow 300ms ease-in-out, height 300ms ease-in-out, background-color 300ms ease-in-out;
    -webkit-transition: overflow 300ms ease-in-out, height 300ms ease-in-out, background-color 300ms ease-in-out;
    -o-transition: overflow 300ms ease-in-out, height 300ms ease-in-out, background-color 300ms ease-in-out;
}

.active-member {
    display: block !important;
}

.shadow_inr {
    color: #ffffff;
    float: left;
    font-family: "TradeGothicLTStd";
    height: 215px;
    margin-bottom: 10px;
    padding: 0 10px;
    overflow: hidden;
    transition: overflow 300ms ease-in-out, height 300ms ease-in-out, background-color 300ms ease-in-out;
    -moz-transition: overflow 300ms ease-in-out, height 300ms ease-in-out, background-color 300ms ease-in-out;
    -webkit-transition: overflow 300ms ease-in-out, height 300ms ease-in-out, background-color 300ms ease-in-out;
    -o-transition: overflow 300ms ease-in-out, height 300ms ease-in-out, background-color 300ms ease-in-out;
}

.drop_shadows p {
    float: left;
    font-family: "TradeGothicLTStd";
    width: 100%;
    text-align: center;
    color: #fff;
}

.team_m_img.wpb_single_image {
    margin-bottom: 0px;
}

.team_m_dtl {
    background: none repeat scroll 0 0 #cf0a2c;
    margin: 0 auto;
    width: 100%;
    z-index: 99;
    max-width: 322px;
    padding: 15px 0;
}

.team_m_dtl h4 {
    width: 100%;
    text-align: center;
    font-family: "TradeGothicLTStd-Bold";
    margin: 0px;
    color: #fff;
    text-shadow: 1px 1px 0 #666666;
}

.team_m_dtl p {
    color: #ffffff !important;
    line-height: 20px;
    text-align: center;
    text-shadow: 1px 1px 0 #666666;
    width: 100%;
}

.team_m_main:hover .drop_shadows {
    display: block;
}

.heading_mb {
    margin-bottom: 15px;
}

.collapse_a,
.collapse_b,
.collapse_c {
    z-index: 9993 !important;
}

.collapse_d,
.collapse_e,
.collapse_f {
    z-index: 9992 !important;
}

.collapse_g,
.collapse_i,
.collapse_j {
    z-index: 9991 !important;
}

/*showrooms tab content */

.header-ul {
    color: #757575 !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
    line-height: 18px !important;
    font-family: Arial !important;
    padding: revert !important;
}

.header-ul li {
    list-style-type: disc !important;
}

.tab-content-tour .vc_tta-tabs-container {
    padding: 31px 0 !important;
}

.tab-content-tour .vc_tta-tabs-container .vc_tta-title-text {
    color: #313131;
    font-family: var(--universal-sans-regular);
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.5px;
    line-height: 20px;
}

.news-page-tab .tab-content-tour .vc_tta-tabs-container .vc_tta-title-text {
    color: #313131;
    font-family: var(--universal-sans-regular);
    font-size: 16px;
    line-height: 19px;
    font-weight: 100;
    letter-spacing: 1.5px;
}

.swatch-text-pillow {
    font-size: 16px;
    line-height: 26px;
    font-family: var(--universal-sans-regular);
}

.swatch-text-pillow b {
    font-weight: 600;
    font-family: var(--universal-sans-bold);
}

.swatch-text-pillow span {
    font-weight: 300;
}

.pillows__cstm--mrg {
    margin-top: 37px;
}

.tab-content-tour .vc_tta-tabs-container .vc_active .vc_tta-title-text {
    font-weight: 800;
    font-family: var(--universal-sans-bold);
}

.news-page-tab .tab-content-tour .vc_tta-tabs-container .vc_active .vc_tta-title-text {
    font-weight: 100;
}

.vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-controls-size-sm .vc_tta-tabs-container,
.vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-controls-size-sm .vc_tta-tabs-container {
    -webkit-flex-basis: 16% !important;
    -ms-flex-preferred-size: 16% !important;
    flex-basis: 16% !important;
}

.vc_tta.vc_tta-gap-10.vc_tta-tabs-position-left .vc_tta-tabs-container {
    margin-right: 13px !important;
}

.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container {
    /* 	padding-right: 45px !important; */
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a {
    background-color: transparent !important;
    padding: 0px 0 16px !important;
}

.mt__ccstm__title--edit {
    margin-left: 16px;
}

.tab-content-tour .vc_tta-tabs-container .vc_tta-tab {
    padding: 40px 0px;
}

.net-po {
    width: 108px;
}

.totalnet-po {
    width: 122px;
}

.wpb_wrapper .warranty-small-header {
    padding-bottom: 32px !important;
}

.page-textile-cards .wpb_wrapper .warranty-small-header {
    padding-bottom: 0px !important;
}

/* .vc_tta-panels-container .vc_custom_heading{
color: #212529;
display: block;
font-size: 40px;
font-family: Montserrat,sans-serif;
font-weight: bold;
text-transform: uppercase;
line-height: 45px;
} */

.lavamenubar-tour {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: black;
}

.lavamenuitemposition-tour {
    position: absolute;
    top: 31px;
    right: -2px;
    width: 5px;
    background: orange;
    height: 105px;
}

.tab-content-tour .shortcode-square-div,
.tab-row-tour .shortcode-square-div {
    right: 0px;
    left: unset;
    top: 0px;
}

.tab-row-tour .animated {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

h2.cstm__mrg-left {
    margin-left: 16px;
    max-width: 600px;
}

.planet-keilhauer__h1 {
    position: relative;
    margin-left: -7px;
    font-size: 105px;
    font-weight: 500;
    line-height: 86px;
    opacity: 0;
}

.planet-keilhauer__h1:after {
    content: "";
    position: absolute;
    bottom: -31px;
    left: 7px;
    background-color: #ed6500;
    height: 5px;
    width: 153px;
}

.planet-kailhauer__header-img-wrapper {
    position: relative;
}

.planet-keilhauer__header-img1 {
    position: absolute;
    top: 25%;
    width: 440px;
    height: 294px;
    left: 290px;
}

.planet-keilhauer__header-bg {
    position: absolute;
    top: -72px;
    left: -35%;
    right: 0;
    width: 210vh;
    height: 80vh;
    background-repeat: no-repeat;
    background-position: 100% 0;
}

.planet-keilhauer__explore {
    color: #000;
    font-size: 19px;
    line-height: 23px;
    font-family: "Roboto", sans-serif;
    display: flex;
    align-items: center;
    opacity: 0;
}

.planet-keilhauer__explore:hover {
    color: #000;
    text-decoration: none;
}

.planet-keilhauer__explore span {
    background-color: #ed6500;
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
}

.planet-keilhauer__explore span:before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 1px;
    height: 18px;
    top: 4px;
    left: 50%;
}

.planet-keilhauer__explore span:after {
    content: "";
    position: absolute;
    right: 9.5px;
    top: 15px;
    border: 4px solid transparent;
    border-top: 8px solid #fff;
}

.planet-keilhauer__second-section {
    position: relative;
    text-transform: uppercase;
}

.planet-keilhauer__second-section:after {
    content: "";
    height: 5px;
    position: absolute;
    width: 150px;
    background-color: #ed6500;
    left: calc(50% - 75px);
    bottom: -27px;
}

.planet-keilhauer__header-description {
    color: #757575;
    font-family: "Arial", sans-serif !important;
    opacity: 0;
}

.planetk-imagetab img {
    max-width: 350px;
}

/* a.tour-link {
color:#313131;
font-weight: 600;
text-decoration: underline;
} */

/* a.tour-link:hover {
color: #ED6500;
} */

.opacity-0 {
    opacity: 0;
}

.arial-font {
    font-family: "Arial", "Montserrat", sans-serif !important;
}

.arial-font p {
    font-family: "Arial", "Montserrat", sans-serif !important;
}

.l-h-18 {
    line-height: 18px !important;
}

.l-h-18 p {
    line-height: 18px !important;
}

body.page-id-173 {
    /* 	overflow: hidden; */
}

.f-w-600 {
    font-weight: 600 !important;
}

.f-s-14 {
    font-size: 14px !important;
}

.f-s-14 p {
    font-size: 14px !important;
}

@keyframes PK-slideUp {
    0% {
        opacity: 0;
        transform: translateY(25px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.PK-slideUp {
    animation: PK-slideUp 0.75s forwards;
}

.video-preview-img {
    position: absolute;
    width: 318px;
    height: 390px;
    max-width: auto;
    background-image: url("/wp-content/uploads/2020/06/sustainability-slider.png");
    background-size: 1110px 472px;
    background-position-x: 50%;
    z-index: 30;
}

.video-overlay {
    position: absolute;
    width: 1110px;
    height: 472px;
    top: 0;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 1) 77%,
            rgba(52, 55, 65, 1) 75%,
            rgba(52, 55, 65, 1) 100%);
}

.video-preview-img img {
    max-width: auto;
}

.planet-keilhauer__header-img-3 img {
    width: 440px;
    max-width: 440px;
    height: 294px;
    display: block;
}

.planet-keilhauer__header-img-2 {
    margin-bottom: 15px;
}

.planet-keilhauer__header-img-2 img {
    margin-left: 163px;
}

.planet-keilhauer__header-img-3 {
    top: 90px;
    left: 63px;
}

.PK-slide iframe {
    border-radius: 5px;
}

.custom-map,
.custom-map2 {
    width: 599px;
    max-width: 100%;
    position: relative;
    z-index: 1;
}

.custom-map:before {
    content: "";
    position: absolute;
    width: 77px;
    height: 450px;
    background-color: #ed6500;
    left: -60px;
    top: 140px;
    z-index: -1;
}

.custom-map .wpb_wrapper,
.custom-map2 .wpb_wrapper {
    background-color: transparent;
    width: 599px;
    padding: 0;
    max-width: 100%;
}

img.pf_img {
    position: absolute;
    max-width: 705px;
    max-height: 665px;
    height: inherit;
    bottom: 71px;
    z-index: -1;
    right: 0px;
    /*     transform: translateX(-50%); */
}

.founders-text .our-story-head {
    text-transform: uppercase;
    font-family: var(--universal-sans-bold);
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 19px;
    color: #6e7076;
}

.min-height-p {
    min-height: 60px;
}

.owl-carousel.owl-drag:not(.carouselx) .owl-item:first-child {
    margin-left: 0 !important;
    /*     margin-right: 0!important */
}

.pt-sus_mrg {
    padding: 16px;
}


/* Outdoor Section Styles  */

.outdoor-section__cstm .outdoor-abs {
    position: absolute;
    right: 0;
    top: 27px;
    max-width: 55%;
}

.outdoor-section__cstm {
    margin-bottom: 70px;
}

.finishes-cstm .finishes-img-cstm {
    max-width: 80%;
}

.finishes-cstm {
    margin-top: 53px !important
}

/* Pricing styless d12  */

.pricing-d12-cstm .learn-more .text_more_span {
    min-width: 202px;
    display: flex !important;
    justify-content: center;
}

.pricing-d12-cstm .pricing-search-loupe {
    margin-top: 0;
    margin-left: 11px !important
}

.search_results-d12 h3 {
    font-family: var(--aguila-regular);
    font-size: 25px;
    line-height: 90px;
    letter-spacing: -1px;
    color: #26282F;
}

.pricing-d12-cstm .worksheet-d-12 p {
    font-family: var(--libre);
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #A4A5A8;
}


.pricing-d12-cstm .worksheet-d-12 {
    position: relative;
    z-index: 2;
}

.row-tr__cstm {
    position: relative;
}

.bg-grey__cstm {
    background-color: transparent;
}

.pricing-d12-cstm .worksheet-d-12 svg {
    margin-left: 17px;
}

.pricing-d12-cstm .worksheet-d-12 a {
    cursor: default;
    padding-right: 32px;
    pointer-events: none;
}

.pricing-d12-cstm .filter__search {
    display: flex;
    max-width: 812px;
    margin-left: unset;
    margin-right: auto;
    align-items: center;
    margin-bottom: 20px !important;
}

.pricing-d12-cstm .filter__pricing {
    /* max-width: 820px; */
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
    margin-top: -66px
}

.accordion-card-cstm .card-header,
.accordion-card-cstm .card-header button {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.accordion-card-cstm .card-header button {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #26282F;
    font-family: var(--libre);
    display: flex;
    align-items: center;
}

.accordion-card-cstm .card-header button img {
    width: 16px;
    margin-left: 10px;
}

.accordion-card-cstm .card-header button[aria-expanded="false"] img {
    transform: rotate(180deg);
}

.accordion-card-cstm .card-header button:hover,
.accordion-card-cstm .card-header button:focus {
    text-decoration: none;
}

.pricing-d12-cstm .filter__pricing .fdrop {
    margin-right: 22px;
}

.pricing-d12-cstm .filter__pricing .fdrop:last-child {
    margin-right: 0px;
}

.pricing-d12-cstm .filter__pricing .fdrop select {
    font-size: 14px;
    width: 146px;
}



.pricing-d12-cstm .filter__pricing .fdrop select.select-subcategory-price-page {
    width: 203px;
}

.pricing-d12-cstm .filter__pricing .fdrop select.category-ajax-return-name {
    width: 185px;
}

.pricing-d12-cstm .filter__pricing .fdrop select.brand-ajax-return-name {
    width: 218px;
}

.pricing-d12-cstm .filter__pricing .fdrop select.select-category-price-page {
    width: 146px;
}

.pricing-d12-cstm .filter__search h5 {
    color: #26282F;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    font-family: var(--libre);
    margin-right: 30px;
    margin-bottom: 0;
}

.container-price__cstm {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-family: var(--libre);
    user-select: none;
    display: flex;
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    margin-right: 30px;
    align-items: center;
    margin-bottom: 0;
}

.container-price__cstm:last-child {
    margin-right: 0;
}

.container-price__cstm input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark-price__cstm {
    position: relative;
    display: flex;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #FFFFFF;
    margin-right: 16px;
}

.container-price__cstm input:checked~.checkmark-price__cstm {
    background-color: #EA5A00;
}

.checkmark-price__cstm:after {
    content: "";
    position: absolute;
    display: none;
}

.container-price__cstm input:checked~.checkmark-price__cstm:after {
    display: block;
}

.container-price__cstm .checkmark-price__cstm:after {
    left: 7px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Families division 12 styles  */

.row-d-12-families-title .view-finishes {
    max-width: 446px;
}

.ajax-product-details-price-page__cstm-new .product_summary_content p {
    font-family: var(--libre);
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #000;
}

.ajax-product-details-price-page__cstm-new .product_summary_content p span {
    font-weight: 400;
}

.row-d-12-families .div12-col {
    margin-top: 155px;
}

.pricing-d12-sect .product-slider__title {
    font-family: var(--aguila-regular);
    font-size: 55px;
    line-height: 55px;
    letter-spacing: -0.5px;
    color: #26282F;
    margin-bottom: 0;
}

.pricing-d12-sect .price-section__label {
    font-family: var(--libre);
    font-weight: 700;
    font-size: 20px;
    line-height: 55px;
    letter-spacing: -0.5px;
    color: #26282F;
}

.pricing-d12-sect .price-for-list {
    font-size: 20px;
    line-height: 55px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #EA5A00;
    font-family: var(--libre);
}

.pricing-tour .tab-panels .pricing-resources-announcement-header {
    position: relative;
    top: 27px;
    margin-left: 35px;
}

.pricing-tour .pricing__template .tab-content-custom .docsec-cont {
    padding-left: 45px;
    padding-right: 45px;
}

.pricing-tour .pricing__template .tab-content-custom .docsec-cont {
    height: unset;
}

.pricing-d12-sect .targe-image {
    width: 100%;
    max-width: 250px;
}

.pricing-d12-sect .custom_discount {
    width: 88px;
    background: #FFFFFF;
    border: 1px solid #A4A5A8;
    margin-left: 153px;
}

.pricing-d12-sect>.col-12:last-child {
    padding-left: 40px;
}

.pricing-d12-sect #pricing-accordion .card-header {
    padding-right: 0;
}

.pricing-d12-sect .product-slider__description .product-slider__description {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    font-family: var(--libre);
    max-width: 100%;
    margin-top: 15px;
}

.pricing-d12-sect .product-slider__description .product-slider__designers {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    font-family: var(--libre);
    max-width: 100%;
    margin-bottom: 45px;
}

.pricing-d12-sect .product-price__section {
    justify-content: flex-start;
}

.pricing-d12-sect .product-price__section {
    margin-bottom: 40px;
}

.pricing-d12-sect .cstm_mrg-prize-sect {
    margin-bottom: 15px;
}

.pricing-d12-sect .product-price__section .price-section__label {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: #26282F;
    min-width: 80px;
    font-family: var(--libre);
    text-transform: capitalize;
}

.pricing-d12-sect .ajax-product-details-price-page,
.pricing-d12-sect .card-header {
    background-color: transparent;
}

.pricing-d12-sect .card-header {
    border-bottom: 0;
}

.pricing-d12-sect .product-price__section .price-for-list {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: #EA5A00;
    font-family: var(--libre);
}

.pricing-d12-sect .single-product-description .brand {
    display: flex;
    align-items: center;
    border-top: 1px solid #A4A5A8;
    border-bottom: 1px solid #A4A5A8;
    height: 60px;
}

.pricing-d12-sect .card-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.pricing-d12-sect .add_to_worksheet_button span,
.pricing-d12-sect .add_to_worksheet_button img {
    transition: .2s;
}

.pricing-d12-sect .add_to_worksheet_button:hover span,
.pricing-d12-sect .add_to_worksheet_button:hover img {
    background-color: #000;
}

.pricing-d12-sect .single-product-description .brand img {
    width: 140px;
}

.pricing-d12-sect .single-product-description .brand+div>div {
    border-bottom: 1px solid #A4A5A8;
}

.pricing-d12-sect .single-product-description .brand+div>div:last-child {
    border-bottom: 0;
}

.pricing-d12-sect .single-product-description .brand h5,
.pricing-d12-sect #pricing-accordion .card-header .btn.btn-link {
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    color: #000000;
    font-family: var(--libre);
    max-width: 80px;
    margin-bottom: 0;
}

.pricing-d12-sect #pricing-accordion .card-header .btn.btn-link {
    max-width: none;
}

.pricing-d12-sect .single-product-description .brand span {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.5px;
    color: #000;
    font-family: var(--libre);
}

.pricing-d12-sect .measure-row span:first-child {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-family: var(--libre);
}

.pricing-d12-sect .measure-row {
    margin-bottom: 0px;
}

.pricing-d12-sect .single-product-description .extra-width {
    font-weight: 400;
    font-family: var(--libre);
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

/* .pricing-d12-sect .card-body .pricing-text {
    margin-top: 0;
} */

.pricing-d12-sect .pricing-option-label {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: var(--universal-sans-bold);
    color: #26282F;
}

.pricing-d12-sect .price-for-list.quantity .minus-btn,
.pricing-d12-sect .price-for-list.quantity .plus-btn {
    background-color: transparent;
    display: flex;
    align-items: center;
    height: 34px;
}

/* Chrome, Safari, Edge, Opera */
.pricing-d12-sect input.pricing_search::-webkit-outer-spin-button,
.pricing-d12-sect input.pricing_search::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.pricing-d12-sect input.pricing_search[type=number] {
    -moz-appearance: textfield;
}

.pricing-d12-sect .price-for-list button {
    outline: none;
}

.pricing-d12-sect .price-for-list.quantity .plus-btn {
    padding-right: 6px;
}

.pricing-d12-sect .price-for-list.quantity .minus-btn {
    padding-left: 6px;
    padding-bottom: 3px;
}

.pricing-d12-sect .price-for-list.quantity {
    height: unset;
    border: none;
}

.pricing-d12-sect .price-for-list.quantity input {
    height: 34px;
    border: 1px solid #A4A5A8 !important;
    font-family: var(--universal-sans-bold);
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #26282F;
}

.pricing-d12-sect .switch-pricing-cont {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 11px;
    margin-bottom: 0;
    top: 6px;
}

.pricing-d12-sect .discount_selectors_container {
    margin-bottom: 28px;
}

.pricing-d12-sect .discount_selectors_container .fdrop select {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: var(--universal-sans-bold);
}

.pricing-d12-sect .switch-pricing-cont input {
    opacity: 0;
    width: 0;
    height: 0;
}

.pricing-d12-sect .slider-pricing-cont {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50px;
}

.pricing-d12-sect .slider-pricing-cont:before {
    position: absolute;
    content: "";
    height: 9px;
    width: 9px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

.pricing-d12-sect .switch-pricing-cont input:checked+.slider-pricing-cont {
    background-color: #ed6500;
}

.pricing-d12-sect .switch-pricing-cont input:focus+.slider-pricing-cont {
    box-shadow: 0 0 1px #ed6500;
}

.pricing-d12-sect .switch-pricing-cont input:checked+.slider-pricing-cont:before {
    -webkit-transform: translateX(11px);
    -ms-transform: translateX(11px);
    transform: translateX(11px);
}

.pricing-d12-sect .product-slider__title.slider-config-label {
    margin-top: 69px;
    font-family: var(--libre);
    font-weight: 700;
    font-size: 20px;
    line-height: 55px;
    letter-spacing: -0.5px;
    color: #26282F;
    border-bottom: none;
    padding-bottom: 0;
}

.pricing-d12-sect .fdrop select,
.pricing-d12-sect .keilhauer_pricing .fdrop>.select2>.selection .select2-selection {
    background-image: none;
}

.pricing-d12-sect .fdrop select,
.pricing-d12-sect .keilhauer_pricing .fdrop>.select2 {
    margin-bottom: 20px !important;
}

.pricing-d12-sect .keilhauer_pricing .pricing-option-label {
    margin-bottom: 10px;
}

.pricing-d12-cstm .keilhauer_pricing {
    padding-bottom: 20px;
}

.pricing-d12-cstm #pricing_search {
    border-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #6D7077;
    font-family: var(--libre);
}

.white-bg-d-12-pricing.grey_after-cstm tr:not(:last-child) .po__td:first-child {
    width: 296px;
}

.white-bg-d-12-pricing.grey_after-cstm .net-po {
    width: 130px;
    padding-left: 0px;
}

.white-bg-d-12-pricing.grey_after-cstmtr:not(:last-child) .po__td:nth-child(2) {
    width: 280px;
}

.white-bg-d-12-pricing.grey_after-cstm .qty-height {
    width: 103px;
    padding-left: 15px;
}

.white-bg-d-12-pricing.grey_after-cstm .totalnet-po {
    width: 185px;
    padding-left: 0;
}

.white-bg-d-12-pricing.grey_after-cstm .po__td-image {
    width: 73px;
}

.pricing-d12-sect .select2-results__options .select2-results__option span.pricing-page-option,
.pricing-d12-sect .keilhauer_pricing .select2-container--default .select2-selection--single span {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #000000;
    font-family: var(--libre);
}

.search_results-d12 .search_results_item {
    padding: 10px 15px 15px 35px;
    border-radius: 3px;
    transition: .2s;
}

.search_results-d12 .search_results_item:hover {
    background-color: #F6F6F7;
}

.search_results-d12 .search_results_item:hover .search_results_title,
.pricing-d12-sect .search_results_item:hover .search_results_desc {
    color: #000000
}

.search_results-d12 .search_results_item .search_results_title {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
}

.search_results-d12 .search_results_item .search_results_desc {
    color: #000;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    font-family: var(--universal-sans-regular);
}

.pricing-d12-sect .custom_discount_selectors_container {
    margin-bottom: 38px;
}

.product-price input {
    border-radius: 0 !important;
}

.search_results-d12>p {
    font-family: var(--universal-sans-bold);
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #26282F;
    margin-bottom: 23px;
}

.search_results-d12>p .search-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #000000;
    font-family: var(--libre);
    text-transform: lowercase;
    margin-left: 15px;
    display: inline-block;
}

.search_results-d12>p .search-text svg {
    width: 8px;
    margin-left: 5px;
    cursor: pointer;
}

.search_results-d12>p .search-text svg polygon {
    fill: #000;
}

.search_results-d12>h2 {
    font-family: "Universal Sans Bold";
    font-weight: 400;
    font-size: 25px;
    line-height: 70px;
    letter-spacing: -1px;
    color: #26282F;
    text-transform: uppercase;
}

.white-bg-d-12-pricing {
    background-color: #fff;
}

.search_results_container {
    padding-top: 0px;
    padding-bottom: 70px;
}

.search_results_container .search_results-d12 .search_results_inner {
    background-color: transparent;
}

.search_results_container .search_results-d12 {
    background-color: transparent;
    max-height: 730px;
}

.pricing-d12-sect .ajax-product-details-price-page {
    padding: 65px 65px 65px 0;
}

.pricing-d12-sect__cstm-d12 {
    background-color: #fff;
}

.pricing-d12-sect .replaceable_content_for_selectors {
    margin-top: 0;
    position: relative;
    z-index: 2;
}

.pricing-d12-sect .pricing-new-section>.col-6 {
    padding-left: 20px;
    padding-right: 20px;
}


.pricing-d12-sect .pricing-new-section>.col-6:last-child {
    padding-left: 40px;
}

.pricing-d12-sect .replaceable_content_for_selectors .discount {
    padding-top: 129px;
}

.pricing-d12-sect__cstm-d12 .add_to_worksheet_button {
    margin-bottom: 95px;
}

.white-bg-d-12-pricing .dealer__layout {
    margin-top: 0;
}

.grey_after-cstm:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 232px;
    background-color: #F6F6F7;
    left: 0;
    top: 0;
}

.pricing-d12-sect__cstm-d12 .pricing-new-section>.col-6 {
    padding-left: 20px;
    padding-right: 20px;
}

.pricing-d12-sect__cstm-d12 .pricing-new-section>.col-6:last-child {
    padding-left: 43px;
}

.d-12__pricing-table table tbody tr td.po__td-image {
    padding-top: 17px;
}

.pricing-d12-sect .ajax-product-details-price-page {
    position: relative;
}

.section_tabs_content__srch-box {
    box-shadow: 0px 46px 24px -46px rgb(164 165 168 / 30%);
    position: relative;
    z-index: 3;
}

.pricing-d12-sect__cstm-d12::after {
    content: "";
    width: 50%;
    right: 0;
    position: absolute;
    background-color: #F6F6F7;
    height: 100%;
    top: -1px;
}

.white-bg-d-12-pricing .pricing-table th {
    font-family: var(--universal-sans-bold);
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding-bottom: 33px !important;
}

.grey_after-cstm {
    /* padding-top: 65px;
    padding-bottom: 100px; */
    margin-top: -1px;
}

.grey_after-cstm .row.bg-grey__cstm {
    padding-top: 65px
}

.grey_after-cstm .row.bg-grey__cstm.bg-grey__cstm__keilhauer {
    padding-top: 59px;
}

.bg-grey__cstm__keilhauer {
    margin-bottom: 55px;
}

.grey_after-cstm .table-pb-cstm {
    padding-bottom: 100px;
}

.z-index-container-cstm {
    z-index: 2;
}

.white-bg-d-12-pricing .pricing-table .white {
    background-color: transparent;
}

.section_tabs_content__cstm {
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: unset !important
}

.d-12__pricing-table table tbody tr {
    border-bottom: 3px solid #F6F6F7;
}

.d-12__pricing-table table tbody tr:last-child {
    border-bottom: none;
}

.d-12__pricing-table table tbody tr td {
    padding: 35px 0;
}

.d-12__pricing-table .table-accordion-head .collapse-icon::before {
    margin-right: 29px;
}

.d-12__pricing-table .table-accordion-head h5 .btn.btn-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #000000;
    font-family: var(--libre);
}

.d-12__pricing-table .net-po,
.d-12__pricing-table .qty-height,
.d-12__pricing-table .totalnet-po {
    font-size: 14px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
    font-family: var(--libre);
    padding-left: 10px;
    padding-right: 10px;
}

.d-12__pricing-table .po__td.text-capitalize {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    font-family: var(--libre);
}

.d-12__pricing-table .po__td-image {
    vertical-align: baseline;
}

.d-12__pricing-table button.pricing-btns {
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #EA5A00;
    font-family: var(--universal-sans-bold);
}

.d-12__pricing-table .po__btn-wrapper:first-child {
    min-width: 245px;
}

.d-12__pricing-table .po__btn-wrapper.po__btn-clear {
    margin-right: 0;
}

.d-12__pricing-table .po__td.po__login {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #000000;
    font-family: var(--libre);
    padding-right: 210px;
}

.d-12__pricing-table .po__td.po__total {
    text-align: right;
}

.d-12__pricing-table .po__td.command {
    vertical-align: middle;
}

.d-12__pricing-table .table-wrapper .measure-row span:first-child {
    width: unset;
}
.d-12__pricing-table .table-wrapper span.center{
    /* text-align: center; */
    display: block;
}
.d-12__pricing-table .table-wrapper span,
.d-12__pricing-table .table-wrapper .card-body {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    font-family: var(--libre);
    color: #000000;
}
@media (max-width:1100px) {
    .d-12__pricing-table .table-wrapper .card-body{
        padding-right: 20px !important;
    }
}
.d-12__pricing-table .po__td.po__total .table-txt-span {
    font-weight: 700;
    font-size: 20px;
    line-height: 55px;
    text-align: right;
    letter-spacing: -0.5px;
    font-family: var(--libre);
    color: #26282F;
    display: inline-block;
    text-align: right;
}

.d-12__pricing-table .po__td.po__total .table-total-price {
    display: inline-block;
    min-width: 161px;
    text-align: right;
    font-weight: 700;
    font-size: 20px;
    line-height: 55px;
    text-align: right;
    letter-spacing: -0.5px;
    color: #EA5A00;
    font-family: var(--libre);
}

/* .outdoor-section__cstm {
	min-height: 527px;
} */

/* .outdoor-section__cstm .outdoor-abs img {
	width: 100%;
	max-height: 500px;
} */
/*

*!Attention
*Media css -- we need to have the same media breakpoints like boostrap 1199 992 768 576 480-xs-exception
*https://getbootstrap.com/docs/4.1/layout/overview/
*/

@media (max-width: 1199.98px) {
    .continuing-ed-content .bk-back-tick {
        right: 95%;
    }

    .page-header-h1 h1,
    h1.page-header-h1,
    .cat-title h1 {
        font-size: 5.5vmax;
        line-height: 7.5vmax;
        border-bottom: none;
    }

    .news--article__header__cstm h1 {
        font-size: 75px;
        line-height: 70px;
    }

    .wpb_wrapper .news--article__header__cstm h1::before {
        right: calc(100% + -40px);
    }

    .cat-title::after {
        display: none;
    }

    .section-title {
        padding-left: 30px;
    }

    .padding-column {
        padding-left: 30px;
    }

    .planet-tree::before {
        width: 100px;
        height: 100px;
        right: 30px;
    }

    .myformmobile {
        position: relative;
        top: 0;
        opacity: 1;
    }

    /* #slidewrapper {
	transform: translate(0) !important;
} */
    /* #slidewrapper .slide {
	display: none;
} */
    #slidewrapper .slide.active {
        display: block;
    }

    .PK-slide {
        margin: 0 !important;
    }

    .post-template-default.single-post .news-subheading {
        margin-top: 20px;
    }

    .big-header.page-header-h1 h1 {
        margin-left: 65px;
    }
}

@media (max-width: 991.98px) {
    .bk-back-tick {
        display: none;
    }

    .new-content {
        margin-top: 20px;
    }

    .ps-iframe-custom {
        width: 100%;
        max-width: 100%;
    }

    .ps-custom-padding__stm {
        margin-top: 470px;
    }

    .finish-txt_mt {
        margin-top: 0;
    }

    .cat-title h1 {
        margin-left: -5px;
    }

    .cat-description {
        margin-bottom: 0;
    }

    .orange-bg-tran {
        width: 100vw !important;
        background-size: contain;
        background-repeat: no-repeat;
        height: 100%;
    }

    .card-designer .image {
        height: 280px;
    }

    .planet-keilhauer__how-we-measure-success-video {
        margin: 0 -16px;
    }

    .planet-keilhauer__second-section {
        margin-top: 30px;
    }

    #mega-menu-wrap-menu-1 {
        display: none;
    }

    .collagesection-row .collagesection-text-row {
        width: calc(100% - 15px);
        top: 700px;
        left: 15px;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle+#mega-menu-menu-1 {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
    }

    .logo-place {
        width: 150px;
    }

    #primary-menu {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-light .navbar-brand {
        padding-left: 0;
    }

    .footer-credits {
        justify-content: center;
    }

    .footer-terms {
        justify-content: center;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row {
        right: auto;
    }

    /* .pricing-table {
	overflow: auto;
} */
    .pricing-orange-sqare-height .shortcode-square-div-right {
        display: none;
    }

    /* Footer */
    .footer-container {
        min-width: 100%;
    }

    img.pf_img {
        /* position: relative!important; */
        bottom: 40px !important;
        /*         max-height: calc(100% - 40px); */
        max-width: 100%;
        height: auto;
    }

    .mega-sub-menu .search-loupe {
        display: block;
    }

    .big-header.page-header-h1 h1 {
        margin-left: 0px;
        text-align: left;
    }
}

@media (max-width: 767.98px) {
    .big-header.page-header-h1 h1 {
        margin-left: 0px;
    }

    .collapse-all-custom-style {
        right: 0;
        top: 141px;
    }

    .mysearch.active {
        width: 100%;
        left: 0px;
        animation: fadeInFromNone 0.5s ease-out;
    }

    .finishes-cstm .finishes-img-cstm {
        max-width: 100%;
    }

    .outdoor-abs {
        display: none;
    }

    .news-tabs-style .filters>div {
        min-width: 50%;
    }

    .ps-iframe-custom {
        height: 250px;
    }

    .margin-mob-upholstery {
        padding-top: 250px;
    }

    .pillows__cstm--mrg {
        margin-top: 0;
    }

    .job-header .career-title {
        margin-top: 0px !important;
    }

    .job-header .career-subtext {
        margin-bottom: 30px;
    }

    .job-header .heading-lines h1::before {
        left: -6px !important;
        width: 17px !important;
    }

    .job-header .big-header::after {
        width: 100vw !important;
    }

    .career-title.heading-lines.res-fix h1::before {
        top: 115px !important;
    }

    .orange-bg-tran {
        background-size: cover;
        max-height: 230px;
        max-width: 100%;
        top: 0px;
        right: 0px;
        height: 230px;
    }

    .introsec .img-top-pro {
        height: 100%;
        width: 100%;
    }

    .orange-bg-tran.position-absolute {
        position: relative !important;
    }

    img.pf_img {
        position: relative !important;
        bottom: 40px !important;
        max-height: calc(100% - 40px);
        margin: 0 auto;
        display: block;
        left: unset !important;
        transform: unset !important;
        top: 0;
    }

    .card-designer {
        margin-top: 10px;
    }

    .designer-img-ajax img {
        margin-bottom: 30px;
    }

    .padd-custom-mob .depth_1 .nav-link {
        padding: 0.3rem 1rem;
    }

    .spaces-header-h1 p {
        font-size: 86px;
    }

    .slide.active iframe {
        height: 312px !important;
    }

    .planet-keilhauer__employees-and-community {
        font-size: 34px !important;
        line-height: 42px !important;
        text-align: center !important;
    }

    .planet-keilhauer__second-section {
        font-size: 34px !important;
        line-height: 42px !important;
        margin-top: 170px;
    }

    .planet-keilhauer__second-section-text p {
        text-align: center !important;
        font-size: 11px !important;
        line-height: 13px !important;
        margin-bottom: 15px !important;
    }

    .planet-keilhauer__second-section-text-2 p {
        font-size: 11px !important;
        text-align: center !important;
        line-height: 13px !important;
    }

    .planet-keilhauer__second-section-text-2 p:first-child {
        margin-top: -30px;
    }

    .planet-keilhauer__second-section-text p:first-child {
        text-align: center !important;
        font-size: 14px !important;
        line-height: 22px !important;
        margin-top: -30px !important;
    }

    .planet-keilhauer__second-section-text p:nth-child(2) {
        text-align: center !important;
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .planet-keilhauer__h1 {
        font-size: 64px;
        line-height: 56px;
    }

    .planet-keilhauer__header-description {
        font-size: 11px !important;
        line-height: 13px !important;
    }

    .line-1 {
        font-size: 25px;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle+#mega-menu-menu-1 {
        position: absolute;
    }

    .planet-tree::before {
        width: 200px;
        height: 200px;
        right: 50px;
    }

    .planet-post {
        padding: 30px;
    }

    .tree-body {
        width: 100%;
        margin: unset;
    }

    p.news {
        justify-content: left;
        padding-top: 20px;
    }

    .subscribe-news {
        justify-content: left;
        margin-bottom: 21px;
    }

    .site-info>img {
        width: 50%;
        margin: 0 auto;
    }

    .logo img {
        width: 212px;
        padding-bottom: 18px;
        margin-left: 0px;
    }

    .big-header::after {
        /*     display: none; */
        /*     width: calc(100vw - 100% - 35px) !important; */
        width: 100vw !important;
    }

    .shortcode-square-div {
        display: none;
    }

    .founders-text {
        width: unset;
    }

    .pricelist-links {
        margin: 0px !important;
    }

    /* Footer */
    .footer-container {
        min-width: 100%;
    }

    .founders-text {
        width: unset;
    }

    .subscribe-news span {
        padding: 9px 10px 11px;
    }

    .page-template-upholstery_template_dev2 .ps-custom-padding__stm {
        margin-top: 50px;
        /* margin-top: 500px; */
    }
}

@media (max-width: 575.98px) {
    .wpb_wrapper .news--article__header__cstm h1::before {
        right: calc(100% + -10px);
    }

    .collapse-all-custom-style {
        right: unset;
        left: 0;
        top: 206px;
    }

    .grey_after-cstm .row.bg-grey__cstm {
        margin-bottom: 50px;
    }

    .grey_after-cstm .row.bg-grey__cstm.bg-grey__cstm__keilhauer {
        margin-bottom: 70px;
    }



    .grey_after-cstm:after {
        height: 261px;
    }

    h2.designer__name {
        font: 700 43px/40px var(--aguila-bold);
    }

    .news-mobile .shortcode-square-div-right {
        bottom: 260px !important;
    }

    .sus-text {
        margin-top: 44%;
    }

    .shortcode-square-div-right-sus {
        top: 35% !important;
        height: 35%;
        right: 0;
        position: absolute;
        background: #ed6500;
        z-index: 0;
    }

    #sus-img-1 img {
        position: absolute;
        width: 130px;
        top: 0%;
        left: 0%;
        z-index: 998;
    }

    #sus-img-2 img {
        position: absolute;
        max-width: 93% !important;
        left: 5%;
        top: 10%;
        z-index: 999;
    }

    #sus-img-3 img {
        position: absolute;
        width: 130px;
        bottom: -65%;
        right: 0%;
        z-index: 998;
    }

    .carouselmenu .owl-nav {
        position: absolute;
        top: 0px;
        height: 0px;
        width: 100%;
    }

    .carouselmenu .owl-nav .owl-next {
        right: 0px !important;
        position: absolute;
    }

    .carouselmenu .owl-nav .owl-prev {
        left: 0px !important;
        position: absolute;
    }

    .row-color {
        overflow: auto;
        padding: 3px 6px;
    }

    .pricing-btns {
        width: 100% !important;
    }

    .mob-font-sz {
        font-size: 2.5rem !important;
    }

    span.middle-text {
        top: 35%;
    }

    .founders-text {
        width: unset;
    }

    /* Footer */
    .footer-container {
        min-width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .header-short-text p {
        font-size: 4rem !important;
    }

    .news-tabs-style .vc_tta-panel-body {
        padding: 14px 0px !important;
    }

    #masthead,
    #neoconhead {
        /*         padding: 25px 0; */
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .navbar {
        padding: 0 25px;
    }

    .menu-mobile-custom .navbar-toggler {
        padding: 0;
    }

    .logo-place {
        display: flex;
        align-items: center;
        height: 15px;
    }

    .menu-mobile-custom .navbar-toggler-icon {
        font-weight: 600;
        opacity: 1;
    }

    .relative-planet>img.planet2 {
        position: absolute;
        top: 30%;
        left: 0;
    }

    .line-1 {
        font-size: 17px;
        top: 25%;
    }

    span.middle-text {
        top: 40%;
    }

    .founders-text {
        width: unset;
    }

    .mt-3r {
        margin-top: 0rem;
    }

    .press-release-img img {
        height: 200px !important;
    }

    /* Footer */
    .footer-container {
        min-width: 100%;
    }
}

/***/

.person-info .post-content-designer {
    /* -webkit-line-clamp: 20 !important; */
    overflow: inherit !important;
    letter-spacing: -0.1px !important;
}

.card-designer .post-content-designer {
    /* -webkit-line-clamp: 6; */
}

.menu-mobile-custom .dropdown-menu {
    display: none;
}

.myformmobile,
.myformmobile.active {
    display: none !important;
}

.menu-mobile-custom {
    position: relative;
    max-width: 200px;
    width: 95px;
    overflow: hidden;
    text-align: right;
}

.first-menu {
    /*    padding-top: 60px; */
    position: fixed;
    background: #fff;
    height: 100vh;
    width: 325px;
    top: 0;
    right: -325px;
    padding-left: 10px;
    border-left: 1px solid #ebebeb !important;
}

.first-menu .dropdown-menu {
    padding-top: 50px;
    position: fixed;
    display: block;
    background-color: #fff;
    height: 100vh;
    width: 325px;
    top: 0px;
    left: 100%;
    padding-left: 10px;
    border-left: 1px solid #ebebeb;
    border-right: unset !important;
    border-top: unset !important;
    border-bottom: unset !important;
}

/* #page {
overflow: hidden;
}

.page-template-test-page #page {
overflow: none !important;
} */

.first-menu .dropdown-toggle::after {
    display: none;
}

.first-menu {
    z-index: 997;
}

.first-menu .depth_0 {
    z-index: 998;
}

.first-menu .depth_1 {
    z-index: 998;
    /*   padding-top: 270px; */
}

.padd-custom-mob .depth_1 {
    padding-top: 270px;
}

.submenu-title-cust {
    position: relative;
    padding-left: 20px;
}

.submenu-title-cust i {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 10px;
    left: 5px;
    width: 10px;
}

/*.close-fisrt-menu{
position: absolute;
top: 40px;
right: 15px;
cursor: pointer;
}*/

/* continuing education */

.continuing-ed-content .attributes-of-contract {
    font-size: 22px;
    line-height: 26px;
}

.continuing-ed-content .attributes-of-contract {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
    letter-spacing: 0px;
}

.continuing-ed__paragraph {
    margin-left: -50px;
}

.continuing-ed-banner {
    margin-bottom: 52px;
}

.img-continuing-education {
    width: 700px;
}

.continuing-edu #eight-attribute img {
    width: 700px;
}

.image-grid-width {
    width: 335px;
    margin: auto;
}

.tab_content_padding h3 {
    padding-right: 0px !important;
}

/* Research page */

.career-title {
    margin-bottom: 20px !important;
    margin-top: 69px !important;
}

.career-title.heading-lines.res-fix h1::before {
    top: 120px !important;
}

.career-page li {
    color: #313131;
    font-family: var(--universal-sans-regular);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 7px;
    text-indent: -30px;
    padding-left: 30px;
}

.job-summary {
    margin-bottom: 46px !important;
}

.career-page li:before {
    content: "\2022";
    color: #ed6500;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    padding-right: 30px;
    text-indent: 0px;
}

.contact-text {
    color: #313131;
    font-family: var(--universal-sans-regular);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 88px;
}

.cstm_mrg-prize-sect {
    margin-bottom: 20px;
}

.warranty-header .after__header:after {
    width: calc((100vw - 1130px) / 2 + (1095px - 50%));
}

.faq-banner .showrooms-intro.container-fluid {
    padding-bottom: 0px;
}

.research-banner {
    padding-top: 8px;
}

.research-banner .big-header {
    margin-left: -8px;
}

.research-page {
    margin-top: 24px;
    margin-bottom: 84px;
}

.research-page .warranty-small-header {
    padding-bottom: 10px !important;
    padding-top: 20px;
}

.research-page .card-body-p {
    margin: 0px;
}

.research-page .warranty-download {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
}

.research-page .card-body-p {
    margin-bottom: 17px;
}

/* orange vertical animation */

.research-page .shortcode-square-div {
    top: calc(100% - 725px);
}

.continuing-ed-page .shortcode-square-div {
    top: calc(100% - 90px);
    right: -50px;
}

/* continuing education page */

#post-4113 {
    margin-top: 0;
}

#post-4113 .entry-content {
    margin: 0;
}

.text-uppercase {
    text-transform: uppercase;
}

.management-team-text p {
    color: #313131;
}

.management-team-shadow {
    /*     -webkit-box-shadow: 0px 66px 140px -64px rgba(171, 171, 171, 1);
	-moz-box-shadow: 0px 66px 140px -64px rgba(171, 171, 171, 1);
	box-shadow: 0px 66px 140px -64px rgba(171, 171, 171, 1); */
}

#photos-2 {
    min-height: 0px !important;
}

.vc_custom_1590007330540 {
    background-position: 42rem;
    background-repeat: no-repeat;
}

.yellow-text-h2 h2,
h2.yellow-text-h2 {
    color: #ed6500;
    font-family: Montserrat;
    font-size: 41px;
    font-weight: bold;
    letter-spacing: -0.24px;
    line-height: 50px;
}

.job-posting-animate-position .shortcode-square-div {
    top: calc(0%);
}

.press-media-image {
    -webkit-box-shadow: 0px 0px 26px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 26px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 26px -9px rgba(0, 0, 0, 0.75);
}

.press-media-top-heading {
    height: 30.909px;
}

.press-media-bottom-heading {
    height: 46.364px;
}

.press-media-top-text {
    height: 34.545px;
}

.product-page-img img {
    object-fit: none;
    height: 550px;
}

.press-release-img img {
    height: 350px;
    object-fit: contain;
    object-position: center;
}

/*COMPANY PAGE */

.tick {
    position: relative;
}

.tick.left:after {
    transform: translateX(-100%);
    left: -24px;
}

.tick:after {
    content: "";
    width: calc(100vw / 2 - 100% - 44px);
    height: 1px;
    background: #ed6500;
    position: absolute;
    top: 55%;
    left: calc(100% + 20px);
    right: 0;
}

.tick.left:after {
    transform: translateX(-100%);
    left: -23px;
    top: 45%;
    width: 100vw;
}

.title-media__cstm:after,
.page-continuing-education .tick:after {
    width: calc(100vw / 2 - 100% - 20px);
    top: 32%;
    left: calc(100% + 5px);
}

.gallery-section .tick:after {
    width: calc(100vw / 2 - 585px);
}

.company-bg-tran .tick:after {
    width: calc(100vw / 2 - 100% - 35px);
}

.introsec .tick:after {
    /*   width: calc(100vw/2 - 100% + 85px); */
    width: 600% !important;
    left: calc(100% + 12px);
}

.mt-negative-img {
    margin-top: 130px;
}

.company-negative-margin {
    margin-top: -112px;
}

.company-negative-margin2 {
    margin-top: -100px;
}

.z-index-more {
    z-index: 21 !important;
}

.intro-section .submenu__item:last-child span {
    display: none;
}

.five-columns--cstm .body-text-p {
    margin-bottom: 15px;
}

/* footer style */

.logo img {
    width: 175px;
    padding-bottom: 18px;
    margin-left: 0px;
}

#environmental-certification {
    white-space: nowrap;
}

.bod-txt-cstm-14 p {
    font-size: 14px;
}

/* animation */

.vc_tta-panels-container {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.vc_tta-panels-container {
    opacity: 1;
}

.d-inline-grid {
    display: inline-grid;
}

.vc_tta-panel {
    display: unset !important;
}

/* tab spacing */

.vc_tta-panel .vc_tta-panel-body {
    /* 	padding: 0 !important; */
}

/* .vc_tta-panel .vc_column-inner {
padding: 0 !important;
}
*/

/* contact */

.representatives-item-name {
    font-family: Montserrat;
    font-size: 16px;
}

.representatives-item-tel {
    font-family: Montserrat;
    font-size: 14px;
}

.representatives-item-cell {
    font-family: Montserrat;
    font-size: 14px;
}

.representatives-item-fax {
    font-family: Montserrat;
    font-size: 14px;
}

.representatives-item-contact {
    font-family: Montserrat;
    font-size: 14px;
}

.vc_btn3-container.contactbutton-showroom {
    padding-left: 20px;
}

.vc_btn3-container.contactbutton-showroom a.vc_btn3 {
    background: #ffff;
    border: 2px solid #ed6500;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 13px;
    color: #6e7076;
    letter-spacing: -0.08px;
    text-align: justify;
    line-height: 18px;
    padding: 20px 80px !important;
}

.vc_btn3-container.contactbutton-showroom a.vc_btn3:hover {
    background: #ed6500;
    border: 2px solid #ed6500;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    font-family: Montserrat;
    font-weight: 500;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: -0.08px;
    text-align: justify;
    line-height: 18px;
}

/* orange animation positions */

.toss-pillows-orange .shortcode-square-div-right {
    bottom: 60px !important;
}

.head-no-wrap {
    white-space: nowrap;
}

.select_keihauer--custom,
.list_add__markup,
.select_custom_upholsterys {
    display: none;
}

.upholstery-square-adj .shortcode-square-div-right {
    bottom: 290px !important;
}

.owl-slider-x .custom-active-second .lines,
.owl-slider-x .custom-active-second .title {
    transform: translatex(-25px) !important;
    justify-content: space-around;
}

.owl-slider-x .custom-active-forth .lines,
.owl-slider-x .custom-active-forth .title {
    transform: translatex(25px) !important;
    justify-content: space-around;
}

@media (min-width: 800px) {

    .owl-slider-x .custom-active-first .lines div:nth-child(1),
    .owl-slider-x .custom-active-first .lines div:nth-child(2),
    .owl-slider-x .custom-active-last .lines div:nth-child(4),
    .owl-slider-x .custom-active-last .lines div:nth-child(5),
    .owl-slider-x .custom-active-second .lines div:nth-child(1),
    .owl-slider-x .custom-active-forth .lines div:nth-child(5) {
        width: 0 !important;
    }

    .card-designer {
        min-height: 495px;
    }
}

@media (min-width: 1200px) {
    .government-heading-h1 h1 {
        font-size: 88px;
    }

    .news-long-title h1,
    h1.news-long-title {
        font-size: 70px;
        line-height: 70px;
    }

    .prod-paragraph {
        padding-right: 95px;
    }

    .owl-slider-x .custom-active-first .lines div:nth-child(1),
    .owl-slider-x .custom-active-first .lines div:nth-child(2),
    .owl-slider-x .custom-active-last .lines div:nth-child(4),
    .owl-slider-x .custom-active-last .lines div:nth-child(5),
    .owl-slider-x .custom-active-second .lines div:nth-child(1),
    .owl-slider-x .custom-active-forth .lines div:nth-child(5) {
        width: 0 !important;
    }

    .intro-section .cat-awrds {
        min-height: 131px;
    }

    .homepage-margintop {
        margin-top: -35px;
    }

    .card-designer {
        min-height: 487px;
    }

    /* .owl-slider-x .custom-active-first .img_container img,
	.owl-slider-x .custom-active-last .img_container img {
	transform: scale(0.59525) translateY(108px) !important;
} */

    /*
	.owl-slider-x .center.active .img_container img {
	transform: scale(0.59525) translateY(108px) !important;
}
	*/
    .new-homepage-first-slider .one:nth-child(1) {
        padding: 0 0 7.5%;
    }
}

@media (max-width: 1024px) {

    .owl-slider-x .custom-active-second .lines,
    .owl-slider-x .custom-active-second .title {
        transform: translatex(-18px) !important;
        justify-content: space-around;
    }

    .owl-slider-x .custom-active-forth .lines,
    .owl-slider-x .custom-active-forth .title {
        transform: translatex(18px) !important;
        justify-content: space-around;
    }
}

@media (max-width: 992px) {
    .search-loupe {
        display: none;
    }

    .mobilesearch {
        display: block;
        position: relative;
        top: 15px;
        margin: 0 30px;
    }

    #searchform {
        width: 100%;
        top: 30px;
        background: #f6f6f7;
        box-shadow: none;
        border-bottom: 2px solid #ed6500;
        padding: 0.3rem 0.8rem 0.3rem 0;
    }

    #searchform input[type="text"] {
        border: 0px solid #ced4da;
        background: #f6f6f7;
    }

    #searchform input[type="text"]::placeholder {
        color: #313131;
        font-family: var(--universal-sans-regular);
        font-size: 16px;
        letter-spacing: 0;
        line-height: 26px;
    }

    .select_custom_upholsterys {
        display: block;
    }

    .mobile_hidden {
        display: none !important;
    }

    .active--customtab {
        display: block !important;
    }

    .mt-negative-img {
        margin-top: 100px;
    }

    .company-negative-margin2 {
        margin-top: -45px;
    }

    /* .owl-slider-x .center.active .img_container img {
	transform: scale(0.9) translateY(0px) !important;
} */
    /* .owl-slider-x .custom-active-second .img_container img,
	.owl-slider-x .custom-active-forth .img_container img  {
	transform: scale(0.9) translateY(0px) !important;
} */
}

@media (max-width: 768px) {
    .career-title.heading-lines.res-fix h1::before {
        top: 46px !important;
    }

    .pricing-d12-cstm .filter__pricing .fdrop {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .pricing-d12-cstm .filter__pricing .fdrop select {
        width: 100% !important;
    }

    .pricing-d12-cstm {
        padding-top: 30px;
    }

    .pricing-d12-cstm .pricing-search-loupe {
        width: 200px
    }

    .pricing-d12-cstm .learn-more .text_full_width {
        font-size: 12px;
    }

    .pricing-d12-cstm .learn-more .text_full_width .research-banner .big-header:before {
        right: 470px !important;
    }

    .job-header .big-header {
        padding-left: 0px;
        margin-left: -4px !important;
    }

    .research-page .card-body-p {
        padding-bottom: 20px;
    }

    .job-summary p {
        padding-bottom: 20px;
    }

    .job__content--list {
        padding-bottom: 20px;
    }

    .continuing-ed__paragraph {
        margin-left: 0px;
    }

    .continuing-ed-content .section-header-h2 {
        font-weight: 700 !important;
    }

    .continuing-ed-content .tab-content-title {
        padding-right: 8px !important;
    }

    .continuing-ed-content .attributes-of-contract {
        padding-top: 2rem;
    }

    .warranty-content .years-head,
    .warranty-content .years {
        margin-bottom: 10px !important;
    }

    .years-head p {
        line-height: 20px !important;
    }

    .years p {
        line-height: 20px !important;
    }

    .upholstery__template .upholstery-resources-tab {
        margin-left: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .tab-content-custom .upholster__cstm-ml {
        margin-left: 13px;
    }

    .continuing-ed-content .tab-content-text {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .select_keihauer--custom,
    .list_add__markup {
        display: block;
    }

    .convertor_list_to_select .wpb_column .vc_column-inner .wpb_wrapper .vc_tta-container .vc_general .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
        display: none;
    }

    .container_select {
        margin-left: 5%;
        margin-right: 5%;
        width: 90%;
    }

    .fa-search,
    .fa-times {
        color: rgba(0, 0, 0, 0.25);
        padding: 15px 20px 15px 10px;
    }

    .popup-galery-prod-family .fa-times {
        padding: 15px 0px 40px 25px;
    }

    .fa-search {
        margin-right: 20px;
        max-width: 32px;
    }

    #searchform {
        width: 100%;
        top: 30px;
    }

    #searchform input[type="text"] {
        width: 90%;
    }
}

.uphol_customselect2 select {
    font-size: 14px !important;
}

.selection {
    font-size: 14px;
}

.select2-results__option {
    font-size: 14px;
}

.guidance-doc a {
    color: #757575 !important;
}

/*.active_reges_redirect{
display: block!important;
}*/

.drop__item:not(.to_be_showed) {
    display: none !important;
}

/* .dropdown-item {
pointer-events: none;
} */

/* .dropdown-item.activef {
background: #FF9300;
color: white;
} */

/* career post */

.career-subtext {
    color: #313131;
    font-family: var(--universal-sans-bold);
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 16px;
    margin-bottom: 84px;
}

/* waranty and parts */

.page-warranty-parts article {
    margin-top: 0 !important;
}

.page-warranty-parts .wpb_raw_code {
    margin-bottom: 21px;
}

.warranty-header {
    padding-top: 31px !important;
    padding-left: 6px;
}

.warranty-subtext {
    padding-top: 66px;
    padding-left: 0px;
    color: #313131;
    font-family: var(--universal-sans-regular);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
}

.back-tick-warranty {
    top: 30% !important;
    left: calc(-100% - 18px) !important;
}

.warranty-small-header {
    color: #313131;
    font-family: var(--universal-sans-bold);
    font-size: 22px;
    line-height: 26px !important;
    padding-bottom: 16px !important;
    letter-spacing: 0 !important;
    font-weight: 700;
    margin-bottom: 0px;
}

.warranty-address .type {
    color: #a4a5a8 !important;
    font-family: var(--universal-sans-bold);
    font-size: 16px;
    font-weight: 600 !important;
    letter-spacing: 0;
    line-height: 30px;
}

.warranty-address .detail {
    color: #313131 !important;
    font-family: var(--universal-sans-regular);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
}

.address-margin {
    margin: 0px !important;
}

.warranty-address {
    white-space: nowrap;
}

.warranty-button {
    margin-top: 11px;
    margin-bottom: 76px;
}

.warranty-buttom__cstm {
    margin-top: 31px;
    margin-bottom: -9px;
}

.warranty-usage {
    margin-bottom: 35px !important;
}

.warranty-download {
    padding-bottom: 2px;
}

.contact-info-head {
    font-weight: 600 !important;
}

.inquiry-text {
    margin-top: 40px;
    margin-bottom: 23px !important;
}

.contact-line {
    margin-top: 11px !important;
}

.contact-info {
    margin-bottom: 12px !important;
}

.contact-p {
    margin-bottom: 51px;
}

.care-header {
    margin-top: 10px;
}

.back-tick-care {
    top: 40% !important;
    left: calc(-100% - 18px) !important;
}

.warranty-button svg {
    width: unset !important;
    margin-bottom: 4px;
}

.after_adjust .after_header:after {
    width: calc((100vw - 1130px) / 2 + (1095px - 50%));
}

.care-subtext p {
    line-height: 30px;
}

.care-page-content .warranty-small-header {
    padding-bottom: 18px !important;
}

.bell-alert {
    margin-bottom: 14px;
    margin-top: -20px;
}

.care-page-content .warranty-small-header {
    padding-bottom: 12px !important;
}

.care-page .header-container {
    margin-bottom: 65px;
}

.care-page .after__header:after {
    position: absolute;
    content: "";
    background-image: url(/wp-content/uploads/2021/01/Navigation-Lines.svg);
    background-repeat: repeat-x;
    height: 40px;
    margin-top: 48px;
    width: calc((100vw - 1130px) / 2 + (1095px - 50%));
    left: calc(100%);
}

.care-page .care-header {
    padding-top: 0px !important;
}

.care-page-content {
    padding-left: 8px;
    padding-right: 8px;
}

.contact-line .page-line {
    margin-top: 47px;
    top: 3px;
    margin-bottom: 16px;
}

.contact-line {
    margin-bottom: 15px !important;
}

@media (max-width: 991.98px) {
    .warranty-address {
        white-space: nowrap;
    }
}

/* care and maintenance */

.care-header {
    padding-top: 10px;
}

.care-section-2 {
    padding-bottom: 45px;
}

.care-page .warranty-usage {
    margin-top: 40px;
    margin-bottom: 41px !important;
}

.page-textile-cards .care-page .warranty-usage {
    margin-top: 11px;
    margin-bottom: 26px !important;
}

.care-caution .wpb_wrapper {
    background: #fbe0cc;
    position: relative;
}

.caution-icon {
    height: 40px;
    width: 40px;
    background: #ed6500;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.caution-header {
    padding-top: 6px;
    padding-bottom: 12px !important;
}

.caution-content {
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 22px;
}

.care-caution {
    margin-bottom: 80px;
}

/* Awards section */

.awards-tab-content .title-set {
    margin-bottom: 0;
    font: 700 22px/26px var(--universal-sans-bold);
}

.awards-tab-content .content-set {
    margin-bottom: 13px;
}

.card-news p.body-text-p {
    line-height: 26px !important;
}

.news-filter {
    margin-bottom: 45px;
}

.news-head-title {
    margin-bottom: 29px;
}

.class-awrds-images div {
    height: 70px;
}

.intro-awards-image {
    object-fit: contain;
    object-position: center;
    height: 70px;
    width: auto;
}

/* upholstery color row change */

/* .uphol_row-color:last-of-type,
.uphol_color:last-of-type{
display: none;
} */

.nodisplay {
    display: none;
}

.defimg {
    width: 100%;
}

.parnet {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.loadmore {
    background-color: #ed6500;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.adjustf p {
    line-height: 30px !important;
}

.adjustf p:nth-child(even) {
    line-height: 30px;
}

.adjusth,
.backcolor {
    background-color: white;
    line-height: 30px !important;
    padding: 0px;
}

.adjustl {
    padding-right: 0;
}

.adjustf,
.leftpadding div {
    padding-left: 0;
}

.bottom-padding {
    padding-bottom: 22px;
}

.post-content-designer:nth-child(even) {
    background-color: #ececec;
}

.orange-span {
    background-color: #ed6500;
    width: 33px;
    display: inline-block;
    height: 33px;
    margin-left: 12px;
    padding: 11px;
}

.arrow-img {
    transform: rotate(-45deg);
    display: block;
}

.archive {
    background-color: #f6f6f7;
}

.few-product-info h3,
.few-product-info .body-text-p,
.more-product-info h3,
.more-product-info .body-text-p {
    padding: 0px;
}

.few-product-info h3 {
    font-family: var(--universal-sans-bold) !important;
    padding-left: 16px !important;
    color: #a4a5a8 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 30px !important;
}

.hover-scorecard:hover {
    cursor: pointer;
}

.discount_selectors_container {
    margin-bottom: 39px;
}

/* New header styling 11/13/2020 */

.orange-square {
    background-color: #ed6500;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.logo-place img,
.logo-place img svg {
    height: 29px;
}

.custom-container {
    width: calc(100% - 24px);
    margin: 0 12px;
}

.logo-place {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-container {
    width: 100%;
}

.image-arrow {
    width: 13px;
    display: inline-block;
}

.image-arrow svg {
    width: 10px;
    height: 10px;
    position: relative;
    bottom: 1px;
}

.image-arrow img {
    transform: rotate(-45deg);
    vertical-align: baseline;
    position: relative;
    top: 6px;
    left: -11px;
}

/* GALLERY HOMEPAGE */

.grid-gallery .grid-gallery-filter {
    display: none !important;
}

.grid-gallery .grid-gallery-search {
    display: none !important;
}

.spaces-popup-in-popup p {
    -ms-overflow-style: none;
}

.spaces-popup-in-popup p {
    scrollbar-width: none;
}

.spaces-popup-in-popup p::-webkit-scrollbar {
    display: none;
}

.spaces-popup-in-popup {
    display: flex;
    padding: 20px;
    background-color: #fff;
    max-width: 352px;
    align-items: center;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.18);
    margin-bottom: 15px;
    height: 164px;
}

.spaces-popup-in-popup img {
    width: 150px;
    min-width: 100px;
}

.spaces-popup-in-popup h4 {
    font-size: 14px;
    text-transform: uppercase;
}

.spaces-popup-in-popup p {
    max-height: 60px;
    overflow: hidden;
    overflow-y: scroll;
    font-family: "Arial", sans-serif;
    font-size: 14px;
}

.spaces-popup-in-popup a {
    display: inline-block;
    padding-left: 10px;
    border-left: 3px solid #ed6500;
    font-size: 11px;
    color: #6e7076;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}

.spaces-popup-in-popup-wrapper {
    position: absolute;
    top: 20px;
    left: 20px;
}

#cboxPrevious {
    display: none !important;
}

#cboxNext {
    display: none !important;
}

.image-popup {
    border-radius: 10px;
}

.hotspotmain .hotspot {
    position: absolute !important;
    top: 0px;
    left: 0px;
    padding: 11px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 28px;
}

.hotspotmain-hidden {
    display: none !important;
}

.hotspot-info {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    width: 350px;
    background-color: #fff;
    min-height: 160px;
    z-index: 10;
}

.hotspot-img {
    width: 130px;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*     min-width: 50%; */
}

.hotspot-content {
    text-align: left;
    padding-top: 17px;
    font-size: 22px;
    line-height: 26px;
    /*     padding-right: 29px; */
    padding-bottom: 15px;
}

.entry-content .cstm-row__mrg50 {
    margin-top: 50px !important;
}

.hotspot-content h3 {
    font: 700 22px/26px var(--universal-sans-bold) !important;
    color: #313131 !important;
}

h3.hotspot-content {
    font: 700 22px/26px var(--universal-sans-bold) !important;
    color: #313131 !important;
}

.hotspot-desc {
    font: normal 16px/26px var(--universal-sans-regular);
    margin-bottom: 0;
    max-width: 190px;
}

.hotlink {
    padding-left: 6px;
    font-family: sans-serif;
    font-weight: 600;
}

.cstm-mt-52 {
    margin-top: 51px;
}

.mb-y-cstm {
    margin-bottom: -1px;
}

.incolorlink {
    color: black !important;
}

p.orangeborder-text a {
    color: #313131;
    /* 	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1.19px;
	line-height: 21px; */
    /* 	font-family: Montserrat; */
}

.orangeborder-text img {
    margin-top: -3px;
}

.hotlink.orangeborder-text img {
    margin-top: -4px;
}

a p.orangeborder-text,
p.orangeborder-text a {
    border-bottom: 2px solid transparent;
    display: inline-block;
}

a.button-read-more {
    border-bottom: 2px solid transparent;
}

.button_state-dynamic_finishes {
    border-bottom: 2px solid transparent;
}

a p.orangeborder-text:hover,
p.orangeborder-text a:hover {
    color: #313131 !important;
}

a.button-read-more:hover {
    color: #313131 !important;
    border-bottom: 2px solid #ed6500;
    transition: none;
}

.button_state-dynamic_finishes:hover {
    border-bottom: 2px solid #ed6500;
    transition: none;
}

a:hover p.orangeborder-text,
p.orangeborder-text a:hover {
    color: #313131 !important;
    border-bottom: 2px solid #ed6500;
    display: inline-block;
}

a.button-read-more:focus,
a:focus p.orangeborder-text,
p.orangeborder-text a:focus,
.cat-button .button-read-more:focus,
a.upholstery-link-state:focus {
    background: #fbe0cc;
    outline: 0;
}

.button_state-dynamic_finishes:focus,
.button_state-dynamic_finishes button:focus {
    background: #fbe0cc;
    outline: 0;
}

h3.year__cstm--color {
    color: #a4a5a8;
}

.second-file--uppercase {
    text-transform: uppercase;
}

.news-title-cstm {
    padding-top: 10px;
}

.cstn-ml__tab {
    margin-left: 32px;
}

.news-page-tab .cstn-ml__tab {
    margin-left: 10px;
}

a.button-read-more:active,
a:active p.orangeborder-text,
p.orangeborder-text a:active,
.cat-button .button-read-more:active,
a.upholstery-link-state:active {
    color: #a4a5a8 !important;
}

.button_state-dynamic_finishes:active {
    color: #a4a5a8 !important;
}

a.button-read-more:disabled,
a:disabled p.orangeborder-text,
p.orangeborder-text a:disabled,
.cat-button .button-read-more:disabled {
    color: #a4a5a8 !important;
}

.button_state-dynamic_finishes:disabled {
    color: #a4a5a8 !important;
}

.cat-button .button-read-more {
    color: #313131;
    border-left: none;
    font: 700 16px var(--universal-sans-bold);
    line-height: 19px;
    letter-spacing: 1.5px;
    padding: 0px;
    text-transform: uppercase;
}

.cat-button .button-read-more svg {
    margin-left: 3px;
}

.cat-button {
    padding-top: 25px;
}

/* 	Gallery styling */

.gallery {
    margin-bottom: 30px;
}

.gall-first-text {
    width: 50%;
    padding-right: 40px;
    margin-top: 20px;
}

.gallery .gallery-image.mfp-img {
    width: 100%;
}

.gallery2 {
    line-height: 0;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    column-gap: 20px;
    column-count: 2;
}

.gallery2 .gallery-item {
    width: initial !important;
    display: inherit;
    margin-bottom: 20px;
    position: relative;
}

.gallery-item h1 {
    font-size: 42px;
}

.gallery-paragraf {
    line-height: 20px;
    margin: 15px 0;
    max-width: 520px;
}

.gallery2 .gallery-item img {
    cursor: pointer;
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    object-position: center;
    max-height: none;
}

.hotspot {
    background-color: #ed6500 !important;
}

figure.hotspotmain {
    margin: 0;
}

.hotspotmain figcaption {
    padding-bottom: 0;
}

.mfp-content {
    width: 140%;
    left: -20%;
}

img.mfp-img {
    padding: 15px 0 !important;
}

.hotspotmain img.mfp-img {
    padding: 0 !important;
}

.main-item {
    width: 100% !important;
    position: relative;
}

.mfp-content {
    width: 140%;
    left: -20%;
}

.page-planet-keilhauer .improve__bg-cstm {
    background-size: 1745px !important;
}

img.mfp-img {
    padding: 15px 0 !important;
}

.text-holder h2 {
    font: 700 55px/65px var(--aguila-bold);
    letter-spacing: -0.5px;
    color: #313131;
    margin-bottom: 10px;
}

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

.gallery-discover {
    display: flex;
    align-items: center;
    font-size: 40px;
    line-height: 48px;
    margin: -10px 0px 30px -5px;
}

.gallery-discover h2 {
    font: 700 75px/60px var(--aguila-bold);
    letter-spacing: -1px;
    margin-bottom: 0;
}

.orange-div-before {
    background-color: #ed6500;
    height: 1px;
    width: 110%;
    position: relative;
    left: -114%;
    top: 35px;
    transition: width 1.5s;
}

.orange-product {
    background-color: #ed6500;
    height: 1px;
    width: 110%;
    position: relative;
    top: 21px;
    left: -35px;
    transition: width 1.5s;
}

.orange-discover {
    background-color: #ed6500;
}

.small-header-cstm {
    font-family: Public Sans;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: -0.5px !important;
    line-height: 41px !important;
}

.title-media__cstm h1 {
    margin-top: 6px;
}

.price-list-custom-class__title h1 {
    position: relative;
}

.price-list-custom-class__title .heading-lines h1::before {
    left: calc(-40px + -100%);
    right: unset;
    width: 100%;
}

/* Popup Gallery */

.popup-product-wrapper {
    position: absolute;
    top: 60px;
    left: 20px;
}

.popup-product-item {
    display: flex;
    padding: 20px 25px;
    background-color: #fff;
    box-shadow: rgba(34, 35, 40, 0.2);
}

.popup-product-item img {
    margin-right: 25px;
    max-width: 120px;
    height: auto;
}

.popup-product-item>div h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #6e7076;
    line-height: 18px;
}

.popup-product-item>div p {
    font-size: 14px;
    line-height: 18px;
    font-family: "Arial", sans-serif;
    margin-bottom: 15px;
    color: #757575;
    height: 50px;
}

.popup-product-item>div a {
    font-size: 11px;
    line-height: 14px;
    color: #6e7076;
    border-left: 3px solid #ed6500;
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}

.hotspot svg {
    pointer-events: none;
}

.popup-text-container {
    width: auto !important;
    bottom: 22px !important;
    min-height: 34px !important;
    padding: 7px 0 7px 15px !important;
    height: auto !important;
    right: 0px !important;
    text-transform: uppercase !important;
}

/* .grid-item.active .popup-text-container {
right: 0 !important;
} */

.image-popdown-overlay {
    filter: brightness(25%);
}

.spaces .img-overlay {
    content: "\A";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}

.spaces .image-overlay:before,
.tabs_image:not(.expanded):hover:after,
.gallery-item.galit:hover:before {
    background: url(/wp-content/themes/wp-bootstrap-4-child/images/new-ui-elements/Loupe.svg) no-repeat;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.spaces .img-overlay:hover {
    opacity: 1;
}

.home .popup-text-container {
    right: 0 !important;
}

.popup-text-container div {
    display: flex;
    /* flex-direction: column; */
    /*   align-items: flex-start !important; */
    /* justify-content: center !important; */
}

.popup-text-container div p:after {
    content: none !important;
}

.animated-product {
    width: 110%;
}

.animated-product {
    width: 110%;
}

.column-line-bottom .vc_column-inner:before {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 0;
    height: 1px;
    width: calc(100% - 30px);
    /* or 100px */
    border-bottom: 1px solid #a4a5a8;
}

.page-toss-pillows .column-line-bottom .vc_column-inner:before {
    display: none;
}

/* CAROUSEL */

.carousel__container {
    max-width: 1300px;
    overflow: hidden;
    margin: 0 auto;
}

.lines .linex {
    width: 1px;
}

.owl-carousel .owl-stage-outer {
    overflow: visible !important;
}

.owl-slider-x {
    margin-top: 120px;
}

.owl-slider-x * {
    box-sizing: border-box;
}

.owl-slider-x .title {
    margin-top: 20px;
    text-align: center;
    color: #6e7076;
}

.owl-slider-x .lines,
.home-slider__item .lines {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.owl-slider-x .linex img {
    height: 20px;
}

.owl-slider-x .linex.center img {
    height: 59px;
}

.owl-slider-x .owl-item.center div.linex.center {
    position: relative;
    transition: all 0.5s ease;
    width: 1px;
}

.owl-slider-x .owl-item.center div.linex.center:after {
    content: "";
    position: absolute;
    left: 0;
    top: -40%;
    width: 100%;
    height: 179%;
    background-color: #ed6500;
    transition: all 0.5s ease;
}

.owl-slider-x .owl-item.center .title {
    font: 700 22px/26px var(--universal-sans-bold);
    letter-spacing: 1.5px;
    transition: all 0.5s;
    color: #313131;
    margin-top: 40px;
    margin-left: -5%;
    width: 110%;
}

.owl-slider-x .owl-item .title {
    transition: all 0.5s;
    font: 400 14px/17px var(--universal-sans-regular);
    letter-spacing: 1.5px;
    color: #313131;
    text-transform: uppercase;
}

.owl-slider-x a {
    color: #313131;
}

.owl-slider-x a:hover {
    color: #ed6500 !important;
}

.owl-slider-x .carousel-item {
    display: block !important;
}

.owl-slider-x {
    margin-top: 100px;
}

.owl-stage {
    height: auto !important;
}

.owl-carousel .item {
    height: auto !important;
}

.owl-item .title {
    height: 70px;
}

.owl-item.center .title {
    height: 30px;
}

.owl-dots {
    display: none;
}

.prod-row {
    width: 100%;
    margin: 0 auto;
}

.prod-item {
    width: 50%;
    display: flex;
    margin-bottom: 0px;
}

.prod-paragraph {
    font-size: 16px;
    line-height: 26px;
    /*     color: #6E7076; */
    font-family: var(--universal-sans-regular);
    font-weight: 400;
}

/* PLANET */

.planet-header {
    margin-top: 40px;
}

.row-gallery {
    padding-bottom: 87px;
}

.row-gallery .wpb_content_element {
    margin-bottom: 0 !important;
}

.view-all-page .padding-top-products {
    padding-top: 160px;
}

/* SPACES */

.img-col {
    height: 500px;
}

.page-template-page-spaces #page {
    overflow: hidden;
}

.page-template-page-spaces .spaces {
    /* 	max-width: 1440px !important;
	padding: 0px; */
    margin-bottom: 74px !important;
}

.spaces {
    margin-bottom: 140px;
}

.spaces .header-wrapper {
    padding-top: 36px !important;
}

.grid {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
}

.grid:after {
    content: "";
    display: block;
    clear: both;
}

.grid-item {
    float: left;
    height: 250px;
    padding: 15px;
}

.grid-item,
.grid-sizer {
    width: 25%;
    /* position: relative; */
}

.grid-item figure.hotspotmain {
    position: relative;
    height: 100%;
}

.grid-item img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 95vh;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.25s ease-in;
}

.grid-item--height2 {
    height: 450px;
}

.landscape {
    height: 240px;
}

.portrait {
    height: 468px;
}

.grid-item.active {
    width: 100%;
    height: auto;
    left: 0 !important;
}

.grid-item.active .hotspotmain {
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    max-height: 95vh;
    width: max-content;
    width: -moz-max-content;
    /* Firefox/Gecko */
    width: -webkit-max-content;
}

.grid-item.active img {
    cursor: initial;
    transition: all 1s ease-out;
    filter: brightness(100%) !important;
}

.active img {
    height: auto;
}

.spaces .active img {
    max-height: 95vh;
    width: auto;
}

/* Hide scrollbar for Chrome, Safari and Opera */

.grid::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

.grid {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.grid-maiak {
    height: 0;
}

/* Drop down */

.mobw-reset {
    display: flex;
}

.filter-text,
.filter-reset {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.5px;
    font-family: var(--universal-sans-bold);
    font-weight: bold;
    color: #6e7076;
    text-transform: uppercase;
}

.filter-reset a {
    color: #6e7076 !important;
}

.filter-icon {
    color: #6e7076;
    line-height: 16px;
    margin-right: 9px !important;
    margin-top: -1px;
}

.page-template-page-spaces .cust-select {
    width: 207px;
}

.cust-select-wrapper {
    position: relative;
    user-select: none;
    width: auto;
    min-width: 200px;
    margin-top: 0px !important;
    margin-left: 16px !important;
    margin-right: 16px !important;
}

.cust-select__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px 0 0;
    font-size: 16px;
    font-family: var(--universal-sans-regular);
    color: #313131;
    height: 33px;
    line-height: 33px;
    background: #ffffff;
    cursor: pointer;
}

.text-main {
    padding: 0 20px 0 13px;
}

.spaces .desktop-desc {
    margin-bottom: 0 !important;
}

.spaces-filters {
    margin-bottom: 28px !important;
}

.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    border-top: 1px solid #313131;
    background: #fff;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
}

.cust-select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 22px 0 22px;
    font-size: 16px;
    font-family: var(--universal-sans-regular);
    color: #313131;
    line-height: 30px;
    cursor: pointer;
    transition: all 0.5s;
}

.custom-option:hover {
    cursor: pointer;
    background-color: #b2b2b2;
}

.custom-option.selected {
    color: #ffffff;
    background-color: #ed6500;
}

.arrow {
    position: relative;
    height: 7px;
    width: 7px;
}

.arrow::before,
.arrow::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 1.5px;
    height: 8px;
    transition: all 0.5s;
}

.arrow::before {
    left: -3px;
    transform: rotate(-45deg);
    background-color: #a4a5a8;
}

.arrow::after {
    left: 2px;
    transform: rotate(45deg);
    background-color: #a4a5a8;
}

.open .arrow::before {
    left: -3px;
    transform: rotate(45deg);
}

.open .arrow::after {
    left: 2px;
    transform: rotate(-45deg);
}

.cstm-pl-keilhauer {
    padding-left: 18px;
}

.wpb_wrapper .cstm-mr-keilhauer {
    padding-left: 18px !important;
}

.cstm_mb-news--banner {
    margin-bottom: 1px;
}

/* Load more */

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

.misha_loadmore {
    margin: 40px auto 0;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: bold;
    color: #313131;
    letter-spacing: 1.5px;
    font-family: var(--universal-sans-bold) !important;
}

/* .misha_loadmore:after {
	content: url(/wp-content/themes/wp-bootstrap-4-child/images/new-ui-elements/Small-Arrow.svg);
	width: 12px;
	height: 12px;
	margin-left: 10px;
	-moz-transform: scale(1, -1);
	-webkit-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
	display: inline-block;
	vertical-align: middle;
} */

.back-tick-spec {
    background-color: #ed6500;
    width: 57%;
    height: 1px;
    display: inline-block;
    position: relative;
    top: 31px;
    right: 663px;
}

.qty-height {
    width: 73px;
}

.discount__width {
    width: 111px;
}

.quantity .pricing_search {
    margin-bottom: 100px;
}

.wpb_wrapper .d-flex__csm {
    margin-bottom: 0 !important;
    display: flex;
    justify-content: flex-end;
}

.border-outline {
    border: 2px solid #ed6500;
}

@media (max-width: 1199.99px) {
    .grid {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
    }

    .cust-select-wrapper {
        min-width: 170px;
    }
}

@media (max-width: 991.99px) {
    .grid-item.active .hotspotmain {
        max-width: 100%;
    }

    .orange-square {
        width: 14px;
        height: 14px;
    }

    .grid {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
    }

    .grid-item,
    .grid-sizer {
        width: 50%;
        /* height: 200px; */
    }

    /* .grid-item--height2 {
	height: 350px;
} */
    .landscape {
        height: 255px;
    }

    .portrait {
        height: 539px;
    }

    /* Filter Spaces */
    .filter-text,
    .filter-reset,
    .filter-icon {
        font-size: 12px;
        line-height: 14px;
    }

    .text-main {
        padding: 0 10px 0 10px;
    }

    .cust-select__trigger {
        padding: 0 10px 0 0;
        font-size: 14px;
    }

    .custom-option {
        padding: 0 10px;
        font-size: 14px;
    }

    .filters {
        flex-wrap: wrap;
    }

    .mobw-filter {
        width: 100%;
        justify-content: center;
        padding-bottom: 10px;
    }

    .cust-select-wrapper {
        width: 45%;
    }

    .mobw-reset {
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-top: 20px !important;
    }

    .cust-select-wrapper {
        width: 100%;
    }
}

@media (max-width: 767.91px) {
    .grid {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
    }

    .grid-item,
    .grid-sizer {
        width: 50%;
    }

    .margin {
        margin-top: 0 !important;
    }

    .img {
        height: auto;
    }

    /* Hotspot gallery */
    .hotspot-info {
        position: inherit;
        width: 100%;
    }

    .popup-text-container {
        position: inherit;
    }

    .hotspot-info {
        margin: 10px auto;
    }

    .hotspot-info:after {
        display: none;
    }

    /* Filter Spaces */
    .white-square-space,
    .white-square {
        display: none;
    }

    .owl-slider-x .lines {
        justify-content: space-around;
    }
}

@media (max-width: 575.98px) {
    .warranty-button__news--article {
        margin-bottom: 30px;
    }

    .pricing-d12-cstm .under-search {
        width: 100%;
    }

    .pricing-d12-cstm .under-search {
        display: flex;
        flex-direction: column;
        align-items: flex-end
    }

    .pricing-d12-sect .replaceable_content_for_selectors .discount {
        padding-top: 0;
    }

    .pricing-d12-sect__cstm-d12::after {
        display: none;
    }

    .search_results-d12 .search_results_item {
        padding: 10px;
    }

    .pricing-d12-cstm .pricing-search-wrapper .input-wrapper {
        display: flex;
    }


    .pricing-d12-cstm #pricing_search {
        margin-bottom: 10px;
        width: calc(100% - 54px);
    }

    .search_results_container {
        padding-bottom: 50px;
    }

    .white-bg-d-12-pricing .search_results_inner {
        grid-template-columns: 1fr 1fr;
    }

    .pricing-d12-cstm .pricing-search-wrapper {
        margin-bottom: 10px;
    }

    .pricing-d12-cstm .filter__search {
        flex-wrap: wrap;
    }

    .pricing-d12-cstm .filter__search h5 {
        width: 100%;
        margin-bottom: 15px;
    }

    .pricing-d12-cstm .pricing-search-loupe {
        margin-left: 0 !important;
        width: 54px;
    }

    .pricing-d12-cstm .learn-more .changed_svg {
        width: 54px;
        display: flex;
        justify-content: center;
    }

    .pricing-d12-cstm .learn-more svg {
        width: 15px !important;
        height: 16px !important;
    }

    .grid {
        width: 100%;
        margin: 0 auto;
    }

    .grid-item,
    .grid-sizer {
        height: 180px;
    }

    .spaces .grid-item {
        /*         height: auto; */
        /*       display: block; */
    }

    .spaces .grid-item img {
        /*         height: auto; */
    }

    /* .grid-item--height2 {
	height: 300px;
} */
    .portrait {
        height: 195px;
    }

    .landscape {
        height: 118px;
    }

    .lh_mobile {
        margin-top: 0;
        line-height: 60px;
    }

    .grid-item {
        padding: 7px;
    }
}

@media (max-width: 413.98px) {
    .mobw-filter {
        width: 100%;
        justify-content: center;
        margin-bottom: 20px;
    }

    .cust-select-wrapper {
        width: 100%;
    }
}

/* MEDIA BREACKPOINTS */

@media (max-width: 1960px) {

    /* GENERAL */
    .main-container {
        max-width: 1440px;
    }
}

@media (max-width: 1800px) {

    /* NEW BANNER */
    .new-homepage-first-slider nav {
        width: 130px;
    }

    .new-homepage-first-slider .mg_left {
        /* 		margin-left: 100px; */
    }

    .trans {
        max-width: 80%;
    }

    .cont-gallery {
        max-width: 80%;
    }
}

@media (max-width: 1600px) {
    /* GENERAL */
}

@media (max-width: 1500px) {

    /* GENERAL */
    .main-container {
        max-width: 1140px;
    }

    /* NEW BANNER */
    .new-homepage-first-slider nav {
        width: 145px;
    }

    .new-homepage-first-slider .one:nth-child(1) {
        padding: 0 0 7%;
    }

    .new-homepage-first-slider .mg_left {
        /* 		margin-left: 115px; */
    }

    .trans {
        max-width: 75%;
        /* height: 85%; */
    }

    .slide-text {
        max-width: 75%;
    }

    .slide-paragraph {
        max-width: 800px;
    }

    .new-homepage-first-slider .mg_left {
        /* 		margin-left: 160px; */
        margin-right: 30%;
    }

    .cont-gallery {
        max-width: 75%;
    }

    .body_scroll {
        bottom: 233px;
    }
}

@media (max-width: 1200px) {
    .toss-page__header-h1.tick:after {
        left: 100%;
    }

    .intro-section .cat-links a {
        font-size: 11px;
    }

    .owl-slider-x {
        margin-top: 0;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
        padding: 2px 0px 1px 0px;
        margin: 0px 9px 0px 9px;
    }

    .image-arrow svg {
        bottom: 1px;
        left: 2px;
    }

    /* GENERAL */
    /* NEW HOMEPAGE BANNER STYLE*/
    .new-homepage-first-slider nav {
        width: 120px;
    }

    .new-homepage-first-slider .one {
        padding: 0 0 10%;
    }

    .new-homepage-first-slider .one:nth-child(1) {
        padding: 0 0 7%;
    }

    .trans {
        max-width: 75%;
    }

    .cont-gallery {
        max-width: 75%;
    }

    .new-homepage-first-slider h3 {
        font-size: 60px;
    }

    .new-homepage-first-slider .mg_left {
        /* 		margin-left: 83px; */
    }

    /* PLANET */
    .planet-container {
        /* 		margin-right: calc((-98.5vw + 1040px) / 2) !important;
		margin-left: calc((-100vw + 1040px) / 2) !important; */
    }

    .orange-span {
        padding: 10px;
    }

    .card-designer a span {
        margin-top: 3px;
    }
}

@media (max-width: 1024px) {
    .gallery-section .tick:after {
        width: 4%;
    }

    .tick.left:after {
        left: -3px;
    }

    h2.section-header-h2 {
        font: bold 50px/64px var(--aguila-bold) !important;
    }

    .orange-yellow div {
        margin-left: -340%;
    }

    #navlist li {
        padding: 13px 0 13px 25px;
    }

    #DESIGN_FILES .configurator-div {
        height: auto;
        min-height: 240px;
    }

    .tabs__navigation {
        left: 45px;
    }

    .tosspillow-image-gallery__cstm--arrow .vc_images_carousel .vc_carousel-control.vc_left {
        bottom: unset;
        top: calc(50% - 13px);
        left: 30px;
    }

    .tosspillow-image-gallery__cstm--arrow .vc_images_carousel .vc_carousel-control.vc_right {
        left: unset;
        right: 30px;
        top: calc(50% - 13px);
        bottom: unset;
    }

    .prod-designer-carousel .item img {
        bottom: 30px;
        max-width: unset !important;
        height: auto !important;
        padding: 0;
        width: calc(100% - 60px) !important;
        left: 50%;
        transform: translateX(-50%);
    }

    .card-designer .image {
        height: 150px;
    }

    .prod-designer-carousel {
        padding: 0 60px;
    }

    .prod-designer-carousel.owl-carousel .item {
        height: 130px !important;
    }

    .gallery-discover h2 {
        margin-top: 16px;
        margin-bottom: 26px;
    }

    .related-products-titlerow .back-tick-spec {
        width: 6%;
        right: 47px;
    }

    .company-bg-tran .tick:after {
        width: calc(100vw / 2 - 100% - 65px);
    }

    #help-section .hp-card .section__title {
        font: 700 48px/48px var(--aguila-bold);
    }
}

@media (max-width: 992px) {
    .swatch-text-pillow__ccstm {
        padding-left: 0;
    }

    .intro-section .cat-links a {
        font-size: 12px;
    }

    /* GENERAL */
    #masthead,
    #neoconhead {
        padding: 5px 0;
        background-color: #ffff;
    }

    .section-header-h2 h2,
    h2.section-header-h2 {
        margin-left: 0px;
    }

    .main-container {
        max-width: 960px;
    }

    /* NAVBAR */
    .menu-mobile-custom {
        display: flex;
        justify-content: flex-end;
    }

    /* NEW HOMEPAGE BANNER STYLE*/
    .new-homepage-first-slider .one {
        height: calc(100vh - 60px);
    }

    .new-homepage-first-slider nav {
        bottom: unset !important;
        top: 483px;
        position: fixed;
        width: 100% !important;
        border-bottom: 1px solid #ed6500;
        border-top: 1px solid #ed6500;
    }

    .new-homepage-first-slider nav ul {
        flex-direction: row;
        display: flex;
    }

    .new-homepage-first-slider nav ul li {
        padding: 3px 0;
    }

    .trans img {
        /*     height: 300px !important; */
        object-fit: cover;
    }

    .body_scroll {
        display: none;
    }

    /* .slide-text {
	margin-top: 28%;
} */
    .new-homepage-first-slider .one {
        padding: 0 0 12% !important;
    }

    .trans {
        height: 60vh;
        max-width: 100%;
    }

    .cont-gallery {
        max-width: 70%;
    }

    /* .new-homepage-first-slider .learn-more, */
    .new-homepage-first-slider .mg_left {
        /* 		margin-left: 32px; */
        /* 		margin-right: 33px; */
    }

    .learn-more {
        margin-top: 0;
    }

    /* CAROUSEL */
    .prod-item {
        width: 100%;
        margin-bottom: 16px;
        padding: 0 15px;
    }

    /* CAROUSEL */
    .owl-slider-x .linex.center img {
        height: 45px;
    }

    /* PLANET */
    .planet-container {
        margin-right: calc((-98.5vw + 840px) / 2) !important;
        margin-left: calc((-100vw + 840px) / 2) !important;
    }

    .planet-header {
        min-width: 100% !important;
        align-items: flex-start !important;
        left: 121px !important;
        top: 45px !important;
        margin-top: 10px !important;
    }

    .planet-para {
        position: relative;
        /*         top: -390px !important; */
        top: 0px !important;
        /*         padding: 40px 60px 40px 100px !important; */
        padding: 0 !important;
    }

    .planet-div {
        right: 19.7% !important;
    }

    .planet-header h2 {
        font: 700 95px/90px var(--aguila-bold) !important;
        padding: 0 15px;
        text-align: left;
    }

    .learn-more {
        margin-left: 17px;
    }

    .planet-para p {
        padding: 0 17px !important;
    }

    /* GALLERY */
    .gall-first-text {
        width: 100% !important;
    }

    .gallery2 .gallery-item img {
        max-height: 300px;
    }

    .text-holder {
        padding: 0 15px;
    }

    .text-holder h2 {
        margin-bottom: 7px;
    }

    .row-gallery {
        padding-bottom: 10px;
    }

    /* Fonts */
    /* BANERR */
    .new-homepage-first-slider h3 {
        font-size: 35px;
        line-height: 41px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    /* CAROUSEL */
    #product-section-header {
        font: 700 40px/55px var(--aguila-bold) !important;
    }

    .owl-slider-x .owl-item.center .title {
        font: 700 25px/30px var(--universal-sans-bold) !important;
    }

    /* PLANET */
    .planet-header h2 {
        font: 700 60px/75px var(--aguila-bold) !important;
        letter-spacing: -1px;
    }

    /* Gallery */
    .text-holder h2 {
        font-size: 40px;
        line-height: 55px;
    }

    .gallery-discover h2 {
        font: 700 60px/75px var(--aguila-bold) !important;
    }

    .section-header-h2 h2,
    h2.section-header-h2 {
        font: 600 30px/48px var(--aguila-bold) !important;
    }

    h2.section-header-h2.neocon-form-title {
        font: 700 24px/36px var(--aguila-bold) !important;
    }

    h2.section-header-h2.scorecard {
        font: bold 50px/64px var(--aguila-bold) !important;
    }

    .logo-place img {
        max-height: 20px;
    }

    .galdesc {
        margin-bottom: 50px !important;
    }

    .prod-designer-carousel {
        padding: 0 60px;
    }

    .prod-designer-carousel.owl-carousel .item {
        height: 90px !important;
    }

    .card-designer .image {
        height: 258px;
    }

    #help-section .hp-card .section__title {
        font: 700 40px/40px var(--aguila-bold);
    }
}

@media screen and (max-width: 992px) {
    #nav-dots {
        display: none;
    }

    .slide-text {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 868px) {

    /* PLANET */
    .chair-image {
        display: none;
    }

    .planet-container {
        height: auto !important;
    }

    .planet-div {
        position: initial !important;
        width: 100% !important;
    }

    .planet-header {}

    .planet-para {
        top: 10px !important;
    }

    .planet-cont__cstm-v3 .planet-para {
        top: 10px !important;
    }

    body .planet-cont__cstm-v3 .galdesc.view-finishes {
        top: -30px !important;
        padding-left: 119px;
    }

    .planet-para p {
        /* padding-top: 10px !important;
		padding-bottom: 0 !important; */
    }

    .planet-container .learn-more {
        margin-top: 13px;
    }

    .row-planet .wpb_content_element {
        margin-bottom: 0 !important;
    }

    .higher {
        height: 30px !important;
    }
}

@media (max-width: 768px) {
    .news-article__image img {
        width: 100% !important;
        height: auto !important;
    }

    .single-news .nav-previous,
    .single-news .nav-next {
        width: 30%;
        position: relative;
    }

    .single-news .nav-previous a {
        position: absolute;
        left: 10%;
    }

    .single-news .nav-next a {
        position: absolute;
        right: 15%;
    }

    .government-contract-tab .general-box .vc_column-inner {
        min-height: unset;
        background-position: 96% 84%;
    }

    .government-contract-tab h2.government-contact-tab__title {
        font-weight: 700 !important;
        line-height: 35px !important;
        margin-top: -34px !important;
    }

    .care-page-content .warranty-small-header {
        padding-top: 16px !important;
    }

    .cstn-ml__tab {
        margin-left: 0;
    }

    .wpb_wrapper .d-flex__csm {
        justify-content: flex-start;
    }

    .changed_svg {
        background-color: #ed6500;
        padding: 11px;
        height: 40px;
        margin-left: 1px !important;
    }

    /* GENERAL */
    .main-container {
        max-width: 720px;
    }

    /* NEW HOMEPAGE BANNER STYLE*/
    /*     .new-homepage-first-slider nav {
	width: 80px !important;
} */
    .new-homepage-first-slider .one,
    .new-homepage-first-slider .one:nth-child(1) {
        padding: 0;
    }

    .trans {
        max-width: 100%;
    }

    .cont-gallery {
        max-width: 100%;
        padding: 0 15px;
    }

    /*     .slide-text {
	margin-top: -50px;
} */
    .new-homepage-first-slider h2 {
        font-size: 14px;
    }

    .new-homepage-first-slider .learn_more {
        display: block;
        margin-left: 60px;
        height: 33px;
        font-size: 14px;
    }

    .learn-more a {
        text-decoration: none;
        color: #313131;
        /* display: flex; */
        /* justify-content: flex-start; */
        width: 100%;
        transition: all 1s;
    }

    .learn-more span.text_more_span {
        visibility: visible;
        color: #313131;
        opacity: 1;
        width: 100% !important;
        padding: 12px 10px 10px;
		max-width:100%;
    }

    .new-homepage-first-slider .test {
        height: 33px;
        font-size: 14px;
    }

    .body_scroll {
        right: 3%;
    }

    .title_more {
        /* flex-wrap: wrap; */
        flex-direction: column;
        align-items: start;
    }

    .btns-right {
        margin-left: 50px;
    }

    /*     .new-homepage-first-slider .mg_left, */
    .learn-more {
        /*         margin-left: 50px; */
        margin-bottom: 12px !important;
    }

    .body_scroll {
        bottom: 9% !important;
    }

    /* CAROUSEL */
    .owl-slider-x .linex.center img {
        /*         height: 30px; */
    }

    .orange-product {
        display: none;
    }

    /* WARRANTY */

    .warranty-address {
        white-space: unset;
    }

    /* GALLERY */
    .gallery2 .gallery-item img {
        max-height: 200px;
    }

    .gallery-item h1,
    .gallery-discover {
        font-size: 20px;
        line-height: 28px;
        margin: 20px 0 20px 0;
        flex-direction: column;
        align-items: start;
    }

    .gallery-discover a {
        /* 		padding: 5px; */
        /* 		font-size: 20px; */
        /* 		margin-left: 20px; */
    }

    .planet-header {
        display: flex;
        flex-direction: column !important;
        align-items: start !important;
    }

    .gallery-discover h2 {
        font: 700 50px/65px var(--aguila-bold) !important;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .gallery-item h1 {
        margin: 20px 30px 0 0 !important;
    }

    .title_more .learn-more {
        margin-left: 33px;
    }

    /* Fonts */
    /* BANERR */
    .new-homepage-first-slider h3 {
        /*         font-size: 50px; */
    }

    /* CAROUSEL */
    #product-section-header {
        font: 700 35px/55px var(--aguila-bold) !important;
    }

    .owl-slider-x .owl-item.center .title {
        font: 700 18px/30px var(--aguila-bold) !important;
    }

    .orange-div-before {
        /* 		display: none; */
    }

    /* PLANET */
    .planet-header h2 {
        font: 700 50px/65px var(--aguila-bold) !important;
        letter-spacing: -1px;
    }

    /* Gallery */
    .text-holder h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .gallery-discover h2 {
        font: 700 50px/65px var(--aguila-bold) !important;
    }

    .gallery-discover .learn-more {
        margin-left: 0;
    }

    /* SPACES */
    .popup-text-container div p {
        border-right: none;
    }

    .tick.left:after {
        top: 50%;
    }
}

@media only screen and (max-width: 600px) {
    .trans img {
        object-position: right center;
    }

    /* GALLERY */
    .gallery2 {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .gallery2 .gallery-item img {
        max-height: 150px;
    }

    .related-products-titlerow .back-tick-spec,
    .back-tick-spec {
        width: 3%;
        top: 33px;
        right: 0;
    }

    .related-products-titlerow .back-tick-spec {
        top: 35px;
    }

    .planet-container .learn-more {
        margin-top: 8px;
    }

    .trans {
        height: 44vh;
    }

    .slide-text {
        margin-top: 10px;
    }

    .new-homepage-first-slider .one:nth-child(1) .trans {
        height: 44vh;
    }

    .orange-span {
        padding: 8px;
        margin-bottom: 10px;
    }

    #DESIGN_FILES .configurator-div {
        height: auto;
    }

    .tabs__navigation {
        left: 64px;
        z-index: 9;
    }

    .prod-designer-carousel {
        padding: 0;
    }

    .prod-designer-carousel.owl-carousel .item {
        height: 180px !important;
    }

    .prod-designer-carousel .item img {
        height: 250px !important;
    }

    .card-designer .image {
        height: 230px;
    }

    .research-banner .big-header {
        margin-left: 0;
    }

    .title-media__cstm:after {
        left: calc(100% + -55px);
    }

    .page-continuing-education .tick:after {
        left: calc(100% + -85px);
    }

    #help-section .hp-card .section__title {
        font: 700 34px/36px var(--aguila-bold);
    }

    .upholstery__wrapper .upholstery-load-more img {
        width: 9px;
        height: 9px;
    }
}

@supports (-webkit-touch-callout: none) {
    @media only screen and (max-width: 600px) {
        .new-homepage-first-slider .one:nth-child(1) .trans {
            height: 32vh;
        }

        .trans {
            height: 40vh;
        }
    }
}

@media (max-width: 576px) {
    .tosspillow-image-gallery__cstm--arrow .vc_images_carousel .icon-next:before {
        bottom: 16px !important;
    }

    .price-list-custom-class__title .heading-lines h1::before {
        left: calc(-5px + -100%);
    }

    .pricing__template .cahoots-tablet-prese h3 {
        font-size: 14px !important;
        line-height: 22px !important;
        margin-bottom: 1rem;

    }

    .galdesc.view-finishes.intro-brochure {
        padding-right: 0;
    }

    .pricing-d12-sect>.col-12:last-child {
        padding-left: 15px;
    }

    .pricing__box-cstm-bottom-sect {
        color: #6E7076 !important;
        font-family: "Universal Sans Regular" !important;
        font-size: 14px !important;
        font-weight: 300 !important;
        letter-spacing: 1.5px !important;
        line-height: 16px !important;
    }

    .pricing-d12-cstm .container-price__cstm {
        width: 100%;
        margin-bottom: 15px;
    }

    .pricing-d12-cstm .filter__pricing .fdrop {
        width: 100%;
        margin-bottom: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid #6D7077
    }

    .pricing-d12-cstm .filter__pricing .fdrop:last-child {
        border-bottom: 1px solid #6D7077;
    }

    .pricing-d12-cstm .filter__pricing .fdrop select {
        background-color: transparent;
    }

    .pricing-d12-cstm .worksheet-d-12 a {
        padding-right: 0;
    }

    .pricing-d12-sect .ajax-product-details-price-page {
        padding-right: 0;
    }

    .pricing-d12-cstm .worksheet-d-12 {
        padding-right: 0;
        /* cursor: ; */
    }

    .tosspillow-image-gallery__cstm--arrow .vc_images_carousel .icon-prev:before {
        bottom: 16px !important;
    }

    /* GENERAL */
    .main-container {
        max-width: 540px;
    }

    /* NEW HOMEPAGE BANNER STYLE*/
    /*     .new-homepage-first-slider nav {
	bottom: 40%;
	width: 35px !important;
} */
    /*     .trans img {
	height: 100% !important;
} */
    /*     .new-homepage-first-slider .mg_left {
	margin-left: 15px;
	margin-right: 20%;
} */
    .body_scroll {
        right: 0%;
        bottom: 5% !important;
    }

    /* CAROUSEL */
    #product-section-header {
        font: 700 35px/45px var(--aguila-bold) !important;
    }

    /* .owl-slider-x {
	margin-top: 100px;
} */
    .carouselx.owl-carousel .owl-item img {
        width: 70% !important;
        margin: 0 auto;
    }

    .carouselx.owl-carousel .owl-item .img_container {
        margin-top: 50px;
    }

    .owl-stage {
        height: auto !important;
    }

    .planet-para p {
        font: 200 16px/26px "Libre Franklin", sans-serif !important;
    }

    /* Gallery */
    .gallery .gallery-image.mfp-img {
        min-height: 300px;
        object-fit: cover;
    }

    .text-holder p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .row-gallery .wpb_content_element {
        margin-bottom: 0 !important;
    }

    .popup-text-container {
        bottom: 15px !important;
    }

    /* Fonts */
    /* BANERR */
    .new-homepage-first-slider h3 {
        /*         font-size: 40px; */
    }

    /* CAROUSEL */
    #product-section-header {
        /*     font: 600 30px/45px "Public Sans", sans-serif !important; */
    }

    .owl-slider-x .owl-item.center .title {
        font: 700 22px/28px var(--aguila-bold) !important;
    }

    /* PLANET */
    .planet-header h2 {
        font: 700 35px/41px var(--aguila-bold) !important;
        letter-spacing: -1px;
    }

    /* Gallery */
    .text-holder h2 {
        font-size: 35px;
        line-height: 41px;
    }

    .gallery-discover h2 {
        font: 700 35px/41px var(--aguila-bold) !important;
    }

    #product-section-header {
        font: 700 35px/41px var(--aguila-bold) !important;
    }
}

@media (max-width: 414px) {

    /* NAVBAR */
    .custom-container {
        width: 100%;
        margin: 0 auto;
    }

    /* NEW HOMEPAGE BANNER STYLE*/
    /*     .new-homepage-first-slider nav {
	bottom: 45%;
} */
    /* Fonts */
    /* BANERR */
    .new-homepage-first-slider h3 {
        /*         font-size: 30px; */
    }

    /* CAROUSEL */
    #product-section-header {
        /*     font: 700 25px/35px "Public Sans", sans-serif !important; */
    }

    .owl-slider-x .owl-item.center .title {
        font: 700 20px/26px var(--aguila-bold) !important;
    }
}

@media (max-width: 374px) {

    /* NAVBAR */
    .custom-container {
        width: 100%;
        margin: 0 auto;
    }

    /* NEW HOMEPAGE BANNER STYLE*/
    /*     .new-homepage-first-slider nav {
	bottom: 40%;
} */
    .trans {
        height: 50%;
    }

    /* 	.new-homepage-first-slider .one:nth-child(1) .trans {
	height: 45%;
} */
    /*     .slide-text {
	margin-top: 0px !important;
} */
    /*     .new-homepage-first-slider .mg_left {
	margin-left: 15px !important;
	margin-right: 15% !important;
} */
    .new-homepage-first-slider .learn_more {
        display: block;
        margin-left: 0;
        height: 33px;
        font-size: 14px;
    }

    .new-homepage-first-slider .test {
        height: 33px;
        font-size: 14px;
    }

    .body_scroll {
        bottom: 2% !important;
    }
}

.gosvg {
    display: inherit;
    padding: 0;
}

h2.section-header-h2 span:nth-child(1),
.desk-links span {
    color: #ed6500;
    display: inline-block;
}

.desk-links .submenu__item span {
    font-size: 10px;
}

.orange-yellow div,
.back-tick,
.back-ticker {
    background-color: #ed6500;
}

.nav-item .back-tick {
    background-color: #6e7076;
}

.nav-item.orange-yellow .back-tick {
    background-color: #ed6500;
    position: absolute;
    top: 22px;
    width: 100vw;
    right: 205px;
    transition: width 0.5s;
}

.image-arrow {
    position: relative;
    left: 0px;
    top: -1px;
    width: 10px;
}

.archive .owl-carousel button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.archive .owl-carousel button span {
    height: 73%;
}

* {
    box-sizing: border-box;
}

.background {
    background-color: #f6f6f7;
    padding: 57px 0 110px;
}

img {
    max-width: 100%;
}

.pf_image {
    position: relative;
    height: 100%;
}

.product_info {
    position: absolute;
    bottom: 36px;
    right: 35px;
    display: flex;
    align-items: baseline;
}

.product_link.with_arrow {
    display: flex;
    align-items: center;
}

.product_link.with_arrow i {
    transform: rotate(45deg);
    color: var(--orange);
    margin-left: 3px;
    font-size: 18px;
}

.product_price {
    font: 700 35px/41px var(--universal-sans-bold);
    letter-spacing: -0.5px;
    color: var(--orange);
    margin-right: 40px;
}

.product_link {
    font: 700 16px/19px var(--universal-sans-bold);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--black);
    padding-bottom: 2px;
    transition: transform 0s linear;
    cursor: pointer;
}

.product_link:hover {
    text-decoration: none;
    color: #313131 !important;
    border-bottom: 2px solid #ed6500;
    border-radius: 0;
    padding-bottom: 0px;
    transition: transform 0s linear;
}

.p_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.p_header__left .p_header__title {
    max-width: 315px;
}

.p_header__title h3 {
    display: inline;
}

.p_header__title,
.p_header__title h3 {
    font: 700 35px/41px var(--universal-sans-bold);
    letter-spacing: -0.5px;
    color: #313131;
    margin-bottom: 8px;
    font-family: var(--universal-sans-bold);
    margin-left: 0px;
}

.p_header__title span {
    color: var(--orange);
    font-family: var(--universal-sans-bold);
}

.p_header__description {
    font: 600 16px/26px var(--universal-sans-bold);
    letter-spacing: -0.5px;
    color: var(--black);
    max-width: 340px;
}
.p_type .p_header__description{
    height: 40px;
}
.drop {
    background: white;
    position: relative;
}

.drop__opener {
    font: 700 16px/19px var(--universal-sans-bold);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--black);
    display: flex;
    align-items: center;
    padding: 14px 16px 14px 20px;
    cursor: pointer;
    justify-content: center;
}

.drop__opener i {
    color: var(--orange);
    margin-left: 8px;
    font-size: 19px;
}

.drop__content {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 100%;
    background-color: white;
    z-index: 999999;
}

.drop__item {
    font: 400 16px/33px var(--universal-sans-regular);
    padding-left: 17px;
    color: #a4a5a8;
    cursor: pointer;
    text-transform: capitalize;
    display: block;
}

.drop__item_selected {
    color: var(--black);
    font-weight: bold;
}

.drop__item:hover {
    color: var(--black);
}

.drop__item_last {
    border-top: 1px solid #d8d8d8;
    padding-top: 25px;
    font: 700 16px/18px var(--universal-sans-bold);
    color: var(--black);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 16px 17px 20px;
    padding-left: 0;
    text-transform: uppercase;
}

.drop__item_last i {
    color: var(--orange);
}

.bar {
    max-height: 37px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #a4a5a8;
    border-bottom: 1px solid #a4a5a8;
    margin-top: 24px;
    padding: 10px 1px;
}

.bar__label,
.bar__fake__label {
    font-family: var(--universal-sans-bold);
    font: 600 16px/19px var(--universal-sans-bold);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #6e7076;
}

.bar__action {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.bar__span {
    font-family: var(--universal-sans-bold);
    font: 700 16px/19px var(--universal-sans-bold);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-right: 9px;
    color: var(--black);
}

.bar__action i {
    color: var(--orange);
    width: 8px;
    height: 19px;
    display: flex;
    align-items: center;
}

.owl-next .fa-chevron-right,
.owl-prev .fa-chevron-left {
    display: flex;
    align-items: center;
}

.archive .owl-carousel button i {
    height: 12px;
}

.fa-chevron-right:before,
.fa-chevron-left:before {
    width: 8px;
    font-size: 13.5px;
}

.p_tab {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 98%;
}

.p_tab::after {
    content: "";
    flex: auto;
    max-width: 160px;
}

.p_tab.active {
    display: flex;
}

/* .p_tab:after{
content: "";
flex: auto;
} */

.p_type {
    width: 100px;
    margin-right: 24px;
    margin-bottom: 20px;
    position: relative;
    margin-top: 3px;
    max-width: 27%;
}

.p_tab.models_tab.active .p_type {
    margin-right: 40px;
}

.non_upholstery_row[name="Finish"] .p_type {
    margin-right: 27px;
}

.non_upholstery_row .p_type {
    margin-right: 24px;
}

.models_tab .p_type {
    width: 160px;
}

.p_type__image {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    object-fit: cover;
    object-position: bottom;
    cursor: pointer;
}

.p_type__title {
    font: 700 16px/26px var(--universal-sans-bold);
    letter-spacing: 0.5px;
    margin-top: 9px;
    text-transform: capitalize;
    min-height: 30px;
    padding-top: 0px;
}

.p_type__serial {
    font: 400 14px/21px var(--universal-sans-regular);
    letter-spacing: 0px;
    text-transform: capitalize;
}

.p_tabs {
    max-height: 400px;
    overflow-y: auto;
    border-bottom: 1px solid #a4a5a8;
    margin-top: 20px;
    padding-top: 3px;
    padding-left: 2px;
    scrollbar-width: 4px;
    /* scrollbar-color: #0A4C95 #C2D2E4; */
}

.p_tabs::-webkit-scrollbar,
.upholstery__wrapper::-webkit-scrollbar,
.filter__item-content::-webkit-scrollbar {
    width: 8px;
}

.p_tabs::-webkit-scrollbar-thumb,
.upholstery__wrapper::-webkit-scrollbar-thumb,
.filter__item-content::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(83, 86, 90, 0.5);
}

.p_type.selected .p_type__title {
    border: none !important;
}

.models_tab .selected .p_type__title {
    border-top: 1px solid var(--orange) !important;
}

.p_type_wrapper {
    position: relative;
}

.p_type.selected .p_type_wrapper:after {
    content: "";
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    left: -3px;
    top: -3px;
    border: 1px solid var(--orange);
}

.models_tab .p_type__image {
    object-fit: contain !important;
}

.summary .p_type {
    margin-right: 12px !important;
    min-width: 160px !important;
}

.summary .p_type__image {
    height: 160px !important;
}

.background__white {
    /*   background-color: white; */
    display: flex;
    align-items: flex-end;
}

.filter,
.filter_outside {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 0px;
    flex-wrap: wrap;
    width: 100%;
}

.filter__title {
    margin-bottom: 10px;
}

.fdrop select {
    padding-right: 30px;
    border-radius: 0;
    border: 0;
    height: 34px;
    cursor: pointer;
    margin-bottom: 10px;
    width: 125px;
    /* text-transform: capitalize; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: var(--universal-sans-regular);
    font-size: 16px;
}

.fdrop select {
    background-image: url(/wp-content/themes/wp-bootstrap-4-child/images/new-ui-elements/chgray.svg);
    background-position: calc(100% - 12px) 58%;
    background-size: 12px 8px;
    background-repeat: no-repeat;
}

.fdrop select option {
    /* text-transform: capitalize; */
}

.fdrop select:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
}

/* .fdrop .drop__opener{
font:400 16px/18px var(--universal-sans-regular);
letter-spacing: 0px;
color: var(--black);
text-transform: initial;
padding: 10px;
}

.fdrop .drop__opener i {
color: #A4A5A8;
margin-left: 8px;
font-size: 15px;
}

.fdrop .drop__item{color: var(--black);}
*/

.filter__title i {
    color: #a4a5a8;
}

.filter__title span {
    font: 600 14px/16px var(--universal-sans-regular);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #6e7076;
}

.background__white:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100%;
    background-color: white;
    z-index: 0;
}

.models_tab .p_type {
    opacity: 0.7;
}

.models_tab .p_type.selected {
    opacity: 1;
}

.cstm-mrg__mb {
    margin-bottom: 36px;
}

.pf_image {
    z-index: 1;
}

.p_type_wrapper:after {
    display: none !important;
}

.p_type__title {
    border-top: 1px solid transparent;
    margin-top: 9px;
    padding-top: 6px;
    color: #a4a5a8;
    font-weight: 500;
}

.p_type.selected .p_type__title {
    border-top: 1px solid #ed6500;
    color: #313131 !important;
}

.models_tab .p_type.selected .p_type__image {
    filter: invert(1);
}

.border-map__cstm {
    border: 1px solid #d8d8d8;
}

.p_type__serial div>span:first-child,
.p_type__serial>span {
    font-weight: 700;
}

.summary .p_type.selected .p_type__title {
    border-top: 0 !important;
}

.summary .p_type {
    max-width: 160px;
    margin-right: 0;
}

.summary .p_type__image {
    height: 160px;
    object-position: center;
}

.summary .product_link.with_arrow {
    position: absolute;
    right: 32px;
    bottom: 40px;
    cursor: pointer;
    z-index: 9;
}

.summary .product_link.with_arrow i {
    transform: rotate(135deg);
}

.summary {
    padding-bottom: 90px;
}

.models_tab .p_type__image {
    background-color: transparent;
    width: auto;
    height: auto;
    object-fit: none;
}

.faq-page__cstm--padding {
    padding-right: 15px;
}

.faq-page__cstm--padding .vc_column-inner {
    min-height: 109px;
    max-height: 109px;
    background-position: right 12px bottom 12px;
}

.faq-page__cstm--padding>.vc_column-inner>.wpb_wrapper {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.max_height {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.p_tabs {
    max-height: 600px;
    height: 100%;
    min-height: 280px;
}

/* .filter{margin-bottom:20px} */

.form_overlay_for_configurator {
    background-color: rgba(0, 0, 0, 0) !important;
}

.filter__title span {
    margin-left: 10px;
}

.filter__title {
    display: flex;
    padding-left: 0px !important;
}

.title-related-pro img {
    position: relative;
    max-width: 100%;
    max-height: 250px;
    margin: -1px auto 0;
    height: auto !important;
    width: auto !important;
}

.back-tick-cat {
    position: relative;
    top: 45%;
    left: calc(-100% - 4px);
    width: 100%;
}

.company-iframe iframe {
    position: absolute;
    right: 0px;
    top: 0px;
    /* DO THIS WITH ENCAPSULATION, THIS CHANGE IS BREAKING COMPANY PAGE */
    /*     width: 55%; */
}

.bk-back-tick {
    height: 1px;
    position: absolute;
    top: 12px;
    width: 30px;
    right: 185px;
    background-color: #6e7076;
    transition: width 0.5s;
}

.news-page-tab .bk-back-tick {
    width: 0px;
}

.for__faq-page__cstm .bk-back-tick {
    right: 154px;
}

.for__faq-page__cstm h3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.bk-back-tick-big {
    width: 100vw !important;
    background-color: #ed6500 !important;
}

.vc_column-inner .d-flex__csm .wpb_wrapper img {
    left: 40px;
}

.page-products-page .cat-description {
    margin-bottom: 70px;
}

.state-switch_tabs {
    width: 224px;
}

@media (max-width: 1199.98px) {
    .carousel_cstm_products .owl-prev {
        left: 12px !important;
    }

    .nav-item.orange-yellow .back-tick {
        right: 102%;
    }

    .vc_column-inner .d-flex__csm .wpb_wrapper img {
        left: 20px;
    }

    /*     .owl-prev {
	left: 40px!important;
	position: absolute;
}
	.owl-next {
	right: 10px!important;
	position: absolute;
} */
    .p_type {
        margin-right: 12px;
    }

    .non_upholstery_row .p_type {
        margin-right: 15px;
    }

    .p_tab.models_tab.active .p_type {
        margin-right: 40px;
    }

    .fdrop select {
        width: 171px;
    }

    .overflow-hidden {
        overflow: hidden;
    }

    .summary .p_type {
        /*     max-width: 150px !important; */
        min-width: 150px !important;
        margin-right: 4px !important;
    }

    .custom-button-owl .orange-span svg {
        height: 18px !important;
        width: 18px !important;
    }

    img.pf_img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
    }

    .intro-section .cat-description {
        width: calc(100% + 95px);
    }

    .bk-back-tick {
        right: 150px;
    }
}

@media only screen and (max-width: 1100px) {
    .big-header {
        margin-left: 0;
        margin-right: auto;
    }

    .product-page-container .wpb_single_image {
        text-align: center;
    }

    .vc_col-sm-6 .white-bg img {
        top: -65px;
    }

    .learn-more {
        margin-top: 0 !important;
    }

    .view-finishes .learn-more {
        margin-top: 20px !important;
    }

    .orange-div-before {
        width: 4%;
        left: -5%;
    }

    .row.row-adjut-mob {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .product_price {
        margin-right: 35px;
    }

    .filter__title {
        flex-basis: 100%;
    }

    .fdrop select {
        width: 150px;
    }

    .title-related-pro img {
        max-width: 252px;
        max-height: 250px;
    }

    .back-tick-cat {
        position: absolute;
        top: 50%;
        left: calc(-100% + 30px);
        width: 100%;
    }

    .big-header {
        margin-left: 30px;
        margin-bottom: 0px !important;
    }

    .article__header__cstm h1::before {
        right: calc(100% + -10px);
    }

    .maximal-right>.bg-white:after,
    .minimal-left>.bg-white:after {
        width: 0;
    }

    .intro-section .cat-description {
        width: 100%;
    }

    .after__header:after {
        width: 100vw !important;
        height: 35px !important;
    }

    .warranty-content .content-block {
        padding-right: 150px;
    }

    /* .nav-item.orange-yellow .back-tick {
        right: 215px;
    } */

    .upholstery-resources-section .nav-item.orange-yellow .back-tick {
        right: 130px;
    }

    .page-products-page .cat-description {
        margin-bottom: 0;
    }

    .upholstery__item-wrapper {
        margin-right: 20px;
    }
}

@media (max-width: 991.98px) {
    .p_type {
        margin-right: 6px;
    }

    .p_tab.Upholstery .p_type {
        margin-right: 16px;
    }

    .p_tab.models_tab.active .p_type {
        margin-right: 30px;
    }

    .product_price {
        font: 700 23px/41px var(--universal-sans-bold);
        margin-right: 16px;
    }

    .product_link {
        font: 700 13px/18px var(--universal-sans-bold);
    }

    .product_info {
        bottom: 15px;
        right: 15px;
    }

    .drop__opener {
        font: 700 13px/18px var(--universal-sans-bold);
        padding: 11px 13px;
    }

    .bar__label,
    .bar__fake__label {
        font: 600 15px/18px var(--universal-sans-bold);
    }

    .bar__span {
        font: 600 15px/18px var(--universal-sans-bold);
    }

    .p_header__title,
    .p_header__title h3 {
        font: 600 23px/32px var(--universal-sans-bold);
    }

    .drop__item {
        font: 400 14px/29px var(--universal-sans-regular);
    }

    .drop__item_last {
        padding-top: 12px;
        margin: 11px 17px 14px;
    }

    .filters .fdrop {
        max-width: 238px;
    }

    .fdrop select {
        width: 115px;
    }

    .class-awrds-images div {
        height: 100px;
    }

    .product_link img {
        height: 10px;
        bottom: 1px;
        position: relative;
    }

    .row-color .color {
        height: 89px;
    }

    .intro-section .cat-links a {
        margin-right: 5px;
    }

    .intro-section .cat-description {
        padding: 14px 21px;
        margin-top: 64px;
    }

    .planet-header .learn-more {
        margin-left: 0px !important;
    }
}

@media (max-width: 767.98px) {
    .warranty-content .content-block {
        padding-right: 0px;
    }

    .pricing-d12-sect .ajax-product-details-price-page {
        padding-bottom: 25px;
    }

    .pricing-d12-sect .discount_selectors_container {
        margin-bottom: 10px;
    }

    .pricing-d12-sect .product-slider__title.slider-config-label {
        margin-top: 25px;
    }

    .input-wrapper__cstm {
        max-width: 350px;
    }

    .pricing-d12-sect .price-for-list.quantity .minus-btn,
    .pricing-d12-sect .price-for-list.quantity .plus-btn {
        color: #000;
    }

    .filters .fdrop select {
        margin-bottom: 10px;
    }

    .p_header {
        margin-top: 20px;
    }

    .product_link {
        font: 700 16px/18px var(--aguila-bold);
    }

    .product_price {
        font: 700 35px/41px var(--aguila-bold);
    }

    .arrow-adjustment {
        bottom: -1px;
    }

    .orange-div-before {
        width: 20%;
        left: -22%;
        top: 20px;
    }

    /* .title_more .learn-more {
        margin-left: 0px !important;
    } */

    .new-homepage-first-slider h3 {
        margin-left: -1px;
    }

    .new-homepage-first-slider .mg_left {
        margin-right: 10%;
    }

    .new-homepage-first-slider h3 {
        margin-bottom: 10px;
    }

    .learn-more {
        margin-left: 30px !important;
    }

    .planet-header h2 {
        padding: 0 30px;
        margin-bottom: 20px;
    }

    .planet-para p {
        padding: 0 30px !important;
    }

    .gallery2 .gallery-item {
        margin-bottom: 15px;
    }

    .custom-button-owl .orange-span svg {
        height: 13px !important;
        width: 13px !important;
    }

    .background__white.col-12 {
        padding: 0;
    }

    .product_info {
        width: calc(100% - 30px);
        justify-content: space-between;
    }

    .row-color .color {
        height: 85px;
    }

    .filter__title,
    .fdrop {
        width: 49%;
    }

    .fdrop select {
        width: 100%;
    }

    .p_header {
        min-height: 58px;
    }

    .filter {
        min-height: 114px;
    }

    .back-tick-cat {
        top: 35%;
        left: calc(-100% + 10px);
    }

    .page-download-centre .back-tick-cat {
        top: 25%;
    }

    .big-header {
        margin-left: 0px;
    }

    .page-download-centre .big-header {
        max-width: 62vw;
    }

    .page-download-centre .big-header::after {
        left: calc(100%);
        margin-top: -30px;
    }

    .intro-section .cat-description {
        padding: 14px 21px;
        margin-top: 15px;
    }

    .planet-para {
        padding: 0 !important;
        top: 10px !important;
    }

    .planet-para p {
        padding: 0 15px !important;
    }

    .intro-section .cat-links a {
        font-size: 11px;
    }

    .marginb-mobile.wpb_content_element {
        margin-bottom: 20px !important;
    }

    .background {
        padding: 57px 0;
    }

    /*   .filter-upholstery-colour .filter__color-wrapper:last-child {
	margin-bottom: 23px !important;
} */
}

@media (max-width: 575.98px) {
    .news--article__header__cstm h1 {
        font-size: 50px;
        line-height: 60px;
        padding-top: 10px;
    }

    .ajax-product-details-price-page__cstm-new {
        display: flex;
        flex-direction: column;
    }

    .ajax-product-details-price-page__cstm-new .product-slider__title {
        order: 1;
    }

    .ajax-product-details-price-page__cstm-new .moved-list-price {
        order: 4;
    }

    .ajax-product-details-price-page__cstm-new .moved-price {
        order: 5;
    }

    .ajax-product-details-price-page__cstm-new div {
        order: 2;
    }

    .ajax-product-details-price-page__cstm-new .product-slider-info-wrapper {
        order: 3
    }

    .ajax-product-details-price-page__cstm-new .single-product-description {
        order: 6;
    }

    .ajax-product-details-price-page__cstm-new .product-slider__description .product-slider__designers {
        margin-bottom: 15px;
    }

    .wpb_wrapper .news--article__header__cstm h1::before {
        top: 39px;
    }

    .accessories__mt {
        margin-top: 40px !important;
    }

    .filters .fdrop {
        max-width: 49%;
    }

    .filters .fdrop select {
        width: 95%;
    }

    .product_link {
        font: 700 12px/18px var(--universal-sans-bold);
    }

    .product_link img {
        height: 9px;
        bottom: 0px;
        position: relative;
    }

    .product_price {
        font: 700 23px/41px var(--universal-sans-bold);
    }

    .drop__opener i {
        margin-left: 8px;
        font-size: 17px;
    }

    .p_header__title,
    .p_header__title h3 {
        font: 700 25px/29px var(--universal-sans-bold);
    }

    .drop__opener {
        padding: 10px 10px;
        font: 700 14px/18px var(--universal-sans-bold);
    }

    .bar__label,
    .bar__fake__label {
        font: 600 14px/18px var(--universal-sans-bold);
    }

    .bar__span {
        font: 600 14px/18px var(--universal-sans-bold);
    }

    .hidden-mobile {
        overflow-x: hidden;
    }

    .mt-negative-img {
        margin-top: -35px;
    }

    .company-negative-margin {
        margin-top: 20px;
    }

    .owl-prev {
        left: 10px !important;
    }

    .owl-next {
        right: 10px !important;
    }
}

.compare-button__cstm {
    position: relative;
}

.compare-button__cstm div {
    width: 40px;
    height: 40px;
    background: #d67602;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.compare-button__cstm:hover div {
    background: #313131;
}

.compare-button__cstm span {
    transition: 0.3s;
    /*     visibility: hidden; */
    overflow: hidden;
    position: absolute;
    width: 143px;
    display: block;
    height: 40px;
    z-index: 222222;
    opacity: 1;
    right: 20px;
    background: #d67602;
    right: 41px;
    display: flex;
    justify-content: center;
    background-color: #fff;
    padding: 0 !important;
}

.compare-button__cstm:hover span {
    width: 143px;
    visibility: visible;
    background: #313131;
    color: #fff;
}

.compare-row .compare-button__cstm span,
.compare-row .compare-button__cstm:hover span {
    width: 110px;
}

.big-tick-container {
    padding-top: 4.3%;
}

.product-category-container {
    height: 179px;
    position: relative;
}

.product-page-container {
    background-color: #f6f6f7;
    overflow: hidden;
}

.product-page-container .wpb_single_image {
    background-color: #fff !important;
    margin-bottom: 0px !important;
}

.product-page-container .wpb_raw_code {
    margin-bottom: 160px;
    margin-top: 19px;
}

.wpb_raw_code a {
    color: black;
    display: inline-block;
    margin-right: 2px;
}

.wpb_raw_code svg {
    width: 11px;
    margin-left: 6px;
}

@media only screen and (min-width: 800px) {
    .large-img img {
        position: relative;
        top: -62px;
        margin-bottom: -23px;
    }

    .small-img img {
        position: relative;
        top: -113px;
        margin-bottom: -131px;
    }

    .resize-right {
        position: relative;
        right: -75%;
        width: 101%;
        top: -364px;
        margin-bottom: -364px;
    }

    .resize-right img {
        max-width: 31.4%;
    }

    .resize-right-large {
        position: relative;
        right: -50%;
        width: 196%;
        top: -465px;
        margin-bottom: -465px;
    }

    .resize-right-large img {
        width: 67%;
    }

    .resize-left {
        position: relative;
        left: -62%;
        width: 87%;
        margin-right: -62%;
    }

    .resize-left img {
        width: 31%;
    }

    .resize-left .wpb_raw_code .wpb_wrapper {
        width: 20%;
        margin-left: auto;
        margin-right: 6%;
    }

    .full-large {
        position: relative;
        right: -66.7%;
        width: 101%;
        top: -386px;
        margin-bottom: -362px;
    }

    .full-large img {
        position: relative;
        top: -113px;
        margin-bottom: -92px;
        max-width: 49.4% !important;
    }

    .full-row img {
        position: relative;
        top: -182px;
        margin-bottom: -214px;
    }

    .howden img {
        max-width: 31% !important;
    }

    .quick-fix img {
        max-width: 72% !important;
        top: -66px !important;
        margin-bottom: 8px;
    }

    .ellaby-img img {
        top: -172px;
        margin-bottom: -144px;
    }

    .howden {
        top: -38px;
        position: relative;
    }

    .howden-fix {
        top: -348px;
    }

    .howden img {
        width: 118%;
        top: -118px;
        margin-bottom: -93px;
        margin-right: 0;
        margin-left: 4%;
    }

    .resize-fix {
        left: -57%;
        width: 90%;
        margin-right: -57%;
    }

    .resize-fix img {
        margin-right: 6%;
        top: -184px;
        margin-bottom: -132px;
    }

    .middle-image img {
        max-width: 60%;
        margin-bottom: -80px;
    }

    .margin-bottom-fix img {
        margin-bottom: 15px;
    }

    .meander-fix {
        top: -360px;
    }

    .cal-fix img {
        max-width: 94%;
        top: -244px;
    }

    .garner-img img {
        top: -104px;
        margin-bottom: -73px;
    }

    .latest-fix {
        top: 31px !important;
    }

    .latest-fix img {
        margin-bottom: 55px;
    }

    .talk-reorder {
        margin-top: -17px !important;
    }
}

.container-category {
    margin: 30px auto 0px;
    margin-bottom: 72px;
    overflow: hidden;
}

.container-category h3 {
    text-transform: uppercase;
    font-size: 16px !important;
}

.container-category h3:after {
    content: url(/wp-content/themes/wp-bootstrap-4-child/images/new-ui-elements/Small-Arrow.svg);
    width: 12px;
    height: 12px;
    /* margin-left: 10px; */
}

.container-category .minh400 {
    height: unset !important;
    margin-top: 100px;
    margin-bottom: 58px;
}

.stow {
    display: inline-block;
    background-image: url("/wp-content/uploads/2020/12/Navigation-Lines.svg");
    background-repeat: repeat-x;
    height: 64px;
    margin-top: 20px;
    width: 100%;
}

.inner-cont h1 {
    display: inline-block;
}

.minimal-right {
    position: relative;
}

.drop-wrapper {
    width: 215px;
    position: relative;
}

.drop__opener img {
    margin-left: 14px;
}

.form-control.keilhauer_family_select {
    color: #313131;
    font-size: 16px;
    font-family: var(--universal-sans-regular);
}

.bar__action_start-again img {
    transform: rotate(180deg);
    margin-right: 9px;
}

.save_and_email img,
.arrow_down img {
    transform: rotate(90deg);
    margin-left: 9px;
}

.drop .bar__action_start-again img {
    margin-top: -3px;
}

.drop__content.open:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 750px;
    top: 100%;
    background-color: white;
}

#DESIGN_FILES .mx-0 {
    max-height: 790px;
    overflow: auto;
}

.cstm__wrap__mb {
    margin-bottom: 31px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none;
}

.p_type:last-child {
    /* 	margin-right: auto!important;
	margin-left: 22px; */
}

/* .p_type:nth-child(4n) {
margin-right: 0px!important;
} */

.models_tab .p_type:nth-child(3n) {
    margin-right: 0px !important;
}

.k_signature {
    margin-bottom: 18px;
}

.k_signature img {
    max-width: 225px;
}

.page-company .hentry,
.page-company .entry-content,
.hentry {
    margin-top: 0px !important;
    width: 100%;
}

.page-care-and-maintenance .hentry,
.page-warranty-parts .hentry {
    margin-top: 3rem !important;
}

/* Division Twelve Product Page  */

.division12-categories_section .division12-categories_section__title {
    font-weight: 400;
    font-size: 55px;
    line-height: 90px;
    letter-spacing: -1px;
    font-family: var(--aguila-regular);
    color: #fff;
}

.division12-categories_section__txt {
    color: #fff;
    max-width: 446px;
}

.division12-categories_section__txt.d12-finishes-section {
    max-width: 600px;
}

.division12-categories_section .maximal-right>.bg-white:after,
.division12-categories_section .minimal-left>.bg-white:after {
    z-index: 1;
}

.division12-categories_section .cat-button .button-read-more span {
    color: #fff;
}

.division12-categories_section .title-related-pro {
    position: relative;
    z-index: 2;
}

.division12-categories_section {
    background-color: #26282f;
    padding-top: 83px;
    margin-bottom: 0;
    padding-bottom: 72px;
}

.division12-categories_section .background {
    background-color: #26282f;
}

@media (max-width: 992px) {
    .awardsrowcolls>div {
        padding: 0 !important;
    }
}

@media (max-width: 991.98px) {
    .tick_modified-width:after {
        width: calc(100vw - 100% + 54px) !important;
    }

    .division12-categories_section__txt {
        padding-right: 0 !important
    }

    .p_type_wrapper {
        background-color: none !important;
    }

    .p_type:last-child {
        /* 		margin-left: 8%!important; */
    }

    .p_type:nth-child(3n) {
        /* 		margin-right: 0px!important; */
    }

    .p_type img {
        height: auto;
    }

    .summary .p_type:last-child {
        /* 		margin-right: 0px!important; */
    }

    .img-bg-spaces {
        right: 0px !important;
        top: 105%;
    }

    .cat-description {
        width: 100% !important;
        max-width: 100%;
        max-height: fit-content !important;
    }

    .page-template-page-spaces .cust-select {
        width: auto;
        margin: 0 auto;
    }

    img.footer-division {
        width: 70%;
    }

    .orange-bg-tran {
        /* max-height: 0; */
    }

    .cat-links {
        margin-right: 0;
        margin-left: 0;
    }

    .new-homepage-first-slider hr {
        display: none;
    }

    /* .slide_img:nth-of-type(1) {
	height: 360px!important;

} */
}

.trans a {
    width: 100%;
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .trans {
        height: 70vh !important;
    }

    .homepage-planet-row__tablet-style .planet-container {
        background: #fff;
        height: auto;
    }

    .homepage-planet-row__tablet-style .planet-div {
        right: 0 !important;
        width: 100%;
        position: relative;
        padding: 50px 0 100px 0;
    }

    .homepage-planet-row__tablet-style .planet-header {
        position: static;
    }

    .homepage-planet-row__tablet-style .learn-more {
        position: absolute;
        bottom: 50px;
        left: 15px;
    }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-2-of-12 {
        margin-right: 3% !important;
        width: 18.66667% !important;
    }

    /*   .gallery2 {
	padding: 0 15px;
} */
    .gallery2 .gallery-item.text-holder {
        padding: 0 0 0 45px;
    }

    .container.padd0-tabletview {
        padding: 0;
    }

    .company-iframe iframe {
        top: -50px;
    }
}

@media screen and (min-width: 1500px) {
    .body_scroll {
        bottom: 25%;
    }

    .trans {
        min-height: 660px;
    }

    /* .trans{
	height: 670px;
} */
    .trans a {
        width: 100%;
    }

    .page-planet-keilhauer .stats__image {
        right: calc(5% + (100vw - 1500px) / 2);
    }
}

@media screen and (min-width: 1500px) and (max-height: 900px) {
    .trans {
        min-height: 520px;
        height: 74%;
    }
}

@media screen and (min-width: 1600px) and (max-height: 800px) {
    .trans {
        min-height: 490px;
        height: 74%;
    }
}

/* @media screen and (min-width: 1279px) and (max-width: 1281px) and (orientation: landscape)
{
.trans {
height: 500px !important;
}
} */

@media screen and (min-width: 1800px) {
    .new-homepage-first-slider nav {
        left: -30px;
    }

    .new-homepage-first-slider .mg_left {
        /* 		margin-left: 130px; */
    }
}

@media screen and (max-width: 1500px) and (min-width: 1400px) {
    .trans {
        max-height: 600px;
    }
}

/* @media screen and (min-height: 992px) and (max-height: 1400px) and (orientation: portrait) {
.new-homepage-first-slider .one{
padding-top: calc((100vh - 710px) / 2 / 2) !important;
}
} */

@media screen and (min-width: 992px) and (max-width: 1400px) and (orientation: landscape) {
    .trans {
        height: 465px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1400px) and (min-height: 1024px) and (orientation: landscape) {
    .trans {
        height: 585px;
    }
}

@media screen and (min-width: 1360px) and (max-height: 760px) {
    .trans {
        /*     min-height: 545px; */
        max-height: 425px;
        min-height: 400px;
        max-width: 75%;
    }
}

@media screen and (min-width: 1400px) and (max-height: 760px) {
    .trans {
        /*     min-height: 545px; */
        max-height: 425px;
        min-height: 400px;
        max-width: 75%;
    }

    .slide-text {
        max-width: 75%;
    }

    .slide-paragraph {
        max-width: 800px;
    }

    .new-homepage-first-slider .one:not(:first-child) .trans {
        margin-top: 45px;
    }

    .new-homepage-first-slider .mg_left {
        /* 		margin-left: 160px; */
        margin-right: 30%;
    }
}

@media screen and (min-width: 992px) and (orientation: portrait) {
    .trans {
        height: 71vh;
    }

    .new-homepage-first-slider nav {
        left: -9px;
    }

    /* .new-homepage-first-slider .one:nth-child(1){padding-top: calc((100vh - 603px) / 2 / 2) !important;} */
    /* .new-homepage-first-slider .one{padding-top: calc((100vh - 310px) / 2 / 2) !important;} */
}

@media (min-width: 768px) and (max-width: 800px) {
    .warranty-small-header {
        font-size: 20px;
    }
}

@media (max-width: 600px) {
    /* .slide_img:nth-of-type(1) {
	height: 240px!important;
} */

    .new-homepage-first-slider nav {
        top: 360px !important;
    }

    .cat-button .button-read-more svg {
        margin-bottom: 5px;
    }

    .new-homepage-first-slider nav#nav-dots {
        display: flex;
        justify-content: space-around;
        top: unset !important;
        bottom: 0px !important;
        border-bottom: 0px solid #ed6500;
        border-top: 0px solid #ed6500;
    }

    .new-homepage-first-slider nav#nav-dots ul {
        width: 120px !important;
    }

    .new-homepage-first-slider nav#nav-dots ul a {
        /*       display: none; */
        display: block;
        position: relative;
        text-indent: -100%;
        white-space: nowrap;
        overflow: hidden;
        font-weight: 300;
    }

    .new-homepage-first-slider nav#nav-dots ul a::before {
        font-size: 6px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 11px;
        height: 11px;
        content: " ";
        text-align: center;
        opacity: 1;
        color: black;
        -webkit-font-smoothing: antialiased;
        display: block;
        border: 2px solid #ed6500;
        border-radius: 100%;
    }

    .new-homepage-first-slider nav#nav-dots ul a.active-link::before {
        background: #ed6500;
    }

    .container-category {
        margin-top: 0px;
    }

    /* .slide-text {
	margin-top: 15%;
} */
    .company-iframe iframe {
        position: relative;
        right: 0px;
        top: 0px;
        height: 200px;
        /* DO THIS WITH ENCAPSULATION, THIS CHANGE IS BREAKING COMPANY PAGE */
        /*     width: 55%; */
    }

    .owl-slider-x .center.active .lines div:nth-child(1),
    .owl-slider-x .center.active .lines div:nth-child(5) {
        /*         width: 0 !important; */
    }

    .text-left__cstm .wpb_single_image {
        text-align: left;
        padding-left: 14px;
    }

    .container-category .minh400 {
        margin-bottom: 35px;
        margin-top: 90px;
    }

    .page-care-and-maintenance .hentry,
    .page-warranty-parts .hentry {
        margin-top: 0 !important;
    }

    .awardsrowcolls>div {
        padding: 0 15% !important;
    }
}

/* .tab_content_padding {
padding: 0px 95px;
}

.tab_content_padding:nth-child(1){
padding-bottom: 95px;
}

.tab_content_padding:last-child{
padding: 0px 95px 50px;
}
.tab_content_padding .vc_column-inner{
border-top: 1px solid #A4A5A8;
border-bottom: 1px solid #A4A5A8;
padding: 13px 0px !important;
}

.tab_content_padding h3 {
color: #313131;
font-family: var(--aguila-bold);
font-size: 22px;
font-weight: bold;
letter-spacing: 0;
line-height: 26px;
} */

.heading-overflow .vc_tta-panel-body {
    overflow: visible !important;
}

.wpb-environmental-button button,
.link-btn,
.wpb-environmental-button a,
.safari-btn a {
    border: none !important;
    border-radius: 0px !important;
    color: #313131 !important;
    font-family: var(--universal-sans-bold) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    line-height: 16px !important;
    /*margin: 18.5px 0px 0px !important;*/
    padding: 0px !important;
    background-color: transparent !important;
    text-transform: uppercase;
    transition: none !important;
    margin-bottom: 2px !important;
    outline: none !important;
}

.wpb-environmental-button button:active,
.link-btn:active,
.wpb-environmental-button a:active,
.safari-btn a:active,
.wpb-environmental-button a:active,
.safari-btn a:active {
    color: #a4a5a8 !important;
}

.wpb-environmental-button button:focus,
.link-btn:focus,
.wpb-environmental-button a:focus,
.safari-btn a:focus {
    color: #313131 !important;
    background-color: #fbe0cc !important;
}

.wpb-environmental-button button:hover,
.link-btn:hover,
.wpb-environmental-button a:hover,
.safari-btn a:hover {
    border-bottom: 2px solid #ed6500 !important;
    transition: none !important;
    margin-bottom: 0px !important;
}

.wpb-environmental-button button:after,
.link-btn:after,
.wpb-environmental-button a:after {
    content: url("/wp-content/themes/wp-bootstrap-4-child/images/new-ui-elements/Small-Arrow.svg");
    margin-left: 10px;
}

.safari-btn a:after {
    content: url("/wp-content/themes/wp-bootstrap-4-child/images/new-ui-elements/Small-Arrow-Down.svg");
    margin-left: 5px;
}

.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container {
    padding-top: 0px !important;
    /* 	padding-right: 45px !important; */
}

.tab_content_padding h3:after {
    content: url(/wp-content/themes/wp-bootstrap-4-child/images/new-ui-elements/Chevron-Orange.svg);
    float: right;
    transform: rotate(90deg);
    position: relative;
    top: 0;
    right: 0;
}

.cstm__size-small-heading {
    font-size: 22px;
    line-height: 26px !important;
    padding-bottom: 32px;
    margin-bottom: 0;
    font-family: var(--universal-sans-bold);
    font-weight: bold;
}

.tab_content_padding h3.collapsed:after {
    transform: rotate(0deg);
}

.vc_custom_heading.small-header-h3.mb-3.card-title-h3.warranty-small-header {
    margin-top: 25px;
}

.news-subheading__cstm--styles {
    font-size: 14px !important;
    line-height: 16px !important;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .heading-overflow .overflow-text .wpb_wrapper {
        margin-top: -65px;
    }

    .overflow-gov h2.vc_custom_heading {
        margin-top: -46px;
    }

    .fix-padding .vc_tta-panels {
        padding: 0 35px;
    }

    .trans img.slide_img {
        margin-top: 1px;
    }
}

.close-hot-btn:hover {
    cursor: pointer;
}

.close-hot-btn {
    width: 40px;
    height: 40px;
    background-color: #ed6500 !important;
    color: white;
    position: absolute;
    top: -20px;
    font-size: 24px;
    left: -20px;
    text-align: center;
}

/* .page-template-page-spaces .hotspot-img {
width: 40%!important;
} */

.page-template-page-spaces .hotspot-content {
    display: flex;
    flex-direction: column;
    position: relative;
}

.page-template-page-spaces .hotspot-img img,
.hotspot-img img {
    /*
	max-width: 150px;
	max-height: 120px; */
    min-height: 160px;
    height: 160px;
    width: 130px;
    min-width: 130px;
    padding: 20px;
}

.tax-product-collections .p_type__serial>span,
.item .p_type div,
.tax-product-collections .p_type__title,
.p_type__serial .desc,
.p_type__serial .model__dim,
p.orangeborder-text:hover {
    color: #6d7077 !important;
}

.tax-product-collections .summary .p_type__serial>span,
.item .summary .p_type div,
.tax-product-collections .summary .p_type__title,
.summary .p_type__serial .desc,
.summary .p_type__serial .model__dim {
    color: #313131 !important;
}

.tax-product-collections .p_type__title {
    border-top: none !important;
}

.few-product-info .row {
    margin-bottom: 20px;
}

.ajax-show-info-few .row {
    margin-bottom: 36px;
}

.select-product-family {
    font: normal bold 14px/16px var(--aguila-bold);
    color: #6e7076;
}

.link-dl-btn .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.link-dl-btn .wpb_wrapper a {
    width: 350px;
    height: 77px;
    padding: 15px 20px;
    background: url("/wp-content/themes/wp-bootstrap-4-child/images/new-ui-elements/Small-Arrow-Down.svg") no-repeat #f6f6f7;
    background-position: 96% 80%;
    margin-bottom: 30px;
    color: #6e7076;
    font-family: var(--universal-sans-bold);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
}

.popup-galery-prod-family .cstm__description--text p {
    font-size: 16px;
    line-height: 21px;
    margin-top: 20px;
    margin-bottom: 11px;
}

.popup-galery-prod-family__cstm {
    overflow: unset;
    z-index: 99999;
}

.popup-galery-prod-family__cstm>.row {
    height: 0;
}

.abs-popup__image-video-sect {
    position: fixed;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    background-color: rgba(38, 40, 47, 0.5);
}

.body-overflow__cstm {
    height: 100vh;
    overflow-y: scroll;
}

.overflow-bl__cst-m {
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100% - 44px);
}

.description2__cstm {
    width: 100%;
    max-width: 850px;
    margin: 20px auto;
}

.popup-galery-prod-family__cstm .fa-times svg {
    opacity: 1;
    padding: 0;
    margin-left: 0;
    width: 16px;
    height: 16px;
    position: sticky;
    top: 15px;
    z-index: 2;
    right: 15px;
}

#cat-album-sectiontwo.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
}

#cat-album-sectiontwo.owl-carousel .owl-nav button {
    position: absolute;
}

#cat-album-sectiontwo.owl-carousel .owl-nav .owl-prev {
    left: 19px;
}

#cat-album-sectiontwo.owl-carousel .owl-nav .owl-next {
    right: 19px !important;
}

.popup-galery-prod-family .fa-times::before {
    content: "";
}

.link-dl-btn .wpb_wrapper a span {
    display: block;
    color: #6e7076;
    font-family: var(--aguila-light);
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.5px;
    line-height: 16px;
    padding-top: 8px;
}

.image-videosec__cstm {
    max-width: 238px;
    max-height: 238px;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
    min-height: 233px;
}

.page-sustainability-scorecard .entry-content {
    margin: 0.4em 0 0;
}

.page-sustainability-scorecard .mt-3r {
    margin-top: 0px !important;
}

.page-sustainability-scorecard .hentry {
    margin-bottom: 0px;
}

.page-sustainability-scorecard .col-5 p.body-text-p {
    font-weight: 300 !important;
    color: #a4a5a8;
    padding-left: 20px;
}

.page-sustainability-scorecard .more-product-info .col-12 h3.text-uppercase {
    color: #313131;
    font-family: "Public Sans" !important;
    font-size: 22px !important;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 26px;
    text-transform: capitalize !important;
}

.p-text-awr__cstm ul li::before {
    min-width: 28px;
}

.page-sustainability-scorecard .more-product-info .col-5 h3 {
    padding-left: 20px;
    color: #a4a5a8;
    font-family: "Libre Franklin" !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
}

.page-sustainability-scorecard .more-product-info .col-12.col-md-5 .body-text-p {
    margin-bottom: 20px;
    line-height: 26px !important;
}

.max-width__button--prev {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 23px;
    margin-top: -30px;
    margin-left: -31px;
}

.title-related-pro__aft {
    text-transform: uppercase;
}

.max-width__button--prev a {
    font: 600 16px/19px var(--aguila-bold) ns-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.max-width__button--prev .btn-back__cstm {
    font-weight: 700;
}

.popup-galery-prod-family .description {
    max-width: 100%;
}

.max-width__button--prev a i {
    color: #ed6500;
    font-size: 12px;
    margin-right: 5px;
}

.max-width__button--prev .btn-back__cstm i {
    margin-right: 9px;
}

.card-jobs {
    margin-bottom: 28px;
    margin-top: 2px !important;
}

.popup-galery-prod-family__cstm .custom-button-owltwo.cursor-pointer {
    display: none;
}

.heading-overflow .mt-minus-title .wpb_wrapper {
    margin-top: -62px;
}

.show-on-more-info .button-back {
    top: 180px !important;
}

.container_cstm .tet img {
    padding-left: 7px;
    position: relative;
    bottom: 14px;
}

.improve__bg-cstm .tet img {
    padding-left: 7px;
}

.semibold__cstm-count-sect {
    font-weight: 600;
    font-family: var(--universal-sans-bold);
    text-decoration: underline;
}

.pt__tabs-cstm__planet {
    padding-top: 56px;
}

.pt__tabs-cstm__planet .link-dl-btn-planet .wpb_text_column .wpb_wrapper {
    background-position: right 12px bottom 11px;
}

.stories-pt__cstm {
    padding-top: 75px;
}

.video-cstm__section .owl-nav {
    top: calc(50% - 43px);
}

.policy-commits__cstm--subtitle p {
    color: #313131;
    font-family: var(--universal-sans-bold);
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 16px;
    letter-spacing: 0;
    font-weight: 700;
    margin-top: 20px;
}

.pt__cstm--image-sect {
    padding-top: 26px;
}

.planet-list__tab-cstm>li::before {
    content: "\2022";
    color: #ed6500;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    padding-right: 29px;
}

.planet-list__tab-cstm li {
    color: #313131;
    font-family: var(--universal-sans-regular);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 7px;
    display: flex;
}

.planet-list__tab-cstm ul li::before {
    content: "";
    color: #ed6500;
    font-weight: bold;
    background: #ed6500;
    display: inline-block;
    width: 5px;
    height: 2px;
    margin-right: 25px;
    position: relative;
    top: 13px;
}

.with_n--pdd {
    padding-left: 0;
}

.with_n--pdd__right {
    padding-left: 0;
    padding-right: 0;
}

.wpb_wrapper .body-text-ul__cstm {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.back_to-news__cstm {
    margin-top: -40px;
}

.government-contract__tab--content h3 {
    color: #313131;
    font-family: var(--universal-sans-bold);
}

@media only screen and (min-width: 1024px) {
    .page-textile-library .cpop__img {
        width: 160px;
    }
}

@media only screen and (min-width: 1200px) {
    #cat-finishtype-sec .row-color-upholstery .p_type__title {
        width: calc(100% + 24px);
    }
}

@media only screen and (max-width: 1240px) {}

.scorecard-header {
    margin-top: 80px !important;
}

@media only screen and (max-width: 1024px) {
    .image-videosec__cstm {
        object-fit: contain;
        min-height: 210px;
    }
}

@media only screen and (max-width: 768px) {
    .image-videosec__cstm {
        object-fit: contain;
        min-height: 122px;
    }

    body .planet-cont__cstm-v3 .galdesc.view-finishes {
        top: 0 !important;
        padding-left: 15px;
    }

    .planet-cont__cstm-v3 .planet-para {
        padding-left: 15px !important;
    }

    .planet-cont__cstm-v3 .planet-para p {
        padding-left: 0 !important;
    }

}

@media only screen and (max-width: 560px) {
    .scorecard-header {
        margin-top: -70px !important;
    }

    .show-on-more-info .button-back {
        top: 10px !important;
    }

    .p-card-new__pl {
        padding-left: 0px;
        padding-right: 0;
    }

    .news-head-title__bold--mob h2.section-header-h2 {
        font-weight: 700 !important;
    }

    .vk-ccolumn__csctm .vc_column_container.vc_col-sm-12>.vc_column-inner {
        padding-left: 0;
        padding-right: 0;
    }

    .p-text-awr__cstm li {
        display: flex;
    }

    .vc_tta-panels-container .section-header-h2__number_pdd {
        padding-left: 0 !important;
        margin-left: -7px !important;
        padding-right: 8px !important;
    }

    #cat-album-sectiontwo img {
        height: auto;
        max-height: 185px;
    }

    #cat-album-sectiontwo.owl-carousel .owl-nav .owl-next {
        right: -51px !important;
    }

    #cat-album-sectiontwo.owl-carousel .owl-nav .owl-prev {
        left: -51px !important;
    }

    #cat-album-sectiontwo.owl-carousel .owl-nav button img {
        width: 30px;
        height: 30px;
        margin: 0 !important;
    }

    .news-column .with_n--pdd,
    .news-column .with_n--pdd__right {
        max-width: 100% !important;
    }

    .description2__cstm h5 {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    img-col {
        display: flex;
        align-items: center;
    }

    .video-cstm__section .owl-nav {
        top: calc(50% - 72px);
    }

    .page-textile-cards .upholstery__image-wrapper {
        width: 100%;
        height: auto;
    }

    .page-textile-cards .upholstery__item-wrapper:hover .upholstery__image-wrapper:after,
    .page-textile-cards .upholstery__item-wrapper.active .upholstery__image-wrapper:after {
        width: 150px;
        height: 150px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    img-col {
        align-items: flex-start;
    }
}

.owl-carousel-prodcategory .owl-stage-outer {
    margin-right: 0 !important;
    overflow: hidden !important;
    padding-left: 0 !important;
    width: 100% !important;
}

.docsec-cont-upholstery {
    background: white;
    padding: 56px 72px 22px;
    margin-top: -78px;
}

.sgpb-popup-builder-content-html .frm_form_field input {
    height: 32px;
    height: var(--field-height);
    line-height: 1.3;
    background-color: #f6f6f7 !important;
    border-color: white !important;
    border-bottom: 2px solid #ed6500 !important;
    border-radius: 0 !important;
    border-top: none !important;
    box-shadow: none !important;
}

.with_frm_style .frm_style_formidable-style.with_frm_style .frm_none_container .frm_primary_label,
.frm_style_formidable-style.with_frm_style .frm_pos_none {
    display: block !important;
}

#designfileslink .docsec-cont__cstm h3 {
    min-height: auto;
}

.docsec-cont__cstm .cahoots-tablet-prese {
    min-height: 77px;
}

.color_group,
.color_name {
    text-transform: capitalize;
}

/*Download center*/

.alphabet_letter {
    background-color: white;
    width: 34px;
    height: 34px;
    display: flex;
    align-content: center;
    justify-content: center;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 4px;
}

.alphabet_letter.active {
    border: 1px solid #ed6500;
}

.alphabet_letter a {
    color: #313131;
    font-family: var(--universal-sans-regular);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    text-align: center;
}

.sgpb-popup-builder-content-html p {
    margin: 0px;
}

.sgpb-popup-builder-content-html .frm_primary_label,
#frm_form_3_container.with_frm_style .frm_primary_label {
    display: block !important;
    color: #6d7077 !important;
    font-family: var(--universal-sans-regular) !important;
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 17px;
    text-transform: uppercase;
    text-align-last: left;
}

#frm_form_3_container.with_frm_style .frm_checkbox label,
#frm_form_3_container.with_frm_style .frm_form_field.frm_html_container {
    color: #313131 !important;
    font-family: var(--aguila-regular) !important;
}

#frm_form_3_container.with_frm_style input[type="text"],
#frm_form_3_container.with_frm_style input[type="password"],
#frm_form_3_container.with_frm_style input[type="email"],
#frm_form_3_container.with_frm_style input[type="number"],
#frm_form_3_container.with_frm_style input[type="url"],
#frm_form_3_container.with_frm_style input[type="tel"],
#frm_form_3_container.with_frm_style input[type="search"],
#frm_form_3_container.with_frm_style select,
#frm_form_3_container.with_frm_style textarea,
#frm_form_3_container.with_frm_style .frm-card-element.StripeElement,
#frm_form_3_container.with_frm_style .chosen-container {
    color: #313131 !important;
    font-family: var(--aguila-regular) !important;
}

.sgpb-popup-builder-content-html .frm_submit button {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.frm_button_submit .learn-more {
    margin-top: 0px !important;
    margin-left: 0px !important;
}

.frm_button_submit:hover {
    background: none !important;
}

.sgpb-popup-builder-content-html .frm_submit {
    display: flex;
}

.page-faq .for__faq-page__cstm .vc_tta-container .vc_tta-tabs-container {
    width: 100%;
    max-width: 185px;
    padding-right: 30px !important;
}

@media (max-width: 768px) {

    .popup-galery-prod-family__cstm .fa-times,
    .popup-galery-prod-family__cstm .fa-times svg {
        padding: 0;
    }

    .sgpb-popup-builder-content-html .frm_submit button {
        width: 50% !important;
    }

    .sgpb-popup-builder-content-html .frm_primary_label {
        margin-bottom: 0px !important;
    }

    .popup-header h2.text-left {
        padding-top: 0px !important;
        font-size: 24px !important;
    }

    .sgpb-popup-builder-content-html .wpb_text_column .wpb_content_element {
        margin-bottom: 0px !important;
    }

    .government-contract-tab .sgpb-popup-builder-content-html .wpb_button {
        padding-bottom: 20px !important;
    }

    .sgpb-popup-builder-content-html .wpb_button,
    .wpb_content_element {
        margin-bottom: 0px !important;
    }

    .up__wrapper-cstm {
        flex-direction: column;
        padding-top: 40px;
    }

    .up__wrapper-cstm .up__about {
        margin-top: 15px;
        width: 100%;
        padding-bottom: 30px;
    }

    .up__wrapper-cstm .up__button {
        bottom: -15px;
    }

    .applied__elements-container__cstm {
        flex-wrap: wrap;
    }

    .filter__item-opener {
        font-size: 16px;
        line-height: 20px;
    }

    .filter__item-wrapper label {
        font-size: 14px;
    }

    .cat-title,
    .cat-description {
        margin-left: 0 !important;
    }

    .government-contract__tab--content {
        margin-bottom: 20px !important;
    }

    .government-contract__tab--title {
        margin-bottom: 12px !important;
    }

    .research__card {
        padding-bottom: 30px !important;
    }
}

@media (max-width: 575px) {
    .upholstery__item-wrapper.active .upholstery__image-wrapper:after {
        width: 140px;
        height: 140px;
    }

    .page-textile-cards .upholstery__item-wrapper:hover .upholstery__image-wrapper:after {
        width: 140px;
        height: 140px;
    }

    .filter__item:last-child .filter__item-content {
        max-height: 412px;
        height: 100%;
    }

    .fdrop-custom {
        width: 100%;
        margin-top: 10px;
    }

    .ts-sort .fdrop-custom select {
        width: 150px;
    }

    .max-height-1146 {
        max-height: none;
        padding-bottom: 0px;
    }

    .compare-button__cstm div {
        width: 40px;
        height: 40px;
    }

    .compare-button__cstm span {
        right: 41px;
    }

    .upholstery__item-wrapper {
        margin-right: 0;
        width: 50%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: flex-start;
    }

    .max-height-1146 .upholstery__wrapper {
        justify-content: center;
    }

    .section__title {
        font-size: 34px;
        line-height: 36px;
    }

    .pm__title {
        font-size: 30px;
    }

    .upholstery-resources-section {
        margin-top: 0;
    }

    .upholstery__image-wrapper {
        width: 130px;
        height: 130px;
    }

    .page-textile-cards .upholstery__image-wrapper {
        margin-bottom: 16px !important;
    }

    .page-sustainability-scorecard .entry-content {
        margin-top: 0;
    }

    .title-media-p__sustanbility--mt {
        margin-top: 20px;
    }

    .mob__bb {
        border-bottom: 1px solid #a4a5a8;
        width: 100%;
        margin-bottom: 20px;
    }

    .page-sustainability-scorecard .more-product-info .small-header-adj__cstm .col-5 .small-header-h3,
    .small-header-adj__cstm h3.small-header-h3,
    .small-header-adj__cstm .col-6 h3.small-header-h3,
    .small-header-adj__cstm .col-6,
    .small-header-adj__cstm .col-7 .body-text-p,
    .small-header-adj__cstm p.body-text-p {
        font-size: 15px !important;
        line-height: 20px !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .new-homepage-first-slider h3.mg_left {
        margin-right: 10px;
    }

    .planet-cont__cstm-bi {
        background-image: none !important;
    }

    .planet-design-story,
    .planet-video-title {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pt__tabs-cstm__planet .h2__number-cstm {
        padding-right: 7px !important;
        line-height: 35px !important;
    }

    .pt__tabs-cstm__planet .h2__cstm--lh {
        line-height: 35px !important;
    }

    .plan-row .pt__tabs-cstm__planet .mt__ccstm__title--edit .wpb_wrapper {
        margin-top: -45px !important;
    }

    .cstm-mr-keilhauer {
        padding-bottom: 30px;
    }

    .pt__tabs-cstm__planet .link-dl-btn-planet .wpb_wrapper {
        height: unset !important;
    }

    .toss-pillow-tour .toss-pillow__number {
        padding-right: 7px !important;
        line-height: 35px !important;
    }

    .toss-pillow-tour .toss-pillow__heading {
        line-height: 35px !important;
    }

    .designer-dictionary_mt {
        margin-top: -44px;
    }

    .cstm__swatch .swatch-img {
        width: 100%;
    }

    .pillow__text-cstm-mrg-b {
        margin-bottom: 30px !important;
    }

    .page-toss-pillows .column-line-bottom .vc_column-inner:before {
        bottom: -30px;
    }

    .tosspage-gallery-section .tosspillow-image-gallery {
        margin-top: -1260px;
        max-width: 320px;
        padding-bottom: 0 !important;
        margin-left: auto;
        margin-right: auto;
    }

    .tosspillow-gallery-space {
        height: 300px !important;
    }

    .cstm__swatch .swatch-img-wrapper {
        padding-top: 14px;
    }

    .cstm__swatch .swatch-img {
        height: 245px;
    }

    .tosspillow-image-gallery__cstm--arrow .vc_images_carousel .vc_carousel-control.vc_left {
        left: 10px;
    }

    .tosspillow-image-gallery__cstm--arrow .vc_images_carousel .vc_carousel-control.vc_right {
        right: 10px;
    }

    .post-content-designer {
        min-height: 100px !important;
    }

    .wpb_wrapper .body-text-ul__cstm {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .max-width__cstm__contact .inline-links-pt__cstm {
        display: inline-block;
        margin-bottom: 30px;
    }

    h2.section-header-h2__faq-title2,
    h2.section-header-h2__faq-title {
        font-weight: bold !important;
        line-height: 35px !important;
    }

    h2.section-header-h2__faq-title {
        padding-right: 7px !important;
    }

    .for__faq-page__cstm .overflow_tab>.vc_column-inner>.wpb_wrapper {
        margin-left: 20px;
        margin-top: -31px;
        padding-left: 0px;
    }

    h2.section-header-h2__faq-title2 {
        padding-left: 0 !important;
    }

    .faq-page__cstm--padding .vc_column-inner {
        margin-right: 30px;
        width: 100%;
        max-width: 315px;
    }

    .faq-page__cstm--padding {
        padding-left: 15px;
        margin-left: 15px;
    }

    .mb__sect--bt-cstm {
        margin-bottom: 32px;
    }

    .popup-galery-prod-family__cstm .cursor-pointer.fas.fa-times {
        padding-top: 10px !important;
    }

    .back_to-news__cstm {
        margin-top: 0;
    }
}

@media (max-width: 767px) and (min-width: 571px) {
    .tosspage-gallery-section .tosspillow-image-gallery {
        margin-top: -1220px;
        max-width: 425px;
        padding-bottom: 0 !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 570px) and (min-width: 420px) {
    .tosspage-gallery-section .tosspillow-image-gallery {
        margin-top: -1300px;
        max-width: 390px;
        padding-bottom: 0 !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 350px) {
    .tosspage-gallery-section .tosspillow-image-gallery {
        margin-top: -1300px;
    }
}

.svg_span_pop {
    background-color: #ed6500;
    width: 37px;
    height: 37px;
    margin-left: 1px;
    padding: 10px;
}

.gallery-section vc_custom_1613487958821 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.pos-absolute {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
}

.max-width-text {
    width: 467px;
}

.new_image_adjust img {
    width: 635px;
    height: 422px;
    object-fit: cover;
}

.read-more__lh {
    line-height: 19px !important;
}

.echo-select__cstm-size,
.echo-select__cstm-ls,
.fdrop select.product_name_scorecad {
    width: 255px !important;
    margin-bottom: 13px !important;
    /* 	letter-spacing: 1.5px; */
}

.echo-select__cstm-ls {
    letter-spacing: 1.5px;
}

.standart_btn--a_cstm {
    margin-left: 19px;
}

.standart_btn--a_cstm span {
    font: 700 14px/16px var(--universal-sans-regular);
    letter-spacing: 1.5px;
    padding: 0 14px 0 13px;
    background-color: #ed6500;
    height: 40px;
    display: flex;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
}

.standart_btn--a_cstm img {
    padding: 11px;
    margin-left: 1px;
    background-color: #ed6500;
    max-height: 40px;
    max-width: 40px;
}

.pillow-colors__cstm .color .active {
    border-width: 1px !important;
    padding: 2px;
}

.cstm__swatch .swatch-img {
    border: 1px solid #d8d8d8;
}

.additional-disclaimer-text {
    font-family: var(--universal-sans-regular);
    font-weight: 400;
}

.similar-upholsteries__response .owl-stage-outer {
    overflow: hidden !important;
}

.simple-layout .card-news .news-image,
.simple-layout .card-news .news-text_p {
    display: none;
}

.simple-layout .news-body {
    background-color: white;
}

.layout-shifter button {
    background: none;
    border: 0px;
    outline: none;
}

.layout-shifter {
    text-align: end;
    margin-top: -20px;
    margin-bottom: 10px;
}

.layout-shifter button.active svg path {
    fill: #ed6500;
}

.load-more-btn {
    font-size: 16px;
    font-family: var(--universal-sans-bold);
    color: #313131;
    font-weight: bold;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.load-more-btn span {
    display: inline-flex;
}

.load-more-btn:hover {
    border-bottom: 2px solid #ed6500;
}

.search-label {
    display: flex;
    margin: 0px 0 0 9px;
}

.search-label button:active,
.search-label button:focus {
    box-shadow: none;
}

.search-label button {
    border-radius: 0px;
    background: #ed6500;
    width: 89px;
    padding: 11px 13px 9px;
    height: 40px;
    border: 1px solid #ffffff;
    letter-spacing: 1.5px;
    line-height: 17px;
    color: black;
}

.search-label span {
    background: #ed6500;
    width: 40px;
    height: 40px;
    padding: 10px;
    border-top: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}

.close-search {
    width: 40px;
    height: 40px;
    font-size: 25px;
    text-align: center;
    background: #c1c1c1;
    border-top: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    color: #a4a5a8;
    cursor: pointer;
    margin-left: 15px;
    padding: 11px;
    display: flex;
}

.related-products-slider {
    margin-left: 0px;
    margin-right: 0px;
}

.tns-outer>button {
    display: none;
}

.tns-inner {
    overflow-x: hidden;
}

@media (min-width: 1200px) and (max-height: 620px) {

    .sub-menu-child-link>a,
    /* #mega-menu-item-13 .sub-menu-parent-link > a, */
    #mega-menu-item-27838 .sub-menu-parent-link>a,
    #mega-menu-item-27839 .sub-menu-parent-link>a {
        font-size: 14px !important;
        line-height: 14px !important;
        margin-bottom: 5px !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 img {
        max-height: 470px;
    }
}

.hide-cover {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.filter__search div>label>input {
    visibility: hidden;
}

.filter__search div>label {
    display: block;
    display: flex;
    align-items: center;
    height: 30px;
    width: 150px;
}

.filter__search div>label>div {
    display: inline-block;
    padding: 0px;
    height: 30px;
    width: 30px;
    background: none;
}

.filter__search div>label>input:checked+div {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-check' viewBox='0 0 16 16'%3E%3Cpath d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px 30px;
}

.div-12-img {
    height: 150px;
}

.table-accordion-head .collapse-icon::before {
    content: url("/wp-content/themes/wp-bootstrap-4-child/images/new-ui-elements/Chevron-Down.svg");
    float: left;

    font-size: 20px;
    line-height: 24px;

    text-transform: uppercase;
    color: #6d7077;
}

.table-accordion-head .btn[aria-expanded="true"] .collapse-icon::before {
    content: url("/wp-content/themes/wp-bootstrap-4-child/images/new-ui-elements/Chevron-Up.svg");
    font-size: 20px;
    line-height: 24px;

    text-transform: uppercase;
    color: #6d7077;
}

.row.bg-grey__cstm {
    position: relative;
}

.row-grey-background {
    position: initial;
}

.row-grey-background:after {
    content: "";
    position: absolute;
    width: 415%;
    height: 200px;
    left: -167%;
    background-color: #F6F6F7;
    top: 0;
    z-index: -1;
}

.pricing-shortcode {
    overflow: hidden !important;
}

@media (max-width: 991.99px) {
    .table-container {
        overflow: scroll;
    }
}

@media screen and (max-width:992px) {
    .slide-text {
        width: calc(75% - 24px) !important;
        margin-left: 24px !important;
    }
}

@media screen and (max-width:991px) and (orientation: landscape) {
    .trans {
        height: 57vh !important;
    }

    .trans:not(#slide1) {
        height: 61vh !important;
    }
}

@media screen and (max-width:768px) and (orientation: landscape) {
    section.title_more {
        flex-wrap: nowrap;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .title_more .learn_more {
        margin-left: 28px !important;
    }

    .title_more .learn-more {
        margin-bottom: 0px !important;
    }

    #nav-dots {
        display: none !important;
    }
}

@media screen and (max-width:599px) and (orientation: landscape) {
    .slide-text {
        width: calc(64% - 24px) !important;
        margin-left: 24px !important;
        max-width: 90%;
    }

    .title_more .learn-more {
        margin-left: 0 !important;
    }

    section.title_more {
        justify-content: space-between;
    }
}

@media screen and (max-width:500px) and (orientation: portrait) {
    section.title_more {
        justify-content: space-between;
    }
}

@media screen and (max-width:767px) and (orientation: portrait) {
    .slide-text {
        width: calc(94% - 24px) !important;
        margin-left: 24px !important;
        max-width: 90%;
    }

    section.title_more {
        flex-wrap: nowrap;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .title_more .learn-more {
        margin-bottom: 0px !important;
        margin-left: 0px !important;
    }

    .learn-more .text_full_width {
        padding: 12px 6px 10px;
    }
}

@media (max-width:1199px) {
    ul#navlist {
        padding-left: 20px;
    }
}

@media (max-width:1024px) {
    .back-tick {
        right: 65px;
    }

    .nav-item.orange-yellow .back-tick {
        right: 225px;
    }
}

@media screen and (max-width:370px) {
    section.title_more {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .title_more {
        margin-bottom: 10px !important;
    }
}