/* 20251218230109 - v2 */
.gui,
.gui-block-linklist li a {
  color: #666666;
}

.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: #000000;
}

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

.gui a {
  color: #0a8de9;
}

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

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

.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: #666666;
}

.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: #76c61b;
}

/* custom */
/* Name: Cameron Nixon | Date: August 8, 2018 Time: 10:07 AM | Reason: hide new arrivals| Ticket:590084| Begin.
.featured{
	display:none;
}
Name: Cameron Nixon | Date: August 8, 2018 Time: 10:07 AM | End. */

/* Name: Tatiana | Date: May 7, 2018  | Reason: Hiding the "+ Our story" link from the category list | Begin. */
body > div:nth-child(4) > div.col-md-3 > div > ul > li:nth-child(2) > a{
  display:none !important;
}
/* Name: Tatiana | Date: May 7, 2018  | End. */

nav .item { padding-right: 20px; }

/* Custom CSS by Leah @ Lightspeed | Reason: Get category dropdowns to show 4 columns instead of 3*/
ul.subnav{
  column-count:4;
}
/* End of Leah’s Custom CSS | Date May 23, 2018 */

/*show the sidebar list vertically */
ul.navbarleft_subnav.active > li.subitem > ul.subnav {
	column-count:1 !important;
}

li.item:nth-child(2) > div.subnavBlock.hidden-xs.hidden-sm > ul.subnav {
	column-count:3 !important;
}
/* End by Jeffrey Juban | Date May 30, 2018 */

/*
Marco Moretto, Removed the image and brand name from the brands/product page , June 13th 2018  START. 
*/
body > div:nth-child(3) > div.collectionimages.row.col-custom.col-sm-12.row-eq-height > div.right.categoryImageContainer{
  display:none !important; 
}

body > div:nth-child(3) > div.collectionimages.row.col-custom.col-sm-12.row-eq-height > div.col-md-3.col-sm-6.hidden-xs.right.categoryTitelContainer.wrapper{
  display:none; 
}
/*
Marco Moretto, Removed the image and brand name from the brands/product page , June 13th 2018END. 
*/

/***** Stan Clarke, Jr. | Date: Jul 30, 2018 Time: 16:05 Montreal Time | Reason: to descrease size of subnav container & spacing between menus on mobile | Ticket: 579456 | START *****/
nav .subnavBlock {
  height: 140px!important;
}

.sidr img {
  display: none!important;
}

.sidr ul li ul li:last-child {
  padding-bottom: 45px;
}
/***** Stan Clarke, Jr. | Date: Jul 30, 2018 Time: 16:05 Montreal Time  | END *****/
/* Diya Mathur, April 10, 2019, Ticket#819700, Hides right-hand brand title container & centers brand logo, BEGIN*/ 
.right.categoryImageContainer {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.col-md-3.col-sm-6.hidden-xs.right.categoryTitelContainer.wrapper {
    display: none;
}
/* Diya Mathur, April 10, 2019, Ticket#819700, Hides right-hand brand title container & centers brand logo, END*/

/*Kalla Ag Oumar | September 10th | Ticket #973385 | Hide the brand logo on a brand page | BEGIN*/
.right.categoryImageContainer {
  display: none;
}
/*Kalla Ag Oumar | September 10th | Ticket #973385 | Hide the brand logo on a brand page | END */

/* */
body.formal-wear h1, body.weddings h1 {
  font-size: 2.5em;
  font-style: italic;
  margin-top: 80px;
  text-align: center;
  text-transform: none;
}
body.formal-wear .page-text h2, body.weddings .page-text h2 {
	color: #808080;
  font-size: 1.5em;
  line-height: 1.0em;
  margin-bottom: 2.0em;
  text-align: center;
  text-transform: none;
}
body.formal-wear .page-text h3, body.weddings .page-text h3 {
  margin-bottom: -10px;
  margin-top: 12px;
}

body.formal-wear .page-text p, body.weddings .page-text p {
  font-size: 14px;
}
/*Simon Elorde | Nov 24 2022 | Ticket #3012652 | Adjust brand page width to 100% | BEGIN*/
.brands {
    text-align: center;
    float: left;
    max-height: 180px;
    margin: 10px 0;
    width: 100%;
}
/*Simon Elorde | Nov 24 2022 | Ticket #3012652 | Adjust brand page width to 100% | END*/
