/* Fonts */

@font-face {

  font-family: 'Helvetica Neue';

  src: url('fonts/HelveticaNeue-Bold.eot');

  src: url('fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),

  url('fonts/HelveticaNeue-Bold.woff2') format('woff2'),

  url('fonts/HelveticaNeue-Bold.woff') format('woff'),

  url('fonts/HelveticaNeue-Bold.ttf') format('truetype'),

  url('fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');

  font-weight: bold;

  font-style: normal;

  font-display: swap;

}



body{

  font-size:14px;

  color:#000000;

  margin: 0;

  padding: 0;

  font-family: 'Montserrat', sans-serif;

  font-weight: normal;

  background: #fff;

  overflow-x: hidden;

}



a img{

  border:0px;

}

a,.btn_sub,button{

  transition: all ease 0.4s;

  -moz-transition: all ease 0.4s;

  -webkit-transition: all ease 0.4s;

  -o-transition: all ease 0.4s;

  -ms-transition: all ease 0.4s;

  outline: 0;

}

a,ul,li{

  text-decoration:none;

}

a:hover, a:active, a:focus{text-decoration:none;outline: none;}

button:focus{outline: none;}

img{max-width: 100%;}



section{position: relative;}

.space_section{padding: 60px 0;}



/*general style*/

p{color: #25293B;font-size: 16px;margin: 0 0 20px;font-weight: normal;}

h1, h2, h3, h4, h5, h6{ font-weight: 700;color: #1c1c1c;}



a{color: #ff681c;}

a:hover{color: #000;}



/* btn */

.btn{

  background: #000000;color: #fff;cursor: pointer;display: inline-block;font-size: 22px;line-height: normal;font-weight: 600;white-space: normal;

  position:relative;padding: 17px 31px;min-width: 160px; text-align: center;border: none;border-radius: 0;text-transform: uppercase;

}

.secondary-btn{

  background: #b37c49;

}



.btn i{font-size: 13px;margin-right: 5px;transition: all ease 0.4s;}

.btn:hover{color: #fff;}

.btn:focus{color: #fff;outline: none;box-shadow: none;}



.btn.sm-btn{padding: 12px 20px;font-size: 14px;}



.form-control,select.form-control:not([size]):not([multiple]) {

  height: 50px;

  background: transparent;

  border: 1px solid #707070;

  border-radius: 0;

  color: #000;

  font-size: 16px;

  margin-bottom: 20px;

  padding: 8px 20px;

  resize: none; 

  font-family: 'Montserrat', sans-serif;

  font-weight: 400;

}

.form-control:focus {

  box-shadow: none !important;

  background: transparent; 

  border-color: #000;

}

select {

  background: #fff url(../images/select-arrow.png) no-repeat center right 20px !important;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  cursor: pointer;

}

.form-control::-webkit-input-placeholder{color:#000;opacity:1}

.form-control::-moz-placeholder{color:#000;opacity:1}

.form-control:-ms-input-placeholder{color:#000;opacity:1}

.form-control::-ms-input-placeholder{color:#000;opacity:1}

.form-control::placeholder{color:#000;opacity:1}







label {

  font-size: 16px;

  color: #333333;

  font-weight: 500; 

}

.required{

  color: red;

}

textarea.form-control {

  min-height: 130px;

  padding-top: 15px;

}



/*---- header start ----*/

header{position: relative;left: 0;right: 0;z-index: 9;top: 0;background: #fff;transition: all ease 0.4s;}

.header-top{background: #000000;text-align: center;padding: 10px 0;}

.header-top p{font-size: 22px;color: #FFFFFF;margin: 0;}



/* Navbar toggle CSS */

.navbar-toggler {border-radius: 0;padding: 0;border: none;box-shadow: none;outline: none;}

.navbar-toggler:focus{outline: none;}

.navbar-toggler .navbar-toggler-icon {width: 22px;height: 18px;background: none;position: relative;}

.navbar-toggler .navbar-toggler-icon span {height: 3px;width: 22px;background-color: #000;display: block;position: absolute;transition: all .5s;border-radius: 3px;}

.navbar-toggler .navbar-toggler-icon span:nth-child(1) {top: 0;}

.navbar-toggler .navbar-toggler-icon span:nth-child(2),

.navbar-toggler .navbar-toggler-icon span:nth-child(3) {top: 7px;}

.navbar-toggler .navbar-toggler-icon span:nth-child(4) {top: 14px;}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-child(1),

.navbar-toggler.active .navbar-toggler-icon span:nth-child(1),

.navbar-toggler.active .navbar-toggler-icon span:nth-child(4),

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-child(4){top: 11px;opacity: 0;}

.navbar-toggler.active .navbar-toggler-icon span:nth-child(2),

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-child(2){transform: rotate(-45deg);}

.navbar-toggler.active .navbar-toggler-icon span:nth-child(3),

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span:nth-child(3){transform: rotate(45deg);}



.navbar{padding: 0 40px;align-items: center;justify-content: space-between;}

.navbar-brand{padding: 0;margin: 0;}

.navbar-brand img{width: 200px;}

.navbar-collapse{flex-grow: 0;order: 1;}

.navbar .navbar-nav{align-items: center;font-weight: 500;position: relative;padding: 0 60px 0 20px;}

.navbar .nav-item{margin-left: 54px;}

.navbar .nav-item:first-child{margin-left: 0;}

.navbar-light .navbar-nav .nav-link {color: #25293B;padding: 0px;transition: all .5s;position: relative;font-size: 17px;text-transform: uppercase;}

.navbar-light .navbar-nav .nav-link:focus,

.navbar-light .navbar-nav .nav-link:hover,

.navbar-light .navbar-nav .nav-item.active .nav-link {color: #25293B;text-shadow: 0px 1px 0px #000;}

.navbar-light .navbar-nav > .nav-item > .nav-link{padding: 12px 0;}



.navbar-expand-lg .navbar-nav .dropdown-menu{width: 100%;border: 0.5px solid #000000;padding: 35px 50px;border-radius: 0;}

.navbar .dropdown-menu .mega-menu-title{font-size: 22px;font-weight: 700;text-transform: uppercase;margin: 0 0 20px;display: block;}

/* header.sticky{background: #fff; transition: all ease 0.4s;box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);} */

.navbar .dropdown-menu .nav-item {display: block;}

.navbar .dropdown-menu .nav-item .nav-link{color: #080808;font-size: 17px;letter-spacing: 0.61px;text-transform: none;font-weight: normal;}

.navbar .dropdown-menu .nav-item .nav-link:hover{color: #B37C49;text-shadow: none;}

.navbar .nav-item .dropdown-menu .nav-item{margin: 2px 0 14px;}

.navbar .nav-item .dropdown-menu .dropdown-menu {display: block;position: inherit;padding: 15px 15px 0 15px;border: none;}

.navbar .dropdown-menu .nav-item.mega-menu-title-sm{color: #25293B;font-weight: 700;margin: 10px 0 0;}







/* custom-space */

[class*="col-"],.container,.container-fluid {

  padding-right: 20px;

  padding-left: 20px;

}

.row{

  margin-right: -10px;

  margin-left: -10px;

}

/* custom-space */





  /* mega menu */

  #mega-menu-wrap-header_menu{

    background-color: transparent !important;

  }

  #mega-menu-wrap-header_menu #mega-menu-header_menu{

    padding: 0 60px 0 20px !important;

  }

  #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{

   color: #25293B !important;padding: 0px !important;transition: all .5s !important;position: relative !important;font-size: 16px !important;text-transform: uppercase !important;/*font-weight: 500 !important;*/

   background-color: transparent !important;

 }

 #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item{

  margin-left: 34px !important;

}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item:first-child{

  margin: 0 !important;

}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{

  background-color: transparent !important;

  color: #25293B !important;

  /*text-shadow: 0px 1px 0px;*/

}

#mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{

  font-size: 22px !important;

  margin: -1px 0 0 2px  !important;

}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu{

  border-top: 0.5px solid #000000 !important; padding: 25px 30px !important; 

  background-color: #fff !important;border-radius: 0 !important;top: 50px;

  border-bottom: 0.5px solid #000000 !important;

}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{

 font-size: 15px !important; font-weight: 700;text-transform: uppercase !important; margin: 0 0 5px !important; 

  display: block !important;color: #212529 !important;transition: all ease 0.4s !important;

}

/* #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link{

  color: #080808 !important;  font-size: 16px !important;  letter-spacing: 0.61px !important; text-transform: none !important;  font-weight: normal !important;
  line-height: normal;padding:5px 0!important;

} */ 

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
  color: #080808 !important;
  font-size: 16px !important;
  letter-spacing: 0.61px !important;
  text-transform: none !important;
  font-weight: normal !important;
  line-height: normal;
  padding: 5px !important;
}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu ul.mega-sub-menu li{

  margin: 0px 0 5px !important;

}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-2{

  padding: 0 !important;

  padding-right: 10px !important;

}

#mega-menu-wrap-header_menu #mega-menu-header_menu li.nav-item.mega-menu-item-has-children a.mega-menu-link{

  text-shadow: none;transition: all ease 0.4s !important;

}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-flyout ul.mega-sub-menu{

  right: 0 !important;

  width: 200px !important;

}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-flyout ul.mega-sub-menu{

  border: 0.5px solid #000000 !important;

  padding: 15px !important;

  background-color: #fff !important;

  border-radius: 0;

}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{

  color: #080808 !important;

  font-size: 17px !important;

  background: transparent !important;

  padding: 0 !important;

}

li#mega-menu-item-custom-post-type-recent-posts-3 ul {

  display: block !important;

  margin-top: 0px;

  padding: 0px !important;;

}

li#mega-menu-item-custom-post-type-recent-posts-3 ul li{

  list-style: none;

  margin: 0px 0 6px !important;

}

li#mega-menu-item-custom-post-type-recent-posts-3 ul li a {

  color: #080808 !important;

  font-size: 17px !important;

  background: transparent !important;

  padding: 0 !important;

  letter-spacing: 0.61px !important;

  font-weight: normal !important;

  display: block;

}

li#mega-menu-item-custom-post-type-recent-posts-3 h4.mega-block-title {

  color: #212529 !important;

}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{

  background: #000 !important;

  color: #fff !important;

  padding: 0 10px !important;

}



/************* Home page design 29-12-2021 *************/

body h1{font-size: 50px;line-height: normal;}

body h2{font-size: 50px;line-height: normal;}

body h3{font-size: 55px;line-height: normal;}

body h4{font-size: 35px;line-height: normal;}

body h5{font-size: 24px;line-height: normal;}

body h6{font-size: 20px;line-height: normal;}

body p, body ul li{font-size: 18px; letter-spacing: 0px;}





.white, .white *{color: #FFFFFF;}

section{padding: 90px 0;}

a.commonbtn {background: #000; color: #FFF; padding: 22px 70px; display: inline-block; 

  font-size: 18px; letter-spacing: 0.42px; text-transform: capitalize; font-weight: 600;    overflow: hidden; line-height: normal;

    position: relative;transition: 0.5s ease-in-out;  
}

a.commonbtn:hover {color: #FFF; }

a.commonbtn:after, header.headercls .headerbtn a.btn:after {content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; 

background-color: #888; transform: translateX(-100%); transition: 0.5s ease-in-out; z-index: -1; } 

a.commonbtn:hover:after, header.headercls .headerbtn a.btn:hover:after {transform: translateX(0);z-index: 1;} 

a.commonbtn span {

    position: relative;

    z-index: 11;

}

a.commonbtn.home-btn{
    background: transparent;
    border: 2px solid white;
}
a.commonbtn.home-btn:after{
    background-color:#000;
}




.commonbtn.whiteborder{border: 1px solid #FFFFFF;color: #FFFFFF; background: transparent;}

.commonbtn.whiteborder:hover{color: #FFF; border: 1px solid #888;}

a.commonbtn.whiteborder:after { background-color: #888; }



/************* header *************/

.search-icon-mobi{
	/*display: none;*/
	position: absolute;
    right: 13%;
    width: 20px;
	position: absolute;
}

header.headercls nav.navbar {background: #FFFFFF 0% 0% no-repeat padding-box; 

  box-shadow: 0px 3px 6px #0000001a; align-items: center;padding: 18px 30px; } 

header.headercls .container-fluid {padding: 0; } 

header.headercls form.search-bar {width: 100%; } 

header.headercls .search-top.search input.searchText {width: 100%; margin: 0;text-transform: uppercase;

    font-weight: 600; }

header.headercls .search-top.search input.searchText{}

header.headercls .search-top.search input.searchBtn {right: 0; top: 50%; 

    transform: translate(0%, -50%) rotate(270deg);display: block;

    width: 50px;height: 20px;background-size: contain; } 

header.headercls .headerbtn{ position: relative; width: 100%; display: inline-block; overflow: hidden;}

header.headercls .headerbtn a.btn {width: 100%; height: 50px; padding: 0; display: flex;

  justify-content: center; align-items: center; padding: 0 10px; font-size: 18px;position: relative;overflow: hidden; }

header.headercls .headerbtn a.btn span {position: relative;z-index: 11;}

header.headercls .header-bottommenu {

    padding: 10px 0px;

    transition: all ease 0.4s;

    position: relative;

    box-shadow: 0px 3px 6px #0000001a;

}

header.headercls .header-bottommenu .cart p {

    display: flex;

    justify-content: center;

    align-items: center;

    margin: 0;font-weight: 600;

}

header.headercls .header-bottommenu .cart p a{ color: #000; }

header.headercls .header-bottommenu ul li > a {font-size: 19px; letter-spacing: 0.38px; color: #000000; text-transform: uppercase; font-weight: normal; transition: all ease 0.4s; } 

header.headercls .header-bottommenu ul li > a:after {content:'';background: #000; width: 0; height: 1px; display: block !important;transition: all ease 0.4s; position: absolute;bottom: 5px;} 

header.headercls .header-bottommenu ul li > a:hover:after {width: 100%; }

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item-has-children > a.mega-menu-link, #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item-has-children.mega-menu-columns-1-of-2 > a.mega-menu-link{background: transparent !important;}

header.headercls .header-bottommenu ul li ul li a:after{content: none;}

header.headercls .header-bottommenu ul li ul li a:hover{color: #888888;}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover{

    color: #fff !important;
    padding:5px 6px !important;
    background:#000 !important;
}
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
    color: #fff !important;
    padding:5px 6px !important;
    background:#000 !important;
}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu {

  padding: 0 !important;  display: flex !important; } 

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu  li {padding: 50px !important;  border-right: 1px solid #000; } 

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu li li {padding: 0 !important;  border: none; } 

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu li:last-child {border: none; }

/* #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.header-menu-last-col li.mega-menu-item > a.mega-menu-link {

    text-transform: uppercase !important;

    font-weight: bold !important;

} */

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.header-menu-last-col li.mega-menu-item > a.mega-menu-link {
  text-transform: uppercase !important;
  font-weight: normal !important;
}

.toggle-formobile{display: none;}

header.headercls .header-bottommenu .cart {

    position: absolute;

    right: 50px;

    top: 50%;

    transform: translate(0%, -50%);

}

header.headercls .header-bottommenu .cart p i {

    margin-right: 10px;

}

/* 20 jan 2022 */

header.headercls .header-bottommenu .cart p i.fa.fa-user, header.headercls .header-bottommenu .cart p i.fa.fa-sign-out, header.headercls .header-bottommenu .cart p i.fa.fa-sign-in {

    margin-right: 0;

}

header.headercls .header-bottommenu .cart p a:first-child, header.headercls .header-bottommenu .cart p a:nth-child(2){

    margin-right: 10px;

}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link{font-weight: 600 !important;}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mobile-top-logo {display: none; }





/************* home banner *************/

.home-banner {padding: 0; } 

.home-banner .content {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; color: #FFF;    width: 100%;

    max-width: 1100px;z-index: 2;}

.home-banner .content h1, .home-banner .content p{color: #FFF;}

.home-banner .content h1{margin-bottom: 35px;}

.home-banner .content p{letter-spacing: 0px;color: #FFFFFF;font-size: 18px;max-width:700px;margin:0 auto; margin-bottom: 40px;font-weight: 500;}

.home-banner img{width: 100%;height: 76vh;object-fit: cover;}

.swiper-button {}

.home-banner .swiper-button {position: absolute; top: 0; width: 100%; left: 0; height: 100%; } 

.home-banner .swiper-button .sbutton {background: #FFF; width: 45px; height: 45px; position: absolute; 

  top: 50%; z-index: 1; border-radius: 50%; display: flex; align-items: center; justify-content: center;

  cursor: pointer; } 

.home-banner .swiper-button .sbutton:hover{background: #888;color: #FFF;}

.home-banner .swiper-button .sbutton.swiper-button-custom-prev {left: 20px; right: auto; } 

.home-banner .swiper-button .sbutton.swiper-button-custom-next {right: 20px; left: auto; }





/************* help banner *************/

.furnituresec{background:url('../images/help-bg.png') no-repeat;

  background-size: cover;}

.reflactionsec{background:url('../images/help-bgimg.png') no-repeat;

  background-size: cover !important;}

.help-banner {padding: 8% 0;overflow: hidden; } 

.help-banner:after {content: ''; width: 100%; height: 101%; position: absolute; top: -1px;

 left: -1px; background:url('../images/bgshadow.png') no-repeat; background-size: cover; z-index: 0; } 

 .help-banner .content {position: relative; z-index: 1; text-align: center; } 

 .help-banner .content p {margin: 25px 0 40px; width: 100%; font-size: 18px;font-weight: 500; }



/************* about *************/

.about-arizona {} 

.about-arizona .about-arizonaleft img {

    margin: 8px 0;height: 235px;

    object-fit: cover;

}

.about-arizona .about-arizonaright {padding-left: 50px; } 

.about-arizona .about-arizonaright img {width: 130px; } 

.about-arizona .about-arizonaright h2 {margin-top: 30px; margin-bottom: 30px; } 

.about-arizona .about-arizonaright p {font-size: 18px; color: #000;font-weight: 500; }



/************* testimonials *************/

.client-testimonials {background: #121113; }



/************* footer *************/

footer.footercls {padding: 70px 0 0;box-shadow: 0px 4px 9px #000000a6;width: 100%;

    display: inline-block;

    float: left;} 

footer.footercls ul {padding: 0; list-style: none; } 

footer.footercls .footercolumn_firstmenu .footercolumn-menu ul li a{font-size: 19px; letter-spacing: 0.38px; color: #000000; text-transform: unset;font-weight: normal; } 

h5.fhead {margin-bottom: 20px; text-transform: uppercase;} 

.footercolumn_firstmenu .footercolumn-menu {margin-bottom: 45px; } 

footer.footercls .footer-menu ul li a {font-size: 19px; letter-spacing: 0.48px; color: #000000; text-transform: uppercase;  font-weight: bold;} 

footer.footercls .footer-menu ul li {margin-bottom: 8px; } 

footer.footercls .footer-menu ul li a:hover {color: #888888; }

footer.footercls .footer-wrapbox p {font-size: 18px; letter-spacing: 0px; color: #000000; } 

footer.footercls .footer-wrapbox .footer-box {margin-top: 30px; } 
footer.footercls #first-address-box {margin-top: 100px; } 

footer.footercls .footer-wrapbox .footer-box p {font-weight: 300; } 

footer.footercls .footer-wrapbox form.footer-bar {position: relative; } 

footer.footercls .footer-wrapbox form.footer-bar button.send {position: absolute; right: 0; top: 0; height: 50px; border: none; background: #000; color: #FFF; padding: 0 20px; cursor: pointer; } 

footer.footercls .footer-wrapbox form.footer-bar input.emailText.form-control {height: 50px; padding: 0 15px 0; text-transform: uppercase; font-weight: 600; } 

footer.footercls .footer-wrapbox form.footer-bar button.send:hover {background: #888; }

footer.footercls .footer-wrapbox .footer-box.social-footer ul {display: flex; align-items: center; flex-wrap: wrap; } 

footer.footercls .footer-wrapbox .footer-box.social-footer ul li {margin-right: 10px; } 

footer.footercls .footer-wrapbox .footer-box.social-footer ul li i {background: #000; width: 45px; height: 45px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 25px; } 

footer.footercls .footer-wrapbox .footer-box.social-footer ul li i:hover {background: #888; color: #FFF; } 

.footer-box.footerbxlogo img {width: 130px; } 

footer.footercls .copyright {background: #000; padding: 20px 0;margin-top: 65px; } 

footer.footercls .copyright p {margin: 0; text-align: center; font-size: 14px; letter-spacing: 0.44px; color: #FFFFFF; }

footer.footercls .footer-wrapbox .footer-box h5 a {

    color: #000;

}

.footercolumn_firstmenu .footercolumn-menu h5.fhead {

    font-size: 19px;

}

footer.footercls .footer-wrapbox .footer-box.social-footer {

    margin-top: 45px;

    margin-bottom: 35px;

}

footer.footercls .footer-menu .menu-footer-furniture-menu-container ul.menu li a {

    text-transform: unset;

    font-weight: 500;

}

footer.footercls .footer-menu .menu-footer-furniture-menu-container ul.menu li.footer-bold-menu-item:first-child {

    margin-top: 0;

}

footer.footercls .footer-menu .menu-footer-furniture-menu-container ul.menu li.footer-bold-menu-item a {

    text-transform: uppercase;

    font-weight: bold;

}



footer.footercls .footer-menu .menu-footer-furniture-menu-container ul.menu li.footer-bold-menu-item {

    margin-top: 50px;

    margin-bottom: 20px;

}

footer.footercls .footer-wrapbox .menu-footer-inspiration-container ul li a {

    font-size: 17px;

}





.topbutton{ bottom: 40px;border-color: #c1c1c1;

    border: 2px solid #b5b5b5;}

.topbutton .fab{background-color: #888;}

.topbutton:hover{background-color: #888;}



/************* Innerpages *************/

section.sub-title {padding: 55px 0 0; text-align: center; }

section.sub-title h1 {font-size: 28px; letter-spacing: 0px; color: #000000; text-transform: uppercase; 

  position: relative; display: inline-block;white-space: normal;

    word-break: break-word; }

section.sub-title h1:after {content: '';width: 91px;height: 3px;background: #000;position: absolute;

  bottom: -15px;left: 0;right: 0;margin: 0 auto;}

.style-configurations-info {} 

.style-configurations-info .style-configurations-left ul {padding: 0; list-style: none; } 

.style-configurations-info .style-configurations-left ul li a {background: #000; width: 100%; 

  display: inline-block; text-align: center; color: #FFF; padding: 17px 10px; font-weight: bold; 

  text-transform: uppercase; font-size: 18px; } 

.style-configurations-info .style-configurations-left ul li {margin-bottom: 25px; } 

.style-configurations-info .style-configurations-left ul li a:hover {background: #888; }

.style-configurations-info .style-configurations-right p, .style-configurations-info .style-configurations-right ul li{ letter-spacing: 0px; color: #000000;}

.style-configurations-info .style-configurations-right p strong{

  text-transform: uppercase;

}

.style-configurations-info .style-configurations-right ul li{font-weight: 500;}



.cms-content.warrantysec {padding-top: 50px;}

.warrantysec .warranty__right h5{

    margin-bottom:30px;

    font-size: 18px;

}



.warrantysec .warranty__right p:first-child {margin-top: 0px; }

.warrantysec .warranty__right p {margin-bottom: 35px; margin-top: 15px; }





.sectiontoppadding {padding-top: 50px; } 

.faqpage-content .faq__head {margin-bottom: 60px; } 

.faqpage-content .faq__head .button__wrapper {

    margin-top: 35px;

}

.faqpage-content .faq__head .button__wrapper a.commonbtn {margin: 0 10px; } 

.faqpage-content .faq__head h4.panel-title a {color: #000; } 

.faqpage-content .faq__accordian .panel.panel-default {padding: 5px 0;}

.faqpage-content .faq__accordian .panel-heading h4.panel-title a.collapsed {

    color: #000;

}

.faqpage-content .faq__accordian .panel-heading h4.panel-title a {color: #888; position: relative; 

    display: flex; align-items: center;text-transform: uppercase;} 

.faqpage-content .faq__accordian .panel-heading h4.panel-title a:hover {

    color: #888;

}

.faqpage-content .faq__accordian .panel-heading h4.panel-title a:before {content: '-'; font-size: 50px; 

    margin-right: 20px;width: 30px; } 

.faqpage-content .faq__accordian .panel-heading h4.panel-title a.collapsed:before {content: '+';}

.container.width-descrease {    max-width: 1190px;}





.contact__form {} 

.contact__form address p a {color: #000; width: 100%; display: inline-block; } 

.contact__form address p a:hover {color: #888; } 

.contact__form .social-footer ul {list-style: none; padding: 0; display: flex; } 

.contact__form .social-footer ul li {margin-right: 20px; } 

.contact__form .social-footer ul li a i {color: #888; font-size: 30px; } 

.contact__form .social-footer {margin-top: 40px; } 

.contact__form .social-footer ul li a i:hover {color: #000; } 

.contact__form address p strong {display: inline-block; margin-bottom: 5px; } 



.contact__form { margin-top: 40px; }

.contact__form .gform_wrapper ul.gform_fields li.gfield {margin-bottom: 25px; } 

.contact__form .gform_wrapper ul.gform_fields li.gfield label.gfield_label {font-weight: 600; color: #000; } 

.contact__form .gform_wrapper ul.gform_fields li.gfield .ginput_container {} 

.contact__form .gform_wrapper ul.gform_fields li.gfield .ginput_container input, .contact__form .gform_wrapper ul.gform_fields li.gfield .ginput_container textarea {background: #e5e5e5; border-color: #e5e5e5; } 

.contact__form .gform_wrapper ul.gform_fields li.gfield .ginput_container.ginput_container_date input {width: 100%; } 

.contact__form .gform_wrapper ul.gform_fields li.gfield .ginput_container.ginput_container_consent {display: flex; } 

.contact__form .gform_wrapper ul.gform_fields li.gfield .ginput_container.ginput_container_consent input[type="checkbox"] { width: auto; float: left; margin-right: 15px; margin-top: 0; padding: 0 !important; position: relative; top: 12px; } 

.contact__form .gform_wrapper ul.gform_fields li.gfield .ginput_container.ginput_container_consent label.gfield_consent_label {margin: 0; color: #000;font-weight: 600;} 

.contact__form .gform_wrapper ul.gform_fields li.gfield.field_description_below {} 

.contact__form .gform_wrapper ul.gform_fields li.gfield.field_description_below .ginput_container_textarea {margin-bottom: 20px; }

.contact__form .gform_wrapper ul.gform_fields li.gfield .ginput_container input:focus, .contact__form .gform_wrapper ul.gform_fields li.gfield .ginput_container textarea:focus {

    outline: none;

}



.locationsec .loaction-head {background: #f5f5f5; padding: 15px; margin-bottom: 10px;} 

.locationsec .loaction-head h4 {margin: 0; }

.locationsec .location-block h5{

    margin-top:35px;

}

.locationsec .location-block .img-tag img, .location-block .img-tag iframe {width: 100%;height: 350px;} 

.locationsec .location-block .img-tag {margin-top: 25px; } 

.locationsec .locationrow {margin-bottom: 50px; }

.locationsec .locationrow:last-child{margin-bottom: 0px;}

.locationsec .location-block .location_address {height: 75px;width: 70%;}





.common-woodsec .sub-product-block .img-tag {text-align: center; display: block; margin: 0 0 15px; } 

.common-woodsec .sub-product-block {text-align: center; margin-bottom: 25px; } 

.common-woodsec .border-bottom.border-light { } 

.common-woodsec .woodhead h4 {color: #000000; margin-bottom: 40px; text-transform: uppercase;}

.common-woodsec .woodhead h4:empty {margin: 0; }

.common-woodsec.wood_box_content .sub-product-block img { width: 100%; }

.common-woodsec.wood_box_content .sub-product-block h5 { text-transform: uppercase; }

.naihheads_box_content .sub-product-block h6 {

    text-align: left;    font-size: 15px;

}

.common-woodsec .border-bottom.border-light .woodhead {

    padding: 0 20px;

}

.last__tworowcombine .combinerow .sub-product-block {

    padding-left: 0;

}





section.sub-title nav {} 

section.sub-title nav ol.breadcrumb {background: transparent; text-align: center; 

  justify-content: center; margin-top: 15px; } 

section.sub-title nav ol.breadcrumb li {font-size: 14px; letter-spacing: 0.32px; 

  color: #000000; font-weight: bold; } 

section.sub-title nav ol.breadcrumb li a {color: #000000; }

section.sub-title nav ol.breadcrumb li a:hover{color: #888888;}



.commonproduct-sec {padding-top: 20px; } 

.commonproduct-sec .img-tag {display: block; position: relative; border: 1px solid #eaeaea; border-bottom: 0;} 

.commonproduct-sec .product-block h3 {font-size: 22px; line-height: normal; display: block; 

  padding: 16px 60px; margin: 0; background: #eaeaea; letter-spacing: 1px; color: #080808; 

  font-weight: 700; text-transform: uppercase; transition: all ease 0.4s; white-space: nowrap; 

  overflow: hidden; text-overflow: ellipsis; } 

.commonproduct-sec .product-block a:hover h3 {color: #fff; background: #000;}



section.sub-title nav.woocommerce-breadcrumb {

    margin-top: 25px;

}



.max_sec {padding: 0px; } 

.max_sec .col-12{    padding-left: 5px;

    padding-right: 5px;} 

.max_row {background: #EAEAEA; width: 100%; padding: 30px 60px; margin: 0 auto; }

.max_row .max_left ul {padding-left: 15px; } 

.max_row .max_left ul li {margin-bottom: 15px; } 

.max_row .max_right img {width: 100%; } 

.max_row .max_left {} 

.max_row .max_left .button_wrap {margin-top: 35px; }

.max_sec .img-full img {width: 100%; }

.img-full {

    width: 100%;

    display: inline-block;

}





.commonproduct-sec .product-head {background: #000; margin-bottom: 10px; display: inline-block; width: 100%; } 

.commonproduct-sec .product-head h4 {color: #FFF; padding: 30px 15px; text-align: center; text-transform: uppercase; 

    margin: 0; }

.productdescription [class*="col-"] {padding: 0 5px; } 

.productdescription .product-block {margin-bottom: 10px; }

.productdescription .product-block .img-tag img {width: 100% !important;object-fit: cover;}

.taxproduct_sec {padding-bottom: 0;}

.productsecondsec {

    padding-top: 0;

}

.taxproduct_sec .product-block .img-tag {

    height: 260px;

}

.product-block.stationary-box .img-tag {

    height: 360px;

}







/* 6 jan 2022 */

body.tax-product_cat .sub-product-block {

    text-align: center;

    margin: 10px 0 55px;

    float: left;

}

body.tax-product_cat .sub-product-block .img-tag {

    margin-bottom: 40px;

}

.omnia_right_sidebar {} 

.omnia_right_sidebar .chosen-container.chosen-container-single {} 

.omnia_right_sidebar .chosen-container.chosen-container-single a.chosen-single {

  background: transparent; border-radius: 0; height: 45px !important; 

  display: inline-block; line-height: 45px !important; width: 100%; box-shadow: none; } 

.omnia_right_sidebar .chosen-container.chosen-container-single a.chosen-single div b {

  background-position: 0 11px !important; } 

.woof_container_inner_productrefineyoursearch {display: block; margin-bottom: 35px; } 

.woof_container.woof_container_select {width: 100%; display: inline-block; text-align: left; } 

.woof {width: 100%; } 

.omnia_right_sidebar .chosen-container.chosen-container-single a.chosen-single:focus {border-color: #AAA; }

body.archive.tax-product_cat .sub-title + section {

    padding-top: 30px;

}

.chosen-container .chosen-results li.active-result{font-size: 13px;}







.product-slider .swiper-wrapper{align-items: center;}

.product-slider .swiper-container {width: 100%;margin: 0 auto 20px;}

.product-slider .product-top .swiper-slide-container {

  text-align: center;font-size: 18px;background: #fff;height:100%;max-width: 85%;margin:auto;display: flex;justify-content: center;align-items: center;

}

.product-slider .product-thumbs {box-sizing: border-box;max-width: 517px;  margin: 40px auto 20px; padding-right: 0;}

.product-slider .product-thumbs .swiper-slide {opacity: 0.6;}

.product-slider .product-thumbs .swiper-slide-thumb-active {opacity: 1;}

.product-slider .swiper-button-next:after, .product-slider .swiper-button-prev:after{

  color: #000;

}

.product-slider .product-thumbs .swiper-slide-container{cursor: pointer;padding: 2px 4px; text-align: center;width: 127px;height: 78px;border: 1px solid #707070;display: flex;align-items: center;justify-content: center;}

.product-slider .product-thumbs .swiper-slide-container img{max-height: 100%;}

.product-slider .more-slide{position: absolute;right: 0;top: 0;width: 127px;height: 78px;z-index: 9;text-align: center; border: 1px solid #707070;background: #fff;display: flex;align-items: center;justify-content: center;cursor: pointer;}

.product-slider .more-slide img{max-height: 100%;}

.product-slider .more-slide span{font-size: 11px;font-weight: 700;text-transform: uppercase;color: #000000;}

.product-slider .more-slide span::before{content:'+';display: block;text-align: center; margin: 0 auto;font-weight: normal;font-size: 34px;line-height: 20px;}

.product-slider .more-slide span::after{content: 'More PHotos';}



.product-slider .product-top .swiper-slide-container img {width: 100%; margin: 0 auto; display: block; } 

.product-slider .product-thumbs .swiper-slide-container img {/*width: 120px;*/ }





.product-sectionals .sectionals {padding: 0; list-style: none; display: flex; justify-content: center;     margin-bottom: 45px;} 

.product-sectionals .sectionals li h4 {font: normal normal bold 15px/19px Montserrat; letter-spacing: 0px; 

  color: #000000; text-transform: uppercase; text-align: center; } 

.product-sectionals .sectionals li {margin: 0 16px; } 

.product-sectionals .mt-md-2.mt-4.pt-lg-3 {text-align: center; } 

.product-slider .swiper-button-prev, .product-slider .swiper-button-next {color: black; }

.slider_wrapper .swiper-slide-container {text-align: center; display: inline-block; width: 100%; } 

.slider_wrapper {width: 75%; margin: 0 auto; } 

.singlepdlogo span.desktop-logo img {width:120px;margin-bottom: -40px;} 

.singlepdlogo span.desktop-logo {text-align: center; display: inline-block; width: 100%; } 

.singlepdbttons a.btn.sm-btn {    border: 1px solid #000;padding: 16px 40px; font-size: 15px; margin: 5px 5px; }

.singlepdbttons a.btn.sm-btn:hover{background: #FFF;color: #000;}



.single-product .product-slider .swiper-slide-container>img {max-width: 100%; } 

.product-slider .product-thumbs .swiper-slide{width: auto !important;} .product-thumbs .swiper-wrapper {transform: none !important;}

  .product-slider .stop-thums-slider{max-width: 872px;padding: 0 !important;}

  .product-slider .stop-thums-slider .swiper-wrapper{flex-wrap: wrap;justify-content: center;transform: none !important;align-items: normal;}

  .product-slider .product-thumbs.stop-thums-slider .swiper-slide{margin-bottom: 3px;}

  .product-slider .stop-thums-slider .more-slide{position: static;}

  .product-slider .more-slide.active span::before{content:'-';}

  .product-slider .more-slide.active span::after{content: 'Less PHotos';}







.woocommerce div.product div.summary p.price {color: #888888; font-weight: bold; font-size: 25px; } 

.woocommerce .button, .woocommerce div.product form.cart .button, .woocommerce #review_form #respond form#commentform input#submit {background: #000 !important; color: #FFF !important; border-radius: 0 !important; padding: 15px 30px; } 

.woocommerce .button:hover, .woocommerce div.product form.cart .button:hover, .woocommerce #review_form #respond form#commentform input#submit:hover {background: #888888 !important; color: #FFF !important;} 

.woocommerce div.product form.cart .quantity {} 

.woocommerce div.product form.cart .quantity .qty {height: 44px; border-radius: 0px; border: 1px solid #d9d9d9; } 

#review_form_wrapper {} 

.woocommerce #review_form #respond {} 

.woocommerce #review_form #respond input[type="text"], .woocommerce #review_form #respond textarea, .woocommerce #review_form #respond input[type="email"] {border: 1px solid #9f9f9f; height: 45px; width: 100%;padding-left: 10px; } 

.woocommerce #review_form #respond textarea {height: 95px; } 

.woocommerce #review_form #respond form#commentform {width: 65%; max-width: 100%; } 





.woocommerce-notices-wrapper .woocommerce-message{border-top-color: #000000;}

.woocommerce-notices-wrapper .woocommerce-message::before{color: #1c1c1c;}

.woocommerce-notices-wrapper .woocommerce-message a.button {}  







.woocommerce-cart form.woocommerce-cart-form td.product-name a {color: #000; font-weight: bold; } 

.woocommerce-cart form.woocommerce-cart-form .coupon input#coupon_code {width: calc(100% - 150px); height: 40px; } 

.woocommerce-cart form.woocommerce-cart-form .coupon button.button, .woocommerce-cart form.woocommerce-cart-form button.button {background: #000; color: #FFF; border-radius: 0; padding: 13px 20px !important; } 

.woocommerce-cart form.woocommerce-cart-form .coupon button.button:hover, .woocommerce-cart form.woocommerce-cart-form button.button:hover {background: #888888; color: #FFF; } 

.woocommerce-cart form.woocommerce-cart-form td.product-remove a.remove {background: #ff9494; color: #FFF !important; }





.cart-wrappper {padding-top: 20px; }

.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {

  font-size: 30px; }





.woocommerce form.checkout.woocommerce-checkout h3 {

    font-size: 25px;

}



.woocommerce form.checkout.woocommerce-checkout {

    background: #f8f8f8;

    padding-top: 25px;

        padding-bottom: 25px;

    display: inline-block;

}

.woocommerce form.checkout.woocommerce-checkout .input-text {height: 40px; border: 1px solid #e1e1e1; font-size: 14px; padding-left: 10px; color: #444; } 

.woocommerce form.checkout.woocommerce-checkout textarea.input-text {height: auto; } 

.woocommerce form.checkout.woocommerce-checkout span.select2-selection.select2-selection--single {height: 40px; border: 1px solid #e1e1e1; border-radius: 0px; } 

.woocommerce form.checkout.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {height: 40px; line-height: 40px; font-size: 14px; } 

.woocommerce form.checkout.woocommerce-checkout .select2-container .select2-selection--single span.select2-selection__arrow {height: 40px; width: 30px; }

.woocommerce form.checkout.woocommerce-checkout #order_review {

    padding: 0 25px 25px;

}

.woocommerce form.checkout.woocommerce-checkout h3#order_review_heading {

    padding-left: 25px;

    margin-top: 25px;

}



.woocommerce-checkout .woocommerce-form-coupon-toggle a.showcoupon {

    color: #dbdbdb;

}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {

    margin-bottom: 0;

}

.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon {

    background: #f8f8f8;

    padding-top: 25px;

    border: none;

    border-radius: 0px;

    margin-top: 0;

}

.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon input#coupon_code {

    height: 40px;

    border: none;

    padding-left: 15px;

    font-size: 15px;

}

.woocommerce div.product div.summary h1.product_title.entry-title {

    font-size: 40px;

}

.woocommerce #reviews #comments h2{ font-size: 30px;}

.woocommerce form .form-row-wide label, .woocommerce form .form-row-wide span, .woocommerce form .form-row span.woocommerce-input-wrapper {

    width: 100%;

}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li{font-size: 15px;

    line-height: 24px;}

.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {

    font-size: 15px;

}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {

    font-size: 15px;

    font-weight: normal;

}

.woocommerce p.stars a{color: #000;}

.woocommerce div.product div.summary .product_meta a {

    color: #888;

}





body.archive.woof_search_is_going {}

body.archive.woof_search_is_going .three_columns_inner.sub-product-block {

    text-align: center;

    margin: 10px 0 55px;

    float: left;

}

body.archive.woof_search_is_going.woocommerce button.button.woof_reset_search_form {

    background: transparent !important;

    color: #080808 !important;

    text-align: left;

    border: none;

    border-radius: 0;

    text-transform: uppercase;

    line-height: normal;

    font-weight: normal;

    white-space: normal;

    padding: 0;

    min-height: auto;

    font-size: 14px;

    margin: 0;

}



.woocommerce {} 

.woocommerce form.woocommerce-form.woocommerce-form-login, .woocommerce form.woocommerce-ResetPassword.lost_reset_password {width: 100%; margin: 0 auto; padding: 25px;

  margin-top: 35px; border: 1px solid #eee; background: #fefefe; max-width: 100%; } 

.woocommerce form.woocommerce-form.woocommerce-form-login input.input-text, .woocommerce form.woocommerce-ResetPassword.lost_reset_password input.input-text, .woocommerce-account .woocommerce-MyAccount-content form input.input-text, .woocommerce-account .woocommerce-MyAccount-content form textarea {height: 45px; 

  border: 1px solid #eee; padding-left: 20px; background: #FFF; } 

.woocommerce-account {} .woocommerce-account .woocommerce {} 

.woocommerce-account .woocommerce h2 { } 

.woocommerce form.woocommerce-form.woocommerce-form-login .woocommerce-form-login__rememberme {

  margin-right: 15px;width: 100%; }

.woocommerce form.woocommerce-form.woocommerce-form-login p.woocommerce-LostPassword.lost_password {

  margin-top: 20px;width: 100%; } 

.woocommerce form.woocommerce-form.woocommerce-form-login p.woocommerce-LostPassword.lost_password a {

  color: #888; }

.woocommerce form.woocommerce-form.woocommerce-form-login p.woocommerce-LostPassword.lost_password a:hover{

  color: #000; }

form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row { width: 100%; }

.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {

    position: absolute;

    top: 3px;

    right: 0;

}

.woocommerce-account .woocommerce #customer_login {} 

.woocommerce-account .woocommerce #customer_login .u-column1, .woocommerce-account .woocommerce #customer_login .u-column2 {width: 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } 

.woocommerce-account .woocommerce #customer_login form.woocommerce-form.woocommerce-form-register.register {width: 100%; margin: 0 auto; margin-top: 35px; border: 1px solid #eee; background: #fefefe; max-width: 100%;}

 .woocommerce-account .woocommerce #customer_login form.woocommerce-form.woocommerce-form-register.register input.input-text {height: 45px; border: 1px solid #eee; padding-left: 20px; background: #FFF; } 

.woocommerce-account .woocommerce #customer_login form.woocommerce-form.woocommerce-form-register.register .woocommerce-privacy-policy-text p {font-size: 15px; } 

.woocommerce-account .woocommerce #customer_login form.woocommerce-form.woocommerce-form-register.register .woocommerce-privacy-policy-text p a {color: #888; }

.woocommerce-account .woocommerce #customer_login form.woocommerce-form.woocommerce-form-register.register .woocommerce-privacy-policy-text p a:hover{color: #000;}

.woocommerce form.woocommerce-form.woocommerce-form-login p.woocommerce-LostPassword.lost_password a{font-size: 15px; }

.woocommerce form.woocommerce-form button.woocommerce-button, .woocommerce-account .woocommerce-MyAccount-content form button.woocommerce-Button.button {

    padding: 15px 35px;

}





.woocommerce-account nav.woocommerce-MyAccount-navigation {background: #f8f8f8; padding: 30px; } 

.woocommerce-account nav.woocommerce-MyAccount-navigation ul {list-style: none; padding: 0; } 

.woocommerce-account nav.woocommerce-MyAccount-navigation ul li a {color: #000; } 

.woocommerce-account nav.woocommerce-MyAccount-navigation ul li {margin-top: 10px; border-bottom: 1px dotted #000; padding-bottom: 10px; } 

.woocommerce-account .woocommerce-MyAccount-content {border: 1px solid #eee; padding: 30px; } 

.woocommerce-account .woocommerce-MyAccount-content p {font-size: 16px; } 

.woocommerce-account .woocommerce-MyAccount-content a { } 

.woocommerce-account nav.woocommerce-MyAccount-navigation ul li:last-child {border: none; padding: 0; }

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {}



.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {width: 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; padding: 0; } 

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address h3 {font-size: 24px; } 

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a.edit {background: #000; color: #FFF; padding: 5px 15px; }

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a.edit:hover {background: #888; color: #FFF;}

.woocommerce-account .woocommerce-MyAccount-content table.woocommerce-orders-table {

    margin: 0;

}

.woocommerce-account .woocommerce-MyAccount-content h3 {

    font-size: 25px;

}

.woocommerce-account .woocommerce-MyAccount-content h3 {

    font-size: 25px;

}



.woocommerce-account .woocommerce-MyAccount-content p.form-row {} 

.woocommerce-account .woocommerce-MyAccount-content p.form-row span.select2-selection.select2-selection--single {height: 45px; border-radius: 0px; border: 1px solid #eee; } 

.woocommerce-account .woocommerce-MyAccount-content p.form-row span.select2-selection.select2-selection--single .select2-selection__rendered {height: 45px; line-height: 45px; } 

.woocommerce-account .woocommerce-MyAccount-content p.form-row span.select2-selection.select2-selection--single span.select2-selection__arrow {height: 45px; }





.woocommerce-order-received .woocommerce-order {} 

.woocommerce-order-received .woocommerce-order p.woocommerce-thankyou-order-received {text-align: center; font-size: 30px; font-weight: 600; } 

.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview {display: flex; justify-content: center; padding: 0;flex-wrap: wrap; } 

.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview li {font-size: 15px; } 

.woocommerce-order-received .woocommerce-order p {text-align: center; } 

.woocommerce-order-received .woocommerce-order section.woocommerce-order-details {padding-top: 10px; } 

.woocommerce-order-received .woocommerce-order section.woocommerce-order-details h2.woocommerce-order-details__title, .woocommerce-account .woocommerce-MyAccount-content h2.woocommerce-order-details__title, .woocommerce-account .woocommerce-MyAccount-content h2.woocommerce-column__title {font-size: 25px; } 

.woocommerce-order-received .woocommerce-order section.woocommerce-order-details table.woocommerce-table {} 

.woocommerce-order-received .woocommerce-order section.woocommerce-order-details table.woocommerce-table td a {color: #888;    font-weight: bold; }



.woocommerce-account .woocommerce #customer_login form.woocommerce-form.woocommerce-form-register.register span.show-password-input {

    width: auto;

}

.woocommerce form.woocommerce-form.woocommerce-form-login span.show-password-input, .woocommerce form.woocommerce-ResetPassword.lost_reset_password span.show-password-input {

    width: auto;

}



.woocommerce-order-received .woocommerce-order section.woocommerce-order-details {padding-bottom: 0; } 

.woocommerce-order-received .woocommerce-order section.woocommerce-customer-details {padding: 0; } 

.woocommerce-order-received .woocommerce-order section.woocommerce-customer-details h2.woocommerce-column__title {font-size: 25px; }

/* 20 Jan 2022 */

.woocommerce-MyAccount-content section.woocommerce-customer-details, .woocommerce-MyAccount-content section.woocommerce-order-details{padding: 0;}



.fabric-category-wrapper {

    padding-top: 20px;

}

.omnia_left_sidebar_filter ul.nav-tabs li a {font-size:28px; font-weight:bold;  letter-spacing: 0px; color: #000000; text-transform: uppercase; } 

.omnia_left_sidebar_filter ul.nav-tabs {justify-content: center; border: none; margin-bottom: 45px;} 

.omnia_left_sidebar_filter ul.nav-tabs li {margin: 0 30px; position: relative; } 

.omnia_left_sidebar_filter ul.nav-tabs li a {position: relative; } 

.omnia_left_sidebar_filter ul.nav-tabs li a:after {content: ''; background: #000; width: 0; height: 2px; position: absolute; bottom: 0; left: 0; transition: all ease 0.4s; -webkit-transition:all ease 0.4s; -moz-transition:all ease 0.4s; -o-transition:all ease 0.4s; } 

.omnia_left_sidebar_filter ul.nav-tabs li a:hover:after, .omnia_left_sidebar_filter ul.nav-tabs li.active a:after {width: 100%; }


.omnia_left_sidebar_filter {
  width: 25%;
  float: left;
  margin-top: 35px;
}
.omnia_right_sidebar.omnia_right_content {
  width: 75%;
  float: right;
}


footer.footercls .footer-wrapbox {} 

footer.footercls .footer-wrapbox .gform_wrapper {} 

footer.footercls .footer-wrapbox .gform_wrapper form {display: flex; align-items: center; } 

footer.footercls .footer-wrapbox .gform_wrapper form .gform_footer.top_label {    padding: 0 !important;

    width: auto !important;

    position: absolute !important;

    left: 90px;

    bottom: -55px;} 

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){

  max-width: calc(100% - 0px) !important;

}

footer.footercls .footer-wrapbox .gform_wrapper form .gform_body {

    display: inline-block;width: 100%;

}

footer.footercls .footer-wrapbox .gform_wrapper form .gform_body li {

    margin: 0 !important;

    max-width: calc(100% - 0px) !important;

    width: 100% !important;

}

footer.footercls .footer-wrapbox .gform_wrapper form .gform_footer.top_label input[type="submit"] {

    position: absolute;

    right: -50px;

    bottom: 0;

}

footer.footercls .footer-wrapbox .gform_wrapper form li {margin: 0; padding: 0; } 

footer.footercls .footer-wrapbox .gform_wrapper form li .ginput_container {margin: 0;width: 100%; } 

footer.footercls .footer-wrapbox .gform_wrapper form .gform_footer.top_label input[type="submit"] {min-width: 140px !important;    margin: 0; }

footer.footercls .footer-wrapbox .gform_wrapper form .gform_body li label.gfield_label {

    display: none;

}

footer.footercls .footer-wrapbox .gform_wrapper form .gform_body input {

    margin: 0;

}





/*.leather-category-wrapper .omnia_left_sidebar_filter {width: 25%; float: left; margin-top: 35px; } 

.leather-category-wrapper .omnia_right_sidebar.omnia_right_content {width: 75%; float: right; } */ 

.leather-category-wrapper .omnia_left_sidebar_filter {width: 50%; margin: 0 auto; } 

.leather-category-wrapper .omnia_left_sidebar_filter .chosen-container.chosen-container-single {width: 100% !important; } 

.leather-category-wrapper .omnia_left_sidebar_filter .chosen-container.chosen-container-single a.chosen-single {

  background: transparent; height: 41px !important; border-radius: 0px; box-shadow: none; } 

.leather-category-wrapper .omnia_left_sidebar_filter .chosen-container.chosen-container-single a.chosen-single span {line-height: 40px;} 

.leather-category-wrapper .omnia_left_sidebar_filter .chosen-container.chosen-container-single a.chosen-single div b {

  position: relative; top: 7px; } 

.leather-category-wrapper .omnia_left_sidebar_filter h4 {font-size: 20px; } 

.leather-category-wrapper .omnia_left_sidebar_filter ul.woof_list {padding: 0; }

.leather-category-wrapper .woof .woof_redraw_zone .woof_container {width: 100%; padding: 0px 0px 30px; }



.leather-category-wrapper .woof .woof_redraw_zone .woof_container .woof_container_inner .woof_block_html_items .chosen-container {width: 100% !important; min-width: 100% !important; } 

.leather-category-wrapper .woof .woof_redraw_zone .woof_submit_search_form_container {margin: 0px 0px 0px 10px; display: table; } 

.leather-category-wrapper .woof .woof_redraw_zone .woof_submit_search_form_container button.button.woof_reset_search_form {background: #000000; color: #fff; text-align: center; border: none; border-radius: 0; text-transform: uppercase; line-height: normal; font-weight: 600; white-space: normal; padding: 11px 20px; min-height: 41px; font-size: 14px; /*display: none;*/ }



.product-sectionals .sectionals li .popover__content {

    display: none;

    position: absolute;

    left: auto;

    margin: 0 auto;

    background: #FFF;

    width: 400px;

    box-shadow: 10px 5px 40px #b1b1b161;

    z-index: 99;

    max-width: 100%;

    top: auto;

    padding: 20px;

    text-align: center;border: 1px solid #eee;

}

.product-sectionals .sectionals li:hover {}

.product-sectionals .sectionals li:hover .popover__content {

    display: block;

}

.product-sectionals .sectionals li .popover__content {}

.product-sectionals .sectionals li:hover .popover__content:after {

    content: '';

    width: 0;

    height: 0;

    border-left: 15px solid transparent;

    border-right: 15px solid transparent;

    border-bottom: 20px solid #ffffff;

    position: absolute;

    left: 30px;

    margin: 0 auto;

    top: -20px;

    box-shadow: 0px 0px 0px #b1b1b161;

}

/* 25 Jan 2022 */

p.custom-loader-img{position: absolute;padding: 15px 20px;background: #767676;z-index: 1;left: 50%;opacity: 0.9;color: #fff;border-radius: 5px;border: 1px solid #776666;}

#gform_fields_5 #input_5_1:focus{outline:none;}

#input_1_13_6{height: 50px;line-height: 45px;padding: 0px 20px;}

footer.footercls .footer-wrapbox .gform_wrapper form{flex-wrap: wrap;position: relative;}



/* 28 Jan 2022 */

.furnituresec.help-banner.d-block p{color:#fff;}

.page-template-tpl-faq-page .text-accordion a.commonbtn:hover{background-color: #888;color:#fff;}



/* 31 Jan 2022 */

#input_6_1{height: 50px;line-height: 45px;padding: 0px 20px;}



/* 1 Feb 2022 */

#gform_6 input[type="text"], #gform_6 input[type="email"], #gform_6 textarea {    background: #e5e5e5;border-color: #e5e5e5;}

#gform_6 input[type="text"]:focus, #gform_6 input[type="email"]:focus, #gform_6 textarea:focus{ outline:none;}

#input_6_5_4{height: 50px;line-height: 45px;padding: 0px 20px;}

#gform_6 input[type="checkbox"]{ margin-right: 10px;margin-top: 5px;padding: 0 !important;position: relative;}

#input_6_8 li{    margin: 0 20px 0px 0;}

#field_6_29{ margin-bottom: 16px;}

#input_6_3{width:100%;}

.woof_submit_search_form_container{margin-bottom:20px !important;}

.woof_submit_search_form_container button{font-weight: bold !important;}

.archive.post-type-archive .col-md-4.three_columns_inner.sub-product-block {text-align: center;margin: 10px 0 55px;float: left;}

.page-template-tpl-nothing-to-hide .contact__form .mt-4 p img{margin:2px;}

.page-template-tpl-nothing-to-hide .contact__form .mt-4{margin-top:0px !important;}

.leather_three_col .three_columns .col-md-4.sub-product-block {
    flex: 0 0 100%;
    max-width: 100%;
}

.leather_three_col .three_columns .col-md-4.sub-product-block .img-tag img {
    height: auto;
    max-height: 100%;
}

@media (max-width: 991px) {
    .leather_three_col .three_columns {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
}

/* 1 Feb 2022 */

.page-template-tpl-nothing-to-hide .contact__form .mt-4 p a{width:auto;}



/* 3 Feb 2022 */

#gform_3 input[type="text"], #gform_3 input[type="email"], #gform_3 textarea {    background: #e5e5e5;border-color: #e5e5e5;}

#gform_3 input[type="text"]:focus, #gform_3 input[type="email"]:focus, #gform_3 textarea:focus{ outline:none;}

.gform_ajax_spinner{
    position: absolute;
   
  left: 50%;
}


@media(min-width:768px) {

  .woocommerce .col2-set .col-1, 

  .woocommerce-page .col2-set .col-1 {

        width: 100%;

        -ms-flex: 0 0 100%;

        flex: 0 0 100%;

        max-width: 100%;

  }



  #customer_details {

    display: flex;

    flex-flow: column wrap;

    float: left;

    width: 50%;

  }



  #customer_details .col-2 {

    width: 100%;

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

    max-width: 100%;

    margin-top: 20px;

  }



  #order_review,

  #order_review_heading {

    width: 50%;

    float: left;

    clear: none;

  }

}

@media(max-width:412px) {

    .woocommerce-checkout .wc_payment_method.payment_method_authnet label img {

        width:25px;

    }

}

@media(max-width:375px) {

    #payment_method_authnet{

        margin:0 !important;

    }

}

@media(max-width:320px) {

    .woocommerce-checkout .wc_payment_method.payment_method_authnet label img {

        width:16px;

    }

}





body.collection-template-default section.img-skew {padding: 0; } 

body.collection-template-default section.img-skew .choose-configurations {padding: 0; } 

body.collection-template-default section.img-skew .configurations-block {width: 70%; margin: 0 auto;

  padding-top: 30px; } 

body.collection-template-default section.img-skew .content {text-align: center;margin: 0 auto; } 

body.collection-template-default section.img-skew h2 {font-size: 30px;text-align: center; } 

body.collection-template-default section.img-skew .content p {font-size: 22px; } 

body.collection-template-default section.img-skew .content .row {width: 100%; } 

body.collection-template-default section.img-skew .choose-configurations .container {width: 100%; 

  max-width: 100%; padding: 0; } 

body.collection-template-default section.img-skew .content .row .col-md-9, body.collection-template-default .choose-configurations .col-md-9 .col-md-9 {-ms-flex: 0 0 100%; 

  flex: 0 0 100%; max-width: 100%; } 

body.collection-template-default .choose-configurations .col-md-9 .col-md-9 {padding: 0;}

.single-collection .product-block {width: 100%; max-width: 100%;    display: block;

    margin: 10px 0; } 

.single-collection .product-block .img-tag {height: auto; position: relative;

    border: 1px solid #eaeaea;border-bottom: 1px solid #eaeaea !important; 

  height: 430px; display: flex; justify-content: center; align-items: center; } 

.single-collection .product-block .img-tag img {height: auto; width: auto !important; 

  min-height: auto; max-height: 100%; }

body.collection-template-default .choose-configurations {

    padding: 0;

}

section.designer-leather {padding-top: 10px;}





.configurations-block .product-type{background: #000000;padding: 20px;display: block;text-align: center;}

.configurations-block .product-type h2{color: #fff;font-size: 28px;text-transform: uppercase;margin: 0;}

.product-box-collection .sub-product-block h3{font-size: 18px;text-transform: uppercase;margin: 20px 0 0 0;transition: all ease 0.4s;}

body.collection-template-default section.img-skew .img-skew-inner .configurations-block {width: 100%; padding-top: 0; background: #f5f5f5; } 

body.collection-template-default section.img-skew .img-skew-inner .configurations-block .product-type {margin-bottom: 10px; } 

body.collection-template-default section.img-skew .img-skew-inner .configurations-block .product-type h2 {font-size: 23px; padding: 8px 0; } 

body.collection-template-default section.img-skew .img-skew-inner .configurations-block .content p {font-size: 16px;line-height: 30px; } 

body.collection-template-default section.img-skew .img-skew-inner .configurations-block .content {

    margin: 0 auto;

    padding: 20px 30px 50px; }

.product-box-collection .sub-product-block {

    text-align: center;

    margin-bottom: 35px;

}

body.collection-template-default section.img-skew .img-skew-inner .configurations-block .content a.btn.secondary-btn:hover { color: #fff; background: #969696; }



footer.footercls .footer-wrapbox .gform_wrapper form input{font-weight: 600;}

footer.footercls .footer-wrapbox .gform_wrapper form input::-webkit-input-placeholder{text-transform: uppercase;}

footer.footercls .footer-wrapbox .gform_wrapper form input::-moz-placeholder{text-transform: uppercase;}

footer.footercls .footer-wrapbox .gform_wrapper form input:-ms-input-placeholder{text-transform: uppercase;}

footer.footercls .footer-wrapbox .gform_wrapper form input::-ms-input-placeholder{text-transform: uppercase;}

footer.footercls .footer-wrapbox .gform_wrapper form input::placeholder{text-transform: uppercase;}



footer.footercls .footer-wrapbox .footer-box.social-footer h5 {

    text-transform: uppercase;

}





.single-wpsl_stores header.entry-header {margin-top: 35px; margin-bottom: 35px; } 

.single-wpsl_stores header.entry-header h1.entry-title {text-align: center;text-transform: uppercase;

    font-size: 38px; }

.single-wpsl_stores  h2 {font-size: 26px; margin-top: 25px; } 

.single-wpsl_stores a.button {background: #000 !important; color: #FFF; padding: 11px 20px; 

  text-transform: uppercase; } 

.single-wpsl_stores a.button:hover {background: #888 !important; } 

.single-wpsl_stores .custom-store h1 {font-size: 30px;margin-bottom: 15px; } 

.single-wpsl_stores .custom-store {margin-top: 45px; } 

.single-wpsl_stores .wpsl-locations-details {margin-bottom: 25px; } 

.single-wpsl_stores  .container.custom-store .wpsl-locations-details {display: none; } 

.single-wpsl_stores .container.custom-store table.wpsl-opening-hours {display: none; } 

.single-wpsl_stores .container.custom-store .wpsl-gmap-canvas {display: none; }

.single-wpsl_stores .container.custom-store p, .single-wpsl_stores .container p {

    font-size: 16px;

}

.single-wpsl_stores .container.custom-store {

    padding-bottom: 60px;

}

.single-wpsl_stores .wpsl-gmap-canvas {

    margin-top: 25px;

}

.single-wpsl_stores .button{background: #000 !important;}

.single-wpsl_stores .button:hover{background: #888 !important;}



/* 9 feb 2022 */

.page-template-tpl-location-page .location-block h5 a{color: #000;}

.page-template-tpl-location-page .location_address p{margin:0px;}

.page-template-tpl-faq-page strong a{color:#000;}

.page-template-tpl-faq-page h4.panel-title{font-size:28px;}

.archive.term-fabric.term-34 nav.woocommerce-breadcrumb{display:none;}

.archive.term-fabric.term-34 .content-area{margin-top:50px;}

.three_columns_second .three_columns_inner a img:hover, .page-template-tpl-leather-collections .sub-product-block a img:hover{background: #fff;opacity: 0.3;transition:0.7s;}

#input_1_23_1:hover{cursor: pointer;}

.page-template-tpl-wood-page .sub-product-block a img:hover{filter: brightness(100%);transform: scale(1.1);transition:0.6s;}

.omnia_right_sidebar .woocommerce-info{margin:0 auto;}



.three_columns_second .product_replace .product_ajax_data {padding: 30px 0; } 

.three_columns_second .product_replace .product_ajax_data h2 {font-size: 30px; }

.product_replace {
  display: none
}
.product_replace:first-of-type {display:block}



footer.footercls .footer-wrapbox .gform_wrapper form .validation_message {

    display: none;

}

/* 12 feb 2022 */

#gform_ajax_spinner_5{margin-top:100px !important;}



.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {

    margin-top: 25px;

}

.woocommerce-MyAccount-content section.woocommerce-customer-details .woocommerce-customer-details--phone, .woocommerce-MyAccount-content section.woocommerce-customer-details .woocommerce-customer-details--email {

    color: #888;cursor: pointer;margin-bottom: 5px;}

.woocommerce-MyAccount-content section.woocommerce-customer-details .woocommerce-customer-details--phone:hover, .woocommerce-MyAccount-content section.woocommerce-customer-details .woocommerce-customer-details--email:hover {

    color: #000;}

header.headercls .header-bottommenu .cart a:hover {

    color: #888;

}

section.related.products {

    display: inline-block;

    width: 100%;

}

section.related.products h2 {

    font-size: 25px;

}

.woocommerce-cart form.woocommerce-cart-form td.product-remove a.remove:hover {

    background: red !important;

}

.woocommerce-order-received .woocommerce-order .woocommerce-customer-details--phone, .woocommerce-order-received .woocommerce-order .woocommerce-customer-details--email {

    text-align: left;

    font-size: 15px;

    margin-bottom: 5px;

}

.woocommerce-order-received .woocommerce-order .woocommerce-customer-details--phone, .woocommerce-order-received .woocommerce-order .woocommerce-customer-details--email {

    color: #888;cursor: pointer;}

.woocommerce-order-received .woocommerce-order .woocommerce-customer-details--phone:hover, .woocommerce-order-received .woocommerce-order .woocommerce-customer-details--email:hover {

    color: #000;}

.woocommerce-order-received .woocommerce-order section.woocommerce-order-details table.woocommerce-table td a:hover{color: #000;}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form .form-row.form-row-last label, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form .form-row.form-row-last input.wc-credit-card-form-card-cvc {

    width: 100% !important;    margin-right: 0;

}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form input {

    margin-right: 0;

}

.page-template-templatestpl-wood-page-php .common-woodsec.wood_box_content p {

    text-align: center;

}

.page-template-templatestpl-wood-page-php .common-woodsec.wood_box_content .wood__head {

    margin-bottom: 40px;

}



.lightbox .lb-nav a.lb-prev, .lightbox .lb-nav a.lb-next{    opacity: 1;}

.page.page-id-331 section.cms-content, .page.page-id-39 section.cms-content{padding: 20px 0;}

.archive.post-type-archive-product .button.woof_reset_search_form{margin-bottom:20px !important;}



/* 17 feb 2022 */

#fabric-custom-pagination .page-numbers{margin: 0 10px;color: #707070;font-style: italic;font-weight: 500;}

#fabric-custom-pagination .next.page-numbers i{color: #707070;}

#fabric-custom-pagination .page-numbers.current{font-weight: 700;color: #707070;font-style: italic;}



/* 21 feb 2022 */

.single.single-collection section.product-box-collection{padding-top: 0px;}

.single.single-collection #img-skew-sleeper-solutions{padding-bottom: 45px;}



/* 22 feb 2022 */

.woocommerce-cart table.cart img {

    width: 150px;

}

/* 23 feb 2022 */

.leather-collection-filter {

    padding:10px 15px;

}

/* 24 feb 2022 */

.single.single-collection #img-skew-sleeper-solutions .img-full .swiper-wrapper img{width:100%;}



/* 25 feb 2022 */

nav#fabric-custom-pagination{text-align:center;}



/* 26 feb 2022 */

.page.page-id-3137135 .cms-content {padding: 50px 0 !important;}

.page.page-id-3137135 .cms-content h4{margin: 0 0 20px;}

.page.page-id-3137135 .cms-content p a{color:#000;}

.page.page-id-3137135 .sub-title nav{display:none;}



/* 3 March  2022 */

.button.woof_reset_search_form{font-weight: bold !important;}

footer.footercls .footer-wrapbox .footer-box h5 a:hover{color: #888888;}

.single.single-collection p.woocommerce-info{width:50%;margin:0 auto;margin-bottom:30px;}



/* 8 March 2022 */

.leather-category-wrapper{padding-top: 50px;}



body.search.search-results .sub-product-block h2.woocommerce-loop-product__title {

    height: auto;

    margin-bottom: 20px;

}

.archive.post-type-archive-collection .wrapper{

    padding: 50px 40px;

}

.archive.post-type-archive-collection .wrapper .content-right{

    padding-top: 50px;

}

.archive.post-type-archive-collection .archive-title{

    text-align: center;

    position: relative;

}

.archive.post-type-archive-collection .post-box{

    padding-top:50px;

}

.archive.post-type-archive-collection .archive-title:after{

    content: '';

    width: 91px;

    height: 3px;

    background: #000;

    position: absolute;

    bottom: -15px;

    left: 0;

    right: 0;

    margin: 0 auto;

}

.mega-current-menu-item a.mega-menu-link{font-weight: bold !important;}

.archive.post-type-archive-collection h2{

    font-size:18px;

}

.archive.post-type-archive-collection .archive-title{

     font-size:28px;

}

.ButtonBase__ButtonContainer-sc-p43e7i-3.Hydsg.LoadMoreButton__StyledButton-sc-zpc339-1.fSpvho{
    padding: 25px 50px;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0.42px;
    border: 1px solid #fff !important;
    background-color: #000 !important;
    border-radius: 0 !important;
}
.ButtonBase__ButtonContainer-sc-p43e7i-3.Hydsg.LoadMoreButton__StyledButton-sc-zpc339-1.fSpvho:hover span{
    background-color:#000 !important;
}
.ButtonBase__ButtonContainer-sc-p43e7i-3.Hydsg.LoadMoreButton__StyledButton-sc-zpc339-1.fSpvho span:focus{
    background-color:transparent !important; 
}
 .single.single-product .client-testimonials {
    margin-bottom: 90px;
}
#gform_5 #input_5_1{
    width:100%;
}
#gform_ajax_frame_5{float:right;}
/* 13-04-2022 */



@media (min-width: 576px) {
  .term-care-products .custom-product-col {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

/* @media (min-width: 768px) {
  .term-solids .custom-product-col {
    -ms-flex: 0 0 33.3333333% !important;
    flex: 0 0 33.3333333% !important;
    max-width: 33.3333333% !important;
  }
} */

@media (min-width: 992px) {
  .term-solids .custom-product-col {
    -ms-flex: 0 0 25% !important;
    flex: 0 0 25% !important;
   /* max-width: 25% !important; */
  }
}
section.related.products .custom-product-col h2.woocommerce-loop-product__title {
  height: auto;
}
/*29 june 2022 changes */

section.rmv-extra-space {padding: 30px !important;}

/*6 july 2022 Pagination changes */

ul.page-numbers {
    display: flex;
    justify-content: center;
    list-style: none;
}

ul.page-numbers li .page-numbers {
    margin: 10px 10px 10px 0px !important;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 4px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    transition: all ease 0.8s;
    border: 2px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.page-numbers li .page-numbers.current, ul.page-numbers li .page-numbers:hover {
    background-color: #000;
    color: #fff;
}



/* 6 july 2022 fabric swatches not display properly */
.fabric-category-wrapper .omnia_right_sidebar.omnia_right_content {
    float: none;
}
/* 8 july 2022 menu hover effect changes */

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item-has-children > a.mega-menu-link:hover {
  background-color: #000 !important;
  color: #fff !important;
}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item-has-children > a.mega-menu-link {
  padding: 5px 5px !important;
}
/* 11 july 2022 form submit spin loader effect changes  */
.gform_ajax_spinner {
  display: block !important;
  visibility: visible !important;
  position: unset !important;
  margin: 20px 0 0 0;
}

.term-leather .leather_three_col .three_columns {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    width: 33.333333%;
}

nav.woocommerce-pagination {
    width: 100%;
}

.page-template-tpl-phoenix-urban .woof_list_color {
	padding-left: 0;
}

.page-template-tpl-phoenix-urban #link_remove {
    display: none;
}

.page-template-tpl-phoenix-urban .woof_container_inner_productsearchbycolor h4 {
	font-size: 20px;
}

.page-template-tpl-phoenix-urban .omnia_left_sidebar_filter {
	margin-top: 15px;
}

.page-template-tpl-phoenix-urban .collection-filter-div {
	margin-bottom: 20px;
}

.page-template-tpl-phoenix-urban .leather-collection-filter {
	width: 100% !important;
}

.page-template-tpl-phoenix-urban .woof_color_term {
	width: 50px;
    height: 50px;
}

.term-fabric .leather-collection-filter{display: none;}

body.archive.woof_search_is_going .three_columns .col-md-4.sub-product-block {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
body.archive.woof_search_is_going .three_columns {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    
    
}

.furniture-sect {
	background-color: #f9f7f4;
}

.furniture-sect h2, .client-testimonials h2 {
	font-weight: 400;
}

.furniture-img .col-sm-6, .furniture-img .col-md-3 {
	padding-left: 0px;
	padding-right: 0px;
}

.furniture-img {
  position: relative;
  text-align: center;
  color: white;
}

.furniture-img h3 {
	color: #e96d09;
	font-weight: 400;
	font-size: 39px;
}

.furniture-img p {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 20px;
}

.furniture-img .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
}

.furniture-img .col-img {
  position: relative;
  overflow: hidden;
}

.furniture-img .col-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.furniture-img .content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;  /* keeps block vertically centered */
  align-items: center;
  text-align: center;
  color: #fff;
}

.furniture-img .number {
  line-height: 1;
  margin-bottom: 15px; /* spacing before text */
  min-height: 3.5rem; /* keeps numbers aligned horizontally */
}

.furniture-img .text {
  font-size: 1.2rem;
  line-height: 1.4;
  max-width: 50%;
}

.shop-by-category h2 {
	font-size: 25px;
	font-weight: 500;
}

.shop-by-category .category-first-row {
	padding-top: 50px;
}

.shop-by-category p {
	font-size: 20px;
    color: #412A18;
    padding-top: 18px;
}

.shop-by-category .zoom-out:hover img {
  transform: scale(1.1); /* zoom out */
}

.shop-by-category .zoom-out img {
  object-fit: cover;
  transition: transform 0.6s ease; /* smooth animation */
}

@media (max-width: 767px) {
	.shop-by-category {  
		background-image: url(https://texasleatherinteriors.com/wp-content/uploads/Texas-leather-texture.jpg);
		background-position: left top;
		background-repeat: no-repeat;
		background-color: #ffffff;
	}
	.shop-by-category h2 {
		color: #fff;
	}
	.shop-by-category p {
		font-size: 17px;
		color: #fff;
		padding-top: 10px;
	}
	.shop-by-category .category-first-row {
		padding-top: 35px;
	}
	.furniture-img .text {
		max-width: 70%;
	}
	.furniture-img .col-sm-6, .furniture-img .col-md-3 {
		height: 200px;
	}
	
	.hidden-mobile {
		display: none;
	}
  }

.mobile-search-toogle {
	width: 100%;
}
