@import url("https://use.typekit.net/rhi5lqg.css");

:root {
  --wow: #c01111;
  --almost-black: #222327;
  --dark-white: #EAEAEC;
  --light-gray: #949494;
  --very-light-gray: #C5C5C9;
  --subdued: #595959;
  --hilight: #96701b;
  --itc-font: 'itc-american-typewriter', sans-serif;
  --atw-font: 'AmericanTypewriterStd-Med', serif;
}

.no-vs-search {
  pointer-events: none;
}

.is-desktop {
  display: block;
}

.is-mobile {
  display: none;
}

body {
  font-family: "HelveticaNeueLTPro-Lt", sans-serif;
}


.psg {
  margin-top: 5px;
}

.psg h2 {
  font-family: var(--itc-font);
  font-size: 1.5rem;
}

.psg h3 {
  font-family: var(--atw-font);
  font-size: 1.5rem;
}

.psg h4 {
  font-family: "HelveticaNeueLTPro-Lt", sans-serif;
  font-size: 1rem;
  text-align: center;
}

.psg .see-form {
  font-family: "HelveticaNeueLTPro-Lt", sans-serif;
  font-size: 1rem;
  text-align: left;
}

.border-gold {
  border: 2px solid var(--hilight);
}

.form-control {
  border: 1px solid #ccc;
  border-radius: 0;
}

.fs-7 {
  font-size: 14px !important;
}

.fs-8 {
  font-size: 12px !important;
}

/* ************************ Printing Control **************** */
.is-screen {
  display: block !important;
}

.is-print {
  display: none !important;
}

.text-brown {
  color: #96701b;
  border-color: #96701b;
}

.btn-brown:hover {
  border-color: #96701b;
  background-color: #96701b !important;
}

/* ***************************   Gift card section *******************   */
.slider-main-wrapper .slick-prev:before {
  content: "" !important;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='currentColor' class='bi bi-chevron-left' viewBox='0 0 16 16' id='IconChangeColor'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z' id='mainIconPathAttribute' stroke-width='1.2' stroke='%23000000' fill='%23000000'%3E%3C/path%3E%3C/svg%3E%0A");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.slider-main-wrapper .slick-next:before {
  content: "" !important;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='currentColor' class='bi bi-chevron-left' viewBox='0 0 16 16' id='IconChangeColor' transform='scale(-1, 1)'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z' id='mainIconPathAttribute' stroke-width='1.2' stroke='%23000000' fill='%23000000'%3E%3C/path%3E%3C/svg%3E ");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.slider-top-wrap .slick-slide {
  border-bottom: 2px solid transparent;
}

.slider-top-wrap .slick-slide.slick-current {
  text-align: center;
  cursor: pointer;
  border-color: #000;
}


/* *********** Tabs ************** */
.step-tabs .nav-tabs {
  border-top: 1px solid #96701b;
  border-right: 1px solid #96701b;
}

.step-tabs .nav-tabs .nav-item {
  flex-grow: 1;
}

.step-tabs .nav-tabs .nav-item:nth-child(1) .nav-link {
  border-left: 1px solid #96701b;
  border-right: 1px solid #96701b;
}

.step-tabs .nav-tabs .nav-item:nth-child(2) .nav-link {
  border-right: 1px solid #96701b;
}

.step-tabs .nav-tabs .nav-item .nav-link {
  width: 100%;
  border-radius: 0;
  border-top: none;
  border-bottom: 1px solid #96701b;
  border-left: 0;
  color: #96701b;
  text-transform: uppercase;
  font-weight: 600;
}

.step-tabs .nav-tabs .nav-item .nav-link.active {
  background-color: #96701b;
  color: #fff;
}

/* ******************* Cart **************** */
.cart-item-row {
  padding: 15px 0 5px;
}

.cart-item-row sup {
  top: -.5rem;
  line-height: 1;
}

.cart-item-row+.cart-item-row {
  border-top: solid 1px #ccc;
}

.cart-product-thumbnail {
  width: 56px;
  min-width: 56px;
  height: 36px;
  object-fit: cover;
}

.cart-item-right .cart-item-info {
  min-width: 260px;
}

.btn-edit {
  color: #000;
}

.btn-edit:hover {
  color: #96701b !important;
}

.link_primary {
  color: #000;
}

.link_primary:hover {
  color: #96701b;
}

.bdr_b_grey {
  border-bottom: 1px solid #ccc;
}

.checkbox_text {
  font-size: 13px;
}

.error-field {
  color: #e74c3c;
  /* Text color in red */
}

.error-icon::before {
  content: "\f06a";
  /* Unicode for the Font Awesome exclamation-circle icon */
  font-family: 'Font Awesome 5 Free';
  margin-right: 5px;
  /* Add some spacing between the icon and text */
}

/***********Editor CSS*************/

.customize-box-steps {
  font-family: "HelveticaNeueLTPro-Lt", sans-serif;
  gap: calc(10px + 5vw);
}

.customize-box-steps .step-num {
  min-width: 40px;
  height: 40px;
  color: #fff;
  background-color: var(--hilight);
  font-size: 16px;
  text-decoration: none;
  border-radius: 50% !important;
}

.customize-box-steps .inactive {
  border: 2px solid;
  background-color: #FFF;
  color: #000;
  border-color: var(--hilight);
}

.customize-box-steps .step-title {
  line-height: 1.2;
}

.customize-box-steps .step-title a {
  color: var(--almost-black);
  font-size: 18px;
}

/* .customize-box-steps .{} */