/* 20230725201555 - v2 */
.gui,
.gui-block-linklist li a {
  color: #0a0a0a;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #666666;
}

.gui-block-inner strong {
  color: #848484;
}

.gui a {
  color: #e198df;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #e198df;
  box-shadow: 0 0 2px #e198df;
}

.gui-select.gui-focus .gui-handle {
  border-color: #e198df;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #8d8d8d;
}

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

.gui-form .gui-field .gui-description span {
  color: #0a0a0a;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #ededed;
  background-color: #f9f9f9;
}

.gui-block-option-block {
  border-color: #ededed;
}

.gui-block-title strong {
  color: #333333;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #cbcbcb;
}

.gui ul.gui-products li {
  border-color: #dcdcdc;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #dcdcdc;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #dcdcdc;
}

.gui-block-content .gui-table {
  border-color: #ededed;
}

.gui-table thead tr th {
  border-color: #cbcbcb;
  background-color: #f9f9f9;
}

.gui-table tbody tr td {
  border-color: #ededed;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #8d8d8d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #f167f4;
}

/* custom */
// pink = #e87c94
// light pink = #e5b9c3
// gold = #A29F65

h1	{ font-family: 'Lato', sans-serif !important; font-size: 42px; letter-spacing: 1px; text-transform: uppercase; }
h4	{ font-size: 18px !important; font-weight: normal; font-family: 'Lato', sans-serif; text-transform: uppercase; line-height: 1.4em; }

.navbar-default	{ background-color: #e87c94; color: #fff !important; }
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    background-color: #e5b9c3; color: #000;
}
.nav li	{ text-transform: uppercase; }
.header3 nav .navbar-nav ul li a {
    padding-top: 6px;
    padding-bottom: 6px;
}

.element									{ margin: 20px; border: 2px solid #A29F65; }
.element:hover						{ background-color: #A29F65 !important; }
.element-title-box				{ min-height: 120px; border: 0; }
.element-title-box:hover	{ background: none; }

.footer-copyright					{ display: none; }

#ztb-sb-18fc0df2-widget	{ display: none; }

#Newsletter .container	{ padding: 40px 0; background: white; border: 4px solid black; }
#Newsletter .co-white		{ color: #000; }
#Newsletter .pt240			{ padding-top: 6em; }
#Newsletter .pb240			{ padding-bottom: 8em; }

#Actionbar .container		{ padding: 40px 0; background: white; border: 4px solid black; }
#Actionbar .co-white		{ color: #000; }
#Actionbar .pt240				{ padding-top: 6em; }
#Actionbar .pb240				{ padding-bottom: 8em; }

#categoryinformation p	{ font-size: 16px; }

#categoryinformation blockquote		{ margin: 2em 25%; border: none; }

.embeded								{ margin: 2em; }
.embeded .title					{ font-size: 24px; font-weight: bold; margin: 12px 0 6px; }
.embeded .publisher			{ font-size: 11px; color: gray; display: none; }
.embeded .description		{ font-size: 14px; margin: 0 0 1em; }
.embeded .image					{ border: 1px solid #2d2d2d; }

div#instaShowGallery_1.instashow.instashow-gallery.instashow-gallery-horizontal.instashow-gallery-slide {
	height: 370px !important;
  width: auto;
}

@media only screen and (max-width: 768px) {
  div#instaShowGallery_1.instashow.instashow-gallery.instashow-gallery-horizontal.instashow-gallery-slide {
    height: 135px !important;
    width: auto;
  }
}

/* Name: Sara | Date: March 25, 2020 | Ticket: 1191118 | Reason: Hide price including tax |  Begin. */
.inc-tax {
	display: none !important;
}
/* Name: Sara | Date: March 25, 2020 | Ticket: 1191118 | End. */

/* Name: Mary | Date: March 26th, 2020  | Reason: adjust category formatting | Begin. */
.categories .category .cat-title {
    text-align: center;
  	font-size: 18px;
    padding: 9px 10px;
}
/* Name: Mary | End. */
