/*
Theme Name: Kallyas_new
Theme URI: http://kallyas.net/
Description: A Highly customizable theme with page builder and unlimited colors.
Author: Hogash
Author URI: http://themeforest.net/user/hogash
Version: 4.15.17
Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready
License: GNU General Public License
License URI: license.txt
Text Domain: zn_framework
*/
.page-id-1032 #header {
  display: none !important;
}

.add-another-project .add-link {
  float: left;
}

.add-another-project .add-link .txt {
  font-weight: bold;
  line-height: 28px;
}

.add-another-project .add {
  margin-bottom: -0.44em;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  width: 28px;
  height: 28px;
  line-height: 30px;
  background: white;
  text-indent: -9999px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  font-size: 1.5em;
  text-align: center;
  border-radius: 100%;
  color: white !important;
  text-decoration: none;
  font-weight: 700;
  border: solid 1px #cfa937;
  transition: all 0.2s ease;
}

.add-another-project .add-link:hover .add {
  transform: rotate(-90deg);
}

.add-another-project .add:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background-color: #cfa937;
  margin: -1px 0 0 -6px;
}

.add-another-project .add:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background-color: #cfa937;
  margin: -1px 0 0 -6px;
  transform: rotate(90deg);
}

.woocommerce-cart .woocommerce .zn-cartpage-style2 {
  background: none;
}

.woocommerce-cart .white-container {
  padding: 0;
}

.woocommerce-cart #page_header {
  display: none;
}

.woocommerce-cart .page-title {
  margin-top: 100px;
  border: none;
  padding-left: calc(5% + 50px);
}

.outlined-bold-btn .btn {
  border-color: #cfa937 !important;
  color: white !important;
}

.outlined-bold-btn .btn:hover {
  color: #cfa937 !important;
  background: white !important;
}

.special-offer-wrapper {
  text-align: center;
  margin-bottom: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  max-width: 90%;
  z-index: 8;
  padding: 20px;
  display: flex;
  justify-content: center;
  border: solid 1px #e7e7e7;
  flex-wrap: wrap;
  width: 1200px;
  top: 20px;
}

.special-offer-wrapper .info-wrapper {
  flex-grow: 2;
}

.special-offer-wrapper .title {
  font-size: 1.4em;
}

.special-offer-wrapper .close-icon-wrapper,
.special-offer-wrapper .partner-logo-wrapper {
  width: 200px;
}

.close-icon {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}

.close-icon:before,
.close-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
  background: #535353;
  width: 100%;
  height: 1px;
}

.close-icon:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.special-offer-wrapper .close-icon {
  float: right;
}

.coupon-wrapper {
  margin-top: 100px !important;
}

.coupon-wrapper .coupon {
  padding: 50px;
}

.coupon-wrapper .coupon h2 {
  font-size: 24px;
  font-weight: 700;
  font-family: inherit;
  text-transform: uppercase;
  color: #000;
  margin-top: 0;
}

.coupon .input-row {
  display: flex;
  flex-wrap: wrap;
}

.coupon .input-row input {
  flex-grow: 2;
  margin-right: 20px;
  margin-bottom: 20px;
}

.coupon .input-row button {
  flex-grow: 2;
  margin-bottom: 20px;
}

button.button.outlined-gold {
  border-color: #cfa937 !important;
  background: white !important;
  color: #cfa937 !important;
  transition: all 0.2s ease;
}

button.button.outlined-gold:hover {
  background: #cfa937 !important;
  color: white !important;
}

.zn-wc-pages-style2 #page_wrapper a.button.alt {
  background: #cfa937 !important;
}

/* Custom CSS */

.wie-h2 {
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 700;
}

.wie-h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
  text-transform: uppercase;
}

.custom-header-logo {
  height: 100% !important;
  width: 100%;
  max-height: 40px;
}

