/*
Theme Name: RMCOCO
Author: RMCOCO
Author URI: 
Description: RMCOCO
Version: 9999
Requires at least: 4.7
Requires PHP: 5.2.4
*/

/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */
* {
  box-sizing: border-box;
}
html,
body {
  border: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
  border: none;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
}

blockquote::before,
blockquote::after {
  content: "";
}

html {
  font-size: 62.5%; /* 1rem = 10px */
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  box-sizing: border-box;
  color: #303030;
  font-family: "Spartan", sans-serif !important;
  letter-spacing: 0;
}

@supports (font-variation-settings: normal) {
  body {
    font-family: "Spartan", sans-serif !important;
  }
}

/** Global Css Starts **/
.menu-toggle,
.menu-scroll-down,
.skip-link.screen-reader-text {
  display: none;
}
ul,
ul li {
  list-style: none;
  list-style-type: none;
}
.container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
h2.entry-title {
  display: none;
}
.btn.btn-dark,
.btn.btn-outline-primary {
  height: 45px;
  line-height: 46px;
  font-size: 12px;
  color: #fff;
  background: #303030;
  border: 1px solid #303030;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  border-radius: 3px !important;
  margin-top: 6px;
  width: 100%;
  text-align: center;
  font-family: "Spartan", sans-serif !important;
  padding: .375rem .75rem;
}
.buttonsec .btn.btn-dark{
	line-height:37px;
}
.btn.btn-dark:hover {
  background: transparent;
  color: #303030;
  text-decoration: none;
}
.btn.btn-outline-primary {
  background: transparent;
  color: #303030;
}
.btn.btn-outline-primary:hover {
  background: #303030;
  color: #fff;
}
.btn:focus {
  box-shadow: none;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none;
  border: 1px solid #303030;
  background: transparent;
  color: #303030;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Spartan", sans-serif;
  color: #303030 !important;
  font-weight: 400;
  margin: 0;
  text-align: center;
}
h1 {
  font-family: "Playfair Display", serif;
  line-height: 32px;
  font-size: 30px !important;
}
h2 {
  font-size: 26px;
  font-weight: 500;
}
h3 {
  font-size: 16px !important;
  color: #303030 !important;
  font-weight: 500;
}
h4 {
  font-size: 14px;
  font-weight: 500;
}
h5 {
  font-size: 14px;
}
h6{
  font-size: 12px;
}

#breadcrumbs{
    list-style:none;
    margin:20px 0 0 0;
    overflow:hidden;
	display: flex;
    align-items: center;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
	color:#303030;
}
#breadcrumbs li a{
	color:#303030;
	font-size:12px;
	text-decoration:none;
}
#breadcrumbs li a:hover{
  text-shadow: 0px 0px 1px #303030;
  text-decoration: underline;
}
#breadcrumbs .separator{
    font-size:10px;
    font-weight:100;
    color:#303030;
}
#breadcrumbs strong{
	font-weight:normal;
	color:#777;
	font-size:12px;
}
.error404 #breadcrumbs,.menu button.dropdown-toggle {
	display:none;
}
.imghide,.imghide .elementor-widget-container{
	overflow:hidden;
}
.blog-section-cont .imghide,.blog-section-cont .imghide .elementor-widget-container{
  overflow: inherit;
}
.imghide .commonimg-hover img,.imghide .swiper-slide img{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.imghide .commonimg-hover:hover img,.imghide .swiper-slide .swiper-slide-inner:hover img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.blogsec .elementor-swiper-button-prev:hover, .blogsec .elementor-swiper-button-next:hover{
  background: transparent;
}
/*.imghide .diffimg-hover img{
	filter: blur(5px);
  transform: rotate(45deg) translate(-450%, 0);
  transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.imghide .diffimg-hover:hover img{
	transform: rotate(45deg) translate(450%, 0);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.imghide .diffimg-hover .elementor-image{
	position:relative;
}
.imghide .diffimg-hover figure.wp-caption::before{
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.imghide .diffimg-hover figure.wp-caption:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}*/

/** Global Css Ends **/

/** Header Css Starts **/
header.site-header {
  height: 120px;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 100;
}
header.site-header.headfix {
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 101;
}
header .logosec {
  margin: 10px 65px 10px 0;
  /* display: inline-block; */
  width: auto;
  float: left;
}
header .inner_header {
  height: 90px;
  position: relative;
  margin: 0;
  padding: 0;
}
header .inner_header .navigation-top {
  width: 100%;
  float: left;
}
header .inner_header .navigation-top ul.menu {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
}
header .inner_header .navigation-top ul > li {
  line-height: normal;
  height: 40px;
  line-height: 40px;
  padding: 0 38px;
  box-sizing: border-box;
  flex: 1;
}
header .inner_header .navigation-top ul > li.fabric_item{
  padding-left: 0;
}
header .inner_header .navigation-top ul > li.sub_contract{
  padding-right: 0;
}
header .inner_header .navigation-top ul > li.menucustomprint{
  white-space: nowrap;
}
header .inner_header .navigation-top ul > li.menucustomprint > a{
  line-height: 20px;
  text-align: center;
}
header .inner_header .navigation-top ul > li .wrapview::after{
  content: "";
  position: absolute;
  width: 106%;
  height: 101%;
  top: -5px;
  z-index: -1;
  left: -3%;
  max-width: 100vw;
}
/* header .inner_header .navigation-top ul > li .wrapview::before {
    content: "";
    position: absolute;
    width: calc(100% / 9);
    height: 41px;
    top: -36px;
    z-index: -50;
    left: 0px;
    max-width: 100vw;
} */
header .inner_header .navigation-top ul > li.sub_company .wrapview ul li.aqua-mint,
header .inner_header .navigation-top ul > li.sub_company .wrapview ul li.moody-blue{
	float:none;
}
header .inner_header .navigation-top ul > li.sub_company .wrapview ul li.moody-blue{
	margin-top:-5px !important;
}
/*header .inner_header .navigation-top ul > li.sub_company .wrapview ul li.ins-resources{
	top:-15px;
	margin-bottom:20px;
}*/
header .inner_header .navigation-top ul > li.sub_contract .wrapview ul li.ten-trends{
	margin-bottom:50px !important;
}
header .inner_header .navigation-top ul > li.sub_furniture.sub_company .wrapview ul.sub-menu li{
	margin-right: 0;
  width: 100%;
  overflow: hidden;
  /*position: relative;
  top: 0;*/
}

header .inner_header .navigation-top ul > li.sub_furniture .wrapview ul.sub-menu li.esc_sub_links{
  overflow: hidden;
}
header .inner_header .navigation-top ul > li.sub_furniture .wrapview ul.sub-menu li.rs_shades_link{
  height: 200px;
}
header .inner_header .navigation-top ul > li > a {
  float: left;
  color: #303030;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  font-weight: 400;
}
header .inner_header .navigation-top ul > li > ul.sub-menu {
  display: none;
  border: 1px solid #d2d2d2;
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 1;
  top: 89px;
  padding: 15px 30px 0 30px;
  left: 0;
}
header .inner_header .navigation-top ul > li:last-child > ul.sub-menu {
  right: 0;
}
header .inner_header .navigation-top ul > li > a:hover {
  text-shadow: 0px 0px 1px #303030;
}
header .inner_header .navigation-top ul > li > a::before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #202020;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
header .inner_header .navigation-top ul li svg.icon.icon-angle-down {
  display: none;
}
/* header .inner_header .navigation-top ul > li > a:after,
header .inner_header .navigation-top ul > li:hover > a:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #fff;
  width: 100%;
  bottom: -16px;
  left: 0;
}
header .inner_header .navigation-top ul > li:hover > a:after {
  background: #303030;
} */
header .inner_header .navigation-top ul > li:hover > ul.sub-menu {
  display: block;
}
header .inner_header .navigation-top ul > li:hover > a::before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
header .inner_header .navigation-top ul li > ul.sub-menu > li {
  padding-bottom: 0;
  height: 24px;
  line-height: 24px;
  width: 100%;
  display: inline-block;
}
header .inner_header .navigation-top ul li > ul.sub-menu > li > a {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  color: #303030;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 0;
  word-break: break-all;
}
header .inner_header .navigation-top ul li > ul.sub-menu > li a::before {
  display: none;
}
header .inner_header .navigation-top ul li > ul.sub-menu > li a:hover {
  border-bottom: 1px solid #303030;
  text-shadow: none;
}
header .inner_header .navigation-top ul li > ul.sub-menu > li > ul.sub-menu {
  position: relative;
  top: 5px;
  border: 0;
  padding: 0;
  background: transparent;
  width: auto;
  min-width: auto;
  z-index: inherit;
  display: block;
}
header
  .inner_header
  .navigation-top
  ul
  li
  > ul.sub-menu
  > li
  > ul.sub-menu
  > li
  > a {
  font-weight: 400;
}
header .container .custom-logo-link img {
  width: 165px;
  height: 52px;
}
header button.toggle.close-nav-toggle.fill-children-current-color {
  display: none;
}
.head_top {
  background: #42996e;
  height: 35px;
  line-height: 35px;
}
.head_top p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: inherit;
  text-align: center;
  padding: 0;
}
header .inner_header .search-account {
  width: 81.7%;
  display: flex;
  justify-content: space-between;
}
header .inner_header .search-account .searchform {
  flex-grow: 1;
  display: flex;
  flex-wrap: nowrap;
  margin-top: 15px;
  min-height:37px;
}
header .inner_header .search-account .searchform .searchsite {
  position: relative;
  max-width: 380px;
  margin-right: 25px;
  min-width: 380px;
}
header .inner_header .search-account .searchform .searchsite span {
  cursor: pointer;
  background: url(assets/images/search.svg) no-repeat center;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 7px;
  right: 10px;
}
header .inner_header .search-account .searchform input {
  max-width: 380px;
  height: 30px;
  line-height: 15px;
  border: 1px solid #d2d2d2;
  font-size: 12px;
  color: #707070;
  padding: 5px 25px 5px 20px;
  width: 100%;
  font-family: "Spartan", sans-serif;
  outline: 0;
  border-radius: 3px;
  -webkit-appearance: none;
}
header
  .inner_header
  .search-account
  .searchform
  input[type="search"]::-webkit-search-cancel-button {
  position: relative;
  right: 20px;
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: white;
}
header .inner_header .search-account .accountcart {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
header .inner_header .search-account .accountcart .impersonatesec {
  padding-right: 30px;
}

header .inner_header .search-account .accountcart .impersonatesec button {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  margin: 0;
  padding: 0px 24px;
  border-radius: 5px;
  background: #303030;
  color: #fff;
  font-family: "Spartan", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
header .inner_header .search-account .accountcart .cartsec{
  position: relative;
}
header .inner_header .search-account .accountcart .cartsec a{
  opacity: 1;
}
header .inner_header .search-account .accountcart .cartsec a:hover{
  opacity: 0.8;
}
header .inner_header .search-account .accountcart .cartsec > a{
  display: none;
}
header .inner_header .search-account .accountcart .cartsec a .itemcount{
      height: 17px;
    line-height: 16px;
    width: 17px;
    border: 1px solid #303030;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    font-size: 9px;
    font-weight: 500;
    color: #303030;
    text-align: center;
    left: 13px;
    z-index: 1;
    background: #fff;
}
header .inner_header .search-account .accountcart .cartsec .cartitems{
  padding: 20px;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  position: absolute;
  width: 400px;
  right: 0;
  background: #fff;
  z-index: 12;
  top:30px;
  display: none;
}
header .inner_header .search-account .accountcart .cartsec .cartitems .cartitems-inner{
	height: 405px;
  overflow-x: hidden;
}
header .inner_header .search-account .accountcart .cartsec .cartitems .itemcount{
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #303030;
  font-weight: 600;
  padding-bottom: 12px;
  border-bottom: 1px solid #303030;
}
header .inner_header .search-account .accountcart .cartsec .cartitems .itemcount span{
  font-size: 12px;
  color: #303030;
  font-weight: 600;
}
header .inner_header .search-account .accountcart .cartsec .cartitems .iteminfo{
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  border-bottom: 1px solid #303030;
}
header .inner_header .search-account .accountcart .cartsec .cartitems .iteminfo .cartboximg{
  height: 150px;
  width: 150px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
header .inner_header .search-account .accountcart .cartsec .cartitems .iteminfo .cartboximg img{
  width: 100%;
  height: auto;
}
header .inner_header .search-account .accountcart .cartsec .cartboxcontent{
  position: relative;
  width: 54%;
}
header .inner_header .search-account .accountcart .cartsec .cartboxcontent h3{
  text-align: left;
  margin-bottom: 0;
}
header .inner_header .search-account .accountcart .cartsec .cartboxcontent p{
  font-size: 12px;
  color: #303030;
}
header .inner_header .search-account .accountcart .cartsec .cartboxcontent .cartdelete{
  height: 10px;
  width: 10px;
  position: absolute;
  right:0;
  top: 0;
}
header .inner_header .search-account .accountcart .cartsec .cartboxcontent .bookmarkprice{
  position: relative;
  margin-top: 60px;
}
header .inner_header .search-account .accountcart .cartsec .cartboxcontent .bookmarkprice a{
  height: 25px;
  width: 25px;
  float: left;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  text-align: center;
}
header .inner_header .search-account .accountcart .cartsec .cartboxcontent .bookmarkprice a .bookmarkimg{
  height: 15px;
  width: 15px;
  margin-top: 4px;
}
header .inner_header .search-account .accountcart .cartsec .cartboxcontent .bookmarkprice h3{
  float: right;
  margin-top: 6px;
}
header .inner_header .search-account .accountcart .cartsec .buttonsec{
  padding-top: 32px;
  display: flex;
  flex-wrap: wrap;
}
header .inner_header .search-account .accountcart .cartsec .buttonsec a{
  color: #303030;
  text-align: center;
  width: auto;
  font-size: 14px;
  font-weight: 600;
  margin-top: 30px;
  text-decoration: none;
  display: block;
  margin: 30px auto 0 auto;
  border-bottom: 1px solid #fff;
}
header .inner_header .search-account .accountcart .cartsec .buttonsec a:hover{
    text-decoration: none;
    border-bottom: 1px solid #303030;
}
header .inner_header .search-account .accountcart .cartsec .buttonsec a .viewcart{
  height: 16px;
  width: 16px;
  margin-right: 8px;
  margin-top: 0;
}
header .inner_header .search-account .accountcart .accountsec {
  position: relative;
  line-height: 34px;
  display: inline-block;
}
header .inner_header .search-account .accountcart .accountsec ul {
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #d2d2d2;
  padding: 0 15px;
  box-sizing: border-box;
  z-index: 1;
  min-width: 215px;
  top: 35px;
  right: -20px;
  display: none;
}
header .inner_header .search-account .accountcart .accountsec ul li {
  line-height: 55px;
  border-bottom: 1px solid #202020;
}
header .inner_header .search-account .accountcart .accountsec ul li a {
  font-weight: normal;
  font-size: 14px;
  color: #303030;
  margin: 0;
  line-height: normal;
  width:100%;
}
header .inner_header .search-account .accountcart .accountsec ul li a img.signout{
  height: 13px;
  width: 13px;
  position: relative;
    top: 1px;
    left: -6px;
}
header .inner_header .search-account .accountcart .accountsec a {
  color: #303030;
  font-size: 14px;
  text-decoration: none;
  margin-right: 30px;
  line-height: 34px;
  display: inline-block;
  font-weight: 400;
}
header .inner_header .search-account .accountcart .accountsec > a{display: none;}
header .inner_header .search-account .accountcart .accountsec ul li a:hover {
  font-weight: 600;
}
header .inner_header .search-account .accountcart .accountsec ul li:last-child {
  border-bottom: 0;
  text-align: center;
}
header .inner_header .search-account .accountcart .accountsec ul li:last-child a{
font-weight: 600;
width:auto;
}
header
  .inner_header
  .search-account
  .accountcart
  .accountsec
  ul
  li:last-child
  a:hover {
  border-bottom: 1px solid #303030;
}
.cococust_is_logged header .inner_header .search-account .accountcart .accountsec:hover ul {
  display: block;
}
header .search-account .accountcart img.headimg {
  width: 14px;
  height: 16px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
header .search-account .accountcart .cartsec a img.headimg {
  margin-right: 0;
  width: 20px;
  height: 18px;
  top: 1px;
}
header .inner_header .search-account .searchform .searchimg {
  min-width: 120px;
  display:none;
}
header .inner_header .search-account .searchform .searchimg a {
  color: #777777;
  font-size: 12px;
  text-decoration: none;
  float: right;
  opacity:1;
}
header .inner_header .search-account .searchform .searchimg a:hover{
  opacity: 0.8;
}
header .inner_header .search-account .searchform .searchimg a > div {
  border: 1px solid #d2d2d2;
  display: inline-block;
  text-align: center;
  height: 30px;
  width: 30px;
  margin-right: 12px;
  border-radius: 3px;
}
header .inner_header .search-account .searchform .searchimg a > span {
  position: relative;
  top: -9px;
  color: #777777;
}
header .inner_header .search-account .searchform .searchimg a .cameraicn {
  width: 18px;
  height: 19px;
  float: left;
  margin-top: 4px;
  margin-left: 5px;
}
.cocomatch_pop {
  position: fixed;
  width: 480px;
  height: 480px;
  background: #ececec;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 0);
  top: 30%;
  padding: 20px;
  box-sizing: border-box;
  display: none;
}
.cocomatch_pop h5 {
  display: inline-block;
  font-size: 16px;
  color: #303030;
  font-weight: 400;
}
.cocomatch_pop .close_pop {
  float: right;
  height: 10px;
  width: 10px;
}
header .inner_header .navigation-top ul > li .wrapview {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 12;
  top: 119px;
  border: 1px solid #d2d2d2;
  padding: 0 50px;
}

header .inner_header .navigation-top ul > li.hardware_item:hover .wrapview{
	height:100%;
	min-height:400px;
}
header .inner_header .navigation-top ul > li .wrapview ul li,
header .inner_header .navigation-top ul > li .wrapview ul li a {
  height: auto;
  line-height: normal;
  padding: 0;
}
header .inner_header .navigation-top ul > li .wrapview ul.sub-menu li{
  float: left;
  width: 50%;
  margin-bottom: 15px;
  padding: 0;
}
header .inner_header .navigation-top ul>li.fabric_item .wrapview ul.sub-menu li{
  width: 225px;
}
header .inner_header .navigation-top ul>li.trim_item .wrapview ul.sub-menu li,
header .inner_header .navigation-top ul>li.hardware_item .wrapview ul.sub-menu li{
  width:100%;
}
header .inner_header .navigation-top ul > li.sub_furniture.furniture_drop .wrapview ul.sub-menu li{
	margin-bottom: 18px;
}
header .inner_header .navigation-top ul > li .wrapview ul li a {
  font-weight: 600;
  float: left;
  line-height: 22px;
  width: auto;
  border-bottom: 1px solid #fff;
}
header .inner_header .navigation-top ul > li .wrapview ul li a::before {
  display: none;
}
header .inner_header .navigation-top ul > li .wrapview ul.sub-menu {
  float: left;
  width: 300px;
  padding-left: 0;
  box-sizing: border-box;
  padding-top: 30px;
}
header .inner_header .navigation-top ul > li .wrapview ul.sub-menu li a:hover {
  text-shadow: none;
  font-weight: 600;
  border-bottom: 1px solid #303030;
}
header .inner_header .navigation-top ul > li .wrapview .fabric-filters,
header .inner_header .navigation-top ul > li .wrapview .trim-filters,
header .inner_header .navigation-top ul > li .wrapview .hardware-filters {
  display: flex;
  justify-content: left;
}
header .inner_header .navigation-top ul>li .wrapview .fabric-filters{
  width: calc(100% - 450px);
}
header .inner_header .navigation-top ul>li .wrapview .trim-filters{
  width: calc(100% - 270px);
}
header .inner_header .navigation-top ul > li .wrapview .fabric-filters::after,
header .inner_header .navigation-top ul > li .wrapview .trim-filters::after,
header .inner_header .navigation-top ul > li .wrapview .hardware-filters::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(../twentyseventeen/assets/images/fabric-menu-bg.jpeg);
  background-size: cover;
  width: 225px;
  height: 100%;
}
header .inner_header .navigation-top ul > li .wrapview .trim-filters::after {
  background: url(../twentyseventeen/assets/images/trimimg.jpg);
  background-size: cover;
  width: 270px;
  height: 100%;
}
header .inner_header .navigation-top ul > li .wrapview .hardware-filters::after {
  background: url(../twentyseventeen/assets/images/hardwareimg.jpg);
  background-size: cover;
  width: 320px;
  height: 100%;
}
header .inner_header .navigation-top ul > li .wrapview ul.sub-menu li.smeshops{
  overflow: hidden;
}
header .inner_header .navigation-top ul > li .wrapview ul.sub-menu li.smeshops > a,
header .inner_header .navigation-top ul > li .wrapview ul.sub-menu li.hofforms > a,
header .inner_header .navigation-top ul > li .wrapview ul.sub-menu li.esc_sub_links > a {
  margin-bottom: 15px;
}
header .inner_header .navigation-top ul > li .wrapview ul.sub-menu li.hofforms{
  overflow: hidden;
}
header .inner_header .navigation-top ul>li .wrapview ul.sub-menu li.colorworksfabricmenu {
  padding-top: 53px;
}
header .inner_header .navigation-top ul > li .wrapview .fabric-filters div,
header .inner_header .navigation-top ul > li .wrapview .hardware-filters div {
  width: 225px;
}
header .inner_header .navigation-top ul>li .wrapview .trim-filters div{
  width: 270px;
}
header .inner_header .navigation-top ul > li .wrapview .fabric-filters div h4,
header .inner_header .navigation-top ul > li .wrapview .trim-filters div h4,
header .inner_header .navigation-top ul > li .wrapview .hardware-filters div h4 {
  font-size: 14px;
  color: #303030;
  margin: 0;
  padding: 0;
  line-height: 22px;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 20px;
  text-transform: capitalize;
  text-align: left;
}
header .inner_header .navigation-top ul > li .wrapview .fabric-filters div ul,
header .inner_header .navigation-top ul > li .wrapview .trim-filters div ul,
header .inner_header .navigation-top ul>li .wrapview .hardware-filters div ul {
  padding-bottom: 40px;
  display: inline-block;
}

header .inner_header .navigation-top ul>li .wrapview .fabric-filters div ul li,
header .inner_header .navigation-top ul>li .wrapview .trim-filters div ul li,
header .inner_header .navigation-top ul>li .wrapview .hardware-filters div ul li {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
}

header .inner_header .navigation-top ul>li .wrapview .fabric-filters div ul li:last-child a,
header .inner_header .navigation-top ul>li .wrapview .trim-filters div ul li:last-child a,
header .inner_header .navigation-top ul>li .wrapview .hardware-filters div ul li:last-child a {
  font-weight: 600;
  margin-top: 20px;
  line-height: normal;
  border-bottom: 1px solid #fff;
}

header .inner_header .navigation-top ul>li .wrapview .fabric-filters div ul li:last-child a:hover,
header .inner_header .navigation-top ul>li .wrapview .trim-filters div ul li:last-child a:hover,
header .inner_header .navigation-top ul>li .wrapview .hardware-filters div ul li:last-child a:hover {
  border-bottom: 1px solid #303030;
  text-shadow: none;
}

header .inner_header .navigation-top ul>li .wrapview .fabric-filters div ul li a,
header .inner_header .navigation-top ul>li .wrapview .trim-filters div ul li a,
header .inner_header .navigation-top ul>li .wrapview .hardware-filters div ul li a {
  font-size: 14px;
  color: #303030;
  line-height: 22px;
  margin: 0;
  padding: 0;
  width: auto;
  font-weight: normal;
}

header .inner_header .navigation-top ul>li .wrapview .fabric-filters div ul li a:hover,
header .inner_header .navigation-top ul>li .wrapview .trim-filters div ul li a:hover,
header .inner_header .navigation-top ul>li .wrapview .hardware-filters div ul li a:hover {
  /* font-weight: 600; */
  text-shadow: 0px 0px 1px #303030;
}
header .inner_header .navigation-top ul > li.sub_furniture .wrapview ul.sub-menu,
header .inner_header .navigation-top ul > li.sub_hardware .wrapview ul.sub-menu,
header .inner_header .navigation-top ul > li.menucustomprint .wrapview ul.sub-menu,
header .inner_header .navigation-top ul > li.hardware_item .wrapview ul.sub-menu{
  width: 40%;
}
header .inner_header .navigation-top ul > li.fabric_item .wrapview ul.sub-menu{
  width: 450px;
}
header .inner_header .navigation-top ul>li.trim_item .wrapview ul.sub-menu {
  width: 270px;
}
header .inner_header .navigation-top ul > li.sub_contract .wrapview ul.sub-menu{
	width:40%;
}
header .inner_header .navigation-top ul > li.sub_furniture .wrapview ul.sub-menu,
header .inner_header .navigation-top ul > li.fabric_item .wrapview ul.sub-menu,
header .inner_header .navigation-top ul > li.hardware_item .wrapview ul.sub-menu{
	column-count: 2;
	column-gap:0;
}
header .inner_header .navigation-top ul > li.sub_furniture.sub_workroom.sub_contract .wrapview ul.sub-menu{
	column-gap:0;
}
header .inner_header .navigation-top ul > li.hidemenu{
  display: none;
}
header .inner_header .navigation-top ul > li.sub_furniture .wrapview ul.sub-menu li ul.sub-menu,
header .inner_header .navigation-top ul > li.fabric_item .wrapview ul.sub-menu li ul.sub-menu,
header .inner_header .navigation-top ul > li.hardware_item .wrapview ul.sub-menu li ul.sub-menu {
  position: relative;
  right: inherit;
  top: 5px;
  border: none;
  display: block;
  padding: 0;
  background: transparent;
	column-count:inherit;
	column-gap:inherit;
	width:auto;
}
header .inner_header .navigation-top ul > li.sub_furniture .wrapview ul.sub-menu li{
  margin-right: 65px;
  width: auto;
}
header .inner_header .navigation-top ul > li.sub_furniture.sub_shades .wrapview ul.sub-menu li{
  width: 100%;
}
header .inner_header .navigation-top ul > li.sub_contract .wrapview ul.sub-menu li.menu-item-748 a{
	width:180px;
}
header .inner_header .navigation-top ul > li.sub_company .wrapview ul.sub-menu li.menu-item-314{
	margin-bottom:52px;
}
header .inner_header .navigation-top ul > li.sub_workroom .wrapview ul.sub-menu li.menu-item-233{
	margin-top:40px;
}
header .inner_header .navigation-top ul > li.sub_furniture.sub_workroom .wrapview ul.sub-menu li{
	margin-right:0;
	width: 100%;
  position: relative;
}
/*header .inner_header .navigation-top ul > li.sub_furniture .wrapview ul.sub-menu li:last-child{
  margin: 0;
  position: relative;
}
 header .inner_header .navigation-top ul > li.sub_furniture .wrapview ul.sub-menu li:last-child a{
  font-weight: 500;
} */
header .inner_header .navigation-top ul > li.sub_furniture .wrapview ul.sub-menu li ul.sub-menu li{
  margin: 0 0px 3px 0;
  width: 100%;
  float: none;
}
header .inner_header .navigation-top ul > li.sub_furniture .wrapview ul.sub-menu li ul.sub-menu li a,
header .inner_header .navigation-top ul > li.fabric_item .wrapview ul.sub-menu li ul.sub-menu li a,
header .inner_header .navigation-top ul > li.hardware_item .wrapview ul.sub-menu li ul.sub-menu li a {
  font-weight: normal;
}
header .inner_header .navigation-top ul > li .wrapview .furniture-images {
  display: flex;
  justify-content: space-between;
  width: 50%;
  margin: 40px 0;
  gap: 30px;
}
header .inner_header .navigation-top ul > li .wrapview .furniture-images .cw-logo{
  position: absolute;
  width: 30%;
  left: 50px;
  bottom: 20px;
}
header .inner_header .navigation-top ul > li .wrapview .furniture-images .cw-logo img{
  width:100%;
  height: auto;
}
header .inner_header .navigation-top ul > li .wrapview .furniture-images .metrosec,
header .inner_header .navigation-top ul > li .wrapview .furniture-images .sonomasec{  
  width: 50%;
  position: relative;
}
header .inner_header .navigation-top ul > li .wrapview .furniture-images .metrosec div,header .inner_header .navigation-top ul > li .wrapview .furniture-images .sonomasec div{
    height: 325px;
    width: 100%;
    background-size: cover;
    border-radius: 3px;
}
header .inner_header .navigation-top ul > li.sub_furniture.sub_workroom .wrapview ul.sub-menu li.roman_shade{
	margin-bottom:16px;
}
/* header .inner_header .navigation-top ul > li .wrapview .furniture-images .metrosec img,header .inner_header .navigation-top ul > li .wrapview .furniture-images .sonomasec img{
  width: 100%;
  height: 370px;
  object-fit: cover;
} */
header .inner_header .navigation-top ul > li .wrapview .furniture-images .metrosec h4,header .inner_header .navigation-top ul > li .wrapview .furniture-images .sonomasec h4{
  font-size: 14px;
  font-weight: 500;
  color: #ffffff !important;
  position: absolute;
  bottom: 42px;
  right: 30px;
  line-height: normal;
}
.cococust_is_notlogged header .inner_header .search-account .accountcart .accountsec a.afterlogged,.cococust_is_notlogged header .inner_header .search-account .accountcart .cartsec a.afterlogged{display: none;}
.cococust_is_notlogged header .inner_header .search-account .accountcart .accountsec a.beforelogged,.cococust_is_notlogged header .inner_header .search-account .accountcart .cartsec a.beforelogged{display:block;}
.cococust_is_logged header .inner_header .search-account .accountcart .accountsec a.afterlogged,
.cococust_is_logged header .inner_header .search-account .accountcart .accountsec ul.afterlogged,
.cococust_is_logged header .inner_header .search-account .accountcart .cartsec a.afterlogged{
  display: block;
}
.cococust_is_logged header .inner_header .search-account .accountcart .accountsec a.beforelogged,.cococust_is_logged header .inner_header .search-account .accountcart .cartsec a.beforelogged{
  display: none;
}
li.withnewtag > a::after {
  content: ' NEW!';
  color: #f00;
}
/** Header Css Ends **/

/** Footer Css Starts **/
a.pageup {
  height: 40px;
  width: 40px;
  background: #303030;
  position: fixed;
  right: 75px;
  border-radius: 3px;
  bottom: 250px;
  z-index: 13;
  border: 1px solid #303030;
}
a.pageup img.pageup_arrow {
  width: 18px;
  height: 10px;
  display: block;
  margin: 14px auto 0 auto;
  transform: rotate(-180deg);
}
a.pageup img.pageup_arrow.black_arrow{
  display: none;
}
a.pageup:hover{
  background: transparent;
}
a.pageup:hover img.black_arrow{
  background: transparent;
  display: block;
}
a.pageup:hover img.white_arrow{
  display: none;
}
footer {
  padding-top: 80px;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
  margin-top: 80px;
  position: relative;
  z-index: 11;
  background: #fff;
}
footer .footmenu {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding-bottom: 45px;
}
footer .footmenu .footerlogo {
  max-width: 252px;
}
footer .footmenu .footerlogo a img.foot-logo {
  height: 42px;
  width: 135px;
  margin-bottom: 10px;
}
footer .footmenu .footerlogo a,
footer .footmenu a {
  display: inline-block;
  width: 100%;
  color: #202020;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}
footer .footmenu #custom_html-4 a:hover,footer .footmenu #custom_html-5 a:hover,
footer .footmenu #custom_html-6 a:hover,footer .footmenu #custom_html-7 a:hover{
  text-shadow: 0px 0px 1px #303030;
}
footer .footmenu .footerlogo a img.callus,
footer .footmenu .footerlogo a img.mailus {
  height: 14px;
  width: 16px;
  display: inline-block;
  margin-right: 6px;
}
footer .footmenu a {
  color: #303030;
}
footer .footmenu h5 {
  color: #303030;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 0;
}
footer .footmenu ul.footer_social {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
footer .footmenu ul.footer_social li {
  margin-right: 20px;
}
footer .footmenu ul.footer_social li:last-child {
  margin-right: 0;
}
footer .footmenu ul.footer_social li a{
  opacity: 1;
}
footer .footmenu ul.footer_social li a:hover{
  opacity: 0.8;
}
footer .footmenu ul.footer_social li a img.social_icon {
  max-width: 23px;
  width: 23px;
  height: 23px;
}
footer .copyrightdiv .copyright_sec {
  display: flex;
  justify-content: space-between;
  height: 90px;
  align-items: center;
  border-top: 1px solid #d2d2d2;
}
footer .copyrightdiv .copyright_sec p.copyright_text {
  font-weight: 500;
  font-size: 14px;
  color: #202020;
}
footer .copyrightdiv .copyright_sec ul {
  display: flex;
  align-items: center;
}
footer .copyrightdiv .copyright_sec ul li {
  list-style: none;
  float: left;
  margin-right: 4.5rem;
}
footer .copyrightdiv .copyright_sec ul li:last-child {
  margin-right: 0;
}
footer .copyrightdiv .copyright_sec ul li img {
  max-width: 50px;
  width: 50px;
  height: 50px
}
/** Footer Css Ends **/
/*Impersonate PopUP*/
.impersonatepopup{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
}
.impersonatepopup .impersonatepopup_container{
  z-index: 2;
  max-width: 440px;
  background: #fff;
  padding: 20px 40px 40px 40px;
  width:100%;
}
.impersonatepopup .impersonatepopup_container .impersonatepopup_header{
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.impersonatepopup .impersonatepopup_container .impersonatepopup_header h3{
  width: 100%;
}
.impersonatepopup .impersonatepopup_container .impersonatepopup_header button{
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  font-size: 24px;
  padding: 0;
  margin: 0;
  font-weight: normal;
}
.impersonatepopup .impersonatepopup_container .impersonatepopup_form{
  padding: 10px;
}
.impersonatepopup .impersonatepopup_container .impersonatepopup_form .md-field{
  width: 100%;
  min-height: 48px;
  margin: 4px 0 24px;
  padding-top: 16px;
  display: flex;
  position: relative;
  font-family: inherit;
}
.impersonatepopup .impersonatepopup_container .impersonatepopup_form .md-field label{
  top: 8px;
  left: 15px;
  background: #fff;
  padding: 0 5px;
  font-weight: 400;
  font-size: 12px;
  color: #777777;
  position: absolute;
}
.impersonatepopup .impersonatepopup_container .impersonatepopup_form .md-field input[type="text"]{
  border: 1px solid #d2d2d2;
  height: 43px;
  border-radius: 3px;
  width: 100%;
  padding: 10px 10px 10px 20px;
  box-sizing: border-box;
  font-size: 12px !important;
  overflow: hidden;
  color: #303030;
}
.impersonatepopup .impersonatepopup_container .impersonatepopup_form button{
  height: 45px;
  line-height: 45px;
  color: #fff;
  background: #303030;
  border: 1px solid #303030;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  border-radius: 3px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  cursor: pointer;
}
.impersonatepopup .impersonatepopup_overlay{
  background: RGBA(0,0,0,0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
}
/** Homepage Css Starts **/
/* .site-content-contain {
  padding-top: 90px;
} */
#n2-ss-2 {
  overflow: hidden;
  border-radius: 3px;
}
.headfont a.n2-ow {
  font-family: "Spartan", sans-serif !important;
}
.headfont .n2-padding{
  margin: 0 !important;
}
.elementor
  .elementor-widget:not(.elementor-widget-text-editor)
  figure.wp-caption {
  position: relative;
}
.elementor-5 .caption-set .widget-image-caption,
.elementor-5 .caption-set .widget-image-caption,
.trim-hardware-contract
.caption-set
  .widget-image-caption,
.trim-hardware-contract
.caption-set
  .widget-image-caption,
.trim-hardware-contract
.caption-set
  .widget-image-caption,
.elementor-5 .caption-set .widget-image-caption,
.elementor-5
.caption-set
  .widget-image-caption {
  position: absolute;
  bottom: 38px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}
.trim-hardware-contract .elementor-container {
  justify-content: space-between;
}
.trim-hardware-contract .elementor-column.elementor-col-33 {
  width: auto;
  position: relative;
}
.coco-suites .elementor-image::after,
.tommy-bahama .elementor-image::after,
.coco-prive .elementor-image::after {
  content: "";
  background: url(../twentyseventeen/assets/images/coco-suites-white.svg);
  width: 125px;
  height: 53px;
  position: absolute;
  bottom: 45px;
  left: 50%;
  background-size: cover;
  transform: translate(-50%, 0);
}
.tommy-bahama .elementor-image::after {
  background: url(../twentyseventeen/assets/images/tommy-bahama-white.svg);
  background-size: cover;
  width: 248px;
  height: 60px;
}
.coco-prive .elementor-image::after {
  background: url(../twentyseventeen/assets/images/coco-prive-white.svg);
  background-size: cover;
  width: 131px;
  height: 86px;
}
.brand-logos .elementor-container {
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
.brand-logos .elementor-column.elementor-col-16 {
  width: auto;
}
.closeout-sale .elementor-widget-image .widget-image-caption {
  width: 100%;
  text-align: center;
  background: #9e0b0f;
  font-size: 30px;
  font-weight: 400;
  font-family: "Spartan", sans-serif;
  color: #fff;
  line-height: 60px;
  position: absolute;
  top: 42%;
}
/* .headfont .n2-ss-slider .n2-ow {
  font-family: "Spartan", sans-serif !important;
} */
/* .blogsec.elementor-arrows-position-outside .swiper-container {
  width: 100%;
} */
.elementor-element.elementor-element-0474754.commonimg-hover.elementor-widget.elementor-widget-image .wp-caption a{
  width:100%;
}
.blogsec .elementor-swiper-button-prev,
.blogsec .elementor-swiper-button-next {
  background: #ececec;
  height: 44px;
  width: 44px;
  font-size: 18px;
  box-shadow: none;
  border-radius: 3px;
  border: 1px solid #ececec;
}
.blogsec .elementor-swiper-button-prev {
  left: -60px;
}
.blogsec .elementor-swiper-button-next {
  right: -60px;
}
.blogsec .elementor-swiper-button-prev i.eicon-chevron-left,
.blogsec .elementor-swiper-button-next i.eicon-chevron-right {
  text-align: center;
  width: 100%;
  margin-top: 14px;
}
.homeblog-slider{
    margin: 0 -20px;
}
.homeblog-slider .wb_ps_single_item{
	box-shadow:none;
}
.homeblog-slider .wb_ps_item .wb_ps_thumbnail{
	overflow:hidden;
}
.homeblog-slider .wb_ps_description,.homeblog-slider .wb_ps_readmore{
	display:none;
}
.homeblog-slider .wb_ps_title h2{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.homeblog-slider .wb_ps_title a{color: inherit;}
.homeblog-slider .wb_ps_thumbnail img{
	box-shadow:none;
	height:315px;
	width:315px;
	object-fit:cover;
	 -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
	border-radius:3px;
}

.homeblog-slider .wb_ps_thumbnail:hover img{
	 -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.homeblog-slider .wbel_post_slider_wrapper,.homeblog-slider .wb_ps_item{
	padding:0;
}
.homeblog-slider .wbel-arrow{
	 width: 44px;
    height: 44px;
    color: #ffff;
    background: #ececec;
    text-align: center;
    line-height: 44px;
    font-size: 22px;
    border-radius: 3px;
    border: 1px solid #ececec;
}
.homeblog-slider .wb-arrow-prev.slick-arrow.slick-hidden{
	left:-40px;
	display:block;
}
.homeblog-slider .wb-arrow-next.slick-arrow.slick-hidden{
	right:-40px;
	display:block;
}
.homeblog-slider .fa.fa-angle-left,.homeblog-slider .fa.fa-angle-right{
	color:#303030;
}
.homeblog-slider .wbel-arrow:hover{
	border: 1px solid #ececec;
}
/** Homepage Css Ends **/
/** Resources Css Starts **/
.resourceslist .elementor-column-wrap{justify-content:flex-end;}
.resourceslist .elementor-widget-wrap{max-width:300px;}
.resourceslist .elementor-widget-wrap h1{text-align:left;}
/* .site-header.headfix + .site-content-contain .site-content .site-main{
	margin-top:95px;
} */
.site-header.headfix + .site-content-contain .site-content .site-main .resourceslist .elementor-widget-wrap{
	top:120px;
}
.resourceslist ul li a{
	position:relative;
}
.resourceslist ul li a:hover{
  text-shadow: 0px 0px 1px #303030;
}
.resourceslist ul li a.activelink{font-weight:500;}
.resourceslist ul li a.activelink::after {
  content: "";
  background: url(assets/images/arrow.svg) no-repeat center;
	height: 14px;
	width: 14px;
	position: absolute;
	top: 30px;
	right: 20px;
    transform: rotate(-90deg);
}
body.page-id-340,body.page-id-417{
	scroll-padding-top:90px;
}
.resourcesdata .elementor-widget-wrap{max-width:1020px;}
.resourcesdata h2{text-align:left;}
.resourcesopt{margin-bottom:30px;}
.resourcesopt li{border-bottom:1px solid #d2d2d2;width:100%;display:inline-block;}
.resourcesopt li em{font-style:normal;}
.resourcesopt li a{float:right;font-size:14px;font-weight:600;color:#303030;}
.resourcesopt li a:hover{text-shadow: 0px 0px 1px #303030;}
.page-id-340 #post-340,.page-id-417 #post-417{visibility: hidden;}
.page-id-340.cococust_is_logged #post-340,.page-id-417.cococust_is_logged #post-417{visibility: visible;}
/** Resources Css Ends **/
.site-content{
	position: relative;
    width: 100%;
    overflow: hidden;
}
h1.entry-title,.entry-header{display:none}
footer .footmenu h5{text-align:left;}
.formob{display:none}
.page-id-340 footer,.page-id-417 footer{margin-top:0;}
/** Terms and Privacy Css Starts **/
.privacy_terms h3,.privacy_terms h1{text-align:left;}
.privacy_terms h1{margin-bottom:20px;}
.privacy_terms p{margin-bottom:20px;}
.privacy_terms ol{padding-left:20px;}
.privacy_terms ol li{margin-bottom:20px;}
.needhelp{
  padding: 35px;
  box-sizing: border-box;
  background: #ececec;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 115px;
  max-width: 630px;
  margin-top: 20px;
}
.needhelp h3{
text-align:left;
margin-bottom: 30px;
}
.needhelp .callwrite {
display: flex;
justify-content: space-between;
}
.needhelp .callus h4,.needhelp .writeus h4{
  text-align: left;
  margin-bottom: 8px;
  font-weight: 600;
}
.needhelp a {
  font-size: 14px;
  line-height: 20px;
  margin-top: 12px;
  text-decoration: none;
  color: #303030;
  font-weight: normal;
  text-align: left;
  width: 100%;
}
.needhelp a:hover{
text-decoration: none;
}
.needhelp a img {
height: 14px;
width: 14px;
display: inline-block;
margin: 0 10px 0 0;
}
.needhelp span {
font-size: 12px;
color: #777777;
margin-top: 8px;
display: inline-block;
font-weight: normal;
}
/** Terms and Privacy Css Ends **/

/** Textile Finish Css Starts **/
.textile_finish h1{text-align:left;}
.alphaopts{
    position: relative;
    max-width: 620px;
    margin: 0 auto;
}
.textile_opt{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.textile_opt .alpha{
    font-size: 16px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border:1px solid #d2d2d2;
    border-radius:3px;
    margin-right: 17px;
    margin-bottom: 17px;
}
.textile_opt .alpha a{
    color:#303030;
	cursor:pointer;
}
.textile_opt .alpha a.active{
    color: #303030;
}
.alpha_cont{
  display:flex;
  justify-content: flex-start;
  align-items: stretch;
}
.alpha_cont h1{
  margin-top: 17px;
  text-align: left;
}
.alpha_cont .main_alpha{
  width: 10%;
  max-width: 88px;
}
.main_cont {
  max-width: 90%;
  min-width: 1012px;
}
.main_cont h3{
  text-align:left;
  margin:20px 0 10px 0;
  display: inline-block;
}
/** Textile Finish Css Ends **/

/** Furnishings Css Starts **/
.rm_decor h1,.rm_decor h3{text-align:left;margin-bottom:15px;}
.rm_decor p{margin-bottom:20px;}
.elementor-548 .elementor-element.elementor-element-97caf9b .elementor-container,.elementor-774 .elementor-element.elementor-element-6e4cba88 .elementor-container{
	justify-content:space-between;
}
.elementor-548 .elementor-image img,.exp_cat .brandimages .elementor-image img{
	height:430px;
	width:100%;
	object-fit:cover;
}
.exp_cat ul{
	padding-left:20px;
	list-style:disc;
	list-style-type:disc;
}
.exp_cat ul li{
	list-style:disc;
	list-style-type:disc;
}
.elementor-548 .elementor-element.elementor-element-be98151,.elementor-548 .elementor-element.elementor-element-d1b77b0,.elementor-548 .elementor-element.elementor-element-8352f5b,
.elementor-774 .elementor-element.elementor-element-1b41ed5d,.elementor-774 .elementor-element.elementor-element-67ceb5a1,.elementor-774 .elementor-element.elementor-element-671a1674{
	max-width:420px;
	height:410px;
	border-radius:3px;
	overflow:hidden;
}
.elementor-548 .elementor-element.elementor-element-be98151 .elementor-image img,.elementor-774 .elementor-element.elementor-element-1b41ed5d .elementor-image img{
	width: 165px;
	height:150px;
	margin-top:100px;
}
.elementor-548 .elementor-element.elementor-element-d1b77b0 .elementor-image img,.elementor-774 .elementor-element.elementor-element-67ceb5a1 .elementor-image img{
    width: 150px;
	height:115px;
	margin-top:120px;
}
.elementor-548 .elementor-element.elementor-element-8352f5b .elementor-image img,.elementor-774 .elementor-element.elementor-element-671a1674 .elementor-image img{
    width: 90px;
	height:110px;
	margin-top:120px;
}
.about-prod .elementor-container{
  justify-content: space-between;
}
.about-prod .handcraft,.about-prod .turnaroud,.about-prod .program{
  max-width:420px;
	height:410px;
	border-radius:3px;
  overflow:hidden;
  background: #ececec;
}
.about-prod .handcraft-img img{
  width: 165px;
  height: 150px;
  margin-top: 100px;
}
.about-prod .turnaround-img img{
    width: 150px;
    height: 115px;
    margin-top: 120px;
}
.about-prod .program-img img{
  width: 90px;
  height: 110px;
  margin-top: 120px;
}
.exp_cat h2{text-align:left;margin-bottom:25px;margin-top:60px;line-height:34px;}
/** Furnishings Css Ends **/

/** Single Furnishings Css Starts **/
.metro_page h1{text-align:left;margin-bottom:20px;}
.metro_page h3{text-align:left;margin-bottom:20px;}
.discount h1{margin-bottom:20px;}
.elementor-626 .elementor-element.elementor-element-0cbc619,.elementor-626 .elementor-element.elementor-element-9533ccb,
.elementor-626 .elementor-element.elementor-element-e27a6cd,.elementor-626 .elementor-element.elementor-element-b9bb50c,
.elementor-705 .elementor-element.elementor-element-368424e5,.elementor-705 .elementor-element.elementor-element-1118e866,
.elementor-705 .elementor-element.elementor-element-46f1a123,.elementor-705 .elementor-element.elementor-element-4528011d{
	width:20.8% !important;
}
.elementor-626 .elementor-element.elementor-element-ccc2825,.elementor-626 .elementor-element.elementor-element-0deb67f{
  width:23.7% !important;
}
.elementor-626 .elementor-element.elementor-element-0cbc619 .widget-image-caption,.elementor-626 .elementor-element.elementor-element-9533ccb .widget-image-caption,
.elementor-626 .elementor-element.elementor-element-e27a6cd .widget-image-caption,.elementor-626 .elementor-element.elementor-element-b9bb50c .widget-image-caption,
.elementor-626 .elementor-element.elementor-element-ccc2825 .widget-image-caption,.elementor-626 .elementor-element.elementor-element-0deb67f .widget-image-caption,
.elementor-705 .elementor-element.elementor-element-368424e5 .widget-image-caption,.elementor-705 .elementor-element.elementor-element-1118e866 .widget-image-caption,
.elementor-705 .elementor-element.elementor-element-46f1a123 .widget-image-caption,.elementor-705 .elementor-element.elementor-element-4528011d .widget-image-caption{
    text-align: center;
    color: #FFFFFF;
    font-family: "spartan", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 22px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0);
  width: 100%;
  z-index: 2;
}
.exp_category .elementor-container{
	justify-content:space-between;
}
.exp_category.new_category .elementor-container{
  justify-content: flex-start;
}
.exp_category  figure.wp-caption a::after{
  content: "";
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0,0,0,.2) 40%);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius:3px;
}
/** Single Furnishings Css Ends **/

/** Hardware and Fabrics Css Starts **/
.elementor-element.elementor-element-2ae3ac2a .brand-img{max-width:135px;margin-top:80px;}
.elementor-element.elementor-element-58ce50c4 .brand-img{max-width:295px;margin-top:80px;}
.elementor-element.elementor-element-e965321 .brand-img,.elementor-element.elementor-element-15fa551e .brand-img{max-width:125px;margin-top:80px;}
.elementor-element.elementor-element-1113d54 .brand-img{max-width:200px;margin-top:80px;}
.elementor-element.elementor-element-81a878c .brand-img,.elementor-element.elementor-element-a6c25bd .brand-img{max-width:175px;margin-top:80px;}
.elementor-element.elementor-element-2350061b .brand-img{max-width:250px;margin-top:80px;}
.elementor-element.elementor-element-599f2eae .brand-img{max-width:295px;margin-top:80px;}
.elementor-element.elementor-element-2350061b .brand-img{max-width: 180px;margin-top: 80px;}
.elementor-element.elementor-element-3cb6b15 .brand-img,.elementor-element.elementor-element-2a3a586 .brand-img,.elementor-element.elementor-element-a134611 .brand-img,.elementor-element.elementor-element-7be4f73d .brand-img,.elementor-element.elementor-element-2e25dfc1 .brand-img{max-width:150px;margin-top:80px;}
/** Hardware and Fabrics Css Ends **/
.workroom_btns .elementor-widget-wrap{justify-content:center;}
/** Tomy Baham and Wesco Css Starta **/
.wesco_fab h1,.wesco_fab h3{text-align:left;margin-bottom:10px;}
.wesco_fab p{margin-bottom:25px;}
.wesco_prod .elementor-container{justify-content:space-between;}
.wesco_prod .wesco-img{width:19% !important;}
.wesco-img h4{text-align:left;}
.wesco_prod h4{text-align:left;margin-bottom:5px;}
.wescofabrics .elementor-container{justify-content:space-between;}
.social_icn .elementor-social-icon{background:transparent;padding: 0;margin-right: 20px;}
.hunter h1,.hunter h3{
    text-align: left;
}
.mobile-h5 h5{
	  text-align:left;
  }
  .elementor-shape-rounded .elementor-icon.elementor-social-icon svg{
    width:25px;
  }
/** Tomy Baham and Wesco Css Ends **/

/** About Css Starts **/
.wesco_fab h2,.wesco_fab h3{text-align:left;margin-bottom:10px;}
.wesco_fab h2{
	 font-family: "Playfair Display", serif;
    line-height: 32px;
    font-size: 30px !important;
}
.wesco_fab p{margin-bottom:25px;}
.quoteabout {max-width:625px;margin:0 auto;overflow:hidden;}
.elementor-blockquote--skin-quotation.quoteabout .elementor-blockquote:before{width: auto;
    float: left;
    margin-top: -12px;}
.quoteabout p.elementor-blockquote__content{text-align:center;}
.quoteabout p.elementor-blockquote__content::after {
    content: "“";
    font-size: 100px;
    color: #e6e9ec;
    font-family: Times New Roman,Times,serif;
    font-weight: 900;
    line-height: 1;
    display: block;
    color: #303030;
    font-size: calc(0.7px * 100);
    height: .6em;
    position: relative;
    right: -130px;
    top: -30px;
    transform: rotateY(180deg);
}
.abt-icon{max-width:285px;}
.about_us .elementor-container{justify-content:space-between;}
.about_us .elementor-image a:hover{opacity:.8;}
/** About Css Ends **/

/** Quilting Design Css Starts **/
.q-designs h1,.q-designs h4,.q-designs h6{
  text-align: left
}
.q-designs .elementor-element-c3f5eee,.q-designs .elementor-element-d7e4cc0{margin-bottom:15px;}
.design-gallery .elementor-gallery-item{overflow:inherit;}
.design-gallery .elementor-gallery-item__title{position: absolute;bottom: -25px;z-index: 1;}
.design-gallery .e-gallery-image{border-radius:3px;}
.design-gallery.elementor-widget.elementor-widget-gallery .e-gallery-container.e-gallery-grid{
  display: -ms-grid;
  display: grid;
  grid-gap: var(--vgap) var(--hgap);
  -ms-grid-columns:repeat(var(--columns), 1fr);
  grid-template-columns: repeat(var(--columns), 1fr);
}
/** Quilting Design Css Ends **/

/** blog Css Starts **/
.blogsec1 .elementor-container{justify-content:space-between;}
.blogsec1 .elementor-element-e405db2,
.blogsec1 .elementor-element-ef0a2ee,
.blogsec1 .elementor-element-9f08412,
.blogsec1 .elementor-element-fd9dccc{
    width:47.2% !important;
}
.blogsec1 h2{text-align:left;}
.more-like .elementor-container{justify-content:space-between;}
.more-like .elementor-element-31b6f3c5,
.more-like .elementor-element-50310160,
.more-like .elementor-element-39becc35,
.more-like .elementor-element-6aa503e,
.more-like .elementor-element-56a9595,
.more-like .elementor-element-3e1c0b9,
.more-like .elementor-element-8302078,
.more-like .elementor-element-aa10d35,
.more-like .elementor-element-8be203f{
    width:29.6% !important;
}

.blogsec1 h1{text-align:left;}
/** blog Css Ends **/

/** Single blog Css Starts **/
.post .entry-meta,.nav-links,.single-featured-image-header,.single-post .comments-area,.single-post footer.entry-footer{display: none;}
.single-post .site-content{
	overflow:inherit;
}
.singleblog-img .elementor-image img{
	height:700px;
	object-fit:cover;
}
.blogshare{
  width:40px;
  margin-top: 20px;
  position: sticky;
  z-index:1;
}
.blogshare h3{
  text-align: left;
  transform: rotate(90deg);
  position: relative;
  left: -15px;
  margin-bottom: 50px;
}
.shareicon .iconimg{
  height: 40px;
  width: 40px;
  margin-bottom: 20px;
}
.more-like .elementor-container{justify-content:space-between;}
.more-like .elementor-element-cb90f9d,.more-like .elementor-element-3186b32,.more-like .elementor-element-5480903{
  width:29.6% !important;
}
.more-title h3{text-align:left;}
.sharebuttons{
  width:45px;
  float:left;    
  position: sticky !important;
  top: 120px;
}
.share-blog li{
	opacity:1;
	cursor:pointer;
}
.share-blog li:hover{
	opacity:0.8;
}
/** Single blog Css Ends **/

/** Hunter Page Css Starts **/
.hunter_cate .elementor-container{justify-content:space-between;}
.hunter_cate h3{text-align:left;}
.hunter_cate .elementor-element-4efcf43,.hunter_cate .elementor-element-eda48f4,.hunter_cate .elementor-element-a93c00a,.hunter_cate .elementor-element-5ab726a{width:21.5% !important;}
.hunter_cate .elementor-element-3abc997,.hunter_cate .elementor-element-46c6c8b,.hunter_cate .elementor-element-79ab653,.hunter_cate .elementor-element-4bdc049{width:21.5% !important;}
.elementor-shortcode .ui.selection.dropdown{width: 100%;border:1px solid #d2d2d2;position: relative;}
.elementor-shortcode .ui.selection.dropdown::after {
  content: "";
  background: url(assets/images/arrow.svg) no-repeat center;
	height: 12px;
	width: 12px;
	position: absolute;
	top: 14px;
	right: 20px;
}
.elementor-shortcode .ui.selection.dropdown>.delete.icon,.elementor-shortcode .ui.selection.dropdown>.dropdown.icon,.elementor-shortcode .ui.selection.dropdown>.search.icon{display:none;}
.elementor-shortcode .ui.default.dropdown:not(.button)>.text,.elementor-shortcode .ui.dropdown:not(.button)>.default.text{color:#303030;font-size: 14px;}
.elementor-shortcode .ui.selection.dropdown .menu>.item{
  font-size: 14px;
  color: #303030;
  padding: 1.3rem 1.14285714rem!important;
}
/** Hunter Page Css Ends **/

/** Team Page Css Starts **/
.rmcoco-team .elementor-container{
  flex-wrap: wrap;
}
/*.rmcoco-team .common-team{
  width:100% !important;
} */
.rmcoco-team .members{
  box-shadow: 0 1px 13px rgb(35, 35, 35, 0.15);
  padding-bottom: 22px;
  max-width: 264px;
  margin-right: 20px;
  margin-bottom: 30px;
  width: calc(20% - 20px) !important;
}
/*.rmcoco-team .members:last-child{
  margin-right: 0;
}*/
.rmcoco-team .members .elementor-column-wrap {
  padding:0 !important;
}
.rmcoco-team .members .member-photo img{
  height:265px;
  width:100%;
  object-fit: cover;
}
.rmcoco-team .members h4{
  text-align: left;
  padding: 0 20px;
}
.member-email,.member-phone,.member-location{
  display: flex;
  align-items: center;
  margin-bottom:8px;
  font-size:12px;
}
.rmcoco-team .members .member-email,.rmcoco-team .members .member-phone,
.rmcoco-team .members .member-location{
  padding: 0 20px;
}
.rmcoco-team .members .member-email img,.customer-care .member-email img{
  width: 15px;
  height: 13px;
  margin-right: 5px;
}
.rmcoco-team .members .member-phone img,.customer-care .member-phone img{
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.rmcoco-team .members .member-location img{
  width: 14px;
  height: 16px;
  margin-right: 5px;
}
.rmcoco-team .members a,
.rmcoco-team .members .member-location p,.customer-care a{
  font-size:12px;
  font-weight: normal;
  color: #303030;
}
.customer-care{
  max-width: 375px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.rmcoco-team.other-team .members h4{
  padding-top: 25px;
}
/** Team Page Css Ends **/

/** Career Page Css Starts **/
.benefits .elementor-container{
  justify-content: space-between;
}
.benefits .elementor-container .perks{
  max-width: 395px;
}
.benefits .elementor-container .perks h2{
  text-align: left;
}
.open-position .elementor-accordion .elementor-accordion-item{
  border: 0;
}
.open-position .elementor-accordion .elementor-accordion-item .elementor-tab-title
.open-position  .elementor-widget-accordion .elementor-accordion .elementor-tab-content{  
  border: 0;
}
.open-position  .elementor-widget-accordion .elementor-accordion .elementor-tab-content a{
  color:#303030;
  font-size: 14px;
  font-weight: 600;
  margin-top: 30px;
  float: left;
  width:100%;
}
.open-position .elementor-accordion-icon-closed svg{
  height: 14px;
  width:14px;
}
.open-position .elementor-accordion-icon-opened svg{
  width:14px;
  height: 14px;
}
/** Career Page Css Ends **/
/** Specific Career Page Css Starts **/
.page-id-2092 #breadcrumbs{
	display:none;
}
.specific-career .left-career .elementor-widget-wrap{
	padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 60px;
    box-sizing: border-box;
    max-width: 900px;
    float: left;
    margin-left: 250px;
}
.page-id-2092 footer{
	margin-top:0;
}
.specific-career .left-career .breadcrumb{
	display:flex;
	color:#303030;
	font-weight:300;
	max-width: 215px;
    justify-content: space-between;
}
.specific-career .left-career .breadcrumb a{
	color:#303030;
	font-size:12px;
}
.specific-career .left-career .breadcrumb p{
	color:#777777;
	font-size:12px;
}
.specific-career .left-career .duty h3{
	text-align:left;
	margin-bottom:25px;
}
.specific-career .left-career .duty p{
	margin-bottom:25px;
}
.specific-career .left-career h1,.specific-career .right-career h2{
	text-align:left;
}
.specific-career .right-career h2{
	margin-bottom:12px;
}
.specific-career .right-career .elementor-widget-wrap{
	 max-width: 500px;
    float: left;
	padding: 40px 0 0 80px;
    box-sizing: border-box;
}
.career-form  #cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input{
	padding:8px 15px;
	color:#303030;
	font-size:14px;
	font-family: "Spartan", sans-serif !important;
}
.career-form #cf7md-form .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea){
	height:45px;
}
.career-form #cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label{
	color:#777777;
	font-size:14px;
	top:-9px;
	background:#efefef;
	padding:0 5px;
	line-height:18px;
	font-family: "Spartan", sans-serif !important;
}
.career-form #cf7md-form .mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above, 
.career-form #cf7md-form .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{
	transform:inherit;
}
.career-form #cf7md-form .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.career-form #cf7md-form .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.career-form #cf7md-form .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{
	border-color:#d2d2d2;
}
.career-form #cf7md-form .mdc-text-field .mdc-text-field__input{
	caret-color:#d2d2d2;
}
#cf7md-form .cf7md-list__inline .wpcf7-list-item{
	margin-right:20px;
}
#cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background{
	border-color: #d2d2d2;
    background-color: transparent;
    border-width: 1px;
	height:50%;
	width:50%;
}
#cf7md-form label, #cf7md-form .cf7md-label {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: normal;
    padding-top: 2px;
	font-family: "spartan", Sans-serif;
	color:#303030;
}
#cf7md-form .mdc-checkbox:hover::before {
    opacity: inherit;
    background: transparent;
}
#cf7md-form .mdc-checkbox:hover .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background{
	border-color:#303030;
}
#cf7md-form .mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled),
#cf7md-form .mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-text-field__input:focus,
#cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
#cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
#cf7md-form .mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle,
#cf7md-form .mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__track,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb,
#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
#cf7md-form .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing,
#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{
	border-color: #303030;
    border-width: 1px;
}
#cf7md-form .mdc-text-field .mdc-line-ripple,
#cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control:focus ~ .mdc-line-ripple,
#cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
#cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
#cf7md-form .mdc-checkbox::before,
#cf7md-form .mdc-checkbox::after,
#cf7md-form .mdc-radio::before,
#cf7md-form .mdc-radio::after,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__track,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::before,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::after,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::before,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::after,
#cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::before,
#cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::after{
	background:transparent;
}
#cf7md-form .mdc-checkbox__checkmark{
	color:#303030;
	height: 12px;
    width: 12px;
	top:2px;
	left:2px;
}
#cf7md-form .cf7md-file--label [type="file"]{
	font-family: "Spartan", sans-serif !important;
	color:#303030;
	font-size:12px;
}
#cf7md-form .cf7md-label--static {
    margin-bottom: 15px;
}
#cf7md-form .cf7md-file .cf7md-label {
    margin-bottom: 15px;
}
#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing{
	border-color:#d2d2d2 !important;
}
#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
    border-color: #d2d2d2 !important;
}
#cf7md-form .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
    border-radius: 3px;
}
#cf7md-form .wpcf7-not-valid-tip{
	display:none;
}
#cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+.mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+.mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+.mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+.mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+.mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+.mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+i+.mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+i+.mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+i+.mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+.mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+.mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+.mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+.mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+.mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+.mdc-notched-outline .mdc-notched-outline__trailing, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+i+.mdc-notched-outline .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+i+.mdc-notched-outline .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input.wpcf7-not-valid+i+i+.mdc-notched-outline .mdc-notched-outline__trailing{
	border-color:red !important;
}
.career-form #cf7md-form .wpcf7-form-control.wpcf7-submit{
	height: 45px;
  line-height: 46px;
  font-size: 12px;
  color: #fff;
  background: #303030;
  border: 1px solid #303030;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  border-radius: 3px !important;
  margin-top: 6px;
  width: 100%;
  text-align: center;
  font-family: "Spartan", sans-serif !important;
  box-shadow:none;
  margin-top:30px;
}
.career-form #cf7md-form .wpcf7-form-control.wpcf7-submit:hover{
	background: transparent;
  color: #303030;
  text-decoration: none;
}
.career-form #cf7md-form .cf7md-file--btn.mdc-button{
	width:130px;
	height:35px;
	background:#d2d2d2;
	font-size:14px;
	font-weight:300;
	font-family: "Spartan", sans-serif !important;
	box-shadow:none;
	text-transform:capitalize;
	color:#303030;
}
.other-opt h4{
	text-align:left;
	font-size:16px;
	line-height:22px;
}
.other-opt p{
	margin-bottom:30px;
}
/** Specific Career Page Css Ends **/

/** Showrooms Page Css Starts **/
.showrooms-head h1,.showrooms-head h3{
	text-align:left;
	margin-bottom:30px;
}
.showrooms-head h3{
	font-weight:500;
	margin-bottom:25px;
}
.showrooms-head p{
	margin-bottom:20px;
}
.corp_show .perks p{
	margin-bottom:20px;
}
.corp_show .perks .elementor-text-editor.elementor-clearfix{
	min-height:200px;
}
.corp_show .perks p.p_phone{
	margin-bottom:0;
}
.corp_show .perks a{
	font-weight:normal;
	font-size:14px;
	color:#303030;
}
.elementor-2147 .elementor-element.elementor-element-c479891.search_country{
	max-width:500px;
	width:100%;
}
.search_country .elementor-shortcode .ui.selection.dropdown{
	height: 45px;
    line-height: 20px;
    font-size:14px;
}
.search_country .elementor-shortcode .ui.search.selection.dropdown>input.search{
	height:45px;
}
.search_country .elementor-shortcode .ui.selection.dropdown::after{
	top: 18px;
    right: 18px;
}	
.single_country h2{
	text-align:left;
}
.single_country .elementor-accordion-icon-opened svg,.single_country .elementor-accordion-icon-closed svg{
    width: 14px;
    height: 14px;
}
.single_country .elementor-accordion .elementor-accordion-item {
    border: 0;
}
.elementor-2147 .single_country .elementor-accordion .elementor-tab-content{
	border-bottom: 1px solid #d2d2d2;
    border-top: 0;
}
.elementor-2147 .single_country .elementor-accordion .elementor-tab-title{
	border-bottom: 1px solid #d2d2d2;
}
.elementor-2147 .single_country .elementor-accordion .elementor-tab-title.elementor-active{
	border-bottom:0;
}
.single_country .show-locations{
	display:flex;
	justify-content:space-between;
	width:100%;
	flex-wrap:wrap;
}
.single_country .show-locations .comm-locations{
	max-width: 346px;
    width: 33.33%;
    margin-bottom: 40px;
    flex-basis: 33.33333%;
}
.single_country .show-locations .comm-locations h3{
	text-align:left;
	margin-bottom:10px;
}
.single_country .show-locations .comm-locations p{
	line-height:24px;
}
.single_country .show-locations .comm-locations a{
	font-weight:normal;
	font-size:14px;
	color:#303030;
}
.single_country .show-locations .comm-locations a.get_dir{
	width:100%;
	font-weight:600;
	margin-top:15px;
	display:flex;
	align-items:center;
}
.single_country .show-locations .comm-locations a.get_dir img{
	height:20px;
	width:20px;
	margin-right:5px;
	margin-top: -5px;
}
#australia,#bolivia,#canada,#mexico,#russia{
	display:none;
}
/** Showrooms Page Css Ends **/

/** 404 Page Css Starts **/
.error-404.not-found .page-header{
	margin-top:50px;
}
.error-opt{
	display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 70px auto 0 auto;
}
.error-opt .menuopt{
	width:25%;
	margin-bottom:50px;
}
.error-opt .menuopt h2{
	text-align:left;
	margin-bottom:20px;
	line-height:normal;
}
.error-opt .menuopt ul li{
	width:100%;
	margin-bottom:10px;
}
.error-opt .menuopt ul li a{
	width:100%;
	display:inline-block;
	font-weight:normal;
	font-size:14px;
	color:#303030;
	line-height: 22px;
  width: auto;
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
}
.error-opt .menuopt ul li a:hover{
	border-bottom:1px solid #303030;
}
/** 404 Page Css Ends **/


@media only screen and (max-width: 1680px) and (min-width: 1541px) {
  .resourceslist .elementor-widget-wrap{
    max-width: 350px;
  }
  .resourcesdata .elementor-widget-wrap {
    max-width: 960px;
  }
  .specific-career .left-career .elementor-widget-wrap{
	  margin-left:120px;
  }
}
@media only screen and (max-width: 1540px) and (min-width: 1400px) {
  .blogsec .elementor-swiper-button-next {
    right: 20px;
  }
  .blogsec .elementor-swiper-button-prev {
    left: 20px;
  }
  .resourceslist .elementor-widget-wrap{
    max-width: 375px;
  }

}
@media only screen and (max-width: 1440px) {
  .container {
    max-width: 1200px;
  }
  header .logosec {
    margin-right: 35px;
  }
  header .inner_header .search-account {
    width: 80.7%;
  }
  header .inner_header .navigation-top ul > li{
    padding: 0 28px;
  }
  .trim-hardware-contract .elementor-column.elementor-col-33 {
    width: 30%;
  }
  /* header .inner_header .navigation-top ul > li .wrapview::before{
    left:12px;
  } */
  /*header .inner_header .navigation-top ul > li.sub_furniture .wrapview ul.sub-menu{
    width: 400px;
  }*/
  header .inner_header .navigation-top ul > li.sub_furniture .wrapview ul.sub-menu{
	  padding-bottom:35px;
  }
  header .inner_header .navigation-top ul > li.sub_furniture .wrapview ul.sub-menu li{
    margin-right: 45px;
  }
  header .inner_header .navigation-top ul>li .wrapview .furniture-images {
    width: 50%;
  }
  header .inner_header .navigation-top ul>li.sub_furniture .wrapview ul.sub-menu, 
  header .inner_header .navigation-top ul>li.sub_hardware .wrapview ul.sub-menu, 
  header .inner_header .navigation-top ul>li.menucustomprint .wrapview ul.sub-menu, 
  header .inner_header .navigation-top ul>li.hardware_item .wrapview ul.sub-menu{
    width: 50%;
  }
  header .inner_header .navigation-top ul > li.sub_contract .wrapview .furniture-images {
    width: 50%;
  }
  header .inner_header .navigation-top ul > li .wrapview .furniture-images .cw-logo{
    left:20px;
  }
  header .inner_header .navigation-top ul > li .wrapview .furniture-images .metrosec div, 
  header .inner_header .navigation-top ul > li .wrapview .furniture-images .sonomasec div{
	  height:285px;
  }
  .blogsec .elementor-swiper-button-next {
    right: -60px;
  }
  .blogsec .elementor-swiper-button-prev {
    left: -60px;
  }
  .resourcesdata .elementor-widget-wrap {
    max-width: 830px;
  }
  .elementor-548 .elementor-element.elementor-element-be98151, .elementor-548 .elementor-element.elementor-element-d1b77b0, .elementor-548 .elementor-element.elementor-element-8352f5b,
  .elementor-774 .elementor-element.elementor-element-1b41ed5d,.elementor-774 .elementor-element.elementor-element-67ceb5a1,.elementor-774 .elementor-element.elementor-element-671a1674{
	  max-width: 370px;
    height: 380px;
  }
  .about-prod .handcraft,.about-prod .turnaroud,.about-prod .program{
    max-width: 220px;
    height: 240px;
  }
  .about-prod .handcraft-img img{
    margin-top: 80px;
    width: 115px;
    height: 100px;
  }
  .about-prod .turnaround-img img{
      margin-top: 80px;
      width: 100px;
      height: 85px;
  }
  .about-prod .program-img img{
    margin-top: 100px;
    width: 70px;
    height: 80px;
  }
  .elementor-548 .elementor-element.elementor-element-be98151 .elementor-image img,.elementor-774 .elementor-element.elementor-element-1b41ed5d .elementor-image img{
    margin-top:80px;
  }
  .elementor-548 .elementor-element.elementor-element-d1b77b0 .elementor-image img,.elementor-548 .elementor-element.elementor-element-8352f5b .elementor-image img,  
  .elementor-774 .elementor-element.elementor-element-67ceb5a1 .elementor-image img,.elementor-774 .elementor-element.elementor-element-671a1674 .elementor-image img{
	  margin-top:100px;
  }
  .wescofabrics .elementor-element.elementor-element-2a034c68{width:35% !important;}
  .wescofabrics .elementor-element.elementor-element-eba4234{width:35% !important;}
  .resourceslist .elementor-widget-wrap{
    max-width: 290px;
  }
  .rmcoco-team .members{
	  max-width:224px;
  }
  .rmcoco-team .members .member-photo img{
	  height:224px;
  }
  .specific-career .left-career .elementor-widget-wrap{
	  margin-left:105px;
  }
  .homeblog-slider .wb_ps_thumbnail img{
	 height: 265px;
    width: 265px;
  }
  .homeblog-slider .wb-arrow-prev.slick-arrow.slick-hidden{
	left:-40px;
	display:block;
  }  
  .homeblog-slider .wb-arrow-next.slick-arrow.slick-hidden{
		right:-40px;
		display:block;
  }
  .main_cont{
    min-width: 860px;
  }
  .elementor-4568 .elementor-element.elementor-element-a77e68d .elementor-button{
    padding: 17px 17px 14px 17px !important;
  }
}
@media only screen and (max-width: 1367px) {
  .resourcesdata .elementor-widget-wrap {
      max-width: 810px;
  }	
  .specific-career .left-career .elementor-widget-wrap {
    margin-left: 70px;
}
.homeblog-slider .wb-arrow-prev.slick-arrow.slick-hidden{
	left:40px;
	display:block;
  }  
  .homeblog-slider .wb-arrow-next.slick-arrow.slick-hidden{
		right:40px;
		display:block;
	}
}
@media only screen and (max-width: 1440px) and (min-width: 1200px) {
  header .inner_header .navigation-top ul>li {
    padding: 0 25px;
  }
  header .inner_header .navigation-top ul>li .wrapview{
    padding: 0 40px;
  }
  header .inner_header .navigation-top ul>li.fabric_item .wrapview ul.sub-menu{
    width: 386px;
  }
  header .inner_header .navigation-top ul>li .wrapview ul.sub-menu li{
    width: 50%;
  }
  header .inner_header .navigation-top ul>li.fabric_item .wrapview ul.sub-menu li{
    width: 193px;
  }
  header .inner_header .navigation-top ul>li .wrapview .fabric-filters{
    width: calc(100% - 386px);
  }
  header .inner_header .navigation-top ul>li .wrapview .fabric-filters div{
    width: 193px;
  }
  header .inner_header .navigation-top ul>li .wrapview .fabric-filters::after{
    width: 193px;
  }
  header .inner_header .navigation-top ul>li.trim_item .wrapview ul.sub-menu{
    width: 232px;
  }
  header .inner_header .navigation-top ul>li .wrapview .trim-filters{
    width: calc(100% - 232px);
  }
  header .inner_header .navigation-top ul>li.trim_item .wrapview ul.sub-menu li,
  header .inner_header .navigation-top ul>li.trim_item .wrapview .trim-filters div,
  header .inner_header .navigation-top ul>li .wrapview .trim-filters::after{
    width: 232px;
  }
  header .inner_header .navigation-top ul>li.hardware_item .wrapview ul.sub-menu li{
    width: 100%;
  }
}
@media only screen and (max-width: 1330px) and (min-width: 1200px) {
  .blogsec .elementor-swiper-button-next {
    right: 20px;
  }
  .blogsec .elementor-swiper-button-prev {
    left: 20px;
  }
  .resourcesdata .elementor-widget-wrap {
    max-width: 780px;
  }
  .rmcoco-team .members {
		max-width: 218px;
		margin-right:25px;
	}
}
@media only screen and (max-width: 1199px) and (min-width: 1025px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  header .inner_header .navigation-top, header .inner_header .search-account{
    /* width:76.6%; */
    float: left;
  }
  header .inner_header .navigation-top ul > li {
    padding: 0 12px;
  }
  header .inner_header .navigation-top ul>li .wrapview{
    padding: 0 20px;
  }
  header .inner_header .navigation-top ul > li .wrapview ul.sub-menu{
    width: 250px;
  }
  header .inner_header .navigation-top ul>li.fabric_item .wrapview ul.sub-menu{
    width:40%;
  }
  header .inner_header .navigation-top ul>li.fabric_item .wrapview ul.sub-menu li{
    width: 100%;
  }
  header .inner_header .navigation-top ul>li .wrapview .fabric-filters{
    width: 60%;
  }
  header .inner_header .navigation-top ul>li.trim_item .wrapview ul.sub-menu{
    width: 25%;
  }
  header .inner_header .navigation-top ul>li .wrapview .trim-filters{
    width: 75%;
  }
  header .inner_header .navigation-top ul > li .wrapview .fabric-filters::after, 
  header .inner_header .navigation-top ul > li .wrapview .trim-filters::after, 
  header .inner_header .navigation-top ul > li .wrapview .hardware-filters::after{
    display: none;
  }
  header .inner_header .navigation-top ul>li .wrapview .fabric-filters div,
  header .inner_header .navigation-top ul>li .wrapview .trim-filters div, 
  header .inner_header .navigation-top ul>li .wrapview .hardware-filters div {
    width: 33.33%;
  }
  
  header .inner_header .navigation-top ul > li .wrapview .furniture-images .metrosec div, header .inner_header .navigation-top ul > li .wrapview .furniture-images .sonomasec div{
    height: 220px;
  }
  .elementor-1975 .elementor-element.elementor-element-1ad65970 > .elementor-element-populated{
    padding-left: 30px !important;
  }
  .elementor-896 .elementor-section-full_width.exp_cat .elementor-element-2ae3ac2a .elementor-column-wrap.elementor-element-populated,
  .elementor-896 .elementor-section-full_width.exp_cat .elementor-element-15fa551e .elementor-column-wrap.elementor-element-populated,
  .elementor-896 .elementor-section-full_width.exp_cat .elementor-element-e965321 .elementor-column-wrap.elementor-element-populated,
  .elementor-896 .elementor-section-full_width.exp_cat .elementor-element-81a878c .elementor-column-wrap.elementor-element-populated,
  .elementor-896 .elementor-section-full_width.exp_cat .elementor-element-a6c25bd .elementor-column-wrap.elementor-element-populated,
  .elementor-1705 .elementor-section-full_width.exp_cat .elementor-element-486a53ee .elementor-column-wrap.elementor-element-populated,
  .elementor-1710 .elementor-section-full_width.exp_cat .elementor-element-4931f0cf .elementor-column-wrap.elementor-element-populated{
    padding-right: 30px;
  }
  .elementor-896 .elementor-section-full_width.exp_cat .elementor-element-58ce50c4 .elementor-column-wrap.elementor-element-populated,
  .elementor-896 .elementor-section-full_width.exp_cat .elementor-element-3cb6b15 .elementor-column-wrap.elementor-element-populated,
  .elementor-896 .elementor-section-full_width.exp_cat .elementor-element-1113d54 .elementor-column-wrap.elementor-element-populated,
  .elementor-896 .elementor-section-full_width.exp_cat .elementor-element-2a3a586 .elementor-column-wrap.elementor-element-populated,
  .elementor-1705 .elementor-section-full_width.hunter-top .elementor-element-5b309d87 .elementor-column-wrap.elementor-element-populated,
  .elementor-1710 .elementor-section-full_width.hunter-top .elementor-element-5b309d87 .elementor-column-wrap.elementor-element-populated,
  .elementor-1710 .elementor-section-full_width.exp_cat .elementor-element-2bae5ff0 .elementor-column-wrap.elementor-element-populated{
    padding-left: 30px;
  }
  .elementor-896 .elementor-section-full_width.exp_cat .elementor-element.elementor-element-5f66a28 .elementor-button,
  .elementor-896 .elementor-section-full_width.exp_cat .elementor-element.elementor-element-5d8b056 .elementor-button{
    padding: 17px 15px 14px 15px;
  }
  .elementor-1031 .elementor-element.elementor-element-5406608 > .elementor-element-populated,
  .elementor-1139 .elementor-element.elementor-element-14ebc89 > .elementor-element-populated{
    padding-left: 50px !important;
  }
  .main_cont {
    min-width: 740px;
  }
  .elementor-417 .elementor-element.elementor-element-2e5b0f41,.elementor-340 .elementor-element.elementor-element-46de7eb{
    width: 64.712% !important;
  }
  .elementor-626 .elementor-element.elementor-element-ccc2825 > .elementor-element-populated{
    margin-right: 30px !important;
  }
  .elementor-626 .elementor-element.elementor-element-0deb67f > .elementor-element-populated{
    margin-left: 30px !important;
  }
  .elementor-4568 .elementor-element.elementor-element-a77e68d > .elementor-widget-container {
      margin: 20px 0px 0px 0px !important;
  }
  .elementor-4585 .elementor-element.elementor-element-89c56bd {
      width: 45.835% !important;
  }
  .specific-career .left-career .elementor-widget-wrap {
      margin-left: 20px;
  }
  .specific-career .right-career .elementor-widget-wrap{
    padding: 40px 30px 0px 20px;
  }
  .rmcoco-team .members {
      max-width: 188px;
  }
  .rmcoco-team .members a, .rmcoco-team .members .member-location p, .customer-care a{
    word-break: break-all;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	h1{
		font-size:26px !important;
	}
  .container, header .container {
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
  header .container .custom-logo-link img {
    width: 130px;
    height: 41px;
  }
  header .logosec {
      margin-right: 15px;
      margin-left: 38px;
      margin-top: 0;
      margin-bottom: 0;
      position: relative;
      z-index: 1;
  }
  header .inner_header,header.site-header{
    height:70px;
  }
  header .inner_header{
    display: flex;
    align-items: center;
  }
  header .inner_header .navigation-top{
    display:none;
  }
  header .inner_header .search-account .searchform .searchsite{
	max-width: 280px;
	margin-right: 25px;
	min-width: 280px;
	margin-top:3px;
  }
  header .inner_header .search-account .searchform input{
	max-width:280px;
  }
  header .inner_header .search-account .accountcart,
  header .inner_header .search-account .searchform{
	margin-top:0;
  }
  .show-nav-left .mobmenu-overlay, .show-nav-right .mobmenu-overlay{
    opacity:0.3 !important;
    }
  #mobmenuleft .mob-expand-submenu, #mobmenuleft > .widgettitle, #mobmenuleft li a, #mobmenuleft li a:visited, #mobmenuleft .mobmenu-content h2, #mobmenuleft .mobmenu-content h3, .mobmenu-left-panel .mobmenu-display-name, .mobmenu-content .mobmenu-tabs-header li{
       font-family: "Spartan", sans-serif !important;
  }
  #mobmenuleft li a, #mobmenuleft li a:visited{
    padding-right:10px !important;
    padding-left:10px !important;
  }
  .trim-filters,.fabric-filters{
    display: none;
  }
  .mob-menu-header-holder.mobmenu{
    position:fixed;
    top:0;
  }
  .mobmenu-content ul > li.hidemenu {
      display: none;
  }
  .mob-menu-header-holder.mobmenu.mobilefix .mobmenul-container{
    top:18px;
  }
  .mob-expand-submenu i{
      transform: rotate(-90deg);
  }
  .mobmenu-left-panel .mobmenu-left-bt, .mobmenu-right-panel .mobmenu-right-bt{
    top:10px !important;
    right:10px !important;
  }
  .wrapview.show-sub-menu .sub-menu{
    display:block;
  }
  .mob-expand-submenu.show-sub i {
      transform: rotate(-180deg);
  }
  .mobmenu-content #mobmenuleft .sub-menu a{
    padding:0;
    line-height:34px;
    font-weight:normal;
  }
  .mobmenu-content .mob-expand-submenu{
    right:-7px;
  }
  footer{
		padding-top:50px;
	}
  footer .footmenu{
    flex-wrap: wrap;
  }
  .homeblog-slider .wbel-arrow{
	  height:34px;
	  width:34px;
	  line-height:34px;
	  font-size:16px;
  }
  .homeblog-slider .wb-arrow-prev.slick-arrow.slick-hidden{
	  left:20px;
  }
  .homeblog-slider .wb-arrow-next.slick-arrow.slick-hidden{
	  right:20px;
  }
  .homeblog-slider .wb_ps_thumbnail img {
    height: 185px;
    width: 185px;
}
  .trim-hardware-contract .elementor-column.elementor-col-33 {
    width: 32%;
  }
  .tommy-bahama .elementor-image::after{
    width: 175px;
    height: 40px;
  }
  .coco-prive .elementor-image::after{
    width: 100px;
    height: 65px;
  }
  .brand-logos .elementor-container{
    flex-wrap: wrap;
    justify-content: center;
  }
  .elementor-5 .closeout-sale .elementor-element.elementor-element-0474754 .elementor-image img {
    object-fit: cover;
  }
  .elementor-element.elementor-element-2ae3ac2a .brand-img,
  .elementor-element.elementor-element-58ce50c4 .brand-img,
  .elementor-element.elementor-element-e965321 .brand-img,
  .elementor-element.elementor-element-15fa551e .brand-img,
  .elementor-element.elementor-element-3cb6b15 .brand-img,
  .elementor-element.elementor-element-2a3a586 .brand-img,
  .elementor-element.elementor-element-a134611 .brand-img,
  .elementor-element.elementor-element-7be4f73d .brand-img,
  .elementor-element.elementor-element-2e25dfc1 .brand-img,
  .elementor-element.elementor-element-1113d54 .brand-img,
  .elementor-element.elementor-element-81a878c .brand-img,
  .elementor-element.elementor-element-a6c25bd .brand-img,
  .elementor-element.elementor-element-81a878c .brand-img,
  .elementor-element.elementor-element-a6c25bd .brand-img,
  .elementor-element.elementor-element-2350061b .brand-img,
  .elementor-element.elementor-element-599f2eae .brand-img,
  .exp_cat h2{
	  margin-top:0;
  }
  .textile_opt {
    justify-content: flex-start;
  }
  .textile_opt .alpha {
    margin-right: 16px;
  }	
  .alphaopts{
	max-width:100%;
  }
  .resourceslist .elementor-widget-wrap {
    max-width: 200px;
	}
	.elementor-548 .elementor-element.elementor-element-d1b77b0 .elementor-image img,
	.elementor-548 .elementor-element.elementor-element-be98151 .elementor-image img,
	.elementor-548 .elementor-element.elementor-element-8352f5b .elementor-image img,
	.elementor-774 .elementor-element.elementor-element-1b41ed5d .elementor-image img,
	.elementor-774 .elementor-element.elementor-element-67ceb5a1 .elementor-image img,
	.elementor-774 .elementor-element.elementor-element-671a1674 .elementor-image img{
		margin-top:40px;
	}
	.elementor-548 .elementor-element.elementor-element-be98151 .elementor-image img,
	.elementor-774 .elementor-element.elementor-element-1b41ed5d .elementor-image img{
		width: 115px;
		height: 100px;
	}
	.elementor-548 .elementor-element.elementor-element-d1b77b0 .elementor-image img,
	.elementor-774 .elementor-element.elementor-element-67ceb5a1 .elementor-image img{
		width: 100px;
		height: 85px;
	}
	.elementor-548 .elementor-element.elementor-element-8352f5b .elementor-image img,
	.elementor-774 .elementor-element.elementor-element-671a1674 .elementor-image img{
		width: 70px;
		height: 80px;
  }
  .about-prod .handcraft,.about-prod .turnaroud,.about-prod .program{
    max-width: 220px;
    height: 240px;
  }
  .about-prod .handcraft-img img{
    margin-top: 40px;
    width: 115px;
    height: 100px;
  }
  .about-prod .turnaround-img img{
      margin-top: 40px;
      width: 100px;
      height: 85px;
  }
  .about-prod .program-img img{
    margin-top: 40px;
    width: 70px;
    height: 80px;
  }
	.elementor-548 .elementor-element.elementor-element-be98151,
	.elementor-548 .elementor-element.elementor-element-d1b77b0,
	.elementor-548 .elementor-element.elementor-element-8352f5b,
	.elementor-774 .elementor-element.elementor-element-1b41ed5d,
	.elementor-774 .elementor-element.elementor-element-67ceb5a1,
	.elementor-774 .elementor-element.elementor-element-671a1674{
		max-width: 220px;
		height: 240px;
	}
	.elementor-548 .elementor-image img, .exp_cat .brandimages .elementor-image img{
		height:300px;
	}
	.site-header.headfix + .site-content-contain .site-content .site-main {
		margin-top: 0px;
	}
	.elementor-626 .elementor-element.elementor-element-0cbc619,
	.elementor-626 .elementor-element.elementor-element-9533ccb,
	.elementor-626 .elementor-element.elementor-element-e27a6cd,
	.elementor-626 .elementor-element.elementor-element-b9bb50c,
	.elementor-705 .elementor-element.elementor-element-368424e5, 
	.elementor-705 .elementor-element.elementor-element-1118e866,
	.elementor-705 .elementor-element.elementor-element-46f1a123, 
	.elementor-705 .elementor-element.elementor-element-4528011d,
	.elementor-626 .elementor-element.elementor-element-ccc2825, 
	.elementor-626 .elementor-element.elementor-element-0deb67f{
		width:40% !important;
	}
	.design-gallery .elementor-gallery-item {
		margin-bottom: 30px;
	}
	.blogsec1 .elementor-element-e405db2, .blogsec1 .elementor-element-ef0a2ee, .blogsec1 .elementor-element-9f08412, .blogsec1 .elementor-element-fd9dccc {
		width: 48.5% !important;
	}
	.more-like .elementor-element-31b6f3c5, .more-like .elementor-element-50310160, 
	.more-like .elementor-element-39becc35, .more-like .elementor-element-6aa503e, 
	.more-like .elementor-element-56a9595, .more-like .elementor-element-3e1c0b9, 
	.more-like .elementor-element-8302078, .more-like .elementor-element-aa10d35, .more-like .elementor-element-8be203f {
		width: 31.6% !important;
	}
	.abt-icon {
		max-width: 170px;
	}
	.benefits .elementor-container .perks {
		max-width: 350px;
	}
	.single_country .show-locations .comm-locations{
		max-width:220px;
	}
	.specific-career .left-career .elementor-widget-wrap {
		margin-left: 10px;
	}
	.specific-career .right-career .elementor-widget-wrap{
		padding: 40px 20px 0 20px;
  }
  .specific-career .left-career .elementor-widget-wrap{
    padding-right: 0;
  }
  .rmcoco-team .members {
      max-width: 228px;
      width: 32.33% !important;
  }
  /*.rmcoco-team .members:nth-child(3n+3),
  .rmcoco-team.middle-member .members:nth-child(4),
  .rmcoco-team.middle-member .members:nth-child(7),
  .rmcoco-team.last-member .members:nth-child(5){
    margin-right: 0;
  }
  .rmcoco-team .members:nth-child(5n+5) {
    margin-right: 20px;
  }
  .rmcoco-team.middle-member .members:nth-child(3n+3),
  .rmcoco-team.last-member .members:nth-child(3n+3),
  .rmcoco-team.middle-member .members:nth-child(3),
  .rmcoco-team.middle-member .members:nth-child(6){
	  margin-right:20px
  }*/
  .rmcoco-team .members:nth-of-type(5n+1) {
    margin-right:20px;
	}
	.rmcoco-team .members:nth-of-type(3n+1) {
		margin-right: 0;
	}
 .rmcoco-team.last-member
  .page-id-2279 .needhelp,.page-id-3 .needhelp{
    margin-bottom: 0;
  }
  .singleblog-img .elementor-image img{
	height:410px;
  }
  .sharebuttons{
	width:75px !important;
  }
  .blog-container{
	  max-width:680px !important;
  }
  .exp_category .elementor-container,.exp_category.new_category .elementor-container{
    justify-content: center;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2){
	header .inner_header .search-account {
		width: 80.7%;
	}
	.resourceslist .elementor-widget-wrap {
		max-width: 280px;
	}
	.elementor-548 .elementor-element.elementor-element-be98151, .elementor-548 .elementor-element.elementor-element-d1b77b0, .elementor-548 .elementor-element.elementor-element-8352f5b, .elementor-774 .elementor-element.elementor-element-1b41ed5d, .elementor-774 .elementor-element.elementor-element-67ceb5a1, .elementor-774 .elementor-element.elementor-element-671a1674 {
		max-width: 310px;
		height: 300px;
  }
  .about-prod .handcraft,.about-prod .turnaroud,.about-prod .program{
    max-width: 310px;
    height: 300px;
  }
  .about-prod .handcraft-img img{
    margin-top: 80px;
  }
  .about-prod .turnaround-img img{
      margin-top: 80px;
  }
  .about-prod .program-img img{
    margin-top: 80px;
  }
	.elementor-548 .elementor-element.elementor-element-d1b77b0 .elementor-image img, .elementor-548 .elementor-element.elementor-element-be98151 .elementor-image img, .elementor-548 .elementor-element.elementor-element-8352f5b .elementor-image img, .elementor-774 .elementor-element.elementor-element-1b41ed5d .elementor-image img, .elementor-774 .elementor-element.elementor-element-67ceb5a1 .elementor-image img, .elementor-774 .elementor-element.elementor-element-671a1674 .elementor-image img {
		margin-top: 80px;
	}
	.elementor-626 .elementor-element.elementor-element-0cbc619, .elementor-626 .elementor-element.elementor-element-9533ccb, .elementor-626 .elementor-element.elementor-element-e27a6cd, .elementor-626 .elementor-element.elementor-element-b9bb50c, .elementor-705 .elementor-element.elementor-element-368424e5, .elementor-705 .elementor-element.elementor-element-1118e866, .elementor-705 .elementor-element.elementor-element-46f1a123, .elementor-705 .elementor-element.elementor-element-4528011d, .elementor-626 .elementor-element.elementor-element-ccc2825, .elementor-626 .elementor-element.elementor-element-0deb67f {
		width: 33.4% !important;
	}
	.exp_category figure.wp-caption a::after{
		max-width:290px;
		left:7px;
	}
	.singleblog-img .elementor-image img {
		height: 500px;
	}
	.rmcoco-team .elementor-container {
		flex-wrap: wrap;
		justify-content: left;
		max-width: 780px;
		margin: 0 auto;
	}
	.rmcoco-team .members {
		max-width: 245px;
		width: 32.33% !important;
	}
	/*.rmcoco-team .members:nth-child(3n+3) {
		margin-right: 20px;
	}
	.rmcoco-team .members:nth-child(4n+4) {
		margin-right: 0;
	}*/
	.benefits .elementor-container .perks {
		max-width: 310px;
	}
	.elementor-2147 .elementor-element.elementor-element-b03af89 > .elementor-element-populated{
		margin-top:0 !important;
	}
}
@media only screen and (max-width:767px){
	h1{
		font-size:24px !important;
	}
	h2{
		font-size:20px !important;
  }
  #breadcrumbs{
	  margin-top:25px;
  }
  header.site-header.headfix{
    z-index: 12;
  }
   .container, header .container {
		max-width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
  }
  .head_top{display: none;}
  .head_top p{
    font-size:10px;
  }
  header .container .custom-logo-link img {
      width: 130px;
      height: 41px;
  }
  header .logosec {
    position: relative;
    z-index: 1;
    float: none;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0 10px 0;
	max-width:130px;
  }
  header .inner_header,header.site-header{
    height:110px;
  }
  header .inner_header .navigation-top{
    display:none;
  }
  header .inner_header .search-account{
    width:100%;
    flex-wrap:wrap;
    justify-content: flex-end;
    position: relative;
      top: -46px;
  }
  header .inner_header .search-account .accountcart .accountsec a > span{
	display:none;
  }
	header .inner_header .search-account .accountcart .cartsec{
		top:1px;
	}
	header .search-account .accountcart .accountsec a img.headimg{
		opacity:0.5;
		width: 18px;
		height: 16px;
	}
	header .search-account .accountcart .accountsec a.isloggedin img.headimg{
		opacity:1;
	}
  header .inner_header .search-account .searchform{
    order:2;
    width:100%;
  }
  header .inner_header .search-account .searchform .searchsite{
    min-width:100%;
    max-width:100%;
    margin-right:0;
  }
  header .inner_header .search-account .accountcart{
      width: 100%;
      justify-content: flex-end;
	  position: relative;
	  top: -5px;
  }
  header .inner_header .search-account .accountcart .accountsec a{
      font-size: 12px;
      margin-right: 10px;
  }
  header .search-account .accountcart img.headimg{
      margin-right: 4px;
      position: relative;
      top: 3px;
  }
  header .search-account .accountcart .cartsec a img.headimg{
      width: 18px;
      height: 16px;
  }
  header .inner_header .search-account .accountcart .cartsec a .itemcount{
    height:15px;
    width:15px;
  }
  header .inner_header .search-account .accountcart .cartsec .cartitems{
    width:300px;
  }
  header .inner_header .search-account .accountcart .cartsec .cartitems .iteminfo{
    margin:0 12px;
  }
  header .inner_header .search-account .accountcart .cartsec .cartboxcontent .bookmarkprice h3{
    margin-top:0;
  }
  header .inner_header .search-account .accountcart .cartsec .cartitems .ps {
      height: 245px;
  }
  header .inner_header .search-account .accountcart .cartsec .cartitems .iteminfo .cartboximg{
    height:120px;
    width:120px;
  }
  header .inner_header .search-account .accountcart .cartsec .cartboxcontent{
    width:50%;
  }
  header.site-header.headfix + .site-content-contain{
    margin-top: 10px;
  }
  header .inner_header .search-account .accountcart .accountsec a.afterlogged img.headimg{
	  opacity:1;
  }
  header .inner_header .search-account .accountcart .impersonatesec button{display:none}
  .site-header.headfix + .site-content-contain .site-content .site-main {
    margin-top: 0;
}
  .show-nav-left .mobmenu-overlay, .show-nav-right .mobmenu-overlay{
	opacity:0.3 !important;
  }
#mobmenuleft .mob-expand-submenu, #mobmenuleft > .widgettitle, #mobmenuleft li a, #mobmenuleft li a:visited, #mobmenuleft .mobmenu-content h2, #mobmenuleft .mobmenu-content h3, .mobmenu-left-panel .mobmenu-display-name, .mobmenu-content .mobmenu-tabs-header li{
	   font-family: "Spartan", sans-serif !important;
}
#mobmenuleft li a, #mobmenuleft li a:visited{
	padding-right:10px !important;
	padding-left:10px !important;
}
.trim-filters,.fabric-filters{
	display: none;
}
.mob-menu-header-holder.mobmenu{
	position:fixed;
	top:0;
}
.mobmenul-container{
	margin-left:13px !important;
  top: 20px !important;
}
.mobmenu-content ul > li.hidemenu {
    display: none;
}
.mob-menu-header-holder.mobmenu.mobilefix .mobmenul-container{
	top:18px;
}
.mob-expand-submenu i{
	  transform: rotate(-90deg);
}
.mobmenu-left-panel .mobmenu-left-bt, .mobmenu-right-panel .mobmenu-right-bt{
	top:10px !important;
	right:10px !important;
}
.wrapview.show-sub-menu .sub-menu{
	display:block;
}
.mob-expand-submenu.show-sub i {
    transform: rotate(-180deg);
}
.mobmenu-content #mobmenuleft .sub-menu a{
	padding:0;
	line-height:34px;
	font-weight:normal;
}
.mobmenu-content .mob-expand-submenu{
	right:-7px;
}
  a.pageup{
	right: 20px;
    bottom: 110px;
  }
.commonimg-hover.img-height img{
	object-fit:cover;
	height:238px;
}
.homeblog-slider .wb_ps_title h2{
  font-size:14px !important;
}
.homeblog-slider .wbel-arrow{
	  height:34px;
	  width:34px;
	  line-height:34px;
	  font-size:16px;
  }
  .homeblog-slider .wb-arrow-prev{
	  left:20px;
  }
  .homeblog-slider .wb-arrow-next{
	  right:20px;
  }
.img-height img{
	width:100%;
	object-fit:cover;
}
  footer{
    padding-top:40px;
  }
  footer .footmenu{
    flex-wrap:wrap;
  }
  footer .footmenu #custom_html-3{
    max-width: 100%;
    width: 100%;
  }
  footer .footmenu #custom_html-4,footer .footmenu #custom_html-5{
    margin-bottom: 30px;
    width: 50%;
    margin-top:30px;
  }
  footer .footmenu #custom_html-7 {
    width: 100%;
    margin-bottom:30px;
  }
  footer .copyrightdiv .copyright_sec{
    flex-wrap:wrap;
    justify-content:center;
  }
  .slide-btn a{
	  padding: 10px 20px 10px 20px !important;
  }
  .elementor-5 .elementor-element.elementor-element-17b27e3 .widget-image-caption, .elementor-5 .elementor-element.elementor-element-f4a8173 .widget-image-caption, .trim-hardware-contract .elementor-element.elementor-element-657be9e .widget-image-caption, .trim-hardware-contract .elementor-element.elementor-element-c2beede .widget-image-caption, .trim-hardware-contract .elementor-element.elementor-element-5c10949 .widget-image-caption, .elementor-5 .elementor-element.elementor-element-930b6be .widget-image-caption, .elementor-5 .elementor-element.elementor-element-ad10816 .widget-image-caption{
	 bottom:20px; 
  }
  .trim-hardware-contract .elementor-column.elementor-col-33 {
    width: 100%;
	margin-bottom:40px;
  }
  .trim-hardware-contract .elementor-column.elementor-col-33:last-child{
	  margin-bottom:0;
  }
  .blogsec .elementor-swiper-button-prev {
    left: 0;
	display:none;
  }
  .blogsec .elementor-swiper-button-next {
    right: 0;
	display:none;
  }
  .mobile-logo-slider.elementor-widget-image-carousel .swiper-slide{
	 text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 200px;
	justify-content:center;
  }
  .mobile-logo-slider.elementor-widget-image-carousel .swiper-slide img{
	  max-width:300px;
  }
  header .inner_header .search-account .accountcart .cartsec .cartboxcontent h3{
		width:90%;
  }
  header .inner_header .search-account .accountcart .cartsec .cartboxcontent .bookmarkprice h3{
	  width:auto;
  }
  .homeblog-slider .wbel-arrow:hover{
	  background:#ececec;
  }
  .brand-logos .elementor-container{
	  flex-wrap:wrap;
  }
  .brand-logos .elementor-column.elementor-col-16 {
    width: 100%;
    margin-bottom: 30px;
  }
  .elementor-5 .closeout-sale .elementor-element.elementor-element-0474754 .elementor-image img{
	  object-fit:cover;
  }
  .elementor-element.elementor-element-2ae3ac2a .brand-img,
  .elementor-element.elementor-element-58ce50c4 .brand-img,
  .elementor-element.elementor-element-e965321 .brand-img,
  .elementor-element.elementor-element-15fa551e .brand-img,
  .elementor-element.elementor-element-3cb6b15 .brand-img,
  .elementor-element.elementor-element-2a3a586 .brand-img,
  .elementor-element.elementor-element-a134611 .brand-img,
  .elementor-element.elementor-element-7be4f73d .brand-img, 
  .elementor-element.elementor-element-2e25dfc1 .brand-img,
  .elementor-element.elementor-element-a6c25bd .brand-img,
  .elementor-element.elementor-element-1113d54 .brand-img,
  .elementor-element.elementor-element-81a878c .brand-img,
  .elementor-element.elementor-element-2350061b .brand-img,
  .elementor-element.elementor-element-599f2eae .brand-img{
	  margin-top:30px;
  }
  .elementor-element.elementor-element-2350061b .brand-img{
	  margin-top:30px !important;
  }
  .workroom_btns .elementor-widget-wrap{
	  flex-wrap:wrap;
  }
  .elementor-896 .elementor-element.elementor-element-361f38db,
  .elementor-985 .elementor-element.elementor-element-595edea4{
	  width:100% !important;
	  text-align:center;
  }
  .textile_opt{
	  justify-content: flex-start;
  }
  .textile_opt .alpha{
	  margin-right:16px;
  }
  .resourceslist{
	  min-height: 250px !important;
    height: auto;
  }
  .resourceslist .elementor-column-wrap{
	  max-height:250px;
	  overflow-y:auto;
  }
  .resourceslist .elementor-widget-wrap {
    max-width: 100%;
    position: relative;
  }
  .exp_cat h2{
	  margin-top:25px;
	  margin-bottom:10px;
  }
  .resourceslist ul li a.activelink::after{
	  top:22px;
  }
  .elementor-626 .elementor-element.elementor-element-0cbc619, 
  .elementor-626 .elementor-element.elementor-element-9533ccb, 
  .elementor-626 .elementor-element.elementor-element-e27a6cd, 
  .elementor-626 .elementor-element.elementor-element-b9bb50c, 
  .elementor-705 .elementor-element.elementor-element-368424e5, 
  .elementor-705 .elementor-element.elementor-element-1118e866, 
  .elementor-705 .elementor-element.elementor-element-46f1a123, 
  .elementor-705 .elementor-element.elementor-element-4528011d,
  .elementor-626 .elementor-element.elementor-element-ccc2825, 
  .elementor-626 .elementor-element.elementor-element-0deb67f{
	  width:100% !important;
	  max-width:290px;
	  margin:0 auto;
  }
  .elementor-774 .elementor-element.elementor-element-7d4f3d3,
  .elementor-774 .elementor-element.elementor-element-cb12b51,
  .fabric-hardware-btns .elementor-widget__width-auto{
	 width: 100% !important;
	text-align: center;
  }
  .design-gallery{
	  max-width:100%;
	  margin:0 auto;
  }
  .design-gallery .elementor-gallery-item{
    margin-bottom: 30px;
  } 
  .wesco_prod .wesco-img{
	  width:48% !important;
  }
  .more-like .elementor-element-6aa503e, .more-like .elementor-element-56a9595,
  .more-like .elementor-element-3e1c0b9, .more-like .elementor-element-8302078, .more-like .elementor-element-aa10d35, .more-like .elementor-element-8be203f
  .more-like .elementor-element-31b6f3c5, .more-like .elementor-element-50310160, 
  .more-like .elementor-element-39becc35,.blogsec1 .elementor-element-e405db2, 
  .blogsec1 .elementor-element-ef0a2ee, .blogsec1 .elementor-element-9f08412, .blogsec1 .elementor-element-fd9dccc,.more-like .elementor-element-8be203f,
  .more-like .elementor-element-31b6f3c5{
    width: 100% !important;
  }
  .mobile-h5 h5{
	  text-align:left;
  }
  .wescofabrics .elementor-element.elementor-element-eba4234,
  .hunter_cate .elementor-element-4efcf43, .hunter_cate .elementor-element-eda48f4, 
  .hunter_cate .elementor-element-a93c00a, .hunter_cate .elementor-element-5ab726a,
  .hunter_cate .elementor-element-3abc997, .hunter_cate .elementor-element-46c6c8b, 
  .hunter_cate .elementor-element-79ab653, .hunter_cate .elementor-element-4bdc049,
  .wescofabrics .elementor-element.elementor-element-2a034c68{
    width: 100% !important;
  }
  .elementor-shortcode .ui.selection.dropdown{
	  margin-top:25px;
  }
  .hunter_cate h3 {
    text-align: center;
  }
  .about_us .elementor-container {
    justify-content: center;
  }
  .quoteabout p.elementor-blockquote__content::after{
	  right: -160px;
      top: 0px;
  }
  .rmcoco-team .elementor-container{
	  justify-content:center;
  }
  .rmcoco-team .members{
    margin-right:0;
    max-width: 300px;
	width:100% !important;
  }
  .customer-care{
	  flex-wrap:wrap;
  }
  .needhelp{
	  padding:15px;
	  margin-bottom:0;
  }
  .needhelp .callwrite{
	  flex-wrap:wrap;
  }
  .needhelp .callwrite .writeus{
	margin-top:20px;  
  }
  .single_country .show-locations .comm-locations{
	  width:100%;
	  flex-basis:100%;
  }
  .site-header.headfix + .site-content-contain .site-content .site-main .resourceslist .elementor-widget-wrap{
	  top:auto;
  }
  .single_country .show-locations .comm-locations h3{
	  font-size:14px !important;
  }
  .specific-career .left-career .elementor-widget-wrap {
    margin-left: 10px;
  }
  .specific-career .left-career .elementor-widget-wrap{
	padding-right: 10px;
    max-width: 100%;
  }
  .specific-career .right-career .elementor-widget-wrap{
	max-width: 100%;
    padding: 40px 20px 0 20px;
  }
  .resourcesopt li{
	 display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
  }
  .resourcesopt li em{
	  font-style: normal;
    width: 88%;
    line-height: 26px;
  }
  .search_country .ui.search.dropdown .menu,.search-wesco .ui.search.dropdown .menu {
      max-height: 17.014286rem;
  }
  .mobileblog-share.elementor-widget.elementor-widget-shortcode{
    max-width: 950px;
    margin: 0 auto;
  }
  .mobileblog-share.elementor-widget.elementor-widget-shortcode .blogshare{
    width: auto;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
  }
  .mobileblog-share.elementor-widget.elementor-widget-shortcode .blogshare h3{
    text-align: left;
    transform: inherit;
    position: relative;
    left: 0;
    margin-bottom: 0;
    margin-right: 15px;
  }
  .mobileblog-share.elementor-widget.elementor-widget-shortcode .shareicon ul {
    display: flex;
    justify-content: flex-end;
 }
 .mobileblog-share.elementor-widget.elementor-widget-shortcode .shareicon ul li{
    margin-right: 15px;
  }
  .mobileblog-share.elementor-widget.elementor-widget-shortcode .shareicon ul li:last-child{
    margin-right: 0;
  }
  .mobileblog-share.elementor-widget.elementor-widget-shortcode .shareicon .iconimg {
    height: 30px;
    width: 30px;
    margin-bottom: 0px;   
  }
  .mobile-type .elementor-tab-content p a{
    color:#303030;
  }
  .main_cont {
    min-width: auto;
  }
  .error-opt .menuopt{
    width: 100%;
  }
}