/* Minification failed. Returning unminified contents.
(2286,54): run-time error CSS1030: Expected identifier, found '.'
(2286,70): run-time error CSS1031: Expected selector, found ')'
(2286,70): run-time error CSS1025: Expected comma or open brace, found ')'
 */
.underline {
  text-decoration: underline;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.right0 {
  right: 0;
}

.center {
  display: block;
  text-align: center;
}

.clearfloat {
  clear: both;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.clearboth {
  clear: both;
}

#hiddenSection, .is-hidden {
  display: none;
}

.hidden, .is-hidden {
  display: none;
}

.red_bold_text {
  font-weight: bold !important;
  color: red !important;
}

.link_arrow {
  color: #2197d4;
  font-size: 25px;
  font-weight: 500;
  margin-top: -4px;
  margin-left: 5px;
  position: absolute;
}

/* symbols - START */
.price:before {
  content: "$";
}

.crossedout {
  text-decoration: line-through;
}

.asterisk {
  color: #f00;
}

.hide {
  visibility: hidden;
}

/* symbols - END */
/*******************Media Query Export Location Start**********************************/
@media screen and (max-width: 940px) {
  .add_margin {
    border-top: 1px solid transparent;
  }
  .first_half_container {
    width: 46.5%;
  }
  .second_half_container {
    width: 46.5%;
  }
}
@media screen and (max-width: 900px) {
  .first_half_container {
    width: 46%;
  }
  .second_half_container {
    width: 46%;
  }
}
@media screen and (max-width: 850px) {
  .main_promo_heading h3 a {
    font-size: 21px;
  }
  .category_container_heading h3 a {
    font-size: 21px;
  }
  .container {
    max-height: 550px;
    float: left;
  }
  .button_container {
    top: -65px;
    left: 55%;
  }
}
@media screen and (max-width: 810px) {
  .main_promo_container img {
    margin: -33px 0 0 0;
  }
}
@media screen and (max-width: 775px) {
  .main_promo_container img {
    margin: -30px 0 0 0;
  }
  .container {
    max-height: 525px;
  }
}
@media screen and (max-width: 750px) {
  .container {
    max-height: 490px;
  }
  .button_container {
    top: -65px;
    left: 45%;
  }
}
@media screen and (max-width: 730px) {
  .first_half_container {
    width: 45.75%;
  }
  .second_half_container {
    width: 45.75%;
  }
}
@media screen and (max-width: 700px) {
  .main_promo_container img {
    margin: -27px 0 0 0;
  }
}
@media screen and (max-width: 660px) {
  .main_promo_container img {
    margin: -24px 0 0 0;
  }
  .container {
    max-height: 450px;
  }
  .image_container .add_margin {
    margin: -5px 0 0 0;
  }
}
@media screen and (max-width: 635px) {
  .main_promo_heading h3 a {
    font-size: 17px;
  }
  .category_container_heading h3 a {
    font-size: 17px;
  }
}
@media screen and (max-width: 615px) {
  .main_promo_container img {
    margin: -21px 0 0 0;
  }
  .container {
    max-height: 420px;
  }
  .button_container {
    top: -65px;
    left: 40%;
  }
}
@media screen and (max-width: 530px) {
  .button_container {
    top: -65px;
    left: 35%;
  }
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

/*Added style for Logo Fee Charge Free text*/
.charge_free {
  color: red;
}

/*End - Added style for Logo Fee Charge Free text*/
.padding0 {
  padding: 0 !important;
}

.margin0 {
  margin: 0 !important;
}

.text-danger {
  color: red;
}

/* classes specific to printers */
@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}
/* classes specific to tablets */
#topnavigation.tablet {
  background-color: transparent !important;
}

#topnavlist .menu_button ~ li.tablet {
  display: block !important;
}

/*Begin Global Elements, Tags, Id's & Classes*/
.ty_bannerRight img, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, img, small, strike, sub, sup, tt, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #000;
  font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
  font-size: 11px;
  margin: 0 0 10px;
}

input {
  border-radius: 0;
}

input[type=button] {
  -webkit-appearance: none; /*Safari/Chrome*/
  -moz-appearance: none; /*Firefox*/
  -ms-appearance: none; /*IE*/
  -o-appearance: none; /*Opera*/
  appearance: none;
}

a {
  color: #06c;
  cursor: pointer;
  outline: none;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:visited {
  color: #06c;
  text-decoration: none;
}

form {
  margin: 0;
}

h1 {
  color: #fc5a0f;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 12px;
}

h2 {
  color: #978784;
  font-size: 16px;
  margin: 0 0 12px 5px;
}

h3 {
  color: #f6931e;
  font-size: 17px;
  margin: 0 0 6px;
}

h4 {
  color: #474747;
  font-size: 14px;
  font-weight: bold;
  margin: 2px 0 3px;
}

h5 {
  color: #865842;
  font: italic bold 120% Arial, Helvetica, sans-seriff;
  font-size: 13px;
  margin: 0 0 6px;
  text-align: left;
}

table,
td {
  color: #241F21;
  font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
  font-size: 11px;
}

select {
  font: 12px Verdana;
}

.table1 thead th {
  background-color: #3ab1a7 !important;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.catfil_grid_details a:hover, .cat_right_navi a:hover, a.hid:hover, a:link, #actShop a:hover, .catfil_grid_details a:hover, .cat_right_navi a:hover, #or_menu p a, .myacct_b1 a, .myacct_stripeon a, .myacct_stripeoff a {
  text-decoration: none;
}

.content_fullwidth .content {
  font-size: 16px;
}

.content {
  margin: 0 auto;
  position: relative;
  max-width: 950px;
  width: 100%;
}
@media (max-width: 949px) {
  .content {
    width: 100%;
  }
}

.cart_header .content {
  max-width: 1300px;
}

.content_fullwidth {
  margin: 0 auto;
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.aboutus_page {
  max-width: 950px;
  margin: 0 auto;
}

.multi_line_page {
  max-width: 950px;
  margin: 0 auto;
}

.upload_artwork_page {
  max-width: 950px;
  margin: 0 auto;
}

.ordertracking_page {
  max-width: 950px;
  margin: 0 auto;
}

#order-status {
  margin: 0 auto;
  max-width: 950px;
}

.news_page {
  max-width: 950px;
  margin: 0 auto !important;
  float: none !important;
}

.samples_page {
  max-width: 950px;
  margin: 0 auto;
}

.compliance_page {
  max-width: 950px;
  margin: 0 auto;
}

.faqs_page {
  max-width: 950px;
  margin: 0 auto;
}

.catalogsamples_page {
  max-width: 950px;
  margin: 0 auto;
}

.self_promotions_page {
  max-width: 950px;
  margin: 0 auto;
}

.early_bird_discount_page {
  max-width: 950px;
  margin: 0 auto;
}

.sales_tools_page {
  max-width: 950px;
  margin: 0 auto;
}

.presentation_kits_page {
  max-width: 950px;
  margin: 0 auto;
}

.vertial_markets_page {
  max-width: 950px;
  margin: 0 auto;
}

#overallbody {
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100%;
}

.table_wrapper {
  display: table;
  width: 100%;
}
.table_wrapper > .content {
  display: inherit;
}
.table_wrapper .table_cell {
  display: table-cell;
}

/*.show, .inline li, .hreview-aggregate div {
    display: inline;
}*/
/* body shell - START */
#layout {
  /* was 800px*/
}
#layout .a {
  float: left;
  margin: 13px 0 0;
  padding: 0;
  width: 135px;
}
#layout .bc {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}
#layout .s_body {
  margin: 8px auto 0;
  text-align: left;
  width: 100%;
}
#layout .s_body .content {
  max-width: 1300px;
}

/* body shell - END */
.presentation_kits_page {
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
  padding: 40px 2% 20px 2%;
  line-height: 1.4em;
}
.presentation_kits_page ul {
  list-style: none;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 20px;
}

/* Loading Graphic - START */
.general_waitingIcon_large {
  height: 400px;
  overflow: hidden;
  position: absolute;
  width: 400px;
  z-index: 3000001;
}

.general_waitingBackground {
  background: #333;
  filter: alpha(opacity=60);
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  z-index: 3000000;
}

.jcWaitCover_cover {
  background: #333;
  opacity: 0.6;
  z-index: 9999;
}

.jcWaitCover_text {
  background-color: #858585;
  color: #000;
  font-size: 14px;
  overflow: visible;
}

.jcWaitCover_icon_large {
  background-color: transparent;
  height: 115px;
  overflow: hidden;
  width: 115px;
}

.jcWaitCover_icon_small {
  background-color: transparent;
  height: 55px;
  overflow: hidden;
  width: 55px;
}

/* Loading Graphic - END */
/*@import "pages/aboutUs";
@import "pages/careers";
@import "pages/category";
@import "pages/checkout1";
@import "pages/checkout2";
@import "pages/contactUs";
@import "pages/couponCodeApplied";
@import "pages/faq";
@import "pages/guarantee";*/
.content_fullwidth {
  margin-top: 0px;
}

#home {
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  color: #666666;
  font-weight: 400;
  font-size: 16px;
}
#home h1, #home h2, #home h3, #home h4, #home h5, #home h6 {
  font-family: "Poppins", sans-serif;
  color: #130F41;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
#home h1 {
  font-size: 2.5em;
}
#home h2 {
  font-size: 1.75em;
}
#home h3 {
  font-size: 1.5em;
}
#home h4 {
  font-size: 1.25em;
}
#home h5 {
  font-size: 1em;
}
#home h6 {
  font-size: 0.8em;
}
#home p {
  margin-bottom: 20px;
}
#home a {
  color: #065F7A;
  text-decoration: underline;
}
#home a:hover {
  text-decoration: none;
}
#home strong {
  font-weight: 700;
}
#home .content {
  max-width: 1300px;
  margin: 0 auto;
}
#home .button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 700;
  padding: 10px 10px;
  text-decoration: none;
  transition: all 0.25s ease;
}
#home .button:hover {
  text-decoration: none;
  filter: brightness(0.9);
}
#home .button.primary {
  background-color: #AC154F;
  color: #fff;
}

#hero {
  background-color: fff;
  margin: 0 0 40px 0;
}
@media (min-width: 900px) {
  #hero {
    height: 406px;
  }
}
#hero #hero-inner {
  margin: 0 auto;
  width: 80%;
  max-width: 1300px;
}
#hero .csslider {
  width: 100%;
}
#hero .csslider > ul {
  width: 100%;
  position: relative;
  height: auto;
  position: relative;
  background-color: transparent;
  border: 0px;
  margin: 0 auto;
}
@media only screen and (max-width: 1299px) {
  #hero .csslider > ul {
    height: auto;
  }
}
#hero .csslider > ul img {
  width: 100%;
  height: auto;
}
#hero .csslider > .arrows label:hover {
  box-shadow: inset 3px -3px 0 2px #33C5F3;
}
#hero .csslider > .navigation label:after {
  background: #33C5F3;
}
#hero .csslider > .navigation {
  bottom: 10px;
}

@media (min-width: 900px) {
  #logos {
    height: 80px;
  }
}
#logos .content {
  display: flex;
  align-items: center;
  justify-content: center;
}
#logos .content .img-logo {
  margin: 0 20px;
}

#top-reasons {
  text-align: center;
  padding: 40px 0;
}
@media (min-width: 900px) {
  #top-reasons {
    height: 382px;
  }
}
#top-reasons .row {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  justify-content: space-between;
}
#top-reasons .row .col {
  width: 20%;
}
#top-reasons .row .col img {
  width: 50%;
  height: auto;
}
#top-reasons .row .col p {
  margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  #top-reasons .row .col {
    width: 100%;
  }
}
#top-reasons strong {
  color: #130F41;
}

#featured-products {
  background-color: #F0F0F0;
  text-align: center;
  padding: 40px 0 60px 0;
}
@media (min-width: 900px) {
  #featured-products {
    height: 498px;
  }
}
#featured-products .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#featured-products .row .col {
  text-align: left;
  width: 49%;
  min-width: 300px;
}
@media only screen and (max-width: 800px) {
  #featured-products .row .col {
    text-align: center;
    width: 100%;
  }
}
#featured-products .row .col:nth-child(1) img {
  width: 100%;
  height: auto;
  min-width: 332px;
}
#featured-products .row .col:nth-child(2) {
  padding: 0 0 0 20px;
}
#featured-products #featured-products-inner {
  margin: 0 auto;
  width: 1300px;
}
@media only screen and (max-width: 1299px) {
  #featured-products #featured-products-inner {
    width: 100%;
  }
}
#featured-products #featured-products-inner .csslider {
  width: 80%;
}
#featured-products #featured-products-inner .csslider > ul {
  position: relative;
  height: auto;
  width: 100%;
  background-color: transparent;
  border: 0px;
  margin: 0 auto;
}
#featured-products #featured-products-inner .csslider > .arrows label:hover {
  box-shadow: inset 3px -3px 0 2px #33C5F3;
}
#featured-products #featured-products-inner .csslider > .navigation label:after {
  background: #33C5F3;
}
#featured-products #featured-products-inner .csslider > .navigation {
  bottom: -20px;
}

#top-categories {
  text-align: center;
  padding: 40px 0 20px 0;
}
@media (min-width: 900px) {
  #top-categories {
    height: 324px;
  }
}
#top-categories .row {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  justify-content: space-between;
}
#top-categories .row .col {
  width: 15%;
  min-width: 130px;
}
#top-categories .row .col img {
  width: 80%;
  height: auto;
  transition: all 0.25s ease;
}
#top-categories .row .col a:hover img {
  transform: scale(1.1);
}
@media only screen and (max-width: 800px) {
  #top-categories .row .col {
    width: 48%;
  }
}
#top-categories a {
  font-weight: 700;
}

#featured-categories {
  text-align: center;
  padding: 20px 0 40px 0;
  margin-bottom: 80px;
}
#featured-categories h2 {
  margin-bottom: 20px;
}
#featured-categories .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#featured-categories .row .col {
  height: 356px;
  width: 32%;
  min-width: 262px;
  position: relative;
}
@media only screen and (max-width: 804px) {
  #featured-categories .row .col {
    width: 100%;
    margin: 10px 0;
  }
}
#featured-categories .row .col h3 {
  margin-bottom: 0;
}
#featured-categories .row .col h3 a {
  color: #fff;
  padding: 10px 0;
  text-decoration: none;
  position: absolute;
  bottom: 30px;
  width: 100%;
}
#featured-categories .row .col h3 a img {
  transition: all 0.25s ease-in-out;
  vertical-align: middle;
}
#featured-categories .row .col h3 a:hover img {
  margin-left: 10px;
}
#featured-categories .row .col.a-col {
  background: url(/WindmillCanada/pict/home/Featured-Categories-FullColor.jpg) center center/cover no-repeat;
}
#featured-categories .row .col.a-col h3 a {
  display: block;
  background-color: #130F41;
}
#featured-categories .row .col.b-col {
  background: url(/WindmillCanada/pict/home/Featured-Categories-VOPZ.jpg) center center/cover no-repeat;
}
#featured-categories .row .col.b-col h3 a {
  display: block;
  background-color: #AC154F;
  color: #fff;
}
#featured-categories .row .col.c-col {
  background: url(/WindmillCanada/pict/home/Featured-Categories-SalesTools-Banner-Canada.jpg) center center/cover no-repeat;
}
#featured-categories .row .col.c-col h3 a {
  display: block;
  background-color: #065F7A;
}

.csslider {
  -moz-perspective: 1300px;
  -ms-perspective: 1300px;
  -webkit-perspective: 1300px;
  perspective: 1300px;
  display: inline-block;
  text-align: left;
  position: relative;
}

.csslider > input {
  display: none;
}

.csslider > input:nth-of-type(10):checked ~ ul li:first-of-type {
  margin-left: -900%;
}

.csslider > input:nth-of-type(9):checked ~ ul li:first-of-type {
  margin-left: -800%;
}

.csslider > input:nth-of-type(8):checked ~ ul li:first-of-type {
  margin-left: -700%;
}

.csslider > input:nth-of-type(7):checked ~ ul li:first-of-type {
  margin-left: -600%;
}

.csslider > input:nth-of-type(6):checked ~ ul li:first-of-type {
  margin-left: -500%;
}

.csslider > input:nth-of-type(5):checked ~ ul li:first-of-type {
  margin-left: -400%;
}

.csslider > input:nth-of-type(4):checked ~ ul li:first-of-type {
  margin-left: -300%;
}

.csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
  margin-left: -200%;
}

.csslider > input:nth-of-type(2):checked ~ ul li:first-of-type {
  margin-left: -100%;
}

.csslider > input:nth-of-type(1):checked ~ ul li:first-of-type {
  margin-left: 0%;
}

.csslider > ul {
  position: relative;
  width: 916px;
  z-index: 1;
  font-size: 0;
  line-height: 0;
  background-color: #3a3a3a;
  border: 10px solid #3a3a3a;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.csslider > ul > li {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 15px;
  font-size: initial;
  line-height: normal;
  -moz-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
}

.csslider > ul > li.scrollable {
  overflow-y: scroll;
}

.csslider > .navigation {
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: 10;
  margin-bottom: -20px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.csslider > .navigation > div {
  margin-left: -100%;
}

.csslider > .navigation label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 4px;
  padding: 4px;
  background: #3a3a3a;
}

.csslider > .navigation label:hover:after {
  opacity: 1;
}

.csslider > .navigation label:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
  background: #71ad37;
  border-radius: 50%;
  padding: 6px;
  opacity: 0;
}

.csslider > .arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.csslider.inside .navigation {
  bottom: 10px;
  margin-bottom: 10px;
}

.csslider.inside .navigation label {
  border: 1px solid #7e7e7e;
}

.csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1):after,
.csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2):after,
.csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3):after,
.csslider > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4):after,
.csslider > input:nth-of-type(5):checked ~ .navigation label:nth-of-type(5):after,
.csslider > input:nth-of-type(6):checked ~ .navigation label:nth-of-type(6):after,
.csslider > input:nth-of-type(7):checked ~ .navigation label:nth-of-type(7):after,
.csslider > input:nth-of-type(8):checked ~ .navigation label:nth-of-type(8):after,
.csslider > input:nth-of-type(9):checked ~ .navigation label:nth-of-type(9):after,
.csslider > input:nth-of-type(10):checked ~ .navigation label:nth-of-type(10):after,
.csslider > input:nth-of-type(11):checked ~ .navigation label:nth-of-type(11):after {
  opacity: 1;
}

.csslider > .arrows {
  position: absolute;
  left: -31px;
  top: 50%;
  width: 100%;
  height: 26px;
  padding: 0 31px;
  z-index: 0;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.csslider > .arrows label {
  display: none;
  position: absolute;
  top: -50%;
  padding: 13px;
  box-shadow: inset 2px -2px 0 1px #3a3a3a;
  cursor: pointer;
  -moz-transition: box-shadow 0.15s, margin 0.15s;
  -o-transition: box-shadow 0.15s, margin 0.15s;
  -webkit-transition: box-shadow 0.15s, margin 0.15s;
  transition: box-shadow 0.15s, margin 0.15s;
}

.csslider > .arrows label:hover {
  box-shadow: inset 3px -3px 0 2px #71ad37;
  margin: 0 0px;
}

.csslider > .arrows label:before {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  height: 300%;
  width: 300%;
}

.csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
  display: block;
  left: 0;
  right: auto;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
  display: block;
  right: 0;
  left: auto;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

/*#region MODULES */
/*#endregion */
iframe#thedialog {
  border: 0;
}

.ui-widget-header {
  border: none;
  background: none;
}

.ui-dialog-title {
  visibility: hidden;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-radius: 0;
}

.ui-dialog {
  z-index: 1000;
}

/*@import "../core/pages/first2";
@import "../core/pages/first3";
@import "../core/pages/first4";
@import "../core/pages/first5";
@import "pages/invoices";
@import "pages/myAccount";
@import "pages/obsoleteProducts";
@import "pages/orderItem";
@import "pages/orderStatus-savedProjects";
@import "pages/pressroom";
@import "pages/productDetails";
@import "pages/quickQuoteInfo";
@import "pages/reorder";
@import "pages/reviews";
@import "pages/samples";
@import "pages/searchResults";
@import "pages/shoppingCart";
@import "pages/sitemap";
@import "pages/thankYou";
@import "pages/videoTestimonials";
@import "pages/wishList";
@import "pages/writeReview";
@import "pages/crmQuickQuote";
@import "pages/touchFreeShip";
@import "pages/about_codes";
@import "pages/privacy";
@import "pages/frequent_flyer";
@import "pages/humanResourceForms";
@import "pages/shopByIndustry";

//Component Styles - used over multiple pages


@import "components/accountSetup";
@import "components/breadcrumbs";
@import "components/buttons";
@import "components/cartSummary";
@import "components/digitalStudio";
@import "components/errors";
@import "components/expiredCoupon";*/
#advantage {
  padding: 10px 0;
  background-color: #fff;
  text-align: center;
}
#advantage img {
  width: 100%;
  height: auto;
  max-width: 1024px;
}

#footer {
  background-color: #130F41;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-top: 60px;
}
#footer a {
  color: #33C5F3;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer a:visited {
  color: #33C5F3;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
  font-weight: 700;
}
#footer #signup {
  background-color: #33C5F3;
  padding: 12px 0;
}
#footer #signup .content {
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer #signup p {
  color: #000 !important;
  font-weight: bold;
  margin-right: 20px;
  margin-bottom: 0px;
}
#footer #signup a {
  border: 1px solid #AC154F;
  color: #fff;
  background-color: #AC154F;
  padding: 10px 18px;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#footer #signup a:hover {
  cursor: pointer;
}
#footer #columns {
  padding: 30px 0;
  background-color: #130F41;
}
#footer #columns .content {
  display: flex;
  flex-wrap: wrap;
}
#footer #columns ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
#footer #columns h3 {
  color: #fff;
  font-size: 17px;
  margin: 0 0 6px;
}
@media screen and (max-width: 600px) {
  #footer #columns #col1, #footer #columns #col2, #footer #columns #col3, #footer #columns #col4 {
    width: 50%;
    flex: none;
  }
  #footer #columns #col1 ul, #footer #columns #col2 ul, #footer #columns #col3 ul, #footer #columns #col4 ul {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 601px) {
  #footer #columns #col1, #footer #columns #col2, #footer #columns #col3, #footer #columns #col4 {
    flex: 1;
  }
}
#footer #columns #col1, #footer #columns #col2, #footer #columns #col3, #footer #columns #col4 {
  text-align: left;
}
#footer #columns #col4 p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 18px;
  margin-bottom: 20px;
}
#footer #columns #col4 ul .email {
  margin-bottom: 22px;
}
#footer #columns #col4 ul .email a {
  color: #ffffff;
  font-weight: bold;
}
#footer #columns #col4 ul .email a::before {
  content: "";
  display: block;
  background: url("/WindmillCanada/pict/header_footer/svg/email.svg") center 2px/16px 22px no-repeat;
  width: 20px;
  height: 22px;
  float: left;
  margin: 0 6px 0 0;
}
#footer #columns #col4 ul .livechat {
  display: none;
  /*
  a {
      text-transform: uppercase;
      line-height: 14px;
      color: #ffffff;
      font-weight: bold;

      &::before {
          content: "";
          display: block;
          background: url("/WindmillCanada/pict/header_footer/svg/speech-bubbles-comment-option.svg") center 2px / 22px 18px no-repeat;
          width: 22px;
          height: 20px;
          float: left;
          margin: 0 6px 0 0;
      }
  }

  .chat-status {
      color: #33C5F3;
      display: block;
      font-size: 14px;
      text-transform: capitalize;
      margin-left: 25px;
  }
  */
}
#footer #social ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
#footer #social ul li {
  display: inline-flex;
}
#footer #social ul li a {
  transition: all 0.25s ease;
  margin: 0 10px;
}
#footer #social ul li a:hover {
  opacity: 0.6;
  transform: scale(0.9);
}
#footer #social ul li.facebook a {
  display: block;
  height: 48px;
  width: 48px;
  text-align: center;
  background: url("/WindmillCanada/pict/header_footer/svg/facebook.svg") center center/48px 48px no-repeat;
}
#footer #social ul li.facebook a span {
  display: none;
}
#footer #social ul li.linkedin a {
  display: block;
  height: 48px;
  width: 48px;
  text-align: center;
  background: url("/WindmillCanada/pict/header_footer/svg/linkedin.svg") center center/48px 48px no-repeat;
}
#footer #social ul li.linkedin a span {
  display: none;
}
#footer #social ul li.twitter a {
  display: block;
  height: 48px;
  width: 48px;
  text-align: center;
  background: url("/WindmillCanada/pict/header_footer/svg/twitter.svg") center center/48px 48px no-repeat;
}
#footer #social ul li.twitter a span {
  display: none;
}
#footer #social ul li.instagram a {
  display: block;
  height: 48px;
  width: 48px;
  text-align: center;
  background: url("/WindmillCanada/pict/header_footer/svg/adg-instagram-01.svg") center center/48px 48px no-repeat;
}
#footer #social ul li.instagram a span {
  display: none;
}
#footer #copyright {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 20px 0;
}
#footer #copyright ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
#footer #copyright ul li {
  display: inline-flex;
}
#footer #copyright ul li a {
  margin: 0 5px;
}
#footer #copyright p {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  /*color: $body-txt-color;*/
  font-weight: 400;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  color: #130F41;
  font-weight: 700;
}

a {
  color: #065F7A;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #065F7A;
}

.content {
  max-width: 1300px;
  margin: 0 auto;
}

#header {
  background-color: #fff;
  position: relative;
  z-index: 999;
}
#header.cart {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
#header.cart #main .content {
  border-bottom: 2px solid #33C5F3;
  padding-bottom: 20px;
}
#header #top {
  padding: 6px 0;
}
#header #top .content {
  max-width: 1300px;
}
#header #top ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0;
  text-align: left;
}
#header #top ul li {
  display: flex;
  display: inline-flex;
}
#header #top ul li a {
  color: #1F1644;
  font-weight: bold;
  font-size: 12px;
  margin-left: 18px;
}
#header #top ul .livechat {
  width: 80px;
}
#header #top ul .livechat img {
  cursor: pointer;
  display: block;
  width: 100%;
}
#header #top ul .livechat a {
  margin: 0;
}
#header #top ul .phone a::before {
  content: "";
  display: block;
  background: url("/Windmill/pict/header_footer/svg/phone-call.svg") center center/16px 16px no-repeat;
  width: 16px;
  height: 16px;
  float: left;
  margin: 0 6px 0 0;
}
#header #top ul .email a::before {
  content: "";
  display: block;
  background: url("/Windmill/pict/header_footer/svg/email.svg") center 2px/20px 14px no-repeat;
  width: 20px;
  height: 16px;
  float: left;
  margin: 0 6px 0 0;
}
#header #top ul .language span {
  display: none !important;
}
#header #top ul .language.active a {
  border: 2px solid #33c5f3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#header #top ul .language.usa a::before {
  content: "";
  display: block;
  background: url("/Windmill/pict/header_footer/svg/united-states.svg") center center/26px 17px no-repeat;
  width: 26px;
  height: 17px;
  float: left;
  margin: 0 0px 0 0;
}
#header #top ul .language.canada a::before {
  content: "";
  display: block;
  background: url("/Windmill/pict/header_footer/svg/canada.svg") center center/26px 17px no-repeat;
  width: 26px;
  height: 17px;
  float: left;
  margin: 0 0px 0 0;
}
#header #top ul .pricinglink {
  margin-left: 18px;
  color: #065F7A;
  font-size: 12px;
}
#header #top ul .pricinglink a {
  margin-left: 4px;
  color: #065F7A;
  text-decoration: underline;
}
#header #mid .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-width: 600px;
  max-width: 1300px;
}
#header #mid #logo {
  display: flex;
  justify-content: flex-start;
}
#header #mid #search {
  justify-content: center;
  flex: 1;
}
#header #mid #search .srctext {
  border: 1px solid #CED4DA;
  padding: 10px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 70%;
  font-size: small;
}
#header #mid #search .srctext:focus {
  border: 1px solid #E84784;
}
#header #mid #search .button--search {
  padding: 10px 18px;
  font-weight: bold;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-left: -3px;
  text-transform: capitalize;
  font-size: 1rem;
}
#header #mid #search .button--primary {
  background-color: #ac154f;
  color: white;
  border: 1px solid #ac154f;
}
#header #mid #search .button--primary:hover {
  background-color: #ffffff;
  border: 2px solid #ac154f;
  color: #ac154f;
}
#header #mid .advancedSearch_wrapper {
  border: 1px solid #f2a900;
  display: flex;
  position: absolute;
  left: auto;
  right: 0;
  top: 36px;
  width: auto;
  min-width: 600px;
  display: none;
  z-index: 9999;
}
@media (min-width: 950px) {
  #header #mid .advancedSearch_wrapper {
    top: 61px;
  }
}
@media (min-width: 1293px) {
  #header #mid .advancedSearch_wrapper {
    left: auto;
    right: auto;
  }
}
#header #mid .advancedSearch_wrapper .temp-style {
  font-weight: 700;
}
#header #mid .advancedSearch_wrapper .advancedSearch_textWrapper, #header #mid .advancedSearch_wrapper .advancedSearch_results {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 175px;
  background-color: white;
}
#header #mid .advancedSearch_wrapper .advancedSearch_textWrapper .advancedSearch_textItem, #header #mid .advancedSearch_wrapper .advancedSearch_results .advancedSearch_textItem {
  padding: 10px 0 12px 10px;
  color: black;
}
#header #mid .advancedSearch_wrapper .advancedSearch_textWrapper .advancedSearch_textItem, #header #mid .advancedSearch_wrapper .advancedSearch_results .advancedSearch_textItem {
  font-size: 0.69rem;
}
@media screen and (min-width: 47rem) {
  #header #mid .advancedSearch_wrapper .advancedSearch_textWrapper .advancedSearch_textItem, #header #mid .advancedSearch_wrapper .advancedSearch_results .advancedSearch_textItem {
    font-size: calc(0.25vw + 0.5725rem);
  }
}
@media screen and (min-width: 95rem) {
  #header #mid .advancedSearch_wrapper .advancedSearch_textWrapper .advancedSearch_textItem, #header #mid .advancedSearch_wrapper .advancedSearch_results .advancedSearch_textItem {
    font-size: 0.81rem;
  }
}
#header #mid .advancedSearch_wrapper .advancedSearch_textWrapper .textItem_selected, #header #mid .advancedSearch_wrapper .advancedSearch_results .textItem_selected {
  background-color: #ededed;
}
#header #mid .advancedSearch_wrapper .advancedSearch_results {
  background-color: #ededed;
  padding-left: 20px;
  width: auto;
  min-width: 434px;
}
#header #mid .advancedSearch_wrapper .advancedSearch_results .seemore_container {
  text-align: right;
  padding: 10px;
}
#header #mid .advancedSearch_wrapper .advancedSearch_results .seemore_container .see_more {
  font-size: 14px;
  font-weight: bold;
  color: #003087;
  text-decoration: underline;
}
@media (min-width: 809px) {
  #header #mid .advancedSearch_wrapper .advancedSearch_results {
    min-width: 614px;
  }
}
#header #mid .advancedSearch_wrapper .advancedSearch_results .results_header {
  font-weight: bold;
}
#header #mid .advancedSearch_wrapper .advancedSearch_results .results_header {
  font-size: 0.75rem;
}
@media screen and (min-width: 47rem) {
  #header #mid .advancedSearch_wrapper .advancedSearch_results .results_header {
    font-size: calc(0.5208333333vw + 0.5052083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #header #mid .advancedSearch_wrapper .advancedSearch_results .results_header {
    font-size: 1rem;
  }
}
#header #mid .advancedSearch_wrapper .advancedSearch_results .product_container {
  display: inline-block;
  margin: 0 4px 10px 0;
  overflow: hidden;
  vertical-align: top;
  width: 134px;
}
@media (min-width: 809px) {
  #header #mid .advancedSearch_wrapper .advancedSearch_results .product_container {
    width: 194px;
  }
}
#header #mid .advancedSearch_wrapper .advancedSearch_results .product_image_container {
  cursor: pointer;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
}
#header #mid .advancedSearch_wrapper .advancedSearch_results .product_image_container .product_image {
  padding-right: 10px;
}
#header #mid .advancedSearch_wrapper .advancedSearch_results .product_image_container .product_image img {
  max-width: 174px;
  max-height: 211px;
  width: 87%;
}
@media (min-width: 950px) {
  #header #mid .advancedSearch_wrapper .advancedSearch_results .product_image_container .product_image img {
    width: auto;
  }
}
#header #mid .advancedSearch_wrapper .advancedSearch_results .product_info {
  color: black;
  line-height: 16px;
}
#header #mid .advancedSearch_wrapper .advancedSearch_results .product_info .text_info {
  clear: both;
}
#header #mid .advancedSearch_wrapper .advancedSearch_results .product_info .text_info .product_name {
  font-weight: bold;
  text-overflow: initial;
  white-space: normal;
}
#header #mid .advancedSearch_wrapper .advancedSearch_results .product_info .text_info .product_name a {
  color: #003087 !important;
  text-decoration: none;
}
#header #mid .advancedSearch_wrapper .advancedSearch_results .product_info .text_info .product_name a {
  font-size: 0.75rem;
}
@media screen and (min-width: 47rem) {
  #header #mid .advancedSearch_wrapper .advancedSearch_results .product_info .text_info .product_name a {
    font-size: calc(0.2708333333vw + 0.6227083333rem);
  }
}
@media screen and (min-width: 95rem) {
  #header #mid .advancedSearch_wrapper .advancedSearch_results .product_info .text_info .product_name a {
    font-size: 0.88rem;
  }
}
#header #mid .advancedSearch_wrapper .advancedSearch_results .product_info .text_info .product_name a:hover {
  text-decoration: underline;
}
#header #mid .advancedSearch_wrapper .advancedSearch_results .product_info .text_info .product_id {
  color: #978784;
}
#header #mid .advancedSearch_wrapper .advancedSearch_results .product_info .text_info .product_id {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  #header #mid .advancedSearch_wrapper .advancedSearch_results .product_info .text_info .product_id {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  #header #mid .advancedSearch_wrapper .advancedSearch_results .product_info .text_info .product_id {
    font-size: 0.75rem;
  }
}
#header #mid .advancedSearch_wrapper .advancedSearch_results .product_info .text_info .product_price {
  display: inline-block;
}
#header #mid .advancedSearch_wrapper .advancedSearch_results .product_info .text_info .product_price {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  #header #mid .advancedSearch_wrapper .advancedSearch_results .product_info .text_info .product_price {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  #header #mid .advancedSearch_wrapper .advancedSearch_results .product_info .text_info .product_price {
    font-size: 0.75rem;
  }
}
#header #mid .advancedSearch_wrapper .advancedSearch_results .product_info .text_info .review_stars {
  float: left;
}
#header #mid #account-cart ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
#header #mid #account-cart ul li a {
  color: #1F1644;
  font-weight: bold;
  font-size: 12px;
}
#header #mid #account-cart ul .signin {
  text-align: center;
  line-height: 14px;
  margin-right: 12px;
  border-right: 1px solid #ccc;
  padding-right: 10px;
}
#header #mid #account-cart ul .signin:hover .topnavdrop {
  visibility: visible;
  opacity: 1;
}
#header #mid #account-cart ul .signin:hover a.lnk-sign-in:after {
  transform: rotate(180deg);
}
#header #mid #account-cart ul .signin a {
  display: block;
}
#header #mid #account-cart ul .signin a.lnk-sign-in::after {
  transition: all 0.5s ease;
  content: "";
  background: url("/Windmill/pict/header_footer/svg/arrow-down-sign-to-navigate.svg") right center/10px 8px no-repeat;
  width: 10px;
  height: 8px;
  float: right;
  margin-left: 6px;
}
#header #mid #account-cart ul .signin .topnavdrop {
  background-color: #F8F8F8;
  left: -10px;
  line-height: 20px;
  margin: 0 0 7px;
  overflow: hidden;
  padding: 15px 30px 8px 10px;
  position: absolute;
  text-align: left;
  z-index: 99999;
  -webkit-box-shadow: 0px 12px 11px -8px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 12px 11px -8px rgba(0, 0, 0, 0.35);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.25s linear;
  width: 170px;
}
#header #mid #account-cart ul .signin .topnavdrop a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 2px 0;
}
#header #mid #account-cart ul .signin .account-link {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
#header #mid #account-cart ul .cart a {
  display: flex;
  align-items: center;
}
#header #mid #account-cart ul .cart .cart_icon_wrapper {
  display: block;
  height: 34px;
  width: 29px;
  margin-left: 5px;
  line-height: 34px;
  text-align: center;
  background: url("/Windmill/pict/header_footer/svg/shopping-bag.svg") center center/29px 34px no-repeat;
  position: relative;
  top: -5px;
}
#header #mid #account-cart ul .cart .cart_icon_wrapper .cart_qty {
  position: relative;
  top: 5px;
}
#header #banner {
  text-align: center;
  background-color: #ac154f;
  padding: 10px 0;
  font-size: 12px;
}
#header #banner .relative {
  display: none;
}
#header #banner img {
  display: none;
}
#header #banner a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
#header #banner a:hover {
  text-decoration: none;
}
#header #banner a:hover img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
#header #banner a img {
  margin-right: 10px;
  height: 20px;
  width: auto;
  vertical-align: sub;
  transition: all 0.5s ease;
  display: inline-block;
}
#header #banner a .title {
  text-transform: uppercase;
  font-weight: bold;
}
#header #banner a .lnk {
  text-decoration: underline;
}
#header #banner a .lnk:hover {
  text-decoration: none;
}
#header #banner .RBContainer {
  display: inline-block;
  margin-right: 14px;
}
#header #banner .RBContainer2 {
  display: inline-block;
}
#header .notice {
  background-color: #AC154F;
  color: #fff;
  padding: 5px 0;
  font-size: 12px;
}
#header .notice .notice-link {
  display: inline-block;
  margin-left: 10px;
  position: relative;
}
#header .notice .notice-link a {
  color: #fff;
}
#header .notice #offerDetails {
  top: 32px;
  right: -22px;
  background: white;
  position: absolute;
  color: #000;
  font-weight: normal;
}
#header .notice #offerDetails a {
  color: #33C5F3;
  overflow-wrap: break-word;
  margin-left: 0;
  font-weight: normal;
}
#header .notice #offerDetails .box {
  border: 1px solid #024f9d;
}
#header .notice #offerDetails .box .top-right-circle-hex {
  line-height: 20px;
}
#header .notice #offerDetails .box .top.arrow {
  left: 83%;
}
#header .notice #offerDetails .box .content {
  padding: 12px 50px 12px 10px !important;
  width: 372px;
  height: auto;
  line-height: normal;
  text-align: left !important;
  box-sizing: content-box;
}

#main {
  position: relative;
  padding: 0;
  text-align: center;
}
#main #divMainNav {
  max-width: 1350px;
  margin: 0 auto;
}
#main .main__nav {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#main .main__nav ul,
#main .main__nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main .main__nav a {
  text-decoration: none;
}
#main .main__nav .wrap-main-links {
  display: flex;
  align-items: center;
  justify-content: normal !important;
  gap: unset !important;
  height: 65px;
  width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  #main .main__nav .wrap-main-links {
    height: 45px;
    margin: 20px 16px 0 16px;
  }
}
#main .main__nav .wrap-main-links .drop-down-link {
  height: 100%;
  display: flex;
  position: relative;
  padding: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  padding-bottom: 20px;
}
#main .main__nav .wrap-main-links .drop-down-link #shop-all {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #06c;
  white-space: nowrap !important;
  padding-right: 6px;
}
#main .main__nav .wrap-main-links .drop-down-link #shop-all:hover .shope_all_text:after {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media (max-width: 767px) {
  #main .main__nav .wrap-main-links .drop-down-link #shop-all {
    padding: 0px;
  }
}
#main .main__nav .wrap-main-links .drop-down-link #shop-all .nav_menu {
  width: 30px;
  height: 30px;
}
#main .main__nav .wrap-main-links .drop-down-link #shop-all .nav_menu .arrow_down {
  display: none;
}
#main .main__nav .wrap-main-links .drop-down-link #shop-all .nav_menu svg {
  width: 100%;
  height: 100%;
}
#main .main__nav .wrap-main-links .drop-down-link #shop-all .nav_menu.mega_menu_is_active .burger_icon {
  display: none;
}
#main .main__nav .wrap-main-links .drop-down-link #shop-all .nav_menu.mega_menu_is_active .arrow_down {
  display: inline-block;
}
#main .main__nav .wrap-main-links .drop-down-link #shop-all .shope_all_text {
  margin-left: 10px;
  color: #003087;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 2px 0;
  font-size: 16px;
  font-weight: 600;
}
#main .main__nav .wrap-main-links .drop-down-link #shop-all .shope_all_text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #024f9d;
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
  transform: translate3d(-100%, 0, 0);
}
#main .main__nav .wrap-main-links .drop-down-link.active_link {
  border-top: 1px solid #e6e5e5;
  border-left: 1px solid #e6e5e5;
  border-right: 1px solid #e6e5e5;
}
#main .main__nav .wrap-main-links .drop-down-link.active_link #shop-all::after {
  content: "";
  width: 100%;
  height: 5px;
  background: #ffffff;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  z-index: 100;
}
@media (max-width: 767px) {
  #main .main__nav .wrap-main-links .drop-down-link.active_link #shop-all::after {
    bottom: -21px;
  }
}
#main .main__nav .wrap-main-links li {
  cursor: pointer;
}
@media (max-width: 767px) {
  #main .main__nav .wrap-main-links li {
    padding: 0 6px;
  }
}
#main .main__nav .wrap-main-links li.normal-link {
  padding: 0 0 5px 0 !important;
}
#main .main__nav .wrap-main-links li.normal-link a {
  text-decoration: none;
  color: #003087;
  font-weight: 600;
  display: inline-block;
  line-height: 16px;
  text-decoration: none;
  color: #003087;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-top: 3px;
  padding-left: 20px !important;
  padding-right: 30px !important;
  white-space: nowrap;
}
#main .main__nav .wrap-main-links li.normal-link a:hover:after {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
#main .main__nav .wrap-main-links li.normal-link a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #024f9d;
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
  transform: translate3d(-100%, 0, 0);
}
#main .main__nav .wrap-main-links .more-dropdown {
  display: none !important;
  position: absolute !important;
  background: #f8f8f8 !important; /* Background color for dropdown */
  list-style: none !important;
  padding: 10px !important; /* Padding around the dropdown content */
  margin: 0 !important;
  z-index: 99999 !important;
  right: 0 !important; /* Aligns right edge with "More +" */
  top: 100% !important; /* Positions dropdown at the bottom of "More +" */
  white-space: nowrap !important; /* Keeps items in a single line horizontally */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1) !important; /* Optional: adds slight shadow */
}
#main .main__nav .wrap-main-links .more-dropdown.visible {
  display: flex !important; /* Displays dropdown as a horizontal row */
}
#main .main__nav .wrap-main-links .more-dropdown li.normal-link {
  padding-bottom: 0 !important; /* Space around each link */
  margin-right: 20px !important; /* Space between links */
}
@media screen and (max-width: 768px) {
  #main .main__nav .wrap-main-links .more-dropdown li.normal-link {
    margin-right: 10px !important;
  }
}
#main .main__nav .wrap-main-links .more-dropdown li:last-child {
  margin-right: 0 !important; /* Removes extra spacing after the last item */
}
#main .main__nav .wrap-main-links .more-dropdown li a {
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  #main .main__nav .wrap-main-links .more-dropdown li a {
    font-size: 13px;
  }
}
#main .main__nav .wrap-main-links .more-menu {
  position: relative !important;
  padding: 0 0 10px 0 !important;
}
#main .main__nav .wrap-main-links .more-menu a {
  color: #003087;
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
}
#main .divTopNav {
  position: absolute;
  width: 100%;
  height: auto;
  top: 120%;
  left: 0;
  right: 0;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  /*
                  &:after {
                  content: '';
                  background-color: rgba(#000, 0.7);
                  width: 100vw;
                  height: 100vh;
                  left: 0;
                  right: 0;
                  top: 0;
                  bottom: 0;
                  position: absolute;
                  z-index: 10;
              }
  */
}
#main .divTopNav.active {
  top: 100%;
  opacity: 1;
  visibility: visible;
  border-top: 1px solid #e6e5e5;
}
#main .divTopNav ul,
#main .divTopNav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main .divTopNav a {
  text-decoration: none;
}
#main .divTopNav .content-nav {
  width: 100%;
  max-width: 1350px;
  display: flex;
  z-index: 100;
  align-items: flex-start;
  padding: 0;
  position: relative;
  margin: 0 auto;
}
#main .divTopNav .content-nav #topnavlist {
  width: 300px;
  background-color: #ffffff;
  padding-top: 10px;
  margin-left: 0;
  margin-top: 0;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  #main .divTopNav .content-nav #topnavlist {
    width: 250px;
  }
}
@media (max-width: 767px) {
  #main .divTopNav .content-nav #topnavlist {
    margin-left: 17px;
    width: 170px;
  }
}
#main .divTopNav .content-nav #topnavlist li:has(span.underline_links) {
  border-bottom: 1px solid #e6e5e5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#main .divTopNav .content-nav #topnavlist .topnavitem .topnavparent {
  padding: 0 16px;
  color: #003087;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  padding: 0;
  width: 100%;
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  #main .divTopNav .content-nav #topnavlist .topnavitem .topnavparent {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  #main .divTopNav .content-nav #topnavlist .topnavitem .topnavparent {
    font-size: 12px;
  }
}
#main .divTopNav .content-nav #topnavlist .topnavitem .topnavparent:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -2;
}
#main .divTopNav .content-nav #topnavlist .topnavitem .topnavparent:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #f6f8fa;
  transition: all 0.3s;
  z-index: -1;
}
#main .divTopNav .content-nav #topnavlist .topnavitem .topnavparent:hover:before {
  width: 100%;
}
#main .divTopNav .content-nav #topnavlist .topnavitem .topnavparent:hover .arrow-right {
  stroke: #204a95;
  margin-right: 5px;
}
#main .divTopNav .content-nav #topnavlist .topnavitem .topnavparent .arrow-right {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  transition: all 0.25s ease-in-out;
}
#main .divTopNav .content-nav #topnavlist .topnavitem .topnavparent.selectedFirstCol {
  transition: all 0.25s ease-in-out;
  background-color: #f6f8fa;
  color: #003087;
  font-weight: 600;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  text-decoration: underline;
}
#main .divTopNav .content-nav #topnavlist .topnavitem .topnavparent.selectedFirstCol + .topnavdrop {
  display: flex !important;
}
#main .divTopNav .content-nav #topnavlist .topnavitem .topnavparent.selectedFirstCol .arrow-right {
  stroke: #204a95;
}
#main .divTopNav .content-nav #topnavlist .topnavitem .topnavparent.selectedFirstCol:after {
  background-color: #f6f8fa;
}
#main .divTopNav .content-nav #topnavlist .topnavitem .topnavparent .stand_out_links {
  color: #67bdee;
  font-weight: bold;
}
#main .divTopNav .content-nav #topnavlist .topnavitem.add_border_b {
  border-bottom: 1px solid #e6e5e5;
  padding-bottom: 10px;
}
#main .divTopNav .content-nav #topnavlist .topnavitem .topnavdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 259px;
  top: 0;
  display: none;
  flex-wrap: wrap;
  background-color: #f6f8fa;
  padding-top: 20px;
  padding-left: 37px;
  padding-bottom: 130px;
}
@media (max-width: 992px) {
  #main .divTopNav .content-nav #topnavlist .topnavitem .topnavdrop {
    height: auto !important;
  }
}
#main .divTopNav .content-nav .mega_warapper {
  width: calc(100% - 300px);
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  #main .divTopNav .content-nav .mega_warapper {
    width: calc(100% - 250px);
  }
}
@media (max-width: 767px) {
  #main .divTopNav .content-nav .mega_warapper {
    width: calc(100% - 170px);
  }
}
#main .divTopNav .content-nav .mega_warapper .topnavdrop {
  flex-wrap: wrap;
  display: none;
  padding-right: 16px;
}
@media (max-width: 992px) {
  #main .divTopNav .content-nav .mega_warapper .topnavdrop {
    padding-right: 8px;
  }
}
#main .divTopNav .content-nav .mega_warapper .topnavdrop .topnavcol {
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: left;
  width: 25%;
  min-width: 180px;
  font-size: 14px;
}
#main .divTopNav .content-nav .mega_warapper .topnavdrop .topnavcol:last-of-type img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  display: block;
  border: 1px solid #ccc;
  margin: 10px 0;
  clear: both;
}
@media (max-width: 767px) {
  #main .divTopNav .content-nav .mega_warapper .topnavdrop .topnavcol:last-of-type img {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 767px) {
  #main .divTopNav .content-nav .mega_warapper .topnavdrop .topnavcol {
    padding-left: 16px;
  }
}
#main .divTopNav .content-nav .mega_warapper .topnavdrop .topnavcol .label {
  margin-bottom: 0;
  color: #003087;
  font-weight: bold;
  text-transform: capitalize;
}
#main .divTopNav .content-nav .mega_warapper .topnavdrop .topnavcol .label:not(:first-of-type) {
  margin-top: 20px;
}
#main .divTopNav .content-nav .mega_warapper .topnavdrop .topnavcol li {
  padding: 0;
}
#main .divTopNav .content-nav .mega_warapper .topnavdrop .topnavcol li a {
  color: #003087;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 0;
}
#main .divTopNav .content-nav .mega_warapper .topnavdrop .topnavcol li a:hover:after {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
#main .divTopNav .content-nav .mega_warapper .topnavdrop .topnavcol li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #024f9d;
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
  transform: translate3d(-100%, 0, 0);
}
#main .divTopNav .content-nav .mega_warapper .topnavdrop .topnavcol li a p {
  margin: 0;
}
#main .divTopNav .content-nav .mega_warapper .topnavdrop .topnavcol li a .itemname {
  font-weight: bold;
  color: #06c;
  padding: 0;
  margin: 0 0 5px 0;
}
#main .divTopNav .content-nav .mega_warapper .topnavdrop .topnavcol li a .itemname .span_prodDetBanner {
  color: #fff;
  padding: 3px 10px;
  background-color: #fc5a0f;
  border-radius: 20px;
  margin: 5px 0;
  display: table;
  font-weight: normal;
}
#main .divTopNav .content-nav .mega_warapper .topnavdrop .topnavcol li a .pricelowas {
  color: black;
  font-weight: 300;
  margin-right: 6px;
  display: inline-block;
}
#main .divTopNav .content-nav .mega_warapper .topnavdrop .topnavcol li a .pricelowas:hover {
  opacity: 0.8;
  transition: all 0.4s ease-in-out;
}
#main .divTopNav .content-nav .mega_warapper .topnavdrop .topnavcol li a .priceamt {
  align-items: center;
  display: inline-block;
  color: #000;
}
#main .divTopNav .content-nav .mega_warapper .topnavdrop .topnavcol li a .priceamt .crossout {
  font-weight: 600;
  margin: 0 6px;
  color: #dc143c;
  text-decoration: line-through;
  display: inline-block;
}
#main .divTopNav .content-nav .mega_warapper .topnavdrop .topnavcol li a .priceamt .sale {
  color: #05a26b;
  font-weight: 600;
  display: inline-block;
}
#main .divTopNav .content-nav .mega_warapper .topnavdrop .topnavcol li a .reviewstars {
  margin: 5px 0;
  display: flex;
  width: 124px;
  height: 13px;
  background-image: url("/AmsterdamProducts/pict/reviewstars.gif");
  mix-blend-mode: multiply;
}
#main .divTopNav .content-nav .mega_warapper .topnavdrop .topnavcol li a .btn_advance {
  display: none;
}
#main .divTopNav .content-nav .mega_warapper .topnavdrop .topnavcol li a .btn_advance .btn_content {
  font-weight: bold;
  color: #000;
  cursor: pointer;
}
#main .divTopNav .content-nav .mega_warapper .topnavdrop .topnavcol .topnavsubcat a {
  margin-left: 10px;
}
#main .bg_white {
  background-color: #fff !important;
  height: auto !important;
}
#main .bg_white .mega_warapper {
  background-color: #f6f8fa !important;
}
#main .bg_white .content-nav {
  background-color: #ffffff;
}
#main .active {
  display: flex !important;
  height: 100%;
}

.menu_button {
  display: none;
}

.advancedSearch_textItem {
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #978784;
  font-weight: 200;
}

:-moz-placeholder {
  color: black;
  font-weight: 200;
}

::-moz-placeholder {
  color: black;
  font-weight: 200;
}

.body-footer-overlay {
  transition: all 3s ease;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  top: 0;
  left: 0;
}

/*@import "components/icons-sprites";
@import "components/login";
@import "components/outOfStock";*/
/* Popups - START */
.popupContainer {
  background: none !important;
  border: none !important;
  overflow: visible !important;
  z-index: 200001;
  max-width: 560px;
  text-align: center;
}
.popupContainer .general_modalPopupBackground {
  background: #333;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.popupContainer .ui-dialog-titlebar {
  display: none;
}
.popupContainer .quickquotePopup {
  left: 50% !important;
  top: 20% !important;
}
@media (min-width: 950px) {
  .popupContainer .quickquotePopup {
    top: 0 !important;
  }
}
.popupContainer .popup {
  background-color: #fff !important;
  border: 1px solid #024f9d !important;
  box-shadow: 0 0 15px #888;
  left: 0;
  overflow: visible !important;
  position: absolute;
  right: 0;
}
.popupContainer .popup .arrow {
  bottom: -16px;
  height: 16px;
  left: 28%;
  margin-left: -35px;
  overflow: hidden;
  position: absolute;
  width: 70px;
}
.popupContainer .popup .arrow:after {
  background: #fff;
  border: 1px solid #024f9d;
  box-shadow: 0 0 15px -5px #888;
  content: "";
  height: 25px;
  left: 20px;
  position: absolute;
  top: -20px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 25px;
}
.popupContainer .popup .arrow.left {
  left: 20%;
}
.popupContainer .popup .arrow.right {
  left: 85%;
}
.popupContainer .popup .arrow.top {
  bottom: auto;
  top: -16px;
}
.popupContainer .popup .arrow.top:after {
  bottom: -20px;
  top: auto;
}
.popupContainer .popup .content {
  text-align: center;
  vertical-align: middle;
  width: auto;
}
.popupContainer .popup .content .title {
  color: #000;
  font-size: 35px;
}
.popupContainer .popup .content .description {
  color: #024f9d;
  font-size: 16px;
  font-weight: 700;
}
.popupContainer .popup .content .product_image {
  display: none;
}
.popupContainer .popup .content .line {
  background-color: #d0d0d0;
  display: inline-block;
  height: 1px;
  margin: 25px 0 15px;
  width: 75%;
}
.popupContainer .popup .content .button {
  border-radius: 7px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin: 15px 0 0;
  overflow: hidden;
}
.popupContainer .popup .content .btn_progress {
  color: #fff;
  font-size: 14px;
  min-width: 170px;
}
.popupContainer .popup .content .btn_progress .btn_content {
  background-color: #024f9d;
  display: table;
  padding: 12px 10px;
  text-align: center;
  width: 100%;
}
.popupContainer .popup .content .btn_cancel {
  color: #fff;
  font-size: 14px;
  min-width: 170px;
}
.popupContainer .popup .content .btn_cancel .btn_content {
  background-color: silver;
  display: table;
  padding: 12px 10px;
  text-align: center;
  width: 100%;
}
.popupContainer .popup .content h3 {
  color: #000;
  font-size: 17px;
  margin: 0 0 6px;
}
.popupContainer .popup .errorMessageDialogContent {
  padding: 20px;
  width: 400px;
}
.popupContainer .popup .messagebox_content {
  min-width: 400px !important;
  padding: 20px;
  width: 400px !important;
}
.popupContainer .popup .btn_close {
  transition: all 0.25s ease;
  cursor: pointer;
  overflow: hidden;
  z-index: 999999;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff url("/WindmillCanada/pict/popups/close.svg") no-repeat center;
  top: 10px;
  right: 10px;
  position: absolute;
  display: inline-block;
  /* Hide text 'X' when not inside parent container...or remove all 'X' from other files. */
  text-indent: -1000em;
  /* Hide text 'X' when inside parent container...or remove all 'X' from other files. */
}
.popupContainer .popup .btn_close:hover {
  transform: scale(0.8);
}
.popupContainer .popup .btn_close .btn_content {
  background-color: transparent !important;
}
.popupContainer .popup .btn_close .btn_content {
  background-color: #fff;
  color: #024f9d;
  font-weight: 900;
  font-size: 15px;
  margin-top: -1px;
  padding-bottom: 1px;
  height: 100%;
}
.popupContainer.ui-dialog .popup {
  position: relative;
}
.popupContainer .pd_viewLarger_popup {
  background-position: center -14px;
  background-repeat: no-repeat;
  border-spacing: 2px 7px;
  margin-top: 20px;
  max-width: 600px;
}
.popupContainer .pd_viewLarger_popup .pd_viewLarger_popupContent {
  height: 670px;
  width: 580px;
}
.popupContainer .pd_viewLarger_popup .pd_viewLarger_popupContent .s7container {
  height: 660px;
  left: 0;
  top: 0;
  position: absolute;
  width: 500px;
}
.popupContainer .pd_viewLarger_popup .pd_viewLarger_popupContent .s7zoomview {
  height: 740px;
  position: absolute;
  width: 500px;
}
.popupContainer .pd_viewLarger_popup .pd_viewLarger_swatches {
  position: absolute;
  top: 20px;
  left: 20px;
  display: none;
}
.popupContainer .pd_viewLarger_popup .pd_viewLarger_swatches ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 67px;
}
.popupContainer .pd_viewLarger_popup .pd_viewLarger_swatches ul li {
  border: 1px solid #c2c2c2;
  margin: 0 0 2px;
}
.popupContainer .pd_viewLarger_popup .viewLarge_swatches {
  display: none;
}
.popupContainer .pd_viewLarger_popup #gallerywrapper2 {
  height: auto;
  width: 500px;
}
.popupContainer .pd_viewLarger_popup #galleryholder2 {
  height: 425px;
  position: absolute;
  width: 500px;
}
.popupContainer .pd_viewLarger_popup #divproductdetailpopup {
  min-width: 860px;
}

.sample_header {
  font-size: 2rem;
  font-weight: bold;
}

.sample_selectText {
  color: #fc5a0f;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 5px;
}

p.sample_selectText {
  font-size: 1.3rem;
}

.sample_productOption {
  font-weight: bold;
  margin: 0;
  font-size: 14px;
}

.sample_noteText {
  padding: 0 45px;
}

.samples_button {
  background-color: #05a26b;
  border: 0;
  border-radius: 7px;
  box-shadow: none;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  height: 35px;
  line-height: 17px;
  margin: 0 auto;
  width: 250px;
}
.samples_button input {
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  margin-top: 8px;
  width: 100%;
}

.sampleRequestContainer {
  width: 90%;
  max-width: 400px;
  padding: 10px;
  font-size: 12px;
}

.checkInventoryContainer {
  max-width: 1042px;
  padding: 10px 20px;
  font-size: 12px;
}

.tipsNote {
  position: absolute;
  width: 320px;
  background: white;
  margin-top: 33px;
  color: #333333;
  background-color: #fff !important;
  border: 1px solid #024f9d !important;
  box-shadow: 0 0 15px #888;
}
.tipsNote .box .angle {
  margin-left: 6px;
}
.tipsNote .box .content {
  margin-right: 20px;
  font-size: 16px !important;
  font-weight: bold;
}

.checkInventoryHelpIcon {
  background: transparent url("/Amsterdam/pict/specChgHelp.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: 10px;
  height: 22px;
  overflow: hidden;
  width: 22px;
  border: none;
  float: left;
  display: inline-block;
}

.tips_title {
  font-size: 18px;
}

.span_view {
  display: flex;
}
.span_view .tips_point {
  margin-left: 50px;
  margin-right: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}
.span_view .tips_text {
  font-size: 15px;
  line-height: 20px;
}

.tips_view {
  margin-left: 10px;
  font-size: 15px;
  color: #E84784;
  display: flex;
  flex-direction: column-reverse;
}

.checkInventoryWarnIcon {
  margin-left: 10px;
  background: url(https://static-resource.amsterdamprinting.inet2/resources/assets/ui/desktop/exclamation-mark-sm.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 16px;
  width: 16px;
}

.inventory_header {
  margin-top: 15px;
  margin-left: 15px;
  font-size: 26px;
  font-weight: bold;
}

.inventory_header_time {
  margin-left: 15px;
  font-size: 20px;
  margin-bottom: 10px;
  display: flex;
}
.inventory_header_time .chargedescriptionhelpwrapper {
  display: inline-block !important;
  text-align: center;
  vertical-align: middle;
  width: auto !important;
}

.question_title {
  font-size: 20px;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
  padding-top: 10px;
}

.inventory_list_view {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow-y: auto;
  align-content: space-between;
}
.inventory_list_view .questionView {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow-y: auto;
  align-content: space-between;
}
.inventory_list_view .item_view_line {
  border-bottom: 1px solid #D9D8D8;
}
.inventory_list_view .list_item_view {
  display: flex;
  flex-direction: row;
}
.inventory_list_view .list_item_view .item_line {
  width: 1px;
  margin: 20px 0;
  border-right: 1px solid #D9D8D8;
}
.inventory_list_view .list_item_view .list_item {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  padding: 10px 0;
}
.inventory_list_view .list_item_view .list_item .title {
  font-weight: bold;
  color: #000000;
}
.inventory_list_view .list_item_view .list_item .line_margin {
  margin-top: 5px;
}
.inventory_list_view .list_item_view .list_item .info_color {
  width: 35px;
  height: 35px;
  border: 1px solid #727270;
}
.inventory_list_view .list_item_view .list_item .info_view {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.inventory_list_view .list_item_view .list_item .info_view .info_title {
  flex: 3;
  display: flex;
  flex-direction: row-reverse;
  font-weight: bold;
  color: #666666;
  margin-right: 15px;
  text-align: right;
}
.inventory_list_view .list_item_view .list_item .info_view .info_data {
  flex: 2;
  display: flex;
  flex-direction: row;
  color: #666666;
}
.inventory_list_view .list_item_view .list_item .info_view .info_data_null {
  flex: 2;
  display: flex;
  flex-direction: row;
  color: #F90202;
}
.inventory_list_view .list_item_view .list_item .info_view_long {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.inventory_list_view .list_item_view .list_item .info_view_long .info_title {
  display: flex;
  flex-direction: row-reverse;
  font-weight: bold;
  color: #666666;
  margin-right: 15px;
}
.inventory_list_view .list_item_view .list_item .info_view_long .info_data {
  display: flex;
  flex-direction: row;
  color: #666666;
}
.inventory_list_view .list_item_view .list_item .info_view_long .info_data_null {
  display: flex;
  flex-direction: row;
  color: #F90202;
}
.inventory_list_view .list_item_view_text {
  padding-left: 10px;
  display: flex;
  flex-direction: row;
}
.inventory_list_view .list_item_view_text .item_line {
  width: 1px;
  margin: 20px 0;
  border-right: 1px solid #D9D8D8;
}
.inventory_list_view .list_item_view_text .list_item {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  padding: 10px 0;
}
.inventory_list_view .list_item_view_text .list_item .title {
  font-weight: bold;
  color: #000000;
}
.inventory_list_view .list_item_view_text .list_item .line_margin {
  margin-top: 5px;
}
.inventory_list_view .list_item_view_text .list_item .info_view {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.inventory_list_view .list_item_view_text .list_item .info_view .info_title {
  font-weight: bold;
  flex: 1;
  display: flex;
  flex-direction: row;
  color: #333333;
  margin-right: 5px;
  width: 70%;
}
.inventory_list_view .list_item_view_text .list_item .info_view .info_data {
  display: flex;
  flex-direction: row-reverse;
  width: 30%;
  color: #666666;
  margin-right: 15px;
}
.inventory_list_view .list_item_view_text .list_item .info_view .info_data_null {
  display: flex;
  flex-direction: row;
  width: 60px;
  color: #F90202;
}
.inventory_list_view .list_item_view_text .list_item_multi_level {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  padding: 5px 0;
}
.inventory_list_view .list_item_view_text .list_item_multi_level .title {
  font-weight: bold;
  color: #000000;
}
.inventory_list_view .list_item_view_text .list_item_multi_level .line_margin {
  margin-top: 5px;
}
.inventory_list_view .list_item_view_text .list_item_multi_level .info_view {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.inventory_list_view .list_item_view_text .list_item_multi_level .info_view .info_title {
  font-weight: bold;
  flex: 1;
  display: flex;
  flex-direction: row;
  color: #333333;
  margin-right: 5px;
  width: 70%;
}
.inventory_list_view .list_item_view_text .list_item_multi_level .info_view .info_data {
  display: flex;
  flex-direction: row-reverse;
  width: 30%;
  color: #666666;
  margin-right: 15px;
}
.inventory_list_view .list_item_view_text .list_item_multi_level .info_view .info_data_null {
  display: flex;
  flex-direction: row;
  width: 60px;
  color: #F90202;
}

.noTitleStuff {
  border-radius: 0 !important;
  padding: 0 !important;
}
.noTitleStuff .ui-dialog-titlebar {
  display: none;
}
.noTitleStuff .ui-dialog-content {
  padding: 6px !important;
}

.popupDetail {
  background: #fff;
  border: 2px solid #cecece;
  font-size: 13px;
  padding: 12px;
  position: absolute;
  width: 408px;
  z-index: 2;
}

.dropdown {
  display: none;
  position: absolute;
  z-index: 9999999;
}
.dropdown .dropdown-menu, .dropdown .dropdown-panel {
  background: #FFF;
  border: solid 1px #DDD;
  border: solid 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  list-style: none;
  margin: 0;
  max-width: 360px;
  min-width: 160px;
  overflow: visible;
  padding: 4px 0;
}
.dropdown .dropdown-panel {
  padding: 15px;
}
.dropdown .dropdown-panel .close_btn {
  color: #ddd;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  right: 8px;
  top: 0;
}
.dropdown.dropdown-tip {
  margin-top: 8px;
}
.dropdown.dropdown-tip:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cecece;
  content: "";
  display: inline-block;
  left: 9px;
  position: absolute;
  top: -7px;
}
.dropdown.dropdown-tip:after {
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  border-left: 6px solid transparent;
  content: "";
  display: inline-block;
  left: 10px;
  position: absolute;
  top: -5px;
}
.dropdown.dropdown-tip.dropdown-anchor-right:before {
  left: auto;
  right: 9px;
}
.dropdown.dropdown-tip.dropdown-anchor-right:after {
  left: auto;
  right: 10px;
}
.dropdown.dropdown-scroll .dropdown-menu, .dropdown.dropdown-scroll .dropdown-panel {
  max-height: 358px;
  overflow: auto;
}
.dropdown .dropdown-menu LI {
  line-height: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropdown .dropdown-menu LI > A, .dropdown .dropdown-menu LABEL {
  color: #555;
  display: block;
  line-height: 18px;
  margin: 0;
  padding: 3px 15px;
  text-decoration: none;
  white-space: nowrap;
}
.dropdown .dropdown-menu LI > A:hover, .dropdown .dropdown-menu LABEL:hover {
  background-color: #08C;
  color: #FFF;
  cursor: pointer;
}
.dropdown .dropdown-menu .dropdown-divider {
  border-top: solid 1px #E5E5E5;
  font-size: 1px;
  margin: 5px 0;
  padding: 0;
}

.btnclose div {
  cursor: pointer;
  float: right;
}

.ui-widget-overlay {
  background-color: #000 !important;
  background-image: none !important;
  filter: Alpha(Opacity=50) !important;
  opacity: 0.5 !important;
}

/* Popups - END */
/* POPUP: Edit Sample Item - START */
.popup_sample {
  background-color: #fff;
  border: 1px solid #00649d;
  box-shadow: 0 0 15px #888;
  overflow: auto;
  padding: 20px;
  position: relative;
}
.popup_sample .close_popup {
  transition: all 0.25s ease;
  cursor: pointer;
  overflow: hidden;
  z-index: 999999;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff url("/WindmillCanada/pict/popups/close.svg") no-repeat center;
  top: 10px;
  right: 10px;
  position: absolute;
  display: inline-block;
  /* Hide text 'X' when not inside parent container...or remove all 'X' from other files. */
  text-indent: -1000em;
  /* Hide text 'X' when inside parent container...or remove all 'X' from other files. */
}
.popup_sample .close_popup:hover {
  transform: scale(0.8);
}
.popup_sample .close_popup .btn_content {
  background-color: transparent !important;
}
.popup_sample h1 {
  color: #00539b;
  font-weight: bold;
  font-size: 2rem;
}
.popup_sample .popup_rule {
  border: 1px solid #09579d;
}
.popup_sample .close_link {
  color: #06c;
  cursor: pointer;
  font-size: 14px;
  margin: 15px 0 0 20px;
  text-decoration: underline;
}
.popup_sample .save_btn {
  background-color: #00539b;
  background-image: none;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  height: 30px;
  margin: 10px 0 0 10px;
  padding: 0 20px;
  text-align: center;
  width: 80%;
}
.popup_sample .popup_header, .popup_sample .popup_option, .popup_sample .popup_note {
  margin-top: 10px;
}

/* POPUP: Edit Sample Item - END */
/* POPUP: Coupon Applied - START */
.popupContainer .popup.couponapplied_popup {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none;
}
.popupContainer .popup.couponapplied_popup .content .bg {
  background-image: url("/Amsterdam/pict/coupon_code_applied_popup.png");
  height: 481px;
  width: 364px;
}
.popupContainer .popup.couponapplied_popup .content .coupon {
  top: 31%;
  position: absolute;
  left: 38%;
  color: white;
  transform: rotate(5deg);
  font-weight: bold;
  font-size: 30px;
}
.popupContainer .popup.couponapplied_popup .content .btn_ShowNow {
  background-color: #FFAA00;
  padding: 12px 10px !important;
  color: #0D4A76;
  border-radius: 7px;
  text-align: center;
  font-weight: 900;
}
.popupContainer .popup.couponapplied_popup .content .btn_progress {
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto !important;
  width: 230px;
  position: absolute;
}
.popupContainer .popup.couponapplied_popup .content .btn_progress {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .popupContainer .popup.couponapplied_popup .content .btn_progress {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .popupContainer .popup.couponapplied_popup .content .btn_progress {
    font-size: 1rem;
  }
}
.popupContainer .popup.couponapplied_popup .description {
  color: white;
  font-weight: normal;
  position: absolute;
}
.popupContainer .popup.couponapplied_popup .description {
  font-size: 1.12rem;
}
@media screen and (min-width: 47rem) {
  .popupContainer .popup.couponapplied_popup .description {
    font-size: calc(0.5208333333vw + 0.8752083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .popupContainer .popup.couponapplied_popup .description {
    font-size: 1.37rem;
  }
}
.popupContainer .popup.couponapplied_popup .couponapplieddesc {
  top: 50%;
  width: 100%;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popupContainer .popup.couponapplied_popup .couponapplieddesc p {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  line-height: 35px;
}
.popupContainer .popup.couponapplied_popup .couponapplieddesc p.coupon_header {
  font-size: 19px;
}
.popupContainer .popup.couponapplied_popup .couponapplieddesc p.coupon_originalDesc {
  white-space: initial;
}
.popupContainer .popup.couponapplied_popup .btn_close {
  background: transparent;
  text-indent: initial;
  overflow: initial;
}
.popupContainer .popup.couponapplied_popup .btn_couponappliedclose {
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  position: absolute;
  top: -6px;
  width: 40px;
  z-index: 999999;
  color: white;
  font-weight: 500;
  font-size: 45px;
}
.popupContainer .popup.couponapplied_popup .btn_ShowNowAdvance {
  border: medium none !important;
  margin: 22px 0 10px !important;
}
.popupContainer .popup.couponapplied_popup .btn_ShowNow {
  padding: 5px 10px !important;
}

/* POPUP: Coupon Applied - END */
/* POPUP: Free Gift - START */
#shoppingcart_layout .freeItemPopup {
  background-color: #fff;
  border: 1px solid #024f9d;
  box-shadow: 0 0 15px #888;
  font-size: 13px;
  left: 0;
  margin: 5% auto;
  position: absolute;
  width: 370px;
  z-index: 100;
}
#shoppingcart_layout .freeItemPopup h1 {
  color: #000;
  float: left;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 1px;
  margin-left: 30px;
  text-align: left;
  width: 100%;
}
#shoppingcart_layout .freeItemPopup h2 {
  color: #F68807;
  float: left;
  font-size: 13px;
  margin-top: 1px;
  margin-bottom: 5px;
  margin-left: 30px;
  padding-bottom: 2px;
  text-align: left;
  width: 100%;
}
#shoppingcart_layout .freeItemPopup .btn_close {
  transition: all 0.25s ease;
  cursor: pointer;
  overflow: hidden;
  z-index: 999999;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff url("/WindmillCanada/pict/popups/close.svg") no-repeat center;
  top: 10px;
  right: 10px;
  position: absolute;
  display: inline-block;
  /* Hide text 'X' when not inside parent container...or remove all 'X' from other files. */
  text-indent: -1000em;
  /* Hide text 'X' when inside parent container...or remove all 'X' from other files. */
}
#shoppingcart_layout .freeItemPopup .btn_close:hover {
  transform: scale(0.8);
}
#shoppingcart_layout .freeItemPopup .btn_close .btn_content {
  background-color: transparent !important;
}
#shoppingcart_layout .freeItemPopup .item_container {
  display: block;
  width: 200px;
  margin: 0 auto 20px auto;
}
#shoppingcart_layout .freeItemPopup .freeItempopup_topbar {
  background-image: url("/WindmillCanada/pict/accesspop_grad2.jpg");
  background-position-y: 40%;
  background-repeat: repeat-x;
  height: 22px;
  width: 100%;
}
#shoppingcart_layout .freeItemPopup .freeItempopup_topbar .freeItempopup_topbarclose {
  cursor: pointer;
  float: right;
  margin-top: 2px;
  margin-right: 5px;
}
#shoppingcart_layout .freeItemPopup .freeItempopup_topbar .freeItempopup_topbarclose .freeItempopup_closetext {
  color: #fff;
  float: left;
  font-size: 12px;
}
#shoppingcart_layout .freeItemPopup .freeItempopup_topbar .freeItempopup_topbarclose .freeItempopup_closebtn {
  background-image: url("/WindmillCanada/pict/cartClose_btn.png");
  float: left;
  height: 16px;
  margin-left: 5px;
  width: 16px;
}
#shoppingcart_layout .freeItemPopup .freeItem_wrapper {
  clear: both;
  display: block;
  margin-top: 10px;
}
#shoppingcart_layout .freeItemPopup .freeItem_wrapper .freeItem_pop {
  margin-right: 10px;
  width: 200px;
}
#shoppingcart_layout .freeItemPopup .freeItem_wrapper .freeItem_pop .freeItem_top {
  border: 1px solid #aaa;
}
#shoppingcart_layout .freeItemPopup .freeItem_wrapper .freeItem_pop .freeItem_top img {
  width: 100%;
}
#shoppingcart_layout .freeItemPopup .freeItem_wrapper .freeItem_pop .div_freeItemrdbtn {
  color: #1567C3;
  font-size: 11px;
  margin-left: 10px;
  padding-top: 2px;
}
#shoppingcart_layout .freeItemPopup .div_FreeItemBtnAddtoCart {
  float: left;
}
#shoppingcart_layout .freeItemPopup #freeItem_action {
  clear: both;
  float: right;
}
#shoppingcart_layout .freeItemPopup #freeItem_action #btn_NoThanks {
  display: inline-block;
  margin-top: 15px;
  vertical-align: top;
}
@media (min-width: 950px) {
  #shoppingcart_layout .freeItemPopup .freeItemPopup {
    width: 460px;
  }
  #shoppingcart_layout .freeItemPopup .item_container {
    display: table;
    width: auto;
  }
  #shoppingcart_layout .freeItemPopup .freeItem_wrapper {
    clear: none;
    display: table-cell;
    margin-top: 0;
  }
}

/* POPUP: Free Gift - END */
/* POPUP: More Views - START */
.moreViewsCarousel {
  border: 1px solid #808080;
  margin-left: 5px;
  margin-right: 5px;
}

.color_normal {
  border: 1px #FFF solid;
  cursor: pointer;
  float: left;
  margin-right: 3px;
  padding: 3px;
}

.color_highlight {
  border: 1px #C0C0C0 solid;
}

.moreviews {
  cursor: pointer;
  text-decoration: underline;
}
.moreviews:hover {
  text-decoration: none;
}

.moreviews_noTitleStuff {
  padding: 0 !important;
}
.moreviews_noTitleStuff .ui-dialog-titlebar {
  display: none;
}
.moreviews_noTitleStuff .ui-dialog-content {
  padding: 0 !important;
}

#divMoreViews .moreviews_noTitleStuff .ui-dialog-content {
  padding: 0 !important;
}
#divMoreViews .general_popupHeader {
  background: url("/WindmillCanada/pict/studio-modal-head-bg.png") repeat-x;
  padding: 6px 10px 6px 0;
}
#divMoreViews .general_popupHeader .general_popupCloseButton {
  background: url("/WindmillCanada/pict/studio-modal-close.png") no-repeat 0 0;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  height: 18px;
  overflow: hidden;
  width: 58px;
}
#divMoreViews .general_popupHeader .general_popupCloseButton:hover {
  background-image: url("/WindmillCanada/pict/studio-modal-close-over.png");
}
#divMoreViews .preview_content {
  padding: 10px;
}
#divMoreViews .preview_content .mainframe_bgGray {
  background: none repeat scroll 0 0 #E0E1DE;
  border: 1px solid #D6D6D6;
  padding: 10px;
}
#divMoreViews .preview_content .preview_console {
  margin-top: 15px;
  text-align: center;
  padding-bottom: 7px !important;
}
#divMoreViews .preview_content .CheckoutBtnForTNT {
  float: left;
}
#divMoreViews .preview_content .moreViewsCarousel {
  border: 1px solid #808080;
  margin-left: 5px;
  margin-right: 5px;
}
#divMoreViews .preview_content .general_radiusLarge {
  border-radius: 5px;
}
#divMoreViews .preview_content .preview_btn_content1 {
  /* IE10 Consumer Preview */
  background-image: -ms-linear-gradient(top, #6b8ed5 0, #30529a 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #6b8ed5 0, #30529a 100%);
  /* Opera */
  background-image: -o-linear-gradient(top, #6b8ed5 0, #30529a 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6b8ed5), color-stop(1, #30529a));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #6b8ed5 0, #30529a 100%);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to bottom, #6b8ed5 0, #30529a 100%);
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#6b8ed5', endColorstr='#30529a')";
  color: #fff;
}
#divMoreViews .preview_content .preview_btn_content1:hover {
  background-color: #6b8ed5;
  background-image: none;
}
#divMoreViews .preview_content .preview_btn_zoom_size {
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  width: 124px;
}
#divMoreViews .preview_content .perview_btn_zoom_disabled {
  /* IE10 Consumer Preview */
  background-image: -ms-linear-gradient(top, #eef0ef 0, #dbdbdb 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #eef0ef 0, #dbdbdb 100%);
  /* Opera */
  background-image: -o-linear-gradient(top, #eef0ef 0, #dbdbdb 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eef0ef), color-stop(1, #dbdbdb));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #eef0ef 0, #dbdbdb 100%);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to bottom, #eef0ef 0, #dbdbdb 100%);
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eef0ef', endColorstr='#dbdbdb')";
  color: #fff;
}
#divMoreViews .preview_content .preview_btn_icon {
  float: left;
  height: 14px;
  margin: 10px -10px 0 20px;
  width: 15px;
}
#divMoreViews .preview_content .preview_btn_zoomin_bg {
  background-image: url("/WindmillCanada/pict/apl_studio_zoomin.png?v=1");
}
#divMoreViews .preview_content .preview_btn_zoomout_bg {
  background-image: url("/WindmillCanada/pict/apl_studio_zoomout.png?v=1");
}
#divMoreViews .preview_content .preview_button {
  border: 1px solid #fff;
  border-radius: 7px;
  box-shadow: 0 0 5px #CCC;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  overflow: hidden;
  text-align: center;
}
#divMoreViews .studioPreviewCarousel_prev {
  background: url("/WindmillCanada/pict/sprite_carouselnav.png") no-repeat -41px -66px;
  cursor: pointer;
  height: 64px;
  width: 38px;
}
#divMoreViews .studioPreviewCarousel_next {
  background: url("/WindmillCanada/pict/sprite_carouselnav.png") no-repeat -41px 0;
  cursor: pointer;
  height: 64px;
  width: 38px;
}
#divMoreViews .disabled {
  cursor: default;
  background-position-x: -80px;
}
#divMoreViews .divColors {
  border: none;
  height: auto;
  margin: auto;
  padding-top: 15px;
  text-align: center;
  width: 280px;
}

/* POPUP: More Views - END */
/* POPUP: Upsell - START */
.upsell_pop {
  border: solid 1px #aaa;
  float: left;
  margin: 0 -1px -1px 0;
  width: 202px;
}
.upsell_pop .upsell_bottom {
  height: 56px;
  text-align: left;
}
.upsell_pop .upsell_bottom .upsell_Name {
  color: #212121;
  font-size: 11.5px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-top: 10px;
}
.upsell_pop .upsell_bottom .upsell_qtyCont {
  font-size: 10px;
  margin-left: 10px;
}
.upsell_pop .upsell_bottom .upsell_qtyCont .upsell_chooseQty2 {
  color: #464646;
}
.upsell_pop .upsell_bottom .upsell_qtyCont .upsellQty2 {
  height: 21px;
  width: 37px;
}
.upsell_pop .upsell_top {
  background-color: #FFF;
  padding: 1px;
  margin: 0 auto;
  position: relative;
  width: 200px;
  height: 200px;
}
.upsell_pop .upsell_top img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

/* POPUP: Upsell - END */
/* POPUP: Product description in shopping cart - START */
.pd_desc_popupContainer {
  width: 636px !important;
  background: none !important;
  border: none !important;
  overflow: visible !important;
  position: absolute;
  left: 50% !important;
  margin-left: -318px;
  z-index: 800;
}
.pd_desc_popupContainer .ui-dialog-titlebar {
  display: none;
}
.pd_desc_popupContainer .ui-dialog-content {
  padding: 6px !important;
}
.pd_desc_popupContainer .pd_desc_popup {
  background-color: #fff !important;
  border: 1px solid #024f9d !important;
  box-shadow: 0 0 15px #888;
  overflow: visible !important;
  padding: 10px;
}
.pd_desc_popupContainer .pd_desc_popup .btn_close {
  transition: all 0.25s ease;
  cursor: pointer;
  overflow: hidden;
  z-index: 999999;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff url("/WindmillCanada/pict/popups/close.svg") no-repeat center;
  top: 10px;
  right: 10px;
  position: absolute;
  display: inline-block;
  /* Hide text 'X' when not inside parent container...or remove all 'X' from other files. */
  text-indent: -1000em;
  /* Hide text 'X' when inside parent container...or remove all 'X' from other files. */
}
.pd_desc_popupContainer .pd_desc_popup .btn_close:hover {
  transform: scale(0.8);
}
.pd_desc_popupContainer .pd_desc_popup .btn_close .btn_content {
  background-color: transparent !important;
}
.pd_desc_popupContainer .pd_desc_popup .btn_close .btn_content {
  background-color: #fff;
  color: #024f9d;
  font-weight: 900;
  font-size: 15px;
  margin-top: -1px;
  padding-bottom: 1px;
}

.pd_desc_spec_content {
  float: left;
  width: 196px;
}

.pd_desc_detail_right {
  float: right;
  border-radius: 7%;
  background-color: #E5E5E5;
  border: 1px solid #B2B2B2;
  max-width: 280px;
  width: 260px;
}

.pd_desc_id {
  color: #9999A2;
  font-size: 11px;
  line-height: 12px;
  margin-top: 3px;
}

.pd_desc_rating {
  border-bottom: 1px solid #9A9A9A;
  padding-bottom: 8px;
}

.pd_desc_specs {
  color: #000;
  font-size: 11px;
  margin-top: 10px;
}

.pd_desc_link {
  font-size: 12px;
  margin-top: 20px;
}
.pd_desc_link a {
  color: #069 !important;
}

.pd_desc_detail_seperator {
  float: left;
  width: 1px;
}

.pd_edit {
  margin-top: 10px;
  min-height: 140px;
  max-width: 288px;
  font-size: 11px;
  padding-right: 20px;
  padding-left: 40px;
}
.pd_edit li {
  color: #069;
  margin-bottom: 5px;
}
.pd_edit li a {
  color: #069;
}
.pd_edit .nolink {
  color: #000;
}

.pd_edit_text {
  font-family: Helvetica;
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
}
.pd_edit_text:before {
  content: "";
  background-image: url("/WindmillCanada/pict/icons/gear.png");
  float: left;
  height: 20px;
  margin: -2px 5px 0 0;
  width: 20px;
}

.pd_desc_detail_left {
  float: left;
  margin-right: 4px;
}

/* POPUP: Product description in shopping cart - END */
/* POPUP: Quick View - START */
#divproductdetailpopup {
  min-width: 860px;
  overflow: initial;
}
#divproductdetailpopup .upgradeOptionsLink .moreSpecialCharge {
  font-size: 9px;
}

.pd_popup {
  border: 2px solid #D2D2D2 !important;
  width: 816px;
}

.pd_quickview {
  height: 402px;
  width: 329px;
}

.pd_gallary {
  float: left;
  height: auto;
  margin-right: 20px;
  width: 347px;
}

.pd_gallary_main {
  border: 1px solid #D4D2D2;
  height: 402px;
  padding: 10px;
  width: 325px;
}

.pd_gallary_media {
  padding-top: 89px;
}

.pd_gallery_thumb {
  width: 347px;
}
.pd_gallery_thumb ul {
  list-style-type: none;
  margin: 5px 0 0;
  padding: 0;
}
.pd_gallery_thumb li {
  border: 1px solid #D4D2D2;
  float: left;
  height: 65px;
  width: 65px;
}

.pd_gallery_img {
  cursor: pointer;
}

.pd_info {
  float: left;
  min-width: 447px;
}

.pd_close {
  background-image: url("/WindmillCanada/pict/category_pd_close.png");
  cursor: pointer;
  height: 25px;
  left: 96%;
  position: absolute;
  width: 25px;
}

.pd_name {
  color: #000;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}

.pd_id {
  border-bottom: 1px solid #000;
  color: #000;
  font-family: Helvetica;
  font-size: 10px;
  line-height: 12px;
  margin-top: 3px;
  padding-bottom: 8px;
}

.pd_rating {
  border-bottom: 1px solid #000;
  font-family: Helvetica;
  margin-top: 6px;
  padding-bottom: 8px;
}

.pd_rating_avg {
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin-top: 2px;
}

.pd_rating_num {
  float: left;
  font-size: 12px;
  margin-top: 2px;
}

.pd_rating_stars {
  float: left;
  margin-top: 3px;
}

.pd_rating_hr {
  float: left;
  width: 384px;
}

.pd_heading_gray {
  color: #878787;
  float: left;
  font-size: 14px;
  font-weight: bold;
}

.pd_heading_blue {
  color: #6283C6;
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
}

.pd_detailcap {
  font-family: Helvetica;
  margin-top: 6px;
}

.pd_detail_left {
  float: left;
  margin-right: 10px;
}

.pd_detail_seperator {
  border-left: 1px solid #999;
  float: left;
  height: 269px;
  width: 1px;
}

.pd_leading {
  font-size: 8pt;
  width: 262px;
}
.pd_leading .icon_madeInUSA {
  float: left;
  margin: 7px 5px 0 0;
}

.pd_specs {
  color: #000;
  font-family: Helvetica;
  font-size: 10px;
  margin-top: 10px;
}

.pd_spec {
  clear: both;
  line-height: 12px;
  margin-bottom: 5px;
}

.click_swatch_txt {
  font-weight: 700;
  font-size: 10px;
}

.pd_spec_heading {
  float: left;
  font-weight: bold;
  margin-right: 10px;
  width: 110px;
}

.pd_spec_content {
  float: left;
  width: 130px;
}

.pd_detail_right {
  float: right;
}

.pd_span_prodDetBanner {
  color: #EF6325;
  font-size: 17px;
  max-width: 246px;
  padding-bottom: 18px;
  text-align: right;
}

.pd_price_low {
  font-family: Helvetica;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}

.pd_price_lowprice {
  color: #B30600;
}

.pd_price {
  margin-top: 20px;
  min-height: 140px;
  max-width: 260px;
}

.pd_price_original {
  text-decoration: line-through;
}

.pd_link {
  font-family: Helvetica;
  font-weight: bold;
  margin-top: 40px;
  text-align: right;
}
.pd_link a {
  text-decoration: none;
}

.pd_link_quickquote {
  cursor: pointer;
}

.pd_link_text {
  color: #999;
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle;
}

.pd_link_arrow {
  color: #2197D4;
  font-size: 20px;
  vertical-align: middle;
}

.pd_addtocartdiv {
  float: right;
  margin-top: 10px;
}
.pd_addtocartdiv .addtocart {
  box-shadow: 0 1px 5px #777;
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
  width: 210px;
}
.pd_addtocartdiv .addtocart .btn_content {
  background-image: -ms-linear-gradient(top, #00b436 0, #008d25 100%);
  background-image: -moz-linear-gradient(top, #00b436 0, #008d25 100%);
  background-image: -o-linear-gradient(top, #00b436 0, #008d25 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00b436), color-stop(1, #008d25));
  background-image: -webkit-linear-gradient(top, #00b436 0, #008d25 100%);
  background-image: linear-gradient(to bottom, #00b436 0, #008d25 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00b436', endColorstr='#008d25')";
  padding: 3px 10px 0;
}
.pd_addtocartdiv .addtocart .btn_content .btn_subtxt {
  font-size: 12px;
  font-weight: 400;
  margin-top: -4px;
  text-align: center;
}

.pd_customize {
  float: right;
  margin-top: 51px;
}

.pd_personalize {
  float: right;
  margin-top: 29px;
}

.pd_quickadddiv {
  margin-bottom: 10px;
  padding-right: 10px;
  text-align: center;
}

.pd_quickaddtext {
  font-weight: bold;
  height: 14px;
  padding: 2px;
  width: 45px;
}

.pd_addtocartbtn {
  background: url("/WindmillCanada/pict/addtocart.png") no-repeat;
  border-style: none;
  cursor: pointer;
  float: right;
  height: 56px;
  margin-top: 4px;
  width: 158px;
}

.pd_errormessage {
  color: #f00;
}

.pd_shippingtext {
  float: left;
  font-size: 8pt;
  margin-top: 3px;
}

.pd_shippingtext23 {
  float: left;
  font-size: 8pt;
  margin-top: 15px;
}

.pd_shippingicon {
  float: left;
}

.pd_shippingtextdetails {
  color: #2F84C0;
  cursor: pointer;
  font-size: 8pt;
}

.pd_leading .shipInNDays {
  margin: 0 5px 0 0;
  width: 43px;
}

.pd_waitingBackground {
  background: #333;
  filter: alpha(opacity=0);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 3000000;
}

.quickview_addtocart_btn {
  background-image: url("/WindmillCanada/pict/personalizenow.png");
  height: 56px;
  width: 184px;
}

.pd_swatch_block_container {
  border: 1px solid #d7d3d4;
  float: left;
  height: 19px;
  margin-right: 2px;
  margin-bottom: 5px;
  padding: 1px;
  width: 19px;
}
.pd_swatch_block_container.highlight {
  border-color: #00f;
}

.pd_swatch_block_container_ellipse {
  border: 1px solid transparent;
}

.pd_swatch_block {
  height: 15px;
  width: 15px;
}

#div_Warning {
  margin-top: 15px;
}

/* POPUP: Quick View - END */
/* POPUP: Special Charges - START */
.specialcharge_popup {
  background-position: center -14px;
  background-repeat: no-repeat;
  border-spacing: 2px 7px;
  font-size: 12px;
  font-weight: 500;
  margin-top: 20px;
}
.specialcharge_popup .content {
  display: block;
  margin-top: 10px;
  width: 420px !important;
}
.specialcharge_popup .specialPriceTable {
  margin: 20px 0 20px 65px;
}
.specialcharge_popup td {
  padding: 7px 10px;
  text-align: left;
}
.specialcharge_popup td.chargeDesc {
  padding-right: 40px;
}
.specialcharge_popup .upgrageoption {
  float: left;
}
.specialcharge_popup .note {
  clear: both;
  padding-top: 5px;
}
.specialcharge_popup .btn_ShowNowAdvance {
  border: medium none !important;
  margin: 0 0 10px !important;
}
.specialcharge_popup .btn_ShowNow {
  padding: 5px 10px !important;
}

/* POPUP: Special Charges - END */
/* POPUP: Shipping Details - START */
.shippingDetailsPopup {
  /* IE10 Consumer Preview */
  background-image: -ms-linear-gradient(top, #ffffff 0, #bcbcbc 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #ffffff 0, #bcbcbc 100%);
  /* Opera */
  background-image: -o-linear-gradient(top, #ffffff 0, #bcbcbc 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #bcbcbc));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #ffffff 0, #bcbcbc 100%);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to bottom, #ffffff 0, #bcbcbc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#ffffff", endColorstr="#bcbcbc"); /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#bcbcbc')"; /* IE8 */
  border: 1px solid #dcdcdc;
  font-size: 13px;
  left: 290px;
  padding: 15px;
  position: absolute;
  top: 110px;
  visibility: hidden;
  width: 300px;
  z-index: 2;
}
.shippingDetailsPopup .shipicon_2days, .shippingDetailsPopup .shipicon_3days {
  float: left;
  height: 66px;
  margin: 0 15px 20px 0;
  width: 66px;
}
.shippingDetailsPopup .ordershipstext {
  font-size: 14px;
  font-weight: 700;
  margin-top: 11px;
  text-transform: uppercase;
}
.shippingDetailsPopup .numdaystext_2days, .shippingDetailsPopup .numdaystext_3days {
  font-weight: 700;
  text-transform: uppercase;
}
.shippingDetailsPopup .placeordertext_2days, .shippingDetailsPopup .placeordertext_3days {
  clear: both;
  font-size: 14px;
}
.shippingDetailsPopup .subtext {
  color: #595959;
  font-size: 10px;
  margin-top: 20px;
}

/* POPUP: Shipping Details - END */
/* POPUP: Upsell - START */
.UpsellPopup_wrapper {
  width: 660px;
}
.UpsellPopup_wrapper .UpsellPopup {
  background: #fff;
  border: solid 2px #aaa;
  font-size: 13px;
  margin: 5% auto;
  width: 660px;
  z-index: 10000;
}
.UpsellPopup_wrapper .UpsellPopup h1 {
  color: #8b8a8a !important;
  float: left !important;
  font-size: 17px !important;
  margin-top: 10px !important;
  margin-bottom: 1px !important;
  margin-left: 30px !important;
  text-align: left !important;
  width: 100% !important;
}
.UpsellPopup_wrapper .UpsellPopup .upsellpopup_wrapper {
  float: left;
  margin: 5px 25px;
}
.UpsellPopup_wrapper .UpsellPopup .div_AccessoriesBtnAddtoCart {
  clear: both;
  margin-left: 320px;
}

/* POPUP: Upsell - END */
/* POPUP: Abandoned Cart - START */
.popupContainer .abandoned_popup .content {
  margin: 20px 30px 10px;
  width: 350px !important;
}
.popupContainer .abandoned_popup .content .title {
  font-size: 40px;
  margin-bottom: 15px;
}
.popupContainer .abandoned_popup .content .product_image {
  border: 1px solid #808080;
  display: block;
  margin: 20px auto 0;
  padding: 5px;
}
.popupContainer .abandoned_popup .content .btn_ShowNowAdvance {
  border: medium none !important;
  margin: 22px 0 10px !important;
}

/* POPUP: Abandoned Cart - END */
/* Save to Wish List & Projects Popup - START */
.popup_saveItem {
  border: 1px solid #2f8ad1;
  margin: 10px auto;
  position: relative;
  width: 500px;
}
.popup_saveItem h1 {
  color: #fc5a0f;
  font-size: 22px;
}
.popup_saveItem p {
  font-size: 14px;
}
.popup_saveItem a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.popup_saveItem a:hover {
  text-decoration: underline;
}
.popup_saveItem .close_popup {
  transition: all 0.25s ease;
  cursor: pointer;
  overflow: hidden;
  z-index: 999999;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff url("/WindmillCanada/pict/popups/close.svg") no-repeat center;
  top: 10px;
  right: 10px;
  position: absolute;
  display: inline-block;
  /* Hide text 'X' when not inside parent container...or remove all 'X' from other files. */
  text-indent: -1000em;
  /* Hide text 'X' when inside parent container...or remove all 'X' from other files. */
}
.popup_saveItem .close_popup:hover {
  transform: scale(0.8);
}
.popup_saveItem .close_popup .btn_content {
  background-color: transparent !important;
}
.popup_saveItem .savedItem_container {
  margin: 0 auto;
  padding: 20px 0;
  width: 95%;
}
.popup_saveItem .savedItem_container h1 {
  color: #00539b;
  margin-bottom: 5px;
  text-align: center;
}
.popup_saveItem .savedItem_container p {
  margin: 20px 0;
}
.popup_saveItem .savedItem_container label {
  display: inline-block;
  float: right;
  font-size: 11px;
  line-height: 7px;
  margin: 0 0 10px 18px;
  width: 255px;
}
.popup_saveItem .savedItem_container input[type=checkbox] {
  margin-left: -18px;
  vertical-align: middle;
}
.popup_saveItem .savedItem_container input[type=text] {
  float: right;
  height: 30px;
  width: 275px;
}
.popup_saveItem .savedItem_container .popup_rule {
  border: 1px solid #09579d;
}
.popup_saveItem .savedItem_container .email_label {
  display: inline-block;
  margin: 8px 0 0 20px;
}
.popup_saveItem .savedItem_container .name_project {
  clear: both;
}
.popup_saveItem .savedItem_container .popup_action {
  clear: both;
}
.popup_saveItem .savedItem_container .example_text {
  color: #939598;
  display: block;
  float: right;
  font-size: 11px;
  font-style: italic;
  margin: 0;
  width: 275px;
}
.popup_saveItem .savedItem_container .close_link {
  color: #06c;
  cursor: pointer;
  float: left;
  font-size: 14px;
  margin: 15px 0 0 20px;
  text-decoration: underline;
}
.popup_saveItem .savedItem_container .save_btn {
  background-color: #00539b;
  background-image: none;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 15px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin: 10px 0 0 10px;
  padding: 0 20px;
  text-align: center;
  width: 130px;
}
.popup_saveItem .savedItem_container .clear {
  clear: both;
}

/* Save to Wish List Popup - END */
/* Help icons & popups - START */
input[type=text][readonly] {
  border: none;
  outline: none;
}

.chargedescriptionpopup .content {
  padding: 12px 50px 12px 10px !important;
  width: 280px;
  height: auto;
  line-height: normal;
  text-align: left !important;
  box-sizing: content-box;
}
.chargedescriptionpopup .arrow {
  margin-left: -75px !important;
}
.chargedescriptionpopup .arrow:after {
  border: 1px solid #005386 !important;
}

.chargedescriptionhelpwrapper {
  display: inline-block !important;
  text-align: center;
  vertical-align: middle;
}

.chargedescriptionhelp {
  background: transparent url("/WindmillCanada/pict/specChgHelp.png") no-repeat scroll 0 0;
  margin-left: 2px;
  height: 14px;
  overflow: hidden;
  width: 14px;
  border: none;
  float: left;
  display: inline-block;
}

/* Help icons - END */
/* Email Collection - START */
.popupContainer .div_jQueryEmail {
  -webkit-transform: translate(-50%, -50%); /* Safari */
  transform: translate(-50%, -50%);
  display: none;
  left: 50%;
  margin: auto;
  min-height: 400px;
  padding: 30px 50px 15px;
  position: fixed;
  right: 0;
  text-align: left;
  top: 50%;
  width: 620px;
  z-index: 1199;
}
.popupContainer .div_jQueryEmail hr {
  background-color: #d0d0d0;
  border: none;
  height: 1px;
  margin: 20px auto;
  width: 90%;
}
.popupContainer .div_jQueryEmail .jemail_exists {
  padding-top: 100px;
}
.popupContainer .div_jQueryEmail .contentarea {
  margin: 0 auto;
  width: 90%;
}
.popupContainer .div_jQueryEmail .txt_offer {
  display: inline-block;
  line-height: 45px;
  vertical-align: middle;
}
.popupContainer .div_jQueryEmail .txt_offer .txt_line1 {
  font-size: 60px;
}
.popupContainer .div_jQueryEmail .txt_offer .txt_line2 {
  font-size: 41px;
}
.popupContainer .div_jQueryEmail .title {
  color: #014e9e;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
}
.popupContainer .div_jQueryEmail .emailsu_getexclusive {
  color: #03468c;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 0 15px 0 0;
  text-align: right;
  vertical-align: middle;
  width: 49%;
}
.popupContainer .div_jQueryEmail .emailsu_bulletin {
  color: #476988;
  display: inline-block;
  font-size: 13px;
  line-height: 22px;
  list-style-position: inside;
  margin: 0;
  padding: 0 0 0 15px;
  vertical-align: middle;
  width: 49%;
}
.popupContainer .div_jQueryEmail .emailsu_bulletin li {
  line-height: 1.35;
  margin: 0;
  padding: 0;
}
.popupContainer .div_jQueryEmail .emailsu_textwrap {
  margin: 0 0 25px;
}
.popupContainer .div_jQueryEmail .emailsu_thankyou {
  color: #476988;
  font-size: 13px;
  margin: 0 0 25px;
}
.popupContainer .div_jQueryEmail .emailsu_enteryour {
  color: #4c4c4c;
  font-size: 13px;
}
.popupContainer .div_jQueryEmail .emailsu_inputbox {
  border: 1px solid #bebebe;
  height: 40px;
  margin: 0 0 15px;
  padding: 0 10px;
  width: 100%;
}
.popupContainer .div_jQueryEmail .invalid {
  color: #f00;
}
.popupContainer .div_jQueryEmail .guarantee {
  margin: 0 0 0 10px;
}
.popupContainer .div_jQueryEmail .links {
  float: right;
  text-align: center;
}
.popupContainer .div_jQueryEmail .links a {
  display: block;
}
.popupContainer .div_jQueryEmail .emailsu_signup_btn {
  background-color: #014e9e;
  border-radius: 7px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 30px;
}
.popupContainer .div_jQueryEmail .emailsu_continue_btn {
  background-color: #014e9e;
  border-radius: 7px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 30px;
}
.popupContainer .div_jQueryEmail .emailsu_privacy {
  clear: both;
  padding-top: 15px;
  text-decoration: underline !important;
}
.popupContainer .div_jQueryEmail .emailsu_privacy:hover {
  text-decoration: none !important;
}

.email_registerNow,
.email_invalidEmail,
.email_thankyouLogo,
.email_exists {
  margin-left: 20px;
}

.email_invalidEmail,
.email_thankyouLogo,
.email_exists,
.jemail_invalidEmail,
.jemail_thankyouLogo,
.jemail_exists {
  background-color: inherit;
  display: none;
}

/* Email Collection - END */
.versesPopContainer {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border: medium none !important;
  overflow: visible !important;
}
.versesPopContainer .ui-dialog-titlebar {
  display: none;
}
.versesPopContainer .versePop {
  max-width: 700px;
  max-height: 500px;
  background-color: #fff !important;
  border: 1px solid #024f9d !important;
  box-shadow: 0 0 15px #888;
  left: 0;
  overflow: visible !important;
  right: 0;
}
.versesPopContainer .versePop .verses {
  max-width: 700px;
  max-height: 480px;
  overflow-y: auto;
}
.versesPopContainer .versePop .btn_close {
  transition: all 0.25s ease;
  cursor: pointer;
  overflow: hidden;
  z-index: 999999;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff url("/WindmillCanada/pict/popups/close.svg") no-repeat center;
  top: 10px;
  right: 10px;
  position: absolute;
  display: inline-block;
  /* Hide text 'X' when not inside parent container...or remove all 'X' from other files. */
  text-indent: -1000em;
  /* Hide text 'X' when inside parent container...or remove all 'X' from other files. */
}
.versesPopContainer .versePop .btn_close:hover {
  transform: scale(0.8);
}
.versesPopContainer .versePop .btn_close .btn_content {
  background-color: transparent !important;
}
.versesPopContainer .versePop .btn_close .btn_content {
  background-color: #fff;
  color: #024f9d;
  font-size: 15px;
  font-weight: 900;
  margin-top: -1px;
  padding-bottom: 1px;
}

/*#region popup toolkit*/
.pos-relative {
  position: relative;
}
.pos-relative [popup=absolute] {
  position: absolute;
}

[popup] {
  z-index: 10000;
  display: inline-block;
}
[popup][display=block] {
  display: block;
}
[popup]:not([visible=true]) {
  display: none;
}
[popup]:not([visible=true]) + .popup-mask {
  display: none;
}
[popup] > .box {
  z-index: 10200;
  /*border: $popup-border;*/
  overflow: visible;
  position: relative;
}
[popup] > .box > .top-right-circle-hex {
  transition: all 0.25s ease;
  cursor: pointer;
  overflow: hidden;
  z-index: 999999;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff url("/WindmillCanada/pict/popups/close.svg") no-repeat center;
  top: 10px;
  right: 10px;
  position: absolute;
  display: inline-block;
  /* Hide text 'X' when not inside parent container...or remove all 'X' from other files. */
  text-indent: -1000em;
  /* Hide text 'X' when inside parent container...or remove all 'X' from other files. */
}
[popup] > .box > .top-right-circle-hex:hover {
  transform: scale(0.8);
}
[popup] > .box > .top-right-circle-hex .btn_content {
  background-color: transparent !important;
}
[popup] > .box > .arrow {
  z-index: 10210;
  background: white;
  border: 1px solid #00649d;
  box-shadow: 4px 0 rgba(48, 48, 48, 0.8);
  position: absolute;
  border-radius: 0;
  transform: rotate(45deg);
  width: 28px;
  height: 28px;
}
[popup] > .box > .arrow[visible=false] {
  display: none;
}
[popup] > .box > .arrow.top {
  top: -10px;
  left: 2%; /*2% ~ 87%*/
}
[popup] > .box > .arrow.left {
  left: -10px;
  top: 4%; /*4% ~ 78%*/
}
[popup] > .box > .arrow.right {
  right: -10px;
  top: 10%; /*10% ~ 78%*/
}
[popup] > .box > .arrow.bottom {
  bottom: -10px;
  left: 2%; /*2% ~ 89%*/
}
[popup] > .box > .content {
  z-index: 10220;
  background: white;
  /*border-radius: $popup-border-radius;*/
  font-size: 14px;
  padding: 12px;
  position: relative;
  text-align: left;
}

#quoteOfferDetails .content {
  padding-right: 40px;
}

[popup=absolute-fixed] {
  z-index: 10210;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0;
}
[popup=absolute-fixed] + .popup-mask {
  background: rgba(48, 48, 48, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10200;
}

[popup=fixed] {
  z-index: 10210;
  position: fixed;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
[popup=fixed] + .popup-mask {
  background: rgba(48, 48, 48, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10200;
}
[popup=fixed] > .box {
  /*border: $modal-border;*/
  /*border-radius: $modal-border-radius;*/
  box-shadow: none;
  height: 100%;
}
[popup=fixed] > .box > .top-right-circle-hex {
  transition: all 0.25s ease;
  cursor: pointer;
  overflow: hidden;
  z-index: 999999;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff url("/WindmillCanada/pict/popups/close.svg") no-repeat center;
  top: 10px;
  right: 10px;
  position: absolute;
  display: inline-block;
  /* Hide text 'X' when not inside parent container...or remove all 'X' from other files. */
  text-indent: -1000em;
  /* Hide text 'X' when inside parent container...or remove all 'X' from other files. */
}
[popup=fixed] > .box > .top-right-circle-hex:hover {
  transform: scale(0.8);
}
[popup=fixed] > .box > .top-right-circle-hex .btn_content {
  background-color: transparent !important;
}
[popup=fixed] > .box > .content {
  background: white;
  /*border-radius: $modal-border-radius;*/
  padding: 12px;
  height: 100%;
}

/*#end popup toolkit*/
/* Expired Coupon Popup */
#popExpiredCoupon {
  top: 100px;
  text-align: center;
  margin: auto;
}
#popExpiredCoupon .content {
  width: auto;
  display: inline-block;
  height: auto;
}
#popExpiredCoupon .content .expiredCoupon_popup {
  background-color: #fff;
  color: #505050;
  width: 450px;
  padding: 0 40px;
  box-sizing: border-box;
}
#popExpiredCoupon .content .expiredCoupon_popup .expiredCoupon_heading {
  border-bottom: 1px solid #F2A900;
  color: #000;
  font-size: 50px;
  margin-bottom: 30px;
  padding: 0 0 20px 20px;
}
#popExpiredCoupon .content .expiredCoupon_popup .expiredCoupon_text {
  font-size: 34px;
  text-align: left;
  padding: 0 20px;
}
#popExpiredCoupon .content .expiredCoupon_popup .expiredCoupon_newCoupon {
  font-size: 18px;
  text-align: center;
}
#popExpiredCoupon .content .expiredCoupon_popup .bottom_text {
  font-size: 12px;
  margin-top: 25px;
  text-align: center;
}
#popExpiredCoupon .content .expiredCoupon_popup .expiredCoupon_alert {
  color: #FF0000;
  font-weight: bold;
}
#popExpiredCoupon .content .expiredCoupon_popup .button {
  cursor: pointer;
  text-align: center;
  margin: 25px 0;
  width: 100%;
}
#popExpiredCoupon .content .expiredCoupon_popup .btn_content {
  background-color: #05a26b;
  border-radius: 7px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 42px;
}

/* END Expired Coupon Popup*/
/*Up-Sell Popup*/
#upsell_popupcontainer {
  background-color: #fff;
  box-shadow: 0 0 15px #888;
  display: none;
  font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
  width: 450px !important;
  height: auto !important;
  overflow: visible;
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#upsell_popupcontainer .btn_close {
  transition: all 0.25s ease;
  cursor: pointer;
  overflow: hidden;
  z-index: 999999;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff url("/WindmillCanada/pict/popups/close.svg") no-repeat center;
  top: 10px;
  right: 10px;
  position: absolute;
  display: inline-block;
  /* Hide text 'X' when not inside parent container...or remove all 'X' from other files. */
  text-indent: -1000em;
  /* Hide text 'X' when inside parent container...or remove all 'X' from other files. */
}
#upsell_popupcontainer .btn_close:hover {
  transform: scale(0.8);
}
#upsell_popupcontainer .btn_close .btn_content {
  background-color: transparent !important;
}
#upsell_popupcontainer .btn_close .btn_content {
  background-color: #fff;
  color: #00649d;
  font-size: 15px;
  font-weight: 900;
  margin-top: -1px;
  padding-bottom: 1px;
}
#upsell_popupcontainer .upsell_wrapper {
  border: 1px solid #000;
  padding: 15px 0 0;
}
#upsell_popupcontainer .upsell_wrapper h1 {
  margin-top: 10px;
  color: #000;
  font-size: 45px;
  font-stretch: condensed;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
}
#upsell_popupcontainer .upsell_wrapper .upsell_content {
  color: #000;
  font-size: 15px;
  text-align: center;
}
#upsell_popupcontainer .upsell_wrapper .upsell_quantity .qty_container {
  padding: 10px;
}
#upsell_popupcontainer .upsell_wrapper .upsell_quantity .qty_container h1 {
  color: #fc5a0f !important;
  font-size: 15px !important;
}
#upsell_popupcontainer .upsell_wrapper .upsell_quantity .qty_container p {
  color: #000;
  font-size: 13px;
  margin-bottom: 5px;
}
#upsell_popupcontainer .upsell_wrapper .upsell_quantity .qty_message {
  text-align: right;
}
#upsell_popupcontainer .upsell_wrapper #upsell_action {
  margin-top: 20px;
}
#upsell_popupcontainer .upsell_wrapper #upsell_action .qty_cancel {
  color: #06C !important;
  display: block;
  font-weight: bold;
  margin-top: 20px;
  text-decoration: underline;
  text-align: center;
}
#upsell_popupcontainer .upsell_wrapper #upsell_action .qty_update {
  display: block;
  text-decoration: none;
  background-color: #1c8d00;
  border-radius: 7px;
  color: #fff !important;
  font-size: 14px;
  width: 300px;
  text-align: center;
  padding: 10px 0;
}

/*End Up-Sell Popup*/
.popup-charge {
  border: 1px solid #024f9d;
  position: absolute;
  top: 34px;
  left: 0;
}
.popup-charge .desktop {
  padding: 12px 45px 12px 12px !important;
}

.popup_saveItem {
  display: none;
}

.popupContainer .popup_saveItem {
  background-color: #fff !important;
  border: 1px solid #00649d;
  box-shadow: 0 0 15px #888;
  overflow: visible !important;
  max-width: 500px;
  padding: 0;
}

.popup_saveItem .savedItem_container label {
  line-height: 18px;
}

.popup_saveItem .savedItem_container .save_btn {
  width: 65%;
}

.view_wishlist a {
  color: #fff;
}

.popup_header {
  color: #00539b;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}

.form-group > span {
  font-size: 1em;
  line-height: 1em;
}

.checkbox div.email-sign-up-checkbox > input[type=checkbox],
.checkbox div.email-sign-up-checkbox > label,
.checkbox div.email-sign-up-checkbox > a {
  vertical-align: middle;
}

.relative {
  position: relative;
}

.relative .special_offers_popup {
  position: absolute;
  display: none;
  background: white;
  border: solid 1px gray;
  z-index: 2;
  width: 250px;
  padding: 10px;
  left: 100px;
}

.special_offers_popup .btnclose {
  position: absolute;
  top: 10px;
  right: 10px;
}

.special_offers_popup .special_offers_text1 {
  color: #545963;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2em;
}

.special_offers_popup .special_offers_text2 {
  color: orange;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin-right: 5px;
}

.special_offers_popup .special_offers_text3 {
  color: gray;
  font-size: 12px;
  margin-top: 10px;
}

.special_offers_popup .special_offer_link {
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  vertical-align: middle;
}

/*EDIT QUANTITY POPUP START*/
.popupContainer .qty_popup_container {
  background-color: #fff !important;
  border: 1px solid #00649d;
  box-shadow: 0 0 15px #888;
  overflow: visible !important;
  padding: 10px;
  min-width: 650px;
  height: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popupContainer .qty_popup_container .btn_close {
  transition: all 0.25s ease;
  cursor: pointer;
  overflow: hidden;
  z-index: 999999;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff url("/WindmillCanada/pict/popups/close.svg") no-repeat center;
  top: 10px;
  right: 10px;
  position: absolute;
  display: inline-block;
  /* Hide text 'X' when not inside parent container...or remove all 'X' from other files. */
  text-indent: -1000em;
  /* Hide text 'X' when inside parent container...or remove all 'X' from other files. */
}
.popupContainer .qty_popup_container .btn_close:hover {
  transform: scale(0.8);
}
.popupContainer .qty_popup_container .btn_close .btn_content {
  background-color: transparent !important;
}

.popupContainer .qty_popup_container .btn_close .btn_content {
  background-color: #fff;
  color: #00649d;
  font-size: 15px;
  font-weight: 900;
  margin-top: -1px;
  padding-bottom: 1px;
  height: 100%;
}

.qty_popup_container {
  display: none;
}

.qty_container h1 {
  color: #fc5a0f;
}

.qty_product_option a {
  text-decoration: underline;
}

.qty_action {
  text-align: center;
}

.qty_cancel {
  color: #06C !important;
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  margin: 10px auto;
  display: block;
  width: 150px;
}

.qty_update {
  display: block;
  text-decoration: none;
  background-color: #05a26b;
  border-radius: 7px;
  color: #fff !important;
  font-size: 14px;
  width: 250px;
  text-align: center;
  padding: 10px;
  margin: 0 auto;
  cursor: pointer;
}

/*EDIT QUANTITY POPUP END*/
/*Saved Project POPUP START*/
#project {
  display: none;
}

.project-container {
  width: 700px !important;
}
.project-container .ui-dialog-titlebar {
  display: none;
}
.project-container .ui-dialog-content {
  padding: 0;
}
.project-container .project-dialog {
  max-width: 800px;
  background-color: #fff;
}
.project-container .project-dialog .dialog-header {
  height: 40px;
}
.project-container .project-dialog .dialog-header .close {
  height: 40px;
  width: 40px;
  padding: 0;
  margin: 0 0 0 auto;
  background-color: transparent;
  color: #003087;
  border: 0;
  float: right;
  font-weight: 700;
  font-size: 40px;
  opacity: 0.5;
  line-height: 1;
  outline: none;
}
.project-container .project-dialog .dialog-body {
  width: 90%;
  margin: 5px auto;
  font-weight: 500;
}
.project-container .project-dialog .dialog-body .title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.project-container .project-dialog .dialog-body .desc {
  text-align: left;
  margin-bottom: 15px;
  font-weight: 400;
}
.project-container .project-dialog .dialog-body .required:after {
  content: "*required";
  color: red;
  margin-left: 5px;
}
.project-container .project-dialog .dialog-body .example {
  color: #bbb;
  font-weight: 400;
  margin-top: -10px;
  margin-bottom: 15px;
}
.project-container .project-dialog .dialog-body .privacy {
  border: none;
  color: #00f;
  text-decoration: underline;
}
.project-container .project-dialog .dialog-footer {
  text-align: center;
  padding: 10px;
}
.project-container .project-dialog .dialog-footer .btn-cancel {
  color: #003087;
  background: transparent;
  border: none;
  text-decoration: underline;
  font-weight: 700;
  margin: 0 20px 0 0;
}
.project-container .project-dialog .dialog-footer .btn-save {
  background-color: #05a26b;
  border: 0;
  border-radius: 7px;
  box-shadow: none;
  color: white;
  height: 48px;
  line-height: 23px;
  margin: 0 auto;
  width: 122px;
  font-weight: 700;
}
.project-container .project-dialog .dialog-footer .saving {
  cursor: default;
  -ms-opacity: 0.5;
  opacity: 0.5;
}

/*Saved Project POPUP END*/
/*Remove item start*/
#removeCartItemConfirmPopup .description, #removeWishListConfirmPopup .description, #removeSavedProjectConfirmPopup .description {
  font-size: 17px;
}
#removeCartItemConfirmPopup .btn-save, #removeWishListConfirmPopup .btn-save, #removeSavedProjectConfirmPopup .btn-save {
  background-color: #047C52;
  border-radius: 7px;
  box-shadow: none;
  color: white;
  height: 44px;
  line-height: 23px;
  margin: 0 auto;
  width: 122px;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  padding: 10px;
  border: 2px solid transparent;
}
#removeCartItemConfirmPopup .btn-save:hover, #removeWishListConfirmPopup .btn-save:hover, #removeSavedProjectConfirmPopup .btn-save:hover {
  background-color: white;
  border: 2px solid #047C52;
  color: #047C52;
}
#removeCartItemConfirmPopup .btn-cancel, #removeWishListConfirmPopup .btn-cancel, #removeSavedProjectConfirmPopup .btn-cancel {
  color: #003087;
  background: transparent;
  border: none;
  font-weight: 700;
  margin: 0 20px 0 0;
  text-decoration: underline;
}

.allImagesContainer {
  height: 100%;
  border: 0px solid rgba(0, 0, 0, 0) !important;
  padding: 0px !important;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.allImagesContainer .imgListingsTab {
  border-bottom: 3px solid #ccc;
  color: #ccc;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 8px;
  position: static;
  flex: 1;
  text-align: center;
}
@media (min-width: 550px) {
  .allImagesContainer .imgListingsTab {
    border: none;
    height: 35px;
    width: auto;
  }
}
.allImagesContainer .imgActive {
  background-color: transparent;
  border-bottom: 3px solid #003087;
  color: black;
}
.allImagesContainer .imgListingsTabs {
  margin-bottom: 30px;
  width: 50%;
  display: flex;
}
@media (min-width: 550px) {
  .allImagesContainer .imgListingsTabs {
    border-bottom: 3px solid #ccc;
    height: 35px;
    position: relative;
  }
}
.allImagesContainer .ui-state-default, .allImagesContainer .ui-widget-content .ui-state-default, .allImagesContainer .ui-widget-header .ui-state-default {
  border-radius: 100px;
  background: #003087;
  border: 1px solid #003087;
}
.allImagesContainer .ui-widget-header {
  background: #003087;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
}
.allImagesContainer .ui-widget-content {
  border-radius: 100px !important;
}
.allImagesContainer select {
  height: 40px;
  padding: 0 5px;
  border: 1px solid #000000;
  background: #FFFFFF;
  border-radius: 5px;
}

/*Remove item end*/
/* Product Badging - START */
/*GENERAL*/
.product_badge,
.gsa_grid_badge {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  height: 18px;
  left: auto;
  top: 0px;
  line-height: 11px;
  min-width: 50%;
  width: 160px;
  max-width: 100%;
  padding: 3px 5px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 9;
  visibility: visible;
}
.product_badge:before,
.gsa_grid_badge:before {
  border-right: 15px solid transparent;
  border-bottom: 15px solid;
  border-bottom-color: inherit;
  bottom: -6px;
  content: "";
  display: inline-block;
  position: absolute;
  left: 3px;
  transform: rotate(39deg);
}
.product_badge:after,
.gsa_grid_badge:after {
  content: "";
  width: 94%;
  position: absolute;
  border-bottom: 2px solid #D1D3D4;
  bottom: -2px;
  z-index: -1;
}

/*PRODUCT DETAIL PAGE, A LITTLE LARGER*/
.product_badge_lg {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  height: 18px;
  left: auto;
  top: 30px;
  line-height: 11px;
  min-width: 50%;
  width: 160px;
  max-width: 100%;
  padding: 12px 5px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 9;
  visibility: visible;
}
.product_badge_lg:before {
  border-right: 15px solid transparent;
  border-bottom: 15px solid;
  border-bottom-color: inherit;
  bottom: -6px;
  content: "";
  display: inline-block;
  position: absolute;
  left: 3px;
  transform: rotate(39deg);
}
.product_badge_lg:after {
  content: "";
  width: 94%;
  position: absolute;
  border-bottom: 2px solid #D1D3D4;
  bottom: -2px;
  z-index: -1;
}
@media (min-width: 950px) {
  .product_badge_lg {
    visibility: inherit !important;
  }
}

#badge-container .product_badge_lg {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  height: 18px;
  left: -69px;
  top: -5px;
  line-height: 11px;
  min-width: 50%;
  width: 160px;
  max-width: 100%;
  padding: 12px 5px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 9;
  visibility: visible;
}
#badge-container .product_badge_lg:before {
  border-right: 15px solid transparent;
  border-bottom: 15px solid;
  border-bottom-color: inherit;
  bottom: -6px;
  content: "";
  display: inline-block;
  position: absolute;
  left: 3px;
  transform: rotate(39deg);
}
#badge-container .product_badge_lg:after {
  content: "";
  width: 94%;
  position: absolute;
  border-bottom: 2px solid #D1D3D4;
  bottom: -2px;
  z-index: -1;
}
@media (min-width: 950px) {
  #badge-container .product_badge_lg {
    visibility: inherit !important;
  }
}

/*WISH LIST*/
.wishList .product_badge {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  height: 18px;
  left: auto;
  top: -8px;
  line-height: 11px;
  min-width: 50%;
  width: 200px;
  max-width: 100%;
  padding: 12px 5px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 99;
  visibility: visible;
}
.wishList .product_badge:before {
  border-right: 15px solid transparent;
  border-bottom: 15px solid;
  border-bottom-color: inherit;
  bottom: -6px;
  content: "";
  display: inline-block;
  position: absolute;
  left: 3px;
  transform: rotate(39deg);
}
.wishList .product_badge:after {
  content: "";
  width: 94%;
  position: absolute;
  border-bottom: 2px solid #D1D3D4;
  bottom: -2px;
  z-index: -1;
}

/*RECOMMENDED LIST*/
.pd_recommendations .product_badge {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  height: 18px;
  left: auto;
  top: 10px;
  line-height: 11px;
  min-width: 50%;
  width: 160px;
  max-width: 100%;
  padding: 12px 5px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 0;
  visibility: visible;
}
.pd_recommendations .product_badge:before {
  border-right: 15px solid transparent;
  border-bottom: 15px solid;
  border-bottom-color: inherit;
  bottom: -6px;
  content: "";
  display: inline-block;
  position: absolute;
  left: 3px;
  transform: rotate(39deg);
}
.pd_recommendations .product_badge:after {
  content: "";
  width: 94%;
  position: absolute;
  border-bottom: 2px solid #D1D3D4;
  bottom: -2px;
  z-index: -1;
}

/*COLOR GRADIENTS FOR ALL*/
.product_badge_new {
  background-image: linear-gradient(90deg, #5c0a2d 6%, #A81253 35%);
  border-color: #5c0a2d;
}

.product_badge_exclusive {
  background-image: linear-gradient(90deg, #4a0e8b 6%, #7215d8 35%);
  border-color: #4a0e8b;
}

.product_badge_bestseller {
  background-image: linear-gradient(90deg, #194d1d 6%, #26762C 35%);
  border-color: #194d1d;
}

.product_badge_clearance {
  background-image: linear-gradient(90deg, #6f1111 6%, #D92121 35%);
  border-color: #6f1111;
}

.product_badge_madeinusa {
  background-image: linear-gradient(90deg, #001b4d 6%, #003087 35%);
  border-color: #001b4d;
}

.product_badge_trending {
  background-image: linear-gradient(90deg, #4a0e8b 6%, #7215d8 35%);
  border-color: #4a0e8b;
}

/* Product Badging - END */
/*@import "components/quickQuote";*/
/* Review Stars - START */
.product_rating,
.gsa_grid_rating {
  clear: both;
}
.product_rating .stars,
.gsa_grid_rating .stars {
  float: left;
  margin-top: 2px;
}
.product_rating .numreviews,
.gsa_grid_rating .numreviews {
  color: #888;
  float: left;
  font-size: 11px;
  text-decoration: underline;
}

.review_stars {
  background: url("/WindmillCanada/pict/review_stars.png") no-repeat;
  font-size: 1px;
  height: 10px;
  margin-right: 7px;
  width: 67px;
}
.review_stars.rs50 {
  background-position: 0 0;
}
.review_stars.rs49, .review_stars.rs48, .review_stars.rs47 {
  background-position: 0 -10px;
}
.review_stars.rs46, .review_stars.rs45, .review_stars.rs44 {
  background-position: 0 -20px;
}
.review_stars.rs43, .review_stars.rs42, .review_stars.rs41 {
  background-position: 0 -30px;
}
.review_stars.rs40 {
  background-position: 0 -40px;
}
.review_stars.rs39, .review_stars.rs38, .review_stars.rs37 {
  background-position: 0 -50px;
}
.review_stars.rs36, .review_stars.rs35, .review_stars.rs34 {
  background-position: 0 -60px;
}
.review_stars.rs33, .review_stars.rs32, .review_stars.rs31 {
  background-position: 0 -70px;
}
.review_stars.rs30 {
  background-position: 0 -80px;
}
.review_stars.rs29, .review_stars.rs28, .review_stars.rs27 {
  background-position: 0 -90px;
}
.review_stars.rs26, .review_stars.rs25, .review_stars.rs24 {
  background-position: 0 -100px;
}
.review_stars.rs23, .review_stars.rs22, .review_stars.rs21 {
  background-position: 0 -110px;
}
.review_stars.rs20 {
  background-position: 0 -120px;
}
.review_stars.rs19, .review_stars.rs18, .review_stars.rs17 {
  background-position: 0 -130px;
}
.review_stars.rs16, .review_stars.rs15, .review_stars.rs14 {
  background-position: 0 -140px;
}
.review_stars.rs13, .review_stars.rs12, .review_stars.rs11 {
  background-position: 0 -150px;
}
.review_stars.rs10 {
  background-position: 0 -160px;
}
.review_stars.rs09, .review_stars.rs08, .review_stars.rs07 {
  background-position: 0 -170px;
}
.review_stars.rs06, .review_stars.rs05, .review_stars.rs04 {
  background-position: 0 -180px;
}
.review_stars.rs03, .review_stars.rs02, .review_stars.rs01 {
  background-position: 0 -190px;
}
.review_stars.rs00 {
  display: none;
}
.review_stars.rs {
  display: none;
}

.reviewstars {
  background: url("/WindmillCanada/pict/reviewstars.gif") no-repeat;
  float: left;
  font-size: 1px;
  height: 13px;
  margin-right: 7px;
  width: 70px;
}
.reviewstars.r50 {
  background-position: 0 0;
}
.reviewstars.r49, .reviewstars.r48, .reviewstars.r47 {
  background-position: 0 -13px;
}
.reviewstars.r46, .reviewstars.r45, .reviewstars.r44 {
  background-position: 0 -26px;
}
.reviewstars.r43, .reviewstars.r42, .reviewstars.r41 {
  background-position: 0 -39px;
}
.reviewstars.r40 {
  background-position: 0 -52px;
}
.reviewstars.r39, .reviewstars.r38, .reviewstars.r37 {
  background-position: 0 -65px;
}
.reviewstars.r36, .reviewstars.r35, .reviewstars.r34 {
  background-position: 0 -78px;
}
.reviewstars.r33, .reviewstars.r32, .reviewstars.r31 {
  background-position: 0 -91px;
}
.reviewstars.r30 {
  background-position: 0 -104px;
}
.reviewstars.r29, .reviewstars.r28, .reviewstars.r27 {
  background-position: 0 -117px;
}
.reviewstars.r26, .reviewstars.r25, .reviewstars.r24 {
  background-position: 0 -130px;
}
.reviewstars.r23, .reviewstars.r22, .reviewstars.r21 {
  background-position: 0 -143px;
}
.reviewstars.r20 {
  background-position: 0 -156px;
}
.reviewstars.r19, .reviewstars.r18, .reviewstars.r17 {
  background-position: 0 -169px;
}
.reviewstars.r16, .reviewstars.r15, .reviewstars.r14 {
  background-position: 0 -182px;
}
.reviewstars.r13, .reviewstars.r12, .reviewstars.r11 {
  background-position: 0 -195px;
}
.reviewstars.r10 {
  background-position: 0 -208px;
}
.reviewstars.r09, .reviewstars.r08, .reviewstars.r07 {
  background-position: 0 -221px;
}
.reviewstars.r06, .reviewstars.r05, .reviewstars.r04 {
  background-position: 0 -234px;
}
.reviewstars.r03, .reviewstars.r02, .reviewstars.r01 {
  background-position: 0 -247px;
}
.reviewstars.r00 {
  background-position: 0 -260px;
}
.reviewstars.r {
  display: none;
}

/* Review Stars - END */
/*@import "components/swatches";
@import "components/priceTable";
@import "components/pdRichContent.scss";
@import "components/optOut";
@import "components/moreViews";*/
.pd_recommendations {
  margin-top: 50px;
}
.pd_recommendations .no-item-found {
  display: none;
}
.pd_recommendations .content {
  max-width: 1300px;
}
.pd_recommendations .content .headline, .pd_recommendations .content h2 {
  color: #000;
  font-size: 1.5rem;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
.pd_recommendations .content .arrow_container {
  background-color: white;
}
.pd_recommendations .content .leftRight_arrows {
  display: inline-block;
  height: 200px;
  margin: 0 0 0 10px;
  padding-top: 85px;
  vertical-align: top;
  width: 40px;
}
.pd_recommendations .content .leftRight_arrows .arrow {
  height: 27px;
  width: 27px;
  margin-top: -44px;
  top: 50%;
  position: absolute;
  display: block;
  cursor: pointer;
  border-width: 7px 7px 0 0;
  border-style: solid;
  border-color: #33C5F3;
  outline: 0;
  z-index: 3;
}
.pd_recommendations .content .leftRight_arrows .arrow.left {
  border-color: #ccc;
  transform: rotate(222deg);
}
.pd_recommendations .content .leftRight_arrows .arrow.right {
  transform: rotate(45deg);
}
.pd_recommendations .content .leftRight_arrows .arrow.right:before, .pd_recommendations .content .leftRight_arrows .arrow:after, .pd_recommendations .content .leftRight_arrows .arrow.left:before, .pd_recommendations .content .leftRight_arrows .arrow:after {
  display: none;
}
.pd_recommendations .content .recommendations_scrollContainer {
  display: inline-block;
  height: 300px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 800px;
}
.pd_recommendations .content .recommendations_scrollContainer .recommendations_products {
  left: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 600px) {
  .pd_recommendations .content .recommendations_scrollContainer {
    width: 400px;
  }
}
@media (min-width: 875px) {
  .pd_recommendations .content .recommendations_scrollContainer {
    width: 600px;
  }
}
@media (min-width: 950px) {
  .pd_recommendations .content .recommendations_scrollContainer {
    width: 800px;
  }
}
@media (min-width: 1300px) {
  .pd_recommendations .content .recommendations_scrollContainer {
    width: 1125px;
  }
}
.pd_recommendations .content .recommendation_container {
  position: relative;
  vertical-align: top;
  height: 309px;
  width: 195px;
  display: inline-block;
  margin-left: 3%;
  text-align: center;
}
.pd_recommendations .content .recommendation_container:first-of-type {
  margin-left: 0;
}
.pd_recommendations .content a {
  text-decoration: none;
}
.pd_recommendations .content .recommendation_product {
  font-weight: bold;
  margin-top: 20px;
  white-space: normal;
  text-decoration: underline;
}
.pd_recommendations .content .product_price {
  line-height: 16px;
  font-size: 12px;
  color: #000;
  margin: 3px 0px;
  text-decoration: none;
}
.pd_recommendations .content .product_rating {
  margin-left: 53px;
}
.pd_recommendations .content .secondarybtn {
  position: absolute;
  bottom: 0;
  left: 26px;
  display: none;
}

/*@import "components/aploptin";
@import "components/headerEmailOptIn";*/
@keyframes loader {
  15% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(230px);
  }
  65% {
    transform: translateX(230px);
  }
  95% {
    transform: translateX(0);
  }
}
@keyframes loading-text {
  0% {
    content: "Loading";
  }
  25% {
    content: "Loading.";
  }
  50% {
    content: "Loading..";
  }
  75% {
    content: "Loading...";
  }
}
.animated-loading-container {
  display: none;
  height: 100vh;
  width: 100%;
  font-family: Helvetica;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
.animated-loading-container .loader {
  height: 20px;
  width: 250px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.animated-loading-container .loader--dot {
  animation-name: loader;
  animation-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  border: 2px solid white;
}
.animated-loading-container .loader--dot:first-child {
  background-color: #33C5F3;
  animation-delay: 0.5s;
}
.animated-loading-container .loader--dot:nth-child(2) {
  background-color: #E84784;
  animation-delay: 0.4s;
}
.animated-loading-container .loader--dot:nth-child(3) {
  background-color: #130F41;
  animation-delay: 0.3s;
}
.animated-loading-container .loader--dot:nth-child(4) {
  background-color: #E84784;
  animation-delay: 0.2s;
}
.animated-loading-container .loader--dot:nth-child(5) {
  background-color: #33C5F3;
  animation-delay: 0.1s;
}
.animated-loading-container .loader--dot:nth-child(6) {
  background-color: #130F41;
  animation-delay: 0s;
}
.animated-loading-container .loader--text {
  position: absolute;
  top: 200%;
  left: 0;
  right: 0;
  width: 4rem;
  margin: auto;
  text-shadow: 1px 1px 2px #fff, 0 0 1em rgba(0, 0, 0, 0.3), 0 0 0.2em rgba(0, 0, 0, 0.3);
}
.animated-loading-container .loader--text:after {
  content: "Loading";
  font-weight: bold;
  animation-name: loading-text;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

