b, strong {
  font-weight: bold;
}

a, a:hover {
  text-decoration: none;
}

a, a:visited {
  color: #d1976f;
}
body{
  font-size: 1em;
    line-height: 1.5;
}

.one-half-column-left {
  width: 48%;
  float: left;
}

.one-half-column-right {
  width: 48%;
  float: right;
}

.pxs-newsletter-text {
    font-size: 19px;
    font-weight: normal;
}
.pxs-newsletter-header{
  max-width: 100%;
}
.pxs-newsletter-form-button{
font-size: 11px;
}
.pxs-newsletter-form-input[type=email]::placeholder{
    font-size: 14px;
        color: #574b36;
}
.pxs-newsletter-form-input[type=email]{
    border: 0;
    border-bottom: 1px solid #d2d6dc;
    border-radius: 0;
}
.pxs-newsletter-form-fields{
grid-template-columns: unset;
    grid-template-columns: unset;
}

.collection-page__header h1 {
    text-transform: uppercase;
    border-bottom: 1px solid rgba(235,234,232,.45);
    padding: .5em 0 1em;
    font-size: 1.875em;
}



.pxs-newsletter-form-button:hover {
    padding: 0;
    width: 79px;
    border-radius: 0;
    background: #ccc;
    display: inline-block;
}

.featured-collection__heading,.promotion-blocks__header h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
  	border-bottom: 1px solid rgba(235,234,232,.45);
    padding-bottom: 10px;
}

section {
    border-top: none;
}
.product-price {
    font-size: 27px;
    font-weight: 500;
    padding-top: 15px;
}
.product__heading{
  font-size: 32px;
  line-height: 1.3;

}

input.quantity-field {
    font-size: 16px;
}

@media only screen and (max-width: 600px) {
  .one-half-column-left, .one-half-column-right,
  .one-third-column, .one-third-column-last {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  
  .product__heading{
  font-size: 28px;
}
}
.footer-block::before {
  display: block;
  width: 100%;
  height: 3px;
  border-top: 1px solid #ebeae8;
  border-bottom: 1px solid #ebeae8;
  content: "";
}

//// this code by mr /////
.pxs-announcement-bar {
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: normal;
  line-height: 1.5;
  padding-bottom: 5px;
  padding-top: 5px;
}

.template-index {
  h2 {
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 1.8px;
  }

  .collection-list-item {
    h2, a {
      font-size: 21px;
      letter-spacing: 0;
    }
  }

  .pxs-newsletter-heading {
    font-size: var(--font-size-heading-2);
  }

  .pxs-newsletter-text p {
    font-size: 18px;
    font-weight: normal;
  }

  .pxs-newsletter-form-input[type=email] {
    border: 0;
    border-bottom: 1px solid #eee;
    border-radius: 0;
  }

  .pxs-newsletter-form {
    max-width: 25rem;
  }

  .footer-block__title {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.3px;
  }
}

.footer-block__title {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.3px;
}

.footer-text {
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .footer-blocks {
    grid-template-columns: repeat(2, 2fr);
  }
}

.product-item__title {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #A56335;

  a {
    color: #A56335;
  }
}

.product-item__price {
  font-size: 13px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-weight: 500;
}

.footer-menu__link {
  letter-spacing: 1.4px;
}

.standard-page__header {
  h1 {
    text-transform: uppercase;
    font-weight: normal;
  }
}

@media only screen and (min-width: 991px) {
  .rich-text__content,
  .rich-text__wrapper {
    max-width: 100%;
    width: 100%;
    font-size: 14px;
    font-weight: normal;

    p {
      font-weight: normal;
    }
  }
  .navigation-desktop li > a {
    padding: 1em 1.9em 1em;
    letter-spacing: 2.2px;
    font-size: 11px;
    margin: 0;
  }
  .site-navigation {
    border-bottom: 1px solid #ebeae8;
  }
  .site-header__wrapper,
  .main__wrapper,
  .header-controls__wrapper {
    border-bottom: 0;
    padding: 0 30px;
  }
}


//// this code by mehedi /////

.standard-page__content {
  h2{
  font-size:18px;
}
  p{
	font-size:12px;
}
}
.standard-page__header {
    text-transform: uppercase;
    font-size: 33px;
    border-bottom: 1px solid rgb(235 234 232);
    padding-bottom: 30px;
}
.product-details__add-to-cart-area {
    display: flex;
    align-items: center;
}
 button.product-details__add-to-cart-button {
    font-size: 14px;
    font-weight: 700;
    width: 150px;
    padding: 11px;
    margin-left: 11px;
}

select {
  max-width: 50%;
  background: rgba(143,117,68,.1);
  border: unset;
  color: #8f7544;
  font-weight: 500;
  font-size: 13px;  
}

@media screen and (min-width: 991px){
  .pxs-newsletter-heading{
      font-size: 26px;
  }
.standard-page__content {
    margin-top: 2.5rem;
    margin-bottom: 3.5rem;
}
  
  .pxs-newsletter-form {

    max-width: 37rem;
}
  .pxs-newsletter-form-input[type=email]{
    border: 0;
    border-bottom: 1px solid #d2d6dc;
    border-radius: 0;
        color: #574b36;
    font-size: 14px;
  min-width: 280px;
}
}


.page-title>h1, .section-title>h2 {
    font-family: Montserrat,sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    font-size: 1em;
    text-transform: uppercase;
    line-height: 1.3;
    color: #8f7544;
    border-bottom: 1px solid rgba(235,234,232,.45);
}

.page-title{
  text-align:center;
}
.page-title>h1 {
    padding: .5em 0 1em;
    font-size: 1.875em;
}

.contact-page__content{
  margin: 1.875em 0 3.25em;
    padding: 0 2.5%;
}
.contact-page__wrapper-form {
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-align:center;
}
@media screen and (min-width: 576px) {
  .contact-page__wrapper-form {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}

.contact-form {
    margin: 0 auto;
       width: 80%;
       text-align:left;
}
.contact-form__heading{
  text-align:center;
}
#contact-hear-from-us select {
    max-width: 100% !important;
}
#contact-hear-from-us{
  position:relative;
}
 #select-dropdown {
    position: absolute;
      top: 55px;
    right: 11px;
    width: 7px;
    height: 7px;
        color: #8f7544;
    fill: #8f7544;
}

.contact-form__comment textarea {
    height: 200px;
    margin-bottom: 40px;
}

.styled-label {
    display: inline-block;
    margin-bottom: .875em;
    font-size: .813em;
  
}

.accent-text {
    font-family: Montserrat,sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
}

 h2.contact-form__heading {
    font-family: Montserrat,sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: .438em 0 1.313em;
    color: #8f7544;
    font-size: 1.125em;
    text-align: center;
}

#breadcrumb-navigation {
    width: 100%;
    padding: 2.625em 0;
    margin: 0;
    clear: both;
    font-size: .722em;
    border-top: 1px solid #ebeae8;
    margin-top:30px;
}
#breadcrumb-navigation .sep {
    color: #e47453;
}

.rte {
    font-size: 12px;
}
.rte>:last-child {
    margin-bottom: 12px;
}
.stockists {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-width: 100px;
    -moz-column-width: 100px;
    column-width: 100px;
}
.rte>* {
    margin: 0 auto 20px;
    text-align: left;
}