.main-wrapper2 {
  margin-top: 20px !important;
}

.fusion-wrapper {
  width: 1170px;
  margin: 0 auto;
  padding: 0px 60px;
}

.fusion-page-title-bar {
  background-color: var(--brand-primary) !important;
  padding-left: 90px;
  padding-right: 90px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fusion-row-title-text {
  width: 100%;
}

.fusion-row-title-text h1 {
  font-size: 28px;
  line-height: 1.73;
  color: #fff;
  vertical-align: middle;
  text-shadow: 2px 2px 5px #6E6B57;
}

/* Search Button Css Starts*/

.Flatsearch {
    align-items: center;
    background: #ffffff none repeat scroll 0 0;
    display: flex;
    justify-content: space-between;
    margin: 12px 0;
    padding: 15px;
    transition: all 0.5s ease 0s;
}
.Flatsearch:hover, .Flatsearch:focus {
  background: #ffffff;
}
.Flatsearch button,
.Flatsearch input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  font: inherit;
  outline: 0;
}

#button i {
  line-height: 1.6;
}

/* Search Button Css Ends*/

.fusion-content-details {
  display: block;
  overflow: hidden;
  padding: 60px 0px;
}

.fusion-content-gallery {
  width: 25%;
  float: left;
}

.fusion-content-gallery a img{
  width: 213px;
  height: auto;
}

.fusion-content-paragraph {
  width: 75%;
  float: left;
}

.fusion-content-paragraph p {
  margin-top: 0;
  margin-bottom: 20px;
}

.fusion-content-paragraph p strong {
  font-weight: bold;
}

.fusion-builder-row {
  display: block;
  overflow: hidden;
}

.fusion-builder-column {
  width: 50%;
  float: left;
}

.fusion-builder-column-top h5 {
  font-size: 22px;
  color: #333333;
  font-family: Vollkorn, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: 0px;
  font-style: normal;
}

.fusion-builder-column-middle {
  margin: 20px 0px 30px 0px;
}
.column-middle {
  margin: 20px 0px 30px 0px;
}

.fusion-builder-column-middle i {
  color: var(--brand-primary) !important;
}
.fusion-builder-column-middle i {
  margin-right: 40px;
}

.fusion-buy-now {
    box-shadow: 2px -2px 3px 0px var(--brand-primary);
    background: #272727 !important;
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding: 1rem;
    width: 70%;
    font-size: 1.3rem;
    color: #fff;
}

.fusion-open-book {
  background: var(--brand-primary) !important;
  height: 42px;
  overflow: hidden;
  display: inline-block;
}
.fusion-open-book div {
  display: inline-block;
  padding: 10px;
  text-align: center;
}

.open-book-icon {
  width: 50px;
  border-right: 1px solid white;
  height: 100%;
  color: white;
}
.open-book-icon i{
  padding-top: 4px;
}

.open-book-text {
  color: #ffffff;
  font-weight: bold;
}

.fusion-open-book-image {
  padding-left: 10px;
}

.category-link {
  font-family: Vollkorn, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
  color: #ab8b65;
}

.social-media-row {
  text-align: center;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
}

.social-media-row li {
  width: 200px;
  display: inline-block;
  border-right: 1px solid #cecece;
  padding: 20px;
}
.social-media-row li:last-child {
  border-right-width: 0px;
}

.social-media-icon {
  width: 30%;
  float: left;
  padding-top: 5px;
}

.social-media-icon i {
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 22px;
  line-height: 43px;
  cursor: pointer;
}

.social-media-text {
  width: 60%;
  float: left;
  color: var(--brand-primary) !important;
  font-size: 17px;
  font-weight: 400;
}

.social-media-icon i:hover {
  background-color: var(--brand-primary);
}

.fusion-related-product {
  margin-top: 60px;
}

.related-product-title-box {
  width: 100%;
  display: block;
  overflow: hidden;
}

.product-title-left {
  width: 20%;
  float: left;
}

.product-title-left h3 {
  font-family: Vollkorn, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-size: 18px;
  color: #333333;
}

.product-title-right {
  width: 80%;
  float: left;
  height: 6px;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  margin-top: 10px;
}


.grid {
  display: grid;
  grid-template-columns: repeat(5, 18.5%);
  grid-gap: 20px;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
  }

.grid > article img {
  max-width: 100%;
}
/*
.text {
  padding: 0 20px 20px;
  text-align: center;
  word-wrap: break-word;
}
*/
.text h3 {
  font-size: 22px;
  font-weight: bold;
  color: var(--brand-primary) !important;
  font-family: Vollkorn, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0px;
  font-style: normal;
  padding: 20px 0px;
}

.text > button {
  background: gray;
  border: 0;
  color: white;
  padding: 10px;
  width: 100%;
  }

.related-product-content-box {
  padding-top: 25px;
}

.related-product-content-box .grid article img {
  width: 100%;
  height: 300px;
}

.product-button-sep {
  height: 6px;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  margin-top: 10px;
}

.product-buttons {
  padding-top: 20px;
  padding-left: 20px;
}

.details-icon {
  color: var(--brand-primary) !important;
  font-family: Vollkorn, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0px;
  font-style: normal;
}
.details-icon:hover {
  color: #d39f2a;
}
.details-icon i{
  padding-right: 10px;
  padding-top: 5px;
}

.details-icon::after {
  content: " Details ";
}

@media (min-width: 320px) and (max-width: 767px) {

  .main-wrapper2 {
    margin-top: 80px !important;
  }
  .fusion-page-title-bar {
    flex-direction: column;
  }
  .fusion-row-title-text h1 {
    text-align: center;
  }
}



/* RESPONSIVE */

@media (min-width: 320px) and (max-width: 480px) {
  .fusion-page-title-bar {
    padding-left: 10px;
    padding-right: 10px;
  }
  .fusion-row-title-text h1 {
    font-size: 22px;
  }
  .Flatsearch {
    padding: 10px 30px;
  }
  .fusion-wrapper {
    width: 100%;
    padding: 0px 20px;
  }
  .fusion-content-details {
    padding: 30px 0px;
  }
  .fusion-content-gallery {
    width: 100%;
    display: block;
  }
  .fusion-content-gallery a img{
    width: 318px;
    display: block;
    margin-left: auto;
    margin-right: auto
  }
  .fusion-content-paragraph {
    width: 100%;
    display: block;
    padding-top: 20px;
    text-align: left;
  }
  .fusion-builder-column {
    width: 100%;
    display: block;
    padding-top: 25px;
  }
  .fusion-builder-column:last-child {
    padding-top: 45px;
  }
  .fusion-builder-column-top h5 {
    line-height: 30px;
  }
  .social-media-row {
    display: block;
    overflow: hidden;
  }
  .social-media-row li {
    width: 200px;
    display: block;
    border-right-width: 0px;
    padding: 20px 30px;
    display: block;
    float: left;
    border-right: 0!important;
    border-left: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .grid {
    grid-template-columns: 1fr;
  }
  .related-product-content-box .grid article img {
    max-width: 182px;
    display: block;
    margin: 0 auto;
    border-right: 0!important;
    border-left: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .text {
      padding: 0 20px 0px;
  }
  .text h3 {
    display: inline-block;
  }

  .product-button-sep {
    width: 300px;
    margin: 0 auto;
  }

  .product-buttons {
    text-align: center;
    padding-left: 0px;
    padding-bottom: 20px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .fusion-page-title-bar {
    padding-left: 10px;
    padding-right: 10px;
  }
  .fusion-row-title-text h1 {
    font-size: 22px;
  }
  .Flatsearch {
    padding: 10px 30px;
  }
  .fusion-wrapper {
    width: 100%;
    padding: 0px 20px;
  }
  .fusion-content-details {
    padding: 30px 0px;
  }
  .fusion-content-gallery {
    width: 100%;
    display: block;
  }
  .fusion-content-gallery a img{
    width: 318px;
    display: block;
    margin-left: auto;
    margin-right: auto
  }
  .fusion-content-paragraph {
    width: 100%;
    display: block;
    padding-top: 20px;
    text-align: left;
  }
  .fusion-builder-column {
    width: 100%;
    display: block;
    padding-top: 25px;
  }
  .fusion-builder-column:last-child {
    padding-top: 45px;
  }
  .fusion-builder-column-top h5 {
    line-height: 30px;
  }
  .social-media-row {
    display: block;
    overflow: hidden;
  }
  .social-media-row li {
    width: 200px;
    display: block;
    border-right-width: 0px;
    padding: 20px 30px;
    display: block;
    float: left;
    border-right: 0!important;
    border-left: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .grid {
    grid-template-columns: 1fr;
  }
  .related-product-content-box .grid article img {
    max-width: 182px;
    display: block;
    margin: 0 auto;
    border-right: 0!important;
    border-left: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .text {
      padding: 0 20px 0px;
  }
  .text h3 {
    display: inline-block;
  }
  .product-button-sep {
    width: 300px;
    margin: 0 auto;
  }
  .product-buttons {
    text-align: center;
    padding-left: 0px;
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fusion-wrapper {
    width: 100%;
    padding: 0px 20px;
  }


.fusion-content-paragraph {
    padding-left: 20px;
  }

  .fusion-content-details {
    padding: 30px 0px;
  }
  .fusion-content-gallery {
    width: 100%;
    display: block;
  }
  .fusion-content-gallery a img{
    width: 318px;
    display: block;
    margin-left: auto;
    margin-right: auto
  }
  .fusion-content-paragraph {
    width: 100%;
    display: block;
    padding-top: 20px;
    text-align: left;
  }
  .social-media-row li {
    width: 170px;
    display: inline-block;
    border-right: 1px solid #cecece;
    padding: 20px;
  }
  .social-media-icon {
    width: 20%;
    padding-top: 8px;
  }
  .social-media-icon i {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 33px;
  }
  .social-media-text {
    width: 75%;
    font-size: 15px;
  }
  .grid {
    grid-template-columns: 1fr 1fr;
  }
  .related-product-content-box .grid article img {
    max-width: 182px;
    display: block;
    margin: 0 auto;
    border-right: 0!important;
    border-left: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .text {
      padding: 0 20px 0px;
  }
  .product-button-sep {
    width: 300px;
    margin: 0 auto;
  }
  .product-buttons {
    text-align: center;
    padding-left: 0px;
    padding-bottom: 20px;
  }
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}
