


body {
    overflow-x: hidden
}

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #2f2f2f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    background-color: #fff
}

b,strong {
    font-weight: 700
}

p {
    margin: 0 0 22px 0
}

p:last-child {
    margin-bottom: 0
}

h1,h2,h3,h4,h5,h6 {
    margin: 0 0 25px 0;
    padding: 0;
    color: #000;
    font-weight: 700
}

h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child {
    margin-bottom: 0
}

h1 {
    font-family: "Dancing Script";
    font-style: normal;
    font-weight: 700;
    font-size: 93px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #fff;
    text-shadow: 0 10px 10px rgba(0,0,0,.25)
}

h2 {
    font-family: "Roboto Slab",serif;
    font-style: normal;
    font-weight: 300;
    font-size: 60px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #353535;
    text-shadow: 0 10px 10px rgba(0,0,0,.25);
    font-variant: small-caps
}

/*h3 {*/
/*    font-family: "Roboto Slab",serif;*/
/*    font-weight: 300;*/
/*    font-variant: small-caps;*/
/*    font-size: 60px;*/
/*    line-height: 1.2;*/
/*    background: linear-gradient(139.26deg, #fda617 2.14%, #ea850c 26.75%, #c8720a 47.85%, #d06f18 77.28%, #723004 100.76%) !important;*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    background-clip: text;*/
/*    text-fill-color: transparent;*/
/*    text-transform: capitalize;*/
/*    text-shadow: 0 10px 10px rgba(0,0,0,.25)*/
/*}*/


h3 {
    font-family: "Roboto Slab", serif;
    font-weight: 300;
    font-variant: small-caps;
    font-size: 60px;
    line-height: 1.2;
    text-transform: capitalize;

    background: linear-gradient(139.26deg, #fda617 2.14%, #ea850c 26.75%, #c8720a 47.85%, #d06f18 77.28%, #723004 100.76%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* For Firefox compatibility */
    background-clip: text;
    color: transparent;

    text-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
}

h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.2
}

h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px
}

h6 {
    font-size: 12px
}

a {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-decoration: none!important;
    outline: none!important;
    color: #ecb61e;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

a:hover {
    color: red
}

img {
    max-width: 100%
}

input[type="text"],input[type="tel"],input[type="password"],input[type="email"],select {
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    color: #000;
    border: 1px solid 1px solid rgb(99 97 97 / 21%);
    height: 58px;
    padding: 0 16px;
    outline: none!important
}

textarea {
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid rgba(255,255,255,.7);
    padding: 12px 16px;
    width: 100%;
    color: #000;
    height: 158px;
    outline: none!important
}

select {
    border: 1px solid rgba(255,255,255,.7);
    width: 100%;
    padding: 0 11px;
    background: url(../../../../../../themes/european-flooring/images/sort-down.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 18px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

select::-ms-expand {
    display: none
}

input[type="submit"] {
    background: #eab71e;
    color: #000;
    height: 58px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    outline: none!important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

input[type="submit"]:hover {
    background-color: #000;
    color: #eab71e
}

::-webkit-input-placeholder {
    opacity: .7;
    color: #000
}

:-ms-input-placeholder {
    opacity: .7;
    color: #000
}

::-moz-placeholder {
    opacity: .7;
    color: #000
}

:-moz-placeholder {
    opacity: .7;
    color: #000
}

.alignright {
    float: right;
    margin: 0 0 20px 20px
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both
}

.form_input_check label {
    position: relative;
    margin: 0;
    padding-left: 40px;
    display: inline-block
}

.form_input_check label span {
    margin: 0;
    padding: 0
}

.form_input_check label input[type="checkbox"] {
    visibility: hidden;
    display: none
}

.form_input_check label input[type="checkbox"]+span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #3e3e42;
    background: transparent
}

.form_input_check label input[type="checkbox"]+span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(../../../../../../themes/european-flooring/images/tick.svg) no-repeat center center;
    background-size: 15px
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.form_input_check label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.form_input_radio label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block
}

.form_input_radio label span {
    margin: 0;
    padding: 0
}

.form_input_radio label input[type="radio"] {
    visibility: hidden;
    display: none
}

.form_input_radio label input[type="radio"]+span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 2px solid #000;
    border-radius: 100%;
    background: #fff
}

.form_input_radio label input[type="radio"]+span::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #4b0049;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.form_input_radio label input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background-color: #bdd653;
    display: none;
    border-radius: 100%;
    line-height: 68px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    z-index: 9
}

#scroll:hover {
    background: #88a725
}

#scroll i {
    color: #fff;
    font-size: 44px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

#scroll:hover i {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px)
}

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 200px;
    display: inline-block
}

.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    border-radius: 0
}

.navbar-nav li {
    position: relative;
    list-style: none
}

.navbar-nav>li {
    margin: 0 10px;
    padding: 20px 0;
    position: relative
}

.navbar-nav>li:last-child {
    margin-right: 0
}

.navbar-nav>li:first-child {
    margin-left: 0
}

.navbar-nav>li>a {
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    font-weight: 400
}

.navbar-nav>li>a:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #3b61dc;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: none
}

.navbar-nav>li.current-menu-item>a,.navbar-nav>li>a:hover,.navbar-nav>li.menu-item-has-children:hover>a {
    color: #f7bb41
}

.navbar-nav>li.current-menu-item>a:after,.navbar-nav>li>a:hover:after,.navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%
}

.sub-menu {
    background: rgba(0,0,0,.311);
    position: absolute;
    -webkit-box-shadow: 0 35px 35px rgba(0,0,0,.25);
    box-shadow: 0 35px 35px rgba(0,0,0,.25);
    top: 100%;
    left: -62px;
    z-index: 1000;
    display: none;
    border-right: 2px solid #c7a14e;
    border-top: 2px solid #c7a14e;
    border-left: 2px solid #f2e0a0;
    border-bottom: 2px solid #f2e0a0;
    border-radius: 0;
    width: 180px;
    padding: 0
}

.sub-menu::after {
    position: absolute;
    right: 20px;
    top: -14px;
    background-image: url(../../../../../../themes/european-flooring/images/top-rect.png);
    content: "";
    width: 27px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center
}

.sub-menu>li>a {
    color: rgb(255,255,255)!important;
    display: block;
    width: 100%;
    padding: 6px 20px;
    font-size: 14px!important;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize
}

.sub-menu>li:first-child {
    padding-top: 15px
}

.sub-menu>li:last-child {
    padding-bottom: 15px
}

.sub-menu>li {
    width: 100%;
    display: block
}

.sub-menu>li>a:hover,.sub-menu>li.menu-item-has-children:hover>a,.sub-menu>li.current-menu-item>a {
    background: transparent;
    color: #f7bb41!important
}

.navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
    padding: 0
}

.navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0
}

.navbar-collapse .navbar-toggler {
    display: none
}

#navoverlay {
    display: block;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: 0;
    padding: 0!important;
    z-index: 99;
    -webkit-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear
}

ul {
    padding: 0;
    margin: 0
}

.cmn-hdr {
    margin-bottom: 70px
}

.cmn-gap {
    padding: 98px 0
}

.cmn-gap.cmn-gap-nt {
    padding-top: 0
}

.cmn-gap.cmn-gap-nb {
    padding-bottom: 0
}

.cmn-title {
    margin-bottom: 43px
}

.main-head {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 16px 0;
    z-index: 88;
    background: rgba(0,0,0,.8)
}

.navbar-nav li a {
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff
}

.navbar-nav li.menu-item-has-children a {
    padding-right: 15px;
    position: relative
}

.navbar-nav li.menu-item-has-children:hover a:before {
    filter: brightness(0) saturate(100%) invert(89%) sepia(68%) saturate(2403%) hue-rotate(321deg) brightness(100%) contrast(94%)
}

.navbar-nav li.menu-item-has-children a:before {
    position: absolute;
    content: "";
    background: url(../../../../../../themes/european-flooring/images/arrow-down.svg) no-repeat;
    background-size: 100% 100%;
    right: 0;
    top: 0;
    margin-top: 7px;
    width: 12px;
    height: 7px
}

.navbar-nav li.menu-item-has-children .sub-menu a:before {
    display: none
}

.hdr-rgt .hdr-srch {
    font-size: 0;
    background-image: url(../../../../../../themes/european-flooring/images/search.svg);
    background-size: 100% 100%;
    height: 24px;
    width: 24px;
    background-color: transparent;
    padding: 0;
    cursor: pointer
}

.hdr-rgt .hdr-srch:hover {
    background-color: transparent
}

.hdr-rgt {
    margin-left: 35px;
    line-height: .8
}

.banner:after {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,.207)*/
}

.banner::before {
    position: absolute;
    content: "";
    z-index: -2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#000000),color-stop(100%,rgba(0,0,0,0)));
    background: -o-linear-gradient(top,#000000 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(180deg,#000000 0%,rgba(0,0,0,0) 100%);
    opacity: .8
}

.banner {
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    line-height: 0
}

.vdo-wrap {
    position: relative
}

.vdo-wrap figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.vdo-wrap figure {
    width: 100%
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 65px;
    width: 65px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.play-btn::after {
    position: absolute;
    content: "";
    background-color: #fff;
    top: -23px;
    bottom: -23px;
    left: -23px;
    right: -23px;
    border-radius: 100%;
    z-index: -1
}

.play-btn::before {
    position: absolute;
    border-radius: 100%;
    content: "";
    height: 65px;
    width: 65px;
    border: 1px solid #c7a14e;
    top: 0;
    left: 0%;
    -webkit-animation: pulse 4s infinite ease;
    animation: pulse 4s infinite ease
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

    25% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

    50% {
        -webkit-transform: scale(1.2,1.2);
        transform: scale(1.2,1.2)
    }

    100% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

    25% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

    50% {
        -webkit-transform: scale(1.2,1.2);
        transform: scale(1.2,1.2)
    }

    100% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }
}

.vin-wrap ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 22px
}

.vin-wrap ul li:last-child {
    margin-bottom: 0
}

.vin-wrap ul li::after {
    position: absolute;
    left: 0;
    top: 3px;
    background-image: url(../../../../../../themes/european-flooring/images/dot.svg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 20px;
    width: 20px
}

.vin-wrap {
    padding: 47px 0 52px 0;
    margin-right: 38px;
    position: relative
}

.vin-wrap.first-line::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #d8bd6c;
    transition: all 0.9s ease-in-out
}

.vin-wrap.first-line.cmn-active:after {
    width: 100%
}

.vin-wrap.first-line::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 2px;
    background-color: #c7a14e;
    transition: all 0.6s ease
}

.vin-wrap.first-line.cmn-active:before {
    width: 100%
}

.vino-sec h2 {
    position: relative
}

.vino-sec h2::after {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    height: 3px;
    width: 145px;
    background: #ecd290;
    background: -webkit-gradient(linear,left top,right top,from(#ecd290),to(#cba257));
    background: -o-linear-gradient(left,#ecd290 0%,#cba257 100%);
    background: linear-gradient(to right,#ecd290 0%,#cba257 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecd290',endColorstr='#cba257',GradientType=1)
}

.vino-sec h2::before {
    position: absolute;
    content: "";
    left: 0;
    top: -98px;
    height: 134px;
    width: 3px;
    background: #cba257;
    background: -webkit-gradient(linear,left top,left bottom,from(#cba257),to(#ecd290));
    background: -o-linear-gradient(top,#cba257 0%,#ecd290 100%);
    background: linear-gradient(to bottom,#cba257 0%,#ecd290 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cba257',endColorstr='#ecd290',GradientType=0)
}

.cmn-hdr.cmn-hdr2 h2 {
    max-width: 545px
}

.cmn-hdr.cmn-hdr2 {
    text-align: center
}

.cmn-hdr.cmn-hdr2 h2 {
    padding-left: 0
}

.cmn-sec h2::before,.cmn-sec h2:after {
    display: none
}

.vino-outr.v-outr2 {
    padding-top: 43px;
    position: relative
}

.vino-outr.v-outr2::after {
    position: absolute;
    content: "";
    width: 932px;
    top: -25px;
    height: 3px;
    right: -45px;
    background: #cba257;
    background: -webkit-gradient(linear,left top,right top,from(#cba257),color-stop(48%,#ecd290),to(#cba257));
    background: -o-linear-gradient(left,#cba257 0%,#ecd290 48%,#cba257 100%);
    background: linear-gradient(to right,#cba257 0%,#ecd290 48%,#cba257 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cba257',endColorstr='#cba257',GradientType=1)
}

.vin-wrap.vin-wrap2,.vin-wrap.vin-wrap1 {
    position: relative
}

.vin-wrap.vin-wrap1::before {
    position: absolute;
    content: "";
    height: 340px;
    width: 3px;
    background-color: #d8bd6c;
    top: -340px;
    left: 50%
}

.vin-wrap.vin-wrap2::after {
    position: absolute;
    content: "";
    right: 115px;
    top: -140px;
    width: 3px;
    height: 140px;
    background-color: #c7a14e;
    right: 40%
}

.vin-wrap.vin-wrap1::before {
    position: absolute;
    content: "";
    height: 358px;
    width: 3px;
    background-color: #d8bd6c;
    top: -359px;
    left: 30%
}

.la-sec {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 198px 0
}

.cus-container {
    max-width: 1600px;
    margin: auto
}

.cmn-wrap {
    border: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: -150px;
    background-color: rgba(0,0,0,.504)
}

.cmn-wrap .scnd-line2 {
    padding: 45px 66px
}

.cmn-wrap .scnd-line,.cmn-wrap .scnd-line2 {
    position: relative
}

.cmn-wrap .scnd-line::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 3px;
    background-color: #c7a14e;
    transition: all 0.5s ease
}

.cmn-wrap.cmn-active .scnd-line::before {
    width: 100%
}

.cmn-wrap .scnd-line::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    background-color: #f2e0a0;
    transition: all 0.5s ease
}

.cmn-wrap.cmn-active .scnd-line::after {
    width: 100%
}

.cmn-wrap .scnd-line2::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 3px;
    height: 0%;
    background-color: #f2e0a0;
    transition: all 0.5s ease
}

.cmn-wrap.cmn-active .scnd-line2::after,.cmn-wrap.cmn-active .scnd-line2::before {
    height: 100%
}

.cmn-wrap .scnd-line2::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 3px;
    height: 0%;
    background-color: #c7a14e;
    transition: all 0.5s ease
}

.vin-wrap.cmn-wrap li {
    color: #fff
}

.vin-wrap.cmn-wrap.cmn-wrap2 {
    margin-right: auto;
    margin-left: -100px
}

.flx-center {
    margin-left: 135px
}

.la-sec.spacer .cmn-wrap .scnd-line2 .flx-center.abt_clss {
    margin-left: auto;
    margin-right: 135px
}

.vin-wrap.cmn-wrap.cmn-wrap2.vin-wrap1::before {
    position: absolute;
    content: "";
    height: 387px;
    width: 3px;
    background-color: #d8bd6c;
    top: -387px;
    left: auto;
    right: 20%
}

.vin-wrap.cmn-wrap.cmn-wrap2.vin-wrap1::after {
    position: absolute;
    content: "";
    background-color: #d8bd6c;
    width: 3px;
    height: 553px;
    bottom: -555px;
    right: 41%
}

.ofcr-pic {
    display: none
}

.ofcr-rgt {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.officer-sec {
    position: relative
}

.vin-wrap h3 {
    max-width: 340px;
    margin-bottom: 25px
}

.officer-sec h2 {
    margin-left: 200px
}

.ftr-links a {
    font-weight: 400;
    font-size: 18px;
    color: #fff
}

.footer {
    background: #1f1f1f;
    padding: 72px 0 36px
}

.ftr-lft p {
    font-weight: 300;
    line-height: 1.6;
    color: #fff
}

.ftr-rgt a {
    font-weight: 400;
    font-size: 42px;
    color: #f7bb41
}

.ftr-rgt a:hover {
    color: #fff
}

.ftr-links a:hover {
    color: #f7bb41
}

.ftr-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center
}

.ftr-links li {
    margin-right: 35px
}

.ftr-links li:last-child {
    margin-right: 0
}

.ftr-btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center
}

.footer-wrap .copy {
    text-align: center
}

.ftr-btm .ftr-rgt {
    text-align: center
}

.ftr-lft {
    max-width: 720px
}

.ftr-btm {
    margin: 55px 0
}

.ftr-rgt a span {
    margin-right: 12px
}

.copy p {
    font-weight: 400;
    font-size: 20px;
    color: #fff
}

.copy p a {
    color: #fff
}

.copy p a:hover {
    color: #f7bb41
}

.vin-wrap.no-wrap2 h3 {
    max-width: 100%
}

.scnd-line2 p {
    color: #fff
}

.vdo-wrap1 figure {
    width: 100%
}

.vdo-wrap1 figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.cus-row {
    padding-bottom: 70px
}

.cus-row .vin-left h2 {
    padding-left: 80px
}

.cus-row .vin-left h2::before {
    position: absolute;
    content: "";
    left: 0;
    top: -148px;
    height: 183px;
    width: 3px;
    background-color: #c7a14e
}

.cus-row .vin-left p {
    padding-left: 80px
}

.cus-row .vin-left h2::after {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    height: 3px;
    width: 58px;
    background-color: #d8bd6c
}

.banner h5 {
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 600
}

.banner .theb-footer h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0
}

.banner .theb-footer .date {
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.banner .banner-mess {
    text-align: left
}

.banner .round-icon {
    border: 1px solid #b18209;
    width: 50px;
    height: 50px
}

.banner .round-icon img {
    max-width: 36px
}

.banner-mess {
    width: calc(100% - 50px);
    margin-left: 10px
}

.banner .theb-footer li:last-child .round-icon {
    border: none
}

.banner .theb-footer {
    max-width: 405px;
    min-height: auto;
    margin: auto;
    border: 1px solid rgb(255,255,255,30%);
    padding: 9px 20px;
    border-left: none;
    border-right: none;
    margin-bottom: 21px;
    display: flex;
    align-items: center
}

.banner .theb-footer li {
    padding: 0 12px!important;
    padding-left: inherit;
    margin-bottom: 0!important
}

.banner .theb-footer li:last-child .round-icon {
    width: auto;
    height: auto
}

.banner .theb-footer li::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background: rgb(255,255,255,30%);
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.banner .theb-footer li:last-child:after {
    display: none
}

.banner p {
    color: #fff;
    font-weight: 500
}

.banner .theb-footer li:first-child {
    padding-left: 0!important;
    padding-right: inherit
}

.banner .theb-footer li:last-child {
    padding-right: 0!important
}

.banner-mess .date {
    margin: 0
}

.max-width-banner {
    max-width: 766px;
    margin: auto
}

.max-width-banner h1 {
    font-size: 60px;
    font-weight: 700
}

.full-img {
    width: 100%;
    height: 100%!important;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.thebest-sec.cmn-gap {
    padding-top: 50px
}

.thebest-sec h5 {
    font-weight: 600;
    color: var(--black)
}

.thebest-sec h6 {
    text-transform: uppercase;
    color: var(--yellow);
    font-weight: 600;
    margin-bottom: 7px;
    letter-spacing: .1em;
    font-size: 12px
}

.thebest-sec p {
    color: #2f2f2f
}

.date {
    font-size: 13px;
    color: var(--dark);
    font-weight: 400;
    display: inline-block;
    margin-bottom: 9px
}

.card-top {
    margin-bottom: 18px;
    overflow: hidden
}

.thebest-sec .card-top {
    height: 250px
}

.thebest-sec .cards:hover .full-img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.cust-col {
    margin-bottom: 53px
}

.cust-row {
    margin-bottom: -53px
}

.paginason {
    margin-top: 72px
}

.vino-sec .locason-rap {
    padding: 0
}

.thebest-sec .cards:hover h5 {
    color: var(--yellow)
}

.categories-sec .cards {
    position: relative
}

.categories-sec.cmn-gap {
    padding: 56px 0 70px
}

.categories-sec {
    background: #f5f6f8
}

.categories-sec .cards {
    height: 325px;
    display: block
}

.categories-sec .cards:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.categories-sec .cards figure {
    height: 100%;
    overflow: hidden
}

.absolut-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 24px 26px;
    z-index: 1
}

.absolut-text h5 {
    color: #fff;
    font-weight: 600;
    position: relative;
    padding-top: 15px;
    text-transform: capitalize
}

.absolut-text h5::after {
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    height: 1px;
    width: 30px;
    background-color: #c7a14e
}

.absolut-text::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -o-linear-gradient(top,rgba(31,35,34,0) 45.85%,#1f2322 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(45.85%,rgba(31,35,34,0)),to(#1f2322));
    background: linear-gradient(180deg,rgba(31,35,34,0) 45.85%,#1f2322 100%);
    z-index: -1
}

.theb-footer li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.round-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #000;
    display: -ms-grid;
    display: grid;
    place-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.round-icon img {
    max-width: 17px
}

.theb-footer a {
    color: var(--dark);
    font-size: 12px;
    font-weight: 600;
    width: calc(100% -35px);
    padding-left: 12px
}

.theb-footer a:hover {
    color: #000
}

.theb-footer li {
    position: relative
}

.theb-footer li:not(:last-child) {
    margin-bottom: 10px
}

.shw-rm {
    font-size: 12px;
    font-style: normal;
    display: inline-block;
    font-weight: 500;
    margin-left: 6px
}

.locason-sec .cards {
    height: 100%;
    -webkit-box-shadow: 0 65px 65px 0 #3ca1f317;
    box-shadow: 0 65px 65px 0 #3ca1f317;
    background: #fff
}

.locason-sec .col-lg-3.cust-col {
    margin: 0
}

.locason-sec .locason-rap h6 {
    text-transform: uppercase
}

.cards-footer {
    margin-top: 22px
}

.locason-sec {
    background: #f5f5f5
}

.locason-sec .card-top {
    height: 199px;
    margin-bottom: 0
}

.locason-sec h5 {
    font-weight: 600;
    color: var(--black)
}

.locason-rap {
    padding: 20px
}

.location-wrap {
    min-height: 150px
}

ul.theb-footer.th-ftr {
    min-height: 133px
}

.locason-rap h6 {
    color: var(--yellow);
    margin-bottom: 6px
}

.collect-sec h2::before,.collect-sec h2::after {
    display: none
}

.cards p {
    font-size: 15px;
    color: #9c9c9c
}

.banner-mess {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.vino-outr.v-outr2::before {
    position: absolute;
    content: "";
    background-color: #d8bd6c;
    width: 3px;
    height: 528px;
    top: -553px;
    right: -4%
}

.vino-outr.v-outr2.cus-line::before {
    position: absolute;
    content: "";
    background-color: #d8bd6c;
    width: 3px;
    height: 459px;
    top: -483px;
    right: -4%
}

.vdo-wrap1 {
    position: relative;
    z-index: 1
}

.kj-line {
    position: relative;
    z-index: -1
}

.kj-line:before {
    position: absolute;
    content: "";
    height: 142px;
    width: 3px;
    background: #d8bd6c;
    bottom: 100%;
    left: 97px;
    z-index: -1
}

.vdo-wrap1::after {
    position: absolute;
    content: "";
    width: 407px;
    height: 3px;
    background: #d8bd6c;
    left: 100%;
    bottom: 20px;
    z-index: -1
}

.vdo-wrap figure img {
    position: relative;
    z-index: 1
}

.vino-sec h2::before,.vino-sec h2::after,.vin-wrap.vin-wrap1::before,.vino-outr.v-outr2::before,.vino-outr.v-outr2::after,.vin-wrap.vin-wrap2::after,.vin-wrap.cmn-wrap.cmn-wrap2.vin-wrap1::after,.vdo-wrap1::after {
    display: none
}

section.vino-sec .cmn-hdr {
    position: relative
}

#trigger1 {
    position: absolute;
    top: -98px;
    left: 0
}

.la-sec {
    position: relative
}

#trigger2 {
    position: absolute;
    right: 7%;
    bottom: -298px;
    z-index: 2
}

.vino-outr,.vino-sec .container,.wrap-container {
    position: relative
}

.wrap-container {
    margin: 0 auto;
    max-width: 1160px
}

.vino-outr.no-vin {
    position: static
}

#trigger3,#trigger6 {
    position: absolute;
    top: -299px;
    right: 0
}

#trigger4,#trigger7 {
    position: absolute;
    z-index: 2;
    bottom: -299px;
    left: 25%
}

#trigger5 {
    position: absolute;
    z-index: 2;
    left: 12%;
    top: -298px
}

.vin-left {
    position: relative
}

#trigger8 {
    position: absolute;
    left: 0;
    top: -177px
}

#trigger9 {
    position: absolute;
    bottom: -134px;
    left: 20%
}

#trigger10 {
    left: -217px;
    bottom: -34px;
    position: absolute
}

.ftr-links li.active a {
    color: #f7bb41
}

.clr-blck {
    color: var(--black);
    font-weight: 500;
    font-size: 14px;
    display: inline-block
}

.clr-blck .flw {
    color: var(--dark);
    font-size: 12px
}

.clr-blck .flw:hover {
    color: #000
}

.woocommerce-shop .woocommerce-ordering select {
    border: 1px solid #ddd;
    font-size: 16px
}

.woocommerce-shop .woocommerce-ordering {
    margin-bottom: 0
}

.woocommerce-shop .woocommerce-result-count {
    font-size: 16px;
    margin-right: 20px;
    margin-bottom: 0
}

.woocommerce-shop .vino-sec {
    position: relative
}

.woocommerce-shop .vino-sec .collection_pg {
    width: 40%;
    position: absolute;
    top: 20px;
    left: 0
}

.woocommerce-shop .wraps_both {
    width: 60%;
    margin-left: auto
}

.woocommerce-shop .vino-sec .products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    text-shadow: none;
    font-family: "Montserrat";
    font-variant: inherit;
    color: #000;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0
}

.woocommerce-shop .vino-sec .products li.product .tppdil_description {
    font-size: 15px;
    color: #9c9c9c;
    margin-top: 0
}

.paginason .page-numbers {
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #a39f9f;
    font-size: 16px;
    font-weight: 600;
    margin: 0 4px
}

.paginason .page-numbers:hover,.paginason .page-numbers.current {
    background: rgb(177,130,9);
    background: linear-gradient(301deg,rgba(177,130,9,1) 0%,rgba(247,187,65,1) 30%,rgba(247,187,65,.32342443813462884) 48%,rgba(247,187,65,1) 67%,rgba(177,130,9,1) 100%);
    color: #000
}

.paginason .next.page-numbers {
    background: url(../../../../../../themes/european-flooring/images/next.png) no-repeat center;
    background-size: 25px;
    font-size: 0;
    border: none;
    display: none
}

.paginason .prev.page-numbers {
    background: url(../../../../../../themes/european-flooring/images/prev.png) no-repeat center;
    background-size: 25px;
    font-size: 0;
    border: none;
    display: none
}

.hdr-rgt .frm_wrapr {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    padding: 10px;
    display: none
}

.hdr-rgt .frm_wrapr input[type="text"] {
    color: #fff;
    padding-right: 35px
}

.hdr-rgt .frm_wrapr input[type="submit"] {
    position: absolute;
    top: 0;
    right: 20px;
    width: 20px;
    height: 100%
}

.hdr-rgt .frm_wrapr input[type="text"]::-webkit-input-placeholder {
    opacity: 1;
    color: #fff
}

.hdr-rgt .frm_wrapr input[type="text"]:-ms-input-placeholder {
    opacity: 1;
    color: #fff
}

.hdr-rgt .frm_wrapr input[type="text"]::-moz-placeholder {
    opacity: 1;
    color: #fff
}

.hdr-rgt .frm_wrapr input[type="text"]:-moz-placeholder {
    opacity: 1;
    color: #fff
}

.srch-title {
    padding-left: 0!important;
    margin-bottom: 20px!important
}

.my_search .search-form {
    display: flex;
    align-items: center
}

.my_search .search-form label {
    display: none
}

.my_search .search-form input[type="search"] {
    height: 58px;
    padding: 0 16px;
    width: 40%;
    margin-right: 20px
}

.my_search .search-form input[type="submit"] {
    background: #c7a14e;
    height: 58px;
    font-size: 20px;
    color: #fff
}

.my_search .search-form input[type="submit"]:hover {
    color: #000;
    background: #f7bb41
}

.products li .woocommerce-loop-product__title {
    font-weight: 600;
    color: var(--black);
    margin-top: 10px!important
}

.products li a {
    text-transform: capitalize;
    color: var(--yellow);
    font-weight: 600;
    font-size: 12px
}

.products li p {
    font-size: 15px;
    color: #9c9c9c;
    font-weight: 400;
    letter-spacing: 0
}

.woocommerce-tabs .woocommerce-Tabs-panel h3 {
    color: #000!important;
    margin-bottom: 25px;
    -webkit-text-fill-color: inherit
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0!important;
    background: transparent!important;
    padding: 0!important;
    margin-right: 30px
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
    margin-right: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    background: #c7a14e;
    padding: 15px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after {
    display: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    background: #f7bb41;
    color: #000
}

.summary .posted_in a {
    display: inline-block;
    color: #c7a14e
}

.summary .posted_in a:hover {
    color: #f7bb41
}

.products li .woocommerce-loop-product__title {
    font-size: 24px!important
}

.woocommerce div.product .woocommerce-tabs ul {
    border-top: 1px solid #d3ced2!important;
    padding-left: 0!important
}

.my_related_prdct .product_desc h3 {
    color: #fff;
    -webkit-text-fill-color: #000;
    margin-bottom: 30px;
    padding-top: 20px;
    border-top: 1px solid #d3ced2
}

.collect-sec .page-title {
    margin-bottom: 30px
}

.collect-sec .entry-title {
    font-size: 35px;
    padding-left: 0!important;
    color: #000;
    -webkit-text-fill-color: #000
}

.collect-sec .entry-title a {
    color: #000
}

.product_meta>span {
    display: block;
    margin-bottom: 10px
}

.product_meta>span:last-child {
    margin-bottom: 0
}

.collect-sec .woocommerce-product-details__short-description {
    margin-bottom: 20px
}

.new_cmnn_sec {
    position: relative
}

.sec_wrps .woocommerce-result-count {
    font-size: 16px;
    margin-right: 20px;
    margin-bottom: 0
}

.sec_wrps .woocommerce-ordering {
    margin-bottom: 0
}

.sec_wrps .woocommerce-ordering select {
    border: 1px solid #ddd;
    font-size: 16px
}

.sec_wrps {
    width: 60%;
    margin-left: auto
}

.bred_cmbs {
    width: 40%;
    position: absolute;
    top: 20px;
    left: 0
}

.vdo_wrap.full_wraps {
    overflow: hidden;
    margin-top: 20px;
    line-height: 0
}

.vdo_wrap.full_wraps video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.banner video {
    height: 100vh;
    width: 100%;
    object-fit: cover
}

.bnr_wrappr {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.vdo-wrap video {
    width: 100%
}

.fancybox-content {
    border: 3px solid #c7a14e;
    max-width: 80%
}

.fancybox-slide--html .fancybox-content .fancybox-close-small {
    background-color: #c7a14e;
    border-radius: 100%;
    color: #fff;
    top: 4px;
    right: 4px
}

.vin-wrap .btn-info:focus {
    background-color: #000;
    border-color: #000;
    box-shadow: none;
    color: #fff
}

.luxe-red a {
    display: inline-block;
    max-width: 120px
}

.luxe-red {
    margin-top: 15px
}

.category .collect-sec .entry-title {
    min-height: 130px
}

.new_cls:nth-child(even) {
    flex-direction: row-reverse
}

.new_cls .vin-wrap {
    margin: 0
}

.pdf_icons {
    display: flex;
    padding-left: 165px
}

.pdf_icons a {
    width: 200px
}

.common_wrap #trigger9 {
    display: none
}

.cards a {
    width: 100%
}

.collect-sec .products li a>img {
    height: 100%!important;
    object-fit: cover;
    object-position: center
}

.woocommerce-tabs .woocommerce-Tabs-panel .yikes-custom-woo-tab-title {
    padding-left: 0
}

.vino-sec .quotes_cnt {
    padding: 0 20px;
    text-align: center;
    margin-bottom: 30px
}

.vino-sec .quotes_cnt p {
    font-weight: 700
}

.gold_txt a h2 {
    transition: all .3s ease-in-out
}

.gold_txt a:hover h2 {
    color: #f7bb41
}

.vin-wrap.first-line::before {
    top: 8px
}

#trigger4 {
    bottom: -305px
}

#trigger8 {
    left: -1px
}

#trigger40 {
    position: absolute;
    left: 0;
    top: -180px
}

#trigger30 {
    position: absolute;
    bottom: -134px;
    left: 20%
}

.curve_sec .vdo-wrap {
    max-width: 459px
}

.curve_sec .vin-wrap.first-line.cmn-active:before {
    width: 100%
}

.curve_sec .new_cls:not(:first-child) #trigger40 {
    display: none
}

.curve_sec .new_cls:nth-child(even) .vdo-wrap {
    margin-left: auto
}

.block-res .cmn-hdr {
    margin-bottom: 0
}

.block-res .new_cls:last-child .line_pk {
    display: none
}

.block-res .new_cls:nth-child(odd) .line_pk svg:first-child {
    position: absolute;
    bottom: -60px;
    right: -216px
}

.block-res .new_cls:nth-child(even) .line_pk svg:first-child {
    position: absolute;
    bottom: -60px;
    left: -210px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg)
}

.team_secs {
    position: relative
}

.team_secs_row {
    align-items: center
}

.team_secs_row:nth-child(even) {
    flex-direction: row-reverse
}

.team_secs_item {
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center
}

.team_secs_item:not(:last-child) {
    margin-bottom: 50px
}

.team_secs_img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat
}

.team_secs_item:nth-child(even) .team_secs_img {
    left: auto;
    right: 0
}

.team_secs_content {
    margin-left: auto
}

.team_secs_item:nth-child(even) .team_secs_content {
    margin-left: 0
}

.officer-sec-new .vin-wrap.first-line::before {
    top: 0
}

.vino-outr-new .vin-wrap.first-line::before {
    top: -17px
}

.vino-sec-new #trigger7 {
    bottom: -298px
}

.team_secs #trigger12,.team_secs #trigger14,.team_secs #trigger16,.team_secs #trigger18,.team_secs #trigger20 {
    position: absolute;
    top: -50px;
    left: 25%
}

.team_secs #trigger11 {
    position: absolute;
    top: 0;
    left: 50%
}

.team_secs_content p {
    font-size: 18px;
    font-weight: 500
}

.team_secs #trigger13,.team_secs #trigger15,.team_secs #trigger17,.team_secs #trigger19,.team_secs #trigger21 {
    position: absolute;
    top: -50px;
    left: 75%
}

.team_secs_item_sm {
    min-height: 370px
}

.woocommerce .vino-sec .product-category .woocommerce-loop-category__title {
    font-size: 18px!important;
    font-weight: 600;
    color: var(--black);
    margin-top: 10px!important
}

.trg_cls #trigger4 {
    bottom: -296px
}

.trg_cls .vin-wrap.first-line::after {
    bottom: -7px
}

.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action {
    margin-right: 10px;
    float: right!important
}

.page-id-2485 .yith_wcwl_wishlist_footer a.button.btn {
    color: #fff;
    background-color: #d8bd6c;
    font-weight: 400;
    font-size: 16px;
    min-height: 45px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-id-2485 .yith_wcwl_wishlist_footer a.button.btn:hover {
    background-color: #000
}

.page-id-2485 .entry-header.alignwide .entry-title {
    font-size: 0
}

.page-id-2485 .wishlist-title.wishlist-title-with-form h2 {
    background: transparent!important
}

.page-id-2485 .wishlist-title.wishlist-title-with-form .btn.button.show-title-form {
    display: none
}

.page-id-2485 .yith-wcwl-form .back-to-all-wishlists a {
    color: #d8bd6c
}

.page-id-2485 .yith-wcwl-form .back-to-all-wishlists a:hover {
    color: #000
}

.page-id-2485 .yith_wcwl_wishlist_footer::before {
    clear: both;
    display: block;
    content: ""
}

.page-id-2485 .yith_wcwl_wishlist_update+.yith_wcwl_footer_additional_action {
    clear: none
}

.page-id-2485 .yith_wcwl_wishlist_update input {
    height: 45px;
    background: #000;
    color: #d8bd6c;
    font-weight: 400;
    font-size: 16px;
    border-radius: 3px
}

.page-id-2485 .yith_wcwl_wishlist_update input:hover {
    background: #d8bd6c;
    color: #fff
}

.page-id-2485 .cart.wishlist_table .product-name a {
    color: #d8bd6c;
    font-weight: 400;
    font-weight: 600
}

.page-id-2485 .cart.wishlist_table .product-name a:hover {
    color: #000
}

.page-id-2485 .cart.wishlist_table .product-stock-status {
    text-align: left
}

.wishlist-ask-an-estimate-popup .form-row input {
    height: 45px;
    border-radius: 3px;
    border-color: #000;
    font-size: 14px;
    color: #000
}

.wishlist-ask-an-estimate-popup .form-row label {
    font-size: 14px;
    font-weight: 500
}

.wishlist-ask-an-estimate-popup .form-row textarea {
    border-radius: 3px;
    border-color: #000;
    font-size: 14px;
    resize: none;
    height: 80px;
    color: #000
}

.wishlist-ask-an-estimate-popup .form-row input:focus,.wishlist-ask-an-estimate-popup .form-row textarea:focus {
    border-color: #d8bd6c
}

.wishlist-ask-an-estimate-popup .form-row {
    float: none!important;
    width: 100%!important
}

.wishlist-ask-an-estimate-popup .yith-wcwl-popup-footer .btn.button {
    color: #fff;
    background-color: #d8bd6c;
    font-weight: 500;
    font-size: 15px;
    min-height: 40px
}

.wishlist-ask-an-estimate-popup .yith-wcwl-popup-footer .btn.button:hover {
    background-color: #000;
    color: #fff
}

.pp_pic_holder .ppt {
    width: 90%!important;
    margin: 0 auto 5px auto
}

.page-id-2485 .cart.wishlist_table .product-name h3 {
    font-family: "Montserrat";
    font-variant: inherit;
    font-weight: 500;
    font-size: 18px;
    background: inherit;
    -webkit-text-fill-color: inherit;
    text-shadow: none;
    text-align: left
}

.page-id-2485 .cart.wishlist_table .remove_from_wishlist {
    color: #000
}

.page-id-2485 .cart.wishlist_table table.additional-info,.page-id-2485 .cart.wishlist_table table.item-details-table {
    width: 100%
}

.page-id-2485 .cart.wishlist_table .wishlist-privacy select {
    border-color: #000;
    background-size: 10px
}

.yith-wcwl-wishlistexistsbrowse a,.yith-wcwl-add-button a {
    color: #d8bd6c!important
}

.yith-wcwl-add-button a .fa-heart-o:before {
    font-weight: 400;
    content: "\f004"
}

.yith-wcwl-popup-form select.wishlist-select {
    border-color: #000;
    background-size: 10px;
    font-size: 15px;
    height: 45px;
    padding: 0 40px 0 20px
}

.yith-wcwl-popup-form .yith-wcwl-popup-footer a.wishlist-submit.popup_button {
    color: #fff;
    background-color: #d8bd6c;
    font-weight: 400;
    font-size: 16px;
    height: 45px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
    padding: 0 20px
}

.yith-wcwl-popup-form .yith-wcwl-popup-footer {
    text-align: center
}

.yith-wcwl-popup-form .yith-wcwl-popup-footer a.wishlist-submit.popup_button:hover {
    background-color: #000;
    color: #fff
}

.yith-wcwl-popup-form p a {
    color: #d8bd6c
}

.yith-wcwl-popup-form p a:hover {
    color: #000
}

.single-post .thebest-sec h2 {
    font-size: 35px;
    color: #353535;
    font-variant: inherit;
    text-transform: inherit
}

.single-post .thebest-sec h3 {
    font-size: 30px;
    color: #353535;
    -webkit-text-fill-color: inherit;
    text-fill-color: inherit;
    background-color: transparent;
    font-variant: inherit;
    text-transform: inherit
}

.single-post .thebest-sec h4 {
    font-size: 24px;
    color: #353535;
    font-variant: inherit;
    text-transform: inherit;
    font-family: "Roboto Slab",serif;
    font-weight: 300;
    text-shadow: 0 10px 10px rgba(0,0,0,.25)
}

.single-post .thebest-sec p {
    color: #000
}

.single-post .thebest-sec li {
    font-size: 15px;
    color: #000;
    margin-bottom: 5px
}

.single-post .thebest-sec li:last-child {
    margin-bottom: 0
}

.single-post .thebest-sec ul li {
    list-style: disc
}

.single-post .thebest-sec ul {
    padding-left: 30px
}

.single-post .thebest-sec .cards a {
    width: inherit;
    color: var(--yellow)
}

.single-post .thebest-sec .cards a:hover {
    text-decoration: underline!important
}

.post-type-archive .seo_cnt h2 {
    padding-left: 0;
    font-size: 35px
}

.post-type-archive .seo_cnt ul {
    padding-left: 25px;
    margin-bottom: 40px
}

.post-type-archive .seo_cnt ul li {
    list-style: disc;
    margin-bottom: 15px
}

.post-type-archive .seo_cnt ul li:last-child {
    margin-bottom: 0
}

.single-product .summary .product_meta {
    margin-bottom: 20px
}

.single-product .summary .product_meta .btn-info {
    outline: none;
    box-shadow: none
}

.fancybox-content .modal_body .mdlFrm .gform_wrapper.gravity-theme input[type=text],.fancybox-content .modal_body .mdlFrm .gform_wrapper.gravity-theme input[type=tel],.fancybox-content .modal_body .mdlFrm .gform_wrapper.gravity-theme textarea {
    border-color: #ddd
}

.fancybox-content .modal_body .mdlFrm .gform_wrapper.gravity-theme textarea {
    height: 130px
}

.fancybox-content .modal_body .mdlFrm .gform_wrapper.gravity-theme .gform_footer input {
    color: #fff;
    background-color: #d8bd6c;
    height: 58px;
    padding: 0 30px;
    font-weight: 400
}

.fancybox-content .modal_body .mdlFrm .gform_wrapper.gravity-theme .gform_footer input:hover {
    color: #fff;
    background-color: #000
}

.spacer.vino-sec:not(.trg_cls) .cmn-hdr h2 {
    padding-left: 165px
}

.vin-wrap ul li {
    list-style: none
}

.team_secs .loc_outer:nth-child(2n) .row {
    flex-direction: row-reverse
}

.team_secs .loc_outer .row {
    align-items: center
}

.them_img {
    width: 100%;
    height: 400px
}

.them_img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.team_secs .loc_outer {
    padding-bottom: 60px
}

.team_secs .loc_outer:nth-child(n) .cont_wpr {
    margin-right: 0;
    margin-left: 40px
}

.team_secs .loc_outer:nth-child(2n) .cont_wpr {
    margin-left: 0;
    margin-right: 40px
}

.team_secs .loc_outer:last-child {
    padding-bottom: 0
}

.cont_wpr h5 {
    font-size: 25px
}

.social_connc ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.social_connc h5 {
    font-size: 25px;
    color: #fff
}

.social_connc {
    background: #1f1f1f;
    padding: 20px 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.social_connc .social-media {
    display: flex;
    align-items: center;
    justify-content: center
}

.social_connc .social-media li a {
    color: #fff;
    font-size: 35px
}

.social_connc .social-media li:not(:last-child) {
    margin-right: 25px
}

.iframe_mp {
    height: 300px;
    width: 100%
}

.iframe_mp iframe {
    width: 100%;
    height: 100%
}

.rqst_btn {
    margin-top: 30px
}

.trg_cls #trigger4 {
    bottom: -298px
}

.page-template-awards div.default_title {
    display: none
}

.page-template-awards .entry-header h3 {
    margin-bottom: 15px
}

.page-template-awards .entry-content {
    margin-bottom: 50px
}

.page-template-awards .bnr_wrappr_xd .inner-wrap {
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto
}

.awards_card a {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px
}

.awards_card a span {
    display: inline-flex;
    justify-content: center;
    width: 100%
}

.awards_card a img {
    height: 250px;
    object-fit: contain;
    width: 100%;
    transition: 0.4s all ease
}

.awards_card a:hover span img {
    opacity: .7;
}

.awards_card h4 {
    margin-bottom: 15px
}

.awards_card {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 0 40px rgba(0,0,0,.15);
    text-align: center
}

.bnr_wrappr_xd.cmn-gap {
    padding: 80px 0 100px
}

.reviews_part {
    padding: 50px 0 30px
}

.cat_row_slider .categ-col {
    padding: 0 15px
}

.cat_row_slider .slick-list {
    margin: 0 -15px
}

.cat_row_slider .slick-arrow {
    width: 54px;
    height: 54px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: 54px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2
}

.cat_row_slider .slick-arrow:before {
    content: "\f054";
    font-size: 0;
    color: #000;
    font-weight: 900;
    font-family: "Font Awesome 5 Free"
}

.cat_row_slider .slick-prev:before {
    content: "\f053"
}

.cat_row_slider .slick-prev {
    left: -50px;
    background-image: url(../../../../../../themes/european-flooring/images/icon-sld-arw-rt.svg)
}

.cat_row_slider .slick-next {
    right: -50px;
    background-image: url(../../../../../../themes/european-flooring/images/icon-sld-arw-lt.svg)
}

.opr_sec .quotes_cnt.cmn-hdr {
    text-align: center
}

.team_secs.opr_sec .loc_outer:nth-child(2n) .row {
    flex-direction: row
}

.portfolio_grp_sec {
    background-color: #F5F6F8
}

.portfolio_row_slider .cust-col {
    padding: 0 15px;
    margin-bottom: 0
}

.portfolio_row_slider .slick-list {
    margin: 0 -15px
}

.portfolio_row_slider .slick-arrow {
    width: 54px;
    height: 54px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: 54px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2
}

.portfolio_row_slider .slick-arrow:before {
    content: "\f054";
    font-size: 0;
    color: #000;
    font-weight: 900;
    font-family: "Font Awesome 5 Free"
}

.portfolio_row_slider .slick-prev:before {
    content: "\f053"
}

.portfolio_row_slider .slick-prev {
    left: -50px;
    background-image: url(../../../../../../themes/european-flooring/images/icon-sld-arw-rt.svg)
}

.portfolio_row_slider .slick-next {
    right: -50px;
    background-image: url(../../../../../../themes/european-flooring/images/icon-sld-arw-lt.svg)
}

.team_secs.opr_sec .loc_outer_wrap:nth-child(even) .row {
    flex-direction: row-reverse!important
}

.opr_sec .loc_outer_wrap h3 {
    margin-bottom: 80px
}

.opr_sec .loc_outer {
    padding-right: calc((100% - 1140px) / 2)
}

.opr_sec .cont_wpr {
    padding: 47px 0 52px 0;
    margin-right: 38px;
    position: relative;
    margin: 25px 0
}

.opr_sec .cont_wpr:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #d8bd6c;
    transition: all 0.9s ease-in-out
}

.opr_sec .cont_wpr:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background-color: #c7a14e;
    transition: all 0.6s ease
}

.opr_sec .them_img {
    height: 100%
}

.opr_sec .loc_outer_wrap {
    margin-bottom: 90px
}

.opr_sec .loc_outer_wrap_cont .loc_outer_wrap:nth-child(even) .loc_outer {
    padding-left: calc((100% - 1140px) / 2);
    padding-right: 0
}

.opr_sec .loc_outer_wrap_cont .loc_outer_wrap:nth-child(even) .col-lg-5 {
    order: 2
}

.opr_sec .loc_outer_wrap_cont .col-lg-5 {
    align-self: center
}

.team_secs.opr_sec .loc_outer .row {
    align-items: stretch
}

.google_review_sec .review_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px
}

.contact_btm_sec.cmn-gap {
    padding-top: 0
}

.contact_btm_sec .separte_btns {
    margin-top: 40px
}

.contact_btm_sec .iframe_mp {
    height: 100%
}

.contact_btm_sec .iframe_info {
    padding-left: 50px
}

.contact_btm_sec .iframe_info li+li {
    margin-top: 20px
}

.contact_btm_sec .iframe_info li {
    display: flex
}

.contact_btm_sec .iframe_info ul {
    list-style: none
}

.contact_btm_sec .icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: var(--1,linear-gradient(139deg,#D8BD6C 0%,#C7A14E 24.96%,#F2E0A0 46.35%,#D8BD6C 76.19%,#C7A14E 100%));
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.contact_btm_sec .info {
    padding-left: 25px
}

.contact_btm_sec .info p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    margin-bottom: 4px
}

.contact_btm_sec .info p strong {
    font-weight: 500
}

.contact_btm_sec .info p a {
    color: #000
}

.contact_btm_sec .info p a:hover {
    text-decoration: underline!important
}

.contact_btm_sec .cont_wpr {
    padding: 47px 0 52px 0;
    margin-right: 38px;
    position: relative;
    margin: 25px 0
}

.contact_btm_sec .cont_wpr:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #d8bd6c;
    transition: all 0.9s ease-in-out
}

.contact_btm_sec .cont_wpr:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background-color: #c7a14e;
    transition: all 0.6s ease
}

.cont_wpr_line:before,.opr_sec .cont_wpr.cont_wpr_line::before {
    width: 0
}

.cont_wpr_line.cmn-active:before,.opr_sec .cont_wpr.cont_wpr_line.cmn-active::before {
    width: 100%
}

.cont_wpr_line:after,.opr_sec .cont_wpr.cont_wpr_line::after {
    width: 0
}

.cont_wpr_line.cmn-active:after,.opr_sec .cont_wpr.cont_wpr_line.cmn-active::after {
    width: 100%
}

.contact_btm_sec .cont_wpr.cont_wpr_line::before {
    width: 0
}

.contact_btm_sec .cont_wpr.cont_wpr_line.cmn-active::before {
    width: 100%
}

.contact_btm_sec .cont_wpr.cont_wpr_line::after {
    width: 0
}

.contact_btm_sec .cont_wpr.cont_wpr_line.cmn-active::after {
    width: 100%
}

.team_sectn_svg1 {
    position: absolute;
    top: 0;
    right: 10%;
    width: 59%
}

.team_sectn_svg1 svg {
    width: 100%;
    height: 397px
}

.locator_wrap_location {
    padding-top: 105px
}

.loc_outer_wrap:nth-child(even) .loc_outer_wrap_headings {
    padding-left: 113px
}

.loc_outer_wrap:nth-child(odd) .loc_outer_wrap_headings {
    padding-right: 280px
}

.cat_row_slider.categ-row,.portfolio_row_slider.cust-row {
    margin-bottom: 0
}

.google_review_sec .review_title h3 {
    margin-bottom: 0
}

.opr_sec .loc_outer_wrap.neww {
    position: relative
}

.svg_loc_outer_wrapper {
    position: absolute;
    left: 10%;
    right: 0;
    top: -90px;
    pointer-events: none
}

.opr_sec .loc_outer_wrap.neww .cont_wpr {
    background: #fff
}

.opr_sec .loc_outer_wrap.neww:nth-child(odd) .svg_loc_outer_wrapper {
    right: 0;
    left: 0
}

.opr_sec .loc_outer_wrap.neww:nth-child(odd) .svg_loc_outer_anim1 {
    display: table;
    margin-left: auto
}

.quotes_cnt_inner {
    padding: 0 50px
}

.banner h1 {
    font-family: 'century_gothicregular';
    font-weight: 500
}

.logo-img,.vino-sec .cmn-hdr {
    text-align: center
}

.loc_outer_wrap_headings h3 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 25px
}

.categ-col figure {
    height: 272px
}

.categ-col figure img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.categ-row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 40px
}

.vino-sec .vino-outr {
    padding-top: 150px
}

.vino-col-btn {
    padding: 97px 0 0 165px
}

.vino-sec .al_logos {
    margin-bottom: 60px
}

.vino-sec .cmn-hdr h2 {
    padding-left: 0!important
}

.vino-sec .cmn-hdr {
    max-width: 704px;
    margin-left: auto;
    margin-right: auto
}
.vino-sec .cmn-hdr.w-100 {
    max-width: max-content;
}


.header-top-btn .btn-info {
    margin-top: 0
}

.header-top-btn .btn-info:hover {
    background-color: #fff;
    color: #000
}

.header-top-btn {
    text-align: right
}

.collapse-outer {
    margin-left: auto
}

.ftr-rgt .luxe-red {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.ftr-rgt .luxe-red a {
    margin: 0 15px
}

#trigger1 {
    top: 532px
}

.page-template-awards .entry-footer .post-edit-link {
    color: #fff;
    background-color: #d8bd6c;
    padding: 8px 10px;
    border-radius: 10px;
    min-width: 120px
}

.page-template-awards .entry-footer .post-edit-link:hover {
    background-color: #000
}

.page-template-awards .entry-footer {
    margin-bottom: 50px
}

.awards_box .awards_row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 40px
}

.awards_card {
    height: 100%
}

.awarded-logo-sec .cmn-hdr {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

.collections-sec {
    background-color: #F5F6F8
}

.collections-row {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 65px;
    justify-content: center
}

.collections-card figure {
    margin: 0;
    height: 231px;
    overflow: hidden
}

.collections-card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out
}

.collections-card figure:hover img {
    transform: scale(1.1)
}

.collections-btm-con {
    text-align: center;
    padding: 22px 0 0
}

.portfolio-content h3,.collections-card h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    background-clip: inherit;
    -webkit-text-fill-color: #000;
    background: none;
    text-shadow: none;
    font-family: "Montserrat",sans-serif;
    font-variant: normal;
    margin-bottom: 20px
}

.new-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    background: linear-gradient(139.26deg,#D8BD6C 2.14%,#C7A14E 26.75%,#F2E0A0 47.85%,#D8BD6C 77.28%,#C7A14E 100.76%);
    padding: 20px 13px;
    border-radius: 8px;
    min-height: 69px
}

.new-btn img {
    width: 29px;
    display: inline-block;
    margin-left: 8px
}

.new-btn:hover {
    background: linear-gradient(45deg,#D8BD6C 2.14%,#C7A14E 26.75%,#F2E0A0 47.85%,#D8BD6C 77.28%,#C7A14E 100.76%);
    color: #000
}

.container-leftalign {
    padding-right: calc((100% - 1140px)/2)
}

.hardwood-left-col figure {
    margin: 0
}

.hardwood-left-col figure img {
    width: 100%;
    height: 100%
}

.cmn-listing {
    padding: 0;
    margin: 0;
    list-style: none
}

.cmn-listing li {
    position: relative;
    padding-left: 36px
}

.cmn-listing li:not(:last-child) {
    margin-bottom: 20px
}

.cmn-listing li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    background: url(../../../../../../themes/european-flooring/images/dotted.svg) no-repeat left center;
    background-size: 100% 100%
}

.hardwood-right-inner .cmn-hdr {
    margin-bottom: 20px
}

.hardwood-btn-wrap {
    padding-top: 66px
}

.hardwood-btn-wrap a:not(:last-child) {
    margin-right: 15px;
    margin-bottom: 15px
}

.hardwood-right-inner {
    padding-left: 42px;
    padding-top: 85px
}

.portfolio-card figure {
    margin-bottom: 0;
    height: 262px;
    overflow: hidden
}

.portfolio-card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out
}

.portfolio-card {
    position: relative;
    display: block;
    width: 100%
}

.portfolio-slider .slick-list {
    margin: 0 -15px
}

.portfolio-slider .portfolio-item {
    padding: 0 15px
}

.portfolio-content h3 {
    -webkit-text-fill-color: #fff;
    margin-bottom: 0;
    z-index: 2
}

.portfolio-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.portfolio-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000000 100%);
    opacity: .63;
    z-index: 1
}

.portfolio-card:hover figure img {
    transform: scale(1.1)
}

.portfolio-slider-outer {
    position: relative
}

.portfolio-btn-wrap .slick-arrow {
    background-color: transparent;
    border: 0;
    outline: none;
    box-shadow: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 59px;
    height: 59px;
    padding: 0;
    transition: all .3s ease-in-out
}

.portfolio-btn-wrap .slick-arrow:hover {
    opacity: .5
}

.portfolio-btn-wrap .slick-arrow img {
    width: 100%;
    height: 100%
}

.portfolio-btn-wrap .prev {
    left: -130px
}

.portfolio-btn-wrap .next {
    right: -130px
}

.our-portfolio-sec .cmn-hdr {
    margin-bottom: 50px
}

.our-portfolio-sec {
    background-color: #F5F6F8
}

.container-rightalign {
    padding-left: calc((100% - 1140px)/2)
}

.row-reverse {
    flex-direction: row-reverse
}

.row-reverse .hardwood-right-inner {
    padding-left: 0
}

.collections-sec .cmn-hdr {
    margin-bottom: 40px
}

.banner.inner-banner.banner-nwx {
    padding: 265px 0;
    height: 100vh
}

.collections-card h3 {
    margin-bottom: 10px
}

.container.extmnu {
    max-width: 1180px
}

.ftr-widget .ftrwdgt-head {
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px
}

.ftr-widget .f-menu {
    padding: 0;
    margin: 0;
    list-style: none
}

.ftr-widget .f-menu li {
    margin-bottom: 20px
}

.ftr-widget .f-menu li:last-child {
    margin-bottom: 0
}

.ftr-widget .f-menu li a {
    color: #fff
}

.ftr-widget .f-menu li a:hover {
    color: var(--yellow)
}

.faq-new-acc .accordion-item {
    background-color: transparent;
    border: 0
}

.page-template-hardwood-flooring-store-landing .banner h1 {
    font-size: 72px
}

.hardwood-flooring-store-landing-main-wraper .hardwood-left-col figure {
    height: 100%
}

.hardwood-flooring-store-landing-main-wraper .hardwood-left-col figure img {
    object-fit: cover
}

.page-template-hardwood-flooring-store-landing .banner p {
    line-height: 1.5
}

.faq-new-title {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    background-clip: inherit;
    -webkit-text-fill-color: #000;
    background: none;
    text-shadow: none;
    font-family: "Montserrat",sans-serif;
    font-variant: normal;
    margin-bottom: 0;
    padding: 24px 50px 24px 0;
    cursor: pointer
}

.faq-new-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url(../../../../../../themes/european-flooring/images/plus-icon.svg) no-repeat right center / 15px
}

.faq-new-title.active::before {
    background: url(../../../../../../themes/european-flooring/images/minus-icon.svg) no-repeat right center / 15px
}

.faq-new-item:first-child {
    border-top: 0
}

.faq-new-item {
    border-top: 1px solid #2f2f2f
}

.faq-new-body {
    display: none
}

.faq-new-body {
    padding: 0 30px 25px 0
}

.hardwood-flooring-store-landing-main-wraper .hardwood-right-inner {
    padding-top: 0
}

.collections-card figure a {
    display: block;
    height: 100%
}

.page-id-4888 .main-head .new-btn.rqstsample,.page-id-6091 .main-head .new-btn.rqstsample,.page-id-6368 .main-head .new-btn.rqstsample {
    color: #000;
    min-height: unset;
    padding: 15px 30px
}

.page-id-4888 .banner h1 {
    font-size: 80px
}

.page-id-6091 {
    padding: 113px 0 0
}

html {
    margin: 0!important
}

.page-id-6091 .banner video,.page-id-6091 .banner.inner-banner {
    height: calc(100vh - 113px)
}

.page-id-6091 .main-head {
    background: #000
}

.page-template-hardwood-flooring-distributor-service .main-head {
    position: relative;
    background: #000
}

.page-template-hardwood-flooring-distributor-service .inner-banner.dfn-gap {
    padding: 100px 0;
    min-height: 800px
}

.page-template-hardwood-flooring-distributor-service .inner-banner p {
    line-height: 1.5;
    max-width: 740px;
    margin: 0 auto 30px
}

.page-template-hardwood-flooring-distributor-service .banner-lower-img {
    padding-top: 60px
}

.page-template-hardwood-flooring-distributor-service .banner-lower-img img {
    max-width: 160px;
    margin: 0 15px
}

.page-template-hardwood-flooring-distributor-service .hardwood-sec>.cmn-hdr {
    max-width: 1100px;
    margin: 0 auto 70px;
    text-align: center
}

.page-template-hardwood-flooring-distributor-service .hardwood-sec .hardwood-btn-wrap {
    text-align: center
}

.page-template-hardwood-flooring-distributor-service .old-world {
    padding: 60px 0;
    position: relative;
    z-index: 1;
    background-position: bottom
}

.page-template-hardwood-flooring-distributor-service .old-world:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: -1
}

.page-template-hardwood-flooring-distributor-service .old-word-sec {
    text-align: center
}

.page-template-hardwood-flooring-distributor-service .old-word-sec h2,.page-template-hardwood-flooring-distributor-service .old-word-sec p {
    color: #fff
}

.whole-luxury-sec {
    text-align: center
}

.whole-luxury-sec .boxes {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -10px -10px
}

.whole-luxury-sec .boxes .box {
    width: 33.33%;
    padding: 10px
}

.whole-luxury-sec .boxes .box h3 {
    font-size: 32px
}

.page-template-hardwood-flooring-distributor-service .hardwood-right-inner .hardwood-btn-wrap {
    text-align: left
}

.page-template-hardwood-flooring-distributor-service .our-portfolio-sec .hardwood-btn-wrap {
    text-align: center
}

.page-template-hardwood-flooring-distributor-service .reviews_part {
    padding: 60px 0
}

.page-template-hardwood-flooring-distributor-service .hardwood-right-inner {
    padding-top: 0
}

.page-template-hardwood-flooring-distributor-service .cmn-hdr h2,.page-template-hardwood-flooring-distributor-service h2 {
    font-size: 40px
}

.page-template-hardwood-flooring-distributor-service .box-upr-wpr {
    margin-bottom: 45px
}

.page-template-hardwood-flooring-distributor-service .box-upr-wpr p {
    width: fit-content;
    padding-left: 35px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    font-weight: 700
}

.page-template-hardwood-flooring-distributor-service .box-upr-wpr p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    background: url(../../../../../../themes/european-flooring/images/dotted.svg) no-repeat left center;
    background-size: 100% 100%
}

.page-template-hardwood-flooring-distributor-service .banner h1 {
    line-height: 1.1
}

.choosesec {
    padding: 60px 0
}

.wholesale-wrapp {
    margin-bottom: 0
}

@media (min-width: 1025px) {
    .navbar-nav .clickD {
        display:none
    }

    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1160px
    }
}

@media (max-width: 1520px) {
    .vin-wrap.cmn-wrap.cmn-wrap2.vin-wrap1::after {
        width:3px;
        height: 553px;
        bottom: -553px;
        right: 54%
    }
}

@media (max-width: 1439px) {
    .vin-wrap.cmn-wrap.cmn-wrap2.vin-wrap1::after {
        width:3px;
        height: 555px;
        bottom: -556px;
        right: 63%
    }

    .vin-wrap.cmn-wrap.cmn-wrap2.vin-wrap1::before {
        height: 387px;
        width: 3px;
        background-color: #d8bd6c;
        top: -387px;
        left: auto;
        right: 34%
    }

    .locator_wrap_location {
        padding-top: 75px
    }
}

@media (max-width: 1399px) {
    .portfolio-btn-wrap .prev {
        left:-70px
    }

    .portfolio-btn-wrap .next {
        right: -70px
    }

    .page-template-hardwood-flooring-distributor-service .banner h1 {
        font-size: 70px;
        max-width: 980px;
        margin: 0 auto 30px
    }

    .page-template-hardwood-flooring-distributor-service .banner-lower-img img {
        max-width: 130px;
        margin: 0 5px
    }

    .page-template-hardwood-flooring-distributor-service .inner-banner.dfn-gap {
        padding: 70px 0;
        min-height: 700px
    }

    .page-template-hardwood-flooring-distributor-service .ftr-rgt .luxe-red a {
        max-width: 100px
    }
}

@media (max-width: 1280px) {
    .vino-outr.v-outr2::before {
        right:0%
    }

    .vino-outr.v-outr2::after {
        width: 887px;
        top: -25px;
        height: 3px;
        right: 0
    }

    .vino-outr.v-outr2.cus-line::before {
        right: 0%
    }

    .cat_row_slider .slick-list {
        padding: 0
    }

    .cat_row_slider {
        padding: 0 60px
    }

    .cat_row_slider .slick-prev {
        left: 0
    }

    .cat_row_slider .slick-next {
        right: 0
    }

    .portfolio_row_slider .slick-prev {
        left: 0
    }

    .portfolio_row_slider .slick-next {
        right: 0
    }

    .portfolio_row_slider {
        padding: 0 60px
    }

    .vino-sec .vino-outr {
        padding-top: 120px
    }

    .portfolio-btn-wrap .prev {
        left: -20px
    }

    .portfolio-btn-wrap .next {
        right: -20px
    }

    .portfolio-btn-wrap .slick-arrow {
        width: 42px;
        height: 42px
    }
}

@media (max-width: 1199px) {
    .navbar-brand {
        width:204px
    }

    h1 {
        font-size: 70px
    }

    body {
        font-size: 15px
    }

    h2 {
        font-size: 46px
    }

    .vin-wrap ul li {
        margin-bottom: 16px
    }

    .vin-wrap ul li::after {
        top: 1px
    }

    h3 {
        font-size: 40px
    }

    .navbar-nav li a {
        font-size: 14px
    }

    .vin-wrap.cmn-wrap {
        padding: 35px 60px
    }

    .la-sec {
        padding: 150px 0
    }

    .cmn-gap {
        padding: 55px 0
    }

    .vino-sec h2::before {
        top: -59px;
        height: 87px
    }

    .vin-wrap {
        padding: 20px 0
    }

    .vdo-wrap figure {
        height: 345px
    }

    .play-btn::after {
        top: -7px;
        bottom: -7px;
        left: -7px;
        right: -7px
    }

    .vdo-wrap figure img {
        position: relative;
        z-index: 1
    }

    .vin-wrap.vin-wrap1::before {
        height: 225px;
        top: -225px
    }

    .vino-outr.v-outr2::before {
        height: 340px;
        top: -362px
    }

    .vin-wrap.vin-wrap2::after {
        top: -125px;
        height: 125px;
        right: 40%
    }

    .vino-outr.v-outr2::after {
        width: 736px;
        top: -25px;
        right: 0
    }

    .vin-wrap.cmn-wrap.cmn-wrap2.vin-wrap1::before {
        height: 235px;
        top: -238px;
        right: 55%
    }

    .cmn-hdr {
        margin-bottom: 45px
    }

    .vin-wrap.cmn-wrap.cmn-wrap2.vin-wrap1::after {
        height: 363px;
        bottom: -365px;
        right: 69%
    }

    .ftr-links a {
        font-size: 15px
    }

    .ftr-rgt a {
        font-size: 33px
    }

    .copy p {
        font-size: 15px
    }

    .ftr-btm {
        margin: 34px 0
    }

    .ftr-lft {
        max-width: 100%;
        margin-bottom: 18px
    }

    .vino-outr.v-outr2.cus-line::before {
        height: 286px;
        top: -308px
    }

    .vino-outr.v-outr2.cus-line .vin-wrap.vin-wrap2::after {
        top: -145px;
        height: 144px;
        right: 40%
    }

    .vin-wrap.cmn-wrap.cmn-wrap2.vin-wrap1.main-wrap::before {
        height: 257px;
        top: -258px;
        right: 55%
    }

    .max-width-banner {
        max-width: 693px
    }

    .max-width-banner h1 {
        font-size: 47px
    }

    .cus-row .vin-left h2::before {
        top: -98px;
        height: 127px
    }

    .vdo-wrap1::after {
        width: 317px;
        bottom: 10px
    }

    h5 {
        font-size: 16px
    }

    .cards p {
        font-size: 14px
    }

    .round-icon {
        width: 30px;
        height: 30px
    }

    .locason-rap {
        padding: 10px
    }

    .theb-footer a {
        color: var(--dark);
        font-size: 13px;
        padding-left: 7px
    }

    .location-wrap {
        min-height: 112px
    }

    #trigger2 {
        bottom: -205px;
        z-index: 2
    }

    #trigger2 svg {
        height: 222px!important
    }

    #trigger3 svg {
        height: 439px!important;
        width: 793px!important
    }

    #trigger3 {
        top: -207px;
        right: 0
    }

    #trigger4 svg {
        height: 237px!important
    }

    #trigger4 {
        bottom: -206px;
        left: 25%
    }

    #trigger5 svg {
        height: 366px!important
    }

    #trigger5 {
        left: 12%;
        top: -208px
    }

    #trigger6 svg {
        height: 404px!important;
        width: 820px!important
    }

    #trigger6 {
        top: -206px
    }

    #trigger7 svg {
        height: 260px
    }

    #trigger7 {
        bottom: -207px;
        left: 25%
    }

    #trigger9 svg {
        height: 127px
    }

    #trigger9 {
        bottom: -127px
    }

    #trigger8 {
        top: -187px
    }

    .locason-sec .card-top {
        height: auto
    }

    .woocommerce-shop .woocommerce-result-count {
        font-size: 14px;
        margin-right: 12px
    }

    .woocommerce-shop .woocommerce-ordering select {
        font-size: 14px
    }

    .sec_wrps .woocommerce-ordering select {
        font-size: 14px
    }

    .sec_wrps .woocommerce-result-count {
        font-size: 14px;
        margin-right: 12px
    }

    .curve_sec.block-res .vdo-wrap {
        max-width: 360px
    }

    .bnr_wrappr_xd.cmn-gap {
        padding: 40px 0 60px
    }

    .locator_wrap_location {
        padding-top: 0
    }

    .team_sectn_svg1 {
        display: none
    }

    .quotes_cnt_inner {
        padding: 0 0
    }

    .categ-col .btn-info {
        font-size: 17px
    }

    .categ-col figure {
        height: 219px
    }

    .vino-col-btn {
        text-align: center;
        padding: 0
    }

    .vino-sec .vino-outr {
        padding-top: 90px
    }

    .vino-sec .cmn-hdr h2,.cmn-hdr.cmn-hdr2.new_clsss a {
        max-width: initial!important
    }

    .vino-sec .cmn-hdr.new_clsss {
        margin-bottom: 0
    }

    .officer-sec h2 {
        margin-left: 0
    }

    .portfolio-content h3,.collections-card h3 {
        font-size: 22px
    }

    .portfolio-content {
        padding: 15px
    }

    .container-leftalign {
        padding-right: calc((100% - 960px)/2)
    }

    .container-rightalign {
        padding-left: calc((100% - 960px)/2)
    }

    .hardwood-right-inner {
        padding-left: 0;
        padding-top: 55px
    }

    .hardwood-btn-wrap {
        padding-top: 35px
    }

    .new-btn {
        min-height: 1px
    }

    .banner.inner-banner.banner-nwx {
        padding: 208px 0
    }

    .navbar-nav>li {
        margin: 0 8px
    }

    .page-template-hardwood-flooring-store-landing .banner h1 {
        font-size: 62px
    }

    .page-id-4888 .banner h1 {
        font-size: 54px
    }

    .page-template-hardwood-flooring-distributor-service .banner h1 {
        font-size: 55px;
        max-width: 780px
    }

    .page-template-hardwood-flooring-distributor-service .ftr-btm {
        margin: 0
    }

    .page-template-hardwood-flooring-distributor-service .cmn-listing li:not(:last-child) {
        margin-bottom: 15px
    }

    .page-template-hardwood-flooring-distributor-service .cmn-listing li {
        padding-left: 28px
    }

    .page-template-hardwood-flooring-distributor-service .cmn-listing li::before {
        width: 17px;
        height: 17px
    }

    .page-template-hardwood-flooring-distributor-service .new-btn {
        font-size: 14px;
        padding: 20px 13px;
        line-height: 1
    }

    .page-template-hardwood-flooring-distributor-service .new-btn img {
        width: 20px
    }
}

@media (max-width: 1024px) {
    .navbar-nav .clickD {
        position:absolute;
        right: 0;
        top: 17px;
        width: 20px;
        height: 20px;
        background: url(../../../../../../themes/european-flooring/images/arrow-down.svg) center center no-repeat;
        display: block;
        background-size: 10px;
        cursor: pointer
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        filter: brightness(0) saturate(100%) invert(89%) sepia(68%) saturate(2403%) hue-rotate(321deg) brightness(100%) contrast(94%)
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 5px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .sub-menu>li.menu-item-has-children .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 20px
    }

    .sub-menu>li.menu-item-has-children>a {
        padding-right: 20px
    }

    .sub-menu.show {
        display: block
    }

    .navbar-nav>li {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .navbar-nav>li.current-menu-item>a:after,.navbar-nav>li>a:after,.navbar-nav>li.menu-item-has-children>a:after {
        width: 100%;
        opacity: 0
    }

    .navbar-nav>li.current-menu-item>a:after,.navbar-nav>li>a:hover:after,.navbar-nav>li.menu-item-has-children:hover>a:after {
        width: 100%;
        opacity: 1
    }

    .navbar-nav li.menu-item-has-children a:before {
        display: none
    }

    .navbar-nav li.menu-item-has-children a {
        padding-right: 0
    }

    #trigger1,#trigger2,#trigger3,#trigger4,#trigger5,#trigger6,#trigger7,#trigger8,#trigger9,#trigger10,#trigger11,#trigger12,#trigger13,#trigger14,#trigger15,#trigger16,#trigger17,#trigger18,#trigger19,#trigger20,#trigger21,#trigger22,#trigger23,#trigger24,#trigger25 {
        display: none
    }

    .vin-wrap.first-line::before,.vin-wrap.first-line::after,.cmn-wrap .scnd-line::before,.cmn-wrap .scnd-line::after {
        width: 100%
    }

    .cmn-wrap .scnd-line2::before,.cmn-wrap .scnd-line2::after {
        height: 100%
    }

    .block-res .vin-wrap.first-line::before,.block-res .vin-wrap.first-line::after {
        width: 0
    }

    .block-res .vin-wrap.first-line.cmn-active::before,.block-res .vin-wrap.first-line.cmn-active::after {
        width: 100%
    }

    .banner video {
        height: 55vh
    }

    .curve_sec.block-res .vdo-wrap {
        max-width: 459px
    }

    .curve_sec.block-res .line_pk {
        display: none
    }

    .svg_loc_outer_wrapper {
        display: none
    }

    .loc_outer_wrap:nth-child(odd) .loc_outer_wrap_headings {
        padding-right: 0
    }

    .loc_outer_wrap:nth-child(even) .loc_outer_wrap_headings {
        padding-left: 0
    }

    .opr_sec .loc_outer_wrap.neww:last-child {
        margin-bottom: 0
    }

    .opr_sec .loc_outer_wrap.neww h3 {
        margin-bottom: 50px
    }

    .cont_wpr.cont_wpr_line .btn {
        font-size: 16px;
        padding: 10px 15px
    }

    .page-template-miami-location .banner video {
        height: 500px
    }
}

@media (max-width: 991px) {
    .menu-item-3215>a+.clickD {
        background-position:right 14px center!important;
        width: 100%!important;
        right: 0!important;
        background-size: 12px
    }

    .menu-item-3215>a+.clickD.toggled {
        background-position: right 95% center!important;
        background-size: 12px
    }

    .flx-center {
        margin-left: 102px
    }

    .navbar-toggler {
        position: relative;
        width: 33px;
        margin-left: auto;
        height: 28px;
        padding: 0;
        outline: none!important;
        border: none!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }

    .stick,.stick:after,.stick:before {
        width: 30px;
        height: 2px;
        background: rgb(255,255,255);
        position: absolute;
        left: 0;
        top: auto;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        border-radius: 5px
    }

    .stick:before {
        content: "";
        top: -10px;
        left: 0
    }

    .stick:after {
        content: "";
        top: 10px;
        left: 0
    }

    .stick.open {
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
        background: transparent
    }

    .stick.open:before {
        -webkit-transform: rotate(45deg) translate(42px,-28px);
        -ms-transform: rotate(45deg) translate(42px,-28px);
        transform: rotate(45deg) translate(42px,-28px);
        background: #000;
        left: 2px
    }

    .stick.open:after {
        -webkit-transform: rotate(-45deg) translate(42px,28px);
        -ms-transform: rotate(-45deg) translate(42px,28px);
        transform: rotate(-45deg) translate(42px,28px);
        left: 2px;
        background: #000
    }

    .navbar-nav .clickD {
        top: 8px;
        right: 10px!important;
        -webkit-transform: rotate(0)!important;
        -ms-transform: rotate(0)!important;
        transform: rotate(0)!important
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg)!important;
        -ms-transform: rotate(180deg)!important;
        transform: rotate(180deg)!important
    }

    .sub-menu,.navbar-nav>li>.sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
        right: inherit
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 0
    }

    .navbar-nav>li {
        margin: 0;
        padding: 0
    }

    .navbar-nav li.menu-item-has-children>a {
        padding-right: 30px!important
    }

    .navbar-nav>li>a {
        padding: 8px 20px;
        display: inline-block;
        width: 100%
    }

    .sub-menu>li>a {
        padding: 4px 20px
    }

    .sub-menu .sub-menu>li>a {
        padding-left: 60px
    }

    .sub-menu .sub-menu .sub-menu>li>a {
        padding-left: 80px
    }

    .navbar-nav>li>a:after {
        bottom: 0
    }

    .navbar-collapse {
        background: #fff;
        position: fixed;
        top: 0;
        height: 100%!important;
        width: 290px;
        overflow-y: auto;
        -webkit-transition: inherit!important;
        -o-transition: inherit!important;
        transition: inherit!important;
        right: 0;
        margin: 0;
        display: block!important;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: transform 0.2s ease-in-out!important;
        -webkit-transition: -webkit-transform 0.2s ease-in-out!important;
        transition: -webkit-transform 0.2s ease-in-out!important;
        -o-transition: transform 0.2s ease-in-out!important;
        transition: transform 0.2s ease-in-out!important;
        transition: transform 0.2s ease-in-out,-webkit-transform 0.2s ease-in-out!important;
        z-index: 100
    }

    .navbar-collapse.show,.navbar-collapse.collapsing {
        display: block!important;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: transform 0.2s ease-in-out!important;
        -webkit-transition: -webkit-transform 0.2s ease-in-out!important;
        transition: -webkit-transform 0.2s ease-in-out!important;
        -o-transition: transform 0.2s ease-in-out!important;
        transition: transform 0.2s ease-in-out!important;
        transition: transform 0.2s ease-in-out,-webkit-transform 0.2s ease-in-out!important
    }

    .navbar-collapse .navbar-nav {
        margin: 80px 0 0!important;
        padding: 0 0 40px 0
    }

    .navbar-collapse .navbar-toggler {
        display: block;
        right: 20px;
        top: 20px;
        position: absolute
    }

    #navoverlay.open {
        background-color: rgba(0,0,0,.4);
        pointer-events: all;
        -webkit-transition: background-color 0.5s linear;
        -o-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear
    }

    body.open-nav,html.open-nav {
        height: 100%;
        overflow: hidden!important
    }

    .navbar-nav li a {
        font-size: 16px;
        color: #000
    }

    h1 {
        font-size: 55px
    }

    h2 {
        font-size: 36px
    }

    .vino-sec h2::before {
        top: -59px;
        height: 81px
    }

    .la-sec {
        padding: 60px 0
    }

    .vin-wrap.cmn-wrap {
        max-width: 600px
    }

    .vin-wrap.cmn-wrap {
        padding: 28px 48px
    }

    h3 {
        font-size: 32px
    }

    .vino-outr.v-outr2::before {
        height: 183px;
        top: -205px
    }

    .vin-wrap.vin-wrap2::after {
        top: -113px;
        height: 112px;
        right: 40%
    }

    .vino-outr.v-outr2::after {
        width: 533px;
        top: -25px;
        right: 0
    }

    .vin-wrap.cmn-wrap.cmn-wrap2.vin-wrap1::before {
        height: 134px;
        top: -136px
    }

    .vin-wrap.cmn-wrap.cmn-wrap2.vin-wrap1::after {
        height: 252px;
        bottom: -253px;
        right: 56%
    }

    .officer-sec h2 {
        margin-left: 152px
    }

    .ftr-rgt a {
        font-size: 24px
    }

    .ftr-links li {
        margin-right: 0;
        width: 33.33%
    }

    .vino-outr.v-outr2.cus-line::before {
        height: 180px;
        top: -205px
    }

    .vino-outr.v-outr2.cus-line .vin-wrap.vin-wrap2::after {
        top: -111px;
        height: 110px;
        right: 40%
    }

    .vin-wrap {
        margin-right: 0
    }

    .vin-wrap.cmn-wrap.cmn-wrap2.vin-wrap1.main-wrap::before {
        height: 136px;
        top: -136px;
        right: 55%
    }

    .banner .theb-footer h6 {
        font-size: 13px
    }

    .cus-row .vin-left h2::before {
        top: -54px;
        height: 76px
    }

    .vdo-wrap1::after,.cus-row .vin-left h2::after,.cus-row .vin-left h2::before {
        display: none
    }

    .cus-row .vin-left h2 {
        padding-left: 0
    }

    .cus-row .vin-left p {
        padding-left: 0
    }

    .cust-col {
        max-width: 50%
    }

    .categ-col {
        padding-bottom: 20px
    }

    .location-wrap {
        min-height: 117px
    }

    .locason-sec .cust-row {
        margin-bottom: -25px
    }

    .locason-sec .col-lg-3.cust-col {
        margin-bottom: 25px
    }

    .cards-footer {
        margin-top: 14px
    }

    .navbar-nav .clickD {
        filter: brightness(0)
    }

    .sub-menu {
        background: rgb(0 0 0 / 69%);
        box-shadow: none
    }

    .sub-menu::after {
        display: none
    }

    .la-sec.spacer .cmn-wrap .scnd-line2 .flx-center.abt_clss {
        margin-right: 0
    }

    .category .collect-sec .entry-title {
        min-height: auto
    }

    .ftr-links {
        justify-content: flex-start
    }

    .team_secs_img,.team_secs_content {
        width: 100%
    }

    .team_secs_img {
        position: static;
        background: none!important
    }

    .team_secs_item {
        min-height: auto
    }

    .team_secs_item .ofcr-pic {
        display: block
    }

    .team_secs_content p {
        font-size: 15px;
        font-weight: 500
    }

    .team_secs .vin-wrap.first-line::before {
        top: 0
    }

    .single-post .cust-col {
        width: 100%;
        max-width: inherit
    }

    .single-post .thebest-sec p iframe {
        width: 100%
    }

    .spacer.vino-sec:not(.trg_cls) .cmn-hdr {
        text-align: center
    }

    .spacer.vino-sec:not(.trg_cls) .cmn-hdr h2 {
        padding-left: 0
    }

    .cmn-hdr.cmn-hdr2.new_clsss a,.cmn-hdr.cmn-hdr2 h2 {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .officer-sec h2 br {
        display: none
    }

    .officer-sec h2 {
        margin-left: 0
    }

    .them_img {
        height: auto
    }

    .team_secs .loc_outer:nth-child(2n) .cont_wpr {
        margin-left: 0;
        margin-right: 0
    }

    .team_secs .loc_outer:nth-child(n) .cont_wpr {
        margin-right: 0;
        margin-left: 0
    }

    .cont_wpr {
        margin-top: 20px
    }

    .opr_sec .loc_outer_wrap.neww {
        margin-bottom: 40px
    }

    .opr_sec .loc_outer_wrap.neww .cont_wpr {
        margin-left: 30px!important;
        margin-right: 30px!important;
        margin-bottom: 0
    }

    .opr_sec .cont_wpr.cont_wpr_line {
        padding: 27px 0 27px 0
    }

    .opr_sec .loc_outer_wrap.neww h3 {
        text-align: center;
        margin-bottom: 30px
    }

    .contact_btm_sec .iframe_info {
        padding-left: 0;
        margin-top: 30px
    }

    .contact_btm_sec .separte_btns {
        margin-top: 0
    }

    .categ-col figure {
        height: 250px
    }

    .navbar-toggler {
        order: 3;
        margin-left: 35px
    }

    .vino-sec .al_logos {
        margin-bottom: 50px
    }

    .vino-sec .vino-outr {
        padding-top: 50px
    }

    .collections-row {
        --bs-gutter-x: 22px;
        --bs-gutter-y: 25px
    }

    .new-btn {
        padding: 15px 13px;
        border-radius: 8px;
        min-height: 52px;
        font-size: 15px
    }

    .portfolio-content h3,.collections-card h3 {
        font-size: 20px
    }

    .portfolio-slider-outer {
        padding-bottom: 50px
    }

    .portfolio-btn-wrap .slick-arrow {
        top: inherit;
        bottom: 0;
        transform: translateY(0)
    }

    .portfolio-btn-wrap .prev {
        left: calc(50% - 47px)
    }

    .portfolio-btn-wrap .next {
        right: calc(50% - 47px)
    }

    .portfolio-slider .slick-list {
        margin: 0 -10px
    }

    .portfolio-slider .portfolio-item {
        padding: 0 10px
    }

    .container-leftalign {
        padding-right: 15px;
        padding-left: 15px;
        max-width: 750px;
        margin: 0 auto
    }

    .container-rightalign {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 750px;
        margin: 0 auto
    }

    .hardwood-right-inner {
        padding-top: 25px
    }

    .banner.inner-banner.banner-nwx {
        padding: 146px 0
    }

    .page-template-hardwood-flooring-store-landing .banner h1 {
        font-size: 42px
    }

    .hardwood-flooring-store-landing-main-wraper .hardwood-right-inner {
        padding-top: 25px
    }

    .faq-new-title {
        font-size: 20px
    }

    .page-id-4888 .main-head .new-btn.rqstsample,.page-id-6091 .main-head .new-btn.rqstsample {
        font-size: 14px
    }

    .page-id-4888 .banner h1 {
        font-size: 42px
    }

    .page-template-hardwood-flooring-distributor-service .banner-lower-img img {
        max-width: 110px
    }

    .page-template-hardwood-flooring-distributor-service p,.page-template-hardwood-flooring-distributor-service {
        font-size: 18px
    }

    .page-template-hardwood-flooring-distributor-service .navbar-brand {
        width: 180px
    }

    .page-template-hardwood-flooring-distributor-service .cmn-hdr h2,.page-template-hardwood-flooring-distributor-service h2 {
        font-size: 34px
    }

    .page-template-hardwood-flooring-distributor-service .hardwood-sec>.cmn-hdr {
        margin: 0 auto 40px
    }

    .page-template-hardwood-flooring-distributor-service .cmn-hdr {
        margin-bottom: 40px
    }

    .page-template-hardwood-flooring-distributor-service .hardwood-right-inner {
        padding-top: 30px
    }

    .page-template-hardwood-flooring-distributor-service .hardwood-right-inner .cmn-hdr {
        margin-bottom: 20px
    }

    .page-template-hardwood-flooring-distributor-service .old-world {
        padding: 30px 0
    }

    .choosesec {
        padding: 30px 0
    }

    .page-template-hardwood-flooring-distributor-service .cmn-hdr h4 {
        font-size: 22px
    }

    .page-template-hardwood-flooring-distributor-service .portfolio-btn-wrap {
        margin-top: 30px
    }

    .page-template-hardwood-flooring-distributor-service .ftr-rgt .luxe-red a {
        max-width: 90px;
        margin: 0 8px
    }

    .page-template-hardwood-flooring-distributor-service .reviews_part {
        padding: 60px 0
    }

    .page-template-hardwood-flooring-distributor-service .footer-wrap .copy {
        margin-top: 25px
    }
}

@media (max-width: 767px) {
    .locason-sec .card-top {
        height:auto
    }
    section.banner.without_video {
    margin-bottom: 45px !important;
}

    .flx-center {
        margin-left: 0
    }

    .cmn-wrap .scnd-line2 {
        padding: 25px 25px
    }

    .alignright,.alignleft,.aligncenter {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        clear: both;
        margin-bottom: 24px
    }

    .vin-left {
        margin-bottom: 30px
    }

    .block-res .new_cls:last-child .vin-left {
        margin-bottom: 0
    }

    .vdo-wrap figure {
        height: auto
    }

    .vin-wrap.vin-wrap1::before,.vino-outr.v-outr2::before,.vin-wrap.vin-wrap2::after,.vino-outr.v-outr2::after,.vin-wrap.cmn-wrap.cmn-wrap2.vin-wrap1::after,.vino-sec h2::after,.vino-sec h2::before,.kj-line:before {
        display: none
    }

    .vin-wrap.cmn-wrap {
        padding: 20px 40px;
        margin: 0 auto
    }

    .vino-outr.v-outr2 {
        padding-top: 0;
        position: relative
    }

    .vin-wrap.cmn-wrap.cmn-wrap2 {
        margin: 0 auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .cus-container {
        padding: 0 12px
    }

    .ofcr-rgt {
        background: none!important;
        position: static
    }

    .ofcr-pic {
        display: block
    }

    .vino-sec h2 {
        padding-left: 0;
        position: relative;
        text-align: center
    }

    .cmn-hdr.cmn-hdr2 h2 {
        padding-left: 0;
        text-align: center
    }

    .officer-sec h2 {
        margin-left: 0;
        text-align: center
    }

    .officer-sec h2 br {
        display: none
    }

    .max-width-banner h1 {
        font-size: 38px
    }

    .cmn-hdr {
        margin-bottom: 26px
    }

    .cus-row .vin-left p {
        padding-left: 0;
        text-align: center
    }

    .cus-row {
        padding-bottom: 31px
    }

    .location-wrap {
        min-height: 113px
    }

    .paginason {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .ftr-links li {
        width: calc(100% / 3)
    }

    h1 {
        font-size: 46px
    }

    .cust-col {
        max-width: 100%
    }

    .location-wrap {
        min-height: auto
    }

    ul.theb-footer {
        min-height: auto
    }

    .woocommerce-shop .vino-sec .collection_pg {
        width: 100%;
        position: relative;
        top: 0
    }

    .woocommerce-shop .wraps_both {
        width: 100%;
        margin-left: 0;
        justify-content: space-between
    }

    .woocommerce-shop .wraps_both .woocommerce-ordering {
        margin: 0
    }

    .woocommerce-shop .vino-sec .products li.product .woocommerce-loop-product__title {
        text-align: left
    }

    .my_search .search-form {
        flex-wrap: wrap
    }

    .my_search .search-form input[type="search"] {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .wraps_both.sec_wrps {
        width: 100%;
        margin-left: auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .bred_cmbs {
        width: 100%;
        position: relative;
        top: inherit;
        left: inherit
    }

    .fancybox-content {
        padding: 40px;
        max-width: 100%
    }

    .pdf_icons {
        padding-left: 0;
        justify-content: center
    }

    .woocommerce-tabs .woocommerce-Tabs-panel .yikes-custom-woo-tab-title {
        text-align: left
    }

    #yith-wcwl-popup-message {
        width: 95%;
        padding: 7px 15px
    }

    .single-post .thebest-sec h3 {
        font-size: 22px
    }

    .single-post .thebest-sec h2 {
        font-size: 28px
    }

    .post-type-archive .seo_cnt h2 {
        font-size: 28px;
        text-align: left
    }

    .officer-sec .cmn-hdr {
        text-align: center
    }

    .cont_wpr h5 {
        font-size: 20px
    }

    .social_connc {
        padding: 20px 12px
    }

    .social_connc h5 {
        font-size: 20px;
    }

    .reviews_part {
        padding: 0 0 40px;
    }

    .google_review_sec .review_title {
        display: block;
        text-align: center;
        margin-bottom: 40px;
    }

    .google_review_sec .review_title h3 {
        margin-bottom: 20px;
    }

    .loc_outer_wrap_headings h3 {
        font-size: 26px;
        margin-bottom: 22px;
    }

    .categ-col figure {
        height: initial
    }

    .categ-col .btn-info {
        font-size: 16px;
        padding: 8px 10px
    }

    .categ-row {
        --bs-gutter-x: 26px;
        --bs-gutter-y: 30px
    }

    .awards_card a img {
        height: initial
    }

    .awards_card a {
        max-width: 200px
    }

    .awards_card h4 {
        font-size: 23px
    }

    .header-top-btn .btn-info {
        font-size: 14px;
        padding: 8px
    }

    .navbar-brand {
        width: 180px
    }

    .ftr-rgt .luxe-red {
        justify-content: center;
        margin-bottom: -25px
    }

    .ftr-rgt .luxe-red a {
        margin-bottom: 25px
    }

    .cmn-gap {
        padding: 50px 0
    }

    .vino-sec .al_logos {
        margin-bottom: 40px
    }

    .vino-sec .vino-outr {
        padding-top: 30px
    }

    .our-portfolio-sec .cmn-hdr,.collections-sec .cmn-hdr {
        margin-bottom: 20px
    }

    .page-template-hardwood-flooring-store-landing .banner h1 {
        font-size: 32px
    }

    .faq-new-title {
        padding: 20px 40px 20px 0
    }

    .faq-new-body {
        padding: 0 30px 20px 0
    }

    .page-id-4888 {
        padding-top: 105px
    }

    .page-id-4888 .banner.inner-banner.banner-nwx {
        padding: 50px 0 60px;
        height: auto;
        min-height: 578px;
        background-position: bottom
    }

    .page-id-4888 .main-head {
        background: #000
    }

    .page-id-4888 .banner h1 {
        font-size: 38px;
    }

    .page-id-6091 {
        padding: 105px 0 0;
    }

    .page-id-6091 .banner video,.page-id-6091 .banner.inner-banner {
        height: 460px;
    }

    .page-id-6091 .bnr_wrappr {
        padding-top: 40px!important;
        padding-bottom: 40px!important
    }

    .page-template-hardwood-flooring-distributor-service .banner h1 {
        font-size: 40px;
        margin-bottom: 15px
    }

    .page-template-hardwood-flooring-distributor-service .inner-banner.dfn-gap {
        padding: 70px 0 50px;
        min-height: 550px
    }

    .page-template-hardwood-flooring-distributor-service .banner-lower-img img {
        max-width: 90px
    }

    .page-template-hardwood-flooring-distributor-service .cmn-hdr h2,.page-template-hardwood-flooring-distributor-service h2 {
        font-size: 30px
    }

    .whole-luxury-sec .boxes .box {
        width: 100%
    }

    .whole-luxury-sec .boxes .box:nth-child(2) {
        order: 3
    }

    .page-template-hardwood-flooring-distributor-service .box-upr-wpr {
        margin-bottom: 15px
    }

    .box-lwr-wpr a {
        margin-top: 30px
    }

    .page-template-hardwood-flooring-distributor-service .footer-wrap .copy {
        margin-top: 55px
    }
}

@media(max-width: 640px) {
    .fancybox-content .modal_body .mdlFrm .gform_wrapper.gravity-theme .ginput_complex span {
        margin-bottom:16px
    }

    .fancybox-content .modal_body .mdlFrm .gform_wrapper.gravity-theme .ginput_complex span:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 575px) {
    .banner h5 {
        font-size:14px
    }

    h1 {
        font-size: 46px
    }

    .ftr-links li {
        margin-right: 0;
        width: calc(100% / 2)
    }

    h2 {
        font-size: 31px
    }

    h3 {
        font-size: 27px
    }

    .max-width-banner h1 {
        font-size: 33px
    }

    .cust-col {
        max-width: 100%
    }

    .card-top {
        margin-bottom: 13px
    }

    .thebest-sec h6 {
        margin-bottom: 4px
    }

    .date {
        margin-bottom: 5px
    }

    h5 {
        margin-bottom: 6px
    }

    .cust-col {
        margin-bottom: 30px
    }

    .cust-row {
        margin-bottom: -40px
    }

    .paginason {
        margin-top: 47px
    }

    .thebest-sec.cmn-gap {
        padding-top: 40px
    }

    .location-wrap {
        min-height: auto
    }

    .locason-sec .card-top {
        height: auto
    }

    .thebest-sec .card-top {
        height: auto
    }

    .cat_row_slider .slick-prev {
        left: 7px
    }

    .cat_row_slider .slick-next {
        right: 7px
    }

    .portfolio_row_slider .slick-prev {
        left: 7px
    }

    .portfolio_row_slider .slick-next {
        right: 7px
    }

    .opr_sec .loc_outer_wrap.neww .cont_wpr {
        margin-left: 15px!important;
        margin-right: 15px!important
    }

    .page-template-awards .entry-content,.page-template-awards .entry-footer {
        margin-bottom: 40px
    }

    .navbar-toggler {
        margin-left: 20px
    }

    .header-top-btn .btn-info {
        font-size: 13px
    }

    .ftr-rgt .luxe-red a {
        margin: 0 8px 25px
    }

    .vino-sec .al_logos {
        --bs-gutter-x: 16px
    }

    .page-id-4888 .main-head .new-btn.rqstsample,.page-id-6091 .main-head .new-btn.rqstsample {
        padding: 12px 20px
    }

    .page-id-4888 .banner h1 {
        font-size: 30px
    }

    .page-template-hardwood-flooring-distributor-service .cmn-hdr h4 {
        font-size: 17px
    }

    .page-template-hardwood-flooring-distributor-service .cmn-hdr {
        margin-bottom: 30px
    }

    .page-template-hardwood-flooring-distributor-service .ftr-rgt .luxe-red a {
        max-width: 70px;
        margin: 0 6px
    }
}

@media (max-width: 479px) {
    .vin-wrap.cmn-wrap {
        padding:20px 21px;
        margin: 0
    }

    .categ-col {
        max-width: 100%
    }

    .categories-sec.cmn-gap {
        padding: 40px 0 48px
    }

    .woocommerce-shop .wraps_both {
        width: 100%;
        margin-left: 0;
        justify-content: flex-start;
        flex-wrap: wrap
    }

    .woocommerce-shop .woocommerce-result-count {
        font-size: 14px;
        margin-right: 0;
        margin-bottom: 10px
    }

    .woocommerce-shop .wraps_both .woocommerce-ordering {
        width: 100%
    }

    .woocommerce-shop .vino-sec .products li.product .woocommerce-loop-product__title {
        font-size: 15px
    }

    .woocommerce-shop .vino-sec .products li.product .tppdil_description {
        font-size: 13px
    }

    .sec_wrps .woocommerce-result-count {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0
    }

    .sec_wrps .woocommerce-ordering {
        width: 100%
    }

    .wraps_both.sec_wrps {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        padding: 10px 11px;
        font-size: 14px
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        margin-right: 15px
    }

    .page-id-2485 .yith_wcwl_wishlist_footer a.button.btn {
        font-size: 15px
    }

    .page-id-2485 .yith_wcwl_wishlist_update input {
        font-size: 15px;
        padding-left: 20px;
        padding-right: 20px
    }

    .bnr_wrappr .inner-wrap h1 {
        font-size: 38px
    }

    .cat_row_slider {
        padding: 0 40px
    }

    .cat_row_slider .slick-arrow {
        width: 40px;
        height: 40px;
        background-size: 40px
    }

    .categories-sec .cards {
        height: 265px
    }

    .portfolio_row_slider {
        padding: 0 30px
    }

    .portfolio_row_slider .slick-arrow {
        width: 40px;
        height: 40px;
        background-size: 40px
    }

    .cont_wpr.cont_wpr_line .btn {
        font-size: 15px;
        padding: 3px 10px;
        margin-right: 10px
    }

    .btn_wrper {
        display: flex
    }

    .contact_btm_sec .separte_btns .btn {
        font-size: 15px;
        padding: 8px 15px
    }

    .contact_btm_sec .info {
        padding-left: 12px
    }

    .contact_btm_sec .icon {
        width: 40px;
        height: 40px;
        min-width: 40px
    }

    .contact_btm_sec .info p {
        font-size: 16px
    }

    .contact_btm_sec .separte_btns {
        padding-top: 0
    }

    .categ-row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 15px
    }

    .categ-col .btn-info {
        font-size: 15px
    }

    .loc_outer_wrap_headings h3 {
        font-size: 24px
    }

    .awards_card {
        padding: 20px 15px
    }

    .awards_card a {
        max-width: 160px
    }

    .awards_card h4 {
        font-size: 18px
    }

    .page-template-awards .entry-footer,.page-template-awards .entry-content {
        margin-bottom: 30px
    }

    .page-template-awards .entry-footer .post-edit-link {
        min-width: 90px;
        padding: 7px 10px
    }

    .awards_box .awards_row {
        --bs-gutter-y: 30px
    }

    .main-head {
        padding: 14px 0
    }

    .header-top-btn .btn-info {
        font-size: 8.8px;
        padding: 7px
    }

    .navbar-brand {
        width: 150px
    }

    .vino-sec .al_logos {
        --bs-gutter-x: 10px;
        margin-bottom: 30px
    }

    .vino-sec .vino-outr {
        padding-top: 20px
    }

    .bannerbtm-sec.cmn-gap {
        padding-top: 30px
    }

    .ftr-rgt .luxe-red a {
        margin: 0 0 25px;
        padding: 0 8px;
        width: 33.333%
    }

    .cmn-listing li:not(:last-child) {
        margin-bottom: 10px
    }

    .cmn-listing li {
        padding-left: 25px
    }

    .cmn-listing li::before {
        width: 18px;
        height: 18px
    }

    .hardwood-btn-wrap {
        padding-top: 25px
    }

    .faq-new-title {
        font-size: 18px
    }

    .faq-new-body {
        padding: 0 12px 18px 0
    }

    .faq-new-title {
        padding: 18px 30px 18px 0
    }

    .faq-new-title::before {
        right: 0
    }

    .page-template-hardwood-flooring-store-landing .banner h1 {
        font-size: 26px
    }

    .page-id-4888 {
        padding-top: 89px
    }

    .page-id-4888 .banner.inner-banner.banner-nwx {
        min-height: 418px
    }

    .page-id-4888 .banner h1 {
        font-size: 28px
    }

    .page-id-6091 {
        padding: 89px 0 0
    }

    .page-id-6091 .banner video,.page-id-6091 .banner.inner-banner {
        height: 400px
    }

    .page-template-hardwood-flooring-distributor-service .banner h1 {
        font-size: 30px
    }

    .page-template-hardwood-flooring-distributor-service .banner-lower-img img {
        max-width: 70px;
        margin: 0 2px
    }

    .page-template-hardwood-flooring-distributor-service .cmn-hdr h2,.page-template-hardwood-flooring-distributor-service h2 {
        font-size: 28px
    }

    .page-template-hardwood-flooring-distributor-service .cmn-hdr h4 {
        font-size: 16px
    }

    .page-template-hardwood-flooring-distributor-service .ftr-rgt .luxe-red a {
        max-width: 65px;
        margin: 0 2px;
        padding: 0
    }
}

@media (max-width: 374px) {
    .navbar-toggler {
        margin:10px 0 0 auto
    }
}

#yith-wcwl-popup-message {
    margin-left: 0!important;
    transform: translateX(-50%)
}

    .rll-youtube-player {
                position: relative;
                padding-bottom: 56.23%;
                height: 0;
                overflow: hidden;
                max-width: 100%;
            }

            .rll-youtube-player:focus-within {
                outline: 2px solid currentColor;
                outline-offset: 5px;
            }

            .rll-youtube-player iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 100;
                background: 0 0
            }

            .rll-youtube-player img {
                bottom: 0;
                display: block;
                left: 0;
                margin: auto;
                max-width: 100%;
                width: 100%;
                position: absolute;
                right: 0;
                top: 0;
                border: none;
                height: auto;
                -webkit-transition: .4s all;
                -moz-transition: .4s all;
                transition: .4s all
            }

            .rll-youtube-player img:hover {
                -webkit-filter: brightness(75%)
            }

            .rll-youtube-player .play {
                height: 100%;
                width: 100%;
                left: 0;
                top: 0;
                position: absolute;
                background: url(https://europeanflooring.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;
                background-color: transparent !important;
                cursor: pointer;
                border: none;
            }

            .wp-embed-responsive .wp-has-aspect-ratio .rll-youtube-player {
                position: absolute;
                padding-bottom: 0;
                width: 100%;
                height: 100%;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0
            }
                        .saboxplugin-wrap {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                -ms-box-sizing: border-box;
                box-sizing: border-box;
                border: 1px solid #eee;
                width: 100%;
                clear: both;
                display: block;
                overflow: hidden;
                word-wrap: break-word;
                position: relative
            }

            .saboxplugin-wrap .saboxplugin-gravatar {
                float: left;
                padding: 0 20px 20px 20px
            }

            .saboxplugin-wrap .saboxplugin-gravatar img {
                max-width: 100px;
                height: auto;
                border-radius: 0;
            }

            .saboxplugin-wrap .saboxplugin-authorname {
                font-size: 18px;
                line-height: 1;
                margin: 20px 0 0 20px;
                display: block
            }

            .saboxplugin-wrap .saboxplugin-authorname a {
                text-decoration: none
            }

            .saboxplugin-wrap .saboxplugin-authorname a:focus {
                outline: 0
            }

            .saboxplugin-wrap .saboxplugin-desc {
                display: block;
                margin: 5px 20px
            }

            .saboxplugin-wrap .saboxplugin-desc a {
                text-decoration: underline
            }

            .saboxplugin-wrap .saboxplugin-desc p {
                margin: 5px 0 12px
            }

            .saboxplugin-wrap .saboxplugin-web {
                margin: 0 20px 15px;
                text-align: left
            }

            .saboxplugin-wrap .sab-web-position {
                text-align: right
            }

            .saboxplugin-wrap .saboxplugin-web a {
                color: #ccc;
                text-decoration: none
            }

            .saboxplugin-wrap .saboxplugin-socials {
                position: relative;
                display: block;
                background: #fcfcfc;
                padding: 5px;
                border-top: 1px solid #eee
            }

            .saboxplugin-wrap .saboxplugin-socials a svg {
                width: 20px;
                height: 20px
            }

            .saboxplugin-wrap .saboxplugin-socials a svg .st2 {
                fill: #fff;
                transform-origin: center center;
            }

            .saboxplugin-wrap .saboxplugin-socials a svg .st1 {
                fill: rgba(0,0,0,.3)
            }

            .saboxplugin-wrap .saboxplugin-socials a:hover {
                opacity: .8;
                -webkit-transition: opacity .4s;
                -moz-transition: opacity .4s;
                -o-transition: opacity .4s;
                transition: opacity .4s;
                box-shadow: none!important;
                -webkit-box-shadow: none!important
            }

            .saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-color {
                box-shadow: none;
                padding: 0;
                border: 0;
                -webkit-transition: opacity .4s;
                -moz-transition: opacity .4s;
                -o-transition: opacity .4s;
                transition: opacity .4s;
                display: inline-block;
                color: #fff;
                font-size: 0;
                text-decoration: inherit;
                margin: 5px;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                -ms-border-radius: 0;
                -o-border-radius: 0;
                border-radius: 0;
                overflow: hidden
            }

            .saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-grey {
                text-decoration: inherit;
                box-shadow: none;
                position: relative;
                display: -moz-inline-stack;
                display: inline-block;
                vertical-align: middle;
                zoom:1;margin: 10px 5px;
                color: #444;
                fill: #444
            }

            .clearfix:after,.clearfix:before {
                content: ' ';
                display: table;
                line-height: 0;
                clear: both
            }

            .ie7 .clearfix {
                zoom:1}

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-twitch {
                border-color: #38245c
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-addthis {
                border-color: #e91c00
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-behance {
                border-color: #003eb0
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-delicious {
                border-color: #06c
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-deviantart {
                border-color: #036824
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-digg {
                border-color: #00327c
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-dribbble {
                border-color: #ba1655
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-facebook {
                border-color: #1e2e4f
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-flickr {
                border-color: #003576
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-github {
                border-color: #264874
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-google {
                border-color: #0b51c5
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-googleplus {
                border-color: #96271a
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-html5 {
                border-color: #902e13
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-instagram {
                border-color: #1630aa
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-linkedin {
                border-color: #00344f
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-pinterest {
                border-color: #5b040e
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-reddit {
                border-color: #992900
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-rss {
                border-color: #a43b0a
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-sharethis {
                border-color: #5d8420
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-skype {
                border-color: #00658a
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-soundcloud {
                border-color: #995200
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-spotify {
                border-color: #0f612c
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-stackoverflow {
                border-color: #a95009
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-steam {
                border-color: #006388
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-user_email {
                border-color: #b84e05
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-stumbleUpon {
                border-color: #9b280e
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-tumblr {
                border-color: #10151b
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-twitter {
                border-color: #0967a0
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-vimeo {
                border-color: #0d7091
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-windows {
                border-color: #003f71
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-whatsapp {
                border-color: #003f71
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-wordpress {
                border-color: #0f3647
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-yahoo {
                border-color: #14002d
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-youtube {
                border-color: #900
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-xing {
                border-color: #000202
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-mixcloud {
                border-color: #2475a0
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-vk {
                border-color: #243549
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-medium {
                border-color: #00452c
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-quora {
                border-color: #420e00
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-meetup {
                border-color: #9b181c
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-goodreads {
                border-color: #000
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-snapchat {
                border-color: #999700
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-500px {
                border-color: #00557f
            }

            .saboxplugin-socials.sabox-colored .saboxplugin-icon-color .sab-mastodont {
                border-color: #185886
            }

            .sabox-plus-item {
                margin-bottom: 20px
            }

            @media screen and (max-width: 480px) {
                .saboxplugin-wrap {
                    text-align:center
                }

                .saboxplugin-wrap .saboxplugin-gravatar {
                    float: none;
                    padding: 20px 0;
                    text-align: center;
                    margin: 0 auto;
                    display: block
                }

                .saboxplugin-wrap .saboxplugin-gravatar img {
                    float: none;
                    display: inline-block;
                    display: -moz-inline-stack;
                    vertical-align: middle;
                    zoom:1}

                .saboxplugin-wrap .saboxplugin-desc {
                    margin: 0 10px 20px;
                    text-align: center
                }

                .saboxplugin-wrap .saboxplugin-authorname {
                    text-align: center;
                    margin: 10px 0 20px
                }
            }

            body .saboxplugin-authorname a,body .saboxplugin-authorname a:hover {
                box-shadow: none;
                -webkit-box-shadow: none
            }

            a.sab-profile-edit {
                font-size: 16px!important;
                line-height: 1!important
            }

            .sab-edit-settings a,a.sab-profile-edit {
                color: #0073aa!important;
                box-shadow: none!important;
                -webkit-box-shadow: none!important
            }

            .sab-edit-settings {
                margin-right: 15px;
                position: absolute;
                right: 0;
                z-index: 2;
                bottom: 10px;
                line-height: 20px
            }

            .sab-edit-settings i {
                margin-left: 5px
            }

            .saboxplugin-socials {
                line-height: 1!important
            }

            .rtl .saboxplugin-wrap .saboxplugin-gravatar {
                float: right
            }

            .rtl .saboxplugin-wrap .saboxplugin-authorname {
                display: flex;
                align-items: center
            }

            .rtl .saboxplugin-wrap .saboxplugin-authorname .sab-profile-edit {
                margin-right: 10px
            }

            .rtl .sab-edit-settings {
                right: auto;
                left: 0
            }

            img.sab-custom-avatar {
                max-width: 75px;
            }

            .saboxplugin-wrap {
                margin-top: 0px;
                margin-bottom: 0px;
                padding: 0px 0px
            }

            .saboxplugin-wrap .saboxplugin-authorname {
                font-size: 18px;
                line-height: 25px;
            }

            .saboxplugin-wrap .saboxplugin-desc p, .saboxplugin-wrap .saboxplugin-desc {
                font-size: 14px !important;
                line-height: 21px !important;
            }

            .saboxplugin-wrap .saboxplugin-web {
                font-size: 14px;
            }

            .saboxplugin-wrap .saboxplugin-socials a svg {
                width: 18px;
                height: 18px;
            }
        </style>
        <link rel="icon" href="https://europeanflooring.com/wp-content/uploads/2022/10/favicon.png" sizes="32x32"/>
        <link rel="icon" href="https://europeanflooring.com/wp-content/uploads/2022/10/favicon.png" sizes="192x192"/>
        <link rel="apple-touch-icon" href="https://europeanflooring.com/wp-content/uploads/2022/10/favicon.png"/>
        <meta name="msapplication-TileImage" content="https://europeanflooring.com/wp-content/uploads/2022/10/favicon.png"/>
        <style type="text/css">
            *[id^='readlink'] {
                font-weight: normal;
                color: #000000;
                background: #ffffff;
                padding: 10px;
                border-bottom: 1px solid #000000;
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
                -webkit-transition: none !important;
            }

            *[id^='readlink']:hover {
                font-weight: normal;
                color: #191919;
                padding: 10px;
                border-bottom: 1px solid #000000;
            }

            *[id^='readlink']:focus {
                outline: none;
                color: #000000;
            }
                        .wp-gr {
                padding-bottom: 50px !important;
            }

            .search-results .vino-sec img {
                height: 275px !important;
                object-fit: cover;
            }

            .search-results .entry-content {
                padding-bottom: 30px;
            }

            .flrtle {
                color: #353535 !important;
            }

            .flrtle:hover {
                color: #000 !important;
            }

            .monday-frm-qrcode {
                margin-top: 10px;
                width: 100px;
            }

            .vino-sec .vino-outr.xyz {
                padding-top: 0px;
            }

            .each_cat.mmm h1 {
                font-family: "Roboto Slab", serif;
                font-style: normal;
                font-weight: 300;
                font-size: 70px;
                line-height: 1.2;
                text-transform: capitalize;
                color: #353535;
                text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
                font-variant: small-caps;
            }

            .single-post .thebest-sec ul {
                padding-bottom: 20px;
            }

            .new-btn.rqstsample {
                cursor: pointer;
            }

            .collections-card h3 {
                transition: all .3s ease-in-out;
            }

            .collections-card h3:hover {
                -webkit-text-fill-color: #f7bb41;
            }

            .category-dimentions-sm.text-center {
                font-size: 20px;
                font-weight: bold;
                padding-top: 18px;
            }

            .page-id-4890 .entry-title, .page-id-4921 .entry-title, .page-id-4919 .entry-title, .page-id-5226 .entry-title {
                margin-top: 60px;
                margin-bottom: 60px !important;
            }

            .page-id-4890 .entry-content, .page-id-4921 .entry-content, .page-id-4919 .entry-content, .page-id-5226 .entry-content {
                margin-bottom: 60px !important;
            }

            .pagination {
                justify-content: center;
            }

            .cmn-gap-nw-top0 {
                padding-top: 0px;
            }

            .cmn-gap-nw-top10 {
                padding-top: 10px;
            }

            .cmn-gap-nw-top20 {
                padding-top: 20px;
            }

            .cmn-gap-nw-btm0 {
                padding-bottom: 0px;
            }

            .cmn-gap-nw-btm10 {
                padding-bottom: 10px;
            }

            .cmn-gap-nw-btm20 {
                padding-bottom: 20px;
            }

            .cmn-gap.cmn-gap-nw {
                padding-bottom: 20px;
            }

            .products li p, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
                color: #2f2f2f!important;
            }

            .btn-info {
                margin-top: 10px;
            }

            .separte_btns {
                text-align: center;
                padding: 20px 0 0 0;
            }

            .cont_wpr h3 {
                font-size: 35px !important;
            }

            .default_title {
                padding: 50px;
            }

            .post-170 h3 {
                font-size: 40px;
            }

            .gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
                width: 100%;
                border: 1px solid #d9d9d9;
            }

            .gform_required_legend {
                display: none;
            }

            #c_wishlist_email {
                display: none;
            }

            #valid-eml-check {
                display: none;
            }

            .back-to-all-wishlists {
                display: none;
            }

            .cmn-hdr.cmn-hdr2.new_clsss a {
                max-width: 545px;
                display: block;
            }

            .orderby option[value="price"], .orderby option[value="price-desc"] {
                display: none;
            }

            input#c_wishlist_email {
                border: 1px solid #000 !important;
            }

            .fas.fa-heart {
                color: #000;
            }

            .vdo_wrap.full_wraps video {
                height: 440px;
                -o-object-fit: cover;
                object-fit: cover;
                width: auto;
            }

            .banner .round-icon img {
                border-radius: 20px;
            }

            .wp-caption-text {
                display: none;
            }

            /** popup css */
            .btn-info {
                color: #fff;
                background-color: #d8bd6c;
                border: none;
            }

            .btn-info:hover {
                color: #fff;
                background-color: #000;
                border: none;
            }

            /** popup css */
            .entry-title .text-left h3 {
                padding: 25px !important;
            }

            .inner-banner.dfn-gap {
                position: relative;
                z-index: 1;
                padding: 300px 0;
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center;
                line-height: 0;
            }

            .wraps_both {
                display: flex;
                align-items: center;
                justify-content: flex-end;
                margin-bottom: 30px;
            }

            .wpb_wl_preview_area .wpb_wl_preview {
                background: #000000 !important;
                font-weight: 500 !important;
            }

            .sub-menu-toggle {
                display: none;
            }

            .back_btn {
                background-color: #000;
                width: 14%;
                padding: 10px 10px 15px 15px;
                border-radius: 5px;
            }

            .back_btn a {
                color: #fff !important
            }

            .page-id-2823 .entry-title {
                margin-top: 30px;
                margin-bottom: 60px !important;
            }

            .page-id-2823 .entry-content {
                margin-bottom: 60px !important;
            }

            .aftr_bnr {
                padding: 10px;
            }

            /* SS110924 Begin */
            .ftr-widget .ftrwdgt-head {
                color: #fff;
                font-weight: 600;
                margin-bottom: 25px;
            }

            .ftr-widget .f-menu {
                padding: 0;
                margin: 0;
                list-style: none;
            }

            .ftr-widget .f-menu li {
                margin-bottom: 20px;
            }

            .ftr-widget .f-menu li:last-child {
                margin-bottom: 0;
            }

            .ftr-widget .f-menu li a {
                color: #9c9c9c;
            }

            .ftr-widget .f-menu li a:hover {
                color: #fff;
            }

            .ftr-widgets-wrp {
                display: flex;
                flex-wrap: wrap;
            }

            .ftr-widget {
                width: 25%;
            }

            .sociallinksnw.social_connc h5 {
                font-size: 18px;
            }

            .sociallinksnw.social_connc .social-media li a {
                font-size: 20px;
            }

            .sociallinksnw.social_connc .social-media {
                justify-content: flex-start;
            }

            .sociallinksnw.social_connc {
                padding: 20px 0;
                justify-content: flex-start;
            }

            .single-product .inner-banner.dfn-gap {
                background-position: bottom;
            }

            .additional-info-lower-description p {
                margin-top: 20px;
            }

            .page-id-4888 .ftr-widgets-wrp, .page-id-6091 .ftr-widgets-wrp,.page-id-6368 .ftr-widgets-wrp {
                display: none;
            }

            .page-id-6091 .bnr_wrappr {
                padding-top: 85px;
            }

            .page-id-6482 {
                padding-top: 100px;
            }

            .page-id-6482 .entry-content {
                margin-bottom: 70px;
            }

            @media only screen and (max-width: 767px) {
                .ftr-widgets-wrp {
                    --bs-gutter-y: 24px;
                }

                .ftr-widget {
                    width: 33.333364%;
                }

                .page-template-hardwood-flooring-distributor-service .hardwood-right-inner .hardwood-btn-wrap {
                    text-align: center;
                }
            }

            @media only screen and (max-width: 575px) {
                .ftr-widget {
                    width: 50%;
                }
            }

            @media only screen and (max-width: 479px) {
                .ftr-widget {
                    width: auto;
                    flex-grow: 1;
                    flex-shrink: 0;
                }

                .ftr-widget .ftrwdgt-head {
                    margin-bottom: 20px;
                }

                .ftr-widget .f-menu li {
                    margin-bottom: 15px;
                }

                .ftr-btm {
                    margin: 15px 0;
                }
            }


            




            /* custom addd  */
.vino-sec .cmn-hdr.w-100 h2 {
    font-size: 47px !important;
}

li.w-88 {
    width: 87% !important;
    padding-left: 8px !important;
}
.pl0{
        padding-left: 0px !important;
}
.ml0{
        margin-left: 0px !important;
}

 img.max_height {
    max-height: 250px !important;
}
div#modal_frmOnex {
    border: 3px solid #c7a14e;
    max-width: 80%;
}
/*header#main-header, .mobile-header {*/
/*    background: rgba(0, 0, 0, .8);*/
/*}*/
.mobile-toggle {
    color: #fff;
}
.border-container {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 420px;
}

.border-container img {
  width: 100%;
  display: block;
}

.border-top,
.border-right,
.border-bottom,
.border-left {
  position: absolute;
  background-color: #cba755;
  transition: all 0.2s linear;
}

/* Border segments - initial width/height = 0 */
.border-top, .border-bottom {
  height: 3px;
  left: 0;
  width: 0%;
}

.border-right, .border-left {
  width: 3px;
  top: 0;
  height: 0%;
}

.border-top { top: 0; }
.border-bottom { bottom: 0; }
.border-right { right: 0; }
.border-left { left: 0; }







.vin-wrap.first-line {
  position: relative;
  overflow: hidden;
}

.vin-wrap.first-line::after,
.vin-wrap.first-line::before {
  position: absolute;
  content: "";
  left: 0;
  width: 0;
  height: 3px;
  background-color: #d8bd6c;
  transition: width 0.5s ease-in-out;
}

.vin-wrap.first-line::before {
  top: 0;
  background-color: #c7a14e;
  transition: width 0.5s ease !important;
}

.vin-wrap.first-line::after {
  bottom: 0;
}

.vin-wrap.first-line.cmn-active::before,
.vin-wrap.first-line.cmn-active::after {
  width: 100%;
}



video.without_video {
    /*height: 78vh;*/
      background: linear-gradient(135deg, #d3b564, #a67c52, #7a5c36);
  background-size: 200% 200%;
  animation: gradientMove 10s ease infinite;
}
@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.without_video h1 {
    margin-top: 120px;
}


@media (max-width: 767px) {
    section.spacer.vino-sec.cmn-gap.bannerbtm-sec .al_logos.row {
    display: block;
    }
    section.spacer.vino-sec.cmn-gap.bannerbtm-sec .logo-img.col-4 {
    width: 100%;
}

.spacer.vino-sec:not(.trg_cls) .cmn-hdr h2 {
    font-size: 25px !important;
    font-weight: bold;
}
.footer-col {
  flex: unset !important;
    }
figure.ofcr-pic img {
    height: 100%;
            max-height: 250px !important;
}
   .without_video video.without_video
 {
    height: 40vh !important;
    /*margin-bottom: 45px;*/
 }
.without_video h1 {
    margin-top: 100px !important;
}
   section.banner.without_video.already_sapced .without_video{
   margin-bottom: 0px !important;
   }
    
section#vinyl_section
 {
    min-height: 697px !important;

}
h1.home {
    margin-top: 103px;
}
}



 div#Dustless .vin-wrap.first-line::before{
         height: 2px !important;
 }
 

section#vinyl_section {
    min-height: 867px;
        margin: 98px 0;
            margin-top: 78px !important;

}
section#vinyl_section div#trigger2 {
    top: 867px;
}

section#vinyl_section div#trigger2 {
    top: 867px;
}

 div#Dustless .vin-wrap.first-line::before{
         height: 2px !important;
 }

video.without_video {
    height: 50vh !important;
}


section.banner h1.home {
    font-family: "Roboto Slab", serif;
    font-weight: 300;
    font-variant: small-caps;
    line-height: 1.2;
    background: -o-linear-gradient(310.74deg,#d8bd6c 2.14%,#c7a14e 26.75%,#f2e0a0 47.85%,#d8bd6c 77.28%,#c7a14e 100.76%);
    background: linear-gradient(139.26deg, #d8bd6c 2.14%, #c7a14e 26.75%, #f2e0a0 47.85%, #d8bd6c 77.28%, #c7a14e 100.76%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: capitalize;
    text-shadow: 0 10px 10px rgba(0, 0, 0, .25);
}

section.banner.without_video {
    margin-top: 250px !important;
    max-width: 76vw !important;
    margin: auto;
        border: 5px solid;
    border-image: linear-gradient(139.26deg, #D8BD6C 2.14%, #C7A14E 26.75%, #F2E0A0 47.85%, #D8BD6C 77.28%, #C7A14E 100.76%) 1;
}
.without_video h1 {
     margin-top: 0px !important; 
}

div#contactInfo p, .contact-section label {
    font-size: 22px !important;
}