* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Fauna One', serif;
}
.contact-info {
  margin-top: 10px;
  font-weight: 500;
  font-size: 20px;
}
.logo {
  width: 300px;
  height: 50px;
}
.line {
  border: 2px solid #c4c4c4;
  margin: 0;
}
.navbar-expand-lg .navbar-nav > .nav-item:not(:last-child) > .nav-link {
  margin-right: 1em;
  margin-left: 1em;
}
.navbar-expand-lg .navbar-nav > .nav-item > .nav-link {
  font-weight: bold;
  color: #1e1e1e !important;
}
.ico-search {
  color: #bba249;
  cursor: pointer;
}
.hero-section {
  background: url(../img/hero-img.jpg);
  width: 100%;
  height: 400px;
  background-size: cover;
}
h1.hero-text {
  padding-top: 1.5em;
  font-family: 'Fauna One', serif;
  font-style: normal;
  font-weight: normal;
}
.flag-adjustment {
  width: 90px;
  height: 50px;
}
.paragraph-handmade-adjust {
  font-size: 20px;
}
.btn-first {
    text-decoration: none;
    color: #ffffff;
    /* border: 2px solid #707070; */
    padding: 5px 20px;
    display: inline-block;
    background-color: #91499c;
  box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.32);
-webkit-box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.32);
-moz-box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.32);
}

.btn-first:hover {
  color: #1a3138;
}
.browse-section {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #f4f6f7;
}
#img-carousel .owl-nav {
  display: block;
  font-size: 4.5em;
  color: #1a3138;
}

#img-carousel .owl-next {
  position: absolute;
  right: -45px;
  bottom: 43%;
  /* transform: translateY(-50%); */
  outline: none;
}

#img-carousel .owl-prev {
  position: absolute;
  left: -45px;
  bottom: 43%;
  /* transform: translateY(-50%); */
  outline: none;
}
.btn-second {
  text-decoration: none;
  color: #fff;
  background-color: #253c42;
  border-radius: 50px;
  padding: 10px 30px;
  display: inline-block;
}

.btn-second:hover {
  color: #fff;
}

.couch {
  /* justify-content: center; */
  width: 80%;
  height: auto;
}
.paragraph-xyz-adjust {
  font-size: 19px;
}
.clip-div {
  position: relative;
  background: url(../img/Clip.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  padding: 3em 2em;
}
.special-offer {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}
.discount {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 70px;
  color: #a3061f;
}
.first-purchase {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}
.btn-third {
  text-decoration: none;
  color: #fff;
  background-color: #253c42;
  border-radius: 50px;
  padding: 10px 30px;
  display: inline-block;
}
.btn-third:hover {
  color: #fff;
}
/* Customers Section */
.customers-section {
  background: url(../img/yellow-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
 
}

img.pattern-overlay {
    height: auto;
	width:100%;
}
.customers-section .main-text {
  font-style: italic;
}

.customers-section .gray-text {
  font-weight: 300;
}

.customers-section .customers-parent.right-border {
  border-right: 2px solid #d6dadb;
}

.customers-section .customers-parent {
  padding: 0 4em;
}

/* Contact Section */
.contact-section {
  background-color: #122a34;
}

.contact-section .contact-heading .under-line {
  border-bottom: 1px solid white;
  display: inline-block;
  padding-bottom: 0.1em;
  text-decoration: none !important;
  color: white !important;
}

.contact-section .contact-header .contact-heading {
  background-color: #91499c;
  padding: 1em;
  text-align: center;
  color: white;
  font-size: 1.5em;
}

.contact-section .brand-logo img {
  height: 68px;
}

.contact-section .address {
  color: var(--theme-color);
  padding-bottom: 3em;
  width: 75%;
}

.contact-section .address .add {
  display: flex;
  align-items: baseline;
}

.contact-section .address .add .main-text {
  color: white;
  font-size: 0.9em;
  line-height: 1.7;
}

.contact-section .address .add i {
  width: 2.2em;
}

.contact-section .social-icon {
  display: inline-block;
  margin-top: 2em;
  text-decoration: none;
}

.contact-section .social-icon img {
  margin-right: 0.5em;
  height: 28px;
  filter: invert(98%) sepia(16%) saturate(15%) hue-rotate(92deg)
    brightness(113%) contrast(100%);
}

.contact-section .get-heading {
  color: white;
  font-size: 1.2em;
  font-weight: 600;
}

.contact-section .contact-input {
  width: 100%;
  background: #063141;
  border: 1px solid white;
  padding: 0.3em 0.8em;
  margin-bottom: 0.9em;
  color: white;
  outline: none;
  transition: 100ms ease-in-out;
}

.contact-section .contact-input:focus {
  border-color: var(--theme-color);
}

.contact-section .contact-input::placeholder {
  color: white;
  font-weight: 300;
}

.contact-section textarea.contact-input {
  resize: none;
  padding-top: 0.6em;
}

.contact-section .text-area {
  position: relative;
}

.contact-section .footer-logo {
  margin-top: 3.5em;
  margin-bottom: 1.5em;
}

/* Footer */
.page-footer {
  padding: 1em;
  background-color: #001b24;
  text-align: center;
  color: white;
  border-top: 1px solid white;
}




.page-footer .footer-text {
  font-weight: 300;
}


.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: bold;
}

.my-btn {

 margin-bottom: 20px;
 padding: 8px 16px;
 background-color: #91499c;
 color: #fff;
 border: none;
 font-weight: bold;

}

.my-btn:hover {

 
 background-color: #f4b2ff;
 

}

#gallery {
  
  background: url(../img/One-Quilt-Web-Design.jpg);
  background-size: cover;
  background-repeat: no-repeat;
 
}

.pattern-content {
    padding: 15px;
   
}

.pattern-note {
    margin-bottom:0px;
}

ul.pattern-list {
    list-style: none;
    margin-top: 15px;
}

ul.pattern-list li {
    font-size: 20px;
}

.text-blue {
    color: #68afc3!important;
}

.pattern-shop {
    padding: 12px;
    -webkit-box-shadow: 6px 6px 2px 2px rgba(0,0,0,0.13);
    box-shadow: 6px 6px 2px 2px rgba(0,0,0,0.13);
    border: 1px solid #eaeaea;
}

button.mysearch {
    border: none;
    padding: 3px 8px;
    background-color: #91499c;
    color: #fff;
}

h2.woocommerce-loop-product__title {
    text-align: center;
    font-weight: bold;
    color: #000;
}

span.price {
    text-align: center;
    
    }


span.woocommerce-Price-amount.amount {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: block;
    text-align: center;
    background-color: #91499c;
    color: #fff;
}

.my-5 {
    margin-top: 2rem!important;
    margin-bottom: 2rem!important;
}

.mypattern {
    margin-bottom: 30px;
}

.text-center.xyz-h2 {
    padding-top: 18px;
}

section#about {
    padding-top: 25px;
    padding-bottom: 25px;
}





/* Media Queries */


@media (max-width: 411px) {
  .hero-section {
   
    height: 198px;
  
}
}


@media (min-width: 412px) and (max-width: 768px) {
  .quality-section .quality-side {
    padding: 2em;
  }

  .navbar .navbar-brand img {
    height: 55px;
  }

  .navbar-toggler {
    border: 1px solid var(--theme-color);
  }

  .navbar-toggler > .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(224,101,34, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

  #img-carousel .owl-prev,
  #img-carousel .owl-next {
    position: unset;
  }

  #img-carousel .owl-nav {
    font-size: 3em;
    margin-top: 0.5em;
  }

  #img-carousel .owl-dots {
    display: block;
  }

  .customers-section .customers-parent.right-border {
    border-right: none;
  }

  .customers-section .customers-parent {
    padding: 0em;
  }
  .contact-section .address {
    width: 100%;customer
  }
  .navbar-expand-lg .navbar-nav > .nav-item:not(:last-child) > .nav-link {
    margin-left: 0;
    margin-right: 0;
  }
}

.woocommerce ul.products li.product a img {
   transition: 0.3s;
}

.woocommerce ul.products li.product a img:hover {
   transform: scale(1.1);
}

.woocommerce ul.products li.product .button {
    transition: 0.3s;
}

.woocommerce ul.products li.product .button:hover {
   transform: scale(1.1);
   background-color:#692673;
}

.woocommerce div.product div.images img {
    display: block;
    width: auto;
    height: auto;
    box-shadow: none;
}

p {
    font-size:14px;
}

.mark, mark {
   background-color: #fcf8e300;
}

.woocommerce ul.products li.product a img {
   
    margin-bottom: 0px;
}

.woocommerce ul.products li.product a img {
   
    margin-bottom: 0px;
}

h2.woocommerce-loop-category__title {
    background:#fff;
}



/* SLIDER */

.checked {
  color: orange;
}

.rbd-core-ui {
    
    height:300px;
    margin-top:60px;
    margin-bottom: 60px;
    
}

.rbd-review-slider .rbd-preloader {
  width: 36px;
  height: 36px;
  margin: 0 auto;
}

.rbd-review-slider .rbd-review.rbd-prev {
  transform: translate3d(-100px, 0, -50px);
  display: inline-block;
}

.rbd-review-slider .rbd-review.rbd-next {
  transform: translate3d(100px, 0, -50px);
  display: inline-block;
}

.rbd-review-slider .rbd-review.rbd-curr {
  z-index: 10;
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1;
  display: inline-block;
}

.rbd-review-slider .rbd-review {
  padding: 20px 30px;
  font-size: 18px;
  line-height: 1.612;
  border-radius: 4px;
  box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.5);
  display: none;
  vertical-align: top;
  transition: opacity 0.35s ease-out, transform 0.35s ease-out;
  opacity: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0;
  background: #fff;
  max-width: 600px;
}

.rbd-review-slider .rbd-review.rbd-first {
  display: block;
}

.rbd-review-slider .rbd-heading {
  margin-top: 0;
  margin-bottom: 10px;
}

.rbd-review-slider svg {
  fill: #ffbb58;
  width: 24px;
  margin-right: 1px;
}

.rbd-review-slider .rbd-review-meta {
  font-size: 12px;
  color: #565656;
  margin-top: 12px;
  text-align: center;
}

.rbd-review-slider .rbd-gravatar {
  border-radius: 100%;
  width: 100px;
  float: left;
  margin-right: 15px;
  border: 6px solid transparent;
  box-shadow: 0 3px 12px -2px rgba(0, 0, 0, 0.35);
}

.rbd-footing {
  margin: 20px 0 0;
  text-align: center;
}

@keyframes round {
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}



