/* @import "_woo-product.css"; */
:root {
  --primary-color: #000000;
  --tints: #f0f0f0;
  --font-family: Montserrat, sans-serif;
  --border-radius-2px: 2px;
  --transition-3s-ease-in-out: all 0.3s ease-in-out;
  --highlight-color: #62b6dc;
}
::-moz-selection {
  color: white;
  background: #222222;
}
::selection {
  color: white;
  background: #222222;
}
* {
  outline: none;
}
body {
  word-wrap: break-word;
  background-color: #fff;
  position: relative;
  color: #5b5b5b;
}
a,
a:hover {
  text-decoration: none;
  color: #000;
}
input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input:-moz-placeholder {
  color: var(--tints);
}
img,
iframe {
  border: none;
  max-width: 100%;
}
img {
  height: auto;
}
img.aligncenter {
  display: block;
  margin: auto;
}
button,
button:hover,
button:focus {
  outline: none !important;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

/* BREADCRUMB */
.breadcrumb-container {
  /* background-color: var(--tints); */
}
.breadcrumb-container .custom-breadcrumb {
  display: block;
  color: #606060;
  font-size: 14px;
  line-height: 25px;
  margin: 0;
  padding: 10px 0;
  border-radius: var(--border-radius-2px);
}
.breadcrumb-container .custom-breadcrumb a {
  color: #606060;
  display: inline;
  text-decoration: none;
}
.breadcrumb-container .custom-breadcrumb .separator {
  color: #606060;
  display: inline;
  margin: 0 10px;
}

/* PRODUCTS SIDEBAR */
#products-sidebar .widget + .widget {
  margin-top: 50px;
}
#products-sidebar .widget .widget-title {
  margin: 0;
  padding: 15px 10px;
  font-size: 20px;
  background: var(--primary-color);
  color: #fff;
  letter-spacing: 1px;
}
#products-sidebar .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#products-sidebar .widget ul li.cat-parent::after {
  content: "+";
}
#products-sidebar .widget ul li a {
  color: #333333;
  font-size: 13px;
  font-weight: 600;
  line-height: 40px;
  position: relative;
  display: block;
  border-bottom: 1px solid var(--tints);
}
#products-sidebar .widget > ul {
  padding: 15px;
  border: 1px solid #ddd;
}
#products-sidebar .widget > ul ul {
  padding-left: 15px;
}

/* POST */
.post-wrapper {
  column-count: 2;
  column-gap: 30px;
}
.post-wrapper .post-item {
  break-inside: avoid;
  margin: 0 0 30px 0;
  background: #fff;
}
.post-wrapper .post-item .post-image {
  position: relative;
}
.post-wrapper .post-item .entry-title {
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: none;
}
.post-wrapper .post-item .entry-title a {
  color: #242424;
  text-decoration: none;
}
.post-wrapper .post-item .posted-on {
  display: inline-block;
  margin-bottom: 10px;
}
.post-wrapper .post-item .posted-on a {
  color: #3c3b43;
  text-decoration: none;
}
.post-wrapper .post-item .posted-on .updated {
  display: none;
}
.post-wrapper .post-item .entry-meta {
  color: #999;
  font-size: 0.93em;
  margin-bottom: 20px;
}
.post-wrapper .post-item .entry-meta a {
  color: var(--primary-color);
}
.post-wrapper .post-item .post-content {
  padding: 20px;
  border-right: 1px solid var(--tints);
  border-left: 1px solid var(--tints);
  border-bottom: 1px solid var(--tints);
}
.post-wrapper .post-item .post-content .short-description {
  color: #8a8a8a;
}
.post-wrapper .post-item .btn-readmore {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  border-radius: 0;
  transition: background 0.5s;
}
.post-wrapper .post-item .btn-readmore:hover {
  background: #131314;
}

.post-single-header .post-meta {
  color: #999;
  font-size: 0.93em;
  margin-bottom: 20px;
}
.post-single-header .post-meta .post-separator {
  margin: 0 5px;
}
.post-single-header .post-meta a {
  color: var(--primary-color);
}

.blockquote-internal {
  padding: 10px;
  border-left: 3px solid #000;
}
.blockquote-internal::before {
  content: open-quote;
  display: inline;
  margin-right: 5px;
}
.blockquote-internal::after {
  content: close-quote;
  display: inline;
  margin-left: 5px;
}
.blockquote-internal * {
  display: inline;
  margin: 0;
}
.products-slider-internal {
  margin: 15px 0;
}
.products-slider-internal .actions {
  display: none;
}

/* PAGINATION */
nav.woocommerce-pagination,
.page-pagination-nav,
.pagination-links {
  display: block;
  margin: 30px 0;
  text-align: center;
  width: 100%;
}
nav.woocommerce-pagination ul.page-numbers {
  border: none;
  margin: 0;
  width: 100%;
}
nav.woocommerce-pagination ul.page-numbers li,
.page-pagination-nav a,
.page-pagination-nav span {
  border: none;
  display: inline-block;
  float: none;
  margin: 0 2px 0 0;
  vertical-align: middle;
}
nav.woocommerce-pagination ul.page-numbers li:last-child,
.page-pagination-nav a:last-child {
  margin-right: 0;
}
nav.woocommerce-pagination ul.page-numbers li a,
nav.woocommerce-pagination ul.page-numbers li span,
.page-pagination-nav a,
.page-pagination-nav span {
  background: #333;
  color: #fff;
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  min-width: 0;
  padding: 0 5px;
  text-align: center;
  vertical-align: middle;
  width: 32px;
  text-decoration: none;
  transition: 0.15s ease;
}
nav.woocommerce-pagination ul.page-numbers li a.next,
nav.woocommerce-pagination ul.page-numbers li a.prev,
.page-pagination-nav a.next,
.page-pagination-nav a.prev,
nav.woocommerce-pagination ul.page-numbers li span.next,
nav.woocommerce-pagination ul.page-numbers li span.prev {
  padding: 0 15px;
  width: auto;
}
nav.woocommerce-pagination ul.page-numbers li span.current,
.page-pagination-nav span.current,
nav.woocommerce-pagination ul.page-numbers li a:hover,
.page-pagination-nav a:hover {
  background: var(--primary-color);
  color: #fff;
  text-decoration: none;
}

/* COMMENT */
.entry-comments {
  clear: both;
  margin-top: 30px;
}
.entry-comments .entry-widget-title {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 2px solid var(--tints);
}
.entry-comments .entry-widget-title h4 {
  position: relative;
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.entry-comments .entry-widget-title h4:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 118px;
  height: 2px;
  background-color: var(--primary-color);
}

.entry-add-comment {
  margin: 50px 0;
}
.entry-add-comment .entry-widget-title {
  position: relative;
  border-bottom: 2px solid var(--tints);
}
.entry-add-comment .entry-widget-title h4 {
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.entry-add-comment .entry-widget-title h4:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 118px;
  height: 2px;
  background-color: var(--primary-color);
}
.entry-add-comment .entry-widget-title h4:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 118px;
  height: 2px;
  background-color: var(--primary-color);
}
.entry-add-comment .comment-form a {
  font-size: 14px;
  color: var(--primary-color);
}
.entry-add-comment .comment-form .form-control {
  color: #9b9b9b;
  font-size: 13px;
  font-weight: 500;
  border: none;
  border-bottom: 2px solid var(--tints);
  background: transparent;
  padding-left: 0;
  margin: 10px 0 30px;
  position: relative;
  border-radius: 0;
  box-shadow: none;
}
.entry-add-comment #respond .comment-form input#submit {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0;
  padding: 11px;
  background-color: var(--primary-color);
  color: #ffffff;
}
.entry-add-comment #respond .comment-form input#submit:active,
.entry-add-comment #respond .comment-form input#submit:hover,
.entry-add-comment #respond .comment-form input#submit:focus {
  box-shadow: none;
}

ul.comments-list {
  width: 100%;
  list-style: none;
  overflow: hidden;
  padding-left: 0;
  margin-bottom: 0;
}
ul.comments-list li {
  position: relative;
  border-bottom: 2px solid var(--tints);
  padding-bottom: 20px;
  margin-bottom: 30px;
}
ul.comments-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
ul.comments-list .comment-body .avatar {
  position: absolute;
  left: 0;
  top: 0;
}
ul.comments-list .comment-body .avatar img {
  max-width: fit-content;
}
ul.comments-list .comment-body .comment {
  padding-left: 50px;
}
ul.comments-list .comment-body .comment h6 {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #282828;
  line-height: 27px;
}
ul.comments-list .comment-body .comment .date {
  color: #616161;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
ul.comments-list .comment-body .comment p {
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
ul.comments-list .comment-body .comment a.reply,
ul.comments-list .comment-body .comment a.comment-reply-link,
ul.comments-list .comment-body .comment a.comment--edit-link {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary-color);
  line-height: 1;
  margin-top: 16px;
  display: inline-block;
}
ul.comments-list .comment-body .comment a.comment--edit-link {
  margin-left: 10px;
}
ul.comments-list .comment a.reply:hover {
  color: #282828;
}
ul.comments-list ul.comment-children {
  list-style: none;
  margin: 20px 0 0 50px;
  padding-top: 30px;
  padding-left: 0;
  border-top: 2px solid var(--tints);
}
ul.comments-list ul.comment-children .comment-body .comment,
ul.comments-list ul.comment-children ul .comment-body .comment {
  padding-left: 50px;
}
ul.comments-list ul.comment-children li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.entry-widget.comments-form .entry-widget-title h4 {
  margin-bottom: 60px;
}
.comments-form .form-control {
  margin-bottom: 30px;
}

.woocommerce-message,
.woocommerce-info {
  border-top-color: var(--primary-color);
}
.woocommerce-message::before,
.woocommerce-info::before {
  color: var(--primary-color);
}

/* TABLE OF CONTENT */
#contentify ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
#contentify ol ol {
  padding-left: 10px;
}
#contentify ol li {
  font-size: 13px;
}
#contentify ol li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 5px;
}
#contentify ol li:hover a {
  background-image: linear-gradient(to left bottom, #00c6ff, #0072ff);
  -webkit-background-clip: text;
  color: transparent;
}
#contentify ol li + li {
  margin-top: 5px;
}
#contentify .contentify-content > ol > li > a {
  font-weight: 600;
}
@media (min-width: 991px) {
  #contentify {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 10px;
  }
  #contentify .contentify-title {
    font-weight: 700;
    padding: 5px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
  }
  #contentify .contentify-content {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media (max-width: 991px) {
  #contentify {
    position: fixed;
    right: 0;
    margin-right: -250px;
    top: 20%;
    width: 250px;
    background: #fff;
    padding-bottom: 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0 2px 7px 1px rgb(36 36 36 / 5%), 0 6px 32px 0 rgb(0 0 0 / 5%);
    z-index: 999;
    transition: all 0.3s linear;
  }
  #contentify.show {
    margin-right: 0;
    box-shadow: 1px 1px 2px 1px #000000;
  }
  #contentify.show::before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    opacity: 0.8;
  }
  #contentify.show .contentify-wrapper {
    position: relative;
  }
  #contentify .contentify-title {
    display: flex;
    align-items: center;
    padding: 5px;
    background: var(--primary-color);
    color: #fff;
    border-top-left-radius: var(--border-radius-2px);
    border-bottom-left-radius: var(--border-radius-2px);
  }
  #contentify .contentify-title.toggle {
    margin-left: -40px;
  }

  #contentify .contentify-toggle {
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    padding: 0 5px;
    margin-right: 10px;
  }

  #contentify .contentify-toggle > div {
    width: 30px;
    height: 2px;
    background: #fff;
    position: relative;
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
    transition: 0.5s;
  }
  #contentify .contentify-toggle > div::before {
    top: -6px;
  }
  #contentify .contentify-toggle > div::after {
    top: 6px;
  }
  #contentify .contentify-toggle > div::before,
  #contentify .contentify-toggle > div::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
    transition: 0.5s;
  }

  #contentify.show .contentify-toggle > div {
    background: rgba(0, 0, 0, 0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
  }

  #contentify.show .contentify-toggle > div::before {
    top: 0;
    transform: rotate(135deg);
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  }

  #contentify.show .contentify-toggle > div::after {
    top: 0;
    transform: rotate(225deg);
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  }

  #contentify .contentify-content {
    display: block;
    width: 100%;
    height: 300px;
    padding: 10px 10px 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

/* STICKY CHAT */

.sticky-chat {
  position: fixed;
  bottom: 80px;
  right: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 999;
}
.sticky-chat .item {
  display: none;
}
.sticky-chat .item + .item {
  margin-top: 15px;
}
.sticky-chat .item img {
  width: 40px;
  height: 40px;
}

.sticky-chat .item svg {
  width: 40px;
  height: auto;
}

@media (min-width: 991px) {
  .sticky-chat .item.desktop {
    display: block;
  }
}

@media (max-width: 991px) {
  .fb-customerchat,
  #fb-root .fb_dialog .fb_dialog_content {
    /* display: none !important; */
  }
  .sticky-chat {
    right: 15px;
    bottom: 20px;
  }
  .sticky-chat .item.mobile {
    display: block;
  }
}

/* SOCIAL */
ul.wpc-social-icons {
  margin-top: 15px;
}
ul.wpc-social-icons li {
  display: inline-block;
  margin-right: 10px;
}
ul.wpc-social-icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 12px;
  border-radius: 100%;
}
ul.wpc-social-icons li a i {
  color: #fff;
}
ul.wpc-social-icons li a.facebook {
  background: #3a559f;
}
ul.wpc-social-icons li a.twitter {
  background: #26d0fe;
}
ul.wpc-social-icons li a.google {
  background: #dd5144;
}
ul.wpc-social-icons li a.pinterest {
  background: #e60023;
}
ul.wpc-social-icons li a.linkedin {
  background: #0077b7;
}
ul.wpc-social-icons li a.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
ul.wpc-social-icons li a.youtube {
  background: #c4302b;
}

/* BACK TO TOP */
#back_to_top {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 44px;
  height: 44px;
  line-height: 40px;
  text-align: center;
  bottom: -64px;
  right: 24px;
  background: var(--primary-color);
  color: #fff;
  cursor: pointer;
  z-index: 9999;
  transition: var(--transition-3s-ease-in-out);
  opacity: 0;
  border-radius: 100%;
}
#back_to_top::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
  margin-top: 5px;
}
#back_to_top.show {
  opacity: 1;
  bottom: 75px;
}

@media (max-width: 768px) {
  .post-wrapper {
    column-count: 1;
    column-gap: 0;
  }
}
