/* .navbar{
    new:rgba(52,117,153,.92);
    font-family: "Playfair Display", serif;
    background : transparent !important;
    color:#28537e !important;
    font-size: 1rem;
    padding: 0 0.9375em 1.0625em 0.9375em;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.navbar a:hover{
    color:#28537e !important;
    font-weight: 800;
}

header .navbar{
    background-color: aqua;
    max-width: 1123px;
    margin: 10px auto;
    padding: 0 1.25em;
    white-space: nowrap;

}

#header.alt {
    background-color: transparent;
    padding: 2em 2.5em;
}

.rwLogo{
    height: 80px;
}

.fixed_container{
    width: 1170px;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.ptreduce{
    padding-top: 10em !important;
    padding-bottom: 5em !important;
} */


/* Navigation */
/* .rwLogo {
    height:80px;
  }
  nav.navbar {
    max-width: 1123px;
    margin: 0 auto;
    padding: 0 1.25em;
    white-space: nowrap;
  }
  ul li, .width3{
    padding:0;
  }
  .navbar-toggler{
    box-shadow: none;
  }
  nav.navbar.navbar-light .nav-link {
    color: var(--primaryColor);
    font-family: var(--primaryFont);
    font-size: 1rem;
    padding: 0 0.9375em 1.0625em 0.9375em;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
  }

  nav.navbar.navbar-light .faIcons .nav-link {
    color: var(--rwGray);
    padding-bottom: 0;
    padding-left: 0.5rem;
    font-size: 1.0625rem;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
  }
  nav.navbar.navbar-light .faIcons .nav-link:hover,
  nav.navbar.navbar-light .nav-link:hover {
    color: var(--rwLightgray);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
  }
  nav.navbar.navbar-light .nav-item.active .nav-link {
    font-weight: 700;
    color: var(--primaryColor);
  }
  .navbar-toggler[data-target="#navbarToggler"] {
    border: 0;
    padding: 0;
    position: relative;
    height: 24px;
    width: 40px;
  }
  .navbar-toggler[data-target="#navbarToggler"]:focus,
  #accordion .card-header button.accordionbtn:focus{
    outline: 0;
    box-shadow: none;
  }
  .navbar-toggler[aria-expanded="false"] span,
  .navbar-toggler[aria-expanded="true"] span {
    background: #28537e;
    width: 40px;
    height: 5.5px;
    border-radius: 4px;
    position: absolute;
    right: 0;
  }
  .navbar-toggler[aria-expanded="false"] span:nth-child(1) {
    top: 0;
  }
  .navbar-toggler[aria-expanded="false"] span:nth-child(2) {
    top: 10px;
  }
  .navbar-toggler[aria-expanded="false"] span:nth-child(3) {
    top: 20px;
  }
  .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
    top: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }
  .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
    top: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .navbar-nav .nav-item:last-child a.nav-link{
    padding-right: 0;
  }
  .responsiveMenu {
    display: none;
  }
  .links ul {
    flex-direction: row;
  }
  #navbarToggler ul:first-child {
    margin: 1.25rem 0 0.625rem 0;
  }
  .links.Mobile {
    display: none;
  }
  button.btn.rwButton {
    position: relative;
    background: #333535;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    min-width: 166px;
    border: 0;
    border-radius: 0;
    padding: 8px 10px 11px;
    letter-spacing: 1px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transform: perspective(1px) translateZ(0);
    -ms-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0);
  }
  button.btn.rwButton::after {
    z-index: -1;
    content: "";
    padding: 7px;
    background-color: #28537e;
    transform: scale(0.1);
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -7px;
    top: -7px;
    box-sizing: content-box;
    opacity: 0;
    padding: 7px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
  }
  button.btn.rwButton:hover::after {
    opacity: 1;
    transform: scale(1);
  }


  menu link on hover

  .dropdown-menu.show {
    left: -100%;
    min-width: 320px;
    box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
    border: 0;
    padding: 1.25rem;
    border-radius: 0;
  }
  .dropdown-menu-body {
    min-height: 200px;
  }
  button.cart {
    background: #fff;
    border: 0;
    padding: 10px 20px;
    border-radius: 0;
  }
  button.cart::after {
    content: "";
    display: none;
  }
  button.cart:focus {
    box-shadow: none;
    outline: 0;
  } */


/* Footer */
/* .customFooter {
    background: #0a3660;
    padding: 1.75rem 0 1.25em;
  }
  .customFooter .container {
    max-width: 945px;
  }
  ul.footerLinks {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
  }
  ul.footerLinks li a {
    padding-left: 0;
    color: var(--rwOffwhite);
    text-decoration: none;
  }
  ul.footerLinks li a:hover,
  .customRow div:nth-child(5) ul li a:hover {
    color: white;
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
  }
  .customFooter address {
    width: 155px;
    color: white;
    font-family: var(--secondaryFont);
    font-size: 0.875rem;
    line-height: 21px;
    font-weight: 100;
    margin: 0;
  }
  .row.customRow {
    padding: 0 1.25rem;
  }
  .customRow > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .customRow .width3 {
    width: calc(100% / 3.155);
  }
  .customRow div:nth-child(1) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .customRow div:nth-child(2) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -4px;
  }
  .customRow div:nth-child(3) {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -4px;
  }
  .customRow div:nth-child(3) ul.footerLinks {
    width: 155px;
  }
  .customRow div:nth-child(3) ul.footerLinks li a {
    padding: 7px 20px 5px 0;
  }
  .customRow div:nth-child(4) ul.footerLinks {
    font-family: var(--primaryFont);
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 32px 0 20px;
  }
  .customRow div:nth-child(4) ul.footerLinks li:not(:last-child) {
    margin-right: 4%;
  }
  .customRow div:nth-child(5) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .customRow div:nth-child(5) p {
    font-family: var(--secondaryFont);
    font-size: 0.75rem;
    line-height: 1.65;
    letter-spacing: 0.45px;
    color: var(--rwOffwhite);
    margin: 0;
    font-weight: 100;
  }
  .customRow div:nth-child(5) ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.75rem;
    font-family: var(--secondaryFont);
    text-transform: uppercase;
    line-height: 21px;
    letter-spacing: 1px;
    font-weight: 100;
  }
  .customRow div:nth-child(5) ul li a {
    color: #939598;
  }
  .customRow div a img {
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
  }
  .customRow div a img:hover {
    opacity: 0.7;
  } */

/* Footer */
/* /* .customFooter {
    background: #0a3660;
    padding: 1.75rem 0 1.25em;
  }
  .customFooter .container {
    max-width: 945px;
  }
  ul.footerLinks {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
  }
  ul.footerLinks li a {
    padding-left: 0;
    color: var(--rwOffwhite);
    text-decoration: none;
  }
  ul.footerLinks li a:hover,
  .customRow div:nth-child(5) ul li a:hover {
    color: white;
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
  }
  .customFooter address {
    width: 155px;
    color: white;
    font-family: var(--secondaryFont);
    font-size: 0.875rem;
    line-height: 21px;
    font-weight: 100;
    margin: 0;
  }
  .row.customRow {
    padding: 0 1.25rem;
  }
  .customRow > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .customRow .width3 {
    width: calc(100% / 3.155);
  }
  .customRow div:nth-child(1) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .customRow div:nth-child(2) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -4px;
  }
  .customRow div:nth-child(3) {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -4px;
  }
  .customRow div:nth-child(3) ul.footerLinks {
    width: 155px;
  }
  .customRow div:nth-child(3) ul.footerLinks li a {
    padding: 7px 20px 5px 0;
  }
  .customRow div:nth-child(4) ul.footerLinks {
    font-family: var(--primaryFont);
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 32px 0 20px;
  }
  .customRow div:nth-child(4) ul.footerLinks li:not(:last-child) {
    margin-right: 4%;
  }
  .customRow div:nth-child(5) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .customRow div:nth-child(5) p {
    font-family: var(--secondaryFont);
    font-size: 0.75rem;
    line-height: 1.65;
    letter-spacing: 0.45px;
    color: var(--rwOffwhite);
    margin: 0;
    font-weight: 100;
  }
  .customRow div:nth-child(5) ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.75rem;
    font-family: var(--secondaryFont);
    text-transform: uppercase;
    line-height: 21px;
    letter-spacing: 1px;
    font-weight: 100;
  }
  .customRow div:nth-child(5) ul li a {
    color: #939598;
  }
  .customRow div a img {
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
  }
  .customRow div a img:hover {
    opacity: 0.7;
  } */



  :root {
    --primaryColor: #28537e;
    --rwLightgray: #231f20;
    --white: #ffffff;
    --rwlight: #f0f0f0;
    --rwGray: #c6c6c7;
    --rwOffwhite: #cbcccc;
    --primaryFont: "Playfair Display", serif;
    --secondaryFont: "Lato", sans-serif;
  }

  /* Navigation */
  .rwLogo {
    height:80px;
  }
  nav.navbar {
/*    max-width: 1123px;*/
    margin: 0 auto;
    padding: 0 1.25em;
    white-space: nowrap;
    justify-content: space-between;
  }
  ul li, .width3{
    padding:0;
  }
  .navbar-toggler{
    box-shadow: none;
  }
  nav.navbar.navbar-light .nav-link {
    color: var(--primaryColor);
    font-family: var(--primaryFont);
    font-size: 1rem;
    padding: 0 0.9375em 1.0625em 0.9375em;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
  }

  nav.navbar.navbar-light .faIcons .nav-link {
    color: var(--rwGray);
    padding-bottom: 0;
    padding-left: 0.5rem;
    font-size: 1.0625rem;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
  }
  nav.navbar.navbar-light .faIcons .nav-link:hover,
  nav.navbar.navbar-light .nav-link:hover {
    color: var(--rwLightgray);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
  }
  nav.navbar.navbar-light .nav-item.active .nav-link {
    font-weight: 700;
    color: var(--primaryColor);
  }
  .navbar-toggler[data-target="#navbarToggler"] {
    border: 0;
    padding: 0;
    position: relative;
    height: 24px;
    width: 40px;
  }
  .navbar-toggler[data-target="#navbarToggler"]:focus,
  #accordion .card-header button.accordionbtn:focus{
    outline: 0;
    box-shadow: none;
  }
  .navbar-toggler[aria-expanded="false"] span,
  .navbar-toggler[aria-expanded="true"] span {
    background: #28537e;
    width: 40px;
    height: 5.5px;
    border-radius: 4px;
    position: absolute;
    right: 0;
  }
  .navbar-toggler[aria-expanded="false"] span:nth-child(1) {
    top: 0;
  }
  .navbar-toggler[aria-expanded="false"] span:nth-child(2) {
    top: 10px;
  }
  .navbar-toggler[aria-expanded="false"] span:nth-child(3) {
    top: 20px;
  }
  .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
    top: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }
  .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
    top: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .navbar-nav .nav-item:last-child a.nav-link{
    padding-right: 0;
  }
  .responsiveMenu {
    display: none;
  }
  .links ul {
    flex-direction: row;
  }
  #navbarToggler ul:first-child {
    margin: 1.25rem 0 0.625rem 0;
  }
  .links.Mobile {
    display: none;
  }
  button.btn.rwButton {
    position: relative;
    background: #333535;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    min-width: 166px;
    border: 0;
    border-radius: 0;
    padding: 8px 10px 11px;
    letter-spacing: 1px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transform: perspective(1px) translateZ(0);
    -ms-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0);
  }
  button.btn.rwButton::after {
    z-index: -1;
    content: "";
    padding: 7px;
    background-color: #28537e;
    transform: scale(0.1);
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -7px;
    top: -7px;
    box-sizing: content-box;
    opacity: 0;
    padding: 7px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
  }
  button.btn.rwButton:hover::after {
    opacity: 1;
    transform: scale(1);
  }


  /* menu link on hover */

  .dropdown:hover .dropdown-menu{
    display: block;
  }

  .dropdown-menu.show {
    left: -100%;
    min-width: 320px;
    box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
    border: 0;
    padding: 1.25rem;
    border-radius: 0;
  }

  .dropdown-menu-body {
    min-height: 200px;
  }
  button.cart {
    background: #fff;
    border: 0;
    padding: 10px 20px;
    border-radius: 0;
  }
  button.cart::after {
    content: "";
    display: none;
  }
  button.cart:focus {
    box-shadow: none;
    outline: 0;
  }

  	/* Dropdown CSS */
    .dropdown-menu {
      left: -100%;
      min-width: 320px;
      box-shadow: 0px 10px 24px rgb(0 0 0 / 10%);
      border: 0;
      padding: 1.25rem;
      border-radius: 0;
  }
		#fabrics + .dropdown-menu, #dashboard-menu + .dropdown-menu {
			position: absolute !important;
			background: #ebebec;
			width: 100%;
			min-width: 200px;
			visibility: hidden;
			padding: 0 8px;
			left: 4px !important;
			top: 28px;
			z-index: 999;
			}
    .nav-item.dropdown:hover #fabrics + .dropdown-menu, .nav-item.dropdown:hover #dashboard-menu + .dropdown-menu{
        visibility: visible;
    }

    #fabrics + .dropdown-menu a, #dashboard-menu + .dropdown-menu a {
        white-space: pre-wrap;
        padding: 7px 3px;
        color: #939598;
        font-family: var(--primaryFont);
        text-transform: uppercase;
        letter-spacing: 1.15px;
        font-size: 14px;
    }
    #fabrics + .dropdown-menu a:first-child, #dashboard-menu + .dropdown-menu a:first-child{
    border-bottom: 2px solid #ffffff;
    }
    #fabrics + .dropdown-menu a:hover, #dashboard-menu + .dropdown-menu a:hover {
        background: #ebebec;
        color: var(--rwblack);
        transition: all .2s;
    }
    #fabrics::after, #dashboard-menu::after {
        content: "\f0d7";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        border: 0;
        margin: 0;
        display: inline;
        position: absolute;
        color: #fff;
        transition: all ease-in 0.5s;
        -webkit-transition: all ease-in 0.5s;
        -moz-transition: all ease-in 0.5s;
        -ms-transition: all ease-in 0.5s;
        -o-transition: all ease-in 0.5s;
    }


    @media only screen and (max-width:841px){
        #fabrics:focus, #dashboard-menu:focus{
        color: #ffffff !important;
        outline: 0;
        }
        #fabrics::after, #dashboard-menu::after{
            right:16px;
        }
        .rotate::after{
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
        }
        .nav-item.dropdown #fabrics + .dropdown-menu.show, .nav-item.dropdown #dashboard-menu + .dropdown-menu.show{
        height: 0;
        overflow: hidden;
        position: relative;
        top: 0;
        left: 0 !important;
        padding: 0 16px;
        visibility: visible;
        transition:height ease-in 0.3s;
        -webkit-transition:height ease-in 0.3s;
        -moz-transition:height ease-in 0.3s;
        -ms-transition:height ease-in 0.3s;
        -o-transition:height ease-in 0.3s;
    }
    .nav-item.dropdown .rotate + .dropdown-menu.show{
        height: 75px !important;
        transition:height ease-in 0.3s;
        -webkit-transition:height ease-in 0.3s;
        -moz-transition:height ease-in 0.3s;
        -ms-transition:height ease-in 0.3s;
        -o-transition:height ease-in 0.3s;
    }
    .nav-item.dropdown .rotate + .dropdown-menu.show-menu{
        height: 145px !important;
        transition:height ease-in 0.3s;
        -webkit-transition:height ease-in 0.3s;
        -moz-transition:height ease-in 0.3s;
        -ms-transition:height ease-in 0.3s;
        -o-transition:height ease-in 0.3s;
    }
    }

  /* Footer */
  .customFooter {
    background: #0a3660;
    padding: 1.75rem 0 1.25em;
  }
  .customFooter .container {
    max-width: 945px;
    margin: 0 auto;
  }
  ul.footerLinks {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
  }
  ul.footerLinks li a {
    padding-left: 0;
    /* color: var(--rwOffwhite); */
    color: #cbcccc;
    text-decoration: none;
  }
  ul.footerLinks li a:hover,
  .customRow div:nth-child(5) ul li a:hover {
    color: white;
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
  }
  .customFooter address {
    width: 155px;
    color: white;
    font-family: var(--secondaryFont);
    font-size: 0.875rem;
    line-height: 21px;
    font-weight: 100;
    margin: 0;
  }
  .row.customRow {
    padding: 0 1.25rem;
  }
  .customRow > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .customRow .width3 {
    width: calc(100% / 3.155);
  }
  .customRow div:nth-child(1) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .customRow div:nth-child(2) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -4px;
  }
  .customRow div:nth-child(3) {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -4px;
  }
  .customRow div:nth-child(3) ul.footerLinks {
    width: 155px;
  }
  .customRow div:nth-child(3) ul.footerLinks li a {
    padding: 7px 20px 5px 0;
  }
  .customRow div:nth-child(4) ul.footerLinks {
    font-family: var(--primaryFont);
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 32px 0 20px;
  }
  .customRow div:nth-child(4) ul.footerLinks li:not(:last-child) {
    margin-right: 4%;
  }
  .customRow div:nth-child(5) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .customRow div:nth-child(5) p {
    font-family: var(--secondaryFont);
    font-size: 0.75rem;
    line-height: 1.65;
    letter-spacing: 0.45px;
    /* color: var(--rwOffwhite); */
    color: #cbcccc;
    margin: 0;
    font-weight: 100;
  }
  .customRow div:nth-child(5) ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.75rem;
    font-family: var(--secondaryFont);
    text-transform: uppercase;
    line-height: 21px;
    letter-spacing: 1px;
    font-weight: 100;
  }
  .customRow div:nth-child(5) ul li a {
    color: #939598;
  }
  .customRow div a img {
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
  }
  .customRow div a img:hover {
    opacity: 0.7;
  }

  /* Login */
  .midSection {
    background-image: url(../img/Banner-Background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem 0;
  }
  .loginContainer {
    padding: 1.75rem;
    margin: 0 auto;
    width: 450px;
    text-align: center;
    background: rgba(52, 117, 153, 0.92);
  }
  .loginContainer form h3 {
    font-family: var(--primaryFont);
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 0 1.25rem 0;
  }
  .loginContainer form input.form-control {
    border: 0;
    border-radius: 0;
    font-size: 0.875rem;
    font-family: var(--secondaryFont);
    color: #2b2b2b;
  }
  .loginContainer form input.form-control:focus {
    outline: 0;
    border: 0;
    box-shadow: none;
    font-weight: 600;
  }
  .loginContainer form label {
    display: block;
    text-align: left;
    margin: 0 0 0.25rem 0;
    text-transform: capitalize;
    font-family: var(--secondaryFont);
    font-weight: 600;
    color: white;
    letter-spacing: 0.5px;
  }
  .loginContainer form a.hyperlinks {
    display: block;
    margin: 0.75rem 0 0;
    font-family: "Lato";
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.875rem;
  }

  /* Individual Category */
  .midSection.Offwhite {
    background-image: none;
    background-color: var(--rwlight);
  }
  h4.heading {
    background: rgb(12 39 67);
    padding: 0.9375rem;
    font-size: 0.9rem;
    font-family: var(--secondaryFont);
    font-weight: 400;
    text-transform: uppercase;
    color: white;
    letter-spacing: 2px;
    margin-bottom: 0.625rem;
    margin-right: 1.125em;
  }
  .product {
    width: calc(100% / 5.25);
    margin-right: 6px;
  }
  .product a{
    display: block;
   transition:all ease 0.5s ;
   -webkit-transition:all ease 0.3s ;
   -moz-transition:all ease 0.5s ;
   -ms-transition:all ease 0.5s ;
   -o-transition:all ease 0.5s ;
  }
  .product a:hover {
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0px 0 8px 0 #d1d1d1;
  }
  .product p.name {
    margin: 0 0 0.5625rem 0;
    font-size: 0.8rem;
    font-family: var(--secondaryFont);
    color: var(--rwLightgray);
    text-align: center;
  }
  /* The container */
  .cbContainer {
    font-family: var(--secondaryFont);
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    line-height: 25px;
    cursor: pointer;
    font-size: 0.8rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* Hide the browser's default checkbox */
  .cbContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    border-radius: 2px;
    border: 1px solid #ddd;
    height: 20px;
    width: 20px;
    background-color: #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
  }

  /* On mouse-over, add a grey background color */
  .cbContainer:hover input ~ .checkmark {
    background-color: #ccc;
  }
  .cbContainer:hover {
    color: var(--primaryColor);
    font-weight: 700;
  }
  /* When the checkbox is checked, add a blue background */
  .cbContainer input:checked ~ .checkmark {
    background-color: var(--primaryColor);
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark::after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .container input:checked ~ .checkmark::after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .container .checkmark::after {
    left: 5.5px;
    top: 1.25px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .filterCard {
    background: white;
    margin: 0 0 1.25rem 0;
  }
  p.filterTitle {
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #777;
    font-size: 0.8rem;
    letter-spacing: 2px;
    font-family: var(--secondaryFont);
    text-transform: uppercase;
  }
  .content {
    padding: 0 1.25rem 0.75rem;
  }
  .searchContainer {
    background: white;
    position: relative;
    margin-bottom: 0.65rem;
  }
  .searchContainer input {
    border: 0;
    width: 100%;
    font-size: 0.9rem;
    padding: 0.75rem 1.75rem 0.75rem 0.75rem;
    border: 1px solid #e3e3e3;
  }
  .searchContainer i.fa-search {
    position: absolute;
    right: 10px;
    top: 16px;
    color: #9e9e9e;
  }
  .cbContainer.lableBig {
    font-size: 1.1rem;
  }
  label.cbContainer.color {
    display: inline-block;
    padding-left: 0;
    line-height: 0;
    margin-bottom: 4px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
  }
  .cbContainer.color input:checked ~ .checkmark,
  .cbContainer.color:hover input ~ .checkmark {
    background-color: transparent;
  }
  .color .checkmark {
    height: 24px;
    width: 24px;
    position: relative;
    display: inline-block;
    background-color: transparent;
    top: 0;
    border: 0;
  }
  .cbContainer.color .checkmark::after {
    left: 8.5px;
    top: 3.5px;
  }
  .black {
    background: #2b2b2b;
  }
  .beige {
    background: #f1c38e;
  }
  .blue {
    background: #153b7c;
  }
  .green {
    background: #238b4a;
  }
  .red {
    background: #ce2e1e;
  }
  .yellow {
    background: #ed9f23;
  }
  .gray {
    background: #a6a6a6;
  }
  .brown {
    background: #9f6b48;
  }

  /* Product details */

  p.iClean{
    font-size: 1.1875rem;
    color: #6e6e6e;
  }
  div#accordion {
    margin-bottom: 0.8rem;
  }
  .width50{
    display: inline-block;
    width: 49%;
  }
  .btnContainer {
    margin: 1rem 0;
  }
  .btnContainer button.btn{
    font-size: 0.875rem;
    font-family: var(--secondaryFont);
    margin-right: 1.25rem;
  }
  .download{
    width: 100%;
    margin: 1rem 0 0;
  }
  p.sub-title {
    margin: 1rem 0;
    font-size: 1.25rem;
    font-weight: 600;
    font-family: var(--secondaryFont);
  }
  button.btn.rwButtonGray {
    background-color: var(--rwlight);
    color: var(--primaryColor);
    padding: 8px 30px;
    font-weight: 600;
    border: 2px solid var(--primaryColor);
    text-transform: uppercase;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  #accordion .card-header button.accordionbtn:hover{
    transition: all ease 0.5s;
    color:#818181;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
  }
  button.btn.rwButtonGray:hover{
    background-color: var(--primaryColor);
    color: white;
  }
  #accordion .card{
    border:0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  #accordion .card-header{
    padding:0;
    border: 0;
    background: white;
  }
  #accordion .card-header button.accordionbtn{
    padding: 0.75rem 1.25rem;
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
    color: var(--rwLightgray);
  }
  #cartItem{
    border-top:1px solid #777;
  }
  button.btn.checkout.rwButton {
    padding: 0.5rem;
    font-size: 0.7rem;
    min-width: 0;
    letter-spacing: 2px;
    font-family: var(--secondaryFont);
  }
  .details .nav-tabs,
  .details #nav-tab a.nav-item:first-child{
    border: 0;
  }
  .details #nav-tab a.nav-item {
    color: var(--rwLightgray);
    border: 0;
    border-radius: 0;
    font-size: 1rem;
    background: #a7a9ac;
    font-weight: 400;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
    padding: 0.75rem 1.5rem;
    font-family: var(--secondaryFont);
    border-left: 3px solid #f0f0f0;
  }
  .details #nav-tab a.nav-item.active {
    background: white;
    color: var(--rwLightgray);
    border: 0;
  }
  div.tab-content {
    padding: 0 1.25rem 0.75rem 1.25rem;
    text-align: center;
  }
  .table-style.table-borderless td{
    font-family: var(--secondaryFont);
    font-size: 0.8rem;
    padding: 0.3rem;
    text-align: left;
  }
  .table-style td:first-child{
    color: #565656;
    font-weight: 700;
  }
  .table-style td:last-child{
    color: #888;
  }
  @media only screen and (min-width: 841px) {
    .navbar-expand-custom {
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
    }
    .navbar-expand-custom .navbar-nav {
      flex-direction: row;
    }
    .navbar-expand-custom .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
    .navbar-expand-custom .navbar-collapse {
      display: flex !important;
    }
    .navbar-expand-custom .navbar-toggler {
      display: none;
    }
    div#navbarToggler {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
    }
  }
  @media only screen and (max-width: 1200px) {
    .productsConatiner {
      max-width: 630px;
    }
    h4.heading {
      margin-right: 1.315em;
    }
    .product {
      width: calc(100% / 4.25);
    }
  }
  @media only screen and (max-width: 1060px) {
    nav.navbar.navbar-light .nav-link {
      padding: 0 0.625em 1.25em 0.625em;
    }
  }
  @media only screen and (max-width: 1024px) {
    .rwLogo {
      height: 65px;
    }
    nav.navbar.navbar-light .nav-link {
      font-size: 0.875rem;
      letter-spacing: 2px;
      padding: 0 0.625rem 1.25rem;
    }
    .midSection {
      padding: 3.125rem 0;
    }
    .customRow div:nth-child(4) ul.footerLinks {
      letter-spacing: 2px;
    }
    .customRow div:nth-child(2),
    .customRow div:nth-child(3) {
      margin-left: -1px;
    }
    .customRow div:nth-child(1) a img {
      max-width: 150px;
    }
  }
  @media only screen and (max-width: 991px) {
    .productsConatiner {
      max-width: 470px;
    }
    h4.heading {
      margin-right: 0.65rem;
    }
  }
  @media only screen and (max-width: 841px) {
    .rwLogo {
      height: 50px;
    }
    nav.navbar {
      padding: 0;
    }
    nav.navbar > div:nth-child(2) {
      padding: 0 1.25em;
      width: 100%;
    }
    nav.navbar div:nth-child(3) ul:nth-child(2) {
      margin-top: 0.75em;
      background-color: var(--rwLightgray);
    }
    .menu1 {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
    }
    nav.navbar.navbar-light .faIcons .nav-link {
      padding: 0.15em 0.625em 1.25em 0.35em;
    }
    nav.navbar.navbar-light .links.Mobile .faIcons .nav-link {
      padding-bottom: 0.875em;
    }
    nav.navbar.navbar-light .faIcons .nav-item:nth-child(3) .nav-link {
      padding-right: 0;
    }
    .responsiveMenu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
    }
    #navbarToggler ul:first-child {
      display: none;
    }
    nav.navbar.navbar-light .nav-link {
      color: white;
      padding: 0.625rem 1.25rem;
    }
    nav.navbar.navbar-light #navbarToggler ul:nth-child(2) .nav-item {
      border-bottom: 1px solid white;
    }
    nav.navbar.navbar-light .nav-item.active .nav-link {
      color: white;
    }
    nav.navbar.navbar-light .nav-link:hover {
      color: white;
      transition: all ease-in 0.3s;
      -webkit-transition: all ease-in 0.3s;
      -moz-transition: all ease-in 0.3s;
      -ms-transition: all ease-in 0.3s;
      -o-transition: all ease-in 0.3s;
    }
    #navbarToggler {
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      z-index: 9;
    }
    .midSection {
      margin-top: 12px;
    }
  }
  @media only screen and (max-width: 768px) {
    .midSection {
      padding: 2.5rem 0;
    }
    .productsConatiner {
      max-width: 100%;
    }
    h4.heading {
      margin-top: 0.625rem;
      margin-right: 0;
    }
    .product {
      margin-right: 10px;
    }
    .product:nth-child(4n) {
      margin-right: 0;
    }
    .productDetails div:nth-child(2){
      padding-right: 0;
    }
    .productDetails div.tab-content{
      padding-right: 1.25rem;
    }
  }
  @media only screen and (max-width: 641px) {
    .customRow > div:not(:last-child) {
      margin: 0 0 1.875rem 0;
    }
    .customRow .width3 {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important;
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important;
    }
    .customRow div:nth-child(4) ul.footerLinks li:not(:last-child) {
      margin-right: 0;
      margin-bottom: 0.625rem;
    }
    .customRow div:nth-child(4) ul.footerLinks {
      letter-spacing: 1px;
    }
    .customRow div:nth-child(3) ul.footerLinks,
    .customFooter address {
      width: auto;
      margin: 0 auto;
    }
    .customRow div:nth-child(4) ul.footerLinks {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0;
    }
    .customFooter address {
      letter-spacing: 0;
    }
    .customRow div:nth-child(3) ul.footerLinks li a {
      padding: 7px 10px 5px 10px;
    }
    .loginContainer {
      width: 90%;
    }
    .product {
      width: calc(100% / 3.135);
    }
    .product img {
      min-width: 100%;
    }
    .product:nth-child(3n) {
      margin-right: 0;
    }
    .product,
    .product:nth-child(4n) {
      margin-right: 10px;
    }
  }
  @media only screen and (max-width: 523px) {
  .details #nav-tab a.nav-item{
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
    border:0;
    border-bottom:3px solid #f0f0f0;
  }
  }
  @media only screen and (max-width: 511px) {
    .product,
    .product:nth-child(4n) {
      margin-right: 9px;
    }
  }
  @media only screen and (max-width: 480px) {
    .links.Mobile {
      display: block;
      margin: 0 auto;
    }
    .responsiveMenu .links {
      display: none;
    }
    .rwLogo {
      margin-top: 0;
    }
    h4.heading {
      margin-bottom: 1em;
    }
    .product {
      width: calc(100% / 2.0875);
    }
    .product img {
      min-width: 100%;
    }
    .product,
    .product:nth-child(3n),
    .product:nth-child(4n) {
      margin-right: auto;
    }
    .product:nth-child(2n) {
      margin-right: 0;
    }
    .btnContainer{
      -ms-flex-wrap:wrap;
      flex-wrap:wrap;
    }
    .btnContainer button.btn.width50{
      width: 100%;
    }
    .btnContainer button.btn.width50:first-child{
      margin-right: 0;
      margin-bottom: 0.8rem;
    }
  }
  @media only screen and (max-width: 340px) {
    .product {
      width: calc(100% / 2.105);
    }
    .customFooter address {
      font-size: 0.8275rem;
    }
  }
  /*Login*/
  .login_bg {
      background-image: none;
      padding: 60px 0 0 0;
  }
  .overlay {
      background-color: transparent;
  }
  .form_wrap {
      margin: 30px auto 60px auto;
  }
  .login_wrap {
      width: 800px;
      max-width: 100%;
      background: rgba(52,117,153,.92);
      margin: auto;
      overflow: hidden;
      opacity: .8;
      border-radius: 0;
  }
  ::placeholder{
    font-family:arial;
  }
  .login_bg > span {
      font-size: 30px;
      line-height: 1.2;
      font-family: 'Playfair Display', serif;
  }
  form textarea, form input[type="text"], form input[type="password"], form input[type="datetime"], form input[type="datetime-local"], form input[type="date"], form input[type="month"], form input[type="time"], form input[type="week"], form input[type="number"], form input[type="email"], form input[type="url"], form input[type="search"], form input[type="tel"], form input[type="color"], form select {
      background: #fff;
      border-radius: 0;
      color: #2b2b2b;
      padding: 7px 12px;
      width: 100% !important;
      font-size: 14px;
      margin: 0 0 3px;
      height: auto;
      border-color: transparent;
      border:none;
      border-radius:0 !important;
  }
  input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="phone"]:focus, select:focus, textarea:focus{
      border-color: transparent;
      box-shadow: none;
  }
  .span_block {
      color: #fff;
  }
  .span_block a, .span_signup a {
      color: #ffffff;
      text-decoration: underline;
  }
  .span_block a:hover, .forget_pass a:hover, .span_signup a:hover {
      color: #fff;
      text-decoration: underline !important;
  }
  .forget_pass a {
      color: #fff;
      text-decoration: underline;
  }
  input[type="submit"], input[type="reset"], input[type="button"], button, .button{
    padding:8px 10px;
  }
  .remember-me {
      display: none;
  }
  .span_block{
    text-align: center;
  }
  /*Sign-up*/
  .form_wrap > span{
    color: #fff;
    margin-bottom: 35px;
  }
  .notification_setting > span, .vendor_bb > span{
    color: #fff;
  }
  input[type="checkbox"] + label, input[type="radio"] + label {
      color: #ffffff;
  }
  input[type="checkbox"] + label:before, input[type="radio"] + label:before {
      background: rgb(10 54 96 / 11%) !important;
      border-color: rgb(10 54 96) !important;
  }
  input[type="checkbox"] + label:before {
      border-radius: 0px;
  }
  button.primary  a:hover {
      color: #fff;
  }
  .floating-button-menu {
      background: #28537e;
      min-height: 30px;
      border-radius: 0px;
  }
  .spec_title {
      color: #28537e;
  }
  .floating-button-menu .floating-button-menu-links a:hover {
      background-color: #28537e;
  }
  .sample_details > span, .fabric_details > span, .patterns_details > span, .home_sias > span{
    border-radius: 0px;
  }
  .button.primary:after,
  .button.secondary:after {
    z-index: -1;
    content: "";
    padding: 7px;
    transform: scale(0.1);
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -7px;
    top: -7px;
    box-sizing: content-box;
    opacity: 0;
    padding: 7px;
    transition: all 0.5s ease;
	}
