/*=============
Main css
==============*/
body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-family: "Noto Serif", serif;
}

a {
  text-decoration: none;
  color: #c9aa71;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #c9aa71;
}

img {
  max-width: 100%;
}

/* Header area
            ============== */
.header_area {
  padding: 20px 30px;
  transition: all 0.7s;
  border-bottom: 1px solid #707070;
}

ul#menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul#menu li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

ul#menu li a {
  display: block;
  padding: 0 15px 5px;
  color: #707070;
  font-size: 20px;
  border-bottom: 4px solid transparent;
  transition: 0.5s;
}
.nav_socai {
  display: grid;
  grid-template-columns: auto 16.666%;
  align-items: center;
}
.navigation {
  margin-bottom: -4px;
}
.social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}

.social ul li {
  display: inline-block;
}

.social li a {
  color: #a7a7a7;
  font-size: 24px;
  margin-left: 4px;
}

ul#menu li a:hover,
ul#menu li.active a {
  border-bottom: 3px solid #c9aa71;
}

.logo {
  max-width: 120px;
}

.social li a:hover {
  color: #c9aa71;
}
.mobile_menu {
  display: none;
}

/* breadcam */
.bredcam_area {
  padding: 120px 0;
}
.hero_details p {
  color: #707070;
}
.bredcam_area a {
  color: #fff;
}
/* error */
.error_page {
  height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* footer cta 
          ================= */
.cta_area {
  text-align: center;
  padding: 100px 0;
  position: relative;
  z-index: 1;
  color: #fff;
  min-height: 640px;
}

.cta_area:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.cta_text h2 {
  font-size: 50px;
  text-transform: uppercase;
}
.ssc_image img {
  width: 100%;
}
.cta_text {
  font-size: 20px;
}
.cta_area .cta_text {
  max-width: 775px;
  margin: auto;
}
.border_btn {
  border: 1px solid;
  padding: 8px 30px;
  border-radius: 5px;
  overflow: hidden;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  display: inline-block;
  color: #707070;
  transition: all 0.5s;
}
.border_btn:hover {
  background: #c9aa71;
  color: #fff;
}
.cta_text .border_btn {
  margin-top: 50px;
  color: #fff;
}

.cta_text p {
  position: relative;
  padding-top: 30px;
  margin-top: 30px;
}

.cta_text p:after {
  content: "";
  width: 94px;
  height: 2px;
  position: absolute;
  background: #c9aa71;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.footer_contact {
  padding: 50px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.footer_contact:after {
  content: "";
  background: #fff;
  opacity: 0.9;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.cta_wrapper h2 {
  color: #c9aa71;
  font-size: 36px;
  font-weight: 700;
}

.cta_wrapper p {
  color: #707070;
  font-size: 20px;
}

.form_area {
  margin-top: 40px;
}
.form_area input:focus,
.form_area textarea:focus {
  border-bottom: 1px solid #c9aa71;
}
.form_area input,
.form_area textarea {
  font-weight: 700;
  color: #707070;
  font-family: "Noto Serif", serif;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #000;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  outline: none;
  -o-border-radius: 0;
  text-transform: uppercase;
}

.form_area input[type="submit"] {
  border: 1px solid #707070;
  padding: 5px 0px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  position: relative;
  bottom: 8px;
}
.form_area input[type="submit"]:hover {
  background: #c9aa71;
  color: #fff;
  border-color: #c9aa71;
}
.form_area input,
.form_area textarea {
  width: 100%;
}
/* footer 
            ---------------- */
footer#footer {
  padding: 80px 0 40px;
  background: #000000;
  color: #fff;
}

.footer_logo {
  text-align: center;
  margin-bottom: 70px;
}

.footer_items h4 {
  font-size: 24px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer_items h4:before {
  content: "";
  width: 50px;
  height: 2px;
  background: #c9aa71;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer_items ul {
  padding: 0;
  list-style: none;
}

.footer_items ul li > a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.footer_items ul ul {
  padding-left: 30px;
  margin-top: -20px;
}

.footer_items ul ul li a {
  color: #b5b5b5;
  font-weight: 400;
}

.footer_items ul > li {
  margin-bottom: 45px;
}

ul.submenu li {
  margin-bottom: 5px;
}
.footer_items p {
  margin-top: -20px;
  color: #b5b5b5;
}
.footer_social ul {
  list-style: none;
  padding: 0;
}

.footer_social li {
  display: inline-block;
}

.footer_social li a {
  font-size: 20px;
  color: #fff;
  margin-right: 5px;
  line-height: 1;
}
.copyright {
  font-size: 16px;
}
.copyright p {
  margin: 0;
}

.footer_bootom {
  margin-top: 50px;
}

.copyright.text_right {
  text-align: right;
}

.footer_items a:hover,
.footer_social li a:hover {
  color: #c9aa71;
}

/* blog archive 
        ==================== */

@media only screen and (min-width: 1024px) {
  .blog_main .col-md-6 {
    padding: 0 60px;
  }

  .blog_main .row {
    margin: 0 -60px;
  }
}
.bgimage img {
  width: 100%;
  opacity: 0.07;
  height: 100%;
  object-fit: cover;
}

.bgimage {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bgimage:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 254px;
  background: linear-gradient(
    rgba(255, 255, 255, 0.03) 0%,
    rgba(255, 255, 255, 0.94) 83.68%,
    #fff 100%
  );
  left: 0;
  bottom: 0;
}

.page_text_contetn {
  text-align: center;
  padding: 70px 0;
  color: #c9aa71;
}

.page_hero_area.large_hight {
  position: relative;
}

.blog_pic {
  height: 300px;
}

.blog_pic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page_text_contetn h1 {
  font-size: 36px;
}
.date_position {
  margin: 15px 0 0;
  color: #707070;
  font-size: 14px;
  display: block;
}

h4.blogtitle {
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  font-weight: 700;
}

h4.blogtitle a {
  color: #707070;
}

.blog_single p {
  font-size: 20px;
}

.blog_single {
  margin-bottom: 50px;
}

.blog_pagination .nav-links span,
.blog_pagination .nav-links a {
  display: inline-block;
  width: 30px;
  border: 1px solid;
  text-align: center;
  height: 30px;
  line-height: 30px;
}

h4.blogtitle:after {
  content: "";
  width: 94px;
  height: 2px;
  position: absolute;
  background: #c9aa71;
  bottom: 0;
  left: 0;
}
h4.blogtitle a:hover {
  color: #c9aa71;
}

/* blog single 
  ============== */
.brad_cam_main {
  color: #707070;
  padding: 30px 0;
  text-transform: uppercase;
}

.brad_cam_main a:hover {
  color: #c9aa71;
}

.brad_cam_main a {
  color: #707070;
}

.bloginfo h1 {
  font-size: 36px;
  margin: 15px 0;
  color: #000;
}

article.blog_post.standard_post {
  color: #707070;
}

.post_nav {
  padding: 50px 0;
}

.navarrow {
  max-width: 120px;
  text-transform: uppercase;
}

.navarrow a {
  color: #707070;
  font-weight: 700;
  font-family: "Noto Serif", serif;
  font-size: 16px;
}

.arrow_left.navarrow {
  text-align: right;
}

.navarrow p {
  margin-bottom: -10px;
}

.arrow_right.navarrow {
  display: block;
  margin-left: auto;
}

.arrow_right.navarrow img {
  transform: rotate(180deg);
}
.blog_single_post_thumnail img {
  width: 100%;
  height: auto;
}
.blog_content {
  font-size: 20px;
}
.related_postitle {
  text-align: center;
  text-transform: uppercase;
  margin: 40px 0 50px;
  color: #c9aa71;
}

.related_blog_single h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.related_blog_single a {
  color: #707070;
}

.related_blog_single a:hover {
  color: #c9aa71;
}

.related_blog_single {
  margin-bottom: 30px;
}
.blog_content_area {
  margin-bottom: 100px;
}
.blog_image {
  max-height: 150px;
  overflow: hidden;
}
/* Event archive 
================= */

.blog_pic.event_thumnail {
  height: 214px;
}
.hero_banner_area {
  position: relative;
  z-index: 1;
  padding: 134px 0;
  color: #fff;
}

.hero_banner_area:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: -1;
}

.banner_title h1 {
  text-transform: uppercase;
  font-size: 55px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
}

.banner_title h1:after {
  content: "";
  width: 94px;
  height: 2px;
  position: absolute;
  background: #c9aa71;
  bottom: 0;
  left: 0;
}

.banner_title p {
  font-size: 24px;
  line-height: 30px;
}
.long_text {
  display: none;
}

.custom_field p {
  display: inline-block;
  font-size: 17px;
  margin-right: 15px;
  color: #707070;
}

.custom_field p i {
  color: #c9aa71;
  margin-right: 5px;
}

.custom_field .closebtn {
  float: right;
  color: #c9aa71;
  width: 30px;
  cursor: pointer;
}

.custom_field {
  border-top: 1px solid #ddd;
  padding-top: 5px;
  display: none;
}

.custom_field a {
  color: #707070;
}

.event_single {
  margin-bottom: 50px;
}
.main_content_news {
  padding: 150px 0;
}
span.readmore {
  color: #c9aa71;
  font-weight: 700;
  cursor: pointer;
}
.news_content.active p.shorttext {
  display: none;
}

.news_content.active .long_text {
  display: block;
}

.news_content.active .custom_field {
  display: block;
}
.news_content p {
  font-size: 19px;
}
nav.navigation.pagination {
  margin: 50px 0;
}

/* about css 
============= */
.page-template-about .header_area,
.post-type-archive-news .header_area,
.page-template-catalogs_page .header_area {
  background: #dddddd;
}
.about_images ul {
  padding: 0;
}

.about_images li {
  list-style: none;
  margin-bottom: 15px;
}

.about_images {
  margin-top: -120px;
  position: relative;
  z-index: 3;
}

.about_content {
  color: #707070;
  font-size: 20px;
}
.about_images img {
  width: 100%;
}
a.border_btn.atbtn {
  padding: 6px 35px;
}
@media only screen and (min-width: 992px) {
  .about_content {
    padding-right: 100px;
  }
}
section.about_page_content {
  padding: 30px 0 100px;
}

/* Contact page css 
================= */
.contact_page_content {
  text-align: center;
  padding: 100px 0;
}

.contact_page_content h1 {
  text-transform: uppercase;
  color: #c9aa71;
  font-size: 50px;
}
.contact_page_content p {
  color: #707070;
}
.section_title {
  text-align: center;
  color: #c9aa71;
}

.dmap {
  max-width: 700px;
  margin: 30px auto 0px;
  padding: 30px;
}

h4.addresstitle {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c9aa71;
  padding-bottom: 10px;
}

.company_logo img {
  width: auto;
  height: 28px;
}

.company_logo {
  margin-bottom: 20px;
}

address {
  color: #707070;
  margin-bottom: 30px;
  font-size: 17px;
}

.distributors_map {
  padding: 30px 0 100px;
}
.form_area.contact_form input,
.form_area.contact_form textarea {
  padding: 7px;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 20px;
  font-weight: 400;
  border-color: #cccccc;
}
.form_area.contact_form input:focus,
.form_area.contact_form textarea:focus {
  border-bottom: 1px solid #c9aa71;
}
.form_area.contact_form input[type="submit"] {
  width: auto;
  padding: 5px 20px;
}
.company_logo {
  display: flex;
  justify-content: space-between;
}
.contact_page_content p {
  color: #707070;
}

.form_area.contact_form {
  max-width: 535px;
  margin: 50px auto;
}

.form_area.contact_form input,
.form_area.contact_form textarea {
  text-transform: capitalize;
  padding: 20px;
}

.form_area.contact_form input[type="submit"] {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
.section_title h3 {
  font-size: 36px;
}
/* home page 
========== */
.signle_hero_slide {
  padding: 50px 0 0;
}

.hero_text {
  padding: 30px;
  background: #fff;
  box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.08);
  margin-left: -60px;
}
.hero_image img {
  width: 100%;
}
.move_down {
  text-align: center;
  color: #707070;
  font-size: 14px;
}

.move_down i {
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid currentColor;
  margin: auto;
  line-height: 25px;
  border-radius: 50%;
}

.hero_text_inner p {
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 30px;
  line-height: 1.3;
  color: #707070;
}

.hero_text_inner p:before {
  content: "";
  width: 90px;
  height: 2px;
  background: #c9aa71;
  position: absolute;
  top: 0;
}

.hero_text_inner h3 {
  font-size: 36px;
}

/* ==================
  Collection Area 
================== */

section.collection_area .section_title h2 {
  font-size: 50px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
}

.single_sec_col {
  width: 50%;
  position: relative;
  transition: all 0.5s;
}

.ssc_title {
  font-family: "Noto Serif", serif;
  text-transform: uppercase;
  color: #707070;
  padding: 10px;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}

.ssc_image {
  box-shadow: 10px 30px 30px rgba(0, 0, 0, 0.16);
}

.single_sec_col:nth-child(1) {
  margin-left: auto;
  margin-right: 50px;
  text-align: right;
  z-index: 3;
  margin-top: 0;
}

.single_sec_col:nth-child(2) {
  position: absolute;
  left: 0;
  z-index: 2;
  top: -20%;
}

@media only screen and (min-width: 991px){
    .selected_collections{
        margin-top: 150px;
    }
}

.selected_collections {
  position: relative;
}

.single_sec_col:nth-child(3) {
  margin: auto;
  z-index: 1;
}

section.collection_area {
  padding: 70px 0;
}

.single_sec_col:hover {
  transform: scale(1.2);
}
.product_showcase_area {
  position: relative;
  padding: 100px 0;
  color: #fff;
  margin-bottom: 100px;
  z-index: 1;
}

.product_showcase_area:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #151515;
    opacity: 0.7;
    position: absolute;
    top: 0;
    z-index: -1;
}

.show_case_image {
  position: absolute;
  top: 0px;
}

.showcase h2 {
  text-transform: uppercase;
  font-size: 50px;
}

.inner_show_case {
  padding-left: 80px;
  padding-top: 15px;
  margin-top: 20px;
  position: relative;
}

.inner_show_case:before {
  content: "";
  width: 90px;
  height: 2px;
  background: #c9aa71;
  position: absolute;
  top: 0;
}

.inner_show_case p {
  font-size: 18px;
}

.hero_text_inner .border_btn {
  font-size: 16px;
}

.fancy_text {
  max-width: 675px;
  padding: 30px;
  color: #707070;
  font-size: 20px;
}

.fancy_text h2 {
  text-transform: uppercase;
  color: #c9aa71;
  margin-left: -90px;
  font-size: 50px;
}

.fancy_text p {
  position: relative;
  margin-top: 10px;
}

.more_area {
  text-align: center;
  margin-top: 80px;
}

.cta_slider .cta_area {
  padding: 150px 0;
}

.cta_slider {
  margin-top: 150px;
}

section.blog_area {
  padding: 100px 0;
}
section.blog_area .morebtn {
  margin-top: 50px;
}
section.blog_area .blog_pic {
  height: 200px;
}
.section_title {
  margin-bottom: 70px;
}

.morebtn {
  text-align: center;
}
section.news_area {
  max-width: 1024px;
  margin: auto;
  background: #fff;
  box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.08);
  padding: 20px;
  margin-bottom: 100px;
}
.hover_effect_image {
  position: relative;
}
.hover_effect_image .hover_image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  transition: 0.5s;
}
.main_image {
  transition: 0.5s;
}
.hover_effect_image:hover .hover_image {
  opacity: 1;
}

.hover_effect_image:hover .main_image {
  opacity: 0;
}
.facncy_image {
  height: 650px;
}

.facncy_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner_show_case .border_btn {
  color: #fff;
}

.cta_text .border_btn:hover,
.inner_show_case .border_btn:hover {
  color: #fff;
  background: #c9aa71;
}
/* slider  */
.slick_nav {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 25px;
  width: 100px;
  line-height: 25px;
  z-index: 99;
  cursor: pointer;
}
.slick_nav.slick_next {
  left: calc(100% + 10px);
}

.slick_nav.slick_prev {
  transform: rotate(180deg);
  right: calc(100% + 10px);
}

.slick_nav.inner_nav.slick_prev {
  left: 100px;
  right: auto;
}

.slick_nav.inner_nav.slick_next {
  right: 100px;
  left: auto;
}
ul.slick-dots {
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

ul.slick-dots li {
  display: inline-block;
  margin: 5px;
  vertical-align: baseline;
}

ul.slick-dots li button {
  color: transparent;
  border: none;
  position: relative;
  width: 50px;
  height: 10px;
  background: transparent;
  outline: none;
  transition: all 0.5s;
}

ul.slick-dots li button:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  width: 50px;
  height: 6px;
  background: #fff;
  bottom: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.21);
}

ul.slick-dots li.slick-active button:after {
  background: #c9aa71;
  height: 12px;
}

/* product  */
.hero_title h1 {
  font-size: 50px;
  text-transform: uppercase;
}

.page_bottom_image {
  position: absolute;
  bottom: -70px;
  z-index: 9;
  right: 0;
}

.banner_btoom {
  padding: 50px 0;
}
.sigle_product_item img {
  height: auto;
  max-width: 300px;
}
.sigle_product_item h4 {
  font-size: 16px;
  text-align: center;
  color: #707070;
  padding: 15px 0;
}

.product_section {
  padding: 50px 0 100px;
}

/* Woocommerce 
================= */
/* single product  */
.breadcrumbs {
  padding: 30px 50px;
  color: #707070;
  text-transform: uppercase;
}

.breadcrumbs a {
  color: #707070;
}
.product_single_details {
  position: relative;
  overflow: hidden;
}

.variable_tab .nav-tabs .nav-item {
  margin-right: 10px;
}

.variable_tab .nav-tabs {
  border: none;
}

.variable_tab .nav-tabs .nav-link {
  color: #707070;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  font-size: 16px;
  padding: 5px 15px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.variable_tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-bottom: 2px solid #c9aa71;
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.variable_tab .nav-tabs .nav-link:focus,
.variable_tab .nav-tabs .nav-link:hover {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #c9aa71;
}

.woocommerce div.product form.cart .variations td.label {
  display: none;
}

.variable_tab .tab-content {
  padding: 20px 0;
}

.woocommerce div.product form.cart .variations select {
  max-width: 300px;
  min-width: 250px;
  border-top: 1px solid #ddd;
  padding: 3px 5px;
  outline: none;
  margin-bottom: 5px;
  border-bottom: none;
  border-left: none;
  border-right: none;
  background: transparent;
}

.woocommerce div.product form.cart .button {
  border: 1px solid;
  color: #707070;
  background: transparent;
  text-transform: uppercase;
  font-size: 14px;
}

.woocommerce div.product form.cart .button:hover {
  background: #c9aa71;
  color: #fff;
}
section.related.products h2 {
  font-size: 24px;
  text-align: center;
  color: #c9aa71;
  margin-bottom: 50px;
}

section.related.products {
  margin-top: 100px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  color: #707070;
  font-size: 16px;
  padding: 0;
  text-align: center;
}
.arcive_contetn {
  text-align: center;
  margin-bottom: 100px;
}
.product_container {
  margin-bottom: 100px;
}
span.woocommerce-Price-amount.amount {
  display: none;
}
.woocommerce-message {
  border-top-color: #c9aa71;
}

.woocommerce-message::before {
  color: #c9aa71;
}
.cart_totals table,
.cart_totals h2 {
  display: none;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  border: 1px solid;
  border-radius: 5px;
  overflow: hidden;
  text-transform: uppercase;
  font-family: "Noto Serif", serif;
  font-size: 16px;
  color: #707070;
  transition: all 0.5s;
  background: transparent;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #c9aa71;
}

.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row {
  display: block;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: unset;
}
.woocommerce-info {
  border-top-color: #c9aa71;
}

.woocommerce-info::before {
  color: #c9aa71;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  border-bottom: 1px solid #ddd;
  padding: 10px 0px;
  outline: none;
  margin-bottom: 5px;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
}
tr.cart-subtotal,
tr.order-total,
th.product-total,
ul.wc_payment_methods.payment_methods.methods {
  display: none;
}

.cart_sm_wrapper {
  position: relative;
}

.cart_small_area {
  position: absolute;
  right: 200px;
  z-index: 99;
  text-align: right;
}

/* checkout page  */
.woocommerce-billing-fields__field-wrapper label {
  display: none !important;
}
.ts-product-image img {
  max-width: 80px;
}

.product_image_layout {
  display: grid;
  grid-template-columns: 100px auto;
}

.product_item_rev h4 {
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
}

.product_item_rev p {
  font-size: 16px;
}

.woocommerce table.shop_table {
  border: none;
  position: relative;
}

.woocommerce table.shop_table td {
  padding: 20px 0;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: no-repeat;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  display: block !important;
  float: none;
  width: 100%;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 0;
}
textarea#billing_message {
  min-height: 150px;
}

form.checkout.woocommerce-checkout h3 {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 30px;
}

form.checkout.woocommerce-checkout h3:after {
  content: "";
  width: 100px;
  height: 2px;
  background: #c9aa71;
  position: absolute;
  bottom: -6px;
  left: 0;
}

div#customer_details {
  position: relative;
  margin-bottom: 100px;
}

.woocommerce table.shop_table:before {
  content: "";
  width: 1px;
  height: calc(100% - 30px);
  position: absolute;
  background: #c9aa71;
  left: -40px;
}
td.product-name {
  position: relative;
}

td.product-name strong.product-quantity {
  position: absolute;
  right: 0;
}

td.product-total a {
  border: 1px solid;
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 15px;
}

@media only screen and (max-width: 991px) {
  .woocommerce table.shop_table:before {
    display: none;
  }

  .woocommerce-billing-fields {
    margin-bottom: 50px;
  }
}

.header_area{
    position: fixed;
    width: 100%;
    z-index: 150;
    background: white;
    top: 0;
}

.page_hero_area{
    margin-top: 77px;
}

.single-product .variations [data-attr-name="pa_material"],
.single-product .variations [data-attr-name="pa_finish"]{
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.single-product .reset_variations{
    display: none !important;
}

.single-product .woocommerce .entry-summary .quantity .qty{
    border: none;
    height: 32px;
    padding: 0;
    margin: 0;
    background: none;
}

.single-product .woocommerce .entry-summary .quantity{
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

/* style book  */
.masonry-brick img {
  vertical-align: middle;
  max-width: 100%;
}

.masonry {
  display: flex;
  width: 100%;
}

.masonry--h {
  flex-flow: row wrap;
}

.masonry--h {
  margin-left: -8px;
  /* Adjustment for the gutter */
  counter-reset: brick;
}

.masonry-brick {
  overflow: hidden;
  border-radius: 5px;
  margin: 0 0 8px 8px;
  /* Some Gutter */
  background-color: #333;
  color: white;
  position: relative;
}


.masonry-brick--h {
  flex: auto;
  height: 250px;
  min-width: 150px;
  border: 1px solid #c9aa71;
}

@media only screen and (min-width: 1024px) {

  /* Horizontal masonry bricks on desktop-sized screen */
  .masonry-brick--h:nth-child(4n + 1) {
      width: 250px;
  }

  .masonry-brick--h:nth-child(4n + 2) {
      width: 325px;
  }

  .masonry-brick--h:nth-child(4n + 3) {
      width: 180px;
  }

  .masonry-brick--h:nth-child(4n + 4) {
      width: 380px;
  }

  
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {

  /* Horizontal masonry bricks on tabled-sized screen */
  .masonry-brick--h:nth-child(4n + 1) {
      width: 200px;
  }

  .masonry-brick--h:nth-child(4n + 2) {
      width: 250px;
  }

  .masonry-brick--h:nth-child(4n + 3) {
      width: 120px;
  }

  .masonry-brick--h:nth-child(4n + 4) {
      width: 280px;
  }

}

.masonry-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.masonry.masonry--h {
  padding: 100px 0;
  max-width: 1140px;
  margin: 0 auto;
}

li.woocommerce-order-overview__total.total ,table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot,li.woocommerce-order-overview__payment-method.method,.woocommerce-order p:nth-last-child(2) {
    display: none;
}
th.product-price ,th.product-subtotal ,td.product-price ,td.product-subtotal {
  display: none;
}
.quickcheckout a {
  margin-top: 15px;
  border: 1px solid;
  text-align: center;
  display: inline-block;
  padding: 3px 15px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
}

.quickcheckout {
  overflow: hidden;
  display: block;
  width: 100%;
}

.quickcheckout a:hover {
  background: #D9B271;
  color: #fff;
}
p.descriotion_overview,.footnote {
  max-width: 350px;
}
a.button.wc-backward {
  margin-bottom: 50px;
}
.page_content{
  margin-bottom: 70px;
}
.spacer100{
  height: 100px;
}
p.stock.out-of-stock {
  position: absolute;
  top: 0;
  background: #000;
  padding: 3px 10px;
  font-size: 12px;
}





















.field-reset{
    flex-basis: 70px;
    padding-left: 10px;
}

.field-reset a{
    cursor: pointer;
    font-size: 12px;
    padding: 10px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    display: block;
    transition: all 0.5s;
}

.field-reset a:hover{
    background-color: #c9aa71;
    color: white !important;
}

.disabled#reset-filters{
    pointer-events: none;
    opacity: 0.3;
}

ul.materials{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.materials .material img{
  width: 100%;
    height: auto;
}

.materials .material h2{
    text-transform: capitalize;
}

ul.materials > *{
    padding: 0;
    position: relative;
    flex-basis: calc( 100% / 4 - 3.8% );
    margin: calc( 3.8% / 2 );
    text-align: center;
}

@media only screen and (max-width: 1200px){
  ul.materials > *{
      flex-basis: calc( 100% / 2 - 3.8% );
  }
}

.materials .material img{
    border: 1px solid #CCCCCC;
    margin-bottom: 20px;
}

.woocommerce-products-header > .container-fluid{
    min-height: 100px;
}

.materials .material h2{
    color: #707070;
    font-size: 16px;
    padding: 0;
    text-align: center;
}

.cta_area{
    display: flex !important;
}

.cta_area> *{
    align-self: center;
}

@media only screen and (max-width: 990px){
    .ikonni_filters{
        flex-wrap: wrap;
        margin-bottom: 50px
    }
    .ikonni_filters > *{
        max-width: unset;
        flex-basis: calc( 50% - 25px );
        width: unset;
        margin-bottom: 20px;
    }
	.page_hero_area {
    margin-top: 130px;
}
}

[data-ajax] .products.loading *, 
.products[data-ajax].loading *,
[data-ajax] .products.loading, 
.products[data-ajax].loading{
    cursor: wait;
}
[data-ajax] .products, 
.products[data-ajax]{
  transition: 1s ease;
}

[data-ajax] .products.loading, 
.products[data-ajax].loading{
    opacity: 0.2;
}

a[href^="tel:"] {
	white-space: nowrap;
}