@charset "UTF-8";
/*!
Theme Name: Creatus Child
Description: Child theme for Creatus theme
Author: Themezly
Author URI: http://themezly.com/
Template: creatus
Version: 1.0.0
Text Domain: creatus
!*/
/************ Responsive *************/
@media screen and (max-width: 979px) and (min-width: 768px) {
  #footer .thz-section-holder:first-child .thz-container .thz-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .thz-section-holder:first-child .thz-container .thz-row > div {
    width: 50%;
    margin: 30px -1px;
  }

  .full_width_cols:nth-child(odd) .thz-row {
    flex-direction: column-reverse !important;
  }

  .single .thz-woo-details-row {
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 45px !important;
  }
  .single .thz-woo-details-row > div:first-child {
    width: 70% !important;
  }
  .single .thz-woo-details-row > div:last-child {
    width: 100% !important;
  }
  .single .thz-product-tabs-holder .thz-shortcode-tabs {
    margin: 45px 0 !important;
  }
  .single .thz-product-tabs-holder .thz-shortcode-tabs .thz-tab-content {
    padding-top: 10px !important;
    padding-bottom: 0;
  }

  #leftblock .thz-block-spacer {
    padding: 85px 0 0 75px !important;
  }

  .thz-pagination-nav {
    margin-top: 80px !important;
  }

  .archive .thz-main .holders {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .thz-post-navigation .thz-nav-link {
    display: table-cell !important;
  }

  .cookie-notice-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .full_width_cols:nth-child(odd) .thz-row {
    flex-direction: column-reverse !important;
  }

  .woocommerce-message {
    line-height: 1.8 !important;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .woocommerce-message a {
    margin-left: 0;
    margin-right: auto !important;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
  }
  .woocommerce-message:before {
    position: relative;
    left: 30px;
    bottom: 5px;
  }

  .single .thz-woo-details-row {
    margin-bottom: 45px !important;
  }
  .single .thz-product-tabs-holder .thz-shortcode-tabs {
    margin: 45px 0 !important;
  }
  .single .thz-product-tabs-holder .thz-shortcode-tabs .thz-tab-content {
    padding-top: 10px !important;
    padding-bottom: 0;
  }

  #leftblock .thz-block-spacer {
    padding: 85px 0 0 75px !important;
  }

  .thz-pagination-nav {
    margin-top: 80px !important;
  }

  .archive .thz-main .holders {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media all and (max-width: 767px) {
  .thz-woo-products-table-holder table thead {
    display: none;
  }
  .thz-woo-products-table-holder table tbody tr td {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: auto;
  }
  .thz-woo-products-table-holder table tbody tr td:before {
    content: attr(data-title) ": ";
    font-weight: 500;
    margin-right: 10px;
    position: absolute;
    left: 10px;
  }
  .thz-woo-products-table-holder table tbody tr .product-name:before {
    content: none;
  }
  .thz-woo-products-table-holder table tbody .actions {
    padding: 10px 0 !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .thz-woo-products-table-holder table tbody .actions > * {
    width: 100%;
  }
  .thz-woo-products-table-holder table tbody .actions input {
    max-width: 100% !important;
  }
  .thz-woo-products-table-holder table tbody .actions .button {
    width: 100%;
    margin-top: 10px;
    padding: 15px 0;
  }
  .thz-woo-products-table-holder table tbody .actions:before {
    display: none;
  }
  .thz-woo-products-table-holder table tbody .update, .thz-woo-products-table-holder table tbody .coupon {
    float: none;
  }

  .thz-pagination-nav li:first-child, .thz-pagination-nav li:last-child {
    display: none;
  }
  .thz-pagination-nav ul {
    display: flex;
    justify-content: center;
  }
  .thz-pagination-nav ul li {
    display: block;
  }
}
/************************************/
.gform_wrapper .gform_fields {
  padding: 0;
  margin: 0;
  list-style: none;
}
.gform_wrapper #gform_fields_4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gform_wrapper .gf_half {
  width: 48%;
}
@media screen and (max-width: 980px) {
  .gform_wrapper .gf_half {
    width: 100%;
  }
}
.gform_wrapper .gf_full_width {
  width: 100%;
  float: left;
}
.gform_wrapper input[aria-invalid=true],
.gform_wrapper textarea[aria-invalid=true] {
  border-color: #b26eff;
}
.gform_wrapper .validation_error {
  color: red;
}

.thz-mobile-menu .has-children {
  position: relative;
}
.thz-mobile-menu .has-children .temp_link {
  display: inline-block;
  width: calc(100% - 75px);
  position: absolute;
  z-index: 999;
  top: 0;
  cursor: pointer;
}

.thz-mobile-menu-holder .aws-container {
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.thz-mobile-menu-holder .aws-container > a {
  font-size: 25px;
  padding: 0 15px;
  color: #18181e;
}
.thz-mobile-menu-holder .aws-container .itemlink {
  font-size: 26px;
  color: #18181e;
}

.thz-sidebars .berocket_single_filter_widget {
  border: 1px solid #d8d8d8;
  padding: 15px 25px 0 !important;
  margin-bottom: 25px !important;
}
@media screen and (min-width: 767px) {
  .thz-sidebars .berocket_single_filter_widget .berocket_aapf_widget-title_div > .berocket_aapf_widget_show {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .thz-sidebars .berocket_single_filter_widget .berocket_aapf_widget-title_div > .berocket_aapf_widget_show {
    display: block !important;
    margin-top: -17px;
  }
}
.thz-sidebars .berocket_single_filter_widget ul:not(.sidebar-categories-filter) {
  margin: 10px 0;
}
@media screen and (min-width: 767px) {
  .thz-sidebars .berocket_single_filter_widget ul:not(.sidebar-categories-filter) {
    display: block !important;
  }
}
.thz-sidebars .berocket_single_filter_widget ul:not(.sidebar-categories-filter) li {
  padding: 8px 0;
  position: relative;
}
.thz-sidebars .berocket_single_filter_widget ul:not(.sidebar-categories-filter) li input {
  position: relative;
  padding: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.thz-sidebars .berocket_single_filter_widget ul:not(.sidebar-categories-filter) li .checkbox-custom {
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
}
.thz-sidebars .berocket_single_filter_widget ul:not(.sidebar-categories-filter) li .checkbox-custom:before {
  cursor: pointer;
  content: "";
  border: 1px solid #d8d8d8;
  width: 23px;
  height: 23px;
  background-color: #ffffff;
  position: absolute;
  border-radius: 2px;
  top: -17px;
  left: -13px;
  z-index: 0;
}
.thz-sidebars .berocket_single_filter_widget ul:not(.sidebar-categories-filter) li input:checked + .checkbox-custom:before {
  content: "";
  font-family: "Thzicons" !important;
  font-size: 20px;
  line-height: 1;
  color: #FF5858;
}
.thz-sidebars .berocket_single_filter_widget ul:not(.sidebar-categories-filter) li label {
  padding-left: 23px;
}
.thz-sidebars .berocket_single_filter_widget ul:not(.sidebar-categories-filter) li .berocket_checked {
  color: #FF5858;
}
.thz-sidebars .categories-main-filter {
  background-color: #f8f5f5;
}
.thz-sidebars .categories-main-filter .sidebar-categories-filter {
  margin: 10px 0;
}
.thz-sidebars .categories-main-filter .sidebar-categories-filter li {
  padding: 8px 0;
  position: relative;
}
.thz-sidebars .categories-main-filter .sidebar-categories-filter li input[type=checkbox],
.thz-sidebars .categories-main-filter .sidebar-categories-filter li input[type=radio] {
  display: none;
}
.thz-sidebars .categories-main-filter .sidebar-categories-filter li .berocket_checked {
  color: #FF5858;
}
.thz-sidebars .categories-main-filter .sidebar-categories-filter .berocket_term_depth_2 label {
  font-size: 14px;
}

#cn-notice-text {
  display: block;
  margin-bottom: 10px;
}

.usp-home ul {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
  margin-left: 0;
}
@media screen and (max-width: 600px) {
  .usp-home ul {
    justify-content: flex-start;
  }
  .usp-home ul li {
    margin: 0 !important;
  }
}
.usp-home ul li {
  margin-left: 15px;
}
.usp-home ul li {
  position: relative;
  padding: 0 0 0 20px;
  color: #18181e;
  margin-right: 15px;
}

.featured-products-home .product .thz-hover-mask {
  background: none !important;
}

.click-blocks {
  cursor: pointer;
}
.click-blocks .thz-bglayer-container .hover-bg {
  transition: 0.5s ease opacity;
}
.click-blocks:hover .thz-bglayer-container .hover-bg {
  opacity: 0.7 !important;
}

#header_holder {
  z-index: 5001;
}
#header_holder #header {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  clear: both;
}
#header_holder #header:after {
  display: none;
}
#header_holder #header .menu-header-secondary-menu-container {
  order: 1;
}
#header_holder #header .menu-header-secondary-menu-container #menu-header-secondary-menu {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}
#header_holder #header .menu-header-secondary-menu-container #menu-header-secondary-menu > li {
  padding-left: 15px;
  padding-right: 15px;
}
#header_holder #header .menu-header-secondary-menu-container #menu-header-secondary-menu > li a {
  color: #18181e;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.5s ease;
}
#header_holder #header .menu-header-secondary-menu-container #menu-header-secondary-menu > li a:hover {
  color: #88B24C;
  border-color: #88B24C;
}
#header_holder #header .menu-header-secondary-menu-container #menu-header-secondary-menu .lifirst {
  padding-right: 25px;
}
#header_holder #header .menu-header-secondary-menu-container #menu-header-secondary-menu .lifirst a {
  padding: 12px 25px;
  border: 1px solid #f8f5f5;
  border-radius: 3px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
}
#header_holder #header .thz-header-content {
  width: 540px;
  max-width: 100%;
  order: 0;
}
#header_holder #header .thz-header-content .thz-header-content-in {
  float: none;
}
#header_holder #header .thz-menu-woo-cart {
  padding: 20px 15px;
}
#header_holder #header .thz-menu-woo-cart .thz-woo-cart-icon:before {
  content: "";
  font-family: "icomoon" !important;
}
#header_holder #header .thz-menu-woo-cart .thz-woo-cart-badge span {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
}
#header_holder #header .thz-menu-woo-cart:hover .ulholder {
  transition: 0.5s ease opacity;
  display: block;
  opacity: 1;
}
#header_holder #header .thz-menu-woo-cart .ulholder {
  opacity: 0;
  display: none;
  position: absolute;
  width: 328px;
  right: 0;
  background: transparent;
  z-index: 99999;
  padding: 30px 0 0 0;
  margin: 0;
  border: none;
}
#header_holder #header .thz-menu-woo-cart .ulholder .sub-menu {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #f8f5f5;
  list-style: none;
}
#header_holder #header .thz-menu-woo-cart .ulholder .sub-menu:before {
  position: absolute;
  content: "";
  top: 11px;
  right: 19px;
  width: 0;
  height: 0;
  border-bottom: 21px solid #f8f5f5;
  border-left: 33px solid transparent;
}
#header_holder #header .thz-menu-woo-cart .ulholder .sub-menu:after {
  position: absolute;
  content: "";
  top: 12px;
  right: 20px;
  width: 0;
  height: 0;
  border-bottom: 20px solid #fff;
  border-left: 31px solid transparent;
}
#header_holder #header .thz-menu-woo-cart .ulholder .sub-menu .miniCartTitle {
  margin-bottom: 35px;
  position: relative;
  font-weight: 400;
  font-size: 22px;
}
#header_holder #header .thz-menu-woo-cart .ulholder .sub-menu .miniCartTitle:before {
  width: 100%;
  background-color: #f8f5f5;
  height: 1px;
  bottom: -15px;
  content: "";
  position: absolute;
  left: 0;
}
#header_holder #header .thz-menu-woo-cart .ulholder .sub-menu .mini_cart_item {
  position: relative;
}
#header_holder #header .thz-menu-woo-cart .ulholder .sub-menu .mini_cart_item > a {
  text-transform: none !important;
}
#header_holder #header .thz-menu-woo-cart .ulholder .sub-menu .mini_cart_item:before {
  width: 100%;
  background-color: #f8f5f5;
  height: 1px;
  bottom: 15px;
  content: "";
  position: absolute;
  left: 0;
}
#header_holder #header .thz-menu-woo-cart .ulholder .sub-menu .woocommerce-mini-cart__total {
  display: none;
}
#header_holder #header .thz-menu-woo-cart .ulholder .sub-menu .woocommerce-mini-cart__buttons {
  display: flex;
  flex-direction: row;
  font-size: 13px;
  text-transform: uppercase;
  justify-content: space-between;
  margin: 0;
}
#header_holder #header .thz-menu-woo-cart .ulholder .sub-menu .woocommerce-mini-cart__buttons .cart {
  background-color: #ffcc6b;
  color: #18181e !important;
}
#header_holder #header .thz-menu-woo-cart .ulholder .sub-menu .woocommerce-mini-cart__buttons .checkout {
  background-color: #54ac63;
  color: #ffffff !important;
}
#header_holder #header .thz-menu-woo-cart .ulholder .sub-menu .woocommerce-mini-cart__buttons a {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  padding: 5px 30px;
  border-radius: 2px;
  margin: 0;
  font-weight: 700 !important;
}
#header_holder #header .thz-menu-woo-cart .ulholder .empty {
  text-align: left;
  font-family: "Open Sans", sans-serif;
}
#header_holder #header .aws-search-form {
  height: 50px !important;
  background-color: #f8f5f5 !important;
  border-radius: 3px !important;
  border: 1px solid #d8d8d8;
  transition: border-color ease 0.5s;
}
#header_holder #header .aws-search-form:hover {
  background-color: #ffffff;
  border-color: #88B24C;
}
#header_holder #header .aws-search-form input[type=text] {
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
}
#header_holder #header .aws-search-form .aws-search-btn {
  background: none !important;
  border: none !important;
  padding-right: 10px;
}
#header_holder #header .aws-search-form .aws-search-btn .aws-search-btn_icon {
  color: #18181e;
  height: 32px;
}

.thz-menu > li > .linkholder {
  position: relative;
}
.thz-menu > li > .linkholder:before {
  width: 0;
  height: 3px;
  bottom: 0;
  content: "";
  background-color: #161422;
  left: 0;
  position: absolute;
}
.thz-menu > li > .linkholder:hover:before {
  width: calc(100% - 30px);
  transition: 0.6s ease width;
}
.thz-menu > li .sub-menu .menu-item .item-title {
  position: relative;
}
.thz-menu > li .sub-menu .menu-item .item-title:before {
  width: 0;
  height: 1px;
  bottom: 9px;
  content: "";
  background-color: #18181e;
  left: 0;
  position: absolute;
}
.thz-menu > li .sub-menu .menu-item .item-title:hover:before {
  width: 100%;
  transition: 0.4s ease width;
}
.thz-menu > li .sub-menu .holdsgroupTitle .item-title {
  padding: 5px 0 !important;
}
.thz-menu > li .sub-menu .current-menu-item > .linkholder > a > .item-title {
  position: relative;
  padding: 5px 0;
}
.thz-menu > li .sub-menu .current-menu-item > .linkholder > a > .item-title:before {
  width: 100%;
  height: 1px;
  bottom: 9px;
  content: "";
  background-color: auto;
  left: 0;
  position: absolute;
}
.thz-menu > .current-menu-item > .linkholder {
  position: relative;
}
.thz-menu > .current-menu-item > .linkholder:before {
  width: calc(100% - 30px);
  height: 3px;
  bottom: 0;
  content: "";
  background-color: #161422;
  left: 0;
  position: absolute;
}
.thz-menu .red-colored .item-title {
  color: #FF5858;
  font-weight: 700;
}
.thz-menu .red-colored .item-title:before {
  background-color: #FF5858 !important;
}

.thz-secondary-menu li:hover a {
  color: #FF5858 !important;
}
.thz-secondary-menu li a {
  padding-right: 0 !important;
  padding-left: 30px !important;
  color: #9999a3 !important;
}
.thz-secondary-menu > li > .linkholder {
  position: relative;
}
.thz-secondary-menu > li > .linkholder:before {
  left: 30px;
}
.thz-secondary-menu > .current-menu-item > .linkholder {
  position: relative;
}
.thz-secondary-menu > .current-menu-item > .linkholder a {
  color: #FF5858 !important;
}
.thz-secondary-menu > .current-menu-item > .linkholder:before {
  left: 30px;
}

@media screen and (max-width: 500px) {
  .aws-container {
    padding: 0 20px 15px;
  }
}

a[title="My account"] > span:before {
  font-size: 28px;
  content: "";
  font-family: "icomoon" !important;
  line-height: 1;
  font-weight: 300;
}

.right-aligned .thz-row {
  display: flex;
  justify-content: flex-end;
}
.right-aligned .thz-row > div {
  margin: 0;
}

.aws-search-result .aws_results .aws_result_item {
  border-color: #f8f5f5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.aws-search-result .aws_results .aws_result_item .aws_result_content {
  width: -webkit-fill-available;
}
.aws-search-result .aws_results .aws_result_item .aws_result_content .aws_result_head {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
}
.aws-search-result .aws_results .aws_result_item .aws_result_content .aws_result_head .aws_result_title {
  font-weight: 400;
  color: #18181e;
}
.aws-search-result .aws_results .aws_result_item .aws_result_content .aws_result_head .aws_result_title strong {
  font-weight: 400;
}
.aws-search-result .aws_results .aws_result_item .aws_result_content .aws_result_head .aws_result_price del {
  color: #7f8688;
}
.aws-search-result .aws_results .aws_result_item .aws_result_content .aws_result_head .aws_result_price ins {
  color: #FF5858;
}

.active-item-colored .active-link {
  color: #ffcc6b !important;
}

.product .thz-grid-item-in p, .product .thz-woo-item p {
  font-weight: 600;
}

.thz-button-default .thz-button:hover, .thz-button-default.thz-btn-hover .thz-button {
  border-color: #88b24c;
}

input[type=text], input[type=number], input[type=search], input[type=password], input[type=email], input[type=tel], input[type=url], input[type=datetime], input[type=date], input[type=datetime-local], input[type=month], input[type=week], input[type=time], select, textarea, .select2-container .select2-choice, #bbp_topic_content, #bbp_reply_content, .thz-site-html .select2-drop-active, .thz-site-html .select2-selection--single, .thz-site-html .woocommerce-page input.select2-search__field, .thz-site-html .select2-dropdown, fieldset {
  background-color: unset;
}

a#cn-more-info.cn-button {
  background: #0c0b12;
  color: #88b24c;
  border-color: #0c0b12;
}

.product form.cart {
  margin: 30px 0;
}

@media screen and (min-width: 700px) and (max-width: 780px) {
  .single .thz-product-media {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 979px) {
  .product .summary {
    margin-top: 50px;
  }
}

.thz-woo-products-table-holder table tbody tr td {
  vertical-align: middle;
}
.thz-woo-products-table-holder table tbody tr td .product-thumbnail {
  display: inline;
  float: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity {
  position: relative;
}

.single .thz-woo-details-row {
  margin-bottom: 100px;
}
.single .thz-woo-details-row .thz-product-media .thz-hover {
  background-size: contain !important;
}
.single .thz-woo-details-row .thz-product-media .thz-hover:before {
  background-size: contain !important;
}
.single .thz-woo-related-holder .thz-slick-slide-in {
  margin: 0 auto !important;
}
@media screen and (max-width: 980px) {
  .single .thz-woo-related-holder .thz-slick-slide-in {
    width: 320px !important;
  }
}

.product .cart {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.product .cart .quantity {
  position: relative;
  display: flex !important;
  max-width: 95px !important;
  width: 95px !important;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #f8f5f5;
  margin-right: 35px;
}
@media screen and (max-width: 1070px) {
  .product .cart .quantity {
    margin-right: 15px;
  }
}
@media screen and (max-width: 500px) {
  .product .cart .quantity {
    max-width: 65px !important;
    width: 65px !important;
  }
}
.product .cart .quantity input {
  -moz-appearance: textfield;
  text-align: left;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  background-color: transparent;
  border-color: transparent;
  font-family: "brandon-grotesque", sans-serif;
}
.product .cart .quantity .quantity-nav {
  cursor: pointer;
}
.product .cart .quantity .quantity-nav .quantity-up:before {
  content: "";
}
.product .cart .quantity .quantity-nav .quantity-down:before {
  content: "";
}
.product .cart .quantity .quantity-nav > div {
  width: 30px;
  text-align: center;
  font-size: 20px;
  line-height: 1.1;
}
.product .cart .quantity .quantity-nav > div:before {
  font-family: "Thzicons" !important;
}
.product .cart .single_add_to_cart_button {
  padding: 12px 68px;
  margin-right: 35px;
  background-color: #88B24C;
  color: #fff;
  border-color: #88B24C;
}
@media screen and (max-width: 1070px) {
  .product .cart .single_add_to_cart_button {
    padding: 12px 50px;
  }
}
@media screen and (max-width: 500px) {
  .product .cart .single_add_to_cart_button {
    padding: 12px 30px;
  }
}
.product .cart .single_add_to_cart_button:hover {
  background-color: #161422;
  border-color: #161422;
}
.product .thz-product-tabs-holder > div {
  border-top: 1px solid #f8f5f5;
  border-bottom: 1px solid #f8f5f5;
}
.product .single-usp {
  list-style: none;
  margin-left: 0;
}
.product .single-usp li {
  position: relative;
  padding: 0 0 0 30px;
  color: #18181e;
}
.product .single-usp li:before {
  left: 0;
  top: 5px;
  position: absolute;
  content: "";
  font: normal normal normal 18px/1 FontAwesome;
}
.product .thz-product-description ul li {
  padding: 0;
}
.product .thz-woo-item-thumbs-slick {
  margin-top: 65px;
}
.product .thz-woo-item-thumbs-slick .slick-track {
  margin: 0 auto !important;
}
.product .thz-grid-item-in, .product .thz-woo-item {
  transition: 0.6s ease border-color;
}
@media screen and (max-width: 1024px) {
  .product .thz-grid-item-in, .product .thz-woo-item {
    border-color: #d8d8d8;
    padding: 10px !important;
  }
}
.product .thz-grid-item-in:hover, .product .thz-woo-item:hover {
  border-color: #d8d8d8;
}
.product .thz-grid-item-in:hover > a, .product .thz-woo-item:hover > a {
  opacity: 1;
}
.product .thz-grid-item-in > a, .product .thz-woo-item > a {
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 1024px) {
  .product .thz-grid-item-in > a, .product .thz-woo-item > a {
    opacity: 1 !important;
  }
}
.product .thz-grid-item-in p, .product .thz-woo-item p {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .product .thz-grid-item-in p, .product .thz-woo-item p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .product .thz-grid-item-in .thz-woo-item-price, .product .thz-woo-item .thz-woo-item-price {
    font-size: 16px;
  }
}
.product .thz-grid-item-in .thz-hover, .product .thz-woo-item .thz-hover {
  background-size: contain !important;
}
.product .thz-grid-item-in .thz-hover:before, .product .thz-woo-item .thz-hover:before {
  background-size: contain !important;
}
.product .woo-badge {
  position: absolute;
  top: 20px;
  margin-left: 20px;
}
.product .woo-badge .thz-woo-item-on-sale {
  position: relative !important;
  margin-bottom: 10px;
}
.product .woo-badge * {
  display: block;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  text-align: center;
}
.product .woo-badge .itsnew {
  background-color: #7190E1;
  font-weight: 600;
  color: #ffffff;
  font-size: 18px;
  padding: 0 4px;
}
.product ins {
  color: #FF5858;
}
.product ins .amount {
  color: #FF5858;
}
.product .thz-woo-item-cart-buttons {
  background-color: #88B24C;
  transition: 0.5s ease background-color;
  text-align: center;
}
.product .stock {
  color: #54ac63;
  font-weight: 600;
}

.woocommerce-message a {
  margin-top: 0 !important;
  margin-right: 25px;
}

.archive .thz-shop-header {
  margin-bottom: 20px;
}
.archive .thz-shop-header > * {
  margin: 0 !important;
}
.archive .thz-shop-header .woocommerce-ordering {
  position: relative;
}
.archive .thz-shop-header .woocommerce-ordering .orderby {
  font-family: "Open Sans", sans-serif;
  padding: 5px 15px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("/wp-content/themes/creatus-child/assets/img/angle.png") 100%/10px no-repeat #ffffff;
}
.archive .thz-shop-header .woocommerce-ordering .orderby:hover, .archive .thz-shop-header .woocommerce-ordering .orderby:focus {
  background: url("/wp-content/themes/creatus-child/assets/img/angle.png") 100%/10px no-repeat #ffffff;
}
.archive .thz-shop-header .woocommerce-ordering .orderby option {
  border: none;
  color: #7f8688;
  position: relative;
}

.thz-pagination-nav {
  position: relative;
  margin: 0;
}
.thz-pagination-nav li:first-child, .thz-pagination-nav li:last-child {
  position: absolute;
}
.thz-pagination-nav li:first-child > *, .thz-pagination-nav li:last-child > * {
  width: auto !important;
  padding: 0;
}
.thz-pagination-nav li:first-child > *:hover, .thz-pagination-nav li:last-child > *:hover {
  background-color: #ffffff;
}
.thz-pagination-nav li:first-child {
  left: 0;
}
.thz-pagination-nav li:last-child {
  right: 0;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #18181e;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "brandon-grotesque", sans-serif;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: #FF5858;
}

@media screen and (max-width: 767px) {
  .woocommerce-account .woocommerce {
    display: flex;
    flex-direction: column;
  }
  .woocommerce-account .woocommerce > * {
    width: 100%;
  }
}

#customer_login {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #customer_login {
    flex-direction: column;
  }
}
#customer_login > div {
  padding: 15px;
  width: 48%;
  background-color: #f8f5f5;
  border-radius: 3px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #customer_login > div {
    width: 100%;
  }
}
#customer_login > div form {
  margin: 15px 0 0 0 !important;
}
#customer_login > div form label, #customer_login > div form p {
  font-weight: 400;
  font-size: 16px;
}
#customer_login > div form input [type=text] {
  background-color: #ffffff;
  width: 100%;
}
#customer_login > div form .woocommerce-Button:last-child {
  margin-top: 15px !important;
}

@media screen and (max-width: 767px) {
  #customer_details {
    display: flex !important;
    flex-direction: column;
  }
  #customer_details > div {
    width: 100% !important;
  }
}

.acc-btn {
	padding: 12px 25px;
    border: 1px solid #f8f5f5;
    border-radius: 3px;
    background-color: #FF822F;
    font-family: "brandon-grotesque", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.5s ease;
	margin-bottom:20px;
}
.acc-btn:hover{
	border-color: #ff5858;
}
.acc-cont {
  display: none;
}
.show {
  display: block;
}
.darkHeader {
	position: relative !important;
}
/*# sourceMappingURL=style.css.map */
