/*!
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
!*/
@font-face {
  font-family: "BentonSans Medium";
  src: url("./assets/fonts/BentonSans Medium.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "BentonSans Regular";
  src: url("./assets/fonts/BentonSans Regular.otf") format("opentype");
  font-display: swap;
}
body {
  font-family: "BentonSans Regular", sans-serif !important;
}
body button[type=submit],
body .thz-grid-item-button .thz-btn-text,
body .thz-pagination a,
body .thz-pagination span,
body footer .thz-text-block p > a {
  font-family: "BentonSans Regular", sans-serif !important;
}

body h1, body h2, body h3, body h4, body h5, body h6,
body #mainmenu_holder a,
body .thz-text-block p > a {
  font-family: "BentonSans Medium", sans-serif !important;
}

.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: #37b24d;
}
.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 .berocket_aapf_widget-wrapper {
  background-color: #37b24d;
}
.thz-sidebars .berocket_single_filter_widget .berocket_aapf_widget-wrapper ::-webkit-scrollbar {
  width: 10px;
}
.thz-sidebars .berocket_single_filter_widget .berocket_aapf_widget-wrapper ::-webkit-scrollbar-track {
  background: #dadee2;
  border-radius: 10px;
  width: 6px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.thz-sidebars .berocket_single_filter_widget .berocket_aapf_widget-wrapper ::-webkit-scrollbar-thumb {
  background: #495057;
  border-radius: 10px;
  width: 6px;
}
.thz-sidebars .berocket_single_filter_widget .berocket_aapf_widget-wrapper h3 {
  color: #fff;
  padding: 10px 20px;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500 !important;
}
.thz-sidebars .berocket_single_filter_widget .berocket_aapf_widget-wrapper ul {
  overflow-y: scroll;
  max-height: 275px;
  background-color: #f1f3f5;
  margin: 0;
  padding: 12px 0;
}
.thz-sidebars .berocket_single_filter_widget .berocket_aapf_widget-wrapper ul li input[type=checkbox],
.thz-sidebars .berocket_single_filter_widget .berocket_aapf_widget-wrapper ul li input[type=radio] {
  display: none;
}
.thz-sidebars .berocket_single_filter_widget .berocket_aapf_widget-wrapper ul li input:checked + label {
  color: #18181e;
}
.thz-sidebars .berocket_single_filter_widget .berocket_aapf_widget-wrapper ul li label {
  font-size: 14px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 500 !important;
}

#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;
}
.usp-home ul li:before {
  left: -5px;
  top: 5px;
  position: absolute;
  content: "\f058";
  font: normal normal normal 20px/1 FontAwesome;
  line-height: 15px;
}

.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;
  transition: all 0.5s ease;
}
#header_holder #header .menu-header-secondary-menu-container #menu-header-secondary-menu > li a:hover {
  color: #ff922b;
  border-color: #ff922b;
}
#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 #37b24d;
  border-radius: 3px;
  font-family: "BentonSans Medium", sans-serif;
}
#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: "\e900";
  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: "BentonSans Regular", 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: "BentonSans Regular", 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: #37b24d;
}
#header_holder #header .aws-search-form input[type=text] {
  background: none;
  border: none;
  font-size: 16px;
  font-family: "BentonSans Regular", sans-serif;
}
#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 > .current-menu-item > .linkholder {
  position: relative;
}
.thz-menu > .current-menu-item > .linkholder:before {
  width: calc(100% - 30px);
  height: 3px;
  bottom: 0;
  content: "";
  background-color: #37b24d;
  left: 0;
  position: absolute;
}
.thz-menu .red-colored .item-title {
  color: #37b24d;
  font-weight: 700;
}
.thz-menu .red-colored .item-title:before {
  background-color: #37b24d !important;
}

.thz-secondary-menu li:hover a {
  color: #ff922b !important;
}
.thz-secondary-menu li a {
  padding-right: 0 !important;
  padding-left: 30px !important;
  color: #ffffff !important;
  opacity: 0.65;
}
.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: #ff922b !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: "\e901";
  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: #37b24d;
}

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

.aws-search-form {
  border: none !important;
}

.aws-search-field {
  border: none !important;
}

.aws-container .aws-search-form .aws-form-btn {
  border: none !important;
  background-color: #f1f3f5;
}

.aws-search-field {
  background-color: #f1f3f5 !important;
}

.aws-search-btn_icon {
  background-color: #f1f3f5 !important;
  height: 50px;
}

.aws-search-btn_icon svg {
  width: 80% !important;
}

@media screen and (max-width: 1249px) {
  .aws-search-form {
    max-width: 400px;
    margin: auto;
  }
}
#menu-header-secondary-menu .lifirst {
  font-size: 18px;
}

#thz-section-holder-se87f644f .thz-btn-container {
  position: absolute;
  bottom: 27px;
  left: 25px;
}

@media screen and (max-width: 1400px) {
  #thz-section-holder-se87f644f .thz-btn-container .thz-btn-text {
    font-size: 14px;
  }
}
.wpfCheckbox {
  display: none !important;
}

.wpfFilterContent {
  padding-left: 10px;
}

@media screen and (min-width: 980px) {
  .thz-woo-products .thz-grid-item {
    width: 33% !important;
  }
}
.sidebar_categories ::-webkit-scrollbar {
  width: 10px;
}
.sidebar_categories ::-webkit-scrollbar-track {
  background: #dadee2;
  border-radius: 10px;
  width: 6px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.sidebar_categories ::-webkit-scrollbar-thumb {
  background: #495057;
  border-radius: 10px;
  width: 6px;
}
.sidebar_categories ul.parent-cat {
  background-color: #f1f3f5;
  margin: 0 0 26px 0;
  padding: 0;
  list-style: none;
}
.sidebar_categories ul.parent-cat > li {
  padding: 0;
}
.sidebar_categories ul.parent-cat > li > a {
  padding: 10px 20px;
  background-color: #37b24d;
  display: inline-block;
  width: 100%;
  color: #ffffff !important;
  font-size: 17px !important;
}
.sidebar_categories ul.parent-cat > li ul {
  list-style: none;
  overflow-y: scroll;
  max-height: 275px;
  padding: 12px 20px;
}
.sidebar_categories ul.parent-cat > li ul li {
  padding: 0;
}
.sidebar_categories ul.parent-cat > li ul li a {
  font-size: 14px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 500 !important;
}

#thz-column-cb13dab22, #thz-column-cfa09c017 {
  padding-left: 15px;
}

.thz-grid-item-meer {
  width: 100%;
}
.thz-grid-item-meer .thz-button {
  display: flex;
  justify-content: space-between;
}
.thz-grid-item-meer .thz-button .thz-btn-icon {
  padding: 0 6px;
  border-radius: 3px;
}

.thz-mainwrap-single-product .thz-block-spacer {
  padding-top: 0;
}
.thz-mainwrap-single-product .thz-block-spacer .thz-woo-details-row .entry-summary {
  padding-top: 80px;
}
.thz-mainwrap-single-product .thz-block-spacer .thz-woo-details-row .entry-summary .single_add_to_cart_button {
  background-color: #ff922b;
  color: #fff;
  border-color: #ff922b;
}

.cfwc-custom-field-wrapper {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #626769;
  font-weight: 600;
  padding-left: 28px;
  padding-top: 8px;
}

.thz-product-details-holder .entry-summary .thz-product-title {
  padding-bottom: 25px;
}
.thz-product-details-holder .entry-summary .cfwc-second-custom-field-wrapper {
  position: absolute;
  top: 175px;
  font-size: 16px;
  color: #626769;
}

@media screen and (max-width: 979px) {
  .thz-mainwrap-single-product .thz-block-spacer {
    padding-top: 0;
  }
  .thz-mainwrap-single-product .thz-block-spacer .thz-woo-details-row .entry-summary {
    padding-top: 0px;
    padding-left: 40px;
  }

  .cfwc-second-custom-field-wrapper {
    top: 50px !important;
  }
}
@media screen and (max-width: 612px) {
  .cfwc-second-custom-field-wrapper {
    top: 80px !important;
  }
}
@media screen and (max-width: 336px) {
  .cfwc-second-custom-field-wrapper {
    top: 155px !important;
  }
}
@media screen and (min-width: 400px) and (max-width: 800px) {
  .woocommerce-message {
    padding-left: 22px;
  }
}
@media screen and (max-width: 450px) {
  .thz-product-details-holder .thz-column {
    height: 460px;
    margin-top: -60px;
  }

  body:not(.woocommerce-checkout, .woocommerce-cart) #footer {
    margin-top: -120px;
  }
}
.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;
  }
}

.remodal {
  padding: 30px !important;
}
.remodal .product .single_add_to_cart_button {
  margin: 0;
}
.remodal .product .qty {
  text-align: center !important;
}
.remodal .product .thz-product-meta-container {
  margin-top: 20px;
}
.remodal .product .thz-product-meta-container .thz-product-meta-table {
  width: auto;
}
.remodal .product .thz-product-meta-container .thz-product-meta-table .thz-product-meta-cell {
  padding-right: 20px;
}

.woocommerce-cart .woocommerce-shipping-totals, .woocommerce-checkout .woocommerce-shipping-totals {
  display: none;
}

.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;
  background-color: transparent;
  border-color: transparent;
  font-family: "BentonSans Medium", sans-serif;
}
.product .cart .quantity .quantity-nav {
  cursor: pointer;
}
.product .cart .quantity .quantity-nav .quantity-up:before {
  content: "\f106";
}
.product .cart .quantity .quantity-nav .quantity-down:before {
  content: "\f107";
}
.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 !important;
  font-family: "BentonSans Medium", sans-serif !important;
}
@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 .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: "\f058";
  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 {
  position: relative;
  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: #ffcc6b;
}
.product .thz-grid-item-in:hover .button:before, .product .thz-woo-item:hover .button:before {
  padding: 1px 12px 2px;
}
.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 .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: "BentonSans Medium", sans-serif;
  text-align: center;
}
.product .woo-badge .itsnew {
  background-color: #54ac63;
  font-weight: 600;
  color: #ffffff;
  font-size: 18px;
  padding: 0 4px;
}
.product ins {
  color: #37b24d;
}
.product ins .amount {
  color: #37b24d;
}
.product .quick_view {
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
  background-color: transparent !important;
  color: #7f8688;
  text-transform: none;
  font-size: 15px;
}
.product .quick_view span {
  background-color: transparent;
}
.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: "BentonSans Regular", 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 ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.thz-pagination-nav ul li .thz-pagination-dots {
  padding: 0;
}
.thz-pagination-nav ul li:first-child, .thz-pagination-nav ul li:last-child {
  position: absolute;
}
.thz-pagination-nav ul li:first-child i, .thz-pagination-nav ul li:last-child i {
  display: none;
}
.thz-pagination-nav ul li:first-child > *, .thz-pagination-nav ul li:last-child > * {
  width: auto !important;
  padding: 0;
}
.thz-pagination-nav ul li:first-child > *:hover, .thz-pagination-nav ul li:last-child > *:hover {
  background-color: #ffffff;
  color: #37b24d;
}
.thz-pagination-nav ul li:first-child {
  left: 0;
}
.thz-pagination-nav ul 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: "BentonSans Medium", sans-serif;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: #37b24d;
}

@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;
  }
}

ul.cart_list li a {
  font-weight: normal;
}

.product .thz-woo-item-info {
  text-align: center;
}
.product .redirect-to-product {
  padding: 5px 25px;
  background-color: #37b24d;
  color: #fff;
  border-radius: 6px;
  display: block;
  width: fit-content;
  margin: auto;
}
.product .redirect-to-product:hover {
  background-color: #ffba00;
}
.product .thz-woo-item-add-to-cart, .product .thz-woo-item-cart-buttons {
  display: none !important;
}

/************ 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 {
    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;
  }
}
/************************************/

/*# sourceMappingURL=style.css.map */
