/*
Theme Name: Modernwoodstyle
*/

p > a.link {text-decoration:underline; font-weight: bold}
.alignleft {
 float: left;
}
.alignright {
 float: right;
}
html, body{
	overflow-x: hidden;
}
/* Generated by Glyphter (http://www.glyphter.com) on  Sat Oct 03 2020*/
@font-face {
 font-family: 'modernwood';
 src: url('/wp-content/themes/modernwoodstyle/fonts/modernwood.eot');
 src: url('/wp-content/themes/modernwoodstyle/fonts/modernwood.eot?#iefix') format('embedded-opentype'),
  url('/wp-content/themes/modernwoodstyle/fonts/modernwood.woff') format('woff'),
  url('/wp-content/themes/modernwoodstyle/fonts/modernwood.ttf') format('truetype'),
  url('/wp-content/themes/modernwoodstyle/fonts/modernwood.svg#modernwood') format('svg');
 font-weight: normal;
 font-style: normal;
	font-display: swap;
}
[class*='icon-']:before{
	display: inline-block;
 font-family: 'modernwood';
 font-style: normal;
 font-weight: normal;
 line-height: 1;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale
}
.icon-instagram:before{content:'\0041';}
.icon-facebook:before{content:'\0042';}
.icon-twitter:before{content:'\0043';}
.icon-hidesettings:before{content:'\0044';}
.icon-question:before{content:'\0045';}
.icon-refresh:before{content:'\0046';}
.icon-prod-heart-filled:before{content:'\0047';}
.icon-prod-heart:before{content:'\0048';}
.icon-cart:before{content:'\0049';}
.icon-user:before{content:'\004a';}
.icon-fav:before{content:'\004b';}
.icon-search:before{content:'\004c';}

/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html .woocommerce a.added_to_cart{
display: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 14px/18px Roboto, Arial, sans-serif;
}
#topHeader.sticky {
 position: fixed;
 top: 0;
 width: 100%;
 z-index: 19000;
 background: #F0F2F9;
 padding-bottom: 10px;
}
/* @media screen and (max-width: 568px) {
    #topHeader.sticky {
        top: 32px;
    }
} */
body.sticky main.content {
    padding-top: 141px;
}


.top-line__link:not(:last-child)::after {
    content: "|";
    font-size: 14px;
    margin-left: .5rem;
    margin-right: .5rem;
    color: #172136;
}
.top-line__link {
    font-size: 14px;
    color: #172136;
    text-transform: uppercase;
}

@media screen and (max-width: 568px) {
    .top-line__link {
        font-size: 13px;
        min-width: fit-content;
    }

    .top-line__containter--product p {
        margin: 5px;
    }

    .top-line__containter--product {
        flex-direction: column;
    }

    .top-line__link:not(:last-child)::after {
        content: "";
    }

    .top-line__containter--animated {
        animation: run 10s linear infinite;
    }

    @keyframes run {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-200%);
    }
}
}

.header__top-line {
    background: rgba(23, 33, 54, 0.06);
}

.top-line__containter {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #172136;
}

.top-line__containter--animated {
    animation: run 25s linear infinite;
}

.top-line__containter--product {
    justify-content: flex-start;
    margin: 1em 0;
}

.top-line__containter--product p {
    text-decoration: underline;
}

.top-line__containter--animated a.soc.shipping {
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-line__containter--animated a.soc.shipping img {
    max-width: unset !important;
}


.top-line__containter--animated a.soc.shipping:first-child {
    margin-right: 15px;
    margin-left: 0;
}

.top-line__containter--animated a.soc.shipping:last-child {
    margin-left: 10px;
}

@keyframes run {
    from {
        transform: translateX(70%);
    }
    to {
        transform: translateX(-80%);
    }
}

.woocommerce ul#shipping_method li label {
    color: #333 !important;
}

.new__california {
    display: flex;
    justify-content: center;
    align-items: center;
}
.new__california__text {
    text-align: center;
    font-size: 16px;
    border: solid 2px #d25802;
    margin: 1em 0;
    width: 230px;
    padding: 3px 0;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #1d2327;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

@media screen and (max-width: 568px) {
    .new__california {
        margin: 10px 0;
    }
}


/* notification banner */

.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text {
    margin-right: 40px !important;
    font-size: 16px;
    font-weight: 600;
}

.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap:not(:last-child) .nx-inner-content-wrapper, .nx-bar .nx-bar-inner .nx-bar-content-wrap:not(:last-child) .nx-inner-content-wrapper {
    margin-right: 80px !important;
}

.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-bar-content, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-bar-content {
    margin-left: 40px !important;
}

.nx-bar-content p span {
    color: white  !important;
    background: transparent  !important;
    font-size: 16px  !important;
}

a.nx-bar-button {
    font-size: 16px !important;
}

.nx-countdown-text::before {
    content: "Happy Holidays!";
}

.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-bar-content p, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-bar-content p {
    font-size: 16px;
    font-weight: 600;
}

.notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner, .nx-bar .nx-bar-inner {
    padding: 10px !important;
}

@media only screen and (max-width: 786px) {
    .notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper {
        margin-bottom: 0 !important;
        flex-direction: column;
    }
    .notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown-text {
        margin-right: 10px !important;
        display: block !important;
    }
    .notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap:not(:last-child) .nx-inner-content-wrapper, .nx-bar .nx-bar-inner .nx-bar-content-wrap:not(:last-child) .nx-inner-content-wrapper {
        margin-right: 0px !important;
    }
    .notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-bar-content, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-bar-content {
        margin-left: 0 !important;
    }

    .notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-button, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-inner-content-wrapper .nx-bar-button {
        display: none !important;
    }

    .nx-bar-content p span {
        display: none !important;
    }

    .nx-countdown-text::before {
        content: "Get 25% OFF!";
    }

    .notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section>span, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section>span {
        font-size: 12px !important;
    }

    .notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section .nx-countdown-time-text {
        font-size: 12px !important;
    }
    
    .notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper {
        flex-direction: row !important;
    }

    .notificationx-shortcode-wrapper>.nx-bar.press_bar_theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section, .nx-bar.press_bar_theme-three .nx-bar-inner .nx-bar-content-wrap .nx-countdown-wrapper .nx-countdown .nx-time-section {
        width: 40px !important;
    }

    .notificationx-shortcode-wrapper>.nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-bar-content p, .nx-bar .nx-bar-inner .nx-bar-content-wrap .nx-bar-content p {
        display: none !important;
    }
}



html .product-categories .cat-item.cat-item-47 a{
color: red;
font-weight: 600;
}

.btm-slid a.b-button.dark-btn {
    background: #232f3e !important;
}
 
 .btm-slid a.b-button.dark-btn:hover {
    background: #232931  !important;
}
 
 .entry-content.shadowed.benefits.benefits2.flex {
    align-items: center;
}

.entry-content.shadowed.benefits.flex>div {
    max-width: 18%;
    width: 100%;
}

.buttons-inner-benefits noindex {
    width: 100%;
}

html  .buttons-inner-benefits .btm-slid {
    max-width: 100%;
    margin-left: 0px;
}

html .buttons-inner-benefits .btm-slid + div {
    margin-top: 18px;
}
html .buttons-inner-benefits .btm-slid {
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.vid-wrap img {
    border-radius: 15px;
}
@media screen and (min-width: 1200px){
.wrapper.nopadding	{
    padding-left: 0;
    padding-right: 0;
	}

	.footer .social-footer {
    left: 8%;
}
}
@media screen and (max-width: 1200px) and (min-width: 780px)
{
	html .social-header.social-footer {
    LEFT: 0;
    TOP: 80PX;
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
}
}
@media screen and (max-width: 1080px) and (min-width: 861px){
	html body .left-text-side .btm-slid .b-button, html body .left-text-side .btm-slid noindex {
    max-width: 140px;
    padding-left: 0;
    padding-right: 0;
    min-width: 140px;
} 
}

@media screen and (max-width: 861px) and (min-width: 600px){
	html body .left-text-side .btm-slid .b-button {
    max-width: 100%;
    margin-bottom: 10px;
    margin-top: 0;
}
html body .left-text-side .btm-slid noindex *,
html body .left-text-side .btm-slid noindex{
    max-width:100%;
    width:100%;
}

body .left-text-side .btm-slid {
    max-width: 100%;
}

html body .social-header.social-footer {
    top: 10px;
    justify-content: center;
    display: flex;
    width: 100%;
}

html body .social-header.social-footer a {
    min-width: 40px;
    left: 0;
    right: auto;
    margin: 0 3px;
}
}

 @media screen and (min-width: 1000px) {

 	.entry-content.shadowed.benefits.flex span {
     padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    text-indent: 0;
    box-sizing: border-box;
    display: block;
}
 	html .woocommerce ul.products li.product .onsale{
 		left: 8%;
 	}
 }
 @media screen and (max-width: 815px)  and (min-width: 680px) {
.entry-content.shadowed.benefits.flex>div.buttons-inner-benefits {
    max-width: 100%;
    margin-top: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.entry-content.shadowed.benefits.benefits2.flex {
    flex-wrap: wrap;
}

.entry-content.shadowed.benefits.flex>div.buttons-inner-benefits>div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}

.buttons-inner-benefits noindex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.entry-content.shadowed.benefits.flex>div.buttons-inner-benefits>div * {
    margin-top: 0;
}
}

@media screen and (max-width:767px){
 body.sticky main.content {
  padding-top: 80px;
 }
}
.wrapper {
 min-width: 280px;
 max-width: 1200px;
 margin: 0 auto;
 padding: 0 12px;
 position: relative;
}
a {
 color: #172136;
 text-decoration: none;
}
.u-columns.woocommerce-Addresses.col2-set.addresses>div {
 width: 100%;
 margin-bottom: 20px;
 margin-top: 20px;
}
.woocommerce-product-details__short-description + .stock + .cart {
 margin-top: 30px;
}
div#customer_login h2 {
 font-size: 20px;
}
header.header {
 background: transparent;
}

header.header .wrapper {
 display: flex;
 align-items: center;
 padding-top: 15px;
}

.menu-search-wrapper>div>ul {
 display: flex;
}

.menu-search-wrapper>div>ul a {
 font-family: Montserrat;
 font-style: normal;
 font-weight: bold;
 font-size: 14px;
 line-height: 17px;
 text-decoration:none;
 text-transform:uppercase;
 color: #262626;
}

.header .menu-search-wrapper {
 justify-content: space-between;
 display: flex;
}

.header .menu-search-wrapper .menu-main-menu-container {
 max-width: 780px;
}

.logo.header-logo {
 margin-right: 20px;
 width: 130px;
 margin-left: 10px;
}
span.cart-contents-count {
 background: #FF0000;
 color: #fff;
 padding: 0px 5px;
 line-height: 1.5;
 border-radius: 50px;
 font-size: 11px;
 position: absolute;
 right: -7px;
 top: -2px;
}

.cart, .fav {
 position: relative;
}
l.products.columns-4 .star-rating {
 display: none;
}
.menu-search-wrapper>div>ul {
 justify-content: space-between;
}
.hiddendesktop {
 display: none;
}

.header .menu-search-wrapper {
 max-width: 680px;
 width: 100%;
}
.header .menu-search-wrapper .menu-main-menu-container {
 max-width: 640px;
 width: 100%;
}
header.header  .right-header-btns a {
 color: #000;
 font-size: 20px;
 transition: all .25s ease;
 vertical-align: middle;
}
header.header .right-header-btns a.icon-cart,
.fav i.fa.fa-heart-o {
 font-size: 22px;
}
header.header .wrapper {
 justify-content: space-between;
}
header.header  .right-header-btns a:hover,
.fav i.fa.fa-heart-o:hover{
	color: red;
}

.fav svg:hover path{
	fill: red;
}

.slide-outer {
 margin-top: 20px;
}

.right-image-slide {
 margin-right: -40px;
}

html .filter__checkgroup-count{
 position: relative;
 top: 3px;
 display: flex;
 font-size: 12px;
}
.home-page-slide {
 display: flex;
}

.left-text-side {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
}

.left-text-side  h1 {
 font-size: 5.2em;
 padding-top: 48px;
 line-height: 110%;

}

.social-header.social-footer {
 LEFT: 45px;
 TOP: 80PX;
}
.left-text-side p {
 min-height: 110px;
 font-family: Roboto;
 font-style: normal;
 font-weight: normal;
 font-size: 14px;
 line-height: 163.69%;
 margin-top: 6px;
 max-width: 90%;
 color: #727272;
}
.btm-slid {
	position: relative;
 max-width: 200px;
}
.slide-outer {
 margin-bottom: 46px;
}
.right-header-btns.flex {
 justify-content: space-around;
 width: 200px;
 margin-left: 18px;
 margin-top: -5px;
 line-height: 40px;
}
.right-header-tel{
 min-width: 140px;
 margin: 0 0 0 25px;
 flex-direction: column;
 line-height: 40px;
}
.right-header-tel .phone-link{
 display: block;
 font-size: 18px;
}

@media screen and (max-width: 600px){
	html .buttons-inner-benefits .btm-slid + .btm-slid a {
    margin-top: 0;
}
.buttons-inner-benefits, .buttons-inner-benefits div,.buttons-inner-benefits noindex {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
}

@media screen and (max-width: 679px) and (min-width: 600px){
	.buttons-inner-benefits {
    width: 100% !important;
    max-width: 75% !important;
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    justify-content: center;
    flex: 1  auto;
}

.buttons-inner-benefits .btm-slid {
    display: flex;
    align-items: center;
    margin-top: 0 !important;
    max-width: 31% !important;
}

html .buttons-inner-benefits .btm-slid + div * {
    margin-top: 0 !important;
}
}

@media screen and (min-width:439px) and (max-width:600px){
.right-header-tel{
 min-width: 125px;
    margin: 0;
    margin-left: -15px;
}
.right-header-tel .phone-link{
 font-size: 14px;
}
}

@media screen and (min-width:361px) and (max-width:430px){
.right-header-tel{
 min-width: 125px;
    margin: 0;
    margin-left: -15px;
}
.right-header-tel .phone-link{
 font-size: 16px;
}
}

@media screen  and (max-width:360px){
.right-header-tel{
 min-width: 125px;
    margin: 0;
    margin-left: -15px;
}
.right-header-tel .phone-link{
 font-size: 14px;
}
}

.home h2.woocommerce-loop-category__title {
 font-size: 16px !important;
 text-transform: uppercase !important;
}
.mega-current-menu-item.sale-link a{
background: red!important;
color: white!important;
}
.sale-link a {
 width: 73px !important;
 height: 40px !important;
 /*    left: 1148px;*/
 /*    top: 31px;*/
 box-shadow: 0px 4px 18px 4px rgba(23, 33, 54, 0.05) !important;
 color: #FF0000 !important;
 border: 2px solid !important;
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 50px !important;
 line-height: 40px !important;
 transition: all .25s ease;
}
.sale-link a:hover{
 color: #FFF !important;
 background: #FF0000 !important;
 border-color: #FF0000;
}

.sale-link {
 margin-top: -7px;
 margin-left: 0;
}
button.icon-search,
.serch-btn-show{
	color: #fff;
 top: 4px;
 position: relative;
	background: #172136;
 box-shadow: 0px 4px 14px 4px rgba(23, 33, 54, 0.15);
 border-radius: 6px;
 display: flex;
 align-items: center;
 justify-content: center;
 outline: none;
 border:none ;
 cursor: pointer;
 width: 34px !important;
 height: 33px !important;
 font-size: 17px !important;
}
button.icon-search:hover,
.serch-btn-show:hover{
	background: #4B4540;
 box-shadow: 0px 4px 14px 4px rgba(23, 33, 54, 0.15);
 border-radius: 6px;
}
.search-box-outer-fixed input[type="search"],
input[type="search"]{
 width: 700px;
 height: 56px;
 background: #EBEBEB;
 border-radius: 6px;
 font-family: Roboto;
 font-style: normal;
 font-weight: normal;
 font-size: 16px;
 line-height: 19px;
 color: #262626;
 padding-left: 20px;
 outline: none;
 border:none;
}

.menu-search-wrapper .form {
 /*    margin-top: -6px;*/
}
.search-box-outer{
	max-width: 752px;
 height: 56px;

 background: #EBEBEB;
 border-radius: 6px;
}
.overlay{
	background: #000;
	opacity: .8;
}
.search-box-outer-fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

 z-index: 20000;
}
.overlay{
 position: absolute;
 width: 100%;
 height: 100%;
 background: rgb(0 0 0 / 60%);
 top: 0;
 left: 0;
 z-index: -1;
}
button.icon-search {
 position: absolute;
 top: 12px;
 right: 12px;
}

.search-box-outer-fixed form.woocommerce-product-search {
 position: relative;
 display: inline-block;
 margin: 50px 0 0 12%;
}
.search-box-outer-fixed{display: none;}
/* Middle
-----------------------------------------------------------------------------*/
.content {
}

.top-footer{
 background: rgba(23, 33, 54, 0.06);
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	background: #F0F2F9;
 border-radius: 0px;
}
*{box-sizing: border-box;}
b, strong{
	font-weight: bold;
}
body{
	background: #F0F2F9;
}
.shadowed{
	background: #FFFFFF;
 box-shadow: 0px 4px 18px 4px rgba(23, 33, 54, 0.05);
 border-radius: 15px;
}
.page-title,
h1{
	font-family: Montserrat;
 font-style: normal;
 font-weight: bold;
 font-size: 36px;
 line-height: 108.4%;
 color: #172136;
}
h2{
	font-family: Montserrat;
 font-style: normal;
 font-weight: bold;
 font-size: 36px;
 line-height: 108.4%;
 color: #172136;
}
h3{
	font-family: 'Montserrat','Roboto';
 font-style: normal;
 font-weight: 600;
 font-size: 18px;
 line-height: 163.69%;
 text-transform: uppercase;
 margin-bottom: 10px;
 /* or 29px */

 text-align: center;

 color: #172136;
}
.f-title{
	font-family: Montserrat;
 font-style: normal;
 font-weight: 800;
 font-size: 16px;
 line-height: 20px;
 color: #172136;
	text-transform: none;

 display: block;
 margin-bottom: 18px;
}
em {

	font-family: Montserrat;

 font-style: italic;
}
.page-title{
	text-align: center;
 margin-bottom: 20px;
}

.shadowed {
 padding: 4.5%;
 padding-top: 2.5%;
 margin-top: 20px;
}
.post .entry-content>h1.page-title{
text-align: center
}

footer p,
footer a,
footer li,
.entry-content li,
.entry-content strong,
.entry-content p {
 line-height: 1.5;
 font-family: Roboto;
 font-style: normal;
 font-weight: normal;
 font-size: 14px;
 line-height: 200%;
 color: #000000;
}
div#wt-content-toggle-product-details-read-more {
 word-break: break-all;
}
.entry-content strong{font-weight: bold;}
main.content {
 padding-bottom: 94px;
}
.bottom-footer-copyright {
 padding-top: 10px;
 padding-bottom: 10px;
}
section.top-footer {

 padding-top: 50px;
 padding-bottom: 62px;
}

section.top-footer .wrapper {
 display: flex;
}
.top-footer .place a {text-decoration:underline}
.col-f-1 {
 width: 33%;
 padding-left: 6%;
}
.col-f-1 p,
.col-f-1 b,
.col-f-1 a{
 font-family: Roboto;
 font-style: normal;
 font-size: 14px;
 line-height: 32px;
 color: #172136;
}
div.mail{
	background: url(/wp-content/themes/modernwoodstyle/i/email.png);
}
.mail{text-decoration: none;}
.tel{
	background: url(/wp-content/themes/modernwoodstyle/i/phone.png);
}
.place{
	background: url(/wp-content/themes/modernwoodstyle/i/pin.png);

 font-size: 14px;
 line-height: 2.3;
}
.iconed div{
	padding-left: 30px;
 background-position: top 7px left 5px;
	background-repeat: no-repeat;
}
b.f-title{
	font-family: Montserrat;
 font-style: normal;
 font-weight: 800;
 font-size: 16px;
 line-height: 20px;
 margin-bottom: 12px;
 color: #172136;
}
.col-f-1 + .col-f-1 {
 padding-left: 4%;
} 
.iconed div.mail {
 background-position: top 9px left 1px;
}

.bottom-footer-copyright {
 font-family: Roboto;
 font-style: normal;
 font-weight: normal;
 font-size: 14px;
 line-height: 16px;

 color: #ACACAC;
 text-align: center;
}
.social-footer {
 float: left;
 position: absolute;
 left: 0;
}	

.tw{
 background: url('data:image/png;base64,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');
}
.fb{
 background: url('data:image/png;base64,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');
}
.in{
 background: url('data:image/png;base64,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');
}
a.soc.tw {
 BACKGROUND-SIZE: 32PX;
 OPACITY: 1;
 BACKGROUND-POSITION: CENTER !important;
 margin-right: 0px;
}

a.soc.fb {
 BACKGROUND-SIZE: 32PX;
 OPACITY: 1;
	margin: 0px 10px 0px 5px;
}
a.soc.in {
 BACKGROUND-SIZE: 32PX;
 OPACITY: 1;
}
a.soc.in:hover,
.tw:hover,.fb:hover{
 opacity: .9 !important;
}
.in:hover{

}
.soc:hover,
.soc{
 display: INLINE-BLOCK;
 width: 32px;
 height: 32px;
 background-position: center ;
 vertical-align: middle;
 transition: all .25s ease;
 background-repeat: no-repeat;
}
.bottom-footer-copyright span{
 font-family: Roboto;
 font-style: normal;
 font-weight: normal;
 font-size: 14px;
 line-height: 16px;
 color: #ACACAC;
}
a.f-logo {
 margin-left: 32px;
}
.social-footer {
 left: 9%;
}

footer.footer .wrapper {
 padding-top: 9px;
 padding-bottom: 7px;
} 
.entry-content.shadowed.contact-info {padding: 0;display: flex;overflow: hidden;}

.map-wrapper {}

.contact-info .wpcf7 {
 width: 40.38%;
}

.map-wrapper {
 width: 59.62%;
}

.map-wrapper iframe {
 height: 100%;
}
.contact-info .wpcf7 {
 padding: 3.3%;
}
.wpcf7 label,
label {
 font-family: Roboto;
 font-style: normal;
 font-weight: normal;
 font-size: 14px;
 line-height: 179.69%;
 color: #333;
}
.wpcf7 label {
 text-indent: 15px;
 display: block;
}
input[type=text],
input[type=tel],
input[type=mail],
input[type=e-mail],
input[type=email],
input[type="password"],
textarea{
 font-family: Roboto;
 font-style: normal;
 font-weight: normal;
 font-size: 14px;
 line-height: 34px;
 width: 100%;
 color: #172136;
 min-height: 34px;
 background: #F0F2F9;
 border-radius: 2px;
 border: 1px solid rgba(142, 151, 167, 0);
 padding-left: 15px;
 margin-bottom: 6px;
}
input[type="password"]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=mail]:focus,
input[type=e-mail]:focus,
input[type=email]:focus,
textarea:focus{
	background: #F0F2F9;
 border: 1px solid rgba(142, 151, 167, 0.2);
 outline: none;
}
textarea.wpcf7-form-control.wpcf7-textarea {
 height: 76px;
 resize: none;
}
html a.sbi_load_btn {
 max-width: 320px;
 display: flex;
 align-items: center;
 margin-top: 40px !IMPORTANT;
}
.ajax_add_to_cart.loading:after {
 margin-left: -20px !important;
 margin-top: 4px;
}
.ajax_add_to_cart{
 white-space: nowrap !important;
}
.ajax_add_to_cart.loading {
 padding-right: 30px !important;
}

.product-short-description{
width: 40%;
}
html .woocommerce nav.woocommerce-pagination ul{
   border: 0;
margin: 10px;
}

html .woocommerce nav.woocommerce-pagination ul li{
    border: 1px solid black;
    width: 34px;
    line-height: 34px;
    height: 34px;
    margin: 0 5px;
}
html .woocommerce nav.woocommerce-pagination ul li span,html .woocommerce nav.woocommerce-pagination ul li a{
line-height: 18px;
background-color: white;
color: black;
}
html .woocommerce nav.woocommerce-pagination ul li span.current{
background-color: black;
color: white;
}

html .woocommerce nav.woocommerce-pagination ul li a:hover,html .woocommerce nav.woocommerce-pagination ul li a:focus{
background-color: black;
color: white;
}
html .tax-product_tag.woocommerce .category-breadcrumbs{
margin-bottom: 15px;
}

html .post .breadcrumbs-wrapper {
    background-color: white;
    padding: 12px 24px;
    margin: 15px auto 20px auto;
}

html .post .breadcrumbs {
    color: #b6b6b6;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 179.69%;
    margin-bottom: 26px;
margin: 0;
padding: 0;
width: 100%;
}
html .post .breadcrumbs .trail-items li{
    display: inline-block;
}
html .post .breadcrumbs .trail-items{

}

html .post .breadcrumbs a {
    background: url(/wp-content/themes/modernwoodstyle/i/bread.png) right center no-repeat;
    padding-right: 12px;
    text-decoration: none;
    color: #172136;
    margin-right: 6px;
}
.wpgis-slider-for .zoom img:first-of-type{
	display:none!important;
}

html .woocommerce .category-breadcrumbs{
background-color: white;
padding: 12px 24px;
margin: 15px auto 0px auto;
}
html .woocommerce .category-breadcrumbs .woocommerce-breadcrumb{
margin: 0;
}
.products a.button.product_type_simple,
button#wprev_load_more_btn_2,
html #sb_instagram #sbi_load .sbi_load_btn,
.woocommerce #respond input#submit,
.woocommerce #review_form #respond .form-submit input,
.filter-toggler,
#yith-infs-button,
html .products .product .add_to_cart_button,
html .woocommerce #respond input#submit.alt.disabled, 
html .woocommerce #respond input#submit.alt.disabled:hover, 
html .woocommerce #respond input#submit.alt:disabled, 
html .woocommerce #respond input#submit.alt:disabled:hover, 
html .woocommerce #respond input#submit.alt:disabled[disabled], 
html .woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
html .woocommerce a.button.alt.disabled, 
html .woocommerce a.button.alt.disabled:hover, 
html .woocommerce a.button.alt:disabled, 
html .woocommerce a.button.alt:disabled:hover, 
html .woocommerce a.button.alt:disabled[disabled], 
html .woocommerce a.button.alt:disabled[disabled]:hover, 
html .woocommerce button.button.alt.disabled, 
html .woocommerce button.button.alt.disabled:hover, 
html .woocommerce button.button.alt:disabled, 
html .woocommerce button.button.alt:disabled:hover, 
html .woocommerce button.button.alt:disabled[disabled], 
html .woocommerce button.button.alt:disabled[disabled]:hover, 
html .woocommerce input.button.alt.disabled, 
html .woocommerce input.button.alt.disabled:hover, 
html .woocommerce input.button.alt:disabled, 
html .woocommerce input.button.alt:disabled:hover, 
html .woocommerce input.button.alt:disabled[disabled], 
html .woocommerce input.button.alt:disabled[disabled]:hover,
.load-more-btn span,
input.wpcf7-form-control.wpcf7-submit,
button[type=submit],
.btm-slid .b-button,
input[type=submit]{
	width: 100%;
 height: 60px;
 background-color: #172136;
 box-shadow: 0px 4px 14px 4px rgba(23, 33, 54, 0.15);
 border-radius: 6px;
 font-family: 'Montserrat';
 font-style: normal;
 font-weight: 600;
 font-size: 14px;
 line-height: 163.69%;
 color: #FFFFFF;
 display: flex;
 align-content: center;
 justify-content: center;
 outline: none;
 text-transform: uppercase;
 cursor: pointer;
 transition: all 0.25s ease;
}
html button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,
html .woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
 background-color: #172136;
 color: #fff;

}

html .woocommerce ul.products li.product .button {
 position: absolute;
 top: 55%;
 font-size: 12px;
 font-weight: 400;
 width: 120px;
 left: calc(50% - 60px);
 height: auto;
 padding-top: 12px;
 padding-bottom: 10px;
}

.woocommerce-cart table.cart #coupon_code{
    padding: .618em 1em;
    height: 60px;
width: auto;
}

.products a.button.product_type_simple:hover,
.view-more-offers-link a:hover,
button#wprev_load_more_btn_2:hover,
html #sb_instagram #sbi_load .sbi_load_btn:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.filter-toggler:hover,
#yith-infs-button:hover,
html button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover,
html .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
html .products .product .add_to_cart_button:hover,
.load-more-btn span:hover,
.btm-slid .b-button:hover,
input.wpcf7-form-control.wpcf7-submit:hover,
button[type=submit]:hover,
input[type=submit]:hover{
	background-color:#4B4540;
 box-shadow: 0px 4px 14px 4px rgba(23, 33, 54, 0.15);
 border-radius: 6px;
 color: #fff;
}
button#wprev_load_more_btn_2:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #review_form #respond .form-submit input:hover,
html .woocommerce #respond input#submit.alt:hover, 
html  .woocommerce a.button.alt:hover,
html .woocommerce button.button.alt:hover, 
html .woocommerce input.button.alt:hover{
	background-color:#4B4540;
}

.view-more-offers-link a
{
	width: 100%;
 height: 60px;
 background-color: #172136;
 box-shadow: 0px 4px 14px 4px rgba(23, 33, 54, 0.15);
 border-radius: 6px;
 font-family: 'Montserrat';
 font-style: normal;
 font-weight: 600;
 font-size: 14px;
 line-height: 163.69%;
 color: #FFFFFF;
 display: flex;
 align-content: center;
 justify-content: center;
 outline: none;
 text-transform: uppercase;
 cursor: pointer;
 transition: all 0.25s ease;
}
.view-more-offers-link a,
button#yith-infs-button {
 display: flex;
 align-items: center;
 width: 300px;
 margin: 0 auto;
	border:0;
}
#wprev_load_more_btn_2:before,
.view-more-offers-link a:before,
button#yith-infs-button:before{	content: url(/wp-content/themes/modernwoodstyle/i/refr.png);	width: 20px;	height: 20px;	display: inline-block;vertical-align: middle;margin-right: 10px}

p.woocommerce-LostPassword.lost_password {
 text-align: center;
 margin-top: 15px;
}

p.woocommerce-LostPassword.lost_password a {
 border-bottom: 1px solid #172136;
}

.woocommerce div.product form.cart .single_add_to_cart_button{
margin-top: 10px;

}
p.woocommerce-LostPassword.lost_password a:hover {

 color: #515151;
 border-bottom: 1px solid #515151;
}
.animated .blockUI.blockOverlay {
 background: none !important;
 opacity: 0;
}
#wprev_load_more_btn_2.animated::before,
.load-more-btn:active img,
.view-more-offers-link a.anim:before,
.animated #yith-infs-button:before{
 -webkit-animation:spin 4s linear infinite;
 -moz-animation:spin 4s linear infinite;
 animation:spin 4s linear infinite;
}
.woocommerce .quantity .qty {
 box-shadow: none;
 border: none;
 outline: none;
}

#wprev_load_more_btn_2.animated::before,
.load-more-btn:active img,
.view-more-offers-link a.anim:before,
.animated #yith-infs-button:before{
 @-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
 @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
 @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
}

.filter-toggler {
 display: flex;
 display: none;
 align-items: center;
 font-family: Montserrat;
 font-style: normal;
 font-weight: 600;
 font-size: 16px;
 margin-bottom: 20px;
}
button#wprev_load_more_btn_2 {
 margin: 0 auto;
 display: flex;
 line-height: 1;
 align-items: center;
 margin: 0 auto;
 max-width: 320px;
 border: none;
}

.wprevpro_load_more_div {
 width: 100%;
}
.filter-open-icon{
 background:  url(/wp-content/themes/modernwoodstyle/i/filter_closed.png);
	width: 22px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
 margin-left: 10px;
}
.filter-toggler.opened4 .filter-open-icon{
 background: url(/wp-content/themes/modernwoodstyle/i/filter_opened.png);
	width: 22px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
 margin-left: 10px;
}
span.filter-open-icon {
 position: absolute;
 right: 16px;
}
.filter-toggler {
 position: relative;
}
.closed-sidebar{

 height: 66px;
 overflow: hidden;
}

.filter-toggler.opened4 {
 box-shadow: none;
}
.closed-sidebar div#premmerce_filter_filter_widget-2 {
 display: none;
}
.closed-sidebar .widget_premmerce_filter_filter_widget{
	background: transparent;
}
span.filter-open-title {
 padding-right: 22px;
}
textarea#order_comments {
 padding-top: 10px;
}
.selectric-wrapper+.select2 {
 display: none;
}
.woocommerce table.shop_table td.product-name {
 font-weight: bold;
}
div#customer_details {
 margin-bottom: 30px;
}
.cart-contents-count{

}

tr.cart_item td{font-weight: bold;}
tr.cart_item p {
 font-size: 14px;
 line-height: 1.5;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 padding-left:10px;padding-right:10px}
a.b-button {
 text-decoration: none;
 display: flex;
 align-items: center;
 padding: 0 40px;
}
.load-more-btn ~ div {
 display: none !important;
}


input[type="checkbox"]{

}
.filter--style-premmerce .filter__checkgroup-check,
input[type="checkbox"]+span:before{
 background:  url(/wp-content/themes/modernwoodstyle/i/unchecked.png);
 width: 16px;
 height: 16px;
 display: inline-block;
}
html .filter__checkgroup-check:before,
input[type="checkbox"]:checked+span:before{
 background:  url(/wp-content/themes/modernwoodstyle/i/checked.png);
}
.filter--style-premmerce .filter__checkgroup-check {
 border: none;
}

.filter__checkgroup-control:checked + .filter__checkgroup-check{
	position:relative !important;
}

html .filter--style-premmerce .filter__checkgroup-title {
 padding-left: 14px;
}
html .filter__properties-item:not(:last-child) {
 margin-bottom: 7px;
}
html .pc-range-slider__control .ui-slider-handle:last-of-type {
 margin-left: -14px!important;
}
html .filter__item.filter__item--type-slider {
 border-top: none;
 border-right: none;
 border-left: none;
}
html .filter__item {
 border-left: none !important;
 border-right: none !important;
}
html .filter__checkgroup-check:before{
 background:  url(/wp-content/themes/modernwoodstyle/i/checked.png);

 top: 8px !important;
 left: 7px !important;
 width: 100% !important;
 height: 100% !important;
}
label.check-label{
 text-indent: 0;
 color: #19181E;
 margin-bottom: -10px;
}
label.check-label input {
 display: none;
}

label.check-label span {
 margin-left: 0;
}

input[type="checkbox"]+span:before {
 vertical-align: middle;
 margin-right: 15px;
 margin-top: -1px;
}
span.ajax-loader {
 display: none !important;
}
.entry-content + .entry-content {
 margin-top: 20px;
}
.entry-content.shadowed.contact-info + .entry-content {
 padding-top: 20px;
 padding: 22px 35px;
}

.entry-content.shadowed.contact-info + .entry-content h3 {
 text-align: left;
}
.flex {
 display: flex;
 align-items: center;
}
.iconed2.flex>div {
 padding-left: 114px;
 background-position: left center;
 background-repeat: no-repeat;
 min-height: 84px;
}
div.tels{
	background-image: url(/wp-content/themes/modernwoodstyle/i/call.png);
}
div.mails{
	background-image: url(/wp-content/themes/modernwoodstyle/i/mail.png);
 padding-top: 10px;
}
div.places{
	background-image: url(/wp-content/themes/modernwoodstyle/i/location.png);
	padding-top: 10px;
}
.tels a{
	font-family: Roboto;
 font-style: normal;
 font-weight: normal;
 font-size: 24px;
 line-height: 20px;
 color: #172136;
 text-decoration: none;
}
.places ,
.mails a{
	display: block;
	font-family: Roboto;
 font-style: normal;
 font-weight: normal;
 font-size: 16px;
 line-height: 19px;
 color: #172136;
 text-decoration: none;
}

.iconed2.flex * {
 line-height: 1.7;
}
.iconed2.flex * {
 line-height: 1.7;
}

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

.tels.rounded p,.tels.rounded b {
 font-size: 18px;
 padding-right: 4px;
}

.tels.rounded a {
 margin-top: 3px;
 display: block;
}

.iconed2.flex {
 justify-content: space-between;
}

.iconed2.flex>div {

 padding-left: 100px;
}
.mails.rounded a {
 margin-bottom: 2px;
}

.iconed2.flex>div {
 margin-bottom: 15px;
}
body.page-template.page-template-contact main.content {
 padding-bottom: 11%;
}
.bottom-link{
 display: flex;
 align-items: center;
 text-align: center;

 border-top: 1px solid #D2D2D2;
}
.bottom-link a{
	font-family: Montserrat;
 font-style: normal;
 font-weight: bold;
 font-size: 12px;
 line-height: 200%;
 justify-content: center;
 text-decoration-line: underline;
 text-transform: uppercase;
 color: #D32626;
}
.bottom-link a:hover{
	text-decoration: none;
}

.customer-review{
	background: #FFFFFF;
 box-shadow: 0px 4px 18px 4px rgba(23, 33, 54, 0.05);
 border-radius: 15px;
}
body.page-template.page-template-customers .page-title {
 margin-bottom: 34px;
}
.customer-review {
 width: 31.17%;
 height: 439px;
 margin-bottom: 30px;
 padding: 20px 24px;
}
span.time_ago {
 margin-right: 6px;
}
.wprev-no-slider ul {display: flex;flex-wrap: wrap;justify-content: space-between;}

.bottom-link {
 width: calc(100%);
 /* margin: 0 -25px; */
 padding: 10px;
 justify-content: center;
 position: absolute;
 bottom: 0;
 left: 0;
}

.customer-review {
 position: relative;
}
.customer-rating{
	width: 66px;
 height: 40px;
 left: 8px;
 top: -30px;

 background: #FA8B15;
 border-radius: 25px;
}
.customer-rating span{
 font-family: Roboto;
 font-style: normal;
 font-weight: bold;
 font-size: 18px;
 line-height: 21px;
 color: #FFFFFF;
 background: url(/wp-content/themes/modernwoodstyle/i/st.svg) left center no-repeat;
}
p.customer-rating {
 display: flex;
 align-items: center;
 justify-content: center;
}

.customer-rating span {
 padding-left: 18px;
}
p.customer-rating {
 position: absolute;
 top: 15px;
 right: 15px;
 left: auto;
}

.customers-top {
 height: 59px;
}

.customers-top a img {
 position: absolute;
 left: 23px;
 right: auto;
 top: 12px;
}
.customer-review-text {
	font-family: Roboto;
 font-style: normal;
 font-weight: normal;
 font-size: 14px;
 line-height: 200%;
 align-items: center;
 color: #323232;
}

span.reviewer-name {
 display: flex;
 align-items: center;
 justify-content: space-between;
}
.reviewer-name{

 display: flex;
 align-items: center;
}
.name-customer{
	font-family: Montserrat;
 font-style: normal;
 font-weight: bold;
 font-size: 14px;
 line-height: 200%;
 display: flex;
 align-items: center;
 color: #323232;
}
.time_ago{
 font-family: Roboto;
 font-style: normal;
 font-weight: normal;
 font-size: 12px;

 font-size: 11.4px;
 line-height: 200%;
 text-transform: uppercase;
 color: #959595;
}
.img-customer-wrap {
 overflow: hidden;
 width: 57px;
 height: 57px;
 display: flex;
 align-items: end;
 justify-content: center;
 border-radius: 50%;
}
span.reviewer-name {
 position: absolute;
 bottom: 62px;
 left: 0;
 width: 100%;
 padding: 0 17px;
}

span.name-customer {
 margin-left: 10px;
}.nowrap {
 flex-wrap: nowrap;
 display: flex;
}
a.wprs_rd_more {
	cursor: default;
	pointer-events: none;
 font-size: 0;
}

a.wprs_rd_more:before {content: " ...";font-size: 14px;}
.customer-review-text br  {
 display: none;
}
.customer-review-text a{
	color: #172136;
}

.loadmore {
 text-align: center;
 width: 100%;
 margin-top: 20px;
 margin-bottom: -58px;
}
.loadmore span img {
 transition: all .25s ease;
 cursor: pointer;
}
.loadmore ~ div {
 display: none;
}
.loadmore span:hover img {
 filter: brightness(0.5);
}
.benefits.flex {
 justify-content: space-between;
 align-items: self-end;
}

.entry-content.shadowed.benefits.flex span {
 font-family: Montserrat;
 font-weight: 600;
 font-size: 14px;
 line-height: 1.5;
}

.entry-content.shadowed.benefits.flex>div {
 max-width: 16.6%;
 text-align: center;
 /*min-width: 185px;*/
}

.entry-content.shadowed.benefits.benefits2.flex>div:last-child .ico {
	display:none
}

.entry-content.shadowed.benefits.benefits2.flex>div:last-child > span .btm-slid:first-child  {
 margin-bottom: 10px;
}

.entry-content.shadowed.benefits.flex>div .ico img {
	width: auto;
 max-height: 90px;
}

.ico {
 min-height: 104px;
 display: flex;
 align-items: start;
 justify-content: center;
}
.home .page-title {
 text-transform: none;
 margin-bottom: 30px;
}

.home .entry-content {
 margin-bottom: 42px;
}
.projects-nav{
 height: 53px;
}
.projects-nav a{
	font-family: Montserrat;
 font-style: normal;
 font-weight: 420;
 font-size: 16px;
 line-height: 163.69%;
 text-align: center;
 text-transform: uppercase;
 color: #000000;
 text-decoration: none;
 border-bottom: 3px solid transparent;
}
body.page-template.page-template-projects .entry-content.shadowed.projects-nav a:hover,
.projects-nav a.current{
 border-bottom: 3px solid #172136;
}
body.page-template.page-template-projects .page-title {
 margin-bottom: 32px;
}

body.page-template.page-template-projects .entry-content.shadowed.projects-nav {
 padding: 0;
}

body.page-template.page-template-projects .entry-content.shadowed.projects-nav ul.nav-list-projects {
 display: flex;
 align-items: center;
 justify-content: center;
 height: 100%;
}

body.page-template.page-template-projects .entry-content.shadowed.projects-nav a {
 height: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
 height: 54px;
 line-height: 1;
 padding: 8px 15px 4px;
 margin: 0 14px;
}

.foogallery {
 margin: 12px -15px;
 width: calc(100% + 30px) !important;
 max-width: 200% !important;
}
.fg-simple_portfolio{
 display: -webkit-box;display: -ms-flexbox;display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: stretch;
 -ms-flex-align: stretch;
 align-items: stretch;
 -ms-flex-line-pack: center;
 align-content: center;
}
.fg-item {
 min-width: 233px !important;
 margin: 15px 15px 20px 15px !important;
}
figure.fg-item-inner a {
 border-radius: 10px !important;
 overflow: hidden;
}
html .foogallery .fg-item-inner {
 border: none;
}
.fg-item.fg-type-image {
 background: #FFFFFF;
 box-shadow: 0px 4px 18px 4px rgba(23, 33, 54, 0.05);
 border-radius: 15px;
}
figure.fg-item-inner {
 border-radius: 15px !important;
}
.foogallery .fg-image-wrap {
 height: 240px;
}
.fg-caption-inner * {
 text-align: center !important;
}
html .foogallery .fg-caption-title {
 padding: 0px !important;
 margin: 0;
 font-family: Montserrat;
 font-style: normal;
 font-weight: 600;
 font-size: 14px;
 line-height: 163.69%;
 text-align: center;
 color: #010101;
}
html a.foogallery-thumb.fg-thumb {
 overflow: visible;
}
span.fg-image-overlay,
span.fg-image-wrap {
 border-radius: 15px !important;
 overflow: hidden;
}

html .fg-simple_portfolio .fg-caption-title+.fg-caption-desc {
 margin-top: 0;
 font-family: Montserrat;
 font-style: normal;
 font-weight: 500;
 font-size: 11px;
 line-height: 163.69%;
 /* identical to box height, or 18px */
 text-align: center;
 color: #010101;
}
.load-more-btn {
 margin-top: 34px;
 width: 100%;
}

.load-more-btn span {
 display: flex;
 align-items: center;
 justify-content: center;
 max-width: 330px;
 margin: 0 auto;
}
.load-more-btn img {
 margin-right: 6px;
}
html .foogallery .fg-caption-title {
 padding-top: 8px !important;
}
.home mark.count {
 display: none;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .woocommerce-loop-category__title {
 text-align: center;
 font-weight: bold;
 font-size: 16px;
 text-transform: uppercase;
}

.c-tabs {
 margin: 0 0 10px 0;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-flow: column;
 flex-flow: column;
 position: relative;
 box-sizing: border-box;
}

.c-tabs .c-tab--navigation {
 display: -ms-flexbox;
 display: flex;
 position: relative;
 overflow: hidden;
 z-index: 10;
 width: 100%;
 border-bottom: 1px solid #D2D2D2;
 padding: 0;
 margin: 0;

 justify-content: flex-end;
}

.c-tab--content {
 padding-top: 15px;
}
.c-tabs .c-tab--navigation .c-tab--item {
 text-align: center;
 white-space: nowrap;
 display: inline-flex;
}

.c-tabs .c-tab--navigation .c-tab--item a {
 color: #838383;
 text-decoration: none;
 width: 100%;
 display: block;
 box-shadow: inset 0 0 0 #dbdbdb;
 padding: 1.15em;
 position: relative;
 overflow: hidden;
 transition: box-shadow 150ms ease-in-out;
}

.c-tabs .c-tab--navigation .c-tab--item a.tab--disabled {
 color: #ccc;
 pointer-events: none;
}

.c-tabs .c-tab--navigation .c-tab--item a.active {
	font-weight: 400;
	color: #172136;
}

.c-tab--content {
 display: none;
}

.c-tab--content.active {
 display: block;
}

.c-tab--scroll-left {
 padding: 1.25em;
 display: none;
 align-items: center;
 justify-content: center;
 background: #f4f4f4;
}

.c-tab--scroll-left.scroll-enabled {
 display: block;
}

.c-tab--scroll-right {
 padding: 1.25em;
 display: none;
 justify-content: center;
 align-items: center;
 position: absolute;
 right: 0px;
 background: #f4f4f4;
 z-index: 10;


}

.c-tab--scroll-right.scroll-enabled {
 display: block;
}

.c-tab--slider {
 height: 5px;
 min-width: 5px;
 position: absolute;
 bottom: 0px;
 width: 100%;
 left: 0px;
}

.c-tab-indicator {
	min-height: 2px;
	min-width: 2px;
	background-color: #172136;
	position: absolute;
	transition: all ease-out 0.3s;
	bottom: 0px;
}

.-ripple {
 position: absolute;
 border-radius: 50%;
 background: rgba(0, 0, 0, 0.03);
 -webkit-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
 opacity: 1;
 height: 1em;
 width: 1em;
 pointer-events: none;
 -webkit-transform-origin: center center;
 -ms-transform-origin: center center;
 transform-origin: center center;
 top: 0;
 left: 0;
 -webkit-animation: rippleDrop .8s ease-out;
 animation: rippleDrop .8s ease-out;
}

@-webkit-keyframes rippleDrop {
 100% {
  -webkit-transform: scale(20);
  transform: scale(20);
  opacity: 0;
 }
}

@keyframes rippleDrop {
 100% {
  -webkit-transform: scale(20);
  transform: scale(20);
  opacity: 0;
 }
}



.tabs-container {
	display: flex;
	flex-direction: row;
	padding: 1em .75em;
}

.tab-slider--nav {
	width: 275px;
}

ul.tab-slider--tabs {
	list-style: none;
	padding: 0;
	margin: 0;
 margin-right: 15px;
 border: 1px solid #eee;
 border-radius: 4px;
 box-shadow: 0px 16px 24px 2px rgba(0, 0, 0, 0.05), 0px 6px 20px 0px rgba(0, 0, 0, 0.012), 0px 8px 10px -7px rgba(0, 0, 0, 0.05) !important;
}

ul.tab-slider--tabs li {
	padding: 1em;
	text-align: right;
	border-bottom: 1px solid #eee;
	color: #2e3145;
	font-weight: 500;
	cursor: pointer;
}

li.tab-slider--trigger.active {
	font-weight: 800;
	background: #f0f0f0;
}

.tab-slider--container {
	padding: 0 .25em;
	max-width: 80%;
	width: 100%;
}

.tab-slider--body {
	width: 100%;
}
.home .c-tab--content.active {
 display: block !important;
}
.c-tabs .c-tab--navigation .c-tab--item a {
 padding-bottom: 6px;
}

li.product.type-product {
 background: #FFFFFF;
 box-shadow: 0px 4px 18px 4px rgba(23, 33, 54, 0.05);
 border-radius: 15px;
}
table.woocommerce-product-attributes.shop_attributes tbody {
 display: block;
}

table.woocommerce-product-attributes.shop_attributes tbody tr,table.woocommerce-product-attributes.shop_attributes tbody th,table.woocommerce-product-attributes.shop_attributes tbody td {
 display: block;
 width: 100%;
 border: none;
 text-align: left;
 padding: 0;
 line-height: 1;
}

.woocommerce table.shop_attributes {
 border: none;
}

th.woocommerce-product-attributes-item__label {
 font-family: Roboto;
 font-style: normal;
 font-weight: bold;
 font-size: 14px;
 line-height: 179.69%;
}

table.woocommerce-product-attributes.shop_attributes tbody td {
 line-height: 1;
}

.woocommerce.single-product table.shop_attributes td p {
 padding-top: 0;
}
.woocommerce.single-product table.shop_attributes td {
 padding-top: 4px;
}
html .woocommerce .woocommerce-breadcrumb{
	color:#b6b6b6;
	font-family: Roboto;
 font-style: normal;
 font-weight: normal;
 font-size: 12px;
 line-height: 179.69%;

 margin-bottom: 26px;
}
html .woocommerce .woocommerce-breadcrumb a{
	background: url(/wp-content/themes/modernwoodstyle/i/bread.png) right center no-repeat;
	padding-right: 12px;
 text-decoration: none;
 color: #172136;
 margin-right: 6px;
}
.single.single-product .entry-content.shadowed {
 padding: 22px 24px;
}
div#wt-content-toggle-product-details-read-more {
 word-break: break-all;
} 
.single.single-product .entry-content.shadowed {
 margin-bottom: 38px;
}
.single.single-product .wrapper>section h2,
.single.single-product .wrapper>section h3 {
 text-align: center;
}
html .single-product ul.products {
 margin-top: 35px;
 position: relative;
}
tr.woocommerce-product-attributes-item {
 margin-bottom: 21px;
}
.single-product .c-tabs .c-tab--navigation {
 justify-content: start;
}
.single-product .most-viewed {
 display: none;
}
.single-product .content>.woocommerce.recent_viewed-outer {
 display: none;
}

html body .owl-nav {
 position: absolute;
 top: -65px;
 right: 65px;
}
button{outline: none;}
button.disabled {
 opacity: .8;
}
html body  .owl-carousel1 .owl-nav .owl-next, 
html body  .owl-carousel1 .owl-nav .owl-prev,
html body  .owl-carousel .owl-nav .owl-next, 
html body  .owl-carousel .owl-nav .owl-prev {
 width: 24px;
 height: 24px;
 border-radius: 50%;
 background: #172136;
 color: #fff;
 font-size: 22px;
 line-height: 1;
 display: inline-flex;
 /* align-items: center; */
 justify-content: center;
 margin-left: 15px;
}
html body  .owl-carousel1 .owl-nav .owl-next:hover, 
html body  .owl-carousel1 .owl-nav .owl-prev:hover,
html body  .owl-carousel .owl-nav .owl-next:hover, 
html body  .owl-carousel .owl-nav .owl-prev:hover{
 background: #4B4540;

}

.single-product .owl-dots{display: none !important;}
.single-product .c-tabs .c-tab--navigation a {
 text-transform: uppercase;
 font-family: Montserrat;
 font-style: normal;
 font-weight: 420;
 font-size: 16px;
 line-height: 163.69%;
 /* or 26px */
 text-align: center;
 text-transform: uppercase;
 color: #000000;
 padding-bottom: 10px;
}
.single-product .woocommerce table.shop_attributes tr:nth-child(even) td, 
.single-product .woocommerce table.shop_attributes tr:nth-child(even) th{
	background: transparent;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
 padding: 0;
}
html .woocommerce .active table.shop_attributes {
 border: none;
}

html table.woocommerce-product-attributes.shop_attributes tbody tr,
html table.woocommerce-product-attributes.shop_attributes tbody th,
html table.woocommerce-product-attributes.shop_attributes tbody td {
 background: #fff;
 display: block;
}
html table.woocommerce-product-attributes.shop_attributes tbody {
 background: #fff;
}

html .woocommerce table.shop_attributes tr:nth-child(even) td, 
html .woocommerce table.shop_attributes tr:nth-child(even) th {
 background: #fff;
}
.single-product main.content {
 margin-top: 28px;
}
form.variations_form.cart {
 display: flex;
 flex-wrap: wrap;
}
table.variations {
 display: block;
}
.variations td.label ,.variations td.label  label {
 font-family: Roboto;
 font-style: normal;
 font-weight: bold;
 font-size: 14px;
 line-height: 179.69%;
 color: #19181E;
 width: 100%;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {padding: 0;box-shadow: none !important;}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
 box-shadow: none !important;
 outline: none;
}
html .variable-items-wrapper .wvs-has-image-tooltip:hover:before, html .variable-items-wrapper [data-wvstooltip]:hover:before{
 color: #000;
 font-family: Roboto;
 font-style: normal;
 font-weight: bold;
 font-size: 11px;
 line-height: 1;
 color: #19181E;
 background-color:  #fff;


 box-shadow: 0px 4px 14px 4px rgba(23, 33, 54, 0.15);
 border-radius: 6px;
}

html  .variable-items-wrapper [data-wvstooltip]:after, 
html .variable-items-wrapper .wvs-has-image-tooltip:after {
 border-top-color: #fff !important;
}
html .variable-items-wrapper .wvs-has-image-tooltip:hover:before,  
html .variable-items-wrapper [data-wvstooltip]:hover:before {
 bottom: 120%;
 visibility: visible;
 opacity: 1;
 content: attr(title);
 color: #fff;
 font-family: Arial;
 display: flex;
 align-items: flex-end;
 justify-content: center;
 background-size: 70px;
 background-repeat: no-repeat;
 background-position: top;
 color: #000;
 font-family: Roboto;
 font-style: normal;
 font-weight: bold;
 font-size: 11px;
 line-height: 1;
 color: #19181E;
 background-color: #fff !important;
 color: #000;
 font-family: Roboto;
 font-style: normal;
 font-weight: bold;
 font-size: 11px;
 line-height: 1;
 color: #19181E !important;
 box-shadow: 0px 4px 14px 4px rgba(23, 33, 54, 0.15);
 border-radius: 6px;
 border: none;
}

html .woo-variation-swatches .variable-items-wrapper li.variable-item.selected:after,
html .woo-variation-swatches .variable-items-wrapper li.variable-item.image-variable-item.wvs-has-image-tooltip.selected:after,
html .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).variable-item.selected .variable-item-span:after {
 width: 10px;
 height: 10px;
 opacity: 1 !important;
 content: "";
 background: #fff;
 left: calc(50% - 5px);
 top: calc(50% - 5px);
 margin: 0;
 position: absolute;
 visibility: visible;
 border-radius: 50% !important;
 border: none !important;
}
html .woo-variation-swatches .variable-items-wrapper li.variable-item.image-variable-item.image-variable-item-desk-1.wvs-has-image-tooltip.selected:after {
 margin-left: 0;
}
html .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover, 
html .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
 box-shadow: none !important;
 background: none !important;
 outline: none;
}
html .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
 box-shadow: none !important;
}
html .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
 box-shadow: none !important;
 outline: none;
}
html .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
 padding: 0;
}

.woocommerce div.product p.price del bdi, 
.woocommerce div.product span.price del bdi{
	font-family: Montserrat;
 font-style: normal;
 font-weight: 420;
 font-size: 16px;
 line-height: 55.1%;
 text-decoration-line: line-through;
 color: #C2C2C2;
 display: block;
}
html .woocommerce ul.products li.product .star-rating{
	display: none;
}
html .woocommerce ul.products li.product .price{
 font-family: Montserrat;
 color: #C2C2C2;
 font-style: normal;
 font-weight: 420;
 font-size: 16px;
 line-height: 55.1%;
}
html .woocommerce ul.products li.product .price,
html .woocommerce div.product ins {
 text-decoration: none;
 font-weight: bold;
 margin-top: 10px;
}
html .woocommerce div.product p.price del,
html .woocommerce div.product span.price del {
 opacity: 1;
 display: block;
 line-height: 1.5;
 margin-bottom: 10px;
 margin-top: 25px;
}

.with_numbers {
 position: relative;
 width: 68px !important;
 overflow: hidden;
 border: 1px solid #172136;
 border-radius: 6px;
}
.woocommerce .quantity .qty{
 border: 1px solid transparent;
 box-sizing: border-box;
 border-radius: 5px;
 height: 34px !important;
 width: 68px !important;
 text-align: left !important;
 padding-left: 10PX;
 font-family: Roboto;
 font-style: normal;
 font-weight: normal;
 font-size: 14px;
 line-height: 179.69%;
 color: #383838;
}
.with_numbers button{
	outline: none;
}
ul.variable-items-wrapper.image-variable-wrapper[data-attribute_name='attribute_pa_upgrades'] {
 margin-bottom: -40px;
}
ul.variable-items-wrapper.image-variable-wrapper[data-attribute_name='attribute_pa_upgrades']
{
 padding-top: 42px;
 display:flex !important;
 justify-content: space-between;
}
ul.variable-items-wrapper.image-variable-wrapper[data-attribute_name='attribute_pa_upgrades'] li {
 height: auto !important;
 border-radius: 0 !important;
 border-radius: 15px !important;
 border: 1px solid #E8EAED;
 width: 182px !important;
 margin: 0 0 2.9em !important;
 height: auto !important;
 border-radius: 0 !important;
}
ul.variable-items-wrapper.image-variable-wrapper[data-attribute_name='attribute_pa_upgrades'] li img {
 border-radius: 15px !important;
 max-width: 100% !important;
}
ul.variable-items-wrapper.image-variable-wrapper[data-attribute_name='attribute_pa_upgrades'] li.variable-item.image-variable-item:before {
 position: absolute;
 content: attr(title);
 background-image:  url(/wp-content/themes/modernwoodstyle/i/unchecked.png);
 background-position: left top 5px;
 background-repeat: no-repeat;
 left:0;
 top: -21px;
 width: 100%;
 height:1.25rem;
 color: #000;
 display: block;
 z-index: 11;
 font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 179.69%;
	color: #19181E;
}
.home video {
 width: 100%;
 height: 100%;
}
.playpause {
 position: absolute;
 background: url(/wp-content/themes/modernwoodstyle/i/play.png) center no-repeat;
 z-index: 111;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 cursor: pointer;
}
.vid-wrap {
 position: relative;
}
.entry-content.notshadowed.flex.about_us {
 align-items: stretch;
 padding-top: 10px;
 padding-bottom: 10px;

 justify-content: space-between;
}
.vid-wrap {
 border-radius: 15px;
 overflow: hidden;
}
.about-us-wrap{
	margin-top: -10px;
 margin-bottom: -10px;
}
.variable-items-wrapper .wvs-has-image-tooltip:hover:before{
 background-color: #fff !important;
}
.single-product.woocommerce span.onsale {
 display: block;
	background: none;
 border-radius: 50px;
 font-family: Montserrat;
 font-style: normal;
 font-weight: 600;
 font-size: 14px;
 line-height: 128.1%;
 color: #FF0000;
 position: absolute;
 height: auto;
 min-height: 0px;
 top: 2%;
 left: 1%;
 right: auto;
 border: 2px solid #FF0000;
 padding: 9px;
 display: block;
}
.variable-items-wrapper .wvs-has-image-tooltip:hover:before{
 font-family: Roboto;
 font-style: normal;
 font-weight: bold;
 font-size: 11px;
 line-height: 179.69%;
}
ul.variable-items-wrapper.image-variable-wrapper[data-attribute_name='attribute_pa_upgrades'] li.variable-item.image-variable-item:before {
 padding-left: 30px;
 top: -30px;
}
ul.variable-items-wrapper.image-variable-wrapper[data-attribute_name='attribute_pa_upgrades'] li.variable-item.image-variable-item.selected:before{
 background-image:  url(/wp-content/themes/modernwoodstyle/i/checked.png);
}
ul.variable-items-wrapper.image-variable-wrapper[data-attribute_name='attribute_pa_upgrades'] li.variable-item.image-variable-item {
 position: relative;
 border:none;
}
ul.variable-items-wrapper.image-variable-wrapper[data-attribute_name='attribute_pa_upgrades'] li img {
 border: 1px solid #E8EAED;
}
ul.variable-items-wrapper.image-variable-wrapper[data-attribute_name='attribute_pa_upgrades'] li.variable-item.image-variable-item.selected img{
 border: 1px solid #172136;

}
.woocommerce-product-rating {
 order: 3;
}
.a2a_svg svg path {
 fill: #172136;
}
.addtoany_shortcode {
 margin-top: -10px;
}
.a2a_kit.a2a_kit_size_26.addtoany_list {
 display: block;
 text-align: center;
}
.single-product .a2a_kit.a2a_kit_size_26.addtoany_list,
.flex.after-title,
.woocommerce div.product form.cart {
 max-width: 83%;
 padding-right: 30px;
}
.flex.after-title {
 padding-right: 0;
}
html .woocommerce div.product .woocommerce-product-rating {
 margin-bottom: 0;
}
html .entry-summary h1.product_title.entry-title {
 height: auto;
 min-height: 0;
}
.with_numbers button.plus {
 position: absolute;
 z-index: 1;
 right: 0;
}
.with_numbers button.minus {
 position: absolute;
 right: 0;
 top: 16px;
}

.with_numbers div.quantity {
 position: relative;
 outline: none;
 /* width: 68px !important; */
}

.with_numbers>button {
 border: none;
 width: 20px;
 background: #fff;
 position: absolute;
}
h2.woocommerce-Reviews-title {
 display: none;
}
.woocommerce div.product form.cart .button[type=submit]:hover,
.woocommerce div.product form.cart .button[type=submit] {
 width: auto !important;
 display: flex !important;
 max-width: 450px;
 width: 100% !important;
 height: 58px !important;
 align-items: center;
 border-radius: 8px;
}
.entry-content.notshadowed.flex video {
 object-fit: cover;
}

html .woocommerce ul.products li.product .button {
 opacity: 0;
}

html .woocommerce ul.products li.product:hover .button {
 opacity: 1;
}
.single_variation_wrap {
 width: 100%;
}
a.woocommerce-review-link {
 font-family: Montserrat;
 font-style: normal;
 font-weight: bold;
 font-size: 14px;
 line-height: 163.69%;
 text-decoration-line: underline;
 text-transform: uppercase;
 color: #FA8B15;
 text-decoration: none;
 border-bottom: 1px solid;
}
.woocommerce div.product form.cart .button[type="submit"]:hover,
.woocommerce div.product form.cart .button[type="submit"]{
	height: auto;
}
.woocommerce  div.entry-summary .product_title {
 clear: none;
 margin-top: 0;
 padding: 0;
 margin-bottom: 24px;
 min-height: 52px;
}

html .selectric {
 width: 100%;
 margin-top: 5px;
 border-radius: 5px;
 background: #fff;
}
html table.variations tbody {
 width: 100%;
 display: block;
}

html .selectric .button {
 background: #fff;
 border-radius: 15px;
 height: 36px;
}
.woocommerce div.product form.cart .variations tr {
 margin-bottom: 12px;
}
.woocommerce div.product form.cart .variations tr {
 display: flex;
 flex-wrap: wrap;
}
.woocommerce div.product form.cart .variations td {
 width: 100% !important;
 line-height: 1;
 height: auto;
}
span.archive-img-wrap {display: block;border-radius: 15px !important;overflow: hidden;margin: 0 0 1em;}

span.archive-img-wrap img {
 display: block;
 margin: 0 !important;
}
.c-tab--content {
 position: relative;
 left: 4px;
}

/*Переопределили ширину не забыть переделать*/
html .woocommerce ul.products li.product, 
html .woocommerce-page ul.products li.product {
 float: left;
 margin: 0 3% 2.992em 0;
 padding: 0;
 position: relative;
 width: 22.7%;
 margin-left: 0;
}

html .woocommerce ul.products li.last, 
html .woocommerce-page ul.products li.last {
 margin-right: 0;
}
/*Конец ширины*/

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
 text-transform: none;
 padding-left: 5px;
 padding-right: 5px;
}
html .woocommerce ul.products li.product .price {
 font-size: 18px;
}
html .woocommerce ul.products li.product .woocommerce-loop-category__title, 
html .woocommerce ul.products li.product .woocommerce-loop-product__title, 
html .woocommerce ul.products li.product h3 {
 padding-left: 5px;
 padding-right: 5px;
}

html .carousel-item {
 display: flex;
 justify-content: space-around;
}

html .woocommerce ul.products .carousel-item li.product, 
html .woocommerce-page ul.products .carousel-item  li.product {
 width: 45%;
}

.woocommerce ul.products li.product .price{
	font-family: Montserrat;
 font-style: normal;
 font-weight: 600;
 font-size: 14px;
 line-height: 163.69%;
 text-align: center;

 font-weight: 700;
 font-size: 16px;
 color: #010101 !important;
}


html .product .add_to_cart_button {
 position: absolute;
 top: 0;
 left: 0;
}




.entry-summary h1.product_title.entry-title {
 font-family: Montserrat;
 font-style: normal;
 font-weight: 600;
 font-size: 24px;
 line-height: 34px;
 text-transform: uppercase;
 color: #172136;
}
.left-sidebar {
 width: 240px;
}
.wrapper.flex.sidebared {
 align-items: start;
 margin-top: 20px;
 justify-content: space-between;
}
.wrapper.flex.sidebared .entry-content {
 width: calc(100% - 274px);
}
div#top-side {
 margin-top: 34px;
 position: relative;
}
div#top-side input[type="search"] {
 height: 48px;
 width: 100%;
 background: #fff;
 border-radius: 15px;
}
html .woocommerce .woocommerce-result-count{
	font-family: Roboto;
 font-style: normal;
 font-weight: normal;
 font-size: 12px;
 line-height: 200%;
 text-transform: uppercase;
 color: #959595;
}
div#top-side button.icon-search {
 width: 48px !important;
 height: 48px !important;
 top: 0;
 right: 0;
}
div#top-side button.icon-search:hover{
	background: #4B4540;
}

.filter__checkgroup-count:before,
.filter__checkgroup-count:after{
	display: none !important;
}
.filter__checkgroup-count{
 font-family: Montserrat;
 font-style: normal;
 font-weight: 600;
 font-size: 11px;
 line-height: 179.69%;
 text-align: right;
 color: rgba(0, 0, 0, 0.3);
}
label.filter__checkgroup-title{
	font-family: Montserrat;
 font-style: normal;
 font-weight: 390;
 font-size: 12px;
 line-height: 179.69%;
 color: #000000;
 padding-left: 14px;
 text-transform: uppercase;
 font-weight: 400;
}
.filter__range-slider {
 max-width: 97%;
}
.top-select-outer {
 display: flex;
 align-items: center;
 justify-content: space-between;
 margin-top: 20px;
 margin-bottom: 8px;
}

p.woocommerce-result-count + div {
 display: flex;
}
div#premmerce_filter_filter_widget-2 {
 padding-bottom: 10px;
}
.entry-content>.page-title {
 text-align: left;
 margin-top: 53px;
 font-size: 30px;
 text-transform: none !important;
}

p.woocommerce-result-count + div select {
 margin-left: 10px;
 border: 1px solid #172136;
 box-sizing: border-box;
 border-radius: 5px;
 background: transparent;
 font-family: Roboto;
 font-style: normal;
 font-weight: normal;
 font-size: 14px;
 line-height: 179.69%;
 color: #383838;
 height: 30px;
 padding-right: 20px;
}
.widget_premmerce_filter_filter_widget {
 background: #FFFFFF;
 box-shadow: 0px 4px 18px 4px rgba(23, 33, 54, 0.05);
 border-radius: 15px;
}
.filter--style-premmerce .filter__item {
 border: 1px solid #D2D2D2;
 border-left: none;
 border-right: none;
}
html .filter--style-premmerce .filter__title{
	font-family: Montserrat;
 font-style: normal;
 font-weight: 600;
 font-size: 12px;
 line-height: 179.69%;
 color: #000000;
}
html .filter__inner {
 margin-top: 10px;
}
html .filter--style-premmerce .filter__item {
 padding-left: 30px;
}
html .filter--style-premmerce .filter__item {
 padding-left: 26px;
 padding-top: 18px;
 padding-right: 20px;
}

form.filter__slider-form {
 flex-direction: column-reverse;
 display: flex;
}
html .filter__checkgroup-control:checked + .filter__color-button:before {
 content: "";
 background: #fff;
 width: 10px;
 height: 10px;
 border-radius: 50%;
}
html .filter__checkgroup-control + .filter__color-button,
html .filter__checkgroup-control:checked + .filter__color-button, 
html .filter__checkgroup-control:not([disabled]) + .filter__color-button:hover {
 outline: none;
 border-radius: 50%;
 border: none;
 width: 34px !important;
 height: 34px !important;
 box-shadow: none;
}
html .woocommerce #respond input#submit.alt, 
html .woocommerce a.button.alt, 
html .woocommerce button.button.alt, 
html .woocommerce input.button.alt{
 background: #172136;
}
.tabs {
 clear: both;
}
html .woocommerce div.product p.price, 
html .woocommerce div.product span.price {
 color: #77a464;
 font-size: 1.25em;
 font-family: Montserrat;
 font-style: normal;
 font-weight: 600;
 font-size: 24px;
 line-height: 55.1%;
 color: #172136;
}

html .filter__colors-item {padding: 10px 4px 0;}

html .filter__slider-control-group {
 margin-top: 12px;
 margin-bottom: 0px;
}
html .pc-range-slider__control .ui-slider-range{

 height: 3px!important;
 background: #172136;

 margin-top: -1.5px;
}
html .pc-range-slider__control .ui-slider-handle {
 width: 14px !important;
 height: 14px !important;
 background: #172136;
 border-radius: 50%;
 top: 2.5px;
}
html .pc-range-slider__control {
 background: #C2C2C2;
 border: 1px solid #C2C2C2;
 height: 3px;
 margin-top: 8px;
}
input.filter__slider-control{
	font-family: Montserrat;
 font-style: normal;
 font-weight: 600;
 font-size: 16px;
 line-height: 179.69%;
 color: #000000;
 border:none;
}
.filter__slider-control-column:before{
	content: "$";
	font-family: Montserrat;
 font-style: normal;
 font-weight: 600;
 font-size: 16px;
 line-height: 179.69%;
 color: #000000;
}
html input.filter__slider-control {
 text-align: left;
 display: inline-block;
 vertical-align: middle;
 width: 70px;
 appearance: none;
 -webkit-appearance: none;
}
html input.filter__slider-control {
 text-align: left;
 display: inline-block;
 vertical-align: middle;
 width: 70px;
 appearance: none;
 -webkit-appearance: none;
}
html .filter__slider-control-column + .filter__slider-control-column {
 position: relative;
 right: -30px;
 background: none;
}
html input.filter__slider-control {
 background: transparent;
 text-align: left;
 display: inline-block;
 vertical-align: middle;
 width: 70px;
 appearance: none;
 -webkit-appearance: none;

 padding-left: 0;
 margin-left: -3px;
}

html input.filter__slider-control input::-webkit-outer-spin-button,
html input.filter__slider-control input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
html .filter__item.filter__item--type-checkbox {
 border-bottom: none;
}
html .sidebar h3.widget-title {
 font-size: 16px;
 text-align: left;
 padding-left: 30px;
 padding-top: 10px
}
html .filter--style-premmerce .filter__item {
 border-color: #E8E8E8;}
html input.filter__slider-control input[type=number] {
 -moz-appearance: textfield;
}

html input.filter__slider-control {
 background: transparent;
 outline: none;
}
input.filter__slider-control {
 cursor: default;
}
input.filter__slider-control::-webkit-outer-spin-button,
input.filter__slider-control::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}

/* Firefox */
input.filter__slider-control[type=number] {
 -moz-appearance: textfield;
}
html .filter__properties-item {
 position: relative;
}
html .filter__properties-list .filter__checkgroup-aside {
 position: absolute;
 right: 0;
}
html .woocommerce ul.products.columns-3 li.product,
html  .woocommerce-page ul.products.columns-3 li.product {
 width: 31.33%;
 margin-bottom: 1.9em;
}
.slide {
 width: 100%;
}
.slide-text{
	font-family: Montserrat;
 font-style: normal;
 font-weight: 800;
 font-size: 36px;
 line-height: 160%;
 color: #FFFFFF;
}
.text-intro{
	font-family: Roboto;
 font-style: normal;
 font-weight: normal;
 font-size: 14px;
 line-height: 200%;
 /* or 28px */
 color: #1A1A1A;
}
.owl-dots {
 position: absolute;
 top: 34px;
 right: 64px;
}
.slide {
 min-height: 400px;
 border-radius: 15px;
 overflow: hidden;
 background-size: cover !important;
 display: flex;
 align-items: center;
}

.slide-text {
 padding-left: 60px;
}
.owl-dots button {
 margin-left: 10px;
}
.owl-dot{
	outline:none;
}
.owl-dot span{
	display: block;
	width: 12px;
 height: 12px;
 background: #fff;
 border-radius: 50%;
	opacity: .4

}
.owl-dot.active span{
	opacity: 1
}.home-slider {
 border-radius: 15px;
 overflow: hidden;
}
.entry-content.notshadowed.flex video {
 object-fit: cover;
}
.home .owl-carousel {
 margin-bottom: 50px;
}
.view-more-offers-link{
 text-align: center;
 margin-bottom: 40px;
}
.entry-content.shadowed.benefits.flex {
 padding: 3.5% 0.7%;
}

.entry-content.shadowed.benefits.benefits2.flex {
 padding: 3.5% 2.7%;
}


.home .ced h2 {
 display: none;
}
tr.woocommerce-cart-form__cart-item.cart_item p {
 font-size: 14px;
 line-height: 1.5;
}

tr.woocommerce-cart-form__cart-item.cart_item dt {
 font-weight: 600;
}

td.product-name a {
 font-weight: bold;
}

.actions button.button {
 width: auto;
 padding-left: 30px !important;
 padding-right: 30px !important;
}

.cart_totals h2 {
 margin-bottom: 20px;
}
.woocommerce-cart-form__cart-item td.product-thumbnail a img {
 width: auto;
 max-width: 160px;
}
html .woocommerce ul.products li.product .price ins {
 text-decoration: none;
 font-size: 16px;
}

html .woocommerce ul.products li.product .price del {
 opacity: 1;
 font-size: 16px;
}

html .woocommerce ul.products li.product .price del + ins {
 margin-left: 10px;
}

html .woocommerce ul.products li.product .price {
 margin-bottom: 18px;
}

html .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i,
html .yith-wcwl-add-to-wishlist i {
 font-size: 1.3rem;
} 
html .yith-wcwl-wishlistaddedbrowse {
 position: relative;
}

.yith-wcwl-wishlistexistsbrowse * {
 color: red;
}
.yith-wcwl-add-button *{
	color:#BBBBBB;
} 
.yith-wcwl-add-button *:hover{
	color:red;
} 

html .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
 position: absolute;
 z-index: 10;
 margin: 0;
 top: 6%;
 left: auto;
 right: 20px;
}


html .top-select-outer .selectric, 
html .top-select-outer .selectric .label, 
html .top-select-outer .button {
 background: transparent !important;
 height: 30px;
 line-height: 30px;
 font-size: 14px;
}
html .top-select-outer .selectric .button:after{display: none !important;}
html .top-select-outer .button{
 background: url(/wp-content/themes/modernwoodstyle/i/dropdown.png) center no-repeat !important;
 color: transparent !important;
 width: 25px;
}
html .top-select-outer .selectric {
 border-color: #4D5567;
}
html .woocommerce-perpage {
 margin-right: 25px;
}
html .selectric-wrapper.selectric-orderby .selectric {
 max-width: 100%;
 width: 100%;
}
html p.woocommerce-result-count + div {
 max-width: 329px;
 width: 100%;
 justify-content: space-between;
}
html form.woocommerce-ordering {
 width: 100%;
}

html .woocommerce .woocommerce-result-count {
 margin-bottom: 0;
}
html .sidebar .widget+.widget {
 margin-bottom: 12px;
}
.widget_product_categories >ul{
	background: #DEE3FA;
 box-shadow: 0px 4px 18px 4px rgba(23, 33, 54, 0.05);
 border-radius: 15px;
 padding-top: 26px;
 padding-bottom: 26px;
}
html .product-categories .cat-item a{
	font-family: Montserrat;
 font-style: normal;
 font-weight: 390;
 font-size: 13px;
 line-height: 179.69%;
 color: #000000;
}
html .product-categories .cat-item .count{
	font-family: Montserrat;
 font-style: normal;
 font-weight: 600;
 font-size: 11px;
 line-height: 179.69%;
 /* or 20px */
 text-align: right;
 color: #000000;
}
html .widget_product_categories >ul {
 padding-top: 26px;
 padding-bottom: 26px;
}
html ul.product-categories .cat-item {
 border-bottom: 1px solid #D6DBF1;
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding-right: 7%;
 padding-top: 0px;
 margin-bottom: 7px;
 padding-bottom: 7px;
}
html ul.product-categories .cat-item a {
 padding-left: 12%;
 text-transform: uppercase;
}
html ul.product-categories .cat-item a:hover{
	text-decoration: underline;
}
.carousel-item + .empty,
.product+.product+.empty {
 display: none !important;
}
li.product{
	transition: all .25s ease;
}
.single-product .entry-content.shadowed ~ section {
 margin-left: -10px;
 margin-right: -10px;
 width: calc(100% + 30px);
}
.carousel-item li.product.type-product {
 background: #FFFFFF;
 box-shadow: 0px 4px 5px -1px rgba(23, 33, 54, 0.05);}

html .woocommerce ul.products li.product .onsale{
	background: #FF0000;
 border-radius: 15px;
 font-family: Montserrat;
 font-style: normal;
 font-weight: 600;
 font-size: 14px;
 line-height: 128.1%;
 height: 23px;
 color: #FFFFFF;
 position: absolute;

 height: auto;
 min-height: 0px;
 top: 8%;
 left: 10%;
 right: auto;
} 




.single-product .slick-track:before, 
.single-product .slick-track:after
{
	display: none;
}
.fixed-contacts{
	position:fixed;
 top: 40%;
	width:100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
 right:  10px;
 box-shadow: 0px 4px 14px rgba(23, 33, 54, 0.15);
 background: url(/wp-content/themes/modernwoodstyle/i/call-large.png) center no-repeat #172136;
 border-radius: 50%;
 cursor: pointer;
}
.inner-popup-contacts{
	background: #FFFFFF;
 box-shadow: 0px 4px 14px rgba(23, 33, 54, 0.15);
 display: none;
}
.opened5 .inner-popup-contacts{
	display: block;
}
.inner-popup-contacts:before{
 background: url(/wp-content/themes/modernwoodstyle/i/upcorner.png) center;
 width: 20px;
 height: 21px;
 position: absolute;
 top: -10px;
 display: block;
 content: "";
 right: 40px;
}
.inner-popup-contacts {
 padding: 10px;
}

.inner-popup-contacts a {
 background-repeat: no-repeat;
 font-family: Montserrat;
 font-style: normal;
 font-weight: 600;
 font-size: 16px;
 line-height: 20px;
 /* identical to box height */
 color: #000000;
 padding-left: 30px;
 line-height: 1.7;
}

.inner-popup-contacts li {
 list-style: none;
}
.inner-popup-contacts li a
{
 background-repeat: no-repeat !important

}
.inner-popup-contacts {
 position: absolute;
 top: 112%;
 right: 0;
 z-index: 22;
 padding: 20px 20px;
 border-radius: 5px;
}

.fixed-contacts {
 z-index: 11;
}

.inner-popup-contacts li + li {
 margin-top: 10px;
}
.inner-popup-contacts li.menu-mail-link a {
 font-weight: normal;
}

li.menu-tel-link {}

.inner-popup-contacts li.menu-tel-link a {
 background-position: top left;
 padding-top: 3px;
} 
.woocommerce .star-rating::before {
 display: none;
}

.woocommerce .comment-text .star-rating {
 height: auto;
}

span#reply-title {
 font-weight: bold;
}

.comment-form-rating label {
 color: #000;
 margin-top: 10px;
 display: block;
}

.woocommerce #review_form #respond p.stars {
 margin-top: 2px;
}
.woocommerce p.stars a,
.woocommerce p.stars.selected a.active::before{
 color:#FA8B15;
}
#review_form input#submit {
 width: auto;
 max-width: 320px;
 margin: 0 auto;
 display: block;
}

.woocommerce #review_form #respond p.form-submit {
 text-align: center;
 margin: 0 auto;
 display: flex;
 align-items: center;
 justify-content: center;
}
.comment-text strong.rating {
 min-width: 68px;
 text-align: left;
}
span.img-customer-wrap img {
 max-width: 100%;
 min-width: 100%;
 height: auto;
}
html .product-reviews-loop a img {
 position: relative;
 left: auto;
 top: auto;
 position: relative;
 max-width: 100%;
}

p.customer-rating {
 z-index: 1;
}

.entry-content.notshadowed.flex.product-reviews-loop .customers-top {
 height: auto;
}

a.prod-title {
 font-family: Montserrat;
 font-style: normal;
 font-weight: bold;
 font-size: 16px;
 line-height: 24px;
 display: flex;
 align-items: center;
 color: #282828;
}

.product-reviews-loop p.customer-rating {
 top: 40px;
}

.product-reviews-loop .customers-top img {
 margin-top: -20%;
 margin-bottom: -20%;
}

.product-reviews-loop .customers-top {
 height: auto;
 overflow: hidden;
}
.product-reviews-loop .customer-review {
 height: auto;
 padding-bottom: 140px;
}
.customer-review-text {
 min-height: 110px;
}
.product-reviews-loop .customer-review {
 height: auto;
 padding-bottom: 90px;
}
.product-reviews-loop span.reviewer-name {
 position: absolute;
 bottom: 16px;}
.sb_instagram_header.sbi_feed_type_user {
 display: none;
}
.wprevpro.wprev-no-slider {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}
.customers-top a img.wprevpro_t1_site_logo {
 top: 20px;
}

html .woocommerce-message {
 border-top-color: #b6b6b6;
}
html .woocommerce-message::before {
 color: #172136;
}

html .woocommerce .woocommerce-error .button, 
html .woocommerce .woocommerce-info .button, 
html .woocommerce .woocommerce-message .button, 
html .woocommerce-page .woocommerce-error .button, 
html .woocommerce-page .woocommerce-info .button, 
html .woocommerce-page .woocommerce-message .button {
 float: right;
 background: #172136;
 color: #fff;
	font-size: 14px;
}

p.form-row.form-row-wide {
 width: 100%;
}
html label.wc-pao-addon-name {
 font-family: Roboto;
 font-style: normal;
 font-weight: bold;
 font-size: 14px;
 line-height: 179.69%;
 color: #19181E;
 width: 100%;

}
.addon-fields {
 padding-top: 42px;
 display: flex !important;
 justify-content: space-between;
 flex-wrap: wrap;
}
.addon-fields label{
 height: 1.25rem;
 color: #000;
 display: block;
 z-index: 11;
 font-family: Roboto;
 font-style: normal;
 font-weight: normal;
 font-size: 14px;
 line-height: 179.69%;
 color: #19181E;
}
.wc-pao-addon-wrap label{
 position: relative;
}
.wc-pao-addon-wrap label input + span:before{
 content: "";
 position: absolute;
 background-image: url(/wp-content/themes/modernwoodstyle/i/unchecked.png);
 background-position: left top 1px;
 background-repeat: no-repeat;
 left: 0;
 width: 16px;
 height: 18px;
 display: block;
 margin: 0;
 top: -1px;
 background-repeat: no-repeat !important;
}
p.form-row.form-row-wide.wc-pao-addon-wrap input[type="checkbox"] {
 opacity: 0;

 margin-right: 10px;
}
.wc-pao-addon-wrap label input:checked + span:before{
 background-image: url(/wp-content/themes/modernwoodstyle/i/checked.png);
 background-position: left top 1px;
}
.wc-pao-addon-wrap img {
 margin-top: 10px;
 border-radius: 10px;
 border: 1px solid #E8EAED;
 max-width: 182px;
}
html .addon-fields {
 padding-top: 10px;
}

.wc-pao-addon .wc-pao-addon-wrap label {
 display: inline-block !important;
 width: 100% !important;
}

html .wc-pao-addon-wrap label input + span:before {
 top: 4px;
}
.wc-pao-addon-container.wc-pao-addon.wc-pao-addon-upgrades {
 margin-top: -30px;
 margin-bottom: 14px;
}

label.wc-pao-addon-name {
 margin-bottom: -20px;
}

.woocommerce form p.form-row.form-row-wide.wc-pao-addon-wrap {
 margin-bottom: 0;
}

html body .wc-pao-addon-wrap label input + span:before {
 top: -1px;
}

input.wc-pao-addon-field.wc-pao-addon-checkbox:checked+span+img {
 border-color: #737373;
}
.yith-wcwl-add-to-wishlist.add-to-wishlist-13216.exists.wishlist-fragment.on-first-load i{
 color:red;
}
.yith-wcwl-add-to-wishlist.exists i {
 color: red !important;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper + p a {
 color: #fff;
 background: #172136;
 padding: 4px 8px;
 margin-right: 3px;
 border-radius: 5px;
 font-size: 12px;
} 
.woocommerce-MyAccount-content .woocommerce-notices-wrapper + p a:hover {
 background: #4B4540;
}
dl.tm-final-price-totals dt,
div#tm-final-price-total {
 border: none;
}
dl.tm-final-price-totals dt {
 display: none;
} 
.woocommerce-variation-price {
 display: none;
}
html .tm-final-price-totals .amount.final {
 font-family: Montserrat;
 font-style: normal;
 font-weight: 600;
 font-size: 24px !important;
 line-height: 1.5;
 color: #172136;
}
html .nf-form-fields-required {
 DISPLAY: NONE;
}
html span.ninja-forms-req-symbol {
 DISPLAY: NONE;
}

html .nf-field-label>label {
 text-indent: 15px;
 display: block;
 font-family: Roboto;
 font-style: normal;
 font-weight: normal;
 font-size: 14px;
 line-height: 179.69%;
 color: #BBBBBB;
}



html .nf-form-content .label-above .nf-field-label, 
html .nf-form-content .label-below .nf-field-label, 
html .nf-form-content .label-hidden .nf-field-label {
 margin-bottom: 0;
}

html .nf-form-content .list-select-wrap .nf-field-element>div, 
html .nf-form-content input:not([type=button]), 
html .nf-form-content textarea {
 font-family: Roboto;
 font-style: normal;
 font-weight: normal;
 font-size: 14px;
 line-height: 34px;
 width: 100%;
 color: #172136;
 min-height: 34px;
 background: #F0F2F9;
 border-radius: 2px;
 border: 1px solid rgba(142, 151, 167, 0);
 padding-left: 15px;
 margin-bottom: 6px;
 padding-top: 0;
 padding-bottom: 0;
 height: auto;
}
html
.nf-field-container{
 margin-bottom:0
}
html
.nf-field .nf-element {
 height: auto !important;
 resize: none;
}
html
.checkbox-wrap {

 text-indent: 0;
 color: #19181E;
 margin-bottom: 20px;
 margin-top: 10px;
}

html .checkbox-container.label-right label {
 text-indent: 0;
 color: #19181E;
 margin-bottom: -10px;
 margin-left: 0;
}
html input#nf-field-4 {
 width: 100%;
 height: 60px;
 background-color: #172136;
 box-shadow: 0px 4px 14px 4px rgba(23, 33, 54, 0.15);
 border-radius: 6px;
 font-family: 'Montserrat';
 font-style: normal;
 font-weight: 600;
 font-size: 14px;
 line-height: 163.69%;
 color: #FFFFFF;
 display: flex;
 align-content: center;
 justify-content: center;
 outline: none;
 text-transform: uppercase;
 cursor: pointer;
 transition: all 0.25s ease;
}
.nf-error.field-wrap .nf-field-element:after {
 display: none !Important;
} 

.nf-error-msg.nf-error-required-error {
 display: none !important;
}
textarea#nf-field-3 {
 font-size: 14px !important;
 padding-top: 3px;
}
html .nf-form-wrap.ninja-forms-form-wrap {
 display: flex;
 flex-wrap: wrap;
}
html 
.nf-form-wrap.ninja-forms-form-wrap>* {
 width: 100%;
}
html 
.nf-response-msg {
 order: 10;
}
html 
.nf-response-msg {
 text-align: center;
 color: green;
}
html 
.nf-response-msg p {
 color: #0d900d;
}
.nf-pass.field-wrap .nf-field-element:after{display: none !important;}
html .checkbox-wrap .nf-field-element label.nf-checked-label:before, html .checkbox-wrap .nf-field-label label.nf-checked-label:before, html .listcheckbox-wrap .nf-field-element label.nf-checked-label:before, html .listcheckbox-wrap .nf-field-label label.nf-checked-label:before,
html .checkbox-wrap .nf-field-element label:before, 
html .checkbox-wrap .nf-field-label label:before, 
html .listcheckbox-wrap .nf-field-element label:before, 
html .listcheckbox-wrap .nf-field-label label:before
{
 background: url(/wp-content/themes/modernwoodstyle/i/unchecked.png);
 width: 16px;
 height: 16px;
 display: inline-block;
 vertical-align: middle;
 margin-right: 15px;
 margin-top: -1px;
 visibility: visible;
 opacity: 1;
 content: "";
 position: relative;

 left: 0;
}
html .checkbox-wrap .nf-field-element label.nf-checked-label:before, 
html .checkbox-wrap .nf-field-label label.nf-checked-label:before, 
html .listcheckbox-wrap .nf-field-element label.nf-checked-label:before, 
html .listcheckbox-wrap .nf-field-label label.nf-checked-label:before {
 background: url(/wp-content/themes/modernwoodstyle/i/checked.png);

}
.checkbox-wrap .nf-field-element label:after, .checkbox-wrap .nf-field-label label:after, .listcheckbox-wrap .nf-field-element label:after, .listcheckbox-wrap .nf-field-label label:after{
 display: none !important;
}
.yith-wcwl-form a.button.add_to_cart.alt {
 font-size: 12px;
 font-weight: 400;
 width: 120px;
 left: calc(50% - 60px);
 height: auto;
 padding-top: 12px;
 padding-bottom: 10px;
 text-align: center;
 font-size: 20px;
 text-transform: uppercase;
 font-family: 'Montserrat';
 height: 41px !important;
 border-radius: 10px;
 display: flex;
 align-items: center;
 justify-content: center;
} 
.error404  div#content {
 text-align: center;
 line-height: 1.5;
 margin-top: 50px;
 margin-bottom: 50px;
 padding-left: 40px;
 padding-right: 40px;
 min-height: calc(100vh - 626px);
}

.error404 div#content h2.center {
 margin-bottom: 40px;
}

.main-content #hide a#hidebtn {display:none}
.main-content #hide.block-open a#hidebtn {display:flex}

.main-content a#hidebtn, a#showbtn {
 width: 100%;
 height: 60px;
 background-color: #172136;
 box-shadow: 0px 4px 14px 4px rgba(23, 33, 54, 0.15);
 border-radius: 6px;
 font-family: 'Montserrat';
 font-style: normal;
 font-weight: 600;
 font-size: 14px;
 line-height: 163.69%;
 color: #FFFFFF;
 display: flex;
 align-content: center;
 justify-content: center;
 outline: none;
 text-transform: uppercase;
 cursor: pointer;
 transition: all 0.25s ease;
 display: flex;
 max-width: 200px;
 margin: 0 auto;
 top: 79px;
 position: relative;
}

.entry-content.shadowed.wrapper.main-content ul {
 list-style: disc;
 padding-left: 20px;
}

.home .entry-content.shadowed.wrapper.main-content {
 padding-bottom: 0 !important;
}
.main-content a#hidebtn:hover,
a#showbtn:hover {
 background-color: #4B4540;
}

.product-type-variable .summary .sale-price {
 margin-top: 10px;
 clear: both;
 display: block;
 width: 100%;
	color: #C2C2C2;
	text-decoration-line:line-through;
}

.post-type-archive-product ul li .sale-price, .page-template ul li .sale-price, ul li .sale-price
{
	display: none;
}

.product-type-variable .summary  .flex.after-title {
 flex-wrap: wrap;
}

.product-type-variable .summary .sale-price * {
 font-size: 20px;
}

html  .btm-slid {
 display: flex;
 width: 100%;flex-wrap:wrap;
 max-width: 88%;
 justify-content: space-between;
}

html .btm-slid .b-button.etsy-btn {background-color:#d25802}

p.or {
	text-align:center;
	font-style:italic;
}
html .btm-slid .b-button.etsy-btn-prod {
	max-width: 100%;
	width:100%;
	background-color:#d25802
}

html .product-template-default .btm-slid {
	max-width: 100%;
}

html .btm-slid .b-button {
 max-width: 185px;
}
html .left-text-side .btm-slid a.b-button:last-child {
 min-width: 185px;
}

@media screen and (min-width: 768px){
 style+.with_numbers {
  margin-left: 20px;
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
 }
	div#wpgis-gallery>div > .slick-track {
  height: auto !important;
  transform: none !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
 }
 .sigle-product .slick-track.flex-control-nav {
  transform: none !IMPORTANT;
  HEIGHT: AUTO !IMPORTANT;
 }
 div#wpgis-gallery>div {
  height: auto !important;
 }
 div#wpgis-gallery>div > .slick-track>li {
  width: 23.5% !important;
  margin-bottom: .8em;
  border-radius: 10px;
  overflow: hidden;
  outline: none;
 }
 div#wpgis-gallery>div > .slick-track {
  display: block;
 }

 div#wpgis-gallery>div > .slick-track>li {
  width: 23.2% !important;
  margin-left: .9%;
  margin-right: .9%;
  margin-bottom: 1.8%;
 }
 div#wpgis-gallery>div > .slick-track {
  display: block;
  margin: 0 -5px;
 }
 html .wpgis-slider-for {
  overflow: hidden;
  margin-bottom: 9px;
 }
 .wpgis-slider-for{
  margin-bottom: .4%;

 }
}

.slider.wpgis-slider-for {
 border-radius: 15px;
}
#wpgis-gallery button.slick-next,
#wpgis-gallery button.slick-prev,
.wpgis-slider-for .btn-prev, 
.wpgis-slider-for .btn-next{
 width: 24px !important;
 height: 24px !important;
 margin: 0 !important;
 border-radius: 50% !important;
 background: #172136;
 font-size: 14px !important;
 line-height: 1 !important;
 display: flex !important;
 align-items: center;
 justify-content: center;
}
.zoom{
	outline: none;
}
.variable-item {
 border: 1px solid #ccc;
}
form.variations_form.cart {
 padding-top: 14px;
 margin-top: 20px;
 border-top: 1px solid #E5E5E5;
} 

html .wpgis-slider-for .btn-prev,html  .wpgis-slider-for .btn-next {
 top: auto;
 z-index: 3;
 opacity: 1 !important;
 margin: 0 !important;
 bottom: 14px;
 right: 16px;
 left: auto;
}

html .wpgis-slider-for .btn-prev {
 right: 46px;
}

html .woocommerce #content div.product div.images, 
html .woocommerce div.product div.images,
html .woocommerce-page #content div.product div.images, 
html .woocommerce-page div.product div.images {
 width: 40%;
}
html .woocommerce #content div.product div.summary,
html .woocommerce div.product div.summary, 
html .woocommerce-page #content div.product div.summary, 
html .woocommerce-page div.product div.summary {
 width: calc(60% - 25px);
}
.star-rating * {
 font-size: 0;
 width: auto !important;
 margin: 0 !important;
 background: none ;
}

strong.rating {
	width: 66px;
 height: 40px;
 border-radius: 25px;
 display: flex;
 align-items: center;
 justify-content: center;
 font-family: Roboto;
 font-style: normal;
 font-weight: bold;
 font-size: 18px;
 line-height: 21px;
 color: #FFFFFF;
 background: url(/wp-content/themes/modernwoodstyle/i/st.svg) left 12px top 12px no-repeat #FA8B15;
 padding-left: 31px;
 padding-right: 15px;
}
html .woocommerce .woocommerce-product-rating .star-rating {
 margin: 0;
 float: none;
 overflow: visible;
 height: auto;
 order: 2;
 display: block;
 margin-left: 10px;
 width: auto;
}
html .flex.after-title {
 justify-content: space-between;
}

html .woocommerce .woocommerce-product-rating .star-rating::before {
 content:"";
}

html .woocommerce .woocommerce-product-rating {
 display: flex;
 align-items: center;
}
html .woocommerce table.shop_attributes{
	border:none;
	font-size: 14px;
}
.woocommerce table.shop_attributes td {font-style:normal!important}
.single_variation_wrap .with_numbers {
 display: none;
}

a.woocommerce-review-link {
 order: -1;
 color: #FA8B15;
 text-decoration: none;
 border-bottom: 1px solid #FCC58A;
 font-size: 14px;
 line-height: 1.3;
}

html .woocommerce .star-rating span {
 padding: 0;
 position: relative;
}
.showmenu{
	background:url(/wp-content/themes/modernwoodstyle/i/humburger.png) no-repeat;
	width: 44px;
	height: 38px;
}

.entry-content.notshadowed.flex>div {
 width: 49%;
}
.menu-responsive-wrapper{
 background: #FFFFFF;
 box-shadow: 0px 4px 18px 4px rgba(23, 33, 54, 0.05);
 border-radius: 0px 15px 15px 0px;
}
.menu-responsive-wrapper li.hiddendesktop {
 padding-left: 80px;
}
.resp-left-menu {
 max-width: 385px;
 width: 100%;
}
.menu-responsive-wrapper {
 padding-top: 54px;
 padding-bottom: 1px;
 padding-bottom: 100px;
 position: relative;
}
.menu-responsive-wrapper li {
 padding-left: 67px;
 margin-bottom: 37px;
}
.menu-responsive-wrapper li.hidden-desktop,
.menu-responsive-wrapper li.sale-link {
 padding-left: 77px;
}
.menu-responsive-wrapper li a {
 font-family: Montserrat;
 font-style: normal;
 font-weight: bold;
 font-size: 16px;
 line-height: 20px;
 color: #262626;
 text-transform: uppercase;
}
.menu-responsive-wrapper .hiddendesktop {
 display: block;
}
.menu-responsive-wrapper .menu-fav-link,
.menu-responsive-wrapper .menu-tel-link{
 border-top: 1px solid #EEEEEE;
}
.menu-close {
 position: absolute;

 z-index: 2;
 right: 20px;
 top: 20px;
}

.menu-responsive-wrapper li:not(.sale-link) a {
 padding-left: 10px;
}

.menu-responsive-wrapper li.sale-link a {
 padding-left: 18px;
 width: auto;
 display: inline-block;
 padding-right: 18px;
 /*    padding-top: 3px;*/
}
.menu-responsive-wrapper .hiddendesktop {
 display: block;
 margin-bottom: 33px;
}
li.hiddendesktop.menu-fav-link,
li.hiddendesktop.menu-tel-link {
 padding-top: 30px;
}
.menu-mail-link a {
 text-transform: none !important;
}
li.hiddendesktop.menu-tel-link {
 padding-top: 30px;
}

.menu-mail-link a {
 text-transform: none !important;
} 
html .menu-responsive-wrapper ul li.menu-mail-link a {
 background-position: top 3px left;
} 
.menu-login-link a{
	background: url(/wp-content/themes/modernwoodstyle/i/log-menu.png) top 4px left;
}
.menu-fav-link a{
	background: url(/wp-content/themes/modernwoodstyle/i/fav-menu.png) top 4px left
}
.menu-tel-link a{
	background: url(/wp-content/themes/modernwoodstyle/i/phone-menu.png);
}
.menu-mail-link a{
	background: url(/wp-content/themes/modernwoodstyle/i/mail-menu.png);
}
html .menu-responsive-wrapper ul li.menu-fav-link a,
html .menu-responsive-wrapper ul li.menu-login-link a,
html .menu-responsive-wrapper ul li.menu-mail-link a, 
html .menu-responsive-wrapper ul li.menu-tel-link a {
	text-transform: none;
 background-repeat: no-repeat;
 padding-left: 30px;
 padding-top: 3px;
}

.resp-left-menu-outer {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 1;
}
.resp-left-menu-outer{
	left: -101vw;
 height: 100vh;
 overflow: scroll;
}
.resp-left-menu-outer.opened2{
	left: 0;
	z-index: 1111;
}

html.responsive-opened, body.responsive-opened {
 overflow: hidden;
}

.resp-left-menu {
 margin-top: 100px;
 transition: all .25s ease;
	left:-385px;
 position: absolute;
}
.resp-left-menu.opened{
 left: 0px;
}
.overlay.overlay-menu {
 position: fixed;
}
.toggle_settings{
	background: url(/wp-content/themes/modernwoodstyle/i/open_settings.png);
	width: 20px;
 height: 12px;
 display: inline-block;
 vertical-align: middle;

 margin-left: 12px;
 margin-top: -2px;

}
.toggle_settings.opened3{
	background: url(/wp-content/themes/modernwoodstyle/i/close_settings.png);
}
.togglesettingstitle{
	font-family: Montserrat;
 font-style: normal;
 font-weight: bold;
 font-size: 14px;
 line-height: 163.69%;
 text-decoration-line: underline;
 text-transform: uppercase;
 color: #172136;
} 
form.variations_form.cart {
 position: relative;
}
.buttons-togglemenu-wrap {
 position: absolute;
 right: 20px;
 top: 13px;
 cursor: pointer;
}
form.variations_form.cart.closed-options .variations {
 height: 0;
 overflow: hidden;
 margin-bottom: 40px !important;
}
html .flex.after-title {
 justify-content: start;

 align-items: flex-end;
}
div.product .flex.after-title p.price del {
 margin-top: 0;
}

div.product .flex.after-title p.price ins {
 line-height: 1;
 margin-top: 0px;
}
html .woocommerce div.product .after-title p.price {
 // margin-right: 40px;
 line-height: 1;
}

html .woocommerce div.product .after-title .woocommerce-product-rating {
 margin-left: 40px;
}
.with_numbers button.minus,
.with_numbers button.plus{
 cursor: pointer;
}
form.cart>.with_numbers {
 display: none;
}
.flex.after-title + .woocommerce-product-details__short-description {
 margin-top: 28px;
}.woocommerce-product-details__short-description + .cart>button {
 margin-top: 30px;
}
.flex.after-title + .woocommerce-product-details__short-description + .cart>button {
 margin-top: 28px;
}
.woocommerce div.product .stock {
 display: none;
}
a.margnific-open {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
#wpgis-gallery button.slick-prev {
 left: 0;
 top: 20px;
 z-index: 11;
}

#wpgis-gallery button.slick-next {
 left: 0;
 bottom: 20px;
 z-index: 11;
}
i.btn-next.dashicons.dashicons-arrow-down-alt2.slick-arrow ,
i.btn-prev.dashicons.dashicons-arrow-up-alt2.slick-arrow {
 width: 24px !important;
 height: 24px !important;
 margin: 0 !important;
 border-radius: 50% !important;
 background: #172136;
 font-size: 14px !important;
 line-height: 1 !important;
 display: flex !important;
 align-items: center;
 justify-content: center;
 border-radius: 50%;
 font-size: 15px;
 display: flex;
 align-items: center;
 justify-content: center;
 line-height: 1;
 padding-top: 1px;
 position: absolute;
 z-index: 1;
 left: 50%;
 left: calc(50% - 12px);
 top: 10px;
}
i.btn-next.dashicons.dashicons-arrow-down-alt2.slick-arrow 
{
	top:auto;
	bottom: 10px;
}
@media screen and (min-width: 1200px){
 .woocommerce-cart-form__cart-item td.product-thumbnail a img {
  margin-right: -70px;
 }

 .page-id-6039 .woocommerce-cart-form__cart-item td.product-thumbnail a img {
  margin-right: 0px;
 }

 .home .c-tabs .c-tab--navigation .c-tab--item a.active {
  font-weight: bold;
 }
	.iconed2.flex {
  padding-right: 20px;
 }
 .home .product-category {
  margin-bottom: 14px !important;
 }
 .home .woocommerce.columns-4 + h3.page-title {
  margin-bottom: 0;
 }

}
body.home .woocommerce.columns-4 ul li a img {
/*	width: 240px;*/
 height: 220px;
 border-radius: 15px;
}
html body.home .woocommerce.columns-4 ul li a img {
 height: auto;
}

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

 .fixed-contacts{
  display: none;
  cursor: pointer;}
 body:not(.home)  .customer-review {
  width: 49%;
  height: auto;
  padding-bottom: 130px;
 }
 .single-product .entry-content.shadowed ~ section {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
 }
	.right-image-slide {
  margin-right: -20px;
 }
 .left-text-side {
  padding-left: 2%;
 }
 img {
  max-width: 100%;
 }
 .left-text-side p {
  min-height: 70px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 163.69%;
  margin-top: 6px;
  max-width: 90%;
  color: #727272;
  padding-bottom: 30px;
 }
 .left-text-side h1 {
  font-size: 4.2em;
  padding-top: 48px;
  line-height: 110%;
 }
	.home .customer-review {
  height: auto;
  padding-bottom: 140px;
 }
 .customers-top a img {
  position: absolute;
  left: 23px;
  right: auto;
  top: 23px;
 }
 .home p.customer-rating {
  position: absolute;
  top: 23px;
  right: 15px;}
}

.woocommerce-variation + .wc-pao-addon-container.wc-pao-addon.wc-pao-addon-upgrades {
 margin-top: 0;
}
.woocommerce-variation:empty + .wc-pao-addon-container.wc-pao-addon.wc-pao-addon-upgrades {
 margin-top: -30px;
}

.wc-pao-addon .addon-fields {
 display: flex;
}

.wc-pao-addon .addon-fields .form-row {
 width: 48%;
}

.wc-pao-addon .addon-fields .form-row img {
 max-height: 110px;
}

.wc-pao-addon .addon-fields .form-row {}

span.bottom-option-price {width: 100%;display: block;text-align: center;}

.woocommerce form p.form-row.form-row-wide.wc-pao-addon-wrap {
 text-align: center;
}

html label.wc-pao-addon-name {
 margin-top: 10px;
}

@media screen and (max-width:480px){
 .wc-pao-addon .addon-fields .form-row img {
  max-height: 110px;
 }

 .wc-pao-addon .addon-fields {
  flex-wrap: wrap;
	}

 .wc-pao-addon .addon-fields .form-row {
  width: 48%;
 }
 .woocommerce form .form-row label.bottom-option-price>span{
  text-align:center;
  justify-content: center;
 }
}

@media screen and (max-width:960px) and (min-width: 768px){
 .single-product .a2a_kit.a2a_kit_size_26.addtoany_list,
 .flex.after-title,
 .woocommerce div.product form.cart {
  max-width: 100%;
  padding-right: 30px;
 }

}

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

	span.togglesettingstitle {
  opacity: 0;
 }
 .search-box-outer-fixed input[type="search"] {
  width: 100%;
 }
 .search-box-outer-fixed form.woocommerce-product-search {
  position: relative;
  display: inline-block;
  margin: 8px 0 0 0;
  width: calc(100% + 10px);
 }
	.header .menu-search-wrapper{
		display: none;
	}
 .responsive.menushow {
  display: block !important;
 }
 .right-header-btns.flex {
  justify-content: space-between;
  max-width: 252px;
  margin-left: 0;
  margin-top: 5px;
  width: 100%;
  margin-right: 12px
 }
 .serch-btn-show.icon-search.showtablet {
  display: flex !important;
  font-size: 16px !important;
  margin-top: -10px;
  margin-left: 46px;
 }
 .logo.header-logo {
  width: auto;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 146px;
  justify-content: space-between;
 }

 .logo.header-logo img {
  max-width: 50px;
 }
	html .carousel-item>li {
  width: 92% !important;
  margin-bottom: 2.592em !important;
 }

 html .carousel-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
 }
 html .single-product ul.products {
  margin-top: 80px;
 }

 html body .owl-nav {
  right: auto;
  left: 50%;
  margin-left: -46px;
  top: -54px;
 }
}

@media screen and (max-width: 860px) {
 td.product-subtotal .remove-item {
  display: none;
 }
 .customer-review {
  width: 32%;
  height: 439px;
  margin-bottom: 30px;
  padding: 20px 24px;
 }
	.entry-content.notshadowed.flex>div {
  width: 48%;
 }
	.slide-outer {
  margin-top: 0;
 }
 .right-image-slide {
  margin-right: -30px;
  margin-top: 12px;
 }
	.ico img {
  max-height: 70px;
 }
 html .woocommerce ul.products li.product .price,
 html .woocommerce ul.products li.product .price del,
 html .woocommerce ul.products li.product .price ins {
  text-decoration: none;
  font-size: 14px;
 }
 .entry-content.shadowed.benefits.flex span {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.7;
  padding: 0;
 }
 .entry-content.shadowed.benefits.flex>div{
  min-width: 120px;
 }
 .entry-content.shadowed.benefits.flex {
  padding: 6.5% 0.7%;
 }
 .home .c-tabs .c-tab--navigation .c-tab--item a.active {
  font-weight: bold;
 }
 .home-page-slide {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px;
 }
 .left-text-side h1 {
  font-size: 3em;

  padding-top: 68px;
  line-height: 104%;
  margin-bottom: .6em;
 }
 .left-text-side {
  width: 62%;
 }
 .left-text-side p {
  min-height: 70px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 163.69%;
  margin-top: 6px;
  max-width: 95%;
  color: #727272;
  padding-bottom: 30px;
 }
 .btm-slid {
  position: relative;
  max-width: 214px;
 }
 .b-button{

  height: 48px;
 }
 .social-header.social-footer{
  LEFT: 5px;
  TOP: 20PX;
 }
 .woocommerce.columns-4 {
  padding: 0 10px;
 }
 .home h2.woocommerce-loop-category__title {
  font-size: 14px !important;
  text-transform: uppercase !important;
 }
 .home .c-tabs .c-tab--navigation {
  justify-content: center;
 }

 .home .c-tabs .c-tab--navigation .c-tab--item a {
  font-size: 17px;
  font-family: Montserrat;
  font-weight: 400;
  padding-bottom: 14px;
  padding-left: 5px;
  padding-right: 5px;
 }

 .home .c-tabs .c-tab--navigation .c-tab--item {
  margin: 0 4%;
 }

 .home .c-tab--content {
  padding-top: 33px;
 }


	.entry-content.shadowed.benefits.flex span {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  padding: 0 0px;
 }
	.contact-info .wpcf7 {
  width: 269px;
 }
 .map-wrapper {
  width: calc(100% - 268px);
 }

 .wpcf7 label {
  text-indent: 22px;
  display: block;
 }
 label.check-label span {
  padding-left: 10px;
  text-indent: -10px;
  max-width: 82%;
 }

 label.check-label span:before {
  position: absolute;
  left: 0;
  top: -24px;
 }

 label.check-label span {
  padding-left: 10px;
  text-indent: -10px;
  max-width: 82%;
 }

 label.check-label span:before {
  position: absolute;
  left: 0;
  top: -24px;
 }

 body.page-template.page-template-contact main.content {
  padding-bottom: 7%;
 }

	.projects-nav a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 420;
  font-size: 14px;
 }
 html  .fg-item {
  min-width: 273px !important;
  margin: 12px 12px 12px 12px !important;
 }
 html   .foogallery .fg-image-wrap {
  height: 265px;
 }
	section.top-footer .wrapper {
  flex-wrap: wrap;
 }

 section.top-footer .wrapper .col-f-1:first-child {
  width: 100%;
  padding-left: 0;
  text-align: center;
 }

 section.top-footer .wrapper .col-f-1:nth-of-type(2) {
  width: 40%;
 }
 section.top-footer .wrapper .col-f-1:nth-of-type(3) {
  width: 60%;
 }
 section.top-footer .wrapper .col-f-1:nth-of-type(4) {
  width: 100%;
 }

 .col-f-1 + .col-f-1 {
  padding-left: 15px;
  padding-top: 20px;
 }
 section.top-footer .wrapper {
  flex-wrap: wrap;
 }

 section.top-footer .wrapper .col-f-1:first-child {
  width: 100%;
  padding-left: 0;
  text-align: center;
 }

 section.top-footer .wrapper .col-f-1 {
  width: 50%;
 }

 footer.footer .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
 }

 .bottom-footer-copyright {
  order: -1;
  width: 100%;
 }

 .social-footer {
  left: auto;
  float: none;
  position: relative;
 }

 footer.footer .wrapper .social-footer a {
  margin: 10px 10px 0px;
 }
}

@media screen and (max-width: 900px) and (min-width: 700px){
 html .home .woocommerce ul.products li.product.type-product,
 html .home .woocommerce-page ul.products li.product.type-product {
  width: 31.9%;
  margin: 0 1.07% 2%;
  clear: none;
  float: left;
 }
 html .home .woocommerce ul.products li.product.type-product:nth-child(3n),
 html .home .woocommerce ul.products li.product.type-product:nth-child(3) {
  margin-right: 0;
 }
 html .home .woocommerce ul.products li.product.type-product:nth-child(3n),
 html .home .woocommerce ul.products li.product.type-product:nth-child(3) {
  margin-right: 0;
  clear: none;
 }

 html .home .woocommerce ul.products li.product.type-product:nth-child(3n+1),
 html .home .woocommerce ul.products li.product.type-product:first-child {
  margin-left: 0;
  clear: none;
 }
 html .archive.woocommerce ul.products.columns-3 li.product,
 html .archive.woocommerce-page ul.products.columns-3 li.product {
  width: 48.5%;
  margin: 0 3% 3.4% 0;
  clear: none;
 }

 html .archive.woocommerce ul.products.columns-3 li:nth-child(2n),
 html .archive.woocommerce-page ul.products.columns-3 li:nth-child(2n) {
  margin-right: 0;
 }
 .wrapper.flex.sidebared .entry-content {
  width: calc(100% - 258px);
 }
}

@media screen and  (max-width: 860px) and (min-width: 700px){

 .tels.rounded p, .tels.rounded b {
  font-size: 14px;
  padding-right: 4px;
 }

 .iconed2.flex>div {
  margin-bottom: 15px;
  background-size: 64px;
  padding-left: 72px;
 }
 .iconed2 .tels a{
  font-size: 16px;
 }



 .iconed2.flex>div.tels.rounded {
  padding-top: 13px;
  text-align: center;
  padding-left: 77px;
 }

 .iconed2 .tels.rounded p,.iconed2  .tels.rounded b {
  padding-right: 0;
 }
 .iconed2 .tels a {
  font-size: 14px;
  text-align: left;
 }
	.iconed2.flex div.mails a {
  font-size: 14px;
 }
 .iconed2.flex>div.mails.rounded {
  padding-top: 16px;
 }
 .iconed2 .places.rounded {
  font-size: 14px;
  padding-top: 10px;
  padding-left: 80px;
 }
}

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

.woocommerce-cart table.cart #coupon_code{
    height: 50px;
max-width: 114px;
}
html .woocommerce ul.products li.product:hover .button {
    opacity: 0;
}
.product-short-description {
    width: 100%;
}

#wpgis-gallery{
width: 20%;
min-height: 260px;
float: right;
}
.closed-sidebar{
height: auto;
}
html .sidebar .widget {
    margin-bottom: 12px;
}
	.etsy-btn {margin-top:10px}
 .home a#showbtn {
  clear: both;
  margin-top: 10px;
  /* position: relative; */
  /*background: #fff;*/
  bottom: -30px;
 }
 html p.form-row.form-row-wide {
  width: 100%;
 }
 html .woocommerce #content div.product div.images,
 html .woocommerce div.product div.images,
 html .woocommerce-page #content div.product div.images,
 html .woocommerce-page div.product div.images {
  width: 100%;
    display: inline-block;
 }
 html .woocommerce #content div.product div.summary,
 html .woocommerce div.product div.summary,
 html .woocommerce-page #content div.product div.summary,
 html .woocommerce-page div.product div.summary {
  width: 100%;
 }
 .single-product .a2a_kit.a2a_kit_size_26.addtoany_list,
 .flex.after-title, .woocommerce div.product form.cart {
  max-width: 100%;
  padding-right: 0;
 }
 .woocommerce div.product form.cart .button[type=submit]:hover,
 .woocommerce div.product form.cart .button[type=submit] {
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none;
 }
 .single-product.woocommerce span.onsale {
  top: 80px!important;
  left: 25%!important;
  font-size: 12px;
 }

 .single-product.woocommerce .viewed span.onsale, .single-product.woocommerce .related span.onsale {
  top: 10px!important;
  left: 2%!important;
  font-size: 12px;
 }

}

@media screen and (max-width: 740px){
 .single-product li.c-tab--slider{display: none;}
 .single-product  ul.c-tab--navigation {
  overflow: auto !important;
  width: 100%;
 }

 .single-product nav.c-tabs {
  overflow: auto;
  width: 100% !important;
 }
 .single-product .c-tab--item a.active {
  border-bottom: 2px solid #172136;
 }
 .filter-toggler + .widget-title {
  display: none;
 }
 .filter-toggler {
  display: flex;}

	html .archive.woocommerce ul.products.columns-3 li.product, 
 html .archive.woocommerce-page ul.products.columns-3 li.product {
  width: 48.5%;
  margin: 0 3% 3.4% 0;
  clear: none;
 }

 html .archive.woocommerce ul.products.columns-3 li:nth-child(2n),
 html .archive.woocommerce-page ul.products.columns-3 li:nth-child(2n) {
  margin-right: 0;
 }
	.wrapper.flex.sidebared {
  flex-wrap: wrap;
 }
 .entry-content>.page-title {
  text-align: left;
  margin-top: 33px;}
 html ul.product-categories .cat-item a {
  padding-left: 30px;
  text-transform: uppercase;
 }
 html ul.product-categories .cat-item {
  padding-right: 20px;
 }
 .wrapper.flex.sidebared .entry-content,
 .left-sidebar {
  width: 100%;
 }
 html .filter__slider-control-column + .filter__slider-control-column {
  width: 120px;
  right: -10px;
  position: absolute;
 }
 .filter__slider-control-column:before {
  padding-top: 1px;
  display: inline-block;
  vertical-align: middle;
 }
} 

@media screen and (max-width: 780px) and (min-width: 700px) {
	.left-text-side h1 {
  font-size: 2.7em;
  padding-top: 68px;
  line-height: 104%;
  margin-bottom: .6em;
 }
 .left-text-side {
  padding-left: 0;
 }
 html .page-template-contact .iconed2.flex>div.rounded {
  padding-left: 64px;
  background-size: 52px !important;
 }
 .entry-content.shadowed.contact-info + .entry-content {
  padding-top: 20px;
  padding: 22px 16px 10px;
 }
}
@media screen and (max-width: 800px) {
 html .nf-field-container .checkbox-wrap .nf-field-label label:before {
  left: -30px;
  bottom: 0;
  position: absolute;
  margin-top: 5px;
 }
 .customer-review {
  height: auto;
  padding-bottom: 140px;
 }

 .customers-top {
  margin-top: 20px;
 }

 .home .wprev-no-slider ul {
  flex-wrap: wrap;
 }

 .home .customer-review.l12 {
  width: 100%;
 }
}
@media screen and (max-width: 700px) {
	.left-text-side {
  width: 82%;
 }
 .left-text-side h1 {
  font-size: 2.7em;
  padding-top: 28px;}
 .left-text-side h1 {
  font-size: 2.7em;
  padding-top: 70px;}
 .right-header-btns.flex {
  max-width: 200px;
 }
 .serch-btn-show.icon-search.showtablet {
  margin-left: 10px;
 }
 .logo.header-logo {
  max-width: 120px;
 }
 .iconed2.flex {
  flex-wrap: wrap;
 }

 .iconed2.flex>div {
  width: 100%;
  text-align: left;
 }

 .iconed2.flex>div p {
  text-align: left;
 }
}

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

	.home .wprev-no-slider .product-reviews-loop ul .customer-review.l12 {
  width: 100%;
  height: auto;
  padding-bottom: 30px;
 }
	.entry-content.notshadowed.flex .text-intro {
  width: 100%;
 }

 .entry-content.notshadowed.flex {
  display: flex;
  flex-wrap: wrap;
 }
 .entry-content.notshadowed.flex>div {
  width: 100%;
  margin-bottom: 30px;
 }
 .home video {
  max-width: 100%;
  margin: 0 auto;
  display: block;
 }
 .vid-wrap {
  margin-top: 10px;
 }
 .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
  width: 48%;
  float: left;
  clear: both;
  margin: 0 0 1.592em;
 }
 .home video {
  border-radius: 15px;
 }
 .entry-content.notshadowed.flex>div {
  width: 100%;
  margin-bottom: 10px;
 }
 .home .entry-content.notshadowed.flex {
  margin-bottom: 10px;
 }
 .entry-content.shadowed.benefits.flex {
  flex-wrap: wrap;
  padding-top: 7%;
 }

 .entry-content.shadowed.benefits.flex span {
  font-size: 12px;
  margin-top: -10px;
  display: block;
 }

 .entry-content.shadowed.benefits.flex {
  margin-top: 30px;
 }

 .home .wprev-no-slider ul {
  flex-wrap: wrap;
 }

 .home .wprev-no-slider ul .customer-review.l12 {
  width: 100%;
  height: auto;
  padding-bottom: 130px;
 }
}


@media screen and (max-width: 600px) {
	body:not(.home) div#wprev-slider-1 .customer-review {
  width: 100%;
  margin-left: auto;
  margin-right: auto;

  height: auto;
  padding-bottom: 130px;
 }
 body:not(.home) p.customer-rating {
  position: absolute;
  top: 25px;
  right: 22px;
 }
 .home video 	{
  max-width: 100%;
  margin: 0 auto;
  display: block;
	}
	.entry-content.shadowed.benefits.flex>div {
  width: 50%;
  max-width: 50%;
  margin-bottom: 1.5em;
 }
 .entry-content.shadowed.benefits.flex {
  flex-wrap: wrap;
  padding-top: 11%;
 }

 .entry-content.shadowed.benefits.flex span {
  font-size: 12px;
  margin-top: -10px;
  display: block;
 }
 .entry-content.shadowed.benefits.flex {
  margin-top: 30px;
 }
 .woocommerce ul.products[class*=columns-] li.product,
 .woocommerce-page ul.products[class*=columns-] li.product {
  margin: 0 0 1.492em;
 }
 .c-tab--content {
  position: relative;
  left: 0;
 }
	.right-image-slide {
    order: -1;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

 .home .page-title {
  text-transform: none;
  margin-bottom: 20px;
 }
 .home-page-slide {
  flex-wrap: wrap;
 }

 .left-text-side {
  width: 100%;

  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: -68px;
  max-width: 380px;
 }

 .left-text-side h1 {
  font-size: 2.9em;
 }

 .btm-slid {
  margin: 0 auto;
 }

 html .products .product .add_to_cart_button,
 html .woocommerce #respond input#submit.alt.disabled, 
 html .woocommerce #respond input#submit.alt.disabled:hover, 
 html .woocommerce #respond input#submit.alt:disabled, 
 html .woocommerce #respond input#submit.alt:disabled:hover, 
 html .woocommerce #respond input#submit.alt:disabled[disabled], 
 html .woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
 html .woocommerce a.button.alt.disabled, 
 html .woocommerce a.button.alt.disabled:hover, 
 html .woocommerce a.button.alt:disabled, 
 html .woocommerce a.button.alt:disabled:hover, 
 html .woocommerce a.button.alt:disabled[disabled], 
 html .woocommerce a.button.alt:disabled[disabled]:hover, 
 html .woocommerce button.button.alt.disabled, 
 html .woocommerce button.button.alt.disabled:hover, 
 html .woocommerce button.button.alt:disabled, 
 html .woocommerce button.button.alt:disabled:hover, 
 html .woocommerce button.button.alt:disabled[disabled], 
 html .woocommerce button.button.alt:disabled[disabled]:hover, 
 html .woocommerce input.button.alt.disabled, 
 html .woocommerce input.button.alt.disabled:hover, 
 html .woocommerce input.button.alt:disabled, 
 html .woocommerce input.button.alt:disabled:hover, 
 html .woocommerce input.button.alt:disabled[disabled], 
 html .woocommerce input.button.alt:disabled[disabled]:hover .load-more-btn span, 
 input.wpcf7-form-control.wpcf7-submit, 
 button[type=submit], 
 .btm-slid .b-button, 
 input[type=submit] {
  height: 50px;
 }
 body.home .page-title, body.home h1 {
  font-size: 28px;
 }
	html .carousel-item>li {
  width: 93% !important;
  margin-bottom: 1.52em !important;
 }
 .single.single-product .wrapper>section h2, .single.single-product .wrapper>section h3 {
  text-align: center;
  font-size: 28px;
 }
 .slide-text {
  padding-left: 60px;
  font-size: 28px;
 }
 .slide {
  align-items: start;
  padding-top: 50px;
 }
 .owl-dots {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
 }


 html .foogallery .fg-image-wrap {
  height: 215px;
 }
 .iconed2.flex>div{
  position:relative;
  margin-bottom: 30px;
 }
 .iconed2.flex>div:after {
  height: 1px;
  background: #E8E8E8;
  content: "";
  width: calc( 100% + 120px);
  position: absolute;
  left: -60px;
  bottom: -16px;
 }



 .iconed2.flex>div.places.rounded:after {
  display: none;
 }

 .iconed2.flex>div.places.rounded {
  margin-bottom: 0;
 }
}

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

 .top-select-outer {
  flex-wrap: wrap;
 }

 p.woocommerce-result-count {
  order: 2;
  width: 100%;
 }

 html p.woocommerce-result-count + div {
  max-width: 100%;
 }

 .woocommerce-perpage {
  min-width: 110px;
  margin-right: 15px;
 }
 .entry-content>.page-title {
  text-align: left;
  margin-top: 33px;
  margin-bottom: 33px;
 }


 .home .wprev-no-slider ul .customer-review.l12 {
  margin-bottom: 1em;
 }.entry-content.shadowed.benefits.flex span {
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
 }
 ul.nav-list-projects li {
  flex-grow: 1;
  flex-basis: 0;
 }
 section.top-footer {
  padding-top: 26px;
 }

 section.top-footer .wrapper .col-f-1:nth-child(2) {
  padding-left: 20%;
 }

 .col-f-1 p, .col-f-1 b, .col-f-1 a {
  font-size: 12px;
 }

 b.f-title {
  font-size: 16px;
 }

 .top-footer .iconed div.place {
  font-size: 12px;
 }
 html .foogallery .fg-image-wrap {
  height: 240px;
 }
	section.top-footer .wrapper .col-f-1:nth-child(2) {
  padding-left: 10px;
 }
section.top-footer .wrapper .col-f-1:nth-child(3) {
  padding-right: 10px;
 }
section.top-footer .wrapper .col-f-1:nth-child(4) {
  padding-left: 10px;
 }
 ul.nav-list-projects li {
  flex-grow: 1;
  flex-basis: 0;
 }

 body.page-template.page-template-projects .entry-content.shadowed.projects-nav a {
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
 }
 ul.nav-list-projects li:first-child a {
  border-radius: 0px 0px 0px;
  overflow: hidden;
 }
 .foogallery {
  margin: 12px -10px;
  width: calc(100% + 20px) !important;
  max-width: 200% !important;
 }
 .entry-content.shadowed.projects-nav {
  border-radius: 13px;
  overflow: hidden;
 }
 label.check-label {
  text-indent: 0;
 }
}
@media screen and (max-width: 480px){
	html .buttons-inner-benefits .btm-slid + div {
    margin-top: 10px;
}
.home .c-tabs .c-tab--navigation .c-tab--item {
    margin: 0px 1%;
}
 .addon-fields label {
  height: 1.25rem;
  color: #000;
  display: block;
  z-index: 11;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: !important;
  color: #19181E;
 }
 .single.single-product .entry-content.shadowed {
  padding: 22px 10px;
 }
 .single.single-product .entry-content.shadowed {
  padding: 22px 10px;
  margin-left: -10px;
  margin-right: -10px;
 }
 .woocommerce form .form-row label>span {
  display: inline-block;
  width: calc(100% - 40px);
  vertical-align: text-top;
  min-height: 30px;
  line-height: 1.3;
  margin-left: -10px;
  display: inline-flex;
  align-items: center;
  margin-top: -6px;
 }
 .menu-responsive-wrapper {
  padding-top: 44px;}
 ul#menu-main-menu-1 {
  height: calc(100vh + 100px);
  overflow: scroll;
 }
 .menu-responsive-wrapper li {
  padding-left: 67px;
  margin-bottom: 22px;
 }
 li.hiddendesktop.menu-fav-link, li.hiddendesktop.menu-tel-link {
  padding-top: 20px;
 }
 .menu-responsive-wrapper .hiddendesktop {
  display: block;
  margin-bottom: 23px;
 }
 .customer-review,
 body:not(.home) .customer-review {
  width: 100%;
  height: auto;
  padding-bottom: 130px;
 }
 html .woocommerce .woocommerce-product-rating.above_title {
  display: flex !important;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 20px !important;
 }

 .woocommerce-product-rating.above_title .star-rating {
  margin-left: 0 !important;
  margin-right: 20px !important;
 }

 .after-title .woocommerce-product-rating {
  display: none !important;
 }

 label.check-label {
  text-indent: 0;
 }

 .iconed2.flex .tels.rounded a {
  font-size: 21px;
 }

 .contact-info .wpcf7 {
  width: 100%;
  z-index: 3;
  position: relative;
  padding-bottom: 20px;
  /* border-radius: 15px !important; */
  background: #fff;
  border-radius: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
 }

 .entry-content.shadowed.contact-info {flex-wrap: wrap;max-width: 96%;margin: 0 auto;}

 label.check-label span:before {
  top: 0;
 }
 .entry-content>.page-title {
  font-size: 28px;
 }
 .map-wrapper {
  width: calc(100% + 42px) !important;
  margin-left: -20px;
  position: relative;
  height: 530px;
  margin-top: -5px;
  margin-bottom: -36px;
  position: relative;
  z-index: 0;
 }

 .entry-content.shadowed.contact-info {
  overflow: visible;
  display: block;
 }

 .entry-content.shadowed.contact-info + .entry-content {
  position: relative;
 }
 main.content {
  padding-bottom: 54px;
 }
}
@media screen and (max-width: 440px){
 .slide-text {
  padding-left: 30px;
  font-size: 22px;
 }
 .menu-responsive-wrapper li:not(.sale-link) a {
  padding-left: 0;
 }
 .menu-responsive-wrapper li{
  padding-left: 6%;

 }
 .menu-responsive-wrapper li.sale-link,
	.menu-responsive-wrapper li.hiddendesktop {
  padding-left: 7%;
 }
 .entry-content.shadowed.contact-info + .entry-content {
  padding-top: 20px;
  padding: 22px 16px;
 }
 .entry-content.shadowed.contact-info + .entry-content h3 {
  padding-left: 10px;
  font-size: 16px;
 }
 .logo.header-logo {
  margin-right: 0;
  max-width: 100px;
 }
 .right-header-btns.flex .fav, .right-header-btns.flex .lk {
  display: none;
 }
 .right-header-btns.flex {
  max-width: 86px;
 }
}

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


	section.top-footer .wrapper .col-f-1:nth-child(2) {
  padding-left: 0;
 }
 .iconed div {
  padding-left: 24px;}
 b.f-title {
  font-size: 14px;
 }
 section.top-footer .wrapper .col-f-1 {
  width: 100%;
 }
 .col-f-1 + .col-f-1 {
  padding-left: 0;
  padding-top: 20px;
 }
 .iconed2.flex .tels.rounded a {
  font-size: 21px;
 }
 .iconed2.flex>div {
  min-height: 74px;
  padding-left: 70px;
  position: relative;
  margin-bottom: 30px;
  background-size: 50px;
 }
 .iconed2.flex>div,
 .iconed2.flex>div a{
  font-size: 14px;
 }
}

@media screen and (max-width: 359px){
 html .archive.woocommerce ul.products.columns-3 li.product, html .archive.woocommerce-page ul.products.columns-3 li.product {
  width: 100%;
  margin: 0 0% 3.4% 0;
  clear: none;
 }
}

.theme-modernwoodstyle.woocommerce table.shop_table th {
	font-family: Montserrat;
 font-style: normal;
 font-size: 16px;
 text-transform: uppercase;
}
.woocommerce table.shop_table.wishlist_table td.product-name {
	font-family: Roboto;
 font-style: normal;
 font-weight: normal;
 font-size: 14px;
}
.woocommerce table.shop_table.wishlist_table td.product-name a{
	font-weight: normal;
}


div.page-description::-webkit-scrollbar,div.woo-sc-box.normal.rounded.full::-webkit-scrollbar {
 width: 2px;
}

div.page-description::-webkit-scrollbar-track,div.woo-sc-box.normal.rounded.full::-webkit-scrollbar-track {
 box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

div.page-description::-webkit-scrollbar-thumb,div.woo-sc-box.normal.rounded.full::-webkit-scrollbar-thumb {
 background-color: darkgrey;
 outline: 1px solid slategrey;
}

div.page-description,div.woo-sc-box.normal.rounded.full {
 overflow: auto;
 max-height: 400px;
}
.product-type-simple:not(.sale) p.countable_price.price+.price {
 display: none !important;
}
.product-type-simple:not(.sale) p.countable_price.price {
 top: -6px;
 position: relative;
}
.product-type-simple p.countable_price.price {
	margin-right: 10px;
}

@media screen and (max-width: 480px){
	.about-us-page div {width:100%!important}
	.about-us-page div img {float: unset;}
}
@media screen and (max-width:1200px) {
	html .left-text-side .btm-slid .b-button {
    max-width: 140px;
    padding-left: 0;
    padding-right: 0;
    min-width: 160px;
}
.left-text-side p {
    min-height: 80px;}
}
@media screen and (max-width:1000px){
 html .product-type-simple p.countable_price.price:not(:empty)+.price {
  display: inline-block;
  order: -1;
  margin-top: -30px;
  width: 0;
  top: -22px;
  position: relative;
 }

 html .product-type-simple p.countable_price.price:not(:empty)+.price ins {
  display: none;
 }}
html .single-product.woocommerce span.onsale {
 top: 55px;
 left: 1%;
 position: absolute;
}
#order_review .shop_table.ship-info ~ .shop_table.ship-info {display:none}

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

#topHeader #mega-menu-wrap-mobileleftmenu .mega-menu-toggle + #mega-menu-mobileleftmenu {
    border-radius: 0px 20px 20px 0px;
    background-color: #f0f2f9;
    padding: 15px;
}

#topHeader #mega-menu-wrap-mobileleftmenu #mega-menu-mobileleftmenu > li.mega-menu-item > a.mega-menu-link {
    color: black;
    background: transparent;
}
#topHeader #mega-menu-wrap-mobileleftmenu #mega-menu-mobileleftmenu li.mega-menu-item.sale-link a.mega-menu-link{
text-align: center;
}
html .woocommerce ul.products li.product .onsale{
left: 10px;
}
.yith-wcwl-add-button svg{
width: 20px;
height: 20px;
}
html .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist{
right: 10px;
}
}


@media screen and (max-width: 600px){
	html .left-text-side .btm-slid .b-button, html .left-text-side .btm-slid noindex, html .left-text-side .btm-slid .b-button noindex a {max-width: 100%;width: 100%;}

html .left-text-side .btm-slid .b-button {
    margin-top: 12px;
}

.social-header.social-footer {
    left: auto;
    width: 100%;
    margin-bottom: 30px;
}
  body.home h1 {
    padding-top: 90px;
}

.left-text-side p {
    padding-bottom: 0px;
}
}

.woocommerce-product-excerpt {
    display: inline-block;
    border: solid 1px rgb(255, 0, 0);
    border-radius: 10px;
    padding: 10px;
}

/* @media screen and (min-width: 1024px) {
    .faq-block {
        position: relative;
        bottom: 300px;
        height: 0;
    }
} */