#logo img {
  display: block;
}
.search-form {
  position: relative;
}
.search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-heading {
      font-size: 25px;
    font-weight: 700;
    color: #ed2124;
    margin: 20px 0;
}
.sub-heading {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 30px;
  color: #222;
}
.sub-heading:after {
  content: '';
  display: block;
  width: 150px;
  background: #222;
  height: 2px;
  margin-top: 5px;
}
.menu,
.menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.menu li {
  list-style-type: none;
  position: relative;
}
.menu a:hover,
.menu a:focus,
.menu a:active {
  text-decoration: none;
}
@media (max-width: 991px) {
  #navigation {
    display: none;
  }
}
#primary-menu {
  background: #337ab7;
  color: white;
}
@media (max-width: 991px) {
  #primary-menu {
    display: none;
  }
}
#primary-menu .sub-menu {
  color: #222;
    position: absolute;
    width: 220px;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    z-index: 210;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    visibility: hidden;
    opacity: 0;
    margin-top: 25px;
    background: #fff;
}
#primary-menu .sub-menu li a {
  padding: 8px 15px;
}
#primary-menu a {
  display: block;
  color: inherit;
  white-space: nowrap;
}
#primary-menu li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
#primary-menu .menu > li {
  float: left;
  position: relative;
}
#primary-menu .menu > li > a {
  padding: 0 16px;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  #primary-menu .menu > li > a {
    padding: 0 8px;
    font-size: 13px;
  }
}
#primary-menu .menu > li > .sub-menu {
  top: 100%;
  left: 0;
}
#primary-menu .menu > li > .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}
#mobile-nav ul {
  margin: 0;
  padding: 0;
}
#mobile-nav li {
  list-style-type: none;
}
#mobile-nav a {
  color: inherit;
}
#mobile-nav {
    position: fixed;
    top: 0;
    left: -999px;
    width: 320px;
    height: 100%;
    background: #181818;
    z-index: 99999;
    transition: all .3s;
}
#mobile-nav ._menu-bar {
  width: 100%;
  height: 50px;
  position: relative;
  padding: 0 20px;
}
#menu-mobile-toggle-btn {
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  display: inline-block;
}
#menu-mobile-toggle-btn ._menu-label {
  line-height: 46px;
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
#mobile-menu {
  max-height: 85vh;
  overflow: auto;
}
#mobile-menu li a {
    color: #111;
    display: flex;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    padding: 17px 20px 9px 35px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}
#mobile-menu .sub-menu {
  display: none;
}

#mobile-menu .sub-menu li {
    position: relative;
}
#mobile-menu .sub-menu li a {
    color: #fff;
    padding: 4px 20px 9px 50px;
    font-size: 12px;
    text-transform: uppercase;
}
#mobile-menu ul._menu> li {
    position: relative;
    border-top: 1px solid #fffefe;
}
#mobile-menu li.menu-item-has-children > a {
  margin-right: 40px;
}
#mobile-menu li.menu-item-has-children:after {
    content: "\f107";
    font-family: 'fontawesome';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 47px;
    width: 47px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 47px;
    border-left: 1px solid #fff;
    cursor: pointer;
}
body.admin-bar #mobile-nav {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar #mobile-nav {
    top: 46px;
  }
}
@media (max-width: 991px) {
  .sidebar {
    display: none;
  }
}
/* --------- Category
------------------------------------------ */
.category-post-article {
  margin: 5px 0 20px;
}
.category-post-article .post-thumbnail {
  margin-bottom: 5px;
}
.category-post-article .post-title {
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 10px;
  color: black;
}
@media (max-width: 767px) {
  .category-post-article .post-title {
    font-size: 14px;
  }
}
.category-post-article .post-date {
  color: #777;
  font-size: 13px;
  margin-bottom: 10px;
}
.category-post-article .post-excerpt {
  font-size: 14px;
  color: #555;
}
@media (max-width: 767px) {
  .category-post-article .post-title,
  .category-post-article .post-date {
    margin-bottom: 5px;
  }
}
/* --------- Single
------------------------------------------ */
.related-post-article {
  margin: 10px 0 20px;
}
.related-post-article .post-title {
  margin: 0 0 10px;
  font-size: 14px;
  color: black;
}
.related-post-article .post-date {
  color: #777;
  font-size: 13px;
}
.related-post-article .post-excerpt {
  font-size: 12px;
  color: #777;
}
ul.cpd {
  list-style-type: none;
  padding: 15px;
  border: 1px solid #eee;
  margin: 0;
}
ul.cpd li.cpd-l {
  padding: 3px 10px 3px 25px;
  background: url(../images/icon-user.png) left 6px no-repeat;
}
ul.cpd span.cpd-r {
  color: #9dcd54;
  font-weight: bold;
}
.post-thumbnail {
  display: block;
  background: white;
}
.post-thumbnail img {
  display: block;
}
.thumbnail-bordered {
  padding: 3px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.thumbnail-hover-scale {
  overflow: hidden;
}
.thumbnail-hover-scale img {
  transition: 0.3s;
}
.thumbnail-centered {
  position: relative;
  padding-bottom: 100%;
}
.thumbnail-centered img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.thumbnail-centered.ratio-4-3 {
  padding-bottom: 75%;
}
.thumbnail-hover-scale:hover img {
  transform: scale(1.1);
}
.lSSlideOuter:hover .lSAction a {
  opacity: 1;
  background-color: #222;
}
#wpadminbar {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
table:not(.table) th,
table:not(.table) td {
  padding: 10px;
  border: 1px solid #bbb;
}
ins {
  text-decoration: none;
}
ul {
  list-style-position: inside;
}
img {
  max-width: 100%;
  height: auto; 
}
figure {
  max-width: 100%;
}
iframe {
  max-width: 100%;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  margin-right: 15px;
  float: left;
}
.alignright {
  margin-left: 15px;
  float: right;
}
.scroll-to-top {
  position: fixed;
  bottom: 50px;
  right: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  transition: all .3s;
  border-radius: 50%;
  background: #9bd031;
  width: 35px;
  height: 35px;
  border: solid 3px #fff4cc;
}
.scroll-to-top i {
  font-size: 24px;
}
.scroll-to-top:hover {
  color: #000;
  background: #fff;
}
.hidden {
  display: none;
}
.comment-content p{
  margin: 10px 0;
  font-size: 14px;
}
.comment-form textarea {
  height: 120px !important;
  padding: 10px;
  width: 100%;
  resize: none;
}
.comment-form .form-submit input {
  text-transform: uppercase;
  margin-top: 23px;
  background: #111 !important;
  color: #fff !important;
  border: 0;
  border-radius: 0;
  font-weight: 700;
  padding: 10px 20px;
}
.comment-form .form-submit input:hover {
  background: #f06560;
}
.comment-form .required {
  color: #f06560;
}
.comment-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: #e0e0e0 1px solid;
  padding: 25px
}
.comment-form .comment-notes,
.comment-form .form-group,
.comment-form .comment-form-cookies-consent,
.comment-form .form-submit,
.comment-form-rating {
  width: 100%;
}
.comment-form-comment,.comment-form-author,.comment-form-email {
  width: 100%;
}
.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  width: 100%;
  border: 1px solid #e0e0e0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  outline: 0;
}
#comments #reply-title,
#comments .comment-notes {
  display: none;
}
p.stars span,.woocommerce p.stars a:hover {
    color: #ffa502 !important;
}
.star-rating span {
    color: #ffa502 !important;
}

.woocommerce #reviews #comments ol.commentlist {
    padding-left: 0;
}

h2.woocommerce-Reviews-title {
    margin-bottom: 15px;
    font-size: 16px;
}
#comments .comment {
  list-style: none;
}
#comments .comment-list li {
  list-style-position: inside;
}
#comments .comment-list article {
  padding: 5px;
  margin-bottom: 5px;
}
#comments article .comment-meta .comment-author {
  display: inline;
}
#comments article .comment-meta .comment-metadata {
  display: inline;
  font-style: italic;
}
#comments article .comment-meta .comment-metadata:before {
  content: '( ';
}
#comments article .comment-meta .comment-metadata:after {
  content: ' )';
}
#comments article .comment-meta .says {
  display: none;
}
/*--- slick ---*/
#home-slide .slick-nav {
  position: absolute;
  top: 50%;
  left: 60px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  border: 0;
  background: transparent;
  opacity: 0;
  transition: all .3s;
}
#home-slide .slick-next {
  right: 60px;
  left: unset;
}
#home-slide .slick-nav i {
    color: #fff;
    background: #ef683a;
    border: 1px solid #ef683a;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all .3s;
}
#home-slide .slick-nav i:hover {
  background: transparent;
  color: #ef683a;
}
#home-slide:hover .slick-nav{
  left: 20px;
  opacity: 1;
}
#home-slide:hover .slick-next{
  right: 20px;
  left: unset;
  opacity: 1;
}
#home-slide figure,
#home-slide .widget {
  margin-bottom: 0;
}
#home-slide img {
  width: 100%;
}
#home-slide ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
    list-style: none;
    left: 0;
    margin: 0;
}
#home-slide ul.slick-dots li {
    width: 10px;
    background-color: #b9b9b9;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 0 3px;
    display: block;
    cursor: pointer;
    transition: all .3s;
}
#home-slide ul.slick-dots li:hover,
#home-slide ul.slick-dots li.slick-active {
    background: #fff;
}
#home-slide ul.slick-dots li button {
    display: none;
}
/*--- checkout ---*/
.woocommerce-cart-form .actions button {
  background: #ed2124 !important;;
  color: #fff !important;
}
.wc-proceed-to-checkout a {
  background: #ed2124 !important;
}
.cart_totals >h2,
.woocommerce-billing-fields > h3,
.woocommerce-additional-fields >h3,
#order_review_heading {
  color: #111;
  font-size: 16px;
  font-weight: 500;
  background: #f8f8f8;
  margin: 0;
  padding: 5px;
  border: 1px solid #ddd;
  border-bottom: 0;
}
.woocommerce-billing-fields__field-wrapper >p {
  display: flex;
  flex-direction: column;
}
.woocommerce-billing-fields__field-wrapper input {
  padding: 10px;
  border: 1px solid #e3e3e3;
}
#order_comments_field {
  display: flex;
  flex-direction: column;
}
#order_comments_field textarea {
  height: 150px;
  border: 1px solid #e3e3e3;
  padding: 10px;
}
.woocommerce-checkout-payment button {
  border-color: #ed2124 !important;
  background: #ed2124 !important;
  color: #fff !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-weight: 400 !important;
  height: 40px;
}
.woocommerce-billing-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper {
  padding: 5px;
  border: 1px solid #ddd;
}
.woocommerce-additional-fields >h3 {
  border: 0;
} 
.woocommerce table.shop_table {
  border: 0;
  border-collapse: collapse !important;
}
.woocommerce-billing-fields > h3 i, .woocommerce-additional-fields >h3 i,#order_review_heading i {
  color: #19abe0;
  margin-right: 15px;
}
/*--- yith --*/
.yith-wcan-list li {
    margin: 5px 10px;
}
.yith-wcan-list li a {
  color: #111;
  background: url(../images/icon_ckbox.png) no-repeat left 5px;
  display: block;
  padding: 4px 4px 4px 21px;
  font-size: 14px;
  margin-bottom: 7px;
}
.yith-wcan-list li a:hover {
  text-decoration: none;
}
.yith-wcan-list li.chosen a:before {
  display: none;
}
.yith-wcan-list li.chosen a {
  background: url(../images/icon_ckbox_selected.png) no-repeat left 2px;
}
ul.yith-wcan-list {
  padding: 0;
}
.yith-wcan-list li a:hover {
  color: #9bd031;
}
h1, .h1 {
  font-size: 25px;
  font-weight: 700;
}

h2,.h2 {
  font-size: 20px;
  font-weight: 700;
}

h3,.h3 {
  font-size: 18px;
  font-weight: 700;
}

h4,.h4 {
  font-size: 16px;
  font-weight: 700;
}

h5,.h5 {
  font-size: 14px;
  font-weight: 700;
}

h6,.h6 {
  font-size: 12px;
  font-weight: 700;
}


p {
    margin-bottom: 14px
}
table {
  width: 100%;
  overflow: auto;
}
table.shop_table {
  display: table;
}
.pagination {
  margin: 15px 0;
}
.pagination a,
.pagination span {
  display: inline-block;
  background: #111;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  transition: all .3s;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pagination .current,
.pagination a:hover {
  background: #f06560;
  color: #fff;
}

.pagination a:focus,
.pagination a:visited,
.pagination a:active {
  color: #fff;
}

.pagination .page-numbers {
  margin-right: 3px;
  margin-bottom: 3px;
}

.posts-navigation,
.post-navigation {
  padding: 20px 0;
  margin-bottom: 0;
  border-top: 1px solid #dedede;
  word-wrap: break-word;
  overflow: hidden;
}

.posts-navigation .meta-nav,
.post-navigation .meta-nav {
  color: #888888;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}

.posts-navigation .post-title,
.post-navigation .post-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Playfair Display", serif;
  margin: 0;
  word-wrap: break-word;
  color: #111;
  transition: all 0.3s;
  line-height: 1.35;
}

.posts-navigation .post-title:hover,
.post-navigation .post-title:hover {
  color: #f06560;
}

.nav-links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-previous {
  text-align: left;
  padding-right: 20px;
  flex: 1;
  font-weight: 700;
}

.nav-next {
  text-align: right;
  width: 100%;
  font-weight: 700;
  margin-left: auto;
}

.nav-previous + .nav-next {
  margin-left: 0;
  padding-left: 20px;
  width: 50%;
}

@media (max-width: 1023px) {
  .nav-links {
    display: block;
  }
  .pagination .nav-links {
    text-align: center;
  }
  .pagination a,
  .pagination span {
    margin-right: 3px;
    margin-bottom: 3px;
  }
  .nav-previous,
  .nav-next {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .nav-previous + .nav-next {
    padding-top: 20px;
    margin-top: 20px;
    padding-left: 0;
    width: 100%;
    border-top: 1px dashed #dedede;
  }
}
h2.comments-title {
    font-weight: 700;
    font-size: 1.5rem;
    margin: 15px 0;
    color: #00809c;
    text-transform: uppercase;
}
ol.comment-list li.comment>article {
    border-bottom: 1px solid;
    border-color: #eee;
    position: relative;
}
ol.comment-list {
    padding: 0;
}
.comment-metadata {
    display: none !important;
}
ol.comment-list li.comment>article {
    border-bottom: 1px solid;
    border-color: #eee;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
ol.comment-list li.comment>article>footer,
ol.comment-list li.comment>article> .comment-content {
  width: 100%;
}
ol.comment-list li.comment>article> .comment-content {
  padding-left: 65px;
}
.comment-author img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
#comments article .comment-meta .comment-author {
    display: flex;
}
#comments .fn {
    color: #f6ca52;
}
.comment-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    margin-top: -25px;
}
#comments .comment-list article {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#comments .reply {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 2;
}
.comment-reply-link {
    font-weight: 600;
    font-size: 12px;
    font-size: .75rem;
    text-transform: uppercase;
    color: #00809c;
}
#comments .reply i {
    font-size: 12px;
    margin-right: 5px;
}
