@charset "UTF-8";
@font-face {
  font-family: "Bebas Neue";
  src: url("/Fonts/bebasneue-webfont.eot");
  src: url("/Fonts/bebasneue-webfont.eot?#iefix") format("embedded-opentype"), url("/Fonts/bebasneue-webfont.woff") format("woff"), url("/Fonts/bebasneue-webfont.ttf") format("truetype"), url("/Fonts/bebasneue-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.shop_content_container {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  /*border: 1px solid red;*/
  min-width: 922px;
  max-width: 1250px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 4fr;
  grid-template-columns: 1fr 20px 4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.shop_content_container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.shop_content_container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.shop_content_container > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.MessageBox_Blue {
  border: 4px solid #708090;
  padding: 20px;
  color: #708090;
}

.sidebar_nav {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  grid-row: 1/1;
  min-width: 200px;
  /*border: 1px solid green;*/
  padding-bottom: 20px;
}

.products_container {
  -ms-grid-column: 1;
  grid-column: 1/1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  /*grid-template-rows: auto;*/
  /*max-width: 1250px;
  min-width: 1250px;*/
  justify-items: center;
}

/*.shop_page_control_container {*/
/*grid-column: 3/4;*/
/*grid-row: 1/1;
    text-align: center;
}*/
.products_item {
  grid-area: auto;
  text-align: center;
  max-width: 200px;
}

.products_item_1 input[type=image] {
  width: 200px;
}

.products_item_2 {
  font-family: "Bebas Neue";
  font-size: 20px;
}

.products_item_2 a {
  text-decoration: none;
  color: #4b8596;
}

.products_item_2 a:hover {
  color: #708090;
}

.products_item_3 {
  margin-bottom: 20px;
  font-size: 16px;
}

.sidebar_collection_title {
  padding-top: 12px;
  font-size: 20px;
  font-family: Arial;
  letter-spacing: 1px;
}

.sidebar_nav {
  padding-left: 12px;
}

.sidebar_nav hr {
  margin: 3px;
  padding: 0;
  color: #DDDDDD;
  max-height: 1px;
  max-width: 97%;
}

.sidebar_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar_nav ul li a::before {
  content: "";
  font-family: FontAwesome;
  font-weight: bold;
  font-size: 12px;
  margin-right: 3px;
  color: #4b8596;
}

.sidebar_nav ul li a.nochevron::before {
  content: "";
  font-family: Arial;
  font-size: 15px;
  margin-right: 15px;
}

.sidebar_nav ul li a {
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 1px;
  color: #4b8596;
  line-height: 24px;
}

h1 {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* SHOP PRODUCT PAGE CSS ITEMS - SAME LEFT BAR AND WIDTH SETTINGS AS SHOP PAGE */
.product_detail_container {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 1fr;
  grid-template-columns: 300px 1fr;
  padding-top: 12px;
}

.product_detail_image {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-column-align: center;
      justify-self: center;
}

.product_detail_image input[type=image] {
  width: 300px;
  display: block;
}

.product_detail_description {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  padding: 0 12px 0 12px;
}

.product_variant_description {
  font-family: Verdana, sans-serif;
  font-size: 24px;
  line-height: 1.3em;
  text-align: center;
}

.product_variant_price {
  font-size: 20px;
  text-align: center;
  margin: 12px 0;
}

.product_supplemental {
  margin: 20px 0;
  text-align: center;
}

.product_variant_variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  /*justify-content: center;*/
}

.product_variant_link {
  background-color: white;
  color: white;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 300px;
  width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 6px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.product_variant_added {
  background-color: white;
  color: #4b8596;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-weight: bold;
  margin-top: 12px;
  border: 2px solid #8da1b5;
  padding: 20px;
}

.product_variant_link a {
  background-color: #4b8596;
  color: white;
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 4px solid #303030;
  border-radius: 2px 2px;
  padding: 8px 0;
}

.product_variant_link a:hover {
  background-color: #708090;
}

a.selected_size {
  background-color: #303030;
  color: white;
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 4px solid #4b8596;
  border-radius: 2px 2px;
  padding: 8px 0;
}

a:hover.selected_size {
  background-color: #303030;
  color: white;
}

.product_quantity_selector {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 50px;
  grid-template-columns: auto 50px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -ms-grid-column-align: center;
      justify-self: center;
  max-width: 300px;
  margin-bottom: 30px;
  /*justify-items: center;*/
}

.product_quantity_selector > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.product_quantity_selector > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.product_quantity_selector > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.product_quantity_selector > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.quantity_buttons a {
  font-size: 24px;
  color: #4b8596;
  text-decoration: none;
}

.product_quantity {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  padding-left: 20px;
}

.product_addbutton input[type=text] {
  width: 30px;
  text-align: right;
}

.product_slider_count_label {
  color: red;
}

.product_addbutton {
  text-align: center;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  margin-top: 14px;
  margin-left: 10px;
}

.sliderrail {
  position: absolute;
  background-image: url("/Retail2020/images/sliderhrail.gif");
  height: 22px;
  width: 280px;
}

.sliderhandle {
  position: absolute;
  background-image: url("/Retail2020/images/sliderhhandle.gif");
  height: 22px;
  width: 10px;
}

/* END SHOP PRODUCT PAGE CSS ITEMS */
/*
@media screen and (max-width: 4000px) {
    .shop_content_container {
        max-width: 1250px;
        min-width: 922px;
    }
}
*/
@media screen and (max-width: 1250px) {
  .shop_content_container {
    max-width: 1250px;
    min-width: 922px;
  }
}
/*@media screen and (max-width: 922px) {
    .shop_content_container {
        max-width: 922px;
        min-width: 623px;
        grid-column: 1/4;
    }

    .shop_page_control_container{
        padding: 20px;
    }
}*/
@media screen and (max-width: 850px) {
  .products_container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .shop_content_container {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    /*border: 1px solid red;*/
    min-width: 510px;
    max-width: 850px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
    padding: 0;
  }

  .shop_content_container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .shop_content_container > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .sidebar_nav {
    -ms-grid-column: 1;
    grid-column: 1/1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    min-width: 650px;
    padding-bottom: 20px;
  }

  .product_detail_container {
    /*border: 1px solid orange;*/
    -ms-grid-column: 1;
    grid-column: 1/1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    min-width: 510px;
  }

  .products_item {
    grid-area: auto;
    text-align: center;
    max-width: 375px;
    /*border: 1px dotted pink;*/
  }

  .products_item_1 input[type=image] {
    width: 300px;
  }

  .product_addbutton {
    margin-left: 0;
  }
}
/*
@media screen and (max-width: 650px) {

    .shop_content_container {
        grid-column: 1/4;
        max-width: 675px;
        min-width: 375px;
    }

    .products_container {
        grid-template-columns: 1fr;
        border: 1px solid orange;
    }
}*/
@media screen and (max-width: 720px) {
  .product_detail_container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }
  .product_detail_container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .product_detail_container > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .product_detail_image {
    -ms-grid-column: 1;
    grid-column: 1/1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column-align: center;
        justify-self: center;
  }

  .product_detail_description {
    margin-top: 20px;
    -ms-grid-column: 1;
    grid-column: 1/1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .product_detail_image input[type=image] {
    width: 350px;
  }

  .product_detail_description {
    /*border: 3px solid red;*/
  }

  .product_quantity_selector {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 250px 50px 1fr;
    grid-template-columns: 1fr 250px 50px 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-column-align: center;
        justify-self: center;
    max-width: unset;
    /*justify-items: center;*/
  }

  .product_quantity_selector > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .product_quantity_selector > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .product_quantity_selector > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .product_quantity_selector > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }

  .product_quantity_selector > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .product_quantity_selector > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  .product_quantity_selector > *:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }

  .product_quantity_selector > *:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }

  .product_addbutton {
    text-align: center;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    margin-top: 14px;
    margin-left: 0;
    -ms-grid-column-align: center;
        justify-self: center;
  }
}
@media screen and (max-width: 375px), screen and (max-width: 414px), screen and (max-width: 650px) {
  .shop_content_container {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    min-width: 335px;
    /*max-width: 510px;*/
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
    padding: 0;
  }
  .shop_content_container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .shop_content_container > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .sidebar_nav {
    -ms-grid-column: 1;
    grid-column: 1/1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    max-height: none;
    min-width: 335px;
  }

  .product_detail_container {
    -ms-grid-column: 1;
    grid-column: 1/1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    min-width: 375px;
  }

  .products_container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .products_item {
    grid-area: auto;
    text-align: center;
    max-width: 375px;
  }

  .products_item_1 input[type=image] {
    width: 350px;
  }

  /*.shop_content_container {
      grid-column: 2/3;
      grid-row: 2/3;
      border: 1px solid red;
      min-width: 375px;
      max-width: 510px;
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: auto;
  }

  .product_detail_container {*/
  /*border: 1px solid orange;*/
  /*grid-column: 3/4;
      grid-row: 
      display: grid;
      grid-template-columns: 1fr;
  }

  .sidebar_nav {
      padding: 20px;
      grid-column: 1;
      grid-row: 2/3;
      min-width: 200px;
  }*/
  .sidebar_collection_title {
    padding-top: 12px;
    font-size: 20px;
    font-family: Arial;
    letter-spacing: 1px;
  }

  .sidebar_nav hr {
    margin: 3px;
    padding: 0;
    color: #DDDDDD;
    max-height: 1px;
  }

  .sidebar_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .sidebar_nav ul li a::before {
    content: "";
    font-family: FontAwesome;
    font-weight: bold;
    font-size: 12px;
    margin-right: 3px;
    color: #4b8596;
  }

  .sidebar_nav ul li a.nochevron::before {
    content: "";
    font-family: Arial;
    font-size: 15px;
    margin-right: 15px;
  }

  .sidebar_nav ul li a {
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 1px;
    color: #4b8596;
    line-height: 24px;
  }
}