/*SIDEBAR*/
.c-sidebar-box {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
}

.c-info-box {
  display: flex;
  flex-direction: column;
}
.c-info-box .c-icons {
  font-size: 2.5rem;
}
.c-info-box h4, .c-info-box h5, .c-info-box h6 {
  letter-spacing: -0.4px;
  text-transform: uppercase;
  font-weight: 600;
}
.c-info-box span {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.c-categories {
  list-style-type: none;
  padding-left: 0;
}
.c-categories ul {
  list-style-type: none;
  padding-left: 0.5em;
}
.c-categories ul li {
  font-size: 0.95rem;
}
.c-categories ul li a {
  color: #000;
}
.c-categories ul li a:hover {
  color: #FF6600;
}
.c-categories ul li:before {
  font-family: "ceramizer-icons" !important;
  content: "\e916" !important;
  padding-right: 0.3em;
  font-size: 1.5rem;
  color: #FF6600;
  vertical-align: middle;
}

.c-categories-main {
  list-style-type: none;
  padding-left: 0;
}
.c-categories-main ul {
  list-style-type: none;
  padding-left: 0.5em;
}
.c-categories-main ul li a {
  color: #000;
}
.c-categories-main ul li a:hover {
  color: #FF6600;
}
.c-categories-main .c-li-0 {
  margin: 12px 0;
  font-size: 0.9rem;
}
.c-categories-main .c-parent-category i {
  font-size: 1.1rem;
  vertical-align: middle;
  border-radius: 100%;
  display: inline-block;
  transition: 0.3s ease;
  margin-left: 6px;
  color: #FF6600;
}
.c-categories-main .c-parent-category i:hover {
  cursor: pointer;
  background-color: #eee;
  color: #FF6600;
}
.c-categories-main .c-parent-category .rotate {
  transform: rotate(-180deg);
}
.c-categories-main .c-parent-category ul li {
  line-height: 1.1em;
  margin: 12px 0;
  font-size: 0.85rem;
}
.c-categories-main .c-sub-categories {
  display: none;
}

.categories::marker {
  display: none;
}

.open-on-load + .c-sub-categories {
  display: block;
}

.wc-block-product-categories-list--depth-0 li::before {
  padding-right: 0.05em !important;
}

.wc-block-product-categories-list--depth-1 li {
  display: flex;
  align-items: flex-start;
  margin: 6px 0;
}
.wc-block-product-categories-list--depth-1 li::before {
  margin-top: -8px !important;
  padding-right: 0.1em !important;
}

@media screen and (min-width: 577px) and (max-width: 991px) {
  .c-sidebar-box .c-categories li a {
    font-size: 0.8rem;
  }
}
/*END SIDEBAR*/
/*PAGE*/
#c-hero-page-section {
  height: 450px;
  background-size: cover;
  background-position: center center;
  background-color: #000;
  position: relative;
  z-index: 1;
}
#c-hero-page-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.65;
  z-index: -1;
}

.c-hero-page-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wl-add-to {
  padding: 10px 30px;
  border-radius: 12px;
  background-image: linear-gradient(to right, #000 0%, #353535 51%, #353535 100%);
  color: #fff;
  background-size: 200% auto;
  transition: all 0.3s 0s ease;
  border: 0;
  padding: 4px 36px;
}
.wl-add-to:hover {
  color: #fff;
  background-position: center right;
}

.wl-table {
  margin-top: 24px;
}
.wl-table .product-thumbnail img {
  width: 130px;
  height: auto;
}
.wl-table .product-purchase a {
  padding: 10px 30px;
  border-radius: 12px;
  background-image: linear-gradient(to right, #F36B17 0%, #FF8A00 51%, #f46b45 100%);
  color: #fff;
  background-size: 200% auto;
  transition: all 0.3s 0s ease;
}
.wl-table .product-purchase a:hover {
  color: #fff;
  background-position: center right;
}

.wl-form input:not(input[type=radio]):not(input[type=submit]), .wl-form textarea {
  border-radius: 10px;
  border: 1px solid #eee;
  width: 100%;
  padding-left: 15px;
}
.wl-form input[type=submit] {
  padding: 10px 30px;
  border-radius: 12px;
  background-image: linear-gradient(to right, #F36B17 0%, #FF8A00 51%, #f46b45 100%);
  color: #fff;
  background-size: 200% auto;
  transition: all 0.3s 0s ease;
  padding: 6px 24px;
  border: 0;
  box-shadow: 1px 3px 10px #acacac;
}
.wl-form input[type=submit]:hover {
  color: #fff;
  background-position: center right;
}

.wl-intro .wlconfirm {
  padding: 10px 30px;
  border-radius: 12px;
  background-image: linear-gradient(to right, #000 0%, #353535 51%, #353535 100%);
  color: #fff;
  background-size: 200% auto;
  transition: all 0.3s 0s ease;
  padding: 4px 36px;
}
.wl-intro .wlconfirm:hover {
  color: #fff;
  background-position: center right;
}

#wl-wrapper .wl-table.shop_table_responsive td {
  vertical-align: middle;
}

#wl-wrapper .wl-table.shop_table_responsive td {
  text-align: left;
  font-size: 0.9rem;
  line-height: 1rem;
}

#wleditaction1, #wleditaction2 {
  padding: 1px;
  border-radius: 10px;
  font-size: 0.9rem;
}

.find-input {
  border-radius: 10px;
  border: 1px solid #eee;
  width: 100% !important;
  padding-left: 15px;
  margin-top: 12px;
}

.wl-search-form input[type=submit] {
  padding: 10px 30px;
  border-radius: 12px;
  background-image: linear-gradient(to right, #F36B17 0%, #FF8A00 51%, #f46b45 100%);
  color: #fff;
  background-size: 200% auto;
  transition: all 0.3s 0s ease;
  padding: 6px 24px;
  border: 0;
  box-shadow: 1px 3px 10px #acacac;
  margin-top: 12px;
}
.wl-search-form input[type=submit]:hover {
  color: #fff;
  background-position: center right;
}

table.shop_table.cart.wl-table.wl-manage {
  width: 100%;
}
table.shop_table.cart.wl-table.wl-manage td, table.shop_table.cart.wl-table.wl-manage th {
  border: 1px solid #eee;
  padding: 6px;
}
table.shop_table.cart.wl-table.wl-manage .wl-priv-sel {
  border-radius: 10px;
  font-size: 0.8rem;
}
table.shop_table.cart.wl-table.wl-manage .actions {
  padding: 8px 24px;
}
table.shop_table.cart.wl-table.wl-manage .actions .wl-but {
  padding: 10px 30px;
  border-radius: 12px;
  background-image: linear-gradient(to right, #F36B17 0%, #FF8A00 51%, #f46b45 100%);
  color: #fff;
  background-size: 200% auto;
  transition: all 0.3s 0s ease;
  padding: 4px 12px;
  border: 0;
  font-size: 0.9rem;
  box-shadow: 1px 3px 10px #acacac;
}
table.shop_table.cart.wl-table.wl-manage .actions .wl-but:hover {
  color: #fff;
  background-position: center right;
}

.c-contact-input input {
  padding: 6px 12px;
  border-radius: 10px;
  border: 1px solid #eee;
  width: 100%;
  box-shadow: 1px 3px 10px #eee;
}
.c-contact-input input::placeholder {
  font-size: 0.9rem;
}

.c-contact-textarea textarea {
  width: 100%;
  height: 300px;
  padding: 6px 12px;
  border-radius: 10px;
  border: 1px solid #eee;
  box-shadow: 1px 3px 10px #eee;
}
.c-contact-textarea textarea::placeholder {
  font-size: 0.9rem;
}

.c-contact-submit input {
  padding: 10px 30px;
  border-radius: 12px;
  background-image: linear-gradient(to right, #F36B17 0%, #FF8A00 51%, #f46b45 100%);
  color: #fff;
  background-size: 200% auto;
  transition: all 0.3s 0s ease;
  padding: 6px 24px;
  border: 0;
  width: 100%;
  box-shadow: 1px 3px 10px #eee;
}
.c-contact-submit input:hover {
  color: #fff;
  background-position: center right;
}

img {
  max-width: 100%;
  height: auto;
}

.c-accordion {
  background: #f9f9f9;
  padding: 24px;
  border-radius: 10px;
  margin: 12px 0;
}
.c-accordion .ceramizer-chevron-down {
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.c-accordion .active-chevron {
  transform: rotate(180deg);
}
.c-accordion i {
  font-size: 1.5rem;
}
.c-accordion h3 {
  color: #FF6600;
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 1.2rem;
}
.c-accordion .c-accordion-content {
  display: none;
}
.c-accordion .c-accordion-content p {
  font-size: 1rem;
}

.c-table-heading {
  background: #FF6600;
  color: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 3px;
}

.c-table-content {
  padding: 24px 12px 0 0;
  background: #FF660099;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.c-table-content li {
  font-size: 0.95rem;
  color: #fff;
}

.ceramizer-anchor-padding {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}

.ceramizer-anchor-padding-test {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.el-box-shadow {
  box-shadow: 1px 3px 10px #acacac;
}

.c-box-cooperation-button {
  background-color: #000;
  margin-bottom: 24px;
  padding: 24px 12px;
  min-height: 150px;
  color: #fff;
  display: block;
  border-radius: 10px;
  box-shadow: 1px 3px 10px #acacac;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.c-box-cooperation-button:hover {
  background-color: #FF6600;
}

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