/* Minification failed. Returning unminified contents.
(5488,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5489,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17287,54): run-time error CSS1030: Expected identifier, found '.'
(17287,70): run-time error CSS1031: Expected selector, found ')'
(17287,70): run-time error CSS1025: Expected comma or open brace, found ')'
 */
@charset "UTF-8";
.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 */
.aboutus {
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
  padding: 40px 2% 20px 2%;
  line-height: 1.4em;
  /*.table1 thead th:empty{
      background:#fff;
      border:none;
  }*/
}
.aboutus h1, .aboutus h2, .aboutus h3, .aboutus h4, .aboutus h5, .aboutus h6 {
  margin-bottom: 20px;
  margin-top: 20px;
  color: #000;
  text-transform: capitalize;
}
.aboutus h1 {
  font-size: 36px;
}
.aboutus h2 {
  font-size: 32px;
}
.aboutus h3 {
  font-size: 28px;
}
.aboutus h4 {
  font-size: 24px;
}
.aboutus h5 {
  font-size: 20px;
}
.aboutus h6 {
  font-size: 18px;
}
.aboutus p {
  margin-bottom: 20px;
}
.aboutus b {
  font-weight: 700;
}
.aboutus ul {
  list-style: disc;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 20px;
}
.aboutus ul li {
  margin-bottom: 5px;
}
.aboutus table.table1 {
  font: bold 100% "Trebuchet MS", sans-serif;
  border-collapse: separate;
  /*width:790px;*/
  width: 95%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.aboutus .table1 thead th {
  color: #fff;
  font-size: 13px;
  text-shadow: 1px 1px 1px #333;
  text-align: center;
  padding: 2px;
  border: 1px solid #e1e1e1;
  background-color: #2e6481;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.aboutus .table1 tbody th {
  color: #333;
  text-shadow: 1px 1px 1px #fff;
  text-align: center;
  padding: 1px;
  background-color: #ededed;
  border: 1px solid #e1e1e1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.aboutus .table1 tbody td {
  color: #666;
  text-shadow: 1px 1px 1px #fff;
  text-align: center;
  padding: 1px;
  background-color: #f5f5f5;
  border: 1px solid #e1e1e1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.aboutus .table1 tfoot th {
  text-align: center;
  color: #333;
  text-shadow: 1px 1px 1px #fff;
  padding: 1px;
  background-color: #ededed;
  border: 1px solid #e1e1e1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.aboutus .table1 tfoot td {
  color: #A41C37;
  font-size: 17px;
  text-align: center;
  padding: 5px 0px;
  text-shadow: 1px 1px 1px #444;
  background-color: #f5f5f5;
  border: 1px solid #e1e1e1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* Careers - START */
.careers_wrapper {
  font-size: 12px;
  margin-bottom: 130px;
  overflow: hidden;
}
.careers_wrapper h4 {
  margin-bottom: 8px;
}
.careers_wrapper .column_left {
  float: left;
  width: 600px;
}
.careers_wrapper .introtext {
  line-height: 16px;
}

/* Careers - END */
/* Category - START */
#divcategorylisting {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
}

.category_filters .category_box,
.gsa_filters .category_box {
  border-left: 0;
  color: #06C;
  margin: 0 0 5px;
  padding: 0 0 5px 0px;
  text-align: left;
  max-width: 172px;
}
.category_filters .category_box .category_filtitle,
.gsa_filters .category_box .category_filtitle {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
}
.category_filters .category_box .catfilgroup,
.gsa_filters .category_box .catfilgroup {
  color: #454545;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
  padding: 5px 0;
}
.category_filters .category_box .catfilgroup .arrow,
.gsa_filters .category_box .catfilgroup .arrow {
  float: right;
  width: 13px;
  height: 13px;
  margin-left: 5px;
  background-image: url("/WindmillCanada/pict/down_arrow.svg");
  position: relative;
  top: 5px;
}
.category_filters .category_box .catfilgroup .left,
.gsa_filters .category_box .catfilgroup .left {
  background-image: url("/WindmillCanada/pict/right_arrow.svg");
}
.category_filters .category_box .catfilgroup .text,
.gsa_filters .category_box .catfilgroup .text {
  color: #000000;
  text-transform: uppercase;
  border-top: 2px solid #bbbaba;
  padding-top: 3px;
}
.category_filters .category_box .catfilmenu,
.gsa_filters .category_box .catfilmenu {
  overflow: hidden;
}
.category_filters .category_box .catfilmenu ul,
.gsa_filters .category_box .catfilmenu ul {
  color: #000000;
  font-size: 11px;
  list-style-image: url("/WindmillCanada/pict/pix.gif");
  margin: 0;
  padding: 3px 0;
  font-weight: bold !important;
}
.category_filters .category_box .catfilmenu ul li,
.gsa_filters .category_box .catfilmenu ul li {
  padding: 3px 2px 3px 13px;
}
.category_filters .category_box .catfilmenu ul li a,
.gsa_filters .category_box .catfilmenu ul li a {
  color: #000000;
  font-size: 11px;
  padding: 0;
  text-decoration: none;
}
.category_filters .category_box .catfilmenu ul li a:hover,
.gsa_filters .category_box .catfilmenu ul li a:hover {
  text-decoration: underline;
}
.category_filters .category_box .catfilmenu ul li input[type=checkbox],
.gsa_filters .category_box .catfilmenu ul li input[type=checkbox] {
  cursor: pointer;
  margin-top: 0px;
  vertical-align: middle;
}
.category_filters .category_box .catfilmenu ul li label.text,
.gsa_filters .category_box .catfilmenu ul li label.text {
  cursor: pointer;
}
/*category_content style updates*/
.category_content {
  max-width: 1192px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.category_center_page {
  display: flex;
}

.category_main {
  flex: 1;
  padding-left: 20px;
}
.category_main .category_margin5 {
  margin-right: 5px;
}
.category_main .category_margin8 {
  margin-right: 8px;
}
.category_main .category_margin10 {
  margin-right: 10px;
}
.category_main .category_header {
  margin-bottom: 10px;
}
.category_main .category_header .category_head {
  font-size: 18px;
  font-weight: 700;
  color: #454545;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
}
.category_main .category_header .category_itemcount {
  color: #595959;
  font-size: 12px;
  font-weight: 600;
  margin: 5px 0 0 5px;
}
.category_main .category_header .category_ddlsort {
  color: #000;
}
.category_main .catfilremovecontainer {
  border-radius: 10px;
  border: 1px solid #CCC;
  /*color: #2C5987;*/
  font-weight: bold;
  margin-bottom: 5px;
  padding: 8px;
  line-height: 20px;
}
.category_main .catfilremovecontainer .catfilremove {
  /*cursor: pointer;*/
  margin-left: 10px;
}
.category_main .catfilremovecontainer .catfilremove .icon {
  background-color: #56BCE2;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 10px;
  height: 13px;
  line-height: 15px;
  margin: 3px 2px 0;
  text-align: center;
  width: 13px;
}
.category_main .products_margin {
  margin-bottom: 30px;
}
.category_main .product_container {
  display: inline-block;
  margin: 0 4px 30px 15px;
  overflow: hidden;
  padding-bottom: 40px;
  vertical-align: top;
  width: 231px;
}
.category_main .product_container .product_image_container {
  cursor: pointer;
  height: 304px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.category_main .product_container .product_image_container .product_image {
  height: 280px;
  padding: 0;
  position: absolute;
  top: 20px;
}
.category_main .product_container .product_image_container .product_image .category_thumb4 {
  height: 100%;
  width: 100%;
}
.category_main .product_container .product_info {
  color: #000;
  font-size: 12px;
  line-height: 16px;
}
.category_main .product_container .product_info .quickview_link {
  border-bottom: 1px solid silver;
  color: #2f84c0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 4px;
  padding-bottom: 4px;
  text-decoration: none;
}
.category_main .product_container .product_info .quickview_link:before {
  background-image: url("/WindmillCanada/pict/quick-view-icon.svg");
  background-size: 17px 15px;
  content: "";
  display: inline-block;
  height: 15px;
  margin-right: 3px;
  position: relative;
  top: 1px;
  width: 17px;
}
.category_main .product_container .product_info .divider {
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  clear: both;
}
.category_main .product_container .product_info .addtocart_link {
  /*border: 1px solid #F5F5F5;*/
  clear: both;
  color: #2f84c0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
  padding: 0 0 4px 0;
  text-decoration: none;
  height: 20px;
}
.category_main .product_container .product_info .addtocart_link a {
  color: #215D87;
  text-decoration: none;
}
.category_main .product_container .product_info .addtocart_link img {
  height: 13px;
  margin-right: 3px;
  position: relative;
  top: 1px;
  width: 17px;
}
.category_main .product_container .product_info .click_swatch_txt {
  font-weight: 700;
  font-size: 10px;
}
.category_main .product_container .product_info .text_info {
  clear: both;
}
.category_main .product_container .product_info .text_info .product_name {
  font-size: 14px;
  font-weight: 700;
  text-overflow: initial;
  text-transform: uppercase;
  white-space: normal;
}
.category_main .product_container .product_info .text_info .product_name a {
  color: #024f9d;
  text-decoration: none;
}
.category_main .product_container .product_info .text_info .product_add_desc {
  color: #000;
  white-space: normal;
  word-break: keep-all;
  word-wrap: break-word;
  margin: 12px 0;
  font-size: 13px;
}
.category_main .product_container .product_info .text_info .product_id {
  color: #595959;
  font-size: 11px;
}
.category_main .product_container .product_info .text_info .product_price {
  display: inline-block;
  font-size: 14px;
}

/* Category - END */
/* 'Go to Top' arrow - START */
.category_uparrow {
  cursor: pointer;
  /*display: none;*/
  left: 800px;
  position: absolute;
  text-align: center;
  top: 0;
}
@media (min-width: 950px) {
  .category_uparrow {
    display: block;
  }
}
.category_uparrow .icon {
  background-image: url("/WindmillCanada/pict/category_uparrow.png");
  height: 24px;
  width: 54px;
}

/* 'Go to Top' arrow - END */
/* Banners - START */
.category_banner {
  margin-bottom: 30px;
  text-align: center;
}
.category_banner li {
  list-style-type: none;
  text-align: center;
}
@media (max-width: 949px) {
  .category_banner img {
    height: auto;
    width: 100%;
  }
}
.category_banner .banner_text {
  left: 25px;
  position: absolute;
  text-align: left;
  top: 10px;
  zoom: 68%;
}
@media (min-width: 750px) {
  .category_banner .banner_text {
    zoom: 77%;
  }
}
@media (min-width: 850px) {
  .category_banner .banner_text {
    zoom: 88%;
  }
}
@media (min-width: 950px) {
  .category_banner .banner_text {
    zoom: 100%;
  }
}
.category_banner .banner_text .title {
  color: #34beff;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 45px;
  text-shadow: 0 0 15px #018bcc;
}
.category_banner .banner_text .subtitle {
  color: #ddd;
  font-size: 26px;
  line-height: 26px;
  margin-top: 3px;
}
.category_banner .banner_text .description {
  color: #ddd;
  font-size: 14px;
  line-height: 16px;
  margin-top: 3px;
}
.category_banner .banner_text .footnote {
  color: #ddd;
  font-size: 11px;
  margin: 7px 0 0;
}

.banner_coupon {
  background-color: #fff;
  position: relative;
  width: 950px;
}
.banner_coupon .content {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#eeeeee', endColorstr='#fff')";
  background-image: -moz-linear-gradient(top, #eeeeee 0, #fff 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#fff));
  background-color: #eee;
  border: 3px dashed #074b88;
  margin-top: 24px;
  padding: 18px 40px;
  width: auto;
}
.banner_coupon .content .title {
  color: #000;
  font-size: 40px;
  margin-bottom: 15px;
}
.banner_coupon .content .description {
  color: #024f9d;
  font-size: 14px;
  font-weight: 700;
  width: 450px;
}
.banner_coupon .content .banner_image {
  background-image: url("/WindmillCanada/pict/tags.png");
  background-repeat: no-repeat;
  height: 188px;
  position: absolute;
  right: 40px;
  top: -24px;
  width: 431px;
}
.banner_coupon .fineprint {
  color: #8c8c8c;
  display: block;
  font-size: 10px;
  margin: 15px 0 0;
  text-align: right;
}

/* Banners - END */
.pagination_container {
  width: 100%;
  margin: 10px auto;
  display: inline-block;
}
.pagination_container .pagination_items_container {
  width: 75%;
  height: auto;
  margin: 20px auto;
  text-align: center;
}
.pagination_container .pagination_items_container .pagination_text {
  color: #595959;
  font-weight: bold;
  font-family: arial;
}
.pagination_container .pagination_smaller_container {
  width: 75%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.pagination_container .pagination_smaller_container .pagination {
  width: 40px;
  height: 35px;
  background-color: #024f9d;
  color: #FFF !important;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  font-weight: bold;
  font-family: arial;
  font-size: 1.1em !important;
  margin: 0 0.9%;
  vertical-align: middle;
}
.pagination_container .pagination_smaller_container .underline_page {
  text-decoration: underline;
}
.pagination_container .pagination_smaller_container .active_pagination_page {
  background-color: #0F5D8A;
}
.pagination_container .pagination_smaller_container .disabled {
  color: #f2f2f2;
  background-color: #bfbfbf;
  display: none;
}

#videobanner #galleryholder {
  display: none;
  right: 0;
  top: 0;
}

.cat-img-rotator {
  background-color: fff;
  margin: 0 0 40px 0;
}
.cat-img-rotator #hero-inner {
  margin: 0 auto;
  width: 85%;
  max-width: 1300px;
}
.cat-img-rotator .csslider {
  width: 100%;
}
.cat-img-rotator .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) {
  .cat-img-rotator .csslider > ul {
    height: auto;
  }
}
.cat-img-rotator .csslider > ul img {
  width: 100%;
  height: auto;
}
.cat-img-rotator .csslider > .arrows label:hover {
  box-shadow: inset 3px -3px 0 2px #33C5F3;
}
.cat-img-rotator .csslider > .navigation label:after {
  background: #33C5F3;
}
.cat-img-rotator .csslider > .navigation {
  bottom: 10px;
}

/* Checkout1 - START */
.checkout_flex {
  display: flex;
}

.selectContent {
  width: 290px;
  position: relative;
  font-size: 12px;
}
.selectContent ul, .selectContent li {
  list-style: none;
}
.selectContent .selectText {
  height: 100%;
  line-height: 36px;
  padding-left: 10px;
  border: 1px solid #c1c1c1;
  cursor: pointer;
}
.selectContent .selectUl {
  border: 1px solid #c1c1c1;
  background: #ffffff;
  border-top: none;
  display: none;
  position: absolute;
  top: 26px;
  left: 0;
  width: 100%;
  padding-left: 0px;
}
.selectContent .selectUl .selectLi {
  height: 28px;
  line-height: 28px;
  padding-left: 10px;
  cursor: pointer;
}
.selectContent .selectUl .selectLi:hover {
  background: #0074E8;
  color: white;
}
.selectContent .arrow {
  bottom: -16px;
  height: 16px;
  position: absolute;
  margin-left: -35px;
  top: 15px;
  left: 94% !important;
  overflow: hidden;
  width: 50px !important;
}
.selectContent .arrow:after {
  background: white;
  border: 1px solid #024f9d;
  box-shadow: 0 0 15px -5px #aaa;
  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;
}

.normal-login > div {
  float: left;
}
.normal-login .returning_customer_login {
  width: 490px;
  padding: 0 40px 40px 0;
  float: none;
  margin: 0 auto;
}
.normal-login .returning_customer_login div.recovery-pwd {
  margin-top: 8px;
  text-align: right;
}
.normal-login .guest-checkout {
  padding: 0 0 40px 40px;
  width: 490px;
}
.normal-login .guest-checkout h4 {
  margin: 20px 4px;
}

.checkout-info {
  width: 610px;
  margin: 0 auto;
}

.checkout1_left {
  float: none;
  margin: 0 auto;
  text-align: left;
  width: 980px;
}
@media (min-width: 950px) {
  .checkout1_left {
    float: none;
    margin: 0 auto;
  }
}

.checkout1_right #summary_block {
  float: none;
  margin: 0 auto;
  width: 410px;
  background: white;
}
.checkout1_right #summary_block .summary_wrapper {
  background-color: white;
  border: none;
  margin-top: 40px;
}
.checkout1_right #summary_block .summary_heading, .checkout1_right #summary_block .CouponWidgetBlock, .checkout1_right #summary_block .pricing_flex, .checkout1_right #summary_block .Shipping_Container {
  display: none !important;
}
.checkout1_right #summary_block > .checkout_iconwrapper {
  float: right;
  max-width: 285px;
}
.checkout1_right > .help_section {
  float: left;
  background: white;
}

.shipping_section h1 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0 4px;
}
.shipping_section a {
  cursor: pointer;
}
.shipping_section a.shippingacctnum {
  font-size: 11px;
}
.shipping_section hr {
  margin: 25px 0;
}
.shipping_section .passage {
  font-size: 15px;
}
.shipping_section .shipping_email {
  margin: 28px 0;
}
.shipping_section .customer_type {
  margin-bottom: 15px;
  text-align: center;
}
.shipping_section .customer_number_registration {
  clear: both;
  font-size: 14px;
  text-align: center;
  width: 100%;
}
.shipping_section .label {
  color: #000;
  font-size: 15px;
}
.shipping_section input[type=text], .shipping_section input[type=password], .shipping_section select {
  border: 1px solid #aaa;
  height: 38px;
  width: 100%;
}
.shipping_section input[type=text][readonly] {
  border: none;
  padding-left: 8px;
}
.shipping_section .button {
  border-radius: 7px;
  cursor: pointer;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: 5px 15px 0;
  overflow: hidden;
}
.shipping_section .btn {
  border-radius: 7px;
  border: 1px solid #fff;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
}
.shipping_section .btn_blue {
  background-color: #024f9d;
}
.shipping_section .btn_gray {
  background-color: #aaa;
}
.shipping_section .btn_size19 {
  padding: 10px 19px;
}
.shipping_section .btn_size52 {
  padding: 10px 52px;
}
.shipping_section .required:after {
  color: #f00;
  content: "*";
  margin-left: 3px;
}
.shipping_section .table_container {
  width: 100%;
}
.shipping_section .table_container .gap {
  width: 15px;
}
.shipping_section .table_container .td_right {
  text-align: right;
}
.shipping_section .shipping_custnum {
  margin: 28px 0;
}
.shipping_section .returning_customer_links {
  margin-top: 30px;
}
.shipping_section .upper {
  margin-top: -15px;
}
.shipping_section .right {
  margin-left: 18px;
}
.shipping_section .checkbox {
  margin-top: 7px;
}
.shipping_section .checkbox label {
  font-size: 12px;
  vertical-align: top;
}
.shipping_section .inline_block {
  display: inline-block;
}
.shipping_section .shipping_name, .shipping_section .shipping_company, .shipping_section .shipping_city, .shipping_section .shipping_method, .shipping_section .shipping_accountnum {
  width: 292px;
}
.shipping_section .shipping_state, .shipping_section .shipping_zip, .shipping_section .shipping_phoneext {
  width: 136px;
}
.shipping_section .shipping_phoneext_message {
  white-space: nowrap;
}
.shipping_section .full_width {
  width: 606px;
}
.shipping_section .shipping_phone {
  width: 450px;
}
.shipping_section .shipping_address > div, .shipping_section .billing_address > div, .shipping_section .shipping_methods > div {
  margin-top: 15px;
}
.shipping_section .btn_customer {
  color: #fff;
  font-size: 14px;
}
.shipping_section .btn_customer .btn_content, .shipping_section .btn_customer .wishList .quickadd_but, .wishList .shipping_section .btn_customer .quickadd_but, .shipping_section .btn_customer #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .shipping_section .btn_customer .quickadd_but {
  background-color: #024f9d;
  padding: 10px 20px;
}
.shipping_section .btn_guest {
  color: #fff;
  font-size: 14px;
}
.shipping_section .btn_guest .btn_content, .shipping_section .btn_guest .wishList .quickadd_but, .wishList .shipping_section .btn_guest .quickadd_but, .shipping_section .btn_guest #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .shipping_section .btn_guest .quickadd_but {
  background-color: #024f9d;
  padding: 10px 20px;
}

/*global, but used for checkout below*/
.checkoutLogin_container {
  margin: 0;
}

/* Checkout1 - END */
/*Checkout1 Recognize Email And Create Password - START*/
.createPasswordDialog {
  width: 620px !important;
}
.createPasswordDialog .step1Content {
  padding: 20px;
  width: 560px;
}
.createPasswordDialog .step2Content {
  padding: 20px;
  width: 380px;
}
.createPasswordDialog .content .baseDescription {
  color: #024f9d;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}
.createPasswordDialog .content .password-requirements-chars-details {
  padding-left: 15px;
}
.createPasswordDialog .content .description1 {
  margin-bottom: 20px;
}
.createPasswordDialog .content .description2 {
  margin-bottom: 20px;
}
.createPasswordDialog .content .description3 {
  margin-left: 0;
}
.createPasswordDialog .content .line {
  background-color: #d0d0d0;
  display: inline-block;
  height: 1px;
  margin: 10px 0 10px;
  width: 100%;
}
.createPasswordDialog input[type=text], .createPasswordDialog input[type=password] {
  border: 1px solid #aaa;
  color: #000;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0 0 0 5px;
  width: 200px;
}
.createPasswordDialog .btnContainer {
  text-align: right;
}
.createPasswordDialog .chkHidePasswordContainer {
  color: #000;
  font-size: 12px;
  margin-left: 85px;
  margin-top: 5px;
}
.createPasswordDialog .passwordLabel {
  display: inline-block;
  margin-right: 10px;
}
.createPasswordDialog .btnContinue {
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: "Trebuchet MS", Verdana, Arial, helvetica, sans-serif !important;
  font-size: 14px;
  font-weight: 700;
}

/*Checkout1 Recognize Email And Create Password - END*/
/*Checkout1 Recognize Email And Create Password Start*/
.createPasswordDialog .step1Content {
  padding: 20px;
  width: 560px;
}

.createPasswordDialog .step2Content {
  padding: 20px;
  width: 380px;
}

.createPasswordDialog .content .baseDescription {
  color: #024f9d;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.createPasswordDialog .content .description1 {
  margin-bottom: 20px;
  text-align: center;
}

.createPasswordDialog .content .description2 {
  margin-bottom: 20px;
}

.createPasswordDialog .content .description3 {
  margin-left: 3%;
  width: 100%;
  float: left;
}

.createPasswordDialog .content.step2Content .description3 {
  float: right;
  width: 45%;
}

.createPasswordDialog .content .chargedescription {
  text-align: left;
  float: left;
  width: 50%;
}

.createPasswordDialog .content.step2Content .line {
  width: 100%;
}

.createPasswordDialog input[type=text],
.createPasswordDialog input[type=password] {
  border: 1px solid #aaa;
  color: #000;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0 0 0 5px;
  width: 200px;
}

.createPasswordDialog .step2Content input[type=password] {
  width: 100%;
}

.createPasswordDialog .btnContainer {
  text-align: right;
}

.createPasswordDialog .chkHidePasswordContainer {
  color: #000000;
  font-size: 12px;
  margin-left: 85px;
  margin-top: 5px;
}

.createPasswordDialog .passwordLabel {
  display: inline-block;
  margin-right: 10px;
  color: #222222;
}

.createPasswordDialog .btnContinue {
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: "Trebuchet MS", Verdana, Arial, helvetica, sans-serif !important;
  cursor: pointer;
}

.createPasswordDialog > .content:not(.update-password) .update-password,
.createPasswordDialog > .content.update-password .create-password {
  display: none;
}

/*Checkout1 Recognize Email And Create Password End*/
#AddressVerificationPanel {
  display: none;
  padding: 0;
  width: 350px;
}

#AddressVerificationPanel h3 {
  color: #e38024;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

#AddressVerificationPanel h4 {
  color: #585757;
  font-size: 13px;
  font-weight: 600;
  margin: 10px 0 0;
}

#AddressVerificationPanel .content {
  padding: 15px;
  width: 350px;
  text-align: left;
}

#AddressVerificationPanel .content .title {
  color: #585757;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  text-align: left;
  margin: 10px 0 5px 0;
}

#AddressVerificationPanel .content .subtitle {
  font-size: 13px;
  margin: 0;
  text-align: left;
  margin: 10px 0 15px 0;
}

#AddressVerificationPanel .content .partialMatchTitle {
  margin-left: 20px;
  display: inline-block;
}

#AddressVerificationPanel .content input[type=radio] {
  float: left;
  cursor: pointer;
  left: 2px;
  margin: 0;
  position: absolute;
  top: 20px;
}

#AddressVerificationPanel .content .originalContainer, #AddressVerificationPanel .content .suggestedContainer {
  display: inline-block;
  position: relative;
}

#AddressVerificationPanel .content .originalAddressContent, #AddressVerificationPanel .content .suggestedAddressContent {
  float: left;
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 2px 0 2px 30px;
  position: relative;
}

#AddressVerificationPanel .content .reenterAddressLink {
  cursor: default;
  height: 30px;
  box-shadow: none !important;
}

#AddressVerificationPanel .content .reenterAddressLink a {
  color: #024f9d;
  display: inline-block;
}

#AddressVerificationPanel .content .reenterAddressLink a:hover {
  color: #024f9d;
  text-decoration: underline;
}

#AddressVerificationPanel #NoMatch .buttonRow {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

#AddressVerificationPanel #NoMatch .buttonRow .button {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

#AddressVerificationPanel #NoMatch #Button1,
#AddressVerificationPanel #partialMatch #Button3 {
  background-image: url("../pict/addver_reenter.png");
  background-repeat: no-repeat;
  cursor: pointer;
  height: 35px;
  width: 158px;
}

#AddressVerificationPanel #NoMatch #Button2 {
  background-image: url("../pict/addver_correct.png");
  background-repeat: no-repeat;
  cursor: pointer;
  height: 35px;
  width: 158px;
}

#AddressVerificationPanel #partialMatch .buttonRow {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

#AddressVerificationPanel #partialMatch .buttonRow .button {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

#AddressVerificationPanel #partialMatch #ApplyAddressButton {
  background-image: url("../pict/addver_apply.png");
  background-repeat: no-repeat;
  cursor: pointer;
  height: 34px;
  width: 114px;
}

/* Checkout2 - START */
#shoppingcart_layout .payment_flex {
  display: flex;
  justify-content: space-between;
  min-width: 600px;
  margin-top: 20px;
}
#shoppingcart_layout .payment_flex .pricing_flex > div:first-of-type {
  width: auto;
}

.div_checkout1a {
  border: 1px solid #ccc;
  border-top: none;
  float: none;
  margin: 0 auto;
  padding: 0;
  width: 68%;
}
.div_checkout1a .top_borders {
  clear: both;
  display: flex;
}
.div_checkout1a .top_borders h3 {
  color: black;
  font-size: 17px;
  margin: -8px 5px 0;
}
.div_checkout1a .top_borders .top_border {
  border-top: 1px solid #ccc;
  flex-grow: 1;
  width: 61%;
}
.div_checkout1a .top_borders .top_border:first-of-type {
  width: 1%;
}
.div_checkout1a hr {
  margin: 20px 0;
}
.div_checkout1a input:not([type=checkbox]), .div_checkout1a select {
  border: 1px solid #aaa;
  height: 31px;
  width: 100%;
  background-color: white;
}
.div_checkout1a input[type=checkbox] {
  vertical-align: middle;
}
.div_checkout1a input.checkout2_cvvnumber {
  width: 85px;
}
.div_checkout1a .div_checkout1a_payment {
  padding: 0 18px 40px;
}
.div_checkout1a .div_checkout1a_payment .top_borders h3 {
  margin-left: 0;
}
.div_checkout1a .div_checkout1a_payment .payment_type {
  margin: 5px 0 20px -7px;
  width: 100%;
}
.div_checkout1a .div_checkout1a_payment .payment_type input {
  height: auto;
  width: auto;
}
.div_checkout1a .paymentCard_flex {
  clear: both;
  display: flex !important;
  float: none !important;
}
.div_checkout1a .payment_check {
  clear: both;
}
.div_checkout1a .payment_check table {
  float: left;
  padding: 0;
}
.div_checkout1a .payment_check .summary_shipping_address {
  margin-right: 2%;
  margin-bottom: 20px;
}
.div_checkout1a .payment_check .payment_check_content {
  width: 49%;
  margin-top: 5px;
  line-height: 17px;
}
.div_checkout1a .payment_billme {
  clear: both;
}
.div_checkout1a .payment_billme .payment_billdate {
  margin-right: 2%;
  width: 49%;
}
.div_checkout1a .payment_ordernum {
  clear: both;
  margin-right: 2%;
  padding-top: 5px;
  width: 49%;
}
.div_checkout1a .rbl_PaymentMethod label {
  font-size: 0.69rem;
}
@media screen and (min-width: 47rem) {
  .div_checkout1a .rbl_PaymentMethod label {
    font-size: calc(0.25vw + 0.5725rem);
  }
}
@media screen and (min-width: 95rem) {
  .div_checkout1a .rbl_PaymentMethod label {
    font-size: 0.81rem;
  }
}
.div_checkout1a .shipping_summary {
  padding: 0 18px 20px;
}
.div_checkout1a .summary_shipping_address, .div_checkout1a .summary_shipping_method {
  display: inline-block;
}
.div_checkout1a .summary_shipping_address th, .div_checkout1a .summary_shipping_method th {
  border: none;
  color: black;
  font-size: 14px;
  padding-bottom: 10px;
  text-align: left;
}
.div_checkout1a .summary_shipping_address td, .div_checkout1a .summary_shipping_method td {
  font-size: 14px;
}
.div_checkout1a .payment_creditcard > div, .div_checkout1a .payment_check > div, .div_checkout1a .payment_billme > div {
  display: inline-block;
  float: left;
  margin-bottom: 10px;
}
.div_checkout1a .payment_name {
  width: 49%;
}
.div_checkout1a .payment_cardnum {
  margin-right: 2%;
  width: 49%;
}
.div_checkout1a .payment_expmonth {
  margin-right: 2%;
  width: 23%;
}
.div_checkout1a .payment_expyear {
  width: 24%;
}
.div_checkout1a .payment_cardtypes {
  width: 29%;
  height: 60px;
  position: relative;
}
.div_checkout1a .payment_cardtypes > .creditCard {
  margin-top: 15px;
}
.div_checkout1a .payment_cardtypes > .creditCard .payment_logo {
  width: 40px;
  height: 32px;
}
.div_checkout1a .payment_cardtypes > .creditCard .payment_logo.grayfill {
  fill: gray;
}
.div_checkout1a .required:after {
  color: #f00;
  content: "*";
  margin-left: 3px;
  text-decoration: none !important;
}
.div_checkout1a .div_shippingSummary, .div_checkout1a .div_productSummary {
  padding: 0 18px 40px 18px;
}
.div_checkout1a .div_shippingSummary .top_borders h3, .div_checkout1a .div_productSummary .top_borders h3 {
  margin-left: 0;
}
.div_checkout1a .div_productSummary {
  padding-bottom: 20px;
  padding-top: 20px;
}
.div_checkout1a .summary_shipping_address_wrapper, .div_checkout1a .summary_shipping_method_wrapper {
  display: inline-block;
  margin-top: 5px;
  width: 49%;
  vertical-align: top;
}
.div_checkout1a .products_summary {
  border-collapse: collapse;
  width: 100%;
}
.div_checkout1a .products_summary .prod_info {
  display: flex;
  margin-top: 20px;
  margin-bottom: 15px;
}
.div_checkout1a .products_summary .prod_info .prod_desc {
  width: 70%;
}
.div_checkout1a .products_summary .prod_info .prod_desc .prod_name {
  font-size: 15px;
  font-weight: 900;
}
.div_checkout1a .products_summary .prod_info .prod_desc .cartlist_itemNo_static, .div_checkout1a .products_summary .prod_info .prod_desc .cartlist_qty_static {
  clear: both;
  color: black;
  float: left;
  font-weight: 700;
  margin-right: 5px;
}
.div_checkout1a .products_summary .prod_info .prod_desc .cartlistQtyBogo {
  margin-left: 30px;
}
.div_checkout1a .products_summary .prod_info .prod_image {
  width: 30%;
  text-align: right;
}
.div_checkout1a .products_summary .prod_info .prod_image img {
  width: 120px;
  height: 120px;
  border: 1px solid #ccc;
}
.div_checkout1a .products_summary .price_detail {
  width: initial;
  margin-left: 50px;
}
.div_checkout1a .products_summary .price_detail a {
  color: black;
  cursor: pointer;
  text-decoration: none;
}
.div_checkout1a .products_summary .product_details {
  margin: 0;
}
.div_checkout1a .products_summary .product_details .liBomDetail {
  text-align: left;
}
.div_checkout1a .products_summary .product_details .liBomDetail .bomDetail {
  margin-right: 5px;
  font-weight: 700;
  text-transform: capitalize;
}
.div_checkout1a .products_summary > .item:nth-child(2n+2) {
  background-color: #f6f6f6;
}
.div_checkout1a .products_summary td {
  font-size: 14px;
  padding: 4px;
}
.div_checkout1a .products_summary td.product_name {
  font-weight: 700;
}
.div_checkout1a .products_summary > tbody > tr:nth-child(3n+1) > td {
  padding-top: 10px;
}
.div_checkout1a .products_summary td + td + td {
  text-align: right;
}
.div_checkout1a .products_summary ul {
  margin: 0;
  padding: 0;
}
.div_checkout1a .products_summary li {
  display: block;
  text-align: right;
}
.div_checkout1a .products_summary .details_wrapper > div {
  display: inline-block;
}
.div_checkout1a .products_summary .details_wrapper .details_label {
  width: 52%;
}
.div_checkout1a .products_summary .details_wrapper .details_qty {
  width: 45%;
}
.div_checkout1a #divBillingAddr {
  padding: 0 18px 40px;
}
.div_checkout1a #divBillingAddr.show .billing-address-information {
  display: block;
}
.div_checkout1a #divBillingAddr.show .billing-address-edit {
  display: none;
}
.div_checkout1a #divBillingAddr.edit .billing-address-information {
  display: none;
}
.div_checkout1a #divBillingAddr.edit .billing-address-edit {
  display: block;
}
.div_checkout1a #divBillingAddr h1 {
  margin-bottom: 20px;
}
.div_checkout1a #divBillingAddr .h2 {
  margin: 8px 0;
  font-weight: bold;
}
.div_checkout1a #divBillingAddr .checkbox > input[type=checkbox] {
  margin: 0;
}
.div_checkout1a #divBillingAddr .billing-text {
  color: #000;
  font-size: 14px;
}
.div_checkout1a #divBillingAddr .billing-text p {
  margin: 5px 0;
}
.div_checkout1a #divBillingAddr .billing-static {
  margin-top: 10px;
}
.div_checkout1a #divBillingAddr .billing-static .lbl-billing-addr2:empty {
  display: none;
}
.div_checkout1a #divBillingAddr .billing-address-edit > div {
  margin: 15px 0;
}
.div_checkout1a #divBillingAddr .billing-address-edit > .inline-block {
  display: inline-block;
  margin-top: 0;
}
.div_checkout1a #divBillingAddr .billing-address-edit > div.billing-name, .div_checkout1a #divBillingAddr .billing-address-edit > div.billing-city {
  width: 50%;
}
.div_checkout1a #divBillingAddr .billing-address-edit > div.billing-state, .div_checkout1a #divBillingAddr .billing-address-edit > div.billing-zip {
  width: 21%;
  margin-left: 20px;
}
.div_checkout1a #divBillingAddr .billing-address-edit .billing-buttons {
  margin-top: 0;
}
.div_checkout1a #divBillingAddr .billing-address-edit .billing-buttons .btn-cancel-billing {
  font-weight: bold;
  font-size: 16px;
}
.div_checkout1a #divBillingAddr .billing-address-edit .billing-buttons #btnUpdateBilling {
  background: #05a26b;
  padding: 10px 18px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  vertical-align: middle;
  margin-left: 35px;
  border: none;
  border-radius: 7px;
}

/* Checkout2 - END */
.tax-status {
  font-size: 14px;
  padding: 0 18px 40px;
}
.tax-status label.checkbox {
  vertical-align: middle;
}
.tax-status .tax-exempt-msg {
  margin-left: 24px;
}
.tax-status .tax-exempt-msg .tax-exempt-msg-p1 {
  margin-top: 10px;
}
.tax-status .tax-exempt-msg .tax-exempt-msg-p2 {
  margin-top: 20px;
}
.tax-status .tax-exempt-msg .tax-exempt-mail > div {
  margin-left: 30px;
}

.footnotes {
  padding: 0 18px;
}
.footnotes > div {
  margin-bottom: 10px;
}
.footnotes > div.dropdown {
  margin-bottom: 0;
}
.footnotes .icon_question {
  background: transparent url("/WindmillCanada/pict/specChgHelp.png") no-repeat scroll 0 0;
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 8px 2px 0 15px;
  vertical-align: top;
  width: 14px;
}

/* Super User - START */
.co_btn_PlaceOrder {
  background-color: #f00;
  border: none;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  margin: 15px auto 25px;
  overflow: hidden;
  padding: 10px;
  width: 117px;
}

.checkout2_fineprint_improvement {
  background: #fafaf6;
  border-top: solid 1px #ddd;
  clear: both;
  float: none;
  margin-left: 73px !important;
  width: 630px;
}
@media (min-width: 950px) {
  .checkout2_fineprint_improvement {
    float: left;
    margin: 0;
  }
}

/* Super User - END */
.overrun_disclaimer {
  margin-left: 35px;
}

.overrun_summary {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  vertical-align: bottom;
}

.popup-ca65 {
  top: 100px;
  margin: auto;
}
.popup-ca65 div.box .content {
  width: 500px;
  color: #00649d;
  text-align: left;
  font-weight: bold;
  padding: 4px;
}
.popup-ca65 div.box .content .blue-border {
  width: 100%;
  margin: 0;
  border: 1px #00649d solid;
  padding: 15px;
}
.popup-ca65 div.box .content .blue-border h1 {
  color: #00649d;
  font-size: 24px;
}
.popup-ca65 div.box .content .blue-border .text-ca65 {
  margin-top: 20px;
  font-size: 17px;
}
.popup-ca65 div.box .content .blue-border .buttons {
  text-align: center;
  margin-top: 35px;
}
.popup-ca65 div.box .content .blue-border .buttons button {
  width: 150px;
  height: 40px;
  border: none;
  background: #00649d;
  border-radius: 5px;
  color: white;
}
.popup-ca65 div.box .content .blue-border .warning-text {
  color: black;
  margin: 20px 0 0 50px;
  position: relative;
  font-weight: normal;
  font-size: 15px;
}
.popup-ca65 div.box .content .blue-border .warning-text img {
  position: absolute;
  left: -25px;
  width: 20px;
}

span.relative {
  display: inline-block;
}

.relative {
  position: relative;
}

.chk-tax-exempt {
  margin-top: 5px;
}

#popCa65 {
  z-index: 12000;
  position: absolute;
  top: 35px;
  left: 0;
}
#popCa65 .box {
  border: 1px #00649d solid;
}
#popCa65 .box .content {
  padding-right: 15px;
}

/* Contact Us - START */
#custsupport_table {
  border-collapse: collapse;
  color: #878787;
  margin: 0;
  padding: 0;
  width: 100%;
}
#custsupport_table td {
  font-size: 14px;
  margin: 0;
  padding: 0 40px 5px 0;
  text-align: right;
  vertical-align: top;
  width: 33%;
}
#custsupport_table td.heading {
  border-bottom: 5px solid #838383;
  padding-right: 22px;
}
#custsupport_table td.heading .title1 {
  color: #878787;
  font-size: 18px;
}
#custsupport_table td.heading .title2 {
  color: #6283c6;
  font-size: 18px;
  font-weight: 700;
}
#custsupport_table td.centercell {
  border-right: 1px solid #838383;
  border-left: 1px solid #838383;
}
#custsupport_table td.bottomcell {
  border-bottom: 10px solid #838383;
  padding-bottom: 20px;
}
#custsupport_table td.bottomcell ul {
  float: right;
  margin: 0;
  padding: 0;
  width: 100%;
}
#custsupport_table td.bottomcell ul li {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
#custsupport_table td.bottomcell a {
  color: #878787;
  text-decoration: none;
}
#custsupport_table td.bottomcell .link_arrow2 {
  color: #2197d4;
  font-size: 22px;
  font-weight: 700;
  margin-top: -4px;
  margin-left: 5px;
  position: absolute;
}
#custsupport_table td.bottomcell .title3 {
  color: #f6931e;
  display: inline-block;
}

/* Contact Us - END */
/* Search by Code - START */
.searchbycode #block_products {
  border-collapse: separate;
  border-spacing: 14px 0;
  clear: both;
  padding: 20px 0 40px;
  width: 100%;
}
.searchbycode #block_products th {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 20px solid #004f98;
  padding: 5px 0;
  text-align: center;
}
.searchbycode #block_products th a {
  color: #878787;
  font-size: 25px;
  font-weight: 400;
  text-decoration: none;
}
.searchbycode #block_products td {
  border: none;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.searchbycode #block_products td .product_rollover {
  background-color: rgba(0, 79, 152, 0.8);
  color: #fff;
  display: none;
  font-size: 17px;
  font-weight: 400;
  height: 100%;
  left: 0;
  line-height: normal;
  padding: 50px 15px;
  position: absolute;
  text-align: center;
  top: 0;
}
.searchbycode #block_products td .product_rollover .btn_advance .btn_content, .searchbycode #block_products td .product_rollover .btn_advance .wishList .quickadd_but, .wishList .searchbycode #block_products td .product_rollover .btn_advance .quickadd_but {
  background-color: #05a26b;
  background-image: none;
}
.searchbycode #block_products td .product_rollover .btn_advance .btn_content:hover, .searchbycode #block_products td .product_rollover .btn_advance .wishList .quickadd_but:hover, .wishList .searchbycode #block_products td .product_rollover .btn_advance .quickadd_but:hover {
  background-color: #00b436;
}
.searchbycode #block_products td:hover .product_rollover {
  display: block;
}
.searchbycode .banner_flex {
  position: relative;
  background-image: url("/Amsterdam/pict/APL_Coupon Applied Call Out_Control_Template.png");
  background-size: cover;
  background-repeat: no-repeat;
  justify-content: space-between;
  max-width: 1192px;
  width: 100%;
  height: 200px;
}
.searchbycode .banner_flex img {
  height: auto;
  width: 100%;
}
.searchbycode .banner_flex .coupon {
  color: white;
  position: absolute;
  top: 25%;
  left: 46%;
  transform: rotate(5deg);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.searchbycode .banner_flex .coupon p {
  font-weight: bold;
  margin: 0;
}
.searchbycode .banner_flex .coupon p.codeTitle {
  font-size: 2.1vw;
}
@media (min-width: 1115px) {
  .searchbycode .banner_flex .coupon p.codeTitle {
    font-size: 22px;
  }
}
.searchbycode .banner_flex .coupon p.code {
  font-size: 48px;
  margin-top: 10px;
}
.searchbycode .banner_flex .coupon_desc {
  position: absolute;
  right: 0.5%;
  top: 18%;
  display: flex;
  align-items: center;
  width: 36.5%;
  flex-direction: column;
  justify-content: center;
  white-space: nowrap;
}
.searchbycode .banner_flex .coupon_desc p {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.searchbycode .banner_flex .coupon_desc p.coupon_header {
  font-size: 25px;
}
.searchbycode .banner_flex .coupon_desc p.coupon_originalDesc {
  white-space: initial;
  font-size: 2vw;
  margin-top: 3%;
}
@media (min-width: 1115px) {
  .searchbycode .banner_flex .coupon_desc p.coupon_originalDesc {
    font-size: 24px;
  }
}
.searchbycode .banner_flex a {
  color: #fff;
  font-size: 1.2vw;
  position: absolute;
  bottom: 12px;
  right: 15px;
  text-decoration: none;
}
@media (min-width: 950px) {
  .searchbycode .banner_flex a {
    font-size: 0.63rem;
  }
}
@media screen and (min-width: 950px) and (min-width: 47rem) {
  .searchbycode .banner_flex a {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 950px) and (min-width: 95rem) {
  .searchbycode .banner_flex a {
    font-size: 0.75rem;
  }
}
.searchbycode .banner_flex #offerDetailsOnSearchByCode {
  right: 15px;
  background: white;
  position: absolute;
}
.searchbycode .banner_flex #offerDetailsOnSearchByCode .box {
  border: 1px solid #0076bb;
}
.searchbycode .banner_flex #offerDetailsOnSearchByCode .box .top-right-circle-hex {
  line-height: 20px;
}
.searchbycode .banner_flex #offerDetailsOnSearchByCode .box .top.arrow {
  left: 83%;
}
.searchbycode .banner_flex #offerDetailsOnSearchByCode .box .content {
  padding: 12px 50px 12px 10px !important;
  width: 280px;
  height: auto;
  line-height: normal;
  text-align: left !important;
  box-sizing: content-box;
}
.searchbycode .banner_flex.banner2 {
  display: block;
  margin-bottom: 40px;
}
.searchbycode .banner_flex.banner2 .coupon {
  color: #58bef9;
  position: absolute;
  top: -17%;
  left: 1%;
  transform: rotate(0deg);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.searchbycode .banner_flex.banner2 .coupon p {
  font-weight: bold;
  margin: 0;
}
.searchbycode .banner_flex.banner2 .coupon p.codeTitle {
  display: none;
}
.searchbycode .banner_flex.banner2 .coupon p.code {
  font-size: 24px !important;
  margin-top: 108px;
  margin-left: 200px;
}
@media (min-width: 576px) {
  .searchbycode .banner_flex.banner2 .coupon p.code {
    font-size: 24px !important;
  }
}
@media (min-width: 768px) {
  .searchbycode .banner_flex.banner2 .coupon p.code {
    font-size: 30px !important;
  }
}
@media (min-width: 992px) {
  .searchbycode .banner_flex.banner2 .coupon p.code {
    font-size: 45px !important;
  }
}
@media (min-width: 1200px) {
  .searchbycode .banner_flex.banner2 .coupon p.code {
    font-size: 45px !important;
  }
}
@media (min-width: 1400px) {
  .searchbycode .banner_flex.banner2 .coupon p.code {
    font-size: 45px !important;
  }
}
@media (max-width: 976px) {
  .searchbycode .banner_flex.banner2 .coupon {
    top: -11%;
  }
}
.searchbycode .banner_flex.banner2 .coupon_desc {
  position: absolute;
  left: 50%;
  top: 18%;
  display: flex;
  align-items: center;
  width: 36.5%;
  flex-direction: column;
  justify-content: center;
  white-space: nowrap;
  line-height: 1.2em !important;
}
.searchbycode .banner_flex.banner2 .coupon_desc p {
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0;
  line-height: 1.2em !important;
}
.searchbycode .banner_flex.banner2 .coupon_desc p.coupon_originalDesc {
  white-space: initial;
  font-size: 2vw;
  margin-top: 3%;
}
@media (min-width: 1115px) {
  .searchbycode .banner_flex.banner2 .coupon_desc p.coupon_originalDesc {
    font-size: 24px;
  }
}
@media (max-width: 1020px) {
  .searchbycode .banner_flex.banner2 .coupon_desc {
    left: 60%;
    width: 30%;
  }
}
@media (max-width: 836px) {
  .searchbycode .banner_flex.banner2 .coupon_desc {
    left: 70%;
    width: 25%;
  }
}
@media (max-width: 728px) {
  .searchbycode .banner_flex.banner2 .coupon_desc {
    left: 80%;
    width: 20%;
  }
}
@media (max-width: 642px) {
  .searchbycode .banner_flex.banner2 .coupon_desc {
    left: 90%;
    width: 10%;
  }
}
.searchbycode .banner_flex.banner2 a {
  color: #fff;
  font-size: 1.2vw;
  position: absolute;
  bottom: 12px;
  right: 15px;
  text-decoration: none;
}
@media (min-width: 950px) {
  .searchbycode .banner_flex.banner2 a {
    font-size: 0.63rem;
  }
}
@media screen and (min-width: 950px) and (min-width: 47rem) {
  .searchbycode .banner_flex.banner2 a {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 950px) and (min-width: 95rem) {
  .searchbycode .banner_flex.banner2 a {
    font-size: 0.75rem;
  }
}

#coupon_results .category_main .product_container {
  width: 200px;
}
#coupon_results .category_main .product_container .product_image_container {
  height: 275px;
}
#coupon_results .category_main .product_container .product_image_container .product_image {
  height: 242px;
}
#coupon_results .tnt_topCats h1 {
  font-weight: normal;
  font-size: 28px;
  margin: 30px 0;
}

.category_bar {
  background-color: #666;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 5% 0 2%;
}
.category_bar a {
  color: #fff;
  text-decoration: none;
  padding: 12px 0;
}

.tnt_topCats {
  margin-top: 30px !important;
}

/* Search by Code - END */
.cite {
  background-color: #fdeddd;
  border: 1px solid #f6cba6;
  color: #241F21;
  padding: 10px;
  width: 758px;
  margin-left: 10px;
}

.distributorsonlypo a {
  display: block;
  float: left;
  margin-top: 10px;
  height: 45px;
  width: 156px;
  background: transparent url("/WindmillCanada/pict/distributorsonlypurchaseorder.jpg");
}

.distributorsonlypo a:hover {
  display: block;
  float: left;
  margin-top: 10px;
  height: 45px;
  width: 156px;
  background: transparent url("/WindmillCanada/pict/distributorsonlypurchaseorderhighlight.jpg");
}

.faq {
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
  padding: 40px 2% 20px 2%;
  line-height: 1.4em;
}
.faq h1, .faq h2, .faq h3, .faq h4, .faq h5, .faq h6 {
  margin-bottom: 20px;
  margin-top: 20px;
  color: #000;
  text-transform: capitalize;
}
.faq h1 {
  font-size: 36px;
}
.faq h2 {
  font-size: 32px;
}
.faq h3 {
  font-size: 28px;
}
.faq h4 {
  font-size: 24px;
}
.faq h5 {
  font-size: 20px;
}
.faq h6 {
  font-size: 18px;
}
.faq p {
  margin-bottom: 20px;
}
.faq b {
  font-weight: 700;
}
.faq ul {
  list-style: disc;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 20px;
}
.faq ul li {
  margin-bottom: 5px;
}
.faq .accent {
  font-weight: 700;
}
.faq table, .faq td {
  font-size: 16px;
}
.faq .top-link {
  margin-bottom: 20px;
  display: block;
}

/* 100% Satisfaction Guarantee - START */
.guarantee_wrapper .title_wrapper {
  background-color: #f0f5fb;
  padding: 35px 0;
  text-align: center;
}
.guarantee_wrapper .title_wrapper h1 {
  color: #777;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}
.guarantee_wrapper .title_wrapper .percentage {
  color: #024f9d;
  display: inline-block;
  font-size: 125px;
  letter-spacing: -11px;
  margin: 0 15px 0 0;
}
.guarantee_wrapper .title_wrapper .percentage:first-letter {
  letter-spacing: -25px;
}
.guarantee_wrapper .title_wrapper .percentage sup {
  font-size: 50px;
  position: relative;
  top: -11px;
}
.guarantee_wrapper .title_wrapper .guaranteed {
  color: #000;
  display: inline-block;
  font-size: 57px;
  font-weight: 400;
  line-height: 90%;
}
.guarantee_wrapper .overview_wrapper {
  margin: 60px 0 50px;
}
.guarantee_wrapper .overview_wrapper .content > div {
  display: block;
  margin: 0 40px 40px;
  position: relative;
  vertical-align: middle;
  width: auto;
}
@media (min-width: 950px) {
  .guarantee_wrapper .overview_wrapper .content > div {
    display: table-cell;
    margin: 0;
    width: 50%;
  }
}
.guarantee_wrapper .overview_wrapper .content > div:first-child:after {
  background-color: #dedede;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}
@media (min-width: 950px) {
  .guarantee_wrapper .overview_wrapper .content > div:first-child:after {
    width: 1px;
  }
}
.guarantee_wrapper .overview_wrapper .overview {
  padding: 0;
}
@media (min-width: 950px) {
  .guarantee_wrapper .overview_wrapper .overview {
    padding: 0 70px 0 0;
  }
}
.guarantee_wrapper .overview_wrapper .overview .title {
  font-size: 20px;
  font-weight: 700;
}
.guarantee_wrapper .overview_wrapper .overview .description {
  color: #777;
  font-size: 15px;
  line-height: 21px;
  margin-top: 5px;
  width: 95%;
}
.guarantee_wrapper .overview_wrapper .review {
  padding: 0;
}
@media (min-width: 950px) {
  .guarantee_wrapper .overview_wrapper .review {
    padding: 0 0 0 70px;
  }
}
.guarantee_wrapper .overview_wrapper .review .reviewstars {
  background: url("/WindmillCanada/pict/stars.png") no-repeat;
  float: none;
  height: 22px;
  margin: 0 0 7px;
  width: 124px;
}
.guarantee_wrapper .overview_wrapper .review .review_text {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 8px;
}
.guarantee_wrapper .overview_wrapper .review .reviewer_info {
  color: #777;
  font-size: 15px;
}
.guarantee_wrapper .customer_videos_wrapper {
  background-color: #f2f2f2;
  padding: 60px 0 55px;
}
.guarantee_wrapper .customer_videos_wrapper .table_cell {
  display: block;
  padding: 15px 0;
  text-align: center;
}
@media (min-width: 950px) {
  .guarantee_wrapper .customer_videos_wrapper .table_cell {
    display: table-cell;
    padding: 0;
  }
}
.guarantee_wrapper .customer_videos_wrapper .title {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 39px;
  text-align: center;
}
.guarantee_wrapper .customer_videos_wrapper .video {
  box-shadow: 0 0 23px #777;
  display: inline-block;
  line-height: 0;
  margin: auto auto;
}
.guarantee_wrapper .customer_videos_wrapper .video iframe {
  border: none;
}
.guarantee_wrapper .customer_videos_wrapper .overview {
  margin: 17px 0 0;
  text-align: center;
}
.guarantee_wrapper .customer_videos_wrapper .overview .company_name {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
.guarantee_wrapper .customer_videos_wrapper .overview .interviewee, .guarantee_wrapper .customer_videos_wrapper .overview .position, .guarantee_wrapper .customer_videos_wrapper .overview .industry {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}
.guarantee_wrapper .customer_videos_wrapper .more_link {
  font-size: 13px;
  font-weight: 700;
  margin: 30px 0 0;
  text-align: center;
}

/* 100% Satisfaction Guarantee - END */
.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;
}

/*Invoices Common - START*/
h3.page-title {
  color: #f6931e;
  font-size: 23px;
  margin: 15px 0;
}

h5.company-contact {
  color: #000000;
}
h5.company-contact.indent {
  margin-left: 42px;
}
h5.company-contact.indent span {
  margin-left: 10px;
  margin-right: 10px;
}

.breadcrumb {
  margin-top: 15px;
  display: block;
  cursor: default;
}
.breadcrumb a {
  color: blue;
  margin: 0 4px 0 2px;
}
.breadcrumb a:last-of-type {
  color: grey;
  text-decoration: none;
  cursor: default;
}

.ico-printer {
  background-image: url(/WindmillCanada/pict/printer.svg);
  background-repeat: no-repeat;
  background-size: 28px 28px;
  height: 28px;
  padding-left: 33px;
  position: absolute;
  top: 0;
  right: 0;
}
.ico-printer a {
  color: #1a74c9;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}
.ico-printer a:hover {
  text-decoration: underline;
}
.ico-printer button {
  background-color: transparent;
  border: 0;
  border-radius: initial;
  box-shadow: none;
  clear: both;
  color: #1a74c9;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  height: 28px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  width: auto;
  vertical-align: middle;
}
.ico-printer button:hover {
  text-decoration: underline;
}

/*Invoices Common - END*/
/* View Invoices/Pay Online - START */
#InvoiceList .tabs {
  border-bottom: 2px #0076bb solid;
  margin-top: 20px;
}
#InvoiceList .tabs > a {
  display: inline-block;
  width: auto;
  height: 40px;
  vertical-align: middle;
  background-color: #0076bb;
  line-height: 1.75;
  /*font-size: 2em;*/
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding: 4px 20px;
}
#InvoiceList[data-view=open] .tabs > a.tab-open-invoices {
  background-color: #0076bb;
}
#InvoiceList[data-view=open] .tabs > a.tab-payment-history {
  background-color: #cccccc;
  color: grey;
  height: 32px;
  line-height: 1.15;
  position: relative;
  top: 4px;
}
#InvoiceList[data-view=open] table.invoices > tbody.history {
  display: none;
}
#InvoiceList[data-view=history] .tabs > a.tab-open-invoices {
  background-color: #cccccc;
  color: grey;
  height: 32px;
  line-height: 1.15;
  position: relative;
  top: 4px;
}
#InvoiceList[data-view=history] .tabs > a.tab-payment-history {
  background-color: #0076bb;
}
#InvoiceList[data-view=history] table.invoices > tbody.open {
  display: none;
}
#InvoiceList a.invoices_view_btn {
  color: #0076bb;
  font-size: 1.1em;
}
#InvoiceList table.invoices {
  width: 100%;
  margin-top: 10px;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
#InvoiceList table.invoices > thead > tr {
  background: #e6e7e8;
}
#InvoiceList table.invoices > thead > tr > th {
  background: transparent;
  border: none; /*delete border*/
  color: #000000; /*change color to black*/
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 8px 10px;
  text-align: center;
  white-space: nowrap;
}
#InvoiceList table.invoices > tbody > tr:not(.empty):nth-of-type(2n+1) {
  background: #e6e7e8;
}
#InvoiceList table.invoices > tbody > tr.empty:not(:only-child) {
  display: none;
}
#InvoiceList table.invoices > tbody > tr.empty > td {
  text-align: center;
  font-weight: bold;
}
#InvoiceList table.invoices > tbody > tr > td {
  background: transparent;
  border: none; /*delete border*/
  color: #000000;
  font-size: 12px;
  margin: 0;
  padding: 5px 1px;
  text-align: center;
  height: 30px;
}
#InvoiceList table.invoices > tbody > tr > td .invoice_pay_button {
  border-radius: 7px;
  background-color: #05a26b;
  color: #fff;
  font-weight: bold;
  width: 40px;
  height: 20px;
  line-height: 1.7;
  display: inline-block;
  cursor: default;
  margin-left: 10px;
}

/* View Invoices/Pay Online - END */
/* Details/Pay - START */
#InvoicePay table {
  border-collapse: collapse;
  border-spacing: 0;
  color: #000000;
  font-size: 12px;
  text-align: left;
  width: 100%;
}
#InvoicePay table td {
  padding: 5px;
}
#InvoicePay table .tbl_header {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
#InvoicePay table .left_cell {
  border-left: 1px solid #b3b2b2;
}
#InvoicePay table .right_cell {
  border-right: 1px solid #b3b2b2;
}
#InvoicePay #tbl_customer {
  margin-top: 20px;
  border: 1px solid #b3b2b2;
}
#InvoicePay #tbl_customer td {
  border-top: 1px solid #b3b2b2;
  border-bottom: 1px solid #b3b2b2;
  text-align: center;
}
#InvoicePay #tbl_ordered {
  margin-top: 5px;
}
#InvoicePay #tbl_ordered td {
  border: 1px solid #b3b2b2;
  text-align: center;
}
#InvoicePay #tbl_ordered .subtext_ordered {
  border-bottom: 0;
  border-left: 0;
  font-size: 9px;
  padding-top: 20px;
  padding-right: 50px;
  padding-left: 10px;
  text-align: left;
  vertical-align: top;
}
#InvoicePay #tbl_ordered .tbl_fin {
  font-size: 11px;
  font-weight: 600;
  text-align: right;
}
#InvoicePay #tbl_ordered .total {
  color: #000;
  text-transform: uppercase;
}
#InvoicePay .title_invoice {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  padding-left: 0;
}
#InvoicePay .invoice_address {
  font-size: 12px;
  padding-bottom: 15px;
  text-align: left;
}
#InvoicePay .invoice_addressName, #InvoicePay .invoice_addressLine1, #InvoicePay .invoice_addressCity {
  display: inline-block;
  font-weight: 700;
}
#InvoicePay .title_BillTo {
  color: #000000;
  font-size: 13px;
  font-weight: 600;
  vertical-align: top;
  padding-left: 0;
}
#InvoicePay .data_BillTo {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  vertical-align: top;
}
#InvoicePay .title_ShipTo {
  color: #000000;
  font-size: 13px;
  font-weight: 600;
  vertical-align: top;
}
#InvoicePay .data_ShipTo {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  vertical-align: top;
}
#InvoicePay .title_ordered {
  color: #000000;
  font-size: 13px;
  font-weight: 600;
  margin-top: 15px;
}
#InvoicePay .submitButton {
  background-color: #05a26b;
  border: none;
  border-radius: 7px;
  color: #FFF;
  cursor: pointer;
  float: right;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  text-decoration: none;
  padding: 8px 40px;
}

/* Details/Pay - END */
/* PAY ONLINE - START*/
#InvoicePayOnline .secure {
  margin: 10px 0;
  font-size: 1.3em;
}
#InvoicePayOnline #tbl_orderinfo {
  width: 100%;
  background: #c7c6c6;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
#InvoicePayOnline #tbl_orderinfo td {
  font-size: 14px;
  font-weight: normal;
}
#InvoicePayOnline .result-message {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 200px;
}
#InvoicePayOnline .maintbl + .result-message {
  margin-bottom: 50px;
}
#InvoicePayOnline .form {
  margin: 15px 0;
  font-size: 14px;
}
#InvoicePayOnline .form .required:after {
  content: "*";
  color: red;
  padding-left: 3px;
}
#InvoicePayOnline .form label {
  display: block;
  font-size: 14px;
}
#InvoicePayOnline .form .boxpopup > .label > span {
  cursor: pointer;
}
#InvoicePayOnline .form > div {
  margin-top: 10px;
}
#InvoicePayOnline .form .row > div {
  display: inline-block;
  vertical-align: middle;
}
#InvoicePayOnline .form input[type=text], #InvoicePayOnline .form select {
  border: 1px solid #ccc;
  height: 40px;
}
#InvoicePayOnline .form input[type=text] {
  font-size: 22px;
}
#InvoicePayOnline .form .fg-name input[type=text] {
  width: 394px;
}
#InvoicePayOnline .form .fg-card input[type=text] {
  width: 267px;
}
#InvoicePayOnline .form .fg-cvv {
  margin-left: 19px;
}
#InvoicePayOnline .form .fg-cvv input[type=text] {
  width: 105px;
  font-size: 24px;
}
#InvoicePayOnline .form .creditCard {
  margin-top: 16px;
}
#InvoicePayOnline .form .ddl-month, #InvoicePayOnline .form .ddl-year {
  width: 128px;
}
#InvoicePayOnline .form .ddl-year {
  margin-left: 9px;
}
#InvoicePayOnline .form .submitButton {
  width: 15%;
  height: 40px;
  border-radius: 7px;
  border: none;
  background: #05a26b;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}

/* PAY ONLINE - END*/
.multilinereplisting {
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
  padding: 40px 2% 20px 2%;
  line-height: 1.4em;
}
.multilinereplisting h1, .multilinereplisting h2, .multilinereplisting h3, .multilinereplisting h4, .multilinereplisting h5, .multilinereplisting h6 {
  margin-bottom: 20px;
  margin-top: 20px;
  color: #000;
  text-transform: capitalize;
}
.multilinereplisting h1 {
  font-size: 36px;
}
.multilinereplisting h2 {
  font-size: 32px;
}
.multilinereplisting h3 {
  font-size: 28px;
}
.multilinereplisting h4 {
  font-size: 24px;
}
.multilinereplisting h5 {
  font-size: 20px;
}
.multilinereplisting h6 {
  font-size: 18px;
}
.multilinereplisting p {
  margin-bottom: 20px;
}
.multilinereplisting b {
  font-weight: 700;
}
.multilinereplisting ul {
  list-style: disc;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 20px;
}
.multilinereplisting ul li {
  margin-bottom: 5px;
}

/* My Account - START */
#MyAccount_banner {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
#MyAccount_banner img {
  border-bottom: 5px solid #878787;
  height: auto;
  width: 100%;
}

.orderStatus_freeLogoText {
  display: none;
}

.myacct_main {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 100%;
}
@media (min-width: 800px) {
  .myacct_main {
    width: 800px;
  }
}
.myacct_main h2 {
  color: #6283C6;
  font-size: 18px;
}
.myacct_main h2 span {
  color: #878787;
}
.myacct_main h3 {
  color: #F6931E;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 39px 0 0;
}
.myacct_main ul {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  list-style-type: none;
  margin: 0 40px 30px 0;
  padding-top: 1px;
}
.myacct_main ul li {
  margin-top: 5px;
}
.myacct_main ul li .link_arrow2 {
  color: #2197d4;
  font-size: 22px;
  font-weight: 700;
  margin-top: 0;
  margin-left: 5px;
  position: absolute;
}
.myacct_main a {
  text-decoration: none;
}
.myacct_main a:hover {
  text-decoration: underline;
}
.myacct_main .myacct_t1 {
  color: #878787;
  float: left;
  font-size: 17px;
  margin: 0 0 15px;
  padding: 0 0 0 5px;
  text-align: right;
  width: 300px;
}
.myacct_main .myacct_t1 .name-title {
  color: #8FBE4E;
  font-size: 16px;
  font-weight: bold;
}
.myacct_main .myacct_center {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.myacct_main .myacct_center .myacct_b1 {
  border-right: 1px solid #cecccd;
  float: left;
  margin: 0;
  padding: 0 0 0 5px;
  text-align: right;
  width: 49%;
}
.myacct_main .myacct_center .myacct_b1 .myacct_m1 {
  color: #978784;
  font-size: 12px;
  margin: 0 39px 15px 0;
  padding: 0 0 0 5px;
}
.myacct_main .myacct_center .myacct_b1 .customer-number {
  color: #878787;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 4px 39px 30px 0;
}
.myacct_main .myacct_center .myacct_b2 {
  border-right: 1px solid #cecccd;
  float: right;
  margin: 0;
  padding: 0;
  text-align: right;
  width: 49%;
}
.myacct_main .myacct_center .myacct_b2 .myacct_m2 {
  color: #978784;
  font-size: 12px;
  margin: 0 39px 15px 0;
  padding: 0 0 0 5px;
}
.myacct_main .offer_noOffers {
  color: #878787;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 4px 30px 0 0;
  text-align: right;
}
.myacct_main .myacct_table1 {
  margin: 0;
  padding: 5px;
  width: 420px;
}
.myacct_main .accountMsgBanner {
  background-color: #4F946C;
  color: #fff;
  font-family: Helvetica, Arial, "Trebuchet MS";
  font-size: 15px;
  height: 60px;
  line-height: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  width: 70%;
}
.myacct_main .accountMsgBanner .checkmark_iconwrapper {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 15px;
}
.myacct_main .accountMsgBanner .checkmark_icon {
  background: rgba(0, 0, 0, 0) url("/WindmillCanada/pict/checkmark.svg") no-repeat scroll;
  height: 45px;
  width: 45px;
}

/* My Account - END */
#featured-flyers {
  background-color: #F8F8F8;
  padding: 40px 0;
}
@media only screen and (max-width: 1299px) {
  #featured-flyers {
    padding: 40px 20px;
  }
}
#featured-flyers .content {
  max-width: 1300px;
  margin: 0 auto;
}
#featured-flyers .content h1 {
  margin: 0 0 20px 0;
  font-size: 28px;
}
#featured-flyers .content .row {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
#featured-flyers .content .row .col {
  text-align: center;
  width: 22%;
  align-self: flex-end;
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  #featured-flyers .content .row .col {
    width: 48%;
  }
}
#featured-flyers .content .row img {
  width: 100%;
  height: auto;
  border: 1px solid #707070;
  border-radius: 5px;
}
#featured-flyers .content .row img.icon {
  transition: all 0.3s;
  height: 45px;
  width: auto;
  border: 0px;
  border-radius: 0px;
  display: inline-block;
  margin: 0 25px;
}
#featured-flyers .content .row img.icon:hover {
  transform: scale(0.9);
}
#featured-flyers .content .row p {
  margin: 5px 0;
}
#featured-flyers .content .row p strong {
  width: 80%;
}
#featured-flyers .content .row p:nth-of-type(3) {
  display: flex;
  justify-content: center;
}

#all-flyers {
  background-color: #fff;
  padding: 40px 0;
}
@media only screen and (max-width: 1299px) {
  #all-flyers {
    padding: 40px 20px;
  }
}
#all-flyers .content {
  max-width: 1300px;
  margin: 0 auto;
}
#all-flyers .content h2 {
  margin: 0 0 20px 0;
  font-size: 24px;
}
#all-flyers .content .row {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-bottom: 40px;
}
#all-flyers .content .row .col {
  text-align: center;
  width: 22%;
  align-self: flex-end;
}
@media only screen and (max-width: 600px) {
  #all-flyers .content .row .col {
    width: 48%;
  }
}
#all-flyers .content .row .col img {
  width: 100%;
  height: auto;
  border: 1px solid #707070;
  border-radius: 5px;
}
#all-flyers .content .row .col img.icon {
  transition: all 0.3s;
  height: 45px;
  width: auto;
  border: 0px;
  border-radius: 0px;
  display: inline-block;
  margin: 0 25px;
}
#all-flyers .content .row .col img.icon:hover {
  transform: scale(0.9);
}
#all-flyers .content .row .col p {
  margin: 5px 0;
}
#all-flyers .content .row .col p strong {
  width: 80%;
}
#all-flyers .content .row .col p:nth-of-type(3) {
  display: flex;
  justify-content: center;
}

/* Obsolete Products - START */
.obsolete_wrapper {
  text-align: center;
  max-width: 1192px;
}
.obsolete_wrapper h1 {
  color: #fa8b0a;
  font-size: 27px;
  margin: 10px 0 30px;
}
.obsolete_wrapper > .product_image:first-of-type {
  border: 1px solid #d0d0d0;
  display: inline-block;
  height: 303px;
  margin: 0 20px 0 0;
  width: 303px;
}
.obsolete_wrapper .obsolete_details {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 350px;
}
@media (min-width: 1192px) {
  .obsolete_wrapper .obsolete_details {
    width: 51%;
  }
}
.obsolete_wrapper .obsolete_details .obsolete_details {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 350px;
}
@media (min-width: 950px) {
  .obsolete_wrapper .obsolete_details .obsolete_details {
    width: 65%;
  }
}
.obsolete_wrapper .obsolete_details .product_name {
  color: #006097;
  display: inline-block;
  font-size: 21px;
  line-height: 21px;
  margin: 0 10px 10px 0;
  overflow: visible;
}
.obsolete_wrapper #coupon_results {
  text-align: left;
}
.obsolete_wrapper .product_num {
  color: #000;
  display: inline-block;
  font-size: 15px;
  line-height: 21px;
}
.obsolete_wrapper .para_1 {
  color: #000;
  font-size: 19px;
  margin-bottom: 20px;
}
.obsolete_wrapper .para_2 {
  color: #000;
  display: none;
  font-size: 15px;
  margin-bottom: 40px;
}
.obsolete_wrapper .couponContainer {
  display: none;
  float: left;
  position: relative;
}
.obsolete_wrapper .couponContainer .coupon {
  background-image: url("/Amsterdam/pict/coupon-obsolete-product.png");
  float: left;
  height: 119px;
  width: 308px;
}
.obsolete_wrapper .couponContainer .couponCode {
  background-color: #ff0;
  float: left;
  font-size: 16px;
  font-weight: bold;
  left: 205px;
  padding: 2px 2px 0;
  position: absolute;
  top: 79px;
}
.obsolete_wrapper .button_wrapper {
  float: left;
  margin-top: 23px;
}
.obsolete_wrapper .button_wrapper a {
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.obsolete_wrapper .button_wrapper .btn_advance {
  font-size: 16px;
  font-weight: bold;
  height: auto;
  line-height: normal;
}
.obsolete_wrapper .button_wrapper .btn_advance .btn_content, .obsolete_wrapper .button_wrapper .btn_advance .wishList .quickadd_but, .wishList .obsolete_wrapper .button_wrapper .btn_advance .quickadd_but, .obsolete_wrapper .button_wrapper .btn_advance #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .obsolete_wrapper .button_wrapper .btn_advance .quickadd_but {
  background-color: #004f98;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 5px #CCC;
  padding: 22px 0;
  width: 360px;
}
.obsolete_wrapper .button_wrapper .button {
  border: none;
}
.obsolete_wrapper #block_products {
  border-collapse: separate;
  border-spacing: 14px 0;
  clear: both;
  padding: 20px 0 40px;
  width: 100%;
}
.obsolete_wrapper #block_products th {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 20px solid #004f98;
  padding: 5px 0;
  text-align: center;
}
.obsolete_wrapper #block_products th a {
  color: #878787;
  font-size: 25px;
  font-weight: 400;
  text-decoration: none;
}
.obsolete_wrapper #block_products td {
  border: none;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.obsolete_wrapper #block_products td img {
  height: auto;
  width: 100%;
}
.obsolete_wrapper #block_products td .product_rollover {
  background-color: rgba(0, 79, 152, 0.8);
  color: #fff;
  display: none;
  font-size: 17px;
  font-weight: 400;
  height: 100%;
  left: 0;
  line-height: normal;
  padding: 50px 15px;
  position: absolute;
  text-align: center;
  top: 0;
}
.obsolete_wrapper #block_products td .product_rollover .btn_advance .btn_content, .obsolete_wrapper #block_products td .product_rollover .btn_advance .wishList .quickadd_but, .wishList .obsolete_wrapper #block_products td .product_rollover .btn_advance .quickadd_but {
  background-color: #05a26b;
  background-image: none;
}
.obsolete_wrapper #block_products td .product_rollover .btn_advance .btn_content:hover, .obsolete_wrapper #block_products td .product_rollover .btn_advance .wishList .quickadd_but:hover, .wishList .obsolete_wrapper #block_products td .product_rollover .btn_advance .quickadd_but:hover {
  background-color: #00b436;
}
.obsolete_wrapper #block_products td:hover .product_rollover {
  display: block;
}
.obsolete_wrapper .category_main .product_container .product_image_container .product_image .category_thumb4 {
  height: auto;
  width: 98%;
}
.obsolete_wrapper .category_main .product_container .product_info .addtocart_link {
  display: none;
}
.obsolete_wrapper .tnt_topCats .topCats_catcol.category_main .product_container {
  margin: 0 0 20px 0;
  text-align: left;
}

/* Obsolete Products - END */
/* Order Status & Saved Projects - START */
#saved-projects {
  margin-top: 20px;
}
#saved-projects .no_orders {
  margin-left: 10%;
}
#saved-projects .no_orders p {
  margin-top: 20px;
}
#saved-projects .btn_secondary {
  padding-top: 8px;
}
#saved-projects .btn_primary, #saved-projects #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary, #shoppingcart_layout .savedProjects_wishList .order_actions #saved-projects .btn_secondary, #saved-projects .product_listings .btn_secondary, .product_listings #saved-projects .btn_secondary {
  padding-top: 12px;
}
#saved-projects h1 {
  color: #fc5a0f;
}

.project_flex {
  display: flex;
  justify-content: space-between;
}

#order-status {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
#order-status.content {
  max-width: 1300px;
  padding-left: 40px;
}
@media (min-width: 1400px) {
  #order-status.content {
    padding-left: 0;
  }
}
#order-status h1 {
  color: #000;
  font-size: 26px;
}
#order-status p {
  margin: 0;
}
#order-status .no_orders {
  margin-left: 0;
  margin-bottom: 160px;
}
#order-status .no_orders h5 {
  margin-top: 5px;
}
#order-status .no_orders p {
  margin-top: 20px;
}
#order-status .no_orders p a {
  font-size: 16px;
  text-decoration: underline;
}
#order-status .header_column {
  display: block;
  vertical-align: top;
  width: 100%;
}
#order-status .header_column .text_center, #order-status .header_column .text_right {
  text-align: left;
}
@media (min-width: 700px) {
  #order-status .header_column .text_center {
    text-align: center;
  }
  #order-status .header_column .text_right {
    text-align: right;
  }
}
@media (min-width: 700px) {
  #order-status .orderDetails_flex {
    display: flex;
  }
}
#order-status .estimated_ship {
  font-size: 16px;
  font-weight: bold;
  margin-left: 30px;
}
#order-status .shipment_details {
  display: block;
  flex: 1;
  margin-top: 10px;
  position: relative;
  vertical-align: top;
  width: 100%;
}
#order-status .shipment_details p {
  display: inline-block;
}
#order-status .shipment_details span {
  font-size: 14px;
}
#order-status .shipment_details .on-hold-text-ln1, #order-status .shipment_details .on-hold-text-ln2 {
  font-size: 15px;
}
#order-status .shipment_details .on-hold-text-ln2 {
  margin-top: 15px;
}
#order-status .shipment_details .reorder-review > input[type=submit] {
  margin-left: 0;
}
#order-status .shipment_details a[href].underline {
  text-decoration: underline;
}
#order-status .shipment_details .shipment_statusCircle {
  background: #00aeef;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: top;
  width: 16px;
}
#order-status .shipment_details .shipment_statusBox {
  background: #FFFFFF;
  border: #8089b8 solid 1px;
  display: none;
  padding: 8px;
  position: absolute;
  top: 25px;
  left: 0;
  right: auto;
  width: 250px;
  z-index: 9999;
}
#order-status .shipment_details .shipment_statusBox:before {
  left: 50%;
}
#order-status .shipment_details .shipment_statusBox:after {
  left: 50%;
}
@media (min-width: 700px) {
  #order-status .shipment_details .shipment_statusBox {
    left: auto;
    right: 12px;
  }
  #order-status .shipment_details .shipment_statusBox:before {
    left: auto;
  }
  #order-status .shipment_details .shipment_statusBox:after {
    left: auto;
  }
}
#order-status .shipment_details .shipment_statusBox p {
  font-size: 13px;
  margin-bottom: 5px;
}
#order-status .shipment_details .shipment_statusBox ul {
  font-size: 13px;
  margin: 0 0 5px 0;
  padding-left: 20px;
}
#order-status .shipment_details .shipment_statusBox:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 15px 10px;
  border-color: #8089b8 transparent;
  display: block;
  width: 0;
  z-index: 0;
  margin-left: -40px;
  top: -10px;
  left: 70%;
}
@media (max-width: 700px) {
  #order-status .shipment_details .shipment_statusBox:before {
    left: 50%;
  }
}
#order-status .shipment_details .shipment_statusBox:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 15px 10px;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -40px;
  top: -9px;
  left: 50%;
}
@media (min-width: 700px) {
  #order-status .shipment_details .shipment_statusBox:after {
    left: 70%;
  }
}
#order-status .shipment_details .shipment_statusBox .shipment_closeStatus {
  position: absolute;
  right: -5px;
  top: -10px;
  background: #fff;
  border: 1px solid #8089b8;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  color: #8089b8;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: top;
  width: 16px;
}
#order-status .shipment_details .on-hold-text-ln2 {
  margin-top: 15px;
}
#order-status .shipment_details .on-hold-text-ln2 a {
  text-decoration: underline;
}
#order-status div.order-status {
  display: inline-block;
}
#order-status .product-info:not([data-status=Cancelled]) .item-status.cancelled,
#order-status .product-info:not([data-status=CatchAll]) .item-status.catch-all,
#order-status .product-info:not([data-status=CreditHold]) .item-status.credit-hold,
#order-status .product-info:not([data-status=InProcess]) .item-status.in-process,
#order-status .product-info:not([data-status=InProduction]) .item-status.in-production,
#order-status .product-info:not([data-status=InShipping]) .item-status.in-shipping,
#order-status .product-info:not([data-status=OnHold]) .item-status.art-hold,
#order-status .product-info:not([data-status=OrderReceived]) .item-status.order-received,
#order-status .product-info:not([data-status=Shipped]) .item-status.shipped,
#order-status .product-info:not([data-status=Unknown]) .item-status.unknown {
  display: none;
}
#order-status .product-info[data-status=Shipped] .btn-reorder,
#order-status .product-info[data-status=Shipped] .btn-write-review {
  display: block;
}
#order-status .product-info[data-status=Shipped] .estimated_ship,
#order-status .product-info:not([data-status=Shipped]) .ship-on {
  display: none;
}
#order-status p.bold_small.order_date {
  display: block;
}

.product_listings {
  margin-top: 5px;
  width: auto;
}
@media (min-width: 950px) {
  .product_listings {
    width: 100%;
  }
}
.product_listings h1 {
  font-size: 22px;
}
.product_listings p {
  font-size: 14px;
}
.product_listings a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.product_listings a:hover {
  text-decoration: underline;
}
.product_listings hr {
  border-color: #f1f1f1;
}
.product_listings .bold_large {
  font-size: 18px;
  font-weight: bold;
}
.product_listings .bold_medium {
  font-size: 16px;
  font-weight: bold;
}
.product_listings .bold_smedium {
  font-size: 14px;
  font-weight: bold;
}
.product_listings .bold_small {
  font-size: 12px;
  font-weight: bold;
}
.product_listings .breadcrumbs {
  color: #888;
  margin: 10px 0 5px;
}
.product_listings .breadcrumbs a {
  color: #06c;
  font-size: 10px;
  font-weight: normal;
  text-decoration: underline;
}
.product_listings .product_listings_tabs {
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 550px) {
  .product_listings .product_listings_tabs {
    border-bottom: 3px solid #eee;
    height: 35px;
    position: relative;
  }
}
.product_listings .searchOrderBox {
  position: relative;
  width: 100%;
  height: 0px;
  border-radius: 5px;
}
.product_listings .searchOrderBox .box {
  float: right;
  width: 600px;
  height: 42px;
  border: 1px solid gray;
  margin: auto;
  display: flex;
  flex-direction: row;
  border-radius: 5px;
}
.product_listings .searchOrderBox .box .inputView {
  padding-left: 10px;
  width: 400px;
  height: 40px;
  border: none;
  outline: none;
  border-radius: 5px 0 0 5px;
}
.product_listings .searchOrderBox .box .buttonborder {
  border-radius: 0 5px 5px 0;
}
.product_listings .searchOrderBox .box .buttonView {
  width: 99px;
  height: 40px;
  color: gray;
  border: none;
  border-left: 1px solid gray;
  outline: none;
}
.product_listings .searchOrderBox .box .buttonView:hover {
  color: #000000;
  border-color: currentColor;
}
.product_listings .searchOrderBox .box .buttonView::after {
  opacity: 0;
  box-shadow: 0 0 0 6px #000000;
  transition: 0.3s;
}
.product_listings .searchOrderBox .box .buttonView:active::after {
  box-shadow: none;
  opacity: 0.4;
  transition: 0s;
}
.product_listings .product_listings_tab {
  border-bottom: 3px solid #eee;
  color: #06c;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding: 8px;
  position: static;
  width: 40%;
}
@media (min-width: 550px) {
  .product_listings .product_listings_tab {
    border: none;
    height: 35px;
    position: absolute;
    text-align: center;
    width: auto;
  }
}
.product_listings .product_listings_tab:nth-child(1) {
  left: 0;
}
.product_listings .product_listings_tab:nth-child(2) {
  left: 120px;
  margin: 0 0 15px -3px;
}
@media (min-width: 550px) {
  .product_listings .product_listings_tab:nth-child(2) {
    margin-left: 0;
  }
}
.product_listings .product_listings_tab:nth-child(3) {
  left: 240px;
}
@media (min-width: 550px) {
  .product_listings .product_listings_tab:nth-child(3) {
    display: block;
  }
}
.product_listings .product_listings_tab:nth-child(4) {
  left: 360px;
  margin-left: -3px;
}
@media (min-width: 550px) {
  .product_listings .product_listings_tab:nth-child(4) {
    margin-left: 0;
  }
}
.product_listings .is-active {
  background-color: transparent;
  border-bottom: 3px solid #F2A900;
  color: #000;
}
.product_listings .btn_primary, .product_listings #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary, #shoppingcart_layout .savedProjects_wishList .order_actions .product_listings .btn_secondary, .product_listings .btn_secondary {
  background-color: #05a26b;
  border: 0;
  border-radius: 7px;
  box-shadow: none;
  color: white;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  height: 45px;
  line-height: 23px;
  padding: 0 10px;
  text-align: center;
  width: 220px;
}
@media (min-width: 700px) {
  .product_listings .btn_primary, .product_listings #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary, #shoppingcart_layout .savedProjects_wishList .order_actions .product_listings .btn_secondary, .product_listings .btn_secondary {
    margin: 10px auto 0 auto;
  }
}
.product_listings .btn_primary a, .product_listings #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary a, #shoppingcart_layout .savedProjects_wishList .order_actions .product_listings .btn_secondary a, .product_listings .btn_secondary a {
  font-size: 16px;
  font-weight: normal;
}
.product_listings .btn_secondary {
  background-color: white;
  border: 2px solid #05a26b;
  color: #05a26b;
}

.moved_wrapper {
  background-color: #ccc;
  z-index: 3;
}
.moved_wrapper .overview_header {
  background-color: #c1c2c4;
}

.orderStatus label.form-label {
  font-size: 14px;
  text-align: right;
  min-width: 100px;
  display: inline-block;
  margin: 0;
}

.orderStatus_loginBox {
  display: inline-block;
  height: 250px;
  margin-top: 20px;
  margin-right: 30px;
  /*padding: 10px;*/
  vertical-align: top;
  width: 440px;
}
.orderStatus_loginBox > p {
  height: 32px;
}
.orderStatus_loginBox label {
  /*display: inline-block;*/
  margin: 20px 0 0 20px;
}
.orderStatus_loginBox .loginBox_textInputs {
  margin: 20px 0 10px;
}
.orderStatus_loginBox .loginBox_textInputs p {
  display: inline-block;
  text-align: right;
  width: 100px;
}
.orderStatus_loginBox .loginBox_textInputs input {
  height: 30px;
  width: 200px;
  border: 1px solid black;
  padding-left: 5px;
  margin: 0 0 10px 5px;
}
.orderStatus_loginBox .btn_primary, .orderStatus_loginBox #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary, #shoppingcart_layout .savedProjects_wishList .order_actions .orderStatus_loginBox .btn_secondary, .orderStatus_loginBox .product_listings .btn_secondary, .product_listings .orderStatus_loginBox .btn_secondary {
  float: right;
  width: 180px;
  background-color: #024f9d;
  background-image: none;
  border: none;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  height: 40px;
  float: right;
  font-size: 15px;
  font-weight: bold;
  line-height: 40px;
  margin: 10px 20px 10px;
  padding: 0 20px;
  text-align: center;
}
.orderStatus_loginBox .btn_primary, .orderStatus_loginBox #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary, #shoppingcart_layout .savedProjects_wishList .order_actions .orderStatus_loginBox .btn_secondary, .orderStatus_loginBox .product_listings .btn_secondary, .product_listings .orderStatus_loginBox .btn_secondary {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .orderStatus_loginBox .btn_primary, .orderStatus_loginBox #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary, #shoppingcart_layout .savedProjects_wishList .order_actions .orderStatus_loginBox .btn_secondary, .orderStatus_loginBox .product_listings .btn_secondary, .product_listings .orderStatus_loginBox .btn_secondary {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .orderStatus_loginBox .btn_primary, .orderStatus_loginBox #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary, #shoppingcart_layout .savedProjects_wishList .order_actions .orderStatus_loginBox .btn_secondary, .orderStatus_loginBox .product_listings .btn_secondary, .product_listings .orderStatus_loginBox .btn_secondary {
    font-size: 1rem;
  }
}
.orderStatus_loginBox .btn_primary a, .orderStatus_loginBox #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary a, #shoppingcart_layout .savedProjects_wishList .order_actions .orderStatus_loginBox .btn_secondary a, .orderStatus_loginBox .product_listings .btn_secondary a, .product_listings .orderStatus_loginBox .btn_secondary a {
  font-weight: normal;
}
.orderStatus_loginBox .forgotPassword {
  margin-top: 32px;
  text-align: center;
}
.orderStatus_loginBox .forgotPassword p {
  display: inline-block;
  margin-right: 10px;
}
.orderStatus_loginBox .forgotPassword a {
  text-decoration: underline;
}

.orderStatus_middle_line {
  margin-top: 20px;
  display: inline-block;
  height: 240px;
  width: 1px;
  background-color: silver;
}
@media (max-width: 904px) {
  .orderStatus_middle_line {
    display: block;
    height: 1px;
    width: 450px;
    background-color: silver;
    margin: auto;
  }
}

.orderStatus_freeLogoText {
  background-color: #F2F2F2;
  color: #FB5B11;
  line-height: 25px;
  font-weight: bolder;
}

#order-status .orderStatus_middle {
  display: block;
  height: auto;
  margin: 0 5px;
  vertical-align: top;
}
#order-status .orderStatus_middle > p {
  font-size: 28px;
  font-weight: bold;
  margin: 10px 0 0 170px;
}
@media (min-width: 950px) {
  #order-status .orderStatus_middle {
    display: inline-block;
    height: 250px;
  }
  #order-status .orderStatus_middle > p {
    margin: 115px 0 0 0;
  }
}

.orderStatus_tabs {
  border-bottom: 1px solid #449bce;
  width: 100%;
}

.orderStatus_tab {
  background-color: #d1d3d4;
  color: #808285;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding: 8px;
  width: 100px;
}

.is-active {
  background-color: #0076bd;
  color: white;
  padding-top: 12px;
}

.overview_header {
  background-color: #e6e7e8;
  display: block;
  margin: 10px 0;
  padding: 5px;
}
@media (min-width: 700px) {
  .overview_header {
    display: flex;
  }
}
.overview_header .header_column {
  display: block;
  vertical-align: top;
  width: 100%;
}
.overview_header .header_column:first-of-type {
  width: 65%;
}
.overview_header .header_column p {
  display: inline-block;
}
.overview_header .header_column .text_center, .overview_header .header_column .text_right {
  text-align: left;
}
@media (min-width: 700px) {
  .overview_header .header_column .text_center {
    text-align: center;
  }
  .overview_header .header_column .float_right {
    float: right;
  }
}
.overview_header .header_column .edit_name {
  color: #06c;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
  text-decoration: underline;
}
.overview_header .order_date {
  margin-top: 8px;
}

.product_details {
  flex: 2;
  margin: 5px 0 5px 3%;
  display: block;
  width: 100%;
}
.product_details .product {
  margin-top: 5px;
}
.product_details .product .box_preview {
  display: inline-block;
}
.product_details .product .product_box {
  border: 2px solid #ccc;
  cursor: pointer;
  padding: 10px;
}
.product_details .product .product_box img {
  height: auto;
  width: auto;
  max-width: 160px;
}
.product_details .product .product_preview {
  display: flex;
  margin-top: 5px;
  justify-content: center;
}
.product_details .product .product_preview .review_icon {
  background: url("/WindmillCanada/pict/sprite_shoppingcart.png") no-repeat -238px -117px;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  height: 30px;
  width: 30px;
}
.product_details .product .product_preview a {
  color: #176083;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-top: 8px;
  vertical-align: top;
}
.product_details .product .details {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.product_details .product .details .bold_smedium {
  margin-top: 5px;
}

.order_actions {
  display: block;
  margin-top: 10px;
  position: relative;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 700px) {
  .order_actions {
    display: inline-block;
    margin-top: 5px;
    width: 25%;
  }
}
.order_actions p {
  display: inline-block;
}
.order_actions .shipment_statusCircle {
  background: #00aeef;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: top;
  width: 16px;
}
.order_actions .shipment_statusBox {
  background: #FFFFFF;
  border: #8089b8 solid 1px;
  display: none;
  padding: 8px;
  position: absolute;
  top: 25px;
  left: 0;
  right: auto;
  width: 250px;
  z-index: 9999;
}
.order_actions .shipment_statusBox:before {
  left: 50%;
}
.order_actions .shipment_statusBox:after {
  left: 50%;
}
@media (min-width: 700px) {
  .order_actions .shipment_statusBox {
    left: auto;
    right: 12px;
  }
  .order_actions .shipment_statusBox:before {
    left: auto;
  }
  .order_actions .shipment_statusBox:after {
    left: auto;
  }
}
.order_actions .shipment_statusBox p {
  font-size: 13px;
  margin-bottom: 5px;
}
.order_actions .shipment_statusBox ul {
  font-size: 13px;
  margin: 0 0 5px 0;
  padding-left: 20px;
}
.order_actions .shipment_statusBox:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 30px 10px;
  border-color: #8089b8 transparent;
  display: block;
  width: 0;
  z-index: 0;
  margin-left: -40px;
  top: -10px;
  left: 50%;
}
@media (min-width: 700px) {
  .order_actions .shipment_statusBox:before {
    left: 70%;
  }
}
.order_actions .shipment_statusBox:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 30px 10px;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -40px;
  top: -9px;
  left: 50%;
}
@media (min-width: 700px) {
  .order_actions .shipment_statusBox:after {
    left: 70%;
  }
}
.order_actions .shipment_statusBox .shipment_closeStatus {
  position: absolute;
  right: -5px;
  top: -10px;
  background: #fff;
  border: 1px solid #8089b8;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  color: #8089b8;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: top;
  width: 16px;
}
.order_actions .delete_project {
  color: #33C5F3;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
  text-decoration: underline;
}
.order_actions .moved_project {
  font-size: 18px;
  font-weight: bold;
}

/* Order Status & Saved Projects - END */
/* Press Room - START */
.pressroom_wrapper {
  margin-bottom: 0;
  overflow: hidden;
}
@media (min-width: 736px) {
  .pressroom_wrapper {
    margin-bottom: 50px;
  }
}
.pressroom_wrapper table {
  border-collapse: collapse;
  float: none;
  width: 100%;
}
@media (min-width: 736px) {
  .pressroom_wrapper table {
    float: left;
    width: 55%;
  }
}
@media (min-width: 831px) {
  .pressroom_wrapper table {
    width: 60%;
  }
}
.pressroom_wrapper table tr:nth-child(2n+1) {
  background-color: #eee;
}
.pressroom_wrapper table th {
  background-color: #999;
  color: #fff;
  font-weight: 700;
  padding: 5px 10px;
}
.pressroom_wrapper table th:first-child {
  width: 90px;
}
.pressroom_wrapper table td {
  padding: 5px 10px;
}
.pressroom_wrapper .socialmedia_wrapper {
  border: 1px solid #d3d3d3;
  clear: both;
  float: none;
  margin: 20px 0 0 0;
  padding: 15px;
  width: 318px;
}
@media (min-width: 736px) {
  .pressroom_wrapper .socialmedia_wrapper {
    clear: none;
    float: right;
    margin: 0;
  }
}
.pressroom_wrapper .socialmedia_wrapper #engage-links {
  border: none;
  height: 96px;
  margin: 0;
  padding: 0;
  text-align: left;
  width: auto;
}
.pressroom_wrapper .socialmedia_wrapper #engage-links .title1 {
  clear: both;
  color: #878787;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.pressroom_wrapper .socialmedia_wrapper #engage-links .title2 {
  color: #6283c6;
  font-weight: 700;
}
.pressroom_wrapper .socialmedia_wrapper #engage-links .title3 {
  clear: both;
  color: #878787;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.pressroom_wrapper .tweets_wrapper {
  border: 1px solid #d3d3d3;
  border-top: none;
  clear: both;
  float: left;
  padding: 15px;
  width: 318px;
}
@media (min-width: 736px) {
  .pressroom_wrapper .tweets_wrapper {
    clear: right;
    float: right;
  }
}
.pressroom_wrapper .tweets_wrapper .title1 {
  color: #878787;
  font-size: 18px;
  padding-bottom: 10px;
}
.pressroom_wrapper .tweets_wrapper .title2 {
  color: #6283c6;
  font-weight: 700;
}
.pressroom_wrapper .tweets_wrapper .tweets {
  clear: both;
  float: left;
  width: auto;
}

/* Press Room - END */
.vwo-btns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
}

@media only screen and (max-width: 1170px) {
  .vwo-btns {
    flex-direction: column;
  }
  .vwo-btns-or {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .vwo-btns .addtocart_btn,
  .vwo-btns .button {
    width: 100% !important;
  }
  .vwo-btns .button {
    margin-left: 0 !important;
  }
}
.vwo-btns-1,
.vwo-btns-2 {
  text-align: center;
}

.vwo-btns-1 .vwo-btn {
  transition: all 0.25s ease;
  background-color: #036341;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
  display: block;
  width: 230px;
  box-sizing: border-box;
  padding: 10px 20px;
  margin: 0;
  border: 2px solid #036341;
  border-radius: 6px;
}

.vwo-btns-1 .vwo-btn:hover {
  background-color: #fff;
  color: #036341;
}

.vwo-btns-2 .vwo-btn {
  transition: all 0.25s ease;
  background-color: #fff;
  color: #003087;
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
  display: block;
  width: 230px;
  box-sizing: border-box;
  padding: 10px 20px;
  margin: 0;
  border: 2px solid #003087;
  border-radius: 6px;
}

.vwo-btns-2 .vwo-btn:hover {
  background-color: #003087;
  color: #fff;
}

.vwo-btns-1 .vwo-btn-txt,
.vwo-btns-2 .vwo-btn-txt {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.vwo-btns-or {
  text-align: center;
  margin: 0 10px;
  text-transform: uppercase;
  margin-top: -18px;
}

#pd_wrapper .pd_gallery_overview .overview_guarantee {
  margin: 40px 0 0 40px !important;
  width: unset !important;
}

.vwo-btns-1 .addtocart_btn {
  margin-top: 0 !important;
}

:root {
  --bs-link-color: #33c5f3 !important;
  --bs-link-hover-color: #33c5f3 !important;
}

.chargedescriptionhelp {
  height: 17px !important;
  width: 17px !important;
}

/* Product Details - START */
.QuickProductEstimate_Container {
  display: none !important;
}

/*.quickadd, .no_studio_msg {
    display: none !important;
}*/
/* Product Details - START */
.content.messagebox_content > .description {
  text-align: left;
}

#pd_wrapper {
  margin: 10px auto 0;
  min-width: 600px;
  overflow: hidden;
}
@media (min-width: 1400px) {
  #pd_wrapper {
    padding: 5px 46px 0 46px;
  }
}
@media (max-width: 1400px) {
  #pd_wrapper {
    padding: 5px 46px 0 46px;
  }
}
@media (max-width: 960px) {
  #pd_wrapper {
    padding: 5px 38px 0 38px;
  }
}
@media (max-width: 600px) {
  #pd_wrapper {
    padding: 5px 16px 0 16px;
  }
}
#pd_wrapper h1 {
  color: #1F1644;
  font-size: 34px;
  margin: 0;
  font-weight: 700;
  line-height: normal;
}
#pd_wrapper h2 {
  color: #1F1644;
  font-size: 26px;
  text-align: left;
  margin-bottom: 12px;
  font-weight: 700;
  line-height: normal;
}
#pd_wrapper h3 {
  margin-bottom: 6px;
  font-weight: 700;
  line-height: normal;
  font-size: 17px;
}
#pd_wrapper .content {
  max-width: 1300px;
}
#pd_wrapper .breadcrumbs {
  margin: 0 auto;
  max-width: 580px;
}
#pd_wrapper .breadcrumbs a {
  color: #065F7A;
}
@media (min-width: 950px) {
  #pd_wrapper .breadcrumbs {
    max-width: 100%;
  }
}
#pd_wrapper .arrow_container {
  background-color: #F0F0F0;
  cursor: pointer;
}
#pd_wrapper .arrow_container .up {
  transform: rotate(180deg);
}
#pd_wrapper .arrow_container .right {
  transform: rotate(-90deg);
}
#pd_wrapper .arrow_container .left {
  transform: rotate(90deg);
}
#pd_wrapper .arrow_container .arrow {
  height: 7px;
  margin: 0 auto;
  position: relative;
  top: 5px;
  width: 5px;
}
#pd_wrapper .arrow_container .arrow:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 8px 6px 0;
  border-color: #33C5F3 transparent transparent transparent;
  display: block;
  width: 0;
  z-index: 0;
  margin: 0px 0 0 -2px;
}
#pd_wrapper .arrow_container .arrow:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px 4px 0;
  border-color: #ededed transparent transparent transparent;
  display: block;
  width: 0;
  z-index: 1;
}
#pd_wrapper .upDown_arrows, #pd_wrapper .leftRight_arrows {
  cursor: pointer;
  height: 20px;
  margin: 0 0 10px;
  width: 90px;
}
#pd_wrapper .upDown_arrows .inactiveArrow.arrow:before, #pd_wrapper .leftRight_arrows .inactiveArrow.arrow:before {
  border-color: #cccccc transparent transparent transparent;
}
#pd_wrapper .leftRight_arrows {
  display: inline-block;
  height: 70px;
  margin: 0;
  padding-top: 25px;
  width: 20px;
}
#pd_wrapper .leftRight_arrows:last-of-type {
  padding-top: 30px;
}
#pd_wrapper .pd_header {
  display: inline-block;
  margin: 0 auto;
  max-width: 580px;
  order: -1;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_header {
    text-align: left;
    width: 53%;
  }
}
#pd_wrapper .pd_itemNumber {
  font-size: 16px;
  margin-top: 5px;
  order: -1;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_itemNumber {
    font-size: 16px;
    margin-top: 0;
    text-align: left;
  }
}
#pd_wrapper .pd_quoteRequest {
  grid-area: quoteRequest;
  color: #024f9d;
  text-align: center;
  max-width: 500px;
  margin-left: 100px;
  margin-top: 40px;
}
#pd_wrapper .aslowas {
  float: left;
  order: 4;
  width: 55%;
}
#pd_wrapper .pd_cta {
  display: inline-block;
  order: 6;
  width: 10%;
}
#pd_wrapper .pd_cta .addtocartproddet {
  background-color: #eee;
  margin-bottom: 5px;
  padding: 15px;
  width: 250px;
}
#pd_wrapper .pd_cta .addtocartproddet .qtylabelproddet {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}
#pd_wrapper .pd_cta .addtocartproddet .qtytxtproddet {
  display: inline-block;
}
#pd_wrapper .pd_cta .addtocartproddet .qtytxtproddet input {
  border: 1px solid #aaa;
  height: 25px;
  width: 150px;
}
#pd_wrapper .pd_topReasons {
  margin: 20px 0;
  padding: 12px;
  min-width: 550px;
  order: 5;
  background-color: #F0F0F0;
  text-align: center;
}
#pd_wrapper .pd_topReasons ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
#pd_wrapper .pd_topReasons ul li {
  text-align: center;
  line-height: 18px;
  width: 25%;
}
#pd_wrapper .pd_topReasons ul img {
  display: block;
  margin: 10px auto;
}
#pd_wrapper .pd_priceBlock {
  margin: 20px auto;
  min-width: 550px;
  order: 5;
}
#pd_wrapper .pd_priceBlock.pd_priceBlock2 {
  display: none;
  margin: 50px auto;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_priceBlock {
    margin-top: 0;
  }
}
#pd_wrapper .pd_priceBlock .leftRight_arrows {
  height: 82px;
  padding-top: 30px;
  vertical-align: top;
}
#pd_wrapper .pd_priceBlock .leftRight_arrows:last-of-type {
  padding-top: 35px;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_priceBlock {
    margin: 0;
    min-width: 0;
  }
}
#pd_wrapper .pd_priceBlock .pricingTable_Container {
  text-transform: capitalize;
  font-weight: 400;
  color: #666666;
  border-top: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  font-family: "Poppins", sans-serif;
}
#pd_wrapper .pd_priceBlock .pricingTable_Container th {
  font-weight: 700;
  color: #1F1644;
  font-size: 14px;
}
#pd_wrapper .pd_priceBlock .pricingTable_Container td {
  color: #666666;
  font-size: 14px;
}
#pd_wrapper .pd_priceBlock .pricingTable_Container th, #pd_wrapper .pd_priceBlock .pricingTable_Container td {
  padding: 3px;
  border-top: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  font-family: inherit;
}
#pd_wrapper .pd_priceBlock .pricingTable_Container tr.sale th,
#pd_wrapper .pd_priceBlock .pricingTable_Container tr.sale td,
#pd_wrapper .pd_priceBlock .pricingTable_Container tr.freeQty th,
#pd_wrapper .pd_priceBlock .pricingTable_Container tr.freeQty td {
  color: #B30000;
}
#pd_wrapper .pd_priceBlock .pricingTable_Container tr.savings th,
#pd_wrapper .pd_priceBlock .pricingTable_Container tr.savings td {
  color: #1A6600;
}
#pd_wrapper #galleryholder {
  border: none;
}
#pd_wrapper #galleryholder .s7container {
  overflow: visible;
}
#pd_wrapper #galleryholder #zoomContainer {
  display: none;
}
#pd_wrapper #galleryholder #zoomContainer.s7container, #pd_wrapper #galleryholder #zoomholder.s7container {
  height: auto !important;
  position: initial !important;
  width: auto !important;
}
#pd_wrapper #galleryholder .s7flyoutzoomview {
  border-style: none;
  cursor: default;
  height: 500px;
  width: 500px;
}
@media (min-width: 950px) {
  #pd_wrapper #galleryholder .s7flyoutzoomview {
    cursor: pointer;
  }
}
#pd_wrapper #galleryholder .s7flyoutzoomview .s7flyoutzoom {
  background-color: #fff;
  border: 1px solid #024F9D;
  height: 425px;
  left: 345px;
  margin-left: 5px;
  position: absolute;
  top: -1px;
  width: 495px;
  z-index: 2;
}
#pd_wrapper #galleryholder .s7flyoutzoomview .s7tip {
  -webkit-transform: translateZ(0px);
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: #000;
  border-radius: 4px;
  bottom: 50px;
  color: #fff;
  display: none !important;
  font-size: 12px;
  padding-top: 10px 12px;
  position: absolute;
}
@media (min-width: 950px) {
  #pd_wrapper #galleryholder .s7flyoutzoomview .s7tip {
    display: block !important;
  }
}
@media (max-width: 949px) {
  #pd_wrapper #galleryholder .s7flyoutzoomview .s7highlight {
    display: none !important;
  }
}
#pd_wrapper #galleryholder .videoplayer {
  background-color: #fff;
  height: 427px;
  opacity: 1;
  position: absolute;
  top: 1px;
  width: auto;
}
#pd_wrapper #galleryholder .videoplayer .s7container {
  height: 425px;
  width: 345px;
}
#pd_wrapper #galleryholder .videoplayer .s7controlbar {
  bottom: 0;
  height: 40px;
  position: absolute;
  width: 100%;
}
#pd_wrapper #galleryholder .videoplayer .s7controlbar .s7playpausebutton {
  left: 2px;
  top: 12px;
}
#pd_wrapper #galleryholder .videoplayer .s7controlbar .s7videoscrubber {
  left: 0;
  top: -9px;
  width: 100%;
}
#pd_wrapper #galleryholder .videoplayer .s7controlbar .s7videoscrubber .s7track {
  background-color: #555;
}
#pd_wrapper #galleryholder .videoplayer .s7controlbar .s7videoscrubber .s7trackloaded {
  background-color: #666;
  z-index: 100;
}
#pd_wrapper #galleryholder .videoplayer .s7controlbar .s7videoscrubber .s7trackplayed {
  background-color: #999;
  z-index: 200;
}
#pd_wrapper #galleryholder .videoplayer .s7controlbar .s7videotime {
  left: 70px;
  top: 13px;
}
#pd_wrapper #galleryholder .videoplayer .s7controlbar .s7mutablevolume {
  left: 35px;
  top: 12px;
}
#pd_wrapper #galleryholder .videoplayer .s7controlbar .s7mutablevolume .s7verticalvolume {
  z-index: 2500;
}
#pd_wrapper #galleryholder .videoplayer .s7controlbar .s7fullscreenbutton {
  right: 4px;
  top: 12px;
}
#pd_wrapper .pd_gallery {
  float: left;
  margin: 5px auto 0;
  max-width: 580px;
  order: 1;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_gallery {
    width: 45%;
  }
}
@media (min-width: 1500px) {
  #pd_wrapper .pd_gallery {
    padding-right: 30px;
    padding-top: 26px;
  }
}
#pd_wrapper .pd_gallery .vertical_container {
  display: inline-block;
}
#pd_wrapper .pd_gallery .vertical_scrollContainer {
  display: inline-block;
  height: 380px;
  overflow: hidden;
  position: relative;
  width: 90px;
}
#pd_wrapper .pd_gallery .vertical_swatches {
  position: absolute;
  height: 380px;
  top: 0;
  width: 90px;
}
#pd_wrapper .pd_gallery .vertical_swatches .swatch_container {
  height: 80px;
  margin-bottom: 10px;
  width: 80px;
}
#pd_wrapper .pd_gallery .vertical_swatches .swatch_container.selected {
  border: 1px solid #024f9d;
}
#pd_wrapper .pd_gallery .vertical_swatches .swatch_container img {
  cursor: pointer;
  height: 100%;
  width: auto;
}
#pd_wrapper .pd_gallery .horizontal_scrollContainer {
  display: inline-block;
  height: 75px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 63%;
}
@media (min-width: 1500px) {
  #pd_wrapper .pd_gallery .horizontal_scrollContainer {
    width: 70%;
  }
}
@media (min-width: 1275px) {
  #pd_wrapper .pd_gallery .horizontal_scrollContainer {
    width: 73%;
  }
}
#pd_wrapper .pd_gallery .horizontal_scrollContainer .horizontal_swatches {
  height: 75px;
  position: absolute;
  left: 0;
}
#pd_wrapper .pd_gallery .horizontal_scrollContainer .horizontal_swatches .swatch_container {
  display: inline-block;
  height: 74px;
  margin-right: 10px;
  width: 75px;
}
#pd_wrapper .pd_gallery .horizontal_scrollContainer .horizontal_swatches .swatch_container.selected {
  border: 1px solid #024f9d;
}
#pd_wrapper .pd_gallery .horizontal_scrollContainer .horizontal_swatches .swatch_container img {
  cursor: pointer;
  height: 100%;
  margin-left: 9%;
  width: auto;
}
#pd_wrapper .pd_gallery .selected_photo {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
#pd_wrapper .pd_gallery .pd_zoomButtonContainer {
  color: #065F7A;
  font-weight: 400;
  font-size: 16px;
  margin: 10px 0;
  order: 2;
  text-align: right;
}
#pd_wrapper .pd_gallery .pd_zoomButtonContainer div {
  display: inline-block;
  vertical-align: middle;
}
#pd_wrapper .pd_gallery .pd_zoomButtonContainer .pd_zoomInButton {
  background-image: url(/WindmillCanada/pict/product-detail/pd_roll-on.svg);
  background-repeat: no-repeat;
  height: 17px;
  width: 17px;
}
@media (max-width: 949px) {
  #pd_wrapper .pd_gallery .pd_zoomButtonContainer .pd_zoomInButton {
    display: none !important;
  }
}
#pd_wrapper .pd_gallery .pd_zoomButtonContainer .pd_zoomButtonText {
  color: #666666;
}
@media (max-width: 949px) {
  #pd_wrapper .pd_gallery .pd_zoomButtonContainer .pd_zoomButtonText {
    display: none !important;
  }
}
#pd_wrapper .pd_gallery .pd_zoomButtonContainer .pd_viewLarger {
  cursor: pointer;
  margin-left: 20px;
}
#pd_wrapper .pd_gallery .pd_zoomButtonContainer .pd_viewLarger .pd_viewLargerButton {
  background-image: url(/WindmillCanada/pict/product-detail/pd_view-larger.svg);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
}
#pd_wrapper .pd_gallery .pd_zoomButtonContainer .pd_viewLarger .pd_viewLargerText:hover {
  text-decoration: underline;
}
#pd_wrapper .pd_gallery hr {
  border: none;
  clear: both;
}
#pd_wrapper .pd_gallery .swatch_directions {
  display: inline-block;
  margin-top: 5px;
  text-align: center;
  vertical-align: top;
  width: 90px;
}
#pd_wrapper .pd_gallery .swatch_directions #preferredColorTitle {
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
}
#pd_wrapper .pd_gallery .swatch_directions #preferredColor {
  font-size: 13px;
  line-height: 14px;
}
#pd_wrapper .pd_gallery .swatch_directions span {
  display: block;
}
#pd_wrapper .pd_gallery .pd_moreColors {
  clear: right;
  float: right;
}
#pd_wrapper .pd_gallery .pd_moreColors a {
  font-size: 12px;
}
#pd_wrapper .pd_starRating {
  display: flex;
  align-items: center;
  margin: 0 !important;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_starRating {
    margin: 50px 0 0 0;
    width: 23%;
  }
}
@media (min-width: 1500px) {
  #pd_wrapper .pd_starRating {
    margin-left: 5%;
  }
}
#pd_wrapper .pd_star {
  height: 15px;
  width: 15px;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_star {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 1500px) {
  #pd_wrapper .pd_star {
    height: 15px;
    width: 15px;
  }
}
#pd_wrapper .pd_ratingnumber {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  margin-left: 5px;
}
@media (min-width: 950px) and (max-width: 1500px) {
  #pd_wrapper .pd_ratingnumber {
    display: block;
    text-align: center;
    width: 197px;
  }
}
#pd_wrapper .pd_secondary_media {
  order: 9;
  text-align: center;
  width: 100%;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_secondary_media {
    float: right;
    width: 55%;
  }
}
#pd_wrapper .button {
  border: 1px solid #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 5px #CCC;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  overflow: hidden;
  text-align: center;
  border: 0;
  border-radius: 7px;
  box-shadow: none;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
  margin-left: 5%;
  width: 100%;
}
@media (min-width: 950px) {
  #pd_wrapper .button {
    margin-left: 0;
  }
}
#pd_wrapper .button a {
  color: #fff;
  text-decoration: none;
}
#pd_wrapper .button input {
  border: none;
  color: #fff;
  font-weight: bold;
  width: 100%;
}
#pd_wrapper .button .btn_content, #pd_wrapper .button .wishList .quickadd_but, .wishList #pd_wrapper .button .quickadd_but {
  background-color: #AC154F;
  padding: 3px 10px 0;
}
#pd_wrapper .primarybtn {
  -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;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  font-size: 18px;
  width: 100%;
}
#pd_wrapper .primarybtn:hover {
  text-decoration: none;
  filter: brightness(0.9);
  cursor: pointer;
  color: #AC154F !important;
}
#pd_wrapper .button--writereview {
  font-size: 14px;
  height: 30px;
  padding-top: 3px;
  background-color: #1F1644;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 200px;
}
#pd_wrapper .button--secondary {
  border: 1px solid #1F1644;
  color: #ffffff;
  background-color: #1F1644;
}
#pd_wrapper .button--secondary:hover {
  color: #1F1644;
  background-color: #ffffff;
}
@media (min-width: 950px) and (max-width: 1500px) {
  #pd_wrapper .button {
    width: 140px;
  }
}
#pd_wrapper .quickQuoteBtn {
  width: 250px !important;
}
#pd_wrapper .pd_gallery_overview {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin: 10px 2% 0;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_gallery_overview {
    display: block;
  }
}
@media (min-width: 1500px) {
  #pd_wrapper .pd_gallery_overview {
    margin: 10px 0 0;
  }
}
#pd_wrapper .pd_gallery_overview .pd_offer {
  color: #B30000;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin-top: 5px;
  order: 2;
  text-align: center;
  width: 100%;
}
#pd_wrapper .pd_gallery_overview .pd_offer .promo_text {
  width: 100% !important;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_gallery_overview .pd_offer {
    float: left;
    text-align: left;
    width: 28%;
  }
}
#pd_wrapper .pd_gallery_overview .promo_text {
  width: 100% !important;
}
#pd_wrapper .pd_gallery_overview .addtocart_btn {
  cursor: pointer;
  margin: 20px auto 0;
  width: 85%;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_gallery_overview .addtocart_btn {
    float: right;
    /*margin: -120px 0 0;*/
    width: auto;
  }
}
#pd_wrapper .pd_gallery_overview .addtocart .btn_content, #pd_wrapper .pd_gallery_overview .addtocart .wishList .quickadd_but, .wishList #pd_wrapper .pd_gallery_overview .addtocart .quickadd_but {
  cursor: pointer;
  font-size: 18px;
  line-height: 42px;
  padding: 10px 10px;
}
#pd_wrapper .pd_gallery_overview .pd_shipping {
  font-size: 16px;
  font-weight: bold;
  order: 3;
  text-align: right;
  width: 80%;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_gallery_overview .pd_shipping {
    text-align: left;
    width: 75%;
  }
}
#pd_wrapper .pd_gallery_overview .pd_shipping p {
  margin: 0 0 0 5px;
}
#pd_wrapper .pd_gallery_overview .pd_shipping .shipping_text {
  font-weight: normal;
  font-size: 16px;
}
#pd_wrapper .pd_gallery_overview .pd_shipping .shipping_icon {
  margin-right: 6px;
}
#pd_wrapper .pd_gallery_overview .pd_shipping .shipping_icon, #pd_wrapper .pd_gallery_overview .pd_shipping .shipping_text {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
#pd_wrapper .pd_gallery_overview .pd_shipping .shipping_icon .shipIn2Days, #pd_wrapper .pd_gallery_overview .pd_shipping .shipping_text .shipIn2Days {
  background-size: cover;
  height: 33px;
  width: 33px;
}
#pd_wrapper .pd_gallery_overview .pd_shipping .shipping_icon a, #pd_wrapper .pd_gallery_overview .pd_shipping .shipping_text a {
  color: #065F7A;
  text-transform: capitalize;
}
#pd_wrapper .pd_gallery_overview .aslowas {
  font-size: 16px;
  font-weight: bold;
  margin: -30px 0 10px;
  text-align: center;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_gallery_overview .aslowas {
    margin-top: 40px;
    text-align: left;
  }
}
#pd_wrapper .pd_gallery_overview .aslowas .low_red {
  color: #AC154F;
}
#pd_wrapper .pd_gallery_overview .pricing_tableContainer {
  display: inline-block;
  height: 82px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 70%;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_gallery_overview .pricing_tableContainer {
    width: 40%;
  }
}
#pd_wrapper .pd_gallery_overview .pricing_col {
  border: 1px solid #d2d2d2;
  border-right: none;
  display: inline-block;
  font-size: 12px;
  height: 82px;
  margin-right: -3px;
  vertical-align: top;
  width: 82px;
}
#pd_wrapper .pd_gallery_overview .pricing_table {
  font-size: 12px;
  white-space: nowrap;
  text-transform: uppercase;
}
#pd_wrapper .pd_gallery_overview .pricing_table .pricing_scrollContainer {
  display: inline-block;
  left: 0;
  position: absolute;
}
#pd_wrapper .pd_gallery_overview .pricing_table .pricing_scrollContainer .pricing_col {
  width: 65px;
}
#pd_wrapper .pd_gallery_overview .pricing_table .pricing_scrollContainer .pricing_col:last-of-type {
  border-right: 1px solid #d2d2d2;
}
#pd_wrapper .pd_gallery_overview .pricing_quantity, #pd_wrapper .pd_gallery_overview .pricing_sale {
  background-color: #F0F0F0;
  font-weight: bold;
  padding: 3px;
}
#pd_wrapper .pd_gallery_overview .pricing_price, #pd_wrapper .pd_gallery_overview .pricing_savings {
  font-weight: bold;
  padding: 3px;
}
#pd_wrapper .pd_gallery_overview .pricing_headline {
  width: 80px;
}
#pd_wrapper .pd_gallery_overview .pricing_sale {
  color: #1A6600;
}
#pd_wrapper .pd_gallery_overview .pricing_savings {
  color: #B30000;
}
#pd_wrapper .pd_gallery_overview .overview_guarantee {
  background-color: #F0F0F0;
  display: none;
  float: right;
  margin: 40px auto 0;
  order: 8;
  width: 250px;
}
#pd_wrapper .pd_gallery_overview .overview_guarantee.no-reviews {
  grid-column-start: starRating;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  float: left\0 ;
  margin-left: 182px\0 ;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_gallery_overview .overview_guarantee {
    margin: 40px 0 0;
  }
}
#pd_wrapper .pd_gallery_overview .overview_guarantee .guarantee_headline {
  color: #024f9d;
  font-weight: bold;
  padding: 10px 0 0;
  margin: 0 auto;
  width: 205px;
}
#pd_wrapper .pd_gallery_overview .overview_guarantee .guarantee_headline .number {
  display: inline-block;
  font-size: 26px;
  letter-spacing: -2px;
  width: 60px;
}
#pd_wrapper .pd_gallery_overview .overview_guarantee .guarantee_headline .satisfaction {
  display: inline-block;
  font-size: 14px;
  line-height: 13px;
  width: 100px;
}
#pd_wrapper .pd_gallery_overview .overview_guarantee .guarantee_subtext {
  border-top: 1px dotted #024f9d;
  margin: 0 auto;
  width: 205px;
}
#pd_wrapper .pd_gallery_overview .overview_guarantee .guarantee_subtext p {
  display: inline-block;
  margin-top: 5px;
}
#pd_wrapper .pd_gallery_overview .overview_secondary {
  clear: right;
  margin: 40px 0 0 0;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_gallery_overview .overview_secondary {
    margin-top: 20px;
  }
}
#pd_wrapper .pd_gallery_overview .overview_secondary div a:first-of-type .button {
  border: 1px solid #1F1644;
  color: #ffffff;
  background-color: #1F1644;
  width: fit-content;
  padding-left: 15px;
  padding-right: 15px;
}
#pd_wrapper .pd_gallery_overview .overview_secondary div a:first-of-type .button:hover {
  color: #1F1644;
  background-color: #ffffff;
}
#pd_wrapper .pd_gallery_overview .overview_secondary a {
  text-decoration: none;
  /* Quick Quoute Button
      &:first-of-type {
      display: none;
  }*/
}
#pd_wrapper .pd_gallery_overview .overview_secondary .button {
  margin-left: 0;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_gallery_overview .overview_secondary .button {
    margin-left: 2px;
  }
}
#pd_wrapper .pd_gallery_overview .overview_media {
  margin: 20px 0 20px 0;
}
#pd_wrapper .pd_gallery_overview .overview_media img {
  vertical-align: middle;
}
#pd_wrapper .pd_gallery_overview .overview_media .media_icon {
  margin-right: 2px;
}
#pd_wrapper .pd_gallery_overview .overview_media .icon_print {
  margin-left: 10px;
}
#pd_wrapper .pd_featuresDetails {
  background-color: #F0F0F0;
  border-top: 0px;
  border-bottom: 0px;
  clear: both;
  margin-top: 40px;
}
#pd_wrapper .pd_featuresDetails .pd_features, #pd_wrapper .pd_featuresDetails .pd_details {
  font-size: 12px;
  padding: 20px 0;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_featuresDetails .pd_features, #pd_wrapper .pd_featuresDetails .pd_details {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding-right: 60px;
  }
}
#pd_wrapper .pd_featuresDetails .pd_features h2, #pd_wrapper .pd_featuresDetails .pd_details h2 {
  padding-bottom: 5px;
}
#pd_wrapper .pd_featuresDetails .pd_features ul {
  margin-left: 5%;
  padding-left: 20px;
}
#pd_wrapper .pd_featuresDetails .pd_features li {
  font-size: 16px;
  margin: 0 0 8px;
}
#pd_wrapper .pd_featuresDetails .pd_features .features_tagline {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 5px;
}
#pd_wrapper .pd_featuresDetails .pd_features .pd_downloadLinks .download-icon {
  width: 25px;
  height: auto;
  float: left;
  margin-right: 5px;
}
#pd_wrapper .pd_featuresDetails .pd_features .pd_downloadLinks #dl-blank-images {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  float: left;
  padding-top: 7px;
  color: #065F7A;
}
#pd_wrapper .pd_featuresDetails .pd_features .pd_downloadLinks .modal-body {
  height: 415px;
}
#pd_wrapper .pd_featuresDetails .pd_features .pd_downloadLinks .modal-body .download-icon {
  width: 30px;
  height: auto;
  cursor: pointer;
}
#pd_wrapper .pd_featuresDetails .pd_details .detail {
  border-bottom: 1px solid #d2d2d2;
}
#pd_wrapper .pd_featuresDetails .pd_details .detail.battery-message > img {
  display: inline-block;
}
#pd_wrapper .pd_featuresDetails .pd_details .detail.battery-message > span {
  display: inline-block;
  width: 95%;
  vertical-align: top;
}
#pd_wrapper .pd_featuresDetails .pd_details .detail:last-of-type {
  border-bottom: none;
}
#pd_wrapper .pd_featuresDetails .pd_details .detail .detail_label {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 0;
  margin-left: 5px;
  vertical-align: top;
  width: 40%;
}
#pd_wrapper .pd_featuresDetails .pd_details .detail .detail_label .boxpopup {
  text-decoration: none;
}
#pd_wrapper .pd_featuresDetails .pd_details .detail .detail_info {
  display: inline-block;
  font-size: 16px;
  padding: 8px 0;
  width: 54%;
}
#pd_wrapper .pd_featuresDetails .pd_details .detail .detail_swatch {
  border: 1px solid #b3b3b3;
  display: inline-block;
  height: 16px;
  margin-right: 5px;
  width: 28px;
}
#pd_wrapper .pd_featuresDetails .pd_details .detail .swatch1 {
  background-color: #101010;
}
#pd_wrapper .pd_featuresDetails .pd_details .detail .swatch2 {
  background-color: #2C5785;
}
#pd_wrapper .pd_featuresDetails .pd_details .detail .swatch3 {
  background-color: #2AA29B;
}
#pd_wrapper .pd_featuresDetails .pd_details .detail .swatch4 {
  background-color: #2A896D;
}
#pd_wrapper .pd_featuresDetails .pd_details .detail .swatch5 {
  background-color: #696969;
}
#pd_wrapper .pd_featuresDetails .pd_details .detail .swatch6 {
  background-color: #D34D28;
}
#pd_wrapper .pd_featuresDetails .pd_details .detail .swatch7 {
  background-color: #812F8C;
}
#pd_wrapper .pd_featuresDetails .pd_details .detail .swatch8 {
  background-color: #BB3300;
}
#pd_wrapper .pd_reviews {
  display: none;
  padding: 50px 0 100px 0;
}
#pd_wrapper .pd_reviews .pd_starRating {
  margin: 15px 0 0;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_reviews .pd_starRating {
    display: inline-block;
    margin-left: 7%;
    width: 21%;
  }
}
@media (min-width: 1500px) {
  #pd_wrapper .pd_reviews .pd_starRating {
    margin-left: 10%;
    width: 20%;
  }
}
#pd_wrapper .pd_reviews .pd_ratingnumber {
  font-size: 16px;
  margin: 0 auto;
  width: 20%;
}
#pd_wrapper .pd_reviews .reviews_bargraph {
  margin: 15px auto 0;
  width: 500px;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_reviews .reviews_bargraph {
    display: inline-block;
    width: 50%;
  }
}
@media (min-width: 1500px) {
  #pd_wrapper .pd_reviews .reviews_bargraph {
    width: 40%;
  }
}
#pd_wrapper .pd_reviews .reviews_ratingbar {
  margin-left: 15%;
}
#pd_wrapper .pd_reviews .reviews_ratingbar .ratingbar_rating, #pd_wrapper .pd_reviews .reviews_ratingbar .ratingbar_bar, #pd_wrapper .pd_reviews .reviews_ratingbar .ratingbar_reviews {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}
#pd_wrapper .pd_reviews .reviews_ratingbar .ratingbar_text {
  width: 50px;
}
#pd_wrapper .pd_reviews .reviews_ratingbar .ratingbar_bar {
  background-color: #d2d2d2;
  height: 15px;
  margin: 0 10px;
  width: 300px;
}
#pd_wrapper .pd_reviews .reviews_ratingbar .ratingbar_bar .ratingbar_filled {
  background-color: #024f9d;
  height: 15px;
}
#pd_wrapper .pd_reviews .reviews_ratingbar .ratingbar_bar .fivepercentage {
  width: 84.88%;
}
#pd_wrapper .pd_reviews .reviews_ratingbar .ratingbar_bar .fourpercentage {
  width: 5.55%;
}
#pd_wrapper .pd_reviews .reviews_ratingbar .ratingbar_bar .threepercentage {
  width: 4.77%;
}
#pd_wrapper .pd_reviews .reviews_ratingbar .ratingbar_bar .twopercentage {
  width: 2.65%;
}
#pd_wrapper .pd_reviews .reviews_ratingbar .ratingbar_bar .onepercentage {
  width: 0.8%;
}
#pd_wrapper .pd_reviews .reviews_ratingbar .ratingbar_reviews {
  color: #888;
}
#pd_wrapper .pd_reviews .reviews_secondary {
  margin: 0 auto 0;
  vertical-align: top;
  width: auto;
  text-align: center;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_reviews .reviews_secondary {
    display: inline-block;
  }
}
#pd_wrapper .pd_reviews .reviews_sort {
  margin-right: 5%;
  text-align: right;
}
#pd_wrapper .pd_reviews .reviews_sort select {
  width: 210px;
}
#pd_wrapper .pd_reviews .review_tilerow {
  margin-top: 20px;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_reviews .review_tilerow {
    display: flex;
    margin-left: 4%;
  }
}
#pd_wrapper .pd_reviews .review_tilerow .review_container {
  background-color: #d9effc;
  font-size: 16px;
  margin-top: 20px;
  padding: 30px 3%;
  width: 100%;
}
@media (min-width: 950px) {
  #pd_wrapper .pd_reviews .review_tilerow .review_container {
    margin-top: 0;
    width: 44%;
  }
  #pd_wrapper .pd_reviews .review_tilerow .review_container:first-child {
    margin-right: 3%;
  }
}
#pd_wrapper .pd_reviews .review_tilerow .review_container hr {
  border-top-color: #eee;
  border-bottom: 0;
}
#pd_wrapper .pd_reviews .review_tilerow .review_container .pd_starRating {
  margin-top: 5px;
  width: 150px;
}
#pd_wrapper .pd_reviews .review_tilerow .review_container .pd_starRating .pd_star {
  height: 25px;
  width: 25px;
}
#pd_wrapper .pd_reviews .review_tilerow .review_container .review_content {
  margin: 20px 0 0;
  width: 100%;
}
#pd_wrapper .pd_reviews .review_tilerow .review_thumbnails {
  margin: 15px 0;
}
#pd_wrapper .pd_reviews .review_tilerow .review_thumbnails img {
  cursor: pointer;
  height: 75px;
  margin-right: 15px;
  width: auto;
}
#pd_wrapper .pd_reviews .pagination_text {
  color: #595959;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
#pd_wrapper .pd_reviews .pagination_text span {
  line-height: 1.2em;
  font-size: 1.25em;
}
#pd_wrapper .pd_reviews .pagination_smaller_container {
  width: 100%;
  margin: 10px auto;
  text-align: center;
}
#pd_wrapper .pd_reviews .pagination_smaller_container .pagination {
  width: 40px;
  height: 35px;
  background-color: #024f9d;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  font-weight: bold;
  font-family: arial;
  font-size: 1.1em !important;
  margin: 0 0.9%;
  vertical-align: middle;
}
#pd_wrapper .pd_reviews .pagination_smaller_container .underline_page {
  text-decoration: underline;
}
#pd_wrapper .pd_reviews .pagination_smaller_container .active_pagination_page {
  background-color: #0F5D8A;
}

.divDesignService {
  float: right;
  text-align: right;
  grid-area: no_studio;
}

#pd_wrapper .secondarybtn.design_service_btn {
  font-size: 16px;
  height: 40px;
  margin: 20px 0 0;
  padding-top: 9px;
  width: 100%;
}
#pd_wrapper .secondarybtn.design_service_btn a {
  color: #003087;
}

.design_service_learn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 100%;
}
.design_service_learn img {
  width: 20px;
  margin-right: 10px;
}
.design_service_learn p {
  color: #06c;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  margin: 0;
}

.design_services_popup {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 !important;
  width: 600px !important;
  background-color: #fff !important;
}

.design_services_popup_container {
  position: relative;
}
.design_services_popup_container h2 {
  margin-bottom: 0;
  color: black;
}
.design_services_popup_container ul li span {
  text-align: center;
}
.design_services_popup_container .design_services_popup_header {
  background-color: #003087;
  padding: 14px 0;
  text-align: center;
}
.design_services_popup_container .design_services_popup_header h2 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 0 0 10px;
  display: inline;
}
.design_services_popup_container .design_services_popup_header img {
  width: 30px;
  height: auto;
  display: inline;
  vertical-align: bottom;
}
.design_services_popup_container .design_services_popup_content {
  padding: 30px;
}
.design_services_popup_container .step-num {
  width: 20px;
  height: auto;
  vertical-align: bottom;
}
.design_services_popup_container h2 {
  text-align: center;
}
.design_services_popup_container .product-image-design-services {
  display: block;
  margin: 0 auto;
  width: auto;
  padding: 20px 0;
}
.design_services_popup_container h3 {
  color: #05a26b;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1rem;
}
.design_services_popup_container .design_services_popup_flex {
  display: flex;
  justify-content: space-around;
}
.design_services_popup_container .design_services_popup_flex div {
  width: 240px;
}
.design_services_popup_container .design_services_popup_flex img {
  width: 60px;
}
.design_services_popup_container .design_services_popup_btn {
  background-color: #05a26b;
  border-radius: 7px;
  border: 2px solid #05a26b;
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  text-align: center;
  padding: 12px 10px;
  display: block;
  width: 250px;
  margin: 0 auto;
  transition: all 0.25s ease;
}
.design_services_popup_container .design_services_popup_btn a {
  color: #fff;
  text-decoration: none;
}
.design_services_popup_container .design_services_popup_btn:hover {
  background-color: #fff;
  color: #05a26b;
  border: 2px solid #05a26b;
}
.design_services_popup_container .design_services_popup_btn:hover a {
  color: #05a26b;
  text-decoration: none;
}
.design_services_popup_container .design_services_popup_footer {
  background-color: #fa0;
  color: white;
  width: 100%;
}
.design_services_popup_container .design_services_popup_footer_flex {
  display: flex;
  justify-content: center;
}
.design_services_popup_container .design_services_popup_footer_flex p {
  margin: 0;
}
.design_services_popup_container .design_services_popup_footer_flex p sup {
  font-size: 60%;
}
.design_services_popup_container .design_services_popup_footer_flex p:first-of-type {
  font-size: 2.8rem;
}
.design_services_popup_container .design_services_popup_footer_flex p:last-of-type {
  font-size: 1.4rem;
  font-weight: bold;
  width: 200px;
  text-align: left;
  margin-left: 10px;
  line-height: 1.3rem;
  padding-top: 6px;
}

.design_services_popup_nothanks {
  color: #003086;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 10px;
}
.design_services_popup_nothanks img {
  width: 20px;
}
.design_services_popup_nothanks p {
  margin: 0 0 0 10px;
}

.review_headline {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

polygon.graystar {
  fill: #bcbec0;
}

polygon.goldstar {
  fill: #fbaa19;
}

.review_author {
  display: inline-block;
  margin-top: 13px;
}

.review_content {
  margin: 20px auto 0;
  width: 90%;
  max-width: 500px;
}
.review_content hr {
  border-top-color: #eee;
  border-bottom: 0;
  margin-top: 30px;
}

.review_resolution {
  margin-top: 20px;
  max-width: 500px;
}
.review_resolution p {
  margin-top: 10px;
}
.review_resolution img {
  width: 150px;
  height: auto;
}
.review_resolution .bold_heading {
  font-weight: bold;
}

.review_popup {
  border: 1px solid #024f9d;
  font-size: 16px;
  margin: 0 auto;
  max-width: 700px;
  padding: 30px 3%;
  position: relative;
  width: 90%;
}
.review_popup .popup_close {
  position: absolute;
  right: -5px;
  top: -10px;
  background: #fff;
  border: 1px solid #024f9d;
  border-radius: 50%;
  font-size: 15px;
  font-weight: bold;
  color: #024f9d;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  text-align: center;
  vertical-align: top;
  width: 25px;
}
.review_popup .pd_starRating {
  display: inline-block;
  margin: 5px 0 0 20%;
  vertical-align: top;
  width: 150px;
  text-align: center;
}
.review_popup .pd_starRating .pd_star {
  height: 25px;
  width: 25px;
}
.review_popup .review_tabs {
  border-bottom: 1px solid #024f9d;
  padding: 20px 0 0 30%;
}
.review_popup .review_tabs .review_tab {
  background-color: #d1d3d4;
  color: #808285;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-right: -3px;
  padding: 8px;
  text-align: center;
  width: 100px;
}
.review_popup .review_tabs .is-active {
  background-color: #024f9d;
  color: white;
  padding-top: 10px;
}
.review_popup .photos_content {
  margin-top: 20px;
  position: relative;
}
.review_popup .photos_content .side_thumb {
  float: left;
  height: 75px;
  margin: 0 10px 20px 0;
  width: 100px;
}
.review_popup .photos_content .side_thumb.selected {
  border: 1px solid #024f9d;
}
.review_popup .photos_content .photo_thumb {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}
.review_popup .photos_content .photo_main {
  width: auto;
  height: auto;
  max-height: 345px;
  max-width: 557px;
}
.review_popup .review_content {
  max-width: 700px;
}
.review_popup .review_resolution {
  max-width: 700px;
}

.no_studio_msg {
  border: 1px solid #024f9d;
  color: #024f9d;
  display: inline-block;
  float: right;
  margin: 0 auto;
  order: 6;
  padding: 16px;
  text-align: center;
  width: 350px;
}
@media (min-width: 950px) {
  .no_studio_msg {
    margin: -25px auto 0;
  }
}
@media (min-width: 950px) and (max-width: 1110px) {
  .no_studio_msg {
    width: 250px;
  }
}
.no_studio_msg p {
  margin: 0;
}
.no_studio_msg .p1 {
  font-size: 16px;
  margin-bottom: 10px;
}
.no_studio_msg .p2 {
  font-size: 16px;
}
.no_studio_msg .p2 a.live_chat {
  color: #024f9d;
  font-size: 17px;
  font-weight: bold;
  text-decoration: underline;
}
.no_studio_msg .p2 a:hover {
    text-decoration: none;
}
.no_studio_msg .phone {
  font-size: 18px;
  font-weight: bold;
}

@supports (display: grid) {
  #pd_wrapper .pd_gallery_overview {
    display: grid;
    grid-template-columns: 45% 1fr 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "header             header              header" "itemNumber         itemNumber          itemNumber" "starRating         starRating          starRating" "gallery            gallery             gallery" "offer              offer               offer" "usaDeals           usaDeals            usaDeals" "aslowas            shipping            shipping" "no_studio          no_studio           no_studio" "priceBlock         priceBlock          priceBlock" "topReasons         topReasons          topReasons" "cta                cta                 cta" "guarantee          guarantee           guarantee" "secondary_media    secondary_media     secondary_media";
  }
  @media (min-width: 950px) {
    #pd_wrapper .pd_gallery_overview {
      grid-template-areas: "gallery    header              header" "gallery    itemNumber          itemNumber" "gallery    offer               cta" "gallery    shipping            no_studio" "gallery    usaDeals            no_studio" "gallery    aslowas             ." "gallery    priceBlock          priceBlock" "gallery    topReasons          topReasons" "gallery    starRating          guarantee" "gallery    secondary_media     secondary_media";
    }
  }
  #pd_wrapper .pd_gallery_overview .no_studio_msg {
    grid-area: no_studio;
    margin: 0 auto;
  }
  @media (min-width: 950px) {
    #pd_wrapper .pd_gallery_overview .no_studio_msg {
      width: 100%;
    }
  }
  #pd_wrapper .pd_gallery_overview .pd_offer {
    grid-area: offer;
    text-align: center;
    width: 100%;
  }
  @media (min-width: 950px) {
    #pd_wrapper .pd_gallery_overview .pd_offer {
      text-align: left;
      width: 60%;
    }
  }
  #pd_wrapper .pd_gallery_overview .pd_shipping {
    grid-area: shipping;
    width: 60%;
  }
  @media (min-width: 950px) {
    #pd_wrapper .pd_gallery_overview .pd_shipping {
      width: 100%;
    }
  }
  #pd_wrapper .pd_gallery_overview .pd_usaDealsIcons {
    grid-area: usaDeals;
  }
  #pd_wrapper .pd_gallery_overview .aslowas {
    grid-area: aslowas;
    margin-top: 10px;
    width: 100%;
  }
  #pd_wrapper .pd_gallery_overview .addtocart_btn {
    margin-top: 0;
  }
  #pd_wrapper .pd_gallery_overview .overview_media {
    margin: 10px 0 0;
  }
  #pd_wrapper .pd_gallery {
    grid-area: gallery;
    width: 100%;
  }
  #pd_wrapper .pd_header {
    grid-area: header;
    max-width: 100%;
    width: 100%;
  }
  #pd_wrapper .pd_itemNumber {
    grid-area: itemNumber;
  }
  #pd_wrapper .pd_cta {
    grid-area: cta;
    width: 100%;
  }
  #pd_wrapper .pd_priceBlock {
    grid-area: priceBlock;
  }
  #pd_wrapper .pd_priceBlock .pricing_tableContainer {
    width: 70%;
  }
  @media (min-width: 950px) {
    #pd_wrapper .pd_priceBlock .pricing_tableContainer {
      width: 70%;
    }
  }
  #pd_wrapper .pd_topReasons {
    grid-area: topReasons;
  }
  #pd_wrapper .pd_topReasons .pricing_tableContainer {
    width: 70%;
  }
  @media (min-width: 950px) {
    #pd_wrapper .pd_topReasons .pricing_tableContainer {
      width: 70%;
    }
  }
  #pd_wrapper .pd_starRating {
    grid-area: starRating;
    width: 100%;
  }
  #pd_wrapper .overview_guarantee {
    grid-area: guarantee;
  }
  #pd_wrapper .pd_secondary_media {
    grid-area: secondary_media;
    width: 100%;
  }
  .review_popup .photos_content {
    display: grid;
    grid-template-columns: 100px repeat(4, 1fr);
    grid-template-rows: repeat(4, 75px);
    grid-gap: 15px;
  }
  .review_popup .photos_content .side_thumb {
    margin: 0;
  }
  .review_popup .photos_content .side_thumb img {
    height: 100%;
    width: auto;
  }
  .review_popup .selected_thumb {
    grid-column: 2/span 4;
    grid-row: 1/-1;
  }
}
/*Size Chart Start*/
.size_chart {
  width: 100%;
}
.size_chart h2 {
  color: #1F1644;
  font-size: 16px;
  text-align: center;
  margin: 5px;
}
.size_chart table {
  width: 100%;
  border: 1px solid #808080;
  border-spacing: 0;
}
.size_chart table th {
  text-align: left;
  border: 0;
  border-bottom: 1px solid #808080;
  font-size: 14px;
  padding-right: 3px;
}
.size_chart table tr {
  height: 26px;
}
.size_chart table tr:nth-child(odd) {
  background-color: #F0F0F0;
}
.size_chart table td {
  border: 0;
  font-size: 14px;
  padding-right: 3px;
}

/*Size Chart End*/
/*#region Coupon code popup*/
.popup-coupon[popup] {
  width: 550px;
  height: 400px;
}
.popup-coupon[popup] > .box > .content {
  position: relative;
  background: url(/Amsterdam/pict/Coupon-Code-Popup.jpg) no-repeat;
}
.popup-coupon[popup] > .box > .content > div {
  position: absolute;
  top: 225px;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 15px;
}
.popup-coupon[popup] > .box > .content > div .red-text {
  color: #cb1f30;
  font-weight: 900;
}
.popup-coupon[popup] > .box > .content > div a {
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}
.popup-coupon[popup] > .box > .content > div > div {
  white-space: nowrap;
}
.popup-coupon[popup] > .box > .content > div > div.input-coupon {
  margin-top: 15px;
}
.popup-coupon[popup] > .box > .content > div > div > input {
  color: #777;
  height: 37px;
  width: 200px;
  margin-right: -1px;
}
.popup-coupon[popup] > .box > .content > div > div > a {
  background: #00529b;
  border: 1px solid #fa0;
  border-radius: 0 7px 7px 0;
  color: white;
  display: inline-block;
  font-weight: 700;
  height: 37px;
  line-height: 35px;
  margin: 0 0 0 -5px;
  padding: 0;
  width: 75px;
  text-decoration: none;
}
.popup-coupon[popup] > .box > .content > div > a {
  text-decoration: underline;
  display: inline-block;
  color: #515153;
  font-weight: bold;
  margin-top: 13px;
}

/*#endregion Coupon code popup*/
.warning-text {
  margin-left: 50px;
}
.warning-text img {
  width: 22px;
  vertical-align: bottom;
}

/* Jon's overrides, need to find where to put these.......................... */
.QuickQuote_Options_ShippingAndPromptContainer {
  height: 260px !important;
}

.pd_recommendations .content {
  Display: flex;
  Flex-wrap: wrap;
  Justify-content: center;
}
.pd_recommendations .content .headline {
  Width: 100%;
}

#advantage .row .col:nth-child(2) {
  text-align: left;
}

#advantage .row .col h3, #advantage .row .col h4 {
  font-weight: 700;
  line-height: normal;
}

.ui-widget {
  font-family: "Poppins", sans-serif;
}

.locked_quantity_message {
  white-space: nowrap;
  font-size: 15px;
}

#footer #signup p {
  margin-bottom: 0;
}

/* Quick Quote info page - START */
.qq_lp_wrapper {
  margin: 0 auto;
  padding-top: 12px;
  width: 600px;
}
.qq_lp_wrapper table {
  background-color: #fafafa;
  border: none;
  width: 100%;
}
.qq_lp_wrapper table td {
  font-size: 14px;
}
.qq_lp_wrapper > table {
  padding: 10px;
}
.qq_lp_wrapper .title {
  border-bottom: 1px solid #daebfd;
  color: #ff8000;
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 10px;
}
.qq_lp_wrapper .product_img {
  border: 1px solid #D7D7D7;
  max-height: 152px;
  max-width: 152px;
}
.qq_lp_wrapper .product_name {
  color: #069;
  font-weight: 700;
  text-decoration: none;
}
.qq_lp_wrapper .product_price_total {
  color: #1c8d00;
  font-weight: 700;
}
.qq_lp_wrapper .product_price_each {
  color: #1c8d00;
  font-size: 80%;
  font-weight: 700;
}
.qq_lp_wrapper .product_itemnum_label {
  color: #000;
  font-weight: 700;
}
.qq_lp_wrapper .product_itemnum {
  color: #959494;
  font-weight: 700;
}
.qq_lp_wrapper .product_qty_label {
  color: #000;
  font-size: 80%;
  font-weight: 700;
}
.qq_lp_wrapper .product_qty {
  color: #959494;
  font-size: 80%;
  font-weight: 700;
}
.qq_lp_wrapper .product_link {
  color: #398bba;
  font-size: 80%;
}
.qq_lp_wrapper .pricing_table {
  border-top: 1px solid #ccc;
}
.qq_lp_wrapper .pricing_table tr > td {
  color: #000;
  font-weight: 700;
}
.qq_lp_wrapper .pricing_table tr > td + td {
  text-align: right;
}
.qq_lp_wrapper .pricing_table .discount_label, .qq_lp_wrapper .pricing_table .discount_code, .qq_lp_wrapper .pricing_table .discount_amt {
  color: #af0704;
}
.qq_lp_wrapper .pricing_table .discount_description {
  color: #000;
  font-size: 80%;
}
.qq_lp_wrapper .pricing_table .total_row {
  background-color: #ededed;
}
.qq_lp_wrapper .pricing_table .total_row td {
  font-size: 19px;
}
.qq_lp_wrapper .pricing_table .total_row .total_price {
  color: #258d02;
}
.qq_lp_wrapper .cta_btn {
  margin: 20px 0;
  text-align: center;
}
.qq_lp_wrapper .cta_btn a {
  text-decoration: underline;
}
.qq_lp_wrapper .contactus_txt {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.qq_lp_wrapper .contactus_txt a {
  text-decoration: underline;
}

/*global, what's the meaning */
.auto-style1 {
  height: 27px;
}

/* Quick Quote info page - END */
/* Order History / Reorder - START */
#reorder_login_wrapper .section_bg {
  background-color: #00649b;
  border: 3px solid #fff;
  border-radius: 20px;
  box-shadow: 0 0 5px #888;
}
#reorder_login_wrapper .topbanner {
  color: #fff;
  font-size: 28px;
  margin: 0 auto;
  width: 80%;
}
#reorder_login_wrapper .topbanner .content {
  text-align: center;
  width: auto;
}
#reorder_login_wrapper .topbanner .bnrtxt_part1 {
  display: inline-block;
  margin-top: 12px;
  vertical-align: top;
}
#reorder_login_wrapper .topbanner .bnrtxt_part2 {
  color: #a3cf54;
  display: inline-block;
  font-size: 120px;
  line-height: 114px;
}
#reorder_login_wrapper .topbanner .bnrtxt_part3 {
  display: inline-block;
}
#reorder_login_wrapper .topbanner .bnrtxt_part4 {
  font-size: 16px;
  margin-bottom: 5px;
}
#reorder_login_wrapper .login_sections {
  margin: 10px auto;
  width: 80%;
}
#reorder_login_wrapper .login_sections input[type=text], #reorder_login_wrapper .login_sections input[type=password] {
  font-size: 18px;
  font-weight: bold;
  height: 25px;
  padding-left: 10px;
}
#reorder_login_wrapper .login_sections .large_input {
  width: 330px;
}
#reorder_login_wrapper .login_sections .small_input {
  width: 140px;
}
#reorder_login_wrapper .login_sections .password, #reorder_login_wrapper .login_sections .couponcode, #reorder_login_wrapper .login_sections .customernum {
  margin-bottom: 15px !important;
}
#reorder_login_wrapper .login_sections .zipcode {
  margin-bottom: 15px !important;
  padding-top: 18px;
}
#reorder_login_wrapper .login_sections .float_left {
  float: left;
}
#reorder_login_wrapper .login_sections .float_right {
  float: right;
}
#reorder_login_wrapper .login_sections .btn_continue_container {
  line-height: 45px;
}
#reorder_login_wrapper .login_sections .section_height {
  min-height: 315px;
}
#reorder_login_wrapper .login_sections .special_offers_popup {
  border: solid 1px gray;
  background-color: #fff;
  left: 187px;
  padding: 10px;
  position: absolute;
  top: 247px;
  visibility: hidden;
  width: 250px;
  z-index: 2;
}
#reorder_login_wrapper .have_account, #reorder_login_wrapper .no_account {
  color: #fff;
  display: inline-block;
  width: 48%;
}
#reorder_login_wrapper .have_account .content, #reorder_login_wrapper .no_account .content {
  margin: 10px;
  width: auto;
}
#reorder_login_wrapper .have_account .content h2, #reorder_login_wrapper .no_account .content h2 {
  color: #a3cf54;
  font-size: 25px;
}
#reorder_login_wrapper .have_account .content .form_section, #reorder_login_wrapper .no_account .content .form_section {
  margin: 5px 0;
}
#reorder_login_wrapper .have_account .content .label, #reorder_login_wrapper .no_account .content .label {
  font-size: 17px;
}
#reorder_login_wrapper .have_account {
  float: left;
}
#reorder_login_wrapper .no_account {
  float: right;
}
#reorder_login_wrapper .btn_login_continue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
  background: -moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
  background: -webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
  background: -o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
  background: -ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
  background: linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc477", endColorstr="#fb9e25",GradientType=0);
  background-color: #ffc477;
  border: 1px solid #eeb44f;
  border-radius: 6px;
  box-shadow: inset 0 1px 0 0 #fce2c1;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0 1px 0 #cc9f52;
}
#reorder_login_wrapper .btn_login_continue:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
  background: -moz-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
  background: -webkit-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
  background: -o-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
  background: -ms-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
  background: linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fb9e25", endColorstr="#ffc477",GradientType=0);
  background-color: #fb9e25;
}
#reorder_login_wrapper .btn_login_continue:active {
  position: relative;
  top: 1px;
}
#reorder_login_wrapper .signup_offers {
  margin-top: 3px;
  margin-left: -3px;
  margin-bottom: 10px;
}
#reorder_login_wrapper .signup_offers input[type=checkbox], #reorder_login_wrapper .signup_offers label {
  vertical-align: middle;
}
#reorder_login_wrapper .special_offers_text1 {
  color: #545963;
  font-size: 14px;
  font-weight: bold;
}
#reorder_login_wrapper .special_offers_text2 {
  color: orange;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin-right: 5px;
}
#reorder_login_wrapper .special_offers_text3 {
  color: gray;
  font-size: 12px;
  margin-top: 10px;
}
#reorder_login_wrapper .special_offer_link {
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  vertical-align: middle;
}
#reorder_login_wrapper .clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.reorder_coupon-text h1 {
  display: block;
  font-size: 3em;
  -webkit-margin-before: 0.67em;
  -webkit-margin-after: 0.67em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
  color: black;
  margin-bottom: 0px;
}

.reorder_wrapper {
  max-width: 950px;
  margin: 35px auto 0 auto;
}
.reorder_wrapper a {
  cursor: pointer;
}
.reorder_wrapper P, .reorder_wrapper H1, .reorder_wrapper H2, .reorder_wrapper H3, .reorder_wrapper H4, .reorder_wrapper H5, .reorder_wrapper H6 {
  margin: 0;
}

.reorder_banner {
  border: 3px dashed #254665;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 155px;
  width: 100%;
}

.reorder_coupon-text {
  display: inline-block;
  vertical-align: middle;
  float: left;
  padding-left: 0;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 532px) {
  .reorder_coupon-text {
    width: 60%;
    text-align: left;
    padding-left: 20px;
  }
}
@media screen and (min-width: 700px) {
  .reorder_coupon-text {
    width: 46%;
  }
}
.reorder_coupon-text h5 {
  color: #215c6c;
  padding-top: 15px;
}

.reorder_tags-container {
  display: none;
  float: right;
  margin: -30px 20px 0 0;
  width: 160px;
}
@media screen and (min-width: 532px) {
  .reorder_tags-container {
    display: inline-block;
  }
}
@media screen and (min-width: 700px) {
  .reorder_tags-container {
    width: 300px;
  }
}
@media screen and (min-width: 887px) {
  .reorder_tags-container {
    width: 435px;
  }
}

.reorder_tags-img {
  background-image: url(../pict/tags.png);
  background-repeat: no-repeat;
  width: 160px;
  height: 188px;
}
@media screen and (min-width: 700px) {
  .reorder_tags-img {
    width: 300px;
  }
}
@media screen and (min-width: 887px) {
  .reorder_tags-img {
    width: auto;
  }
}

.reorder_main {
  text-align: left;
}
.reorder_main h2 {
  color: #ed8407;
  font-size: 20px;
}
.reorder_main p, .reorder_main h6 {
  font-size: 13px;
}
@media screen and (max-width: 949px) {
  .reorder_main {
    padding: 30px 3%;
    text-align: left;
  }
}

.reorder_statement {
  padding: 10px 0 3px 0;
}

.reorder_product {
  padding-top: 20px;
  height: 215px;
}
@media screen and (max-width: 650px) {
  .reorder_product {
    display: block;
    padding-bottom: 0;
    width: 100%;
  }
}

.product_image-preview {
  display: inline-block;
  width: 160px;
}
.product_image-preview .product_image-container {
  border: 2px solid #f1f1f1;
  cursor: pointer;
  position: relative;
  height: 160px;
  width: 160px;
}
.product_image-preview .product_image {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 156px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product_image-preview .product_preview-container {
  margin: 5px 0 0 35px;
}
.product_image-preview .product_preview-container a {
  color: #176083;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-top: 8px;
  vertical-align: top;
}

.review_icon {
  background: url("../pict/sprite_shoppingcart.png") no-repeat -238px -117px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  width: 30px;
}

.product_item {
  display: inline-block;
  float: left;
  text-align: left;
}
@media screen and (max-width: 650px) {
  .product_item {
    margin-top: 0;
  }
}
.product_item .product_details {
  display: inline-block;
  padding-left: 8px;
  vertical-align: top;
  width: 45%;
}
.product_item .product_details h3, .product_item .product_details h5 {
  margin-bottom: 3px;
  color: black;
}
.product_item .product_details h5:last-of-type {
  padding-bottom: 15px;
}
.product_item .product_details a {
  color: #176083;
  display: block;
  font-size: 13px;
  margin-bottom: 3px;
}

.product_item-text {
  color: #176083 !important;
  padding-bottom: 5px;
  cursor: pointer;
}

.product_item-data {
  font-weight: normal;
}

.product_details_h5 {
  font-size: 15px;
}

.reorder_review {
  display: inline-block;
  float: right;
  padding-bottom: 20px;
}
@media screen and (max-width: 650px) {
  .reorder_review {
    display: block;
    clear: both;
    margin-top: -75px;
    width: 100%;
  }
}

.product_pricing {
  margin-top: 50px;
}

.pricing_standard {
  text-align: right;
  /*text-decoration: line-through;*/
  color: black;
}

.pricing_coupon, .pricing_each {
  color: #1c8d00;
  text-align: right;
}

.product_reorder-btn {
  -ms-border-radius: 7px;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  float: right;
  height: 34px;
  line-height: 34px;
  margin-top: 30px;
  overflow: hidden;
  text-align: center;
  width: 164px;
}
@media screen and (max-width: 531px) {
  .product_reorder-btn {
    width: 100%;
  }
}
.product_reorder-btn .btn_content, .product_reorder-btn .wishList .quickadd_but, .wishList .product_reorder-btn .quickadd_but, .product_reorder-btn #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .product_reorder-btn .quickadd_but {
  background-image: -ms-linear-gradient(top, #1a9200 0, #218d06 100%);
  background-image: -moz-linear-gradient(top, #1a9200 0, #218d06 100%);
  background-image: -o-linear-gradient(top, #1a9200 0, #218d06 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1a9200), color-stop(1, #218d06));
  background-image: -webkit-linear-gradient(top, #1a9200 0, #218d06 100%);
  background-image: linear-gradient(to bottom, #1a9200 0, #218d06 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5B9DCF', endColorstr='#388DC4')";
}

.reorder_hr {
  background-color: #dedede;
  clear: both;
  height: 2px;
  width: 100%;
  margin-top: 5px;
}

#privewImage {
  width: 600px;
  height: 600px;
}

/* Reviews Page - START */
.reviews_wrapper .customer_videos_wrapper {
  background-color: #f2f2f2;
  padding: 60px 0 55px;
}
.reviews_wrapper .customer_videos_wrapper .table_cell {
  display: block;
  padding: 15px 0;
  text-align: center;
}
@media (min-width: 950px) {
  .reviews_wrapper .customer_videos_wrapper .table_cell {
    display: table-cell;
    padding: 0;
  }
}
.reviews_wrapper .customer_videos_wrapper .title {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 39px;
  text-align: center;
}
.reviews_wrapper .customer_videos_wrapper .video {
  box-shadow: 0 0 23px #777;
  display: inline-block;
  line-height: 0;
  margin: auto auto;
}
.reviews_wrapper .customer_videos_wrapper .video iframe {
  border: none;
}
.reviews_wrapper .customer_videos_wrapper .overview {
  margin: 17px 0 0;
  text-align: center;
}
.reviews_wrapper .customer_videos_wrapper .overview .company_name {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
.reviews_wrapper .customer_videos_wrapper .overview .interviewee, .reviews_wrapper .customer_videos_wrapper .overview .position, .reviews_wrapper .customer_videos_wrapper .overview .industry {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}
.reviews_wrapper .customer_videos_wrapper .more_link {
  font-size: 13px;
  font-weight: 700;
  margin: 30px 0 0;
  text-align: center;
}
.reviews_wrapper .table {
  display: table;
}
.reviews_wrapper .table > div {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.reviews_wrapper .reviewstars {
  background: url("/WindmillCanada/pict/stars.png") no-repeat;
  float: none;
  height: 22px;
  margin: 0 0 7px;
  width: 124px;
}
.reviews_wrapper .reviewstars.r50 {
  background-position: 0 0;
}
.reviews_wrapper .reviewstars.r49, .reviews_wrapper .reviewstars.r48, .reviews_wrapper .reviewstars.r47 {
  background-position: 0 -22px;
}
.reviews_wrapper .reviewstars.r46, .reviews_wrapper .reviewstars.r45, .reviews_wrapper .reviewstars.r44 {
  background-position: 0 -44px;
}
.reviews_wrapper .reviewstars.r43, .reviews_wrapper .reviewstars.r42, .reviews_wrapper .reviewstars.r41 {
  background-position: 0 -66px;
}
.reviews_wrapper .reviewstars.r40 {
  background-position: 0 -88px;
}
.reviews_wrapper .reviewstars.r39, .reviews_wrapper .reviewstars.r38, .reviews_wrapper .reviewstars.r37 {
  background-position: 0 -110px;
}
.reviews_wrapper .reviewstars.r36, .reviews_wrapper .reviewstars.r35, .reviews_wrapper .reviewstars.r34 {
  background-position: 0 -132px;
}
.reviews_wrapper .reviewstars.r33, .reviews_wrapper .reviewstars.r32, .reviews_wrapper .reviewstars.r31 {
  background-position: 0 -154px;
}
.reviews_wrapper .reviewstars.r30 {
  background-position: 0 -176px;
}
.reviews_wrapper .reviewstars.r29, .reviews_wrapper .reviewstars.r28, .reviews_wrapper .reviewstars.r27 {
  background-position: 0 -198px;
}
.reviews_wrapper .reviewstars.r26, .reviews_wrapper .reviewstars.r25, .reviews_wrapper .reviewstars.r24 {
  background-position: 0 -220px;
}
.reviews_wrapper .reviewstars.r23, .reviews_wrapper .reviewstars.r22, .reviews_wrapper .reviewstars.r21 {
  background-position: 0 -242px;
}
.reviews_wrapper .reviewstars.r20 {
  background-position: 0 -264px;
}
.reviews_wrapper .reviewstars.r19, .reviews_wrapper .reviewstars.r18, .reviews_wrapper .reviewstars.r17 {
  background-position: 0 -286px;
}
.reviews_wrapper .reviewstars.r16, .reviews_wrapper .reviewstars.r15, .reviews_wrapper .reviewstars.r14 {
  background-position: 0 -308px;
}
.reviews_wrapper .reviewstars.r13, .reviews_wrapper .reviewstars.r12, .reviews_wrapper .reviewstars.r11 {
  background-position: 0 -330px;
}
.reviews_wrapper .reviewstars.r10 {
  background-position: 0 -352px;
}
.reviews_wrapper .reviewstars.r09, .reviews_wrapper .reviewstars.r08, .reviews_wrapper .reviewstars.r07 {
  background-position: 0 -374px;
}
.reviews_wrapper .reviewstars.r06, .reviews_wrapper .reviewstars.r05, .reviews_wrapper .reviewstars.r04 {
  background-position: 0 -396px;
}
.reviews_wrapper .reviewstars.r03, .reviews_wrapper .reviewstars.r02, .reviews_wrapper .reviewstars.r01 {
  background-position: 0 -418px;
}
.reviews_wrapper .reviewstars.r00 {
  /*background-position:0 -440px;*/
  background: none;
}
.reviews_wrapper .hero_banner {
  background-color: #e5eff8;
  padding: 10px 15px 0;
  width: 100%;
}
@media (max-width: 845px) {
  .reviews_wrapper .hero_banner .hero_title {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
}
.reviews_wrapper .hero_banner .hero_title .title {
  font-size: 51px;
  margin-bottom: 40px;
  width: 300px;
}
@media (max-width: 845px) {
  .reviews_wrapper .hero_banner .hero_title .title {
    margin-bottom: 20px;
    width: auto;
  }
}
.reviews_wrapper .hero_banner .hero_title .about_APL {
  font-size: 13px;
  font-weight: 700;
}
.reviews_wrapper .hero_banner .hero_title .about_APL img {
  padding-right: 5px;
  vertical-align: middle;
}
.reviews_wrapper .reviews_section .title_bar {
  background-color: #035aa7;
  padding: 12px;
  width: 100%;
}
.reviews_wrapper .reviews_section .title_bar .title {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}
.reviews_wrapper .reviews_section .title_bar .shop_link {
  text-align: right;
}
.reviews_wrapper .reviews_section .title_bar .shop_link img {
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
  width: 16px;
}
.reviews_wrapper .reviews_section .title_bar .shop_link a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.reviews_wrapper .reviews_section .reviews .review_block {
  border-top: 1px solid #f3f3f3;
  display: inline-block;
  padding: 30px 10px;
  vertical-align: top;
  width: 49%;
}
.reviews_wrapper .reviews_section .reviews .review_block > div {
  vertical-align: top;
}
.reviews_wrapper .reviews_section .reviews .review_block > div:first-child {
  padding-right: 20px;
  width: 152px;
}
.reviews_wrapper .reviews_section .reviews .review_block .product_image {
  border: 1px solid #dedede;
  height: 152px;
  margin-bottom: 11px;
  padding: 5px;
  text-align: center;
  width: 152px;
}
.reviews_wrapper .reviews_section .reviews .review_block .product_name {
  width: 152px;
  white-space: normal;
  font-size: 12px;
  text-align: center;
}
.reviews_wrapper .reviews_section .reviews .review_block a {
  color: #06C;
  text-decoration: underline;
}
.reviews_wrapper .reviews_section .reviews .review_block a:hover {
  color: #2F84C0;
  text-decoration: none;
}
.reviews_wrapper .reviews_section .reviews .review_block a:visited {
  color: #4B78A5;
}
.reviews_wrapper .reviews_section .reviews .review_block .reviewstars {
  margin: 0 0 7px;
}
.reviews_wrapper .reviews_section .reviews .review_block .reviewer_info {
  color: #8d8d8d;
  font-size: 12px;
}
.reviews_wrapper .reviews_section .reviews .review_block .review_date {
  color: #8d8d8d;
  font-size: 12px;
  margin-bottom: 5px;
}
.reviews_wrapper .reviews_section .reviews .review_block .review_title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
.reviews_wrapper .reviews_section .reviews .review_block .review_text {
  color: #676767;
  font-size: 14px;
}
.reviews_wrapper .reviews_section .reviews .review_block .num_helped {
  color: #a3a3a3;
  font-size: 11px;
  padding: 5px 0;
}

/*global but part of reviews section */
.reviews_sharePopup {
  margin-top: 20px;
}

/*global but part of reviews section */
.reviews_sharePopupContent {
  height: 150px;
  width: 250px;
}

/* Reviews Page - END */
.samples {
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
  padding: 40px 2% 20px 2%;
  line-height: 1.4em;
}
.samples h1, .samples h2, .samples h3, .samples h4, .samples h5, .samples h6 {
  margin-bottom: 20px;
  margin-top: 20px;
  color: #000;
  text-transform: capitalize;
}
.samples h1 {
  font-size: 36px;
}
.samples h2 {
  font-size: 32px;
}
.samples h3 {
  font-size: 28px;
}
.samples h4 {
  font-size: 24px;
}
.samples h5 {
  font-size: 20px;
}
.samples h6 {
  font-size: 18px;
}
.samples p {
  margin-bottom: 20px;
}
.samples b {
  font-weight: 700;
}
.samples ul {
  list-style: disc;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 20px;
}
.samples ul li {
  margin-bottom: 5px;
}

/* Search Results - START */
.gsa_filters {
  float: left;
  margin-top: 15px;
  width: 172px;
}
.gsa_filters .gsa_filter_header {
  background-color: #F3F3F3;
  border: 1px solid #ccc;
  color: #2c5987;
  cursor: pointer;
  font-weight: bold;
  height: 32px;
  margin-top: -1px;
  width: 100%;
}
.gsa_filters .gsa_filter_header_icon1 {
  background-image: url("/WindmillCanada/pict/arrowDown.png");
  float: left;
  height: 13px;
  margin-left: 5px;
  margin-top: 8px;
  width: 13px;
}
.gsa_filters .gsa_filter_header_icon2 {
  background-image: url("/WindmillCanada/pict/arrowLeft.png");
  float: left;
  height: 13px;
  margin-left: 5px;
  margin-top: 8px;
  width: 13px;
}
.gsa_filters .gsa_filter_header_text {
  float: left;
  height: 30px;
  line-height: 30px;
  margin-left: 5px;
}
.gsa_filters .gsa_filter_facet {
  border: 1px solid #ccc;
  color: #2c5987;
  margin-top: -1px;
  max-height: 250px;
  overflow: auto;
  width: 100%;
}
.gsa_filters .gsa_filter_facetLine {
  cursor: pointer;
  display: table;
  height: 17px;
  padding: 3px 0;
  width: 100%;
}
.gsa_filters .gsa_filter_facetLine:hover {
  background-color: #f3f3f3;
}
.gsa_filters .gsa_filter_facetLine_left {
  float: left;
  width: 17px;
}
.gsa_filters .gsa_filter_facetLine_right {
  margin-top: 3px;
  margin-left: 17px; /*must same as gsa_filter_facetLine_left.width*/
}
.gsa_filters .gsa_filter_facetLine_uncheck {
  background-image: url("/WindmillCanada/pict/checkbox_uncheck.png");
  height: 13px;
  margin-left: 5px;
  margin-top: 3px;
  width: 13px;
}
.gsa_filters .gsa_filter_facetLine_checked {
  background-image: url("/WindmillCanada/pict/checkbox_checked.png");
  height: 13px;
  margin-left: 5px;
  margin-top: 3px;
  width: 13px;
}
.gsa_filters .gsa_filter_facetLine_value {
  float: left;
  margin-left: 5px;
}
.gsa_filters .gsa_filter_facetLine_count {
  color: #878787;
  margin-left: 5px;
}

.search_page_content {
  margin: 0 auto;
  position: relative;
  max-width: 1225px;
  width: 100%;
}
.search_page_content .no-result {
  display: flex;
  gap: 200px;
  margin-top: 40px;
  margin-bottom: 80px;
  justify-content: center;
}
.search_page_content .no-result table {
  width: 850px;
}
.search_page_content .no-result table td {
  vertical-align: bottom;
}
.search_page_content .no-result .title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
.search_page_content .no-result p {
  height: 25px;
  display: flex;
  align-items: center;
  margin: 10px 0 0 0;
  font-size: 16px;
}
.search_page_content .no-result .bold {
  font-weight: bold;
}
.search_page_content .no-result .need-help {
  font-size: 20px;
  font-weight: bold;
}
.search_page_content .no-result .phone {
  display: flex;
  gap: 10px;
}
.search_page_content .no-result .chat img {
  margin-left: -15px;
  cursor: pointer;
}

.gsa_wrapper {
  color: #000;
  float: left;
  margin: 23px 0 0 44px;
  max-width: 1040px;
  width: 100%;
}
.gsa_wrapper .gsa_header {
  margin-bottom: 10px;
  overflow: hidden;
  padding-right: 5px;
  padding-left: 15px;
}
.gsa_wrapper .gsa_header .gsa_foundText {
  float: left;
  font-size: 13px;
}
.gsa_wrapper .gsa_header .gsa_foundText .gsa_noResult_line1 {
  color: #454545;
  font-size: 14pt;
  line-height: 18pt;
}
.gsa_wrapper .gsa_header .gsa_dropdown {
  font-size: 12px;
  margin-right: 10px;
}
.gsa_wrapper .gsa_header .gsa_dropdown .category_ddlsort {
  color: #000;
}
.gsa_wrapper .gsa_header .category_margin5 {
  margin-right: 5px;
}
.gsa_wrapper .gsa_resultPanel {
  float: left;
  width: 100%;
}
.gsa_wrapper .gsa_resultPanel .gsa_selectedFilter_container {
  border: 1px solid #ccc;
  border-radius: 10px;
  font-weight: bold;
  margin-bottom: 10px;
  overflow: auto;
  line-height: 20px;
  padding: 6px 0px 6px 10px;
}
.gsa_wrapper .gsa_resultPanel .gsa_selectedFilter_desc {
  float: left;
  /*width: 110px;*/
}
.gsa_wrapper .gsa_resultPanel .gsa_selectedFilter_area {
  margin-left: 60px;
}
.gsa_wrapper .gsa_resultPanel .gsa_selectedFilter_item {
  float: left;
  height: 20px;
  margin-right: 20px;
}
.gsa_wrapper .gsa_resultPanel .gsa_selectedFilter_text {
  float: left;
}
.gsa_wrapper .gsa_resultPanel .gsa_selectedFilter_icon {
  cursor: pointer;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  background-color: #56BCE2;
  color: #fff;
  font-size: 10px;
  text-align: center;
  float: right;
  line-height: 15px;
  margin: 3px 2px 0;
}
.gsa_wrapper .gsa_resultPanel .gsa_noResult_line1 {
  color: #454545;
  font-size: 14pt;
  line-height: 18pt;
}
.gsa_wrapper .gsa_resultPanel .gsa_noResult_link {
  color: #2F84C0;
}
.gsa_wrapper .gsa_resultPanel .gsa_noResult_text {
  font-size: 11pt;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
.gsa_wrapper .gsa_resultPanel .gsa_noResult_text .gsa_noResult_searchTerm {
  color: #454545;
  font-size: 14pt;
  font-weight: bold;
  line-height: 18pt;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview {
  float: left;
  margin: 0 0 0 4px;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .products_margin {
  margin-bottom: 30px;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container {
  display: inline-block;
  float: none !important;
  margin: 0 3px 30px 0;
  overflow: hidden;
  vertical-align: top;
  width: 194px;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container:nth-child(4n) {
  margin-right: 0;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container .gsa_grid_cell {
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  width: 194px;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container .gsa_grid_imgContainer {
  border: 1px solid #D4D2D2;
  cursor: pointer;
  height: 255px;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container .gsa_grid_imgContainer .gsa_grid_img {
  height: 211px;
  padding: 10px;
  width: 174px;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container .quickview_link {
  border-bottom: 1px solid silver;
  color: #2f84c0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 4px;
  padding-bottom: 4px;
  text-decoration: none;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container .quickview_link:before {
  background-image: url("/WindmillCanada/pict/quick-view-icon.svg");
  background-size: 17px 15px;
  content: "";
  display: inline-block;
  height: 15px;
  margin-right: 3px;
  position: relative;
  top: 1px;
  width: 17px;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container .addtocart_link {
  border-bottom: 1px solid silver;
  color: #2f84c0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
  padding-bottom: 4px;
  text-decoration: none;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container .addtocart_link a {
  color: #2f84c0;
  text-decoration: none;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container .click_swatch_txt {
  font-weight: 700;
  font-size: 10px;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container .swatch_container_margin_first {
  margin: 5px 0;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container .swatch_container_margin {
  margin: 5px 0 5px 9px;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container .gsa_grid_item {
  font-size: 14px;
  font-weight: 700;
  text-overflow: initial;
  text-transform: uppercase;
  white-space: normal;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container .gsa_grid_item a {
  color: #024f9d;
  text-decoration: none;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container .gsa_grid_itemid {
  color: #999;
  font-size: 12px;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container .gsa_grid_price {
  clear: both;
  display: block;
  font-size: 14px;
  text-transform: lowercase;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container .gsa_grid_price .gsa_price_original {
  text-decoration: line-through;
}
.gsa_wrapper .gsa_resultPanel #catfil_gridview .product_container .gsa_grid_price .gsa_price_lowprice {
  color: #F20800;
}

@media only screen and (max-width: 1240px) {
  .gsa_wrapper {
    max-width: 810px;
  }
}
@media only screen and (max-width: 1010px) {
  .gsa_wrapper {
    max-width: 612px;
  }
}
@media only screen and (max-width: 810px) {
  .gsa_wrapper {
    max-width: 414px;
  }
}
@media only screen and (max-width: 620px) {
  .gsa_wrapper {
    max-width: 208px;
  }
}
/* Search Results - END */
/* Shopping Cart / Wish List / Saved Projects - START */
#shopmaster body {
  color: black;
  font-family: "Poppins", sans-serif;
  line-height: normal;
}
#shopmaster body {
  font-size: 0.69rem;
}
@media screen and (min-width: 47rem) {
  #shopmaster body {
    font-size: calc(0.25vw + 0.5725rem);
  }
}
@media screen and (min-width: 95rem) {
  #shopmaster body {
    font-size: 0.81rem;
  }
}

.empty-cart-msg {
  max-width: 825px;
  margin: 0 auto;
  display: block;
  padding: 20px;
}
.empty-cart-msg img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
  width: 150px;
}
.empty-cart-msg p {
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  margin-left: 20px;
  line-height: 22px;
  width: 65%;
  text-align: left;
}

.emptycart {
  visibility: visible;
  width: 60%;
}
.emptycart h1 {
  color: #f68807;
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}

.continue_shopping {
  float: left;
  margin: 20px 0 0 0;
}
.continue_shopping .btn_advance {
  border: 1px solid #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 5px #CCC;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-size: 16px;
  height: auto;
  line-height: normal;
  width: 520px;
}
.continue_shopping .btn_advance .btn_content, .continue_shopping .btn_advance .wishList .quickadd_but, .wishList .continue_shopping .btn_advance .quickadd_but, .continue_shopping .btn_advance #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .continue_shopping .btn_advance .quickadd_but {
  background-color: #024f9d;
  display: table;
  padding: 20px 10px;
  text-align: center;
  width: inherit;
}

.continue_shopping_link {
  margin: 10px 0 0 0;
  display: flex;
  align-items: center;
}
.continue_shopping_link a {
  color: #024f9d !important;
  font-size: 16px;
  text-decoration: underline;
}
.continue_shopping_link a:hover {
  text-decoration: none;
}
.continue_shopping_link .arrow-circle-left {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #06c;
  border-radius: 50%;
  position: relative;
  text-align: center;
  line-height: 16px;
  margin-right: 5px;
}
.continue_shopping_link .arrow-circle-left::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 2px;
  background-color: #06c;
  transform: translate(-50%, -50%);
}
.continue_shopping_link .arrow-circle-left::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border-left: 2px solid #06c;
  border-top: 2px solid #06c;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.shoppingcart_tracker {
  border-bottom: 5px solid #024f9d;
  margin: 5px 0;
  overflow: hidden;
}
.shoppingcart_tracker.endofpath {
  border-bottom-color: #1b8d00;
}
.shoppingcart_tracker.endofpath li.active {
  background-color: #1b8d00;
}
.shoppingcart_tracker.endofpath li.visited {
  background-color: #e5e5e5;
  color: #4A4A4A;
}
.shoppingcart_tracker ol {
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
}
.shoppingcart_tracker li {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e5e5e5;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  color: #1F1F1F;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  list-style-position: inside;
  margin-top: 3px;
  padding: 7px 0;
  text-align: center;
  text-transform: uppercase;
  width: 33%;
}
.shoppingcart_tracker li img {
  width: 20px;
  margin-right: 5px;
}
.shoppingcart_tracker li:before {
  content: " ";
  font-size: 22px;
}
.shoppingcart_tracker li.active {
  background-color: #024f9d;
  color: #fff;
  margin-top: 0;
  padding-top: 7px;
}
.shoppingcart_tracker li.visited {
  background-color: #daeffc;
  color: #024f9d;
}
.shoppingcart_tracker li.visited a {
  color: #024f9d;
  text-decoration: underline;
  display: flex;
}

#shoppingcart_layout {
  margin: 0 auto;
  max-width: 1300px;
  min-width: 600px;
  padding-left: 40px;
  width: 100%;
  /* Wishlist/Save Projects - START */
  /* Wishlist/Save Projects - END */
}
@media (min-width: 1400px) {
  #shoppingcart_layout {
    padding-left: 0;
  }
}
#shoppingcart_layout h1 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0 4px;
}
#shoppingcart_layout h2 {
  color: #000;
  font-size: 16px;
  margin: 0 0 12px 5px;
}
#shoppingcart_layout .cart_flex {
  display: flex;
}
#shoppingcart_layout .cartitems_wrapper {
  margin: 0 15px 0 0;
  padding: 0;
  width: 80%;
}
#shoppingcart_layout .cartlist_table {
  border: 1px solid #ccc;
  text-align: left;
}
#shoppingcart_layout .cartlist_table hr {
  border: 1px solid;
  border-color: #ccc;
  border-top: 0;
  margin: 0 10px;
}
#shoppingcart_layout .cartlist_table .cartlist_image {
  border: 1px solid #ccc;
  margin: 10px;
  min-width: 128px;
  padding: 10px 0 10px;
  text-align: center;
  cursor: pointer;
}
#shoppingcart_layout .cartlist_table .cartlist_image img {
  width: 90%;
}
#shoppingcart_layout .cartlist_table .divXSellPreviewWrapper {
  display: flex;
}
#shoppingcart_layout .cartlist_table .review_icon {
  background: url("/WindmillCanada/pict/sprite_shoppingcart.png") no-repeat -238px -117px;
  cursor: pointer;
  height: 30px;
  width: 30px;
}
#shoppingcart_layout .cartlist_table .moreViewsContainer {
  width: 100%;
}
#shoppingcart_layout .cartlist_table .moreViewsContainer table {
  border-collapse: collapse;
  border-color: #C0C0C0;
  border-spacing: 0;
  border-style: dotted;
  border-width: 0;
  margin: 5px auto;
}
#shoppingcart_layout .cartlist_table .moreViewsContainer table td {
  border-color: #C0C0C0;
  border-style: dotted;
  border-width: 0;
  padding: 0 2px;
  text-align: center;
  vertical-align: middle;
}
#shoppingcart_layout .cartlist_table .moreViewsContainer table td a {
  color: #069;
  font-size: 14px;
  font-weight: 700;
}
#shoppingcart_layout .cartlist_image_cell {
  width: 33%;
}
#shoppingcart_layout .cartlist_description {
  padding-left: 5%;
  width: 67%;
}
#shoppingcart_layout .cartlist_description .sample {
  color: #f00;
}
#shoppingcart_layout .cartlist_description .freegifttext {
  clear: both;
}
#shoppingcart_layout .cartlist_description .descriptionPrice_flex {
  display: flex;
  margin-top: 10px;
}
#shoppingcart_layout .cartlist_description .description_left {
  width: 74%;
}
#shoppingcart_layout .cartlist_description .description_left div {
  margin-bottom: 3px;
}
#shoppingcart_layout .cartlist_description .description_right {
  margin-right: 5%;
  position: relative;
  text-align: right;
  width: 26%;
}
#shoppingcart_layout .cartlist_description .description_right .product_badge {
  bottom: auto;
  right: 5px;
}
#shoppingcart_layout .cartlist_description .description_links {
  font-size: 14px;
  margin: 10px 0;
  padding: 5px;
  width: 100%;
}
#shoppingcart_layout .cartlist_description .description_links a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}
#shoppingcart_layout .cartlist_description .description_links a.active {
  background-color: transparent;
}
#shoppingcart_layout .cartlist_description .description_links > a {
  color: #069;
  font-size: 15px;
  font-weight: 700;
}
#shoppingcart_layout .cartlist_description .description_links > a:before {
  color: #069;
  content: "+";
  font-size: 30px;
  font-weight: bold;
  height: 25px;
  margin-right: 10px;
  vertical-align: sub;
  width: 25px;
}
#shoppingcart_layout .cartlist_description .description_links > a.active:before {
  content: "-";
}
#shoppingcart_layout .cartlist_description .description_links .product_details {
  clear: both;
  width: 100%;
  /*& li {
      font-size: 14px;
  }*/
}
#shoppingcart_layout .cartlist_description .description_links .price_details {
  clear: both;
}
#shoppingcart_layout .cartlist_description .description_links .price_details .price_detail {
  width: 93%;
  margin-left: 30px;
}
#shoppingcart_layout .cartlist_description .description_links .price_details ul {
  width: 85%;
}
#shoppingcart_layout .cartlist_description .description_links .price_details li {
  clear: both;
  font-size: 14px;
  position: relative;
}
#shoppingcart_layout .cartlist_description .description_links .price_details li .details_wrapper {
  display: table;
  position: absolute;
  top: 0;
}
#shoppingcart_layout .cartlist_description .description_links .price_details li .details_wrapper div {
  display: table-cell;
}
#shoppingcart_layout .cartlist_description .description_links .price_details li .details_wrapper .details_label {
  color: #000;
  padding-right: 10px;
  white-space: nowrap;
}
#shoppingcart_layout .cartlist_description .description_links .price_details li .details_wrapper .connector {
  background-image: url("/WindmillCanada/pict/connector_dot.gif");
  background-position-y: 8px;
  background-repeat: repeat-x;
  width: 100%;
}
#shoppingcart_layout .cartlist_description .description_links .price_details li .details_wrapper .details_qty {
  color: #000;
  padding-left: 10px;
}
#shoppingcart_layout .cartlist_description .description_links .price_details li.subtotal {
  border-top: 2px solid #bbb;
  font-weight: 700;
  margin-top: 5px;
  padding-top: 5px;
}
#shoppingcart_layout .cartlist_description .description_links .price_details li.subtotal .details_wrapper {
  top: 5px;
}
#shoppingcart_layout .cartlist_description .description_links .price_details li.subtotal .details_wrapper .connector {
  background-image: none;
}
#shoppingcart_layout .cartlist_description .button {
  border-radius: 7px;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-weight: 700;
  margin: 5px 15px 0;
  overflow: hidden;
}
#shoppingcart_layout .cartlist_description .modifyitems_wrapper {
  float: left;
  position: relative;
}
#shoppingcart_layout .cartlist_description .modify_items {
  background-color: #fff;
  border: 1px solid #ababab;
  clear: both;
  display: inline-block;
  float: left;
  margin: 0 0 6px;
  position: relative;
}
#shoppingcart_layout .cartlist_description .modify_items .border_arrow {
  background: url("/WindmillCanada/pict/callout_arrow_up.gif") no-repeat;
  height: 7px;
  left: 3px;
  position: absolute;
  top: -7px;
  width: 17px;
}
#shoppingcart_layout .cartlist_description .modify_items a {
  cursor: pointer;
  display: block;
  font-size: 12px;
  padding: 5px 10px;
}
#shoppingcart_layout .cartlist_description .modify_items a:hover {
  background-color: #eee;
}
#shoppingcart_layout .cartlist_description .btn_modifyitems {
  color: #fff;
  font-size: 12px;
}
#shoppingcart_layout .cartlist_description .btn_modifyitems .btn_content, #shoppingcart_layout .cartlist_description .btn_modifyitems .wishList .quickadd_but, .wishList #shoppingcart_layout .cartlist_description .btn_modifyitems .quickadd_but, #shoppingcart_layout .wishList .cartlist_description .btn_modifyitems .quickadd_but {
  background-color: #024f9d;
  padding: 5px 10px;
}
#shoppingcart_layout .cartlist_description .btn_modifyitems .btn_content:hover, #shoppingcart_layout .cartlist_description .btn_modifyitems .wishList .quickadd_but:hover, .wishList #shoppingcart_layout .cartlist_description .btn_modifyitems .quickadd_but:hover, #shoppingcart_layout .wishList .cartlist_description .btn_modifyitems .quickadd_but:hover {
  background-color: #005386;
}
#shoppingcart_layout .cartlist_description .topnavarrow {
  background-image: url("/WindmillCanada/pict/topnavarrow.png");
  display: inline-block;
  height: 9px;
  width: 15px;
}
#shoppingcart_layout .cartlist_description .button {
  border-radius: 7px;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: 0 auto;
  overflow: hidden;
}
#shoppingcart_layout .cartlist_description .btn_addtowishlist {
  font-size: 10px;
  margin-left: 15px;
}
#shoppingcart_layout .cartlist_description .btn_addtowishlist .btn_content, #shoppingcart_layout .cartlist_description .btn_addtowishlist .wishList .quickadd_but, .wishList #shoppingcart_layout .cartlist_description .btn_addtowishlist .quickadd_but, #shoppingcart_layout .wishList .cartlist_description .btn_addtowishlist .quickadd_but {
  background-color: transparent;
  padding: 2px;
}
#shoppingcart_layout .cartlist_description .btn_addtowishlist .btn_content a, #shoppingcart_layout .cartlist_description .btn_addtowishlist .wishList .quickadd_but a, .wishList #shoppingcart_layout .cartlist_description .btn_addtowishlist .quickadd_but a, #shoppingcart_layout .wishList .cartlist_description .btn_addtowishlist .quickadd_but a {
  color: #ff4c41;
  text-decoration: none;
}
#shoppingcart_layout .cartlist_description .btn_addtowishlist .btn_content a:hover, #shoppingcart_layout .cartlist_description .btn_addtowishlist .wishList .quickadd_but a:hover, .wishList #shoppingcart_layout .cartlist_description .btn_addtowishlist .quickadd_but a:hover, #shoppingcart_layout .wishList .cartlist_description .btn_addtowishlist .quickadd_but a:hover {
  text-decoration: underline;
}
#shoppingcart_layout .cartlist_description .addtowishlist_iconwrapper {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
#shoppingcart_layout .cartlist_description .addtowishlist_icon {
  background: url("/WindmillCanada/pict/sprite_shoppingcart.png") no-repeat -213px -117px;
  display: inline-block;
  height: 18px;
  width: 20px;
}
#shoppingcart_layout .cartlist_description .cartlist_qty {
  color: #000;
  text-align: left;
}
#shoppingcart_layout .cartlist_description .cartlist_itemDesc {
  font-size: 17px;
}
#shoppingcart_layout .cartlist_description .cartlist_itemDesc a {
  color: #069;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}
#shoppingcart_layout .cartlist_description .cartlist_itemNo_static {
  clear: both;
  color: #000;
  float: left;
  font-size: 16px;
  font-weight: 700;
  margin-right: 5px;
}
#shoppingcart_layout .cartlist_description .cartlist_itemNo {
  color: #000;
  float: left;
  /*font-size: 14px;*/
}
#shoppingcart_layout .cartlist_description .cartlist_qty_static {
  clear: both;
  color: #000;
  float: left;
  /*font-size: 14px;*/
  font-weight: 700;
  margin-right: 5px;
}
#shoppingcart_layout .cartlist_description .cartlist_qty {
  float: left;
  /*font-size: 14px;*/
}
#shoppingcart_layout .cartlist_description .cartlist_ship_date {
  clear: both;
  float: left;
  /*font-size: 14px;*/
  margin-top: 2px;
}
#shoppingcart_layout .cartlist_description .cartlist_ship_date .label {
  color: #000;
  float: left;
  font-weight: 700;
  margin-right: 5px;
}
#shoppingcart_layout .cartlist_description .cartlist_ship_date .date {
  color: #000;
  float: left;
}
#shoppingcart_layout .cartlist_description .div_total {
  font-size: 17px;
  font-weight: 700;
}
#shoppingcart_layout .cartlist_description .div_saletotal {
  color: #ff0000;
  font-size: 17px;
  font-weight: 700;
}
#shoppingcart_layout .cartlist_description .div_unitprice {
  color: #B30000;
  /*font-size: 14px;*/
  font-weight: 700;
  margin-bottom: 10px;
}
#shoppingcart_layout .cartlist_description .edit_options {
  clear: both;
  margin-bottom: 20px;
}
#shoppingcart_layout .cartlist_description .edit_options ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  max-width: 350px;
  padding-left: 30px;
}
#shoppingcart_layout .cartlist_description .edit_options li {
  color: #06c;
  list-style-type: none; /* removes default bullet */
  margin: 3px 0;
  position: relative;
  width: 134px;
}
#shoppingcart_layout .cartlist_description .edit_options li:before {
  color: #978784;
  content: "•"; /* escaped unicode character */
  font-size: 1.2em; /* the default unicode bullet size is very small */
  line-height: 0; /* kills huge line height on resized bullet */
  position: absolute; /* position bullet relative to list item */
  top: 0.5em; /* vertical align bullet position relative to list item */
  left: -0.6em; /* position the bullet L- R relative to list item */
}
#shoppingcart_layout .cartlist_description .edit_options li a {
  color: inherit;
  /*font-size: 14px;*/
  text-decoration: underline;
}
#shoppingcart_layout .cartlist_description .edit_options li a:hover {
  text-decoration: none;
}
#shoppingcart_layout .cartlist_description .edit_options li .nolink {
  color: #635454;
}
#shoppingcart_layout .cartlist_description .edit_options .label {
  color: #000;
  display: inline-block;
  /*font-size: 14px;*/
  font-weight: 700;
}
#shoppingcart_layout .cartlist_description .edit_options .label::before {
  content: "";
  background-image: url("/WindmillCanada/pict/icons/gear.png");
  float: left;
  height: 20px;
  margin: -2px 5px 0 0;
  width: 20px;
}
#shoppingcart_layout .savedProjects_wishList {
  border-top: 2px solid #2f8ad1;
  margin-top: 20px;
}
#shoppingcart_layout .savedProjects_wishList p, #shoppingcart_layout .savedProjects_wishList h1, #shoppingcart_layout .savedProjects_wishList h2, #shoppingcart_layout .savedProjects_wishList h3, #shoppingcart_layout .savedProjects_wishList h5, #shoppingcart_layout .savedProjects_wishList h6 {
  color: #000;
  margin: 0;
}
#shoppingcart_layout .savedProjects_wishList h1 {
  color: #fc5a0f;
  font-size: 22px;
  display: inline-block;
  padding: 10px 10px 10px 0;
}
#shoppingcart_layout .savedProjects_wishList p {
  font-size: 14px;
}
#shoppingcart_layout .savedProjects_wishList a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
#shoppingcart_layout .savedProjects_wishList a:hover {
  text-decoration: none;
}
#shoppingcart_layout .savedProjects_wishList .bold_smedium {
  font-size: 14px;
  font-weight: bold;
}
#shoppingcart_layout .savedProjects_wishList #divMoreViewsPlaceHolderForMySavedProject {
  position: absolute;
}
#shoppingcart_layout .savedProjects_wishList .savedProjects {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}
#shoppingcart_layout .savedProjects_wishList .savedProjects .product_details, #shoppingcart_layout .savedProjects_wishList .savedProjects .order_actions {
  width: 100%;
}
#shoppingcart_layout .savedProjects_wishList .savedProjects .details a {
  font-size: 16px;
}
#shoppingcart_layout .savedProjects_wishList .savedProjects .edit_name {
  color: #06c;
  cursor: pointer;
  font-size: 14px;
  margin: 3px 0 10px 0;
  text-decoration: underline;
}
#shoppingcart_layout .savedProjects_wishList .savedProjects .order_actions .btn_primary, #shoppingcart_layout .savedProjects_wishList .savedProjects .order_actions .btn_secondary {
  width: 95%;
}
#shoppingcart_layout .savedProjects_wishList .product_details {
  margin: 5px 0;
  display: block;
  width: 100%;
}
@media (min-width: 700px) {
  #shoppingcart_layout .savedProjects_wishList .product_details {
    display: inline-block;
    width: 70%;
  }
}
#shoppingcart_layout .savedProjects_wishList .product_details .product {
  display: flex;
  align-items: flex-end;
  margin-top: 5px;
}
#shoppingcart_layout .savedProjects_wishList .product_details .product .box_preview {
  display: inline-block;
}
#shoppingcart_layout .savedProjects_wishList .product_details .product .product_box {
  border: 2px solid #f1f1f1;
  cursor: pointer;
  padding: 10px;
}
#shoppingcart_layout .savedProjects_wishList .product_details .product .product_box img {
  height: auto;
  width: auto;
  max-width: 160px;
}
#shoppingcart_layout .savedProjects_wishList .product_details .product .product_preview {
  margin: 5px 0 0 10px;
}
#shoppingcart_layout .savedProjects_wishList .product_details .product .product_preview .review_icon {
  background: url("/WindmillCanada/pict/sprite_shoppingcart.png") no-repeat -238px -117px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  width: 30px;
}
#shoppingcart_layout .savedProjects_wishList .product_details .product .product_preview a {
  color: #176083;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-top: 8px;
  vertical-align: top;
}
#shoppingcart_layout .savedProjects_wishList .product_details .product .details {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
  width: 165px;
}
#shoppingcart_layout .savedProjects_wishList .product_details .product .details .bold_smedium {
  margin-top: 5px;
}
#shoppingcart_layout .savedProjects_wishList .order_actions {
  display: block;
  margin-top: 10px;
  position: relative;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 700px) {
  #shoppingcart_layout .savedProjects_wishList .order_actions {
    display: inline-block;
    margin-top: 5px;
    width: 25%;
  }
}
#shoppingcart_layout .savedProjects_wishList .order_actions p {
  display: inline-block;
}
#shoppingcart_layout .savedProjects_wishList .order_actions .btn_primary, #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary {
  background-color: #05a26b;
  background-image: none;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  height: 40px;
  font-size: 15px;
  font-weight: bold;
  line-height: 40px;
  margin: 10px 0 0 0;
  padding: 0 20px;
  text-align: center;
  width: 180px;
}
@media (min-width: 700px) {
  #shoppingcart_layout .savedProjects_wishList .order_actions .btn_primary, #shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary {
    margin: 10px auto 0 auto;
  }
}
#shoppingcart_layout .savedProjects_wishList .order_actions .btn_secondary {
  background-color: #fff;
  border: 2px solid #05a26b;
  color: #05a26b;
}
#shoppingcart_layout .savedProjects_wishList .order_actions .delete_project {
  color: #06c;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
  text-decoration: underline;
}
#shoppingcart_layout .savedProjects_wishList .order_actions .moved_project {
  font-size: 18px;
  font-weight: bold;
}
#shoppingcart_layout .wishList {
  border-left: 2px solid #d3d5d6;
  display: inline-block;
  padding-left: 20px;
  vertical-align: top;
  width: 49%;
}
#shoppingcart_layout .wishList .wishList_container {
  margin-left: 20px;
}
#shoppingcart_layout .wishList .product_container {
  display: inline-block;
  margin: 0 3px 30px 0;
  overflow: hidden;
  vertical-align: top;
  width: 194px;
  height: 420px;
  position: relative;
}
#shoppingcart_layout .wishList .product_container .product_image_container {
  border: 1px solid #D4D2D2;
  cursor: pointer;
  height: 255px;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
}
#shoppingcart_layout .wishList .product_container .product_image_container .product_image {
  padding: 10px;
}
#shoppingcart_layout .wishList .product_container .product_image_container .product_image .category_thumb4 {
  height: 211px;
  width: 174px;
}
#shoppingcart_layout .wishList .product_container .product_info {
  color: #000;
  font-size: 12px;
  line-height: 16px;
}
#shoppingcart_layout .wishList .product_container .product_info .addtocart_link {
  border-bottom: 1px solid silver;
  color: #2f84c0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 4px;
  padding-bottom: 4px;
  text-decoration: none;
}
#shoppingcart_layout .wishList .product_container .product_info .addtocart_link a {
  color: #2f84c0;
  text-decoration: none;
}
#shoppingcart_layout .wishList .product_container .product_info .text_info {
  clear: both;
}
#shoppingcart_layout .wishList .product_container .product_info .text_info .product_name {
  font-size: 14px;
  font-weight: 700;
  text-overflow: initial;
  text-transform: uppercase;
  white-space: normal;
}
#shoppingcart_layout .wishList .product_container .product_info .text_info .product_name a {
  color: #065F7A;
  text-decoration: none;
}
#shoppingcart_layout .wishList .product_container .product_info .text_info .product_id {
  color: #999;
}
#shoppingcart_layout .wishList .btn_content, #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .quickadd_but {
  background-color: rgb(5, 162, 107);
  border-radius: 7px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: block;
  font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
  font-size: 17px;
  font-weight: bold;
  height: 45px;
  line-height: 23px;
  margin: 20px auto 0 auto;
  padding: 3px 10px 0 10px;
  text-align: center;
  width: 90%;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}
#shoppingcart_layout .wishList .btn_content .btn_subtxt, #shoppingcart_layout .wishList .quickadd_but .btn_subtxt {
  font-size: 12px;
  font-weight: 400;
  margin-top: -4px;
  text-align: center;
}
#shoppingcart_layout .wishList .quickadd_but {
  line-height: 37px;
  margin-top: 0;
}
#shoppingcart_layout .wishList .remove_wishList {
  color: #06c;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
  text-decoration: underline;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#shoppingcart_layout #WishList {
  border-top: solid 4px #FCC131;
  margin: 40px auto 0;
  width: 620px;
}
@media (min-width: 950px) {
  #shoppingcart_layout #WishList {
    margin: 40px 0 0 0;
    width: auto;
  }
}
#shoppingcart_layout #WishList .wishlist_iconContainer {
  position: relative;
}
#shoppingcart_layout #WishList .wishlist_icon {
  background: url("/WindmillCanada/pict/sprite_shoppingcart.png") no-repeat -165px -117px;
  height: 41px;
  left: 50%;
  margin-left: -21px;
  position: absolute;
  top: -23px;
  width: 43px;
  z-index: 99;
}
#shoppingcart_layout #retrieveWishList {
  background-color: #fff9ea;
  padding: 25px 0 40px;
  position: relative;
}
#shoppingcart_layout #retrieveWishList h1 {
  text-align: center;
}
#shoppingcart_layout #retrieveWishList .retrieveWishList_desc {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
#shoppingcart_layout #retrieveWishList .shareWishList {
  margin: 5px 0 25px 5px;
  position: relative;
  text-align: center;
}
#shoppingcart_layout #retrieveWishList .shareWishList .shareWishListText {
  color: #555;
  display: inline-block;
  float: none;
  font: inherit;
  left: 25px;
  position: static;
  top: 3px;
  width: auto;
}
#shoppingcart_layout #retrieveWishList .shareWishList .retrieveWishList_emailaddress {
  display: table;
  margin: 20px auto 0;
  text-align: center;
}
#shoppingcart_layout #retrieveWishList .shareWishList .retrieveWishList_emailaddress .txt_Email {
  border: 1px solid #00659b;
  float: left;
  height: 38px;
  margin: 0;
  padding: 0;
  width: 200px;
}
#shoppingcart_layout #retrieveWishList .shareWishList .retrieveWishList_emailaddress .btn_viewWishList {
  background-color: #00659b;
  border: none;
  border-radius: 0 7px 7px 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  text-align: center;
  width: 89px;
}
#shoppingcart_layout #retrieveWishList .shareWishList .registerRestult {
  color: #555;
  margin: 20px 0 0 25px;
}
#shoppingcart_layout .upsell_cart {
  border: none;
  border-top: 2px solid #aaa;
  margin-top: 20px;
  padding: 30px 0 0;
}
#shoppingcart_layout .upsell_cart h5 {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
#shoppingcart_layout .upsell_cart .upsell_inline {
  background: url("/WindmillCanada/pict/comparison_gridbg.jpg") no-repeat;
  float: left;
  height: 218px;
  margin: 5px 24px;
  padding: 7px 10px;
  width: 169px;
}
#shoppingcart_layout .upsell_cart .upsell_inline .upsell_inlineName {
  float: left;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
#shoppingcart_layout .upsell_cart .upsell_inline .upsell_inlineName a {
  color: #0065C2;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#shoppingcart_layout .upsell_cart .upsell_inline .upsell_inlineItemId {
  color: #666;
  float: right;
  font-size: 11px;
}
#shoppingcart_layout .upsell_cart .upsell_inline .upsell_inlineImg {
  float: left;
  margin: auto;
  text-align: center;
  width: 100%;
}
#shoppingcart_layout .upsell_cart .upsell_inline .upsell_inlineImg img {
  height: 80px;
  width: 125px;
}
#shoppingcart_layout .upsell_cart .upsell_inline .upsell_inlineAsLowAs {
  clear: both;
  color: #C71830;
  float: left;
  font-size: 12px;
  margin: auto;
  margin-bottom: 6px;
  text-align: center;
  width: 100%;
}
#shoppingcart_layout .upsell_cart .upsell_inline .upsell_inlineAsLowAs .upsell_price {
  color: #C71830;
  font-size: 17px;
}
#shoppingcart_layout .upsell_cart .upsell_inline .upsell_inlineQtyCont {
  float: left;
  margin: auto;
  width: 100%;
}
#shoppingcart_layout .upsell_cart .upsell_inline .upsell_inlineQtyCont .upsell_chooseQty {
  color: #666;
  font-size: 11px;
  margin-right: 4px;
}
#shoppingcart_layout .upsell_cart .upsell_inline .upsell_inlineQtyCont .upsellQty {
  width: 50px;
}
#shoppingcart_layout .upsell_cart .upsell_inline .upsell_inlineBtnCont {
  float: left;
  text-align: center;
  width: 100%;
}
#shoppingcart_layout .upsell_cart .upsell_inline .upsell_inlineBtnCont .btn_AddToCartUpSell {
  background: url("/WindmillCanada/pict/addtocart_btn.png") no-repeat;
  border: 0;
  cursor: pointer;
  height: 30px;
  position: relative;
  width: 98px;
}

/* Shopping Cart / Wish List - END */
.savedItems_email {
  margin-top: 80px;
}
.savedItems_email h2 {
  font-size: 18px;
}
.savedItems_email p {
  font-size: 14px;
}
.savedItems_email a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.savedItems_email a:hover {
  text-decoration: underline;
}
.savedItems_email .savedItems_container {
  background-color: #ededed;
  border: 1px solid #ccc;
  border-top: 0;
  margin: 30px auto 50px;
  width: 75%;
}
.savedItems_email .savedItems_container h2 {
  margin: -8px 5px 0;
}
.savedItems_email .savedItems_container p {
  margin: 20px 0;
  text-align: center;
}
.savedItems_email .savedItems_container label {
  font-size: 14px;
}
.savedItems_email .savedItems_container input {
  height: 30px;
  width: 43%;
}
.savedItems_email .savedItems_container .top_borders {
  display: flex;
}
.savedItems_email .savedItems_container .top_borders .top_border {
  border-top: 1px solid #ccc;
  flex-grow: 1;
}
.savedItems_email .savedItems_container .emailWidget_wrapper {
  text-align: center;
  margin-bottom: 20px;
}
.savedItems_email .savedItems_container .emailWidget_wrapper div {
  display: inline-block;
}
.savedItems_email .savedItems_container .emailWidget_wrapper input[type=text] {
  border: 1px solid #aaa;
  color: black;
  font-size: 12px;
  font-weight: bold;
  height: 35px;
  margin: 0;
  padding: 0 0 0 5px;
  vertical-align: middle;
  width: 230px;
}
.savedItems_email .savedItems_container .emailWidget_wrapper .Button {
  margin-left: -4px;
}
.savedItems_email .savedItems_container .emailWidget_wrapper .view_btn {
  background-color: #024f9d;
  border: none;
  border-radius: 0 7px 7px 0;
  color: white;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  height: 35px;
  line-height: 34px;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 70px;
}
.savedItems_email .savedItems_container .emailWidget_wrapper .view_btn:hover {
  background-color: #0368cf;
}

.shippingclock {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 3px;
  vertical-align: middle;
}

.clocktext {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* ShippingDate - Start */
.ShippingDateForShoppingCart {
  clear: both;
  float: left;
  font-size: 14px;
  margin-top: 2px;
  width: 100%;
}
.ShippingDateForShoppingCart .DateBlock {
  color: #595959;
  float: left;
  margin-right: 6px;
}
.ShippingDateForShoppingCart .DateBlock span {
  color: #000;
  font-weight: 700;
  margin-right: 5px;
}
.ShippingDateForShoppingCart .LinkBlock {
  float: left;
}
.ShippingDateForShoppingCart .LinkBlock span {
  color: #000;
  font-weight: 700;
  margin-right: 5px;
}

.ShippingDateForCheckout .DateBlock {
  float: left;
  margin-right: 6px;
}
.ShippingDateForCheckout .DateBlock span {
  color: black;
  font-weight: 700;
  margin-right: 5px;
  text-transform: capitalize;
}
.ShippingDateForCheckout .LinkBlock {
  float: left;
}

.ShippingDateDialogContent {
  padding: 25px 30px;
}
.ShippingDateDialogContent .Title {
  text-align: left;
  width: 350px;
}
.ShippingDateDialogContent .Title p {
  margin: 8px 0;
}
.ShippingDateDialogContent .MonthListContainer {
  margin: 25px auto 15px auto;
}
.ShippingDateDialogContent .MonthListContainer select {
  border: 1px solid #aaa;
  color: #000;
  font-size: 16px;
  height: 38px;
  width: 320px;
}

/* ShippingDate - End */
.price_detail {
  border-collapse: collapse;
  width: 90%;
  margin-left: 30px;
}
.price_detail td {
  text-align: right;
  padding: 4px !important;
  font-size: 14px;
}
.price_detail .charge_item {
  font-weight: bold;
  text-align: left;
  width: 80%;
}
.price_detail .sub_total {
  font-weight: bold;
}
.price_detail .discount_price {
  color: #ff0000;
}
.price_detail .separator {
  border-bottom: 1px solid #a2a2a2;
}

/*FreeItems.ascx styles*/
#div_FreeItemsPopup {
  background-color: #fff;
  border: 1px solid #00649d;
  box-shadow: 0 0 15px #888;
  display: none;
  overflow: visible;
  padding: 20px;
  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%);
  min-width: 460px;
}

#div_FreeItemsPopup .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. */
}
#div_FreeItemsPopup .btn_close:hover {
  transform: scale(0.8);
}
#div_FreeItemsPopup .btn_close .btn_content, #div_FreeItemsPopup .btn_close .wishList .quickadd_but, .wishList #div_FreeItemsPopup .btn_close .quickadd_but {
  background-color: transparent !important;
}

#div_FreeItemsPopup .btn_close .btn_content, #div_FreeItemsPopup .btn_close .wishList .quickadd_but, .wishList #div_FreeItemsPopup .btn_close .quickadd_but {
  background-color: #fff;
  color: #00649d;
  font-size: 15px;
  font-weight: 900;
  margin-top: -1px;
  padding-bottom: 1px;
}

#div_FreeItemsPopup h1 {
  color: #000;
  float: left;
  font-size: 16px;
  margin-bottom: 1px;
  margin-left: 20px;
  text-align: left;
  width: 100%;
}

#div_FreeItemsPopup h2 {
  color: #f68807;
  float: left;
  margin-bottom: 5px;
  margin-left: 20px;
  margin-top: 1px;
  padding-bottom: 2px;
  text-align: left;
  font-size: 1.5rem;
}

#div_FreeItemsPopup .item_container {
  display: table;
  margin: 0 auto 20px;
  width: auto;
}

#div_FreeItemsPopup .freeItem_wrapper {
  display: table-cell;
}

#div_FreeItemsPopup .freeItem_wrapper .freeItem_pop {
  margin-right: 10px;
  width: 200px;
}

#div_FreeItemsPopup .freeItem_wrapper .freeItem_pop .freeItem_top {
  border: 1px solid #aaa;
}

#div_FreeItemsPopup .freeItem_wrapper .freeItem_pop .freeItem_top img {
  width: 100%;
}

#div_FreeItemsPopup .freeItem_wrapper .freeItem_pop .div_freeItemrdbtn {
  color: #1567c3;
  font-size: 11px;
  margin-left: 10px;
  padding-top: 2px;
}

#freeItem_action {
  clear: both;
  float: right;
  margin-bottom: 15px;
}

#btn_NoThanks {
  color: #06c;
  display: inline-block;
  margin-top: 15px;
  vertical-align: top;
}

#div_FreeItemsPopup .btn_AddToCart {
  display: inline-block;
  text-decoration: none;
  background-color: #1c8d00;
  border-radius: 7px;
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 8px 0;
  margin: 0 12px 12px 40px;
  width: 150px;
}

@media (max-width: 949px) {
  #div_FreeItemsPopup {
    width: 370px !important;
    height: auto !important;
  }
  #div_FreeItemsPopup .item_container {
    display: block;
    width: 200px;
  }
  #div_FreeItemsPopup .freeItem_wrapper {
    clear: both;
    display: block;
    margin-top: 10px;
  }
}
/*FreeItems.ascx styles*/
.text-decoration-none {
  text-decoration: none !important;
  color: black !important;
}
.text-decoration-none * {
  text-decoration: none !important;
  color: black !important;
}

.design_service_wrapper {
  clear: both;
  display: flex;
  text-align: left;
  color: black;
}
.design_service_wrapper img {
  margin-right: 10px;
  width: 30px;
}

.qty_container > p {
  color: #FC5A0F;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.qty_product_option {
  margin-top: 10px;
  text-align: center;
}
.qty_product_option a {
  color: #06C !important;
}

.iconContainer {
  border-collapse: collapse;
  width: auto;
}
.iconContainer .colorSwatch, .iconContainer img {
  border: 1px solid #d6d6d6;
  height: 23px;
  margin-left: 5px;
  vertical-align: middle;
  width: 23px;
}

.edit_quantity {
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  color: #06C !important;
  padding: 0 3px;
}

.quantity {
  width: 80px;
  text-align: center;
}

.qty_promo_text {
  color: #EF6325;
  font-size: 17px;
  font-weight: bold;
  margin: 10px auto;
  width: 100%;
  text-align: center;
}

.qty_price_block {
  margin: 10px auto;
  width: 100%;
  text-align: center;
}
.qty_price_block h3 {
  color: #FC5A0F;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 6px;
  padding: 0 0 8px;
}
.qty_price_block span {
  color: #474747;
  font-size: 12px;
  font-style: italic;
}

.pricing_block2 {
  float: none;
  margin: 0 auto;
}

.qty_message {
  color: red;
  margin-top: 10px;
  font-size: 13px;
  font-weight: bold;
  width: 83%;
  float: right;
}

.qty_container input[type=text] {
  border: 1px solid #ccc;
}
.qty_container > table {
  margin: 0 auto;
}

.aslowas .sale_price {
  font-weight: bold;
  margin-bottom: 10px;
}
.aslowas .crossout {
  color: #ccc;
  font-size: 20px;
  text-decoration: line-through;
}
.aslowas .lowest_price {
  color: #DF007E;
  font-size: 20px;
}
.aslowas .minimum_order_quantity {
  font-weight: 400;
  color: #666666;
}

.cart_count {
  margin: 10px auto 5px auto;
  font-size: 16px;
  font-weight: bold;
}
.cart_count span {
  font-size: 14px;
  font-weight: normal;
}

/* Thank You - START */
.thankYou_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

#thankyou_layout {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1300px;
}
@media (min-width: 950px) {
  #thankyou_layout {
    width: 100%;
  }
}
#thankyou_layout h1, #thankyou_layout h2 {
  color: #000;
}
#thankyou_layout h1 {
  font-size: 33px;
  font-weight: bold;
  margin: 5px 0 4px;
}
#thankyou_layout hr {
  border-top: 1px solid #ccc;
  border-bottom: 0;
  margin: 20px 0;
}
#thankyou_layout .button {
  border-radius: 7px;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-weight: 700;
  margin: 5px 15px 0;
  overflow: hidden;
  box-shadow: none;
  border: none;
}
#thankyou_layout .print_link {
  color: #06C;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin: 0 14px;
  vertical-align: top;
}
#thankyou_layout .print_link .icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
#thankyou_layout .print_link .link_text {
  display: inline-block;
  text-align: left;
  width: 56px;
  font-size: 12px;
  vertical-align: middle;
  line-height: 10px;
}
#thankyou_layout .print_link .icon {
  background-image: url("/WindmillCanada/pict/printer.svg");
  background-repeat: no-repeat;
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
}
#thankyou_layout .bigcontainerfloatleft {
  float: left;
  font-size: 13px;
  margin-left: 0;
  width: 100%;
}
#thankyou_layout .bigcontainerfloatleft td {
  font-size: 12px;
}
#thankyou_layout .checkout_confirmation {
  border: 1px solid #ccc;
  margin-right: 20px;
  padding: 0 10px;
  width: 80%;
}
#thankyou_layout .checkout_confirmation .confirmation_txt {
  display: inline-block;
  font-size: 16px;
  width: 75%;
}
#thankyou_layout .checkout_confirmation .btn_printorder {
  color: #fff;
  font-size: 14px;
}
#thankyou_layout .checkout_confirmation .btn_printorder .btn_content, #thankyou_layout .checkout_confirmation .btn_printorder .wishList .quickadd_but, .wishList #thankyou_layout .checkout_confirmation .btn_printorder .quickadd_but {
  background-color: #024f9d;
  padding: 10px 20px;
}
#thankyou_layout .checkout_confirmation .order_nums {
  font-size: 16px;
}
#thankyou_layout .checkout_confirmation .order_nums .ordernum {
  font-weight: 700;
  margin: 20px 0;
  display: inline;
}
#thankyou_layout .checkout_confirmation .order_nums .ponum {
  display: inline;
}
#thankyou_layout .checkout_confirmation .summary_shipping_address_wrapper, #thankyou_layout .checkout_confirmation .summary_shipping_method_wrapper, #thankyou_layout .checkout_confirmation .summary_billing_address_wrapper, #thankyou_layout .checkout_confirmation .summary_billing_method_wrapper {
  display: inline-block;
  width: 49%;
}
#thankyou_layout .checkout_confirmation .summary_shipping_address_wrapper > table, #thankyou_layout .checkout_confirmation .summary_shipping_method_wrapper > table, #thankyou_layout .checkout_confirmation .summary_billing_address_wrapper > table, #thankyou_layout .checkout_confirmation .summary_billing_method_wrapper > table {
  display: inline-block;
  vertical-align: top;
}
#thankyou_layout .checkout_confirmation .summary_shipping_address_wrapper > table th, #thankyou_layout .checkout_confirmation .summary_shipping_method_wrapper > table th, #thankyou_layout .checkout_confirmation .summary_billing_address_wrapper > table th, #thankyou_layout .checkout_confirmation .summary_billing_method_wrapper > table th {
  border: none;
  font-size: 14px;
  padding-bottom: 10px;
}
#thankyou_layout .checkout_confirmation .summary_shipping_address_wrapper > table td, #thankyou_layout .checkout_confirmation .summary_shipping_method_wrapper > table td, #thankyou_layout .checkout_confirmation .summary_billing_address_wrapper > table td, #thankyou_layout .checkout_confirmation .summary_billing_method_wrapper > table td {
  font-size: 14px;
}
#thankyou_layout .checkout_confirmation .summary_shipping_address_wrapper .summary_shipping_method, #thankyou_layout .checkout_confirmation .summary_shipping_address_wrapper .summary_billing_method, #thankyou_layout .checkout_confirmation .summary_shipping_method_wrapper .summary_shipping_method, #thankyou_layout .checkout_confirmation .summary_shipping_method_wrapper .summary_billing_method, #thankyou_layout .checkout_confirmation .summary_billing_address_wrapper .summary_shipping_method, #thankyou_layout .checkout_confirmation .summary_billing_address_wrapper .summary_billing_method, #thankyou_layout .checkout_confirmation .summary_billing_method_wrapper .summary_shipping_method, #thankyou_layout .checkout_confirmation .summary_billing_method_wrapper .summary_billing_method {
  margin-top: 25px;
}
#thankyou_layout .checkout_confirmation .products_summary {
  border-collapse: collapse;
  width: 100%;
}
#thankyou_layout .checkout_confirmation .products_summary tr.rowcolor {
  background-color: #f6f6f6;
}
#thankyou_layout .checkout_confirmation .products_summary .prod_info {
  display: flex;
  margin-top: 20px;
  margin-bottom: 15px;
}
#thankyou_layout .checkout_confirmation .products_summary .prod_info .prod_desc {
  width: 70%;
}
#thankyou_layout .checkout_confirmation .products_summary .prod_info .prod_desc .prod_name {
  font-size: 15px;
  font-weight: 900;
}
#thankyou_layout .checkout_confirmation .products_summary .prod_info .prod_desc .cartlist_itemNo_static, #thankyou_layout .checkout_confirmation .products_summary .prod_info .prod_desc .cartlist_qty_static {
  clear: both;
  color: black;
  float: left;
  font-weight: 700;
  margin-right: 5px;
}
#thankyou_layout .checkout_confirmation .products_summary .prod_info .prod_desc .cartlistQtyBogo {
  margin-left: 30px;
}
#thankyou_layout .checkout_confirmation .products_summary .prod_info .prod_desc .shipdate span {
  font-weight: 700;
  margin-right: 5px;
  text-transform: capitalize;
}
#thankyou_layout .checkout_confirmation .products_summary .prod_info .prod_image {
  width: 30%;
  text-align: right;
}
#thankyou_layout .checkout_confirmation .products_summary .prod_info .prod_image img {
  width: 120px;
  height: 120px;
  border: 1px solid #ccc;
}
#thankyou_layout .checkout_confirmation .products_summary .price_detail {
  width: 95%;
  margin-left: 50px;
}
#thankyou_layout .checkout_confirmation .products_summary .price_detail a {
  color: black;
  cursor: pointer;
  text-decoration: none;
}
#thankyou_layout .checkout_confirmation .products_summary .product_details {
  margin: 0;
}
#thankyou_layout .checkout_confirmation .products_summary .product_details .liBomDetail {
  text-align: left;
}
#thankyou_layout .checkout_confirmation .products_summary .product_details .liBomDetail .bomDetail {
  margin-right: 5px;
  font-weight: 700;
  text-transform: capitalize;
}
#thankyou_layout .checkout_confirmation .products_summary > .item:nth-child(2n+2) {
  background-color: #f6f6f6;
}
#thankyou_layout .checkout_confirmation .products_summary > tbody > tr:nth-child(3n+1) > td {
  padding-top: 10px;
}
#thankyou_layout .checkout_confirmation .products_summary td {
  font-size: 14px;
  padding: 4px;
}
#thankyou_layout .checkout_confirmation .products_summary td.product_name {
  font-weight: 700;
}
#thankyou_layout .checkout_confirmation .products_summary td.product_row_cells {
  padding-top: 10px;
}
#thankyou_layout .checkout_confirmation .products_summary td.total_row_cells {
  padding-bottom: 10px;
}
#thankyou_layout .checkout_confirmation .products_summary td + td + td {
  text-align: right;
}
#thankyou_layout .checkout_confirmation .products_summary ul {
  margin: 0;
  padding: 0;
}
#thankyou_layout .checkout_confirmation .products_summary li {
  display: block;
  text-align: right;
}
#thankyou_layout .checkout_confirmation .products_summary .details_wrapper > div {
  display: inline-block;
}
#thankyou_layout .checkout_confirmation .products_summary .details_wrapper .details_label {
  width: 52%;
}
#thankyou_layout .checkout_confirmation .products_summary .details_wrapper .details_qty {
  width: 45%;
}
#thankyou_layout .continue_shopping {
  background-color: #024f9d;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  float: none;
  font-size: 16px;
  font-weight: bold;
  height: 58px;
  line-height: 58px;
  margin: 20px auto 0;
  text-align: center;
  width: 520px;
}
@media (min-width: 950px) {
  #thankyou_layout .continue_shopping {
    float: left;
    margin: 20px 0 0 43px;
  }
}
#thankyou_layout .design_service_wrapper {
  clear: both;
  display: flex;
  margin-top: 3px;
  margin-bottom: 3px;
}
#thankyou_layout .design_service_wrapper img {
  margin-right: 10px;
  width: 30px;
}
#thankyou_layout .design_service_wrapper p {
  font-size: 12px;
}
#thankyou_layout .design_service_wrapper span {
  margin-top: 8px;
}

.thankyou_popup {
  background-color: #fff !important;
  box-shadow: 0 0 15px #888;
  display: table;
  min-height: 237px;
  left: 0;
  margin: 10% auto;
  position: absolute;
  right: 0;
  width: 650px;
  z-index: 99999;
}
.thankyou_popup .content {
  display: table-cell;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  width: 700px;
}
.thankyou_popup .content .title {
  color: #000;
  font-size: 35px;
}
.thankyou_popup .content .line {
  background-color: #d0d0d0;
  display: inline-block;
  height: 1px;
  margin: 25px 0 15px;
  width: 75%;
}
.thankyou_popup .content .description {
  color: #024f9d;
  font-size: 16px;
  font-weight: 700;
}
.thankyou_popup .content .account_info, .thankyou_popup .content .account_signup {
  float: right;
  font-size: 14px;
  margin-top: 20px;
  text-align: left;
  width: 50%;
}
.thankyou_popup .content .account_info ul {
  color: #bbb;
  font-size: 27px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 15px;
}
.thankyou_popup .content .account_info ul li {
  position: relative;
}
.thankyou_popup .content .account_info ul li div {
  color: #000;
  font-size: 13px;
  position: absolute;
  top: 1px;
}
.thankyou_popup .content .account_signup .email_address {
  color: #666;
  margin-bottom: 13px;
}
.thankyou_popup .content .account_signup .inputbox {
  border: none;
  margin-bottom: 5px;
  width: 300px;
}
.thankyou_popup .content .account_signup .inputbox input[type=text], .thankyou_popup .content .account_signup .inputbox input[type=password] {
  border: 1px solid #bcbcbc;
  height: 41px;
  outline: none;
  width: 298px;
}
.thankyou_popup .content .product_image {
  display: none;
}
.thankyou_popup .content .basebutton {
  border-radius: 7px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin: 15px 0 0;
  overflow: hidden;
}
.thankyou_popup .content .btn_create {
  color: #fff;
  font-size: 14px;
  height: 40px;
  line-height: 18px;
  margin-left: 0;
  min-width: 138px;
  float: left;
}
.thankyou_popup .content .btn_create .btn_content, .thankyou_popup .content .btn_create .wishList .quickadd_but, .wishList .thankyou_popup .content .btn_create .quickadd_but, .thankyou_popup .content .btn_create #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .thankyou_popup .content .btn_create .quickadd_but {
  background-color: #024f9d;
  display: table;
  padding: 12px 10px;
  text-align: center;
  width: 100%;
}
.thankyou_popup .content .btn_cancel {
  color: #024f9d;
  font-size: 14px;
  min-width: 138px;
  margin-top: 35px;
  float: right;
}
.thankyou_popup .content .btn_cancel .btn_content, .thankyou_popup .content .btn_cancel .wishList .quickadd_but, .wishList .thankyou_popup .content .btn_cancel .quickadd_but, .thankyou_popup .content .btn_cancel #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .thankyou_popup .content .btn_cancel .quickadd_but {
  display: table;
  padding: 0;
  text-align: center;
  width: 100%;
  font-weight: normal;
  text-decoration: underline;
}
.thankyou_popup .btn_close {
  border: 1px solid #024f9d;
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -12px;
  width: 25px;
}
.thankyou_popup .btn_close .btn_content, .thankyou_popup .btn_close .wishList .quickadd_but, .wishList .thankyou_popup .btn_close .quickadd_but, .thankyou_popup .btn_close #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .thankyou_popup .btn_close .quickadd_but {
  background-color: #fff;
  color: #024f9d;
  font-weight: 700;
  margin-top: -1px;
  padding-bottom: 1px;
}

@media print {
  #header, .shoppingcart_tracker, .continue_shopping, .typage_banners, #footerbot {
    display: none !important;
  }
}
/* Thank You - END */
/* Video Testimonials - START */
.video_testimonials_wrapper .title_wrapper {
  background-color: #f0f5fb;
  padding: 35px 0;
  text-align: center;
}
.video_testimonials_wrapper .title_wrapper h1 {
  color: #000;
  font-size: 49px;
  font-weight: 400;
}
.video_testimonials_wrapper .title_wrapper h2 {
  color: #777;
  font-size: 25px;
}
.video_testimonials_wrapper .testimonials_wrapper {
  margin: 60px 0 0;
}
.video_testimonials_wrapper .testimonials_wrapper .table_wrapper > div {
  display: table-row;
}
.video_testimonials_wrapper .testimonials_wrapper .table_wrapper > div > div {
  border: 1px solid red;
  display: block;
  padding: 0 0 50px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 950px) {
  .video_testimonials_wrapper .testimonials_wrapper .table_wrapper > div > div {
    display: table-cell;
    text-align: left;
    width: 35%;
  }
}
.video_testimonials_wrapper .testimonials_wrapper .table_wrapper > div > div + div {
  text-align: center;
  width: 100%;
}
@media (min-width: 950px) {
  .video_testimonials_wrapper .testimonials_wrapper .table_wrapper > div > div + div {
    text-align: right;
    width: 65%;
  }
}
.video_testimonials_wrapper .testimonials_wrapper .overview .company_name {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
.video_testimonials_wrapper .testimonials_wrapper .overview .interviewee, .video_testimonials_wrapper .testimonials_wrapper .overview .position, .video_testimonials_wrapper .testimonials_wrapper .overview .industry {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
.video_testimonials_wrapper .testimonials_wrapper .overview .description {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0 0;
  max-width: 444px;
}
.video_testimonials_wrapper .testimonials_wrapper .overview .vid_length {
  color: #666;
  font-size: 12px;
  font-weight: 700;
  margin: 0 auto;
  max-width: 444px;
}
@media (min-width: 950px) {
  .video_testimonials_wrapper .testimonials_wrapper .overview {
    margin: 5px 0 0;
    max-width: none;
  }
}
.video_testimonials_wrapper .testimonials_wrapper .video iframe {
  border: 1px solid #fff;
  box-shadow: 0 0 25px #888;
}

/* Video Testimonials - END */
/* Wish List - START */
.wishList {
  margin-top: 20px;
  padding-left: 20px;
}
.wishList h1 {
  font-size: 22px;
  color: #fc5a0f;
}
.wishList p {
  font-size: 14px;
}
.wishList a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.wishList a:hover {
  text-decoration: underline;
}
.wishList .breadcrumbs a {
  font-size: 10px;
  font-weight: normal;
  text-decoration: underline;
}
.wishList .product_container {
  display: inline-block;
  margin: 0 3px 30px 0;
  overflow: hidden;
  vertical-align: top;
  width: 194px;
  height: 420px;
  position: relative;
}
.wishList .product_container .product_image_container {
  cursor: pointer;
  height: 265px;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
}
.wishList .product_container .product_image_container .product_image {
  padding: 10px;
}
.wishList .product_container .product_image_container .product_image .category_thumb4 {
  height: 211px;
  width: 174px;
}
.wishList .product_container .product_info {
  color: #000;
  font-size: 12px;
  line-height: 16px;
}
.wishList .product_container .product_info .addtocart_link {
  border-bottom: 1px solid silver;
  color: #2f84c0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 4px;
  padding-bottom: 4px;
  text-decoration: none;
}
.wishList .product_container .product_info .addtocart_link a {
  color: #2f84c0;
  text-decoration: none;
}
.wishList .product_container .product_info .text_info {
  clear: both;
}
.wishList .product_container .product_info .text_info .product_name {
  font-size: 14px;
  font-weight: 700;
  text-overflow: initial;
  text-transform: uppercase;
  white-space: normal;
}
.wishList .product_container .product_info .text_info .product_name a {
  color: #024f9d;
  text-decoration: none;
}
.wishList .product_container .product_info .text_info .product_id {
  color: #999;
}
.wishList .btn_content, .wishList .quickadd_but, #shoppingcart_layout .wishList .quickadd_but {
  background-color: rgb(5, 162, 107);
  border-radius: 7px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: block;
  font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
  font-size: 17px;
  font-weight: bold;
  height: 45px;
  line-height: 23px;
  margin: 20px auto 0 auto;
  padding: 3px 10px 0 10px;
  text-align: center;
  width: 90%;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}
.wishList .btn_content .btn_subtxt, .wishList .quickadd_but .btn_subtxt, #shoppingcart_layout .wishList .quickadd_but .btn_subtxt {
  font-size: 12px;
  font-weight: 400;
  margin-top: -4px;
  text-align: center;
}
.wishList .quickadd_but {
  line-height: 37px;
  margin-top: 0;
}
.wishList .remove_wishList {
  color: #33C5F3;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
  text-decoration: underline;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Wish List - END */
/*Email Cart Begin*/
.emailCart_sent {
  background-color: #047C52;
  border-radius: 7px;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 80px;
  cursor: pointer;
  position: relative;
  left: 55px;
}

.emailCart_container {
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  width: 90%;
}

.email_validator {
  color: red;
}

.emailCart_emailLogo {
  position: absolute;
  left: 85px;
}

.emailCart_emailTitle {
  position: relative;
  left: 20px;
  top: 10px;
}

.emailCart_SendEmailContainer {
  min-height: 180px;
  border-radius: 7px;
  background-color: #ededed;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  display: none;
}

.emailCart_emailTextBox {
  border: 1px solid #ccc;
  height: 30px;
  padding: 0 5px;
  width: 230px;
}

.emailCart_cancel {
  position: relative;
  left: 145px;
  top: -20px;
  width: 20px;
}

.emailCart_sendEmailMessageContainer {
  margin-top: 30px;
  display: none;
}

/*Email Cart End*/
/*Begin Write A Review styles*/
.writeReview {
  margin: 20px 0 0 10px;
}
.writeReview h1 {
  color: #000;
  font-size: 22px;
}
.writeReview .product_image {
  border: 1px solid #ccc;
  display: inline-block;
  height: auto;
  margin-bottom: 5px;
  padding: 5px;
  width: 150px;
}
.writeReview .product_image img {
  height: auto;
  width: 100%;
}
.writeReview .product_description {
  display: inline-block;
  margin: 10px 0 0 20px;
  vertical-align: top;
}
@media (min-width: 950px) {
  .writeReview .product_description {
    width: 80%;
  }
}
.writeReview .product_description a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  width: 250px;
}
.writeReview .product_description a:hover {
  text-decoration: underline;
}
.writeReview .product_description p {
  font-size: 12px;
  font-weight: bold;
}
.writeReview .writeReview_label {
  margin: 20px 0 5px;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 950px) {
  .writeReview .writeReview_label {
    display: inline-block;
    margin: 15px 0 0;
    width: 150px;
  }
}
.writeReview .writeReview_label p {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
.writeReview .writeReview_label .label_subtext {
  font-size: 10px;
}
.writeReview .writeReview_input span {
  font-size: 13px;
}
@media (min-width: 950px) {
  .writeReview .writeReview_input {
    display: inline-block;
    margin-top: 15px;
    width: 650px;
  }
}
.writeReview .writeReview_input .writeReview_star {
  cursor: pointer;
  height: auto;
  width: 40px;
}
.writeReview .writeReview_input input, .writeReview .writeReview_input textarea {
  font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
  height: 30px;
  width: 90%;
}
.writeReview .writeReview_input textarea {
  height: 100px;
}
.writeReview .star_container {
  margin-left: 10%;
}
@media (min-width: 950px) {
  .writeReview .star_container {
    margin-left: 0;
    margin-top: 10px;
  }
}
.writeReview .star_container .ratingStar {
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  background-repeat: no-repeat;
}
.writeReview .star_container .waitingRatingStar {
  background-image: url("/Amsterdam/pict/graystar.svg");
}
.writeReview .star_container .filledRatingStar {
  background-image: url("/Amsterdam/pict/goldstar.svg");
}
.writeReview .star_container .emptyRatingStar {
  background-image: url("/Amsterdam/pict/graystar.svg");
}
.writeReview .star_container .rating_error {
  font-size: 13px;
  margin-left: 20px;
  line-height: 40px;
}
.writeReview .low_rating {
  background-color: #dde9f7;
  padding: 10px 0;
  width: 210px;
}
@media (min-width: 950px) {
  .writeReview .low_rating {
    margin: 5px 0 5px 150px;
  }
}
.writeReview .low_rating p {
  margin: 0 auto;
  text-align: center;
  width: 160px;
}
.writeReview .photo_label, .writeReview .photo_input {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
.writeReview .photo_label {
  vertical-align: top;
}
@media (min-width: 950px) {
  .writeReview .photo_label {
    width: 150px;
  }
}
.writeReview .photo_input {
  margin-top: 10px;
}
@media (min-width: 950px) {
  .writeReview .photo_input {
    width: 75%;
  }
}
.writeReview .photo_btn {
  background-color: #58b9ee;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  margin-right: 20px;
  padding: 11px 0;
  position: relative;
  text-align: center;
  width: 150px;
}
@media (min-width: 950px) {
  .writeReview .photo_btn {
    margin-left: 0;
  }
}
.writeReview .photos {
  margin: 10px auto 0;
  width: 90%;
}
@media (min-width: 950px) {
  .writeReview .photos {
    margin: 10px 0 0 130px;
  }
}
.writeReview .photo_uploaded {
  display: inline-block;
  margin-left: 20px;
}
.writeReview .photo_uploaded a {
  display: block;
  margin-top: 3px;
  text-align: center;
}
.writeReview .photo {
  border: 1px solid #000;
  height: auto;
  padding: 5px;
  width: 100px;
}
.writeReview .photo img {
  display: block;
  height: auto;
  width: 100%;
}
@media (min-width: 950px) {
  .writeReview .writeReview_inputlabel {
    display: inline-block;
    vertical-align: top;
    width: 45%;
  }
  .writeReview .writeReview_inputlabel .writeReview_label {
    width: auto;
  }
  .writeReview .writeReview_inputlabel .writeReview_input {
    margin-left: 5px;
    width: 250px;
  }
}
.writeReview .writeReview_inputlabel > p {
  margin: 0;
}
.writeReview .writeReview_inputlabel > p:first-of-type {
  margin-top: 3px;
}
.writeReview .writeReview_inputlabel label {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
  padding-left: 15px;
  text-indent: -15px;
}
.writeReview .writeReview_inputlabel input[type=checkbox] {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
}
.writeReview .submitReview_btn {
  background-color: #024f9d;
  border: 0;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  height: 37px;
  margin: 20px auto;
  padding: 11px 0;
  position: relative;
  text-align: center;
  width: 300px;
}
@media (min-width: 950px) {
  .writeReview .submitReview_btn {
    margin: -20px 0 0 425px;
  }
}
.writeReview .writeReview_terms {
  max-width: 600px;
  width: 90%;
}
.writeReview .writeReview_terms p {
  font-weight: bold;
}
.writeReview .disabled {
  pointer-events: none;
  opacity: 0.4;
}

/*End Write A Review styles*/
.crm-quote {
  /* Header - START */
  /* Header - END */
  /* Options Step - START */
  /* Options Step - END */
  /* Your Quote Step - START */
  /* Your Quote Step - END */
  /* Email Quote Step - START */
  /* Email Quote Step - END */
  /* Quote Sent Step - START */
  /* Quote Sent Step - END */
  /* Email - START */
  /* Email - END */
  /**CRM Quick Quote Start**/
  /**CRM Quick Quote End**/
  /**Quick Quote No Studio Message Start**/
  /**Quick Quote No Studio Message End**/
  /**Shipping Method List Start**/
  /**Shipping Method List End**/
}
.crm-quote .quickquotePopup {
  font-size: 11px;
  width: 650px;
}
.crm-quote .quickquotePopup .dropdown {
  position: absolute;
}
.crm-quote .Logo {
  float: left;
}
.crm-quote .quickquote_wrapper * {
  box-sizing: border-box;
}
.crm-quote .quickquote_wrapper a {
  color: #024f9d !important;
}
.crm-quote .quickquote_wrapper .td_right {
  text-align: right;
}
.crm-quote .quickquote_wrapper .required:after {
  color: #f00;
  content: "*";
  margin-left: 3px;
}
.crm-quote .quickquote_wrapper input[type=checkbox],
.crm-quote .quickquote_wrapper input[type=radio] {
  margin-bottom: 1px;
  margin-top: -2px;
  vertical-align: middle;
}
.crm-quote .PromptBlock {
  font-size: 13px;
  padding-right: 15px;
}
.crm-quote .QuickQuote_Header {
  border: 0 dotted #C0C0C0;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
  width: 620px;
}
.crm-quote .QuickQuote_Header td {
  border: 0 dotted #C0C0C0;
  padding: 0;
  vertical-align: middle;
}
.crm-quote .QuickQuote_Header td.Logo {
  text-align: left;
  width: 250px;
}
.crm-quote .QuickQuote_Header td.CallFor {
  text-align: right;
}
.crm-quote .QuickQuote_Header td.LiveChat {
  text-align: right;
}
.crm-quote .QuickQuote_Header div.CallFor {
  float: right;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  width: auto;
  margin-right: 20px;
}
.crm-quote .QuickQuote_Header div.PhoneIcon {
  background: url("/Amsterdam/pict/sprite_header_footer.png") no-repeat 0 -195px;
  height: 25px;
  margin: 0 auto 5px;
  width: 38px;
}
.crm-quote .QuickQuote_Header div.LiveChat {
  float: right;
  width: auto;
}
.crm-quote .QuickQuote_Title {
  border-bottom: 12px solid #00659b;
  clear: both;
  color: #00659b;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 16px;
  padding: 10px 0 5px;
}
.crm-quote .QuickQuote_Title .title {
  display: inline-block;
}
.crm-quote .quickquote_tracker {
  display: inline-block;
}
.crm-quote .quickquote_tracker ol {
  margin: 0;
  padding: 0;
}
.crm-quote .quickquote_tracker li {
  color: #aaa;
  display: none;
  font-weight: 400;
  list-style-type: none;
}
.crm-quote .quickquote_tracker li a {
  color: #9a9a9a !important;
  text-decoration: none;
}
.crm-quote .quickquote_tracker li.active {
  display: list-item;
}
.crm-quote .QuickQuote_Options_OptionsContainer {
  background-color: #f2f2f2;
  height: auto;
  margin-bottom: 15px;
}
.crm-quote .QuickQuote_Options_OptionsContainer .QuickQuote_Options {
  border-bottom: 1px solid #cacaca;
}
.crm-quote .QuickQuote_Options {
  background-color: #fff;
  margin: 0 0 12px;
  width: 100%;
}
.crm-quote .QuickQuote_Options div {
  display: inline-block;
  float: none !important;
}
.crm-quote .QuickQuote_Options .OptionsImage {
  display: inline-block;
  text-align: right;
  width: 130px;
  vertical-align: top;
}
.crm-quote .QuickQuote_Options .OptionsImage img {
  padding: 20px 0 20px 0;
  float: left;
}
.crm-quote .QuickQuote_Options .OptionsItem {
  display: inline-block;
  padding: 0 0 0 15px;
  width: 145px;
  vertical-align: top;
}
.crm-quote .QuickQuote_Options .OptionsItem span.ItemName {
  color: #006999;
  font-size: 16px;
  font-weight: bold;
}
.crm-quote .QuickQuote_Options .OptionsItem span.ItemLabel {
  color: #000;
  font-size: 15px;
  font-weight: bold;
}
.crm-quote .QuickQuote_Options .OptionsItem span.ItemNumber {
  color: #7F7F7F;
  font-size: 15px;
  font-weight: bold;
}
.crm-quote .QuickQuote_Options .ImageColumn {
  display: inline-block;
  text-align: center;
  width: 130px;
  vertical-align: top;
}
.crm-quote .QuickQuote_Options .ImageColumn .image_wrapper {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  display: table-cell;
  height: 130px;
  vertical-align: middle;
  width: 130px;
}
.crm-quote .QuickQuote_Options .OptionsColumn {
  display: inline-block;
  padding: 0 0 0 15px;
  width: 145px;
  vertical-align: top;
}
.crm-quote .QuickQuote_Options .PriceColumn {
  padding: 0 0 0 15px;
  width: 253px;
  vertical-align: top;
}
.crm-quote .QuickQuote_Options div.ItemBlock {
  line-height: 18px;
  margin-bottom: 15px;
}
.crm-quote .QuickQuote_Options div.ItemBlock span.ItemName {
  color: #006999;
  font-size: 16px;
  font-weight: bold;
}
.crm-quote .QuickQuote_Options div.ItemBlock span.ItemLabel {
  color: #000;
  font-size: 15px;
  font-weight: bold;
}
.crm-quote .QuickQuote_Options div.ItemBlock span.ItemNumber {
  color: #7F7F7F;
  font-size: 15px;
  font-weight: bold;
}
.crm-quote .QuickQuote_Options div.ItemBlock span.QtyLabel {
  color: #000;
  font-size: 15px;
  font-weight: bold;
}
.crm-quote .QuickQuote_Options div.ItemBlock span.Qty {
  color: #7F7F7F;
  font-size: 15px;
  font-weight: bold;
}
.crm-quote .QuickQuote_Options div.ItemBlock span.Free {
  color: #F00;
  font-size: 11px;
  font-weight: bold;
}
.crm-quote .QuickQuote_Options div.PriceBlock {
  display: block;
  margin-bottom: 15px;
}
.crm-quote .QuickQuote_Options div.NeedMoreBlock {
  color: #000;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 15px;
  text-align: right;
  width: 250px;
  display: none;
}
.crm-quote .QuickQuote_Options div.ProductDetailLinkBlock {
  margin-bottom: 15px;
}
.crm-quote .QuickQuote_Options div.TotalBlock {
  color: #1c8d00;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 15px;
  text-align: right;
}
.crm-quote .QuickQuote_Options div.TotalBlock span.total {
  font-size: 18px;
  font-weight: bold;
}
.crm-quote .quickquote_wrapper .OptionsBlock {
  float: right;
  vertical-align: top;
  width: 50%;
}
.crm-quote .quickquote_wrapper .OptionsBlock p {
  font-size: 13px;
  font-weight: bold;
  margin: 5px 0;
}
.crm-quote .quickquote_wrapper .OptionsBlock .input_checkbox {
  display: inline-block;
  text-align: right;
  width: 20px;
}
.crm-quote .quickquote_wrapper .OptionsBlock .input_label {
  display: inline-block;
  font-size: 12px;
  text-align: left;
}
.crm-quote .quickquote_wrapper .OptionsBlock table {
  border: 0 dotted #C0C0C0;
  border-collapse: collapse;
  border-spacing: 0;
}
.crm-quote .quickquote_wrapper .OptionsBlock th,
.crm-quote .quickquote_wrapper .OptionsBlock td {
  border: 0 dotted #C0C0C0;
  font-size: 12px;
  padding: 3px 0;
  text-align: left;
  vertical-align: middle;
}
.crm-quote .quickquote_wrapper .OptionsBlock th {
  font-size: 13px;
}
.crm-quote .QuickQuote_Options_Input {
  clear: both;
  float: left;
  width: 48%;
  margin-left: 6px;
}
.crm-quote .QuickQuote_Options_Input .quantity_container {
  display: flex;
}
.crm-quote .QuickQuote_Options_Input p {
  font-size: 13px;
  font-weight: bold;
  margin: 5px 0;
}
.crm-quote .QuickQuote_Options_Input input[type=text] {
  border: 1px solid #ccc;
  height: 40px;
  padding: 0 5px;
  width: 115px;
}
.crm-quote .QuickQuote_Options_Input .quantity, .crm-quote .QuickQuote_Options_Input .coupon {
  display: inline-block;
  width: 147px;
}
.crm-quote .QuickQuote_Options_Input .coupon_applied_text {
  padding: 10px 0 20px;
}
.crm-quote .ShippingContainer .note_required_fields {
  margin: 10px 0 0;
}
.crm-quote .ShippingContainer .note_required_fields .required:after {
  margin: 0;
}
.crm-quote .QuickQuote_Options_GetQuoteButton {
  background-color: #1c8d01;
  background-image: none;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  height: 44px;
  width: 127px;
}
.crm-quote .QuickQuote_span_prodDetBanner {
  color: #ef6325;
  /*float: right;*/
  font-size: 17px;
  font-weight: bold;
  text-align: right;
  position: relative;
  top: 19px;
  padding-right: 10px;
}
.crm-quote .QuickQuote_Options_ButtonContainer {
  display: inline-block;
  margin-right: 30px;
}
.crm-quote .QuickQuote_Options_ShippingAndPromptContainer {
  margin-top: 23px;
  height: 160px;
}
.crm-quote .QuickQuote_Options_ShippingAndPromptContainer .PromptBlock {
  float: left;
  width: 50%;
  padding-left: 6px;
}
.crm-quote .QuickQuote_Options_ShippingAndPromptContainer .ShippingContainer {
  display: inline-block;
  width: 50%;
}
.crm-quote .QuickQuote_Options_ShippingAndPromptContainer .ShippingContainer p {
  font-size: 13px;
  font-weight: bold;
  margin: 5px 0;
}
.crm-quote .QuickQuote_Options_ShippingAndPromptContainer .ShippingContainer input[type=text] {
  border: 1px solid #ccc;
  height: 40px;
  padding: 0 5px;
  width: 115px;
}
.crm-quote .QuickQuote_Options_ShippingAndPromptContainer .ShippingContainer .zipcode_input {
  display: inline-block;
  width: 147px;
}
.crm-quote .QuickQuote_YourQuote_QuoteContent {
  height: auto;
  overflow: hidden;
}
.crm-quote .QuickQuote_YourQuote_QuoteContent .left_side {
  background-color: #fff;
  float: left;
  width: 50%;
}
.crm-quote .QuickQuote_YourQuote_QuoteContent .right_side {
  background-color: #f5f5f5;
  float: left;
  width: 50%;
}
.crm-quote .QuickQuote_YourQuote_QuoteContent .right_side .btn-container {
  text-align: center;
}
.crm-quote .dropdown .dropdown-panel .close_btn {
  color: #000;
}
.crm-quote .QuickQuote_YourQuote_QuoteContent .placeorder_text {
  font-size: 12px;
  margin: 15px 0;
  text-align: center;
}
.crm-quote .QuickQuote_YourQuote_QuoteContent .CallFor {
  font-size: 13px;
  font-weight: bold;
  margin: 15px 0;
  text-align: center;
  display: none;
}
.crm-quote .offer_label {
  font-weight: bold;
  margin-top: 10px;
}
.crm-quote .QuickQuote_YourQuote_QuoteContent .button {
  border: none;
  border-radius: 7px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  height: 45px;
  line-height: 23px;
  margin: 0 5%;
  overflow: hidden;
  text-align: center;
  width: 90%;
}
.crm-quote .QuickQuote_YourQuote_QuoteContent .button .btn_content, .crm-quote .QuickQuote_YourQuote_QuoteContent .button #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .crm-quote .QuickQuote_YourQuote_QuoteContent .button .quickadd_but, .crm-quote .QuickQuote_YourQuote_QuoteContent .button .wishList .quickadd_but, .wishList .crm-quote .QuickQuote_YourQuote_QuoteContent .button .quickadd_but {
  background-color: #1c8d00;
  font-size: 15px;
  line-height: 42px;
  padding: 3px 10px 0;
}
.crm-quote .QuickQuote_YourQuote_QuoteContent .button .btn_content .btn_subtxt, .crm-quote .QuickQuote_YourQuote_QuoteContent .button #shoppingcart_layout .wishList .quickadd_but .btn_subtxt, #shoppingcart_layout .wishList .crm-quote .QuickQuote_YourQuote_QuoteContent .button .quickadd_but .btn_subtxt, .crm-quote .QuickQuote_YourQuote_QuoteContent .button .wishList .quickadd_but .btn_subtxt, .wishList .crm-quote .QuickQuote_YourQuote_QuoteContent .button .quickadd_but .btn_subtxt {
  font-size: 12px;
  font-weight: 400;
  margin-top: -4px;
  text-align: center;
}
.crm-quote .QuickQuote_YourQuote_ChargeTable {
  width: 100%;
}
.crm-quote .QuickQuote_YourQuote_ChargeTable .chargedescriptionhelpwrapper {
  display: inline-block !important;
  text-align: center;
  vertical-align: middle;
}
.crm-quote .QuickQuote_YourQuote_QuoteContent .pricing_flex div:first-of-type {
  width: auto !important;
}
.crm-quote .QuickQuote_YourQuote_ChargeTable .boxpopup {
  cursor: pointer;
}
.crm-quote .QuickQuote_YourQuote_ChargeTable .Name {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  text-align: left;
  width: 50%;
}
.crm-quote .QuickQuote_YourQuote_ChargeTable .Charge {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  text-align: right;
  width: 50%;
}
.crm-quote .QuickQuote_YourQuote_ChargeTable .Charge.Discount {
  font-size: 16px;
}
.crm-quote .QuickQuote_YourQuote_ChargeTable .Discount {
  display: inline-block;
  color: #af0704;
  font-weight: bold;
  padding: 5px;
  width: 50%;
}
.crm-quote .QuickQuote_YourQuote_ChargeTable .Saved {
  display: inline-block;
  color: green;
  font-weight: bold;
  padding: 5px;
  width: 50%;
}
.crm-quote .QuickQuote_YourQuote_ChargeTable .Coupon {
  font-weight: 500;
  padding: 0 5px 5px;
  text-align: left;
}
.crm-quote .QuickQuote_YourQuote_ChargeTable span.Coupon {
  color: #af0704;
  font-weight: 500;
}
.crm-quote .QuickQuote_YourQuote_CouponLine {
  border: 0 dotted #C0C0C0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.crm-quote .QuickQuote_YourQuote_CouponLine td {
  border: 0 dotted #C0C0C0;
  font-weight: 400;
  padding: 5px;
  vertical-align: middle;
  width: 50%;
}
.crm-quote .QuickQuote_YourQuote_CouponLine div.Coupon {
  color: #F6931E;
}
.crm-quote .QuickQuote_YourQuote_CouponLine span.desc {
  font-weight: 700;
}
.crm-quote .coupon_applied_text span.desc {
  font-weight: 700;
}
.crm-quote .QuickQuote_YourQuote_ApplyCoupon {
  /*float: right;*/
  width: 160px;
}
.crm-quote .amount-saved {
  color: #279700;
  font-weight: bold;
  margin: 10px auto;
  text-align: center;
}
.crm-quote .amount-saved {
  font-size: 0.81rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .amount-saved {
    font-size: calc(0.2708333333vw + 0.6827083333rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .amount-saved {
    font-size: 0.94rem;
  }
}
.crm-quote .QuickQuote_YourQuote_ApplyCoupon input[type=text] {
  border: 1px solid #aaa;
  height: 30px;
  width: 80px;
}
.crm-quote .QuickQuote_YourQuote_ApplyCoupon input[type=text] {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_YourQuote_ApplyCoupon input[type=text] {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_YourQuote_ApplyCoupon input[type=text] {
    font-size: 0.75rem;
  }
}
.crm-quote .QuickQuote_YourQuote_ApplyCoupon input[type=submit] {
  background-color: #003087;
  border: none;
  border-radius: 0 5px 5px 0;
  color: white;
  cursor: pointer;
  font-weight: bold;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 60px;
}
.crm-quote .QuickQuote_YourQuote_ApplyCoupon input[type=submit] {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_YourQuote_ApplyCoupon input[type=submit] {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_YourQuote_ApplyCoupon input[type=submit] {
    font-size: 0.75rem;
  }
}
.crm-quote .QuickQuote_YourQuote_ShippingLine {
  border-spacing: 0;
  margin-bottom: 12px;
  width: 100%;
}
.crm-quote .QuickQuote_YourQuote_ShippingLine .Name, .crm-quote .QuickQuote_YourQuote_ShippingLine .Charge, .crm-quote .QuickQuote_YourQuote_ShippingLine .ZipCodeBlock, .crm-quote .QuickQuote_YourQuote_ShippingLine .MethodBlock {
  font-weight: bold;
  padding: 5px;
  vertical-align: middle;
}
.crm-quote .QuickQuote_YourQuote_ShippingLine .Name {
  font-size: 12px;
  text-align: left;
  width: 51%;
}
.crm-quote .QuickQuote_YourQuote_ShippingLine .Charge {
  text-align: right;
  width: 48%;
}
.crm-quote .QuickQuote_YourQuote_ShippingLine .Summary {
  padding: 0 5px 5px 10px;
}
.crm-quote .QuickQuote_YourQuote_ShippingLine div.ZipCodeBlock {
  padding: 0 0 0 10px;
}
.crm-quote .QuickQuote_YourQuote_ShippingLine div.MethodBlock {
  margin-left: 6px;
  padding-top: 0;
}
.crm-quote .ZipCodeBlock, .crm-quote .MethodBlock, .crm-quote .quantityBlock, .crm-quote .unitpriceBlock {
  padding: 5px 20px;
}
.crm-quote .QuickQuote_YourQuote_ZipDropDownContent {
  width: 180px;
}
.crm-quote .QuickQuote_YourQuote_ShippingDropDownContent {
  width: 250px;
}
.crm-quote .QuickQuote_YourQuote_ShippingDropDownContent input[type=text], .crm-quote .QuickQuote_YourQuote_ZipDropDownContent input[type=text] {
  border: 1px solid #aaa;
  height: 30px;
  width: 80px;
}
.crm-quote .QuickQuote_YourQuote_ShippingDropDownContent input[type=text], .crm-quote .QuickQuote_YourQuote_ZipDropDownContent input[type=text] {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_YourQuote_ShippingDropDownContent input[type=text], .crm-quote .QuickQuote_YourQuote_ZipDropDownContent input[type=text] {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_YourQuote_ShippingDropDownContent input[type=text], .crm-quote .QuickQuote_YourQuote_ZipDropDownContent input[type=text] {
    font-size: 0.75rem;
  }
}
.crm-quote .QuickQuote_YourQuote_ShippingDropDownContent input[type=submit], .crm-quote .QuickQuote_YourQuote_ZipDropDownContent input[type=submit] {
  background-color: #003087;
  border: none;
  border-radius: 0 5px 5px 0;
  color: white;
  cursor: pointer;
  font-weight: bold;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 60px;
}
.crm-quote .QuickQuote_YourQuote_ShippingDropDownContent input[type=submit], .crm-quote .QuickQuote_YourQuote_ZipDropDownContent input[type=submit] {
  font-size: 0.63rem;
}
@media screen and (min-width: 47rem) {
  .crm-quote .QuickQuote_YourQuote_ShippingDropDownContent input[type=submit], .crm-quote .QuickQuote_YourQuote_ZipDropDownContent input[type=submit] {
    font-size: calc(0.25vw + 0.5125rem);
  }
}
@media screen and (min-width: 95rem) {
  .crm-quote .QuickQuote_YourQuote_ShippingDropDownContent input[type=submit], .crm-quote .QuickQuote_YourQuote_ZipDropDownContent input[type=submit] {
    font-size: 0.75rem;
  }
}
.crm-quote .QuickQuote_YourQuote_ShippingMethods {
  border: 1px solid #aaa;
  font-size: 11px;
  height: 22px;
}
.crm-quote .QuickQuote_YourQuote_TaxesLine {
  border: 0 dotted #C0C0C0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.crm-quote .QuickQuote_YourQuote_TaxesLine td {
  border: 0 dotted #C0C0C0;
  font-weight: bold;
  padding: 5px;
  vertical-align: middle;
}
.crm-quote .QuickQuote_YourQuote_TaxesLine td.Name {
  text-align: left;
}
.crm-quote .QuickQuote_YourQuote_TaxesLine td.Charge {
  text-align: right;
}
.crm-quote .QuickQuote_YourQuote_TotalLine {
  background-color: #ededed;
  width: 100%;
}
.crm-quote .QuickQuote_YourQuote_TotalLine p {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}
.crm-quote .QuickQuote_YourQuote_TotalLine .Label {
  color: #000;
  text-align: left;
}
.crm-quote .QuickQuote_YourQuote_TotalLine .Total {
  color: #258d02;
  padding-right: 15px;
  float: right;
}
.crm-quote .QuickQuote_YourQuote_TotalLine .Flag {
  width: 21px;
}
.crm-quote .QuickQuote_YourQuote_TotalLine div.TotalFlag {
  background: url("/Amsterdam/pict/sprite_shoppingcart.png") no-repeat scroll -139px -117px rgba(0, 0, 0, 0);
  content: " ";
  height: 40px;
  right: -21px;
  width: 21px;
}
.crm-quote .QuickQuote_ShopSureBlock {
  background: url("/Amsterdam/pict/guarantee-apl.png") no-repeat;
  height: 227px;
  margin: 0 auto;
  width: 234px;
  display: none;
}
.crm-quote .QuickQuote_ShopSureBlock .content {
  display: table-cell;
  height: inherit;
  vertical-align: middle;
  width: inherit;
}
.crm-quote .QuickQuote_ShopSureBlock .title {
  border-right: 1px solid #ffe7bb;
  display: inline-block;
  font-size: 35px;
  margin: 0 15px 0 0;
  padding: 0 17px 0 0;
  vertical-align: middle;
}
.crm-quote .QuickQuote_ShopSureBlock .title .title1 {
  float: left;
  font-size: 43px;
  font-weight: 400;
  padding-right: 7px;
}
.crm-quote .QuickQuote_ShopSureBlock .title .title2 {
  float: left;
  font-size: 18px;
  font-weight: 700;
}
.crm-quote .QuickQuote_ShopSureBlock .tagline {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  width: 195px;
}
.crm-quote .QuickQuote_YourQuote_ButtonContainer {
  border: 0 dotted #C0C0C0;
  border-collapse: collapse;
  border-spacing: 0;
}
.crm-quote .QuickQuote_YourQuote_ButtonContainer td {
  border: 0 dotted #C0C0C0;
  font-size: 13px;
  font-weight: 400;
  padding: 5px 0;
  text-align: center;
  vertical-align: top;
}
.crm-quote .QuickQuote_YourQuote_ButtonContainer td.ChangeOptionsButton {
  text-align: right;
  width: 170px;
}
.crm-quote .QuickQuote_YourQuote_ButtonContainer td.EmailQuoteButton {
  width: 180px;
}
.crm-quote .QuickQuote_YourQuote_ButtonContainer td.PersonalizeButton {
  width: 220px;
}
.crm-quote .QuickQuote_YourQuote_ButtonContainer td.PersonalizeButton a {
  text-decoration: none;
}
.crm-quote .QuickQuote_YourQuote_ChangeOptionsButton,
.crm-quote .QuickQuote_YourQuote_EmailQuoteButton {
  background-color: #aaa;
  background-image: none;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  margin: 10px 0 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 140px;
}
.crm-quote .QuickQuote_YourQuote_PersonalizeButton,
.crm-quote .QuickQuote_QuoteSent_PersonalizeButton,
.crm-quote .QuickQuote_Email_PersonalizeButton {
  background-color: #1c8d01;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 24px;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  width: 210px;
}
.crm-quote .QuickQuote_EmailQuote_EmailAddressContainer {
  margin: 10px 0 10px 10px;
}
.crm-quote .QuickQuote_EmailQuote_EmailAddressContainer .Name, .crm-quote .Email {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 15px 0 0;
}
.crm-quote .QuickQuote_EmailQuote_EmailAddressContainer .RemoveButton {
  width: 20px;
}
.crm-quote .QuickQuote_EmailQuote_EmailAddressContainer span.Required {
  color: #C00;
}
.crm-quote .QuickQuote_EmailQuote_EmailAddressContainer input[type=text] {
  border: 1px solid #ccc;
  height: 35px;
  width: 250px;
}
.crm-quote .QuickQuote_EmailQuote_EmailAddressContainer div.RemoveButton {
  color: #4B78A5;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  margin: 0 0 0 10px;
  text-align: center;
  text-decoration: underline;
}
.crm-quote .QuickQuote_EmailQuote_EmailAddressContainer div.RemoveButton:hover {
  text-decoration: none;
}
.crm-quote .QuickQuote_EmailQuote_EmailAddressContainer .left_side {
  background-color: #fff;
  float: left;
  width: 50%;
}
.crm-quote .QuickQuote_EmailQuote_EmailAddressContainer .right_side {
  background-color: #f2f2f2;
  border-top: 1px solid #c6c6c6;
  box-sizing: border-box;
  float: left;
  padding: 10px;
  width: 50%;
}
.crm-quote .QuickQuote_EmailQuote_EmailAddressContainer .intro_text {
  font-size: 14px;
}
.crm-quote .QuickQuote_EmailQuote_EmailAddressContainer .note_required_fields {
  margin: 0 0 15px;
  text-align: center;
}
.crm-quote .QuickQuote_EmailQuote_EmailAddressContainer .note_required_fields .required:after {
  margin: 0;
}
.crm-quote .QuickQuote_EmailQuote_EmailAddressContainer .QuickQuote_EmailQuote_EmailAddressContainer {
  margin: 0;
}
.crm-quote .QuickQuote_EmailQuote_EmailAddressContainer .trRegisterCheckBoxContainer {
  display: none;
}
.crm-quote .QuickQuote_EmailQuote_EmailAddressContainer .trRegisterCheckBoxContainer td {
  padding: 10px 0 5px;
}
.crm-quote .QuickQuote_EmailQuote_EmailAddressContainer .trRegisterCheckBoxContainer input {
  float: left;
  margin: 2px 5px 10px 0;
}
.crm-quote .QuickQuote_EmailQuote_EmailAddressContainer .trRegisterCheckBoxContainer label {
  font-size: 10px;
}
.crm-quote .QuickQuote_EmailQuote_AddEmailAddressLinkContainer {
  margin: 5px 0 15px;
  text-align: center;
}
.crm-quote .QuickQuote_EmailQuote_AddEmailAddressLinkContainer a {
  text-decoration: none;
}
.crm-quote .QuickQuote_EmailQuote_AddEmailAddressLinkContainer a:before {
  content: "+";
  border: 2px solid #024f9d;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
  height: 17px;
  line-height: 12px;
  margin-right: 4px;
  vertical-align: middle;
  width: 17px;
}
.crm-quote .QuickQuote_EmailQuote_AddEmailAddressLinkContainer a .underline {
  text-decoration: underline;
}
.crm-quote .QuickQuote_EmailQuote_AddEmailAddressLinkContainer a:hover .underline {
  text-decoration: none;
}
.crm-quote .QuickQuote_EmailQuote_ButtonLine {
  margin: 5px 0 15px;
  text-align: right;
}
.crm-quote .QuickQuote_EmailQuote_CancelButton,
.crm-quote .QuickQuote_EmailQuote_SendButton {
  background-image: none;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  margin: 0 1px;
  width: 125px;
}
.crm-quote .QuickQuote_EmailQuote_CancelButton {
  background-color: #aaa;
}
.crm-quote .QuickQuote_EmailQuote_SendButton {
  background-color: #1c8d01;
}
.crm-quote .QuickQuote_QuoteSent_ThankYou {
  font-size: 13px;
  margin: 10px 0 20px;
}
.crm-quote .QuickQuote_QuoteSent_ThankYou .left_side {
  background-color: #fff;
  float: left;
  width: 50%;
}
.crm-quote .QuickQuote_QuoteSent_ThankYou .right_side {
  background-color: #f2f2f2;
  border-top: 1px solid #c6c6c6;
  box-sizing: border-box;
  float: left;
  padding: 10px;
  width: 50%;
}
.crm-quote .QuickQuote_QuoteSent_ThankYou .note_required_fields {
  margin: 10px 0;
  text-align: center;
}
.crm-quote .QuickQuote_QuoteSent_ThankYou .note_required_fields .required:after {
  margin: 0;
}
.crm-quote .QuickQuote_QuoteSent_ThankYou input[type=text] {
  border: 1px solid #aaa;
  color: #000;
  font-size: 14px;
  height: 40px;
  margin: 0;
  padding: 0 0 0 5px;
  width: 260px;
}
.crm-quote .QuickQuote_QuoteSent_ThankYou #btnSignUp {
  background-color: #aaa;
  background-image: none;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  height: 42px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 125px;
}
.crm-quote .QuickQuote_QuoteSent_ThankYou .create_new_quote {
  font-size: 13px;
  font-weight: 700;
  padding: 20px 0 5px;
}
.crm-quote .QuickQuote_QuoteSent_ThankYou .create_new_quote a {
  text-decoration: underline;
}
.crm-quote .QuickQuote_QuoteSent_ThankYou .button {
  border: none;
  border-radius: 7px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  height: 45px;
  line-height: 23px;
  margin: 0 5%;
  overflow: hidden;
  text-align: center;
  width: 90%;
}
.crm-quote .QuickQuote_QuoteSent_ThankYou .button .btn_content, .crm-quote .QuickQuote_QuoteSent_ThankYou .button #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .crm-quote .QuickQuote_QuoteSent_ThankYou .button .quickadd_but, .crm-quote .QuickQuote_QuoteSent_ThankYou .button .wishList .quickadd_but, .wishList .crm-quote .QuickQuote_QuoteSent_ThankYou .button .quickadd_but {
  background-color: #1c8d00;
  padding: 3px 10px 0;
}
.crm-quote .QuickQuote_QuoteSent_ThankYou .button .btn_content .btn_subtxt, .crm-quote .QuickQuote_QuoteSent_ThankYou .button #shoppingcart_layout .wishList .quickadd_but .btn_subtxt, #shoppingcart_layout .wishList .crm-quote .QuickQuote_QuoteSent_ThankYou .button .quickadd_but .btn_subtxt, .crm-quote .QuickQuote_QuoteSent_ThankYou .button .wishList .quickadd_but .btn_subtxt, .wishList .crm-quote .QuickQuote_QuoteSent_ThankYou .button .quickadd_but .btn_subtxt {
  font-size: 12px;
  font-weight: 400;
  margin-top: -4px;
  text-align: center;
}
.crm-quote .QuickQuote_QuoteSent_EmailSignUpBlock {
  margin: 20px auto 30px;
  display: none;
}
.crm-quote .QuickQuote_QuoteSent_EmailSignUpBlock p {
  border: 0 dotted #C0C0C0;
  font-size: 11px;
  padding: 6px 0;
  vertical-align: middle;
}
.crm-quote .QuickQuote_QuoteSent_EmailSignUpBlock p.required {
  font-weight: bold;
  margin: 0;
}
.crm-quote .QuickQuote_QuoteSent_EmailSignUpBlock .Header {
  font-size: 14px;
  font-weight: 700;
}
.crm-quote .QuickQuote_QuoteSent_EmailSignUpBlock .Error {
  padding: 0;
}
.crm-quote .QuickQuote_QuoteSent_EmailSignUpBlock .Privacy {
  font-size: 11px;
  font-weight: bolder;
  text-align: right;
  padding: 0 5px 0 0;
}
.crm-quote .QuickQuote_QuoteSent_EmailSignUpBlock span.Error {
  color: #f00;
  font-size: 12px;
  font-weight: 600;
  margin: 6px 0;
}
.crm-quote .QuickQuote_QuoteSent_EmailSignUpCompleted {
  background-color: #dcedda;
  color: #000;
  font-size: 12px;
  margin: 20px;
  padding: 20px;
  text-align: center;
}
.crm-quote .QuickQuote_QuoteSent_EmailSignUpCompleted span.ThankYou {
  font-size: 18px;
  font-weight: 700;
}
.crm-quote .QuickQuote_QuoteSent_ButtonLine p {
  border: 0 dotted #C0C0C0;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
}
.crm-quote .QuickQuote_QuoteSent_ButtonLine .CallFor {
  font-size: 14px;
  font-weight: bold;
  display: none;
}
.crm-quote .QuickQuote_QuoteSent_ButtonLine a {
  text-decoration: none;
}
.crm-quote .QuickQuote_QuoteSent_ButtonLine ~ hr {
  background-color: #c6c6c6;
  border: none;
  height: 1px;
  width: 100% !important;
}
.crm-quote .QuickQuote_QuoteSent_PersonalizeButton {
  width: 250px;
}
.crm-quote .QuickQuote_EmailContainer {
  margin: auto;
  overflow: visible;
  width: 620px;
}
.crm-quote .QuickQuote_Email_Header {
  border: 0 dotted #C0C0C0;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0;
  width: 100%;
}
.crm-quote .QuickQuote_Email_Header td {
  border: 0 dotted #C0C0C0;
  padding: 0;
  vertical-align: middle;
}
.crm-quote .QuickQuote_Email_Header td.ViewInBrowserLink {
  font-weight: bold;
  padding: 0 0 20px;
  text-align: center;
}
.crm-quote .QuickQuote_Email_Header td.Logo {
  text-align: left;
}
.crm-quote .QuickQuote_Email_Header td.PersonalizeButton {
  text-align: right;
}
.crm-quote .QuickQuote_Email_Header td.PersonalizeButton a {
  float: right;
  text-decoration: none;
}
.crm-quote .QuickQuote_Email_PersonalizeButton {
  width: 250px;
}
.crm-quote .QuickQuote_Email_QuoteHead {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 20px;
}
.crm-quote .QuickQuote_Email_QuoteHead span.Customer {
  font-size: 16px;
  font-weight: bold;
}
.crm-quote .QuickQuote_Email_Footer {
  border: 0 dotted #C0C0C0;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 20px;
  width: 100%;
}
.crm-quote .QuickQuote_Email_Footer td {
  border: 0 dotted #C0C0C0;
  font-size: 13px;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
}
.crm-quote .QuickQuote_Email_Footer td.PersonalizeButton a {
  text-decoration: none;
}
.crm-quote .QuickQuote_Email_Footer td.CallFor {
  font-size: 14px;
  font-weight: bold;
}
.crm-quote .QuickQuote_Email_Footer td.ThankYou {
  padding: 30px 0 10px;
}
.crm-quote .QuickQuote_Email_BaseLine {
  background-color: #cdcdcd;
  border: none;
  height: 5px;
  margin: 0;
  padding: 0;
}
.crm-quote .QuickQuote_Email_ContactInfo {
  border: 0 dotted #C0C0C0;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 10px auto 20px;
}
.crm-quote .QuickQuote_Email_ContactInfo td {
  border: 0 dotted #C0C0C0;
  font-size: 13px;
  line-height: 18px;
  padding: 8px 15px;
  text-align: center;
  vertical-align: middle;
}
.crm-quote .div_change_option {
  height: 46px;
  width: 148px;
  line-height: 20px;
  font-size: 14px;
  margin-left: 65px;
}
.crm-quote .line_darkgrey {
  margin-left: 40px;
  width: 200px;
  height: 1px;
  background-color: darkgrey;
  margin-top: 15px;
}
.crm-quote button.DatePicker_Icon {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("/Amsterdam/pict/calendar.png") no-repeat left top;
  text-indent: -9000px;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 0;
  vertical-align: top;
}
.crm-quote #divAddItemButton a::before {
  content: "+";
  border: 2px solid #024F9D;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
  height: 17px;
  line-height: 15px;
  margin-right: 4px;
  vertical-align: middle;
  width: 16px;
}
.crm-quote #divAddItem a::before {
  content: "x";
  border: 2px solid #024F9D;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  height: 17px;
  line-height: 12px;
  margin-right: 4px;
  vertical-align: middle;
  width: 14px;
}
.crm-quote .quickquote_wrapper .no_studio_msg {
  margin: 0;
  width: auto;
  padding: 10px;
}
.crm-quote #optionDisclaimerCopy {
  color: black;
  font-size: 12px;
  margin-top: 10px;
  position: relative;
}
.crm-quote #optionDisclaimerCopy .boxpopup {
  text-decoration: none;
}
.crm-quote #optionDisclaimerCopy #quoteOptionOfferDetails {
  top: 30px;
  right: 0;
  background: white;
  position: absolute;
}
.crm-quote #optionDisclaimerCopy #quoteOptionOfferDetails .box {
  border: 1px solid #00649d;
}
.crm-quote #optionDisclaimerCopy #quoteOptionOfferDetails .box .arrow {
  margin-left: auto;
}
.crm-quote #disclaimerCopy {
  color: black;
  font-size: 12px;
  margin-top: 10px;
  position: relative;
}
.crm-quote #disclaimerCopy .boxpopup {
  text-decoration: none;
}
.crm-quote #disclaimerCopy #quoteOfferDetails {
  top: 30px;
  right: 0;
  background: white;
  position: absolute;
}
.crm-quote #disclaimerCopy #quoteOfferDetails .box {
  border: 1px solid #00649d;
}
.crm-quote #disclaimerCopy #quoteOfferDetails .box .arrow {
  margin-left: auto;
}
.crm-quote .selectContent {
  width: 290px;
  position: relative;
  font-size: 12px;
}
.crm-quote .selectContent ul, .crm-quote .selectContent li {
  list-style: none;
}
.crm-quote .selectContent .selectText {
  height: 100%;
  line-height: 36px;
  padding-left: 10px;
  border: 1px solid #c1c1c1;
  cursor: pointer;
}
.crm-quote .selectContent .selectUl {
  border: 1px solid #c1c1c1;
  background: #ffffff;
  border-top: none;
  display: none;
  position: absolute;
  top: 26px;
  left: 0;
  width: 100%;
  padding-left: 0px;
}
.crm-quote .selectContent .selectUl .selectLi {
  height: 28px;
  line-height: 28px;
  padding-left: 10px;
  cursor: pointer;
}
.crm-quote .selectContent .selectUl .selectLi:hover {
  background: #0074E8;
  color: white;
}
.crm-quote .selectContent .arrow {
  bottom: -16px;
  height: 16px;
  position: absolute;
  margin-left: -35px;
  top: 15px;
  left: 94% !important;
  overflow: hidden;
  width: 50px !important;
}
.crm-quote .selectContent .arrow:after {
  background: white;
  border: 1px solid #003087;
  box-shadow: 0 0 15px -5px #aaa;
  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;
}
.crm-quote .QuickQuote_YourQuote_QuoteContent #summary_block {
  width: 100%;
  min-width: 270px;
}
.crm-quote .email-sign-up-checkbox {
  display: none;
}
.crm-quote .pricing_flex {
  display: flex;
  /* font-size: 14px; */
  font-weight: 700;
  justify-content: space-between;
  padding: 5px 10px;
}
.crm-quote .pricing_flex div {
  text-align: left;
}
.crm-quote .pricing_flex .pricing_underline {
  border-bottom: 1px solid #ccc;
  flex-grow: 1;
  margin: 0 5px 3px 5px;
}
.crm-quote tr[id*=tr_UnitPrice] td:nth-child(2) {
  display: inline;
}
.crm-quote tr[id*=tr_UnitPrice] td {
  white-space: nowrap;
}
.crm-quote tr[id*=tr_UnitPrice] td div.pricing_flex {
  padding: 0;
  font-weight: normal;
}
.crm-quote tr[id*=tr_TotalDiscount] td {
  padding-right: 15px;
}
.crm-quote #crmDisclaimerCopy {
  height: auto;
  position: relative;
  color: black !important;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}
.crm-quote #crmDisclaimerCopy .boxpopup {
  text-decoration: none;
  color: #06c;
}
.crm-quote #crmDisclaimerCopy #crmQuickQuoteOfferDetails {
  top: 10px;
  right: 0;
  position: absolute;
}
.crm-quote #crmDisclaimerCopy #crmQuickQuoteOfferDetails .box {
  border: 1px solid #003087;
  padding: 0 0 0 0;
  color: black;
}
.crm-quote #crmDisclaimerCopy #crmQuickQuoteOfferDetails .box .arrow {
  margin-left: auto;
}

/* self-promotions - START */
p {
  margin: 0;
  padding: 0;
}

#sub-menu {
  background-color: #fff;
  border: 1px solid #333;
  padding: 10px;
  -webkit-box-shadow: 0 12px 11px -8px rgba(0, 0, 0, 0.35);
  box-shadow: 0 12px 11px -8px rgba(0, 0, 0, 0.35);
  color: #666;
  text-transform: capitalize;
  text-align: left;
  display: none;
  position: absolute;
  left: auto;
  left: 0px;
  z-index: 99999;
}

#sub-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sub-menu ul li {
  display: flex;
}

#sub-menu ul li label {
  display: inline-block;
  padding: 2px;
}

#sub-menu input[type=button] {
  margin-top: 20px;
  border: 0px;
  background-color: #093087;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
}

#sub-menu input[type=button]:hover {
  cursor: pointer;
  filter: brightness(1.2);
}

#sub-menu input[type=checkbox]:checked + label {
  background-color: #093087;
  color: #fff;
  flex-grow: 1;
}

.select-category {
  display: block;
  padding: 5px;
}

.select-category:hover {
  background-color: #575555;
  cursor: pointer;
}

th.category {
  position: relative;
}

th.category:hover #sub-menu {
  display: block;
}

.select-category::after {
  transition: all 0.5s ease;
  content: "";
  background: url(/WindmillCanada/pict/header_footer/svg/arrow-down-sign-to-navigate-white.svg) right center/20px 16px no-repeat;
  width: 20px;
  height: 16px;
  float: right;
  margin-right: 10px;
}

.select-category:hover:after {
  transform: rotate(180deg);
}

#promo-text {
  padding: 20px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}

#promo-text .text {
  text-align: center;
  font-size: 22px;
  color: #003087;
}

#promo-text .text small {
  font-style: italic;
  font-size: 16px;
}

#promo-text .cta {
  text-align: center;
}

.self-promotions #all-flyers {
  padding-top: 0px !important;
}

.self-promotions #all-flyers a img {
  transition: all 0.5s ease;
}

.self-promotions #all-flyers a img:hover {
  transform: scale(1.02);
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

#EQP {
  margin-bottom: 40px;
}
#EQP .content .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  column-gap: 20px;
}
#EQP .content .row .col:nth-child(1), #EQP .content .row .col:nth-child(2) {
  width: 50%;
  border-radius: 50px;
  padding: 20px;
  text-align: center;
}
#EQP .content .row .col:nth-child(1) img, #EQP .content .row .col:nth-child(2) img {
  width: 100%;
  height: auto;
}
#EQP .content .row .EQP-percentage {
  color: #E84784;
  font-size: 30px;
}

.self-promotions #all-flyers .note {
  color: #E84784;
  text-align: center;
  font-size: 13px;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.self-promotions h4 {
  text-align: center;
  margin-bottom: 20px;
}

.self-promotions h2 {
  text-align: center;
}

.self-promotions h3 {
  text-align: center;
}

.self-promotions .button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 10px;
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: normal;
  display: block;
}

.self-promotions .button.primary {
  background-color: #E84784;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}

.self-promotions .button.primary strong {
  font-size: 18px;
}

#products {
  text-align: center;
}

#products img {
  width: 50%;
  transition: all 0.5s ease;
  border: 1px solid #ccc;
}

#products img:hover {
  width: 52%;
}

.self-promotions table th, .self-promotions table td {
  padding: 5px;
  font-size: 16px;
}

.self-promotions table th.category {
  padding: 0px;
}

.self-promotions table th {
  background-color: #8d8d8d;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 3px solid #fff;
}

.self-promotions table th a {
  color: #fff;
}

.self-promotions table td {
  background-color: #f2f2f2;
  color: #003087;
}

.self-promotions table .category, .self-promotions table .products {
  border-right: 3px solid #fff;
}

.self-promotions table .products a {
  color: #003087;
  text-decoration: underline;
}

.self-promotions table .products a:hover {
  text-decoration: none;
}

.self-promotions table qty {
  color: #003087;
}

.self-promotions table .bottom {
  border-bottom: 3px solid #fff;
}

.full-color, .writing-instruments, .journals, .holiday, .planners, .apparel, .drinkware, .tech {
  display: block;
  padding: 10px 2px;
  color: #fff;
}

.self-promotions .full-color {
  background-color: #33c5f3;
}
.self-promotions .writing-instruments {
  background-color: #e3538a;
}
.self-promotions .journals {
  background-color: #130d4c;
}
.self-promotions .holiday {
  background-color: #92479c;
}
.self-promotions .planners {
  background-color: #37beab;
}
.self-promotions .apparel {
  background-color: #e94c38;
}
.self-promotions .drinkware {
  background-color: #6cbe4b;
}
.self-promotions .tech {
  background-color: #f8be37;
}

/* self-promotions - END */
.uploadartwork {
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
  padding: 40px 2% 20px 2%;
  line-height: 1.4em;
}
.uploadartwork h1, .uploadartwork h2, .uploadartwork h3, .uploadartwork h4, .uploadartwork h5, .uploadartwork h6 {
  margin-bottom: 20px;
  margin-top: 20px;
  color: #000;
  text-transform: capitalize;
}
.uploadartwork h1 {
  font-size: 36px;
}
.uploadartwork h2 {
  font-size: 32px;
}
.uploadartwork h3 {
  font-size: 28px;
}
.uploadartwork h4 {
  font-size: 24px;
}
.uploadartwork h5 {
  font-size: 20px;
}
.uploadartwork h6 {
  font-size: 18px;
}
.uploadartwork p {
  margin-bottom: 20px;
}
.uploadartwork b {
  font-weight: 700;
}
.uploadartwork ul {
  list-style: disc;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 20px;
}
.uploadartwork ul li {
  margin-bottom: 5px;
}

.vopz h2 {
  font-size: 28px;
}
.vopz h3 {
  font-size: 20px;
}
.vopz #hero {
  height: unset;
  margin-bottom: 40px;
}
.vopz #hero img {
  width: 100%;
  height: auto;
}
.vopz #vopping-101 {
  margin-bottom: 40px;
}
.vopz #vopping-101 h2 {
  text-align: center;
}
.vopz #vopping-101 .content .row:nth-child(2) {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  column-gap: 20px;
}
.vopz #vopping-101 .content .row:nth-child(2) .col:nth-child(1), .vopz #vopping-101 .content .row:nth-child(2) .col:nth-child(2), .vopz #vopping-101 .content .row:nth-child(2) .col:nth-child(3) {
  width: 33%;
  border-radius: 50px;
  padding: 20px;
  text-align: center;
}
.vopz #vopping-101 .content .row:nth-child(2) .col:nth-child(1) img, .vopz #vopping-101 .content .row:nth-child(2) .col:nth-child(2) img, .vopz #vopping-101 .content .row:nth-child(2) .col:nth-child(3) img {
  width: 100%;
  height: auto;
}
.vopz #vopping-101 .content .row:nth-child(2) .col:nth-child(1) {
  background-color: #9987BF;
  color: #fff;
}
.vopz #vopping-101 .content .row:nth-child(2) .col:nth-child(1) h3 {
  color: #fff;
}
.vopz #vopping-101 .content .row:nth-child(2) .col:nth-child(2) {
  background-color: #F9E511;
}
.vopz #vopping-101 .content .row:nth-child(2) .col:nth-child(3) {
  background-color: #58D6FF;
}
.vopz #vopping-101 .content .row:nth-child(3) {
  padding: 30px 0;
  text-align: center;
}
.vopz #vopping-101 .content .row:nth-child(3) a {
  background-color: #E84784;
  color: #fff;
  font-weight: bold;
  padding: 12px 22px;
  border-radius: 5px;
  display: inline-block;
}
.vopz #vopping-101 .content .row:nth-child(3) a:hover {
  filter: brightness(1.3);
  text-decoration: none;
}
.vopz #benefits-opps {
  margin-bottom: 80px;
  font-weight: bold;
}
.vopz #benefits-opps ul {
  list-style: none;
  list-style-position: inside;
}
.vopz #benefits-opps ul li {
  display: flex;
}
.vopz #benefits-opps ul li::before {
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #CA60A5; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
}
.vopz #benefits-opps h2 {
  text-align: center;
  margin-bottom: 30px;
}
.vopz #benefits-opps h2:after {
  background: none repeat scroll 0 0 #58D6FF;
  bottom: -5px;
  content: "";
  display: block;
  height: 5px;
  position: relative;
  width: 100px;
  margin: 0 auto;
}
.vopz #benefits-opps .content .row:nth-child(1) {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  column-gap: 40px;
}
.vopz #benefits-opps .content .row:nth-child(1) .col:nth-child(2) h2:after {
  background: none repeat scroll 0 0 #CA60A5;
}
.vopz #benefits-opps .content .row:nth-child(1) .col:nth-child(2) .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  column-gap: 40px;
}
.vopz #vopz-tools {
  margin-bottom: 40px;
  padding-top: 40px;
  background: linear-gradient(to bottom, #33C5F3 0%, #33C5F3 70%, #fff 70%, #fff 100%);
}
.vopz #vopz-tools h2, .vopz #vopz-tools h3 {
  text-align: center;
  color: #fff;
}
.vopz #vopz-tools .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  column-gap: 40px;
}
.vopz #vopz-tools .row .col {
  width: 33%;
  text-align: center;
}
.vopz #all-flyers h2,
.vopz #all-calendars h2,
.vopz #all-books h2 {
  text-align: center;
}
.vopz #all-flyers.sec-calendars {
  background-color: #F8F8F8;
}
.vopz #all-flyers .content .row {
  justify-content: space-around;
}
.vopz .modal-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: black;
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: opacity 250ms ease;
  background-color: rgba(0, 0, 0, 0.75);
}
.vopz .modal-container:target {
  opacity: 1;
  pointer-events: all;
}
.vopz .modal {
  margin: auto;
  width: 90%;
  max-width: 40rem;
  background-color: white;
  border-radius: 1.5rem;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.6666666667);
}
.vopz .modal-header,
.vopz .modal-content {
  padding: 1.5rem;
}
.vopz .modal-header {
  display: flex;
  justify-content: space-between;
  background-color: #58D6FF;
  border-radius: 1.5rem 1.5rem 0 0;
  color: white;
  border: 4px solid #58D6FF;
  border-bottom: none;
}
.vopz .modal-title {
  margin: 0;
  color: white;
}
.vopz .modal-close {
  color: transparent;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  overflow: hidden;
  background-image: linear-gradient(to top right, transparent 48%, white 48%, white 52%, transparent 52%), linear-gradient(to top left, transparent 48%, white 48%, white 52%, transparent 52%);
}
.vopz .modal-close:hover,
.vopz .modal-close:focus {
  background-image: linear-gradient(to top right, transparent 46%, white 46%, white 54%, transparent 54%), linear-gradient(to top left, transparent 46%, white 46%, white 54%, transparent 54%);
}
.vopz .modal-content {
  border-radius: 0 0 1.5rem 1.5rem;
  border: 4px solid #58D6FF;
  border-top: none;
}
.vopz input, .vopz textarea {
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 6px;
  width: 100%;
  margin-bottom: 10px;
}
.vopz button {
  border: 1px solid #E84784;
  color: #fff;
  background-color: #E84784;
  padding: 10px 18px;
  font-weight: bold;
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.vopz button:hover {
  filter: brightness(1.3);
  text-decoration: none;
  cursor: pointer;
}
.vopz #thanks-content {
  display: none;
}

.video_container {
  text-align: center;
  position: relative;
}
.video_container a {
  display: block;
  position: relative;
  z-index: 49;
}
.video_container a img {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  height: auto;
  width: 375px;
}
.video_container a:hover img {
  opacity: 0.45;
  transition: opacity 0.25s ease-in-out;
}

.popup-mask {
  display: none;
  background: rgba(48, 48, 48, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10200;
}

.traveldestinationapparel h2 {
  font-size: 28px;
}
.traveldestinationapparel h3 {
  font-size: 20px;
}
.traveldestinationapparel #hero {
  height: unset;
  margin-bottom: 40px;
}
.traveldestinationapparel #hero img {
  width: 100%;
  height: auto;
}
.traveldestinationapparel .dotted-title {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 40px;
}
.traveldestinationapparel .dotted-title::before, .traveldestinationapparel .dotted-title::after {
  content: "";
  flex: 1;
  height: 40px;
  background: url("/Windmill/pict/travel-destination-apparel/banner-dots.jpg") repeat-x;
  background-size: auto 40px;
}
.traveldestinationapparel .section-title {
  margin: 0;
  padding: 0 15px;
  white-space: nowrap;
}
.traveldestinationapparel #adg-apparel {
  margin-bottom: 40px;
}
.traveldestinationapparel #adg-apparel .content .row:nth-child(2) {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  column-gap: 20px;
  margin-bottom: 80px;
}
.traveldestinationapparel #adg-apparel .content .row:nth-child(2) .col:nth-child(1), .traveldestinationapparel #adg-apparel .content .row:nth-child(2) .col:nth-child(2), .traveldestinationapparel #adg-apparel .content .row:nth-child(2) .col:nth-child(3) {
  width: 33%;
  padding: 20px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}
.traveldestinationapparel #adg-apparel .content .row:nth-child(2) .col:nth-child(1) img, .traveldestinationapparel #adg-apparel .content .row:nth-child(2) .col:nth-child(2) img, .traveldestinationapparel #adg-apparel .content .row:nth-child(2) .col:nth-child(3) img {
  width: 100%;
  height: auto;
}
.traveldestinationapparel #adg-apparel .content .row:nth-child(2) .col:nth-child(1) .image-text, .traveldestinationapparel #adg-apparel .content .row:nth-child(2) .col:nth-child(2) .image-text, .traveldestinationapparel #adg-apparel .content .row:nth-child(2) .col:nth-child(3) .image-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  text-align: center;
  transform: translatey(50%);
  box-shadow: 0 4px 8px rgb(0, 0, 0);
  max-width: 80%;
  margin: 0 auto;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.traveldestinationapparel #adg-apparel .content .row:nth-child(3) {
  padding: 30px 0;
  text-align: center;
}
.traveldestinationapparel #adg-apparel .content .row:nth-child(3) a {
  background-color: #ac154f;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 12px 22px;
  border-radius: 5px;
  display: inline-block;
}
.traveldestinationapparel #adg-apparel .content .row:nth-child(3) a:hover {
  background-color: #fff;
  color: #ac154f;
  border: 2px solid #ac154f;
}
.traveldestinationapparel #deco-techniques {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.traveldestinationapparel #deco-techniques .color-section {
  flex: 1;
  min-width: 300px;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.traveldestinationapparel #deco-techniques .color-section .img-wrapper {
  text-align: center;
}
.traveldestinationapparel #deco-techniques .color-section .img-wrapper img {
  max-width: 100%;
  height: 500px;
  object-fit: contain;
}
.traveldestinationapparel #deco-techniques .blue-bg {
  background-color: #c6eeff;
  height: 300px;
  margin: 150px 0px;
}
.traveldestinationapparel #deco-techniques .pink-bg {
  background-color: #ffe6f0;
  height: 300px;
  margin: 250px 0px;
}
.traveldestinationapparel #deco-techniques .green-bg {
  background-color: #b8f8ee;
  height: 300px;
  margin-bottom: 150px;
}
.traveldestinationapparel #catalog .color-section {
  margin-bottom: 40px;
  padding-top: 40px;
  background: linear-gradient(to bottom, #33C5F3 0%, #33C5F3 70%, #fff 70%, #fff 100%);
  text-align: center;
}
.traveldestinationapparel #catalog .content .row:nth-child(3) {
  padding: 30px 0;
  text-align: center;
}
.traveldestinationapparel #catalog .content .row:nth-child(3) a {
  background-color: #ac154f;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 12px 22px;
  border-radius: 5px;
  display: inline-block;
}
.traveldestinationapparel #catalog .content .row:nth-child(3) a:hover {
  background-color: #fff;
  color: #ac154f;
  border: 2px solid #ac154f;
}

.recommendation_container a {
  text-decoration: none;
}

.pdpcontent {
  max-width: 1300px;
  color: #343638;
  margin: auto;
}
@media (max-width: 1300px) {
  .pdpcontent {
    padding: 2%;
  }
}
.pdpcontent .breadcrumbs {
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .pdpcontent .breadcrumbs {
    float: none;
  }
}

.pdp-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: auto;
  gap: 20px;
  overflow-x: hidden;
}
.pdp-container .product-section {
  flex: 1;
  width: 100%;
  position: relative;
}
.pdp-container .product-section .product-image {
  position: relative;
  height: auto;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #cccccc;
}
@media (max-width: 768px) {
  .pdp-container .product-section .product-image {
    padding: 5%;
  }
}
.pdp-container .product-section .product-image .icons {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  z-index: 1;
}
@media (max-width: 768px) {
  .pdp-container .product-section .product-image .icons {
    top: 40px;
    right: 40px;
  }
}
.pdp-container .product-section .product-image .icons img {
  width: 44px;
  height: 44px;
  padding: 6px;
}
.pdp-container .product-section .product-image .icons img:focus-visible {
  border: 2px solid #343638;
  border-radius: 100px;
}
.pdp-container .product-section .product-image .icons img:hover {
  border: 2px solid #343638;
  border-radius: 100px;
}
.pdp-container .product-section .product-image .icons img:active {
  border: 2px solid #343638;
  border-radius: 100px;
  background: rgba(0, 38, 62, 0.12);
}
.pdp-container .product-section .product-image .icons img::selection {
  border: 2px solid #343638;
  border-radius: 100px;
  background-color: rgba(0, 38, 62, 0.12);
}
.pdp-container .product-section .zoom {
  color: black;
  padding: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 960px) {
  .pdp-container .product-section .zoom {
    display: none;
  }
}
.pdp-container .product-section .product-thumbnails {
  display: flex;
  margin-top: 20px;
  gap: 8px;
  padding: 3.5px 5px 1.5px 6px;
  flex-wrap: wrap;
}
.pdp-container .product-section .product-thumbnails .selected {
  border: 1px solid #000000 !important;
}
.pdp-container .product-section .product-thumbnails img {
  height: 65px;
  height: auto;
  border-radius: 4px;
  border: 1px solid #C9CDD0;
  transition: transform 0.2s ease-in-out;
}
.pdp-container .product-section .product-thumbnails img:hover {
  transform: scale(1.05);
}
@media (max-width: 960px) {
  .pdp-container .product-section .product-thumbnails {
    display: none;
  }
}
.pdp-container .product-section .guarantee-section {
  display: none;
  margin-top: 20px;
  padding: 16px;
  background-color: #F0F1F2;
  text-align: center;
  cursor: pointer;
}
.pdp-container .product-section .guarantee-section .guarantee-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdp-container .product-section .guarantee-section .satisfaction_guaranteed {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-left: 10px;
  color: #00263E;
}
.pdp-container .product-section .guarantee-section .guaranteed {
  margin-top: 5px;
}
.pdp-container .product-section .guarantee-section .hundred-per {
  font-weight: 400;
  font-size: 45px;
  line-height: 52px;
  color: #00263E;
}
.pdp-container .product-section .guarantee-section p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 5px 0;
}
.pdp-container .product-section .guarantee-section .learn-more {
  color: #00263E;
  text-decoration: underline;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}
.pdp-container .product-section .guarantee-section .learn-more:hover {
  text-decoration: none;
}
@media (max-width: 960px) {
  .pdp-container .product-section .guarantee-section {
    display: none;
  }
}
.pdp-container .product-section .guarantee-section:hover {
  filter: brightness(0.9);
}
.pdp-container .details-pricing-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pdp-container .details-pricing-section .details-section .loading {
  display: block !important;
  position: relative !important;
  height: 150px !important;
}
.pdp-container .details-pricing-section .details-section .vwo-btn-txt {
  padding: 0;
  margin: 6px 0 0 0;
  font-size: 11px;
}
.pdp-container .details-pricing-section .details-section .vwo-btns-or {
  text-align: center;
  margin: 0 10px;
  text-transform: uppercase;
  margin-top: -18px;
}
.pdp-container .details-pricing-section .details-section header {
  display: flex;
  align-items: center;
  gap: 16px;
}
.pdp-container .details-pricing-section .details-section header .product-title {
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
  color: #343638 !important;
  font-style: normal;
  margin-bottom: 16px !important;
}
.pdp-container .details-pricing-section .details-section header .badge {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}
.pdp-container .details-pricing-section .details-section .product-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pdp-container .details-pricing-section .details-section .product-info .ratings {
  display: flex;
  align-items: center;
}
.pdp-container .details-pricing-section .details-section .product-info .ratings .item-number {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
}
.pdp-container .details-pricing-section .details-section .product-info .ratings .rating-stars {
  font-size: 12px;
  color: yellow;
}
.pdp-container .details-pricing-section .details-section .product-info .ratings .rating-value {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  margin-right: 8px;
}
.pdp-container .details-pricing-section .details-section .product-info .ratings .reviews {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #166CBB;
  text-decoration: underline;
}
.pdp-container .details-pricing-section .details-section .product-info .ratings .reviews:hover {
  text-decoration: none;
}
.pdp-container .details-pricing-section .details-section .product-info .product-features {
  margin-top: 0;
  display: flex;
  align-items: center;
}
.pdp-container .details-pricing-section .details-section .product-info .product-features .product-features-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: relative;
}
.pdp-container .details-pricing-section .details-section .product-info .product-features .product-features-detail span {
  position: relative;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}
.pdp-container .details-pricing-section .details-section .product-info .product-features .product-features-detail img {
  width: 32px;
  height: 32px;
}
.pdp-container .details-pricing-section .details-section .product-info .product-features .product-features-detail a {
  color: #003087 !important;
}
.pdp-container .details-pricing-section .details-section .product-info .product-features .product-features-detail a:hover {
  text-decoration: underline !important;
}
.pdp-container .details-pricing-section .details-section .product-info .product-features .product-features-detail .icon_view {
  position: relative;
  padding: 4px;
}
.pdp-container .details-pricing-section .details-section .product-info .product-features .product-features-detail .icon_num {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 100px;
  background: #4EC3E0;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.055px;
  z-index: 1;
}
.pdp-container .details-pricing-section .details-section .product-info .product-features .product-features-detail .icon_color {
  filter: drop-shadow(1000px 0 0 #001738);
  transform: translate(-1000px);
}
.pdp-container .details-pricing-section .details-section .product-info .product-features .detail-before::before {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  bottom: 0;
  width: 1px;
  background-color: #C9CDD0;
}
.pdp-container .details-pricing-section .details-section .product-info .discount-detail {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pdp-container .details-pricing-section .details-section .product-info .discount-detail .discount {
  color: #b30000;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
}
.pdp-container .details-pricing-section .details-section .product-info .lowprice {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  letter-spacing: 0.08px;
}
.pdp-container .details-pricing-section .details-section .product-info .lowprice span {
  color: #b30000;
}
.pdp-container .details-pricing-section .details-section .color-options {
  margin: 20px 0;
}
.pdp-container .details-pricing-section .details-section .color-options .color-warning {
  display: flex;
  padding: 8px 16px;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  background-color: #FFF1E4;
  color: #BE461E;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 3px;
  border-radius: 8px;
}
.pdp-container .details-pricing-section .details-section .color-options .color-warning .warning {
  display: flex;
  gap: 8px;
}
.pdp-container .details-pricing-section .details-section .color-options .color-warning .clear-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #BE461E;
  font-size: 18px;
}
.pdp-container .details-pricing-section .details-section .color-options .color-features {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 5px;
}
.pdp-container .details-pricing-section .details-section .color-options label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #00263E;
}
.pdp-container .details-pricing-section .details-section .color-options .color-swatches {
  display: flex;
  margin-bottom: 4px;
  gap: 5px;
}
.pdp-container .details-pricing-section .details-section .color-options .color-swatches .color {
  border: 2px solid transparent;
  border-radius: 0.25rem;
  cursor: pointer;
  padding: 1px;
  position: relative;
}
.pdp-container .details-pricing-section .details-section .color-options .color-swatches .color .inner-color {
  width: 36px;
  height: 36px;
  border: 1px solid #C9CDD0;
  transition: background-color 0.3s ease;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .pdp-container .details-pricing-section .details-section .color-options .color-swatches .color .inner-color {
    width: 30px;
    height: 30px;
  }
}
.pdp-container .details-pricing-section .details-section .color-options .color-swatches .color.selected {
  border-color: #000 !important;
}
.pdp-container .details-pricing-section .details-section .color-options .toggle-switch {
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  gap: 4px;
}
.pdp-container .details-pricing-section .details-section .color-options .toggle-switch input[type=checkbox] {
  display: none;
}
.pdp-container .details-pricing-section .details-section .color-options .toggle-switch label {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  background-color: #ccc;
  border-radius: 20px;
  transition: background-color 0.3s;
}
.pdp-container .details-pricing-section .details-section .color-options .toggle-switch label::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s;
}
.pdp-container .details-pricing-section .details-section .color-options .toggle-switch span {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #00263E;
  margin-bottom: 5px;
}
.pdp-container .details-pricing-section .details-section .color-options .toggle-switch input[type=checkbox]:checked + label {
  background-color: #00263E;
}
.pdp-container .details-pricing-section .details-section .color-options .toggle-switch input[type=checkbox]:checked + label::after {
  transform: translateX(20px);
}
.pdp-container .details-pricing-section .details-section div#selected-color {
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity {
  display: flex;
  padding-top: 8px;
  flex-direction: column;
  gap: 8px;
  align-self: stretch;
  margin-top: 20px;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity label {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .total-order {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection {
  padding: 10px;
  margin-bottom: 10px;
  display: flex;
  padding: 24px 0px 16px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .selected-color-container {
  display: flex;
  padding: 4px 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background-color: #F0F1F2;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .selected-color-container .color-block-selected {
  display: flex;
  align-items: center;
  gap: 4px;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .selected-color-container .remove-color-block {
  display: flex;
  align-items: center;
  gap: 4px;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .selected-color-container .color-block {
  width: 20px;
  height: 20px;
  border: 1px solid #F0F1F2;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .selected-color-container .color-block.light-gray {
  background-color: #d3d3d3;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .selected-color-container .color-block.red {
  background-color: red;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .selected-color-container .selected-color {
  font-size: 14px;
  font-weight: 600;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .selected-color-container .remove-color {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #00263E;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  width: 100%;
}
@media (max-width: 768px) {
  .pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes {
    grid-template-columns: repeat(3, 1fr);
  }
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes .size {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 6px;
  box-sizing: border-box;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes .size span {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes .size .qty-control {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  border-radius: 8px;
  overflow: hidden;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes .size .qty-btn {
  background: none;
  border: none;
  padding: 0 10px;
  cursor: pointer;
  font-size: 16px;
  width: 30px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes .size .qty-btn:hover {
  background: #f0f0f0;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes .size .qty-control input {
  border: none;
  background: none;
  text-align: center;
  width: 50px;
  font-size: 16px;
  outline: none;
  -moz-appearance: textfield;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes .size .qty-control input::-webkit-outer-spin-button,
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes .size .qty-control input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes .size .out-of-stock, .pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes .size .stock-status, .pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes .size .additional-cost {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes .size .stock-info-container {
  position: relative;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes .size .out-of-stock {
  color: #BE461E;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes .size .stock-status {
  font-size: 12px;
  position: absolute;
  font-weight: 500;
  line-height: 16px;
  background-color: #FFF1E4;
  border-radius: 5px;
  left: 23px;
  bottom: 18px;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes .size .stock-status img {
  cursor: pointer;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity .color-selection .sizes .size .additional-cost {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 5px;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity::after {
  content: "";
  display: block;
  border-top: 1px solid #C9CDD0;
  margin-top: 20px;
}
.pdp-container .details-pricing-section .details-section .sizes-quantity::before {
  content: "";
  display: block;
  border-top: 1px solid #C9CDD0;
  margin-top: 20px;
}
.pdp-container .details-pricing-section .details-section .order-summary {
  margin-top: 20px;
  display: flex;
  padding: 1rem 0;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.pdp-container .details-pricing-section .details-section .order-summary .setup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.pdp-container .details-pricing-section .details-section .order-summary .total-amount {
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
  margin-top: 10px;
}
.pdp-container .details-pricing-section .details-section .order-summary .info-icon {
  margin-left: 5px;
  cursor: pointer;
}
.pdp-container .details-pricing-section .details-section .size-features {
  margin: 20px 0;
}
.pdp-container .details-pricing-section .details-section .size-features .sizes-available {
  display: flex;
  flex-direction: column;
}
.pdp-container .details-pricing-section .details-section .size-features .size-options {
  display: flex;
  gap: 10px;
  align-items: center;
}
.pdp-container .details-pricing-section .details-section .size-features .sizes {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #00263E;
}
.pdp-container .details-pricing-section .details-section .size-features .size {
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.pdp-container .details-pricing-section .details-section .size-features .size.unavailable::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #DC0031;
  transform: rotate(-45deg);
  transform-origin: center;
}
.pdp-container .details-pricing-section .details-section .size-features .size + .size {
  border-left: 1px solid #C9CDD0;
  padding-left: 15px;
}
.pdp-container .details-pricing-section .details-section .add-to-cart {
  border: none;
  color: white;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
  border-radius: 10px;
  width: 100%;
  height: 44px;
  letter-spacing: 0.035px;
  text-align: center;
  background-color: #AC154F;
  color: #AC154F !important;
  border: 1px solid #AC154F;
}
.pdp-container .details-pricing-section .details-section .add-to-cart:hover {
  background-color: white;
  color: #AC154F !important;
  border: 1px solid #AC154F;
}
.pdp-container .details-pricing-section .details-section .add-to-cart a {
  color: #AC154F !important;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.pdp-container .details-pricing-section .details-section .add-to-cart a:hover {
  color: #44791B;
  text-decoration: none;
}
.pdp-container .details-pricing-section .details-section .add-to-cart input {
  background: rgba(0, 0, 0, 0);
  border: 0;
  color: white;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.pdp-container .details-pricing-section .details-section .add-to-cart input:hover {
  color: #AC154F !important;
  text-decoration: none;
}
.pdp-container .details-pricing-section .details-section .addtocartproddet {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.pdp-container .details-pricing-section .details-section .addtocartproddet .qtylabelproddet {
  margin-right: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #AC154F;
}
.pdp-container .details-pricing-section .details-section .addtocartproddet .qtytxtproddet {
  width: 100%;
  height: 32px;
  padding: 8px 24px;
  border-radius: 8px;
  border: 2px solid #C9CDD0;
  cursor: pointer;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.035px;
  text-align: center;
}
.pdp-container .details-pricing-section .details-section .addtocartproddet .qtytxtproddet:focus-visible {
  border: 2px solid #0B4387;
  border-radius: 8px;
}
.pdp-container .details-pricing-section .details-section .addtocartproddet .qtytxtproddet:hover {
  border: 2px solid #3AA1BC;
  border-radius: 8px;
}
.pdp-container .details-pricing-section .details-section .addtocartproddet .qtytxtproddet:active {
  border: 2px solid #00263E;
  border-radius: 8px;
}
.pdp-container .details-pricing-section .details-section .addtocartproddet .qtytxtproddet::selection {
  border: 2px solid #00263E;
  border-radius: 8px;
}
.pdp-container .details-pricing-section .details-section .design_it_for_me {
  outline: none;
  border: 2px solid #003087;
  background-color: #fff;
  color: #003087;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 10px;
  width: 100%;
  height: 44px;
  letter-spacing: 0.035px;
  text-decoration: none;
}
.pdp-container .details-pricing-section .details-section .design_it_for_me:hover {
  background-color: #003087;
  color: white;
  border: 1px solid #003087;
  text-decoration: none;
}
.pdp-container .details-pricing-section .details-section .links {
  display: flex;
  padding: 4px 0px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.pdp-container .details-pricing-section .details-section .links .link {
  position: relative;
  color: #00263E;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.014px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.pdp-container .details-pricing-section .details-section .links .link:hover {
  text-decoration: none;
}
.pdp-container .details-pricing-section .details-section .links .link:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 120%;
  width: 1px;
  background-color: #C9CDD0;
  right: -8px;
  top: 0;
}
.pdp-container .details-pricing-section .pricing-section {
  display: flex;
  padding: 0px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
.pdp-container .details-pricing-section .pricing-section .pricing-table {
  border-collapse: collapse;
  margin-top: 10px;
}
.pdp-container .details-pricing-section .pricing-section .pricing-table .normalPricing {
  text-decoration: auto !important;
}
.pdp-container .details-pricing-section .pricing-section .pricing-table .trRegularTotalClass, .pdp-container .details-pricing-section .pricing-section .pricing-table .trSaleTotalClass {
  display: none;
}
.pdp-container .details-pricing-section .pricing-section .pricing-table .thtrView {
  background: #F0F1F2;
}
.pdp-container .details-pricing-section .pricing-section .pricing-table tr {
  display: flex;
  padding: 8px 0px;
  align-items: flex-start;
  align-self: stretch;
}
.pdp-container .details-pricing-section .pricing-section .pricing-table th {
  flex: 1;
  display: flex;
  padding: 4px;
  align-items: center;
  gap: 10px;
  color: #00263E;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.035px;
}
.pdp-container .details-pricing-section .pricing-section .pricing-table td {
  flex: 1;
  display: flex;
  padding: 0 4px;
  align-items: center;
  gap: 10px;
  color: #343638;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0.035px;
  font-weight: 400;
  gap: 10px;
}
.pdp-container .details-pricing-section .pricing-section .pricing-table td:nth-child(1) {
  font-weight: 600;
}
.pdp-container .details-pricing-section .pricing-section .pricing-table .linePricing {
  font-weight: 400;
  text-decoration: line-through;
}
.pdp-container .details-pricing-section .pricing-section .pricing-table .unitPrice {
  color: #b30000;
}
.pdp-container .details-pricing-section .pricing-section .pricing-table .savings {
  color: #256A2E;
}
@media (max-width: 960px) {
  .pdp-container .details-pricing-section {
    flex-direction: column;
  }
  .pdp-container .details-pricing-section .details-pricing-section {
    order: 2;
  }
}
.pdp-container .features-details-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.pdp-container .features-details-container .features-section,
.pdp-container .features-details-container .features-details-section {
  display: flex;
  width: 612px;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #C9CDD0;
  border-bottom: 1px solid #C9CDD0;
  height: 100%;
}
.pdp-container .features-details-container .features-section {
  padding: 16px 24px 16px 0px;
  gap: 12px;
  flex-shrink: 0;
  align-self: stretch;
}
.pdp-container .features-details-container .features-section .features-title {
  display: flex;
  padding: 8px 0px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  color: #343638;
}
.pdp-container .features-details-container .features-section p {
  margin: 12px 0;
  color: #343638;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.035px;
  align-self: stretch;
}
.pdp-container .features-details-container .features-section .features-list {
  align-self: stretch;
}
.pdp-container .features-details-container .features-section .features-list li {
  color: #343638;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.052px;
}
.pdp-container .features-details-container .features-section .features-list a {
  color: #166CBB;
  font-family: "Libre Franklin";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.052px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.pdp-container .features-details-container .features-section .features-list a:hover {
  text-decoration: none;
}
.pdp-container .features-details-container .features-section .features-list a.warningClass {
  text-decoration: none;
}
.pdp-container .features-details-container .features-section .features-list a.warningClass b {
  text-decoration: underline !important;
}
.pdp-container .features-details-container .features-section .features-list a.warningClass:hover {
  text-decoration: underline;
}
.pdp-container .features-details-container .features-section .pd_downloadLinks .download-icon {
  width: 25px;
  height: auto;
  float: left;
  margin-right: 5px;
}
.pdp-container .features-details-container .features-section .pd_downloadLinks #dl-blank-images {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  float: left;
  padding-top: 7px;
  color: #065F7A;
}
.pdp-container .features-details-container .features-section .pd_downloadLinks .modal-body {
  height: 415px;
}
.pdp-container .features-details-container .features-section .pd_downloadLinks .modal-body .download-icon {
  width: 30px;
  height: auto;
  cursor: pointer;
}
.pdp-container .features-details-container .features-details-section {
  padding: 16px 0px 16px 24px;
  align-items: flex-start;
  flex-shrink: 0;
}
.pdp-container .features-details-container .features-details-section .details-title {
  display: flex;
  padding: 8px 0px;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  color: #343638;
}
.pdp-container .features-details-container .features-details-section .details-view {
  width: 100%;
  display: flex;
  padding: 12px 8px;
  border-bottom: 1px #C9CDD0 solid;
  align-self: stretch;
  align-items: flex-start;
  gap: 12px;
}
.pdp-container .features-details-container .features-details-section .details-view .details-view-title {
  width: 132px;
  color: #00263E;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.pdp-container .features-details-container .features-details-section .details-view .details-view-title a {
  color: #00263E !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none !important;
}
.pdp-container .features-details-container .features-details-section .details-view div a {
  color: #00263E !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none !important;
}
.pdp-container .features-details-container .features-details-section .details-view .fd-color-swatches {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  flex: 1;
}
.pdp-container .features-details-container .features-details-section .details-view .fd-color-swatches .color {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #C9CDD0;
}
@media (max-width: 768px) {
  .pdp-container .features-details-container {
    flex-direction: column;
  }
  .pdp-container .features-details-container .features-section,
  .pdp-container .features-details-container .features-details-section {
    align-items: center;
  }
}
@media (max-width: 960px) {
  .pdp-container {
    flex-direction: column;
  }
}

.shareView {
  background: #FFFFFF;
  width: 520px;
  height: 150px;
  display: flex;
  flex-direction: column;
}
.shareView .titleview {
  width: 100%;
  height: 50px;
  display: flex;
}
.shareView .titleview .title {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
}
.shareView .titleview .btnClose {
  transition: all 0.25s ease;
  cursor: pointer;
  overflow: hidden;
  z-index: 999999;
  content: "";
  width: 30px;
  height: 30px;
  background: #fff url(/Amsterdam/pict/popups/close.svg) no-repeat center;
  top: 10px;
  right: 20px;
  position: absolute;
  display: inline-block;
  text-indent: -1000em;
}

#divBomOptions form label.form-label {
  font-size: 16px;
}
#divBomOptions #btn-add-to-cart {
  background-color: #AC154F;
  color: white;
  margin-bottom: 0;
  border: 0;
}
#divBomOptions #btn-add-to-cart:hover {
  background-color: white;
  color: #AC154F !important;
  border: 1px solid #AC154F;
}

#pd_wrapper.oldProductDesign {
  padding: 0 !important;
}
#pd_wrapper.oldProductDesign .vwo-btns-1 .vwo-btn-txt,
#pd_wrapper.oldProductDesign .vwo-btns-2 .vwo-btn-txt {
  margin: 6px 0 0 0;
  font-size: 11px;
}
#pd_wrapper.oldProductDesign #galleryholder {
  height: 425px;
  width: 347px;
}
#pd_wrapper.oldProductDesign #galleryholder .s7flyoutzoomview {
  height: 425px !important;
  width: 345px !important;
}
@media (min-width: 1500px) {
  #pd_wrapper.oldProductDesign .pd_gallery {
    padding-top: 0 !important;
  }
}
#pd_wrapper.oldProductDesign .pd_starRating {
  display: inline-block !important;
  margin: 0 0 20px 10% !important;
  order: -1 !important;
  text-align: center !important;
  width: 100% !important;
}
#pd_wrapper.oldProductDesign .pd_star {
  height: 25px;
  width: 25px;
}
@media (min-width: 950px) {
  #pd_wrapper.oldProductDesign .pd_star {
    height: 36px;
    width: 36px;
  }
}
@media (min-width: 1500px) {
  #pd_wrapper.oldProductDesign .pd_star {
    height: 40px;
    width: 40px;
  }
}
#pd_wrapper.oldProductDesign .pd_ratingnumber {
  margin: 7px 0 0 10px;
  width: 212px;
}
#pd_wrapper.oldProductDesign .primarybtn {
  background-color: #AC154F !important;
}
#pd_wrapper.oldProductDesign .primarybtn:hover {
  color: #fff !important;
}
#pd_wrapper.oldProductDesign .secondarybtn {
  font-size: 14px;
  height: 30px;
  padding-top: 3px;
  border: 1px solid #1F1644;
  color: #ffffff;
  background-color: #1F1644;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#pd_wrapper.oldProductDesign .secondarybtn:hover {
  color: #1F1644;
  background-color: #ffffff;
}
@media (min-width: 950px) and (max-width: 1500px) {
  #pd_wrapper.oldProductDesign .secondarybtn {
    width: 140px;
  }
}
#pd_wrapper.oldProductDesign .addtocart_btn .button {
  padding: 0 !important;
  height: 45px;
}
#pd_wrapper.oldProductDesign .addtocart_btn .addtocart .btn_content, #pd_wrapper.oldProductDesign .addtocart_btn .addtocart .wishList .quickadd_but, .wishList #pd_wrapper.oldProductDesign .addtocart_btn .addtocart .quickadd_but {
  cursor: pointer;
  font-size: 18px;
  line-height: 42px;
  padding: 10px 10px;
}

#badge-container .product_badge_lg {
  left: 0 !important;
}

.locked_quantity_message {
  font-size: 15px;
}

@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;
}

/* New/Manage Account - START */
.new-account,
.manage-account {
  width: 100%;
}
.new-account .account-container,
.manage-account .account-container {
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 700px;
}
.new-account .caption,
.manage-account .caption {
  color: #F68807;
  font-size: 25px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}
.new-account .sub-caption,
.manage-account .sub-caption {
  font-size: 16px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
}
.new-account .email, .new-account .fax, .new-account .billing-name,
.manage-account .email,
.manage-account .fax,
.manage-account .billing-name {
  padding-left: 0;
  vertical-align: top;
  width: 640px;
}
.new-account .label,
.manage-account .label {
  font-size: 13px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 4px;
  margin-left: 2px;
  text-align: left;
}
.new-account .bill-label,
.manage-account .bill-label {
  font-size: 13px;
  color: #000;
  margin-top: 5px;
  margin-bottom: 4px;
  margin-left: 2px;
  text-align: left;
  display: inline-block;
}
.new-account input[type=text], .new-account input[type=password], .new-account select,
.manage-account input[type=text],
.manage-account input[type=password],
.manage-account select {
  border: 1px solid #aaa;
  height: 38px;
  width: 100%;
}
.new-account .password, .new-account .password-confirm, .new-account .title, .new-account .company, .new-account .company-size, .new-account .company-asi, .new-account .industry, .new-account .established-year,
.manage-account .password,
.manage-account .password-confirm,
.manage-account .title,
.manage-account .company,
.manage-account .company-size,
.manage-account .company-asi,
.manage-account .industry,
.manage-account .established-year {
  vertical-align: top;
  width: 310px;
}
.new-account .inline-block,
.manage-account .inline-block {
  display: inline-block;
}
.new-account .chk-container,
.manage-account .chk-container {
  font-size: 13px;
  margin-top: 20px;
}
.new-account .chk-container .privacy,
.manage-account .chk-container .privacy {
  margin-top: 3px;
  font-size: 12px;
  vertical-align: top;
}
.new-account .chk-container .privacy span,
.manage-account .chk-container .privacy span {
  margin-left: 5px;
  margin-right: 7px;
}
.new-account hr,
.manage-account hr {
  background-color: #ccc;
  border: none;
  height: 1px;
  margin: 50px 0 30px;
}
.new-account .first-name, .new-account .last-name, .new-account .mi, .new-account .suite, .new-account .city, .new-account .state, .new-account .zipcode, .new-account .ext, .new-account .shipping-suite, .new-account .shipping-city, .new-account .shipping-state, .new-account .shipping-zipcode, .new-account .billing-street, .new-account .billing-suite, .new-account .billing-po-box, .new-account .billing-city, .new-account .billing-state, .new-account .billing-zipcode,
.manage-account .first-name,
.manage-account .last-name,
.manage-account .mi,
.manage-account .suite,
.manage-account .city,
.manage-account .state,
.manage-account .zipcode,
.manage-account .ext,
.manage-account .shipping-suite,
.manage-account .shipping-city,
.manage-account .shipping-state,
.manage-account .shipping-zipcode,
.manage-account .billing-street,
.manage-account .billing-suite,
.manage-account .billing-po-box,
.manage-account .billing-city,
.manage-account .billing-state,
.manage-account .billing-zipcode {
  vertical-align: top;
  width: 200px;
}
.new-account .street, .new-account .phone, .new-account .shipping-street,
.manage-account .street,
.manage-account .phone,
.manage-account .shipping-street {
  vertical-align: top;
  width: 420px;
}
.new-account .ext .extensionMassage,
.manage-account .ext .extensionMassage {
  white-space: nowrap;
}
.new-account .btn-container,
.manage-account .btn-container {
  margin: 20px 10px 20px 0;
  text-align: right;
}
.new-account .btn_size1,
.manage-account .btn_size1 {
  padding: 10px 19px;
}
.new-account .btn_blue,
.manage-account .btn_blue {
  background-color: #024f9d;
}
.new-account .btn,
.manage-account .btn {
  border-radius: 7px;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.new-account .offset,
.manage-account .offset {
  margin-left: 17px;
}
.new-account .required:after,
.manage-account .required:after {
  color: #f00;
  content: "*";
  margin-left: 3px;
}

/* New/Manage Account - END */
/* Activate Account (New Online Users) - START */
.div_EnterCusNumberWrapper {
  margin: 30px 0 45px;
  text-align: center;
}
.div_EnterCusNumberWrapper h1 {
  color: #000;
  font-size: 26px;
  margin-bottom: 10px;
  text-align: left;
}
.div_EnterCusNumberWrapper h3 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 45px;
  text-align: left;
}
.div_EnterCusNumberWrapper .label {
  font-size: 12px;
  margin: 0 0 3px;
  text-align: left;
}
.div_EnterCusNumberWrapper .div_EnterCusNumber .div_EnterCusNumberInner {
  display: inline-block;
}
.div_EnterCusNumberWrapper .div_EnterCusNumber .div_EnterCusNumberInner input {
  border: 1px solid #bcbcbc;
  height: 42px;
  margin: 0 0 18px;
  width: 376px;
}
.div_EnterCusNumberWrapper .div_EnterCusNumber .div_EnterCusNumberInner .entry_block {
  display: inline-block;
  margin: 0 12px;
  text-align: left;
  vertical-align: top;
}
.div_EnterCusNumberWrapper .div_EnterCusNumber .div_EnterCusNumberInner .button_wrapper {
  text-align: center;
}
@media (min-width: 825px) {
  .div_EnterCusNumberWrapper .div_EnterCusNumber .div_EnterCusNumberInner .button_wrapper {
    text-align: right;
  }
}
.div_EnterCusNumberWrapper .div_EnterCusNumber .div_EnterCusNumberInner .btn_ActivateAcctSubmit {
  background-color: #16a36e;
  border: none;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  height: 42px;
  margin-right: 12px;
  width: 180px;
}
.div_EnterCusNumberWrapper .div_ActivateAcctMsg {
  border: 1px solid #f00;
  padding: 10px 20px 20px;
}
.div_EnterCusNumberWrapper .div_ActivateAcctMsg a {
  font-size: 13px;
}

/* Activate Account (New Online Users) - END */
/* Password Retrieval - START */
.password_retrieval_wrapper {
  margin: 30px 0 45px;
  text-align: center;
}
.password_retrieval_wrapper h1 {
  color: #000;
  font-size: 26px;
  margin-bottom: 55px;
  text-align: left;
}
.password_retrieval_wrapper .password_retreival {
  display: inline-block;
}
.password_retrieval_wrapper .password_retreival p {
  color: #111;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 10px 0 0;
  text-align: center;
}
.password_retrieval_wrapper .password_retreival .password_retreive_email input {
  border: 1px solid #bcbcbc;
  height: 42px;
  margin: 0 0 18px;
  width: 376px;
}
.password_retrieval_wrapper .password_retreival .password_retreive_email .label {
  font-size: 12px;
  margin: 0 0 3px;
  text-align: left;
}
.password_retrieval_wrapper .password_retreival .co_btn_send_me {
  background-color: #16a36e;
  border: none;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 15px;
  font-weight: 700;
  height: 42px;
  width: 180px;
}
.password_retrieval_wrapper .return_to_login {
  display: inline-block;
  float: right;
  font-size: 15px;
  line-height: 42px;
  margin-right: 40px;
}

/* Password Retrieval - END */
/* Change Password - START */
.change_password {
  padding: 10px;
  font-size: 14px;
}
.change_password .myacct_titlebg {
  color: #F68807;
  font-weight: bold;
  width: 99%;
}
.change_password .myacct_titlebg .myacct_title {
  font-size: 25px;
  padding-top: 1px;
}
.change_password .passwordLabel {
  font-weight: bolder;
}
.change_password input[type=password] {
  border: 1px solid #aaa;
  height: 38px;
  width: 300px;
}
.change_password .form-change-password {
  margin-top: 20px;
}
.change_password .form-change-password .float-left {
  float: left;
  width: 50%;
}
.change_password .form-change-password .btnContainer {
  margin-top: 20px;
}
.change_password .form-change-password .btnContainer .btnContinue {
  padding: 10px 19px;
  background: #024f9d;
  border-radius: 7px;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

/* Change Password - END */
/* Breadcrumbs - START */
.order_bread_crumbs,
.breadcrumbs {
  color: #065F7A;
  margin-top: 10px;
  text-transform: uppercase;
}

.breadcrumbs a,
.breadcrumbs a:visited {
  color: #065F7A;
}

.category_caps {
  font-family: Helvetica;
  font-size: 10pt;
  color: #595959;
  text-transform: uppercase;
}

.black_text {
  color: #000000;
}

/* Breadcrumbs - END */
/* Buttons - START */
.button {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  border: none;
  border-radius: 0.375rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.button:focus, .button:hover {
  outline: none;
  opacity: 0.8;
}
.button--primary {
  background-color: #ac154f;
  color: white;
  border-color: #ac154f;
}
.button--primary:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.button--secondary {
  font-size: 14px;
  height: 30px;
  padding-top: 3px;
  border: 1px solid #1F1644;
  color: #ffffff;
  background-color: #1F1644;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.button--secondary:hover {
  color: #1F1644;
  background-color: #ffffff;
}
.button--small {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
.button--medium {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}
.button--large {
  padding: 1rem 2rem;
  font-size: 1.25rem;
}
.button--full-width {
  display: block;
  width: 100%;
}

.btn_AddToCart {
  border: 0;
  cursor: pointer;
  height: 37px !important;
  margin-left: 40px !important;
  margin-right: 12px !important;
  margin-bottom: 12px !important;
  padding: 8px 0;
  position: relative;
  width: 150px !important;
}

.btn_AddToCart3 {
  background: transparent url("/WindmillCanada/pict/addcart_btn.png") no-repeat top left;
  border: 0px;
  margin: 0px;
  padding: 0px;
  width: 110px;
  height: 30px;
  cursor: pointer;
}

.div_AddToCartButton {
  float: right;
  padding-top: 20px;
  padding-bottom: 10px;
}

.compositionAddCart {
  background: transparent url("/WindmillCanada/pict/CompositionAddCartOn.gif") no-repeat;
  border: none;
  cursor: pointer;
  height: 29px;
  margin: 0;
  padding: 0;
  width: 87px;
}

.editCover {
  background: transparent url("/WindmillCanada/pict/editcover.gif") no-repeat;
  border: none;
  cursor: pointer;
  height: 29px;
  width: 87px;
}

.btn_NoThanks {
  border: 0;
  cursor: pointer;
  float: left;
  height: 36px;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 40px;
  padding: 0;
  width: 140px;
}

.couponApplied_timeout_btn {
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  font-weight: 700;
  height: 90px;
  line-height: 23px;
  margin: 5% auto;
  max-width: 500px;
  width: 90%;
}
.couponApplied_timeout_btn a {
  color: white;
  text-decoration: none;
}
.couponApplied_timeout_btn .btn_content, .couponApplied_timeout_btn #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .couponApplied_timeout_btn .quickadd_but, .couponApplied_timeout_btn .wishList .quickadd_but, .wishList .couponApplied_timeout_btn .quickadd_but {
  background-color: #05a26b;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 7vw;
  line-height: 90px;
}
@media (min-width: 675px) {
  .couponApplied_timeout_btn .btn_content, .couponApplied_timeout_btn #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .couponApplied_timeout_btn .quickadd_but, .couponApplied_timeout_btn .wishList .quickadd_but, .wishList .couponApplied_timeout_btn .quickadd_but {
    font-size: 45px;
  }
}
.couponApplied_timeout_btn .right_caret {
  width: 0;
  height: 0;
  display: inline-block;
  margin-left: 10px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid white;
}
@media (min-width: 675px) {
  .couponApplied_timeout_btn .right_caret {
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid white;
  }
}

.border-button {
  padding: 5px 20px;
  border: 1px solid #003087;
  color: #003087;
  background-color: white;
  border-radius: 8px !important;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

/* Buttons - END */
/* Cart & Checkout Summary - START */
.payment_flex #summary_block #coupontext .CouponWidget_Content, #thankyou_layout #summary_block #coupontext .CouponWidget_Content {
  display: none;
}

#summary_block {
  width: 20%;
  min-width: 270px;
}
#summary_block a {
  cursor: pointer;
  text-decoration: underline;
}
#summary_block h2 {
  font-size: 17px;
  margin: 0;
}
#summary_block .summary_wrapper {
  background-color: #ededed;
  border: 1px solid #ccc;
}
#summary_block .summary_heading {
  background: #ccc;
  padding: 15px 0;
  text-align: center;
}
#summary_block #disclaimerCopy {
  color: black;
  font-size: 12px;
  margin-top: 10px;
  position: relative;
}
#summary_block #disclaimerCopy .boxpopup {
  text-decoration: none;
}
#summary_block #disclaimerCopy #cartOfferDetails {
  top: 30px;
  right: 0;
  background: white;
  position: absolute;
}
#summary_block #disclaimerCopy #cartOfferDetails .box {
  border: 1px solid #003087;
}
#summary_block #disclaimerCopy #cartOfferDetails .box .content {
  padding: 12px 50px 12px 10px !important;
  width: auto;
  height: auto;
  line-height: normal;
  text-align: left !important;
  box-sizing: content-box;
}
#summary_block .additionalfees {
  position: relative;
}
#summary_block .additionalfees a {
  text-decoration: none !important;
  color: initial;
}
#summary_block .additionalfees #addtionalFeesDetail {
  top: 35px;
  width: 93%;
  background: white;
  position: absolute;
  font-weight: initial;
}
#summary_block .additionalfees #addtionalFeesDetail .box {
  border: 1px solid #00649d;
}
#summary_block .additionalfees #addtionalFeesDetail .box .content {
  padding: 12px 50px 12px 10px !important;
  width: auto;
  height: auto;
  line-height: normal;
  text-align: left !important;
  box-sizing: content-box;
}
#summary_block .switch {
  text-align: center;
  cursor: pointer;
  color: blue;
}
#summary_block #coupontext {
  margin: 0;
  padding: 0 10px;
  width: auto;
}
#summary_block #coupontext .CouponWidget_Container .coupon_label {
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0 5px;
  text-align: center;
}
#summary_block #coupontext .CouponWidget_Container .coupon_label a {
  font-weight: normal;
}
#summary_block #coupontext .CouponWidget_Container .CouponWidget_ApplyCoupon {
  margin-bottom: 20px;
}
#summary_block #coupontext .CouponWidget_Container .CouponWidget_ApplyCoupon input[type=text] {
  border: 1px solid #aaa;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  height: 35px;
  margin: 0;
  padding: 0 0 0 5px;
  width: 170px;
}
#summary_block #coupontext .CouponWidget_Container .CouponWidget_ApplyCoupon input[type=submit] {
  background-color: #024f9d;
  border: none;
  border-radius: 0 7px 7px 0;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  height: 35px;
  line-height: 34px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 70px;
}
#summary_block #coupontext .CouponWidget_Container .CouponWidget_ApplyCoupon input[type=submit]:hover {
  background-color: #0368cf;
}
#summary_block #coupontext .CouponWidget_Container .CouponWidget_ApplyCoupon .Textbox {
  float: left;
}
#summary_block #coupontext .CouponWidget_Container .CouponWidget_ApplyCoupon .Button {
  float: left;
}
#summary_block #coupontext .CouponWidget_Container .CouponWidget_ApplyCoupon .ClearFloat {
  border: none;
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 0;
}
#summary_block #coupontext .CouponWidget_Container .CouponWidget_ApplyCoupon .Error {
  color: #f00;
  text-align: left;
}
#summary_block #codeentryText {
  color: #000;
  margin-right: 7px;
}
#summary_block .divwhatsthislink a {
  font-size: 11px;
  padding: 0;
}
#summary_block #couponitems {
  color: #000;
  float: none;
  margin: 2px 0 5px;
  overflow: hidden;
  padding: 0;
  text-align: left;
}
#summary_block #couponitems td {
  padding-left: 0;
  padding-right: 0;
}
#summary_block #couponitems .codeentry_form_in {
  margin: 0;
}
#summary_block #couponitems .cart_codeentry_input {
  border: 1px solid #aaa;
  float: left;
  height: 38px;
  margin: 0;
  padding: 0 0 0 5px;
  width: 195px;
}
#summary_block #couponitems .button {
  border-radius: 0 7px 7px 0;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: 0;
  overflow: hidden;
  text-align: center;
}
#summary_block #couponitems .btn_applycode {
  color: #fff;
  font-size: 12px;
}
#summary_block #couponitems .btn_applycode .btn_content, #summary_block #couponitems .btn_applycode .wishList .quickadd_but, .wishList #summary_block #couponitems .btn_applycode .quickadd_but {
  background-color: #aaa;
  height: 40px;
  line-height: 40px;
  width: 69px;
}
#summary_block .disclaimerCopyContent {
  margin-bottom: 20px;
}
#summary_block .pricing_flex {
  display: flex;
  /*font-size: 14px;*/
  font-weight: 700;
  justify-content: space-between;
  padding: 5px 10px;
  /*div:first-of-type {
      width: 100px;
  }*/
}
#summary_block .pricing_flex div {
  text-align: left;
}
#summary_block .pricing_flex .pricing_underline {
  border-bottom: 1px solid #ccc;
  flex-grow: 1;
  margin: 0 5px 3px 5px;
}
#summary_block .normal_font {
  font-weight: initial;
}
#summary_block .big_font {
  font-size: 16px;
}
#summary_block .orderDetailLink {
  padding: 0px 10px 5px;
  text-align: right;
}
#summary_block .discountprice {
  color: #b20000;
}
#summary_block .amtsaved {
  color: #238c00;
  margin-bottom: 40px;
}
#summary_block .grandtotal {
  background-color: #ededed;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
#summary_block .grandtotal.price {
  color: #000;
  position: relative;
}
#summary_block .grandtotal.price:after {
  background: url("/WindmillCanada/pict/sprite_shoppingcart.png") no-repeat -139px -117px;
  content: " ";
  height: 40px;
  position: absolute;
  right: -21px;
  width: 21px;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#summary_block .Shipping_Container {
  color: #000;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 268px !important;
}
#summary_block .Shipping_Container .Shipping_Content table {
  border-collapse: collapse;
  border-color: #C0C0C0;
  border-spacing: 0;
  border-style: dotted;
  border-width: 0;
  width: 100%;
}
#summary_block .Shipping_Container .Shipping_Content td {
  border-color: #C0C0C0;
  border-style: dotted;
  border-width: 0;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 0 !important;
  vertical-align: top;
}
#summary_block .Shipping_Container .Shipping_Content td .Left {
  text-align: left;
  width: 65px;
}
#summary_block .Shipping_Container .Shipping_Content td .Right {
  text-align: right;
}
#summary_block .Shipping_Container .Shipping_Content select {
  border: 1px solid #aaa;
  color: #000;
  font-size: 13px;
  height: 25px;
  margin: 0;
  padding: 0;
  width: 300px;
}
#summary_block .Shipping_Container .Shipping_ApplyZip {
  float: right;
}
#summary_block .Shipping_Container .Shipping_ApplyZip div.Textbox {
  float: left;
}
#summary_block .Shipping_Container .Shipping_ApplyZip div.Button {
  float: left;
}
#summary_block .Shipping_Container .Shipping_ApplyZip div.ClearFloat {
  border: none;
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 0;
}
#summary_block .Shipping_Container .Shipping_ApplyZip div.Error {
  color: #f00;
  text-align: left;
}
#summary_block .Shipping_Container .Shipping_ApplyZip input[type=text] {
  border: 1px solid #aaa;
  color: #000;
  font-size: 12px;
  height: 27px;
  margin: 0;
  padding: 0 0 0 5px;
  width: 140px;
}
#summary_block .Shipping_Container .Shipping_ApplyZip input[type=submit] {
  background-color: #024f9d;
  border: none;
  border-radius: 0 7px 7px 0;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  height: 27px;
  line-height: 27px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 60px;
}
#summary_block .Shipping_Container .Shipping_ApplyZip input[type=submit]:hover {
  background-color: #0368cf;
}
#summary_block .button {
  border-radius: 7px;
  cursor: pointer;
  display: table;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: 0 auto 25px;
  overflow: hidden;
}
#summary_block .btn_advance {
  color: #fff;
  font-size: 16px;
  width: 90%;
}
#summary_block .btn_advance .btn_content, #summary_block .btn_advance .wishList .quickadd_but, .wishList #summary_block .btn_advance .quickadd_but {
  background-color: #1c8d00;
  display: table;
  padding: 10px;
  width: 100%;
}
#summary_block .checkout_iconwrapper {
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  border-radius: 7px;
  width: 90%;
}
#summary_block .checkout_iconwrapper .cart_buttons {
  background-color: #1c8d00;
  border: none;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  margin: 15px auto 25px;
  overflow: hidden;
  padding: 10px;
  width: 100%;
}
#summary_block .checkout_iconwrapper .processedbutton {
  background-color: #146600;
  border-radius: 7px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  margin: 15px auto 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
#summary_block .checkout_iconwrapper .icon-arrow {
  display: inline-block;
  height: 14px;
  margin-right: 5px;
  vertical-align: middle;
  width: 14px;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-name: spin;
  animation-timing-function: linear;
  line-height: 14px;
}
#summary_block .checkout_iconwrapper .ProcessedButtonStatic {
  display: block;
  cursor: pointer;
  opacity: 1;
}
#summary_block .checkout_iconwrapper .ProcessedButtonSpinning {
  display: none;
  cursor: default;
  opacity: 0.5;
}
#summary_block .checkout_iconwrapper .spinning {
  display: inline-block;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-name: spin;
  animation-timing-function: linear;
}
#summary_block .checkout_icon {
  background: url("/WindmillCanada/pict/sprite_shoppingcart.png") no-repeat -109px -117px;
  display: inline-block;
  height: 33px;
  width: 25px;
}
#summary_block .coupon_savings {
  font-size: 12px;
  margin: 5px 10px;
  text-align: left;
}
#summary_block .coupon_savings p {
  margin-top: 0;
  text-align: left;
}
#summary_block .coupon_savings .percent_saved:after {
  content: "%";
}
#summary_block .coupon_savings .coupontitle {
  background-color: #eee;
  display: inline-block;
  font-weight: 700;
  margin-top: -10px;
  padding: 0 5px;
  position: relative;
  top: -10px;
}
#summary_block .coupon_savings .couponcode {
  font-weight: 700;
  text-transform: uppercase;
}
#summary_block .coupon_savings .couponcodedesc {
  text-align: center;
}
#summary_block .coupon_savings .nor {
  font-weight: 700;
  margin-top: 10px;
}
#summary_block .coupon_savings .note {
  margin: 5px 0 5px 0;
}
#summary_block .zipchangediv {
  font-size: 10px;
  padding: 0;
  width: auto;
}
#summary_block .shipmethodchange {
  float: left;
  font-size: 10px;
}
#summary_block .needHelp_wrapper {
  background-color: #ededed;
  border: 1px solid #ccc;
  border-top: 0;
  margin-top: 40px;
}
#summary_block .help_section {
  text-align: left;
}
#summary_block .help_section h3 {
  color: black;
  margin-top: -9px;
  padding: 0 5px;
}
#summary_block .help_section ul {
  margin-left: 10%;
  padding: 0;
}
#summary_block .help_section li {
  color: #aaa;
  padding: 5px 0;
}
#summary_block .help_section a {
  cursor: pointer;
}
#summary_block .help_section .top_borders {
  display: flex;
}
#summary_block .help_section .top_borders .top_border {
  border-top: 1px solid #ccc;
  flex-grow: 1;
}
#summary_block .assoc_bus_icons {
  padding-top: 25px;
  text-align: center;
  width: 100%;
}
#summary_block .assoc_bus_icons div {
  display: inline-block;
  float: none;
  margin: 0 5px;
  vertical-align: middle;
}
#summary_block .assoc_bus_icons a {
  text-decoration: none;
}
#summary_block .terms {
  margin: -25px 0 35px;
  padding: 0 10px;
}

.needhelp {
  padding-right: 36px;
}
.needhelp p {
  margin: 3px 0 5px !important;
}
.needhelp .taxexempt_label {
  display: inline-block;
  vertical-align: top;
  width: 50px;
}
.needhelp .taxexempt_data {
  display: inline-block;
  line-height: 18px;
  width: 200px;
}

/* Cart & Checkout Summary - END */
/*Temp center banner div*/
.temp_center_banner {
  width: 950px;
  height: 196px;
  margin: 0 auto;
}

/* Digital Studio - START */
.div_digital_pricing {
  float: left;
  padding-top: 10px;
  width: 413px;
}
.div_digital_pricing .pricing_block2 {
  float: none;
}

/* Digital Studio - END */
/* PreviewDoc - START */
.comp_7x6calendar {
  background: transparent url("/WindmillCanada/pict/comp_7x6calendar.gif") no-repeat;
  border: none;
  height: 514px;
  margin-top: 5px;
  margin-left: 8px;
  padding-top: 22px;
  width: 524px;
}
.comp_7x6calendar span table {
  margin-left: 5px;
}

.comp_budgetpro {
  background: transparent url("/WindmillCanada/pict/comp_budgetpro.gif") no-repeat;
  border: none;
  height: 474px;
  margin: 0;
  width: 181px;
}

.comp_7x10calendar_outside {
  background: transparent url("/WindmillCanada/pict/7x10outside.gif") no-repeat;
  border: none;
  height: 530px;
  margin-left: 0;
  padding-top: 22px;
  width: 654px;
}
.comp_7x10calendar_outside span table {
  margin-left: 5px;
}

.comp_7x10calendar_inside {
  background: transparent url("/WindmillCanada/pict/7x10inside.gif") no-repeat;
  border: none;
  height: 530px;
  margin-left: 0;
  padding-top: 22px;
  width: 654px;
}
.comp_7x10calendar_inside span table {
  margin-left: 5px;
}

.comp_coloredmug {
  background: url("/WindmillCanada/pict/Mug-Disclaimer-1.jpg") no-repeat scroll 0 0 transparent;
  border: medium none;
  height: 165px;
  margin: 0;
  width: 188px;
}

.comp_penpreview {
  float: left;
  height: 108px;
  width: 539px;
}

.comp_penrotationcontainer {
  float: left;
  height: 100px;
  margin-top: 9px;
  margin-left: 1px;
  width: 67px;
}
.comp_penrotationcontainer .top {
  background-image: url(/CompositionStudio/img/generic/TopPreview.png);
  cursor: pointer;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  width: 59px;
}
.comp_penrotationcontainer .center {
  background-image: url(/CompositionStudio/img/generic/CenterPreview.png);
  cursor: pointer;
  height: 20px;
  margin-top: 13px;
  margin-left: 0;
  width: 59px;
}
.comp_penrotationcontainer .bottom {
  background-image: url(/CompositionStudio/img/generic/BottomPreview.png);
  cursor: pointer;
  height: 20px;
  margin-top: 13px;
  margin-left: 0;
  width: 59px;
}

/* PreviewDoc - END*/
/****************** Start Styles for Error PageNotFound.html***********************/
.error_404_container {
  max-width: 950px;
  height: auto;
  margin: 0 auto 0 auto;
  display: block;
  padding: 0 0 20px 0;
  text-align: center;
}
.error_404_container .htwo_error_404 {
  font-weight: bold;
  margin-bottom: 15px;
  color: #000;
  font-size: 2em;
  display: inline-block;
}

.hfour_error_404 {
  font-size: 1.1em;
  padding: 0 0 20px 0;
  display: block;
}

.link_container_error_404 {
  width: 40%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 0 15px;
  display: inline-block;
}

.left_margin_error_404 {
  margin: 0 0 0 10%;
  float: left;
}

ul.left_margin_error_404 {
  list-style: none;
  padding: 0;
  margin: 0 0 0 10%;
  text-align: left;
  width: 39%;
  float: left;
}

li.error_list_error_404 {
  margin: 0;
  padding: 0;
}

li.error_list_error_404 a {
  color: #024f9d;
  position: relative;
  top: -4px;
  font-size: 1.4em;
  padding-left: 2px;
}

span.bullet_error_404 {
  color: #024f9d;
  font-size: 2.25em;
  position: relative;
}

/* End Styles for Error PageNotFound.html

    /*Start Styles for Error.htm*/
.error_container_500 {
  margin: 0 auto;
  max-width: 450px;
}

img .error_logo_500 {
  max-width: 100%;
}

.logo_container_500 {
  margin: 75px auto 0 auto;
  width: 320px;
  display: block;
}

span.logo_text_500 {
  display: inline-block;
  color: #888;
  font-size: 13px;
  font-weight: 700;
  font-family: arial;
  letter-spacing: 0.3px;
  margin: 5px 0;
}

span.error_text_500 {
  display: block;
  letter-spacing: 0.3px;
  font-size: 17px;
}

li.error_list_500 {
  line-height: 0.8;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

span.bullet_500 {
  color: #024f9d;
  font-size: 2.25em;
  position: relative;
}

.list_text_500 {
  position: relative;
  top: -5px;
}

.number_container_500 {
  margin: 20px auto 0 auto;
  text-align: center;
}
.number_container_500 a {
  font-family: arial;
  font-size: 3em;
  color: #024f9d;
  text-decoration: none;
}

.copyright_notice_500 {
  color: #aaa;
  margin: 35px 0 0;
  text-align: center;
}
.copyright_notice_500 a {
  color: #2b3d61;
  text-decoration: none;
}
.copyright_notice_500 a a:hover {
  text-decoration: underline;
}

/*****************End Styles for Error.htm*********************/
/* Error Handling - START */
.errorText_span_red {
  color: #f00;
  display: none;
  font-size: 11px;
  text-align: left;
}

.errorTextbox {
  background-color: rgb(255, 176, 176);
  border: 1px solid #f00;
}

/* Error Handling - END */
/*****************Removed link_container_error_404 media queries**************/
@media screen and (max-width: 810px) {
  .link_container_error_404 {
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  .link_container_error_404 {
    width: 60%;
  }
}
@media screen and (max-width: 550px) {
  .link_container_error_404 {
    width: 70%;
  }
}
@media screen and (max-width: 470px) {
  .link_container_error_404 {
    width: 80%;
  }
}
@media screen and (max-width: 410px) {
  .link_container_error_404 {
    width: 90%;
  }
}
@media screen and (max-width: 370px) {
  .link_container_error_404 {
    width: 100%;
    padding: 0 0 0 2px;
  }
  .left_margin_error_404 {
    margin: 0 0 0 7%;
  }
}
/*****************Removed link_container_error_404 media queries end**************/
#expiredCoupon #couponContainer {
  margin: 20px auto;
  width: 100%;
}
#expiredCoupon h1 {
  color: #004f98;
  font-size: 22px;
  padding-left: 20px;
}
#expiredCoupon #continueShopping {
  float: left;
  width: 50%;
  padding: 20px;
  font-size: 15px;
}
#expiredCoupon #continueShopping .button_wrapper {
  margin-top: 23px;
}
#expiredCoupon #continueShopping .button_wrapper a {
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#expiredCoupon #continueShopping .button_wrapper .btn_advance {
  box-shadow: none;
  font-size: 16px;
  font-weight: bold;
  height: auto;
  line-height: normal;
}
#expiredCoupon #continueShopping .button_wrapper .btn_advance .btn_content, #expiredCoupon #continueShopping .button_wrapper .btn_advance .wishList .quickadd_but, .wishList #expiredCoupon #continueShopping .button_wrapper .btn_advance .quickadd_but {
  background-color: #004f98;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 7px;
  padding: 22px 66px;
}
#expiredCoupon .couponImage {
  width: 50%;
  height: 212px;
  background: url("/Amsterdam/pict/Expired-Coupon-APL.jpg") no-repeat;
  position: relative;
  float: left;
}
#expiredCoupon .couponImage .couponCode {
  position: absolute;
  top: 152px;
  left: 220px;
  font-size: 25px;
  font-weight: 600;
  color: #004f98;
}
#expiredCoupon #block_products {
  border-collapse: separate;
  border-spacing: 14px 0;
  clear: both;
  padding: 20px 0 40px;
  width: 100%;
}
#expiredCoupon #block_products th {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 20px solid #004f98;
  padding: 5px 0;
  text-align: center;
}
#expiredCoupon #block_products th a {
  color: #878787;
  font-size: 25px;
  font-weight: 400;
  text-decoration: none;
}
#expiredCoupon #block_products td {
  border: none;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
#expiredCoupon #block_products td img {
  height: auto;
  width: 100%;
}
#expiredCoupon #block_products td .product_rollover {
  background-color: rgba(0, 79, 152, 0.8);
  color: #fff;
  display: none;
  font-size: 17px;
  font-weight: 400;
  height: 100%;
  left: 0;
  line-height: normal;
  padding: 50px 15px;
  position: absolute;
  text-align: center;
  top: 0;
}
#expiredCoupon #block_products td .product_rollover .btn_advance .btn_content, #expiredCoupon #block_products td .product_rollover .btn_advance .wishList .quickadd_but, .wishList #expiredCoupon #block_products td .product_rollover .btn_advance .quickadd_but {
  background-color: #05a26b;
  background-image: none;
}
#expiredCoupon #block_products td .product_rollover .btn_advance .btn_content:hover, #expiredCoupon #block_products td .product_rollover .btn_advance .wishList .quickadd_but:hover, .wishList #expiredCoupon #block_products td .product_rollover .btn_advance .quickadd_but:hover {
  background-color: #00b436;
}
#expiredCoupon #block_products td:hover .product_rollover {
  display: block;
}
#expiredCoupon .category_main .product_container .product_image_container .product_image .category_thumb4 {
  height: auto;
  width: 98%;
}

#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;
  display: none;
  z-index: 10;
  position: relative;
  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, #main .divTopNav .content-nav .mega_warapper .topnavdrop .topnavcol li a .btn_advance .wishList .quickadd_but, .wishList #main .divTopNav .content-nav .mega_warapper .topnavdrop .topnavcol li a .btn_advance .quickadd_but {
  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;
}

/* Shipping Icons - START */
.shipIn2Days {
  background-image: url(/WindmillCanada/pict/APL_2Days.png);
  cursor: pointer;
  display: inline-block;
  height: 42px;
  margin: 0 0 0 7px;
  vertical-align: baseline;
  width: 42px;
}

.shipIn3Days {
  background-image: url(/WindmillCanada/pict/APL_3Days.png);
  cursor: pointer;
  display: inline-block;
  height: 42px;
  margin: 0 0 0 7px;
  vertical-align: baseline;
  width: 42px;
}

.shipIn4Days {
  background-image: url(/WindmillCanada/pict/APL_4Days.png);
  cursor: pointer;
  display: inline-block;
  height: 42px;
  margin: 0 0 0 7px;
  vertical-align: baseline;
  width: 42px;
}

/* Shipping Icons - END */
/* Icons - START */
.icon_home {
  height: 15px;
  vertical-align: text-top;
  width: 15px;
}

.icon_fullColor {
  background-image: url(/WindmillCanada/pict/icon_Fullcolor2020.png);
  display: inline-block;
  height: 27px;
  width: 50px;
  vertical-align: super;
}

/* Icons - END */
/* sprites - START */
#connectwithus {
  float: none;
  margin: 15px 0 0 -1px;
  overflow: auto;
  padding: 0;
  text-align: left;
}
#connectwithus a:last-child div {
  margin: 0;
}

.sprite_footer,
.sprite_proddetail {
  background: url("/Windmill/pict/iconsprite.png?v=1") no-repeat;
  color: #fff;
  font-size: 1px;
  text-decoration: none;
}
.sprite_footer.shf_icon_fb,
.sprite_proddetail.shf_icon_fb {
  background-position: -10px -10px;
  cursor: pointer;
  float: left;
  height: 35px;
  margin: 0 7px 0 0;
  padding: 0;
  width: 35px;
}
.sprite_footer.shf_icon_tw,
.sprite_proddetail.shf_icon_tw {
  background-position: -52px -10px;
  cursor: pointer;
  float: left;
  height: 35px;
  margin: 0 7px 0 0;
  padding: 0;
  width: 35px;
}
.sprite_footer.shf_icon_gplus,
.sprite_proddetail.shf_icon_gplus {
  background-position: -94px -10px;
  cursor: pointer;
  float: left;
  height: 35px;
  margin: 0 7px 0 0;
  padding: 0;
  width: 35px;
}
.sprite_footer.shf_icon_li,
.sprite_proddetail.shf_icon_li {
  background-position: -135px -10px;
  cursor: pointer;
  float: left;
  height: 35px;
  margin: 0 7px 0 0;
  padding: 0;
  width: 35px;
}
.sprite_footer.shf_icon_yt,
.sprite_proddetail.shf_icon_yt {
  background-position: -177px -10px;
  cursor: pointer;
  float: left;
  height: 35px;
  margin: 0 7px 0 0;
  padding: 0;
  width: 35px;
}
.sprite_footer.shf_icon_p,
.sprite_proddetail.shf_icon_p {
  background-position: -219px -10px;
  cursor: pointer;
  float: left;
  height: 35px;
  margin: 0 7px 0 0;
  padding: 0;
  width: 35px;
}
.sprite_footer.shf_icon_wordpress,
.sprite_proddetail.shf_icon_wordpress {
  background-position: -261px -10px;
  cursor: pointer;
  float: left;
  height: 35px;
  margin: 0 7px 0 0;
  padding: 0;
  width: 35px;
}

.shf_icon_email {
  cursor: pointer;
  float: left;
  margin: 0 7px 0 0;
  padding: 0;
}

.shf_icon_print {
  cursor: pointer;
  float: left;
  margin: 0 7px 0 0;
  padding: 0;
}

.sprite_proddetail.shf_icon_fb {
  background-position: -10px -55px;
  height: 27px;
  width: 27px;
}
.sprite_proddetail.shf_icon_tw {
  background-position: -43px -55px;
  height: 27px;
  width: 27px;
}
.sprite_proddetail.shf_icon_p {
  background-position: -175px -55px;
  height: 27px;
  width: 27px;
}
.sprite_proddetail.shf_icon_gplus {
  background-position: -76px -55px;
  height: 27px;
  width: 27px;
}
.sprite_proddetail.shf_icon_email {
  background-position: -241px -55px;
  height: 27px;
  width: 27px;
}
.sprite_proddetail.shf_icon_print {
  background-position: -274px -55px;
  height: 27px;
  width: 27px;
}

.sf_bbb {
  background-position: -183px -92px;
  cursor: pointer;
  float: left;
  height: 43px;
  margin: 0;
  width: 113px;
}

/* sprites - END */
/* Login Page - START */
.signin_register .heading {
  background-color: #ededed;
}
.signin_register .content {
  max-width: 955px;
  margin: 0 auto;
}
.signin_register .signin_register_flex {
  display: flex;
}
.signin_register .signin_register_flex > div {
  width: 50%;
}
.signin_register .signin_register_flex > div p:first-of-type {
  margin-top: 0;
}
.signin_register h1 {
  padding: 20px 0;
}
.signin_register h2 {
  font-size: 1.3em;
  margin-bottom: 5px;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.signin_register label {
  display: block;
  font-weight: bold;
  margin-top: 10px;
}
.signin_register input[type=text], .signin_register input[type=password] {
  width: 65%;
  height: 30px;
}
.signin_register input {
  border-radius: 5px;
  border: 1px solid #aaa;
  height: auto;
  width: auto;
}
.signin_register .btn_check_flex {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  width: 65%;
}
.signin_register .button {
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  padding: 10px 10px;
  text-decoration: none;
  transition: all 0.25s ease;
}
.signin_register .button.primary {
  background-color: #e84784;
  color: #fff;
}
.signin_register .button.primary:hover {
  text-decoration: none;
  filter: brightness(0.9);
}
.signin_register p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.signin_register .link-requirements {
  float: left;
  margin-top: 10px;
}
.signin_register .lblpassword {
  float: left;
  width: 38%;
}

.normallogin_page_wrapper h1 {
  color: #000;
  font-size: 27px;
  margin-bottom: 30px;
}
.normallogin_page_wrapper h2 {
  color: #000;
  font-size: 20px;
  margin: 0;
  padding: 0;
}
.normallogin_page_wrapper input {
  border: 1px solid #aaa;
  height: 28px;
  width: 60%;
}
.normallogin_page_wrapper #normalloginforms .twocolumns {
  float: left;
  margin: 0;
  width: 45%;
  background-color: #E6E7E8;
  min-height: 260px;
}
.normallogin_page_wrapper #normalloginforms .onecolumn {
  float: left;
  width: 5%;
  text-align: center;
  line-height: 240px;
  font-size: 22px;
}
.normallogin_page_wrapper #normalloginforms .button, .normallogin_page_wrapper #normalloginforms .inputbtn, .normallogin_page_wrapper #normalloginforms .login_btn_ContinueToRegistration {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #024F9D;
  border: none;
  border-radius: 7px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin: 5px 15px 0;
  overflow: hidden;
  padding: 12px 40px 30px 40px;
  width: auto;
}
.normallogin_page_wrapper #normalloginforms .returning_customers {
  margin: 20px 50px 0 15px;
}
@media (min-width: 950px) {
  .normallogin_page_wrapper #normalloginforms .returning_customers {
    margin-right: 25px;
  }
}
.normallogin_page_wrapper #normalloginforms .returning_customers .label {
  margin: 15px 0 0;
}
.normallogin_page_wrapper #normalloginforms .returning_customers .inputbtn {
  float: right;
  margin-top: 20px;
  margin-right: 0;
}
.normallogin_page_wrapper #normalloginforms .returning_customers .forgot_pw {
  float: right;
  margin: 30px 10px 0 0;
  text-align: right;
  width: 100px;
}
.normallogin_page_wrapper #normalloginforms .returning_customers .keepmesignedin {
  clear: both;
  float: right;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: left;
  width: 124px;
}
.normallogin_page_wrapper #normalloginforms .returning_customers .keepmesignedin input {
  height: auto;
  margin: 0 5px 0 0;
  width: auto;
}
.normallogin_page_wrapper #normalloginforms .new_online_customers {
  /*border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;*/
  padding: 20px 0 30px 20px;
}
.normallogin_page_wrapper #normalloginforms .new_online_customers .login_btn_ContinueToRegistration {
  background-image: none;
  margin: 15px 0 0;
  position: initial;
}
.normallogin_page_wrapper #normalloginforms .new_online_customers .new_online_info {
  padding-bottom: 3px;
  margin-left: 86px;
  font-size: 13px;
}
.normallogin_page_wrapper #normalloginforms .activateAccountLogin {
  background-image: none;
  border-left: 1px solid #dedede;
  clear: both;
  float: left;
  height: auto;
  margin: 0;
  padding: 50px 0 0 20px;
  width: auto;
}
.normallogin_page_wrapper #normalloginforms .activateAccountLogin a {
  display: inline-block;
  margin: 15px 0 0;
  padding: 0;
}

.ordertracking_wrapper .OrderStatus_Breadcrumbs {
  background-color: #FFF;
  margin: 0;
}
.ordertracking_wrapper .OrderStatus_Breadcrumbs table {
  border: 0 solid #808080;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.ordertracking_wrapper .OrderStatus_Breadcrumbs td {
  border: 0 solid #808080;
  padding: 0;
}
.ordertracking_wrapper .OrderStatus_Breadcrumbs h3 {
  color: #727272;
  margin: 0;
}
.ordertracking_wrapper .OrderStatus_Breadcrumbs span {
  color: #F6931E;
}
.ordertracking_wrapper .OrderStatus_Breadcrumbs a {
  color: #187AD3;
  margin: 0;
}
.ordertracking_wrapper .OrderTracking_OptionPanel {
  background-color: #FFF;
  margin: 10px 0 0;
}
.ordertracking_wrapper .OrderTracking_LoginPanel {
  border-right: 2px solid #DDDCDC;
  float: left;
  margin: 0;
  width: 398px;
}
.ordertracking_wrapper .OrderTracking_PanelCaption {
  color: #727272;
  font-weight: bold;
  height: 56px;
  margin: 0 0 0 30px;
}
.ordertracking_wrapper .OrderTracking_PanelCaption h4 {
  color: #F6931E;
  margin: 0;
}
.ordertracking_wrapper .OrderTracking_PanelCaption span {
  color: #CD1313;
}
.ordertracking_wrapper .OrderTracking_LoginContainer {
  margin: 0 30px;
}
.ordertracking_wrapper .OrderTracking_TrackPanel {
  float: left;
  margin: 0;
  width: 400px;
}
.ordertracking_wrapper .OrderTracking_TrackConditionContainer {
  margin: 0 30px;
}
.ordertracking_wrapper .OrderTracking_TrackConditionContainer table {
  border: 0 solid #959494;
  border-collapse: collapse;
  border-spacing: 0;
  color: #727272;
  margin: 0;
  width: 100%;
}
.ordertracking_wrapper .OrderTracking_TrackConditionContainer td {
  border: 0 solid #959494;
  padding: 5px;
}
.ordertracking_wrapper .OrderTracking_TrackConditionContainer td.LabelCell {
  text-align: right;
  white-space: nowrap;
  width: 1%;
}
.ordertracking_wrapper .OrderTracking_TrackConditionContainer td.ButtonCell {
  text-align: right;
}
.ordertracking_wrapper .OrderTracking_TrackCondition_Textbox {
  background-color: #DDDCDC;
  border: 0 none #959494;
  color: #727272;
  font-size: 16px;
  font-weight: bold;
  height: 26px;
  width: 100%;
}
.ordertracking_wrapper .OrderTracking_Btn_CheckStatus {
  background-attachment: scroll;
  background-color: transparent;
  background-image: url("/WindmillCanada/pict/checkstatus_btn.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  height: 46px;
  margin: 0;
  overflow: hidden;
  width: 152px;
}
.ordertracking_wrapper .checkoutLogin_loginButton {
  background: url("/WindmillCanada/pict/login_btn.png") no-repeat 0 0;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  height: 44px;
  margin: 0 20px 0 20px;
  width: 114px;
}
.ordertracking_wrapper .OrderTracking_ResultPanel {
  background-color: #FFF;
  margin: 5px 0 0;
}
.ordertracking_wrapper .OrderTracking_TrackAgainBtnContainer {
  margin: 5px 0 0;
}
.ordertracking_wrapper .OrderTracking_TrackAgainBtnContainer a {
  color: #187AD3;
  font-weight: bold;
}

/* Login Page - END */
/*Start - Password requirements*/
.form-group.password {
  position: relative;
}

.form-group.password > .link-requirements {
  position: absolute;
  top: 20px;
  right: 0;
}

.form-group.password > .link-requirements.top0 {
  top: 0;
}

h4.password-requirements {
  color: black;
  font-weight: bold;
}

h4.password-requirements.center-text {
  text-align: center;
}

ul.password-requirements-list {
  padding-left: 0;
}

ul.password-requirements-list li {
  list-style-type: none;
  line-height: 18px;
}

ul.password-requirements-list li:before {
  content: "●";
  min-width: 16px;
  display: inline-block;
}

ul.password-requirements-list > li > ul.password-requirements-chars > li.password-requirements-chars-spec > span {
  display: inline-block;
  vertical-align: top;
}

body.password-length-valid li.password-requirements-length:before,
body.password-chars-valid li.password-requirements-chars:before,
body.password-uppercase-valid li.password-requirements-chars-upper:before,
body.password-lowercase-valid li.password-requirements-chars-lower:before,
body.password-number-valid li.password-requirements-chars-number:before,
body.password-spec-valid li.password-requirements-chars-spec:before {
  content: "✔";
  color: green;
}

body.password-length-valid li.password-requirements-length,
body.password-chars-valid li.password-requirements-chars > span,
body.password-uppercase-valid li.password-requirements-chars-upper,
body.password-lowercase-valid li.password-requirements-chars-lower,
body.password-number-valid li.password-requirements-chars-number,
body.password-spec-valid li.password-requirements-chars-spec {
  color: green;
}

body.password-length-invalid li.password-requirements-length,
body.password-length-invalid li.password-requirements-length:before,
body.password-chars-invalid li.password-requirements-chars:before,
body.password-chars-invalid li.password-requirements-chars > span,
body.password-uppercase-invalid:not(.password-chars-valid) li.password-requirements-chars-upper,
body.password-lowercase-invalid:not(.password-chars-valid) li.password-requirements-chars-lower,
body.password-number-invalid:not(.password-chars-valid) li.password-requirements-chars-number,
body.password-spec-invalid:not(.password-chars-valid) li.password-requirements-chars-spec {
  color: red;
}

/*End - Password requirements*/
/*Start - CheckoutLogin.css*/
/** Classes of CheckoutLogin - Begin **/
.checkoutLogin_container {
  margin: 0;
}

.checkoutLogin_panel {
  background-image: -ms-linear-gradient(top, #f2f3f4 0%, #d8d9da 100%);
  background-image: -moz-linear-gradient(top, #f2f3f4 0%, #d8d9da 100%);
  background-image: -o-linear-gradient(top, #f2f3f4 0%, #d8d9da 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2f3f4), color-stop(1, #d8d9da));
  background-image: -webkit-linear-gradient(top, #f2f3f4 0%, #d8d9da 100%);
  background-image: linear-gradient(to bottom, #f2f3f4 0%, #d8d9da 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#f2f3f4", endColorstr="#d8d9da");
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f2f3f4', endColorstr='#d8d9da')";
  border: solid 1px #999;
  font-family: "Trebuchet MS", Verdana, Arial, helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
}

.checkoutLogin_panel table {
  border: solid 0 #C0C0C0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 12px;
  width: 100%;
}

.checkoutLogin_panel td {
  border: solid 0 #C0C0C0;
  height: 25px;
  padding: 5px;
}

.checkoutLogin_panel td.leftAlignAutoWidthCell {
  text-align: left;
  white-space: nowrap;
  width: 1%;
}

.checkoutLogin_panel td.rightAlignAutoWidthCell {
  text-align: right;
  white-space: nowrap;
  width: 1%;
}

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

.checkoutLogin_panel h3 {
  color: #fc5a0f;
  font-size: 15px;
  font-weight: bold;
  margin: 5px 0 5px 5px;
}

.checkoutLogin_panel h4 {
  color: #474747;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px;
}

.checkoutLogin_panel ul {
  list-style-type: none;
  margin: 5px 0;
  padding-left: 75px;
}

.checkoutLogin_autoWidthTextbox {
  border: solid 1px #C0C0C0;
  color: #303030;
  width: 100%;
}

.checkoutLogin_fixedWidthTextbox {
  border: solid 1px #C0C0C0;
  color: #303030;
  font-family: Trebuchet MS;
  font-size: 15px;
  font-weight: bold;
  height: 25px;
  width: 180px;
}

.checkoutLogin_rememberMeCheckBox {
  margin: 0 12px 0 0;
}

.checkoutLogin_passiveLoginPwdLabel {
  margin: 0 0 0 21px;
}

.checkoutLogin_loginButton {
  background: url("/WindmillCanada/pict/login_btn.png") no-repeat 0 0;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  height: 44px;
  margin: 0 0 0 10px;
  width: 114px;
}

.checkoutLogin_nextStepButton {
  background: url("/WindmillCanada/pict/but_blue_nextstep.gif") no-repeat 0 0;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  height: 37px;
  width: 126px;
}

.checkoutLogin_submitButton {
  background: url("/WindmillCanada/pict/btn_submit.gif") no-repeat 0 0;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  height: 33px;
  width: 115px;
}

.recovery-email {
  height: 38px;
  max-width: 280px;
}

/** Classes of CheckoutLogin - End **/
/* Out of Stock - START */
.item_wrapper.inline_block {
  display: inline-block;
  margin-left: 5px;
}
.item_wrapper div.outofstock_icon {
  background-image: url("/WindmillCanada/pict/out-of-stock-icon-sm.png");
  display: inline-block;
  height: 16px;
  vertical-align: text-bottom;
  width: 16px;
}
.item_wrapper div.outofstock_icon.with_left_margin {
  margin-left: 3px;
}
.item_wrapper div.outofstock_icon.valign_text_top {
  vertical-align: text-top;
}
.item_wrapper span.outofstock_text {
  color: #f17520;
  font-size: 12px;
  font-weight: 700;
}
.item_wrapper span.soldout_text {
  color: #f00;
  font-size: 12px;
  font-weight: 700;
}

.outofstock_icon_sm {
  background-image: url("/WindmillCanada/pict/out-of-stock-icon-sm.png");
  height: 16px;
  width: 16px;
}
.outofstock_icon_sm.for_cart_item {
  display: inline-block;
  vertical-align: text-bottom;
}

.outofstock_icon_lg {
  background-image: url("/WindmillCanada/pict/out-of-stock-icon-lg.png");
  height: 30px;
  width: 30px;
}

.outofstock_footnote {
  border-collapse: collapse;
  display: table;
}
.outofstock_footnote.for_cart_item {
  float: left;
  margin-bottom: 15px;
}
.outofstock_footnote div.icon {
  display: table-cell;
  vertical-align: middle;
}
.outofstock_footnote.for_product_detail {
  float: right;
  margin-top: 10px;
}
.outofstock_footnote.for_bom_question {
  margin-top: 10px;
}
.outofstock_footnote.for_bom_question_popup {
  border-collapse: separate;
  border-top: 1px solid #c2c2c2;
  margin: 15px;
  padding: 15px 5px 3px;
}
.outofstock_footnote div.text, .outofstock_footnote div.text_lg {
  font-size: 18px;
  color: #f17520;
  display: table-cell;
  font-weight: 700;
  padding-left: 5px;
  vertical-align: middle;
}
.outofstock_footnote div.text {
  font-size: 12px;
}
.outofstock_footnote div.soldout_text {
  font-size: 18px;
  color: #f00;
  display: table-cell;
  font-weight: 700;
  padding-left: 5px;
  vertical-align: middle;
}

/* Out of Stock - END */
/* 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, .popupContainer .popup .content .btn_progress #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .popupContainer .popup .content .btn_progress .quickadd_but, .popupContainer .popup .content .btn_progress .wishList .quickadd_but, .wishList .popupContainer .popup .content .btn_progress .quickadd_but {
  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, .popupContainer .popup .content .btn_cancel #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .popupContainer .popup .content .btn_cancel .quickadd_but, .popupContainer .popup .content .btn_cancel .wishList .quickadd_but, .wishList .popupContainer .popup .content .btn_cancel .quickadd_but {
  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, .popupContainer .popup .btn_close #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .popupContainer .popup .btn_close .quickadd_but, .popupContainer .popup .btn_close .wishList .quickadd_but, .wishList .popupContainer .popup .btn_close .quickadd_but {
  background-color: transparent !important;
}
.popupContainer .popup .btn_close .btn_content, .popupContainer .popup .btn_close #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .popupContainer .popup .btn_close .quickadd_but, .popupContainer .popup .btn_close .wishList .quickadd_but, .wishList .popupContainer .popup .btn_close .quickadd_but {
  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, .popup_sample .close_popup #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .popup_sample .close_popup .quickadd_but, .popup_sample .close_popup .wishList .quickadd_but, .wishList .popup_sample .close_popup .quickadd_but {
  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, #shoppingcart_layout .freeItemPopup .btn_close .wishList .quickadd_but, #shoppingcart_layout .wishList .freeItemPopup .btn_close .quickadd_but, .wishList #shoppingcart_layout .freeItemPopup .btn_close .quickadd_but {
  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, .pd_desc_popupContainer .pd_desc_popup .btn_close #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .pd_desc_popupContainer .pd_desc_popup .btn_close .quickadd_but, .pd_desc_popupContainer .pd_desc_popup .btn_close .wishList .quickadd_but, .wishList .pd_desc_popupContainer .pd_desc_popup .btn_close .quickadd_but {
  background-color: transparent !important;
}
.pd_desc_popupContainer .pd_desc_popup .btn_close .btn_content, .pd_desc_popupContainer .pd_desc_popup .btn_close #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .pd_desc_popupContainer .pd_desc_popup .btn_close .quickadd_but, .pd_desc_popupContainer .pd_desc_popup .btn_close .wishList .quickadd_but, .wishList .pd_desc_popupContainer .pd_desc_popup .btn_close .quickadd_but {
  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, .pd_addtocartdiv .addtocart #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .pd_addtocartdiv .addtocart .quickadd_but, .pd_addtocartdiv .addtocart .wishList .quickadd_but, .wishList .pd_addtocartdiv .addtocart .quickadd_but {
  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, .pd_addtocartdiv .addtocart #shoppingcart_layout .wishList .quickadd_but .btn_subtxt, #shoppingcart_layout .wishList .pd_addtocartdiv .addtocart .quickadd_but .btn_subtxt, .pd_addtocartdiv .addtocart .wishList .quickadd_but .btn_subtxt, .wishList .pd_addtocartdiv .addtocart .quickadd_but .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, .popup_saveItem .close_popup #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .popup_saveItem .close_popup .quickadd_but, .popup_saveItem .close_popup .wishList .quickadd_but, .wishList .popup_saveItem .close_popup .quickadd_but {
  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, .versesPopContainer .versePop .btn_close #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .versesPopContainer .versePop .btn_close .quickadd_but, .versesPopContainer .versePop .btn_close .wishList .quickadd_but, .wishList .versesPopContainer .versePop .btn_close .quickadd_but {
  background-color: transparent !important;
}
.versesPopContainer .versePop .btn_close .btn_content, .versesPopContainer .versePop .btn_close #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .versesPopContainer .versePop .btn_close .quickadd_but, .versesPopContainer .versePop .btn_close .wishList .quickadd_but, .wishList .versesPopContainer .versePop .btn_close .quickadd_but {
  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, [popup] > .box > .top-right-circle-hex #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList [popup] > .box > .top-right-circle-hex .quickadd_but, [popup] > .box > .top-right-circle-hex .wishList .quickadd_but, .wishList [popup] > .box > .top-right-circle-hex .quickadd_but {
  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, [popup=fixed] > .box > .top-right-circle-hex #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList [popup=fixed] > .box > .top-right-circle-hex .quickadd_but, [popup=fixed] > .box > .top-right-circle-hex .wishList .quickadd_but, .wishList [popup=fixed] > .box > .top-right-circle-hex .quickadd_but {
  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, #popExpiredCoupon .content .expiredCoupon_popup .wishList .quickadd_but, .wishList #popExpiredCoupon .content .expiredCoupon_popup .quickadd_but {
  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, #upsell_popupcontainer .btn_close .wishList .quickadd_but, .wishList #upsell_popupcontainer .btn_close .quickadd_but {
  background-color: transparent !important;
}
#upsell_popupcontainer .btn_close .btn_content, #upsell_popupcontainer .btn_close .wishList .quickadd_but, .wishList #upsell_popupcontainer .btn_close .quickadd_but {
  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, .popupContainer .qty_popup_container .btn_close #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .popupContainer .qty_popup_container .btn_close .quickadd_but, .popupContainer .qty_popup_container .btn_close .wishList .quickadd_but, .wishList .popupContainer .qty_popup_container .btn_close .quickadd_but {
  background-color: transparent !important;
}

.popupContainer .qty_popup_container .btn_close .btn_content, .popupContainer .qty_popup_container .btn_close #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .popupContainer .qty_popup_container .btn_close .quickadd_but, .popupContainer .qty_popup_container .btn_close .wishList .quickadd_but, .wishList .popupContainer .qty_popup_container .btn_close .quickadd_but {
  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 */
.quote-dialog {
  position: fixed;
  right: 0;
  top: 0;
  width: 460px !important;
  height: 100% !important;
  margin: 0;
  padding: 40px 30px 10px 30px;
  overflow: hidden;
  z-index: 1001;
  border: 0 !important;
  font-size: 1em;
}
.quote-dialog .quote-titlebar {
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: space-between;
}
.quote-dialog .quote-titlebar h1 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
  color: #343638;
}
.quote-dialog .quote-titlebar .ui-dialog-titlebar-close, .quote-dialog .quote-titlebar .ui-dialog-titlebar-back {
  background: none;
  border: none;
  width: 32px;
  height: 32px;
  position: relative;
  margin: 0;
  padding: 0;
  right: 0;
  top: 0;
}
.quote-dialog .quote-body {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-top: 16px;
  padding: 0;
  height: calc(100% - 50px) !important;
  padding-right: 20px;
}
.quote-dialog .quote-body h2 {
  color: #00263E;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
.quote-dialog .quote-body .itemNumber {
  color: #343638;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.035px;
}
.quote-dialog .quote-body .required-label {
  color: #343638;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.035px;
}
.quote-dialog .quote-body .required {
  color: #BE461E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.035px;
}
.quote-dialog .quote-body .price-section {
  width: 100%;
}
.quote-dialog .quote-body .price-section .title-section {
  display: flex;
  align-items: center;
}
.quote-dialog .quote-body .price-section .title-section .title {
  color: #00263E;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.035px;
}
.quote-dialog .quote-body .price-section .title-section .toggle-button {
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.quote-dialog .quote-body .price-section .content {
  display: none;
  width: 100%;
}
.quote-dialog .quote-body .price-section .content .pricing-table {
  width: 100% !important;
  border-collapse: collapse;
  margin-top: 10px;
}
.quote-dialog .quote-body .price-section .content .pricing-table .normalPricing {
  text-decoration: auto !important;
}
.quote-dialog .quote-body .price-section .content .pricing-table .trRegularTotalClass, .quote-dialog .quote-body .price-section .content .pricing-table .trSaleTotalClass {
  display: none;
}
.quote-dialog .quote-body .price-section .content .pricing-table th, .quote-dialog .quote-body .price-section .content .pricing-table td {
  padding: 10px;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.quote-dialog .quote-body .price-section .content .pricing-table th {
  background-color: #F0F1F2;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #00263E;
}
.quote-dialog .quote-body .price-section .content .pricing-table td:nth-child(1) {
  color: #00263E;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.quote-dialog .quote-body .price-section .content .pricing-table .linePricing {
  text-decoration: line-through;
}
.quote-dialog .quote-body .price-section .content .pricing-table td:nth-child(4) {
  color: #b30000;
}
.quote-dialog .quote-body .price-section .content .pricing-table td:nth-child(6) {
  color: #1A6600;
}
.quote-dialog .quote-body .quantity-section {
  width: 100%;
}
.quote-dialog .quote-body .imprint-option-section .imprint-option {
  display: flex;
  align-items: center;
  height: 32px;
}
.quote-dialog .quote-body .imprint-option-section .imprint-option .input-label {
  margin-left: 5px;
}
.quote-dialog .quote-body .imprint-option-section .imprint-option .input-label .form-label {
  display: inline;
  color: #343638;
  cursor: pointer;
}
.quote-dialog .quote-body .coupon-section {
  width: 100%;
}
.quote-dialog .quote-body .zip-code-section {
  width: 100%;
}
.quote-dialog .quote-body .shipping-method-section {
  width: 100%;
  display: none;
}
.quote-dialog .quote-body .shipping-method-section .select {
  position: relative;
}
.quote-dialog .quote-body .shipping-method-section .select .select-text {
  cursor: pointer;
}
.quote-dialog .quote-body .shipping-method-section .select .select-options {
  border: 1px solid #c1c1c1;
  background: #ffffff;
  border-top: none;
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  padding-left: 0px;
  list-style: none;
}
.quote-dialog .quote-body .shipping-method-section .select .select-options .select-option {
  list-style: none;
  height: 28px;
  line-height: 28px;
  padding-left: 10px;
  cursor: pointer;
}
.quote-dialog .quote-body .shipping-method-section .select .select-options .select-option:hover {
  background: #0074e8;
  color: #fff;
}
.quote-dialog .quote-body .shipping-method-section .select .arrow {
  bottom: -16px;
  height: 16px;
  position: absolute;
  margin-left: -35px;
  top: 15px;
  left: 94% !important;
  overflow: hidden;
  width: 50px !important;
}
.quote-dialog .quote-body .shipping-method-section .select .arrow:after {
  background: white;
  border: 1px solid #051937;
  box-shadow: 0 0 15px -5px #aaa;
  content: "";
  height: 22px;
  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: 22px;
}
.quote-dialog .quote-body .step1 {
  width: 100%;
}
.quote-dialog .quote-body .step3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.quote-dialog .quote-body .step3 .name-section {
  width: 100%;
}
.quote-dialog .quote-body .step3 .email-section {
  width: 100%;
}
.quote-dialog .quote-body .step3 .recipient-title {
  color: #00263E;
  /* Title/Medium */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: 0.024px;
}
.quote-dialog .quote-body .step3 .remove-recipient {
  color: #343638;
  /* Body/Medium */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.035px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.quote-dialog .quote-body .step3 .recipient-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.quote-dialog .quote-body .step3 .add-more-section {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.quote-dialog .quote-body .step3 .add-more-section .add-more-email {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.quote-dialog .quote-body .step3 .register-section {
  display: none;
  align-items: baseline;
  width: 100%;
}
.quote-dialog .quote-body .step3 .register-section label {
  margin-left: 5px;
}
.quote-dialog .quote-body .step3 .send-email-section {
  width: 100%;
}
.quote-dialog .quote-body .step3 .send-message {
  color: red;
  width: 100%;
}
.quote-dialog .quote-body .btn-navy {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 10px;
  background: #00263E;
  cursor: pointer;
  color: #fff;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.035px;
  font-family: "Poppins", sans-serif;
}
.quote-dialog .quote-body .form-label {
  color: #00263E;
  /* Label/Large */
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.014px;
  display: block;
  margin-bottom: 4px;
}
.quote-dialog .quote-body .form-helper {
  color: #343638;
  /* Body/Small */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 123.077% */
  letter-spacing: 0.052px;
  display: block;
  margin-bottom: 4px;
}
.quote-dialog .quote-body .form-input {
  color: #343638;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.035px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 8px;
  width: 100%;
  height: 40px;
  margin-bottom: 4px;
}
.quote-dialog .quote-body .form-input::placeholder, .quote-dialog .quote-body .form-input .placeholder {
  color: #343638;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.035px;
  opacity: 0.7;
}
.quote-dialog .quote-body .invalid-input {
  border: 2px solid #b50024;
}
.quote-dialog .quote-body .error-message {
  background-color: #f8cad0;
  color: #b50024;
  align-items: center;
  border-radius: 8px;
  border-width: 0;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 16px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: center;
}
.quote-dialog .quote-body .step2 {
  width: 100%;
}
.quote-dialog .quote-body .step4 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.quote-dialog .quote-body .step4 .send-email-section {
  width: 100%;
}
.quote-dialog .quote-body .hidden {
  display: none !important;
}
.quote-dialog .quote-body .disabled {
  opacity: 0.5;
}
.quote-dialog .quote-body .summary-section {
  display: flex;
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  background: #F0F1F2;
  gap: 8px;
  color: #343638;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.035px;
}
.quote-dialog .quote-body .summary-section .product-price {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.quote-dialog .quote-body .summary-section .crossedout {
  text-decoration: line-through;
}
.quote-dialog .quote-body .summary-section .discount {
  color: #b30000;
}
.quote-dialog .quote-body .summary-section .coupon-code {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.quote-dialog .quote-body .summary-section .coupon-code .code-section {
  display: flex;
  flex-direction: column;
}
.quote-dialog .quote-body .summary-section .coupon-code .code-section .code-note {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 123.077% */
  letter-spacing: 0.052px;
}
.quote-dialog .quote-body .summary-section .coupon-code .code-section .code-desc {
  color: #256A2E;
  /* Body/Small */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 123.077% */
  letter-spacing: 0.052px;
}
.quote-dialog .quote-body .summary-section .coupon-code .saved-amount {
  color: #256A2E;
  margin-left: 15px;
}
.quote-dialog .quote-body .summary-section .imprint-charge {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.quote-dialog .quote-body .summary-section .imprint-charge .charge-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.quote-dialog .quote-body .summary-section .shipping {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.quote-dialog .quote-body .summary-section .auto-item {
  padding-left: 90px;
}
.quote-dialog .quote-body .note-section {
  color: #343638;
  /* Body/Small */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 123.077% */
  letter-spacing: 0.052px;
}
.quote-dialog .quote-body .contact-section {
  color: #343638;
  /* Body/Medium */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.035px;
}
.quote-dialog .quote-body .contact-section .service-number {
  font-weight: 600;
}
.quote-dialog .quote-body .total-section {
  color: #00263E;
  /* Body/Large Bold */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: 0.08px;
  width: 100%;
  text-align: center;
}
.quote-dialog .quote-body .btn-personalize {
  display: block;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 10px;
  background: #AC154F;
  color: #fff;
  width: 100%;
  border: 0;
  text-align: center;
  line-height: 20px;
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.035px;
  font-family: "Poppins", sans-serif;
}
.quote-dialog .quote-body .btn-personalize:hover {
  text-decoration: none;
}
.quote-dialog .quote-body .btn-email-quote {
  display: flex;
  height: 44px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 10px;
  border: 2px solid #00263E;
  background: #FFF;
  width: 100%;
  cursor: pointer;
  line-height: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.035px;
  font-family: "Poppins", sans-serif;
}

/* 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 */
/* Swatches - START */
.click_swatch_txt {
  font-weight: 700;
  font-size: 10px;
}

.viewLarge_swatches {
  height: 80px;
  left: 100px;
  position: absolute;
  top: 20px;
  width: 500px;
}

.viewLarge_swatches_text1 {
  font-size: 15px;
  font-weight: bold;
}

.swatches,
.gsa_swatches {
  margin-bottom: 5px;
  overflow: hidden;
}
.swatches .swatch_color,
.gsa_swatches .swatch_color {
  background-color: #fff;
  height: 100%;
  width: 100%;
  background-size: contain;
}
.swatches .swatch_color a,
.gsa_swatches .swatch_color a {
  display: inline-block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.swatches .empty_swatch,
.gsa_swatches .empty_swatch {
  display: inline-block;
  float: left;
  height: 27px;
  margin: 5px 5px 5px 0;
  padding: 1px;
  width: 27px;
  box-sizing: border-box;
}
.swatches .swatch_more,
.gsa_swatches .swatch_more {
  background-color: white;
  border: 1px solid #d7d3d4;
  display: inline-block;
  float: left;
  height: 27px;
  margin: 1px 0 5px 1px;
  padding: 5px 2px;
  min-width: 27px;
  box-sizing: border-box;
}
.swatches .swatch_morecolor,
.gsa_swatches .swatch_morecolor {
  width: 200px;
}
.swatches .swatch_container,
.gsa_swatches .swatch_container {
  background-color: #fff;
  border: 1px solid #d7d3d4;
  display: inline-block;
  float: left;
  height: 27px;
  margin: 1px 0 5px 1px;
  padding: 1px;
  width: 27px;
  box-sizing: border-box;
}
.swatches .swatch_container:nth-child(10n+11),
.gsa_swatches .swatch_container:nth-child(10n+11) {
  margin-left: 0;
}
.swatches .swatch_container.highlight,
.gsa_swatches .swatch_container.highlight {
  border-color: blue;
}
.swatches .swatch_container .swatches_h,
.gsa_swatches .swatch_container .swatches_h {
  height: 25px;
}
.swatches .swatch_container1,
.gsa_swatches .swatch_container1 {
  background-color: #fff;
  border: 1px solid transparent;
  display: inline-block;
  float: left;
  height: 20px;
  margin: 1px 0 5px 1px;
  padding: 1px;
  width: 20px;
}
.swatches .swatch_container1:first-child,
.gsa_swatches .swatch_container1:first-child {
  margin-left: 0;
}
.swatches .swatch_container1 .swatch_color,
.gsa_swatches .swatch_container1 .swatch_color {
  border: 1px solid #d7d3d4;
}
.swatches .swatch_container_ellipsis,
.gsa_swatches .swatch_container_ellipsis {
  border: 1px solid transparent;
  margin-left: 3px;
}
.swatches .swatch_container_ellipsis .ellipse,
.gsa_swatches .swatch_container_ellipsis .ellipse {
  color: #999;
  cursor: default;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
}
.swatches .swatch_container_margin_first,
.gsa_swatches .swatch_container_margin_first {
  margin: 5px 5px 5px 0;
}
.swatches .swatch_container_margin, .swatches .gsa_swatch_container_margin,
.gsa_swatches .swatch_container_margin,
.gsa_swatches .gsa_swatch_container_margin {
  margin: 5px 5px 5px 0;
}

/* Swatches - END */
.pricingTable_Container {
  white-space: nowrap;
  text-transform: uppercase;
  border-top: 1px solid #d2d2d2;
  margin: 10px 0 10px 0;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
}
.pricingTable_Container th {
  border-bottom: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  font-weight: 700;
  text-align: left;
}
.pricingTable_Container td {
  border-bottom: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  font-size: 13px;
}
.pricingTable_Container tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.pricingTable_Container .sale th, .pricingTable_Container .sale td, .pricingTable_Container .clearance th, .pricingTable_Container .clearance td, .pricingTable_Container .everydayDeal th, .pricingTable_Container .everydayDeal td, .pricingTable_Container .freeQty th, .pricingTable_Container .freeQty td {
  color: red;
}
.pricingTable_Container .savings th, .pricingTable_Container .savings td {
  color: #279700;
}

/* Opt Out Landing Page */
.optOut_header {
  border-bottom: 1px solid #ccc;
}
.optOut_header img {
  display: block;
  margin: 20px auto 20px;
  height: 92px;
}
.optOut_header .optOut_tagline {
  color: #003087;
  font-weight: 600;
  font-size: 19px;
  letter-spacing: 0.3px;
  margin-top: 0;
  margin-left: -13px;
  text-align: center;
}

.optOut {
  max-width: 650px;
  margin: 20px auto;
  text-align: center;
  width: 100%;
}
.optOut p, .optOut a {
  font-size: 15px;
  margin: 0;
}
.optOut ul {
  font-size: 14px;
  font-style: italic;
  width: 180px;
  text-align: left;
  margin: 0 auto;
}
.optOut .optOut_heading {
  font-size: 26px;
  font-weight: bold;
  margin: 20px 0 10px;
}
.optOut .button {
  cursor: pointer;
  text-align: center;
  margin: 20px auto 5px;
  width: 200px;
}
.optOut .button a {
  color: #fff;
  text-decoration: none;
}
.optOut .btn_content, .optOut #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .optOut .quickadd_but, .optOut .wishList .quickadd_but, .wishList .optOut .quickadd_but {
  background-color: #05a26b;
  border-radius: 7px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 42px;
}
.optOut .btn_content_disabled {
  background-color: gray;
  border-radius: 7px;
  color: #fff;
  cursor: auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 42px;
}
.optOut .checkmark img {
  height: 50px;
}

/* Opt Out Landing Page - END */
.optIn_header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.optIn_header img {
  display: block;
  height: 150px;
}

.formView {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.formView .form {
  width: 450px;
}
.formView .form .txtTip {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 5px;
}
.formView .form .txtEmail {
  width: 100%;
  height: 39px;
  padding: 10px 20px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
}
.formView .form .error-msg {
  color: red;
}
.formView .form .checkboxView {
  font-size: 13px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.formView .form .checkboxView .checkboxLabel {
  font-weight: bolder;
}
.formView .form .policyView {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 20px;
}
.formView .form .policyView .line {
  width: 1px;
  height: 15px;
  background: black;
  margin: 0 5px;
}

.optIn {
  max-width: 650px;
  margin: 20px auto;
  text-align: center;
  width: 100%;
}
.optIn .buttonView {
  border: 0;
  background: rgba(0, 0, 0, 0);
  width: 200px;
  cursor: pointer;
}
.optIn .buttonView .btn_content, .optIn .buttonView #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .optIn .buttonView .quickadd_but, .optIn .buttonView .wishList .quickadd_but, .wishList .optIn .buttonView .quickadd_but {
  background-color: #05a26b;
  border-radius: 7px;
  color: #fff;
  font-weight: bold;
  line-height: 42px;
}
.optIn .buttonView .btn_content, .optIn .buttonView #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .optIn .buttonView .quickadd_but, .optIn .buttonView .wishList .quickadd_but, .wishList .optIn .buttonView .quickadd_but {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .optIn .buttonView .btn_content, .optIn .buttonView #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .optIn .buttonView .quickadd_but, .optIn .buttonView .wishList .quickadd_but, .wishList .optIn .buttonView .quickadd_but {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .optIn .buttonView .btn_content, .optIn .buttonView #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .optIn .buttonView .quickadd_but, .optIn .buttonView .wishList .quickadd_but, .wishList .optIn .buttonView .quickadd_but {
    font-size: 1rem;
  }
}
.optIn .buttonView .btn_disabled {
  background-color: gray;
  border-radius: 7px;
  color: #fff;
  cursor: auto;
  font-weight: bold;
  line-height: 42px;
}
.optIn .buttonView .btn_disabled {
  font-size: 0.88rem;
}
@media screen and (min-width: 47rem) {
  .optIn .buttonView .btn_disabled {
    font-size: calc(0.25vw + 0.7625rem);
  }
}
@media screen and (min-width: 95rem) {
  .optIn .buttonView .btn_disabled {
    font-size: 1rem;
  }
}
.optIn .buttonView .btn_disabled .dotting {
  display: inline-block;
  min-width: 2px;
  min-height: 2px;
  box-shadow: 2px 0 currentColor, 6px 0 currentColor, 10px 0 currentColor;
  animation: dot 4s infinite step-start both;
  *zoom: expression(this.innerHTML = "...");
}
.optIn .buttonView .btn_disabled .dotting:before {
  content: "...";
}
.optIn .buttonView .btn_disabled .dotting::before {
  content: "";
}
.optIn .buttonView .btn_disabled :root .dotting {
  margin-right: 8px;
}
@keyframes dot {
  25% {
    box-shadow: none;
  }
  50% {
    box-shadow: 2px 0 currentColor;
  }
  75% {
    box-shadow: 2px 0 currentColor, 6px 0 currentColor;
  }
}

.msgView {
  display: flex;
  flex-direction: column;
  margin: 20px auto 20px;
  font-size: 20px;
  width: 750px;
  row-gap: 10px;
}

/* style for jViewLarge and jSelector begin */
.general_modalPopupBackground {
  background: #333 !important;
  filter: alpha(opacity=60) !important;
  opacity: 0.6 !important;
  visibility: visible;
}

.view-larger-dialog-class {
  background: none !important;
  border: none !important;
  overflow: visible !important;
}
.view-larger-dialog-class .ui-dialog-titlebar {
  display: none;
}
.view-larger-dialog-class .dialog-container {
  background-color: #fff !important;
  border: 1px solid #00649d !important;
  box-shadow: 0 0 15px #888;
  display: table !important;
  overflow: visible !important;
  padding: 20px;
}
.view-larger-dialog-class .dialog-container .moreview-dialog-btn_close {
  background-color: #fff;
  border: 1px solid #00649d;
  border-radius: 50%;
  cursor: pointer;
  height: 30px;
  line-height: 28px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0px;
  width: 30px;
  z-index: 999999;
}
.view-larger-dialog-class .dialog-container .moreview-dialog-btn_close .btn_content, .view-larger-dialog-class .dialog-container .moreview-dialog-btn_close #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .view-larger-dialog-class .dialog-container .moreview-dialog-btn_close .quickadd_but, .view-larger-dialog-class .dialog-container .moreview-dialog-btn_close .wishList .quickadd_but, .wishList .view-larger-dialog-class .dialog-container .moreview-dialog-btn_close .quickadd_but {
  color: #00649d;
  font-weight: 900;
  font-size: 19px;
  margin-top: -1px;
  padding-bottom: 1px;
}

.view-larger-dialog {
  font-family: Verdana, Arial, sans-serif;
  padding: auto 10px;
  background-color: #fff !important;
  border: 1px solid #00649d !important;
  box-shadow: 0 0 15px #888;
  text-align: center;
}
.view-larger-dialog .top-bar {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.view-larger-dialog .top-bar .close-btn {
  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. */
  position: static;
}
.view-larger-dialog .top-bar .close-btn:hover {
  transform: scale(0.8);
}
.view-larger-dialog .top-bar .close-btn .btn_content, .view-larger-dialog .top-bar .close-btn #shoppingcart_layout .wishList .quickadd_but, #shoppingcart_layout .wishList .view-larger-dialog .top-bar .close-btn .quickadd_but, .view-larger-dialog .top-bar .close-btn .wishList .quickadd_but, .wishList .view-larger-dialog .top-bar .close-btn .quickadd_but {
  background-color: transparent !important;
}
.view-larger-dialog .preview-img-container {
  text-align: center;
  margin: 6px auto 10px auto;
}
.view-larger-dialog .preview-img-container .preview-img {
  border: solid 1px #ccc;
  width: 95%;
  height: auto;
}
.view-larger-dialog .selectors-container {
  display: flex;
  justify-content: center;
}
.view-larger-dialog .selectors-container > div {
  display: inline-block;
}
.view-larger-dialog .selector-container .selector-label {
  font-size: 14px;
  font-family: arial;
  text-align: center;
  font-weight: bold;
  margin-bottom: 7px;
}
.view-larger-dialog .selector-container .selector-item-container .prev, .view-larger-dialog .selector-container .selector-item-container .next {
  display: inline-block !important;
}
.view-larger-dialog .selector-container .selector-item-container .jcarousel {
  display: inline-block;
}
.view-larger-dialog .selector-container .selector-item-container .jcarousel ul li {
  box-sizing: border-box;
}
.view-larger-dialog .selector-container .selector-item-container .jcarousel ul li .selector-li-label {
  font-size: 12px;
  font-family: Arial;
  text-align: center;
}
.view-larger-dialog .selector-container .selector-item-container .jcarousel ul li .selector-li-border {
  box-sizing: border-box;
  border: solid 2px #eee;
  margin: 0 3px;
  padding: 2px;
}
.view-larger-dialog .selector-container .selector-item-container .jcarousel ul li .selector-li-border.bordered {
  border: solid 2px #003087;
}
.view-larger-dialog .selector-container .selector-item-container .jcarousel ul li .selector-li-border .selector-li-content {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.view-larger-dialog .selector-container .selector-item-container .arrow-container {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.view-larger-dialog .selector-container .selector-item-container .arrow-container .arrow {
  cursor: pointer;
  height: 26px;
  margin: 0 auto;
  position: relative;
  top: -5px;
  width: 42px;
}
.view-larger-dialog .selector-container .selector-item-container .arrow-container .arrow:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 26px 22px 0;
  border-color: #003087 transparent transparent transparent;
  display: block;
  width: 0;
  z-index: 0;
  margin: 6px 0 0 -2px;
}
.view-larger-dialog .selector-container .selector-item-container .arrow-container .arrow:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 20px 20px 0;
  border-color: #fff transparent transparent transparent;
  display: block;
  width: 0;
  z-index: 1;
}
.view-larger-dialog .selector-container .selector-item-container .arrow-container .arrow.disabled {
  cursor: default;
}
.view-larger-dialog .selector-container .selector-item-container .arrow-container .arrow.disabled:before {
  border-color: #aaa transparent transparent transparent;
}
.view-larger-dialog .selector-container .selector-item-container .arrow-container .prev {
  transform: rotate(90deg);
}
.view-larger-dialog .selector-container .selector-item-container .arrow-container .next {
  transform: rotate(-90deg);
  top: -7px;
}
.view-larger-dialog .zoom_flex {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.view-larger-dialog .zoom_flex div:last-of-type {
  margin-right: 0;
}
.view-larger-dialog .zoom_flex .zoom_button {
  align-items: center;
  background-color: #003087;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  outline: none;
  vertical-align: middle;
  margin-right: 20px;
  width: 137px;
  border-radius: 6px;
}
.view-larger-dialog .zoom_flex .zoom_button.disabled {
  background-color: lightgray;
  cursor: default;
}
.view-larger-dialog .zoom_flex .zoom_button img {
  height: 20px;
  margin-right: 5px;
  width: 20px;
}
.view-larger-dialog .zoom_flex .zoom_button p {
  color: #fff;
}
.view-larger-dialog .switch-container {
  width: 100%;
  margin: 20px auto;
  color: #fc5a0f;
  font-size: 14px;
  font-weight: bold;
}
.view-larger-dialog .switch-container .switch-label {
  display: inline-block;
}
.view-larger-dialog .switch-container .switch-buttons {
  display: inline-block;
}

/* style for jViewLarge and jSelector end */
.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;
}

.signin_register h1 {
  font-size: 2em;
}
.signin_register .register_form {
  margin: 0 auto;
  width: 85%;
}
.signin_register .register_form h2 {
  color: #003087;
  margin-top: 30px;
  position: relative;
}
.signin_register .register_form.right_hr:after {
  background-color: #aaa;
  content: "";
  position: absolute;
  width: 74%;
  height: 1px;
  left: 25%;
  bottom: 13px;
}
.signin_register .register_form.right_hr.distributor:after {
  left: 33%;
  width: 66%;
}
.signin_register .register_form.right_hr.address:after {
  left: 13%;
  width: 86%;
}
.signin_register .register_form.right_hr.contact:after {
  left: 29%;
  width: 70%;
}
.signin_register .register_form p {
  font-size: 0.9em;
  margin-top: 5px;
}
.signin_register .register_form p:first-of-type {
  margin: 10px 0 0;
}
.signin_register .register_form p.radio_align {
  margin: 5px 0 5px 5%;
}
.signin_register .register_form div {
  margin: 5px 0;
}
.signin_register .register_form input {
  vertical-align: middle;
}
.signin_register .register_form input[type=text] {
  width: 300px;
}
.signin_register .register_form select {
  width: 90%;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #aaa;
}
.signin_register .register_form label {
  display: inline;
  font-size: 0.9em;
  margin: 0 0 0 2%;
}
.signin_register .register_form .button {
  float: right;
  margin: 20px 5% 40px 0;
}
.signin_register .register_form_flex {
  display: flex;
  align-items: flex-start;
}
.signin_register .register_form_flex div {
  width: 50%;
}
.signin_register .register_form_flex input[type=text], .signin_register .register_form_flex p {
  width: 90%;
}
.signin_register .register_form_flex label {
  display: block;
}
.signin_register .register_form_flex p {
  margin-bottom: 0;
}

.wishlist-dialog {
  position: fixed;
  right: 0;
  top: 0;
  width: 460px !important;
  height: 100% !important;
  margin: 0;
  padding: 40px 40px 10px 40px;
  overflow: hidden;
  z-index: 1001;
  border: 0 !important;
  font-family: "Poppins", sans-serif !important;
}
.wishlist-dialog .wishlist-titlebar {
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: space-between;
}
.wishlist-dialog .wishlist-titlebar h1 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
  color: #343638;
}
.wishlist-dialog .wishlist-titlebar .ui-dialog-titlebar-close {
  background: none;
  border: none;
  width: 32px;
  height: 32px;
  position: relative;
  margin: 0;
  padding: 0;
  right: 0;
  top: 0;
}
.wishlist-dialog .wishlist-body {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-top: 16px;
  padding: 0;
  height: calc(100% - 50px) !important;
}
.wishlist-dialog .wishlist-body h2 {
  color: #00263E;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
.wishlist-dialog .wishlist-body .itemNumber {
  color: #343638;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.035px;
}
.wishlist-dialog .wishlist-body .form-label {
  color: #00263E;
  /* Label/Large */
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.014px;
  display: block;
  margin-bottom: 4px;
}
.wishlist-dialog .wishlist-body .form-input {
  color: #343638;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.035px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 8px;
  width: 100%;
  height: 40px;
  margin-bottom: 4px;
}
.wishlist-dialog .wishlist-body .form-input::placeholder {
  color: #343638;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.035px;
  opacity: 0.7;
}
.wishlist-dialog .wishlist-body .form-input[readonly] {
  background-color: #f0f0f0;
}
.wishlist-dialog .wishlist-body .invalid-input {
  border: 2px solid #b50024;
}
.wishlist-dialog .wishlist-body .success-message {
  background-color: #DDEBCB;
  color: #447500;
  align-items: center;
  border-radius: 8px;
  border-width: 0;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 16px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: center;
  width: 100%;
}
.wishlist-dialog .wishlist-body .error-message, .wishlist-dialog .wishlist-body .warning-message {
  background-color: #f8cad0;
  color: #b50024;
  align-items: center;
  border-radius: 8px;
  border-width: 0;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 16px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: center;
}
.wishlist-dialog .wishlist-body .hidden {
  display: none !important;
}
.wishlist-dialog .wishlist-body .disabled {
  opacity: 0.5;
}
.wishlist-dialog .wishlist-body .btn-add-wish-list {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 10px;
  background: #00263E;
  cursor: pointer;
  color: #fff;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.035px;
  font-family: "Poppins", sans-serif;
}
.wishlist-dialog .wishlist-body .btn-close-wish-list {
  display: flex;
  height: 44px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 10px;
  border: 2px solid #00263E;
  background: #FFF;
  width: 100%;
  cursor: pointer;
  line-height: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.035px;
  font-family: "Poppins", sans-serif;
}
.wishlist-dialog .wishlist-body .email-section {
  width: 100%;
}
.wishlist-dialog .wishlist-body .register-section {
  display: flex;
  align-items: baseline;
  width: 100%;
}
.wishlist-dialog .wishlist-body .register-section label {
  margin-left: 5px;
}
.wishlist-dialog .wishlist-body .btn-container {
  width: 100%;
}

