/* recomment for fix issues on mobile devices
@media only screen and (max-device-width: 770px) {
    .amlabel-txt {
        font-size: 70%;
        line-height: 1.1;
    }
}
*/

.amlabel-div {
    position: relative;
}

.amlabel-div .amlabel-txt {
    line-height: 11px;
    font-size: 0.9em;
    font-weight: bold;
    display: block;
    letter-spacing: 0.01px;
    text-decoration: none;
    color: #fff;
}

.amlabel-div a {
    text-decoration: none;
    position: relative;
}

.amlabel-table {
    position: absolute;
    z-index: 10;
    cursor: pointer;
}

.amlabel-table td {
    vertical-align: middle;
    text-align: center;
    border: 0;
    height: auto;
}

.top-center {
    top     : 0;
    left    : 0;
    right   : 0;
    margin-left : auto;
    margin-right : auto;
    text-align: center;
    background-position-x: center !important;
}

.middle-left {
    left : 0;
    top   : 0;
    bottom  : 0;
    margin-top: auto;
    margin-bottom: auto;
}

.middle-right {
    right: 0;
    top   : 0;
    bottom  : 0;
    margin-top: auto;
    margin-bottom: auto;
    background-position-x: right !important;
    text-align: right;
}

.bottom-center {
    bottom: 0;
    left    : 0;
    right   : 0;
    margin-left : auto;
    margin-right : auto;
    text-align: center;
    background-position-x: center !important;
}

.middle-center {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top   : 0;
    bottom  : 0;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    background-position-x: center !important;
}

.top-left {
    top: 0;
    left: 0;
}

.top-right {
    top: 0;
    right: 0;
    background-position-x: right !important;
    text-align: right;
}

.bottom-left {
    bottom: 0;
    left: 0;
}

.bottom-right {
    bottom: 0;
    right: 0;
    background-position-x: right !important;
    text-align: right;
}

.products-list .amlabel-div {
    float: left;
}

* html .amlabel-div {
    float: left;
}

* html .amlabel-div a {
    position: relative;
}

@media (max-width: 930px) {
    .amlabel-table {
        display: none;
    }
}

.amlabel-table2 {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.amlabel-txt2 {
    width: 100%;
    height: 100%;
    background-size: contain !important;
    position: absolute;
    z-index: 7000;
}

.wrapper .page-header .page-header-container {
    z-index: 7100;
}

#ampromo-items-add {
  border: 1px solid #ededed;
  padding: 7px;
  text-align: center;
  margin-bottom: 12px;
}
#ampromo-items-add a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.amscheckout #ampromo-items-add {
  margin: 7px 10px;
}
#ampromo-overlay {
  direction: ltr;
}
#ampromo-overlay.mode-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 10000;
  text-align: center;
  overflow: scroll;
}
#ampromo-overlay.mode-popup .close {
  position: absolute;
  top: 7px;
  right: 7px;
  background: url(https://www.deserres.ca/skin/frontend/base/default/images/amasty/ampromo/close_icon.png) no-repeat;
  width: 16px;
  height: 16px;
  z-index: 1;
  margin: 0;
  padding: 0;
  font-size: 0;
  display: block;
  opacity: .8;
}
#ampromo-overlay.mode-popup .close:hover {
  opacity: 1;
  transition: opacity 0.2s ease;
}
#ampromo-overlay.mode-inline #ampromo-items {
  width: 100%;
  margin: 20px 0 40px;
  border: 0;
  padding: 0;
}
#ampromo-overlay.mode-inline #ampromo-items .products {
  margin: 0 -20px 25px;
  align-items: stretch;
}
#ampromo-overlay.mode-inline #ampromo-items .products .product {
  margin-bottom: 20px;
}
#ampromo-overlay.mode-inline #ampromo-items #ampromo-carousel-wrapper {
  margin: 0 -15px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item {
  margin: 0 20px 20px;
  height: 100%;
  width: auto;
  border-radius: 5px;
  border: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .ampromo-items-form {
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: space-between;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .ampromo-item-buttons {
  margin-top: 20px;
  text-align: center;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config .ampromo-item-options {
  margin-bottom: 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options {
  display: flex;
  align-items: flex-start;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options {
  margin-left: 12px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options,
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options input,
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options select {
  max-width: 160px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple {
  margin: -20px -20px 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple .ampromo-item-image-wrap {
  padding: 20px 20px 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple .ampromo-item-title {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title {
  position: relative;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title .ampromo-item-title {
  padding: 12px;
  box-sizing: border-box;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title:hover .ampromo-item-title {
  display: flex;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title h4 {
  color: white;
  line-height: initial;
  text-align: center;
  font-size: 16px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title h4 a {
  color: white;
  line-height: initial;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-add-all {
  margin-top: 7px;
  display: flex;
  justify-content: center;
}
#ampromo-overlay.mode-inline .ampromo-slide {
  margin: 10px 0;
}
#ampromo-overlay.mode-inline #ampromo-carousel-content {
  display: flex;
  flex-wrap: wrap;
}
#ampromo-overlay .ampromo-carousel-control {
  position: absolute;
  top: 260px;
  background: url(https://www.deserres.ca/skin/frontend/base/default/images/amasty/ampromo/buttons_next_prev.png) no-repeat;
  width: 48px;
  height: 45px;
  font-size: 0;
  display: none;
}
#ampromo-overlay .ampromo-carousel-control.carousel-disabled.prev {
  background-position: 0 0 !important;
}
#ampromo-overlay .ampromo-carousel-control.carousel-disabled.next {
  background-position: -46px 0 !important;
}
#ampromo-overlay .ampromo-carousel-control.prev {
  background-position: 0 -45px;
  left: 20px;
}
#ampromo-overlay .ampromo-carousel-control.prev:hover {
  background-position: 0 -91px;
}
#ampromo-overlay .ampromo-carousel-control.next {
  background-position: -46px -45px;
  right: 20px;
}
#ampromo-overlay .ampromo-carousel-control.next:hover {
  background-position: -46px -91px;
}
#ampromo-overlay #ampromo-items {
  border: 1px solid #ededed;
  background-color: white;
  position: relative;
  margin: 0 auto;
  padding: 24px;
  display: inline-block;
  box-sizing: border-box;
}
#ampromo-overlay #ampromo-items.amcarousel {
  display: block;
  width: 685px;
}
#ampromo-overlay #ampromo-items.amcarousel #ampromo-carousel-wrapper {
  width: 520px;
}
#ampromo-overlay #ampromo-items.amcarousel #ampromo-carousel-content {
  width: 4500px;
  height: 1px;
}
#ampromo-overlay #ampromo-items.amcarousel .ampromo-carousel-control {
  display: block;
}
#ampromo-overlay #ampromo-items .ampromo-item {
  box-sizing: border-box;
  margin-bottom: 7px;
  padding: 20px;
  width: 250px;
  border: 1px solid #ededed;
  position: relative;
  margin-right: 12px;
}
#ampromo-overlay #ampromo-items .ampromo-item.ampromo-type-amgiftcard {
  width: 400px;
}
#ampromo-overlay #ampromo-items .ampromo-item.ampromo-type-amgiftcard .ampromo-item-options {
  overflow-y: scroll;
  max-height: 300px;
}
#ampromo-overlay #ampromo-items .ampromo-item-options {
  margin-bottom: 12px;
  text-align: left;
}
#ampromo-overlay #ampromo-items .ampromo-item-image {
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 160px;
}
#ampromo-overlay #ampromo-items .rule .ampromo-rule-header {
  font-weight: bold;
  font-size: 18px;
  background: #f3f3f3;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  padding-left: 20px;
  margin-bottom: 25px;
  cursor: pointer;
}
#ampromo-overlay #ampromo-items .rule .ampromo-rule-header:after {
  content: '▲';
  margin-left: 12px;
  color: #919191;
}
#ampromo-overlay #ampromo-items .rule .products {
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 0 0 40px;
}
#ampromo-overlay #ampromo-items .rule .products .product {
  margin-left: 10px;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple {
  margin: -20px -20px -40px;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple .product-title {
  position: static;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple .ampromo-item-image-wrap {
  padding: 20px;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item {
  box-shadow: none;
  border: 1px solid #d8dae4;
  border-radius: 0;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item.checked {
  outline: 1px solid #d8dae4;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item .ampromo-item-title {
  border-radius: 0;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item .mark input {
  position: absolute;
  left: -25px;
  top: 0;
}
#ampromo-overlay #ampromo-items .rule.collapsed .ampromo-rule-header:after {
  content: '▼';
}
#ampromo-overlay #ampromo-items .rule.collapsed .products {
  display: none;
}
@media only screen and (max-width: 820px) and (min-width: 420px) {
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    width: 400px;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel #ampromo-carousel-wrapper {
    width: 250px;
  }
}
@media only screen and (max-width: 420px) {
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    width: 100%;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel #ampromo-carousel-wrapper {
    width: 250px;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control {
    z-index: 10001;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control.next {
    right: 0;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control.prev {
    left: 0;
  }
}
@media only screen and (max-width: 340px) {
  #ampromo-overlay.mode-popup #ampromo-items .ampromo-item {
    border: none;
  }
}
@media only screen and (max-height: 500px) {
  #ampromo-overlay.mode-popup #ampromo-items {
    padding-top: 0;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    top: 0 !important;
    height: 100%;
  }
  #ampromo-overlay.mode-popup #ampromo-items > h4 {
    display: none;
  }
}
#ampromo-carousel-wrapper {
  overflow: hidden;
  margin: 0 auto;
}
#ampromo-carousel-content .ampromo-slide {
  float: left;
}
.ampromo-item .qty-holder {
  display: none;
}
.ampromo-item .giftcard-send-form {
  padding: 0;
  margin: 0;
}
.ampromo-item-options select,
.ampromo-item-options input {
  max-width: 210px;
}
.ampromo-notification {
  padding: 7px;
  text-align: center;
  margin-bottom: 12px;
  border: 1px solid #f16048;
  color: #df280a;
  background: #faebe7;
}
.ampromo-items-form h4 {
  line-height: 50px;
}
.ampromo-items-form h4 a {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}
.ampromo-label {
  float: right;
  position: absolute;
  z-index: 500;
}
.ampromo-gift .product-image {
  float: left;
}
.ampromo-gift li {
  margin: 10px 10px;
  float: left;
}
.ampromo-tooltip {
  padding: 2px 5px;
  background: #FEC;
  border: 1px solid #FAA819;
  color: #1F5070;
  text-align: left;
  width: 300px;
  position: absolute;
  z-index: 10001;
}
.ampromo-product-name {
  font-weight: bold;
}

#solr_search_facets li a.facet-item {
	background: url("https://www.deserres.ca/skin/frontend/base/default/solrsearch/images/checkboxes.png") no-repeat scroll -3px 1px transparent;
    clear: both;
    font-size: 1em;
    line-height: 1.1em;
    padding-left: 16px;
    padding-top: 2px !important;
}

#solr_search_facets .sf-menu li a.facet-item,
#solr_search_facets .sf-menu li a.empty, #solr_search_facets .sf-menu li a.empty:hover
{
	background: none;
	padding: 0;
}

#solr_search_facets li a.empty {
	color: #000;
	text-decoration: none;	
}

#solr_search_facets ol li{
	padding: 2px 0;
}


#solr_search_facets dt {
   background: url("/skin/frontend/default/default/images/bkg_block-layered-dt.gif") no-repeat scroll 9px 5px rgba(0, 0, 0, 0);
    cursor: pointer;
    font-weight: bold;
    padding: 1px 10px 0 25px;
    text-transform: uppercase;
}

#solr_search_facets dt.collapsed{
	
}

#solr_search_facets li.toggle-hide {
    display: none;
}

#solr_search_facets li.more-less {
    text-align: right;
    background: none;
}
#solr_search_facets li.more-less a {
	color: #004b91;
}

#solr_search_facets li.more-less:hover, #solr_search_facets li.more-less a:hover {
    background:none;
}

#solr_search_facets li a.active, #solr_search_facets dl li a:hover {
    background: url("https://www.deserres.ca/skin/frontend/base/default/solrsearch/images/checkboxes.png") no-repeat scroll -3px -14px transparent;
    color: #000000;
}

#solr_search_facets li a.empty, #solr_search_facets dl li a.empty:hover {
	background: url("https://www.deserres.ca/skin/frontend/base/default/solrsearch/images/checkboxes.png") no-repeat scroll -3px -29px transparent;
    color: #000000;
    cursor: default;
    opacity: 0.5;
}

#solr_search_price_slider {
    /*
    background: url("https://www.deserres.ca/skin/frontend/base/default/solrsearch/images/slider-images-track-right.png") no-repeat scroll right top transparent;
	height: 9px;
	*/
	width: 100%;
}
#solr_search_price_slider_handle1,  #solr_search_price_slider_handle2{
	
}

#content_holder_prize .refine-results-price-slider {
    background: url("https://www.deserres.ca/skin/frontend/base/default/solrsearch/images/basicSprite.png") no-repeat scroll -143px -87px transparent;
    height: 22px;
    padding: 0;
    position: relative;
}
#content_holder_prize .ui-slider {
    cursor: pointer;
    height: 24px;
    margin-bottom: -7px;
    position: relative;
    text-align: left;
    width: 100%;
}
#content_holder_prize .ui-slider .ui-slider-range {
    background: url("https://www.deserres.ca/skin/frontend/base/default/solrsearch/images/basicSprite.png") no-repeat scroll -144px -55px transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
}
#content_holder_prize .ui-slider .ui-slider-handle {
    background: url("https://www.deserres.ca/skin/frontend/base/default/solrsearch/images/basicSprite.png") no-repeat scroll -144px -122px #fff;
    cursor: pointer;
    height: 25px;
    /*margin-left: -8px;*/
    position: absolute;
    top: -2px;
    width: 16px;
    z-index: 2;
}
#content_holder_prize #refine-results-price-values input{
	font-size: 15px;
    font-weight: bold;
    padding: 2px;
    width: 60px;
}
#content_holder_prize #refine-results-price-values {
	margin: 5px 0;
}

#content_holder_category_path li li{
	margin-left: 7px;
}
#solr_search_facets li a.facet-item span{
	color: #000000;
    font-style: italic;
}

div.block-layered-nav div.solrbridge-slider {
	 position:relative; margin:10px auto 5px auto; z-index:9; height:18px;  background: url(https://www.deserres.ca/skin/frontend/base/default/solrsearch/images/solrbridge-slider-bg.gif) no-repeat 50% 50%; cursor:pointer;
}
div.block-layered-nav div.solrbridge-slider div.handle {width:14px; top:-1px; height:22px; background: transparent url(https://www.deserres.ca/skin/frontend/base/default/solrsearch/images/solrbridge-hadle.png) no-repeat; position: absolute; cursor:move; z-index: 2;}

/*
 * Slider labels
 */
.solrbridge-slider-price {
	color: #798794;
}
.solrbridge-slider-price-from {
	float: left;
    
}
.solrbridge-slider-price-to {
	float: right;
}

.solrbridge-slider-handle-right {
	position: absolute;
	top: 14px;
	right: 0px;
}

.solrbridge-slider-handle-left {
	position: absolute;
	top: 14px;
	left: 0px;
}
.solrbridge-slider-price-range 
{
	text-align: center;
	font-size: 0.9em;
}
/*
 * Slider Bar
 */
.solrbridge-slider-bar {
	position:absolute; 
	background: #999; 
	height: 6px; 
	top: 6px; 
	z-index: 1;  
}
#solrbridge-price-btn{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: #CCCCCC #CCCCCC #B3B3B3;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 2px 4px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}
#solrbridge-price-btn span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #000000;
    display: block;
    padding: 0 8px;
    text-align: center;
    white-space: nowrap;
}

div.solrbridge-overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
}
div.solrbridge-overlay img {
    top: 100px;
    left: 45%;
    display: block;
    position: absolute;
}

div.solrbridge-overlay div {
    margin: 0 auto;
    display: block;
	width: 300px;
	height: 200px;
	background:  url('https://www.deserres.ca/skin/frontend/base/default/solrsearch/images/solrbridge-overlay.gif') 50% 50% no-repeat;
}
#solr_search_facets .arrow {
    background: url("https://www.deserres.ca/skin/frontend/base/default/solrsearch/images/arrows.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    float: left;
    margin: 3px 3px 0;
}
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(https://www.deserres.ca/skin/frontend/deserres/default/css/jquery-ui/%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(https://www.deserres.ca/skin/frontend/deserres/default/css/jquery-ui/%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(https://www.deserres.ca/skin/frontend/deserres/default/css/jquery-ui/%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(https://www.deserres.ca/skin/frontend/deserres/default/css/jquery-ui/%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(https://www.deserres.ca/skin/frontend/deserres/default/css/jquery-ui/%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(https://www.deserres.ca/skin/frontend/deserres/default/css/jquery-ui/%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(https://www.deserres.ca/skin/frontend/deserres/default/css/jquery-ui/%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("https://www.deserres.ca/skin/frontend/deserres/default/css/jquery-ui/data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("https://www.deserres.ca/skin/frontend/deserres/default/css/jquery-ui/data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("https://www.deserres.ca/skin/frontend/deserres/default/css/jquery-ui/images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("https://www.deserres.ca/skin/frontend/deserres/default/css/jquery-ui/images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("https://www.deserres.ca/skin/frontend/deserres/default/css/jquery-ui/images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("https://www.deserres.ca/skin/frontend/deserres/default/css/jquery-ui/images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("https://www.deserres.ca/skin/frontend/deserres/default/css/jquery-ui/images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("https://www.deserres.ca/skin/frontend/deserres/default/css/jquery-ui/images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("https://www.deserres.ca/skin/frontend/deserres/default/css/jquery-ui/images/ui-icons_777777_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.003;filter:Alpha(Opacity=.3)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("https://www.deserres.ca/skin/frontend/deserres/default/css/jquery-ui/data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("https://www.deserres.ca/skin/frontend/deserres/default/css/jquery-ui/data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("https://www.deserres.ca/skin/frontend/deserres/default/css/jquery-ui/images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("https://www.deserres.ca/skin/frontend/deserres/default/css/jquery-ui/images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("https://www.deserres.ca/skin/frontend/deserres/default/css/jquery-ui/images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("https://www.deserres.ca/skin/frontend/deserres/default/css/jquery-ui/images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("https://www.deserres.ca/skin/frontend/deserres/default/css/jquery-ui/images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("https://www.deserres.ca/skin/frontend/deserres/default/css/jquery-ui/images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("https://www.deserres.ca/skin/frontend/deserres/default/css/jquery-ui/images/ui-icons_777777_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.003;filter:Alpha(Opacity=.3)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
@charset "UTF-8";
/***** Gotham Weight Subscription ****/
/**

book : 400
medium: 500
bold: 700

*/
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
/* used on related products */
/* 3 products for desktop, 2 for mobile*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ============================================ *
 * Reset
 * ============================================ */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */ }

body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1; }

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left; }

address {
  font-style: normal; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

img {
  display: block; }

ol,
ul {
  list-style: none; }

q:before,
q:after {
  content: ''; }

a:focus {
  outline: none; }

input:focus,
input[type="search"]:focus {
  outline: none;
  border: 1px solid #d4d2d2; }

input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box; }

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

body,
button,
input,
select,
table,
textarea {
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #231f20;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400; }
  body:focus,
  button:focus,
  input:focus,
  select:focus,
  table:focus,
  textarea:focus {
    outline: none; }

/* Change the white to any color ;) */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

a {
  color: #848a9c;
  text-decoration: none;
  -webkit-transition: color .25s ease;
  transition: color .25s ease; }

a:hover {
  color: #6a7083;
  text-decoration: underline; }

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.strong-copy {
  font-weight: 700; }

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #231f20;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility; }

h2, .h2 {
  margin: 0;
  margin-bottom: 0.35em;
  color: #231f20;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility; }
  @media only screen and (min-width: 768px) {
    h2, .h2 {
      font-size: 20px; } }
  @media only screen and (min-width: 980px) {
    h2, .h2 {
      font-size: 36px; } }

h3, .h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #231f20;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeSpeed; }
  @media only screen and (max-width: 767px) {
    h3, .h3 {
      font-size: 20px; } }

h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #231f20;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  text-rendering: optimizeSpeed; }
  @media only screen and (max-width: 767px) {
    h4, .h4 {
      font-size: 18px; } }

h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #231f20;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  text-rendering: optimizeSpeed; }

h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #231f20;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed; }

/* ============================================ *
 * Shared Classes
 * ============================================ */
.address-list address {
  margin-bottom: 1em; }

.availability {
  margin-bottom: 0;
  font-size: 13px; }

.availability .label {
  display: none; }

.availability.in-stock {
  color: #39b54a; }

.availability.available-soon,
.availability.out-of-stock {
  color: #e52f32; }

.availability-only {
  color: #e52f32;
  margin-bottom: 10px; }

/* -------------------------------------------- *
 * Page Titles
 */
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
  font-size: 36px;
  font-weight: 700;
  color: #231f20; }
  @media only screen and (max-width: 767px) {
    .page-title h1,
    .page-title h2,
    .product-name h1,
    .product-name .h1 {
      font-size: 30px;
      text-align: center; } }

/* -------------------------------------------- *
 * Block Module
 */
.block,
.col-left-first {
  margin-bottom: 20px; }

.col-left-first .block:last-of-type {
  margin-bottom: 0; }

.block-title {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 5px;
  border-top: 1px solid #b1b1b1; }
  .block-title h2,
  .block-title h3,
  .block-title strong {
    margin: 0;
    margin-bottom: 10px;
    color: #231f20;
    font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    color: #231f20;
    margin-bottom: 0;
    font-weight: 600; }
  .block-title small {
    font-size: 100%;
    font-weight: normal;
    color: #636466; }

body:not(.customer-account) .block:first-child .block-title {
  border-top: none;
  padding-top: 0; }

.block-subtitle {
  font-weight: 700;
  margin-bottom: 7px; }

.block-content {
  margin-top: 5px; }

.block-content.unpad {
  padding: 0; }

.block-content li.item {
  margin: 0 0 10px 9px; }

.block-content li.item:last-child {
  margin-bottom: 0; }

.block .actions {
  margin: 10px 0 0; }
  .block .actions:after {
    content: '';
    display: table;
    clear: both; }
  .block .actions a {
    float: left;
    color: #231f20;
    text-decoration: underline; }
  .block .actions .button {
    float: right; }

.customer-account .block .actions a {
  color: #848a9c; }

.col-left .block .actions .button ~ a,
.col-right .block .actions .button ~ a {
  line-height: 33px;
  margin-right: 5px; }

@media only screen and (max-width: 767px) {
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0; } }

@media only screen and (max-width: 767px) {
  .sidebar .block:not(.block-layered-nav) .block-title {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-bottom: 0px;
    padding: 11px 0;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    margin-top: 0;
    border-bottom: none;
    border-top: none;
    margin-bottom: 0; } }
  @media only screen and (max-width: 767px) and (max-width: 767px) {
    .sidebar .block:not(.block-layered-nav) .block-title {
      text-align: center;
      text-transform: none; } }

@media only screen and (max-width: 767px) {
    .sidebar .block:not(.block-layered-nav) .block-title span {
      position: relative; }
    .sidebar .block:not(.block-layered-nav) .block-title:hover {
      background-color: shade(#F4F4F4, 3%); } }

@media only screen and (max-width: 767px) {
  .sidebar .block:not(.block-layered-nav) .block-title > strong {
    cursor: pointer;
    padding: 10px;
    display: block;
    background-color: #eeeeee;
    border: 1px solid #d4d2d2;
    text-transform: uppercase; } }

@media only screen and (max-width: 767px) {
  .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
    content: "";
    font-family: "icomoon";
    font-size: 20px;
    float: right;
    line-height: 1; } }

@media only screen and (max-width: 767px) {
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
    content: ""; } }

@media only screen and (max-width: 767px) {
  .sidebar .block:not(.block-layered-nav) .block-content {
    padding: 10px;
    margin-top: 0; } }

/* -------------------------------------------- *
 * Secondary Navigation
 */
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none; }

.block-account li,
.block-cms-menu li {
  text-transform: uppercase;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin: 10px 0;
  font-size: 14px;
  font-weight: 500; }
  .block-account li strong,
  .block-cms-menu li strong {
    color: #b1b1b1; }
  .block-account li.current a:hover,
  .block-cms-menu li.current a:hover {
    text-decoration: none; }
  .block-account li a,
  .block-cms-menu li a {
    color: #231f20; }
    .block-account li a:hover,
    .block-cms-menu li a:hover {
      color: #b1b1b1;
      text-decoration: underline; }

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
.button.btn-cart {
  background: #e52f32; }
  .button.btn-cart:hover {
    background: #d61b1e; }
  .button.btn-cart:focus, .button.btn-cart:active {
    background: #c8191c; }

.cart .buttons-set .button,
.cart-table .button,
.button.button-secondary {
  background: #e52f32;
  color: #f5f5f5;
  padding: 7px 15px; }
  .cart .buttons-set .button:hover,
  .cart-table .button:hover,
  .button.button-secondary:hover {
    background: #d61b1e;
    cursor: pointer; }
  .cart .buttons-set .button:active,
  .cart-table .button:active,
  .button.button-secondary:active {
    background: #c8191c;
    color: #231f20; }
  .cart .buttons-set .button:focus,
  .cart-table .button:focus,
  .button.button-secondary:focus {
    color: #231f20;
    background: #c8191c;
    outline: none; }

.sidebar .actions .button {
  padding: 12px 15px;
  font-size: 13px; }

.sidebar .actions button.button {
  white-space: normal; }

/* Primary Buttons */
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  background: #231f20;
  display: inline-block;
  padding: 15px 25px;
  border: 0;
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 700;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }
  .button:hover,
  .cart-table .product-cart-actions .button:hover,
  #co-shipping-method-form .buttons-set .button:hover,
  .footer .button:hover {
    background: #312b2c;
    cursor: pointer; }
  .button:active,
  .cart-table .product-cart-actions .button:active,
  #co-shipping-method-form .buttons-set .button:active,
  .footer .button:active {
    background: #3e3739;
    color: #f5f5f5; }
  .button:focus,
  .cart-table .product-cart-actions .button:focus,
  #co-shipping-method-form .buttons-set .button:focus,
  .footer .button:focus {
    background-color: #3e3739;
    outline: none;
    color: #f5f5f5; }
  .button.large,
  .cart-table .product-cart-actions .button.large,
  #co-shipping-method-form .buttons-set .button.large,
  .footer .button.large {
    padding: 25px 50px;
    font-size: 16px; }
  .button.wide,
  .cart-table .product-cart-actions .button.wide,
  #co-shipping-method-form .buttons-set .button.wide,
  .footer .button.wide {
    padding: 16px 50px;
    font-size: 14px; }
  .button.secondary,
  .cart-table .product-cart-actions .button.secondary,
  #co-shipping-method-form .buttons-set .button.secondary,
  .footer .button.secondary {
    background: #e52f32; }
    .button.secondary:hover,
    .cart-table .product-cart-actions .button.secondary:hover,
    #co-shipping-method-form .buttons-set .button.secondary:hover,
    .footer .button.secondary:hover {
      background: #d61b1e;
      cursor: pointer; }
    .button.secondary:focus,
    .cart-table .product-cart-actions .button.secondary:focus,
    #co-shipping-method-form .buttons-set .button.secondary:focus,
    .footer .button.secondary:focus {
      background-color: #c8191c;
      outline: none; }

.margin-bottom {
  margin-bottom: 20px; }

.margin-top {
  margin-top: 20px; }

a.button {
  text-decoration: none; }

a.button:hover {
  color: #FFFFFF; }

/* Disabled - class for anchor, state for form elements */
.button.disabled,
.button:disabled {
  background: #C8C8C8;
  opacity: 0.6;
  cursor: not-allowed; }

/* Adjacent buttons */
.button + .button {
  margin-left: 10px; }

.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle; }

.button2:focus {
  outline: none; }

.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  color: #e52f32;
  font-weight: 500; }
  .button2 span:hover,
  .button2 span span:hover {
    text-decoration: none;
    color: #b11619; }

@media only screen and (max-width: 767px) {
  .col2-set .buttons-set .button,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0; } }

@media only screen and (max-width: 767px) {
  .col2-set .buttons-set .back-link {
    display: none; } }

@media only screen and (max-width: 767px) {
  .col2-set .buttons-set .required {
    display: none; } }

@media only screen and (max-width: 479px) {
  .buttons-set .button {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px; } }

.buttons-set a.back-link {
  color: #e52f32; }
  @media only screen and (max-width: 479px) {
    .buttons-set a.back-link {
      display: none; } }
  .buttons-set a.back-link:before {
    content: "";
    padding-right: 5px;
    color: #e52f32;
    font-family: "icomoon";
    float: left;
    font-size: 16px; }
  .buttons-set a.back-link small {
    display: none; }

@media only screen and (max-width: 479px) {
  .buttons-set .required {
    display: none; } }

/* -------------------------------------------- *
 * Paypal Button
 */
.paypal-logo.paypal-after {
  float: left; }

.paypal-after .paypal-or {
  float: left; }

.paypal-or {
  line-height: 34px;
  margin: 0px 10px 5px; }

.paypal-after .paypal-button {
  float: left; }

.paypal-button {
  line-height: 0px; }

.paypal-button img {
  display: inline; }

.paypal-or {
  line-height: 20px; }

@media only screen and (max-width: 740px) {
  .paypal-logo,
  .paypal-or,
  .paypal-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none; } }

/* -------------------------------------------- *
 * Button Sets
 */
.buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
  text-align: right; }
  .buttons-set p.required {
    margin: 0;
    margin-left: 10px;
    line-height: 33px;
    float: right; }
  .buttons-set .back-link {
    float: left;
    margin: 0;
    line-height: 33px; }
  .buttons-set a:not(.button) {
    line-height: 20px;
    display: inline-block;
    padding: 5px; }
  .buttons-set button.button {
    float: right;
    margin-left: 5px; }
  .buttons-set:after {
    content: '';
    display: table;
    clear: both; }

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .ratings .rating-box, .ratings .rating-box .rating, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
  background-image: url(https://www.deserres.ca/skin/frontend/deserres/default/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px; }

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .ratings .rating-box, .ratings .rating-box .rating, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
    background-image: url(https://www.deserres.ca/skin/frontend/deserres/default/images/icon_sprite@2x.png);
    background-size: 100px 1000px; } }

/* -------------------------------------------- *
 * Breadcrumbs
 */
.catalog-product-view .breadcrumbs,
.catalog-category-view .breadcrumbs {
  padding: 20px 16px 0; }
  @media only screen and (min-width: 768px) {
    .catalog-product-view .breadcrumbs,
    .catalog-category-view .breadcrumbs {
      padding: 20px 16px 0; } }
  @media only screen and (min-width: 980px) {
    .catalog-product-view .breadcrumbs,
    .catalog-category-view .breadcrumbs {
      padding: 20px 32px 0; } }

.catalog-product-view ul.messages,
.catalog-category-view ul.messages {
  padding: 0 16px; }
  @media only screen and (min-width: 980px) {
    .catalog-product-view ul.messages,
    .catalog-category-view ul.messages {
      padding: 0 32px; } }

ul.messages,
.breadcrumbs {
  overflow: hidden;
  max-width: 1084px;
  margin: 0 auto 20px; }

@media only screen and (max-width: 767px) {
  .breadcrumbs {
    display: none; } }

.breadcrumbs li {
  float: left;
  font-size: 11px;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif; }

.breadcrumbs a {
  float: left;
  color: #636466; }

.breadcrumbs a:hover {
  color: #231f20; }

.breadcrumbs strong {
  color: #636466;
  font-weight: normal; }

.breadcrumbs span {
  float: left;
  padding: 0 7px; }

/* -------------------------------------------- *
 * Button - Remove / Previous
 */
.btn-remove,
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative; }

.btn-remove:after,
.btn-remove2:after {
  content: 'X';
  color: #231f20;
  height: 20px;
  line-height: 20px;
  width: 100%;
  font-size: 10px;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 600; }

.btn-remove:hover:after,
.btn-remove2:hover:after {
  color: #e52f32;
  text-decoration: none; }

.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #e52f32;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px; }

.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #FFFFFF;
  border-left: none; }

.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
  float: right;
  margin-left: 6px; }

/* -------------------------------------------- *
 * Checkout Agreements
 */
.checkout-agreements li {
  margin-bottom: 20px; }

.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670px;
  max-height: 125px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #b1b1b1;
  background: #F4F4F4; }

/* -------------------------------------------- *
 * CVV Security Code
 */
.cvv-what-is-this {
  margin-left: 10px;
  font-size: 13px;
  line-height: 24px; }

/* -------------------------------------------- *
 * Container
 */
.main-container {
  clear: both;
  position: relative;
  max-width: 1084px;
  margin: 0 auto;
  padding: 16px; }
  @media only screen and (min-width: 980px) {
    .main-container {
      padding: 20px 32px; } }
  .main-container:after {
    content: '';
    display: table;
    clear: both; }

.footer-container {
  padding-top: 0px;
  background: #f5f5f5;
  width: 100%; }

/* -------------------------------------------- *
 * Column Layouts
 */
.main:after,
.col-wrapper:after {
  content: '';
  display: table;
  clear: both; }

.col-left,
.col-right,
.col-main {
  padding: 0 10px; }

.col-left {
  float: left;
  width: 25%;
  padding-left: 0;
  /* Remove the 15px padding */
  clear: left; }
  .col-left img {
    max-width: 100%; }

.col-right {
  float: right;
  width: 25%;
  padding-right: 0;
  /* Remove the 15px padding */ }
  .col-right img {
    max-width: 100%; }

.col-main {
  float: left;
  width: 72.5%; }

.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
  /* Remove the 15px padding */ }

@media only screen and (max-width: 767px) {
  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .col1-layout .pager {
    float: left;
    clear: both; } }

@media only screen and (max-width: 767px) {
  .col1-layout .pager .pages {
    float: left;
    margin-left: 0; } }

@media only screen and (max-width: 767px) {
  .col1-layout .pager .count-container {
    float: right; } }

.col2-left-layout .col-main {
  float: right;
  padding-right: 0;
  /* Remove the 15px padding */ }

.col2-right-layout .col-main {
  padding-left: 0;
  /* Remove the 15px padding */ }

.col3-layout .col-right {
  width: 20.83333%; }

.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%; }
  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 73.68421%; }
  .col3-layout .col-wrapper .col-left {
    width: 26.31579%; }

@media only screen and (max-width: 1000px) {
  .col3-layout .col-right {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 10px;
    width: 25%; } }

@media only screen and (max-width: 1000px) {
  .col3-layout .col-wrapper {
    float: right;
    width: 100%; } }

@media only screen and (max-width: 1000px) {
  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 75%; } }

@media only screen and (max-width: 1000px) {
  .col3-layout .col-wrapper .col-left {
    width: 25%; } }

@media only screen and (max-width: 767px) {
  .col-left,
  .col-right,
  .col-main,
  .col1-layout .col-left,
  .col1-layout .col-right,
  .col1-layout .col-main,
  .col2-left-layout .col-main,
  .col2-left-layout .col-right,
  .col2-right-layout .col-left,
  .col2-right-layout .col-right,
  .col2-right-layout .col-main,
  .col3-layout .col-wrapper .col-left,
  .col3-layout .col-right,
  .col3-layout .col-wrapper .col-main {
    padding: 0;
    margin-bottom: 10px;
    float: none;
    width: auto; } }

@media only screen and (max-width: 767px) {
  .cms-page-view .col1-layout .col-left-first,
  .category-view-landing .col2-left-layout .col-left-first {
    margin-bottom: 65px;
    float: left; } }

@media only screen and (max-width: 767px) {
  .col3-layout .col-wrapper {
    float: none;
    width: auto; } }

@media only screen and (max-width: 767px) {
  .col-main {
    float: none;
    width: auto; } }

@media only screen and (max-width: 767px) {
  .col-main .col-left {
    padding: 0;
    /* On product listing pages, the left column gets moved inside col-main on small viewports */ } }

/* Content Columns */
.col2-set {
  width: 100%; }
  .col2-set .col-1,
  .col2-set .col-2 {
    width: 47%;
    padding: 20px; }
    @media only screen and (max-width: 767px) {
      .col2-set .col-1,
      .col2-set .col-2 {
        padding: 10px; } }
    @media only screen and (max-width: 479px) {
      .col2-set .col-1,
      .col2-set .col-2 {
        float: none;
        border: 0;
        padding-right: 0;
        padding-left: 0;
        width: 100%; } }
  .col2-set .col-1 {
    float: left;
    padding-left: 0; }
  .col2-set .col-2 {
    float: right;
    padding-right: 0; }
  .col2-set .narrow {
    width: 33%; }
  .col2-set .wide {
    width: 65%; }
  .col2-set:after {
    content: '';
    display: table;
    clear: both; }

/* -------------------------------------------- *
 * Top Container
 */
@media only screen and (min-width: 768px) {
  .top-container {
    max-width: 1084px;
    margin: 0 auto;
    padding: 0 32px; } }

/* -------------------------------------------- *
 * Global Site Notice
 */
.global-site-notice {
  background: #676157;
  color: #f5f5f5;
  font-size: 11px; }
  .global-site-notice .notice-inner {
    padding-left: 120px;
    width: 100%;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    line-height: 11px;
    min-height: 40px;
    padding-top: 14.5px;
    padding-bottom: 14.5px;
    background-image: url("https://www.deserres.ca/skin/frontend/deserres/default/images/demo-logo.png");
    background-position: left;
    background-repeat: no-repeat; }
  .global-site-notice p {
    margin-bottom: 0; }

/* -------------------------------------------- *
 * Promotional Message Banner
 */
.promo-msg {
  color: #231f20;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif; }

/* -------------------------------------------- *
 * Grid
 */
.grid:after {
  content: '';
  display: table;
  clear: both; }

/* -------------------------------------------- *
 * Messages
 */
.success {
  color: #39b54a; }

.error {
  color: #e52f32;
  font-weight: 700; }

.notice {
  color: #fa770c;
  font-weight: 700; }

/* -------------------------------------------- *
 * Messages
 */
.messages {
  margin-bottom: 10px; }

.messages li li {
  position: relative;
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  background: #F4F4F4;
  font-size: 15px;
  font-weight: bold;
  border: 2px solid #fa9107;
  text-align: center; }

.messages li li:before {
  top: 50%;
  left: 0;
  margin-top: -6px; }

.messages .error-msg li {
  color: #000000;
  border-left: 5px solid #e52f32;
  background-color: #FAEBE7; }

.messages .error-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e52f32;
  border-right: none; }

.messages .notice-msg li {
  color: #000000;
  border-left: 5px solid #fa770c;
  background-color: #F9EBE6; }

.messages .notice-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fa770c;
  border-right: none; }

.messages .success-msg li {
  color: #000000;
  border-left: 5px solid #39b54a;
  background-color: #EFF5EA; }

.messages .success-msg li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #39b54a;
  border-right: none; }

@media only screen and (min-width: 915px) {
  .order-list-grid .col-1 {
    width: 30%; } }

@media only screen and (min-width: 915px) {
  .order-list-grid .col-2 {
    width: 50%;
    padding-right: 20px; } }

@media only screen and (min-width: 915px) {
  .order-list-grid .col-3 {
    clear: none;
    width: 20%;
    padding-top: 0; } }

/* -------------------------------------------- *
 * Page Popup
 */
.page-popup {
  padding: 20px;
  background: #FFFFFF;
  height: auto; }

.page-popup h1 {
  margin: 0 0 0.5em;
  font-size: 36px; }

/* -------------------------------------------- *
 * Payment Methods
 */
.payment-methods {
  margin-bottom: 20px; }

.payment-methods dt {
  padding: 5px 0; }

.payment-methods dd {
  padding-top: 10px; }

.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #b1b1b1;
  background: #F4F4F4; }

.payment-methods .form-list:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #b1b1b1;
  border-top: none;
  top: -11px;
  left: 30px; }

.payment-methods .form-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #F4F4F4;
  border-top: none;
  top: -10px;
  left: 30px; }

.payment-methods .form-list li:last-child {
  margin-bottom: 0; }

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  /* Prevent the linebreak in the HTML from causing layout issues */ }
  .please-wait img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 24px; }

/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
  margin: 7px 0;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif; }

.price-box p {
  margin-bottom: 0; }

.price-notice {
  color: #636466; }

.price-box .price {
  color: #231f20;
  font-size: 16px; }

.price-box .price,
.price {
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif; }

.price-box .price-label {
  color: #000000;
  font-size: 12px;
  white-space: nowrap;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif; }

.price-box .minimal-price-link {
  padding-left: 1em;
  color: #231f20;
  display: block;
  /* We want this to show on its own line, otherwise the layout looks funky */ }
  .price-box .minimal-price-link .label {
    color: #636466; }

.zone-label {
  display: inline-block;
  color: #f77300;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700; }

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price,
.price-box .special-price {
  display: inline-block; }
  .price-box .old-price .price-label,
  .price-box .special-price .price-label {
    display: none; }
  .price-box .old-price .price,
  .price-box .special-price .price {
    display: inline-block; }

.price-box .old-price .price {
  color: #464646;
  text-decoration: line-through; }

.price-box .special-price {
  color: #e52f32; }
  @media only screen and (min-width: 600px) {
    .price-box .special-price {
      padding-right: .25em; } }
  .price-box .special-price .price,
  .price-box .special-price .price-label {
    color: #e52f32; }

/* -------------------------------------------- *
 * Price Box - Taxes
 */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block; }

span.weee {
  display: block; }

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  color: #636466; }
  .product-pricing li,
  .tier-prices li,
  .tier-prices-grouped li {
    font-size: 11px;
    margin-bottom: 3px; }
    @media only screen and (max-width: 767px) {
      .product-pricing li,
      .tier-prices li,
      .tier-prices-grouped li {
        font-size: 10px; } }
    .product-pricing li:before,
    .tier-prices li:before,
    .tier-prices-grouped li:before {
      content: '+';
      color: #fa770c;
      margin-left: -5px; }
  .product-pricing .benefit,
  .tier-prices .benefit,
  .tier-prices-grouped .benefit {
    font-weight: 400; }
  .product-pricing .price,
  .tier-prices .price,
  .tier-prices-grouped .price {
    color: #636466; }

/* -------------------------------------------- *
 * Custom Deserres Zone Pricing
 */
.special-price.zone-price .price {
  color: #231f20; }

.zone-price-msg {
  color: #636466;
  font-size: 11px; }
  @media only screen and (max-width: 767px) {
    .zone-price-msg {
      font-size: 9px; } }
  .zone-price-msg:before {
    content: '+';
    color: #fa770c;
    padding-right: 3px; }

/* ============================================ *
 * Item Options
 * ============================================ */
.item-options {
  font-size: 14px;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif; }
  .item-options:after {
    content: '';
    display: table;
    clear: both; }
  .item-options dt {
    float: left;
    clear: left;
    font-weight: 600;
    padding-right: 5px;
    font-style: italic; }
    .item-options dt:after {
      content: ': '; }
  .item-options dd {
    float: left;
    padding-left: 10px;
    margin: 0 0 6px; }

.truncated,
.truncated a.dots {
  cursor: help; }

.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px; }
  .truncated a.details:hover {
    text-decoration: none; }

.truncated .truncated_full_value {
  position: relative;
  z-index: 300; }

.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #e52f32;
  background-color: #F6F6F6;
  top: 21px;
  left: -100px; }
  .truncated .truncated_full_value .item-options:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #e52f32;
    border-top: none;
    left: 97px;
    top: -7px; }

.truncated .truncated_full_value .item-options > p {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px; }

.truncated .show .item-options {
  display: block; }

@media only screen and (max-width: 479px) {
  .truncated {
    cursor: inherit; } }

@media only screen and (max-width: 479px) {
  .truncated a.details {
    display: none; } }

@media only screen and (max-width: 479px) {
  .truncated .truncated_full_value .item-options {
    display: block;
    position: static;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent; } }

@media only screen and (max-width: 479px) {
  .truncated .truncated_full_value .item-options p {
    float: none; } }

@media only screen and (max-width: 479px) {
  .truncated .truncated_full_value .item-options:after {
    display: none; } }

/* -------------------------------------------- *
 * Printer Friendly Page
 */
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #FFFFFF; }

/* -------------------------------------------- *
 * Add to links
 */
.add-to-links {
  margin: 7px 0; }
  .add-to-links a {
    color: #e52f32;
    display: inline-block;
    padding: 0px 3px 3px;
    font-weight: 500; }

.add-to-links .separator {
  display: none; }

/* -------------------------------------------- *
 * Product Image
 */
.product-image,
.no-touch body:not(.catalog-product-view) .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block;
  border: 1px solid #eeeeee; }

/* -------------------------------------------- *
 * Ratings
 */
.ratings {
  margin: 7px 0; }
  .ratings .rating-box,
  .ratings .rating-links {
    margin: 5px 0; }
  .ratings .rating-box {
    width: 65px;
    height: 13px;
    background-repeat: repeat-x;
    background-position: 0 -615px;
    overflow: hidden; }
  .ratings .rating-box .rating {
    float: left;
    height: 13px;
    background-repeat: repeat-x;
    background-position: 0 -600px; }
  .ratings .amount {
    display: block;
    margin: 5px auto; }
  .ratings .rating-links .separator {
    margin: 0 3px; }

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
.std p {
  margin: 0 0 1.5em; }

.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em; }

.std ol li {
  margin-left: 2em; }

.std ul {
  list-style: disc outside;
  margin-bottom: 1.5em; }

.std ul li {
  margin-left: 2em; }

.std ul.form-list {
  list-style-type: none; }
  .std ul.form-list li {
    margin-left: 0; }

.std .note {
  color: #636466;
  font-size: 13px; }

/* -------------------------------------------- *
 * Tabs
 */
.tabs {
  margin-bottom: 10px;
  background: #FFFFFF; }

/* -------------------------------------------- *
 * Toolbar
 */
@media only screen and (min-width: 768px) {
  .toolbar {
    margin-bottom: 10px;
    position: relative; } }

.toolbar:after {
  content: '';
  display: table;
  clear: both; }

@media only screen and (max-width: 1279px) {
  .toolbar .view-mode > label {
    display: none; } }

.pager-no-toolbar {
  margin-bottom: 10px; }

.pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px; }

.toolbar,
.pager {
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #231f20;
  line-height: 30px;
  font-size: 12px; }

.toolbar label,
.pager-no-toolbar label {
  font-weight: normal;
  font-size: 12px;
  color: #636466; }
  @media only screen and (max-width: 767px) {
    .toolbar label,
    .pager-no-toolbar label {
      font-size: 14px; } }

.toolbar-bottom .sorter {
  display: none; }

@media only screen and (min-width: 768px) {
  .toolbar-bottom .toolbar .pager {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .toolbar-bottom .toolbar .pager .pages {
    display: block;
    padding-bottom: 20px; } }

@media only screen and (min-width: 768px) {
  .toolbar-bottom .toolbar .pager .pages {
    float: right;
    width: auto;
    position: static; } }

@media only screen and (min-width: 980px) {
  .toolbar-bottom .toolbar .pager .pages {
    float: left;
    width: 40%; } }

@media only screen and (max-width: 767px) {
  .toolbar-bottom .toolbar .pager .count-container {
    display: none; } }

@media only screen and (min-width: 768px) {
  .toolbar-bottom .toolbar .pager .count-container {
    width: auto; } }

.sorter {
  float: right; }
  @media only screen and (max-width: 767px) {
    .sorter {
      border: 1px solid #d4d2d2;
      overflow: hidden; } }
  @media only screen and (min-width: 768px) {
    .sorter {
      margin-bottom: 5px; } }
  .sorter label {
    float: left;
    margin-right: 5px; }
    @media only screen and (max-width: 767px) {
      .sorter label {
        font-weight: 700;
        width: 100%;
        position: absolute;
        z-index: 1;
        background: white;
        pointer-events: none;
        text-align: center; } }

.sorter > .sort-by {
  float: left;
  height: 30px; }
  @media only screen and (max-width: 767px) {
    .sorter > .sort-by {
      width: 100%;
      position: relative; } }
  @media only screen and (max-width: 767px) {
    .sorter > .sort-by label span {
      color: #231f20; }
      .sorter > .sort-by label span:after {
        content: "";
        font-family: "icomoon"; }
      .sorter > .sort-by label span:after {
        padding-left: 10px; } }
  .sorter > .sort-by .sort-by-switcher {
    display: none; }
  .sorter > .sort-by select {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .sorter > .sort-by select {
        width: 140px; } }

.sorter > .view-mode {
  display: none; }

.pager {
  float: left;
  overflow: hidden;
  padding: 15px 0 10px; }
  @media only screen and (min-width: 768px) {
    .pager {
      padding: 0;
      width: 50%;
      padding-bottom: 40px; } }
  @media only screen and (min-width: 980px) {
    .pager {
      width: 68%;
      padding-bottom: 0; } }
  .pager > .count-container {
    float: left; }
  .pager .amount {
    font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
    white-space: nowrap;
    margin-left: 8px;
    display: inline-block; }
    @media only screen and (min-width: 980px) {
      .pager .amount {
        float: left; } }
    .pager .amount strong {
      font-weight: 400; }
  .pager .limiter {
    display: inline-block;
    height: 30px;
    line-height: 30px; }
    @media only screen and (min-width: 980px) {
      .pager .limiter {
        float: left; } }
    .pager .limiter > label {
      padding-right: 5px; }
  .pager .amount,
  .pager .limiter,
  .pager .pages {
    margin-bottom: 5px;
    color: #636466; }

.pages {
  text-align: center;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .pages {
      position: absolute;
      bottom: 0;
      left: 0; } }
  @media only screen and (max-width: 767px) {
    .pages {
      display: none; } }
  @media only screen and (min-width: 980px) {
    .pages {
      position: static; } }
  .pages strong {
    display: none; }

.pages li {
  display: inline-block; }

.pages a,
.pages .current {
  display: inline-block;
  border: 0;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  width: 30px;
  height: 30px;
  padding: 0;
  color: #b1b1b1;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif; }
  @media only screen and (min-width: 768px) {
    .pages a,
    .pages .current {
      width: 20px; } }

.pages .current,
.pages .current:hover {
  color: #231f20;
  width: 30px;
  cursor: default;
  text-decoration: none; }

.pages .next,
.pages .previous {
  width: auto;
  color: #231f20;
  height: 14px;
  line-height: 1.1; }

.pages .next {
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid black; }
  .pages .next:after {
    content: '>'; }

.pages .previous {
  padding-right: 10px;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid black; }
  .pages .previous:before {
    content: '<';
    padding-left: 5px; }

@media only screen and (max-width: 767px) {
  .col2-left-layout .sorter,
  .col2-right-layout .sorter,
  .col3-layout .sorter {
    width: 50%;
    border-width: 1px 0; } }

@media only screen and (max-width: 767px) {
  .col2-left-layout .sorter label,
  .col2-right-layout .sorter label,
  .col3-layout .sorter label {
    padding: 5px 0; } }

@media only screen and (max-width: 767px) {
  .col2-left-layout .sorter label.filter-active span,
  .col2-right-layout .sorter label.filter-active span,
  .col3-layout .sorter label.filter-active span {
    color: #b1b1b1; } }

@media only screen and (max-width: 767px) {
  .col2-left-layout .sorter .sort-by,
  .col2-right-layout .sorter .sort-by,
  .col3-layout .sorter .sort-by {
    height: 43px;
    z-index: 9; } }

@media only screen and (max-width: 767px) {
  .col2-left-layout .sorter select,
  .col2-right-layout .sorter select,
  .col3-layout .sorter select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    height: 43px; } }

@media only screen and (max-width: 767px) {
  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    float: left;
    clear: both;
    width: 100%; } }

@media only screen and (max-width: 979px) {
  .col2-left-layout .pager .pages,
  .col2-right-layout .pager .pages,
  .col3-layout .pager .pages {
    float: left;
    margin-left: 0; } }

@media only screen and (max-width: 767px) {
  .col2-left-layout .pager .count-container,
  .col2-right-layout .pager .count-container,
  .col3-layout .pager .count-container {
    text-align: center; } }

@media only screen and (max-width: 979px) {
  .col2-left-layout .pager .count-container,
  .col2-right-layout .pager .count-container,
  .col3-layout .pager .count-container {
    width: 100%; } }

/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer; }
  #checkout-review-table .summary-collapse:after,
  #shopping-cart-totals-table .summary-collapse:after,
  body.customer-account .data-table .summary-collapse:after {
    content: "";
    font-family: "icomoon";
    margin-left: 5px; }

#checkout-review-table .show-details .summary-collapse:after,
#shopping-cart-totals-table .show-details .summary-collapse:after,
body.customer-account .data-table .show-details .summary-collapse:after {
  content: "";
  margin-left: 5px; }

#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px; }

.to-top {
  opacity: 0;
  font-weight: 700;
  position: fixed;
  background-color: #231f20;
  color: #FFFFFF;
  bottom: 100px;
  right: 0;
  padding: 13px 19px;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  letter-spacing: 1px; }
  @media only screen and (max-width: 767px) {
    .to-top {
      bottom: 0px; } }
  .to-top.active {
    opacity: 1;
    z-index: 1; }
  .to-top:hover {
    color: #b1b1b1;
    text-decoration: none; }
  .to-top span {
    display: block;
    text-align: center;
    font-size: 36px;
    line-height: 0;
    padding: 5px 0 16px; }

a.shop-arrow {
  color: #e52f32;
  display: block;
  font-weight: 700;
  font-size: 16px; }
  a.shop-arrow:after {
    font-size: 18px;
    font-family: "icomoon";
    content: "";
    margin-top: -2px;
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle; }

/* ============================================ *
 * Magento Helpers
 * ============================================ */
.a-center {
  text-align: center; }

.a-right,
.align-right {
  text-align: right; }

.no-display {
  display: none !important; }

.nobr,
.nowrap {
  white-space: nowrap; }

.width-full {
  width: 100%; }

/* ============================================ *
 * Custom Helpers
 * ============================================ */
.hidden {
  display: none; }

@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none; } }

@media only screen and (min-width: 768px) {
  .hide-desktop {
    display: none; } }

/* ============================================ *
 * Print Styles
 * ============================================ */
.page-print .print-head {
  margin: 0 0 15px; }

.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto; }

/* ============================================ *

 * Deserres Custom Common Styles:
 * Used on homepage and Product Page artist videos

* ============================================ */
.cms-third-wrapper {
  margin: 0 0 16px; }
  .cms-third-wrapper .cms-block-third {
    background: #eeeeee; }

.cms-block-third-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .cms-block-third-wrapper .cms-block-third {
    position: relative;
    margin: 0;
    padding: 0 8px;
    background: #eeeeee;
    background-clip: content-box; }
  @media only screen and (max-width: 767px) {
    .cms-block-third-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .cms-block-third-wrapper .cms-block-third {
        margin-bottom: 20px;
        padding: 0; } }

.block-point-title {
  background: #eeeeee;
  padding: 20px;
  text-align: center;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .block-point-title {
      padding: 16px; } }
  @media only screen and (min-width: 980px) {
    .block-point-title {
      padding: 20px 50px; } }
  .block-point-title:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    border-bottom: 18px solid #eeeeee;
    border-top: none;
    position: absolute;
    top: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media only screen and (max-width: 767px) {
      .block-point-title:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 10px solid #eeeeee;
        border-top: none;
        top: -10px; } }
  .block-point-title h3 {
    margin: 0;
    margin-bottom: 10px;
    color: #231f20;
    font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    text-rendering: optimizeSpeed;
    line-height: 1.1; }
    @media only screen and (max-width: 767px) {
      .block-point-title h3 {
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .block-point-title h3 {
        font-size: 14px; } }
    @media only screen and (min-width: 980px) {
      .block-point-title h3 {
        margin: 0 auto 5px; } }
  @media only screen and (max-width: 767px) {
    .block-point-title a.shop-arrow {
      font-size: 12px;
      line-height: 1.2; } }

.box-collateral .block-description,
.box-collateral .shop-arrow {
  text-align: center; }

.box-collateral .block-description {
  color: #636466;
  font-size: 16px;
  font-weight: normal;
  padding: 0 20px; }

.content-wrap {
  max-width: 1084px;
  margin: 0 auto;
  padding: 0 16px; }
  @media only screen and (min-width: 980px) {
    .content-wrap {
      padding: 0 32px; } }
  .content-wrap:after {
    content: '';
    display: table;
    clear: both; }

/* -------------------------------------------- *
 * Demac Product Badges
 */
.product-badges {
  position: absolute;
  z-index: 1; }
  .product-badges > li {
    position: relative;
    height: 57px;
    width: 57px;
    list-style-type: none;
    margin: 0; }
  .product-badges span {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    display: block;
    line-height: 1;
    /* IE 9 */
    -webkit-transform: rotate(-23deg) translate(-50%, -50%);
    /* Chrome, Safari, Opera */
    transform: rotate(-23deg) translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform-origin: -10% 4% 0;
    /* Chrome, Safari, Opera */
    transform-origin: -10% 4% 0; }
  .product-badges .badge-new {
    color: #0207fa; }
  .product-badges .badge-last-one {
    color: #01a9ad; }
  .product-badges .badge-top-sellers {
    color: #fa770c; }
  .product-badges .badge-sale {
    color: #ff3333; }

.inner-product-wrap .product-badges {
  left: 8px;
  top: 8px; }

.product-info .product-badges {
  right: 10px;
  top: -50px; }

.dark-bg {
  background: #231f20; }

.light-bg {
  background-color: #eeeeee; }

/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
  margin-bottom: 7px; }

.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 12px;
  margin-top: 0px; }

form .legend {
  margin: 0;
  margin-bottom: 10px;
  color: #231f20;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeSpeed;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #eeeeee; }
  @media only screen and (max-width: 767px) {
    form .legend {
      font-size: 20px; } }

/* -------------------------------------------- *
 * Input Box
 */
.input-box {
  padding-top: 2px; }
  .input-box:after {
    content: '';
    display: table;
    clear: both; }

li.centinel-logos div.input-box img {
  display: inline;
  vertical-align: middle; }

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
.input-box .v-fix {
  float: left;
  margin-right: 5px;
  max-width: 100%; }

/* -------------------------------------------- *
 * Labels
 */
label {
  display: inline-block;
  font-size: 13px;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: 500;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }

label.required:after,
span.required:after {
  content: ' *';
  color: #e52f32;
  font-weight: normal;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px; }

label.required em,
span.required em {
  display: none; }

label span.detail {
  font-style: italic;
  text-transform: none;
  padding-left: 10px; }

/* -------------------------------------------- *
 * Hints
 */
.input-hint {
  color: #636466;
  font-size: 12px; }

/* -------------------------------------------- *
 * Select
 */
.select-wrapper {
  position: relative; }
  .select-wrapper:after {
    content: "";
    font-family: "icomoon";
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 26px;
    pointer-events: none; }

select {
  font-size: 14px; }

select + select {
  margin-left: 5px; }

select[multiple] {
  width: 270px;
  border: 1px solid #d4d2d2;
  font-size: 15px;
  padding: 5px; }

/* -------------------------------------------- *
 * Textarea
 */
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  padding: 5px;
  resize: none; }
  textarea.input-text {
    height: auto; }

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
  height: 48px;
  background: #eeeeee;
  border-radius: 0;
  border: 1px solid #eeeeee; }
  .input-text:focus {
    border: 1px solid #b1b1b1; }

.validation-error select.validation-failed,
.input-text.validation-failed {
  border-color: #e52f32; }

.input-text.validation-failed:focus {
  outline-color: tint(#e52f32, 50%); }

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  height: 48px;
  padding: 0 15px 0 15px; }

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  width: 100%;
  max-width: 100%; }

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select {
    font-size: 16px;
    /* Prevent from zooming on focus */ } }

.ie8 .input-text {
  max-width: none; }

/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty,
input[type=text].qty {
  width: 4em;
  text-align: center;
  vertical-align: middle; }

/* -------------------------------------------- *
 * Placeholder
 */
::-webkit-input-placeholder {
  color: #636466; }

input:-moz-placeholder {
  color: #636466; }

/* -------------------------------------------- *
 * Checkbox And Radio
 */
.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block; }

.checkbox + label,
.radio + label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 8px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top; }

/* -------------------------------------------- *
 * Validation
 */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: #e52f32;
  font-size: 12px; }

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
  margin-bottom: 10px; }

.form-list select {
  margin-top: 4px;
  max-width: 100%; }
  @media only screen and (min-width: 768px) {
    .form-list select {
      width: 100%; } }

.form-list .input-range .input-text {
  width: 74px; }

.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 10px; }

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */ }
  .form-list .control div.input-box,
  .sp-methods dt div.input-box,
  #checkout-shipping-method-load .sp-methods dd div.input-box,
  #co-shipping-method-form .sp-methods dd div.input-box,
  .product-options ul.options-list div.input-box {
    display: inline;
    float: left; }
    .form-list .control div.input-box:after,
    .sp-methods dt div.input-box:after,
    #checkout-shipping-method-load .sp-methods dd div.input-box:after,
    #co-shipping-method-form .sp-methods dd div.input-box:after,
    .product-options ul.options-list div.input-box:after {
      display: none; }
  .form-list .control input.radio,
  .form-list .control input.checkbox,
  .sp-methods dt input.radio,
  .sp-methods dt input.checkbox,
  #checkout-shipping-method-load .sp-methods dd input.radio,
  #checkout-shipping-method-load .sp-methods dd input.checkbox,
  #co-shipping-method-form .sp-methods dd input.radio,
  #co-shipping-method-form .sp-methods dd input.checkbox,
  .product-options ul.options-list input.radio,
  .product-options ul.options-list input.checkbox {
    float: left;
    margin-right: -30px;
    margin-top: 10px; }
  .form-list .control label,
  .sp-methods dt label,
  #checkout-shipping-method-load .sp-methods dd label,
  #co-shipping-method-form .sp-methods dd label,
  .product-options ul.options-list label {
    display: inline-block;
    width: auto;
    max-width: none;
    min-width: 250px;
    float: none;
    padding: 6px 10px 6px 30px;
    font-size: 14px;
    color: #636466;
    font-weight: 400;
    text-transform: none; }
    .form-list .control label .price,
    .sp-methods dt label .price,
    #checkout-shipping-method-load .sp-methods dd label .price,
    #co-shipping-method-form .sp-methods dd label .price,
    .product-options ul.options-list label .price {
      font-weight: 700; }
  .form-list .control .no-display + label,
  .sp-methods dt .no-display + label,
  #checkout-shipping-method-load .sp-methods dd .no-display + label,
  #co-shipping-method-form .sp-methods dd .no-display + label,
  .product-options ul.options-list .no-display + label {
    padding-left: 0; }

.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit; }

.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit; }

.form-list .input-box-password {
  position: relative; }
  .form-list .input-box-password input {
    padding-right: 30px; }
  .form-list .input-box-password img.eye-password {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out; }
    .form-list .input-box-password img.eye-password:hover, .form-list .input-box-password img.eye-password-open {
      opacity: .5; }

.form-list .control {
  margin-top: 10px; }
  .form-list .control label {
    float: none; }
  .form-list .control .radio,
  .form-list .control .checkbox {
    margin-right: 6px; }
  .form-list .control .input-box {
    clear: none;
    display: inline-block;
    width: auto;
    padding: 0; }

form .form-instructions {
  font-size: 16px;
  color: #636466; }
  form .form-instructions.alt {
    color: #231f20;
    font-weight: 500;
    margin-top: 20px; }

#form-validate #email_address_confirm ~ .validation-advice {
  display: none; }
  #form-validate #email_address_confirm ~ .validation-advice.email-not-matching {
    display: block; }

#register-form #email_address ~ .validation-advice,
#register-form #email_address_confirm ~ .validation-advice {
  display: none; }
  #register-form #email_address ~ .validation-advice.email-not-matching,
  #register-form #email_address_confirm ~ .validation-advice.email-not-matching {
    display: block; }

/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
  text-indent: -9999px; }

/* ============================================ *
 * Data Table
 * ============================================ */
.data-table {
  width: 100%; }

.data-table td,
.data-table th {
  padding: 10px;
  vertical-align: top; }

.data-table th {
  text-transform: uppercase;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  line-height: 1.4;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700; }

.data-table thead th,
.data-table tbody td {
  border-bottom: 1px solid #ededed; }

.data-table tfoot tr {
  background: #F4F4F4; }

.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px; }
  .data-table tbody td .item-options dt:after {
    content: ':'; }

/* ============================================ *
 * Generic Info Table
 * ============================================ */
.info-box {
  border: 1px solid #ededed;
  padding: 12px 15px;
  margin: 0 0 15px; }
  .info-box h2 {
    font-weight: bold;
    font-size: 13px; }

.info-table th,
.info-table td {
  vertical-align: top; }

.info-table th {
  font-weight: bold;
  padding: 4px 20px 4px 0; }

.info-table td {
  padding: 4px 0; }

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid #ededed; }

.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid #ededed;
  padding: 6px;
  background-color: transparent; }

.zebra-table tr {
  background-color: #EEEDED; }

.zebra-table tr:nth-child(odd) {
  background-color: #F8F7F5; }

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 479px) {
  .linearize-table {
    /* Helpers */ }
    .linearize-table tr,
    .linearize-table th,
    .linearize-table td {
      display: block; }
    .linearize-table thead th {
      border-right: 0;
      border-left: 0; }
    .linearize-table thead th.lin-hide {
      display: none; }
    .linearize-table thead th:nth-child(1n+2) {
      display: none; }
    .linearize-table tbody tr {
      position: relative;
      border-bottom: 1px solid #b1b1b1; }
    .linearize-table tbody td {
      padding: 0 10px 4px;
      border-right: 0;
      border-bottom: 0; }
    .linearize-table tbody td.lin-hide {
      display: none; }
    .linearize-table tbody td:first-child {
      padding-top: 10px; }
    .linearize-table tbody td:first-child,
    .linearize-table tbody td:first-child h3 {
      font-weight: bold; }
    .linearize-table tbody td[data-rwd-label] {
      text-align: left;
      padding-left: 30px; }
    .linearize-table tbody td[data-rwd-label]:before {
      content: attr(data-rwd-label) ":";
      font-size: 12px;
      font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
      padding-right: 5px;
      text-transform: uppercase; }
    .linearize-table tfoot tr {
      display: block;
      text-align: right; }
    .linearize-table tfoot tr:after {
      content: '';
      display: table;
      clear: both; }
    .linearize-table tfoot td {
      display: block;
      float: left; }
    .linearize-table tfoot td.lin-hide {
      display: none; }
    .linearize-table tfoot td:nth-child(odd) {
      clear: left;
      width: 60%; }
    .linearize-table tfoot td:nth-child(even) {
      text-align: left;
      width: 40%; }
    .linearize-table .linearize-hide {
      display: none; }
    .linearize-table .linearize-unpad {
      padding: 0; }
    .linearize-table .linearize-show {
      display: block; } }

@media only screen and (max-width: 599px) {
  .linearize-table-large {
    /* Helpers */ }
    .linearize-table-large tr,
    .linearize-table-large th,
    .linearize-table-large td {
      display: block; }
    .linearize-table-large thead th {
      border-right: 0;
      border-left: 0; }
    .linearize-table-large thead th.lin-hide {
      display: none; }
    .linearize-table-large thead th:nth-child(1n+2) {
      display: none; }
    .linearize-table-large tbody tr {
      position: relative;
      border-bottom: 1px solid #b1b1b1; }
    .linearize-table-large tbody td {
      padding: 0 10px 4px;
      border-right: 0;
      border-bottom: 0; }
    .linearize-table-large tbody td.lin-hide {
      display: none; }
    .linearize-table-large tbody td:first-child {
      padding-top: 10px; }
    .linearize-table-large tbody td:first-child,
    .linearize-table-large tbody td:first-child h3 {
      font-weight: bold; }
    .linearize-table-large tbody td[data-rwd-label] {
      text-align: left;
      padding-left: 30px; }
    .linearize-table-large tbody td[data-rwd-label]:before {
      content: attr(data-rwd-label) ":";
      font-size: 12px;
      font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
      padding-right: 5px;
      text-transform: uppercase; }
    .linearize-table-large tfoot tr {
      display: block;
      text-align: right; }
    .linearize-table-large tfoot tr:after {
      content: '';
      display: table;
      clear: both; }
    .linearize-table-large tfoot td {
      display: block;
      float: left; }
    .linearize-table-large tfoot td.lin-hide {
      display: none; }
    .linearize-table-large tfoot td:nth-child(odd) {
      clear: left;
      width: 60%; }
    .linearize-table-large tfoot td:nth-child(even) {
      text-align: left;
      width: 40%; }
    .linearize-table-large .linearize-hide {
      display: none; }
    .linearize-table-large .linearize-unpad {
      padding: 0; }
    .linearize-table-large .linearize-show {
      display: block; } }

@media only screen and (min-width: 600px) {
  .linearize-table .linearize-collapse {
    display: none; } }

@font-face {
  font-family: 'icomoon';
  src: url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/icomoon.eot?dh2hbr");
  src: url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/icomoon.eot?dh2hbr#iefix") format("embedded-opentype"), url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/icomoon.ttf?dh2hbr") format("truetype"), url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/icomoon.woff?dh2hbr") format("woff"), url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/icomoon.svg?dh2hbr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-play:before {
  content: "\e921"; }

.icon-download:before {
  content: "\e922"; }

.icon-heart:before {
  content: "\e90a"; }

.icon-truck:before {
  content: "\e915"; }

.icon-plus-circle:before {
  content: "\e916"; }

.icon-envelope:before {
  content: "\e917"; }

.icon-print:before {
  content: "\e918"; }

.icon-image:before {
  content: "\e90f"; }

.icon-twitter:before {
  content: "\e910"; }

.icon-instagram:before {
  content: "\e911"; }

.icon-pinterest-p:before {
  content: "\e912"; }

.icon-youtube:before {
  content: "\e913"; }

.icon-facebook:before {
  content: "\e914"; }

.icon-minus:before {
  content: "\e90e"; }

.icon-bars:before {
  content: "\e90d"; }

.icon-shopping-cart:before {
  content: "\e900"; }

.icon-user:before {
  content: "\e901"; }

.icon-chevron-right:before {
  content: "\e902"; }

.icon-chevron-left:before {
  content: "\e903"; }

.icon-chevron-down:before {
  content: "\e904"; }

.icon-chevron-up:before {
  content: "\e905"; }

.icon-question-circle:before {
  content: "\e906"; }

.icon-map-marker:before {
  content: "\e907"; }

.icon-search:before {
  content: "\e908"; }

.icon-heart-o:before {
  content: "\e909"; }

.icon-info-circle:before {
  content: "\e90b"; }

.icon-plus:before {
  content: "\e90c"; }

.icon-clock-o:before {
  content: "\e923"; }

.icon-calendar:before {
  content: "\e924"; }

.icon-lightbulb-o:before {
  content: "\e920"; }

.icon-phone:before {
  content: "\e91f"; }

.icon-lock:before {
  content: "\e91e"; }

.icon-check:before {
  content: "\e91d"; }

.icon-angle-down:before {
  content: "\e919"; }

.icon-angle-up:before {
  content: "\e91a"; }

.icon-angle-right:before {
  content: "\e91b"; }

.icon-angle-left:before {
  content: "\e91c"; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide:focus {
    outline: none; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("https://www.deserres.ca/skin/frontend/deserres/default/css/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/slick.eot");
  src: url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/slick.eot?#iefix") format("embedded-opentype"), url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/slick.woff") format("woff"), url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/slick.ttf") format("truetype"), url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "icomoon";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        height: 5px;
        width: 5px;
        border: 1px solid grey;
        border-radius: 50%;
        font-family: "slick";
        font-size: 24px;
        line-height: 20px;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      content: '';
      height: 5px;
      width: 5px;
      border-radius: 50%;
      background-color: black; }

/**
 * @category    Mana
 * @package     ManaPro_FilterShowMore
 * @copyright   Copyright (c) http://www.manadev.com
 * @license     http://www.manadev.com/license  Proprietary License
 */
/* css/manapro_filtershowmore.css */
.m-more-less {
  text-decoration: underline;
  padding-bottom: 10px; }
  .m-more-less a {
    color: #000000; }
  .m-more-less .m-show-more-action:after,
  .m-more-less .m-show-less-action:after {
    padding-left: 5px;
    display: inline-block; }

.m-show-less-action:after {
  content: '-'; }

@media only screen and (max-width: 767px) {
  .m-show-more-action {
    padding-top: 10px; } }

.m-show-more-action:after {
  content: '+'; }

.m-expandable-filter {
  overflow: hidden; }

/*.sidebar .m-scrollable-filter-container { padding: 0 !important; }*/
.m-scrollable-filter-container ol {
  border: none; }

.m-scrollable-filter {
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  border: 1px solid #ccc;
  /*padding: 0 10px; margin: 0 5px; */
  background: rgba(255, 255, 255, 0.5); }

.m-scrollable-filter li {
  white-space: nowrap; }

.m-filter-popup {
  padding: 10px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.m-filter-popup .m-columns {
  overflow: hidden; }

.m-filter-popup .m-columns > li {
  float: left;
  width: 200px;
  text-align: left; }

.m-filter-popup .m-columns.m-filter-colors.horizontal {
  width: 600px; }

.m-filter-popup .m-columns.m-filter-colors.horizontal > li {
  width: auto; }

.m-filter-popup .buttons-set {
  margin: 8px 0 0; }

.m-filter-popup .m-filter-colors {
  margin: 0; }

.m-showmore-popup-container {
  -webkit-box-shadow: 15px 15px 25px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 15px 15px 25px 5px rgba(0, 0, 0, 0.4); }

.m-option-search {
  padding: 0 0 10px; }

/*.sidebar .m-scrollable-filter-container .m-option-search { padding: 10px; }*/
.m-option-search input {
  width: 100%; }

.m-option-search input.m-empty {
  color: #c0c0c0; }

.m-no-match {
  display: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* TEEVEE */
.youtube-video-teevee {
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  @media screen and (max-width: 1024px) {
    .youtube-video-teevee {
      display: none; } }
  .youtube-video-teevee > img {
    display: none;
    position: absolute;
    top: -16.75%;
    left: 0;
    right: 0;
    bottom: 10;
    z-index: 10;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .youtube-video-teevee > img {
        display: block; } }
  .youtube-video-teevee:after {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 11;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    max-width: 150px;
    max-height: 150px; }
    @media screen and (max-width: 1024px) {
      .youtube-video-teevee:after {
        display: block;
        max-width: 60px;
        max-height: 60px; } }
  .youtube-video-teevee.btn-play--red:after {
    background-image: url("https://www.deserres.ca/skin/frontend/deserres/default/images/btn_play_plein.png"); }
  .youtube-video-teevee.btn-play--transparent:after {
    background-image: url("https://www.deserres.ca/skin/frontend/deserres/default/images/btn_play_transparent.png"); }
  .youtube-video-teevee.play-btn-clicked > img {
    visibility: hidden; }
  .youtube-video-teevee.play-btn-clicked:after {
    visibility: hidden; }

.teevee {
  height: 0 !important;
  padding-top: 56.25%; }
  .teevee .teevee-player,
  .teevee .teevee-poster {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .teevee .teevee-mask {
    background: #000;
    opacity: 0;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    width: 100%;
    z-index: 6; }
    .teevee .teevee-mask .loader {
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .teevee .teevee-mask.loading {
      opacity: 1; }
  .teevee .teevee-player {
    display: none;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    z-index: 1;
    height: 100% !important;
    width: 100% !important;
    margin-left: 0 !important; }
  .teevee .teevee-volume {
    bottom: 20px;
    display: none;
    height: 40px;
    padding: 12px;
    position: absolute;
    right: 20px;
    width: 40px;
    z-index: 7;
    background-color: #000;
    border-radius: 50%; }
    .teevee .teevee-volume i {
      color: #FFF;
      display: none; }
      .teevee .teevee-volume i.fa-times {
        font-size: 8px;
        position: absolute;
        right: 12px;
        top: 15px; }
    .teevee .teevee-volume.mute i.fa-volume-off,
    .teevee .teevee-volume.mute i.fa-times {
      display: block; }
    .teevee .teevee-volume.unmute i.fa-volume-up {
      display: block; }
  .teevee .teevee-poster {
    background-size: cover;
    height: 130%;
    margin-top: -10%;
    width: 130%;
    z-index: 2; }
  .teevee.teevee-on .teevee-player,
  .teevee.teevee-on .teevee-volume {
    display: block; }
  @media screen and (max-width: 1024px) {
    .teevee.teevee-on .teevee-volume {
      display: none; } }

.youtube-video-mobile {
  display: none; }
  @media screen and (max-width: 1024px) {
    .youtube-video-mobile {
      display: block;
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 30px;
      width: 100%;
      height: 0;
      overflow: hidden; }
      .youtube-video-mobile object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }

.cms-index-index .main-container {
  max-width: 1440px;
  width: 100%;
  padding: 0; }
  .cms-index-index .main-container img {
    max-width: 100%; }

.cms-index-index .main {
  -webkit-transition: margin-top .24s ease-in-out;
  transition: margin-top .24s ease-in-out; }
  .cms-index-index .main.sticky-promobar--disabled {
    margin-top: 0 !important; }

@media only screen and (max-width: 767px) {
  .cms-index-index .col-main {
    margin-bottom: 0; } }

.cms-index-index .block-half-top,
.cms-index-index .hero {
  position: relative; }

.cms-index-index .cms-home-full {
  margin: 0 !important; }
  .cms-index-index .cms-home-full .white-text {
    color: #fff; }
  .cms-index-index .cms-home-full .black-text {
    color: #000; }
  .cms-index-index .cms-home-full .center-text {
    text-align: center; }
  .cms-index-index .cms-home-full .left-text {
    text-align: left; }
  .cms-index-index .cms-home-full .right-text {
    text-align: right; }
  .cms-index-index .cms-home-full [content-position="center-center"] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .cms-index-index .cms-home-full [content-position="center-top"] {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .cms-index-index .cms-home-full [content-position="center-bottom"] {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .cms-index-index .cms-home-full [content-position="right-center"] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .cms-index-index .cms-home-full [content-position="right-top"] {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .cms-index-index .cms-home-full [content-position="right-bottom"] {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .cms-index-index .cms-home-full [content-position="left-center"] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .cms-index-index .cms-home-full [content-position="left-top"] {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .cms-index-index .cms-home-full [content-position="left-bottom"] {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .cms-index-index .cms-home-full [content-position] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.cms-index-index .sticky-promobar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #FFFFFF;
  overflow: hidden; }
  .cms-index-index .sticky-promobar--loaded {
    display: block; }
  .cms-index-index .sticky-promobar__container {
    position: relative;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: #e52f32;
    max-width: 1440px;
    margin: 0 auto; }
  .cms-index-index .sticky-promobar__name {
    margin: 0; }
    @media screen and (max-width: 599px) {
      .cms-index-index .sticky-promobar__name {
        font-size: 12px; } }
  .cms-index-index .sticky-promobar__description {
    font-size: 18px;
    margin: 4px 0 12px; }
    @media screen and (max-width: 599px) {
      .cms-index-index .sticky-promobar__description {
        font-size: 16px; } }
  .cms-index-index .sticky-promobar__cta {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: underline;
    cursor: pointer; }
    @media screen and (max-width: 599px) {
      .cms-index-index .sticky-promobar__cta {
        font-size: 14px; } }
  .cms-index-index .sticky-promobar__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    cursor: pointer; }
    .cms-index-index .sticky-promobar__close:before, .cms-index-index .sticky-promobar__close:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 1px;
      height: 100%;
      background-color: #FFFFFF;
      -webkit-transition: -webkit-transform .24s ease-in-out;
      transition: -webkit-transform .24s ease-in-out;
      transition: transform .24s ease-in-out;
      transition: transform .24s ease-in-out, -webkit-transform .24s ease-in-out; }
    .cms-index-index .sticky-promobar__close:before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    .cms-index-index .sticky-promobar__close:after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }
    .cms-index-index .sticky-promobar__close:hover:before {
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
      transform: translate(-50%, -50%) rotate(90deg); }
    .cms-index-index .sticky-promobar__close:hover:after {
      -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      transform: translate(-50%, -50%) rotate(-90deg); }
  .cms-index-index .sticky-promobar--closed {
    height: 0 !important;
    -webkit-transition: height .24s ease-in-out;
    transition: height .24s ease-in-out; }
    .cms-index-index .sticky-promobar--closed .stick-promobar__close:before {
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
      transform: translate(-50%, -50%) rotate(90deg); }
    .cms-index-index .sticky-promobar--closed .stick-promobar__close:after {
      -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      transform: translate(-50%, -50%) rotate(-90deg); }

.cms-index-index .hero {
  margin-bottom: 8px; }
  .cms-index-index .hero .cms-home-full {
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 !important; }
    .cms-index-index .hero .cms-home-full > img {
      display: block; }
      .cms-index-index .hero .cms-home-full > img.mobile {
        display: none; }
      @media screen and (max-width: 599px) {
        .cms-index-index .hero .cms-home-full > img {
          display: none; }
          .cms-index-index .hero .cms-home-full > img.mobile {
            display: block; } }
    .cms-index-index .hero .cms-home-full [content-position] {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 120px; }
      .cms-index-index .hero .cms-home-full [content-position] p {
        max-width: 420px; }
      @media screen and (max-width: 1083px) {
        .cms-index-index .hero .cms-home-full [content-position] {
          padding: 120px 60px; } }
      @media screen and (max-width: 599px) {
        .cms-index-index .hero .cms-home-full [content-position] {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          text-align: center;
          padding: 30px 15px; } }
  .cms-index-index .hero .home-block-title--teal {
    color: #1B8D79;
    font-size: 48px;
    margin-bottom: .25em; }
    @media screen and (max-width: 599px) {
      .cms-index-index .hero .home-block-title--teal {
        font-size: 24px; } }
  .cms-index-index .hero .products-grid {
    list-style: none;
    margin: 0;
    padding: 0; }
  .cms-index-index .hero .hero-bluue .item {
    background: #0207fa; }
  .cms-index-index .hero .hero-bluue .item:before {
    border-bottom-color: #0207fa; }
  .cms-index-index .hero li.item {
    margin: 0;
    text-align: center;
    background-color: #e52f32;
    padding: 10px; }
    @media only screen and (max-width: 767px) {
      .cms-index-index .hero li.item {
        width: 100%;
        padding: 7px !important;
        min-height: 0 !important;
        position: relative; }
        .cms-index-index .hero li.item:before {
          content: '';
          position: absolute;
          width: 0;
          height: 0;
          display: block;
          border-right: 10px solid transparent;
          border-left: 10px solid transparent;
          border-bottom: 10px solid #e52f32;
          border-top: none;
          position: absolute;
          top: -10px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); } }
    @media only screen and (min-width: 768px) {
      .cms-index-index .hero li.item {
        padding: 30px 20px 10px !important;
        position: absolute;
        bottom: 0;
        left: 10%;
        float: left;
        text-align: right;
        max-width: 195px;
        max-height: 195px; } }
    @media only screen and (min-width: 980px) {
      .cms-index-index .hero li.item {
        padding: 70px 20px 20px !important; } }
  .cms-index-index .hero .product-name,
  .cms-index-index .hero .price-box {
    padding: 0; }
  .cms-index-index .hero .minimal-price .price-label {
    font-size: 12px;
    color: #FFFFFF; }
  .cms-index-index .hero .brand {
    text-transform: uppercase;
    margin: 0;
    padding: 0; }
  .cms-index-index .hero .brand,
  .cms-index-index .hero .product-name a {
    font-size: 14px;
    color: #FFFFFF;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .cms-index-index .hero .brand,
      .cms-index-index .hero .product-name a {
        font-size: 12px;
        line-height: 1; } }
  .cms-index-index .hero .brand,
  .cms-index-index .hero .price-box .price,
  .cms-index-index .hero .price-box .special-price,
  .cms-index-index .hero .price-box .old-price .price,
  .cms-index-index .hero .product-name a {
    text-align: right;
    color: #FFFFFF;
    font-weight: 400; }
  .cms-index-index .hero .price-box .price {
    font-size: 12px; }
    @media only screen and (min-width: 768px) {
      .cms-index-index .hero .price-box .price {
        font-size: 22px; } }
  .cms-index-index .hero p.special-price {
    float: none; }
  @media only screen and (max-width: 767px) {
    .cms-index-index .hero .product-name,
    .cms-index-index .hero .brand {
      display: inline-block; } }
  .cms-index-index .hero .price-box {
    margin: 0; }
    .cms-index-index .hero .price-box p {
      margin-bottom: 0; }
      @media only screen and (min-width: 768px) {
        .cms-index-index .hero .price-box p {
          float: right; } }
  @media only screen and (min-width: 768px) {
    .cms-index-index .hero .product-price span {
      font-size: 30px; } }
  @media only screen and (min-width: 980px) {
    .cms-index-index .hero .product-price span {
      font-size: 36px; } }

.cms-index-index .theme-duo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  margin: 0 0 8px; }
  .cms-index-index .theme-duo .button {
    color: #fff; }
    .cms-index-index .theme-duo .button:after {
      padding-left: 0; }
  .cms-index-index .theme-duo__banner, .cms-index-index .theme-duo__products {
    width: 50%; }
    .cms-index-index .theme-duo__banner:after, .cms-index-index .theme-duo__products:after {
      content: '';
      display: table;
      clear: both; }
    @media screen and (max-width: 599px) {
      .cms-index-index .theme-duo__banner, .cms-index-index .theme-duo__products {
        width: 100%; } }
  .cms-index-index .theme-duo__banner {
    position: relative;
    padding: 0 4px; }
    .cms-index-index .theme-duo__banner__img {
      padding-top: 71%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .cms-index-index .theme-duo__banner__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .cms-index-index .theme-duo__banner__content {
      padding: 24px; }
      .cms-index-index .theme-duo__banner__content__title,
      .cms-index-index .theme-duo__banner__content .button {
        max-width: 540px; }
      .cms-index-index .theme-duo__banner__content .button {
        position: absolute;
        bottom: 20px;
        right: calc(20px + 4px); }
      .cms-index-index .theme-duo__banner__content__title {
        font-size: 42px;
        margin-bottom: 46px; }
      @media screen and (max-width: 979px) {
        .cms-index-index .theme-duo__banner__content__title {
          font-size: 32px; } }
      @media screen and (max-width: 767px) {
        .cms-index-index .theme-duo__banner__content {
          padding: 12px; }
          .cms-index-index .theme-duo__banner__content__title {
            font-size: 24px;
            margin-bottom: 24px; } }
      @media screen and (max-width: 599px) {
        .cms-index-index .theme-duo__banner__content {
          padding: 40px 15px; }
          .cms-index-index .theme-duo__banner__content__title {
            margin-bottom: 24px;
            max-width: 300px; } }
    @media screen and (max-width: 599px) {
      .cms-index-index .theme-duo__banner {
        margin-bottom: 12px; } }
  .cms-index-index .theme-duo__products {
    position: relative;
    padding-top: 35%; }
    .cms-index-index .theme-duo__products__container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .cms-index-index .theme-duo__products__product {
      position: relative;
      width: 50%;
      margin: 0 4px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      .cms-index-index .theme-duo__products__product__image {
        position: absolute;
        display: block;
        height: 100%;
        top: 0;
        left: 0;
        width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
        @media screen and (max-width: 599px) {
          .cms-index-index .theme-duo__products__product__image {
            height: auto;
            padding-top: 138%; } }
        .cms-index-index .theme-duo__products__product__image .button.btn-cart {
          position: absolute;
          bottom: 20px;
          right: calc(20px + 4px); }
      .cms-index-index .theme-duo__products__product .products-grid {
        margin-bottom: 0;
        list-style-type: none; }
        .cms-index-index .theme-duo__products__product .products-grid .item {
          width: 100%;
          margin-left: 0;
          margin-bottom: 0; }
        @media screen and (max-width: 767px) {
          .cms-index-index .theme-duo__products__product .products-grid {
            padding: 0; }
            .cms-index-index .theme-duo__products__product .products-grid .item {
              margin-left: 0; } }
    @media screen and (max-width: 599px) {
      .cms-index-index .theme-duo__products {
        margin-left: 0;
        margin-top: 12px;
        padding-top: 70%; } }
  @media screen and (max-width: 599px) {
    .cms-index-index .theme-duo[content-direction="left"] .theme-duo__products, .cms-index-index .theme-duo[content-direction="left"] .theme-duo__banner {
      margin-left: 0;
      margin-right: 0; } }
  .cms-index-index .theme-duo[content-direction="right"] .theme-duo__products {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .cms-index-index .theme-duo[content-direction="right"] .theme-duo__banner {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  @media screen and (max-width: 599px) {
    .cms-index-index .theme-duo[content-direction="right"] .theme-duo__products, .cms-index-index .theme-duo[content-direction="right"] .theme-duo__banner {
      margin-left: 0;
      margin-right: 0;
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0; } }
  @media screen and (max-width: 599px) {
    .cms-index-index .theme-duo {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0 12px; } }

.cms-index-index .instagram-feed-catalog {
  padding: 70px 12px;
  text-align: center; }
  .cms-index-index .instagram-feed-catalog .button {
    margin-top: 42px; }
  @media screen and (max-width: 599px) {
    .cms-index-index .instagram-feed-catalog {
      padding: 70px 0; } }

.cms-index-index .join-creative-club {
  padding: 90px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .cms-index-index .join-creative-club__content {
    max-width: 840px;
    padding: 0 30px;
    text-align: center; }
    .cms-index-index .join-creative-club__content p {
      margin: 40px 0; }
  @media screen and (max-width: 599px) {
    .cms-index-index .join-creative-club {
      padding: 60px 0; } }

.cms-index-index .cms-block-wrapper {
  position: relative;
  max-width: 1084px;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .cms-index-index .cms-block-wrapper {
      padding: 0 32px; } }

@media only screen and (max-width: 767px) {
  .cms-index-index .custom-store-back {
    max-height: 100px;
    overflow: hidden; } }

@media only screen and (min-width: 768px) {
  .cms-index-index .custom-store-back {
    float: right; } }

@media only screen and (max-width: 767px) {
  .cms-index-index .custom-store-front {
    max-height: 200px;
    overflow: hidden; } }

.cms-index-index .skinny-banner {
  padding: 10px 0; }
  .cms-index-index .skinny-banner .cms-block-wrapper img {
    width: auto;
    padding-right: 20px; }
  .cms-index-index .skinny-banner h3 {
    font-size: 14px;
    color: #FFFFFF; }
    .cms-index-index .skinny-banner h3 a {
      color: #FFFFFF;
      font-size: 12px;
      font-weight: 400;
      padding-left: 20px;
      text-decoration: underline; }
      .cms-index-index .skinny-banner h3 a:hover {
        text-decoration: none; }
  .cms-index-index .skinny-banner h3,
  .cms-index-index .skinny-banner img,
  .cms-index-index .skinny-banner a {
    vertical-align: middle;
    display: inline-block;
    margin: 0; }

@media only screen and (max-width: 767px) {
  .cms-index-index .cms-third-wrapper .cms-block-third {
    margin: 0 0 5px; } }

ul.mobile-link-list {
  text-align: center;
  overflow: hidden;
  border-top: 1px solid #d4d2d2;
  margin-bottom: 0;
  list-style: none; }
  ul.mobile-link-list li {
    float: left;
    width: 50%;
    border-bottom: 1px solid #d4d2d2;
    margin: 0; }
    ul.mobile-link-list li:nth-child(odd) {
      border-right: 1px solid #d4d2d2; }
  ul.mobile-link-list a {
    display: block;
    padding: 10px;
    color: #636466; }
    ul.mobile-link-list a.highlight {
      color: #e52f32; }
    ul.mobile-link-list a:hover {
      text-decoration: none;
      background-color: #eeeeee;
      cursor: pointer; }

.home-block-info {
  position: absolute;
  left: 50%;
  top: 47%;
  -webkit-transform: translate(-50%, -47%);
  transform: translate(-50%, -47%); }
  @media only screen and (max-width: 767px) {
    .home-block-info {
      width: 100%; } }
  .home-block-info.left-text {
    left: 17%;
    -webkit-transform: translate(-17%, -50%);
    transform: translate(-17%, -50%);
    width: 50%; }
    @media only screen and (min-width: 980px) {
      .home-block-info.left-text {
        width: 40%; } }
  .home-block-info h1, .home-block-info h2 {
    margin-bottom: .25em; }
    @media only screen and (max-width: 767px) {
      .home-block-info h1, .home-block-info h2 {
        font-size: 20px;
        margin: 0 auto 10px;
        padding: 0 10px; } }
    @media only screen and (min-width: 768px) {
      .home-block-info h1, .home-block-info h2 {
        font-size: 40px; } }
    @media only screen and (min-width: 980px) {
      .home-block-info h1, .home-block-info h2 {
        font-size: 48px; } }
  .home-block-info p {
    font-size: 16px;
    margin-bottom: 0; }
    @media screen and (max-width: 599px) {
      .home-block-info p {
        margin-bottom: 24px; } }
  @media only screen and (min-width: 768px) {
    .home-block-info .button {
      margin-top: 16px; } }
  @media only screen and (min-width: 980px) {
    .home-block-info .button {
      margin-top: 32px; } }

.cms-page-view .std .light-text h1, .cms-page-view .std .light-text h2, .cms-page-view .std .light-text p, .cms-page-view .std .light-text li,
.cms-index-index .std .light-text h1,
.cms-index-index .std .light-text h2,
.cms-index-index .std .light-text p,
.cms-index-index .std .light-text li {
  color: #FFFFFF; }

.cms-page-view .std .light-text h1,
.cms-index-index .std .light-text h1 {
  text-shadow: 1px 1px 1px #848a9c; }

.cms-block-half {
  float: left;
  width: 50%;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .cms-block-half:first-child {
      padding-right: 8px; }
    .cms-block-half:last-child {
      padding-left: 8px; } }
  @media only screen and (max-width: 767px) {
    .cms-block-half.full-mobile {
      width: 100%; } }
  .cms-block-half.full-mobile .home-block-info {
    width: 85%; }
  @media only screen and (min-width: 768px) {
    .cms-block-half.custom-store-back {
      padding: 0 0 0 8px; } }
  @media only screen and (min-width: 768px) {
    .cms-block-half.custom-store-front {
      padding: 0 8px 0 0; } }
  .cms-block-half .block-bottom-title {
    padding: 20px;
    text-align: center;
    color: #636466; }
    .cms-block-half .block-bottom-title p {
      font-size: 16px;
      max-width: 280px;
      margin: 0 auto 10px; }

.cms-block.cms-home-full {
  clear: both;
  position: relative;
  margin-bottom: 5px; }
  @media only screen and (min-width: 768px) {
    .cms-block.cms-home-full {
      margin: 16px 0 0;
      overflow: hidden; } }
  .cms-block.cms-home-full.last {
    margin-bottom: 16px; }
  .cms-block.cms-home-full img {
    width: 100%; }

.cms-block.cms-home-full ul.dash-list {
  list-style: none;
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .cms-block.cms-home-full ul.dash-list {
      margin-bottom: 0; } }
  .cms-block.cms-home-full ul.dash-list li {
    margin: 0;
    font-size: 12px; }
    @media only screen and (min-width: 768px) {
      .cms-block.cms-home-full ul.dash-list li {
        margin-bottom: 0;
        font-size: 16px; } }
    @media only screen and (min-width: 980px) {
      .cms-block.cms-home-full ul.dash-list li {
        margin: 0 0 16px; } }
    .cms-block.cms-home-full ul.dash-list li:last-child {
      margin-bottom: 0; }

.cms-product-list {
  clear: both;
  background: #f7f7f7;
  padding: 32px 0; }
  .cms-product-list > h2,
  .cms-product-list > p {
    text-align: center; }
  @media only screen and (min-width: 768px) {
    .cms-product-list {
      margin-top: 16px; } }
  @media only screen and (min-width: 980px) {
    .cms-product-list {
      padding: 80px 0 60px; } }
  .cms-product-list .add-to-links,
  .cms-product-list .toolbar,
  .cms-product-list .toolbar-bottom {
    display: none; }
  .cms-product-list .category-products {
    padding-top: 35px; }
    @media only screen and (max-width: 599px) {
      .cms-product-list .category-products {
        padding: 25px 12px 0; } }
  .cms-product-list .products-grid {
    list-style: none;
    clear: both; }
    @media screen and (max-width: 1083px) {
      .cms-product-list .products-grid.products-grid--max-4-col .slick-arrow {
        display: none; } }
    .cms-product-list .products-grid.products-grid--max-4-col .slick-dots {
      left: 0; }
      .cms-product-list .products-grid.products-grid--max-4-col .slick-dots li + li {
        margin-left: 16px; }
      .cms-product-list .products-grid.products-grid--max-4-col .slick-dots li {
        width: 14px;
        height: 14px; }
        .cms-product-list .products-grid.products-grid--max-4-col .slick-dots li button {
          width: 14px;
          height: 14px; }
          .cms-product-list .products-grid.products-grid--max-4-col .slick-dots li button:before {
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            background-color: #D8D8D8;
            width: 14px;
            height: 14px;
            border: none;
            border-radius: 50%; }
        .cms-product-list .products-grid.products-grid--max-4-col .slick-dots li.slick-active button:before {
          background-color: #8A8A8A;
          width: 14px;
          height: 14px; }
    .cms-product-list .products-grid.products-grid--max-4-col > li {
      margin: 0; }
    @media only screen and (max-width: 767px) {
      .cms-product-list .products-grid {
        padding: 0;
        margin-bottom: 50px; }
        .cms-product-list .products-grid.products-grid--max-4-col .slick-dots {
          bottom: -46px; } }
    @media only screen and (min-width: 768px) {
      .cms-product-list .products-grid {
        margin: 0 auto 80px;
        padding: 0 32px; } }
  .cms-product-list .slick-slider li.item {
    margin: 0;
    float: left;
    padding: 0 3px; }
    @media only screen and (min-width: 600px) {
      .cms-product-list .slick-slider li.item {
        padding: 0 7px; } }
  .cms-product-list h3 {
    margin: 0;
    margin-bottom: 0.35em;
    color: #231f20;
    font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    margin: 0 10px 0.5em; }
    @media only screen and (min-width: 768px) {
      .cms-product-list h3 {
        font-size: 20px; } }
    @media only screen and (min-width: 980px) {
      .cms-product-list h3 {
        font-size: 36px; } }
    @media only screen and (max-width: 599px) {
      .cms-product-list h3 {
        font-size: 20px; } }
  .cms-product-list > h3,
  .cms-product-list > p,
  .cms-product-list > a.shop-arrow {
    text-align: center; }
  @media only screen and (max-width: 599px) {
    .cms-product-list p {
      margin-bottom: 0; } }
  .cms-product-list > p.description {
    color: #636466;
    font-size: 16px;
    margin-bottom: .5em; }
    @media only screen and (max-width: 767px) {
      .cms-product-list > p.description {
        display: none; } }
  @media only screen and (max-width: 767px) {
    .cms-product-list .slick-track {
      margin: 0 auto; } }
  .cms-product-list .slick-arrow {
    top: 43%; }
    @media only screen and (min-width: 768px) {
      .cms-product-list .slick-arrow {
        width: 30px;
        height: 60px; } }
    @media only screen and (min-width: 980px) {
      .cms-product-list .slick-arrow {
        width: 38px;
        height: 68px; } }
    .cms-product-list .slick-arrow:before {
      display: block;
      content: "";
      right: 0;
      height: 1.75em;
      width: 1.75em;
      border-style: solid;
      border-width: 2px 2px 0 0;
      border-radius: 2px;
      border-color: #000000; }
    .cms-product-list .slick-arrow.slick-prev {
      left: -36px; }
      .cms-product-list .slick-arrow.slick-prev:before {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg); }
    .cms-product-list .slick-arrow.slick-next {
      right: -36px; }
      .cms-product-list .slick-arrow.slick-next:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
  @media only screen and (max-width: 767px) {
    .cms-product-list .slick-prev {
      left: -999px; } }
  @media only screen and (min-width: 768px) {
    .cms-product-list .slick-prev {
      left: 0px; } }
  @media only screen and (min-width: 980px) {
    .cms-product-list .slick-prev {
      left: -10px; } }
  @media only screen and (max-width: 767px) {
    .cms-product-list .slick-next {
      display: none !important; } }
  @media only screen and (min-width: 768px) {
    .cms-product-list .slick-next {
      right: 0px; } }
  @media only screen and (min-width: 980px) {
    .cms-product-list .slick-next {
      right: -10px; } }
  .cms-product-list .slick-dots {
    bottom: -60px;
    margin: 0; }
    .cms-product-list .slick-dots li {
      margin: 0; }
  .cms-product-list .slick-dots li:first-child button:before {
    border-radius: 5px 0 0 5px; }
  .cms-product-list .slick-dots li:last-child button:before {
    border-radius: 0 5px 5px 0; }
  @media only screen and (max-width: 767px) {
    .cms-product-list .slick-dots li button:before {
      width: 100%;
      border: 0;
      border-radius: 0;
      height: 5px;
      background-color: #ededed; } }
  .cms-product-list li.slick-active button:before {
    background-color: #636466; }

@media only screen and (max-width: 767px) {
  .catalog-category-view.category-view-landing .col2-left-layout .content-wrapper {
    padding: 0; } }

@media only screen and (max-width: 767px) {
  .category-view-landing .block-layered-nav .block-subtitle--filter {
    width: 100%;
    border-width: 1px 0; } }

.category-view-landing .filter-by {
  display: none; }

.category-view-landing .category-grid {
  margin-bottom: 100px; }
  .category-view-landing .category-grid .item {
    text-align: center; }
    .category-view-landing .category-grid .item .category-name {
      font-size: 18px; }
    .category-view-landing .category-grid .item .product-info {
      min-height: 125px !important;
      padding: 30px 10px 40px;
      position: relative; }
      .category-view-landing .category-grid .item .product-info:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 13px solid transparent;
        border-left: 13px solid transparent;
        border-bottom: 13px solid #ededed;
        border-top: none;
        position: absolute;
        top: -10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
  .category-view-landing .category-grid .shop-arrow {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    font-size: 14px; }
  .category-view-landing .category-grid .category-item-image {
    display: block;
    border-width: 1px 1px 0;
    border: 1px solid #ededed; }
    .category-view-landing .category-grid .category-item-image img {
      max-width: 100%;
      height: auto; }

.catalog-category-view .col1-layout .col-main {
  padding: 16px; }
  @media only screen and (min-width: 980px) {
    .catalog-category-view .col1-layout .col-main {
      padding: 0 32px; } }

.block-layered-nav .block-content {
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .block-layered-nav .block-content > dl > dt {
      text-transform: uppercase;
      font-size: 14px;
      padding-top: 0;
      font-weight: 600; } }

@media only screen and (min-width: 768px) {
  .block-layered-nav dd {
    margin-bottom: 20px; } }

.colour-picker-list {
  text-align: center;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .colour-picker-list {
      padding: 0 30px; } }
  .colour-picker-list h3 {
    margin: 0;
    margin-bottom: 5px;
    color: #231f20;
    font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed; }
  .colour-picker-list ul {
    margin: 20px 0 8px;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .colour-picker-list ul {
        margin: 25px auto 30px; } }
  .colour-picker-list li {
    display: inline-block;
    margin: 5px .35%;
    position: relative;
    height: 55px;
    width: 15%; }
    @media only screen and (max-width: 767px) {
      .colour-picker-list li {
        height: 40px;
        margin: 2px; } }
    @media only screen and (min-width: 600px) {
      .colour-picker-list li {
        width: 10%; } }
    @media only screen and (min-width: 768px) {
      .colour-picker-list li {
        width: 55px;
        margin: 5px 0.5%; } }
    @media only screen and (min-width: 980px) {
      .colour-picker-list li {
        margin: 5px 0.15%; } }
    @media only screen and (min-width: 1084px) {
      .colour-picker-list li {
        margin: 5px .35%; } }
  .colour-picker-list li:first-child {
    margin-left: 0; }
  .colour-picker-list li:last-child {
    margin-right: 0; }
    @media only screen and (min-width: 768px) {
      .colour-picker-list li:last-child {
        margin-top: 25px; } }
    @media only screen and (min-width: 980px) {
      .colour-picker-list li:last-child {
        margin-top: 0; } }
  .colour-picker-list li.selected {
    margin: 5px 20px; }
    @media only screen and (max-width: 767px) {
      .colour-picker-list li.selected {
        margin: 2px 8px; } }
  .colour-picker-list a {
    display: block;
    border-radius: 50%;
    border: 3px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    background: #eeeeee;
    -webkit-transition: all .25s ease;
    transition: all .25s ease; }
    @media only screen and (max-width: 767px) {
      .colour-picker-list a {
        width: 30px;
        height: 30px; } }
    @media only screen and (min-width: 768px) {
      .colour-picker-list a:hover {
        border: 3px solid rgba(255, 255, 255, 0.5); } }
    .colour-picker-list a.selected {
      border-color: #e1e1e1;
      width: 85px;
      height: 85px; }
      @media only screen and (max-width: 767px) {
        .colour-picker-list a.selected {
          width: 45px;
          height: 45px; } }
      .colour-picker-list a.selected:before {
        content: '';
        border: 5px solid #FFFFFF;
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 50%; }
        @media only screen and (max-width: 767px) {
          .colour-picker-list a.selected:before {
            border: 3px solid #FFFFFF; } }
  @media only screen and (max-width: 767px) {
    .colour-picker-list .view-all {
      display: none; } }
  @media only screen and (min-width: 768px) {
    .colour-picker-list .view-all {
      border-left: 1px solid #e1e1e1; } }
  .colour-picker-list .view-all a {
    background: none;
    color: #848a9c;
    font-size: 16px;
    text-decoration: underline;
    left: 58%;
    top: 58%;
    line-height: 1.25; }
    .colour-picker-list .view-all a:hover {
      text-decoration: none; }
    .colour-picker-list .view-all a:hover {
      border: 3px solid transparent; }

/*** Color Family List ***/
td.image .colour-family-products-with-many-colors,
td.image .colour-family-metal,
td.image .colour-family-phosphorescent,
.colour-picker-list .colour-family-products-with-many-colors,
.colour-picker-list .colour-family-metal,
.colour-picker-list .colour-family-phosphorescent {
  background-repeat: no-repeat;
  background-size: 125%;
  background-position: center; }

td.image .colour-family-no-color,
.colour-picker-list .colour-family-no-color {
  background-image: url("https://www.deserres.ca/skin/frontend/deserres/default/images/swatch-transparent.png"); }

td.image .colour-family-products-with-many-colors,
.colour-picker-list .colour-family-products-with-many-colors {
  background-image: url("https://www.deserres.ca/skin/frontend/deserres/default/images/swatch-multi.png"); }

td.image .colour-family-metal,
.colour-picker-list .colour-family-metal {
  background-image: url("https://www.deserres.ca/skin/frontend/deserres/default/images/swatch-metallic.jpg"); }

td.image .colour-family-phosphorescent,
.colour-picker-list .colour-family-phosphorescent {
  background-image: url("https://www.deserres.ca/skin/frontend/deserres/default/images/swatch-phos.jpg"); }

td.image .colour-family-blue,
.colour-picker-list .colour-family-blue {
  background: #2984ec; }

td.image .colour-family-brown,
.colour-picker-list .colour-family-brown {
  background: #754b21; }

td.image .colour-family-green,
.colour-picker-list .colour-family-green {
  background: #5ed019; }

td.image .colour-family-red,
.colour-picker-list .colour-family-red {
  background: #ed0000; }

td.image .colour-family-violet,
.colour-picker-list .colour-family-violet {
  background: #7a4ae3; }

td.image .colour-family-pink,
.colour-picker-list .colour-family-pink {
  background: #e97bb3; }

td.image .colour-family-yellow,
.colour-picker-list .colour-family-yellow {
  background: #f0d101; }

td.image .colour-family-grey,
.colour-picker-list .colour-family-grey {
  background: #b8b8b8; }

td.image .colour-family-orange,
.colour-picker-list .colour-family-orange {
  background: #f77300; }

td.image .colour-family-white,
.colour-picker-list .colour-family-white {
  background: #FFFFFF;
  border: 1px solid #e1e1e1; }
  td.image .colour-family-white:hover,
  .colour-picker-list .colour-family-white:hover {
    border: 3px solid #e1e1e1; }

td.image .colour-family-black,
.colour-picker-list .colour-family-black {
  background: #000000; }

a.view-all-link.select-all {
  color: #000000; }

tr.item-select-colour.item-selector {
  background-color: #f7f7f7; }
  @media only screen and (max-width: 767px) {
    tr.item-select-colour.item-selector > td {
      width: 100%; } }

/* Colour swatch list inside of grouped products table */
.grouped-items-table tr.item-select-colour {
  display: table-row;
  border-bottom: none; }

.grouped-items-table td.child-group-table tbody td.colour-picker-list {
  text-align: center; }

.grouped-items-table td.child-group-table tr.item-select-colour {
  display: block; }

.grouped-items-table td.child-group-table td.colour-picker-list {
  display: block; }

.grouped-items-table tr.load-icon {
  display: block; }
  .grouped-items-table tr.load-icon td {
    display: block;
    margin-top: -30px; }
    .grouped-items-table tr.load-icon td img {
      position: relative;
      margin: auto; }
    @media only screen and (max-width: 768px) {
      .grouped-items-table tr.load-icon td {
        margin-left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-bottom: none; } }

.attributenav-index-index .main-container.col1-layout {
  max-width: 100%;
  padding: 20px; }
  @media only screen and (min-width: 768px) {
    .attributenav-index-index .main-container.col1-layout {
      padding: 20px 0; } }

.attributenav-index-index .brand-banner-image {
  padding-bottom: 20px; }

.attributenav-index-index .brand-wrapper {
  max-width: 1084px;
  margin: 0 auto;
  padding: 0 16px; }
  @media only screen and (min-width: 980px) {
    .attributenav-index-index .brand-wrapper {
      padding: 0 32px; } }

.attributenav-index-index .brand-list {
  list-style-type: none;
  margin-bottom: 0;
  margin: 30px 0; }
  .attributenav-index-index .brand-list:after {
    content: '';
    display: table;
    clear: both; }
  .attributenav-index-index .brand-list li {
    margin-left: 0; }
    .attributenav-index-index .brand-list li img {
      max-width: 100%;
      margin: 0 auto; }

.attributenav-index-index .description-wrapper {
  border-bottom: 2px solid #000;
  margin: 30px 0 20px; }

@media only screen and (min-width: 600px) {
  .attributenav-index-index .brand-list li,
  .attributenav-index-index .col-wrapper {
    float: left;
    width: 50%; }
    .attributenav-index-index .brand-list li:nth-child(odd),
    .attributenav-index-index .col-wrapper:nth-child(odd) {
      clear: left; } }

@media only screen and (min-width: 768px) {
  .attributenav-index-index .brand-list li,
  .attributenav-index-index .col-wrapper {
    width: 25%; }
    .attributenav-index-index .brand-list li:nth-child(odd),
    .attributenav-index-index .col-wrapper:nth-child(odd) {
      clear: none; }
    .attributenav-index-index .brand-list li:nth-child(4n+5),
    .attributenav-index-index .col-wrapper:nth-child(4n+5) {
      clear: left; } }

.attributenav-index-index .col-wrapper ul {
  padding-bottom: 1.25em; }

.attributenav-index-index .col-wrapper img {
  margin: 0 auto;
  padding: 10px; }

.attributenav-index-index .col-wrapper a {
  color: #848a9c;
  font-size: 16px;
  text-decoration: underline; }
  .attributenav-index-index .col-wrapper a:hover {
    text-decoration: none; }

.attributenav-index-view .col-left-first {
  margin-bottom: 0; }

.attributenav-index-view .category-banner:not(.has-banner) {
  margin-bottom: 0; }

.block-subtitle--filter .wide-title {
  display: none; }

@media only screen and (max-width: 767px) {
  .cms-zone-account-create ul.messages,
  .cms-creation-compte-zone ul.messages {
    display: block; } }

.cms-zone-account-create #initial-selection button,
.cms-creation-compte-zone #initial-selection button {
  width: 100%;
  margin-bottom: 10px; }

.cms-zone-account-create #parent-zone-search,
.cms-creation-compte-zone #parent-zone-search {
  clear: left; }
  @media only screen and (min-width: 768px) {
    .cms-zone-account-create #parent-zone-search,
    .cms-creation-compte-zone #parent-zone-search {
      max-width: 47%;
      padding-right: 20px; } }

.cms-zone-account-create .new-business,
.cms-creation-compte-zone .new-business {
  clear: left; }

.customer-account-edit .control.newsletter_preference {
  margin-bottom: 35px; }

.customer-account-edit .control.newsletter_preference label {
  position: relative;
  bottom: 50%;
  -webkit-transform: translateY(35%);
  transform: translateY(35%); }

.demac-mlilite-index-index .store-list .btn-cart {
  margin-bottom: 10px;
  padding: 10px 20px; }

.block-banner-content {
  margin-bottom: 15px; }
  .block-banner-content .banner {
    margin-bottom: 10px; }
    .block-banner-content .banner img {
      width: 100%; }
      .block-banner-content .banner img.mobile {
        display: none; }

@media only screen and (max-width: 767px) {
  .block-banner-content .banner img {
    display: none; }
    .block-banner-content .banner img.mobile {
      display: block; }
  .demac-mlilite-index-index .store-list {
    width: 100%; }
  .demac-mlilite-index-index #map_canvas {
    width: 100%;
    margin-left: 0;
    margin-top: 4%;
    height: 350px; }
  .demac-mlilite-index-index .span-geoloc {
    margin-right: 35px; } }

/* ============================================ *
 * Global
 * ============================================ */
html,
body {
  height: 100%; }

body.popin-open {
  overflow: hidden; }

.wrapper {
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
  background-color: #FFFFFF; }

.wrapper:after {
  content: '';
  display: table;
  clear: both; }

.top-banner-message {
  background-color: #eb212e;
  color: #fff;
  margin: 20px auto;
  padding: 15px;
  text-align: center; }
  .top-banner-message > div {
    color: #fff;
    margin: 20px auto;
    padding: 15px;
    text-align: center;
    max-width: 1020px;
    margin: 0 auto; }

/* ============================================ *
 * Legal prefooter block
 * ============================================ */
.cms-legal-block {
  display: block;
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px 0; }
  .cms-legal-block:before {
    content: "";
    display: inline-block;
    width: 100%; }
  .cms-legal-block .legal-block-title {
    font-weight: bold;
    margin-bottom: 10px;
    cursor: pointer; }
    .cms-legal-block .legal-block-title:after {
      content: "+";
      color: #e52f32;
      padding-left: 10px; }
  .cms-legal-block .legal-block-content {
    display: none; }
    .cms-legal-block .legal-block-content p:last-of-type {
      margin-bottom: 0; }
  .cms-legal-block--open .legal-block-title:after {
    content: "-"; }
  .cms-legal-block--open .legal-block-content {
    display: block; }

/* ============================================ *
 * Youtube videos
 * ============================================ */
.content-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }
  .content-video .teevee {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-right: 0; }
    .content-video .teevee iframe {
      width: 100%;
      height: 100%; }
    .content-video .teevee .teevee-play-btn {
      position: absolute;
      left: 49%;
      top: 52%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 105px;
      height: 94px;
      background-image: url("https://www.deserres.ca/skin/frontend/deserres/default/images/icon-play.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% auto;
      z-index: 5;
      opacity: 0;
      visibility: hidden;
      cursor: pointer; }
      .content-video .teevee .teevee-play-btn.visible {
        opacity: 1;
        visibility: visible; }
  .content-video.dual-video {
    position: relative;
    padding-bottom: 28.125%; }
    .content-video.dual-video .teevee {
      width: 50%;
      height: 100%;
      padding-right: 4px; }
      .content-video.dual-video .teevee iframe {
        width: 100%;
        height: 100%; }
      .content-video.dual-video .teevee.video-right {
        left: inherit;
        right: 0;
        padding-right: 0;
        padding-left: 4px; }

@media only screen and (max-width: 979px) {
  .content-video.dual-video {
    padding-bottom: 112.5%; }
    .content-video.dual-video .teevee {
      width: 100%;
      height: 50%;
      padding-right: 0;
      padding-left: 0; }
      .content-video.dual-video .teevee.video-right {
        top: inherit;
        bottom: 0;
        padding-top: 16px;
        padding-left: 0; } }

/* ============================================ *
 * Header
 * ============================================ */
@media only screen and (min-width: 980px) {
  .page-header {
    margin: 0 auto;
    width: 100%; } }

@media only screen and (max-width: 979px) {
  .page-header {
    border-bottom: 1px solid #eeeeee; } }

@media only screen and (min-width: 980px) {
  .page-header .header-top,
  .page-header #nav {
    margin: 0 auto;
    max-width: 1084px;
    padding: 0 16px; } }

@media only screen and (min-width: 980px) {
  .page-header .header-top,
  .page-header #nav {
    padding: 0 32px; } }

.page-header .header-top {
  position: relative; }

.page-header-container:after {
  content: '';
  display: table;
  clear: both; }

.before-header-message {
  background: #fddd1b;
  text-align: center;
  padding: 3px 15px;
  font-size: 13px; }
  .before-header-message a {
    color: #231f20;
    text-decoration: underline; }

@media only screen and (min-width: 980px) {
  .no-touch .page-header-container.sticky-nav {
    position: fixed;
    width: 100%;
    z-index: 10;
    background: #FFFFFF;
    top: 0;
    border-top: 17px solid #231f20;
    -webkit-box-shadow: 3px 2px 7px #ededed;
    box-shadow: 3px 2px 7px #ededed;
    padding: 0 0 8px;
    -webkit-transition: all 0.35s cubic-bezier(0.33, 0.59, 0.14, 1);
    transition: all 0.35s cubic-bezier(0.33, 0.59, 0.14, 1); }
    .no-touch .page-header-container.sticky-nav .logo {
      padding-top: 8px;
      max-width: 54px;
      min-width: 50px;
      min-height: 50px;
      -webkit-transition: all 0.35s cubic-bezier(0.33, 0.59, 0.14, 1);
      transition: all 0.35s cubic-bezier(0.33, 0.59, 0.14, 1); }
    .no-touch .page-header-container.sticky-nav #header-search {
      top: 10px; }
    .no-touch .page-header-container.sticky-nav .logo-tagline,
    .no-touch .page-header-container.sticky-nav #header-nav {
      display: none; }
    .no-touch .page-header-container.sticky-nav .header-minicart a.skip-cart.skip-active {
      padding-bottom: 7px; }
    .no-touch .page-header-container.sticky-nav #header-cart.skip-active {
      top: 48px; }
  .page-header-container.sticky-nav .to-top {
    position: initial;
    float: left;
    opacity: 1;
    background: #FFFFFF;
    color: #231f20;
    padding: 12px 32px 0 0; }
    .page-header-container.sticky-nav .to-top:hover {
      color: #636466; }
  .page-header-container.sticky-nav .breadcrumbs {
    margin: 0;
    padding: 19px 0 0 16px;
    display: block;
    max-width: 40%; }
    .page-header-container.sticky-nav .breadcrumbs li {
      font-size: 18px; }
    .page-header-container.sticky-nav .breadcrumbs a,
    .page-header-container.sticky-nav .breadcrumbs strong {
      color: #231f20; }
    .page-header-container.sticky-nav .breadcrumbs strong {
      font-weight: 700; }
    .page-header-container.sticky-nav .breadcrumbs .home {
      display: none; }
    .page-header-container.sticky-nav .breadcrumbs a + span {
      font-size: 0; }
      .page-header-container.sticky-nav .breadcrumbs a + span:after {
        content: '>';
        font-size: 18px; }
  .page-header-container:not(.sticky-nav) .to-top {
    opacity: 0;
    position: initial;
    display: none; } }

.page-header-container {
  position: relative; }
  @media only screen and (min-width: 980px) {
    .page-header-container {
      padding-top: 0; } }
  .page-header-container .breadcrumbs {
    display: none; }

.header-language-container,
.page-header {
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif; }

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
.header-language-background {
  background-color: #231f20;
  text-transform: uppercase; }
  @media only screen and (max-width: 979px) {
    .header-language-background {
      padding: 2px; } }
  @media only screen and (min-width: 768px) {
    .header-language-background {
      padding: 8px 16px; } }
  @media only screen and (min-width: 980px) {
    .header-language-background {
      padding: 8px; } }
  .header-language-background .header-language-container {
    max-width: 1084px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 768px) {
      .header-language-background .header-language-container {
        font-size: 12px; } }
    @media only screen and (min-width: 980px) {
      .header-language-background .header-language-container {
        padding: 0 32px; } }
  .header-language-background:after {
    content: '';
    display: table;
    clear: both; }
  .header-language-background .currency-switcher {
    float: left;
    margin-right: 10px; }
  .header-language-background .welcome-msg {
    float: right; }

@media only screen and (min-width: 980px) {
  .store-language-container {
    float: right;
    margin-left: 10px; }
    .store-language-container:before {
      content: "|";
      float: left;
      padding-right: 8px; } }

@media only screen and (max-width: 979px) {
  .form-language {
    text-align: center;
    width: 100%; } }

@media only screen and (min-width: 980px) {
  .form-language {
    float: left; } }

.form-language .selected {
  display: none; }

.form-language a {
  font-size: 12px;
  color: #f5f5f5; }

.form-language span.code {
  text-transform: uppercase; }
  @media only screen and (max-width: 979px) {
    .form-language span.code {
      display: none; } }

.form-language span.full {
  text-decoration: underline; }
  @media only screen and (min-width: 980px) {
    .form-language span.full {
      display: none; } }

.page-header-container .store-language-container {
  float: right;
  max-width: 35%;
  padding: 13px 15px 10px 10px; }
  .page-header-container .store-language-container label {
    display: none; }
  .page-header-container .store-language-container select {
    max-width: 100%; }

#header-nav .store-language-container {
  clear: both;
  width: 100%;
  max-width: 100%; }
  @media only screen and (min-width: 980px) {
    #header-nav .store-language-container {
      display: none; } }

@media only screen and (max-width: 479px) {
  .page-header-container .store-language-container {
    padding-top: 8px; } }

@media only screen and (max-width: 479px) {
  .page-header-container .store-language-container select {
    font-size: 12px; } }

.header-language-background,
.header-language-background a {
  color: #f5f5f5; }

@media only screen and (min-width: 980px) {
  .header-language-background a:hover {
    opacity: 0.8;
    text-decoration: none; } }

@media only screen and (max-width: 979px) {
  .header-language-background .store-language-container,
  .header-language-background .skip-account,
  .header-language-background .top-links {
    display: none; } }

.header-language-background .shipping-msg {
  font-weight: 500; }
  @media only screen and (max-width: 979px) {
    .header-language-background .shipping-msg {
      text-align: center; } }
  @media only screen and (min-width: 980px) {
    .header-language-background .shipping-msg {
      float: left;
      width: 40%; } }
  .header-language-background .shipping-msg p {
    margin-bottom: 0; }

.cart-help {
  display: none; }

/* ============================================ *
 * Logo
 * ============================================ */
@media only screen and (max-width: 979px) {
  .logo {
    width: 73px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 7px; } }

@media only screen and (min-width: 980px) {
  .logo {
    float: left;
    display: block;
    width: auto;
    max-width: 108px;
    min-height: 88px;
    padding: 0; } }

.logo img {
  max-width: 100%; }
  @media only screen and (max-width: 979px) {
    .logo img {
      max-width: 60px;
      display: inline-block; } }

.logo-tagline {
  font-size: 14px;
  color: #b1b1b1;
  padding: 30px 0 0 15px;
  float: left;
  font-weight: 500; }
  @media only screen and (max-width: 979px) {
    .logo-tagline {
      display: none; } }

/* ============================================ *
 * Skip Links
 * ============================================ */
.skip-links {
  clear: both;
  overflow: hidden; }

@media only screen and (max-width: 979px) {
  .page-header-container .skip-links {
    padding: 5px 0 0; } }

@media only screen and (min-width: 980px) {
  .skip-stores {
    display: none; } }

@media only screen and (max-width: 979px) {
  .skip-account .icon,
  .skip-account .label,
  .skip-stores .icon,
  .skip-stores .label {
    color: #636466; } }

/* -------------------------------------------- *
 * Skip - Link
 */
.mobile-link,
.skip-link {
  position: relative;
  float: left;
  background: #FFFFFF;
  color: #231f20;
  text-align: center;
  padding-top: 10px;
  width: 17%; }
  @media only screen and (max-width: 979px) {
    .mobile-link,
    .skip-link {
      height: 64px; } }
  @media only screen and (min-width: 600px) {
    .mobile-link,
    .skip-link {
      width: 10%; } }
  @media only screen and (min-width: 980px) {
    .mobile-link,
    .skip-link {
      width: 12%; } }

a.mobile-link,
a.skip-link {
  text-decoration: none; }

a.mobile-link:hover,
.skip-link:not(.skip-active):hover {
  opacity: 0.8; }

/* -------------------------------------------- *
 * Skip Link - Active
 */
@media only screen and (max-width: 979px) {
  .skip-link.skip-active {
    color: inherit; } }

@media only screen and (max-width: 979px) {
  .skip-link.skip-active span {
    color: inherit; } }

/* -------------------------------------------- *
 * Skip Link - Icon
 */
.skip-link .icon,
.mobile-link .icon {
  display: block;
  font-size: 24px; }

.mobile-link .label,
.skip-link .label {
  display: block;
  text-transform: uppercase;
  line-height: 1;
  padding-top: 10px;
  font-weight: 700; }
  @media only screen and (max-width: 979px) {
    .mobile-link .label,
    .skip-link .label {
      font-size: 9px; } }

/* ============================================ *
 * Skip Content
 * ============================================ */
.skip-content {
  display: none; }

.skip-content.skip-active {
  display: block;
  background: #EDEDED; }

/* ============================================ *
 * CMS Top Links
 * ============================================ */
.cms-block.top-links {
  float: right; }
  .cms-block.top-links ul {
    float: right; }
  .cms-block.top-links li {
    display: inline-block; }
    .cms-block.top-links li:after {
      content: "|";
      padding: 0 5px 0 10px; }

/* ============================================ *
 * Global Header Navigation
 * ============================================ */
@media only screen and (max-width: 979px) {
  #header-account li {
    font-size: 12px; } }

#header-account li:nth-last-child(2) a {
  border-bottom: 0; }

@media only screen and (max-width: 979px) {
  #header-account li a,
  .nav-primary a.level0 {
    padding: 0 15px 0 20px;
    border-bottom: 1px solid #636466;
    text-align: left;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 50px;
    font-size: 12px; } }

@media only screen and (max-width: 979px) {
  #header-account li:last-child a,
  .nav-primary li.level0:last-child a.level0 {
    border-bottom: 0; } }

@media only screen and (max-width: 979px) {
  .no-touch #header-account a:hover {
    text-decoration: none;
    background: #f7f7f7; } }

@media only screen and (max-width: 979px) {
  .no-touch .nav-primary a:hover {
    background-color: #363636;
    text-decoration: none; } }

@media only screen and (max-width: 979px) {
  .no-touch .nav-primary a.level1:hover,
  .no-touch .cms-mobile-nav ul.level0 a:hover {
    background: #eeeeee; } }

.account-cart-wrapper {
  position: absolute;
  top: 17px;
  right: 35px; }
  @media only screen and (max-width: 979px) {
    .account-cart-wrapper {
      position: static; } }
  @media only screen and (min-width: 980px) {
    .account-cart-wrapper .skip-account {
      display: none; } }

.sticky-nav .account-cart-wrapper {
  top: 14px; }

/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
.skip-nav:not(.skip-active):hover {
  text-decoration: none;
  color: #636466; }

.skip-nav:focus {
  color: #636466; }

.skip-nav .close {
  display: none; }

.skip-nav.skip-active {
  padding-bottom: 10px; }
  .skip-nav.skip-active:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #231f20;
    border-top: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .skip-nav.skip-active .open {
    display: none; }
  .skip-nav.skip-active .close {
    display: block;
    line-height: 1; }

@media only screen and (min-width: 980px) {
  .skip-nav {
    display: none; } }

/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
#header-nav {
  clear: both;
  float: left;
  width: 100%; }
  @media only screen and (max-width: 979px) {
    #header-nav {
      background: #231f20; } }
  #header-nav.skip-active {
    top: 69px; }

@media only screen and (max-width: 979px) {
  #header-cart.skip-active,
  #header-account.skip-active,
  #header-nav.skip-active {
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 12; } }

@media only screen and (min-width: 980px) {
  #header-nav {
    display: block;
    /* Force visibility */
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    margin-top: 0; }
    #header-nav:after {
      content: '';
      display: table;
      clear: both; } }

/* ============================================ *
 * General Navigation Styles
 * ============================================ */
@media only screen and (min-width: 980px) {
  .nav-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.nav-primary a {
  position: relative;
  display: block;
  color: #636466;
  font-size: 11px;
  text-transform: uppercase; }

.nav-primary li {
  position: relative; }

.nav-primary li.level0 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.nav-primary li.level1 a {
  border-bottom: 1px solid #636466; }

.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
  display: block; }

.nav-primary li.level0 > a {
  text-transform: uppercase; }

/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */
@media only screen and (max-width: 979px) {
  .nav-primary a.level0,
  .nav-primary a {
    line-height: 50px; } }

@media only screen and (max-width: 979px) {
  .nav-primary li.level0 ul {
    display: none;
    background: #f5f5f5; } }

@media only screen and (max-width: 979px) {
  .nav-primary li.level0 li a {
    padding: 0 0 0 37px;
    text-transform: none;
    border-bottom: 1px solid #b1b1b1;
    font-weight: 500; } }

@media only screen and (max-width: 979px) {
  .nav-primary li.level1 a {
    padding: 0 25px; } }

@media only screen and (max-width: 979px) {
  .nav-primary li.parent > a:after {
    content: "";
    font-family: "icomoon";
    right: 25px;
    position: absolute; } }

@media only screen and (max-width: 979px) {
  .nav-primary li.parent.sub-menu-active > a:after,
  .nav-primary li.parent.menu-active > a:after {
    content: "";
    font-family: "icomoon"; } }

@media only screen and (max-width: 979px) {
  .cms-mobile-nav {
    background: #363636;
    border-bottom: 1px solid #636466; }
    .cms-mobile-nav:first-of-type {
      border-top: 1px solid #636466; } }

.cms-mobile-nav li.level0 > a {
  text-transform: none; }

@media only screen and (min-width: 980px) {
  .cms-mobile-nav {
    display: none; } }

/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
.nav-primary {
  /* Default styles for 1+ drop-down menus */
  /* Level 2+ */
  /* Class for js to add briefly to evaluate element positioning. */
  /* Correct menus that will hang off the page (class added by js) */
  /* Level 1+ */ }
  .nav-primary li.level0 .drop-list > ul {
    display: block; }
  .nav-primary .column-container {
    float: left;
    width: 50%;
    padding-right: 20px; }
  @media only screen and (min-width: 980px) {
    .nav-primary .drop-list {
      max-width: 1084px;
      margin: 0 auto;
      padding-left: 32px;
      overflow: hidden; } }
  @media only screen and (min-width: 980px) {
    .nav-primary .drop-list > ul {
      width: 50%;
      float: left;
      padding: 32px 0; } }
  .nav-primary .drop-list .cat-nav-cms {
    background-color: #eeeeee;
    float: right;
    width: 23%;
    margin-left: 2%;
    position: relative; }
    .nav-primary .drop-list .cat-nav-cms:after {
      content: '';
      display: block;
      background-color: #eeeeee;
      padding-bottom: 300%;
      z-index: -1;
      width: 100%;
      position: absolute;
      top: 0; }
      @media screen and (max-width: 599px) {
        .nav-primary .drop-list .cat-nav-cms:after {
          content: none; } }
    .nav-primary .drop-list .cat-nav-cms img {
      max-width: 100%; }
    @media screen and (max-width: 599px) {
      .nav-primary .drop-list .cat-nav-cms {
        display: block;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        float: none;
        width: 100%;
        margin-left: 0; } }
  .nav-primary .drop-list .cat-nav-cms-links {
    float: left;
    width: 25%;
    padding: 32px 10px; }
    @media only screen and (max-width: 979px) {
      .nav-primary .drop-list .cat-nav-cms-links {
        display: none; } }
    .nav-primary .drop-list .cat-nav-cms-links li {
      text-align: left; }
    .nav-primary .drop-list .cat-nav-cms-links a {
      color: #e52f32;
      padding: 10px 0;
      font-weight: 700; }
  .nav-primary .drop-list .cms-wrap {
    text-align: left;
    padding: 16px; }
    .nav-primary .drop-list .cms-wrap h6, .nav-primary .drop-list .cms-wrap p {
      color: #363636; }
    .nav-primary .drop-list .cms-wrap h6 {
      font-size: 14px;
      font-weight: 700; }
    .nav-primary .drop-list .cms-wrap p {
      font-size: 12px; }
  @media screen and (max-width: 599px) {
    .nav-primary .drop-list .cms-nav-promo__desktop {
      display: none; } }
  .nav-primary .drop-list .cms-nav-promo__mobile {
    display: none; }
    .nav-primary .drop-list .cms-nav-promo__mobile a {
      display: block;
      background-color: #e1e1e1;
      color: #e52f32;
      text-decoration: none;
      padding: 0 0 0 37px;
      text-transform: none;
      border-bottom: 1px solid #b1b1b1;
      font-weight: 500; }
    @media screen and (max-width: 599px) {
      .nav-primary .drop-list .cms-nav-promo__mobile {
        display: block; } }
  @media screen and (max-width: 599px) {
    .nav-primary .drop-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .nav-primary .drop-list .cms-nav-promo {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1; } }
  @media only screen and (min-width: 980px) {
    .nav-primary li {
      text-align: center; } }
  @media only screen and (min-width: 980px) {
    .nav-primary li.view-all {
      display: none; } }
  .nav-primary a.level0 {
    font-weight: 500;
    display: block;
    padding: 0 6px; }
    @media only screen and (min-width: 980px) {
      .nav-primary a.level0 {
        position: relative;
        font-size: 10px; } }
    @media only screen and (min-width: 1083px) {
      .nav-primary a.level0 {
        font-size: 11px; } }
    .nav-primary a.level0:focus {
      background: transparent; }
  @media only screen and (min-width: 980px) {
    .nav-primary li.level1 a {
      border-bottom: 0;
      color: #FFFFFF;
      text-transform: none;
      text-align: left;
      padding: 10px 0; } }
  .nav-primary li.level1 a:focus {
    background: transparent; }
  @media only screen and (min-width: 980px) {
    .nav-primary > li.level0 {
      position: static; } }
  @media only screen and (min-width: 980px) {
    .nav-primary > li.level0.parent.menu-active > a:after {
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); } }
  @media only screen and (min-width: 980px) {
    .nav-primary > li.level0.first.parent.menu-active > a:after {
      left: calc(50% - 15px);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); } }
  @media only screen and (min-width: 980px) {
    .nav-primary > li.level0.last.parent.menu-active > a:after {
      left: calc(50% + 15px);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); } }
  @media only screen and (min-width: 980px) {
    .nav-primary li.parent.menu-active > a:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-right: 6px solid transparent;
      border-left: 6px solid transparent;
      border-bottom: 6px solid #231f20;
      border-top: none;
      position: absolute;
      bottom: -17px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); } }
  @media only screen and (min-width: 980px) {
    .nav-primary li.level0 {
      text-align: center;
      float: left; }
      .nav-primary li.level0 > a {
        padding: 17px 0; }
      .nav-primary li.level0.left-pipe:before {
        content: "|";
        float: left;
        line-height: 49px; } }
  @media only screen and (min-width: 980px) {
    .nav-primary li.level0:first-child {
      padding-left: 0; } }
  @media only screen and (min-width: 980px) {
    .nav-primary li.level0:last-child {
      padding-right: 0; } }
  @media only screen and (min-width: 1401px) {
    .nav-primary li.level0:last-child {
      float: right; } }
  .nav-primary a.level0.promotions {
    color: #e52f32; }
  @media only screen and (min-width: 980px) {
    .nav-primary li:last-child > a {
      border-bottom: none; } }
  @media only screen and (min-width: 980px) {
    .nav-primary.cms-block li:hover > a,
    .nav-primary li.level0:hover > a,
    .nav-primary li.level0:hover > a.level0.promotions {
      color: #231f20;
      text-decoration: none; } }
  @media only screen and (min-width: 980px) {
    .nav-primary .menu-active {
      z-index: 200; } }
  .nav-primary .menu-active ul.level0 ul {
    display: block; }
  @media only screen and (min-width: 980px) {
    .nav-primary li.level0 > ul {
      background: rgba(0, 0, 0, 0.9);
      position: absolute;
      left: 0;
      z-index: 10;
      width: 100%;
      top: 138px;
      display: none;
      /* Hide until displayed. */ } }
  @media only screen and (min-width: 980px) {
    .nav-primary li.level1 ul {
      left: 60px;
      top: 15px; } }
  @media only screen and (min-width: 980px) {
    .nav-primary li.level0 ul.level0.position-test {
      display: block; } }
  @media only screen and (min-width: 980px) {
    .nav-primary li.level0 ul.level0.spill {
      right: 0;
      left: auto; } }
  @media only screen and (min-width: 980px) {
    .nav-primary li.level0 ul.level0.spill li.level1 ul {
      left: auto;
      right: 50px;
      top: 20px; } }
  @media only screen and (min-width: 980px) {
    .nav-primary li.level0 li.parent > a {
      position: relative; } }
  @media only screen and (min-width: 980px) {
    .nav-primary li.level0 li.parent > a:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-left: 4px solid #ccc;
      border-right: none;
      right: 5px;
      top: 50%;
      margin-top: -3px; } }

.nav-primary li.menu-active > ul.level0 {
  display: block; }

@media only screen and (min-width: 980px) {
  .drop-list .column1,
  .drop-list .column2 {
    float: left;
    width: 50%; } }

/* ============================================ *
 * Search - Skip Link
 * ============================================ */
@media only screen and (min-width: 980px) {
  .skip-search {
    display: none; } }

/* ============================================ *
 * Search - Skip Content
 * ============================================ */
#header-search {
  display: block;
  padding: 0 5px 5px; }
  @media only screen and (min-width: 980px) {
    #header-search {
      position: absolute;
      top: 15px;
      right: 110px;
      width: 44.3%;
      height: 50px; } }

/* ============================================ *
 * Search Input
 * ============================================ */
#search_mini_form .input-box {
  position: relative;
  padding-top: 0; }

#search_mini_form label {
  display: none; }

#search_mini_form .icon-search {
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
  width: 43px;
  height: 40px;
  border: 0;
  background: none; }
  #search_mini_form .icon-search:before {
    color: #231f20;
    display: block;
    text-indent: 0;
    font-size: 23px;
    margin: -8px 0 0 -10px;
    -webkit-transition: color .25s ease;
    transition: color .25s ease; }
  #search_mini_form .icon-search span {
    font-size: 0; }
  #search_mini_form .icon-search:hover:before {
    color: #e52f32; }
  #search_mini_form .icon-search:active:before {
    color: #e52f32; }

#search {
  width: 100%;
  height: 40px;
  padding: 0 50px 0 20px;
  background-color: #FFFFFF;
  border: solid 1px #eeeeee; }
  @media only screen and (min-width: 980px) {
    #search {
      padding: 0 35px 0 25px; } }
  #search:focus {
    border: solid 1px #cccccc;
    outline: none; }
    #search:focus + button:before {
      color: #e52f32; }

.sbs_search_autocomplete_box_bottom, .sbs_autocomplete_message, .suggest_divider, .sbs_search_suggest_item_subtitle {
  display: none; }

#sbs_search_keyword_index_0 {
  border-top: 1px solid #DEE5E8; }

#sbs_search_autocomplete_box {
  left: 10px; }
  #sbs_search_autocomplete_box .suggested-item {
    font-size: 14px;
    font-weight: 400;
    color: #323232; }
    #sbs_search_autocomplete_box .suggested-item.selected {
      background-color: #f5f5f5;
      font-weight: 500; }

.search-autocomplete::before {
  display: none !important; }

@media (min-width: 980px) and (max-width: 1080px) {
  #anonymous_element_1 {
    width: calc( 44.3% - 11px) !important;
    right: 125px !important;
    left: auto !important; }
  #sbs_search_autocomplete_box {
    width: 100% !important; } }

@media only screen and (max-width: 979px) {
  #sbs_search_autocomplete_box {
    width: calc( 100% - 10px) !important;
    left: 5px !important; }
  #anonymous_element_1 {
    width: 100% !important;
    left: 0 !important; } }

/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
.skip-account {
  margin-left: 30%; }
  @media only screen and (min-width: 600px) {
    .skip-account {
      margin-left: 60%; } }
  @media only screen and (min-width: 980px) {
    .skip-account {
      float: right;
      width: auto;
      vertical-align: top;
      display: inline-block;
      padding: 0 0 0 5px;
      text-transform: uppercase;
      background: none;
      height: auto;
      line-height: 1.5;
      margin: 0; } }
  .skip-account.skip-active:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #eeeeee;
    border-top: none;
    position: absolute;
    bottom: 0; }
    @media only screen and (max-width: 979px) {
      .skip-account.skip-active:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); } }
    @media only screen and (min-width: 980px) {
      .skip-account.skip-active:after {
        left: 4px;
        bottom: -8px; } }
  @media only screen and (min-width: 980px) {
    .skip-account .label {
      padding: 0 0 0 5px;
      display: inline-block;
      font-weight: 400; } }

/* -------------------------------------------- *
 * Account Links
 */
#header-account {
  border: 1px solid #eee;
  border-top: none; }
  #header-account.skip-active {
    background: #FFFFFF; }
    @media only screen and (max-width: 979px) {
      #header-account.skip-active {
        top: 69px; } }
    @media only screen and (min-width: 980px) {
      #header-account.skip-active {
        display: block;
        position: absolute;
        z-index: 200;
        top: -8px;
        right: 32px;
        width: 336px; } }
  #header-account a {
    position: relative;
    display: block;
    padding: 5px 10px;
    line-height: 23px;
    text-align: center; }
    @media only screen and (min-width: 980px) {
      #header-account a {
        display: block;
        padding: 5px 10px;
        color: #231f20;
        line-height: 2; } }
    #header-account a:hover {
      color: #e52f32; }
      @media only screen and (min-width: 980px) {
        #header-account a:hover {
          color: #e52f32; } }
  #header-account h5,
  #header-account .welcome-msg {
    text-align: center;
    background-color: #eeeeee; }
  #header-account h5 {
    padding-top: 12px;
    margin-bottom: 0; }
  #header-account .login {
    padding: 21px 10px; }
    #header-account .login + .welcome-msg {
      padding: 0; }
  #header-account .welcome-msg {
    padding: 2px 0 7px;
    color: #636466; }
  #header-account .links a {
    color: #636466; }
    @media only screen and (min-width: 980px) {
      #header-account .links a {
        padding: 0 10px; } }
  @media only screen and (min-width: 980px) {
    #header-account .links .first a {
      padding: 0 10px; } }
  #header-account .links li {
    text-align: center;
    color: #636466; }
  #header-account .links a.new-users {
    text-decoration: underline;
    width: 100%;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      #header-account .links a.new-users {
        border: 0;
        text-transform: none; } }
    #header-account .links a.new-users:hover {
      text-decoration: none; }
  @media only screen and (min-width: 768px) {
    #header-account .links .first a {
      margin-top: 15px; } }
  #header-account .links .last {
    padding: 12px; }
  #header-account .links .button {
    display: block;
    text-align: center;
    background: #e52f32;
    color: #FFFFFF; }
    #header-account .links .button:hover {
      background: #d61b1e; }
    @media only screen and (min-width: 980px) {
      #header-account .links .button {
        margin-top: 15px;
        padding: 8px; } }

/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */
@media only screen and (min-width: 980px) {
  .skip-cart {
    width: auto;
    padding: 0; } }

.skip-cart .icon {
  display: block;
  color: #231f20; }

.skip-cart .label {
  color: #231f20; }
  @media only screen and (min-width: 980px) {
    .skip-cart .label {
      font-size: 12px;
      line-height: initial;
      padding-top: 3px; } }

@media only screen and (max-width: 979px) {
  #header-cart {
    clear: both; } }

@media only screen and (min-width: 980px) {
  #header-cart.skip-active {
    background: #FBFBFB;
    border: solid 1px #b1b1b1;
    display: block;
    position: absolute;
    z-index: 200;
    top: 70px;
    right: -3px;
    width: 320px;
    background: white;
    border: 0; } }

@media only screen and (max-width: 979px) {
  #header-cart.skip-active {
    top: 69px;
    overflow: visible; }
    #header-cart.skip-active:after {
      content: '';
      background-color: rgba(35, 31, 32, 0.7);
      position: absolute;
      width: 100%;
      height: 1000%; } }

/* -------------------------------------------- *
 * Skip Cart Notifier
 */
@media only screen and (min-width: 980px) {
  .skip-cart:hover {
    text-decoration: none; } }

.skip-cart .count {
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  z-index: 5;
  background: #e52f32;
  color: #FFFFFF;
  text-align: center;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  right: 10px; }
  @media only screen and (min-width: 480px) {
    .skip-cart .count {
      right: 20px; } }
  @media only screen and (max-width: 979px) {
    .skip-cart .count {
      top: 4px;
      font-size: 9px;
      width: 15px;
      height: 15px;
      line-height: 16px; } }
  @media only screen and (min-width: 980px) {
    .skip-cart .count {
      width: 18px;
      height: 18px;
      font-size: 11px;
      line-height: 1.75;
      top: -8px;
      right: -5px; } }
  .skip-cart .count.empty {
    display: none; }

.skip-cart.no-count .count {
  display: none; }

.skip-link.skip-active .count {
  color: white; }

@media only screen and (min-width: 980px) {
  .skip-cart .count,
  .skip-link.skip-active .count {
    color: #f5f5f5; } }

/* -------------------------------------------- *
 * Mini Cart - Empty
 */
.cart-menu .empty {
  padding: 20px;
  text-align: center; }

/* -------------------------------------------- *
 * Mini Cart - Full
 */
.cart-menu {
  /* Actions */
  /* Subtotal */
  /* Too full - additional items will be shown in cart */ }
  .cart-menu .actions {
    overflow: hidden;
    padding: 15px; }
    .cart-menu .actions .button {
      float: left;
      width: 48%; }
      .cart-menu .actions .button + .button {
        margin-left: 4%; }
  .cart-menu .subtotal {
    padding: 0 15px 15px;
    font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 24px;
    line-height: 1.2; }
  .cart-menu .last-added {
    padding: 10px 15px 15px;
    border-top: 1px solid #b1b1b1;
    font-size: 13px; }

/* List */
.mini-cart-list {
  margin-bottom: 5px; }
  .mini-cart-list li {
    position: relative;
    min-height: 90px;
    padding: 15px 15px 15px 90px;
    border-top: 1px solid #b1b1b1;
    font-size: 13px;
    line-height: 1.35; }
  .mini-cart-list .product-name {
    display: inline-block; }
  .mini-cart-list .product-image {
    position: absolute;
    left: 15px;
    top: 15px; }
    .mini-cart-list .product-image img {
      width: 60px;
      height: 60px; }
  .mini-cart-list .has-options {
    margin-bottom: 0;
    color: #636466;
    font-size: 12px; }

.header-help-wrapper {
  border-top: 1px solid #ededed;
  padding: 7px 16px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .header-help-wrapper {
      padding: 16px; } }
  @media only screen and (min-width: 980px) {
    .header-help-wrapper {
      border: 0;
      float: right;
      padding: 27px 0px;
      text-align: right; } }
  @media only screen and (min-width: 450px) {
    .header-help-wrapper .links {
      display: inline-block; } }
  .header-help-wrapper .links a {
    color: #848a9c;
    font-size: 16px;
    text-decoration: underline; }
    .header-help-wrapper .links a:hover {
      text-decoration: none; }
  @media only screen and (min-width: 450px) {
    .header-help-wrapper li.last:after {
      content: '|';
      padding-left: 12px;
      margin-right: 10px;
      color: #848a9c; } }
  @media only screen and (max-width: 979px) {
    .header-help-wrapper .header-help,
    .header-help-wrapper .links li a {
      font-size: 12px; } }
  @media only screen and (min-width: 768px) {
    .header-help-wrapper .header-help,
    .header-help-wrapper .links li a {
      font-size: 16px; } }
  .header-help-wrapper .header-help {
    color: #636466;
    display: inline-block; }

/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
.footer,
.footer button {
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif; }

@media only screen and (max-width: 979px) {
  .no-touch .footer .cms-mobile-nav ul.level0 a:hover {
    background: #363636; } }

@media only screen and (min-width: 980px) {
  .no-touch .footer .cms-mobile-nav ul.level0 a:hover {
    text-decoration: underline; } }

.footer {
  clear: both;
  max-width: 1084px;
  margin: 0 auto;
  /* -------------------------------------------- *
     * Social icons
     */ }
  @media only screen and (min-width: 980px) {
    .footer {
      padding: 25px 32px 35px; } }
  @media only screen and (min-width: 1020px) {
    .footer {
      padding: 25px 32px 50px; } }
  .footer:after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (max-width: 979px) {
    .footer .cms-mobile-nav {
      clear: both;
      background: #f5f5f5;
      border-color: #FFFFFF; } }
  @media only screen and (min-width: 980px) {
    .footer .cms-mobile-nav {
      display: block;
      float: left;
      width: 25%;
      margin-bottom: 32px; } }
  @media only screen and (min-width: 1020px) {
    .footer .cms-mobile-nav {
      width: 16.5%; } }
  .footer .cms-mobile-nav:first-of-type {
    border-color: #FFFFFF; }
  .footer .cms-mobile-nav a {
    font-size: 12px;
    text-decoration: none; }
  .footer .cms-mobile-nav li.level0 {
    text-align: left;
    width: 100%; }
    @media only screen and (min-width: 980px) {
      .footer .cms-mobile-nav li.level0.menu-active a:after {
        content: none; } }
  .footer .cms-mobile-nav li.level0 > a {
    text-transform: uppercase;
    color: #231f20;
    font-weight: 600; }
    @media only screen and (max-width: 979px) {
      .footer .cms-mobile-nav li.level0 > a {
        padding-left: 16px; } }
    @media only screen and (min-width: 980px) {
      .footer .cms-mobile-nav li.level0 > a {
        padding: 0 0 7px;
        display: block; } }
    @media only screen and (min-width: 767px) {
      .footer .cms-mobile-nav li.level0 > a:hover {
        cursor: default; } }
    @media only screen and (max-width: 979px) {
      .footer .cms-mobile-nav li.level0 > a:hover {
        background: none; } }
  @media only screen and (min-width: 980px) {
    .footer .cms-mobile-nav li.level0 > ul {
      display: block;
      position: static;
      background: none;
      padding-right: 20px;
      min-height: 0; } }
  .footer .cms-mobile-nav li.level0 > ul li {
    text-align: left; }
    @media only screen and (min-width: 980px) {
      .footer .cms-mobile-nav li.level0 > ul li {
        padding: 7px 0; } }
  .footer .cms-mobile-nav li.level0 > ul a {
    text-transform: none;
    color: #636466; }
    @media only screen and (max-width: 979px) {
      .footer .cms-mobile-nav li.level0 > ul a {
        background: #231f20;
        color: #FFFFFF;
        border-bottom: 1px solid #FFFFFF; } }
  .footer .block-title {
    border-bottom: 0;
    padding: 3px 0; }
  .footer .block-title strong {
    font-weight: 700;
    font-size: 12px; }
  .footer .block-title,
  .footer address {
    color: #231f20; }
  .footer .links {
    float: left;
    width: 17%;
    padding: 0 32px 0 0;
    margin-bottom: 32px; }
    @media only screen and (max-width: 1019px) {
      .footer .links {
        width: 22.65625%;
        padding-right: 0;
        margin-right: 3.125%; } }
    @media only screen and (max-width: 599px) {
      .footer .links {
        width: 48.4375%;
        margin-right: 0; } }
    @media only screen and (max-width: 1019px) {
      .footer .links:nth-child(4) {
        margin-right: 0; } }
    @media only screen and (max-width: 599px) {
      .footer .links:nth-child(odd) {
        margin-right: 3.125%;
        clear: both; } }
    .footer .links li {
      word-break: break-all;
      line-height: 1.4;
      padding: 4px 0; }
    .footer .links a {
      color: #231f20; }
      .footer .links a:hover {
        color: #e52f32; }
  .footer .block-subscribe {
    margin: 20px auto;
    width: 100%;
    max-width: 330px;
    clear: both; }
    @media only screen and (max-width: 979px) {
      .footer .block-subscribe {
        text-align: center;
        padding: 0 16px; } }
    @media only screen and (min-width: 980px) {
      .footer .block-subscribe {
        width: 32.5%;
        border: 3px solid #d4d2d2;
        padding: 16px 25px 20px;
        margin: 0 auto; } }
    @media only screen and (min-width: 1020px) {
      .footer .block-subscribe {
        clear: none;
        margin: 0;
        float: right; } }
    .footer .block-subscribe .block-title {
      text-transform: uppercase;
      border: 0; }
      @media only screen and (max-width: 979px) {
        .footer .block-subscribe .block-title {
          display: none; } }
    .footer .block-subscribe h6 {
      text-transform: none;
      font-weight: 700; }
      @media only screen and (max-width: 979px) {
        .footer .block-subscribe h6 {
          max-width: 85%;
          margin: 0 auto; } }
  .footer .links,
  .footer .block-subscribe {
    font-size: 12px; }
  .footer .form-subscribe-header {
    display: none; }
  @media only screen and (max-width: 1019px) {
    .footer .footer-social-cms {
      text-align: center;
      padding: 16px 16px 32px; } }
  @media only screen and (min-width: 1020px) {
    .footer .footer-social-cms {
      float: right;
      width: 32%;
      padding-top: 20px; } }
  .footer .footer-social-cms h6 {
    font-weight: 700;
    margin-bottom: 20px; }
  .footer .footer-social-cms li {
    display: inline-block; }
    @media only screen and (min-width: 980px) {
      .footer .footer-social-cms li:last-child a {
        margin-right: 0; } }
    .footer .footer-social-cms li a {
      font-size: 0;
      display: block;
      height: 40px;
      width: 40px;
      border-radius: 50%;
      color: #FFFFFF;
      padding: 20px 12px;
      background: #e52f32;
      line-height: 0;
      margin-right: 20px;
      -webkit-transition: background .25s ease;
      transition: background .25s ease; }
      @media only screen and (max-width: 979px) {
        .footer .footer-social-cms li a {
          margin: 0 7px; } }
      .footer .footer-social-cms li a:before {
        font-size: 20px; }
      .footer .footer-social-cms li a:hover {
        text-decoration: none;
        background: #231f20; }
  .footer .block-subscribe .input-box {
    float: left;
    width: 62%;
    padding-top: 0; }
  .footer .block-subscribe .input-text {
    width: 100%;
    height: 45px;
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    color: #000000; }
    .footer .block-subscribe .input-text:focus {
      border-color: transparent; }
  .footer .block-subscribe .block-content {
    padding-top: 7px; }
    @media only screen and (max-width: 767px) {
      .footer .block-subscribe .block-content {
        padding-top: 15px; } }
    .footer .block-subscribe .block-content:after {
      content: '';
      display: table;
      clear: both; }
  .footer .block-subscribe .actions {
    float: left;
    width: 38%;
    margin: 0; }
  .footer .block-subscribe .actions .button {
    height: 45px;
    padding: 0;
    background: #FFFFFF;
    color: #e52f32;
    width: 100%; }
    .footer .block-subscribe .actions .button > span {
      padding-right: 7px; }
    .footer .block-subscribe .actions .button:after {
      content: "";
      font-family: "icomoon";
      position: relative;
      top: 1px;
      right: 0px;
      font-size: 11px; }
    .footer .block-subscribe .actions .button:hover {
      background: #e52f32;
      color: #FFFFFF; }
  .footer .bugs,
  .footer address {
    clear: both; }
  .footer .bugs {
    display: none; }
  .footer .form-language,
  .footer .currency-switcher,
  .footer .store-switcher {
    clear: both;
    margin-bottom: 10px; }
  .footer .form-language,
  .footer .currency-switcher {
    display: none; }
    @media only screen and (max-width: 767px) {
      .footer .form-language,
      .footer .currency-switcher {
        display: block; } }

.footer-top {
  background: #FFFFFF;
  border-top: 1px solid #ededed; }
  @media only screen and (min-width: 768px) {
    .footer-top {
      padding: 16px 0; } }
  @media only screen and (min-width: 980px) {
    .footer-top {
      border-bottom: 1px solid #ededed; } }
  .footer-top:after {
    content: '';
    display: table;
    clear: both; }
  .footer-top ul > li {
    border-bottom: 1px solid #ededed;
    position: relative;
    padding: 13px 20px; }
    @media only screen and (min-width: 768px) {
      .footer-top ul > li {
        padding: 16px;
        float: left;
        border-right: 1px solid #ededed;
        border-bottom: 0;
        text-align: center;
        width: 20%;
        min-height: 130px; } }
    @media only screen and (min-width: 980px) {
      .footer-top ul > li {
        padding: 16px 0 16px 10px;
        width: 18%;
        min-height: auto; } }
    .footer-top ul > li:last-child {
      border-right: 0; }
    @media only screen and (min-width: 980px) {
      .footer-top ul > li:first-child {
        padding-left: 0; } }
    @media only screen and (min-width: 980px) {
      .footer-top ul > li:last-child {
        padding-left: 20px; } }
    @media only screen and (min-width: 980px) {
      .footer-top ul > li.events-icon {
        width: 16%; } }
    @media only screen and (min-width: 980px) {
      .footer-top ul > li.demos-icon {
        width: 19%; } }
    @media only screen and (min-width: 980px) {
      .footer-top ul > li.club-icon, .footer-top ul > li.gift-card-icon {
        width: 22%; } }
    @media only screen and (min-width: 980px) {
      .footer-top ul > li.zone-icon {
        width: 21%; } }
    @media only screen and (min-width: 980px) {
      .footer-top ul > li.zone-icon span {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .footer-top ul > li img {
        height: 35px;
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); } }
    @media only screen and (max-width: 979px) {
      .footer-top ul > li img {
        padding-left: 10px; } }
    @media only screen and (min-width: 768px) {
      .footer-top ul > li img {
        display: inline-block;
        vertical-align: middle;
        height: 50px;
        margin: 0 auto 20px; } }
    @media only screen and (min-width: 980px) {
      .footer-top ul > li img {
        margin: 0; } }
    .footer-top ul > li span {
      font-weight: 500;
      text-align: left;
      line-height: 1.25; }
      @media only screen and (min-width: 768px) {
        .footer-top ul > li span {
          display: inline-block;
          padding-left: 0;
          margin: 0 auto;
          width: 100%;
          text-align: center; } }
      @media only screen and (min-width: 980px) {
        .footer-top ul > li span {
          padding-left: 7px;
          text-align: left;
          vertical-align: middle;
          width: 60%;
          margin: 0; } }
    @media only screen and (min-width: 768px) {
      .footer-top ul > li span > span {
        display: block;
        width: 100%;
        padding: 0; } }
    .footer-top ul > li a {
      display: block;
      color: #636466; }
      @media only screen and (max-width: 767px) {
        .footer-top ul > li a {
          width: 100%;
          overflow: hidden; } }
      @media only screen and (min-width: 768px) {
        .footer-top ul > li a {
          font-size: 16px; } }
      .footer-top ul > li a:hover {
        text-decoration: none;
        color: #b1b1b1; }

.footer-bottom {
  background-color: #231f20;
  font-size: 12px;
  padding: 32px 0; }
  @media only screen and (max-width: 1019px) {
    .footer-bottom {
      padding: 20px 16px;
      text-align: center; } }
  .footer-bottom a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: underline; }
    .footer-bottom a:hover {
      text-decoration: none; }
  .footer-bottom address {
    clear: both;
    color: rgba(255, 255, 255, 0.65);
    padding-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .footer-bottom address {
        width: 50%;
        margin: 0 auto; } }
    @media only screen and (min-width: 1020px) {
      .footer-bottom address {
        float: left;
        padding-bottom: 0; } }
    @media only screen and (min-width: 1050px) {
      .footer-bottom address {
        width: auto; } }

@media only screen and (min-width: 1020px) {
  .cms-terms-container {
    float: right; } }

.cms-terms-container li {
  display: inline-block;
  padding-left: 5px;
  color: rgba(255, 255, 255, 0.65); }
  .cms-terms-container li:before {
    content: '|';
    padding-right: 8px; }
  .cms-terms-container li:first-child:before {
    content: none; }

@media only screen and (max-width: 767px) {
  .footer-top-container {
    padding: 0; } }

.footer > .footer-top-container,
.footer > .cms-terms-container {
  display: none; }

/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
@media only screen and (max-width: 768px) {
  .note-msg {
    padding-left: 16px; } }

.category-title h1,
body.catalogsearch-result-index .page-title h1 {
  border-bottom: none; }

.category-image {
  margin-bottom: 1.5em; }

.category-promo-image img.mobile {
  display: none; }

@media screen and (max-width: 599px) {
  .category-promo-image img.mobile {
    display: block; }
  .category-promo-image img:not(.mobile) {
    display: none; } }

@media only screen and (max-width: 767px) {
  .catalogsearch-result-index .main-container {
    padding: 20px 0 0; } }

@media only screen and (min-width: 980px) {
  .catalog-category-view .col2-left-layout .col-main {
    margin-bottom: 100px; } }

@media only screen and (max-width: 979px) {
  .catalog-category-view .col2-left-layout .col-main {
    padding: 0;
    margin-bottom: 20px;
    position: relative; } }

.catalog-category-view .category-banner-bottom .mobile {
  display: none; }

@media screen and (max-width: 767px) {
  .catalog-category-view .category-banner-bottom img:not(.mobile) {
    display: none; }
  .catalog-category-view .category-banner-bottom .mobile {
    display: block; } }

@media only screen and (max-width: 767px) {
  .catalog-category-view .content-wrap {
    padding: 0; } }

.catalog-category-view .main-container {
  padding: 0; }

@media only screen and (min-width: 980px) {
  .catalog-category-view .main-container.sticky-nav {
    padding-top: 80px; } }

.catalog-category-view .category-products {
  position: static !important; }

.catalog-category-view .category-left-banner {
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .catalog-category-view .category-left-banner img {
      margin: 0 auto; } }

.catalog-category-view .category-banner-bottom {
  width: 100%; }
  .catalog-category-view .category-banner-bottom img {
    width: 100%;
    height: auto; }

.attributenav-index-view .col2-left-layout .content-wrapper,
.catalog-category-view .col2-left-layout .content-wrapper {
  max-width: 1084px;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .attributenav-index-view .col2-left-layout .content-wrapper,
    .catalog-category-view .col2-left-layout .content-wrapper {
      padding: 0 16px; } }
  @media only screen and (min-width: 980px) {
    .attributenav-index-view .col2-left-layout .content-wrapper,
    .catalog-category-view .col2-left-layout .content-wrapper {
      padding: 0 32px; } }

.attributenav-index-view .col2-left-layout.main-container,
.catalog-category-view .col2-left-layout.main-container {
  max-width: 100%; }

.attributenav-index-view .category-title,
.catalog-category-view .category-title {
  padding: 0 32px;
  margin: 0 auto;
  max-width: 1084px; }
  @media only screen and (max-width: 979px) {
    .attributenav-index-view .category-title,
    .catalog-category-view .category-title {
      padding: 0 16px;
      width: 100%;
      margin: 16px 0; } }

.products-list .action .button,
.products-grid .actions .button {
  white-space: normal; }

/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  font-size: 16px;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.4; }
  h2.product-name a,
  h3.product-name a,
  h4.product-name a,
  h5.product-name a,
  p.product-name a {
    color: #231f20; }
    h2.product-name a:hover,
    h3.product-name a:hover,
    h4.product-name a:hover,
    h5.product-name a:hover,
    p.product-name a:hover {
      text-decoration: underline; }

.products-grid .product-name,
.products-list .product-name {
  margin-bottom: 5px; }
  .products-grid .product-name a,
  .products-list .product-name a {
    font-weight: 700;
    display: block;
    line-height: 1.25; }
    @media only screen and (max-width: 599px) {
      .products-grid .product-name a,
      .products-list .product-name a {
        font-size: 14px; } }

.products-grid h3.brand,
.products-grid .product-name,
.products-grid .price-box {
  padding: 0 10px 0 16px; }
  @media only screen and (max-width: 599px) {
    .products-grid h3.brand,
    .products-grid .product-name,
    .products-grid .price-box {
      padding-left: 10px; } }

.products-grid h3.brand {
  margin: 0;
  font-size: 12px; }
  @media only screen and (max-width: 767px) {
    .products-grid h3.brand {
      font-size: 9px; } }

.creative-project-name {
  text-align: center; }

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .products-grid {
      padding: 0 16px; } }

.products-grid:after {
  content: '';
  display: table;
  clear: both; }

.products-grid > li {
  position: relative;
  margin-bottom: 30px;
  text-align: center; }
  .products-grid > li:after {
    content: '';
    display: table;
    clear: both; }
  .products-grid > li.wide-ad {
    width: 100%;
    margin-right: 0; }
  .products-grid > li.standard-ad {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-position: center center;
    background-size: cover; }
    .products-grid > li.standard-ad img {
      position: absolute;
      z-index: 1;
      max-width: 100%; }
  .products-grid > li .ad-image {
    max-width: 100%; }

.products-grid .product-image {
  width: 100%;
  padding-bottom: 20px;
  background: #ededed;
  margin-bottom: 0; }
  .products-grid .product-image:before, .products-grid .product-image:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none; }
  .products-grid .product-image:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2; }
  .products-grid .product-image:after {
    background-image: url("https://www.deserres.ca/skin/frontend/deserres/default/images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3; }
  .products-grid .product-image.loading {
    position: relative; }
    .products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
      display: block; }

.products-grid .product-image img {
  width: 100%;
  height: auto; }
  .products-grid .product-image img:hidden {
    display: none; }

.widget-new-products .products-grid .product-image {
  width: 75%;
  margin-bottom: 15px;
  margin-left: 10%; }

.products-grid .product-info {
  position: relative;
  background: #ededed;
  padding-bottom: 125px; }
  .products-grid .product-info.creative-list {
    padding-bottom: 80px; }

.products-grid .actions {
  padding-top: 10px;
  position: absolute;
  bottom: 0px;
  min-height: 115px;
  width: 100%; }
  .products-grid .actions .shop-arrow {
    font-size: 14px;
    position: absolute;
    bottom: 8px;
    right: 10px; }
    @media only screen and (max-width: 767px) {
      .products-grid .actions .shop-arrow {
        font-size: 11px; } }
    @media only screen and (max-width: 767px) {
      .products-grid .actions .shop-arrow:after {
        font-size: 15px;
        padding-left: 5px; } }
  .products-grid .actions.creative {
    min-height: 60px; }
  .products-grid .actions .shop-arrow.creative {
    position: static;
    text-align: center; }

.products-grid .ratings .rating-box {
  margin: 0 auto; }

.products-grid .ratings .amount {
  display: none; }

.products-grid .price-box {
  color: #636466;
  font-size: 13px;
  margin: 10px 0 0; }
  @media only screen and (max-width: 767px) {
    .products-grid .price-box {
      font-size: 14px; } }
  .products-grid .price-box .special-price .price {
    font-size: 18px; }
    @media only screen and (max-width: 767px) {
      .products-grid .price-box .special-price .price {
        font-size: 14px; } }
  .products-grid .price-box .old-price {
    padding-top: 6px; }
    .products-grid .price-box .old-price .price {
      font-size: 12px; }
      @media only screen and (max-width: 767px) {
        .products-grid .price-box .old-price .price {
          font-size: 9px; } }

.products-grid .add-to-links {
  margin-bottom: 0; }

/* Config: Two columns + flexible gutter */
.products-grid > li {
  float: left;
  width: 47.72727%;
  margin-right: 4.54545%;
  text-align: left; }

.products-grid > li:nth-child(odd) {
  clear: left; }

.products-grid > li:nth-child(even) {
  margin-right: 0; }

/* Config: Three columns + flexible gutter */
.products-grid {
  /* Undo two-column config */
  /* Set three-column config */ }
  @media only screen and (min-width: 480px) {
    .products-grid > li:nth-child(odd) {
      clear: none; } }
  @media only screen and (min-width: 480px) {
    .products-grid > li:nth-child(even) {
      margin-right: 2.02605%; } }
  @media only screen and (min-width: 480px) {
    .products-grid > li {
      width: 31.98263%;
      margin-right: 2.02605%; } }
  @media only screen and (min-width: 480px) {
    .products-grid > li:nth-child(3n+1) {
      clear: left; } }
  @media only screen and (min-width: 480px) {
    .products-grid > li:nth-child(3n) {
      margin-right: 0; } }

@media only screen and (min-width: 980px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-4-col > li:nth-child(odd) {
    clear: none; }
  .products-grid--max-4-col > li:nth-child(3n+1) {
    clear: none; }
  .products-grid--max-4-col > li:nth-child(even),
  .products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 1.52838%; }
  /* Set column config */
  .products-grid--max-4-col > li {
    margin-right: 1.52838%; }
  .products-grid--max-4-col > li {
    width: 23.85371%;
    margin-right: 1.52838%; }
  .products-grid--max-4-col > li:nth-child(4n+1) {
    clear: left; }
  .products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0; }
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-5-col > li:nth-child(odd) {
    clear: none; }
  .products-grid--max-5-col > li:nth-child(3n+1) {
    clear: none; }
  .products-grid--max-5-col > li:nth-child(even),
  .products-grid--max-5-col > li:nth-child(3n) {
    margin-right: 1.52838%; }
  /* Set column config */
  .products-grid--max-5-col > li {
    margin-right: 1.52838%; }
  .products-grid--max-5-col > li {
    width: 18.77729%;
    margin-right: 1.52838%; }
  .products-grid--max-5-col > li:nth-child(5n+1) {
    clear: left; }
  .products-grid--max-5-col > li:nth-child(5n) {
    margin-right: 0; }
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-6-col > li:nth-child(odd) {
    clear: none; }
  .products-grid--max-6-col > li:nth-child(3n+1) {
    clear: none; }
  .products-grid--max-6-col > li:nth-child(even),
  .products-grid--max-6-col > li:nth-child(3n) {
    margin-right: 1.52838%; }
  /* Set column config */
  .products-grid--max-6-col > li {
    margin-right: 1.52838%; }
  .products-grid--max-6-col > li {
    width: 15.39301%;
    margin-right: 1.52838%; }
  .products-grid--max-6-col > li:nth-child(6n+1) {
    clear: left; }
  .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0; } }

/* ============================================ *
 * Product List
 * ============================================ */
.products-list {
  margin-top: 20px;
  margin-bottom: 20px; }
  .products-list > li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee; }
    .products-list > li:after {
      content: '';
      display: table;
      clear: both; }
    .products-list > li .product-image {
      float: left;
      width: 33.33333%; }
      .products-list > li .product-image img {
        width: 100%;
        max-width: 100%; }
  .products-list > li:last-child {
    padding-bottom: 0;
    border-bottom: none; }

.products-grid .price-box p {
  margin-bottom: 0; }

.products-list .product-shop {
  float: right;
  width: 66.66667%;
  padding-left: 20px; }
  .products-list .product-shop .product-name {
    margin-bottom: 0; }
  .products-list .product-shop .ratings {
    margin: 0; }
    .products-list .product-shop .ratings .rating-box,
    .products-list .product-shop .ratings .rating-links {
      float: left;
      margin-right: 7px; }
    .products-list .product-shop .ratings .rating-links {
      margin-top: 4px; }
  .products-list .product-shop .price-box {
    margin-top: 0; }
  .products-list .product-shop .price-box .price {
    font-size: 18px; }
  .products-list .product-shop .action {
    margin: 7px 0; }
  .products-list .product-shop .desc {
    margin-top: 7px; }
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 65%;
    overflow: hidden; }
  .products-list .product-shop .product-secondary {
    float: right;
    width: 35%;
    text-align: right;
    clear: right; }

@media only screen and (min-width: 480px) {
  .products-list .product-name a {
    font-size: 18px; } }

@media only screen and (max-width: 1279px) {
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 60%;
    padding-right: 20px; } }

@media only screen and (max-width: 1279px) {
  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%; } }

@media only screen and (max-width: 600px) {
  .products-list .product-shop .price-box .special-price {
    padding-left: 0; } }

@media only screen and (max-width: 600px) {
  .products-list .product-shop .product-primary,
  .products-list .product-shop .product-secondary,
  .products-list .product-shop .desc {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: left; } }

/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-image {
  float: left;
  min-width: 60px; }
  @media only screen and (min-width: 980px) {
    .mini-products-list .product-image {
      width: 70px; } }

.mini-products-list .color-name {
  font-weight: normal; }

.mini-products-list .product-details {
  margin-left: 80px; }
  @media only screen and (min-width: 980px) {
    .mini-products-list .product-details {
      margin-left: 90px; } }

.mini-products-list .product-details .product-name {
  line-height: 1.2;
  display: block;
  font-size: 12px; }
  .mini-products-list .product-details .product-name a {
    display: block;
    font-size: 12px; }

.mini-products-list .details-left {
  float: left;
  width: 65%; }

.mini-products-list li {
  margin-bottom: 10px;
  clear: both; }
  .mini-products-list li:after {
    content: '';
    display: table;
    clear: both; }

.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both; }

.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0; }
  .mini-products-images-list li.item:nth-child(even) {
    padding-right: 0;
    padding-left: 5px; }
  .mini-products-images-list li.item .product-image {
    display: block; }
    .mini-products-images-list li.item .product-image img {
      width: 100%;
      max-width: 100%; }

/* ============================================ *
 * Catalog - List
 * ============================================ */
.cms-page-banner,
.category-banner {
  background-color: #ededed;
  position: relative;
  margin-bottom: 20px;
  float: left;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .cms-page-banner,
    .category-banner {
      margin-bottom: 60px; } }

.category-banner-image {
  max-width: 1084px;
  margin: 0 auto;
  padding: 16px 32px 0; }
  .category-banner-image img {
    max-width: 100%; }

.cms-banner-image,
.category-image {
  margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .cms-banner-image,
    .category-image {
      width: 51%;
      display: inline-block;
      vertical-align: middle; } }
  .cms-banner-image img,
  .category-image img {
    width: 100%;
    max-width: 100%; }
    .cms-banner-image img:hidden,
    .category-image img:hidden {
      display: none; }

.catalog-category-view:not(.category-view-landing) .category-banner {
  display: none; }

.cms-banner-description,
.category-description {
  padding: 20px 16px;
  background: #ededed;
  text-align: center;
  color: #636466;
  font-size: 16px; }
  @media only screen and (min-width: 768px) {
    .cms-banner-description,
    .category-description {
      width: 48%;
      display: inline-block;
      vertical-align: middle; } }
  @media only screen and (min-width: 1020px) {
    .cms-banner-description,
    .category-description {
      padding: 0 70px; } }
  .cms-banner-description h3,
  .category-description h3 {
    font-size: 24px; }
    @media only screen and (max-width: 767px) {
      .cms-banner-description h3,
      .category-description h3 {
        font-size: 18px; } }
  .cms-banner-description p,
  .category-description p {
    color: #636466;
    font-size: 16px;
    margin-bottom: 0; }

.category-cms-block {
  padding: 0;
  margin: 0 auto;
  max-width: 1084px; }
  @media only screen and (min-width: 768px) {
    .category-cms-block {
      padding: 16px 32px 0; } }
  .category-cms-block img {
    max-width: 100%; }
    .category-cms-block img.mobile {
      display: none; }
    @media only screen and (max-width: 767px) {
      .category-cms-block img {
        display: none; }
        .category-cms-block img.mobile {
          display: block; } }
  .category-cms-block img + .banner-multi,
  .category-cms-block a + .banner-multi,
  .category-cms-block .banner-multi + .banner-multi {
    margin-top: 8px; }
  .category-cms-block .banner-multi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .category-cms-block .banner-multi img {
      width: 100%; }
    .category-cms-block .banner-multi__half {
      width: 50%; }
      .category-cms-block .banner-multi__half:first-of-type {
        margin-right: 4px; }
      .category-cms-block .banner-multi__half:last-of-type {
        margin-left: 4px; }
      @media only screen and (max-width: 599px) {
        .category-cms-block .banner-multi__half {
          margin-bottom: 8px;
          width: 100%; }
          .category-cms-block .banner-multi__half:first-of-type {
            margin-right: 0; }
          .category-cms-block .banner-multi__half:last-of-type {
            margin-left: 0; } }
    @media only screen and (max-width: 599px) {
      .category-cms-block .banner-multi {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.block-layered-nav .block-subtitle--filter {
  display: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 0px;
  padding: 11px 0;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .block-layered-nav .block-subtitle--filter {
      text-align: center;
      text-transform: none; } }
  .block-layered-nav .block-subtitle--filter span {
    position: relative; }
  .block-layered-nav .block-subtitle--filter:hover {
    background-color: shade(#F4F4F4, 3%); }

.block-layered-nav .block-content {
  position: relative; }
  .block-layered-nav .block-content .toggle-tabs {
    display: none; }
  .block-layered-nav .block-content dl > dt {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-bottom: 0px;
    padding: 11px 0;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    display: block; }
    @media only screen and (max-width: 767px) {
      .block-layered-nav .block-content dl > dt {
        text-align: center;
        text-transform: none; } }
    .block-layered-nav .block-content dl > dt span {
      position: relative; }
    .block-layered-nav .block-content dl > dt:hover {
      background-color: shade(#F4F4F4, 3%); }
  .block-layered-nav .block-content dl > dd:last-child {
    border-width: 0 1px 1px 1px; }

@media only screen and (min-width: 768px) {
  .block-layered-nav dl dd {
    margin-bottom: 10px; } }

.block-layered-nav dl dd ol > li {
  display: block;
  font-size: 12px;
  color: #636466; }
  @media only screen and (max-width: 767px) {
    .block-layered-nav dl dd ol > li {
      padding: 15px 20px; } }
  @media only screen and (min-width: 768px) {
    .block-layered-nav dl dd ol > li {
      margin-bottom: 20px; } }
  .block-layered-nav dl dd ol > li > a,
  .block-layered-nav dl dd ol > li > span {
    color: #636466; }

@media only screen and (min-width: 768px) {
  .block-layered-nav .block-content > dl > dt:after {
    display: none; } }

@media only screen and (max-width: 767px) {
  .sidebar .block.block-layered-nav {
    border-bottom: none; } }

@media only screen and (max-width: 767px) {
  .block-layered-nav--no-filters .block-title {
    display: none; } }

@media only screen and (max-width: 767px) {
  .block-layered-nav .block-content {
    position: absolute;
    z-index: 8;
    width: 100%; }
    .block-layered-nav .block-content dl > dt {
      cursor: pointer;
      border-bottom-width: 0;
      text-align: left;
      text-transform: uppercase;
      background: #f5f5f5;
      padding: 12px 20px;
      border: 1px solid #d4d2d2;
      margin-top: 10px; }
      .block-layered-nav .block-content dl > dt.has-active-filter span:after {
        content: "";
        font-family: "icomoon";
        font-size: 15px;
        color: #00aeef;
        padding-left: 5px; }
      .block-layered-nav .block-content dl > dt:after {
        content: "";
        font-family: "icomoon";
        right: 20px;
        position: absolute; }
      .block-layered-nav .block-content dl > dt.last {
        border-bottom-width: 1px; }
    .block-layered-nav .block-content dl > dd {
      display: none; }
    .block-layered-nav .block-content.accordion-open dl > dt.current {
      border-bottom-width: 1px; }
    .block-layered-nav .block-content.accordion-open dl > dt.current:after {
      content: ""; }
    .block-layered-nav .block-content.accordion-open dl > dd.current {
      display: block;
      margin: 0; } }

@media only screen and (max-width: 767px) {
  .block-layered-nav .block-subtitle--filter {
    border: 1px solid #d4d2d2;
    margin-bottom: 0;
    display: block;
    color: #363636;
    width: 50%; }
    .block-layered-nav .block-subtitle--filter.active {
      background-color: #363636;
      color: #FFFFFF; } }

@media only screen and (max-width: 767px) {
  .block-layered-nav .block-subtitle--filter.has-filter {
    background-color: #f5f5f5; }
    .block-layered-nav .block-subtitle--filter.has-filter:before {
      content: "";
      font-family: "icomoon";
      color: #00aeef;
      font-size: 15px;
      padding-right: 5px;
      line-height: 1; } }

.block-layered-nav .block-subtitle--filter.has-filter.active {
  background-color: #231f20; }
  .block-layered-nav .block-subtitle--filter.has-filter.active:before {
    color: #231f20; }

.block-layered-nav .block-subtitle--filter span:after {
  content: '+';
  font-size: 24px;
  padding-left: 5px;
  line-height: 0;
  position: relative;
  top: 3px; }

.block-layered-nav .block-subtitle--filter.active span:after {
  content: '_';
  top: -8px; }

@media only screen and (max-width: 767px) {
  .block-layered-nav .block-title {
    display: none; } }

.narrow-by-list {
  clear: left;
  background-color: #FFFFFF; }
  @media only screen and (max-width: 767px) {
    .narrow-by-list {
      border-bottom: 1px solid #d4d2d2;
      padding: 10px 16px 20px; } }

@media only screen and (max-width: 767px) {
  #narrow-by-list,
  #narrow-by-list2 {
    position: absolute;
    z-index: 2;
    width: 100%;
    background: #FFFFFF;
    border-bottom: 1px solid #d4d2d2;
    padding: 25px 16px 40px; } }

@media only screen and (max-width: 767px) {
  .block-layered-nav dl ol > li {
    border: 1px solid #d4d2d2;
    border-width: 0 1px 1px; } }

@media only screen and (max-width: 767px) {
  .block-layered-nav dl ol > li:hover {
    text-decoration: none;
    background: shade(#F4F4F4, 3%); } }

@media only screen and (max-width: 767px) {
  .block-layered-nav .state-container .actions {
    margin-bottom: 25px; } }

@media only screen and (min-width: 768px) {
  .block-layered-nav .state-container {
    background-color: #ededed;
    padding: 24px 24px;
    margin: 20px 0; } }

.block-layered-nav .currently:after {
  content: '';
  display: table;
  clear: both; }

@media only screen and (max-width: 767px) {
  .block-layered-nav .currently {
    margin-top: 10px; } }

.block-layered-nav .currently .block-subtitle {
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .block-layered-nav .currently .block-subtitle {
      display: none;
      margin: 0;
      margin-bottom: 10px;
      color: #231f20;
      font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
      font-size: 28px;
      font-style: normal;
      font-weight: 700;
      line-height: 1.25;
      text-rendering: optimizeSpeed; } }
  @media only screen and (max-width: 767px) and (max-width: 767px) {
    .block-layered-nav .currently .block-subtitle {
      font-size: 18px; } }

.block-layered-nav .currently ol li {
  color: #636466;
  border: 0; }
  @media only screen and (max-width: 767px) {
    .block-layered-nav .currently ol li {
      margin-bottom: 5px;
      font-size: 12px;
      float: left;
      width: 50%;
      height: 20px;
      overflow: hidden; } }
  @media only screen and (min-width: 768px) {
    .block-layered-nav .currently ol li {
      margin-bottom: 20px; } }
  .block-layered-nav .currently ol li:last-child {
    margin-bottom: 0; }
  .block-layered-nav .currently ol li .label {
    font-weight: bold; }
  .block-layered-nav .currently ol li:after {
    content: '';
    display: table;
    clear: both; }

.block-layered-nav .actions {
  text-align: right;
  clear: both;
  margin-top: 15px; }
  .block-layered-nav .actions .button {
    background: none; }

li.item .product-attributes {
  padding: 0 16px;
  margin-bottom: 0;
  min-height: 24px; }
  li.item .product-attributes li {
    display: inline-block;
    margin: 0;
    font-size: 11px;
    color: #363636; }
    @media only screen and (max-width: 767px) {
      li.item .product-attributes li {
        font-size: 9px; } }
    li.item .product-attributes li:first-child:before {
      font-size: 11px;
      content: "+";
      position: relative;
      left: 0px;
      padding-right: 5px; }
      @media only screen and (max-width: 767px) {
        li.item .product-attributes li:first-child:before {
          font-size: 9px; } }
    li.item .product-attributes li:nth-child(2):before {
      content: '|';
      padding: 0 5px; }

/* ============================================ *
 * Catalog - Product
 * ============================================ */
.catalog-product-view .main-container {
  max-width: 100%;
  padding: 0; }
  .catalog-product-view .main-container #messages_product_view {
    max-width: 1084px;
    margin: 0 auto;
    padding: 0 16px; }
    @media only screen and (min-width: 980px) {
      .catalog-product-view .main-container #messages_product_view {
        padding: 0 32px; } }

.inner-product-wrap {
  max-width: 1084px;
  padding: 0 16px;
  margin: 0 auto; }
  @media only screen and (min-width: 980px) {
    .inner-product-wrap {
      padding: 0 32px; } }
  .inner-product-wrap .std p {
    margin-bottom: 1em; }

.product-view {
  margin-bottom: 0; }
  .product-view .product-essential .product-img-box {
    position: relative; }
    .product-view .product-essential .product-img-box ul.add-to-links {
      position: absolute;
      margin: 0 !important;
      padding: 0 !important;
      left: 15px;
      top: 15px;
      z-index: 2; }
      .product-view .product-essential .product-img-box ul.add-to-links a .heart {
        color: black; }
      .product-view .product-essential .product-img-box ul.add-to-links a:hover {
        text-decoration: none; }
  .product-view .product-essential .extra-info .ratings .rating-box,
  .product-view .product-essential .extra-info .ratings .amount {
    float: left; }
  .product-view .product-essential .extra-info .ratings .rating-box {
    margin-top: 8px;
    margin-right: 10px; }
  .product-view .product-essential .extra-info .ratings:after {
    content: '';
    display: table;
    clear: both; }
  .product-view .product-essential:after {
    content: '';
    display: table;
    clear: both; }
  .product-view div.product-name {
    padding-top: 15px; }
    @media only screen and (min-width: 768px) {
      .product-view div.product-name {
        float: right;
        width: 55%;
        padding-left: 16px; } }
  .product-view .product-name h1 {
    font-size: 24px;
    border: 0;
    display: block;
    margin-bottom: 15px; }
    @media only screen and (min-width: 768px) {
      .product-view .product-name h1 {
        font-size: 30px;
        margin-bottom: 5px; } }
  @media only screen and (max-width: 767px) {
    .product-view h2.brand {
      text-align: center; } }
  .product-view h2.brand,
  .product-view .shipping-info {
    margin: 0;
    margin-bottom: 5px;
    color: #231f20;
    font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed; }
    @media only screen and (max-width: 768px) {
      .product-view h2.brand,
      .product-view .shipping-info {
        font-size: 14px; } }
  .product-view .shipping-info {
    font-weight: 600;
    margin-top: 6px; }
    @media only screen and (min-width: 768px) {
      .product-view .shipping-info {
        float: right; } }
    .product-view .shipping-info .icon-truck {
      padding-right: 5px; }
  .product-view .product-wrap {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .product-view .product-wrap {
        float: left;
        width: 55%; } }
    @media only screen and (min-width: 1020px) {
      .product-view .product-wrap {
        width: 500px; } }
  .product-view .online-availability {
    color: #FFFFFF;
    background: #b1b1b1;
    padding: 25px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .product-view .online-availability {
        margin-top: 10px;
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      .product-view .online-availability {
        margin-left: 10px; } }
  .product-view .online-availability-txt {
    color: #000000;
    margin-top: 10px;
    text-transform: none; }
  .product-view .grouped-items-table .online-availability {
    padding: 15px;
    margin: 0; }
  .product-view .grouped-items-table .online-availability-txt {
    font-size: 11px; }
  @media only screen and (min-width: 768px) {
    .product-view .product-shop {
      padding-top: 10px;
      margin-bottom: 25px; } }
  .product-view .product-shop:after {
    content: '';
    display: table;
    clear: both; }
  .product-view .product-shop .more-info {
    text-align: center;
    margin-bottom: 10px;
    display: block;
    clear: left; }
    @media only screen and (min-width: 768px) {
      .product-view .product-shop .more-info {
        text-align: left; } }
  .product-view .product-shop .price-info {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .product-view .product-shop .price-info {
        text-align: center;
        padding: 5px 10px;
        margin-bottom: 0; } }
    .product-view .product-shop .price-info .tier-prices {
      clear: left;
      float: left;
      width: 100%;
      margin-top: 10px; }
      .product-view .product-shop .price-info .tier-prices li {
        font-size: 16px; }
  .product-view .product-shop .short-description {
    clear: both;
    color: #636466;
    padding: 20px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px; }
    @media only screen and (max-width: 767px) {
      .product-view .product-shop .short-description {
        font-size: 14px;
        padding: 0 0 20px 0;
        border: 0;
        text-align: center;
        max-width: 450px;
        margin: 0 auto; } }
  .product-view .product-shop .learn-more {
    color: #848a9c;
    font-size: 16px;
    text-decoration: underline;
    padding-left: 3px; }
    .product-view .product-shop .learn-more:hover {
      text-decoration: none; }
    @media only screen and (max-width: 767px) {
      .product-view .product-shop .learn-more {
        font-size: 14px; } }
  .product-view .product-shop .ratings {
    margin-bottom: 8px; }
  .product-view .product-shop .range-label {
    font-size: 18px;
    font-weight: 700; }
  .product-view .product-shop .price-box {
    margin-top: 0;
    display: inline-block; }
    @media only screen and (min-width: 768px) {
      .product-view .product-shop .price-box {
        margin-bottom: 0; } }
    .product-view .product-shop .price-box .old-price,
    .product-view .product-shop .price-box .special-price,
    .product-view .product-shop .price-box .regular-price {
      padding-right: 0;
      line-height: 1.2; }
    .product-view .product-shop .price-box .regular-price .price,
    .product-view .product-shop .price-box .special-price .price,
    .product-view .product-shop .price-box .full-product-price .price {
      font-size: 24px; }
    .product-view .product-shop .price-box .special-price .price {
      color: #e52f32; }
    .product-view .product-shop .price-box .special-price .price-label {
      font-size: 16px;
      text-transform: uppercase; }
    .product-view .product-shop .price-box .special-price span.weee {
      color: #231f20; }
      .product-view .product-shop .price-box .special-price span.weee span.price {
        font-size: 16px; }
    .product-view .product-shop .price-box .price-excluding-tax,
    .product-view .product-shop .price-box .price-including-tax {
      display: block;
      line-height: 1.2;
      color: #231f20; }
      .product-view .product-shop .price-box .price-excluding-tax .label,
      .product-view .product-shop .price-box .price-including-tax .label {
        font-size: 16px;
        font-weight: 300; }
      .product-view .product-shop .price-box .price-excluding-tax .price,
      .product-view .product-shop .price-box .price-including-tax .price {
        font-size: 20px; }
  .product-view .availability {
    width: 100%;
    font-size: 16px;
    text-align: center; }
    .product-view .availability span {
      display: block; }
    .product-view .availability .value {
      text-transform: uppercase;
      font-size: 15px; }
    .product-view .availability .label {
      display: none; }
    .product-view .availability .description {
      font-size: 12px;
      text-transform: none; }
    .product-view .availability.out-of-stock {
      display: block;
      background: #b1b1b1; }
      .product-view .availability.out-of-stock span {
        line-height: 1.5;
        color: #FFFFFF; }
      .product-view .availability.out-of-stock + .btn-cart {
        display: none; }
  .product-view .price-box.map-info a {
    display: inherit; }
  .product-view .old-price .price-label {
    display: none; }

p.link-stock-alert {
  white-space: normal;
  margin-bottom: 20px;
  background-color: #b1b1b1;
  display: inline-block;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    p.link-stock-alert {
      margin-bottom: 15px; } }
  @media only screen and (min-width: 768px) {
    p.link-stock-alert {
      margin: 0 0 25px 0;
      padding: 15px 35px; } }
  @media only screen and (min-width: 980px) {
    p.link-stock-alert {
      margin: 0 0 25px 0;
      padding: 15px 50px; } }
  p.link-stock-alert:hover {
    background: #8b8b8b; }
  p.link-stock-alert a {
    color: #FFFFFF;
    text-transform: uppercase; }
    p.link-stock-alert a span {
      font-size: 12px;
      line-height: 1.5;
      text-transform: none;
      display: block; }

.color-name {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2; }

.color-swatch {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #eeeeee;
  display: inline-block; }
  @media only screen and (min-width: 768px) {
    .color-swatch {
      width: 60px;
      height: 60px; } }
  @media only screen and (min-width: 980px) {
    .color-swatch {
      width: 75px;
      height: 75px; } }

.colour-details {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  clear: both;
  padding: 10px 0;
  margin-top: 20px; }
  @media only screen and (min-width: 768px) {
    .colour-details {
      margin: 0;
      border-top: 0; } }
  .colour-details .color-swatch,
  .colour-details .color-info,
  .colour-details .attributes {
    display: inline-block;
    vertical-align: middle;
    color: #231f20;
    margin-right: 3%; }
  .colour-details .attributes {
    font-size: 12px;
    padding: 20px 0; }
    .colour-details .attributes li {
      list-style-type: none;
      display: block; }
  .colour-details .color-info {
    max-width: 50%;
    padding: 10px 5% 10px 0; }
    .colour-details .color-info li {
      margin-bottom: 0; }
    .colour-details .color-info li.colour-name {
      font-size: 18px;
      font-weight: 700;
      color: #231f20;
      line-height: 1; }

@media only screen and (max-width: 850px) {
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 15px; } }

@media only screen and (max-width: 850px) {
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 18px; } }

.product-view .add-to-cart-wrapper {
  float: left;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .product-view .add-to-cart-wrapper {
      float: none;
      clear: both; } }
  @media only screen and (max-width: 767px) {
    .product-view .add-to-cart-wrapper .sharing-links {
      display: none; } }

@media only screen and (max-width: 767px) {
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px; } }

@media only screen and (max-width: 767px) {
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px; } }

.product-view .atc-button.success-atc span:not(.atc-ajax-icon) {
  position: relative; }
  .product-view .atc-button.success-atc span:not(.atc-ajax-icon) span:before {
    content: "";
    font-family: "icomoon";
    padding-right: 5px; }

@media only screen and (max-width: 420px) {
  .product-view .product-shop .price-box .price-excluding-tax,
  .product-view .product-shop .price-box .price-including-tax {
    margin-bottom: 5px; } }

@media only screen and (max-width: 420px) {
  .product-view .product-shop .price-box .price-excluding-tax span,
  .product-view .product-shop .price-box .price-including-tax span {
    display: block; } }

@media only screen and (min-width: 768px) {
  .no-touch .product-image.zoom-available:after {
    content: "";
    font-family: "icomoon";
    font-size: 20px;
    position: absolute;
    bottom: 13px;
    right: 20px; } }

@media only screen and (min-width: 768px) {
  .product-img-box {
    float: left;
    width: 45%;
    margin-bottom: 20px;
    padding-right: 16px; } }

.product-img-box .product-image {
  margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .product-img-box .has-gallery {
    margin: 0;
    border: 0; } }

@media only screen and (max-width: 767px) {
  .product-img-box .has-gallery .product-image-gallery {
    display: none; } }

.product-img-box .product-image-gallery img {
  max-width: 100%;
  max-height: 750px;
  margin: 0 auto; }

@media only screen and (max-width: 479px) {
  .product-img-box .product-image img {
    max-height: 450px; } }

.product-image-gallery {
  position: relative; }
  .product-image-gallery .gallery-image {
    display: none; }
    .product-image-gallery .gallery-image.visible {
      display: block; }
      .product-image-gallery .gallery-image.visible.hidden {
        visibility: hidden; }
  .product-image-gallery:before, .product-image-gallery:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none; }
  .product-image-gallery:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2; }
  .product-image-gallery:after {
    background-image: url("https://www.deserres.ca/skin/frontend/deserres/default/images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3; }
  .product-image-gallery.loading {
    position: relative; }
    .product-image-gallery.loading:before, .product-image-gallery.loading:after {
      display: block; }

@media only screen and (max-width: 767px) {
  .more-views {
    padding: 0 10px; } }

.product-image-thumbs {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .product-image-thumbs {
      padding: 0 40px; } }
  .product-image-thumbs li {
    display: inline-block; }
  .product-image-thumbs a {
    display: block; }
    @media only screen and (min-width: 768px) {
      .product-image-thumbs a {
        border: 1px solid #ededed;
        display: inline-block; } }
  @media only screen and (min-width: 768px) {
    .product-image-thumbs .active-thumb {
      border: 3px solid #ededed; } }
  .product-image-thumbs .thumb-link:not(.active-thumb) {
    margin-top: 2px; }
  .product-image-thumbs img {
    max-width: 100%; }
    @media only screen and (max-width: 767px) {
      .product-image-thumbs img {
        border: 1px solid #ededed;
        max-height: 450px;
        margin: 0 auto; } }
    @media only screen and (min-width: 768px) {
      .product-image-thumbs img {
        max-width: 65px;
        height: auto; } }
  .product-image-thumbs .slick-prev:before,
  .product-image-thumbs .slick-next:before {
    color: #231f20; }
  .product-image-thumbs .slick-next,
  .product-image-thumbs .slick-prev {
    z-index: 1; }
  @media only screen and (min-width: 768px) {
    .product-image-thumbs .slick-prev {
      left: 10px; } }
  @media only screen and (min-width: 768px) {
    .product-image-thumbs .slick-next {
      right: 10px; } }

.no-touch .product-image-thumbs a:hover {
  border-color: #c7c7c7; }

.product-view .product-shop,
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  padding-left: 16px; }

.product-view .block-related,
.box-collateral {
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .product-view .block-related,
    .box-collateral {
      margin-bottom: 16px; } }

.product-view {
  /* for all btn carts so ajax loader is relative*/
  /* Set a min-height so that the floated elements break appropriately */ }
  .product-view .add-to-box:after,
  .product-view .add-to-cart:after {
    content: '';
    display: table;
    clear: both; }
  .product-view .add-to-cart {
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: middle; }
    @media only screen and (max-width: 767px) {
      .product-view .add-to-cart {
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      .product-view .add-to-cart {
        margin-bottom: 25px; } }
  .product-view .btn-cart {
    position: relative; }
  .product-view .add-to-cart .qty-wrapper,
  .product-view .product-options-bottom .price-box,
  .product-view .add-to-cart-buttons {
    min-height: 40px; }
  .product-view .product-options-bottom .price-box,
  .product-view .add-to-cart-buttons .paypal-logo {
    margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .product-view .add-to-cart .qty-wrapper {
      width: 100%; } }
  .product-view .add-to-cart .qty-wrapper,
  .product-view .add-to-cart .qty-wrapper label {
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle; }
  .product-view .add-to-cart .qty-wrapper label {
    line-height: 48px;
    font-size: 14px;
    padding-right: 5px; }
    @media only screen and (max-width: 767px) {
      .product-view .add-to-cart .qty-wrapper label {
        display: none; } }
  .product-view .qty-wrapper .qty {
    display: inline-block;
    height: 48px;
    background: #eeeeee;
    border-radius: 0;
    width: 60px; }
    @media only screen and (max-width: 767px) {
      .product-view .qty-wrapper .qty {
        width: 100%; } }
  .product-view .add-to-cart-buttons {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%; }
    @media only screen and (max-width: 767px) {
      .product-view .add-to-cart-buttons {
        width: 100%;
        margin-top: 10px; } }
    @media only screen and (min-width: 768px) {
      .product-view .add-to-cart-buttons {
        margin: 0 20px; } }
    @media only screen and (min-width: 980px) {
      .product-view .add-to-cart-buttons {
        margin-right: 0; } }
    .product-view .add-to-cart-buttons .paypal-logo {
      clear: left;
      text-align: center; }
      .product-view .add-to-cart-buttons .paypal-logo .paypal-button {
        margin: 0 auto;
        display: block;
        width: 170px; }
      .product-view .add-to-cart-buttons .paypal-logo .bml_button {
        display: block;
        width: 174px;
        margin: 0 auto; }
        .product-view .add-to-cart-buttons .paypal-logo .bml_button a {
          text-align: center; }
      .product-view .add-to-cart-buttons .paypal-logo .paypal-or {
        display: block;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
        line-height: 1;
        text-align: center; }
  .product-view .add-to-cart-buttons .button {
    min-height: 66px;
    line-height: 40px;
    font-size: 16px;
    float: left;
    width: 100%;
    white-space: nowrap; }
    @media only screen and (min-width: 1020px) {
      .product-view .add-to-cart-buttons .button {
        min-width: 265px; } }
  .product-view .btn-cart {
    background-color: #e52f32; }
    .product-view .btn-cart:hover {
      background-color: #d61b1e; }
  .product-view .alert-price,
  .product-view .alert-stock {
    clear: both; }

@media only screen and (max-width: 479px) {
  .product-view .add-to-cart-buttons .paypal-or {
    line-height: 20px; } }

@media only screen and (max-width: 479px) {
  .product-view .add-to-cart-buttons .paypal-logo,
  .product-view .add-to-cart-buttons .paypal-or,
  .product-view .add-to-cart-buttons .paypal-button,
  .product-view .add-to-cart-buttons .button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none; } }

/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
@media only screen and (min-width: 768px) {
  .add-to-box {
    margin-bottom: 25px;
    border-bottom: 1px solid #eeeeee; } }

@media only screen and (max-width: 767px) {
  .add-to-box {
    text-align: center; } }

.add-to-box .or {
  display: none; }

.add-to-box a:hover {
  text-decoration: none; }

.add-to-box .select-items {
  margin: 0 0 30px 0; }
  @media only screen and (max-width: 767px) {
    .add-to-box .select-items {
      display: none; } }

.available-options {
  margin-top: 20px; }
  @media only screen and (max-width: 767px) {
    .available-options {
      text-align: center;
      margin-top: 0; } }

.available-in {
  color: #636466; }
  @media only screen and (max-width: 767px) {
    .available-in {
      font-style: italic;
      font-size: 12px; } }
  @media only screen and (min-width: 768px) {
    .available-in {
      font-weight: 700;
      font-size: 16px; } }

.add-to-box .available-in {
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .add-to-box .available-in {
      margin-bottom: 25px; } }

.view-group {
  color: #848a9c;
  font-size: 16px;
  text-decoration: underline;
  display: inline-block; }
  .view-group:hover {
    text-decoration: none; }

.product-view .add-to-links {
  display: inline-block;
  margin: 0 0 20px 0;
  vertical-align: middle;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .product-view .add-to-links {
      width: 100%;
      margin-bottom: 0; } }
  @media only screen and (min-width: 980px) {
    .product-view .add-to-links {
      padding-left: 15px; } }
  .product-view .add-to-links:after {
    content: '';
    display: table;
    clear: both; }
  .product-view .add-to-links .heart {
    font-size: 14px;
    margin: 0 5px 0 0; }
    @media only screen and (min-width: 768px) {
      .product-view .add-to-links .heart {
        display: block;
        margin: 0 auto 5px;
        width: 15px; } }
    .product-view .add-to-links .heart:before {
      content: "";
      font-family: "icomoon"; }
  .product-view .add-to-links a {
    margin-left: 7px;
    border-right: 1px solid #b1b1b1; }
    .product-view .add-to-links a:hover {
      color: #d61b1e; }
      .product-view .add-to-links a:hover .heart:before {
        content: ""; }
  .product-view .add-to-links li {
    margin-bottom: 0; }
    .product-view .add-to-links li:first-child a {
      margin-left: 0; }
    .product-view .add-to-links li:last-child a {
      border-right: 0; }

.catalog-product-view #header-cart.skip-active:after {
  content: none; }

.add-to-cart-wrapper .video-modal {
  color: #e52f32;
  display: block;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .add-to-cart-wrapper .video-modal {
      text-align: left; } }
  .add-to-cart-wrapper .video-modal .icon-play {
    padding-right: 5px;
    font-size: 18px; }
    @media only screen and (min-width: 768px) {
      .add-to-cart-wrapper .video-modal .icon-play {
        float: left; } }

.catalog-product-view .sharing-links {
  margin: 10px 0;
  clear: both;
  float: left;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .catalog-product-view .sharing-links {
      text-align: center;
      margin-top: 20px; } }
  .catalog-product-view .sharing-links:after {
    content: '';
    display: table;
    clear: both; }
  .catalog-product-view .sharing-links li {
    color: #000000;
    padding: 0 10px 10px;
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
    .catalog-product-view .sharing-links li a {
      display: block;
      font-size: 0; }
      .catalog-product-view .sharing-links li a:before {
        font-size: 16px;
        color: #231f20; }
      .catalog-product-view .sharing-links li a:hover {
        text-decoration: none; }
        .catalog-product-view .sharing-links li a:hover:before {
          color: #312b2c; }
  .catalog-product-view .sharing-links .share-title {
    font-size: 16px;
    padding-left: 0;
    font-weight: 500; }

.collateral-tabs dd h2 {
  display: none; }

.catalog-product-view .box-collateral {
  clear: both;
  float: left;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .catalog-product-view .box-collateral {
      margin-bottom: 40px;
      padding-bottom: 30px; } }
  @media only screen and (min-width: 1020px) {
    .catalog-product-view .box-collateral {
      padding-bottom: 50px;
      margin-bottom: 15px; } }
  .catalog-product-view .box-collateral:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .catalog-product-view .box-collateral .box-title {
      padding-top: 50px;
      text-align: center; } }
  .catalog-product-view .box-collateral li img {
    max-width: 100%; }
  .catalog-product-view .box-collateral:after {
    content: '';
    display: table;
    clear: both; }
  .catalog-product-view .box-collateral .cms-third-wrapper {
    margin-top: 35px; }
  .catalog-product-view .box-collateral .mini-products-list,
  .catalog-product-view .box-collateral .products-grid {
    max-width: 1084px;
    padding: 0 32px;
    margin: 0 auto; }
    @media only screen and (max-width: 979px) {
      .catalog-product-view .box-collateral .mini-products-list,
      .catalog-product-view .box-collateral .products-grid {
        padding: 0 16px; } }

.product-collateral.tabs {
  margin: 0; }

.custom-product-details {
  clear: both;
  margin-top: 16px; }
  @media only screen and (min-width: 768px) {
    .custom-product-details {
      background: #f7f7f7; } }
  .custom-product-details:after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (min-width: 1084px) {
    .custom-product-details.main-description {
      min-height: 470px; } }
  .custom-product-details .max-width-wrapper {
    max-width: 1400px;
    margin: 0 auto; }
    .custom-product-details .max-width-wrapper:after {
      content: '';
      display: table;
      clear: both; }
  .custom-product-details .product-details-small,
  .custom-product-details .product-details-large {
    float: left; }
    @media only screen and (max-width: 767px) {
      .custom-product-details .product-details-small,
      .custom-product-details .product-details-large {
        width: 100%; } }
  .custom-product-details .product-details-full-width {
    color: #636466; }
    @media only screen and (min-width: 767px) {
      .custom-product-details .product-details-full-width {
        padding: 55px 50px; } }
    .custom-product-details .product-details-full-width img {
      max-width: 100%;
      margin: 0 auto; }
  .custom-product-details .product-details-small {
    display: none; }
    @media only screen and (min-width: 768px) {
      .custom-product-details .product-details-small {
        position: relative;
        display: block;
        width: 43%; } }
    .custom-product-details .product-details-small img {
      width: 100%; }
    .custom-product-details .product-details-small.right {
      float: right; }
  @media only screen and (min-width: 768px) {
    .custom-product-details .product-details-large {
      position: relative;
      padding: 25px;
      padding: 0 50px 42%;
      width: 57%; } }
  .custom-product-details .product-details-large.expanded {
    padding: 50px; }
    @media only screen and (max-width: 767px) {
      .custom-product-details .product-details-large.expanded {
        padding: 25px; } }
  @media only screen and (min-width: 768px) {
    .custom-product-details .product-details-large p, .custom-product-details .product-details-large li, .custom-product-details .product-details-large a, .custom-product-details .product-details-large a.show,
    .custom-product-details .product-details-full-width p,
    .custom-product-details .product-details-full-width li,
    .custom-product-details .product-details-full-width a,
    .custom-product-details .product-details-full-width a.show {
      font-size: 13px; } }
  @media only screen and (min-width: 980px) {
    .custom-product-details .product-details-large p, .custom-product-details .product-details-large li, .custom-product-details .product-details-large a, .custom-product-details .product-details-large a.show,
    .custom-product-details .product-details-full-width p,
    .custom-product-details .product-details-full-width li,
    .custom-product-details .product-details-full-width a,
    .custom-product-details .product-details-full-width a.show {
      font-size: 16px; } }
  @media only screen and (min-width: 768px) {
    .custom-product-details .product-details-large h2,
    .custom-product-details .product-details-full-width h2 {
      font-size: 24px;
      text-transform: none; } }
  @media only screen and (min-width: 980px) {
    .custom-product-details .product-details-large h2,
    .custom-product-details .product-details-full-width h2 {
      font-size: 36px; } }
  @media only screen and (min-width: 768px) {
    .custom-product-details .details-wrapper {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0; } }
  .custom-product-details .details-wrapper.expanded {
    position: relative; }
  .custom-product-details .details-card {
    color: #636466; }
    @media only screen and (min-width: 768px) {
      .custom-product-details .details-card {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 85%; } }
    @media only screen and (min-width: 980px) {
      .custom-product-details .details-card {
        font-size: 16px; } }
    .custom-product-details .details-card.expanded {
      position: relative;
      top: 0;
      left: 0;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
    .custom-product-details .details-card p,
    .custom-product-details .details-card li {
      margin-bottom: 1em; }
  .custom-product-details a.show {
    color: #848a9c;
    font-size: 16px;
    text-decoration: underline;
    margin-top: 20px;
    display: block; }
    .custom-product-details a.show:hover {
      text-decoration: none; }
    @media only screen and (max-width: 767px) {
      .custom-product-details a.show {
        display: none; } }
  .custom-product-details .show-less {
    display: none; }
    @media only screen and (max-width: 767px) {
      .custom-product-details .show-less {
        display: block; } }
    .custom-product-details .show-less.active {
      display: block; }
  @media only screen and (max-width: 767px) {
    .custom-product-details .show-more.short {
      display: none; } }
  .custom-product-details .show-more.hidden {
    display: none; }
  @media only screen and (min-width: 768px) {
    .custom-product-details.mobile-description {
      display: none; } }

@media only screen and (max-width: 767px) {
  .product-details-full-width h2,
  .block-related h2,
  .details-card h2 {
    -webkit-transition: background .25s ease;
    transition: background .25s ease;
    background: #eeeeee;
    padding: 16px;
    font-size: 13px;
    text-transform: uppercase;
    border: 1px solid #d4d2d2;
    position: relative;
    margin-bottom: 20px; } }

@media only screen and (max-width: 767px) {
  .product-details-full-width h2:hover,
  .block-related h2:hover,
  .details-card h2:hover {
    cursor: pointer;
    background: #d4d2d2; } }

@media only screen and (max-width: 767px) {
  .product-details-full-width h2:after,
  .block-related h2:after,
  .details-card h2:after {
    content: "";
    font-family: "icomoon";
    position: absolute;
    right: 15px;
    top: 9px;
    font-size: 25px; } }

@media only screen and (max-width: 767px) {
  .custom-product-details,
  .block-artist-choice,
  .box-related {
    padding: 0 10px;
    height: 50px;
    overflow: hidden; } }

@media only screen and (max-width: 767px) {
  .custom-product-details.open,
  .block-artist-choice.open,
  .box-related.open {
    height: auto; } }

@media only screen and (max-width: 767px) {
  .custom-product-details.open .product-details-large h2:after,
  .custom-product-details.open .box-title h2:after,
  .custom-product-details.open .details-card h2:after,
  .block-artist-choice.open .product-details-large h2:after,
  .block-artist-choice.open .box-title h2:after,
  .block-artist-choice.open .details-card h2:after,
  .box-related.open .product-details-large h2:after,
  .box-related.open .box-title h2:after,
  .box-related.open .details-card h2:after {
    content: ""; } }

.artist-videos {
  max-width: 1400px;
  margin: 0 auto; }
  .artist-videos:after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (max-width: 767px) {
    .artist-videos .cms-block-third {
      float: left;
      width: 50%; } }
  @media only screen and (max-width: 767px) {
    .artist-videos .cms-block-third:last-child {
      display: none; } }

a.video-image {
  position: relative;
  display: block; }
  a.video-image:before {
    color: #FFFFFF;
    content: "";
    font-family: "icomoon";
    font-size: 130px;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease; }
  a.video-image:hover:before {
    opacity: .5; }

@media only screen and (max-width: 767px) {
  .product-view .product-shop,
  .product-view .add-to-cart-wrapper,
  .product-view .block-related,
  .product-img-box {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0; } }

.product-view .product-shop .cms-third-wrapper,
.product-view .add-to-cart-wrapper .cms-third-wrapper,
.product-view .block-related .cms-third-wrapper,
.product-img-box .cms-third-wrapper {
  margin-top: 35px; }

/* Mobile Product Detail Toggles */
@media only screen and (max-width: 767px) {
  .box-related .box-title h2,
  .details-card h2 {
    -webkit-transition: background .25s ease;
    transition: background .25s ease;
    background: #eeeeee;
    padding: 16px;
    font-size: 13px;
    text-transform: uppercase;
    border: 1px solid #d4d2d2;
    position: relative;
    margin-bottom: 20px; } }

@media only screen and (max-width: 767px) {
  .box-related .box-title h2:hover,
  .details-card h2:hover {
    background: #d4d2d2; } }

@media only screen and (max-width: 767px) {
  .box-related .box-title h2:after,
  .details-card h2:after {
    content: "";
    font-family: "icomoon";
    position: absolute;
    right: 15px;
    top: 9px;
    font-size: 25px; } }

@media only screen and (max-width: 767px) {
  .custom-product-details,
  .block-artist-choice {
    padding: 0 10px;
    height: 50px;
    overflow: hidden; } }

@media only screen and (max-width: 767px) {
  .custom-product-details.open,
  .block-artist-choice.open {
    height: auto; } }

@media only screen and (max-width: 767px) {
  .custom-product-details.open .product-details-large h2:after,
  .block-artist-choice.open .product-details-large h2:after {
    content: ""; } }

/* ----------- Custom Artist Video Block  ----------- */
.artist-videos {
  max-width: 1400px;
  margin: 0 auto; }
  .artist-videos:after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (max-width: 767px) {
    .artist-videos .cms-block-third {
      float: left;
      width: 50%; } }
  @media only screen and (max-width: 767px) {
    .artist-videos .cms-block-third:last-child {
      display: none; } }

/* ------------------------------------------------------- */
@media only screen and (max-width: 479px) {
  .product-view .product-shop,
  .product-view .block-related,
  .box-collateral {
    margin-top: 16px; } }

.product-view .ratings .rating-links {
  clear: left;
  float: left;
  margin-top: 0; }

#product-attribute-specs-table {
  max-width: 50em;
  border: 1px solid #ededed; }
  #product-attribute-specs-table th {
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed; }

.product-view-clear {
  clear: both;
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .product-view-clear {
      margin-bottom: 30px; } }

/* -------------------------------------------- *
 * Ajax atc button
 */
.button .atc-ajax-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(200, 25, 28, 0.25); }
  .button .atc-ajax-icon img {
    max-width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .75; }

/* -------------------------------------------- *
 * Catalog - Product Options
 */
.product-options {
  width: 100%;
  margin: 20px 0 0;
  clear: both;
  position: relative; }
  .product-options textarea {
    width: 100%;
    max-width: 100%; }
  .product-options select {
    height: 48px;
    background: #eeeeee;
    border-radius: 0;
    border: 1px solid #eeeeee;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-color: #d4d2d2;
    padding: 0 34px 0 14px;
    width: 100%; }

.product-options p.required {
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: right; }

@media only screen and (max-width: 979px) {
  .product-view .product-options .required {
    position: static; } }

.product-options dt {
  margin: 10px 0 3px;
  font-weight: normal; }

.product-options dt:first-child {
  margin-top: 0; }

.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0 0; }

.product-options dd .qty-holder .qty {
  width: 3em; }

.product-options dd .qty-holder label {
  vertical-align: middle; }

.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px; }

.product-options dd {
  padding: 0 0 10px 0;
  margin: 0 0 5px;
  border-bottom: 1px solid #eeeeee; }

.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0; }

.product-options dd .input-text {
  width: 98%; }

.product-options dd .input-box {
  padding-top: 0; }

.product-options dd input.datetime-picker {
  width: 150px; }

.product-options dd .time-picker {
  display: inline-block;
  padding: 2px 0;
  vertical-align: middle; }

.product-options dd textarea {
  width: 98%;
  height: 8em; }

.product-options dd select {
  width: 330px;
  max-width: 100%; }

.product-options ul.options-list {
  margin-right: 5px; }

.product-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7px; }

.product-options ul.options-list li:last-child {
  margin-bottom: 0; }

.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
  float: left;
  margin-top: 5px; }

.product-options ul.options-list .label {
  display: block; }

.product-options ul.options-list label {
  font-weight: normal; }

.product-options p.note {
  margin: 0;
  font-size: 11px; }

.product-options-bottom {
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
  margin: 20px 0; }
  .product-options-bottom .sharing-links {
    border-top: 1px solid #eeeeee;
    padding-top: 20px; }

.product-options-bottom:after {
  content: '';
  display: table;
  clear: both; }

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #231f20; }
  @media only screen and (max-width: 1019px) {
    .product-options-bottom .product-pricing,
    .product-options-bottom .tier-prices {
      float: none;
      width: 100%;
      text-align: right;
      padding-bottom: 5px;
      margin-bottom: 10px;
      border-bottom: 1px solid #b1b1b1; } }

.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0; }

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #231f20; }

/* "display: none" should be removed if products on site have a long list of product options and those product options */
/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */
.product-options-bottom .price-box {
  display: none;
  margin: 0 0 10px;
  padding: 0;
  width: 100%; }

@media only screen and (max-width: 479px) {
  .product-options-bottom .price-box .price-as-configured {
    text-align: right; } }

@media only screen and (max-width: 479px) {
  .product-options-bottom .price-box .price-as-configured .price-label {
    display: block; } }

.product-options-bottom .price-tax {
  float: left; }

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related - Demac is using Related blocks for Creative projects */
.block-related ol > li,
.block-related ul > li {
  float: left;
  width: 32.33%;
  position: relative;
  margin-right: 1.5%; }
  @media only screen and (max-width: 767px) {
    .block-related ol > li,
    .block-related ul > li {
      width: 48.25%;
      margin-right: 3.5%; } }
  .block-related ol > li:last-child,
  .block-related ul > li:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 767px) {
    .block-related ol > li:nth-child(2),
    .block-related ul > li:nth-child(2) {
      margin-right: 0; } }
  .block-related ol > li .item-info,
  .block-related ul > li .item-info {
    background: #eeeeee;
    padding: 20px;
    text-align: center;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .block-related ol > li .item-info,
      .block-related ul > li .item-info {
        padding: 16px; } }
    @media only screen and (min-width: 980px) {
      .block-related ol > li .item-info,
      .block-related ul > li .item-info {
        padding: 20px 50px; } }
    .block-related ol > li .item-info:before,
    .block-related ul > li .item-info:before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-right: 18px solid transparent;
      border-left: 18px solid transparent;
      border-bottom: 18px solid #eeeeee;
      border-top: none;
      position: absolute;
      top: -18px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media only screen and (max-width: 767px) {
        .block-related ol > li .item-info:before,
        .block-related ul > li .item-info:before {
          content: '';
          position: absolute;
          width: 0;
          height: 0;
          display: block;
          border-right: 10px solid transparent;
          border-left: 10px solid transparent;
          border-bottom: 10px solid #eeeeee;
          border-top: none;
          top: -10px; } }
    .block-related ol > li .item-info h3,
    .block-related ul > li .item-info h3 {
      margin: 0;
      margin-bottom: 10px;
      color: #231f20;
      font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
      font-size: 28px;
      font-style: normal;
      font-weight: 700;
      line-height: 1.25;
      text-rendering: optimizeSpeed;
      line-height: 1.1; }
      @media only screen and (max-width: 767px) {
        .block-related ol > li .item-info h3,
        .block-related ul > li .item-info h3 {
          font-size: 18px; } }
      @media only screen and (max-width: 767px) {
        .block-related ol > li .item-info h3,
        .block-related ul > li .item-info h3 {
          font-size: 14px; } }
      @media only screen and (min-width: 980px) {
        .block-related ol > li .item-info h3,
        .block-related ul > li .item-info h3 {
          margin: 0 auto 5px; } }
    @media only screen and (max-width: 767px) {
      .block-related ol > li .item-info a.shop-arrow,
      .block-related ul > li .item-info a.shop-arrow {
        font-size: 12px;
        line-height: 1.2; } }

@media only screen and (max-width: 767px) {
  .block-related {
    padding: 0 10px;
    margin-top: 16px; } }

.block-related .box-content {
  clear: both;
  max-width: 1400px;
  overflow: hidden;
  margin: 40px auto 0; }
  @media only screen and (max-width: 767px) {
    .block-related .box-content {
      margin: 10px auto 0; } }

@media only screen and (min-width: 600px) {
  .block-related .item-info {
    padding: 20px; } }

.block-related .item {
  background: #eeeeee; }
  @media only screen and (max-width: 767px) {
    .block-related .item {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .block-related .item:nth-child(1), .block-related .item:nth-child(2) {
      display: block; } }
  @media only screen and (min-width: 768px) {
    .block-related .item:nth-child(3n+4) {
      clear: both; } }

/* -------------------------------------------- *
 * Upsell Products
 */
.box-up-sell {
  border-top: 1px solid #f7f7f7; }
  .box-up-sell .ratings {
    display: none; }
  @media only screen and (max-width: 979px) {
    .box-up-sell .products-grid > li {
      display: none; } }
  @media only screen and (max-width: 979px) {
    .box-up-sell .products-grid > li:nth-child(1), .box-up-sell .products-grid > li:nth-child(2) {
      display: block; } }
  @media only screen and (min-width: 480px) {
    .box-up-sell .products-grid > li:nth-child(3) {
      display: block; } }
  @media only screen and (min-width: 980px) {
    .box-up-sell .products-grid > li:nth-child(4) {
      display: block; } }
  .box-up-sell .box-title h2 {
    margin-bottom: 1.2em;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .box-up-sell .box-title h2 {
        margin-top: 1.2em; } }

.block-related .box-title h2,
.box-up-sell .box-title h2 {
  margin-bottom: 1.2em; }

.zone-message {
  background: #eeeeee;
  text-align: center;
  font-size: 12px;
  padding: 12px;
  color: #636466;
  clear: both;
  margin-top: 10px;
  float: left;
  width: 100%; }
  .zone-message .icon-info-circle {
    color: #f77300;
    font-size: 14px;
    vertical-align: middle;
    padding-right: 5px; }

.catalog-product-view .col-main > .amlabel-table2 {
  display: none; }

.product-view.deserres-creative .creative-project-type .mobile-description,
.product-view.deserres-creative .creative-project-type #product-details,
.product-view.deserres-creative .creative-project-type .brand,
.product-view.deserres-creative .creative-project-type .colour-details,
.product-view.deserres-creative .creative-project-type .add-to-cart-wrapper,
.product-view.deserres-creative .creative-project-type .product-shop .learn-more {
  display: none; }

.product-view.deserres-creative .product-shop .product-name .h1 {
  margin: 0;
  margin-bottom: 0.35em;
  color: #231f20;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility; }
  @media only screen and (min-width: 768px) {
    .product-view.deserres-creative .product-shop .product-name .h1 {
      font-size: 20px; } }
  @media only screen and (min-width: 980px) {
    .product-view.deserres-creative .product-shop .product-name .h1 {
      font-size: 36px; } }

.product-view.deserres-creative .inner-product-wrap,
.product-view.deserres-creative .max-width-wrapper {
  max-width: 1084px; }

@media only screen and (min-width: 768px) {
  .product-view.deserres-creative .max-width-wrapper {
    padding: 0 16px; } }

@media only screen and (min-width: 980px) {
  .product-view.deserres-creative .max-width-wrapper {
    padding: 0 32px; } }

.product-view.deserres-creative .grouped-products-grid {
  margin-top: 25px; }

.product-view.deserres-creative .creative-project-links {
  padding: 20px 0; }
  @media only screen and (min-width: 768px) {
    .product-view.deserres-creative .creative-project-links {
      padding: 30px 0 0; } }
  .product-view.deserres-creative .creative-project-links .button {
    margin-bottom: 20px;
    padding: 15px 30px; }

@media only screen and (max-width: 767px) {
  .product-view.deserres-creative .product-img-box .product-image-gallery img {
    max-height: none;
    margin-bottom: 20px; } }

.product-view.deserres-creative .product-shop .short-description {
  border-bottom: 0;
  padding-bottom: 0; }

.product-view.deserres-creative .add-to-cart {
  width: 100%; }
  .product-view.deserres-creative .add-to-cart a.button {
    padding: 15px 30px; }

.product-view.deserres-creative .shop-arrow {
  margin-top: 20px; }
  @media only screen and (min-width: 980px) {
    .product-view.deserres-creative .shop-arrow {
      display: inline-block;
      vertical-align: middle;
      padding-left: 20px;
      padding-right: 0;
      margin-top: 0; } }

.product-view.deserres-creative .custom-product-details.creative-projects {
  height: inherit;
  color: #636466;
  font-size: 16px;
  padding: 32px 16px 40px;
  background-color: #f7f7f7; }
  @media only screen and (min-width: 980px) {
    .product-view.deserres-creative .custom-product-details.creative-projects {
      padding-bottom: 80px; } }

@media only screen and (min-width: 600px) {
  .product-view.deserres-creative .custom-product-details .col-left {
    width: 60%;
    float: left;
    padding-top: 20px; } }

.product-view.deserres-creative .custom-product-details .col-left h2 {
  float: left;
  margin-bottom: 1em; }

.product-view.deserres-creative .alt-links {
  float: left;
  clear: left;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .product-view.deserres-creative .alt-links {
      text-align: right;
      float: right;
      clear: none; } }
  @media only screen and (min-width: 980px) {
    .product-view.deserres-creative .alt-links {
      margin: 17px 0 0 0; } }
  .product-view.deserres-creative .alt-links a {
    display: inline-block;
    color: #e52f32;
    font-weight: 600;
    padding-right: 10px;
    font-size: 14px; }
    .product-view.deserres-creative .alt-links a:last-child {
      padding-right: 0; }
  .product-view.deserres-creative .alt-links span {
    padding-right: 8px;
    float: left; }
  .product-view.deserres-creative .alt-links .icon-download {
    padding-top: 2px; }
  .product-view.deserres-creative .alt-links .icon-play:before {
    font-size: 20px; }

.product-view.deserres-creative .instructions {
  clear: left; }

.product-view.deserres-creative .custom-product-details .col-right {
  background: #FFFFFF;
  padding: 30px; }
  @media only screen and (min-width: 600px) {
    .product-view.deserres-creative .custom-product-details .col-right {
      width: 35%;
      float: right; } }
  .product-view.deserres-creative .custom-product-details .col-right h3 {
    font-size: 24px; }
  .product-view.deserres-creative .custom-product-details .col-right ol,
  .product-view.deserres-creative .custom-product-details .col-right ul {
    list-style-type: disc;
    list-style-position: inside; }
    .product-view.deserres-creative .custom-product-details .col-right ol li,
    .product-view.deserres-creative .custom-product-details .col-right ul li {
      margin-bottom: 0.5em; }
  .product-view.deserres-creative .custom-product-details .col-right + .col-right {
    margin-top: 16px;
    clear: right; }
  .product-view.deserres-creative .custom-product-details .col-right .icon-lightbulb-o {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    background: #d92b26;
    color: #FFFFFF;
    font-size: 28px;
    line-height: 1.8;
    margin-bottom: 20px; }

.box-title-creative {
  text-align: center;
  padding: 50px 20px 0; }
  @media only screen and (max-width: 599px) {
    .box-title-creative {
      padding-top: 30px; } }

.button.choose.open {
  background: #636466; }

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
.grouped-products-grid {
  clear: both;
  background: #f7f7f7;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .grouped-products-grid .content-wrap {
      padding: 0; } }

.grouped-items-table-wrapper {
  width: 100%;
  padding: 35px 0 80px; }
  @media only screen and (max-width: 767px) {
    .grouped-items-table-wrapper {
      padding: 20px 0 0; } }
  @media only screen and (min-width: 768px) {
    .grouped-items-table-wrapper tbody tr td {
      padding: 10px;
      border-bottom: 4px solid #f7f7f7; } }
  .grouped-items-table-wrapper tbody > tr:last-child > td {
    border-bottom: none; }
  .grouped-items-table-wrapper td.image a, .grouped-items-table-wrapper td.name a, .grouped-items-table-wrapper td.details a {
    text-decoration: none; }

/* -------------------------------------------- *
/* Always show table rows if its a creative project
*/
.grouped-items-table {
  /* ------- Only show tr if they are not filterd by colour -------- */ }
  .grouped-items-table .name-wrapper {
    color: #231f20;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 0;
    width: 100%; }
    @media only screen and (max-width: 979px) {
      .grouped-items-table .name-wrapper {
        font-size: 15px; } }
  .grouped-items-table .badge {
    font-size: 12px; }
    .grouped-items-table .badge.new {
      color: #0207fa; }
    .grouped-items-table .badge.sale {
      color: #e52f32; }
  .grouped-items-table .sku {
    font-size: 12px;
    font-weight: 400;
    margin: 0; }
  .grouped-items-table .qty-wrapper {
    text-transform: uppercase; }
  .grouped-items-table .qty-label {
    margin-right: 5px;
    font-size: 14px; }
    @media only screen and (max-width: 767px) {
      .grouped-items-table .qty-label {
        display: none; } }
  .grouped-items-table .shipping-info {
    float: none;
    font-size: 13px; }
    @media only screen and (max-width: 767px) {
      .grouped-items-table .shipping-info {
        float: none;
        display: inline-block;
        width: auto;
        font-size: 11px;
        border-bottom: 0;
        margin: 0;
        vertical-align: middle; } }
  .grouped-items-table .add-to-links {
    float: none;
    width: 100%;
    font-size: 12px;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .grouped-items-table .add-to-links {
        float: left;
        width: auto; } }
    .grouped-items-table .add-to-links a {
      line-height: 0;
      padding: 0; }
      @media only screen and (max-width: 767px) {
        .grouped-items-table .add-to-links a {
          font-size: 0; } }
    .grouped-items-table .add-to-links .heart {
      display: inline-block;
      margin-right: 5px; }
  .grouped-items-table.creative-project-table tr {
    display: block; }
  .grouped-items-table .child-group-table {
    display: none;
    padding: 0; }
    .grouped-items-table .child-group-table.active {
      display: block;
      margin-top: -4px; }
      .grouped-items-table .child-group-table.active table,
      .grouped-items-table .child-group-table.active tbody {
        width: 100%;
        display: block; }
    .grouped-items-table .child-group-table tr {
      display: table-row; }
  .grouped-items-table.no.color tr.colour-family-no-color {
    display: table-row; }
  .grouped-items-table tr {
    background: #FFFFFF; }
    .grouped-items-table tr.color-group-active:not(.item-select-colour) {
      display: block; }
    @media only screen and (max-width: 767px) {
      .grouped-items-table tr {
        position: relative;
        border-bottom: 2px solid #f7f7f7;
        float: left;
        width: 100%; } }
  .grouped-items-table .swatch-img img {
    display: block;
    border-radius: 50%;
    margin: 0 auto; }
  .grouped-items-table tbody td {
    border-bottom: 4px solid #f7f7f7;
    text-align: center;
    vertical-align: middle; }
    @media only screen and (max-width: 767px) {
      .grouped-items-table tbody td {
        display: block;
        float: left;
        border-bottom: 0;
        text-align: left;
        padding: 12px 15px; } }
    @media only screen and (min-width: 768px) {
      .grouped-items-table tbody td {
        padding: 10px 5px; } }
    @media only screen and (min-width: 980px) {
      .grouped-items-table tbody td {
        padding: 10px 15px; } }
    @media only screen and (max-width: 767px) {
      .grouped-items-table tbody td.image {
        padding: 12px 0 0 12px; } }
    @media only screen and (max-width: 979px) {
      .grouped-items-table tbody td.image {
        width: 65px; } }
    @media only screen and (min-width: 768px) {
      .grouped-items-table tbody td.image {
        width: 10%;
        padding: 10px 0 10px 10px; } }
    @media only screen and (min-width: 1020px) {
      .grouped-items-table tbody td.image {
        width: 8.5%; } }
    .grouped-items-table tbody td.image img {
      width: 75px;
      max-width: 100%; }
    .grouped-items-table tbody td.image .color-swatch {
      vertical-align: middle;
      border: 1px solid #eeeeee; }
    .grouped-items-table tbody td.name, .grouped-items-table tbody td:last-child {
      text-align: left; }
    .grouped-items-table tbody td.name {
      position: relative; }
      @media only screen and (max-width: 767px) {
        .grouped-items-table tbody td.name {
          width: 45%;
          min-height: 60px; } }
      @media only screen and (min-width: 768px) {
        .grouped-items-table tbody td.name {
          width: 18%; } }
    .grouped-items-table tbody td .product-badges {
      position: static; }
      .grouped-items-table tbody td .product-badges > li {
        height: auto;
        width: auto;
        margin-bottom: 5px; }
      .grouped-items-table tbody td .product-badges img {
        display: none; }
      .grouped-items-table tbody td .product-badges span {
        position: static;
        -webkit-transform: none;
        transform: none;
        text-align: left; }
    @media only screen and (max-width: 767px) {
      .grouped-items-table tbody td.details {
        clear: left;
        min-height: 40px; } }
    @media only screen and (min-width: 768px) {
      .grouped-items-table tbody td.details {
        width: 20%; } }
    @media only screen and (min-width: 980px) {
      .grouped-items-table tbody td.details {
        width: 15%; } }
    @media only screen and (max-width: 767px) {
      .grouped-items-table tbody td.prices {
        float: right;
        max-width: 40%;
        text-align: right;
        position: absolute;
        top: 0;
        right: 0; } }
    @media only screen and (min-width: 768px) {
      .grouped-items-table tbody td.prices {
        padding: 10px 0;
        width: 13%; } }
    @media only screen and (min-width: 980px) {
      .grouped-items-table tbody td.prices {
        width: 13%; } }
    .grouped-items-table tbody td.prices:after {
      content: '';
      padding-bottom: 100%; }
    .grouped-items-table tbody td .price-box {
      line-height: 1; }
      @media only screen and (max-width: 767px) {
        .grouped-items-table tbody td .price-box {
          margin-top: 0; } }
      .grouped-items-table tbody td .price-box .price {
        font-weight: 500; }
    .grouped-items-table tbody td .special-price {
      padding-right: 0; }
    .grouped-items-table tbody td .old-price {
      padding-left: .25em; }
      .grouped-items-table tbody td .old-price .price {
        font-size: 12px; }
    @media only screen and (max-width: 767px) {
      .grouped-items-table tbody td.shipping {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50%; } }
    @media only screen and (min-width: 768px) {
      .grouped-items-table tbody td.shipping {
        width: 15%;
        text-align: center; } }
    @media only screen and (min-width: 1084px) {
      .grouped-items-table tbody td.shipping {
        width: 14%; } }
    .grouped-items-table tbody td .add-to-links {
      padding-left: 0; }
    .grouped-items-table tbody td.details li {
      margin-bottom: 0;
      font-size: 12px;
      text-transform: lowercase; }
    .grouped-items-table tbody td.details span {
      text-transform: capitalize; }
    @media only screen and (max-width: 767px) {
      .grouped-items-table tbody td.emmpty-td {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .grouped-items-table tbody td.last {
        width: 55%;
        max-width: 230px;
        padding-bottom: 15px;
        float: right;
        clear: both; } }
    @media only screen and (min-width: 768px) {
      .grouped-items-table tbody td.last {
        min-width: 285px;
        text-align: right; } }
    @media only screen and (min-width: 1084px) {
      .grouped-items-table tbody td.last {
        width: 26%;
        padding-right: 14px; } }
    @media only screen and (max-width: 979px) {
      .grouped-items-table tbody td.available {
        clear: left; } }
    @media only screen and (min-width: 768px) {
      .grouped-items-table tbody td.available {
        width: 50%; } }
    .grouped-items-table tbody td.available p {
      color: #636466;
      font-size: 16px; }
      @media only screen and (max-width: 979px) {
        .grouped-items-table tbody td.available p {
          font-size: 12px; } }
      @media only screen and (min-width: 768px) {
        .grouped-items-table tbody td.available p {
          min-width: 320px; } }
      @media only screen and (min-width: 980px) {
        .grouped-items-table tbody td.available p {
          min-width: 390px; } }
    @media only screen and (max-width: 767px) {
      .grouped-items-table tbody td.choose-group-child {
        width: 55%;
        float: right;
        max-width: 230px; } }
    @media only screen and (min-width: 768px) {
      .grouped-items-table tbody td.choose-group-child {
        float: none;
        width: 300px; } }
    @media only screen and (max-width: 767px) {
      .grouped-items-table tbody td.child-group-table {
        float: none; } }
    .grouped-items-table tbody td .choose {
      float: right;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .grouped-items-table tbody td .choose {
          white-space: normal;
          font-size: 12px;
          padding: 15px 10px; } }
      @media only screen and (min-width: 980px) {
        .grouped-items-table tbody td .choose {
          width: 260px; } }
      .grouped-items-table tbody td .choose.active {
        background: #636466; }
    .grouped-items-table tbody td .alert-stock {
      text-align: right;
      color: #636466;
      text-transform: uppercase;
      font-size: 12px; }
  .grouped-items-table .btn-cart {
    padding: 15px 20px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .grouped-items-table .btn-cart {
        margin: 10px 0 0;
        width: 100%;
        font-size: 12px; } }
    @media only screen and (min-width: 768px) {
      .grouped-items-table .btn-cart {
        margin-left: 5px; } }
  .grouped-items-table .success-atc {
    padding: 15px 28px; }
    .grouped-items-table .success-atc:before {
      content: "";
      font-family: "icomoon";
      padding-right: 5px; }
    .grouped-items-table .success-atc.add-again {
      opacity: .5; }

/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase; }

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px; }

.map-popup {
  background: #FFFFFF;
  border: 5px solid #b1b1b1;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100; }
  @media only screen and (max-width: 767px) {
    .map-popup {
      width: 100%;
      left: 0px !important; } }
  @media only screen and (min-width: 768px) {
    .map-popup.map-popup-right {
      left: 10px !important; } }
  @media only screen and (min-width: 768px) {
    .map-popup.map-popup-left {
      left: auto !important;
      right: 10px !important; } }
  .map-popup .map-popup-heading {
    padding: 8px 10px;
    margin-right: 40px;
    width: auto; }
    .map-popup .map-popup-heading h3 {
      font-size: 14px;
      margin: 0;
      overflow: hidden;
      white-space: nowrap;
      word-wrap: break-word;
      text-align: left;
      text-overflow: ellipsis; }
      @media only screen and (max-width: 479px) {
        .map-popup .map-popup-heading h3 {
          text-align: center; } }
  .map-popup .map-popup-close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    width: 36px;
    font-size: 20px;
    line-height: 32px;
    text-align: center; }
  .map-popup .map-popup-content {
    border-top: 1px solid #eeeeee;
    padding: 10px;
    margin: 0 10px;
    overflow: hidden;
    text-align: left; }
    @media only screen and (max-width: 479px) {
      .map-popup .map-popup-content {
        text-align: center; } }
  .map-popup .map-popup-checkout {
    padding: 10px 0; }
    @media only screen and (max-width: 479px) {
      .map-popup .map-popup-checkout {
        text-align: center; } }
    @media only screen and (max-width: 479px) {
      .map-popup .map-popup-checkout .button,
      .map-popup .map-popup-checkout .additional-addtocart-box,
      .map-popup .map-popup-checkout .paypal-logo a,
      .map-popup .map-popup-checkout .paypal-logo .paypal-or {
        float: none; } }
    @media only screen and (max-width: 479px) {
      .map-popup .map-popup-checkout .additional-addtocart-box {
        min-width: 0; } }
    @media only screen and (max-width: 479px) {
      .map-popup .map-popup-checkout .paypal-logo .paypal-or {
        margin: 0;
        margin-bottom: 10px; } }
    .map-popup .map-popup-checkout form:after {
      content: '';
      display: table;
      clear: both; }
    .map-popup .map-popup-checkout span {
      display: block; }
    .map-popup .map-popup-checkout .button {
      float: left;
      margin: 0 2px;
      clear: left; }
    .map-popup .map-popup-checkout .additional-addtocart-box {
      float: left;
      min-width: 210px; }
      .map-popup .map-popup-checkout .additional-addtocart-box li {
        list-style-type: none; }
    .map-popup .map-popup-checkout .paypal-logo {
      width: auto; }
      .map-popup .map-popup-checkout .paypal-logo a {
        display: inline-block;
        float: left;
        clear: left; }
      .map-popup .map-popup-checkout .paypal-logo .paypal-or {
        float: left;
        text-align: center;
        padding: 5px 15px;
        clear: left; }
      .map-popup .map-popup-checkout .paypal-logo:after {
        content: '';
        display: table;
        clear: both; }
      .map-popup .map-popup-checkout .paypal-logo .bml_button a {
        clear: left; }
    .map-popup .map-popup-checkout:after {
      content: '';
      display: table;
      clear: both; }
  .map-popup .map-popup-price {
    padding: 10px 0; }
    @media only screen and (max-width: 479px) {
      .map-popup .map-popup-price {
        text-align: center;
        padding-top: 0; } }
    .map-popup .map-popup-price .price-box,
    .map-popup .map-popup-price .price-box .special-price {
      display: inline-block;
      margin: 0;
      padding: 0; }
    .map-popup .map-popup-price .price-box .minimal-price-link {
      display: inline-block; }
  .map-popup .map-popup-text {
    padding: 10px 0;
    margin: 0 10px;
    word-wrap: break-word; }
  .map-popup .map-popup-text,
  .map-popup .map-popup-only-text {
    border-top: 1px solid #eeeeee; }

/* ============================================ *
 * Catalog - MSRP Product Listing
 * ============================================ */
.price-box .map-link {
  display: block;
  text-align: center; }

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both; }

.compare-table .product-image {
  display: inline-block; }

.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0; }

.compare-table .product-shop-row.bottom td {
  padding-top: 0; }

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.cart-form {
  width: 100%;
  display: block; }
  @media only screen and (min-width: 980px) {
    .cart-form {
      float: left;
      width: 67%; } }

.cart .button {
  white-space: normal; }

.cart-forms,
.cart-totals-wrapper,
.crosssell {
  float: right;
  clear: right;
  width: 30%;
  padding-left: 20px; }

.cart-continue-shopping {
  display: none; }

.checkout-cart-index .validation-advice {
  clear: left; }

.checkout-cart-index .header-help {
  display: block; }
  @media only screen and (min-width: 450px) {
    .checkout-cart-index .header-help {
      display: inline-block; } }

.checkout-cart-index .skip-nav .icon,
.checkout-cart-index .skip-nav .label {
  display: none; }

.checkout-cart-index #header-nav {
  border-bottom: 0; }

.checkout-cart-index .header-minicart,
.checkout-cart-index #header-search,
.checkout-cart-index #nav {
  display: none; }

@media only screen and (min-width: 980px) {
  .checkout-cart-index .skip-links {
    clear: none; } }

.checkout-cart-index .cart-continue-shopping {
  display: inline-block; }

@media only screen and (min-width: 768px) {
  .checkout-cart-index .main-container {
    padding-bottom: 150px; } }

.checkout-cart-index #postcode {
  float: left;
  height: 49px;
  width: 50%;
  padding: 0 10px;
  margin: 3px  0 5px; }

.display-both-prices .cart-table {
  float: none;
  width: 100%; }

.display-both-prices .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0; }

.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-left: 10px; }

.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  width: 50%;
  padding-top: 50px; }

.display-both-prices .crosssell {
  clear: right;
  float: right; }

@media only screen and (max-width: 979px) {
  .display-single-price .cart-table {
    float: none;
    width: 100%; }
  .display-single-price .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0; }
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-left: 10px; }
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    width: 50%;
    padding-top: 50px; }
  .display-single-price .crosssell {
    clear: right;
    float: right; } }

@media only screen and (max-width: 599px) {
  .product-cart-sku {
    display: none; } }

@media only screen and (max-width: 599px) {
  .display-both-prices .cart-forms,
  .display-both-prices .cart-totals-wrapper,
  .display-both-prices .crosssell,
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%; } }

.display-single-price:after {
  content: '';
  display: table;
  clear: both; }

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title {
  padding: 20px 0 45px; }
  .cart .page-title:after {
    content: '';
    display: table;
    clear: both; }
  .cart .page-title h1 {
    border-bottom: none;
    margin: 10px 0; }
    @media only screen and (min-width: 768px) {
      .cart .page-title h1 {
        float: left;
        margin: 0 0 5px; } }

@media only screen and (max-width: 767px) {
  .cart .page-title,
  .icons-cc {
    margin: 0 auto;
    text-align: center;
    padding: 5px 0; } }

@media only screen and (max-width: 767px) {
  .icons-cc {
    margin-bottom: 10px; } }

@media only screen and (min-width: 768px) {
  .icons-cc {
    float: right;
    padding-top: 10px; } }

.checkout-types {
  max-width: 100%;
  text-align: right;
  /* We always want this shipping method to display on its own line */ }
  .checkout-types li {
    vertical-align: top; }
    .checkout-types li:after {
      content: '';
      display: table;
      clear: both; }
    .checkout-types li img {
      display: inline;
      vertical-align: top; }
  .checkout-types li:first-child {
    margin-left: 0; }
  .checkout-types .method-checkout-cart-methods-multishipping {
    display: block; }
  .checkout-types.top li {
    display: inline-block; }
  .checkout-types.top .bml_button {
    display: inline-block;
    vertical-align: top; }
    .checkout-types.top .bml_button img {
      display: block; }
  .checkout-types.top .paypal-logo .paypal-or {
    margin-top: 5px; }
  .checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
    display: block; }
  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    margin: 0px;
    display: block;
    text-align: center; }

@media only screen and (min-width: 741px) {
  .checkout-types.bottom .paypal-or {
    text-align: right;
    padding-right: 70px; } }

.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px; }
  .cart-totals .checkout-types .btn-checkout:focus {
    background-color: #c8191c; }

@media only screen and (max-width: 740px) {
  .checkout-types {
    float: none;
    text-align: center; } }

@media only screen and (max-width: 740px) {
  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    width: auto;
    float: none; } }

@media only screen and (max-width: 740px) {
  .checkout-types li {
    float: none;
    width: 100%; } }

.checkout-types li select {
  height: 48px;
  background: #eeeeee;
  border-radius: 0;
  border: 1px solid #eeeeee;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: #d4d2d2;
  padding: 0 34px 0 14px; }

.checkout-types li select,
.checkout-types li .button,
.checkout-types li .btn-gift-registry {
  width: 100%; }

.checkout-types li .btn-gift-registry {
  margin-top: 30px;
  border-top: 1px solid #ededed;
  padding-top: 20px; }

.checkout-types li .btn-gift-registry .button {
  margin-top: 10px; }

.btn-checkout {
  width: 100%;
  padding: 25px 15px;
  background-color: #e52f32;
  font-size: 16px; }
  .btn-checkout:hover {
    background-color: #d61b1e; }
  @media only screen and (max-width: 599px) {
    .btn-checkout {
      width: 100%; } }

.cart-table {
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  border-top: 1px solid #000000; }
  .cart-table th,
  .cart-table td,
  .cart-table tbody td {
    border-bottom: none;
    vertical-align: top; }
  .cart-table h2 {
    color: #231f20;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0; }
  .cart-table h3 {
    font-size: 12px;
    margin-bottom: 0; }
  .cart-table thead th,
  .cart-table tbody td {
    background-color: transparent;
    font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif; }
  .cart-table thead th {
    padding: 16px 15px;
    font-size: 11px;
    font-weight: 700; }
    .cart-table thead th:last-child {
      padding: 16px 0; }
    .cart-table thead th:first-child {
      padding-left: 0; }
  .cart-table tbody td {
    padding: 20px 0px 10px; }
    @media only screen and (min-width: 768px) {
      .cart-table tbody td {
        padding: 32px 0px 25px; } }
  .cart-table .product-cart-info,
  .cart-table .product-cart-actions {
    padding-left: 15px; }
  .cart-table tr {
    border-bottom: 1px solid #ededed; }
  .cart-table tfoot tr {
    background: none; }
  .cart-table tfoot tr > td:after {
    content: '';
    display: table;
    clear: both; }
  .cart-table span.or {
    font-size: 9px;
    padding: 0 5px;
    text-transform: uppercase;
    font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif; }
  .cart-table .product-cart-remove .button2,
  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-actions .button {
    display: none; }
  .cart-table .product-cart-image {
    padding-left: 0;
    padding-right: 0; }
    @media only screen and (min-width: 768px) {
      .cart-table .product-cart-image .product-image {
        width: 95px; } }
    .cart-table .product-cart-image .product-image img {
      max-width: 100%;
      width: 100%; }
    .cart-table .product-cart-image a.cart-edit {
      display: none; }
  .cart-table .product-cart-sku {
    font-style: italic;
    font-size: 12px;
    margin: 5px 0 12px; }
    .cart-table .product-cart-sku .label {
      font-weight: 700; }
  .cart-table .btn-empty {
    float: left; }
  .cart-table .cart-price .price {
    font-weight: 700; }
  .cart-table .cart-tax-total {
    position: relative;
    cursor: pointer; }
    .cart-table .cart-tax-total:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-right: 6px solid #231f20;
      border-left: none;
      position: absolute;
      top: 3px;
      right: -11px; }
    .cart-table .cart-tax-total.cart-tax-total-expanded:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-right: 6px solid transparent;
      border-left: 6px solid transparent;
      border-top: 6px solid #231f20;
      border-bottom: none;
      right: -15px;
      top: 6px; }
  .cart-table .cart-links > li {
    white-space: nowrap;
    line-height: 1.3;
    margin-bottom: 5px;
    min-width: 65px;
    font-size: 13px; }
    .cart-table .cart-links > li > a {
      display: block; }
    .cart-table .cart-links > li:last-child {
      margin-bottom: 0; }
  .cart-table .link-wishlist {
    margin: 10px auto 0;
    color: #e52f32;
    font-size: 11px;
    white-space: normal; }
    .cart-table .link-wishlist:hover:before {
      content: ""; }
    .cart-table .link-wishlist:before {
      content: "";
      font-family: "icomoon";
      padding-right: 5px;
      display: inline-block;
      vertical-align: middle;
      font-size: 13px; }
    .cart-table .link-wishlist span {
      display: inline-block;
      vertical-align: middle;
      width: 50px;
      line-height: 1.2; }
  .cart-table .product-cart-actions {
    min-width: 140px;
    text-align: center; }
    .cart-table .product-cart-actions .qty {
      text-align: center;
      width: 4.2em; }
      @media only screen and (min-width: 768px) {
        .cart-table .product-cart-actions .qty {
          margin: -15px auto 10px; } }
    .cart-table .product-cart-actions .button {
      margin: 0 0 5px 5px;
      padding: 0;
      background: none;
      font-size: 11px;
      color: #e52f32; }
      .cart-table .product-cart-actions .button:hover, .cart-table .product-cart-actions .button:focus, .cart-table .product-cart-actions .button:active {
        background: none;
        text-decoration: underline; }
      .cart-table .product-cart-actions .button:focus, .cart-table .product-cart-actions .button:active {
        color: #231f20; }
  .cart-table .item-options {
    padding-left: 15px; }
  .cart-table .simple-attributes {
    margin-top: 7px;
    font-size: 12px; }
    .cart-table .simple-attributes dt, .cart-table .simple-attributes dd {
      float: left;
      margin-bottom: 2px; }
    .cart-table .simple-attributes dt {
      clear: both;
      padding-right: 5px; }
      .cart-table .simple-attributes dt.shipping {
        font-size: 0; }
  .cart-table .shipping {
    font-size: 12px;
    font-weight: 500; }
    .cart-table .shipping .icon-truck {
      padding-right: 5px; }

@media only screen and (max-width: 767px) {
  .cart-table th {
    font-size: 12px; } }

@media only screen and (max-width: 767px) {
  .cart-table th,
  .cart-table td {
    padding: 7px 6px; } }

@media only screen and (max-width: 767px) {
  .cart-table .product-cart-actions > li {
    white-space: inherit; } }

@media only screen and (max-width: 699px) {
  .display-both-prices .cart-table thead th.cart-total-head,
  .display-both-prices .cart-table td.product-cart-total {
    display: none; } }

@media only screen and (max-width: 599px) {
  .cart-table colgroup, .cart-table thead {
    display: none; } }

@media only screen and (max-width: 599px) {
  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 100%; } }

@media only screen and (max-width: 599px) {
  .cart-table tr:after {
    content: '';
    display: table;
    clear: both; } }

@media only screen and (max-width: 599px) {
  .cart-table tr:last-child {
    margin-bottom: 0; } }

@media only screen and (max-width: 599px) {
  .cart-table tfoot tr {
    padding-bottom: 0; } }

@media only screen and (max-width: 599px) {
  .cart-table td {
    border: none;
    display: block; } }

@media only screen and (max-width: 599px) {
  .cart-table td[data-rwd-label] {
    padding-left: 15px;
    margin-bottom: 6px; } }

@media only screen and (max-width: 599px) {
  .cart-table td[data-rwd-label] .price {
    font-weight: normal; } }

@media only screen and (max-width: 599px) {
  .cart-table td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase; } }

@media only screen and (max-width: 599px) {
  .cart-table td.product-cart-price {
    text-align: left; } }

@media only screen and (max-width: 599px) {
  .cart-table h2 {
    font-size: 12px; } }

@media only screen and (max-width: 599px) {
  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px; } }

@media only screen and (max-width: 599px) {
  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center; } }

@media only screen and (max-width: 599px) {
  .cart-table .cart-links > li > a {
    padding: 2px 0; } }

@media only screen and (max-width: 599px) {
  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 16px;
    font-size: 13px; } }

@media only screen and (max-width: 599px) {
  .cart-table .cart-tax-info .price {
    font-size: 13px; } }

@media only screen and (max-width: 599px) {
  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0; } }

@media only screen and (max-width: 599px) {
  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase; } }

@media only screen and (max-width: 599px) {
  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: right;
    width: 75%; } }

@media only screen and (max-width: 599px) {
  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right; } }

@media only screen and (max-width: 599px) {
  .cart-table td.product-cart-remove {
    text-align: left;
    padding-top: 0;
    text-decoration: underline; } }

.cart-table td.product-cart-remove:before {
  content: none; }

@media only screen and (max-width: 599px) {
  .cart-table .product-cart-remove .btn-remove2,
  .cart-table .product-cart-total,
  .cart-table .product-cart-actions .cart-links {
    display: none; } }

@media only screen and (max-width: 599px) {
  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-remove .button2 {
    display: block; } }

@media only screen and (max-width: 599px) {
  .cart-table .product-cart-actions .button {
    display: none; } }

@media only screen and (min-width: 980px) {
  .cart-table .product-cart-info {
    width: 35%; } }

@media only screen and (max-width: 599px) {
  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: -4px 0 2px 7px; } }

@media only screen and (max-width: 599px) {
  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px; } }

@media only screen and (max-width: 599px) {
  .cart-table .product-cart-actions {
    text-align: left; } }

@media only screen and (max-width: 599px) {
  .cart-table .product-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px; } }

@media only screen and (max-width: 599px) {
  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;
    font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif; } }

@media only screen and (max-width: 599px) {
  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":"; } }

/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px; }

.shipping select.validation-failed {
  border-color: #e52f32; }

.shipping .shipping-desc {
  display: none; }

.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0; }

.shipping .form-list:after {
  content: '';
  display: table;
  clear: both; }

.shipping .form-list li {
  float: left;
  margin: 5px 2% 10px 0; }

.shipping .form-list select {
  height: 48px;
  background: #eeeeee;
  border-radius: 0;
  border: 1px solid #eeeeee;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: #d4d2d2;
  padding: 0 34px 0 14px; }

.shipping .form-list .shipping-country {
  display: none;
  width: 37%; }

.shipping .form-list .shipping-region {
  width: 41%; }

.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 57%; }
  .shipping .form-list .shipping-postcode button.button2 {
    text-transform: none;
    height: 49px;
    padding-left: 0; }
  .shipping .form-list .shipping-postcode .button-wrapper {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0; }

.shipping .form-list .input-box {
  padding-top: 0;
  position: relative; }

.shipping .form-list .button-wrapper {
  margin-top: 3px; }

.shipping .form-list label {
  display: none;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap; }

.shipping .sp-methods {
  padding: 5px 0 2px 0;
  text-align: left; }
  .shipping .sp-methods dt {
    display: none; }
  .shipping .sp-methods dd {
    margin-bottom: 10px; }

.shipping .shipping-details {
  font-size: 12px;
  color: #636466;
  margin-left: 30px;
  display: block; }

.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0;
  width: 100%; }

.shipping #co-shipping-method-form .buttons-set {
  padding-bottom: 20px; }
  @media only screen and (min-width: 980px) {
    .shipping #co-shipping-method-form .buttons-set {
      padding-bottom: 30px;
      border-bottom: 1px solid #ededed; } }

.shipping #co-shipping-method-form .sp-methods dd label {
  width: 100%;
  font-size: 16px;
  padding-left: 20px; }

.shipping .shipping-form {
  display: none; }
  .shipping .shipping-form.active {
    display: block; }

@media only screen and (max-width: 767px) {
  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none; } }

@media only screen and (max-width: 767px) {
  .shipping .shipping-form .form-list > li label {
    display: block; } }

@media only screen and (max-width: 767px) {
  .shipping .shipping-form .form-list > li input,
  .shipping .shipping-form .form-list > li select {
    width: 100%; } }

.cart .cart-totals {
  text-align: right; }
  .cart .cart-totals:after {
    content: '';
    display: table;
    clear: both; }
  .cart .cart-totals table {
    font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    margin-bottom: 20px;
    width: 100%; }
    .cart .cart-totals table th,
    .cart .cart-totals table td {
      padding: 5px 0;
      font-size: 14px;
      color: #636466; }
      @media only screen and (min-width: 768px) {
        .cart .cart-totals table th,
        .cart .cart-totals table td {
          padding: 15px 0;
          font-size: 16px; } }
    .cart .cart-totals table th:first-child,
    .cart .cart-totals table td:first-child {
      padding-right: 10px;
      text-align: left; }
    .cart .cart-totals table tfoot td {
      font-size: 18px;
      vertical-align: top;
      padding-bottom: 0;
      color: #e52f32;
      text-transform: uppercase; }
    .cart .cart-totals table tfoot strong span,
    .cart .cart-totals table tfoot span.price {
      font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif; }
    .cart .cart-totals table tfoot strong {
      font-weight: 700;
      font-size: 18px; }

.cart-shipping-msg,
.cart-zone-savings {
  color: #636466;
  text-align: center;
  margin: 25px 0;
  font-weight: 500; }
  .cart-shipping-msg .icon-truck,
  .cart-zone-savings .icon-truck {
    display: block;
    margin-bottom: 15px; }

.cart-shipping-msg + .cart-zone-savings {
  margin: -25px 0 25px; }

@media only screen and (max-width: 600px) {
  .cart-totals {
    text-align: right; } }

@media only screen and (max-width: 767px) {
  .cart .cart-totals table tfoot td {
    font-size: 18px; } }

.cart-forms {
  margin-top: 20px; }

.cart-forms .discount label,
.cart-forms .giftcard label,
.cart-forms .shipping h2 {
  padding: 14px 20px;
  background-color: #F4F4F4;
  border: 1px solid #b1b1b1;
  text-transform: uppercase;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  line-height: 1.3;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  margin-right: 10px;
  width: 100%;
  position: relative; }
  .cart-forms .discount label:after,
  .cart-forms .giftcard label:after,
  .cart-forms .shipping h2:after {
    font-family: "icomoon";
    content: "";
    position: absolute;
    right: 20px;
    top: 15px; }
  .cart-forms .discount label:hover,
  .cart-forms .giftcard label:hover,
  .cart-forms .shipping h2:hover {
    cursor: pointer;
    background-color: #e7e7e7; }
  .cart-forms .discount label.active:after,
  .cart-forms .giftcard label.active:after,
  .cart-forms .shipping h2.active:after {
    content: ""; }

.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both; }

#discount-coupon-form .button-wrapper {
  position: absolute;
  top: 10px;
  right: 0;
  width: 33%;
  height: 42px; }

#discount-coupon-form,
.cart .giftcard {
  width: 100%; }
  #discount-coupon-form h2,
  .cart .giftcard h2 {
    display: none; }
  #discount-coupon-form .field-wrapper,
  .cart .giftcard .field-wrapper {
    display: none;
    width: 100%;
    margin-bottom: 10px;
    position: relative; }
    #discount-coupon-form .field-wrapper.active,
    .cart .giftcard .field-wrapper.active {
      display: inline-block; }

#discount-coupon-form,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-top: -1px; }
  #discount-coupon-form .button-wrapper,
  .cart-forms .giftcard .button-wrapper,
  .cart-forms .shipping .button-wrapper {
    background-color: #eeeeee; }
    #discount-coupon-form .button-wrapper > button,
    .cart-forms .giftcard .button-wrapper > button,
    .cart-forms .shipping .button-wrapper > button {
      float: left;
      padding-left: 15px;
      height: 42px; }
      #discount-coupon-form .button-wrapper > button span,
      .cart-forms .giftcard .button-wrapper > button span,
      .cart-forms .shipping .button-wrapper > button span {
        text-decoration: none; }
      #discount-coupon-form .button-wrapper > button:after,
      .cart-forms .giftcard .button-wrapper > button:after,
      .cart-forms .shipping .button-wrapper > button:after {
        content: "";
        font-family: "icomoon";
        color: #e52f32;
        padding-left: 10px;
        font-size: 18px;
        position: relative;
        top: 2px; }
  #discount-coupon-form .cancel-coupon,
  .cart-forms .giftcard .cancel-coupon,
  .cart-forms .shipping .cancel-coupon {
    float: left;
    background: none;
    clear: left;
    width: 100%;
    text-align: left; }
  #discount-coupon-form .input-text,
  .cart-forms .giftcard .input-text,
  .cart-forms .shipping .input-text {
    border-radius: 0;
    height: 42px;
    margin-top: 10px;
    width: 67%;
    background-color: #eeeeee;
    padding-left: 20px;
    font-size: 14px; }
    #discount-coupon-form .input-text:active, #discount-coupon-form .input-text:focus,
    .cart-forms .giftcard .input-text:active,
    .cart-forms .giftcard .input-text:focus,
    .cart-forms .shipping .input-text:active,
    .cart-forms .shipping .input-text:focus {
      border-color: transparent; }

/* ============================================ *
 * Gift Card
 * ============================================ */
.cart .giftcard {
  font-size: 14px; }
  .cart .giftcard .non-member-earn {
    margin: 10px 0; }
    .cart .giftcard .non-member-earn a {
      display: inline-block;
      margin-top: 10px;
      text-transform: uppercase;
      color: #e52f32; }
  .cart .giftcard p {
    margin-bottom: 7px; }
  .cart .giftcard .button2 {
    float: right; }
  .cart .giftcard .card,
  .cart .giftcard .balance {
    padding: 10px; }
  .cart .giftcard .button-wrapper {
    margin-top: 10px;
    position: absolute;
    top: 0;
    right: 0;
    width: 33%; }
    .cart .giftcard .button-wrapper button {
      height: 42px; }
  .cart .giftcard .gain-points {
    padding: 10px 0px; }
  .cart .giftcard .balance-title {
    padding: 0; }
  .cart .giftcard .balance {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0; }
  .cart .giftcard .balance-notice {
    padding: 0px 0 10px;
    font-style: italic;
    font-size: 12px; }
  .cart .giftcard .action .redeem-points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .cart .giftcard .action .redeem-points input {
      max-width: 100px;
      margin: 0 16px 0 0; }
  .cart .giftcard .action > span {
    padding: 0;
    font-size: 13px;
    color: #b1b1b1; }

.cart .giftcard .check-gc-status {
  float: left;
  padding: 0; }
  .cart .giftcard .check-gc-status > span > span {
    font-size: 14px;
    text-transform: none;
    line-height: 1.5;
    margin-top: 6px; }

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell .item a.product-image {
  width: auto;
  float: left; }

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
.crosssell {
  /* Undo three-column config */ }
  @media only screen and (max-width: 979px) {
    .crosssell .products-grid > li:nth-child(even),
    .crosssell .products-grid > li:nth-child(3n),
    .crosssell .products-grid > li {
      width: 47.72727%;
      margin-right: 4.54545%; } }
  @media only screen and (max-width: 979px) {
    .crosssell .products-grid > li:nth-child(odd) {
      clear: left; } }
  @media only screen and (max-width: 979px) {
    .crosssell .products-grid > li:nth-child(even) {
      margin-right: 0; } }
  @media only screen and (max-width: 979px) {
    .crosssell .products-grid > li:nth-child(3n+1) {
      clear: none; } }

@media only screen and (max-width: 599px) {
  .cart-table .cart-tax-total:after {
    right: -9px; } }

@media only screen and (max-width: 599px) {
  .cart-table .cart-tax-total.cart-tax-total-expanded:after {
    right: -13px; } }

@media only screen and (max-width: 320px) {
  .crosssell ul .item {
    padding: 0 0 40px; } }

@media only screen and (max-width: 320px) {
  .crosssell ul .product-details .crosssell-actions {
    padding: 0 5px; } }

.cart-price > .regular-price {
  text-decoration: line-through;
  font-size: 12px; }

.cart-price > .price {
  color: #e52f32; }

.cart-price :only-child {
  color: black; }

.product-item-price > .regular-price {
  text-decoration: line-through;
  font-size: 11px; }

.product-item-price :nth-child(2) {
  color: #e52f32; }

.info-wrapper > tbody > tr > td > .regular-price {
  text-decoration: line-through;
  font-size: 11px; }

.info-wrapper > tbody > tr > td :nth-child(1) {
  display: block; }

.info-wrapper > tbody > tr > td :nth-child(2) {
  color: #e52f32; }

/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none; }

.checkout-onepage-index .col-main {
  width: auto;
  float: none; }

.checkout-onepage-index .header-help {
  display: block; }
  @media only screen and (min-width: 450px) {
    .checkout-onepage-index .header-help {
      display: inline-block; } }

.checkout-onepage-index .skip-nav .icon,
.checkout-onepage-index .skip-nav .label {
  display: none; }

.checkout-onepage-index #header-nav {
  border-bottom: 0; }

.checkout-onepage-index .header-minicart,
.checkout-onepage-index #header-search,
.checkout-onepage-index #nav {
  display: none; }

@media only screen and (min-width: 980px) {
  .checkout-onepage-index .skip-links {
    clear: none; } }

@media only screen and (max-width: 979px) {
  .checkout-onepage-index .col-main {
    padding: 0;
    margin-bottom: 40px; } }

@media only screen and (min-width: 980px) {
  .checkout-onepage-index .col-main {
    float: left;
    width: 68.75%;
    padding-right: 20px;
    margin-bottom: 80px; } }

@media only screen and (min-width: 980px) {
  .checkout-onepage-index .col-right,
  .checkout-onepage-index .col-left {
    width: 31.25%;
    display: block; } }

@media only screen and (min-width: 980px) {
  .checkout-onepage-index .col-right {
    padding-left: 0;
    margin-top: 35px; } }

@media only screen and (max-width: 767px) {
  .checkout-onepage-index .page-title {
    text-align: center; } }

.checkout-onepage-index .page-title:before {
  content: "";
  font-family: "icomoon";
  font-size: 31px;
  padding-right: 16px; }
  @media only screen and (max-width: 767px) {
    .checkout-onepage-index .page-title:before {
      display: inline-block;
      font-size: 22px;
      padding-right: 5px; } }

.checkout-onepage-index .page-title h1 {
  margin: 30px 0 42px 0; }
  @media only screen and (max-width: 767px) {
    .checkout-onepage-index .page-title h1 {
      margin: 10px 0;
      display: inline-block; } }
  @media only screen and (min-width: 768px) {
    .checkout-onepage-index .page-title h1 {
      font-size: 38px;
      display: inline-block; } }
  @media only screen and (min-width: 980px) {
    .checkout-onepage-index .page-title h1 {
      font-size: 38px; } }

.checkout-onepage-index .page-title .payment-icons {
  display: block;
  width: 228px;
  margin: 0 auto 20px; }
  @media only screen and (min-width: 768px) {
    .checkout-onepage-index .page-title .payment-icons {
      display: inline-block;
      vertical-align: middle;
      margin: 0 20px 20px; } }
  @media only screen and (min-width: 980px) {
    .checkout-onepage-index .page-title .payment-icons {
      display: none; } }

.checkout-onepage-index .col-right .payment-icons {
  float: right; }

@media only screen and (max-width: 767px) {
  .opc p.required {
    float: left;
    width: 100%; } }

.opc input.input-text,
.opc select {
  width: 100%; }

.opc select {
  height: 48px;
  background: #eeeeee;
  border-radius: 0;
  border: 1px solid #eeeeee;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: #d4d2d2;
  padding: 0 34px 0 14px;
  margin-top: 0; }

.opc .form-list label {
  text-transform: uppercase;
  font-size: 14px; }

.opc .form-list .fields {
  clear: both; }

@media only screen and (min-width: 600px) {
  .opc .form-list .fields .field {
    width: 49%; } }

@media only screen and (min-width: 600px) {
  .opc .form-list .fields .field.short {
    width: 23%;
    float: left;
    margin-left: 2.35%; } }

.opc .form-list .wide {
  clear: left; }

@media only screen and (min-width: 600px) {
  .opc .form-list .field:nth-child(odd) {
    float: left; } }

@media only screen and (min-width: 600px) {
  .opc .form-list .field:nth-child(even) {
    float: right; } }

.opc #guest-password {
  float: left;
  clear: left; }
  @media only screen and (max-width: 599px) {
    .opc #guest-password {
      width: 100%; } }

.opc .cclub-optin {
  margin-top: 20px; }

.opc .control {
  clear: both; }

.opc .step .control label {
  text-transform: none; }

.opc .remove-em:after {
  content: ''; }

.opc .description {
  color: #636466; }
  @media only screen and (min-width: 768px) {
    .opc .description {
      font-size: 16px; } }

/* -------------------------------------------- *
 * Section Styling - Default
 */
.opc .section {
  position: relative; }
  .opc .section p.required {
    margin-top: 5px; }
    @media only screen and (min-width: 980px) {
      .opc .section p.required {
        margin-top: 0;
        position: absolute;
        top: -30px;
        right: 16px; } }

.opc .section .step-title {
  width: 100%;
  border-top: 1px solid #eeeeee;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .opc .section .step-title:after {
    content: '';
    display: table;
    clear: both; }

.opc .section:last-child .step-title {
  border-bottom: 1px solid #eeeeee; }

.opc .section.allow:not(.active) .step-title {
  cursor: pointer; }

.opc .section.active .step-title {
  border-top-color: #231f20;
  border-bottom: 1px solid transparent; }

.opc .section .step-title a {
  display: none; }

.opc .section.allow:not(.active) .step-title a {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  line-height: 70px;
  height: 70px;
  padding: 0px 16px;
  color: #848a9c;
  text-decoration: underline;
  font-size: 16px; }
  @media only screen and (max-width: 599px) {
    .opc .section.allow:not(.active) .step-title a {
      padding: 0;
      font-size: 14px;
      height: 40px;
      line-height: 40px; } }

.no-touch .opc .section .step-title a:hover {
  text-decoration: none; }

.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
  width: 20px;
  height: 70px;
  line-height: 70px;
  font-size: 21px;
  display: block;
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -35px;
  font-weight: 700; }
  @media only screen and (max-width: 599px) {
    .opc .section .step-title .number,
    .opc .section.allow.active .step-title .number,
    .no-touch .opc .section.allow:hover .step-title .number {
      font-size: 17px;
      left: 0;
      height: 40px;
      line-height: 40px;
      margin-top: -20px; } }

.opc .section.allow.active .step-title .number {
  color: #231f20; }

.opc .section.allow .step-title .number,
.opc .section.allow .step-title h2 {
  color: #b1b1b1; }

.opc .section.allow:not(.active) .step-title h2:after {
  content: "";
  font-family: "icomoon";
  color: #3696fc;
  padding-left: 18px;
  font-size: 18px; }
  @media only screen and (max-width: 599px) {
    .opc .section.allow:not(.active) .step-title h2:after {
      font-size: 14px;
      padding-left: 5px; } }

.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
  color: #231f20; }

.opc .section .step-title h2 {
  font-size: 21px;
  font-weight: 700;
  line-height: 70px;
  height: 70px;
  float: left;
  margin: 0px 4px 0px 40px;
  color: #b1b1b1;
  width: 100%; }
  @media only screen and (max-width: 599px) {
    .opc .section .step-title h2 {
      font-size: 17px;
      margin-left: 20px;
      height: 40px;
      line-height: 40px; } }

.opc .section .step-title .number {
  color: #b1b1b1; }

.opc .section .step {
  position: relative;
  top: -10px;
  padding: 0 16px; }
  @media only screen and (max-width: 979px) {
    .opc .section .step {
      padding: 5px 0; } }
  .opc .section .step:after {
    content: '';
    display: table;
    clear: both; }

.opc h3 {
  font-size: 14px;
  text-transform: uppercase; }

.opc .buttons-set {
  text-align: left;
  border-top: 0;
  margin-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .opc .buttons-set {
      margin-bottom: 20px; } }
  .opc .buttons-set button.button {
    float: right;
    margin: 0; }
  .opc .buttons-set p.required {
    float: right;
    margin-left: 5px;
    margin-bottom: 0; }
  .opc .buttons-set .back-link {
    display: none; }
  .opc .buttons-set .please-wait {
    margin: 15px 0 0 0; }

@media only screen and (max-width: 479px) {
  .opc .buttons-set .button + .buttons-set .button,
  .paypal-express-review .buttons-set .button + .buttons-set .button {
    margin-left: 0; } }

.opc #opc-login .step {
  padding: 0px 10px; }

.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 0px; }
  .opc #opc-login .buttons-set .button {
    float: left; }

.opc #opc-login .checkout-as-guest {
  display: none; }

.opc #opc-login .description {
  margin-bottom: 30px; }

@media only screen and (max-width: 767px) {
  .opc #opc-login .description,
  .opc #opc-login p.required {
    display: none; } }

#opc-login h3 {
  margin-top: 10px; }

#opc-login .form-list a {
  display: block;
  padding: 10px 0 20px;
  color: #848a9c;
  font-size: 16px;
  text-decoration: underline; }
  #opc-login .form-list a:hover {
    text-decoration: none; }

#opc-shipping .description,
#checkout-step-billing .description {
  margin-bottom: 30px;
  clear: both;
  float: left;
  width: 100%; }

#opc-shipping .fieldset .description,
#checkout-step-billing .fieldset .description {
  margin: 15px 0 30px; }

#opc-shipping .ship-yes,
#checkout-step-billing .ship-yes {
  margin-top: 30px; }

#opc-payment .note {
  padding: 10px; }

#opc-payment .use-points-check {
  margin-top: 50px;
  margin-bottom: 16px; }
  #opc-payment .use-points-check input {
    margin-right: 12px; }

#opc-payment .redeem-points-container--hidden {
  display: none; }

#opc-payment .redeem-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4px; }
  #opc-payment .redeem-points input {
    max-width: 100px;
    margin-right: 16px; }
  #opc-payment .redeem-points button {
    text-transform: uppercase; }

#opc-payment .min-points {
  font-size: 13px;
  color: #b1b1b1; }

#opc-payment hr {
  margin-top: 16px; }

#opc-payment #checkout-payment-method-load {
  padding-top: 24px; }

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms; }

.opc.opc-firststep-login .section#opc-login .step-title .number {
  -webkit-transition: width 80ms;
  transition: width 80ms; }

.opc.opc-firststep-login .section#opc-login .step-title h2 {
  -webkit-transition: margin-left 80ms;
  transition: margin-left 80ms; }

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
@media only screen and (min-width: 768px) {
  #checkout-payment-method-load,
  #checkout-shipping-method-load {
    padding-top: 50px; } }

#checkout-shipping-method-load .sp-methods dt {
  display: none; }

.sp-payment-icon {
  display: inline-block; }
  @media only screen and (max-width: 599px) {
    .sp-payment-icon {
      margin-left: 30px; } }

.sp-methods {
  margin: 0 0 8px; }
  .sp-methods dt {
    margin: 13px 0 5px;
    font-weight: bold;
    clear: both; }
    @media only screen and (max-width: 767px) {
      .sp-methods dt {
        margin: 0 0 5px; } }
    .sp-methods dt:first-child {
      margin: 0 0 5px; }
  .sp-methods dd li {
    margin: 5px 0; }
  .sp-methods #optimal-form-combinations {
    margin-bottom: 50px; }
    .sp-methods #optimal-form-combinations:after {
      content: '';
      display: table;
      clear: both; }
  .sp-methods label img {
    vertical-align: middle;
    margin-left: 15px; }
  .sp-methods label a {
    margin-top: 6px;
    float: right;
    margin-left: 10px; }
  .sp-methods .form-list li {
    margin: 0 0 20px; }
  .sp-methods .paypal-what-is-this,
  .sp-methods .cvv-what-is-this {
    color: #848a9c;
    font-size: 16px;
    text-decoration: underline;
    display: inline-block;
    vertical-align: middle; }
    .sp-methods .paypal-what-is-this:hover,
    .sp-methods .cvv-what-is-this:hover {
      text-decoration: none; }
  .sp-methods .input-box .v-fix {
    width: 48%;
    margin-right: 4%; }
    .sp-methods .input-box .v-fix:nth-child(2) {
      margin-right: 0; }
  .sp-methods #advice-validate-cc-exp-ccsave_expiration {
    max-width: 130px; }
  @media only screen and (max-width: 479px) {
    .sp-methods .checkmo-list {
      padding-left: 0; } }
  .sp-methods .checkmo-list li {
    margin: 0 0 5px;
    content: '';
    display: table;
    clear: both; }
  .sp-methods .checkmo-list label {
    width: 165px;
    padding-right: 15px;
    text-align: right;
    float: left; }
    @media only screen and (max-width: 479px) {
      .sp-methods .checkmo-list label {
        width: 135px; } }
  .sp-methods .checkmo-list address {
    float: left; }
  .sp-methods .release-amounts {
    margin: 0.5em 0; }
  .sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0; }

@media only screen and (min-width: 768px) {
  #checkout-payment-method-load ul.form-list {
    margin-top: 30px; } }

#checkout-payment-method-load .card-type {
  clear: both; }
  #checkout-payment-method-load .card-type .select-wrapper {
    display: inline-block; }
  @media only screen and (min-width: 600px) {
    #checkout-payment-method-load .card-type select {
      max-width: 150px; } }

@media only screen and (min-width: 600px) {
  #checkout-payment-method-load .card-name,
  #checkout-payment-method-load .card-number,
  #checkout-payment-method-load .expiry,
  #checkout-payment-method-load .cvc {
    width: 50%;
    float: left; } }

#checkout-payment-method-load .card-name {
  clear: left; }

@media only screen and (min-width: 600px) {
  #checkout-payment-method-load .cvc,
  #checkout-payment-method-load .expiry {
    padding-left: 2%; } }

@media only screen and (max-width: 767px) {
  .order-review {
    margin-top: 20px; } }

@media only screen and (min-width: 768px) {
  .order-review {
    width: 50%; } }

@media only screen and (min-width: 980px) {
  .order-review {
    width: 100%; } }

.order-review .block-progress {
  border: 0; }

/* One Page Checkout */
.block-progress {
  margin: 50px 0 0;
  border: 1px solid #d4d2d2; }
  .block-progress .block-title {
    text-transform: uppercase;
    border: 0; }
  .block-progress .block-content {
    font-size: 13px;
    margin-top: 0; }
  .block-progress dt {
    padding-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700; }
  .block-progress dd {
    font-size: 16px;
    color: #636466; }
    @media only screen and (min-width: 980px) {
      .block-progress dd {
        line-height: 2; } }
  .block-progress #payment-progress-opcheckout .subtitle {
    margin-bottom: 3px; }
  .block-progress .payment-info dt {
    padding: 0;
    margin: 0 0 3px 0;
    color: #231f20;
    text-transform: none;
    font-style: italic;
    float: left;
    clear: both;
    font-size: 13px; }
    .block-progress .payment-info dt:after {
      content: ': '; }
  .block-progress .payment-info dd {
    float: left;
    margin-bottom: 3px;
    font-size: 13px; }
  .block-progress .payment-info:after {
    content: '';
    display: table;
    clear: both; }

/* review step */
#checkout-review-table .btn-remove img {
  display: none; }

#checkout-review-table-wrapper {
  clear: both; }

#checkout-review-submit {
  clear: left; }
  #checkout-review-submit h2 {
    text-align: center;
    padding-top: 20px; }
    @media only screen and (min-width: 980px) {
      #checkout-review-submit h2 {
        padding-top: 60px;
        font-size: 24px; } }

#review-buttons-container {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center; }
  #review-buttons-container .btn-checkout {
    width: 100%;
    max-width: 315px;
    float: none;
    margin: 0; }
  #review-buttons-container .please-wait {
    display: block;
    margin: 30px auto 0; }
  #review-buttons-container .f-left {
    float: right; }

@media only screen and (max-width: 599px) {
  .linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {
    display: none; } }

@media only screen and (max-width: 479px) {
  .linearize-table.checkout-review-table thead tr:nth-child(1n+2) {
    display: none; } }

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline; }

.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none; }

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
@media only screen and (max-width: 979px) {
  #checkout-progress-wrapper > .opc-block-progress {
    border: 1px solid #d4d2d2; } }

@media only screen and (min-width: 768px) {
  #checkout-progress-wrapper > .opc-block-progress {
    float: right;
    width: 50%; } }

@media only screen and (min-width: 980px) {
  #checkout-progress-wrapper > .opc-block-progress {
    clear: right;
    width: 100%; } }

@media only screen and (max-width: 979px) {
  #checkout-progress-wrapper .payment-icons {
    display: none; } }

#checkout-step-review .opc-block-progress {
  padding-left: 0;
  margin: 0; }
  #checkout-step-review .opc-block-progress .block-title {
    display: none; }
  #checkout-step-review .opc-block-progress .block-content {
    display: block !important;
    padding: 0; }
    #checkout-step-review .opc-block-progress .block-content > dl > div {
      float: left;
      width: 33.33%;
      padding-right: 25px; }
    @media only screen and (max-width: 479px) {
      #checkout-step-review .opc-block-progress .block-content > dl > div {
        float: none;
        width: auto; } }
    #checkout-step-review .opc-block-progress .block-content .changelink {
      color: #848a9c;
      font-size: 16px;
      text-decoration: underline;
      display: block;
      margin-bottom: 30px; }
      #checkout-step-review .opc-block-progress .block-content .changelink:hover {
        text-decoration: none; }
      @media only screen and (max-width: 979px) {
        #checkout-step-review .opc-block-progress .block-content .changelink {
          margin-bottom: 20px; } }

@media only screen and (max-width: 479px) {
  #checkout-review-table thead > tr > th {
    display: none; } }

@media only screen and (max-width: 479px) {
  #checkout-review-table thead > tr > th:first-child {
    display: block; } }

@media only screen and (max-width: 479px) {
  #checkout-review-table thead > tr > th:first-child {
    display: block; } }

#checkout-step-review .centinel > p {
  margin-bottom: 10px; }

#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px; }

/* Gift options */
.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 32px; }
  .gift-messages-form .item h5 {
    font-weight: bold; }
  .gift-messages-form .item .product-img-box {
    width: auto;
    float: left;
    padding-right: 15px; }
  .gift-messages-form .item .details {
    float: left; }

.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 16px;
  display: block; }
  .gift-message-form .inner-box > div.extra-options-container p {
    margin-bottom: 16px; }

.gift-message-form .gift-wrapping-form label {
  margin-right: 10px; }

.gift-message-form .gift-wrapping-form img {
  float: left; }

.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px; }
  .gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
    content: '';
    display: table;
    clear: both; }
  .gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
    margin-right: 5px; }

.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #eeeeee; }
  .gift-message-form .gift-item:after {
    content: '';
    display: table;
    clear: both; }
  .gift-message-form .gift-item .product-img-box {
    width: 200px; }
    .gift-message-form .gift-item .product-img-box .product-image {
      width: 75px;
      margin-left: auto;
      margin-right: auto; }
    .gift-message-form .gift-item .product-img-box .product-name {
      display: block; }
  .gift-message-form .gift-item .fieldset {
    margin-left: 200px; }

@media only screen and (max-width: 767px) {
  .gift-message-form .giftmessage-area {
    max-width: 100%; } }

@media only screen and (max-width: 767px) {
  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none; } }

@media only screen and (max-width: 767px) {
  .gift-message-form .gift-item .fieldset {
    margin-left: 0px; } }

@media only screen and (max-width: 767px) {
  .gift-message-form .gift-item .fieldset textarea {
    width: 100%; } }

.ui-dialog {
  position: fixed; }

/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-onepage-success .col-main {
  text-align: center; }

.checkout-onepage-success .buttons-set {
  margin: 30px 0 100px;
  text-align: center;
  border-top: 0; }
  .checkout-onepage-success .buttons-set button {
    float: none;
    background: #e52f32; }
    .checkout-onepage-success .buttons-set button:hover {
      background: #d61b1e; }
    .checkout-onepage-success .buttons-set button:focus, .checkout-onepage-success .buttons-set button:active {
      background: #c8191c; }

@media only screen and (min-width: 980px) {
  .checkout-onepage-success h1 {
    font-size: 38px;
    margin: 1em 0 1.25em; } }

.checkout-onepage-success .sub-title {
  font-size: 24px;
  margin-bottom: 1em; }

.checkout-onepage-success .col-main p {
  color: #636466;
  font-size: 16px; }

.checkout-onepage-success .col-main p.order-number {
  margin-bottom: 1.5em; }

.checkout-onepage-success .col-main p a {
  text-decoration: underline; }
  .checkout-onepage-success .col-main p a:hover {
    text-decoration: none; }

@media only screen and (min-width: 980px) {
  .checkout-onepage-success .order-details {
    width: 55%;
    margin: 0 auto; } }

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both; }

/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #231f20;
  text-decoration: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swatch-link {
  border: 1px solid #b1b1b1;
  margin: 0 0 3px; }
  .swatch-link img {
    border-radius: 2px; }
  .swatch-link:hover {
    cursor: pointer;
    text-decoration: none; }
  .swatch-link .x {
    display: none;
    text-indent: -999em;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(https://www.deserres.ca/skin/frontend/deserres/default/images/bg_x.png) center no-repeat transparent;
    z-index: 10; }
  .swatch-link.has-image .swatch-label {
    position: relative; }
  .swatch-link.has-image img {
    position: absolute;
    top: 0;
    left: 0; }

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #F4F4F4; }

.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px); }
  .configurable-swatch-list li {
    float: left;
    zoom: 1;
    margin: 0 0 0 3px; }
  .products-grid .configurable-swatch-list li {
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: top; }
  .configurable-swatch-list .not-available .x {
    display: block; }
  .configurable-swatch-list .not-available .swatch-link {
    border-color: #eeeeee;
    position: relative; }
    .configurable-swatch-list .not-available .swatch-link.has-image img {
      opacity: 0.4;
      filter: alpha(opacity=40); }
  .configurable-swatch-list .not-available .swatch-label {
    color: #aaa;
    background: #fff; }
  .configurable-swatch-list .wide-swatch .swatch-label {
    padding: 0 6px; }
  .configurable-swatch-list .not-available a:focus {
    outline: 0; }

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%; }

#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left; }
  #narrow-by-list dd .swatch-link.has-image {
    line-height: inherit; }
  #narrow-by-list dd .swatch-link:hover .swatch-label {
    border-color: #f5f5f5; }

#narrow-by-list dd .swatch-label {
  background: #F4F4F4;
  border: 1px solid #b1b1b1;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap; }
  #narrow-by-list dd .swatch-label img {
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }

#narrow-by-list dd .has-image .swatch-label {
  padding: 0; }

@media only screen and (max-width: 767px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left; } }

.currently .swatch-current {
  position: relative; }
  .currently .swatch-current .btn-remove {
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%; }
  .currently .swatch-current span {
    display: block;
    float: left; }

.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px; }
  .currently .swatch-link:hover {
    border-color: #b1b1b1;
    cursor: default; }

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #f5f5f5; }

.configurable-swatch-box {
  background: none !important; }
  .configurable-swatch-box select.swatch-select {
    display: none; }
  .configurable-swatch-box .validation-advice {
    margin: 0 0 5px;
    background: #e52f32;
    padding: 2px 5px !important;
    font-weight: bold;
    color: #fff !important;
    float: left;
    display: block;
    border-radius: 3px; }

/* CUSTOM */
.availability.out-of-stock span {
  color: #636466; }

.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0; }
  .product-view .product-options .swatch-attr label,
  .product-view .product-options .swatch-attr .select-label {
    font-size: 12px; }
  .product-view .product-options .swatch-attr label {
    display: block;
    line-height: 1.3; }
  .product-view .product-options .swatch-attr .select-label {
    display: inline;
    font-weight: normal;
    color: #231f20;
    padding-left: 5px; }

.product-view .product-options dd .input-box {
  width: auto;
  height: auto; }

.product-view .product-options .select-label {
  display: none; }

.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default; }

.one-column-full-width .breadcrumbs {
  padding: 16px 0; }
  @media only screen and (min-width: 768px) {
    .one-column-full-width .breadcrumbs {
      padding: 16px 32px 0; } }

.one-column-full-width .page-title {
  max-width: 1084px;
  margin: 0 auto;
  padding: 0 16px; }
  @media only screen and (min-width: 768px) {
    .one-column-full-width .page-title {
      padding: 0 32px; } }

.one-column-full-width .main-container {
  max-width: 100%;
  padding: 16px 0 0; }
  @media only screen and (min-width: 768px) {
    .one-column-full-width .main-container {
      padding: 0; } }

.one-column-full-width .col1-layout .col-main {
  margin-bottom: 0; }

@media only screen and (max-width: 767px) {
  .one-column-full-width .content-wrap {
    padding: 0; } }

@media only screen and (max-width: 767px) {
  .one-column-full-width .content-wrap .col-main {
    padding: 0 16px; } }

@media only screen and (min-width: 768px) {
  .one-column-full-width .content-wrap .col-main {
    float: left;
    width: 72.5%; } }

.one-column-full-width .col-left,
.one-column-full-width .col-left-first {
  clear: left; }
  @media only screen and (min-width: 768px) {
    .one-column-full-width .col-left,
    .one-column-full-width .col-left-first {
      padding-left: 0;
      float: left;
      width: 25%; } }

.one-column-full-width #narrow-by-list ol li {
  margin-left: 0; }
  .one-column-full-width #narrow-by-list ol li:last-child {
    padding-bottom: 0; }

@media only screen and (max-width: 767px) {
  .one-column-full-width .layered-store-list dt:after {
    top: 13px; } }

.one-column-full-width .layered-store-list dt a {
  color: #231f20;
  font-weight: 700;
  display: block; }

.one-column-full-width .layered-store-list dd a {
  color: #636466;
  text-decoration: none; }
  .one-column-full-width .layered-store-list dd a.active {
    text-decoration: underline; }

.one-column-full-width .layered-store-list dd a:hover {
  text-decoration: underline; }

@media only screen and (max-width: 767px) {
  .one-column-full-width .layered-store-list#narrow-by-list ol li:last-child {
    padding-bottom: 15px; } }

.cms-page-view .province {
  clear: both; }
  @media only screen and (max-width: 767px) {
    .cms-page-view .province h2 {
      margin-bottom: 20px; } }

.cms-page-view .block-layered-nav .block-subtitle--filter {
  width: 100%; }

.cms-page-view ol.store-list {
  list-style-type: none; }
  .cms-page-view ol.store-list li {
    margin-left: 0;
    float: left;
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .cms-page-view ol.store-list li {
        margin-bottom: 40px; } }
    .cms-page-view ol.store-list li:nth-child(odd) {
      clear: left; }
    .cms-page-view ol.store-list li:nth-child(even) {
      margin-right: 0; }

.cms-page-view li.store {
  background: #ededed; }

.cms-page-view li.store a {
  text-decoration: none; }

.cms-page-view .store-details {
  padding: 16px;
  background: #ededed;
  position: relative;
  font-size: 12px; }
  @media only screen and (min-width: 980px) {
    .cms-page-view .store-details {
      padding: 32px; } }
  .cms-page-view .store-details:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #ededed;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media only screen and (min-width: 768px) {
      .cms-page-view .store-details:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-bottom: 20px solid #ededed;
        border-top: none;
        top: -20px; } }
  .cms-page-view .store-details h3 {
    font-size: 18px; }
    @media only screen and (min-width: 768px) {
      .cms-page-view .store-details h3 {
        font-size: 20px; } }
  .cms-page-view .store-details h4 {
    font-size: 14px; }
  .cms-page-view .store-details address {
    margin-bottom: 20px; }
    .cms-page-view .store-details address a {
      color: #636466;
      text-decoration: none; }
      .cms-page-view .store-details address a:before {
        content: "";
        font-family: "icomoon";
        padding-right: 5px; }
  .cms-page-view .store-details dt, .cms-page-view .store-details dd {
    float: left; }
  .cms-page-view .store-details dt {
    clear: left;
    padding-right: 10px; }
    @media only screen and (min-width: 768px) {
      .cms-page-view .store-details dt {
        width: 30%; } }
  .cms-page-view .store-details dd {
    margin-bottom: 15px; }
    @media only screen and (min-width: 768px) {
      .cms-page-view .store-details dd {
        margin-bottom: 0;
        width: 70%; } }
  .cms-page-view .store-details dl:after {
    content: '';
    display: table;
    clear: both; }
  .cms-page-view .store-details .shop-arrow {
    margin-top: 20px;
    font-size: 12px;
    text-decoration: none; }
    .cms-page-view .store-details .shop-arrow:hover {
      text-decoration: underline; }
    @media only screen and (min-width: 768px) {
      .cms-page-view .store-details .shop-arrow {
        font-size: 14px; } }

.cms-page-view .store-info h4 {
  font-size: 18px; }

@media only screen and (min-width: 600px) {
  .cms-page-view .store-info .map,
  .cms-page-view .store-info .hours {
    padding-left: 16px; } }

@media only screen and (min-width: 600px) {
  .cms-page-view .store-info .location {
    padding-left: 6%; } }

.cms-page-view .store-info .location address {
  color: #636466;
  font-size: 16px;
  line-height: 2; }

@media only screen and (max-width: 599px) {
  .cms-page-view .store-info .map,
  .cms-page-view .store-info .location,
  .cms-page-view .store-info .hours {
    padding: 0 20px 30px;
    clear: left; } }

@media only screen and (min-width: 600px) {
  .cms-page-view .store-info .map,
  .cms-page-view .store-info .location {
    float: left;
    width: 50%; } }

@media only screen and (min-width: 768px) {
  .cms-page-view .store-info .map,
  .cms-page-view .store-info .location {
    float: left;
    width: 33%; } }

@media only screen and (max-width: 767px) {
  .cms-page-view .store-info .hours {
    clear: left; } }

@media only screen and (min-width: 600px) {
  .cms-page-view .store-info .hours {
    padding-top: 30px; } }

@media only screen and (min-width: 768px) {
  .cms-page-view .store-info .hours {
    padding-top: 0;
    float: left;
    width: 33%; } }

.cms-page-view .store-info .hours.holiday h4 {
  color: #e52f32; }

.cms-page-view .store-info .hours dl {
  color: #636466;
  font-size: 16px; }

@media only screen and (min-width: 980px) {
  .cms-page-view .store-info .hours dt,
  .cms-page-view .store-info .hours dd {
    display: inline-block; } }

@media only screen and (min-width: 980px) {
  .cms-page-view .store-info .hours dt {
    min-width: 105px; } }

.cms-page-view .facebook-link .icon-facebook {
  font-size: 22px;
  color: #e52f32;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }

.cms-page-view .events {
  margin: 100px  0 90px;
  float: left;
  width: 100%;
  clear: left; }
  @media only screen and (max-width: 767px) {
    .cms-page-view .events {
      margin: 20px 0 50px;
      padding: 0 20px; } }
  .cms-page-view .events a.facebook-link {
    color: #848a9c;
    font-size: 16px;
    text-decoration: underline;
    display: block; }
    .cms-page-view .events a.facebook-link:hover {
      text-decoration: none; }
    @media only screen and (max-width: 767px) {
      .cms-page-view .events a.facebook-link {
        margin-top: 15px; } }
    @media only screen and (min-width: 768px) {
      .cms-page-view .events a.facebook-link {
        float: right; } }
  .cms-page-view .events ul {
    list-style-type: none; }
    .cms-page-view .events ul li {
      margin-left: 0;
      border-bottom: 1px solid #eeeeee;
      padding-top: 10px;
      margin-bottom: 10px; }
      .cms-page-view .events ul li:after {
        content: '';
        display: table;
        clear: both; }
  .cms-page-view .events h4,
  .cms-page-view .events h5 {
    font-size: 16px;
    color: #000000; }
  .cms-page-view .events .section-title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 30px;
    overflow: hidden; }
  .cms-page-view .events h5 {
    margin-right: 16px; }
  .cms-page-view .events h4,
  .cms-page-view .events h5,
  .cms-page-view .events .time {
    display: inline-block;
    margin-bottom: 0; }
  .cms-page-view .events .time {
    color: #000000;
    font-size: 12px; }
  .cms-page-view .events .icon-clock-o {
    padding-left: 10px; }

.cms-page-view div.event-date {
  text-align: center;
  float: left;
  width: 75px;
  height: 75px;
  background: #ededed;
  border-radius: 50%;
  line-height: 1;
  padding: 16px;
  margin-right: 16px; }
  .cms-page-view div.event-date p {
    font-size: 14px;
    text-transform: uppercase;
    color: #e52f32;
    margin-bottom: 0; }
  .cms-page-view div.event-date span {
    display: block;
    font-weight: 600;
    font-size: 26px; }

.cms-page-view .event-description {
  float: left;
  width: calc(100% - 95px); }

.cms-page-view .std span[class^="icon-"] {
  padding-right: 5px; }

.background-banner {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

.cms-hero {
  padding: 100px 20px; }

@media only screen and (min-width: 600px) {
  .cms-hero p {
    width: 50%;
    max-width: 420px;
    margin: 0 auto 2em; } }

.cms-hero p.wide {
  max-width: 600px; }
  @media only screen and (min-width: 600px) {
    .cms-hero p.wide {
      width: 60%; } }

.cms-hero img {
  margin: 0 auto; }

.cms-hero h2,
.cpzone-banner h2,
.block-zone h2 {
  font-size: 24px;
  margin: 0 auto 2em; }
  @media only screen and (max-width: 599px) {
    .cms-hero h2,
    .cpzone-banner h2,
    .block-zone h2 {
      font-size: 20px;
      max-width: 85%; } }

.cms-hero h3,
.cpzone-banner h3,
.block-zone h3 {
  font-size: 14px; }

@media only screen and (max-width: 599px) {
  .block-zone {
    padding: 20px 20px 30px; } }

@media only screen and (min-width: 600px) {
  .block-zone {
    padding: 60px 0 40px; } }

.block-zone.content-wrap {
  padding: 20px 20px 30px; }
  @media only screen and (min-width: 600px) {
    .block-zone.content-wrap {
      padding: 60px 10px 40px; } }

.block-zone:after {
  content: '';
  display: table;
  clear: both; }

.block-zone:last-child {
  margin-bottom: 0; }

.block-zone .block-zone {
  padding: 40px 0 0px; }

@media only screen and (min-width: 600px) {
  .block-zone p {
    width: 60%;
    margin: 0 auto 2em; } }

.block-zone a {
  color: #848a9c;
  font-size: 16px;
  text-decoration: underline; }
  .block-zone a:hover {
    text-decoration: none; }

.block-zone.light-bg {
  background: #f7f7f7;
  padding: 40px 20px 30px; }
  @media only screen and (min-width: 768px) {
    .block-zone.light-bg {
      padding: 50px 20px 30px; } }

@media only screen and (max-width: 767px) {
  .block-zone .cms-block-third {
    margin-bottom: 16px; } }

.cms-page-view ul.small-links-list {
  margin: 25px 0; }
  @media only screen and (min-width: 600px) {
    .cms-page-view ul.small-links-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media only screen and (min-width: 600px) {
    .cms-page-view ul.small-links-list li:after {
      content: '|'; } }
  .cms-page-view ul.small-links-list li:last-child:after {
    content: none; }
  .cms-page-view ul.small-links-list a {
    margin: 0 10px;
    color: #000000;
    font-size: 12px; }

ul.cms-icon-list,
ul.small-links-list {
  list-style-type: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  ul.cms-icon-list li,
  ul.small-links-list li {
    margin-left: 0; }

ul.cms-icon-list {
  list-style-type: none;
  margin: 30px 0 0; }
  @media only screen and (min-width: 600px) {
    ul.cms-icon-list {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 60px auto 40px; } }
  ul.cms-icon-list img {
    margin: 0 auto 10px;
    max-height: 36px; }
  ul.cms-icon-list span {
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    font-weight: bold; }
  @media only screen and (max-width: 767px) {
    ul.cms-icon-list li {
      margin-bottom: 20px; } }
  ul.cms-icon-list .text-link-secondary {
    display: block; }
  ul.cms-icon-list.six-columns li {
    font-size: 16px;
    line-height: 1.75;
    padding: 0 0 30px 0; }
    @media only screen and (min-width: 600px) {
      ul.cms-icon-list.six-columns li {
        padding: 0 .5%;
        width: 20%; } }
  ul.cms-icon-list.two-columns li {
    margin: 0 auto 30px;
    width: 50%; }
    @media only screen and (min-width: 768px) {
      ul.cms-icon-list.two-columns li {
        width: 20%;
        max-width: 180px;
        padding: 0 10px;
        margin: 0; } }

.button.wide {
  margin: 20px 10px; }
  @media only screen and (max-width: 599px) {
    .button.wide {
      margin: 10px; } }

.border-bottom {
  border-bottom: 1px solid #eeeeee; }

/* Creative Club */
.cclub-banner {
  background-position: center bottom; }
  @media only screen and (max-width: 767px) {
    .cclub-banner {
      margin-bottom: 100px; } }
  .cclub-banner:after {
    content: "";
    display: inline-block;
    background: url("https://www.deserres.ca/skin/frontend/deserres/default/images/c-club-card.png") no-repeat 0 0;
    background-size: contain;
    margin: 0 0 -75px;
    width: 103px;
    height: 159px; }
  .cclub-banner.french-card:after {
    background: url("https://www.deserres.ca/skin/frontend/deserres/default/images/c-club-card_FR.png") no-repeat 0 0;
    background-size: contain; }
  .cclub-banner .cms-icon-list {
    margin-top: 0; }

@media only screen and (min-width: 480px) {
  .cclub-banner,
  .cpzone-banner {
    background-size: cover;
    margin-bottom: 60px; } }

.cclub-banner:after,
.cpzone-banner:after {
  content: "";
  display: inline-block;
  background-size: contain; }

.cms-hero.cpzone-banner,
.cms-hero.cclub-banner {
  padding: 60px 20px 0; }

.cpzone-banner {
  margin-bottom: 75px; }
  .cpzone-banner:after {
    background: url("https://www.deserres.ca/skin/frontend/deserres/default/images/cpzone-card.png") no-repeat 0 0;
    margin: 0 0 -75px;
    width: 150px;
    height: 115px; }
    @media only screen and (min-width: 600px) {
      .cpzone-banner:after {
        width: 186px;
        height: 143px;
        margin-bottom: -75px; } }

ul.number-list {
  list-style-type: none;
  margin: 50px auto 0; }
  @media only screen and (min-width: 768px) {
    ul.number-list {
      margin: 80px auto 60px; } }
  @media only screen and (min-width: 1084px) {
    ul.number-list {
      width: 85%; } }
  ul.number-list:after {
    content: '';
    display: table;
    clear: both; }
  ul.number-list li {
    margin-left: 0;
    position: relative; }
    @media only screen and (max-width: 767px) {
      ul.number-list li {
        padding: 60px 0; } }
    ul.number-list li span {
      color: #e52f32; }
    ul.number-list li:nth-child(1):after {
      content: '1'; }
    ul.number-list li:nth-child(2):after {
      content: '2'; }
    ul.number-list li:nth-child(3):after {
      content: '3'; }
    ul.number-list li:after {
      font-size: 313px;
      color: #d3d3d3;
      opacity: .3;
      font-weight: 700;
      line-height: .5;
      text-align: center;
      width: 100%;
      position: absolute;
      left: 0;
      z-index: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media only screen and (max-width: 767px) {
        ul.number-list li:after {
          font-size: 280px; } }
  ul.number-list h3, ul.number-list p {
    position: relative;
    z-index: 1; }
  ul.number-list h3 {
    font-size: 20px; }

.lp-creative-club .std {
  position: relative; }
  .lp-creative-club .std .header-creative-club-join {
    max-width: 1084px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: -92px;
    padding-right: 32px; }
    .lp-creative-club .std .header-creative-club-join__ctas {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .lp-creative-club .std .header-creative-club-join__ctas__big-cta a {
        margin: 12px 10px; }
      .lp-creative-club .std .header-creative-club-join__ctas__small-cta {
        font-size: 14px; }
    @media only screen and (max-width: 767px) {
      .lp-creative-club .std .header-creative-club-join {
        margin-top: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 0; } }
  .lp-creative-club .std .creative-club-join {
    margin-top: 120px; }
    .lp-creative-club .std .creative-club-join h2 {
      font-size: 32px; }
    .lp-creative-club .std .creative-club-join__ctas {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .lp-creative-club .std .creative-club-join__ctas__cta p {
        width: auto;
        margin-bottom: 0;
        max-width: 292px;
        font-size: 13px !important; }
      .lp-creative-club .std .creative-club-join__ctas__cta a {
        min-width: 300px; }
      .lp-creative-club .std .creative-club-join__ctas__cta:first-of-type {
        margin-right: 80px; }
      .lp-creative-club .std .creative-club-join__ctas__cta:last-of-type {
        margin-left: 80px; }
      .lp-creative-club .std .creative-club-join__ctas:after {
        content: '';
        display: block;
        position: absolute;
        height: 100%;
        width: 1px;
        left: 50%;
        top: 0;
        background-color: #000; }
    @media only screen and (max-width: 767px) {
      .lp-creative-club .std .creative-club-join {
        margin-top: 60px;
        margin-bottom: 60px; }
        .lp-creative-club .std .creative-club-join__ctas {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          .lp-creative-club .std .creative-club-join__ctas__cta {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .lp-creative-club .std .creative-club-join__ctas__cta:first-of-type {
              margin-right: 0;
              margin-bottom: 40px; }
            .lp-creative-club .std .creative-club-join__ctas__cta:last-of-type {
              margin-left: 0;
              margin-bottom: 20px; }
            .lp-creative-club .std .creative-club-join__ctas__cta p {
              margin-bottom: 0; }
          .lp-creative-club .std .creative-club-join__ctas:after {
            content: none; } }

ul.points-list {
  margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    ul.points-list {
      margin-top: 55px;
      padding: 0 30px; } }
  @media only screen and (min-width: 1020px) {
    ul.points-list {
      padding: 0 60px; } }
  ul.points-list:after {
    content: '';
    display: table;
    clear: both; }
  ul.points-list li {
    margin: 0;
    font-weight: 600; }
    @media only screen and (min-width: 768px) {
      ul.points-list li {
        float: left;
        width: 25%; } }
    ul.points-list li span {
      color: #e52f32; }

.cms-product-list.max-4-products .products-grid {
  max-width: 1024px; }

.cms-product-list ul.points-list li {
  font-size: 20px; }

@media only screen and (max-width: 767px) {
  .three-column-container li {
    width: 100%;
    margin: 0 auto 30px; } }

@media only screen and (min-width: 768px) {
  .three-column-container li {
    display: inline-block;
    vertical-align: middle;
    width: 33%; } }

/* Student Status */
div.student-status {
  padding: 200px 16px 70px;
  background-position: center center; }
  @media only screen and (min-width: 1401px) {
    div.student-status {
      padding-top: 200px; } }

/* Associations */
.cms-hero.associations-hero {
  background-position: center bottom;
  padding: 60px 20px 120px; }
  @media only screen and (max-width: 767px) {
    .cms-hero.associations-hero {
      padding: 30px 20px 70px; } }

.cms-page-view table.cms-table {
  width: 100%; }
  .cms-page-view table.cms-table tbody tr {
    background: #FFFFFF;
    border-bottom: 5px solid #f7f7f7; }
    .cms-page-view table.cms-table tbody tr td {
      padding: 30px; }
      .cms-page-view table.cms-table tbody tr td h3 {
        font-size: 16px; }
      .cms-page-view table.cms-table tbody tr td p {
        margin: 0;
        font-size: 12px; }

/* Zone account */
@media only screen and (min-width: 768px) {
  form.webforms-careers {
    margin-top: 40px; } }

form.webforms-careers .fieldset {
  clear: left;
  margin-bottom: 40px; }
  form.webforms-careers .fieldset:after {
    content: '';
    display: table;
    clear: both; }
  form.webforms-careers .fieldset input[type=file] {
    max-width: 100%; }

.preferred-position:after {
  content: '';
  display: table;
  clear: both; }

.preferred-position .form-list:after {
  content: '';
  display: table;
  clear: both; }

@media only screen and (min-width: 768px) {
  .field.form-three-column,
  .wide .form-three-column {
    float: left;
    width: 33%;
    padding-right: 20px; } }

.hide-form-label > label {
  display: none; }

.form-divider:before {
  content: "";
  height: 0px;
  width: 100%;
  display: block;
  position: absolute;
  border-top: 1px solid #eeeeee;
  top: -15px; }

@media only screen and (min-width: 768px) {
  .following-field {
    padding-top: 20px; } }

.form-list .fields {
  clear: left; }

.list-select li:first-child {
  margin-top: 0; }

@media only screen and (min-width: 600px) {
  .wide .left-half,
  .field.right-half,
  .field.left-half {
    width: calc(50% - 10px);
    float: left; } }

@media only screen and (min-width: 600px) {
  .wide .left-half,
  .field.left-half {
    margin-right: 10px; } }

@media only screen and (min-width: 600px) {
  .field.right-half {
    margin-left: 10px; } }

.contact-you li.wide {
  clear: both;
  overflow: hidden; }

.contact-you li.wide {
  clear: both;
  overflow: hidden; }

.hour-availability .fields:nth-child(2) {
  max-width: 200px; }

.hour-availability .list-select .control {
  float: left;
  width: 100%; }

.hour-availability input.input-text {
  max-width: 100px; }

.hour-availability .webforms-fields-row-30,
.hour-availability .webforms-fields-row-31 {
  clear: left; }

@media only screen and (max-width: 767px) {
  .hour-availability .wide {
    border-top: 1px solid #eeeeee;
    overflow: hidden;
    clear: left; } }

@media only screen and (min-width: 768px) {
  .hour-availability .wide {
    clear: left;
    float: left;
    width: 300px; } }

.hour-availability .wide + .fields {
  clear: none; }

@media only screen and (min-width: 768px) {
  .hour-availability .fields {
    overflow: hidden;
    float: left;
    width: 50%; } }

.hour-availability .availability-day-list {
  width: 275px;
  float: left; }

@media only screen and (min-width: 768px) {
  .end-time,
  .start-time {
    float: left;
    width: calc(50% - 10px); } }

@media only screen and (max-width: 767px) {
  .end-time label,
  .start-time label {
    width: 60px; } }

.end-time label,
.end-time .input-box,
.start-time label,
.start-time .input-box {
  display: inline-block; }

.start-time {
  margin-right: 10px; }

body .webforms-success-text {
  background: white;
  border: 1px solid #000000; }

.cms-block .block-subscribe .block-content {
  position: relative;
  display: block;
  max-width: 600px;
  margin: 0 auto; }
  .cms-block .block-subscribe .block-content .input-box {
    margin: 0;
    padding-top: 0; }
    .cms-block .block-subscribe .block-content .input-box input {
      padding-right: 147px; }
      .cms-block .block-subscribe .block-content .input-box input:disabled {
        color: rgba(0, 0, 0, 0.3); }
  .cms-block .block-subscribe .block-content .actions {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    margin: 0; }
    .cms-block .block-subscribe .block-content .actions .button {
      float: none;
      height: 48px;
      padding-top: 0;
      padding-bottom: 0; }
      .cms-block .block-subscribe .block-content .actions .button .atc-ajax-icon {
        display: none;
        background-color: rgba(255, 255, 255, 0.2); }
        .cms-block .block-subscribe .block-content .actions .button .atc-ajax-icon img {
          max-width: 30px; }
      .cms-block .block-subscribe .block-content .actions .button:disabled .atc-ajax-icon {
        display: block; }
  .cms-block .block-subscribe .block-content .validation-advice {
    position: absolute; }
  .cms-block .block-subscribe .block-content .ajax-response {
    position: absolute;
    display: block;
    padding-top: 4px;
    text-align: left;
    font-weight: normal;
    font-size: 12px; }
  .cms-block .block-subscribe .block-content .success {
    color: #000; }

.cms-block-info-hero .wrapper, .cms-block-info-content .wrapper {
  max-width: 1084px;
  padding: 0 32px;
  background-color: transparent; }

.cms-block-info-hero {
  padding-bottom: 48px; }

.cms-block-info-content {
  padding-bottom: 60px; }

@media only screen and (max-width: 599px) {
  .cms-block .block-subscribe .block-content .actions {
    position: relative;
    width: 100%;
    margin-top: 25px; }
    .cms-block .block-subscribe .block-content .actions .button {
      width: 100%; } }

/* ============================================ *
 * Customer
 * ============================================ */
.customer-account .main-container .content-wrapper {
  padding: 0; }
  @media only screen and (min-width: 768px) {
    .customer-account .main-container .content-wrapper {
      padding: 20px 0; } }
  .customer-account .main-container .content-wrapper:after {
    content: '';
    display: table;
    clear: both; }
  .customer-account .main-container .content-wrapper h2 {
    margin: 0;
    margin-bottom: 10px;
    color: #231f20;
    font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeSpeed; }
    @media only screen and (max-width: 767px) {
      .customer-account .main-container .content-wrapper h2 {
        font-size: 20px; } }
  .customer-account .main-container .content-wrapper h2.box-title {
    margin: 0;
    margin-bottom: 5px;
    color: #231f20;
    font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed; }

.customer-account-login .page-title {
  border-bottom: 1px solid #000000;
  margin-bottom: 30px; }
  @media only screen and (min-width: 980px) {
    .customer-account-login .page-title h1 {
      font-size: 38px;
      margin-bottom: 1.25em; } }

@media only screen and (min-width: 768px) {
  .customer-account-login .col-main {
    padding: 20px 0 30px; } }

.customer-account-login .form-list > li {
  margin-bottom: 20px; }

.customer-account-login .scaffold-form label {
  text-transform: uppercase; }

.customer-account-login .scaffold-form label:first-child {
  width: 130px; }

.customer-account-login .scaffold-form li a {
  color: #848a9c;
  font-size: 16px;
  text-decoration: underline; }
  .customer-account-login .scaffold-form li a:hover {
    text-decoration: none; }

.customer-account-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0; }
  .customer-account-login .col2-set .buttons-set button,
  .customer-account-login .col2-set .buttons-set .button {
    float: none;
    margin: 0; }

.customer-account-login .col2-set .col-2 ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px 0; }

.customer-account-login .col2-set li {
  font-size: 16px;
  color: #636466; }

@media only screen and (max-width: 479px) {
  .customer-account-login .col2-set .col-1 {
    padding: 0 0 32px; } }

@media only screen and (min-width: 980px) {
  .customer-account-login .col2-set .col-1 {
    padding-right: 64px; } }

@media only screen and (max-width: 479px) {
  .customer-account-login .col2-set .col-2 {
    padding-top: 32px;
    border-top: 1px solid #eeeeee;
    float: left; } }

@media only screen and (min-width: 980px) {
  .customer-account-login .col2-set .col-2 {
    padding-left: 64px; } }

@media only screen and (max-width: 767px) {
  .customer-account-login .col2-set p.required {
    display: none; } }

.customer-account-login h2 {
  margin: 0;
  margin-bottom: 5px;
  color: #231f20;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase; }

.opc #opc-login p:not(.required) {
  font-size: 16px;
  color: #636466; }

.remember-me-box a.hide {
  display: none; }

.remember-me-box .link-tip {
  font-size: 13px;
  padding-left: 10px; }

.remember-me-popup {
  display: none;
  border: 1px solid #b1b1b1;
  padding: 10px;
  position: relative; }
  .remember-me-popup.show {
    display: block; }
  .remember-me-popup p {
    font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif; }
  .remember-me-popup .remember-me-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 12px; }
  .remember-me-popup .remember-me-popup-close-button {
    display: none; }

.customer-account-create .account-create {
  padding-bottom: 50px; }

.customer-account-create .buttons-set {
  max-width: 500px; }

.customer-account-create .fieldset {
  display: inline-block; }

.customer-account-create .fieldset,
.customer-account-create .buttons-set {
  margin-left: 0; }

.customer-account-create .fieldset .hidden {
  display: none; }

.customer-account-create #remember-me-popup {
  max-width: 455px; }

.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
  max-width: 400px; }

.customer-account-forgotpassword h2 {
  margin: 0;
  margin-bottom: 10px;
  color: #231f20;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  text-rendering: optimizeSpeed; }
  @media only screen and (max-width: 767px) {
    .customer-account-forgotpassword h2 {
      font-size: 18px; } }

.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%; }

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account:not(.sales-order-history) select {
  height: 48px;
  background: #eeeeee;
  border-radius: 0;
  border: 1px solid #eeeeee;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: #d4d2d2;
  padding: 0 34px 0 14px; }

@media only screen and (min-width: 768px) {
  body.customer-account .select-wrapper {
    display: inline-block; } }

body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left; }

body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right; }
  body.customer-account .my-account .title-buttons h1 {
    text-align: left; }
  body.customer-account .my-account .title-buttons .button {
    position: absolute;
    right: 0;
    top: 0; }
  body.customer-account .my-account .title-buttons a,
  body.customer-account .my-account .title-buttons span.separator {
    position: relative;
    top: -42px; }

body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block; }

body.customer-account .my-account .addresses-list h3 {
  font-size: 14px;
  font-weight: 600; }

body.customer-account .my-account .fieldset {
  margin-top: 32px;
  margin-bottom: 32px; }

body.customer-account .data-table {
  margin-top: 5px; }
  @media only screen and (min-width: 768px) {
    body.customer-account .data-table tr:last-child td {
      border-bottom: 0; } }
  body.customer-account .data-table td {
    color: #636466;
    font-size: 16px; }
    body.customer-account .data-table td a {
      font-size: 13px;
      display: block; }
  body.customer-account .data-table td.date {
    min-width: 150px; }
  body.customer-account .data-table span.nobr {
    white-space: normal; }
    body.customer-account .data-table span.nobr a {
      white-space: nowrap; }
  body.customer-account .data-table td.view a {
    display: block; }
  body.customer-account .data-table .link-reorder {
    margin-top: 10px; }
  body.customer-account .data-table .separator {
    display: none; }
  body.customer-account .data-table .product-name {
    font-weight: 500;
    margin-bottom: 0; }
  body.customer-account .data-table .colour-name {
    font-weight: 500;
    color: #000000;
    font-size: 14px; }

body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0; }

body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 16px;
  font-size: 13px; }

body.customer-account .sidebar .block .block-content .actions {
  margin-top: 32px; }

body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0; }

body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0; }

body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 16px; }

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin: 0; }
  body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
    margin-right: 10px; }

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
  font-size: inherit; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  width: 40px;
  float: left;
  margin-right: 10px; }

.form-list .customer-dob .dob-year {
  width: 80px;
  float: left; }

.form-list label {
  text-transform: uppercase; }

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
  margin-top: 32px;
  border-bottom: 1px solid #b1b1b1;
  padding-bottom: 7px; }
  .dashboard .box-head h2 {
    font-size: 21px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0; }
  .dashboard .box-head a {
    padding: 10px; }

.dashboard p {
  color: #636466;
  font-size: 16px; }

.dashboard .box-title a,
.dashboard .box-head a {
  font-size: 12px; }

.dashboard .welcome-msg strong {
  font-weight: normal; }

.dashboard .box-account {
  padding-bottom: 40px;
  margin-bottom: 20px; }
  .dashboard .box-account a {
    color: #848a9c;
    font-size: 16px;
    text-decoration: underline; }
    .dashboard .box-account a:hover {
      text-decoration: none; }
  .dashboard .box-account address {
    color: #636466;
    font-size: 16px; }

.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-right: 12.09677%;
  padding-bottom: 0; }
  .dashboard .col2-set .col-1 .box-title,
  .dashboard .col2-set .col-2 .box-title {
    position: relative;
    padding-bottom: 10px; }
    .dashboard .col2-set .col-1 .box-title h2,
    .dashboard .col2-set .col-1 .box-title h3,
    .dashboard .col2-set .col-2 .box-title h2,
    .dashboard .col2-set .col-2 .box-title h3 {
      font-size: 13px;
      padding-top: 10px;
      margin-bottom: 10px;
      text-transform: uppercase;
      font-weight: 700; }
    .dashboard .col2-set .col-1 .box-title a,
    .dashboard .col2-set .col-2 .box-title a {
      color: #848a9c;
      font-size: 16px;
      text-decoration: underline; }
      .dashboard .col2-set .col-1 .box-title a:hover,
      .dashboard .col2-set .col-2 .box-title a:hover {
        text-decoration: none; }

.dashboard .box-reviews.box-account {
  padding-bottom: 0; }

.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #eeeeee; }
  .dashboard .box-reviews li:first-child {
    border-top: 0; }
  .dashboard .box-reviews li .number {
    margin-right: -20px;
    float: left;
    line-height: 1.4;
    font-size: 13px; }
  .dashboard .box-reviews li .details {
    margin-left: 20px; }
    .dashboard .box-reviews li .details .ratings {
      content: '';
      display: table;
      clear: both;
      margin-bottom: 0; }
      .dashboard .box-reviews li .details .ratings strong {
        float: left;
        font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
        font-size: 13px;
        margin-right: 5px; }
      .dashboard .box-reviews li .details .ratings .rating-box {
        float: left;
        margin: 3px 0 0 0; }

.loyalty .col2-set .hello {
  padding-top: 20px;
  font-size: 18px;
  margin-bottom: 30px; }

.loyalty .col2-set .card {
  font-size: 13px;
  margin-bottom: 16px; }

.loyalty-tab .creative-club-form {
  margin-bottom: 50px; }
  .loyalty-tab .creative-club-form .input-radio + .input-radio {
    margin-top: 18px; }
  .loyalty-tab .creative-club-form .input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #636466; }
    .loyalty-tab .creative-club-form .input .input-wrapper,
    .loyalty-tab .creative-club-form .input label {
      padding: 24px; }
    .loyalty-tab .creative-club-form .input .input-wrapper {
      border-right: 2px solid #b1b1b1;
      padding: 24px 28px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .loyalty-tab .creative-club-form .input label {
      font-weight: 400;
      font-size: 16px;
      color: #636466; }
    .loyalty-tab .creative-club-form .input-cardnumber {
      border: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 12px; }
      .loyalty-tab .creative-club-form .input-cardnumber--hidden {
        display: none; }
      .loyalty-tab .creative-club-form .input-cardnumber label {
        padding: 0;
        margin-bottom: 4px; }
      .loyalty-tab .creative-club-form .input-cardnumber input {
        padding: 8px 12px; }
    .loyalty-tab .creative-club-form .input-terms {
      position: relative;
      margin-top: 20px;
      margin-bottom: 60px;
      background-color: #eeeeee;
      border: none; }
      .loyalty-tab .creative-club-form .input-terms .input-wrapper {
        border-right: 2px solid #fff; }
      .loyalty-tab .creative-club-form .input-terms strong {
        color: #000; }
      .loyalty-tab .creative-club-form .input-terms a {
        text-decoration: underline; }
      .loyalty-tab .creative-club-form .input-terms .validation-advice {
        position: absolute;
        bottom: -24px;
        left: 0; }
  @media only screen and (max-width: 767px) {
    .loyalty-tab .creative-club-form {
      padding: 16px; }
      .loyalty-tab .creative-club-form .input label {
        font-size: 14px; } }

.loyalty-tab .col2-set {
  margin-bottom: 40px; }
  .loyalty-tab .col2-set .hello {
    padding-top: 0; }
  .loyalty-tab .col2-set h3 {
    margin-top: 30px;
    font-size: 16px; }
  .loyalty-tab .col2-set p {
    font-size: 13px; }

/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0; }

.my-account .addresses-list .item {
  margin: 0 0 32px 0; }
  .my-account .addresses-list .item p {
    margin-top: 10px; }

@media only screen and (max-width: 767px) {
  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0; } }

@media only screen and (max-width: 767px) {
  .my-account .addresses-list .col-1 li.empty,
  .my-account .addresses-list .col-2 li.empty {
    width: 100%; } }

@media only screen and (max-width: 599px) {
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap; } }

/* ============================================ *
 * Order View
 * ============================================ */
.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  margin-bottom: 32px; }
  .order-info dt,
  .order-info dd,
  .order-info ul,
  .order-info li {
    display: inline; }
  .order-info dt {
    margin-right: 20px; }
  .order-info li {
    margin: 0 0 0 20px; }
    .order-info li.current {
      font-weight: 600; }
    .order-info li:first-child {
      margin-left: 0; }

.order-date {
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase; }

.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px; }
  .order-info-box + .order-info-box {
    padding-bottom: 40px;
    border-bottom: 1px solid #eeeeee; }
  .order-info-box .col-1 {
    padding-right: 0;
    width: 48%; }
  .order-info-box .col-2 {
    width: 52%; }
  .order-info-box .col-1,
  .order-info-box .col-2 {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0; }
  .order-info-box .box-title {
    width: 100%;
    padding-right: 10px;
    float: left; }
    .order-info-box .box-title h2 {
      font-size: 14px;
      font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
      font-weight: bold;
      line-height: 1.5; }
      @media only screen and (max-width: 767px) {
        .order-info-box .box-title h2:after {
          content: "";
          font-font: "icomoon"; } }
  .order-info-box .box-content {
    float: left; }
    .order-info-box .box-content td,
    .order-info-box .box-content th {
      line-height: 1.3; }
    .order-info-box .box-content th {
      padding-top: 10px; }
    .order-info-box .box-content td {
      padding-left: 16px; }
    .order-info-box .box-content strong {
      font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
      font-weight: normal;
      text-transform: uppercase; }

@media only screen and (max-width: 767px) {
  #my-orders-table td,
  #my-orders-table tr,
  #my-orders-table th {
    display: block; } }

#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic; }

#my-orders-table .option-value {
  margin-left: 20px; }

#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none; }

ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0; }
  ol#cart-sidebar-reorder li input {
    margin-right: 10px; }

ol#cart-sidebar-reorder p.product-name {
  display: inline; }

@media only screen and (max-width: 599px) {
  #my-orders-table .option-label {
    margin-left: 20px; } }

@media only screen and (max-width: 599px) {
  #my-orders-table .option-value {
    margin-left: 35px; } }

@media only screen and (max-width: 599px) {
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none; } }

@media only screen and (max-width: 599px) {
  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px; } }

@media only screen and (max-width: 599px) {
  #my-orders-table tr.bundle {
    border-color: #eeeeee; } }

@media only screen and (max-width: 599px) {
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px; } }

@media only screen and (max-width: 599px) {
  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 16px; } }

@media only screen and (max-width: 599px) {
  #my-orders-table tfoot tr.shipping {
    margin-top: 0; } }

.order-additional {
  margin: 40px 0; }

.order-gift-message dd {
  margin-top: 10px; }

@media only screen and (max-width: 1019px) {
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 32px;
    padding-bottom: 0; } }

@media only screen and (max-width: 1019px) {
  body.customer-account .data-table td.view a {
    white-space: normal; } }

@media only screen and (max-width: 979px) {
  body.customer-account .my-account .title-buttons {
    text-align: left; } }

@media only screen and (max-width: 979px) {
  body.customer-account .my-account .title-buttons span.separator,
  body.customer-account .my-account .title-buttons a {
    top: -12px; } }

@media only screen and (max-width: 767px) {
  body.customer-account .data-table.orders th.ship,
  body.customer-account .data-table.orders td.ship,
  body.customer-account .data-table.orders td.status,
  body.customer-account .data-table.orders th.status {
    display: none; } }

@media only screen and (max-width: 767px) {
  .order-info-box .box-content {
    clear: left; } }

@media only screen and (max-width: 767px) {
  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 32px; } }

@media only screen and (max-width: 767px) {
  .order-info dt {
    display: none; } }

@media only screen and (max-width: 767px) {
  .dashboard .page-title {
    margin-top: 20px; } }

@media only screen and (max-width: 767px) {
  .dashboard .page-title h1 {
    margin-top: 0; } }

@media only screen and (max-width: 767px) {
  .dashboard .welcome-msg .hello {
    font-style: italic; } }

@media only screen and (max-width: 767px) {
  .dashboard .box-account {
    padding-bottom: 16px;
    margin-bottom: 32px; } }

@media only screen and (max-width: 767px) {
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0; } }

@media only screen and (max-width: 767px) {
  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%; } }

@media only screen and (max-width: 767px) {
  .dashboard .col2-set .col-2 {
    float: right; } }

@media only screen and (max-width: 599px) {
  body.customer-account .my-account .form-list .control {
    padding-left: 0; } }

@media only screen and (max-width: 479px) {
  body.customer-account .my-account .page-title h1 {
    text-align: center; } }

@media only screen and (max-width: 479px) {
  body.customer-account .my-account .title-buttons {
    text-align: center; } }

@media only screen and (max-width: 479px) {
  body.customer-account .my-account .title-buttons .button {
    width: 100%;
    position: static;
    margin-bottom: 16px;
    white-space: inherit; } }

@media only screen and (max-width: 479px) {
  body.customer-account .my-account .title-buttons .button + .button {
    margin-left: 0px; } }

@media only screen and (max-width: 479px) {
  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 16px; } }

body.customer-account .my-account .order-details h2 {
  margin: 0;
  margin-bottom: 10px;
  color: #231f20;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  text-rendering: optimizeSpeed; }
  @media only screen and (max-width: 767px) {
    body.customer-account .my-account .order-details h2 {
      font-size: 18px; } }
  @media only screen and (max-width: 479px) {
    body.customer-account .my-account .order-details h2 {
      margin-bottom: 16px; } }

@media only screen and (max-width: 479px) {
  body.customer-account .my-account .buttons-set {
    border-top: 0; } }

@media only screen and (max-width: 479px) {
  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 16px;
    padding-right: 0;
    float: none;
    width: auto; } }

@media only screen and (max-width: 479px) {
  body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 16px; } }

@media only screen and (max-width: 479px) {
  .order-info {
    margin-top: 16px; } }

@media only screen and (max-width: 479px) {
  .data-table.orders .link-reorder,
  .data-table.orders .date {
    display: none; } }

@media only screen and (max-width: 479px) {
  .data-table.orders td.view {
    text-align: right; } }

@media only screen and (max-width: 479px) {
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 16px; } }

@media only screen and (max-width: 479px) {
  .order-info-box {
    margin: 0; } }

@media only screen and (max-width: 479px) {
  .order-info-box .col-1,
  .order-info-box .col-2 {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    padding: 16px 0; } }

@media only screen and (max-width: 479px) {
  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 32px; } }

@media only screen and (max-width: 479px) {
  #my-reviews-table .nobr {
    white-space: normal; } }

/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px; }

body.newsletter-manage-index .my-account .fieldset h2 {
  display: none; }

body.newsletter-manage-index .my-account .form-list {
  border-top: 1px solid #eeeeee;
  padding-top: 10px; }

@media only screen and (min-width: 768px) {
  .customer-account-logoutsuccess .main-container {
    min-height: 450px; } }

.my-rewards .box {
  margin-bottom: 20px; }

.account-balance {
  margin-bottom: 20px; }

/* Loyalty Card */
.customer-user-attributes h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #231f20;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  text-rendering: optimizeSpeed; }

/* Change Forgotten Password */
.customer-account-changeforgotten .scaffold-form {
  max-width: 500px; }

/* ============================================ *
 * Contacts
 * ============================================ */
.contacts-index-index .buttons-set {
  margin-left: 0;
  max-width: 450px; }
  .contacts-index-index .buttons-set p.required {
    float: left; }
    @media only screen and (max-width: 599px) {
      .contacts-index-index .buttons-set p.required {
        float: right; } }
  @media only screen and (max-width: 599px) {
    .contacts-index-index .buttons-set button {
      float: left;
      margin-left: 0px; } }

/* CSS FOR NEW PROGRESSIVE CHECKOUT */
@media only screen and (min-width: 980px) {
  #checkout-progress-wrapper {
    padding-left: 20px; } }

#checkout-progress-wrapper .block-title {
  padding: 27px;
  border-bottom: 1px solid #d4d2d2;
  margin-bottom: 0; }
  #checkout-progress-wrapper .block-title strong {
    cursor: inherit;
    font-size: 14px; }

#checkout-progress-wrapper .block-title,
#checkout-progress-wrapper .block-content {
  width: 100%; }

#checkout-progress-wrapper .block-content .items-list {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 205px;
  width: 100%; }

#checkout-progress-wrapper .block-content li.item {
  margin: 0;
  border-bottom: solid 1px #d4d2d2;
  padding: 15px 15px 15px 10px; }
  #checkout-progress-wrapper .block-content li.item:last-child {
    border-bottom: 0;
    margin-bottom: 0; }

#checkout-progress-wrapper li.item .product-image {
  border: 0; }

#checkout-progress-wrapper .sidebar-items-end {
  display: block;
  clear: both;
  height: 1px;
  border-bottom: solid 1px #d4d2d2; }

#checkout-progress-wrapper .order-status-summary,
.order-status-summary .summary-item {
  display: block;
  width: 100%;
  margin: 0px; }

.order-status-summary {
  padding: 20px 16px 25px;
  background: #f5f5f5; }

.order-status-summary .summary-item {
  clear: both;
  margin-top: 10px;
  height: auto; }
  .order-status-summary .summary-item:first-child {
    margin-top: 0; }
  .order-status-summary .summary-item.grand-total .summary-item-label,
  .order-status-summary .summary-item.grand-total .summary-item-value {
    color: #e52f32;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700; }

.summary-item-label {
  width: 60%;
  float: left;
  color: #636466; }
  @media only screen and (min-width: 1020px) {
    .summary-item-label {
      width: 52%; } }

.summary-item-value {
  width: 40%;
  float: left;
  text-align: right;
  color: #636466; }
  @media only screen and (min-width: 1020px) {
    .summary-item-value {
      width: 47%; } }

.divider {
  display: block;
  width: 100%;
  clear: both;
  height: 2px; }

p.product-name a {
  font-size: 12px; }

.block-progress p {
  margin-bottom: 3px; }

.block-progress p.qty {
  font-size: 12px; }

.product-item-price {
  text-align: right;
  font-weight: 700;
  margin-top: 5px; }

.block-content li.item {
  padding-bottom: 10px; }

#order-status-update {
  position: relative; }

#order-status-update-loader {
  display: none;
  position: absolute;
  padding: 0px;
  margin: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  background: none;
  width: 100%; }

#order-status-update-loader div {
  display: block;
  width: 100%;
  text-align: center;
  color: #231f20;
  font-weight: 700; }

#order-status-update-loader div img {
  margin: 0 auto; }

#order-status-update-loader-overlay {
  display: none;
  position: absolute;
  padding: 0px;
  margin: 0px;
  top: 0px;
  left: 0px;
  background-color: #d4d2d2;
  opacity: 0.2;
  width: 100%; }

.zone-savings-msg {
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid #d4d2d2;
  color: #636466;
  font-weight: 700; }

.zone-savings-msg,
#checkout-progress-wrapper .block-title {
  text-align: center;
  background: #f5f5f5; }

/* ============================================ *
 * PayPal
 * ============================================ */
.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee; }

.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0; }
  .paypal-review-order .buttons-set button {
    margin-bottom: 10px; }

@media only screen and (max-width: 767px) {
  .paypal-review-order .col-1 {
    padding-bottom: 0; } }

@media only screen and (max-width: 767px) {
  .paypal-review-order .field.inactive {
    display: none; } }

.top-container .bml-ad {
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center; }
  .top-container .bml-ad span {
    display: inline-block; }
    .top-container .bml-ad span a {
      display: block; }

.bml-ad {
  display: none;
  text-align: center;
  margin-bottom: 5px; }
  .bml-ad span {
    display: block;
    line-height: 0; }
  .bml-ad a {
    display: inline-block;
    max-width: 100%; }
  .bml-ad a:hover {
    opacity: 0.7; }
  .bml-ad img {
    height: auto !important;
    max-width: 100%; }

.cart-totals-wrapper .bml-ad.large img {
  display: block;
  margin: 0; }

@media only screen and (max-width: 767px) {
  .bml-ad.small {
    display: block; } }

@media only screen and (min-width: 768px) {
  .bml-ad.large {
    display: block; } }

div.paypal-logo {
  text-align: center;
  margin: 16px 0;
  max-width: 100%; }
  div.paypal-logo span {
    display: block;
    width: 100%; }
    div.paypal-logo span a {
      display: inline-block;
      max-width: 100%; }
      div.paypal-logo span a img {
        max-width: 100%; }
  div.paypal-logo span > img {
    display: none; }

.checkout-types div.paypal-logo {
  text-align: right; }

.bml-checkout-type {
  list-style-type: none; }

.sidebar .paypal-logo {
  text-align: center;
  line-height: 0; }
  .sidebar .paypal-logo > a {
    display: inline-block;
    max-width: 100%; }
    .sidebar .paypal-logo > a:hover {
      opacity: 0.8; }
    .sidebar .paypal-logo > a img {
      display: block; }
  .sidebar .paypal-logo .label {
    margin-top: 4px; }
    .sidebar .paypal-logo .label a {
      font-size: 12px;
      line-height: 1.5; }

/* ============================================ *
 * Review - Customer
 * ============================================ */
#customer-reviews {
  width: auto;
  float: none; }
  #customer-reviews .review-heading {
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    padding: 10px 0 5px; }
    #customer-reviews .review-heading:after {
      content: '';
      display: table;
      clear: both; }
    #customer-reviews .review-heading h2 {
      float: left;
      display: block; }
    #customer-reviews .review-heading .pager {
      clear: none;
      float: right;
      width: auto; }
      #customer-reviews .review-heading .pager .count-container .limiter {
        margin-bottom: 0; }
        #customer-reviews .review-heading .pager .count-container .limiter label {
          font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
          font-size: 10px;
          text-transform: uppercase; }
      #customer-reviews .review-heading .pager .amount {
        display: none; }
  #customer-reviews h2 {
    color: #0207fa;
    font-size: 12px;
    text-transform: uppercase; }
    #customer-reviews h2 span {
      color: #231f20; }
  #customer-reviews h3 {
    font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase; }
    #customer-reviews h3 span {
      color: #0207fa; }
  #customer-reviews .fieldset {
    padding-top: 25px;
    width: 470px; }
    #customer-reviews .fieldset h4 {
      border-bottom: 1px solid #b1b1b1;
      font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
      font-size: 12px;
      font-weight: normal;
      padding-bottom: 5px;
      text-transform: uppercase; }
      #customer-reviews .fieldset h4 em {
        display: none; }
    #customer-reviews .fieldset .form-list {
      font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
      font-size: 12px;
      font-weight: normal;
      margin: 10px 0;
      text-transform: uppercase;
      width: 470px; }
      #customer-reviews .fieldset .form-list .inline-label:after {
        content: '';
        display: table;
        clear: both; }
      #customer-reviews .fieldset .form-list label {
        font-size: 12px;
        font-weight: normal; }
      #customer-reviews .fieldset .form-list textarea {
        border: 1px solid #b1b1b1;
        border-radius: 0;
        min-width: 100%;
        -webkit-appearance: none; }
      #customer-reviews .fieldset .form-list input {
        border: 1px solid #b1b1b1;
        border-radius: 0; }
        #customer-reviews .fieldset .form-list input[type="text"] {
          width: 100%; }
  #customer-reviews .buttons-set {
    border: none;
    margin: 0;
    width: 470px; }
  #customer-reviews dl {
    font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px; }
    #customer-reviews dl dt {
      margin: 10px 0;
      text-transform: uppercase; }
    #customer-reviews dl dd {
      font-size: 14px;
      margin: 10px 0; }
      #customer-reviews dl dd .ratings-table {
        font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
        font-size: 12px;
        width: 100%; }
        #customer-reviews dl dd .ratings-table tr {
          margin-right: 15px; }
        #customer-reviews dl dd .ratings-table .review-label {
          width: 300px;
          max-width: 70%; }
      #customer-reviews dl dd table {
        margin: 15px 0; }
      #customer-reviews dl dd .review-meta {
        color: #0207fa;
        font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
        font-size: 10px;
        font-weight: normal;
        text-transform: uppercase; }

.review-summary-table {
  border-bottom: 1px solid #b1b1b1;
  margin: 0 0 10px; }
  .review-summary-table thead {
    background: transparent; }
    .review-summary-table thead th {
      background: transparent;
      border: none;
      padding: 15px 7px 10px 8px; }
  .review-summary-table tbody th {
    background: #FFFFFF;
    font-size: 12px; }
  .review-summary-table tbody td {
    border: none;
    text-align: center;
    padding: 0; }
    .review-summary-table tbody td label {
      width: 100%;
      display: block;
      padding: 11px 0; }
  .review-summary-table .rating-box .rating-number {
    display: none; }
    .review-summary-table .rating-box .rating-number:after {
      content: "";
      display: inline-block;
      background-position: 0px -599px;
      width: 13px;
      height: 14px;
      margin-left: 5px;
      position: relative;
      top: 2px; }

/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table {
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase; }
  .ratings-table th {
    padding-right: 10px; }
  .ratings-table .rating-box {
    background-position: 0 -615px;
    background-repeat: repeat-x;
    height: 13px;
    overflow: hidden;
    text-indent: -9999px;
    width: 65px; }
    .ratings-table .rating-box .rating {
      background-position: 0 -600px;
      background-repeat: repeat-x;
      float: left;
      height: 13px;
      text-indent: -9999px; }

@media only screen and (max-width: 767px) {
  body.review-product-list .product-view .product-shop .price-info {
    padding-left: 0; } }

@media only screen and (max-width: 767px) {
  body.review-product-list .product-view .product-shop .extra-info {
    padding: 0;
    min-width: 84%; } }

@media only screen and (max-width: 767px) {
  body.review-product-list .product-view .product-shop .extra-info .ratings-table {
    margin: 10px 0;
    width: 100%; } }

@media only screen and (max-width: 767px) {
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    margin-right: 15px; } }

@media only screen and (max-width: 535px) {
  body.review-product-list .product-view .product-shop .extra-info {
    min-width: 0; } }

@media only screen and (max-width: 535px) {
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: none;
    margin-right: 0; } }

@media only screen and (max-width: 520px) {
  #customer-reviews .fieldset {
    width: 100%; } }

@media only screen and (max-width: 520px) {
  #customer-reviews .fieldset .form-list {
    width: 100%; } }

@media only screen and (max-width: 520px) {
  #customer-reviews .fieldset .form-list .inline-label label,
  #customer-reviews .fieldset .form-list .inline-label .input-box {
    float: none; } }

@media only screen and (max-width: 520px) {
  #customer-reviews .buttons-set {
    width: 100%; } }

@media only screen and (max-width: 520px) {
  #customer-reviews .review-summary-table thead th {
    padding-left: 0px;
    padding-right: 0px; } }

@media only screen and (max-width: 520px) {
  #customer-reviews .review-summary-table tbody th {
    padding-left: 0px;
    padding-right: 0px; } }

@media only screen and (max-width: 520px) {
  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0px; } }

@media only screen and (max-width: 520px) {
  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0px;
    text-align: center;
    background: none;
    height: 19.6px;
    width: 100%; } }

@media only screen and (max-width: 520px) {
  #customer-reviews .review-summary-table .rating-box .rating {
    display: none; } }

@media only screen and (max-width: 520px) {
  #customer-reviews .review-summary-table .rating-box .rating-number {
    display: inline-block; } }

@media only screen and (max-width: 450px) {
  #customer-reviews dl dd .ratings-table tr {
    float: none; } }

/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2 {
  border-bottom: none; }

.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%; }
  @media only screen and (max-width: 767px) {
    .review-product-view .product-review .product-img-box {
      max-width: 100%; } }
  .review-product-view .product-review .product-img-box > a {
    width: 100%; }
  .review-product-view .product-review .product-img-box .product-image {
    width: 100%; }

/* ============================================ *
 * Slideshow
 * ============================================ */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #eeeeee; }
  .slideshow-container .slideshow {
    width: 100%;
    padding: 0;
    position: relative;
    margin: 0;
    border: 10px solid #FFFFFF; }
    .slideshow-container .slideshow > li {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding: 0;
      display: block;
      margin: 0; }
      .slideshow-container .slideshow > li:first-child {
        position: static;
        z-index: 100; }
      .slideshow-container .slideshow > li img {
        max-width: 100%;
        width: 100%; }

.slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .slideshow-pager span {
    font-family: arial;
    width: 44px;
    height: 44px;
    display: inline-block;
    color: #DDDDDD;
    cursor: pointer; }
    .slideshow-pager span:before {
      content: '';
      display: block;
      width: 16px;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-left: -8px;
      margin-top: -8px;
      border-radius: 1px;
      background-color: #FFFFFF;
      position: relative; }
    .slideshow-pager span:hover:before {
      background-color: #312b2c; }
    .slideshow-pager span.cycle-pager-active:before {
      background-color: #3e3739; }
  .slideshow-pager > * {
    cursor: pointer; }

.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .slideshow-prev:before,
  .slideshow-next:before {
    content: '';
    width: 0;
    height: 0;
    font-size: 0;
    position: absolute;
    border-style: solid;
    display: block;
    top: 50%;
    margin-top: -15px; }
  .slideshow-prev:hover,
  .slideshow-next:hover {
    opacity: 1; }
  .slideshow-prev.disabled,
  .slideshow-next.disabled {
    opacity: 0.5;
    cursor: default; }

.slideshow-prev {
  left: 8px; }
  .slideshow-prev:before {
    border-width: 15px 15px 15px 0;
    border-color: transparent #FFFFFF transparent transparent;
    top: 50%;
    left: 10px; }
  .slideshow-prev:hover:before {
    border-color: transparent #312b2c transparent transparent; }

.slideshow-next {
  right: 8px; }
  .slideshow-next:before {
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #FFFFFF;
    top: 50%;
    right: 10px; }
  .slideshow-next:hover:before {
    border-color: transparent transparent transparent #312b2c; }

.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110; }

.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5; }

/* ============================================ *
 * Wishlist
 * ============================================ */
#wishlist-table th {
  text-align: center; }

#wishlist-table.clean-table {
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  width: 100%; }
  #wishlist-table.clean-table th {
    border-bottom: 1px solid #ededed; }
  #wishlist-table.clean-table td {
    padding: 15px;
    vertical-align: top;
    border-bottom: 1px solid #ededed; }
  #wishlist-table.clean-table tr:last-child td {
    border-bottom: 0; }
  #wishlist-table.clean-table thead th {
    font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase; }

#wishlist-table .product-name {
  font-size: 16px;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-bottom: 0; }

#wishlist-table .wishlist-sku {
  font-size: 11px;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin: 5px 0; }

#wishlist-table textarea {
  border: 1px solid #d4d2d2;
  width: 100%;
  height: 45px;
  font-size: 11px;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif; }
  #wishlist-table textarea::-webkit-input-placeholder {
    text-transform: uppercase; }
  #wishlist-table textarea:-moz-placeholder {
    text-transform: uppercase; }
  #wishlist-table textarea::-moz-placeholder {
    text-transform: uppercase; }
  #wishlist-table textarea:-ms-input-placeholder {
    text-transform: uppercase; }
  #wishlist-table textarea:focus {
    border: 1px solid #b1b1b1; }

#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px; }
  #wishlist-table .item-manage .button {
    font-size: 11px;
    padding: 3px 5px; }

#wishlist-table .cart-cell {
  text-align: center; }

#wishlist-table td.customer-wishlist-item-image {
  width: 113px; }

#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em; }

#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center; }

#wishlist-table td.customer-wishlist-item-cart {
  width: 150px; }
  #wishlist-table td.customer-wishlist-item-cart .button {
    font-size: 12px;
    margin-bottom: 10px;
    padding: 3px 5px;
    width: 100%; }
  #wishlist-table td.customer-wishlist-item-cart .truncated {
    margin-bottom: 10px; }
  #wishlist-table td.customer-wishlist-item-cart > p {
    margin-bottom: 0; }
  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    text-align: center; }
  #wishlist-table td.customer-wishlist-item-cart .btn-remove {
    vertical-align: top; }

#wishlist-table td.customer-wishlist-item-remove {
  width: 20px; }

#wishlist-table td .button,
#wishlist-table td button {
  white-space: normal; }

#wishlist-table .price-box {
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px; }
  #wishlist-table .price-box .price {
    color: #231f20; }

#wishlist-table .giftregisty-add {
  margin-top: 5px; }
  #wishlist-table .giftregisty-add .change {
    display: none; }
  #wishlist-table .giftregisty-add li {
    cursor: pointer;
    color: #e52f32;
    margin-bottom: 3px; }

#wishlist-table .truncated .details {
  background: none;
  color: #e52f32; }

#wishlist-table td[data-rwd-label]:before {
  font-weight: 600; }

@media only screen and (max-width: 1019px) {
  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px; } }

@media only screen and (max-width: 979px) {
  #wishlist-table.clean-table td {
    padding-left: 5px;
    padding-right: 5px; } }

@media only screen and (max-width: 979px) {
  #wishlist-table.clean-table td textarea {
    height: 100px; } }

@media only screen and (max-width: 979px) {
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 110px; } }

@media only screen and (max-width: 979px) {
  #wishlist-table .product-name {
    font-size: 13px; } }

@media only screen and (max-width: 767px) {
  #wishlist-table:after {
    content: '';
    display: table;
    clear: both; } }

@media only screen and (max-width: 767px) {
  #wishlist-table .product-name {
    font-size: 16px; } }

@media only screen and (max-width: 767px) {
  #wishlist-table textarea {
    height: 68px;
    max-width: 100%; } }

@media only screen and (max-width: 767px) {
  #wishlist-table .item-manage {
    max-width: 100%; } }

@media only screen and (max-width: 767px) {
  #wishlist-table tr {
    position: relative; } }

@media only screen and (max-width: 767px) {
  #wishlist-table tr:after {
    content: '';
    display: table;
    clear: both; } }

@media only screen and (max-width: 767px) {
  #wishlist-table td.customer-wishlist-item-image {
    width: 70px; } }

@media only screen and (max-width: 767px) {
  #wishlist-table td.customer-wishlist-item-image img {
    width: 70px;
    height: 70px; } }

@media only screen and (max-width: 767px) {
  #wishlist-table td.customer-wishlist-item-cart p {
    margin-bottom: 0; } }

@media only screen and (max-width: 767px) {
  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    margin-right: 0;
    padding-top: 4px; } }

@media only screen and (max-width: 767px) {
  #wishlist-table td.customer-wishlist-item-cart {
    padding-right: 15px; } }

@media only screen and (max-width: 599px) {
  #wishlist-table td.customer-wishlist-item-quantity {
    padding-left: 0; } }

@media only screen and (max-width: 599px) {
  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table th.customer-wishlist-item-image {
    display: none; } }

@media only screen and (max-width: 479px) {
  #wishlist-table tr {
    position: relative; } }

@media only screen and (max-width: 479px) {
  #wishlist-table th.customer-wishlist-item-image {
    display: block; } }

@media only screen and (max-width: 479px) {
  #wishlist-table td.customer-wishlist-item-image, #wishlist-table td.customer-wishlist-item-info, #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price, #wishlist-table td.customer-wishlist-item-cart {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    empty-cells: hide; } }

@media only screen and (max-width: 479px) {
  #wishlist-table td.customer-wishlist-item-image {
    display: block;
    overflow: hidden; } }

@media only screen and (max-width: 479px) {
  #wishlist-table td.customer-wishlist-item-image a {
    float: left; } }

@media only screen and (max-width: 479px) {
  #wishlist-table td.customer-wishlist-item-image a img {
    width: 113px;
    height: 113px; } }

@media only screen and (max-width: 479px) {
  #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price {
    text-align: left; } }

@media only screen and (max-width: 479px) {
  #wishlist-table td.customer-wishlist-item-quantity:before, #wishlist-table td.customer-wishlist-item-price:before {
    float: left;
    margin-right: 16px; } }

@media only screen and (max-width: 479px) {
  #wishlist-table td.customer-wishlist-item-quantity .cart-cell, #wishlist-table td.customer-wishlist-item-price .cart-cell {
    text-align: left; } }

@media only screen and (max-width: 479px) {
  #wishlist-table td.customer-wishlist-item-quantity .price-box, #wishlist-table td.customer-wishlist-item-price .price-box {
    margin-top: 0; } }

@media only screen and (max-width: 479px) {
  #wishlist-table td.customer-wishlist-item-cart .cart-cell {
    float: left;
    width: 48%; } }

@media only screen and (max-width: 479px) {
  #wishlist-table td.customer-wishlist-item-cart > p {
    float: right;
    width: 48%; } }

@media only screen and (max-width: 479px) {
  #wishlist-table td.customer-wishlist-item-remove {
    position: absolute;
    top: 15px;
    right: 0px;
    display: block;
    padding: 0px;
    height: 20px; } }

@media only screen and (max-width: 479px) {
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 100%; } }

/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px; }

.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px; }

.block-wishlist .price-box {
  float: left;
  margin: 0; }

.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 12px; }

.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #eeeeee; }

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
.header-minicart {
  display: inline-block; }
  @media only screen and (max-width: 979px) {
    .header-minicart {
      display: block; } }
  .header-minicart .minicart-message {
    display: block;
    padding: 10px; }
  .header-minicart .empty {
    padding: 10px;
    text-align: center;
    border: 1px solid #ededed; }
  .header-minicart .minicart-wrapper {
    clear: both;
    position: relative; }
    .header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      display: none; }
    .header-minicart .minicart-wrapper:before {
      background-color: white;
      opacity: 0.8;
      z-index: 2; }
    .header-minicart .minicart-wrapper:after {
      background-image: url("https://www.deserres.ca/skin/frontend/deserres/default/images/opc-ajax-loader.gif");
      background-repeat: no-repeat;
      background-position: center;
      z-index: 3; }
    .header-minicart .minicart-wrapper.loading {
      position: relative; }
      .header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
        display: block; }
  .header-minicart .block-cart {
    display: none;
    background: #FFFFFF; }
  .header-minicart .block-subtitle {
    background-color: #231f20;
    color: #FFFFFF;
    font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    padding: 14px;
    text-align: center;
    margin-bottom: 0px; }
    .header-minicart .block-subtitle .close {
      width: 40px;
      float: right;
      display: block;
      color: #231f20;
      text-decoration: none;
      font-weight: normal;
      font-size: 30px;
      position: absolute;
      top: -8px;
      right: -3px; }
    .header-minicart .block-subtitle .item-count {
      color: #d4d2d2;
      font-size: 12px;
      display: block;
      font-weight: 400; }
  .header-minicart .mini-products-list li {
    padding: 10px 16px;
    border: 1px solid #ededed;
    border-width: 0 1px 1px;
    position: relative;
    margin-bottom: 0; }
    .header-minicart .mini-products-list li .product-image {
      border: 0;
      float: none; }
    .header-minicart .mini-products-list li .product-image,
    .header-minicart .mini-products-list li .product-details {
      display: inline-block;
      vertical-align: middle; }
    .header-minicart .mini-products-list li .product-details {
      position: relative;
      margin: 0;
      width: 73%;
      padding-left: 7px; }
  .header-minicart .quantity {
    font-size: 12px; }
  .header-minicart .info-wrapper {
    float: right;
    text-align: right;
    width: 30%;
    display: block;
    font-size: 12px; }
    .header-minicart .info-wrapper th {
      display: none; }
    .header-minicart .info-wrapper td {
      color: #231f20;
      clear: right;
      font-weight: 700; }
    .header-minicart .info-wrapper tr {
      display: block; }
    .header-minicart .info-wrapper tbody {
      float: right; }
    .header-minicart .info-wrapper .qty-wrapper td {
      height: 33px;
      line-height: 33px; }
    .header-minicart .info-wrapper .qty {
      padding-left: 4px;
      padding-right: 4px;
      margin-right: 2px;
      width: 3.2em;
      text-align: center;
      height: 30px; }
    .header-minicart .info-wrapper .quantity-button {
      opacity: 0;
      -webkit-transition: opacity 100ms;
      transition: opacity 100ms; }
      .header-minicart .info-wrapper .quantity-button[disabled] {
        cursor: default; }
      .header-minicart .info-wrapper .quantity-button.visible {
        opacity: 1; }
  .header-minicart .block-content {
    margin-top: 0; }
  .header-minicart .subtotal {
    background-color: #f5f5f5;
    text-align: center;
    padding: 15px; }
    .header-minicart .subtotal .label,
    .header-minicart .subtotal .price {
      font-weight: 700;
      font-size: 16px; }
    .header-minicart .subtotal .price {
      color: #231f20; }
    .header-minicart .subtotal .free-shipping {
      display: block;
      color: #636466;
      line-height: 1;
      font-size: 12px;
      margin-top: 2px; }
      .header-minicart .subtotal .free-shipping span {
        font-weight: 700; }
  .header-minicart .minicart-actions {
    margin-top: 0px;
    overflow: hidden;
    position: relative;
    text-align: center; }
    .header-minicart .minicart-actions .checkout-button {
      width: 100%;
      background: #e52f32;
      padding: 20px; }
    .header-minicart .minicart-actions .paypal-logo .paypal-or {
      line-height: 1.6; }
  .header-minicart #minicart-error-message {
    text-align: center;
    color: red;
    display: none; }
  .header-minicart #minicart-success-message {
    text-align: center;
    color: green;
    display: none; }
  .header-minicart .jcarousel-control-prev,
  .header-minicart .jcarousel-control-next {
    display: none; }

.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  display: block; }

@media only screen and (min-width: 980px) {
  .checkout-types.minicart {
    float: none;
    text-align: center; } }

@media only screen and (max-width: 479px) {
  .header-minicart a.skip-cart {
    z-index: 1; } }

.header-minicart a.skip-cart.skip-active {
  padding-bottom: 11px; }
  @media only screen and (min-width: 980px) {
    .header-minicart a.skip-cart.skip-active {
      padding-bottom: 29px; } }

.header-minicart a.skip-cart.skip-active:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #231f20;
  border-top: none;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

@media only screen and (max-width: 979px) {
  .header-minicart .subtotal .label {
    color: #231f20; } }

@media only screen and (max-width: 979px) {
  .header-minicart .minicart-wrapper:before {
    background-color: #EDEDED; } }

@media only screen and (max-width: 979px) {
  .header-minicart .quantity-button {
    float: none; } }

@media only screen and (max-width: 979px) {
  .header-minicart .header-minicart .block-cart {
    padding: 16px; } }

@media only screen and (max-width: 979px) {
  .header-minicart .header-minicart .block-subtitle {
    padding-top: 60px; } }

@media only screen and (max-width: 979px) {
  .header-minicart .minicart-actions .checkout-types.minicart li {
    display: inline-block; } }

@media only screen and (max-width: 979px) {
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
    display: inline; } }

@media only screen and (max-width: 979px) {
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
    display: inline-block;
    vertical-align: top; } }

@media only screen and (max-width: 979px) {
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    width: auto;
    float: none;
    display: inline;
    margin: 0 10px 5px 10px;
    line-height: 40px; } }

@media only screen and (max-width: 740px) {
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
    width: 100%;
    display: block;
    margin-left: 0; } }

@media only screen and (max-width: 740px) {
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    line-height: 1.6; } }

@media only screen and (max-width: 599px) {
  .header-minicart .minicart-actions .checkout-button {
    width: 100%; } }

/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: 15px !important;
  width: 100% !important;
  z-index: 200; }
  .search-autocomplete ul {
    border-radius: 2px;
    background-color: #FFFFFF;
    border: 1px solid #f5f5f5;
    left: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    .search-autocomplete ul li {
      border-bottom: 1px solid #F4F4F4;
      color: #e52f32;
      cursor: pointer;
      font-size: 12px;
      padding: 4px 6px;
      text-align: left; }
      .search-autocomplete ul li:hover {
        color: #df1c1f; }
      .search-autocomplete ul li.selected {
        background-color: #e52f32;
        color: white; }
      .search-autocomplete ul li .amount {
        float: right;
        font-weight: bold; }
      .search-autocomplete ul li:last-child {
        border-bottom: none; }
  .search-autocomplete:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #e52f32;
    border-top: none;
    left: 50%;
    top: -7px; }

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
  background: #F4F4F4;
  border: 1px solid #eeeeee;
  padding: 32px; }
  .advanced-search select.multiselect option {
    border-bottom: 1px solid #eeeeee;
    padding: 2px 5px; }

@media only screen and (max-width: 479px) {
  .advanced-search {
    padding: 16px; } }

/* solR*/
.solrsearch-index-index.two-cols-style-active .col-left {
  float: left;
  float: left;
  width: 25%;
  padding-left: 0;
  clear: left; }

.solrsearch-index-index.two-cols-style-active .center-col {
  float: right;
  padding-right: 0;
  width: 72.5%; }

.solrsearch-index-index.one-col-style-active .center-col {
  width: 100%; }

.solrsearch-index-index.one-col-style-active .col-left {
  width: 0; }

@media only screen and (max-width: 767px) {
  .solrsearch-index-index.two-cols-style-active .center-col, .solrsearch-index-index.two-cols-style-active .col-left {
    float: none;
    width: 100%; } }

.solrsearch-index-index #solr_search_result_page_container ul.header-result {
  border-bottom: solid #e5e5e5 1px;
  font-size: 0;
  position: relative;
  z-index: 5;
  margin-bottom: 22px; }
  .solrsearch-index-index #solr_search_result_page_container ul.header-result > span {
    display: none; }
  .solrsearch-index-index #solr_search_result_page_container ul.header-result li {
    display: inline-block;
    position: relative;
    z-index: 10;
    top: 1px; }
    .solrsearch-index-index #solr_search_result_page_container ul.header-result li a {
      padding: 15px 32px;
      font-size: 14px;
      font-weight: 500;
      color: #231f20;
      text-transform: uppercase;
      display: inline-block; }
      .solrsearch-index-index #solr_search_result_page_container ul.header-result li a:hover {
        text-decoration: none; }
    .solrsearch-index-index #solr_search_result_page_container ul.header-result li.active {
      border: solid #e5e5e5 1px;
      border-top: solid 3px #e52f32;
      border-bottom: solid #FFFFFF 1px; }

.solrsearch-index-index #solr_search_result_page_container #s_content {
  padding-right: 35px; }
  .solrsearch-index-index #solr_search_result_page_container #s_content li {
    border-bottom: solid 1px #e5e5e5;
    padding: 20px 0 25px; }
    .solrsearch-index-index #solr_search_result_page_container #s_content li div {
      display: block; }
  .solrsearch-index-index #solr_search_result_page_container #s_content .content_title {
    color: #000000;
    font-weight: 600;
    font-size: 16px; }
  .solrsearch-index-index #solr_search_result_page_container #s_content .content_description {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    margin: 20px 0 20px; }
  .solrsearch-index-index #solr_search_result_page_container #s_content .content_link {
    color: #e82d2d;
    font-weight: 400;
    font-size: 13px; }

.solrsearch-index-index #solr_search_result_page_container .category-products .products-grid > li.item {
  width: calc( (100% / 3) - 8px); }
  .solrsearch-index-index #solr_search_result_page_container .category-products .products-grid > li.item:nth-child(4n + 1) {
    clear: none; }
  .solrsearch-index-index #solr_search_result_page_container .category-products .products-grid > li.item:nth-child(4n) {
    margin-right: 1.52838%; }
  .solrsearch-index-index #solr_search_result_page_container .category-products .products-grid > li.item:nth-child(3n) {
    margin-right: 0; }

@media only screen and (max-width: 979px) {
  .solrsearch-index-index #solr_search_result_page_container .category-products .products-grid > li.item {
    width: calc( (100% / 3) - 1.5%); } }

@media only screen and (max-width: 599px) {
  .solrsearch-index-index #solr_search_result_page_container .category-products .products-grid > li.item {
    width: calc( (100% / 2) - 2%); }
    .solrsearch-index-index #solr_search_result_page_container .category-products .products-grid > li.item:nth-child(3n + 1) {
      clear: none; }
    .solrsearch-index-index #solr_search_result_page_container .category-products .products-grid > li.item:nth-child(odd) {
      margin-right: 2.02605%; }
    .solrsearch-index-index #solr_search_result_page_container .category-products .products-grid > li.item:nth-child(even) {
      margin-right: 0; } }

@media only screen and (max-width: 600px) {
  .solrsearch-index-index #solr_search_result_page_container ul.header-result {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #d4d2d2; }
    .solrsearch-index-index #solr_search_result_page_container ul.header-result > span {
      display: block;
      width: 100%;
      text-align: center;
      padding: 5px 10px;
      font-size: 14px;
      font-weight: 700;
      color: #231f20;
      text-transform: uppercase; }
      .solrsearch-index-index #solr_search_result_page_container ul.header-result > span::after {
        font-family: "icomoon"; }
    .solrsearch-index-index #solr_search_result_page_container ul.header-result > li {
      width: 100%;
      display: none;
      border-left: none;
      border-right: none; }
      .solrsearch-index-index #solr_search_result_page_container ul.header-result > li.active {
        border: none; }
      .solrsearch-index-index #solr_search_result_page_container ul.header-result > li a {
        width: 100%; }
        .solrsearch-index-index #solr_search_result_page_container ul.header-result > li a:hover {
          background-color: red;
          color: #fff; }
    .solrsearch-index-index #solr_search_result_page_container ul.header-result.open > li {
      display: block; }
  .solrsearch-index-index #solr_search_result_page_container #s_content {
    padding-right: 0; }
    .solrsearch-index-index #solr_search_result_page_container #s_content li {
      padding: 15px 0;
      position: relative; }
      .solrsearch-index-index #solr_search_result_page_container #s_content li div {
        display: none; }
      .solrsearch-index-index #solr_search_result_page_container #s_content li.open .content_title::after {
        font-family: "icomoon"; }
    .solrsearch-index-index #solr_search_result_page_container #s_content .content_title {
      color: #000000;
      font-weight: 600;
      font-size: 16px; }
      .solrsearch-index-index #solr_search_result_page_container #s_content .content_title::after {
        font-family: "icomoon";
        right: 15px;
        position: absolute; }
    .solrsearch-index-index #solr_search_result_page_container #s_content .content_description {
      color: #000000;
      font-weight: 400;
      font-size: 16px; }
    .solrsearch-index-index #solr_search_result_page_container #s_content .content_link {
      color: #e82d2d;
      font-weight: 400;
      font-size: 13px; } }

@media only screen and (max-width: 375px) {
  .solrsearch-index-index #solr_search_result_page_container ul.header-result > li a {
    padding: 15px; }
  .solrsearch-index-index #solr_search_result_page_container .category-products .products-grid > li.item {
    width: 100%; } }

.solrsearch-index-index #solr_search_result_page_container .page-title #trigger-feedback {
  display: none; }

.solrsearch-index-index #solr_search_result_page_container .page-title::after {
  display: table;
  content: "";
  clear: both; }

.solrsearch-index-index #solr_search_result_page_container .answer-no-result {
  color: #231f20;
  font-size: 16px;
  text-align: center;
  max-width: 90%;
  padding: 0 15px;
  margin: 0 auto;
  margin-bottom: 30px; }

.solrsearch-index-index #solr_search_result_page_container .footer-no-result {
  font-size: 0;
  max-width: 992px;
  width: 100%;
  margin: 0 auto; }
  .solrsearch-index-index #solr_search_result_page_container .footer-no-result::after {
    display: table;
    content: "";
    clear: both; }
  .solrsearch-index-index #solr_search_result_page_container .footer-no-result > div {
    float: left;
    width: calc( 100% / 2 - 15px);
    margin: 0 30px 40px 0;
    position: relative;
    max-width: 480px; }
    .solrsearch-index-index #solr_search_result_page_container .footer-no-result > div img {
      height: auto;
      max-width: 480px;
      width: 100%; }
    .solrsearch-index-index #solr_search_result_page_container .footer-no-result > div img + h2 {
      color: #fff;
      font-size: 30px;
      font-weight: 600;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      line-height: 1;
      width: 100%; }
      .solrsearch-index-index #solr_search_result_page_container .footer-no-result > div img + h2 a {
        color: #fff; }
        .solrsearch-index-index #solr_search_result_page_container .footer-no-result > div img + h2 a:hover {
          text-decoration: none; }
    .solrsearch-index-index #solr_search_result_page_container .footer-no-result > div:nth-child(even) {
      margin-right: 0; }
      .solrsearch-index-index #solr_search_result_page_container .footer-no-result > div:nth-child(even) img {
        margin-left: auto;
        margin-right: 0; }
    .solrsearch-index-index #solr_search_result_page_container .footer-no-result > div:nth-child(3), .solrsearch-index-index #solr_search_result_page_container .footer-no-result > div:nth-child(4) {
      border: solid #000 1px;
      height: 200px; }
      .solrsearch-index-index #solr_search_result_page_container .footer-no-result > div:nth-child(3) > div, .solrsearch-index-index #solr_search_result_page_container .footer-no-result > div:nth-child(4) > div {
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: inline-block; }
      .solrsearch-index-index #solr_search_result_page_container .footer-no-result > div:nth-child(3) p, .solrsearch-index-index #solr_search_result_page_container .footer-no-result > div:nth-child(4) p {
        font-size: 18px;
        color: #231f20;
        text-align: center; }
      .solrsearch-index-index #solr_search_result_page_container .footer-no-result > div:nth-child(3) h2, .solrsearch-index-index #solr_search_result_page_container .footer-no-result > div:nth-child(4) h2 {
        font-size: 24px;
        font-weight: 600;
        color: #231f20;
        text-align: center;
        margin: 18px auto 15px; }
      .solrsearch-index-index #solr_search_result_page_container .footer-no-result > div:nth-child(3) p:last-child, .solrsearch-index-index #solr_search_result_page_container .footer-no-result > div:nth-child(4) p:last-child {
        font-size: 14px;
        text-align: center; }
    .solrsearch-index-index #solr_search_result_page_container .footer-no-result > div:nth-child(4) > div {
      position: relative;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: inline-block; }
      .solrsearch-index-index #solr_search_result_page_container .footer-no-result > div:nth-child(4) > div img, .solrsearch-index-index #solr_search_result_page_container .footer-no-result > div:nth-child(4) > div h2 {
        display: inline-block;
        position: relative;
        vertical-align: middle; }
      .solrsearch-index-index #solr_search_result_page_container .footer-no-result > div:nth-child(4) > div img {
        display: inline-block;
        position: relative;
        vertical-align: middle;
        max-width: 100px;
        height: 85px;
        padding-left: 30px; }
      .solrsearch-index-index #solr_search_result_page_container .footer-no-result > div:nth-child(4) > div a {
        color: #000; }
        .solrsearch-index-index #solr_search_result_page_container .footer-no-result > div:nth-child(4) > div a:hover {
          text-decoration: none; }

@media only screen and (max-width: 770px) {
  .solrsearch-index-index #solr_search_result_page_container .footer-no-result > div {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .solrsearch-index-index #solr_search_result_page_container .footer-no-result > div:nth-child(even) {
      margin-right: auto; } }

@media only screen and (max-width: 375px) {
  .solrsearch-index-index #solr_search_result_page_container .footer-no-result > div img + h2 {
    font-size: 25px; } }

/* ============================================ *
 * Account - Reviews
 * ============================================ */
.product-review .product-img-box p.label {
  border-bottom: 1px solid #b1b1b1;
  font-size: 16px;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase; }

.product-review .product-img-box .rating-box {
  margin: 15px 0; }

.product-review .product-details h2 {
  border-bottom: 1px solid #b1b1b1;
  color: #3399CC;
  font-size: 16px;
  font-weight: 600;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  padding-bottom: 10px; }

.product-review .ratings-table {
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif; }
  .product-review .ratings-table th {
    padding-right: 10px; }
  .product-review .ratings-table tr {
    float: left;
    font-size: 12px;
    margin-right: 10px;
    text-transform: uppercase; }
    @media only screen and (max-width: 320px) {
      .product-review .ratings-table tr {
        float: none; } }
    @media only screen and (min-width: 768px) {
      .product-review .ratings-table tr {
        float: none; } }
    @media only screen and (min-width: 1126px) {
      .product-review .ratings-table tr {
        float: left;
        margin-right: 15px; } }

.product-review .ratings-description dt {
  border-bottom: 1px solid #b1b1b1;
  font-size: 16px;
  font-weight: 400;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase; }

.product-review .ratings-description dd {
  color: #737373;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px; }

/* ============================================ *
 * CMS Pages
 * ============================================ */
.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
  border: none; }

.cms-page-view .std img,
.cms-no-route .std img {
  max-width: 100%; }

.cms-page-view .std a.button,
.cms-no-route .std a.button {
  color: #f5f5f5;
  text-decoration: none; }

.cms-page-view .std a.text-link-secondary,
.cms-no-route .std a.text-link-secondary {
  color: #848a9c;
  font-size: 16px;
  text-decoration: underline; }
  .cms-page-view .std a.text-link-secondary:hover,
  .cms-no-route .std a.text-link-secondary:hover {
    text-decoration: none; }

.cms-page-view .std a.block-link,
.cms-no-route .std a.block-link {
  display: block; }

.cms-page-view .std p,
.cms-no-route .std p {
  color: #636466;
  font-size: 16px; }
  .cms-page-view .std p a,
  .cms-no-route .std p a {
    color: #231f20;
    text-decoration: underline; }
    .cms-page-view .std p a.button,
    .cms-no-route .std p a.button {
      color: #f5f5f5;
      text-decoration: none; }

.cms-page-view .std h1,
.cms-no-route .std h1 {
  color: #231f20; }

.cms-page-view .std h2,
.cms-no-route .std h2 {
  color: #231f20; }

.cms-page-view .std li,
.cms-no-route .std li {
  color: #636466;
  font-size: 16px; }

.cms-page-view .std dd ol li,
.cms-no-route .std dd ol li {
  font-size: 12px; }

.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both; }

.cms-no-route .std img {
  width: 100%; }

.cms-page-view .std ul.no-list-style,
.cms-home .std ul.no-list-style,
.cms-no-route .std ul.no-list-style {
  list-style-type: none; }

.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 10px; }
  .cms-page-view .std .messages ul,
  .cms-home .std .messages ul,
  .cms-no-route .std .messages ul {
    margin-bottom: 0; }
  .cms-page-view .std .messages li,
  .cms-home .std .messages li,
  .cms-no-route .std .messages li {
    list-style: none;
    margin-left: 0;
    font-style: normal;
    font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 16px; }

#accordion .toggle-tabs {
  display: none; }

#accordion dl > dt {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 0px;
  padding: 11px 0;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  display: block; }
  @media only screen and (max-width: 767px) {
    #accordion dl > dt {
      text-align: center;
      text-transform: none; } }
  #accordion dl > dt span {
    position: relative; }
  #accordion dl > dt:hover {
    background-color: shade(#F4F4F4, 3%); }

#accordion dl > dd:last-child {
  border-width: 0 1px 1px 1px; }

#accordion li {
  position: relative;
  overflow: hidden; }
  #accordion li .plusimage h2 {
    margin-right: 10px; }

.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0; }
  @media only screen and (max-width: 767px) {
    .page-sitemap .links {
      text-align: center; } }
  .page-sitemap .links a {
    position: relative; }

.page-sitemap .pages {
  position: static;
  display: block; }

@media only screen and (max-width: 767px) {
  .page-sitemap .pager {
    text-align: center; } }

@media only screen and (max-width: 767px) {
  .page-sitemap .pager .count-container {
    float: none; } }

.page-sitemap .pager {
  width: 100%; }

.page-sitemap .pager .amount {
  margin-left: 0; }

.page-sitemap .sitemap {
  clear: both;
  margin: 15px 0;
  font-size: 12px; }
  .page-sitemap .sitemap li {
    margin: 3px 0; }

.contacts-index-index h1 {
  border: none; }

#contactForm h2 {
  display: none; }

#contactForm:after {
  content: '';
  display: table;
  clear: both; }

#contactForm .fieldset .legend + .required {
  margin: 0; }

@media only screen and (max-width: 767px) {
  #contactForm {
    padding-left: 0; } }

.cms-page-view .fieldset p.required {
  color: #e52f32;
  font-size: 12px; }

.cms-page-view .select-wrapper select {
  height: 48px;
  background: #eeeeee;
  border-radius: 0;
  border: 1px solid #eeeeee;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: #d4d2d2;
  padding: 0 34px 0 14px;
  width: 100%;
  margin-top: 0; }

.cms-open-gallery iframe {
  border: 0;
  max-width: 100%; }

#pageContent {
  width: 1073px; }

.cms-zone-account-create .buttons-set,
.cms-creation-compte-zone .buttons-set {
  margin-bottom: 30px; }

/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box .minimal-price-link .label {
  color: #ff3333;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase; }

.map-info {
  white-space: nowrap; }

.catalog-product-view .map-info {
  white-space: normal; }
  .catalog-product-view .map-info > span {
    float: right;
    margin-bottom: 5px; }
  .catalog-product-view .map-info .price-box.map-info > a {
    float: right;
    width: 100%; }

/* ============================================ *
 * Cookies
 * ============================================ */
.notice-cookie .notice-inner {
  padding-bottom: 0; }
  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both; }

.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left; }
  .notice-cookie .notice-text p {
    padding-bottom: 14.5px;
    line-height: 1.3; }

.notice-cookie .actions {
  float: left;
  text-align: right;
  padding-bottom: 14.5px; }

@media only screen and (max-width: 979px) {
  .notice-cookie .notice-text {
    max-width: 86%; } }

@media only screen and (max-width: 767px) {
  .notice-cookie {
    padding: 0 20px; } }

@media only screen and (max-width: 767px) {
  .notice-cookie .notice-text {
    max-width: 82%;
    padding-top: 0; } }

@media only screen and (max-width: 620px) {
  .notice-cookie {
    padding: 0 20px; } }

@media only screen and (max-width: 620px) {
  .notice-cookie .notice-inner {
    background-position: left 10px; } }

@media only screen and (max-width: 620px) {
  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both; } }

@media only screen and (max-width: 620px) {
  .notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0; } }

@media only screen and (max-width: 620px) {
  .notice-cookie .actions {
    text-align: left; } }

/* ============================================ *
 * Tags
 * ============================================ */
#addTagForm button {
  margin-top: 5px;
  margin-bottom: 10px; }

#addTagForm .form-add {
  margin-top: 10px; }

.product-tags {
  background-color: #F4F4F4;
  border: 1px solid #b1b1b1;
  float: left;
  margin-bottom: 10px;
  padding: 5px 1% 10px;
  width: 98%; }

.product-tags li {
  float: left;
  margin-right: 15px; }

.product-tags li.last {
  margin-right: 0px; }

.tags-list {
  float: left;
  width: 100%;
  margin-bottom: 10px; }

.tags-list > li {
  float: left;
  margin-right: 10px; }

.block-tags .actions > a {
  font-size: 12px; }

.my-tag-edit .button.btn-remove {
  padding: 0; }
  .my-tag-edit .button.btn-remove:after {
    color: white; }

@media only screen and (max-width: 767px) {
  .tags-list > li,
  .tags-list {
    float: none; } }

/* ============================================ *
 * Captcha
 * ============================================ */
.captcha-note {
  clear: left;
  padding-top: 5px; }

.captcha-image {
  float: left;
  display: inline;
  max-width: 100%;
  position: relative;
  width: 258px;
  margin-bottom: 10px; }

.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%; }

.registered-users .captcha-image {
  margin: 0; }

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px; }

.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear; }

.customer-account-create .scaffold-form .captcha-input-container label:first-child {
  width: 100%; }

.captcha-reload {
  position: absolute;
  right: 4px;
  top: 4px; }

.captcha-img {
  border: 20px solid #bbb; }

.captcha-input-container {
  margin-bottom: 10px; }

.control.newsletter-box, .captcha-input-container, .captcha-img-container {
  float: none;
  clear: both; }
  .control.newsletter-box:after, .captcha-input-container:after, .captcha-img-container:after {
    content: '';
    content: '';
    display: table;
    clear: both; }

/* ============================================ *
 * Checkout Billing Fix to place the Captcha properly
 * ============================================ */
#co-billing-form ul.form-list > .control {
  float: left;
  margin: 0 0 5px;
  width: 100%; }
  #co-billing-form ul.form-list > .control.cclub-opt-in, #co-billing-form ul.form-list > .control.ship-yes {
    margin-top: 20px; }

/* ============================================ *
 * Account - Orders, Invoices, Credit Memos.
 * ============================================ */
@media only screen and (max-width: 479px) {
  .sales-order-invoice .sub-title,
  .sales-order-creditmemo .sub-title,
  .sales-order-shipment .sub-title {
    float: left;
    font-size: 15px;
    text-align: center;
    width: 100%; } }

@media only screen and (max-width: 479px) {
  .sales-order-invoice .order-links,
  .sales-order-creditmemo .order-links,
  .sales-order-shipment .order-links {
    text-align: center;
    width: 100%; } }

/* ============================================ *
 * Recurring Profiles
 * ============================================ */
@media only screen and (max-width: 479px) {
  #recurring_profile_list_view {
    font-size: 12px; } }

@media only screen and (max-width: 479px) {
  #recurring_profile_list_view a {
    font-size: inherit; } }

@media only screen and (max-width: 479px) {
  #recurring_profile_list_view th,
  #recurring_profile_list_view td {
    padding: 2px; } }

#recurring_profile_list_view th {
  white-space: normal; }
  #recurring_profile_list_view th span {
    white-space: inherit; }

.recurring-profiles-title {
  float: left; }
  .recurring-profiles-title h1 {
    margin-bottom: 7px; }

body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
  float: right;
  text-align: right;
  margin-bottom: 32px; }
  @media only screen and (max-width: 479px) {
    body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
      text-align: center;
      float: none; } }
  body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
    position: static; }

.recurring-profiles-messages:after {
  content: '';
  display: table;
  clear: both; }

#recurring_start_date_trig {
  display: inline; }

/* ============================================ *
 * Billing Agreements
 * ============================================ */
.billing-agreements .info-box {
  margin-bottom: 32px; }
  .billing-agreements .info-box:after {
    content: '';
    display: table;
    clear: both; }
  .billing-agreements .info-box .form-list {
    max-width: 400px;
    width: 100%; }
  .billing-agreements .info-box .box-title {
    margin-top: 20px;
    margin-bottom: 7px; }
  .billing-agreements .info-box .button {
    float: right;
    margin-top: 7px; }
    @media only screen and (max-width: 479px) {
      .billing-agreements .info-box .button {
        width: 100%;
        float: none; } }

.billing-agreements #payment_method {
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px; }

.billing-agreement-view-header-wrapper .heading {
  max-width: 80%; }
  @media only screen and (max-width: 479px) {
    .billing-agreement-view-header-wrapper .heading {
      max-width: 100%; } }

.billing-agreement-details td, .billing-agreement-details th {
  padding: 3.5px; }

@media only screen and (max-width: 979px) {
  .billing-agreements .data-table .created-at,
  .billing-agreements .data-table .updated-at {
    display: none; } }

/* ============================================ *
 * Popular Search Terms Cloud
 * ============================================ */
.catalogsearch-term-popular .tags-list {
  float: left;
  width: 100%; }

.catalogsearch-term-popular .tags-list > li {
  float: left;
  height: 40px;
  margin-right: 25px; }

/* ============================================ *
 * Widgets
 * ============================================ */
/* -------------------------------------------- *
 * Add to cart by SKU
 */
.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
      max-width: 100px; } }

.widget {
  clear: both; }

.widget .pager {
  float: none;
  width: 100%; }

@media only screen and (min-width: 1019px) {
  .col2-left-layout .col-main .widget,
  .col2-right-layout .col-main .widget,
  .col3-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */ }
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
      clear: none; }
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
      clear: none; }
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
      margin-right: 1.5625%; }
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
    .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
      margin-right: 1.5625%; }
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
    .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
      width: 23.82812%;
      margin-right: 1.5625%; }
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
      clear: left; }
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
      margin-right: 0; }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
      clear: none; }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
      clear: none; }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
      margin-right: 1.5625%; }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
    .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
      margin-right: 1.5625%; }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
    .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
      width: 18.75%;
      margin-right: 1.5625%; }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
      clear: left; }
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
      margin-right: 0; } }

@media only screen and (min-width: 767px) {
  .col1-layout .col-main .widget {
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    /* Set column config */ }
    .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
      clear: none; }
    .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n+1) {
      clear: none; }
    .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
    .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
      margin-right: 1.5625%; }
    .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
      margin-right: 1.5625%; }
    .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
      width: 23.82812%;
      margin-right: 1.5625%; }
    .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n+1) {
      clear: left; }
    .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
      margin-right: 0; }
    .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
      clear: none; }
    .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n+1) {
      clear: none; }
    .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
    .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
      margin-right: 1.5625%; }
    .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
      margin-right: 1.5625%; }
    .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
      width: 18.75%;
      margin-right: 1.5625%; }
    .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n+1) {
      clear: left; }
    .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
      margin-right: 0; } }

/* ============================================ *
 * Checkout - Multiple Addresses
 * ============================================ */
body[class*="checkout-multishipping-"] .checkout-progress {
  width: 100%;
  float: left;
  margin-bottom: 25px; }
  body[class*="checkout-multishipping-"] .checkout-progress > li {
    float: left;
    width: 20%;
    text-align: center;
    padding: 8px 1% 6px;
    background: #F4F4F4;
    text-transform: uppercase;
    border-bottom: 1px solid #b1b1b1;
    border-right: 1px solid #b1b1b1;
    margin-bottom: 10px;
    font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif; }
    body[class*="checkout-multishipping-"] .checkout-progress > li.active {
      background-color: #e52f32; }
    body[class*="checkout-multishipping-"] .checkout-progress > li.last {
      border-right: 0px; }

body[class*="checkout-multishipping-"] .page-title {
  float: left;
  width: 100%;
  margin-bottom: 15px; }
  body[class*="checkout-multishipping-"] .page-title h1 {
    border: 0 none;
    float: left;
    margin-top: 2px;
    margin-right: 2%; }
  body[class*="checkout-multishipping-"] .page-title .button {
    float: right; }

body[class*="checkout-multishipping-"] .multiple-checkout > h2 {
  text-transform: none;
  font-size: 17px;
  margin-bottom: 15px; }

body[class*="checkout-multishipping-"] .messages {
  float: left;
  width: 100%; }

body[class*="checkout-multishipping-"] .col-2.col-wide {
  width: 66%; }

body[class*="checkout-multishipping-"] .col-1.col-narrow {
  width: 30%; }

body[class*="checkout-multishipping-"] .actions {
  margin-bottom: 10px; }

body[class*="checkout-multishipping-"] .grand-total {
  text-align: right;
  font-size: 16px;
  font-weight: bold; }

body[class*="checkout-multishipping-"] #checkout-review-submit {
  float: right; }

body[class*="checkout-multishipping-"] #review-buttons-container {
  float: right;
  text-align: right; }

.checkout-multishipping-addresses .btn-remove2 {
  text-indent: -5555px;
  display: block;
  width: 22px;
  height: 22px; }

.checkout-multishipping-shipping .gift-messages {
  margin-top: 20px; }

.checkout-multishipping-shipping .gift-messages-form {
  margin-top: 15px; }
  .checkout-multishipping-shipping .gift-messages-form h4 {
    margin-top: 15px;
    margin-bottom: 5px; }
  .checkout-multishipping-shipping .gift-messages-form .form-list {
    margin-top: 10px;
    margin-bottom: 25px; }
  .checkout-multishipping-shipping .gift-messages-form .item {
    margin-top: 15px; }

.checkout-multishipping-shipping .col-1 .box-title h2, .checkout-multishipping-shipping .col-1 .box-title h3, .checkout-multishipping-shipping .col-1 .box-title h4, .checkout-multishipping-shipping .col-2 .box-title h2, .checkout-multishipping-shipping .col-2 .box-title h3, .checkout-multishipping-shipping .col-2 .box-title h4,
.checkout-multishipping-billing .col-1 .box-title h2,
.checkout-multishipping-billing .col-1 .box-title h3,
.checkout-multishipping-billing .col-1 .box-title h4,
.checkout-multishipping-billing .col-2 .box-title h2,
.checkout-multishipping-billing .col-2 .box-title h3,
.checkout-multishipping-billing .col-2 .box-title h4,
.checkout-multishipping-overview .col-1 .box-title h2,
.checkout-multishipping-overview .col-1 .box-title h3,
.checkout-multishipping-overview .col-1 .box-title h4,
.checkout-multishipping-overview .col-2 .box-title h2,
.checkout-multishipping-overview .col-2 .box-title h3,
.checkout-multishipping-overview .col-2 .box-title h4 {
  font-weight: normal;
  width: 100%;
  background: #F4F4F4;
  border-bottom: 1px solid #b1b1b1;
  padding: 10px;
  font-size: 14px; }

.checkout-multishipping-shipping .col-1 > h4, .checkout-multishipping-shipping .col-2 > h4,
.checkout-multishipping-billing .col-1 > h4,
.checkout-multishipping-billing .col-2 > h4,
.checkout-multishipping-overview .col-1 > h4,
.checkout-multishipping-overview .col-2 > h4 {
  font-weight: normal;
  width: 100%;
  background: #F4F4F4;
  border-bottom: 1px solid #b1b1b1;
  padding: 10px;
  font-size: 14px; }

.checkout-multishipping-shipping .col-1 .box-content, .checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
  margin-bottom: 25px;
  padding-left: 10px;
  margin-top: 10px; }

.checkout-multishipping-billing .sp-methods dt {
  float: left;
  width: 100%; }

#multiship-addresses-table > tbody > tr > td.a-center.last > a {
  background-image: none; }

#review-order-form > div:nth-child(3) > div.divider {
  width: 100%;
  clear: both; }

@media only screen and (max-width: 979px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 300px; } }

@media only screen and (max-width: 979px) {
  #review-order-form .col-1,
  #review-order-form .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0; } }

@media only screen and (max-width: 767px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    width: 12px; } }

@media only screen and (max-width: 767px) {
  body[class*="checkout-multishipping-"] .checkout-progress li {
    width: 100%;
    margin: 0;
    text-align: left;
    padding-left: 3%;
    border-right: 0px; } }

@media only screen and (max-width: 767px) {
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 1px;
    width: 12px; } }

@media only screen and (max-width: 767px) {
  body[class*="checkout-multishipping-"] .box-title {
    float: left;
    width: 100%; } }

@media only screen and (max-width: 767px) {
  body[class*="checkout-multishipping-"] .page-title .button {
    float: left;
    margin-bottom: 10px; } }

@media only screen and (max-width: 767px) {
  body[class*="checkout-multishipping-"] .linearize-table tfoot td {
    text-align: right; } }

@media only screen and (max-width: 767px) {
  body[class*="checkout-multishipping-"] .linearize-table select {
    width: 100%;
    min-width: 200px; } }

@media only screen and (max-width: 767px) {
  body[class*="checkout-multishipping-"] .col-1.col-narrow, body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 100%;
    padding: 0; } }

@media only screen and (max-width: 599px) {
  .checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 10px;
    margin-top: 12px; } }

@media only screen and (max-width: 479px) {
  body[class*="checkout-multishipping-"] .buttons-set .back-link {
    display: block; } }

.loyalty-register .main-container {
  max-width: none;
  padding: 0; }

.loyalty-register .col-main .wrapper-outer {
  background-color: #f5f5f5; }

.loyalty-register .col-main .wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 32px;
  background-color: transparent; }

.loyalty-register .col-main h1 {
  max-width: 1084px;
  margin: 48px auto 32px;
  font-size: 36px;
  padding: 0 32px; }
  @media only screen and (max-width: 767px) {
    .loyalty-register .col-main h1 {
      font-size: 28px; } }

.loyalty-register .col-main .section-title {
  margin: 24px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.loyalty-register .col-main .section-title-number {
  border-radius: 50%;
  color: #fff;
  background-color: #e52f32;
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 12px; }

.loyalty-register .col-main .section-content {
  background-color: #fff; }

.loyalty-register .col-main .section-subscribe {
  margin-bottom: 50px; }
  .loyalty-register .col-main .section-subscribe .section-content {
    padding: 52px; }
    .loyalty-register .col-main .section-subscribe .section-content .input-radio + .input-radio {
      margin-top: 18px; }
    .loyalty-register .col-main .section-subscribe .section-content .input {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border: 1px solid #636466; }
      .loyalty-register .col-main .section-subscribe .section-content .input .input-wrapper,
      .loyalty-register .col-main .section-subscribe .section-content .input label {
        padding: 24px; }
      .loyalty-register .col-main .section-subscribe .section-content .input .input-wrapper {
        border-right: 2px solid #b1b1b1;
        padding: 24px 28px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .loyalty-register .col-main .section-subscribe .section-content .input label {
        font-weight: 400;
        font-size: 16px;
        color: #636466; }
      .loyalty-register .col-main .section-subscribe .section-content .input-cardnumber {
        border: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 12px; }
        .loyalty-register .col-main .section-subscribe .section-content .input-cardnumber--hidden {
          display: none; }
        .loyalty-register .col-main .section-subscribe .section-content .input-cardnumber label {
          padding: 0;
          margin-bottom: 4px; }
        .loyalty-register .col-main .section-subscribe .section-content .input-cardnumber input {
          padding: 8px 12px; }
      .loyalty-register .col-main .section-subscribe .section-content .input-terms {
        position: relative;
        margin-top: 20px;
        background-color: #eeeeee;
        border: none; }
        .loyalty-register .col-main .section-subscribe .section-content .input-terms .input-wrapper {
          border-right: 2px solid #fff; }
        .loyalty-register .col-main .section-subscribe .section-content .input-terms strong {
          color: #000; }
        .loyalty-register .col-main .section-subscribe .section-content .input-terms a {
          text-decoration: underline; }
        .loyalty-register .col-main .section-subscribe .section-content .input-terms .validation-advice {
          position: absolute;
          bottom: -24px;
          left: 0; }
    @media only screen and (max-width: 767px) {
      .loyalty-register .col-main .section-subscribe .section-content {
        padding: 16px; }
        .loyalty-register .col-main .section-subscribe .section-content .input label {
          font-size: 14px; } }

.loyalty-register .col-main .section-account {
  border: 1px solid #636466;
  margin-bottom: 100px; }
  .loyalty-register .col-main .section-account .section-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .loyalty-register .col-main .section-account .section-tabs li {
      font-weight: 600;
      font-size: 20px;
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 20px 16px;
      cursor: pointer;
      text-align: center;
      line-height: 1.2; }
      .loyalty-register .col-main .section-account .section-tabs li:not(.active) {
        background-color: #f7f7f7;
        border: 2px solid #b1b1b1;
        border-top: none; }
      .loyalty-register .col-main .section-account .section-tabs li:first-of-type:not(.active) {
        border-left: none; }
      .loyalty-register .col-main .section-account .section-tabs li:last-of-type:not(.active) {
        border-right: none; }
    @media only screen and (max-width: 767px) {
      .loyalty-register .col-main .section-account .section-tabs li {
        padding: 16px;
        font-size: 14px; } }
  .loyalty-register .col-main .section-account .section-form:not(.active) {
    display: none; }
  .loyalty-register .col-main .section-account .section-form form {
    max-width: 460px;
    margin: 0 auto; }
    .loyalty-register .col-main .section-account .section-form form h3.form-title {
      text-transform: uppercase;
      font-size: 18px;
      margin: 42px 0;
      text-align: center; }
    .loyalty-register .col-main .section-account .section-form form label {
      color: #636466;
      font-size: 13px;
      margin-bottom: 6px; }
    .loyalty-register .col-main .section-account .section-form form input {
      margin-bottom: 6px; }
    .loyalty-register .col-main .section-account .section-form form .f-left {
      display: inline-block;
      text-decoration: underline;
      margin-bottom: 6px; }
    .loyalty-register .col-main .section-account .section-form form .buttons-set {
      border-top: none;
      text-align: left;
      margin-bottom: 80px; }
      .loyalty-register .col-main .section-account .section-form form .buttons-set button {
        float: none;
        margin-left: 0; }
  @media only screen and (max-width: 767px) {
    .loyalty-register .col-main .section-account .section-form form {
      padding: 0 16px; } }

/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
  border-collapse: separate; }
  div.calendar table td.button {
    display: table-cell;
    background: inherit;
    color: inherit;
    text-transform: none; }

@font-face {
  font-family: "SharpGrotesk-Book-18";
  src: url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/SharpGrotesk/Book/SharpGroteskBook18.eot");
  src: url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/SharpGrotesk/Book/SharpGroteskBook18.eot?#iefix") format("embedded-opentype"), url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/SharpGrotesk/Book/SharpGroteskBook18.otf") format("opentype"), url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/SharpGrotesk/Book/SharpGroteskBook18.svg") format("svg"), url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/SharpGrotesk/Book/SharpGroteskBook14.ttf") format("truetype"), url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/SharpGrotesk/Book/SharpGroteskBook18.woff") format("woff"), url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/SharpGrotesk/Book/SharpGroteskBook18.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "SharpGrotesk-Book-20";
  src: url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/SharpGrotesk/Book/SharpGroteskBook20.eot");
  src: url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/SharpGrotesk/Book/SharpGroteskBook20.eot?#iefix") format("embedded-opentype"), url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/SharpGrotesk/Book/SharpGroteskBook20.otf") format("opentype"), url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/SharpGrotesk/Book/SharpGroteskBook20.svg") format("svg"), url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/SharpGrotesk/Book/SharpGroteskBook14.ttf") format("truetype"), url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/SharpGrotesk/Book/SharpGroteskBook20.woff") format("woff"), url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/SharpGrotesk/Book/SharpGroteskBook20.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "SharpGrotesk-Book-22";
  src: url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/SharpGrotesk/Book/SharpGroteskBook22.eot");
  src: url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/SharpGrotesk/Book/SharpGroteskBook22.eot?#iefix") format("embedded-opentype"), url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/SharpGrotesk/Book/SharpGroteskBook22.otf") format("opentype"), url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/SharpGrotesk/Book/SharpGroteskBook22.svg") format("svg"), url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/SharpGrotesk/Book/SharpGroteskBook22.ttf") format("truetype"), url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/SharpGrotesk/Book/SharpGroteskBook22.woff") format("woff"), url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/SharpGrotesk/Book/SharpGroteskBook22.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "SharpGrotesk-Book-24";
  src: url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/SharpGrotesk/Book/SharpGroteskBook24.eot");
  src: url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/SharpGrotesk/Book/SharpGroteskBook24.eot?#iefix") format("embedded-opentype"), url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/SharpGrotesk/Book/SharpGroteskBook24.otf") format("opentype"), url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/SharpGrotesk/Book/SharpGroteskBook24.svg") format("svg"), url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/SharpGrotesk/Book/SharpGroteskBook24.ttf") format("truetype"), url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/SharpGrotesk/Book/SharpGroteskBook24.woff") format("woff"), url("https://www.deserres.ca/skin/frontend/deserres/default/fonts/SharpGrotesk/Book/SharpGroteskBook24.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

#narrow-by-list-0,
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name,
.short-description,
.footer-container ul.nav-primary,
#product-details,
.block.block-subscribe .block-title,
.block.block-subscribe h6,
.footer-top-container ul li,
.products-grid.category-grid h2.category-name {
  font-family: "SharpGrotesk-Book-20"; }

body.attributenav-index-index ul li,
body.cms-index-noroute ul li {
  font-family: "SharpGrotesk-Book-20"; }

body.demac-mlilite-index-index #locator_search {
  font-family: "SharpGrotesk-Book-20"; }

body.demac-mlilite-index-index .store-list table tr td {
  font-family: "SharpGrotesk-Book-20"; }

body.cms-page-view p,
body.cms-page-view table tr td,
body.cms-page-view .rate,
body.cms-page-view li,
body.cms-page-view label,
body.cms-page-view input,
body.cms-page-view select {
  font-family: "SharpGrotesk-Book-20"; }

body.customer-account-create p,
body.customer-account-create label,
body.customer-account-create input {
  font-family: "SharpGrotesk-Book-20"; }

@media screen and (max-width: 766px) {
  .custom-product-details.creative-projects .instructions h1 {
    font-size: 26px; } }

.cms-index-index .main-container,
.attributenav-index-view.col2-left-layout.main-container .main-container,
.catalog-product-view .main-container,
.cms-framing-home .main-container,
.cms-custom-framing .main-container {
  max-width: 1440px; }
  .cms-index-index .main-container.col2-left-layout,
  .attributenav-index-view.col2-left-layout.main-container .main-container.col2-left-layout,
  .catalog-product-view .main-container.col2-left-layout,
  .cms-framing-home .main-container.col2-left-layout,
  .cms-custom-framing .main-container.col2-left-layout {
    max-width: 1440px; }

.catalog-product-view .product-view .shipping-info.stock-days-2 {
  color: #fa9107; }
  .catalog-product-view .product-view .shipping-info.stock-days-2 .icon-truck {
    display: none; }

.bx_book_btn .bx_bn_button {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  border: 1px solid #e52f32 !important;
  background: #e52f32 !important;
  border-radius: 0 !important;
  cursor: pointer !important; }

.grouped-items-table-wrapper {
  width: 100%;
  padding: 35px 0 80px; }
  @media screen and (max-width: 799px) and (min-width: 768px) {
    .grouped-items-table-wrapper tbody tr td.last {
      min-width: 240px !important; }
      .grouped-items-table-wrapper tbody tr td.last .btn-cart {
        margin-top: 10px !important; } }

.cart .crosssell {
  float: left;
  clear: left;
  padding: 50px 0 0;
  margin: 0;
  position: relative; }
  .cart .crosssell .products-grid {
    margin: 0 -10px;
    padding: 0; }
  .cart .crosssell:after {
    display: block;
    width: 100%;
    content: '';
    position: relative;
    height: 0;
    clear: both; }
  .cart .crosssell h2 {
    padding: 0 0 10px;
    font-size: 18px; }
  .cart .crosssell .item {
    padding: 0 10px;
    margin: 0 0 20px !important;
    clear: none !important; }
    .cart .crosssell .item .product-info {
      padding: 0 !important;
      min-height: auto !important; }
      .cart .crosssell .item .product-info .product-image {
        float: none; }
      .cart .crosssell .item .product-info .product-name {
        overflow: hidden;
        padding: -15px !important; }
      .cart .crosssell .item .product-info .price-box {
        padding: 0 15px; }
      .cart .crosssell .item .product-info ._details {
        position: relative;
        padding: 10px 0 0;
        width: 100%;
        max-width: calc(100% - 30px);
        margin: 0 auto; }
        .cart .crosssell .item .product-info ._details a {
          display: block;
          padding: 10px 5px;
          background: #fff;
          color: #e52f32;
          text-transform: uppercase;
          text-align: center;
          line-height: 100%; }
          .cart .crosssell .item .product-info ._details a span {
            position: relative; }
            .cart .crosssell .item .product-info ._details a span:after {
              font-size: 18px;
              font-family: "icomoon";
              content: "";
              margin-top: -4px;
              padding-left: 10px;
              display: inline-block;
              vertical-align: middle; }
      .cart .crosssell .item .product-info .actions {
        position: relative;
        padding: 10px 0 15px;
        min-height: 30px; }
        .cart .crosssell .item .product-info .actions .btn-cart {
          display: block;
          padding: 12px 5px;
          margin: 0 auto;
          width: 100%;
          max-width: calc(100% - 30px);
          line-height: 100%; }

@media only screen and (max-width: 599px) {
  .cart .cart-forms {
    clear: none;
    float: none; }
  .cart .crosssell {
    width: 100%; }
    .cart .crosssell .item {
      width: 50% !important; }
      .cart .crosssell .item .product-info .product-name {
        height: 33px; } }

@media only screen and (min-width: 600px) {
  .cart .cart-forms {
    clear: none;
    float: left; }
  .cart .crosssell {
    width: 100%; }
    .cart .crosssell .item {
      width: 25% !important; }
      .cart .crosssell .item .product-info .product-name {
        height: 40px; } }

@media only screen and (min-width: 980px) {
  .cart .cart-forms {
    clear: right;
    float: right; }
  .cart .crosssell {
    width: 67%; } }

._category_block_campagne {
  position: relative;
  overflow: hidden; }
  ._category_block_campagne ._inner {
    position: relative;
    margin: 0 -10px; }
    ._category_block_campagne ._inner:after {
      position: relative;
      height: 0;
      width: 100%;
      clear: both;
      content: '';
      display: block; }
    ._category_block_campagne ._inner ._item {
      position: relative;
      padding: 0 10px;
      float: left; }
      ._category_block_campagne ._inner ._item a {
        display: block;
        color: transparent;
        margin: 0;
        padding: 0;
        font-size: 0;
        position: relative; }
        ._category_block_campagne ._inner ._item a:before {
          position: relative;
          content: '';
          display: block;
          padding-top: 100%;
          width: 100%; }
        ._category_block_campagne ._inner ._item a img {
          position: absolute;
          display: block;
          width: 100%;
          opacity: 1;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          -webkit-transition: all 0.2s ease-in-out 0s;
          transition: all 0.2s ease-in-out 0s; }
        ._category_block_campagne ._inner ._item a img + img {
          position: absolute;
          opacity: 0; }
        ._category_block_campagne ._inner ._item a:hover img {
          opacity: 0; }
          ._category_block_campagne ._inner ._item a:hover img:last-child {
            opacity: 1; }
    ._category_block_campagne ._inner._col_4 {
      margin: 0 -7px; }
      ._category_block_campagne ._inner._col_4 ._item {
        padding: 0 7px; }

@media only screen and (max-width: 767px) {
  ._category_block_campagne {
    margin: 0;
    padding: 0; }
    ._category_block_campagne ._inner {
      padding: 20px 0 0; }
      ._category_block_campagne ._inner ._item {
        width: 50%;
        margin: 0 0 20px; }
      ._category_block_campagne ._inner._col_3 ._item {
        width: 100%;
        margin: 0 auto 20px;
        max-width: 400px;
        float: none !important; }
      ._category_block_campagne ._inner._col_4 {
        padding: 20px 0 6px; }
        ._category_block_campagne ._inner._col_4 ._item {
          margin: 0 0 14px; } }

@media only screen and (min-width: 768px) {
  ._category_block_campagne {
    margin: 0 auto;
    max-width: 1084px;
    padding: 0 32px; }
    ._category_block_campagne ._inner {
      padding: 20px 0; }
      ._category_block_campagne ._inner ._item {
        width: 25%; }
      ._category_block_campagne ._inner._col_3 ._item {
        width: 33.333%; }
    ._category_block_campagne._home {
      max-width: 1440px;
      padding: 0 24px; } }

.zone-member-address-message {
  padding: 15px 0; }

.mobile-block__content {
  display: none; }
  @media screen and (max-width: 766px) {
    .mobile-block__content {
      display: block;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1;
      background: #e52f32; }
      .mobile-block__content .zblock-item {
        padding: 15px 40px;
        text-align: center;
        color: #fff;
        font-family: "SharpGrotesk-Book-20"; }
        .mobile-block__content .zblock-item a {
          color: #fff;
          text-decoration: underline; }
      .mobile-block__content .mobile-block__close {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 24px;
        height: 24px;
        cursor: pointer; }
        .mobile-block__content .mobile-block__close:before, .mobile-block__content .mobile-block__close:after {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          width: 1px;
          height: 100%;
          background-color: #FFFFFF;
          -webkit-transition: -webkit-transform .24s ease-in-out;
          transition: -webkit-transform .24s ease-in-out;
          transition: transform .24s ease-in-out;
          transition: transform .24s ease-in-out, -webkit-transform .24s ease-in-out; }
        .mobile-block__content .mobile-block__close:before {
          -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg); }
        .mobile-block__content .mobile-block__close:after {
          -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg); }
        .mobile-block__content .mobile-block__close:hover:before {
          -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg); }
        .mobile-block__content .mobile-block__close:hover:after {
          -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg); } }

.availability-store__modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .availability-store__modal:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  .availability-store__modal.open-modal {
    z-index: 9000;
    background-color: rgba(0, 0, 0, 0.65); }
  .availability-store__modal._open-modal {
    padding: 20px 35px; }
    @media screen and (max-width: 767px) {
      .availability-store__modal._open-modal {
        cursor: pointer; } }
    .availability-store__modal._open-modal .availability-store__modal-inner {
      max-height: 95vh;
      padding: 20px 35px; }
      @media screen and (max-width: 767px) {
        .availability-store__modal._open-modal .availability-store__modal-inner {
          padding: 10px 10px 65px 10px; } }
  .availability-store__modal .availability-store__modal-bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: transparent;
    z-index: 9; }
  .availability-store__modal .availability-store__modal-inner {
    z-index: 9;
    position: absolute;
    padding: 0 35px;
    top: 50%;
    left: 50%;
    width: calc(100% - 20px);
    max-width: 980px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 6px;
    max-height: 0;
    min-height: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .availability-store__modal .availability-store__modal-inner .label-address {
      text-transform: uppercase;
      color: #7e7e7e;
      font-size: 13px;
      padding: 4px 0; }
      @media screen and (max-width: 767px) {
        .availability-store__modal .availability-store__modal-inner .label-address {
          display: none; } }
    .availability-store__modal .availability-store__modal-inner #locator_search {
      position: relative; }
      .availability-store__modal .availability-store__modal-inner #locator_search #address {
        color: #231f20;
        background-color: #ededed;
        border: 0;
        padding: 13px 40px 12px 10px;
        line-height: 100%;
        font-size: 13px;
        text-overflow: ellipsis;
        height: auto; }
      .availability-store__modal .availability-store__modal-inner #locator_search .icon-search {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background: transparent;
        color: #7e7e7e;
        font-size: 25px;
        padding: 0 10px 0 0; }
        .availability-store__modal .availability-store__modal-inner #locator_search .icon-search:before {
          font-size: 22px; }
    .availability-store__modal .availability-store__modal-inner .availability-store__modal-close {
      position: absolute;
      top: 20px;
      right: 20px;
      cursor: pointer;
      width: 25px;
      height: 25px;
      z-index: 1; }
      .availability-store__modal .availability-store__modal-inner .availability-store__modal-close::after, .availability-store__modal .availability-store__modal-inner .availability-store__modal-close::before {
        content: '';
        position: absolute;
        lefT: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 25px;
        height: 1px;
        background: #231f20;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
      .availability-store__modal .availability-store__modal-inner .availability-store__modal-close::before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      @media screen and (max-width: 767px) {
        .availability-store__modal .availability-store__modal-inner .availability-store__modal-close {
          top: 10px;
          right: 10px; } }
      .availability-store__modal .availability-store__modal-inner .availability-store__modal-close:hover::after, .availability-store__modal .availability-store__modal-inner .availability-store__modal-close:hover::before {
        -webkit-transform: rotate(0);
        transform: rotate(0); }
    .availability-store__modal .availability-store__modal-inner .availability-store__modal-name {
      position: relative;
      font-size: 25px;
      line-height: 1.2;
      font-weight: 700;
      font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
      margin: 0;
      padding: 0 45px 0 0; }
      @media screen and (max-width: 767px) {
        .availability-store__modal .availability-store__modal-inner .availability-store__modal-name {
          font-size: 18px;
          padding-right: 15px; } }
    .availability-store__modal .availability-store__modal-inner .loader-inner {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      background-color: rgba(255, 255, 255, 0.75);
      z-index: 2; }
    .availability-store__modal .availability-store__modal-inner .loader {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 50px;
      height: 50px;
      background-image: url("https://www.deserres.ca/skin/frontend/deserres/default/images/ajax-loader.gif");
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    @media screen and (max-width: 767px) {
      .availability-store__modal .availability-store__modal-inner {
        padding: 0 10px; } }

.availability-store__modal-field {
  position: relative; }
  .availability-store__modal-field:after {
    position: relative;
    height: 0;
    width: 100%;
    clear: both;
    content: '';
    display: block; }
  .availability-store__modal-field .availability-store__modal-field-left {
    width: 30%;
    float: left;
    line-height: 1.2;
    font-weight: 700;
    font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif; }
    @media screen and (max-width: 767px) {
      .availability-store__modal-field .availability-store__modal-field-left {
        width: 100%;
        float: none;
        margin: 5px 0; } }
  .availability-store__modal-field .availability-store__modal-field-middle {
    width: 50px;
    float: left;
    text-align: center;
    line-height: 100%;
    padding: 15px 0 14px;
    color: #7e7e7e;
    font-size: 13px; }
    @media screen and (max-width: 767px) {
      .availability-store__modal-field .availability-store__modal-field-middle {
        display: none; } }
  @media screen and (min-width: 768px) {
    .availability-store__modal-field {
      margin-bottom: 15px; } }
  @media screen and (max-width: 767px) {
    .availability-store__modal-field {
      padding: 0;
      margin-bottom: 10px; } }

.availability-store__modal-field-right {
  float: left; }
  .availability-store__modal-field-right .get-directions {
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    padding: 15px 20px 14px 44px;
    text-transform: uppercase;
    background: #000;
    line-height: 100%;
    position: relative; }
    .availability-store__modal-field-right .get-directions .deco-position {
      position: absolute;
      left: 15px;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 14px;
      height: 14px;
      border-radius: 8px;
      border: 2px solid #fff;
      pointer-events: none; }
      .availability-store__modal-field-right .get-directions .deco-position:before {
        position: absolute;
        content: '';
        background: #fff;
        height: 2px;
        width: 20px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        left: -5px; }
      .availability-store__modal-field-right .get-directions .deco-position:after {
        position: absolute;
        content: '';
        background: #fff;
        width: 2px;
        height: 20px;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -5px; }
  @media screen and (max-width: 767px) {
    .availability-store__modal-field-right {
      width: 100%;
      float: none;
      margin: 15px 0 0; } }

.availability-store__modal-list-content {
  position: relative;
  margin: 0 -10px;
  padding: 0;
  overflow: hidden; }

.availability-store__modal-list {
  position: relative;
  overflow: hidden; }
  .availability-store__modal-list:after {
    position: relative;
    height: 0;
    width: 100%;
    clear: both;
    content: '';
    display: block; }
  .availability-store__modal-list .no-stores {
    position: relative;
    text-align: center;
    padding: 55px 20px 0; }
    @media screen and (max-width: 767px) {
      .availability-store__modal-list .no-stores {
        padding: 40px 10px 0; } }
  .availability-store__modal-list .in-store-item {
    position: relative;
    padding: 0 7.5px;
    float: left;
    display: none; }
    .availability-store__modal-list .in-store-item:nth-child(1), .availability-store__modal-list .in-store-item:nth-child(2), .availability-store__modal-list .in-store-item:nth-child(3), .availability-store__modal-list .in-store-item:nth-child(4) {
      display: block; }
    .availability-store__modal-list .in-store-item .in-store-item__wrapper {
      position: relative;
      color: #231f20;
      padding: 10px;
      font-size: 14px;
      font-family: "SharpGrotesk-Book-20";
      border: 1px solid #ededed; }
      .availability-store__modal-list .in-store-item .in-store-item__wrapper:after {
        position: relative;
        height: 0;
        width: 100%;
        clear: both;
        content: '';
        display: block; }
      @media screen and (max-width: 767px) {
        .availability-store__modal-list .in-store-item .in-store-item__wrapper {
          padding: 10px; } }
      .availability-store__modal-list .in-store-item .in-store-item__wrapper .in-store-item__wrapper-left {
        position: relative;
        width: calc(100% - 85px);
        float: left;
        padding-right: 10px; }
        .availability-store__modal-list .in-store-item .in-store-item__wrapper .in-store-item__wrapper-left .in-store-item__name {
          position: relative;
          padding: 0 0 5px;
          height: 45px;
          font-size: 15px;
          font-weight: 700;
          color: #231f20; }
      .availability-store__modal-list .in-store-item .in-store-item__wrapper .in-stire-item__wrapper-right {
        position: relative;
        width: 85px;
        float: right;
        text-align: right; }
        .availability-store__modal-list .in-store-item .in-store-item__wrapper .in-stire-item__wrapper-right .distance-calc {
          position: relative;
          line-height: 1.5;
          white-space: nowrap; }
      .availability-store__modal-list .in-store-item .in-store-item__wrapper .in-store-item__content {
        float: left;
        width: 100%;
        height: 64px;
        overflow: hidden; }
        @media screen and (min-width: 768px) {
          .availability-store__modal-list .in-store-item .in-store-item__wrapper .in-store-item__content {
            width: 90%; } }
      .availability-store__modal-list .in-store-item .in-store-item__wrapper .in-store-item_address {
        line-height: 150%; }
      .availability-store__modal-list .in-store-item .in-store-item__wrapper .view-store-details {
        float: left;
        width: 90%;
        margin-top: 5px; }
        .availability-store__modal-list .in-store-item .in-store-item__wrapper .view-store-details a {
          color: #231f20;
          text-decoration: underline;
          font-weight: 700; }
          .availability-store__modal-list .in-store-item .in-store-item__wrapper .view-store-details a:hover {
            text-decoration: none; }
      .availability-store__modal-list .in-store-item .in-store-item__wrapper .in-stire-item__wrapper-bottom {
        width: 100%;
        float: left; }
        .availability-store__modal-list .in-store-item .in-store-item__wrapper .in-stire-item__wrapper-bottom .availability {
          position: relative;
          margin: 10px 0 0;
          padding: 0;
          text-align: left;
          font-size: 15px;
          font-weight: 700; }
          @media screen and (max-width: 767px) {
            .availability-store__modal-list .in-store-item .in-store-item__wrapper .in-stire-item__wrapper-bottom .availability {
              text-align: right;
              margin: 0; } }
          .availability-store__modal-list .in-store-item .in-store-item__wrapper .in-stire-item__wrapper-bottom .availability.dispo {
            color: #63892c; }
          .availability-store__modal-list .in-store-item .in-store-item__wrapper .in-stire-item__wrapper-bottom .availability.limited_dispo {
            color: #fc0001; }
    @media screen and (min-width: 768px) {
      .availability-store__modal-list .in-store-item {
        width: 50%;
        margin: 0 0 15px; } }
    @media screen and (min-width: 992px) {
      .availability-store__modal-list .in-store-item {
        width: 33.333%; }
        .availability-store__modal-list .in-store-item:nth-child(5), .availability-store__modal-list .in-store-item:nth-child(6) {
          display: block; } }
    @media screen and (max-width: 767px) {
      .availability-store__modal-list .in-store-item {
        width: 100%;
        margin: 0 0 10px; } }

.availability-store__modal-map-panel {
  display: none; }
  .availability-store__modal-map-panel .availability-store__modal-map-panel-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid #000;
    z-index: 1; }
    .availability-store__modal-map-panel .availability-store__modal-map-panel-close::after, .availability-store__modal-map-panel .availability-store__modal-map-panel-close::before {
      content: '';
      position: absolute;
      lefT: 0;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      width: 12px;
      height: 1px;
      background: #000;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .availability-store__modal-map-panel .availability-store__modal-map-panel-close::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    @media screen and (max-width: 767px) {
      .availability-store__modal-map-panel .availability-store__modal-map-panel-close {
        top: 10px;
        right: 10px; } }
  @media screen and (min-width: 768px) {
    .availability-store__modal-map-panel #maps {
      position: relative; }
      .availability-store__modal-map-panel #maps #map_canvas {
        border: 1px solid #c1c1c1;
        height: 350px;
        width: 60%;
        float: right; }
        .availability-store__modal-map-panel #maps #map_canvas .store-image-infoWindow {
          width: 60px;
          margin: 0 auto; }
        .availability-store__modal-map-panel #maps #map_canvas .store-name-infoWindow h3 {
          font-size: 12px; }
    .availability-store__modal-map-panel #panel {
      height: 350px;
      overflow-y: scroll;
      padding-right: 20px; }
      .availability-store__modal-map-panel #panel .adp-placemark {
        margin-top: 0; } }
  @media screen and (max-width: 767px) {
    .availability-store__modal-map-panel {
      overflow-y: scroll;
      max-height: 80vh;
      border-top: 1px solid #c1c1c1; }
      .availability-store__modal-map-panel #maps {
        position: relative; }
        .availability-store__modal-map-panel #maps #map_canvas {
          border: 1px solid #c1c1c1;
          height: 295px; }
          .availability-store__modal-map-panel #maps #map_canvas .store-image-infoWindow {
            width: 60px;
            margin: 0 auto; }
          .availability-store__modal-map-panel #maps #map_canvas .store-name-infoWindow h3 {
            font-size: 12px; }
      .availability-store__modal-map-panel #panel {
        padding: 10px 0 0; } }

.in-store_read-selections {
  position: relative;
  height: 42px;
  -webkit-transition: height 0.2s ease-in-out 0s;
  transition: height 0.2s ease-in-out 0s;
  overflow: hidden; }
  .in-store_read-selections .in-store_read_next {
    width: auto;
    display: table;
    margin: 0 auto;
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    padding: 15px 20px 14px;
    text-transform: uppercase;
    text-align: center;
    background: #000;
    line-height: 100%;
    position: relative; }
    @media screen and (max-width: 767px) {
      .in-store_read-selections .in-store_read_next {
        width: 100%; } }
  @media screen and (max-width: 767px) {
    .in-store_read-selections {
      display: none; } }

.description-footer {
  text-align: center;
  padding: 15px 15px 0;
  color: #7e7e7e;
  font-size: 13px;
  line-height: 1.2; }
  @media screen and (max-width: 767px) {
    .description-footer {
      padding: 15px 0;
      position: absolute;
      bottom: 0;
      left: 10px;
      right: 10px;
      background-color: #fff; } }

.amlabel-txt2 .amlabel-txt {
  display: none; }

.pac-container {
  z-index: 9001 !important; }

.add-to-cart-wrapper {
  position: relative; }
  .add-to-cart-wrapper:after {
    position: relative;
    height: 0;
    width: 100%;
    clear: both;
    content: '';
    display: block; }
  .add-to-cart-wrapper .add-to-box .add-to-cart {
    display: block; }
    .add-to-cart-wrapper .add-to-box .add-to-cart .qty-wrapper {
      vertical-align: top;
      padding-top: 12px; }
    .add-to-cart-wrapper .add-to-box .add-to-cart .add-to-cart-buttons,
    .add-to-cart-wrapper .add-to-box .add-to-cart .online-availability {
      display: block;
      position: relative;
      margin: 0; }
      @media screen and (min-width: 768px) {
        .add-to-cart-wrapper .add-to-box .add-to-cart .add-to-cart-buttons,
        .add-to-cart-wrapper .add-to-box .add-to-cart .online-availability {
          float: right;
          width: calc( 100% - 130px);
          max-width: 100%; } }
      .add-to-cart-wrapper .add-to-box .add-to-cart .add-to-cart-buttons .atc-button span,
      .add-to-cart-wrapper .add-to-box .add-to-cart .online-availability .atc-button span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        position: relative; }
      @media screen and (min-width: 768px) {
        .add-to-cart-wrapper .add-to-box .add-to-cart .add-to-cart-buttons._in_store,
        .add-to-cart-wrapper .add-to-box .add-to-cart .online-availability._in_store {
          float: none;
          display: table;
          margin: 0 auto; } }

._find_store {
  position: relative;
  padding: 15px 0 0;
  text-align: center; }
  @media screen and (min-width: 768px) {
    ._find_store {
      width: calc( 100% - 130px);
      float: right; } }
  ._find_store .online-zone-member_message {
    padding: 0 0 10px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #231f20;
    text-transform: none; }
  ._find_store span {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    color: #231f20;
    text-transform: none;
    border-bottom: 1px solid #231f20; }
    ._find_store span:hover {
      border-bottom: 1px solid #231f20; }
  @media screen and (min-width: 768px) {
    ._find_store._in_store {
      float: none;
      display: table;
      margin: 0 auto; } }

._find_store-grouped {
  position: relative;
  padding: 15px 0 0;
  width: 100%;
  float: right;
  text-align: right; }
  ._find_store-grouped .online-zone-member_message {
    padding: 0 0 10px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #231f20;
    text-transform: none; }
  ._find_store-grouped span {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    color: #231f20;
    text-transform: none;
    border-bottom: 1px solid #231f20; }
    ._find_store-grouped span:hover {
      border-bottom: 1px solid #231f20; }

html[lang="fr"] .find-online-store {
  font-size: 10px; }

@media screen and (min-width: 768px) {
  .grouped-items-table .add-to-links .heart {
    font-size: 14px !important; } }

.grouped-items-table .add-to-links .heart:before {
  color: #231f20; }

body {
  background-color: #ffffff; }

.banniere_top {
  position: relative; }
  .banniere_top img {
    width: 100%; }
  @media only screen and (max-width: 767px) {
    .banniere_top img {
      display: none; }
      .banniere_top img:last-child {
        display: block; } }
  @media only screen and (min-width: 768px) {
    .banniere_top img {
      margin-bottom: 20px; }
      .banniere_top img + img {
        display: none; } }
  .banniere_top .text-label {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 90%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    padding: 8px 12px; }
    .banniere_top .text-label._white {
      background: rgba(255, 255, 255, 0.5);
      color: #231f20; }
    .banniere_top .text-label._black {
      background: rgba(0, 0, 0, 0.5);
      color: #fff; }
  .banniere_top.category img {
    margin-bottom: 30px; }
  .banniere_top.storelocator {
    width: 100%;
    float: left; }
    .banniere_top.storelocator img {
      margin: 20px 0 0; }
    .banniere_top.storelocator .text-label {
      -webkit-transform: translate(-50%, calc(-50% + 10px));
      transform: translate(-50%, calc(-50% + 10px)); }
  .banniere_top.ssearch {
    width: 100%;
    max-width: 1084px;
    margin: 0 auto; }
    .banniere_top.ssearch img {
      margin: 15px 0 0; }
    .banniere_top.ssearch .text-label {
      -webkit-transform: translate(-50%, calc(-50% + 7px));
      transform: translate(-50%, calc(-50% + 7px)); }
    @media only screen and (max-width: 1060px) {
      .banniere_top.ssearch {
        padding: 0 16px; } }
    @media only screen and (min-width: 1061px) {
      .banniere_top.ssearch {
        padding: 0 32px; } }

.zblock-z_category_carousel {
  position: relative;
  background-color: #f7f7f7;
  margin: 0 0 30px;
  padding: 25px 0 40px; }
  .zblock-z_category_carousel h3 {
    text-align: center;
    font-size: 36px;
    font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    margin: 0 10px;
    padding: 10px 0 35px; }
    @media only screen and (max-width: 1060px) {
      .zblock-z_category_carousel h3 {
        font-size: 20px; } }
  .zblock-z_category_carousel #products-grid-carousel {
    padding: 0 80px;
    width: 100%; }
    @media only screen and (max-width: 1060px) {
      .zblock-z_category_carousel #products-grid-carousel {
        padding: 0 7px; } }
    .zblock-z_category_carousel #products-grid-carousel .item {
      float: left;
      padding: 0 3px; }
      .zblock-z_category_carousel #products-grid-carousel .item img {
        width: 100%; }
      .zblock-z_category_carousel #products-grid-carousel .item .product-info {
        padding-bottom: 70px;
        min-height: 170px; }
        .zblock-z_category_carousel #products-grid-carousel .item .product-info h3 {
          text-align: left; }
        .zblock-z_category_carousel #products-grid-carousel .item .product-info .product-attributes {
          padding: 0 10px 0 16px; }
        .zblock-z_category_carousel #products-grid-carousel .item .product-info .price-box {
          margin: 0; }
      @media only screen and (min-width: 599px) {
        .zblock-z_category_carousel #products-grid-carousel .item {
          padding: 0 7px; } }
    .zblock-z_category_carousel #products-grid-carousel .slick-dots {
      bottom: 15px;
      position: relative;
      display: table;
      width: auto;
      margin: 50px auto 0; }
      .zblock-z_category_carousel #products-grid-carousel .slick-dots li {
        margin: 0 7px; }
        .zblock-z_category_carousel #products-grid-carousel .slick-dots li button {
          position: relative;
          border: 0;
          background: transparent;
          display: block;
          height: 14px;
          width: 14px;
          outline: none;
          line-height: 0;
          font-size: 0;
          color: transparent;
          padding: 5px;
          cursor: pointer; }
          .zblock-z_category_carousel #products-grid-carousel .slick-dots li button:before {
            position: absolute;
            top: 0;
            left: 0;
            content: '';
            height: 14px;
            width: 14px;
            border-radius: 50%;
            font-size: 24px;
            line-height: 20px;
            text-align: center;
            background-color: #d8d8d8;
            border: none; }
        .zblock-z_category_carousel #products-grid-carousel .slick-dots li.slick-active button:before {
          background-color: #8a8a8a; }

.zblock-z_category_carousel .products-grid .actions {
  min-height: 70px; }

.cms-block .cms-product-list .category-products .product-info {
  padding-bottom: 70px;
  min-height: 170px; }
  .cms-block .cms-product-list .category-products .product-info .actions {
    min-height: 70px; }
    .cms-block .cms-product-list .category-products .product-info .actions .price-box {
      margin: 0; }
    .cms-block .cms-product-list .category-products .product-info .actions .shop-arrow {
      display: none; }

.cms-block .cms-product-list .category-products .slick-dots {
  display: none !important; }

.cms-block .cms-product-list .products-grid {
  margin-bottom: 32px; }

.carousel-container {
  position: relative; }
  .carousel-container .slick-prev {
    left: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 35px;
    height: 35px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    @media only screen and (max-width: 1060px) {
      .carousel-container .slick-prev {
        display: none !important;
        width: 0 !important; } }
    .carousel-container .slick-prev:before {
      width: 35px;
      height: 35px;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      border-style: solid;
      border-width: 2px 0 0 2px;
      border-radius: 2px;
      border-color: #000;
      opacity: 0.7; }
  .carousel-container .slick-next {
    right: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 35px;
    height: 35px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
    @media only screen and (max-width: 1060px) {
      .carousel-container .slick-next {
        display: none !important;
        width: 0 !important; } }
    .carousel-container .slick-next:before {
      width: 35px;
      height: 35px;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      border-style: solid;
      border-width: 2px 2px 0 0;
      border-radius: 2px;
      border-color: #000;
      opacity: 0.7; }

.cms_pop_up_hp {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10000;
  background-color: transparent; }
  .cms_pop_up_hp .zblock-item {
    width: 100%;
    height: 100%; }
  .cms_pop_up_hp .hp_bg {
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1; }
  .cms_pop_up_hp .hp_closse {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    z-index: 1; }
    .cms_pop_up_hp .hp_closse::after, .cms_pop_up_hp .hp_closse::before {
      content: '';
      position: absolute;
      lefT: 0;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      width: 25px;
      height: 1px;
      background: #231f20;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
    .cms_pop_up_hp .hp_closse::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    @media screen and (max-width: 767px) {
      .cms_pop_up_hp .hp_closse {
        top: 10px;
        right: 10px; } }
    .cms_pop_up_hp .hp_closse:hover::after, .cms_pop_up_hp .hp_closse:hover::before {
      -webkit-transform: rotate(0);
      transform: rotate(0); }
  .cms_pop_up_hp .hp_content {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
    background-color: white; }
    .cms_pop_up_hp .hp_content .hp_pop_up {
      margin: 0 auto;
      padding: 25px 200px 25px 150px;
      max-width: 1024px;
      position: relative; }
      .cms_pop_up_hp .hp_content .hp_pop_up img {
        position: absolute;
        top: 10px;
        width: 120px;
        left: 10px; }
      .cms_pop_up_hp .hp_content .hp_pop_up h1 {
        font-size: 30px;
        font-weight: bold;
        margin: 0; }
      .cms_pop_up_hp .hp_content .hp_pop_up h2 {
        font-size: 18px;
        color: #e52f32;
        margin: 10px 0; }
      .cms_pop_up_hp .hp_content .hp_pop_up p {
        font-size: 12px;
        color: #ccc; }
      .cms_pop_up_hp .hp_content .hp_pop_up a {
        position: absolute;
        right: 45px;
        top: 45px;
        color: white;
        background-color: #e52f32;
        padding: 13px 25px;
        text-decoration: none; }
  .cms_pop_up_hp._hidden {
    display: none; }

@media screen and (max-width: 767px) {
  .cms_pop_up_hp .hp_content .hp_pop_up {
    padding: 20px; }
    .cms_pop_up_hp .hp_content .hp_pop_up img {
      width: 70px; }
    .cms_pop_up_hp .hp_content .hp_pop_up h1 {
      margin: 5px 20px 0 70px;
      font-size: 18px;
      min-height: 50px; }
    .cms_pop_up_hp .hp_content .hp_pop_up h2 {
      font-size: 16px; }
    .cms_pop_up_hp .hp_content .hp_pop_up a {
      position: initial;
      margin-top: 20px;
      display: inline-block; } }

@media only screen and (min-width: 768px) {
  .cms-home.cms-index-index .hero .cms-product-list ul.products-grid {
    margin: 0 auto 60px;
    padding: 0 32px; }
    .cms-home.cms-index-index .hero .cms-product-list ul.products-grid .slick-list li.item {
      position: relative;
      display: table;
      float: left;
      padding: 7px !important;
      background: transparent; }
      .cms-home.cms-index-index .hero .cms-product-list ul.products-grid .slick-list li.item .product-info h3 {
        font-size: 12px;
        font-weight: 400;
        line-height: 1.4;
        text-transform: none;
        padding: 0 10px 0 16px;
        text-align: left;
        color: #231f20 !important;
        font-family: "SharpGrotesk-Book-22";
        font-weight: 700; }
        .cms-home.cms-index-index .hero .cms-product-list ul.products-grid .slick-list li.item .product-info h3 a {
          color: #231f20 !important;
          text-align: left; }
      .cms-home.cms-index-index .hero .cms-product-list ul.products-grid .slick-list li.item .product-info h2 {
        padding: 0 10px 0 16px;
        margin-bottom: 5px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.4;
        color: #231f20;
        text-align: left; }
        .cms-home.cms-index-index .hero .cms-product-list ul.products-grid .slick-list li.item .product-info h2 a {
          color: #231f20 !important;
          text-align: left;
          font-family: "SharpGrotesk-Book-22";
          font-weight: 700; }
      .cms-home.cms-index-index .hero .cms-product-list ul.products-grid .slick-list li.item .product-info .actions {
        padding-top: 10px; }
        .cms-home.cms-index-index .hero .cms-product-list ul.products-grid .slick-list li.item .product-info .actions p {
          float: left; }
        .cms-home.cms-index-index .hero .cms-product-list ul.products-grid .slick-list li.item .product-info .actions ul.product-attributes {
          padding: 0 10px 0 16px;
          text-align: left; }
          .cms-home.cms-index-index .hero .cms-product-list ul.products-grid .slick-list li.item .product-info .actions ul.product-attributes li {
            color: #231f20;
            font-size: 14px;
            line-height: 1.5;
            font-weight: 400;
            text-align: left; }
        .cms-home.cms-index-index .hero .cms-product-list ul.products-grid .slick-list li.item .product-info .actions .price-box {
          padding: 0 10px 0 16px;
          color: #636466;
          font-size: 13px;
          text-align: left; }
          .cms-home.cms-index-index .hero .cms-product-list ul.products-grid .slick-list li.item .product-info .actions .price-box .price-label {
            color: #000;
            font-size: 12px;
            white-space: nowrap; }
          .cms-home.cms-index-index .hero .cms-product-list ul.products-grid .slick-list li.item .product-info .actions .price-box .price {
            color: #231f20;
            font-size: 16px; } }

.customer-account-banner {
  margin-top: 25px; }

.facetes_search_left .state-container .block-subtitle {
  margin-bottom: 20px; }

.facetes_search_left .state-container ol li {
  margin-bottom: 20px; }
  .facetes_search_left .state-container ol li .value {
    color: #636466; }
  .facetes_search_left .state-container ol li .btn-remove {
    float: right; }

.facetes_search_left #content_holder_category_facet ol.sf-menu li.toggle-hide {
  display: none; }

.facetes_search_left ol.m-filter-css-checkboxes li a.m-checkbox-unchecked {
  background-image: url(https://www.deserres.ca/skin/frontend/deserres/default/images/manapro/checkbox_unchecked.png);
  background-position: 0 50%;
  background-repeat: no-repeat; }
  .facetes_search_left ol.m-filter-css-checkboxes li a.m-checkbox-unchecked:hover {
    background-image: url(https://www.deserres.ca/skin/frontend/deserres/default/images/manapro/checkbox_unchecked_hover.png); }

.facetes_search_left ol.m-filter-css-checkboxes li a.m-checkbox-checked {
  background-image: url(https://www.deserres.ca/skin/frontend/deserres/default/images/manapro/checkbox_checked.png);
  background-position: 0 50%;
  background-repeat: no-repeat; }
  .facetes_search_left ol.m-filter-css-checkboxes li a.m-checkbox-checked:hover {
    background-image: url(https://www.deserres.ca/skin/frontend/deserres/default/images/manapro/checkbox_checked_hover.png); }

.facetes_search_left ol.m-filter-css-checkboxes li a.m-checkbox-unchecked, .facetes_search_left ol.m-filter-css-checkboxes li a.m-checkbox-checked {
  padding-left: 20px;
  padding-top: 1px;
  text-decoration: none; }

.facetes_search_left ol.m-filter-css-checkboxes li.toggle-hide {
  display: none; }

.facetes_search_left .m-filter-checkboxes li input {
  margin-right: 5px;
  position: relative;
  bottom: 2px; }

.facetes_search_left li.more-less a {
  text-decoration: underline;
  font-size: 14px;
  font-family: "SharpGrotesk-Book-20";
  color: #000; }
  .facetes_search_left li.more-less a::after {
    padding-left: 5px;
    display: inline-block;
    content: '-'; }

.facetes_search_left li.more-less.plus a::after {
  content: '+'; }

#locator_search .search-address {
  position: relative;
  margin: 10px 0;
  padding: 0; }

#locator_search #search-address {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 160px;
  cursor: pointer;
  background-color: #e52f32;
  -webkit-transition: all .3s ease-in-out;
  -webkit-transition: all .23s ease-in-out;
  transition: all .23s ease-in-out; }
  @media only screen and (max-width: 767px) {
    #locator_search #search-address {
      margin: 10px 0;
      position: relative;
      width: 100%;
      height: 48px; } }
  #locator_search #search-address .label {
    opacity: 1;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #locator_search #search-address img {
    opacity: 0;
    width: 30px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  #locator_search #search-address:hover {
    background-color: #d61b1e; }
  #locator_search #search-address.loadding .label {
    opacity: 0; }
  #locator_search #search-address.loadding img {
    opacity: 1; }

.sbs_autocomplete_close_button {
  display: none; }

.checkout-cart-index #ampromo-items-add {
  position: relative;
  padding: 0;
  border: 0;
  margin: 0 0 20px; }
  .checkout-cart-index #ampromo-items-add a {
    display: table;
    background: #e52f32;
    color: #fff;
    text-align: center;
    padding: 15px;
    border: none;
    margin: 0 auto;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    .checkout-cart-index #ampromo-items-add a span {
      text-decoration: none;
      font-weight: bold; }
    .checkout-cart-index #ampromo-items-add a:hover {
      background: #d61b1e; }

.checkout-cart-index #ampromo-overlay.mode-popup .ampromo-items-form h4 {
  font-size: 16px;
  line-height: 130%;
  color: #7e7e7e; }
  .checkout-cart-index #ampromo-overlay.mode-popup .ampromo-items-form h4 a {
    font-size: 16px;
    line-height: 130%;
    color: #7e7e7e; }

._creative .amlabel-txt2 {
  display: none; }

body._popup {
  overflow: hidden; }

@media (max-width: 1024px) {
  body._popup {
    position: fixed; } }

#checkout-review-submit > label {
  white-space: nowrap; }

#popup-terms-button {
  background-color: transparent;
  border: 0;
  text-decoration: underline;
  text-align: left; }
  #popup-terms-button:hover {
    text-decoration: none; }

#popup-terms {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  padding: 100px 15%; }
  #popup-terms .pt-bg {
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  #popup-terms .pt-info {
    position: relative;
    z-index: 2;
    padding: 70px 15px;
    background-color: white;
    border-radius: 10px;
    height: 100%; }
    #popup-terms .pt-info .pt-content {
      width: 100%;
      height: 100%;
      padding: 0 5%;
      overflow-y: auto; }
    #popup-terms .pt-info .pt-close {
      font-size: 28px;
      background-color: white;
      border: 0;
      position: absolute;
      right: 10px;
      top: 0;
      padding: 10px;
      z-index: 3; }

@media (max-width: 1024px) {
  #checkout-review-submit > label {
    white-space: initial; } }

@media (max-width: 767px) {
  #popup-terms {
    padding: 20px; }
    #popup-terms .pt-close {
      right: 35px;
      top: 35px; } }

.new-partner .pi-partner {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 30px; }

.category-brands .page-title.category-title {
  display: none; }

.category-brands .page-title-brands {
  text-align: center; }
  @media only screen and (min-width: 980px) {
    .category-brands .page-title-brands h2 {
      font-size: 24px; } }

.category-brands .all-alpha {
  padding: 10px;
  text-align: center; }
  .category-brands .all-alpha a {
    padding: 5px;
    font-size: 18px; }
    .category-brands .all-alpha a:hover {
      color: black;
      text-decoration: underline;
      font-weight: bold; }

.category-brands .all-alpha-content .aac-letter-links {
  margin: 20px 0;
  padding-top: 20px;
  border-top: 1px solid #eee;
  overflow: hidden; }
  .category-brands .all-alpha-content .aac-letter-links .aac-letter {
    text-transform: lowercase;
    font-size: 50px;
    line-height: 50px;
    width: 100px;
    clear: both;
    float: left; }
  .category-brands .all-alpha-content .aac-letter-links .aac-llinks {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    min-height: 60px;
    -webkit-column-gap: 4%;
    -moz-column-gap: 4%;
    column-gap: 4%; }
    .category-brands .all-alpha-content .aac-letter-links .aac-llinks > div {
      padding: 5px 0; }
  .category-brands .all-alpha-content .aac-letter-links.coll_1 .aac-llinks {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
  .category-brands .all-alpha-content .aac-letter-links.coll_2 .aac-llinks {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    width: 45%; }
  .category-brands .all-alpha-content .aac-letter-links.coll_3 .aac-llinks {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    width: 67%; }

@media (max-width: 768px) {
  .category-brands .all-alpha-content .aac-letter-links .aac-letter {
    width: 100%;
    margin-bottom: 20px; }
  .category-brands .all-alpha-content .aac-letter-links .aac-llinks {
    float: left;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    width: 100%; }
  .category-brands .all-alpha-content .aac-letter-links.coll_3 .aac-llinks {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    width: 100%; }
  .category-brands .all-alpha-content .aac-letter-links.coll_2 .aac-llinks {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    width: 100%; } }

/* Hide brand children from category */
ol.nav-primary a.level0.no-after:after {
  border-bottom: none;
  content: ''; }

.home-carousel {
  position: relative;
  padding: 20px 24px; }
  @media only screen and (max-width: 767px) {
    .home-carousel {
      padding: 20px 12px; } }
  .home-carousel .zblock-z_carousel_category {
    background-color: #fff; }
    .home-carousel .zblock-z_carousel_category .category-carousel {
      position: relative;
      margin: 0;
      padding: 0;
      display: block; }
      .home-carousel .zblock-z_carousel_category .category-carousel:after {
        position: relative;
        width: 100%;
        content: '';
        clear: both;
        height: 0;
        display: block; }
      .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__text {
        width: 25%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0; }
        @media only screen and (max-width: 767px) {
          .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__text {
            width: 100%;
            position: relative;
            top: auto;
            bottom: auto;
            left: auto; } }
        .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__text .category-carousel__tex-content,
        .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__text .category-carousel__tex-contentt {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 100%;
          padding: 0 20px 0 0;
          text-align: left;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
          @media only screen and (max-width: 767px) {
            .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__text .category-carousel__tex-content,
            .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__text .category-carousel__tex-contentt {
              text-align: center;
              padding: 20px 0 0;
              top: auto;
              left: auto;
              position: relative;
              -webkit-transform: translate(0, 0);
              transform: translate(0, 0); } }
          .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__text .category-carousel__tex-content h3,
          .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__text .category-carousel__tex-contentt h3 {
            font-size: 24px;
            font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif; }
            @media only screen and (max-width: 979px) {
              .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__text .category-carousel__tex-content h3,
              .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__text .category-carousel__tex-contentt h3 {
                font-size: 20px; } }
          .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__text .category-carousel__tex-content p,
          .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__text .category-carousel__tex-contentt p {
            margin: 0; }
            @media only screen and (max-width: 767px) {
              .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__text .category-carousel__tex-content p,
              .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__text .category-carousel__tex-contentt p {
                margin: 0 0 15px; } }
      .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__items {
        width: 75%;
        float: right;
        position: relative; }
        @media only screen and (max-width: 767px) {
          .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__items {
            width: 100%; } }
        .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__items .category-carousel__items-content {
          padding: 0;
          margin: 0 -3px; }
          @media only screen and (max-width: 767px) {
            .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__items .category-carousel__items-content {
              margin: 0; } }
          @media only screen and (max-width: 767px) {
            .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__items .category-carousel__items-content .slick-list {
              margin: 0;
              position: relative;
              min-height: 300px;
              overflow-x: auto;
              -webkit-overflow-scrolling: touch; } }
          @media only screen and (max-width: 400px) {
            .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__items .category-carousel__items-content .slick-list {
              min-height: 1px;
              padding: 0 0 85%; } }
          @media only screen and (max-width: 767px) {
            .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__items .category-carousel__items-content .slick-track {
              -webkit-transform: translate3d(0, 0, 0) !important;
              transform: translate3d(0, 0, 0) !important;
              position: absolute;
              top: 0;
              bottom: 0;
              display: -webkit-box !important;
              display: -ms-flexbox !important;
              display: flex !important;
              width: auto !important; } }
          .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__items .category-carousel__items-content .item {
            padding: 0 6px;
            position: relative; }
            @media only screen and (max-width: 767px) {
              .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__items .category-carousel__items-content .item {
                padding: 0 10px 0 0;
                width: 75vw !important;
                max-width: 300px; }
                .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__items .category-carousel__items-content .item:last-child {
                  padding: 0; } }
            .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__items .category-carousel__items-content .item a {
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              display: block; }
            .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__items .category-carousel__items-content .item .item-content {
              position: relative;
              padding: 0 0 100%;
              overflow: hidden; }
              .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__items .category-carousel__items-content .item .item-content img {
                position: absolute;
                top: 50%;
                left: 50%;
                width: 100%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
          .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__items .category-carousel__items-content .slick-arrow {
            position: absolute;
            z-index: 2;
            width: 48px;
            height: 48px;
            top: 0;
            bottom: 0;
            margin: auto;
            border-color: #ddd;
            border-style: solid;
            border-width: 1px;
            border-radius: 2px;
            background-color: rgba(255, 255, 255, 0.8);
            opacity: 1;
            -webkit-transition: all 0.2s ease-in-out 0s;
            transition: all 0.2s ease-in-out 0s; }
            @media only screen and (max-width: 767px) {
              .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__items .category-carousel__items-content .slick-arrow {
                display: none !important; } }
            .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__items .category-carousel__items-content .slick-arrow:before {
              font-family: "icomoon";
              color: #454545;
              content: "\e91a";
              font-size: 25px;
              display: block; }
            .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__items .category-carousel__items-content .slick-arrow:hover {
              background-color: white; }
            .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__items .category-carousel__items-content .slick-arrow.slick-next {
              right: 5px;
              left: auto; }
              .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__items .category-carousel__items-content .slick-arrow.slick-next:before {
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
            .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__items .category-carousel__items-content .slick-arrow.slick-prev {
              left: 5px;
              right: auto; }
              .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__items .category-carousel__items-content .slick-arrow.slick-prev:before {
                -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
            .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__items .category-carousel__items-content .slick-arrow.slick-disabled {
              display: none !important; }
        .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__items.items_75 .item .item-content {
          padding: 0 0 75%; }
        @media only screen and (max-width: 767px) {
          .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__items.items_75 .slick-list {
            min-height: 250px; } }
        @media only screen and (max-width: 400px) {
          .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__items.items_75 .slick-list {
            min-height: 1px;
            padding: 0 0 75%; } }
        .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__items.items_50 .item .item-content {
          padding: 0 0 50%; }
        @media only screen and (max-width: 767px) {
          .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__items.items_50 .slick-list {
            min-height: 180px; } }
        @media only screen and (max-width: 400px) {
          .home-carousel .zblock-z_carousel_category .category-carousel .category-carousel__items.items_50 .slick-list {
            min-height: 1px;
            padding: 0 0 45%; } }

.availability-store__modal-stores.pickupchooser .availability-store__modal-list-content {
  width: 100%;
  margin: 10px 0; }
  @media screen and (min-width: 768px) {
    .availability-store__modal-stores.pickupchooser .availability-store__modal-list-content {
      width: 40%;
      float: left;
      margin: 0; } }
  .availability-store__modal-stores.pickupchooser .availability-store__modal-list-content .availability-store__modal-list {
    overflow-y: scroll;
    max-height: 160px;
    width: 100%;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .availability-store__modal-stores.pickupchooser .availability-store__modal-list-content .availability-store__modal-list {
        width: calc(100% - 10px);
        height: calc( 90vh - 140px);
        padding: 0 20px 0 0;
        max-height: 360px; } }
  .availability-store__modal-stores.pickupchooser .availability-store__modal-list-content .store-item {
    position: relative;
    border: 1px solid #e2e2e2;
    padding: 15px;
    margin: 0 0 15px; }
    .availability-store__modal-stores.pickupchooser .availability-store__modal-list-content .store-item .in-store-item__wrapper .in-store-item__name {
      position: relative;
      padding: 0 0 10px;
      font-size: 15px;
      font-weight: 700;
      color: #231f20;
      font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif; }
    .availability-store__modal-stores.pickupchooser .availability-store__modal-list-content .store-item .in-store-item__wrapper .in-store-item__content {
      font-family: "SharpGrotesk-Book-20"; }
    .availability-store__modal-stores.pickupchooser .availability-store__modal-list-content .store-item .in-store-item__wrapper .in-store-item__wrapper-right .distance-calc {
      padding: 10px 0 0;
      font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif; }
    .availability-store__modal-stores.pickupchooser .availability-store__modal-list-content .store-item .in-store-item__wrapper .view-store-buttons {
      position: relative;
      padding: 15px 0 0; }
      .availability-store__modal-stores.pickupchooser .availability-store__modal-list-content .store-item .in-store-item__wrapper .view-store-buttons:after {
        content: '';
        display: table;
        clear: both; }
      .availability-store__modal-stores.pickupchooser .availability-store__modal-list-content .store-item .in-store-item__wrapper .view-store-buttons .view-store-details {
        float: left;
        padding: 21px 0 0; }
        .availability-store__modal-stores.pickupchooser .availability-store__modal-list-content .store-item .in-store-item__wrapper .view-store-buttons .view-store-details a {
          color: #000;
          text-decoration: underline; }
          .availability-store__modal-stores.pickupchooser .availability-store__modal-list-content .store-item .in-store-item__wrapper .view-store-buttons .view-store-details a:hover {
            text-decoration: none; }
      .availability-store__modal-stores.pickupchooser .availability-store__modal-list-content .store-item .in-store-item__wrapper .view-store-buttons .select-this-store {
        float: right;
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        .availability-store__modal-stores.pickupchooser .availability-store__modal-list-content .store-item .in-store-item__wrapper .view-store-buttons .select-this-store .select-store-button {
          position: relative;
          cursor: pointer;
          color: #fff;
          font-size: 13px;
          padding: 15px 20px 14px;
          background: #000;
          line-height: 100%;
          border: 0; }
    .availability-store__modal-stores.pickupchooser .availability-store__modal-list-content .store-item.active {
      border: 1px solid #000; }
      .availability-store__modal-stores.pickupchooser .availability-store__modal-list-content .store-item.active .view-store-buttons .select-this-store {
        opacity: 1;
        pointer-events: auto; }

.availability-store__modal-stores.pickupchooser .availability-store__modal-map-panel {
  width: 100%;
  position: relative;
  display: block;
  padding: 0;
  border: 0; }
  @media screen and (min-width: 768px) {
    .availability-store__modal-stores.pickupchooser .availability-store__modal-map-panel {
      width: 60%;
      float: right;
      padding: 0; } }
  .availability-store__modal-stores.pickupchooser .availability-store__modal-map-panel #maps {
    position: relative; }
    @media screen and (max-width: 767px) {
      .availability-store__modal-stores.pickupchooser .availability-store__modal-map-panel #maps {
        padding: 0 0 75%; } }
    .availability-store__modal-stores.pickupchooser .availability-store__modal-map-panel #maps #map_canvas {
      border: 1px solid #e2e2e2;
      width: 100%;
      position: relative; }
      @media screen and (max-width: 767px) {
        .availability-store__modal-stores.pickupchooser .availability-store__modal-map-panel #maps #map_canvas {
          position: absolute !important;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0; } }

._find_store.billing_page {
  float: none;
  text-align: left; }

.billing-store-data {
  position: relative;
  padding: 15px;
  margin: 0 0 15px;
  border: 1px solid #e2e2e2;
  width: auto;
  display: table; }

.validate-pickup_store-error {
  padding: 0 0 15px;
  font-size: 12px;
  color: #e52f32; }

.checkout-cart-index .sp-methods .storepickup_storepickup {
  /*  display: none; */ }

#co-billing-form ul.form-list .control._storepickup {
  /*  display: none;
      pointer-events: none; */ }

#checkout-step-shipping_method #s_method_storepickup_storepickup,
#checkout-step-shipping_method #s_method_storepickup_storepickup + label {
  display: none; }

/* Booxy Button Change - css is from boxy site, so applying button secondary style */
.bxe_book_button {
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif !important;
  position: relative !important;
  display: inline-block !important;
  width: auto !important;
  height: 50px !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  border: 1px solid #e52f32 !important;
  background: #e52f32 !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  padding: 15px 25px !important;
  color: #f5f5f5 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 19px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  vertical-align: middle !important;
  -webkit-transition: all 0.25s ease !important;
  transition: all 0.25s ease !important; }

.bxe_book_button .button_inner > span {
  font-size: 14px !important;
  font-weight: 700 !important; }

.bx_book_btn {
  padding-top: 10px;
  padding-bottom: 20px; }

.bxe_book_button .button_inner {
  background: #e52f32 !important;
  display: inline-block !important;
  border: 0 !important;
  color: #f5f5f5 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif !important;
  line-height: 14px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  vertical-align: middle !important;
  -webkit-transition: all 0.25s ease !important;
  transition: all 0.25s ease !important;
  margin-top: 2% !important;
  padding-left: 0px !important;
  padding-right: 30px !important; }

.bxe_book_button .ico {
  margin-top: -5%;
  width: 50px !important; }

.bxe_book_button .ico .ico_inner {
  margin-left: -20% !important; }

/* Booxy Button Change */
/* Checkout cart */
.cart-totals-wrapper h2 {
  font-size: 18px; }

.payment-icons .icons-cc {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none; }

.button.btn-proceed-checkout.btn-checkout {
  font-size: 14px; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .shipping .form-list .shipping-postcode {
    width: 100%; }
  .shipping .form-list .shipping-region {
    width: inherit; }
  #discount-coupon-form .button-wrapper, .cart .giftcard .button-wrapper {
    width: 33%; }
  .checkout-cart-index #postcode {
    width: 67%; }
  .shipping .form-list .shipping-postcode .button-wrapper {
    width: 33%; }
  .cart-forms .discount label,
  .cart-forms .giftcard label,
  .cart-forms .shipping h2 {
    font-size: 13px; }
  .shipping .form-list .shipping-postcode button.button2 {
    padding-left: 15px; } }

.accordion-panel {
  position: relative; }
  .accordion-panel .accordion_item {
    position: relative;
    border-top: 1px solid #eeeeee; }
    .accordion-panel .accordion_item .accordion_item-title {
      position: relative;
      cursor: pointer;
      padding: 10px 0 10px 34px;
      font-size: 20px;
      font-weight: 600;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .accordion-panel .accordion_item .accordion_item-title:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000; }
      @media screen and (max-width: 766px) {
        .accordion-panel .accordion_item .accordion_item-title {
          font-size: 18px; } }
      .accordion-panel .accordion_item .accordion_item-title:before {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        width: 18px;
        height: 18px;
        margin: auto;
        background-color: #231f20;
        -webkit-transition: all 0.1s ease-in-out 0s;
        transition: all 0.1s ease-in-out 0s; }
      .accordion-panel .accordion_item .accordion_item-title:after {
        position: absolute;
        content: '+';
        top: 0;
        bottom: 0;
        left: 4px;
        color: #f7f7f7;
        font-weight: 300;
        font-size: 18px;
        margin: auto;
        height: 11px;
        line-height: 13px;
        -webkit-transition: all 0.1s ease-in-out 0s;
        transition: all 0.1s ease-in-out 0s; }
      .accordion-panel .accordion_item .accordion_item-title:hover:before {
        background-color: #e52f32; }
    .accordion-panel .accordion_item .accordion_item-content {
      position: relative;
      display: none;
      padding: 10px 0 15px; }
      .accordion-panel .accordion_item .accordion_item-content ul {
        margin: 0;
        padding: 0 0 0 5px;
        list-style: none; }
        .accordion-panel .accordion_item .accordion_item-content ul li {
          position: relative;
          padding: 0 0 5px 20px;
          margin: 0;
          color: #231f20; }
          @media screen and (max-width: 766px) {
            .accordion-panel .accordion_item .accordion_item-content ul li {
              font-size: 14px; } }
          .accordion-panel .accordion_item .accordion_item-content ul li:before {
            position: absolute;
            content: '';
            top: 8px;
            left: 0;
            width: 8px;
            height: 8px;
            background-color: #231f20;
            border-radius: 50%; }
      .accordion-panel .accordion_item .accordion_item-content p {
        color: #231f20;
        padding: 0;
        margin: 0 0 10px; }
        @media screen and (max-width: 766px) {
          .accordion-panel .accordion_item .accordion_item-content p {
            font-size: 14px; } }
        .accordion-panel .accordion_item .accordion_item-content p:last-child {
          margin: 0; }
      .accordion-panel .accordion_item .accordion_item-content img {
        width: 100%;
        margin: 0;
        padding: 0; }
      .accordion-panel .accordion_item .accordion_item-content.image_2:after {
        position: relative;
        height: 0;
        width: 100%;
        clear: both;
        content: '';
        display: block; }
      .accordion-panel .accordion_item .accordion_item-content.image_2 .item-image {
        position: relative;
        width: calc(50% - 10px);
        float: left; }
        .accordion-panel .accordion_item .accordion_item-content.image_2 .item-image:last-child {
          float: right; }
        @media screen and (max-width: 766px) {
          .accordion-panel .accordion_item .accordion_item-content.image_2 .item-image {
            width: 100%;
            float: none; }
            .accordion-panel .accordion_item .accordion_item-content.image_2 .item-image:last-child {
              float: none;
              margin: 15px 0 0; } }
    .accordion-panel .accordion_item:last-child {
      border-bottom: 1px solid #eeeeee; }
    .accordion-panel .accordion_item.open .accordion_item-title:before {
      background-color: #e52f32; }
    .accordion-panel .accordion_item.open .accordion_item-title:after {
      content: '-'; }
  .accordion-panel[data-box-icon="right"] .accordion_item .accordion_item-title {
    padding: 10px 25px 10px 0; }
    .accordion-panel[data-box-icon="right"] .accordion_item .accordion_item-title:before {
      right: 0;
      left: auto; }
    .accordion-panel[data-box-icon="right"] .accordion_item .accordion_item-title:after {
      right: 4px;
      left: auto; }

.accordion-panel_items_2:after {
  position: relative;
  height: 0;
  width: 100%;
  clear: both;
  content: '';
  display: block; }

.accordion-panel_items_2 .accordion-panel {
  position: relative;
  width: calc(50% - 10px);
  float: left; }
  .accordion-panel_items_2 .accordion-panel:last-child {
    float: right; }
  @media screen and (max-width: 766px) {
    .accordion-panel_items_2 .accordion-panel {
      width: 100%;
      float: none; }
      .accordion-panel_items_2 .accordion-panel:last-child {
        float: none; } }

.main-container._zone_contenu {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 1440px;
  overflow: hidden; }

.main._zone_contenu {
  position: relative;
  margin: 0;
  padding: 0;
  max-width: 100%; }
  .main._zone_contenu .content-wrapper {
    position: relative; }
    .main._zone_contenu .content-wrapper:after {
      position: relative;
      height: 0;
      width: 100%;
      clear: both;
      content: '';
      display: block; }
    .main._zone_contenu .content-wrapper .col-main {
      width: 100%;
      margin: 0;
      padding: 0;
      float: none; }
      .main._zone_contenu .content-wrapper .col-main .item_block {
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0 0 40px; }
        .main._zone_contenu .content-wrapper .col-main .item_block:after {
          position: relative;
          height: 0;
          width: 100%;
          clear: both;
          content: '';
          display: block; }
        .main._zone_contenu .content-wrapper .col-main .item_block ._item {
          position: relative; }
          .main._zone_contenu .content-wrapper .col-main .item_block ._item a {
            position: absolute;
            left: 10px;
            right: 10px;
            top: 0;
            bottom: 0;
            display: block;
            z-index: 2;
            color: #231f20; }
          .main._zone_contenu .content-wrapper .col-main .item_block ._item span {
            display: block;
            text-align: center;
            color: #231f20; }
            .main._zone_contenu .content-wrapper .col-main .item_block ._item span._inner {
              position: absolute;
              left: 50%;
              top: 50%;
              display: table;
              z-index: 2;
              max-width: 90%;
              width: 100%;
              -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
              .main._zone_contenu .content-wrapper .col-main .item_block ._item span._inner span {
                margin: 10px 0; }
                .main._zone_contenu .content-wrapper .col-main .item_block ._item span._inner span.p {
                  text-align: center;
                  font-size: 14px; }
              .main._zone_contenu .content-wrapper .col-main .item_block ._item span._inner ._link {
                color: #231f20;
                margin: 0 auto;
                width: auto;
                padding: 0;
                display: inline-grid; }
                .main._zone_contenu .content-wrapper .col-main .item_block ._item span._inner ._link span {
                  white-space: nowrap;
                  background: #fff;
                  padding: 15px 25px;
                  margin: 15px 0;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  display: block;
                  color: #231f20;
                  font-size: 18px;
                  line-height: 100%;
                  text-decoration: none;
                  -webkit-transition: all 0.2s ease-in-out 0s;
                  transition: all 0.2s ease-in-out 0s; }
                .main._zone_contenu .content-wrapper .col-main .item_block ._item span._inner ._link:hover span {
                  background: rgba(255, 255, 255, 0.85);
                  text-decoration: none; }
              .main._zone_contenu .content-wrapper .col-main .item_block ._item span._inner._white {
                color: #FFFFFF; }
                .main._zone_contenu .content-wrapper .col-main .item_block ._item span._inner._white span {
                  color: #FFFFFF; }
          .main._zone_contenu .content-wrapper .col-main .item_block ._item img {
            width: 100%;
            position: relative;
            opacity: 1;
            -webkit-transition: all 0.2s ease-in-out 0s;
            transition: all 0.2s ease-in-out 0s; }
          .main._zone_contenu .content-wrapper .col-main .item_block ._item img + img {
            position: absolute;
            top: 0;
            left: 10px;
            opacity: 0;
            width: calc(100% - 20px);
            max-width: none;
            -webkit-transition: all 0.2s ease-in-out 0s;
            transition: all 0.2s ease-in-out 0s; }
          .main._zone_contenu .content-wrapper .col-main .item_block ._item:hover img {
            opacity: 0; }
            .main._zone_contenu .content-wrapper .col-main .item_block ._item:hover img:last-child {
              opacity: 1; }
        .main._zone_contenu .content-wrapper .col-main .item_block._heading {
          margin: 0 0 30px; }
          .main._zone_contenu .content-wrapper .col-main .item_block._heading h1, .main._zone_contenu .content-wrapper .col-main .item_block._heading h2, .main._zone_contenu .content-wrapper .col-main .item_block._heading h3 {
            margin: 0;
            padding: 0;
            text-align: center;
            line-height: 120%; }
        .main._zone_contenu .content-wrapper .col-main .item_block._col_instagram {
          position: relative;
          margin: 0;
          padding: 0;
          overflow: hidden; }
          .main._zone_contenu .content-wrapper .col-main .item_block._col_instagram .inner {
            padding: 0;
            margin: 0 -10px; }
            .main._zone_contenu .content-wrapper .col-main .item_block._col_instagram .inner ._inner {
              max-width: 80%;
              position: absolute;
              left: 50%;
              top: 50%;
              z-index: 2;
              -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              text-align: center; }
              .main._zone_contenu .content-wrapper .col-main .item_block._col_instagram .inner ._inner .h1 {
                pointer-events: none;
                display: block;
                margin: 10px 0; }
              .main._zone_contenu .content-wrapper .col-main .item_block._col_instagram .inner ._inner ._link {
                color: #231f20;
                margin: 0 auto;
                width: auto;
                padding: 0;
                display: inline-grid; }
                .main._zone_contenu .content-wrapper .col-main .item_block._col_instagram .inner ._inner ._link span {
                  white-space: nowrap;
                  background: #fff;
                  padding: 15px 25px;
                  margin: 15px 0;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  display: block;
                  color: #231f20 !important;
                  font-size: 18px;
                  line-height: 100%;
                  -webkit-transition: all 0.2s ease-in-out 0s;
                  transition: all 0.2s ease-in-out 0s; }
          .main._zone_contenu .content-wrapper .col-main .item_block._col_instagram .instagram-feed-catalog__content .fs-entry-container div.fs-timeline-entry {
            margin: 0 10px 20px; }
        .main._zone_contenu .content-wrapper .col-main .item_block._col_1 ._item ._inner span {
          color: #636466; }
        .main._zone_contenu .content-wrapper .col-main .item_block._col_1._inner_2 {
          background: #f8f8f8;
          padding: 4% 9%; }
          .main._zone_contenu .content-wrapper .col-main .item_block._col_1._inner_2 ._item {
            max-width: 1084px;
            margin: 0 auto; }
            .main._zone_contenu .content-wrapper .col-main .item_block._col_1._inner_2 ._item ._inner span {
              color: #231f20; }
            .main._zone_contenu .content-wrapper .col-main .item_block._col_1._inner_2 ._item ._inner a {
              position: relative;
              left: auto;
              right: auto;
              top: auto;
              bottom: auto;
              display: table;
              z-index: 2;
              margin: 0 auto; }
        .main._zone_contenu .content-wrapper .col-main .item_block._col_1._inner-2 {
          background: #f8f8f8;
          padding: 4% 9%; }
          .main._zone_contenu .content-wrapper .col-main .item_block._col_1._inner-2 ._item {
            max-width: 1084px;
            margin: 0 auto; }
            .main._zone_contenu .content-wrapper .col-main .item_block._col_1._inner-2 ._item ._inner a {
              position: relative;
              left: auto;
              right: auto;
              top: auto;
              bottom: auto;
              display: table;
              z-index: 2;
              margin: 0 auto; }
            @media only screen and (max-width: 767px) {
              .main._zone_contenu .content-wrapper .col-main .item_block._col_1._inner-2 ._item ._inner._left_bottom {
                top: auto;
                left: 0;
                bottom: 8%;
                width: 100%;
                max-width: 100%;
                -webkit-transform: translate(0, 0);
                transform: translate(0, 0); }
                .main._zone_contenu .content-wrapper .col-main .item_block._col_1._inner-2 ._item ._inner._left_bottom a {
                  margin: 0 auto;
                  right: 0; }
                  .main._zone_contenu .content-wrapper .col-main .item_block._col_1._inner-2 ._item ._inner._left_bottom a ._link span {
                    color: #FFFFFF;
                    background: #000000;
                    -webkit-transition: all 0.2s ease-in-out 0s;
                    transition: all 0.2s ease-in-out 0s; }
                    .main._zone_contenu .content-wrapper .col-main .item_block._col_1._inner-2 ._item ._inner._left_bottom a ._link span:hover {
                      background: #bebebe; } }
            @media only screen and (min-width: 768px) {
              .main._zone_contenu .content-wrapper .col-main .item_block._col_1._inner-2 ._item ._inner._left_bottom {
                top: auto;
                left: 0;
                bottom: 10%;
                width: 50%;
                -webkit-transform: translate(0, 0);
                transform: translate(0, 0); }
                .main._zone_contenu .content-wrapper .col-main .item_block._col_1._inner-2 ._item ._inner._left_bottom a {
                  margin: 0 0 0 auto;
                  right: 5%; }
                  .main._zone_contenu .content-wrapper .col-main .item_block._col_1._inner-2 ._item ._inner._left_bottom a ._link span {
                    color: #FFFFFF;
                    background: #000000;
                    -webkit-transition: all 0.2s ease-in-out 0s;
                    transition: all 0.2s ease-in-out 0s; }
                    .main._zone_contenu .content-wrapper .col-main .item_block._col_1._inner-2 ._item ._inner._left_bottom a ._link span:hover {
                      background: #bebebe; } }

@media only screen and (max-width: 767px) {
  .main._zone_contenu ._hidden_mobile {
    display: none; }
  .main._zone_contenu .visible_mobile {
    display: block; }
  .main._zone_contenu .content-wrapper .item_block._col_1 ._item img {
    display: none;
    opacity: 1 !important;
    position: relative !important;
    width: 100% !important;
    left: 0 !important; }
    .main._zone_contenu .content-wrapper .item_block._col_1 ._item img:last-child {
      display: block !important; }
  .main._zone_contenu .content-wrapper .item_block._col_2 {
    padding: 0; }
    .main._zone_contenu .content-wrapper .item_block._col_2 ._item {
      width: 100%;
      padding: 0 10px;
      max-width: 450px;
      margin: 0 auto 20px; }
      .main._zone_contenu .content-wrapper .item_block._col_2 ._item img {
        width: 100%;
        position: relative;
        opacity: 1;
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
      .main._zone_contenu .content-wrapper .item_block._col_2 ._item img + img {
        position: absolute;
        top: 0;
        left: 10px;
        opacity: 0;
        width: calc(100% - 20px);
        max-width: none;
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
      .main._zone_contenu .content-wrapper .item_block._col_2 ._item:last-child {
        margin: 0 auto; }
  .main._zone_contenu .content-wrapper .item_block._col-2 {
    padding: 0; }
    .main._zone_contenu .content-wrapper .item_block._col-2 ._item {
      width: 100%;
      padding: 0 10px;
      max-width: 450px;
      margin: 0 auto 20px; }
      .main._zone_contenu .content-wrapper .item_block._col-2 ._item img {
        width: 100%;
        position: relative;
        opacity: 1;
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
      .main._zone_contenu .content-wrapper .item_block._col-2 ._item img + img {
        position: absolute;
        top: 0;
        left: 10px;
        opacity: 0;
        width: calc(100% - 20px);
        max-width: none;
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
      .main._zone_contenu .content-wrapper .item_block._col-2 ._item:last-child {
        margin: 0 auto; }
      .main._zone_contenu .content-wrapper .item_block._col-2 ._item ._inner._left_bottom {
        top: auto;
        left: 3%;
        bottom: 6%;
        max-width: 100%;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
        .main._zone_contenu .content-wrapper .item_block._col-2 ._item ._inner._left_bottom ._link {
          display: table;
          margin: 0 auto 0 0; }
          .main._zone_contenu .content-wrapper .item_block._col-2 ._item ._inner._left_bottom ._link span {
            text-transform: none;
            margin: 10px 0 0; }
  .main._zone_contenu .content-wrapper .item_block._col_3 {
    padding: 0; }
    .main._zone_contenu .content-wrapper .item_block._col_3 ._item {
      max-width: 450px;
      margin: 0 auto 20px;
      padding: 0 10px; }
      .main._zone_contenu .content-wrapper .item_block._col_3 ._item:last-child {
        margin: 0 auto; }
  .main._zone_contenu .content-wrapper .item_block._col_instagram {
    padding: 0; }
  .main._zone_contenu .content-wrapper .item_block h1,
  .main._zone_contenu .content-wrapper .item_block .h1 {
    font-size: 20px;
    font-family: "SharpGrotesk-Book-20"; }
  .main._zone_contenu .content-wrapper .item_block h2,
  .main._zone_contenu .content-wrapper .item_block .h2 {
    font-size: 18px;
    font-family: "SharpGrotesk-Book-20"; }
  .main._zone_contenu .content-wrapper .item_block h3,
  .main._zone_contenu .content-wrapper .item_block .h3 {
    font-size: 16px;
    font-family: "SharpGrotesk-Book-20"; } }

@media only screen and (min-width: 768px) {
  .main._zone_contenu ._hidden_mobile {
    display: block; }
  .main._zone_contenu .visible_mobile {
    display: none; }
  .main._zone_contenu .content-wrapper .item_block._col_1 ._item img {
    display: block;
    opacity: 1 !important; }
  .main._zone_contenu .content-wrapper .item_block._col_1 ._item img + img {
    display: none; }
  .main._zone_contenu .content-wrapper .item_block._col_2 {
    padding: 0 10px; }
    .main._zone_contenu .content-wrapper .item_block._col_2 ._item {
      width: 50%;
      float: left;
      padding: 0 10px; }
      .main._zone_contenu .content-wrapper .item_block._col_2 ._item img {
        width: 100%;
        position: relative;
        opacity: 1;
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
      .main._zone_contenu .content-wrapper .item_block._col_2 ._item img + img {
        position: absolute;
        top: 0;
        left: 10px;
        opacity: 0;
        width: calc(100% - 20px);
        max-width: none;
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
  .main._zone_contenu .content-wrapper .item_block._col-2 {
    padding: 0 10px; }
    .main._zone_contenu .content-wrapper .item_block._col-2 ._item {
      width: 50%;
      float: left;
      padding: 0 10px; }
      .main._zone_contenu .content-wrapper .item_block._col-2 ._item img {
        width: 100%;
        position: relative;
        opacity: 1;
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
      .main._zone_contenu .content-wrapper .item_block._col-2 ._item img + img {
        position: absolute;
        top: 0;
        left: 10px;
        opacity: 0;
        width: calc(100% - 20px);
        max-width: none;
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
      .main._zone_contenu .content-wrapper .item_block._col-2 ._item ._inner._left_bottom {
        top: auto;
        left: 3%;
        bottom: 6%;
        max-width: 100%;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
        .main._zone_contenu .content-wrapper .item_block._col-2 ._item ._inner._left_bottom ._link {
          display: table;
          margin: 0 auto 0 0; }
          .main._zone_contenu .content-wrapper .item_block._col-2 ._item ._inner._left_bottom ._link span {
            text-transform: none;
            margin: 10px 0 0; }
  .main._zone_contenu .content-wrapper .item_block._col_3 {
    padding: 0 10px; }
    .main._zone_contenu .content-wrapper .item_block._col_3 ._item {
      width: 33.333%;
      float: left;
      padding: 0 10px; }
  .main._zone_contenu .content-wrapper .item_block._col_instagram {
    padding: 0 10px; }
  .main._zone_contenu .content-wrapper .item_block h1,
  .main._zone_contenu .content-wrapper .item_block .h1 {
    font-size: 26px;
    font-family: "SharpGrotesk-Book-20"; }
  .main._zone_contenu .content-wrapper .item_block h2,
  .main._zone_contenu .content-wrapper .item_block .h2 {
    font-size: 22px;
    font-family: "SharpGrotesk-Book-20"; }
  .main._zone_contenu .content-wrapper .item_block h3,
  .main._zone_contenu .content-wrapper .item_block .h3 {
    font-size: 18px;
    font-family: "SharpGrotesk-Book-20"; } }

@media only screen and (min-width: 992px) {
  .main._zone_contenu .content-wrapper .item_block h1,
  .main._zone_contenu .content-wrapper .item_block .h1 {
    font-size: 28px;
    font-family: "SharpGrotesk-Book-20"; }
  .main._zone_contenu .content-wrapper .item_block h2,
  .main._zone_contenu .content-wrapper .item_block .h2 {
    font-size: 24px;
    font-family: "SharpGrotesk-Book-20"; }
  .main._zone_contenu .content-wrapper .item_block h3,
  .main._zone_contenu .content-wrapper .item_block .h3 {
    font-size: 20px;
    font-family: "SharpGrotesk-Book-20"; } }

.main._zone_contenu {
  position: relative;
  margin: 0;
  padding: 0;
  max-width: 100%; }
  .main._zone_contenu .content-wrapper {
    position: relative; }
    .main._zone_contenu .content-wrapper:after {
      position: relative;
      height: 0;
      width: 100%;
      clear: both;
      content: '';
      display: block; }
    .main._zone_contenu .content-wrapper .sidebar {
      position: relative;
      width: 100%;
      float: none;
      max-width: 1084px;
      margin: 0 auto;
      padding: 0;
      z-index: 8; }
      .main._zone_contenu .content-wrapper .sidebar + .col-main {
        position: relative;
        width: 100%;
        float: none;
        max-width: 1124px;
        margin: 0 auto; }
        .main._zone_contenu .content-wrapper .sidebar + .col-main .category-products {
          position: relative;
          overflow: hidden; }
          .main._zone_contenu .content-wrapper .sidebar + .col-main .category-products .toolbar {
            padding: 0 0 15px; }
            .main._zone_contenu .content-wrapper .sidebar + .col-main .category-products .toolbar .sorter {
              display: none; }
            .main._zone_contenu .content-wrapper .sidebar + .col-main .category-products .toolbar .pager {
              float: right;
              width: auto; }
              .main._zone_contenu .content-wrapper .sidebar + .col-main .category-products .toolbar .pager .count-container {
                float: left;
                padding-right: 50px; }
              .main._zone_contenu .content-wrapper .sidebar + .col-main .category-products .toolbar .pager .pages {
                width: auto;
                float: right; }
          .main._zone_contenu .content-wrapper .sidebar + .col-main .category-products .products-grid {
            position: relative;
            margin: 0 -10px;
            padding: 0; }
            .main._zone_contenu .content-wrapper .sidebar + .col-main .category-products .products-grid li {
              display: block;
              margin: 0; }
              .main._zone_contenu .content-wrapper .sidebar + .col-main .category-products .products-grid li .product-image {
                display: block;
                margin: 0 auto;
                position: relative;
                padding: 0; }
                .main._zone_contenu .content-wrapper .sidebar + .col-main .category-products .products-grid li .product-image:before {
                  position: absolute;
                  top: 0;
                  left: 0;
                  right: 0;
                  bottom: 0;
                  content: '';
                  background: #000;
                  opacity: 0.15;
                  display: block;
                  z-index: 1;
                  -webkit-transition: all 0.2s ease-in-out 0s;
                  transition: all 0.2s ease-in-out 0s; }
                .main._zone_contenu .content-wrapper .sidebar + .col-main .category-products .products-grid li .product-image img {
                  width: 100%; }
                .main._zone_contenu .content-wrapper .sidebar + .col-main .category-products .products-grid li .product-image:hover:before {
                  opacity: 0.5; }
                .main._zone_contenu .content-wrapper .sidebar + .col-main .category-products .products-grid li .product-image:hover + .product-info .actions {
                  opacity: 1; }
              .main._zone_contenu .content-wrapper .sidebar + .col-main .category-products .products-grid li .product-info {
                position: absolute;
                top: 50%;
                left: 10px;
                right: 10px;
                background: transparent;
                color: #fff;
                min-height: 1px !important;
                padding: 0 !important;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                pointer-events: none;
                z-index: 2; }
                .main._zone_contenu .content-wrapper .sidebar + .col-main .category-products .products-grid li .product-info h2 {
                  position: relative; }
                  .main._zone_contenu .content-wrapper .sidebar + .col-main .category-products .products-grid li .product-info h2 a {
                    color: #fff;
                    text-transform: uppercase; }
                .main._zone_contenu .content-wrapper .sidebar + .col-main .category-products .products-grid li .product-info .actions {
                  min-height: 1px !important;
                  padding: 0 !important;
                  position: relative;
                  opacity: 0;
                  text-align: center;
                  -webkit-transition: all 0.2s ease-in-out 0s;
                  transition: all 0.2s ease-in-out 0s; }
                  .main._zone_contenu .content-wrapper .sidebar + .col-main .category-products .products-grid li .product-info .actions a {
                    color: #fff;
                    text-transform: uppercase;
                    border-bottom: 1px solid #fff; }

@media only screen and (max-width: 767px) {
  .main._zone_contenu ._hidden_mobile {
    display: none; }
  .main._zone_contenu .visible_mobile {
    display: block; }
  .main._zone_contenu .content-wrapper .sidebar {
    position: absolute;
    top: 0;
    left: -1px;
    width: calc( 50% + 1px) !important; }
    .main._zone_contenu .content-wrapper .sidebar .block-content.toggle-content {
      position: relative; }
    .main._zone_contenu .content-wrapper .sidebar .block-subtitle.block-subtitle--filter.m-filter-group {
      width: 100% !important; }
    .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav {
      position: relative; }
      .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav {
        position: relative; }
        .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .block-title {
          position: relative;
          text-align: center;
          margin: 0;
          padding: 0 0 10px; }
        .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list {
          position: absolute;
          display: block;
          margin: 0;
          top: 46px;
          left: 0;
          width: 200%;
          border-bottom: 1px solid #d4d2d2;
          padding: 10px 16px 20px; }
          .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list:after {
            position: relative;
            height: 0;
            width: 100%;
            clear: both;
            content: '';
            display: block; }
          .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .state-container .currently ol li {
            padding-left: 10px;
            clear: left; }
          .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .state-container .actions {
            margin-bottom: 15px !important;
            padding: 0 0 0 10px !important; }
          .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_name {
            position: relative;
            cursor: pointer;
            text-align: left;
            text-transform: uppercase;
            background: #f5f5f5;
            padding: 12px 20px;
            border: 1px solid #d4d2d2;
            margin-top: 10px; }
            .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_name:hover {
              background: #ededed; }
            .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_name span {
              position: relative;
              cursor: pointer;
              padding: 0 20px 0 0;
              display: block;
              font-size: 14px;
              font-weight: 500;
              -webkit-user-select: none;
              -moz-user-select: none;
              -ms-user-select: none;
              user-select: none; }
              .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_name span:-moz-focusring {
                color: transparent;
                text-shadow: 0 0 0 #000; }
              .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_name span ._deco {
                position: absolute;
                top: 5px;
                right: 5px;
                width: 10px;
                height: 10px;
                padding: 0;
                pointer-events: none;
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg); }
                .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_name span ._deco:before {
                  position: absolute;
                  content: '';
                  width: 8px;
                  height: 2px;
                  background: #231f20;
                  top: 1px;
                  left: 2px;
                  pointer-events: none;
                  -webkit-transform: rotate(40deg);
                  transform: rotate(40deg); }
                .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_name span ._deco:after {
                  position: absolute;
                  content: '';
                  height: 2px;
                  background: #231f20;
                  width: 8px;
                  background: #231f20;
                  top: 6px;
                  left: 2px;
                  pointer-events: none;
                  -webkit-transform: rotate(-40deg);
                  transform: rotate(-40deg); }
            .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_name.has-active-filter span:after {
              content: "\e91d";
              font-family: icomoon;
              font-size: 15px;
              color: #00aeef;
              padding-left: 5px; }
            .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_name.has-active-filter span ._deco {
              position: absolute;
              top: 5px;
              right: 5px;
              width: 10px;
              height: 10px;
              padding: 0;
              pointer-events: none;
              -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
              .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_name.has-active-filter span ._deco:before {
                position: absolute;
                content: '';
                width: 8px;
                height: 2px;
                background: #231f20;
                top: 1px;
                left: 2px;
                pointer-events: none;
                -webkit-transform: rotate(40deg);
                transform: rotate(40deg); }
              .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_name.has-active-filter span ._deco:after {
                position: absolute;
                content: '';
                height: 2px;
                background: #231f20;
                width: 8px;
                background: #231f20;
                top: 6px;
                left: 2px;
                pointer-events: none;
                -webkit-transform: rotate(-40deg);
                transform: rotate(-40deg); }
          .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_items {
            position: relative;
            margin: 0;
            padding: 0; }
            .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_items .item_content {
              background: #fff;
              margin: 0;
              padding: 0 !important;
              border: none;
              overflow: hidden;
              height: 0;
              border: 0; }
              .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_items .item_content ol {
                margin: 0;
                padding: 0; }
                .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_items .item_content ol li {
                  margin-bottom: 0;
                  position: relative;
                  display: block;
                  padding: 0;
                  line-height: 140%;
                  border: 0 !important; }
                  .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_items .item_content ol li:before {
                    position: absolute;
                    content: '';
                    width: 12px;
                    height: 12px;
                    border: 1px solid #231f20;
                    top: 15px;
                    left: 20px;
                    pointer-events: none; }
                  .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_items .item_content ol li a,
                  .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_items .item_content ol li .m-selected-filter-item {
                    background: none !important;
                    line-height: 100%;
                    font-size: 14px;
                    border-right: 1px solid #d4d2d2;
                    border-left: 1px solid #d4d2d2;
                    border-bottom: 1px solid #d4d2d2;
                    padding: 15px 15px 15px 40px !important;
                    display: block; }
                  .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_items .item_content ol li.m-selected-ln-item a:before,
                  .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_items .item_content ol li.m-selected-ln-item .m-selected-filter-item:before {
                    position: absolute;
                    content: '';
                    width: 8px;
                    height: 1px;
                    background: #231f20;
                    top: 21px;
                    left: 21px;
                    pointer-events: none;
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg); }
                  .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_items .item_content ol li.m-selected-ln-item a:after,
                  .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_items .item_content ol li.m-selected-ln-item .m-selected-filter-item:after {
                    position: absolute;
                    content: '';
                    height: 1px;
                    background: #231f20;
                    width: 8px;
                    background: #231f20;
                    top: 21px;
                    left: 22px;
                    pointer-events: none;
                    -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg); }
              .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_items .item_content .m-more-less {
                position: relative;
                margin: -1px 0 0;
                padding: 0 0 10px 20px;
                background: #fff;
                border-right: 1px solid #d4d2d2;
                border-left: 1px solid #d4d2d2;
                border-bottom: 1px solid #d4d2d2; }
          .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item.open .filter_name {
            background: #f8f8f8; }
            .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item.open .filter_name span ._deco {
              -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
              top: 7px; }
          .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item.open .filter_items .item_content {
            height: auto;
            padding: 10px;
            border-left: 1px solid #f8f8f8;
            border-bottom: 1px solid #f8f8f8;
            border-right: 1px solid #f8f8f8; }
    .main._zone_contenu .content-wrapper .sidebar + .col-main {
      padding: 0 10px; }
      .main._zone_contenu .content-wrapper .sidebar + .col-main .category-products {
        overflow: visible !important; }
        .main._zone_contenu .content-wrapper .sidebar + .col-main .category-products .toolbar {
          position: relative;
          padding: 45px 0 10px !important; }
        .main._zone_contenu .content-wrapper .sidebar + .col-main .category-products .sorter {
          display: block !important;
          position: absolute;
          right: -11px;
          top: 0;
          width: calc( 50% + 12px); }
          .main._zone_contenu .content-wrapper .sidebar + .col-main .category-products .sorter .sort-by {
            height: 43px; }
            .main._zone_contenu .content-wrapper .sidebar + .col-main .category-products .sorter .sort-by label {
              padding-top: 5px; }
        .main._zone_contenu .content-wrapper .sidebar + .col-main .category-products .pager {
          float: none !important;
          margin: 0 auto;
          display: table; }
          .main._zone_contenu .content-wrapper .sidebar + .col-main .category-products .pager .count-container {
            padding-right: 0 !important; }
        .main._zone_contenu .content-wrapper .sidebar + .col-main .category-products .products-grid li {
          padding: 0 10px 20px;
          width: 50%; } }

@media only screen and (min-width: 768px) {
  .main._zone_contenu ._hidden_mobile {
    display: block; }
  .main._zone_contenu .visible_mobile {
    display: none; }
  .main._zone_contenu .category-cms-block {
    padding: 0; }
    .main._zone_contenu .category-cms-block .item_block._col_1 ._item img {
      display: block;
      opacity: 1 !important; }
    .main._zone_contenu .category-cms-block .item_block._col_1 ._item img + img {
      display: none; }
    .main._zone_contenu .category-cms-block .item_block h1,
    .main._zone_contenu .category-cms-block .item_block .h1 {
      font-size: 28px;
      font-family: "SharpGrotesk-Book-20"; }
    .main._zone_contenu .category-cms-block .item_block h2,
    .main._zone_contenu .category-cms-block .item_block .h2 {
      font-size: 24px;
      font-family: "SharpGrotesk-Book-20"; }
    .main._zone_contenu .category-cms-block .item_block h3,
    .main._zone_contenu .category-cms-block .item_block .h3 {
      font-size: 18px;
      font-family: "SharpGrotesk-Book-20"; }
  .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav {
    position: relative; }
    .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav {
      position: relative; }
      .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .block-title {
        position: relative;
        text-align: center;
        margin: 0;
        padding: 0 0 10px; }
      .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list {
        position: relative;
        display: table;
        width: auto;
        margin: 0 auto;
        padding: 0 0 15px; }
        .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list:after {
          position: relative;
          height: 0;
          width: 100%;
          clear: both;
          content: '';
          display: block; }
        .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item {
          position: relative;
          float: left;
          padding: 0;
          margin: 0 0 0 20px; }
          .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_name {
            position: relative;
            background: transparent;
            padding: 10px 20px 10px 10px;
            text-transform: uppercase; }
            .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_name:after {
              position: relative;
              height: 0;
              width: 100%;
              clear: both;
              content: '';
              display: block; }
            .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_name span {
              position: relative;
              cursor: pointer;
              padding: 0 20px 0 0;
              display: block;
              float: left;
              -webkit-user-select: none;
              -moz-user-select: none;
              -ms-user-select: none;
              user-select: none; }
              .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_name span:-moz-focusring {
                color: transparent;
                text-shadow: 0 0 0 #000; }
              .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_name span ._deco {
                position: absolute;
                top: 0;
                bottom: 0;
                right: 5px;
                width: 10px;
                height: 10px;
                margin: auto;
                padding: 0;
                pointer-events: none;
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg); }
                .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_name span ._deco:before {
                  position: absolute;
                  content: '';
                  width: 8px;
                  height: 2px;
                  background: #231f20;
                  top: 1px;
                  left: 2px;
                  pointer-events: none;
                  -webkit-transform: rotate(40deg);
                  transform: rotate(40deg); }
                .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_name span ._deco:after {
                  position: absolute;
                  content: '';
                  height: 2px;
                  background: #231f20;
                  width: 8px;
                  background: #231f20;
                  top: 6px;
                  left: 2px;
                  pointer-events: none;
                  -webkit-transform: rotate(-40deg);
                  transform: rotate(-40deg); }
          .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_items {
            position: relative;
            height: 0;
            margin: 0;
            padding: 0; }
            .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_items .item_content {
              background: #fff;
              margin: 0;
              padding: 0 10px;
              border: none;
              overflow: hidden;
              height: 0;
              border-left: 1px solid transparent;
              border-bottom: 1px solid transparent;
              border-right: 1px solid transparent; }
              .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_items .item_content ol {
                margin: 0;
                padding: 0; }
                .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_items .item_content ol li {
                  margin-bottom: 8px;
                  position: relative;
                  display: block;
                  padding: 0;
                  line-height: 140%; }
                  .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_items .item_content ol li:before {
                    position: absolute;
                    content: '';
                    width: 12px;
                    height: 12px;
                    border: 1px solid #231f20;
                    top: 1px;
                    left: 0;
                    pointer-events: none; }
                  .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_items .item_content ol li a {
                    background: none !important;
                    line-height: 100%;
                    font-size: 14px;
                    padding: 0 0 0 20px !important; }
                  .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_items .item_content ol li.m-selected-ln-item a:before {
                    position: absolute;
                    content: '';
                    width: 8px;
                    height: 1px;
                    background: #231f20;
                    top: 7px;
                    left: 2px;
                    pointer-events: none;
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg); }
                  .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_items .item_content ol li.m-selected-ln-item a:after {
                    position: absolute;
                    content: '';
                    height: 1px;
                    background: #231f20;
                    width: 8px;
                    background: #231f20;
                    top: 7px;
                    left: 2px;
                    pointer-events: none;
                    -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg); }
              .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item .filter_items .item_content .m-more-less {
                position: relative;
                margin: -1px 0 0;
                padding: 0 0 0 20px;
                background: #fff; }
          .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item.open .filter_name {
            background: #f8f8f8; }
            .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item.open .filter_name span ._deco {
              -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
              bottom: 3px; }
          .main._zone_contenu .content-wrapper .sidebar .mb-mana-catalog-leftnav .block-layered-nav .narrow-by-list .filter_item.open .filter_items .item_content {
            height: auto;
            padding: 10px;
            border-left: 1px solid #f8f8f8;
            border-bottom: 1px solid #f8f8f8;
            border-right: 1px solid #f8f8f8; }
  .main._zone_contenu .content-wrapper .sidebar + .col-main {
    padding: 0 20px; }
    .main._zone_contenu .content-wrapper .sidebar + .col-main .category-products .products-grid li {
      padding: 0 10px 40px;
      width: 33.333%; } }

@media only screen and (min-width: 992px) {
  .main._zone_contenu .category-cms-block .item_block h1,
  .main._zone_contenu .category-cms-block .item_block .h1 {
    font-size: 36px;
    font-family: "SharpGrotesk-Book-20"; }
  .main._zone_contenu .category-cms-block .item_block h2,
  .main._zone_contenu .category-cms-block .item_block .h2 {
    font-size: 28px;
    font-family: "SharpGrotesk-Book-20"; }
  .main._zone_contenu .category-cms-block .item_block h3,
  .main._zone_contenu .category-cms-block .item_block .h3 {
    font-size: 20px;
    font-family: "SharpGrotesk-Book-20"; } }

.product-view_contenu .inner_product-wrap {
  position: relative;
  max-width: 1440px;
  margin: 0 auto; }
  .product-view_contenu .inner_product-wrap:after {
    position: relative;
    height: 0;
    width: 100%;
    clear: both;
    content: '';
    display: block; }
  .product-view_contenu .inner_product-wrap .product-img-box {
    position: relative;
    margin: 0;
    padding: 0; }
    .product-view_contenu .inner_product-wrap .product-img-box:after {
      position: relative;
      height: 0;
      width: 100%;
      clear: both;
      content: '';
      display: block; }
    .product-view_contenu .inner_product-wrap .product-img-box .product-image {
      position: relative;
      margin: 0;
      padding: 0; }

@media only screen and (max-width: 767px) {
  .block-content_zone {
    position: relative;
    margin: 14px 0;
    padding-left: 14px;
    padding-right: 14px; }
    .block-content_zone .block-image {
      padding: 0;
      position: relative; }
      .block-content_zone .block-image img {
        width: 100%; }
    .block-content_zone .block-text {
      padding: 15px 0;
      position: relative;
      text-align: center; }
      .block-content_zone .block-text .block-title {
        border: 0;
        text-transform: uppercase;
        margin: 0;
        padding: 0 0 10px;
        font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
        font-size: 15px;
        font-weight: 700; }
      .block-content_zone .block-text .block-desc {
        font-family: "SharpGrotesk-Book-20";
        font-size: 14px;
        line-height: 1.5;
        font-weight: 400; }
    .block-content_zone._bg {
      background-color: #f5f5f5;
      padding-top: 14px;
      padding-bottom: 14px; }
    .block-content_zone._full-block .block-image,
    .block-content_zone._full-block .block-text {
      text-align: center;
      margin: 0 auto;
      float: none;
      width: 100%;
      max-width: 900px; }
  .product-view_contenu .inner_product-wrap {
    padding: 0 7px 10px; }
    .product-view_contenu .inner_product-wrap .product-img-box img {
      width: 100%; }
    .product-view_contenu .inner_product-wrap .product_wrap {
      position: relative;
      margin: 0 auto;
      padding: 0 6px;
      max-width: 450px; }
      .product-view_contenu .inner_product-wrap .product_wrap .product-social {
        position: relative;
        margin: 0 auto;
        padding: 15px 0 0;
        max-width: 450px; }
        .product-view_contenu .inner_product-wrap .product_wrap .product-social:after {
          position: relative;
          height: 0;
          width: 100%;
          clear: both;
          content: '';
          display: block; }
        .product-view_contenu .inner_product-wrap .product_wrap .product-social ._prod_info {
          position: relative;
          padding: 20px 0 15px;
          font-family: "SharpGrotesk-Book-20";
          display: table;
          width: auto;
          margin: 0 auto; }
          .product-view_contenu .inner_product-wrap .product_wrap .product-social ._prod_info:after {
            position: relative;
            height: 0;
            width: 100%;
            clear: both;
            content: '';
            display: block; }
          .product-view_contenu .inner_product-wrap .product_wrap .product-social ._prod_info ._item {
            position: relative;
            display: block;
            float: left;
            margin: 0 10px;
            height: 12px; }
            .product-view_contenu .inner_product-wrap .product_wrap .product-social ._prod_info ._item:before {
              position: absolute;
              top: 0;
              left: -11px;
              bottom: 0;
              width: 1px;
              background: #231f20;
              content: '';
              display: block; }
            .product-view_contenu .inner_product-wrap .product_wrap .product-social ._prod_info ._item:first-child {
              margin-left: 0; }
              .product-view_contenu .inner_product-wrap .product_wrap .product-social ._prod_info ._item:first-child:before {
                display: none; }
            .product-view_contenu .inner_product-wrap .product_wrap .product-social ._prod_info ._item._price {
              background-image: url("https://www.deserres.ca/skin/frontend/deserres/default/images/DOLLAR.svg");
              background-repeat: repeat-x; }
              .product-view_contenu .inner_product-wrap .product_wrap .product-social ._prod_info ._item._price._1 {
                width: 12px; }
              .product-view_contenu .inner_product-wrap .product_wrap .product-social ._prod_info ._item._price._2 {
                width: 24px; }
              .product-view_contenu .inner_product-wrap .product_wrap .product-social ._prod_info ._item._price._3 {
                width: 36px; }
            .product-view_contenu .inner_product-wrap .product_wrap .product-social ._prod_info ._item._level {
              background-image: url("https://www.deserres.ca/skin/frontend/deserres/default/images/CRAYON.svg");
              background-repeat: repeat-x; }
              .product-view_contenu .inner_product-wrap .product_wrap .product-social ._prod_info ._item._level._beginner {
                width: 12px; }
              .product-view_contenu .inner_product-wrap .product_wrap .product-social ._prod_info ._item._level._intermediate {
                width: 24px; }
              .product-view_contenu .inner_product-wrap .product_wrap .product-social ._prod_info ._item._level._advanced {
                width: 36px; }
            .product-view_contenu .inner_product-wrap .product_wrap .product-social ._prod_info ._item._time {
              background-image: url("https://www.deserres.ca/skin/frontend/deserres/default/images/HORLOGE.svg");
              background-repeat: no-repeat;
              width: 12px; }
        .product-view_contenu .inner_product-wrap .product_wrap .product-social .sharing-links {
          display: table;
          width: auto;
          margin: 0 auto;
          font-family: "SharpGrotesk-Book-20";
          float: none; }
          .product-view_contenu .inner_product-wrap .product_wrap .product-social .sharing-links li {
            font-size: 14px;
            text-transform: uppercase;
            padding: 0 5px 10px; }
            .product-view_contenu .inner_product-wrap .product_wrap .product-social .sharing-links li.share-title {
              font-weight: 600;
              padding-left: 0; }
        .product-view_contenu .inner_product-wrap .product_wrap .product-social ._print {
          display: none; }
      .product-view_contenu .inner_product-wrap .product_wrap .short-description {
        position: relative;
        padding: 22px 0;
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
        font-family: "SharpGrotesk-Book-20";
        text-align: center; }
      .product-view_contenu .inner_product-wrap .product_wrap .add-to-cart {
        margin: 25px auto 10px;
        width: auto;
        display: table; }
  #grouped-table .content-wrap h2 {
    font-size: 18px; }
  .creative_projects-related {
    padding: 25px 0; }
    .creative_projects-related .box-related {
      padding: 0 10px;
      margin: 0 auto;
      float: none !important; }
      .creative_projects-related .box-related .box-title {
        padding-top: 0; }
        .creative_projects-related .box-related .box-title h2 {
          font-size: 18px;
          font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
          line-height: 100%;
          font-weight: 700;
          text-transform: uppercase;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          padding: 15px 30px 15px 10px; }
          .creative_projects-related .box-related .box-title h2:after {
            top: 14px !important; }
      .creative_projects-related .box-related .products-grid {
        position: relative;
        margin: 0 -10px;
        padding: 0; }
        .creative_projects-related .box-related .products-grid li {
          display: block;
          margin: 0;
          background: transparent; }
          .creative_projects-related .box-related .products-grid li .product-image {
            display: block;
            margin: 0 auto;
            position: relative;
            padding: 0; }
            .creative_projects-related .box-related .products-grid li .product-image:before {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              content: '';
              background: #000;
              opacity: 0.15;
              display: block;
              z-index: 1;
              -webkit-transition: all 0.2s ease-in-out 0s;
              transition: all 0.2s ease-in-out 0s; }
            .creative_projects-related .box-related .products-grid li .product-image img {
              width: 100%; }
            .creative_projects-related .box-related .products-grid li .product-image:hover:before {
              opacity: 0.5; }
            .creative_projects-related .box-related .products-grid li .product-image:hover + .product-info .actions {
              opacity: 1; }
          .creative_projects-related .box-related .products-grid li .product-info {
            position: absolute;
            top: 50%;
            left: 10px;
            right: 10px;
            background: transparent;
            color: #fff;
            min-height: 1px !important;
            padding: 0 !important;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            pointer-events: none;
            z-index: 2; }
            .creative_projects-related .box-related .products-grid li .product-info h2 {
              position: relative; }
              .creative_projects-related .box-related .products-grid li .product-info h2 a {
                color: #fff;
                text-transform: uppercase; }
            .creative_projects-related .box-related .products-grid li .product-info .actions {
              min-height: 1px !important;
              padding: 0 !important;
              position: relative;
              opacity: 0;
              text-align: center;
              -webkit-transition: all 0.2s ease-in-out 0s;
              transition: all 0.2s ease-in-out 0s; }
              .creative_projects-related .box-related .products-grid li .product-info .actions a {
                color: #fff;
                text-transform: uppercase;
                border-bottom: 1px solid #fff; }
    .creative_projects-related .products-grid li {
      padding: 0 10px 40px;
      width: 100%;
      max-width: 450px;
      margin: 0 auto !important;
      height: auto !important;
      float: none; }
      .creative_projects-related .products-grid li h2 {
        border: none;
        background: transparent; }
        .creative_projects-related .products-grid li h2:after {
          display: none !important; } }

@media only screen and (min-width: 768px) {
  .block-content_zone {
    position: relative;
    margin: 50px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 32px;
    padding-right: 32px; }
    .block-content_zone .block-image {
      width: 50%;
      padding: 0;
      position: relative; }
      .block-content_zone .block-image img {
        width: 100%; }
    .block-content_zone .block-text {
      width: 50%;
      padding: 0 0 0 20px;
      position: relative;
      text-align: right; }
      .block-content_zone .block-text .block-title {
        border: 0;
        text-transform: uppercase;
        margin: 0;
        padding: 0 0 10px;
        font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
        font-size: 15px;
        font-weight: 700; }
      .block-content_zone .block-text .block-desc {
        font-family: "SharpGrotesk-Book-20";
        font-size: 14px;
        line-height: 1.5;
        font-weight: 400; }
    .block-content_zone._bg {
      background-color: #f5f5f5;
      padding-top: 50px;
      padding-bottom: 50px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .block-content_zone._bg .block-text {
        padding: 0 20px 0 0;
        text-align: left; }
    .block-content_zone._full-block .block-image,
    .block-content_zone._full-block .block-text {
      text-align: center;
      padding: 0 10px;
      float: none;
      width: 100%;
      max-width: 900px; }
  .product-view_contenu .inner_product-wrap {
    padding: 30px 32px 0; }
    .product-view_contenu .inner_product-wrap .product-name.project {
      padding: 0 14px 10px 6px;
      float: left;
      width: 50%; }
      .product-view_contenu .inner_product-wrap .product-name.project h1 {
        margin: 0;
        line-height: 120%; }
    .product-view_contenu .inner_product-wrap .product-img-box {
      width: 50%;
      float: right; }
      .product-view_contenu .inner_product-wrap .product-img-box img {
        width: 100%; }
    .product-view_contenu .inner_product-wrap .product_wrap {
      position: relative;
      float: left;
      margin: 0;
      padding: 0 14px 0 6px;
      width: 45%; }
      .product-view_contenu .inner_product-wrap .product_wrap .product-social {
        position: relative;
        margin: 0;
        padding: 0; }
        .product-view_contenu .inner_product-wrap .product_wrap .product-social:after {
          position: relative;
          height: 0;
          width: 100%;
          clear: both;
          content: '';
          display: block; }
        .product-view_contenu .inner_product-wrap .product_wrap .product-social .sharing-links {
          width: auto;
          font-family: "SharpGrotesk-Book-20";
          clear: none;
          margin-top: 3px; }
          .product-view_contenu .inner_product-wrap .product_wrap .product-social .sharing-links li {
            font-size: 14px;
            text-transform: uppercase;
            padding: 0 5px 10px; }
            .product-view_contenu .inner_product-wrap .product_wrap .product-social .sharing-links li.share-title {
              font-weight: 600;
              padding-left: 0; }
        .product-view_contenu .inner_product-wrap .product_wrap .product-social ._print {
          float: right;
          position: relative;
          display: block;
          padding: 0 0 0 20px;
          color: #231f20;
          text-transform: uppercase;
          text-decoration: none;
          margin: 3px 0 0; }
          .product-view_contenu .inner_product-wrap .product_wrap .product-social ._print:before {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            color: #231f20;
            font-family: 'icomoon';
            font-size: 16px;
            content: "";
            line-height: 120%; }
      .product-view_contenu .inner_product-wrap .product_wrap .short-description {
        position: relative;
        padding: 22px 0;
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
        font-family: "SharpGrotesk-Book-20"; }
      .product-view_contenu .inner_product-wrap .product_wrap .add-to-cart {
        margin: 25px 0; }
  .creative_projects-related .box-related {
    max-width: 1094px;
    padding: 0 32px;
    margin: 0 auto;
    float: none !important; }
    .creative_projects-related .box-related .box-title {
      padding-top: 35px; }
      .creative_projects-related .box-related .box-title h2 {
        font-size: 23px;
        font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
        line-height: 100%;
        font-weight: 700;
        text-transform: uppercase; }
    .creative_projects-related .box-related .products-grid {
      position: relative;
      margin: 0 -10px;
      padding: 0; }
      .creative_projects-related .box-related .products-grid li {
        display: block;
        margin: 0;
        background: transparent; }
        .creative_projects-related .box-related .products-grid li .product-image {
          display: block;
          margin: 0 auto;
          position: relative;
          padding: 0; }
          .creative_projects-related .box-related .products-grid li .product-image:before {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            content: '';
            background: #000;
            opacity: 0.15;
            display: block;
            z-index: 1;
            -webkit-transition: all 0.2s ease-in-out 0s;
            transition: all 0.2s ease-in-out 0s; }
          .creative_projects-related .box-related .products-grid li .product-image img {
            width: 100%; }
          .creative_projects-related .box-related .products-grid li .product-image:hover:before {
            opacity: 0.5; }
          .creative_projects-related .box-related .products-grid li .product-image:hover + .product-info .actions {
            opacity: 1; }
        .creative_projects-related .box-related .products-grid li .product-info {
          position: absolute;
          top: 50%;
          left: 10px;
          right: 10px;
          background: transparent;
          color: #fff;
          min-height: 1px !important;
          padding: 0 !important;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          pointer-events: none;
          z-index: 2; }
          .creative_projects-related .box-related .products-grid li .product-info h2 {
            position: relative; }
            .creative_projects-related .box-related .products-grid li .product-info h2 a {
              color: #fff;
              text-transform: uppercase; }
          .creative_projects-related .box-related .products-grid li .product-info .actions {
            min-height: 1px !important;
            padding: 0 !important;
            position: relative;
            opacity: 0;
            text-align: center;
            -webkit-transition: all 0.2s ease-in-out 0s;
            transition: all 0.2s ease-in-out 0s; }
            .creative_projects-related .box-related .products-grid li .product-info .actions a {
              color: #fff;
              text-transform: uppercase;
              border-bottom: 1px solid #fff; }
  .creative_projects-related .products-grid li {
    padding: 0 10px 40px;
    width: 33.333%; }
  #grouped-table .content-wrap h2 {
    font-size: 23px; } }

@media only screen and (min-width: 992px) {
  .product-view_contenu .inner_product-wrap {
    padding: 30px 85px 10px; }
  .product-view_contenu .block-content_zone {
    padding-left: 85px;
    padding-right: 85px; } }

#toTop.to-top.active {
  z-index: 3; }

.product-view_project .inner_product-wrap {
  position: relative;
  max-width: 1440px;
  margin: 0 auto; }
  .product-view_project .inner_product-wrap:after {
    position: relative;
    height: 0;
    width: 100%;
    clear: both;
    content: '';
    display: block; }
  .product-view_project .inner_product-wrap .product-img-box {
    position: relative;
    margin: 0;
    padding: 0; }
    .product-view_project .inner_product-wrap .product-img-box:after {
      position: relative;
      height: 0;
      width: 100%;
      clear: both;
      content: '';
      display: block; }
    .product-view_project .inner_product-wrap .product-img-box .product-image {
      position: relative;
      margin: 0;
      padding: 0; }

#grouped-table {
  margin-top: 30px; }
  #grouped-table .content-wrap h2 {
    font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
    line-height: 100%;
    font-weight: 700;
    text-transform: uppercase; }

@media only screen and (max-width: 767px) {
  .product-view_project .custom-product-details {
    padding: 0 14px 10px; }
  .product-view_project .inner_product-wrap {
    padding: 0 17px 10px; }
    .product-view_project .inner_product-wrap .product-img-box .more-views_project {
      padding: 0 20px; }
      .product-view_project .inner_product-wrap .product-img-box .more-views_project .product-image_thumbs .slick-prev:before,
      .product-view_project .inner_product-wrap .product-img-box .more-views_project .product-image_thumbs .slick-next:before {
        color: #231f20; }
      .product-view_project .inner_product-wrap .product-img-box .more-views_project .product-image_thumbs .slick-list .slick-slide a {
        display: block;
        padding: 0; }
        .product-view_project .inner_product-wrap .product-img-box .more-views_project .product-image_thumbs .slick-list .slick-slide a img {
          width: 100%;
          max-width: 450px;
          margin: 0 auto; }
      .product-view_project .inner_product-wrap .product-img-box .more-views_project .product-image_thumbs .slick-list .slick-slide._video a {
        position: relative;
        max-width: 450px;
        margin: 0 auto; }
        .product-view_project .inner_product-wrap .product-img-box .more-views_project .product-image_thumbs .slick-list .slick-slide._video a span {
          position: relative;
          display: block;
          background-color: #231f20;
          background-image: url("https://www.deserres.ca/skin/frontend/deserres/default/images/video_image.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100px 100px; }
          .product-view_project .inner_product-wrap .product-img-box .more-views_project .product-image_thumbs .slick-list .slick-slide._video a span:before {
            position: relative;
            content: '';
            display: block;
            padding: 100% 0 0; }
        .product-view_project .inner_product-wrap .product-img-box .more-views_project .product-image_thumbs .slick-list .slick-slide._video a img + span {
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          display: block;
          background-color: transparent;
          pointer-events: none; }
          .product-view_project .inner_product-wrap .product-img-box .more-views_project .product-image_thumbs .slick-list .slick-slide._video a img + span:before {
            position: relative;
            content: '';
            display: block;
            padding: 100% 0 0; }
    .product-view_project .inner_product-wrap .product_wrap {
      position: relative;
      margin: 0 auto;
      padding: 0 6px;
      max-width: 450px; }
      .product-view_project .inner_product-wrap .product_wrap .product-social {
        position: relative;
        margin: 0 auto;
        padding: 0;
        max-width: 450px; }
        .product-view_project .inner_product-wrap .product_wrap .product-social:after {
          position: relative;
          height: 0;
          width: 100%;
          clear: both;
          content: '';
          display: block; }
        .product-view_project .inner_product-wrap .product_wrap .product-social ._prod_info {
          position: relative;
          padding: 20px 0 15px;
          font-family: "SharpGrotesk-Book-20";
          display: table;
          width: auto;
          margin: 0 auto; }
          .product-view_project .inner_product-wrap .product_wrap .product-social ._prod_info:after {
            position: relative;
            height: 0;
            width: 100%;
            clear: both;
            content: '';
            display: block; }
          .product-view_project .inner_product-wrap .product_wrap .product-social ._prod_info ._item {
            position: relative;
            display: block;
            float: left;
            margin: 0 10px;
            height: 12px; }
            .product-view_project .inner_product-wrap .product_wrap .product-social ._prod_info ._item:before {
              position: absolute;
              top: 0;
              left: -11px;
              bottom: 0;
              width: 1px;
              background: #231f20;
              content: '';
              display: block; }
            .product-view_project .inner_product-wrap .product_wrap .product-social ._prod_info ._item:first-child {
              margin-left: 0; }
              .product-view_project .inner_product-wrap .product_wrap .product-social ._prod_info ._item:first-child:before {
                display: none; }
            .product-view_project .inner_product-wrap .product_wrap .product-social ._prod_info ._item._price {
              background-image: url("https://www.deserres.ca/skin/frontend/deserres/default/images/DOLLAR.svg");
              background-repeat: repeat-x; }
              .product-view_project .inner_product-wrap .product_wrap .product-social ._prod_info ._item._price._1 {
                width: 12px; }
              .product-view_project .inner_product-wrap .product_wrap .product-social ._prod_info ._item._price._2 {
                width: 24px; }
              .product-view_project .inner_product-wrap .product_wrap .product-social ._prod_info ._item._price._3 {
                width: 36px; }
            .product-view_project .inner_product-wrap .product_wrap .product-social ._prod_info ._item._level {
              background-image: url("https://www.deserres.ca/skin/frontend/deserres/default/images/CRAYON.svg");
              background-repeat: repeat-x; }
              .product-view_project .inner_product-wrap .product_wrap .product-social ._prod_info ._item._level._beginner {
                width: 12px; }
              .product-view_project .inner_product-wrap .product_wrap .product-social ._prod_info ._item._level._intermediate {
                width: 24px; }
              .product-view_project .inner_product-wrap .product_wrap .product-social ._prod_info ._item._level._advanced {
                width: 36px; }
            .product-view_project .inner_product-wrap .product_wrap .product-social ._prod_info ._item._time {
              background-image: url("https://www.deserres.ca/skin/frontend/deserres/default/images/HORLOGE.svg");
              background-repeat: no-repeat;
              width: 12px; }
        .product-view_project .inner_product-wrap .product_wrap .product-social .sharing-links {
          display: table;
          width: auto;
          margin: 0 auto;
          font-family: "SharpGrotesk-Book-20";
          float: none; }
          .product-view_project .inner_product-wrap .product_wrap .product-social .sharing-links li {
            font-size: 14px;
            text-transform: uppercase;
            padding: 0 5px 10px; }
            .product-view_project .inner_product-wrap .product_wrap .product-social .sharing-links li.share-title {
              font-weight: 600;
              padding-left: 0; }
        .product-view_project .inner_product-wrap .product_wrap .product-social ._print {
          display: none; }
      .product-view_project .inner_product-wrap .product_wrap .short-description {
        position: relative;
        padding: 22px 0;
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
        font-family: "SharpGrotesk-Book-20";
        text-align: center; }
      .product-view_project .inner_product-wrap .product_wrap ._material {
        position: relative;
        padding: 0 0 20px;
        display: table;
        margin: 0 auto;
        width: auto; }
        .product-view_project .inner_product-wrap .product_wrap ._material ._title {
          text-transform: uppercase;
          font-size: 18px;
          font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
          line-height: 100%;
          padding: 22px 0 15px;
          font-weight: 700; }
        .product-view_project .inner_product-wrap .product_wrap ._material ._content ul li {
          position: relative;
          padding: 0 0 0 12px;
          font-family: "SharpGrotesk-Book-20"; }
          .product-view_project .inner_product-wrap .product_wrap ._material ._content ul li:before {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            display: block;
            margin: auto;
            width: 5px;
            height: 5px;
            border-radius: 3px;
            content: '';
            background: #231f20; }
      .product-view_project .inner_product-wrap .product_wrap .add-to-cart {
        margin: 25px auto 10px;
        width: auto;
        display: table; }
  .product-view_project .creative_projects {
    position: relative; }
    .product-view_project .creative_projects .creative-projects {
      background: transparent !important;
      margin: 0 auto;
      padding: 15px 10px 0 !important;
      max-width: 450px; }
      .product-view_project .creative_projects .creative-projects #project_instructions {
        padding: 30px 0 0;
        max-width: 100%;
        border-top: 1px solid #e1e1e1;
        position: relative; }
        .product-view_project .creative_projects .creative-projects #project_instructions:after {
          position: relative;
          height: 0;
          width: 100%;
          clear: both;
          content: '';
          display: block; }
        .product-view_project .creative_projects .creative-projects #project_instructions .col_left,
        .product-view_project .creative_projects .creative-projects #project_instructions .col-left {
          padding: 0 0 15px;
          margin: 0 0 5px; }
          .product-view_project .creative_projects .creative-projects #project_instructions .col_left ._title,
          .product-view_project .creative_projects .creative-projects #project_instructions .col-left ._title {
            position: relative;
            text-transform: uppercase;
            font-size: 18px;
            font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
            line-height: 100%;
            color: #231f20;
            font-weight: 700;
            padding: 0 0 15px; }
          .product-view_project .creative_projects .creative-projects #project_instructions .col_left .alt-links,
          .product-view_project .creative_projects .creative-projects #project_instructions .col-left .alt-links {
            display: none; }
          .product-view_project .creative_projects .creative-projects #project_instructions .col_left .instructions,
          .product-view_project .creative_projects .creative-projects #project_instructions .col-left .instructions {
            position: relative;
            padding: 0; }
            .product-view_project .creative_projects .creative-projects #project_instructions .col_left .instructions h1,
            .product-view_project .creative_projects .creative-projects #project_instructions .col-left .instructions h1 {
              font-size: 18px;
              margin: 0;
              padding: 0 0 20px;
              line-height: 120%; }
            .product-view_project .creative_projects .creative-projects #project_instructions .col_left .instructions p, .product-view_project .creative_projects .creative-projects #project_instructions .col_left .instructions div,
            .product-view_project .creative_projects .creative-projects #project_instructions .col-left .instructions p,
            .product-view_project .creative_projects .creative-projects #project_instructions .col-left .instructions div {
              font-family: "SharpGrotesk-Book-20";
              font-size: 14px;
              color: #231f20;
              line-height: 120%;
              margin: 0 0 15px; }
        .product-view_project .creative_projects .creative-projects #project_instructions .col-right {
          padding: 30px;
          border: 1px solid #eeeeee;
          font-size: 14px;
          font-family: "SharpGrotesk-Book-20";
          line-height: 120%;
          color: #231f20;
          margin: 0 auto 20px;
          width: 90%;
          float: none; }
          .product-view_project .creative_projects .creative-projects #project_instructions .col-right .icon-lightbulb-o {
            width: 50px;
            height: 50px;
            display: inline-block;
            border-radius: 50%;
            background: #d92b26;
            color: #FFFFFF;
            font-size: 28px;
            line-height: 1.8;
            margin-bottom: 20px; }
          .product-view_project .creative_projects .creative-projects #project_instructions .col-right ul li {
            margin: 0 0 25px; }
          .product-view_project .creative_projects .creative-projects #project_instructions .col-right .zblock-item img {
            width: 100%; }
  .product-view_project .custom-product-details {
    height: 100%; }
    .product-view_project .custom-product-details .instructions {
      padding: 15px 0; }
      .product-view_project .custom-product-details .instructions h1 {
        font-size: 25px; }
  #grouped-table .content-wrap h2 {
    font-size: 18px; }
  .creative_projects-related {
    padding: 25px 0; }
    .creative_projects-related .box-related {
      padding: 0 10px;
      margin: 0 auto;
      float: none !important; }
      .creative_projects-related .box-related .box-title {
        padding-top: 0; }
        .creative_projects-related .box-related .box-title h2 {
          font-size: 18px;
          font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
          line-height: 100%;
          font-weight: 700;
          text-transform: uppercase;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          padding: 15px 30px 15px 10px; }
          .creative_projects-related .box-related .box-title h2:after {
            top: 14px !important; }
      .creative_projects-related .box-related .products-grid {
        position: relative;
        margin: 0 -10px;
        padding: 0; }
        .creative_projects-related .box-related .products-grid li {
          display: block;
          margin: 0;
          background: transparent; }
          .creative_projects-related .box-related .products-grid li .product-image {
            display: block;
            margin: 0 auto;
            position: relative;
            padding: 0; }
            .creative_projects-related .box-related .products-grid li .product-image:before {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              content: '';
              background: #000;
              opacity: 0.15;
              display: block;
              z-index: 1;
              -webkit-transition: all 0.2s ease-in-out 0s;
              transition: all 0.2s ease-in-out 0s; }
            .creative_projects-related .box-related .products-grid li .product-image img {
              width: 100%; }
            .creative_projects-related .box-related .products-grid li .product-image:hover:before {
              opacity: 0.5; }
            .creative_projects-related .box-related .products-grid li .product-image:hover + .product-info .actions {
              opacity: 1; }
          .creative_projects-related .box-related .products-grid li .product-info {
            position: absolute;
            top: 50%;
            left: 10px;
            right: 10px;
            background: transparent;
            color: #fff;
            min-height: 1px !important;
            padding: 0 !important;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            pointer-events: none;
            z-index: 2; }
            .creative_projects-related .box-related .products-grid li .product-info h2 {
              position: relative; }
              .creative_projects-related .box-related .products-grid li .product-info h2 a {
                color: #fff;
                text-transform: uppercase; }
            .creative_projects-related .box-related .products-grid li .product-info .actions {
              min-height: 1px !important;
              padding: 0 !important;
              position: relative;
              opacity: 0;
              text-align: center;
              -webkit-transition: all 0.2s ease-in-out 0s;
              transition: all 0.2s ease-in-out 0s; }
              .creative_projects-related .box-related .products-grid li .product-info .actions a {
                color: #fff;
                text-transform: uppercase;
                border-bottom: 1px solid #fff; }
    .creative_projects-related .products-grid li {
      padding: 0 10px 40px;
      width: 100%;
      max-width: 450px;
      margin: 0 auto !important;
      height: auto !important;
      float: none; }
      .creative_projects-related .products-grid li h2 {
        border: none;
        background: transparent; } }

@media only screen and (min-width: 768px) {
  .product-view_project .custom-product-details {
    padding: 30px 32px 10px; }
  .product-view_project .inner_product-wrap {
    padding: 30px 32px 10px; }
    .product-view_project .inner_product-wrap .product-name.project {
      padding: 0 14px 10px 6px;
      float: left;
      width: 45%; }
      .product-view_project .inner_product-wrap .product-name.project h1 {
        margin: 0;
        line-height: 120%; }
    .product-view_project .inner_product-wrap .product-img-box {
      width: 55%;
      float: right; }
      .product-view_project .inner_product-wrap .product-img-box .product-image {
        width: 80%;
        float: left;
        padding: 0;
        border: none; }
        .product-view_project .inner_product-wrap .product-img-box .product-image .product-image-gallery {
          padding: 6px; }
          .product-view_project .inner_product-wrap .product-img-box .product-image .product-image-gallery img {
            width: 100%; }
      .product-view_project .inner_product-wrap .product-img-box .more-views_project {
        width: 20%;
        top: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        overflow: hidden; }
        .product-view_project .inner_product-wrap .product-img-box .more-views_project:before {
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          height: 6px;
          background: #fff;
          z-index: 2;
          content: ''; }
        .product-view_project .inner_product-wrap .product-img-box .more-views_project:after {
          position: absolute;
          left: 0;
          bottom: 0;
          right: 0;
          height: 6px;
          background: #fff;
          z-index: 2;
          content: ''; }
        .product-view_project .inner_product-wrap .product-img-box .more-views_project .product-image_thumbs .slick-prev {
          left: 5px;
          right: 5px;
          position: absolute;
          z-index: 1;
          top: 16px;
          width: calc( 100% - 10px);
          height: 25px;
          background: rgba(255, 255, 255, 0.5);
          cursor: pointer;
          -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
          -webkit-transition: all 0.2s ease-in-out 0s;
          transition: all 0.2s ease-in-out 0s; }
          .product-view_project .inner_product-wrap .product-img-box .more-views_project .product-image_thumbs .slick-prev:before {
            color: #231f20;
            content: "";
            font-size: 25px;
            line-height: 100%;
            opacity: 1; }
        .product-view_project .inner_product-wrap .product-img-box .more-views_project .product-image_thumbs .slick-next {
          left: 5px;
          right: 5px;
          position: absolute;
          z-index: 1;
          bottom: 3px;
          width: calc( 100% - 10px);
          height: 25px;
          background: rgba(255, 255, 255, 0.5);
          cursor: pointer;
          top: auto;
          -webkit-transform: translateY(100%);
          transform: translateY(100%);
          -webkit-transition: all 0.2s ease-in-out 0s;
          transition: all 0.2s ease-in-out 0s; }
          .product-view_project .inner_product-wrap .product-img-box .more-views_project .product-image_thumbs .slick-next:before {
            color: #231f20;
            content: "";
            font-size: 25px;
            line-height: 100%;
            opacity: 1; }
        .product-view_project .inner_product-wrap .product-img-box .more-views_project .product-image_thumbs .slick-list .slick-slide {
          margin: 0;
          padding: 6px;
          width: 100% !important;
          border: none !important; }
          .product-view_project .inner_product-wrap .product-img-box .more-views_project .product-image_thumbs .slick-list .slick-slide a {
            display: block;
            position: relative; }
            .product-view_project .inner_product-wrap .product-img-box .more-views_project .product-image_thumbs .slick-list .slick-slide a:after {
              position: relative;
              content: '';
              width: 100%;
              padding: 100% 0 0;
              display: block; }
            .product-view_project .inner_product-wrap .product-img-box .more-views_project .product-image_thumbs .slick-list .slick-slide a img {
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              width: 100%; }
          .product-view_project .inner_product-wrap .product-img-box .more-views_project .product-image_thumbs .slick-list .slick-slide._video a span {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            display: block;
            background-color: #231f20;
            background-image: url("https://www.deserres.ca/skin/frontend/deserres/default/images/video_image.png");
            background-size: 60%;
            background-repeat: no-repeat;
            background-position: center center; }
            .product-view_project .inner_product-wrap .product-img-box .more-views_project .product-image_thumbs .slick-list .slick-slide._video a span:before {
              position: relative;
              content: '';
              display: block;
              padding: 100% 0 0; }
          .product-view_project .inner_product-wrap .product-img-box .more-views_project .product-image_thumbs .slick-list .slick-slide._video a img + span {
            background-color: transparent; }
        .product-view_project .inner_product-wrap .product-img-box .more-views_project .product-image_thumbs:hover .slick-prev,
        .product-view_project .inner_product-wrap .product-img-box .more-views_project .product-image_thumbs:hover .slick-next {
          -webkit-transform: translateY(0);
          transform: translateY(0); }
    .product-view_project .inner_product-wrap .product_wrap {
      position: relative;
      float: left;
      margin: 0;
      padding: 0 14px 0 6px;
      width: 45%; }
      .product-view_project .inner_product-wrap .product_wrap .product-social {
        position: relative;
        margin: 0;
        padding: 0; }
        .product-view_project .inner_product-wrap .product_wrap .product-social:after {
          position: relative;
          height: 0;
          width: 100%;
          clear: both;
          content: '';
          display: block; }
        .product-view_project .inner_product-wrap .product_wrap .product-social ._prod_info {
          position: relative;
          float: left;
          padding: 7px 0;
          font-family: "SharpGrotesk-Book-20"; }
          .product-view_project .inner_product-wrap .product_wrap .product-social ._prod_info:after {
            position: relative;
            height: 0;
            width: 100%;
            clear: both;
            content: '';
            display: block; }
          .product-view_project .inner_product-wrap .product_wrap .product-social ._prod_info ._item {
            position: relative;
            display: block;
            float: left;
            margin: 0 10px;
            height: 12px; }
            .product-view_project .inner_product-wrap .product_wrap .product-social ._prod_info ._item:before {
              position: absolute;
              top: 0;
              left: -11px;
              bottom: 0;
              width: 1px;
              background: #231f20;
              content: '';
              display: block; }
            .product-view_project .inner_product-wrap .product_wrap .product-social ._prod_info ._item:first-child {
              margin-left: 0; }
              .product-view_project .inner_product-wrap .product_wrap .product-social ._prod_info ._item:first-child:before {
                display: none; }
            .product-view_project .inner_product-wrap .product_wrap .product-social ._prod_info ._item._price {
              background-image: url("https://www.deserres.ca/skin/frontend/deserres/default/images/DOLLAR.svg");
              background-repeat: repeat-x; }
              .product-view_project .inner_product-wrap .product_wrap .product-social ._prod_info ._item._price._1 {
                width: 12px; }
              .product-view_project .inner_product-wrap .product_wrap .product-social ._prod_info ._item._price._2 {
                width: 24px; }
              .product-view_project .inner_product-wrap .product_wrap .product-social ._prod_info ._item._price._3 {
                width: 36px; }
            .product-view_project .inner_product-wrap .product_wrap .product-social ._prod_info ._item._level {
              background-image: url("https://www.deserres.ca/skin/frontend/deserres/default/images/CRAYON.svg");
              background-repeat: repeat-x; }
              .product-view_project .inner_product-wrap .product_wrap .product-social ._prod_info ._item._level._beginner {
                width: 12px; }
              .product-view_project .inner_product-wrap .product_wrap .product-social ._prod_info ._item._level._intermediate {
                width: 24px; }
              .product-view_project .inner_product-wrap .product_wrap .product-social ._prod_info ._item._level._advanced {
                width: 36px; }
            .product-view_project .inner_product-wrap .product_wrap .product-social ._prod_info ._item._time {
              background-image: url("https://www.deserres.ca/skin/frontend/deserres/default/images/HORLOGE.svg");
              background-repeat: no-repeat;
              width: 12px; }
        .product-view_project .inner_product-wrap .product_wrap .product-social .sharing-links {
          float: left;
          width: auto;
          font-family: "SharpGrotesk-Book-20"; }
          .product-view_project .inner_product-wrap .product_wrap .product-social .sharing-links li {
            font-size: 14px;
            text-transform: uppercase;
            padding: 0 5px 10px; }
            .product-view_project .inner_product-wrap .product_wrap .product-social .sharing-links li.share-title {
              font-weight: 600;
              padding-left: 0; }
        .product-view_project .inner_product-wrap .product_wrap .product-social ._print {
          float: right;
          position: relative;
          display: block;
          padding: 0 0 0 20px;
          color: #231f20;
          text-transform: uppercase;
          text-decoration: none;
          margin: 3px 0 0; }
          .product-view_project .inner_product-wrap .product_wrap .product-social ._print:before {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            color: #231f20;
            font-family: 'icomoon';
            font-size: 16px;
            content: "";
            line-height: 120%; }
      .product-view_project .inner_product-wrap .product_wrap .short-description {
        position: relative;
        padding: 22px 0;
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
        font-family: "SharpGrotesk-Book-20"; }
      .product-view_project .inner_product-wrap .product_wrap ._material {
        position: relative;
        padding: 0 0 22px; }
        .product-view_project .inner_product-wrap .product_wrap ._material ._title {
          text-transform: uppercase;
          font-size: 23px;
          font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
          line-height: 100%;
          padding: 22px 0 15px;
          font-weight: 700; }
        .product-view_project .inner_product-wrap .product_wrap ._material ._content ul li {
          position: relative;
          padding: 0 0 0 12px;
          font-family: "SharpGrotesk-Book-20"; }
          .product-view_project .inner_product-wrap .product_wrap ._material ._content ul li:before {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            display: block;
            margin: auto;
            width: 5px;
            height: 5px;
            border-radius: 3px;
            content: '';
            background: #231f20; }
      .product-view_project .inner_product-wrap .product_wrap .add-to-cart {
        margin: 25px 0; }
  .product-view_project .creative_projects {
    position: relative; }
    .product-view_project .creative_projects .creative-projects {
      background: transparent !important;
      margin: 0; }
      .product-view_project .creative_projects .creative-projects #project_instructions {
        padding: 50px 0 0;
        max-width: 100%;
        border-top: 1px solid #e1e1e1;
        position: relative; }
        .product-view_project .creative_projects .creative-projects #project_instructions:after {
          position: relative;
          height: 0;
          width: 100%;
          clear: both;
          content: '';
          display: block; }
        .product-view_project .creative_projects .creative-projects #project_instructions .col_left,
        .product-view_project .creative_projects .creative-projects #project_instructions .col-left {
          float: left;
          width: 70%;
          max-width: 950px;
          padding: 0 25px 0 0; }
          .product-view_project .creative_projects .creative-projects #project_instructions .col_left ._title,
          .product-view_project .creative_projects .creative-projects #project_instructions .col-left ._title {
            position: relative;
            text-transform: uppercase;
            font-size: 23px;
            font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
            line-height: 100%;
            color: #231f20;
            font-weight: 700; }
          .product-view_project .creative_projects .creative-projects #project_instructions .col_left .alt-links,
          .product-view_project .creative_projects .creative-projects #project_instructions .col-left .alt-links {
            float: none;
            position: relative;
            margin: 0;
            padding: 25px 0; }
            .product-view_project .creative_projects .creative-projects #project_instructions .col_left .alt-links:after,
            .product-view_project .creative_projects .creative-projects #project_instructions .col-left .alt-links:after {
              position: relative;
              height: 0;
              width: 100%;
              clear: both;
              content: '';
              display: block; }
            .product-view_project .creative_projects .creative-projects #project_instructions .col_left .alt-links a,
            .product-view_project .creative_projects .creative-projects #project_instructions .col-left .alt-links a {
              display: block;
              float: left;
              margin: 0 25px;
              color: #e52f32;
              font-weight: 700; }
              .product-view_project .creative_projects .creative-projects #project_instructions .col_left .alt-links a:first-child,
              .product-view_project .creative_projects .creative-projects #project_instructions .col-left .alt-links a:first-child {
                margin-left: 0; }
          .product-view_project .creative_projects .creative-projects #project_instructions .col_left .instructions,
          .product-view_project .creative_projects .creative-projects #project_instructions .col-left .instructions {
            position: relative;
            padding: 0; }
            .product-view_project .creative_projects .creative-projects #project_instructions .col_left .instructions h1,
            .product-view_project .creative_projects .creative-projects #project_instructions .col-left .instructions h1 {
              font-size: 18px;
              margin: 0;
              padding: 0 0 20px;
              line-height: 120%; }
            .product-view_project .creative_projects .creative-projects #project_instructions .col_left .instructions p, .product-view_project .creative_projects .creative-projects #project_instructions .col_left .instructions div,
            .product-view_project .creative_projects .creative-projects #project_instructions .col-left .instructions p,
            .product-view_project .creative_projects .creative-projects #project_instructions .col-left .instructions div {
              font-family: "SharpGrotesk-Book-20";
              font-size: 14px;
              color: #231f20;
              line-height: 120%;
              margin: 0 0 15px; }
        .product-view_project .creative_projects .creative-projects #project_instructions .col-right {
          float: right;
          clear: right;
          width: 25%;
          padding: 30px;
          border: 1px solid #eeeeee;
          font-size: 14px;
          font-family: "SharpGrotesk-Book-20";
          line-height: 120%;
          color: #231f20;
          margin: 0 6px 20px; }
          .product-view_project .creative_projects .creative-projects #project_instructions .col-right .icon-lightbulb-o {
            width: 50px;
            height: 50px;
            display: inline-block;
            border-radius: 50%;
            background: #d92b26;
            color: #FFFFFF;
            font-size: 28px;
            line-height: 1.8;
            margin-bottom: 20px; }
          .product-view_project .creative_projects .creative-projects #project_instructions .col-right ul li {
            margin: 0 0 25px; }
          .product-view_project .creative_projects .creative-projects #project_instructions .col-right .zblock-item img {
            width: 100%; }
  .creative_projects-related .box-related {
    max-width: 1094px;
    padding: 0 32px;
    margin: 0 auto;
    float: none !important; }
    .creative_projects-related .box-related .box-title {
      padding-top: 35px; }
      .creative_projects-related .box-related .box-title h2 {
        font-size: 23px;
        font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif;
        line-height: 100%;
        font-weight: 700;
        text-transform: uppercase; }
    .creative_projects-related .box-related .products-grid {
      position: relative;
      margin: 0 -10px;
      padding: 0; }
      .creative_projects-related .box-related .products-grid li {
        display: block;
        margin: 0;
        background: transparent; }
        .creative_projects-related .box-related .products-grid li .product-image {
          display: block;
          margin: 0 auto;
          position: relative;
          padding: 0; }
          .creative_projects-related .box-related .products-grid li .product-image:before {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            content: '';
            background: #000;
            opacity: 0.15;
            display: block;
            z-index: 1;
            -webkit-transition: all 0.2s ease-in-out 0s;
            transition: all 0.2s ease-in-out 0s; }
          .creative_projects-related .box-related .products-grid li .product-image img {
            width: 100%; }
          .creative_projects-related .box-related .products-grid li .product-image:hover:before {
            opacity: 0.5; }
          .creative_projects-related .box-related .products-grid li .product-image:hover + .product-info .actions {
            opacity: 1; }
        .creative_projects-related .box-related .products-grid li .product-info {
          position: absolute;
          top: 50%;
          left: 10px;
          right: 10px;
          background: transparent;
          color: #fff;
          min-height: 1px !important;
          padding: 0 !important;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          pointer-events: none;
          z-index: 2; }
          .creative_projects-related .box-related .products-grid li .product-info h2 {
            position: relative; }
            .creative_projects-related .box-related .products-grid li .product-info h2 a {
              color: #fff;
              text-transform: uppercase; }
          .creative_projects-related .box-related .products-grid li .product-info .actions {
            min-height: 1px !important;
            padding: 0 !important;
            position: relative;
            opacity: 0;
            text-align: center;
            -webkit-transition: all 0.2s ease-in-out 0s;
            transition: all 0.2s ease-in-out 0s; }
            .creative_projects-related .box-related .products-grid li .product-info .actions a {
              color: #fff;
              text-transform: uppercase;
              border-bottom: 1px solid #fff; }
  .creative_projects-related .products-grid li {
    padding: 0 10px 40px;
    width: 33.333%; }
  #grouped-table .content-wrap h2 {
    font-size: 23px; } }

@media only screen and (min-width: 992px) {
  .product-view_project .inner_product-wrap {
    padding: 30px 85px 10px; }
  .product-view_project .custom-product-details {
    padding: 30px 85px 10px; } }

#toTop.to-top.active {
  z-index: 3; }

._zone_contenu {
  position: relative;
  margin: 0;
  padding: 0;
  max-width: 100%; }
  ._zone_contenu .category-cms-block {
    position: relative;
    max-width: 100%;
    padding: 0; }
    ._zone_contenu .category-cms-block:after {
      position: relative;
      height: 0;
      width: 100%;
      clear: both;
      content: '';
      display: block; }
    ._zone_contenu .category-cms-block .item_block {
      position: relative;
      width: 100%;
      padding: 0;
      margin: 0 0 25px; }
      ._zone_contenu .category-cms-block .item_block:after {
        position: relative;
        height: 0;
        width: 100%;
        clear: both;
        content: '';
        display: block; }
      ._zone_contenu .category-cms-block .item_block ._item {
        position: relative; }
        ._zone_contenu .category-cms-block .item_block ._item a {
          position: absolute;
          left: 10px;
          right: 10px;
          top: 0;
          bottom: 0;
          display: block;
          z-index: 2;
          color: #231f20; }
        ._zone_contenu .category-cms-block .item_block ._item span {
          display: block;
          text-align: center;
          color: #231f20; }
          ._zone_contenu .category-cms-block .item_block ._item span._inner {
            position: absolute;
            left: 50%;
            top: 50%;
            display: table;
            z-index: 2;
            max-width: 90%;
            width: 100%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
            ._zone_contenu .category-cms-block .item_block ._item span._inner span {
              margin: 10px 0; }
              ._zone_contenu .category-cms-block .item_block ._item span._inner span.p {
                text-align: center;
                font-size: 14px; }
            ._zone_contenu .category-cms-block .item_block ._item span._inner ._link {
              color: #231f20;
              margin: 0 auto;
              width: auto;
              padding: 0;
              display: inline-grid; }
              ._zone_contenu .category-cms-block .item_block ._item span._inner ._link span {
                white-space: nowrap;
                background: #fff;
                padding: 10px;
                margin: 15px 0;
                overflow: hidden;
                text-overflow: ellipsis;
                display: block;
                color: #231f20 !important; }
            ._zone_contenu .category-cms-block .item_block ._item span._inner._white {
              color: #fff; }
              ._zone_contenu .category-cms-block .item_block ._item span._inner._white span {
                color: #fff; }
        ._zone_contenu .category-cms-block .item_block ._item img {
          width: 100%;
          position: relative;
          opacity: 1;
          -webkit-transition: all 0.2s ease-in-out 0s;
          transition: all 0.2s ease-in-out 0s; }
        ._zone_contenu .category-cms-block .item_block ._item img + img {
          position: absolute;
          top: 0;
          left: 10px;
          opacity: 0;
          width: calc(100% - 20px);
          max-width: none;
          -webkit-transition: all 0.2s ease-in-out 0s;
          transition: all 0.2s ease-in-out 0s; }
      ._zone_contenu .category-cms-block .item_block._col_1 ._item ._inner span {
        color: #636466; }

@media only screen and (max-width: 991px) {
  ._zone_contenu .category-cms-block .item_block._col_2 {
    position: relative; }
    ._zone_contenu .category-cms-block .item_block._col_2:after {
      position: relative;
      height: 0;
      width: 100%;
      clear: both;
      content: '';
      display: block; }
    ._zone_contenu .category-cms-block .item_block._col_2 .item_col_2 {
      width: 100%; }
      ._zone_contenu .category-cms-block .item_block._col_2 .item_col_2:last-child {
        background: #ededed;
        position: relative; }
      ._zone_contenu .category-cms-block .item_block._col_2 .item_col_2 .inner_col_2 {
        position: relative;
        max-width: 310px;
        padding: 25px 10px;
        width: 100%;
        text-align: center;
        margin: 0 auto; }
        ._zone_contenu .category-cms-block .item_block._col_2 .item_col_2 .inner_col_2 .title {
          font-size: 20px;
          padding: 0 0 15px;
          line-height: 1.2;
          font-weight: 700;
          font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif; }
        ._zone_contenu .category-cms-block .item_block._col_2 .item_col_2 .inner_col_2 .desc {
          padding: 0 0 15px;
          font-size: 14px; }
        ._zone_contenu .category-cms-block .item_block._col_2 .item_col_2 .inner_col_2 .link {
          background: #231f20;
          color: #FFFFFF;
          display: table;
          width: auto;
          margin: 0 auto;
          padding: 10px 30px;
          font-size: 16px;
          text-decoration: none; }
          ._zone_contenu .category-cms-block .item_block._col_2 .item_col_2 .inner_col_2 .link:hover {
            text-decoration: none; }
    ._zone_contenu .category-cms-block .item_block._col_2 img {
      display: block;
      width: 100%; } }

@media only screen and (max-width: 767px) {
  ._zone_contenu .category-cms-block .item_block._col_1 ._item img {
    display: none;
    opacity: 1 !important;
    position: relative !important;
    width: 100% !important;
    left: 0 !important; }
    ._zone_contenu .category-cms-block .item_block._col_1 ._item img:last-child {
      display: block !important; }
  ._zone_contenu .category-cms-block .item_block h1,
  ._zone_contenu .category-cms-block .item_block .h1 {
    font-size: 20px;
    font-family: "SharpGrotesk-Book-20"; }
  ._zone_contenu .category-cms-block .item_block h2,
  ._zone_contenu .category-cms-block .item_block .h2 {
    font-size: 18px;
    font-family: "SharpGrotesk-Book-20"; }
  ._zone_contenu .category-cms-block .item_block h3,
  ._zone_contenu .category-cms-block .item_block .h3 {
    font-size: 16px;
    font-family: "SharpGrotesk-Book-20"; } }

@media only screen and (min-width: 768px) {
  ._zone_contenu .category-cms-block {
    padding: 0; }
    ._zone_contenu .category-cms-block .item_block._col_1 ._item img {
      display: block;
      opacity: 1 !important; }
    ._zone_contenu .category-cms-block .item_block._col_1 ._item img + img {
      display: none; }
    ._zone_contenu .category-cms-block .item_block h1,
    ._zone_contenu .category-cms-block .item_block .h1 {
      font-size: 28px;
      font-family: "SharpGrotesk-Book-20"; }
    ._zone_contenu .category-cms-block .item_block h2,
    ._zone_contenu .category-cms-block .item_block .h2 {
      font-size: 24px;
      font-family: "SharpGrotesk-Book-20"; }
    ._zone_contenu .category-cms-block .item_block h3,
    ._zone_contenu .category-cms-block .item_block .h3 {
      font-size: 18px;
      font-family: "SharpGrotesk-Book-20"; } }

@media only screen and (min-width: 992px) {
  ._zone_contenu .category-cms-block .item_block._col_2 {
    position: relative; }
    ._zone_contenu .category-cms-block .item_block._col_2:after {
      position: relative;
      height: 0;
      width: 100%;
      clear: both;
      content: '';
      display: block; }
    ._zone_contenu .category-cms-block .item_block._col_2 .item_col_2 {
      width: 33.33%;
      float: left; }
      ._zone_contenu .category-cms-block .item_block._col_2 .item_col_2:first-child {
        width: 66.66%; }
      ._zone_contenu .category-cms-block .item_block._col_2 .item_col_2:last-child {
        background: #ededed;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0; }
      ._zone_contenu .category-cms-block .item_block._col_2 .item_col_2 .inner_col_2 {
        position: absolute;
        max-width: 310px;
        padding: 10px;
        width: 100%;
        top: 50%;
        left: 50%;
        text-align: center;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        ._zone_contenu .category-cms-block .item_block._col_2 .item_col_2 .inner_col_2 .title {
          font-size: 25px;
          padding: 0 0 15px;
          line-height: 1.2;
          font-weight: 700;
          font-family: "SharpGrotesk-Book-22", "Helvetica Neue", Verdana, Arial, sans-serif; }
        ._zone_contenu .category-cms-block .item_block._col_2 .item_col_2 .inner_col_2 .desc {
          padding: 0 0 15px;
          font-size: 14px; }
        ._zone_contenu .category-cms-block .item_block._col_2 .item_col_2 .inner_col_2 .link {
          background: #231f20;
          color: #FFFFFF;
          display: table;
          width: auto;
          margin: 0 auto;
          padding: 10px 30px;
          font-size: 16px;
          text-decoration: none; }
          ._zone_contenu .category-cms-block .item_block._col_2 .item_col_2 .inner_col_2 .link:hover {
            text-decoration: none; }
    ._zone_contenu .category-cms-block .item_block._col_2 img {
      display: block;
      width: 100%; } }

@media only screen and (min-width: 768px) {
  .product-banner_image {
    position: relative;
    margin: 0 0 25px; }
    .product-banner_image img {
      width: 100%; } }

@media only screen and (max-width: 767px) {
  .product-banner_image {
    margin: 0 0 20px; }
    .product-banner_image img {
      width: 100%; } }

.category-products ul .item .product-info .product-badges,
#products-grid-carousel .item .product-info .product-badges {
  right: 0;
  pointer-events: none; }
  .category-products ul .item .product-info .product-badges li img,
  #products-grid-carousel .item .product-info .product-badges li img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: none; }
  .category-products ul .item .product-info .product-badges li span,
  #products-grid-carousel .item .product-info .product-badges li span {
    display: none !important; }

.inner-product-wrap .product-img-box .product-image .product-badges {
  left: auto;
  right: 8px;
  pointer-events: none; }
  .inner-product-wrap .product-img-box .product-image .product-badges li img {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: auto;
    max-width: none; }
  .inner-product-wrap .product-img-box .product-image .product-badges li span {
    display: none !important; }

.inner_product-wrap .product-img-box .product-image .product-badges {
  left: auto;
  right: 8px;
  pointer-events: none; }
  .inner_product-wrap .product-img-box .product-image .product-badges li img {
    position: absolute;
    right: 7px;
    top: 15px;
    width: auto;
    height: auto;
    max-width: none; }
  .inner_product-wrap .product-img-box .product-image .product-badges li span {
    display: none !important; }

/**************************************************/
/******************* NAVIGATION *******************/
/**************************************************/

@media only screen and (min-width: 980px){

    .page-header .nav-primary a.level0{
        font-size: 9px;
    }

    .page-header .nav-primary li.parent.menu-active > a:after{
        content: none;
    }
}

@media only screen and (min-width: 1019px) {
    .page-header .nav-primary a.level0{
        font-size: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .header-language-background .shipping-msg p{
        font-size: 10px;
        padding: 3px 0;
    }

    .mobile-link,
    .skip-link,
    .mobile-logo{
        width: 20%;
    }

    .skip-account{
        margin-left: 20%;
    }
}

.footer .block-subscribe .actions .button{
    font-size: 10px;
}


/**************************************************/
/******************* FOOTER *********************/
/**************************************************/


.footer-top ul > li span {
    font-size: 13px;
}

/**************************************************/
/******************* LISTING PAGE *****************/
/**************************************************/

.pages a,
.pages .current{
    font-size: 10px;
    width: 12px;
}


/**************************************************/
/******************* PRODUCT PAGE *****************/
/**************************************************/

@media only screen and (min-width: 979px){
    .product-view .add-to-cart-wrapper .availability.out-of-stock,
    .product-view .add-to-cart-buttons .button{
        min-width: 240px;
    }

    .product-view .add-to-cart-buttons{
        width: 65%;
    }
}

@media only screen and (min-width: 768px) {
    .product-view .add-to-cart-wrapper .availability.out-of-stock,
    .product-view .add-to-cart-buttons .button{
        white-space: normal;
        line-height: 1.25;
    }

    .product-view .add-to-links{
        max-width: 75px;
    }

    .product-view .online-availability{
        max-width: 260px;
    }

    .grouped-items-table tbody td .choose,
    .grouped-items-table .btn-cart,
    .grouped-items-table .add-to-links,
    .grouped-items-table .add-to-links .heart {
        font-size: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .grouped-items-table tbody td .choose,
    .grouped-items-table .btn-cart,
    .grouped-items-table .add-to-links,
    .grouped-items-table .add-to-links .heart {
        font-size: 9px;
    }
}



.grouped-items-table tbody td .add-to-links .link-wishlist{
    display: block;
    line-height: 1;
}



/**************************************************/
/******************* SHOPPING CART ****************/
/**************************************************/

#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper{
    width: 45%;
}

#discount-coupon-form .input-text,
#discount-coupon-form .input-text:active,
#discount-coupon-form .input-text:focus,
.cart .giftcard .input-text,
.cart .giftcard .input-text:active,
.cart .giftcard .input-text:focus {
    width: 55%;
}

#discount-coupon-form .button-wrapper > button,
.cart-forms .giftcard .button-wrapper > button,
.cart-forms .shipping .button-wrapper > button{
    font-size: 9px;
    float: right;
    padding-right: 7px;
}

#discount-coupon-form .button-wrapper > button:after,
.cart-forms .giftcard .button-wrapper > button:after,
.cart-forms .shipping .button-wrapper > button:after {
    top: 4px;
}


#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper{
    width: 36%;
}

#discount-coupon-form .input-text,
#discount-coupon-form .input-text:active,
#discount-coupon-form .input-text:focus,
.cart .giftcard .input-text, .cart .giftcard .input-text:active,
.cart .giftcard .input-text:focus{
    width: 70%
}

.cart-forms .discount label,
.cart-forms .giftcard label,
.cart-forms .shipping h2{
    font-size: 12px;
}


/**************************************************/
/******************* CHECKOUT *********************/
/**************************************************/

#checkout-review-submit h2{
    max-width: 75%;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {

    .checkout-onepage-index .page-title h1{
        font-size: 24px;
    }

    .opc .section .step-title .number, .opc .section.allow.active .step-title .number,
    .no-touch .opc .section.allow:hover .step-title .number,
    .opc .section .step-title h2,
    .opc .section.allow:not(.active) .step-title h2:after{
        font-size: 12px;
    }

    .opc .buttons-set .please-wait{
        white-space: inherit;
    }

    .opc .buttons-set .please-wait,
    .opc .section.allow:not(.active) .step-title a{
        font-size: 10px
    }
}

.sp-methods .paypal-what-is-this,
.sp-methods .cvv-what-is-this{
    max-width: 115px;
    margin: 0 0 0px 10px;
    font-size: 12px;
}

.checkout-onepage-success .buttons-set button{
    white-space: inherit;
}

/**************************************************/
/******************* FIND A STORE *********************/
/**************************************************/

.cms-page-view .block-layered-nav .block-subtitle--filter{
    font-size: 12px;
}

/**************************************************/
/******************* CHECKOUT CART *********************/
/**************************************************/
/* iPad Media Queries (All generations - including iPad mini) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .button.btn-proceed-checkout.btn-checkout
    {
        font-size:12px;
    }
    #discount-coupon-form .button-wrapper, .cart .giftcard .button-wrapper{
        width: 45%!important;
    }
    .shipping .form-list .shipping-postcode button.button2 {
        padding-left: 0!important;
    }
}
/* iPhone X in portrait & landscape */
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) {
    .button.btn-proceed-checkout.btn-checkout
    {
        font-size:13px;
    }
}
/* iPhone 6, 7, & 8 in portrait & landscape */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
    .button.btn-proceed-checkout.btn-checkout
    {
        font-size:13px;
    }
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

