/**
 * @file
 * RCR theme CSS.
 */
@font-face {
    font-family: OldLondon;
    src: url(../fonts/OldLondon.ttf);
}
@font-face {
    font-family: Livvic;
    src: url(../fonts/Futura-Book-font.ttf);
}
body {
  /*font-family: 'Livvic' !important;
  font-weight: 400 !important;
  color: #000000 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  width: 100%;*/

  /*font-family: 'Montserrat', sans-serif;*/
  /*background: var(--deep) !important;*/
  /*color: var(--cream) !important;*/
  overflow-x: hidden;
}
/*body::-webkit-scrollbar-track*/
/*{*/
/*  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
/*  background-color: #F5F5F5;*/
/*}*/

/*body::-webkit-scrollbar*/
/*{*/
/*  width: 6px;*/
/*  background-color: #F5F5F5;*/
/*}*/

/*body::-webkit-scrollbar-thumb*/
/*{*/
/*  background-color: #000000;*/
/*}*/

/*.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {*/
/*  font-family: inherit;*/
/*  font-weight: 500;*/
/*  line-height: 1.1;*/
/*  color: inherit;*/
/*}*/
/* default font size */
.fa {
  font-size: 16px;
  color: #914a3e;
}
.fa-inverse {
  color: #fff;
}
/* Override the bootstrap defaults */
/*h1 {*/
/*  font-size: 33px;*/
/*}*/
/*h2 {*/
/*  font-size: 27px;*/
/*}*/
/*h3 {*/
/*  font-size: 21px;*/
/*}*/
/*h4 {*/
/*  font-size: 14px;*/
/*}*/
/*h5 {*/
/*  font-size: 12px;*/
/*}*/
/*h6 {*/
/*  font-size: 10.2px;*/
/*}*/
strong {
    font-weight: 800 !important;
}

a:hover {
  text-decoration: none !important;
}
ul {
  list-style: none;
  padding-left: 0;
}
legend {
  font-size: 18px;
  padding: 7px 0px
}
label {
  font-size: 16px;
  font-weight: normal;
  color: #5f7680;
}
.form-control, .form-select {
  border-radius: 0.25rem !important;
  line-height: 2 !important;
}
.navbar-brand {
  position: relative;
  display: inline-flex;
}
#navbar-top .svg-inline--fa,
#navbar-top .nav-link {
  color: #000;
}
#navbar-top a, #navbar-top a:hover {
  text-decoration: none;
}
#navbar-branding {
  z-index: 9;
  padding-top: 11px;
}
#navbar-main {
  z-index: 9;
  background-color: rgb(2 150 72);
}
.hero-section {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1)), url(../images/carpet-banner.webp);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  height: 70vh;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.hero-caption {
  padding: 17% 10%;
  text-align: center;
}

/* Homepage Slider */
.slider_overlay {
  /*background: none repeat scroll 0 0 #242434;*/
  height: 100%;
  /*opacity: 0.5;*/
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  cursor: pointer;
}

/*===SLIDER NAVIGATIONS==*/
.slides-navigation a {
  width: 100px;
  height: 100px;
}
.slides-navigation .icon-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.slides-navigation a::before,
.slides-navigation a::after,
.slides-navigation .icon-wrap::before,
.slides-navigation .icon-wrap::after {
  position: absolute;
  left: 50%;
  width: 3px;
  height: 50%;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slides-navigation .icon-wrap::before,
.slides-navigation .icon-wrap::after {
  z-index: 100;
  height: 0;
  background: #fff;
  -webkit-transition: height 0.3s, -webkit-transform 0.3s;
  transition: height 0.3s, transform 0.3s;
}
.slides-navigation a::before,
.slides-navigation .icon-wrap::before {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-135deg);
  transform: translateX(-50%) rotate(-135deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.slides-navigation a.next::before,
.slides-navigation a.next .icon-wrap::before {
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.slides-navigation a::after,
.slides-navigation .icon-wrap::after {
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.slides-navigation a.next::after,
.slides-navigation a.next .icon-wrap::after {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
.slides-navigation h3 {
  position: absolute;
  top: 50%;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.85em;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.slides-navigation a.prev h3 {
  left: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.slides-navigation a.next h3 {
  right: 100%;
  text-align: right;
  -webkit-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
}
.slides-navigation a:hover .icon-wrap::before,
.slides-navigation a:hover .icon-wrap::after {
  height: 50%;
}
.slides-navigation a:hover::before,
.slides-navigation a:hover .icon-wrap::before {
  -webkit-transform: translateX(-50%) rotate(-125deg);
  transform: translateX(-50%) rotate(-125deg);
}
.slides-navigation a.next:hover::before,
.slides-navigation a.next:hover .icon-wrap::before {
  -webkit-transform: translateX(-50%) rotate(125deg);
  transform: translateX(-50%) rotate(125deg);
}
.slides-navigation a:hover::after,
.slides-navigation a:hover .icon-wrap::after {
  -webkit-transform: translateX(-50%) rotate(-55deg);
  transform: translateX(-50%) rotate(-55deg);
}
.slides-navigation a.next:hover::after,
.slides-navigation a.next:hover .icon-wrap::after {
  -webkit-transform: translateX(-50%) rotate(55deg);
  transform: translateX(-50%) rotate(55deg);
}
.slides-navigation a:hover h3 {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
}

/*===SLIDER CAPTION===*/
.slider_caption {
  margin-top: 20%;
  padding: 0 13%;
  position: relative;
  text-align: center;
  z-index: 999;
  /*background-color: rgba(0,0,0,0.5);*/
}
.slider_caption > h1, .slider_caption > h2 {
  font-size: 65px;
  /*font-weight: 700;*/
  line-height: 76px;
  margin: 0 auto 10px;
  padding-bottom: 8px;
  text-align: center;
  text-transform: capitalize;
  width: 90%;
  font-family: 'Livvic';
  color: #ffffff;
  text-shadow: 1px 1px #000;
}
.slider_caption>p{
  color: #ffffff;
  font-size: 26px;
  padding-top: 20px;
  font-weight: 600;
  text-shadow: 1px 1px #000;
}
.slider_caption>a{
  margin-top: 30px;
}
.slider_btn{
  padding: 10px 15px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  text-transform: uppercase;
}
.slider_btn:hover,.slider_btn:focus{
  text-decoration: none;
}
.slides-pagination a {
  border: 2px solid #914a3e;
  border-radius: 0;
  width: 15px;
}
#block-views-block-homepage-slider-block-1 {
  padding-left: 0;
}
.homepage-slider {
  position: relative;
  margin-top: -125px;
}
.cta-btn {
  text-decoration: none;
}
.cta-btn:hover {
  color: #ffffff !important;
}

/* End of Homepage Slider */

/*.tagline {
  font-size: 55px;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Livvic';
  margin-bottom: 50px;
  line-height: 55px;
  text-shadow: #000 1px 1px;
}*/
.btn-primary {
  /*color: #ffffff;*/
/*  background-color: #5f7680 !important;*/
  /*background-repeat: repeat-x;
  border: none !important;
  border-radius: 0.25rem !important;
  padding: 6px 15px !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  box-shadow: none;
  width: auto;
  background: #60777f;
    background: linear-gradient(to bottom, #60777f 0%, #305864 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #60777f), color-stop(100%, #305864));
    background: -webkit-linear-gradient(top, #60777f 0%, #305864 100%);
    background: -moz-linear-gradient(top, #60777f 0%, #305864 100%);
    background: -o-linear-gradient(top, #60777f 0%, #305864 100%);
    background: -ms-linear-gradient(top, #60777f 0%, #305864 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60777f', endColorstr='#305864', GradientType=0);
    border: 1px solid #60777f;
    box-shadow: inset 0 1px 0 #60777f;
    -webkit-box-shadow: inset 0 1px 0 #60777f;
    -moz-box-shadow: inset 0 1px 0 #60777f;*/
}
.slick-prev {
  border-radius: 5px 0px 0px 5px;
  color: #fff;
  left: 0px;
  background-image: url(../images/Slider_arrow_left-512.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: 30px;
  width: 10px !important;
}
.slick-next {
  border-radius: 0 5px 5px 0;
  color: #fff;
  right: 0;
  background-image: url(../images/Slider_arrow_right-512.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: 30px;
  width: 10px !important;
}
.about-sep {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}
.head2 {
  color: #ffffff;
  font-size: 32px;
  font-family: 'Livvic';
  font-weight: 700;
  text-transform: capitalize;
}
.spl-quote {
  font-size: 26px;
  margin-top: 30px;
}
.sqf, .sqe {
  top: -10px;
  position: relative;
  padding-right: 10px;
}
.about-sep {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}
p {
  /*font-size: 20px;
  color: #000;
  line-height: 30px;
  font-weight: 300;
  font-family: 'Livvic';
  font-family: 'Montserrat', sans-serif;*/
}
.color-code {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 15px;
  border: 1px solid #000;
/*  border-radius: 50%;*/
}
.menu--main .nav-link {
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}
.menu--main .nav-link.is-active {
    font-weight: 600 !important;
    border-bottom: 2px solid #fff;
}
.menu--main .nav-link:hover {
    color: #ffffff !important;
    font-weight: 600;
    border-bottom: 2px solid #fff;
}
#main {
  margin-top: 30px;
}
.cart-block--summary__count,
.menu--account .nav-link {
  color: #fff;
}
.cart-block--summary a {
  display: block;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.cart-block--summary__count:hover,
.menu--account .nav-link:hover {
  color: #fff;
}
#navbar-main .container {
  /*border-bottom: 1px solid #5f7680;*/
/*  border-top: 1px solid #5f7680;*/
}
.path-frontpage #navbar-main .container {
/*  border-top: 1px solid #ccc;*/
  border-bottom: none !important;
}
.top-tagline a {
  color: #000;
}
.top-tagline a:hover {
  color: #5f7680;
}
.navbar-brand img {
  max-width: 100px;
  height: auto;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.navbar-brand span {
  font-size: 32px;
  line-height: 34px;
  font-weight: 600;
  color: #fff;
  margin-left: 15px;
  margin-top: 2px;
}
.navbar-brand .site-name {
  color: rgb(2 150 72);
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  font-size: 32px;
}
.logoregistered {
    color: #000 !important;
}
.navbar-brand .site-slogan {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #232323;
}
.pbw {
  background-color: #f9f6f6;
  padding: 10px;
  margin-bottom: 15px;
}
.pbw .svg-inline--fa {
  color: #5f7680;
}
.eqbox {
  border: 1px solid #60777f;
  padding: 7px;
  text-align: center;
  margin-bottom: 15px;
  aspect-ratio: 3/2;
  justify-content: center;
  display: flex;
  flex-flow: column;
}
.eqbox a {
  color: #000;
  text-decoration: none;
}
.eqbox:hover {
  background-color: #60777f;
}
.eqbox:hover a {
  color: #fff;
}
.product-category {
  background-color: #60777f;
  color: #fff;
  font-size: 16px;
  padding: 2px 8px;
}
.pc6 {
  margin-bottom: 15px;
}
.pw {
  font-size: 18px;
}
.product-title {
  font-size: 30px;
  color: #000;
}
.product-por {
  margin-top: 30px;
  margin-bottom: 30px;
}
.por {
  text-align: center;
}
.enquiry-title {
  margin-bottom: 15px;
}
.carpet-info {
  margin-top: 50px !important;
}
.field-label {
  font-size: 20px;
  border-bottom: 1px solid #5f7680;
  line-height: 45px;
  margin-bottom: 15px;
}
.carpet-specs .item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-left: 0;
/*  display: flex;*/
  font-size: 16px;
}
.carpet-specs .item .text-start {
  color: #5f7680;
}
.carpet-specs .item .text-end {
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
}
.carper-description .field--name-body p,
.carpet-care p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.item-code {
  font-size: 18px;
}
.product-note {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.note-wrapper {
  background-color: #60777f;
  padding: 20px 40px !important;
}
.note-wrapper p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
#block-copyright {
  border-top: 1px solid #c9a96e;
}
#block-copyright p {
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.site-footer-social-links a:hover svg {
  color: #C9A96E;
}
.footer {
  background-color: #313435;
}
.footer-contact .img-logo {
  display: flex;
  justify-content: center;
}
.footer-contact .img-logo h2 {
  align-content: center;
  display: inline-grid;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  margin-left: 15px;
}
.footer-contact .svg-inline--fa,
.faddress {
  color: #fff;
}
.footer-contact p a,
.faddress {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  line-height: 18px;
}
.fphone {
  color: #fff;
  line-height: 14px;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #000 !important;
}
.btn-check:focus + .btn, .btn:focus {
  box-shadow: none !important;
}
.region-footer-first,
#block-ourcompany,
#block-ourpolicies,
#block-ourservices {
  text-align: center;
}
#block-ourcompany .nav,
#block-ourpolicies .nav,
#block-ourservices .nav {
  display: block !important;
}
#block-ourcompany .nav-link,
#block-ourpolicies .nav-link,
#block-ourservices .nav-link {
  /*color: #fff;*/
  display: block;
  font-size: 12px;
  color: rgba(245, 239, 230, 0.4);
  text-decoration: none;
  margin-bottom: 0px;
  transition: color 0.3s;
}
#block-ourcompany .nav-link:hover,
#block-ourpolicies .nav-link:hover,
#block-ourservices .nav-link:hover {
  color: #c9a96e;
}
#block-ourcompany h2,
#block-ourpolicies h2,
#block-ourservices h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  border-bottom: 1px solid #eee;
  width: 50%;
  margin-left: 25%;

  font-size: 9.5px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  /*color: var(--gold) #C9A96E;*/
  margin-bottom: 16px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(201, 169, 110, 0.16);
  color: #C9A96E;
}
.site-footer__top {
  padding-top: 40px;
}
.view-more a {
  color: #000;
}
.view-more a:hover {
  color: #5f7680;
  text-decoration: none;
}
.note-wrapper strong {
  text-decoration: underline;
}
.view-product-catalog .product-title,
.view-front-catalog .product-title {
  margin-bottom: 5px;
  font-size: 16px;
  text-align: center;
  display: block;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.view-product-catalog .product-title a,
.view-front-catalog .product-title a {
  font-size: 18px;
  text-align: center;
  display: block;
  color: #000;
  text-decoration: none;
}
.view-product-catalog .stretched-link,
.view-front-catalog .stretched-link {
  text-align: center;
  color: #000;
  text-decoration: none;
}
.view-product-catalog .stretched-link .product-size,
.view-front-catalog .stretched-link .product-size,
.view-product-catalog .stretched-link .product-technique,
.view-front-catalog .stretched-link .product-technique
{
    font-size: 14px;
}


.view-product-catalog .product-info,
.view-front-catalog .product-info {
  padding: 10px;
  border-bottom: 2px solid #000;
  min-height: 125px;
}
.product:hover .product-info {
/*  background-color: #5f7680;*/
    color: #fff;
    border-bottom: none;
    margin-top: -7px;
    padding-bottom: 21px;
    background: #60777f;
    background: linear-gradient(to bottom, #60777f 0%, #305864 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #60777f), color-stop(100%, #305864));
    background: -webkit-linear-gradient(top, #60777f 0%, #305864 100%);
    background: -moz-linear-gradient(top, #60777f 0%, #305864 100%);
    background: -o-linear-gradient(top, #60777f 0%, #305864 100%);
    background: -ms-linear-gradient(top, #60777f 0%, #305864 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60777f', endColorstr='#305864', GradientType=0);
    /*border: 1px solid #004D1E;*/
    /*box-shadow: inset 0 1px 0 #0F7A4B;*/
    /*-webkit-box-shadow: inset 0 1px 0 #0F7A4B;*/
    /*-moz-box-shadow: inset 0 1px 0 #0F7A4B;*/
}
.product .product-hover {
  display: none !important;
  font-size: 26px;
}
.product .product-image {
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.product .product-image img {
  opacity: 1;
  -webkit-transition: opacity 1s,-webkit-transform 1s;
  transition: opacity 1s,-webkit-transform 1s;
  transition: opacity 1s,transform 1s;
  transition: opacity 1s,transform 1s,-webkit-transform 1s;
  mix-blend-mode: multiply;
}
.product:hover .product-hover {
  display: flex !important;
  font-size: 26px;
  z-index: 9999;
  color: #fff;
}
.product:hover .product-image img {
  -webkit-transform: scale3d(1.1,1.1,1);
  transform: scale3d(1.1,1.1,1);
  opacity: 1;
  filter: blur(0.5px);
  -webkit-filter: blur(0.5px);
}
.product:hover .stretched-link,
.product:hover .product-title {
  color: #fff;
}
.product a {
  text-decoration: none;
}
.view-product-catalog .views-exposed-form,
.view-front-catalog .views-exposed-form {
  display: flex;
  flex-wrap: wrap;
}
.bef-exposed-form {
  margin-bottom: 1.5rem;
}
.view-product-catalog .views-exposed-form .js-form-item,
.view-front-catalog .views-exposed-form .js-form-item {
  align-items: center;
  /*display: flex;*/
  margin: .5rem 1.5rem .5rem 0 !important;
}
.view-product-catalog .views-exposed-form .js-form-item label,
.view-front-catalog .views-exposed-form .js-form-item label {
  font-weight: 700;
  margin: 0 .5rem 0 0;
  white-space: nowrap;
}
.view-product-catalog .views-exposed-form .form-actions {
  margin-left: auto;
  margin-top: 16px;
}
.view-product-catalog .views-row,
.view-front-catalog .views-row {
  margin-bottom: 60px;
}
/*.block-facets-summary ul li a .js-facet-deactivate {*/
/*  display: none;*/
/*}*/
/*.block-facets-summary ul li a {*/
/*  position: relative;*/
/*  display: inline-block;*/
/*  margin: 0 5px 5px 0;*/
/*  padding: 2px 35px 4px 10px;*/
/*  font-size: 15px;*/
/*  color: #333;*/
/*  text-decoration: none;*/
/*  background: #fff;*/
/*  border: 1px solid #ccc;*/
/*}*/
/*.block-facets-summary ul {*/
/*  display: inline-block;*/
/*  width: 100%;*/
/*  margin: 0 0 10px;*/
/*  padding: 0;*/
/*  vertical-align: top;*/
/*}*/
/*.block-facets-summary ul li {*/
/*  display: inline-block;*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  vertical-align: top;*/
/*}*/
/*.block-facets-summary ul li a::after {*/
/*  display: inline-block;*/
/*  font-family: "Font Awesome 5 Free";*/
/*  font-weight: 900;*/
/*  font-size: inherit;*/
/*  text-rendering: auto;*/
/*  -webkit-font-smoothing: antialiased;*/
/*  -moz-osx-font-smoothing: grayscale;*/
/*  content: "\f00d";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*  display: block;*/
/*  margin: 0;*/
/*  padding: 2px 0 0 0;*/
/*  width: 25px;*/
/*  height: 100%;*/
/*  color: #333;*/
/*  text-align: center;*/
/*  background: #efefef;*/
/*  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;*/
/*}*/
/*.block-facets-summary ul li a:hover,*/
/*.block-facets-summary ul li a:focus {*/
/*  color: #cc0000;*/
/*  border-color: #cc0000;*/
/*}*/
/*.block-facets-summary ul li a:hover::after,*/
/*.block-facets-summary ul li a:focus::after {*/
/*  color: #fff;*/
/*  background: #cc0000;*/
/*}*/
/*@media (min-width: 992px) {*/
/*  .block-facets-summary {*/
/*    text-align: left;*/
/*  }*/
/*}*/
/*@media (min-width: 768px) {*/
/*  .block-facets-summary ul li a {*/
/*    padding: 2px 40px 4px 15px;*/
/*  }*/
/*  .block-facets-summary ul {*/
/*    padding: 0 0 15px;*/
/*    border-bottom: 1px solid #efefef;*/
/*  }*/
/*}*/
.view-product-catalog .accordion-button,
#sidebar_first .accordion-button {
  color: #60777f;
  font-size: 20px;
  border-radius: 0 !important;
  border-bottom: 1px solid #60777f !important;
}
.view-product-catalog .accordion-button:focus,
#sidebar_first .accordion-button:focus {
  box-shadow: inset 0px 0px 0px 1px #60777f;
  border-color: #60777f;
  border-bottom: none !important;
}
.view-product-catalog .accordion-button:not(.collapsed),
#sidebar_first .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #60777f !important;
}
.view-product-catalog .accordion-button:not(.collapsed)::after,
#sidebar_first .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon) !important;
}
/*.sidebar h2 {*/
/*  color: #60777f;*/
/*  border-bottom: 1px solid #60777f;*/
/*  font-size: 20px;*/
/*}*/
#sidebar_first .accordion-header {
  border-bottom: none;
}
ul.js-facets-checkbox-links {
  padding-left: 0 !important;
}
/*ul.js-facets-checkbox-links > li label {*/
/*  color: #000;*/
/*  margin-left: 10px;*/
/*  font-size: 18px;*/
/*}*/
/*.facets-checkbox, .form-check-input {*/
/*  -webkit-appearance: none;*/
/*  -moz-appearance: none;*/
/*  appearance: none;*/
/*  background-color: #fff;*/
/*  background-position: 50%;*/
/*  background-repeat: no-repeat;*/
/*  background-size: contain;*/
/*  border: 1px solid rgba(0,0,0,.25);*/
/*  height: 1em;*/
/*  margin-top: .25em;*/
/*  print-color-adjust: exact;*/
/*  vertical-align: top;*/
/*  width: 1em;*/
/*}*/
.facets-checkbox:checked[type="checkbox"],
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
}
/*.facets-checkbox:checked, .form-check-input:checked {*/
/*  background-color: #60777f !important;*/
/*  border-color: #60777f !important;*/
/*}*/
.node h2 {
  font-size: 34px;
  font-weight: 800;
/*  text-decoration: underline;*/
  margin-bottom: 15px;
  color: #60777f;
}
.node p, .spl-quote {
  font-size: 20px;
  line-height: 30px;
}
.about-sep p, .spl-quote {
  color: #60777f;
  font-weight: 800;
}
.form-select:focus, .form-control:focus {
  border-color: #60777f !important;
  outline: 0;
  box-shadow: none !important;
}
.thumbnail img {
  border-radius: 0;
  /*mix-blend-mode: multiply;*/
}
#gallery_01 .thumbnail {
  margin-bottom: 10px;
}
.sidebar .block-facets {
  max-height: 350px;
  overflow: auto;
}
.view-product-catalog header {
  margin-bottom: 30px;
}
.facet-item__count {
  color: #60777f;
  margin-left: 15px;
}
.shop-about-slider .slick-dots {
  display: none !important;
}
.whatsapp_float {
  /*background-color: #fff;*/
  /*position: fixed;*/
  /*bottom: 80px;*/
  /*right: 14px;*/
  /*border-radius: 50%;*/
  /*width: 50px;*/
  /*height: 52px;*/
  z-index: 2147483648;
}
.section-inner {
  padding: 50px 10px;
}
.head3 {
  font-family: 'Livvic';
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
.whatsapp_float_link svg {
  /*color: #25D366;*/
  font-size: 2.8rem;
}
.section-inner .head2 {
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 25px;
  color: #232323;
}

.section-inner .head2 {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  width: 100%;
}

.section-inner .head2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 2px;
  background: linear-gradient(
    to right,
    transparent,
    #333 20%,
    #333 80%,
    transparent
  );
}
.why-us-section .head3 {
  margin-bottom: 30px;
}
.why-us-section .item {
  margin-bottom: 50px;
}
.why-us-section img {
  width: 100px;
}
#views-exposed-form-front-catalog-block-1 {
  justify-content: space-between;
}
#block-map iframe {
  width: 100% !important;
  height: 100% !important;
  min-height: 350px;
}
.box-item {
  border: 5px solid #eee;
  border-radius: 50px 0;
  min-height: 350px;
}
.box-item .svg-inline--fa {
  font-size: 35px;
  color: #000;
}
/*#block-contactblock {*/
/*  background: var(--dark);*/
/*  border: 1px solid var(--border);*/
/*  padding: 40px 36px;*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*}*/
/*#block-contactblock label {*/
/*  display: none;*/
/*}*/
#block-contactblock h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 300;
  color: var(--cream);
  margin-bottom: 6px;
}
#block-contactblock .form-control {
  width: 100%;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  color: var(--cream);
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  outline: none;
  transition: border-color 0.3s, background 0.3s;
  appearance: none;
  -webkit-appearance: none;
}
.single_team {
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 1%;
  padding: 30px 0;
  min-height: 430px;
}
.logoregistered {
    font-size: 20px !important;
    position: absolute;
    top: 0;
}
.res-logoregistered {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 25px !important;
    color: #000 !important;
}
.res-site-slogan {
  font-size: 16px;
  color: #232323;
}
.carpet-designs-section {
    margin-top: 5vw;
}
.path-frontpage #main {
    display: none;
}
.grid-1000 {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  padding: 10px;
  min-height: 260px;
  background-color: rgba(123, 120, 120, 0.07);
  color: #000;
  margin-bottom: 50px;
}
.grid-1000:hover {
  background-color: #ffffff;
}
.faq-title {
    font-weight: 800;
    color: #60777f;
}
.faq-item-list {
    list-style: disclosure-closed;
    font-size: 20px;
}
#block-rcr-page-title {
    margin-bottom: 30px;
}
.menu--main .navbar-nav {
    border-bottom: 1px solid #60777f;
}
.path-frontpage .menu--main .navbar-nav {
    border-bottom: none;
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.out_stock {
  background-color: #df0909;
  font-size: 22px;
  color: #fff;
  padding: 0 15px;
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease-in-out;
  -webkit-animation-direction: alternate;
}
.catalog-stockout {
  position: absolute;
  color: #fff;
  transform: rotate(-45deg);
  top: 45px;
  background-color: #df0909;
  left: 0px;
  font-size: 22px;
  font-weight: 600;
  /* Safari */
    -webkit-transform: rotate(-45deg);
  /* Firefox */
    -moz-transform: rotate(-45deg);
  /* IE */
    -ms-transform: rotate(-45deg);
  /* Opera */
    -o-transform: rotate(-45deg);
  z-index: 1;
}
.productzoommain {
  width: 100% !important;
/*  aspect-ratio: 3/2;*/
  object-fit: contain;
  position: relative !important;
}
.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.flex-items.sizebox-item {
    width: 17%;
}
.flex-items.sizebox-item img {
    width: 100%;
    mix-blend-mode: multiply;
}
.flex-items.sizebox-item a {
    font-size: 26px;
    color: #000;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.flex-items.sizebox-item a span {
    margin-top: 15px;
}
#zoom_01 {
    /*mix-blend-mode: multiply;*/
    min-height: 410px !important;
}
.product-color .d-flex {
    align-items: center;
}
.carpet-designs-slider .slick-slide {
  justify-content: center;
  display: flex;
}
.customer-reviews-slider .slick-list {
  margin-left: 15%;
  margin-right: 15%;
  font-style: italic;
}
.block-views-blockcustomer-reviews-block-1 h2 {
  text-align: center;
  text-decoration: underline;
  font-size: 1.7rem;
}
.customer-review-box {
  text-align: center;
}
.customer-review-box .testimonial-quote p {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(17px, 2.5vw, 25px);
  font-weight: 300;
  font-style: italic;
  color: var(--cream);
  line-height: 1.65;
  text-align: center;
}
.site-footer-social-links .svg-inline--fa {
  font-size: 2.5rem;
  color: #fff;
}
.region-footer-second,
.region-footer-third,
.region-footer-fourth,
.site-footer-social-links {
    margin-top: 40px !important;
}
.view-customer-reviews .slick-dots {
    display: none !important;
}

.site-footer__bottom {
  border: none !important;
}
/******RESPONSIVE CSS*******/
/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
  .product-main-image {
      padding: 15px 0px !important;
  }
  .product-main-image img {
    position: relative !important;
/*    border: 1px solid #5f7680;*/
  }
}
/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
  .navbar-toggler {
    border: none !important;
  }
  .navbar-toggler:focus {
    box-shadow: none !important;
  }
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23232323' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }
  #navbar-main {
    position: absolute;
    background-color: rgb(2 150 72);
    width: 100%;
    padding: 0;
    z-index: 99999;
  }
  .block-menu .nav-link {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
  }
  .tagline {
    /*font-size: 30px;
    margin-bottom: 22vh;
    line-height: 40px;*/
  }
  .slider_caption {
    padding: 15px;
  }
  .slider_caption h2 {
    font-size: 30px;
    line-height: 40px;
    /* margin-bottom: 22vh; */
    margin-top: 70vw;
  }
  .slider_caption > p {
    font-size: 22px;
  }
  .phone-email {
    width: 100%;
  }
  .slick-slider {
    padding: 0;
  }
  .view-product-catalog .views-exposed-form .js-form-item {
    width: 100%;
    margin: 10px 0 !important;
  }
  .view-product-catalog .views-exposed-form .form-actions {
    margin-top: 10px;
  }
  .product-thumbnails {
    order: 1;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  #gallery_01 {
    display: flex;
    justify-content: space-evenly;
    padding-left: 5px;
  }
  .btn-primary {
    font-size: 20px !important;
  }
  .product-main-image {
      padding: 15px 50px !important;
      /*border: 1px solid #5f7680;*/
  }
  .product-main-image img {
    position: relative !important;
    /*border: 1px solid #5f7680;*/
    /*padding: 15px;*/
  }
  .view-front-catalog .form-select {
      width: 80vw;
  }
  .flex-items.sizebox-item {
    width: 30%;
  }
  .flex-container {
    flex-flow: row wrap;
  }
  .product-color .d-flex {
      flex-basis: fit-content;
  }
  .site-footer-social-links .svg-inline--fa {
      font-size: 1.8rem;
  }
}


/*  Change 16/12/2025  */
/* Common Floating Wrapper */
.float-wrapper {
    position: fixed;
    right: 25px;
    width: 70px;
    height: 70px;
    z-index: 1000;
}

/* Positions */
.float-call {
    bottom: 110px;
}

.float-whatsapp {
    bottom: 25px;
}

/* Ripple Effect */
.float-wrapper::before,
.float-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.4);
    animation: ripple 2.5s infinite;
}

.float-wrapper::after {
    animation-delay: 1.25s;
}

/* Button Style */
.float-btn {
    position: relative;
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    text-decoration: none;
    animation: bounce 2s infinite, glow 1.5s infinite alternate;
    z-index: 2;
}

/* Colors */
.call-btn {
    background: #0A58CA;
    box-shadow: 0 0 20px rgba(10, 88, 202, 0.9);
}

.whatsapp-btn {
    background: #25D366;
    box-shadow: 0 0 20px rgba(37, 211, 102, 0.9);
}

/* Bounce */
@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Glow */
@keyframes glow {
    from {
        box-shadow: 0 0 10px rgba(0,0,0,0.4),
                    0 0 20px rgba(0,0,0,0.4);
    }
    to {
        box-shadow: 0 0 25px rgba(0,0,0,0.9),
                    0 0 45px rgba(0,0,0,0.9);
    }
}

/* Ripple */
@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

/* 🛑 STOP animations on hover */
.float-wrapper:hover::before,
.float-wrapper:hover::after,
.float-btn:hover {
    animation-play-state: paused;
}

/* Hover scale only */
.float-btn:hover {
    transform: scale(1.15);
    transition: 0.3s ease;
}

/* 📵 Hide Call Button on Desktop */
.float-call {
    display: none;
}

/* 📱 Show Call Button only on Mobile */
@media (max-width: 768px) {
    .float-call {
        display: block;
    }

    .float-wrapper {
        width: 60px;
        height: 60px;
    }

    .float-btn {
        width: 55px;
        height: 55px;
        font-size: 24px;
    }
}

.front-workshop-section .videosection video {
    padding: 0;
}
