@charset "UTF-8";
/* 
 |   
 | Theme Name: Znode Web Store - GSW Theme.
 | Theme URL: http://www.znode.com
 | Description: Znode e-commerce framework Default Theme CSS. 
 | Author: Znode.
 | Author URL: http://www.znode.com
 | Version: 1.0.0.1
 | 
*/
@font-face {
  font-family: "GillSans";
  src: url("/Views/Themes/GSW/Fonts/GillSans-SemiBold.ttf") format("truetype");
  src: url("/Views/Themes/GSW/Fonts/GillSans.eot") format("embedded-opentype");
  src: url("/Views/Themes/GSW/Fonts/GillSans.svg") format("svg");
  src: url("/Views/Themes/GSW/Fonts/GillSans.woff") format("woff");
}
@font-face {
  font-family: "GillSans-SemiBold";
  src: url("/Views/Themes/GSW/Fonts/GillSans-SemiBold.ttf") format("truetype");
  src: url("/Views/Themes/GSW/Fonts/GillSans-SemiBold.eot") format("embedded-opentype");
  src: url("/Views/Themes/GSW/Fonts/GillSans-SemiBold.svg") format("svg");
  src: url("/Views/Themes/GSW/Fonts/GillSans-SemiBold.woff") format("woff");
}
html, body {
  height: 100%;
  font-family: GillSans, Arial, sans-serif;
  font-size: 13px;
  color: #00174f;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.nopadding {
  padding: 0;
  margin: 0;
}

.required:after {
  content: " * ";
  color: #cc0000;
}

a {
  outline: medium none;
  text-decoration: none;
  color: #00174f;
}
a:hover, a:active, a:focus {
  outline: medium none;
  text-decoration: none;
  color: #001036;
}

h1, h2, h3, h4, h5 {
  color: #00174F;
  font-family: GillSans, Arial, sans-serif;
}

h1, h2 {
  margin: 8px 0;
  font-size: 28px;
}

h3, h4 {
  margin: 6px 0;
  font-size: 27px;
}

h5 {
  margin: 4px 0;
  font-size: 13px;
}

p, ul {
  margin: 0;
}

.form-group {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.padding-15 {
  padding: 15px;
}

.padding-top {
  padding-top: 15px;
}

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

.padding-top-25 {
  padding-top: 25px;
}

.padding-top-bottom {
  padding: 15px 0;
}

.padding-left {
  padding-left: 10px;
}

.padding-right {
  padding-right: 10px;
}

.padding-left-5 {
  padding-left: 5px;
}

.padding-left-10 {
  padding-left: 10px;
}

.padding-left-15 {
  padding-left: 15px;
}

.padding-right-5 {
  padding-right: 5px;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-right-15 {
  padding-right: 15px;
}

.padding-bottom {
  padding-bottom: 10px;
}

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

.margin-top-bottom {
  margin: 15px 0;
}

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

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

.margin-left-5 {
  margin-left: 5px;
}

.margin-left-10 {
  margin-left: 10px;
}

.border-color {
  border: 2px solid #c3c3c3 !important;
}

.base-color {
  border: 2px solid #001036 !important;
}

.right-shift {
  padding-right: 0;
}

z-widget {
  display: block;
}

.display-none {
  display: none;
}

.close {
  opacity: 0.7;
}
.close:hover {
  opacity: 1;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.field-validation-error, .error-msg {
  color: #cc0000;
}

.success-msg {
  color: #5cb85c;
}

.input-bg-error {
  border: 1px solid red;
  background: rgb(255, 206, 206);
}

.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
}

.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.styled-input input[type=radio] {
  display: none;
}

.styled-input input[type=radio]:checked + label:before {
  font-family: "znode-web-store";
  content: "\f192";
  color: #00174f;
  font-size: 18px;
}

.styled-input input[type=radio] + label {
  display: block;
  position: relative;
  padding-left: 2em;
  cursor: pointer;
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 20px;
}

.styled-input input[type=radio] + label:before {
  font-family: "znode-web-store";
  content: "\f10c";
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 5px;
  color: #00174f;
  line-height: 20px;
  font-size: 18px;
}

.styled-input input[type=checkbox] {
  display: none;
}

.styled-input input[type=checkbox]:checked + label:before {
  font-family: "znode-web-store";
  content: "\f046";
  color: #00174f;
  font-size: 18px;
}

.styled-input input[type=checkbox] + label {
  display: block;
  position: relative;
  padding-left: 2em;
  cursor: pointer;
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 22px;
}

.styled-input input[type=checkbox] + label:before {
  font-family: "znode-web-store";
  content: "\f096";
  margin-right: 10px;
  position: absolute;
  top: 2px;
  left: 5px;
  color: #00174f;
  line-height: 20px;
  font-size: 18px;
}

.checkbox-disable {
  pointer-events: none !important;
  cursor: not-allowed !important;
}

.notification-msg {
  z-index: 999;
}
.notification-msg .alert {
  position: relative;
  padding: 5px;
  line-height: 21px;
  margin-bottom: 0;
  border-radius: 0;
  min-height: 36px;
  top: 5px;
}
.notification-msg .alert .close {
  margin-top: -18px;
  opacity: 1;
  font-size: 16px;
}
.notification-msg .alert-danger {
  border: 1px solid #d8929c;
}
.notification-msg .alert-danger .close {
  color: #d8929c;
}
.notification-msg .alert-success {
  border: 1px solid #5cb85c;
}
.notification-msg .alert-success .close {
  color: #5cb85c;
}
.notification-msg .alert-info {
  border: 1px solid #79cff7;
}
.notification-msg .alert-info .close {
  color: #79cff7;
}
.notification-msg .messageBoxContainer {
  position: absolute;
  z-index: 2;
  width: 100%;
  display: block;
}

.messageBoxContainernotification-msg {
  position: relative;
}

.help-text {
  display: inline-block;
}
.help-text i {
  font-size: 15px;
  line-height: 22px;
  margin-left: 8px;
  color: #001036;
}

.requirements {
  background-color: #cc0000;
}

.meet-requirements {
  background-color: #ffa600;
}

.optional {
  background-color: #5cb85c;
}

.file-upload {
  position: relative;
}
.file-upload .file-upload-name {
  float: left;
  margin-left: 15px;
  line-height: 26px;
}
.file-upload input[type=file] {
  position: absolute;
  top: 0;
  margin: 0;
  opacity: 0;
  width: 70px;
  min-height: 34px;
}
.file-upload .po-document-details a {
  cursor: pointer;
  color: #001036;
  padding-right: 3px;
  display: none;
  float: left;
  line-height: 24px;
  padding-right: 5px;
}
.file-upload .po-document-details span {
  float: left;
  line-height: 26px;
}

.file-upload-btn {
  position: relative;
  overflow: hidden;
  margin-left: 0;
  background: #00174f;
}

.back-to-top {
  position: fixed;
  bottom: 0;
  right: 30px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #fff;
  padding: 5px 14px;
  font-size: 18px;
  color: #001036 !important;
  opacity: 0;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.back-to-top:hover {
  color: #fff;
  opacity: 1 !important;
}

.error-page {
  padding: 20px 15px;
  min-height: 450px;
}

.modal-header {
  background-color: #001036;
}
.modal-header h4 {
  color: #fff;
}
.modal-header .close {
  color: #fff;
  margin-top: 5px;
}

.modal-body, .modal-footer {
  display: table;
  width: 100%;
  background-color: #fff;
}

.modal-display-block {
  display: block;
}
.modal-display-block > div {
  overflow: auto;
}

.recommended-address-popup h5 {
  font-size: 14px;
  color: #00174F;
  border-bottom: 1px solid #c3c3c3;
  padding: 5px 0;
  margin: 0;
  font-weight: bold;
}
.recommended-address-popup .address-details {
  padding: 5px 0;
}
.recommended-address-popup .address-error {
  color: #001036;
  font-weight: bold;
}
.recommended-address-popup .entered-display-address .btn-text, .recommended-address-popup .recommended-display-addess .btn-text {
  margin-left: 0;
  margin: 10px 0;
}

.recommended-display-addesss {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  margin-top: 15px;
  background-color: rgba(0, 16, 54, 0.0901960784);
}

.recommended-display-addesss h5 {
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid #c3c3c3;
  padding: 10px;
  margin: 0;
  font-weight: bold;
  background: #001036;
}

.recommended-display-addesss .col-xs-12 {
  padding: 10px;
}

.adp-placemark {
  margin-top: 0 !important;
}

.tooltip {
  font-family: GillSans, Arial, sans-serif;
  font-size: 11px;
  position: fixed;
  z-index: 9999;
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip-inner {
  color: #fff;
  background-color: #000;
  opacity: 0.8;
  border-radius: 0;
}

.form-builder .form-group-container {
  padding: 15px 30px 15px 10px !important;
}
.form-builder .help-text {
  position: absolute;
  top: 30px;
  right: -25px;
}

.star-rating {
  font-size: 11px;
  cursor: context-menu;
}
.star-rating .zf-star-full, .star-rating .zf-star-half {
  color: #001036;
}
.star-rating .zf-star-empty {
  color: #001036;
}
.star-rating .full {
  color: #001036;
}
.star-rating i:hover {
  color: #388e3c;
}

.sub {
  font-size: 12px;
  color: #8e8e8e;
}

.cut-price {
  color: #9f9f9f;
  padding-left: 5px;
  text-decoration: line-through;
}

.social-share ul {
  padding: 0;
  margin: 0;
  float: left;
}
.social-share ul li {
  display: inline-block;
}
.social-share ul i {
  font-size: 26px;
  color: #787878;
  cursor: pointer;
}

.AuthorizeNetModal .modal-content {
  width: 100%;
}
.AuthorizeNetModal .modal-dialog.modal-dialog-centered {
  height: 100%;
}

.btn-text {
  text-transform: uppercase !important;
  font-weight: normal !important;
}

.store-locator-block .store-locator-view {
  max-height: 250px;
}
.store-locator-block .locator-map {
  padding-right: 15px;
}
.store-locator-block .locator-info-panel .right-side-locator {
  height: 410px;
}

#page-break {
  page-break-before: always !important;
}

@media all and (min-width: 320px) {
  .store-locator-block .locator-map {
    padding-right: 0px;
  }
  .store-locator-block .locator-info-panel {
    padding-top: 15px;
  }
}
@media all and (min-width: 768px) {
  .store-locator-block .locator-map {
    padding-right: 15px;
  }
  .store-locator-block .locator-info-panel {
    padding-top: 0px;
  }
  .modal-dialog .modal-body {
    max-height: 600px;
    overflow: auto;
  }
}
@media all and (min-width: 992px) {
  .modal-dialog .modal-body {
    max-height: none;
  }
}
.layout-min-height {
  min-height: 55vh;
}

@media all and (min-width: 1500px) {
  .layout-min-height {
    min-height: 60vh;
  }
}
.btn-text {
  display: inline-block;
  min-width: 70px;
  text-align: center;
  font-family: GillSans, Arial, sans-serif;
  border: none;
  color: #fff;
  border-radius: 0;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px;
  margin-left: 5px;
  height: 34px;
  line-height: 34px;
}
.btn-text:hover, .btn-text:focus, .btn-text:active {
  color: #fff;
}

.btn-text-icon {
  display: inline-block;
  min-width: 70px;
  text-align: center;
  font-family: GillSans, Arial, sans-serif;
  border: none;
  color: #fff;
  border-radius: 0;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: bold;
  padding: 0 15px 1px 10px;
  height: 45px;
  line-height: 45px;
  margin-left: 5px;
}
.btn-text-icon:hover, .btn-text-icon:focus, .btn-text-icon:active {
  color: #fff;
}
.btn-text-icon i {
  padding-right: 5px;
  font-size: 16px;
  line-height: 45px;
  float: left;
}

.btn-text-full {
  display: inline-block;
  min-width: 70px;
  text-align: center;
  font-family: GillSans, Arial, sans-serif;
  border: none;
  color: #fff;
  border-radius: 0;
  text-transform: capitalize;
  font-size: 16px;
  font-family: GillSans, Arial, sans-serif;
  width: 100%;
  padding: 0 15px 1px 10px;
  height: 45px;
  line-height: 45px;
}
.btn-text-full:hover, .btn-text-full:focus, .btn-text-full:active {
  color: #fff;
}
.btn-text-full i {
  float: left;
  font-size: 28px;
  line-height: 45px;
  padding-right: 10px;
  border-right: 1px solid #c3c3c3;
}

.btn-card {
  display: inline-block;
  min-width: 70px;
  text-align: center;
  font-family: GillSans, Arial, sans-serif;
  border: none;
  color: #fff;
  border-radius: 0;
  text-transform: capitalize;
  font-size: 13px;
  padding: 0 15px 0 10px;
  line-height: 34px;
}
.btn-card:hover, .btn-card:focus, .btn-card:active {
  color: #fff;
}
.btn-card i {
  padding-right: 5px;
  font-size: 16px;
  line-height: 30px;
  float: left;
}

.btn-wishlist {
  display: inline-block;
  min-width: 70px;
  text-align: center;
  font-family: GillSans, Arial, sans-serif;
  border: none;
  color: #fff;
  border-radius: 0;
  text-transform: capitalize;
  background-color: #fff;
  color: #787878;
  font-size: 13px;
  border: 1px solid #c3c3c3;
  padding: 0 10px 1px 5px;
  margin: 0 0 5px;
}
.btn-wishlist:hover, .btn-wishlist:focus, .btn-wishlist:active {
  color: #00174F;
}
.btn-wishlist i {
  padding-right: 5px;
  font-size: 13px;
  line-height: 26px;
  float: left;
}

.btn-margin-left {
  margin-left: 0;
}

.red, .btn-bg-primary {
  background: #00174f;
}

.grey, .btn-bg-secondary {
  background: #717171;
}

input[type=text], input[type=password], input[type=email] {
  color: #343434;
  padding: 0 5px;
  font-family: GillSans, Arial, sans-serif;
  font-size: 13px;
  width: 100%;
  border: 1px solid #c3c3c3;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: medium none;
  height: 34px;
  border-radius: 4px;
  -webkit-appearance: none;
}

textarea {
  color: #343434;
  padding: 0 5px;
  font-family: GillSans, Arial, sans-serif;
  font-size: 13px;
  width: 100%;
  border: 1px solid #c3c3c3;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: medium none;
  resize: none;
  overflow-y: auto;
  border-radius: 4px;
}

html input[disabled], html select[disabled], html textarea[disabled], html input[readonly], html select[readonly], html textarea[readonly] {
  cursor: not-allowed;
  background-color: #efefef;
}

button[disabled] {
  cursor: not-allowed;
  opacity: 0.3;
}

.disable-anchor {
  color: #ddd;
  cursor: not-allowed;
  opacity: 0.3;
  pointer-events: none;
}

.disable-radio {
  color: #ddd;
  cursor: not-allowed;
  pointer-events: none;
}

.left-inner-icon {
  position: relative;
}
.left-inner-icon input {
  padding-left: 36px;
}
.left-inner-icon i {
  position: absolute;
  padding: 8px 5px;
  height: 34px;
  pointer-events: none;
  top: 0;
  color: #00174F;
  line-height: 4px;
}

.right-inner-icon {
  position: relative;
  width: 100%;
  display: -ms-grid;
  display: grid;
}
.right-inner-icon i {
  position: absolute;
  right: 8px;
  top: 2px;
  padding: 9px 10px;
  height: 34px;
  pointer-events: none;
  color: #00174F;
  line-height: 4px;
}

.filter-strip .text-info input[type=text] {
  padding-left: 15px !important;
}

select {
  color: #292a2a;
  font-size: 12px;
  width: 100%;
  height: 34px;
  padding: 2px 20px 2px 5px;
  border: 1px solid #c3c3c3;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: medium none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: #fff url("/Views/Themes/GSW/Images/drop-arrow.png") no-repeat 98% center;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
select option:hover {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: medium none;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

select::-ms-expand {
  display: none;
  -webkit-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease;
}

.ie select {
  display: none;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.btn-dropdown {
  display: inline-block;
  border-radius: 2px;
  font-family: GillSans, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  padding: 0 10px;
  height: 24px;
  line-height: 21px;
  text-transform: capitalize;
  background-color: #fff;
  color: #00174f;
  border: 1px solid #c3c3c3;
  text-align: left;
}
.btn-dropdown:hover, .btn-dropdown:focus, .btn-dropdown:active {
  color: #00174F;
}
.btn-dropdown .zf-down {
  font-size: 10px;
  padding-left: 2px;
  color: #001036;
}

.dropdown-list-ul {
  border-radius: 2px;
  border: 1px solid #c3c3c3;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 2px 3px 2px #c3c3c3;
          box-shadow: 2px 3px 2px #c3c3c3;
  font-size: 13px;
  list-style: none !important;
  min-width: 100px;
  max-height: 200px;
  overflow-y: auto !important;
  overflow-x: hidden;
}
.dropdown-list-ul li {
  list-style: none !important;
}
.dropdown-list-ul li a {
  color: #00174f;
  text-transform: capitalize;
  padding: 3px 10px;
  border-bottom: 1px solid #929292;
}
.dropdown-list-ul li label {
  font-weight: normal;
  width: 100%;
  margin-bottom: 0;
  padding: 2px 20px 2px 5px;
  display: block;
}
.dropdown-list-ul li label span {
  width: 100%;
}
.dropdown-list-ul li:hover {
  background-color: #3085db;
  color: #fff;
}
.dropdown-list-ul li:nth-last-child(1) a {
  border-bottom: 0 !important;
}

.dropdown-list-ul:after {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: 8px;
  width: 0;
  height: 0;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 8px;
}

.dropdown-list-multiselect li {
  display: -webkit-box;
  display: -ms-flexbox;
  width: 100%;
  border-bottom: 1px solid #c3c3c3;
  line-height: 26px !important;
}
.dropdown-list-multiselect li li:last-child {
  border-bottom: none;
}

.pull-right .dropdown-list-container, .pull-right .dropdown-menu-right {
  left: auto;
  right: 0;
}
.pull-right .dropdown-list-container:after, .pull-right .dropdown-menu-right:after {
  left: auto;
  right: 8px;
}

.dropdown-list-container {
  left: 0;
  right: auto;
  margin: 0;
  padding: 0;
  overflow: hidden !important;
  font-family: GillSans, Arial, sans-serif;
  min-width: 200px;
}
.dropdown-list-container .dropdown-wrapper {
  position: static;
}
.dropdown-list-container .dropdown-search {
  background-color: #f5f5f5;
  padding: 5px;
  border-top: 1px solid #c3c3c3;
  min-width: 150px;
}
.dropdown-list-container .dropdown-submit {
  background-color: #f5f5f5;
  padding: 5px;
  border-top: 1px solid #c3c3c3;
  text-align: right;
  float: left;
  width: 100%;
}
.dropdown-list-container .dropdown-submit button.btn-text {
  color: #fff;
}
.dropdown-list-container .dropdown-list-ul {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  position: relative;
  padding: 0;
}
.dropdown-list-container input[type=text] {
  height: 24px;
}

.multiselect {
  color: #343434;
  font-size: 12px;
  height: 24px;
  min-width: 180px;
  width: 100%;
  padding: 2px 20px 2px 5px;
  text-align: left;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: medium none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: #fff url("../Images/drop-arrow.png") no-repeat 98% center;
  text-indent: 0.01px;
  text-overflow: "";
  border: 1px solid #c3c3c3;
}
.multiselect:hover, .multiselect:focus, .multiselect:active {
  background-color: transparent !important;
}
.multiselect .caret {
  display: none;
}

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
}
.multiselect-container .input-group {
  margin: 5px;
}
.multiselect-container li {
  padding: 0;
}
.multiselect-container li a {
  padding: 0;
}
.multiselect-container li a:hover {
  background-color: #3085db;
  color: #fff;
}
.multiselect-container li label.radio, .multiselect-container li label.checkbox {
  margin: 0;
}
.multiselect-container li label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: normal !important;
  color: #001036 !important;
  padding: 3px 20px 3px 25px;
}
.multiselect-container li label input[type=checkbox] {
  margin-bottom: 5px;
}
.multiselect-container li label:hover {
  color: #fff !important;
}
.multiselect-container li input[type=checkbox] {
  opacity: 1 !important;
}
.multiselect-container li.multiselect-group label {
  margin: 0;
  padding: 3px 20px;
  height: 100%;
  font-weight: normal;
}
.multiselect-container li.multiselect-group-clickable label {
  cursor: pointer;
}
.multiselect-container li.filter .input-group-addon {
  padding: 1px 6px;
  background-color: #fff;
}
.multiselect-container li.filter .input-group-addon i {
  color: #00174F;
}
.multiselect-container li.filter .input-group-btn {
  padding: 0;
  background-color: #fff;
}
.multiselect-container li.filter .input-group-btn button {
  padding: 1px 6px;
}
.multiselect-container li.filter .input-group-btn i {
  color: #00174F;
}
.multiselect-container li.active a label {
  color: #fff !important;
}

.dropdown-tool {
  position: relative;
}

.filter-component {
  position: relative;
  display: block;
  min-height: 45px;
  padding: 8px 0;
  background-color: #f8f3f3;
  line-height: 26px;
  margin-bottom: 15px;
  border: 1px solid #f1e8e8;
}
.filter-component .manage-filter {
  float: left;
  min-width: 140px;
  border-right: 1px solid #c3c3c3;
  padding: 9px 0;
  background: #f1e8e8;
}
.filter-component .manage-filter a {
  background-color: transparent;
  border: 0;
  font-family: GillSans, Arial, sans-serif;
  color: #00174f;
  padding: 0 20px;
}
.filter-component .manage-filter .dropdown-search .right-inner-icon i {
  line-height: 7px;
}
.filter-component .manage-filter .z-down {
  font-size: 14px;
  padding-left: 5px;
  vertical-align: sub;
}
.filter-component .filter-close {
  position: absolute;
  right: 0;
  top: -12px;
  right: -8px;
  font-size: 18px;
  color: #00174F;
}
.filter-component .filter-item-content {
  padding: 8px 0;
  float: left;
}
.filter-component .filter-option {
  position: relative;
}
.filter-component .filter-option .popover.bottom > .arrow::after {
  border-bottom-color: #f6f6f6;
}
.filter-component .filter-option .popover, .filter-component .filter-option .popover-content {
  border-radius: 0;
  background-color: #f6f6f6;
  max-width: none;
  min-width: 285px;
}
.filter-component .filter-option .parent-content-popover select {
  min-width: 40px;
  border-radius: 0;
  height: 24px;
}
.filter-component .filter-option .parent-content-popover input[type=text] {
  border-radius: 0;
  border-right: 0;
  height: 24px;
}
.filter-component .filter-option .parent-content-popover button {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.filter-component .filter-option .parent-content-popover:after {
  content: "";
  display: block;
  clear: both;
}
.filter-component .filter-option .btn-dropdown {
  display: inline-block;
  border-radius: 2px;
  font-size: 12px;
  font-weight: normal;
  margin: 2px 0px 2px 10px;
  padding: 0 10px;
  height: 24px;
  line-height: 21px;
  text-transform: capitalize;
  background-color: #fff;
  color: #00174f;
  text-align: left;
  border: 1px solid #c3c3c3;
}
.filter-component .filter-option .btn-dropdown:hover, .filter-component .filter-option .btn-dropdown:focus, .filter-component .filter-option .btn-dropdown:active {
  color: #00174F;
}
.filter-component .filter-option .btn-dropdown span {
  padding: 0;
}
.filter-component .filter-option .btn-dropdown .z-down {
  font-size: 11px;
  padding-left: 2px;
  color: #00174F;
  vertical-align: sub;
}
.filter-component .filter-option .option-close i {
  position: absolute;
  top: -5px;
  font-size: 14px;
  cursor: pointer;
  right: -2px;
}
.filter-component .filter-option button.btn-text {
  height: 24px;
  line-height: 24px;
}
.filter-component .filter-option .filter-search-btn {
  background-color: #fff;
  height: 24px;
  border-left: 0;
  border-bottom: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  border-top: 1px solid #c3c3c3;
  line-height: 24px;
  color: #001036;
  outline: medium none !important;
  padding: 0 6px;
}

/*IE11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .filter-component .filter-option .popover, .filter-component .filter-option .popover-content {
    min-width: 289px;
  }
}
.loader-body {
  top: 42% !important;
}

.loader, .loader:before, .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #fff;
  font-size: 10px;
  margin: 20px auto 40px auto;
  position: fixed !important;
  left: 0;
  right: 0;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before, .loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}
@font-face {
  font-family: "znode-web-store";
  src: url("/Views/Themes/GSW/Fonts/znode-web-store.eot?pa46i9");
  src: url("/Views/Themes/GSW/Fonts/znode-web-store.eot?pa46i9#iefix") format("embedded-opentype"), url("/Views/Themes/GSW/Fonts/znode-web-store.ttf?pa46i9") format("truetype"), url("/Views/Themes/GSW/Fonts/znode-web-store.woff?pa46i9") format("woff"), url("/Views/Themes/GSW/Fonts/znode-web-store.svg?pa46i9#znode-web-store") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=zf-], [class*=" zf-"] {
  font-family: "znode-web-store" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.f-size {
  font-size: 20px;
  vertical-align: sub;
}

.zf-star-full-fill:before {
  font-family: "znode-web-store";
  content: "\e9d9";
}

.zf-arrow-left-big:before {
  font-family: "znode-web-store";
  content: "\e913";
}

.zf-arrow-right-big:before {
  font-family: "znode-web-store";
  content: "\e914";
}

.zf-amazon:before, .zf-Amazon:before {
  font-family: "znode-web-store";
  content: "\ea87";
}

.zf-order-view:before {
  font-family: "znode-web-store";
  content: "\e905";
}

.zf-arrow-left:before {
  font-family: "znode-web-store";
  content: "\e900";
}

.zf-delete:before {
  font-family: "znode-web-store";
  content: "\e901";
}

.zf-edit:before {
  font-family: "znode-web-store";
  content: "\e902";
}

.zf-manage:before {
  font-family: "znode-web-store";
  content: "\e903";
}

.zf-view:before {
  font-family: "znode-web-store";
  content: "\e904";
}

.zf-fedex:before {
  font-family: "znode-web-store";
  content: "\e612";
}

.zf-shere:before {
  font-family: "znode-web-store";
  content: "\e613";
}

.zf-ups:before {
  font-family: "znode-web-store";
  content: "\e614";
}

.zf-grid-view:before {
  font-family: "znode-web-store";
  content: "\e60b";
}

.zf-list-view:before {
  font-family: "znode-web-store";
  content: "\e60c";
}

.zf-text-view:before {
  font-family: "znode-web-store";
  content: "\e60d";
}

.zf-cart:before {
  font-family: "znode-web-store";
  content: "\e918";
}

.zf-checkout:before {
  font-family: "znode-web-store";
  content: "\e601";
}

.zf-close:before {
  font-family: "znode-web-store";
  content: "\e602";
}

.zf-checked::before {
    font-family: "znode-web-store";
    content: '\2713';
    font-size: 26px;
}

.zf-trash::before {
    font-family: "znode-web-store";
    content: '\1F5D1';
    font-size: 25px;
}

.zf-compare:before {
  font-family: "znode-web-store";
  content: "\e603";
}

.zf-home:before {
  font-family: "znode-web-store";
  content: "\e604";
}

.zf-login:before {
  font-family: "znode-web-store";
  content: "\e605";
}

.zf-quick-order:before {
  font-family: "znode-web-store";
  content: "\e606";
}

.zf-search:before {
  font-family: "znode-web-store";
  content: "\e607";
}

.zf-share:before {
  font-family: "znode-web-store";
  content: "\e608";
}

.zf-shipping:before {
  font-family: "znode-web-store";
  content: "\e609";
}

.zf-small-arrow:before {
  font-family: "znode-web-store";
  content: "\e60a";
}

.zf-login-user:before {
  font-family: "znode-web-store";
  content: "\f007";
}

.zf-twitter:before {
  font-family: "znode-web-store";
  content: "\f081";
}

.zf-facebook:before {
  font-family: "znode-web-store";
  content: "\f082";
}

.zf-arrow-circle-right:before {
  font-family: "znode-web-store";
  content: "\f0a9";
}

.zf-google-plus-square:before {
  font-family: "znode-web-store";
  content: "\f0d4";
}

.zf-caret-right:before {
  font-family: "znode-web-store";
  content: "\f0da";
}

.zf-caret-left:before {
  font-family: "znode-web-store";
  content: "\f0d9";
}

.zf-youtube-square:before {
  font-family: "znode-web-store";
  content: "\f166";
}

.zf-visa-payment:before {
  font-family: "znode-web-store";
  content: "\f1f0";
}

.zf-mastercard-payment:before {
  font-family: "znode-web-store";
  content: "\f1f1";
}

.zf-amex-payment:before {
  font-family: "znode-web-store";
  content: "\f1f3";
}

.zf-paypal-payment:before {
  font-family: "znode-web-store";
  content: "\f1f4";
}

.zf-envelope-o:before {
  font-family: "znode-web-store";
  content: "\f003";
}

.zf-heart:before {
  font-family: "znode-web-store";
  content: "\f004";
}

.zf-lock:before {
  font-family: "znode-web-store";
  content: "\f023";
}

.zf-check-box-check:before {
  font-family: "znode-web-store";
  content: "\f046";
}

.zf-backward:before {
  font-family: "znode-web-store";
  content: "\f04a";
}

.zf-forward:before {
  font-family: "znode-web-store";
  content: "\f04e";
}

.zf-calendar:before {
  font-family: "znode-web-store";
  content: "\f073";
}

.zf-random:before {
  font-family: "znode-web-store";
  content: "\f074";
}

.zf-check-box:before {
  font-family: "znode-web-store";
  content: "\f096";
}

.zf-pinterest-square:before {
  font-family: "znode-web-store";
  content: "\f0d3";
}

.zf-first:before {
  font-family: "znode-web-store";
  content: "\f0d9";
}

.zf-last:before {
  font-family: "znode-web-store";
  content: "\f0db";
}

.zf-envelope:before {
  font-family: "znode-web-store";
  content: "\f0e0";
}

.zf-arrow-right-small:before {
  font-family: "znode-web-store";
  content: "\f105";
}

.zf-arrow-down-small:before {
  font-family: "znode-web-store";
  content: "\f107";
}

.zf-radio-button:before {
  font-family: "znode-web-store";
  content: "\f10c";
}

.zf-radio-button-check:before {
  font-family: "znode-web-store";
  content: "\f192";
}

.zf-printer:before {
  font-family: "znode-web-store";
  content: "\e60f";
}

.zf-key:before {
  font-family: "znode-web-store";
  content: "\e610";
}

.zf-key-2:before {
  font-family: "znode-web-store";
  content: "\e611";
}

.zf-checkbox-checked:before {
  font-family: "znode-web-store";
  content: "\e60e";
}

.zf-google:before, .zf-Google:before {
  font-family: "znode-web-store";
  content: "\e615";
}

.zf-facebook-simple:before, .zf-Facebook:before {
  font-family: "znode-web-store";
  content: "\e616";
}

.zf-pdf-file:before {
  font-family: "znode-web-store";
  content: "\e906";
}

.zf-word-file:before {
  font-family: "znode-web-store";
  content: "\e907";
}

.zf-excel-file:before {
  font-family: "znode-web-store";
  content: "\e908";
}

.zf-down:before {
  font-family: "znode-web-store";
  content: "\e909";
}

.zf-up:before {
  font-family: "znode-web-store";
  content: "\e90a";
}

.zf-refresh:before {
  font-family: "znode-web-store";
  content: "\f021";
}

.zf-close-circle:before {
  font-family: "znode-web-store";
  content: "\f057";
}

.zf-orders:before {
  font-family: "znode-web-store";
  content: "\e90b";
}

.zf-refund-order:before {
  font-family: "znode-web-store";
  content: "\e90c";
}

.zf-star-empty:before {
  font-family: "znode-web-store";
  content: "\e90d";
}

.zf-star-full:before {
  font-family: "znode-web-store";
  content: "\e90e";
}

.zf-star-half:before {
  font-family: "znode-web-store";
  content: "\e90f";
}

.zf-view-details:before {
  font-family: "znode-web-store";
  content: "\e910";
}

.zf-active:before {
  font-family: "znode-web-store";
  content: "\e911";
}

.zf-inactive:before {
  font-family: "znode-web-store";
  content: "\e912";
}

.zf-swatch-box:before {
  font-family: "znode-web-store";
  content: "\f04d";
}

.zf-help-circle:before {
  font-family: "znode-web-store";
  content: "\e915";
}

.zf-school:before {
  font-family: "znode-web-store";
  content: "\e916";
}

.zf-up-arrow:before {
  font-family: "znode-web-store";
  content: "\e917";
}

.zf-return:before {
  font-family: "znode-web-store";
  content: " \e919";
}

.zf-play-icon:before {
  font-family: "znode-web-store";
  content: "\e91a";
}

.zf-check-circle-icon:before {
  font-family: "znode-web-store";
  content: "\e91c";
}

.newsletter-widget label {
  float: left;
  color: #fff;
  padding-right: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 100;
}
.newsletter-widget input[type=text], .newsletter-widget button {
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  height: 30px;
  border-color: #75809e;
}
.newsletter-widget button {
  line-height: 1;
  background-color: #28366a;
  width: 100px;
}
.newsletter-widget button:hover, .newsletter-widget button:focus, .newsletter-widget button:active {
  background-color: #28366a;
  color: #fff;
}

.link-panel-widget {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
}
.link-panel-widget li {
  list-style: none;
  display: inline-block;
  padding: 2px;
}
.link-panel-widget li img {
  height: 30px;
  width: 30px;
}

.tt-dropdown-menu {
  width: 100%;
  background-color: #fff;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #c3c3c3;
  margin-top: -10px;
}

.tt-dataset-autos, .tt-suggestions {
  float: left;
  width: 100%;
}

.tt-suggestion {
  float: left;
  width: 100%;
  border-bottom: 1px solid #c3c3c3;
  color: #00174f;
}
.tt-suggestion .auto-list {
  float: left;
  width: 70%;
  padding: 5px;
}
.tt-suggestion .auto-list p {
  font-size: 13px !important;
  padding: 2px 0 !important;
  margin: 0 !important;
  line-height: 1;
  text-align: left;
  font-weight: 400;
}
.tt-suggestion .auto-list .gsw-state {
  font-size: 10px;
  color: #75809e;
  text-align: left;
  text-transform: capitalize;
  font-weight: 100;
}
.tt-suggestion .auto-list img {
  display: none !important;
}
.tt-suggestion .auto-img {
  display: none;
}

.tt-suggestion.tt-cursor {
  background-color: #f6f6f6;
  cursor: pointer;
}

.gsw-left .gsw-left-inner .search-container .tt-suggestion .auto-list {
  margin-top: -20px !important;
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .item img {
  display: block;
  margin: 0 auto;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .carousel-caption {
  position: absolute;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  top: 14%;
  z-index: 10;
}
.owl-carousel .carousel-caption .first {
  font-size: 24px;
  text-transform: capitalize;
  color: #fff;
  position: relative;
  margin-bottom: 0;
  font-weight: normal;
}
.owl-carousel .carousel-caption h3 {
  font-size: 72px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  margin: 0;
  font-weight: normal;
}
.owl-carousel .carousel-caption div {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  margin-bottom: 0;
  font-weight: normal;
}
.owl-carousel .carousel-caption a {
  position: relative;
  margin-left: 0;
  padding-right: 15px;
  margin-top: 10px;
}
.owl-carousel .carousel-caption a i {
  vertical-align: middle;
  line-height: 32px;
  padding-left: 5px;
}
.owl-carousel .carousel-caption.Left {
  text-align: left;
}
.owl-carousel .carousel-caption.Right {
  text-align: right;
}
.owl-carousel .carousel-caption.Center {
  text-align: center;
}
.owl-carousel .green {
  background: #638c2f;
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-pagination {
  display: none;
}

.owl-theme .owl-controls {
  text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #001036;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  font-size: 12px;
  border-radius: 0;
  background: #fff;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  cursor: pointer;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  border-radius: 20px;
  border: 2px solid #fff;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
  border: 2px solid #fff;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  background: #fff !important;
  border: 1px solid #fff;
}

.slider .item img {
  display: block;
  width: 100%;
  height: auto;
}
.slider .owl-pagination {
  margin-top: -37px;
  display: block;
}
.slider .owl-buttons .owl-prev {
  float: left;
  padding: 15px 10px;
  position: absolute;
  top: 45%;
  left: 0;
}
.slider .owl-buttons .owl-next {
  float: right;
  padding: 15px 10px;
  position: absolute;
  top: 45%;
  right: 0;
}

.Boxed {
  margin: 0 auto;
}

@media all and (min-width: 320px) {
  .owl-carousel .item img {
    height: 180px;
  }
  .owl-carousel .carousel-caption .first {
    font-size: 16px;
  }
  .owl-carousel .carousel-caption h3 {
    font-size: 30px;
  }
  .owl-carousel .carousel-caption div {
    font-size: 14px;
  }
  .slider .owl-buttons .owl-prev {
    padding: 10px 6px;
    top: 35%;
  }
  .slider .owl-buttons .owl-next {
    padding: 10px 6px;
    top: 35%;
  }
}
@media all and (min-width: 768px) {
  .Boxed {
    width: 750px;
  }
  .owl-carousel .item img {
    height: auto;
  }
  .owl-carousel .carousel-caption.Left {
    left: 8%;
  }
  .owl-carousel .carousel-caption.Right {
    right: 8%;
  }
}
@media all and (min-width: 992px) {
  .Boxed {
    width: 992px;
  }
  .owl-carousel .carousel-caption .first {
    font-size: 24px;
  }
  .owl-carousel .carousel-caption h3 {
    font-size: 72px;
  }
  .owl-carousel .carousel-caption div {
    font-size: 18px;
  }
  .slider .owl-buttons .owl-prev {
    padding: 15px 10px;
    top: 38%;
  }
  .slider .owl-buttons .owl-next {
    padding: 15px 10px;
    top: 38%;
  }
}
@media all and (min-width: 1200px) {
  .Boxed {
    width: 1170px;
  }
  .owl-carousel .carousel-caption.Right {
    top: 40%;
  }
  .owl-carousel .carousel-caption.Center {
    top: 40%;
  }
}
@media all and (min-width: 1300px) {
  .owl-carousel .carousel-caption.Left {
    top: 14%;
  }
  .slider .owl-buttons .owl-prev {
    top: 42%;
  }
  .slider .owl-buttons .owl-next {
    top: 42%;
  }
}
@media all and (min-width: 1500px) {
  .owl-carousel .carousel-caption.Left {
    top: 14%;
    left: 20%;
  }
  .owl-carousel .carousel-caption.Right {
    top: 46%;
    right: 20%;
  }
  .owl-carousel .carousel-caption.Center {
    top: 46%;
  }
}
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}

@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
            transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
.product-list-widget .product-item {
  margin: 5px auto 10px;
  max-width: 263px;
  position: relative;
}
.product-list-widget .view-item {
  border: 1px solid #fff;
  padding: 15px 10px;
}
.product-list-widget .view-item:hover {
  border: 1px solid #c3c3c3;
  -webkit-box-shadow: 0 7px 17px 0 rgba(23, 84, 116, 0.18);
          box-shadow: 0 7px 17px 0 rgba(23, 84, 116, 0.18);
  z-index: 99;
}
.product-list-widget .view-item:hover .item-error-msg {
  background: rgba(0, 0, 0, 0.2);
}
.product-list-widget .view-item:hover .btn-quick-view {
  display: inline-table;
}
.product-list-widget .view-item .item-error-msg {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 83%;
  top: 90px;
  left: 21px;
  right: 0;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
.product-list-widget .view-item .item-error-msg p {
  color: #fff;
  font-weight: 600;
  position: relative;
  font-size: 18px;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
.product-list-widget .product-img .image {
  height: 220px;
  width: 100%;
}
.product-list-widget .product-img img {
  margin: 0 auto;
  max-height: 220px;
}
.product-list-widget .product-img .new-product-tag {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 99;
  width: 40px;
  height: 40px;
}
.product-list-widget .product-img .btn-quick-view {
  position: absolute;
  top: 210px;
  left: 34%;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 27px;
  display: none;
  z-index: 99;
  padding: 0 10px;
  font-family: GillSans-SemiBold, Arial, sans-serif;
  border-radius: 2px;
}
.product-list-widget .product-details {
  margin-top: 10px;
}
.product-list-widget .product-details h4 {
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
.product-list-widget .product-details .price {
  margin: 5px 0;
}
.product-list-widget .product-details .price label {
  font-size: 13px;
  margin: 0;
}
.product-list-widget .product-details .cut-price {
  font-size: 13px;
}
.product-list-widget .product-details a {
  font-size: 12px;
}
.product-list-widget .owl-theme .owl-controls {
  position: absolute;
  right: 0;
  text-align: center;
  top: -56px;
}
.product-list-widget .owl-theme .owl-controls .owl-buttons .owl-prev, .product-list-widget .owl-theme .owl-controls .owl-buttons .owl-next {
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  color: #001036;
  height: 28px;
  width: 28px;
  margin: 0;
  line-height: 26px;
  opacity: 1;
  font-family: "znode-web-store" !important;
}
.product-list-widget .owl-theme .owl-controls .owl-buttons .owl-prev:hover, .product-list-widget .owl-theme .owl-controls .owl-buttons .owl-next:hover {
  background-color: #001036;
  color: #fff;
}
.product-list-widget .owl-theme .owl-controls .owl-buttons .owl-prev {
  margin-right: 5px;
}
.product-list-widget .recent-view-items {
  float: left;
  width: 100%;
}

@media all and (min-width: 320px) {
  .product-list-widget .owl-theme .owl-controls {
    display: none !important;
  }
  #layout-home .product-list-widget {
    padding: 0 5px;
  }
}
@media all and (min-width: 768px) {
  .product-list-widget .owl-theme .owl-controls {
    display: block !important;
  }
  #layout-home .product-list-widget {
    padding: 0;
  }
}
.product-grid .products-modes-setting {
  border-bottom: 5px solid #001036;
}
.product-grid .products-modes-setting h1 {
  margin-top: 0;
}
.product-grid .products-modes-setting .view-mode {
  font-size: 13px;
  line-height: 50px;
}
.product-grid .products-modes-setting .view-mode a {
  padding-left: 5px;
  display: inline-block;
  text-align: center;
}
.product-grid .products-modes-setting .view-mode i {
  font-size: 20px;
  padding: 5px;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  color: #bababa;
}
.product-grid .products-modes-setting .view-mode i:hover {
  background-color: #001036;
  color: #fff;
  border-color: #001036;
}
.product-grid .products-modes-setting .view-mode a.grid-view-opt-active > i, .product-grid .products-modes-setting .view-mode a.list-view-opt-active > i, .product-grid .products-modes-setting .view-mode a.text-view-opt-active > i {
  background-color: #001036;
  color: #fff;
  border: 1px solid #001036;
}

.product-grid .product-view .product-item {
  margin: 15px auto;
  max-width: 263px;
  position: relative;
  height: 100%;
}
.product-grid .product-view .product-item .swatch-img-container {
  position: absolute;
  right: 5px;
  bottom: 110px;
}
.product-grid .product-view .product-item .swatch-img-container ul {
  margin: 0;
  padding: 0;
}
.product-grid .product-view .product-item .swatch-img-container ul li {
  display: block;
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin-bottom: 5px;
}
.product-grid .product-view .product-item .view-item {
  border: 1px solid #fff;
  padding: 15px 10px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-grid .product-view .product-item .view-item:hover {
  border: 1px solid #c3c3c3;
  -webkit-box-shadow: 0 0 8px 0 rgba(23, 84, 114, 0.18);
          box-shadow: 0 0 8px 0 rgba(23, 84, 114, 0.18);
  z-index: 99;
}
.product-grid .product-view .product-item .view-item:hover .compare-link {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  left: 6px;
  z-index: 99;
}
.product-grid .product-view .product-item .view-item:hover .item-error-msg {
  background: rgba(0, 0, 0, 0.2);
}
.product-grid .product-view .product-item .view-item .item-error-msg {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 83%;
  top: 90px;
  left: 21px;
  right: 0;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
.product-grid .product-view .product-item .view-item .item-error-msg p {
  color: #fff;
  font-weight: 600;
  position: relative;
  font-size: 18px;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
.product-grid .product-view .product-item .product-img .image {
  min-height: 50px;
}
.product-grid .product-view .product-item .product-img .new-product-tag {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 99;
  width: 40px;
  height: 40px;
}
.product-grid .product-view .product-item .product-img img {
  margin: 0 auto;
  max-height: 220px;
}
.product-grid .product-view .product-item .product-img .btn-quick-view {
  display: none;
  position: absolute;
  top: 210px;
  left: 34%;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 27px;
  z-index: 99;
  padding: 0 10px;
  font-family: GillSans-SemiBold, Arial, sans-serif;
  border-radius: 2px;
}
.product-grid .product-view .product-item .product-details {
  margin-top: 10px;
}
.product-grid .product-view .product-item .product-details h4 {
  font-size: 15px;
  overflow: hidden;
  color: #00174f;
  line-height: 20px;
  font-family: GillSans-SemiBold, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
.product-grid .product-view .product-item .product-details .price {
  margin: 5px 0;
  font-size: 16px;
  text-align: center;
}
.product-grid .product-view .product-item .product-details .price label {
  font-size: 13px;
  margin: 0;
}
.product-grid .product-view .product-item .product-details a {
  font-size: 13px;
  color: #717171;
}
.product-grid .product-view .category-item .image {
  min-height: 220px;
  max-height: 220px;
}
.product-grid .product-view .category-item .short-description p {
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}
.product-grid .product-view .category-item .btn-card {
  width: 100%;
}
.product-grid .product-view .category-item .category-img img {
  margin: 0 auto;
  max-height: 220px;
}
.product-grid .product-view .category-item h4 {
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  line-height: 18px;
}
.product-grid .product-view .text-view .product-item .swatch-img-container {
  display: none;
}
.product-grid .product-view .text-view .product-item .view-item:hover .compare-link {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  right: 6px !important;
  left: auto;
  z-index: 99;
}
.product-grid .product-view .list-view > li, .product-grid .product-view .text-view > li {
  width: 100%;
}
.product-grid .product-view .list-view li .product-item, .product-grid .product-view .text-view li .product-item {
  max-width: 100% !important;
}
.product-grid .product-view .list-view li .product-item .view-item {
  float: left;
  width: 100%;
  border-bottom: 1px solid #c3c3c3;
}
.product-grid .product-view .list-view li .product-item .view-item .item-error-msg {
  width: 26%;
  left: 24px;
}
.product-grid .product-view .list-view li .product-img {
  float: left;
  width: 30%;
  padding: 0 10px;
}
.product-grid .product-view .list-view li .product-img .btn-quick-view {
  left: 11%;
}
.product-grid .product-view .list-view li .product-details {
  float: left;
  width: 70%;
  margin-top: 0;
}
.product-grid .product-view .list-view li .product-details .title {
  margin: 0 0 6px 0;
  text-align: left;
}
.product-grid .product-view .text-view li .product-item {
  margin: 5px auto;
}
.product-grid .product-view .text-view li .product-item .view-item {
  border-bottom: 1px solid #c3c3c3;
}
.product-grid .product-view .text-view li .product-item .view-item .item-error-msg {
  width: 100%;
  left: 0;
  top: 70px;
  background-color: transparent;
  text-align: left;
  left: 10px;
}
.product-grid .product-view .text-view li .product-item .view-item .item-error-msg p {
  color: #00174f;
  font-size: 14px;
  text-shadow: none;
}
.product-grid .product-view .text-view li .product-item .view-item .new-product-tag {
  right: 55px;
}
.product-grid .product-view .text-view li .product-img .image {
  display: none;
}
.product-grid .product-view .text-view li .product-img .compare-link {
  position: absolute;
  top: 15px;
  right: -8px !important;
  bottom: 65px;
  left: auto;
  opacity: 0;
  pointer-events: none;
}
.product-grid .product-view .text-view li .product-img .btn-quick-view {
  top: 45px;
  left: 43%;
}
.product-grid .product-view .text-view li .product-details {
  margin-top: 0;
}
.product-grid .product-view .text-view li .product-details .title {
  margin: 0 0 6px 0;
  text-align: left;
}
.product-grid .product-view .text-view li .product-details .text-center, .product-grid .product-view .list-view li .product-details .text-center {
  text-align: left !important;
}

.product-grid-ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-grid-ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.search-paging .gsw-pagination {
  width: 100%;
}
.search-paging .gsw-pagination select {
  padding: 8px 20px 10px 5px;
  min-width: 70px;
  background: #fff url("/Views/Themes/GSW/Images/drop-arrow.png") no-repeat 93% center;
  background-size: 10px;
  margin-top: 13px;
}
.search-paging .gsw-pagination .paging-text-left {
  font-size: 14px;
  font-weight: bold;
  float: left;
  margin: 20px 10px 0 0;
}
.search-paging .gsw-pagination .paging-text-right {
  font-size: 14px;
  font-weight: bold;
  float: left;
  margin: 20px 0 0 10px;
}
.search-paging .gsw-pagination select {
  width: 50px;
  float: left;
  min-width: 50px;
}
.search-paging .search-pagination {
  padding: 0 5px 0 0;
  margin-top: 15px;
}
.search-paging .search-pagination ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
.search-paging .search-pagination ul li {
  display: inline-block;
  list-style: none;
}
.search-paging .search-pagination ul li a {
  padding: 0;
  display: block;
}
.search-paging .search-pagination ul li a.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.search-paging .search-pagination ul .arrow-right, .search-paging .search-pagination ul .arrow-left, .search-paging .search-pagination ul .tp-pager {
  float: left;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #c3c3c3;
  color: #001036;
  margin-left: 5px;
}
.search-paging .search-pagination ul .arrow-left {
  margin-right: 5px;
}

.compare-product-popup {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%) !important;
  -webkit-transform: translate(0, -50%) !important;
  -moz-transform: translate(0, -50%) !important;
  left: 0;
  right: 0;
}

.compare-link {
  position: absolute;
  top: 15px;
  left: -30px;
  opacity: 0;
  pointer-events: none;
}
.compare-link a {
  color: #001036;
  border: 1px solid #001036;
  padding: 10px;
  background-color: #fff;
}
.compare-link i {
  vertical-align: middle;
  text-align: center;
  font-size: 22px;
}

.category-list h1 {
  border-bottom: 5px solid #001036;
  margin-top: 0;
  padding-bottom: 10px;
}

.product-grid .panel {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0 !important;
}
.product-grid .panel-heading .accordion-toggle.collapsed {
  background-color: #fff;
  border: 0;
  font-weight: normal;
  text-transform: uppercase;
  color: #76829D;
}
.product-grid .panel {
  border: 0;
  border-bottom: 2px solid #76829D;
}
.product-grid .panel-heading h4 {
  background-color: #fff !important;
  border: 0 !important;
  font-weight: normal;
  text-transform: uppercase;
  color: #76829D !important;
}
.product-grid .panel-heading .accordion-toggle:after {
  color: #76829D;
}

@media all and (min-width: 320px) {
  .grid-view > li {
    width: 50%;
  }
  .search-paging {
    padding: 0;
  }
  .product-list-widget .view-item:hover .btn-quick-view, .product-grid .product-view .view-item:hover .btn-quick-view {
    display: none;
  }
  .product-grid .product-view .list-view li .product-img .image {
    min-height: 70px;
  }
  .compare-link {
    left: 6px;
    top: 210px;
    opacity: 1;
  }
  .compare-link a {
    padding: 5px;
  }
  .compare-link a i {
    font-size: 15px;
  }
  .list-view li .compare-link {
    left: 6px;
    top: 10px;
    opacity: 1;
  }
}
@media all and (min-width: 480px) {
  .grid-view > li {
    width: 50%;
  }
}
@media all and (min-width: 768px) {
  .product-grid .product-view .list-view li .product-img .image {
    min-height: 150px;
  }
  .product-grid .product-view .list-view li .product-img .btn-quick-view {
    top: 150px;
    left: 8%;
  }
  .search-paging {
    padding: 0 10px;
  }
  .compare-link {
    opacity: 0;
    left: -30px;
    top: 15px;
  }
  .compare-link a {
    padding: 10px;
  }
  .compare-link a i {
    font-size: 22px;
  }
  .list-view li .compare-link {
    left: -30px;
    top: 15px;
    opacity: 0;
  }
  .product-grid .product-view .product-item .product-img .image {
    min-height: 220px;
  }
}
@media all and (min-width: 992px) {
  .grid-view > li {
    width: 33.33%;
  }
  .product-grid .product-view .list-view li .product-img .image {
    min-height: 220px;
  }
  .product-grid .product-view .list-view li .product-img .btn-quick-view {
    top: 210px;
    left: 11%;
  }
  .product-grid .product-item .btn-quick-view i, .product-grid .product-item .btn-add-cart i {
    font-size: 12px;
  }
  .product-grid .product-item .btn-quick-view, .product-grid .product-item .btn-add-cart {
    padding: 0 12px 0 7px;
    font-size: 12px;
  }
}
@media all and (min-width: 1200px) {
  .product-grid .product-item .btn-quick-view i, .product-grid .product-item .btn-add-cart i {
    font-size: 16px;
  }
  .product-grid .product-item .btn-quick-view, .product-grid .product-item .btn-add-cart {
    padding: 0 15px 0 10px;
    font-size: 13px;
  }
  .product-list-widget .view-item:hover .btn-quick-view, .product-grid .product-view .view-item:hover .btn-quick-view {
    display: inline-table;
  }
}
.panel-heading .accordion-toggle:after {
  font-family: "znode-web-store";
  content: "\f107";
  float: right;
  color: #fff;
}

.panel-heading .accordion-toggle.collapsed:after {
  content: "\f105";
  color: #001036;
}

.panel-heading .accordion-toggle.collapsed {
  background-color: #f9f9f9;
  border-left: 6px solid #001036;
  color: #001036;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.side-bar .panel-heading {
  padding: 0;
}
.side-bar .panel-heading h4 {
  background-color: #001036;
  color: #fff;
  font-size: 15px;
  padding: 8px 15px;
  cursor: pointer;
  border-left: 6px solid #717171;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.side-bar .filter-list {
  padding: 0;
  margin: 0;
}
.side-bar .filter-list h4 {
  font-size: 18px;
}
.side-bar .filter-list li {
  list-style: none;
  line-height: 30px;
}
.side-bar .filter-list li h4 {
  font-size: 16px;
  font-family: GillSans-SemiBold, Arial, sans-serif;
}
.side-bar .filter-list li label {
  line-height: 22px;
}
.side-bar .filter-list li.filter-item {
  padding: 0 5px;
  border-radius: 4px;
  color: #00174F;
  cursor: pointer;
  margin-top: 5px;
}
.side-bar .filter-list li.filter-item:hover label {
  text-decoration: line-through !important;
  color: #001036;
}
.side-bar .filter-list li.filter-item i {
  font-size: 10px;
  margin: 0 5px;
  color: #001036;
  display: inline-block;
  vertical-align: middle;
}
.side-bar .filter-list li.filter-item label {
  font-weight: normal;
  max-width: 88%;
  vertical-align: top;
  line-height: 18px;
  cursor: pointer;
}
.side-bar .clear-filter {
  cursor: pointer;
  display: block;
  text-align: right;
  margin-top: -10px;
}
.side-bar .facets-content-area .panel-collapse {
  max-height: 250px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.narrow-results-pane .list-group {
  margin-bottom: 5px;
}
.narrow-results-pane .product-grid .panel {
  border-bottom: 1px solid #ddd !important;
}

@media all and (min-width: 320px) {
  .side-bar .narrow-results {
    display: block;
    padding: 10px;
    font-size: 16px;
    color: #001036;
    background-color: #f6f6f6;
  }
  .side-bar .narrow-results:after {
    content: "\f107";
    float: right;
    font-family: "znode-web-store";
    padding-left: 5px;
    line-height: 24px;
  }
  .side-bar .narrow-results.collapsed:after {
    content: "\f105";
  }
  .side-bar {
    padding-left: 15px;
  }
}
@media all and (min-width: 768px) {
  .side-bar .narrow-results {
    display: none;
  }
  .side-bar {
    padding-left: 0;
    padding-right: 0;
  }
  .side-bar .filter-list li.filter-item label {
    max-width: 85%;
  }
}
@media all and (min-width: 992px) {
  .side-bar {
    padding-right: 15px;
  }
  .side-bar .filter-list li.filter-item label {
    max-width: 88%;
  }
}
.compare-print {
  border-bottom: 1px solid #00174F;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.compare-print a {
  padding-left: 10px;
}

.compare-product-box {
  margin: 15px 0;
  border: 1px solid #c3c3c3;
}
.compare-product-box h4 {
  background-color: #001036;
  font-size: 16px;
  padding: 10px 15px;
  margin: 0;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.compare-product-box .compare-product {
  padding: 0 10px;
}

.compare-product-list {
  border: 1px solid #c3c3c3;
  font-size: 11px;
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
.compare-product-list img {
  padding: 5px;
}
.compare-product-list .remove-compare {
  position: absolute;
  top: -10px;
  right: -10px;
  color: #001036;
  opacity: 1;
  font-size: 15px;
}
.compare-product-list p {
  margin: 5px 0;
}

.product-compare-list {
  padding-left: 8px;
  padding-right: 8px;
}
.product-compare-list .form-group {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.product-compare-list .product-item {
  border: 1px solid #c3c3c3;
  padding: 10px 5px;
}
.product-compare-list .product-item label {
  color: #001036;
}
.product-compare-list .product-item img {
  margin: 0 auto;
}
.product-compare-list .product-item .remove-compare {
  position: absolute;
  top: -12px;
  right: -12px;
  color: #001036;
  opacity: 1;
  font-size: 18px;
}
.product-compare-list .zf-inactive, .product-compare-list .zf-close {
  color: #cc0000;
}
.product-compare-list .zf-active, .product-compare-list .zf-ok {
  color: #5cb85c;
}
.product-compare-list .zf-file-text {
  font-size: 32px;
}
.product-compare-list .product-variants {
  padding: 0;
  margin: 0;
  border: 1px solid #c3c3c3;
}
.product-compare-list .product-variants li {
  list-style: none;
  padding: 3px 5px;
  border-bottom: 1px solid #c3c3c3;
}
.product-compare-list .product-variants li:nth-last-child(1) {
  border-bottom: 0;
}
.product-compare-list .btn-text {
  font-weight: normal;
}

@media all and (min-width: 320px) {
  .compare-all {
    padding: 0 5px;
  }
}
@media all and (min-width: 768px) {
  .compare-all {
    padding: 0;
  }
}
@media print {
  .product-compare-list .product-item .remove-compare, .btn-text-full, .header .header-link-contain, .header .header-local-container, .compare-print, .header .header-nav-container .navbar-toggle, bl {
    display: none !important;
  }
  .product-compare-list .product-item {
    padding: 10px;
    margin: 0 0 20px;
  }
  html, body {
    font-size: 20px;
  }
  .product-compare-list {
    float: none;
    width: 100%;
    display: block;
    padding: 0;
  }
  header, .header .header-logo {
    display: none !important;
  }
  .header {
    height: 100px !important;
    margin: 0 0 15px;
  }
}
.datepicker {
  font-family: GillSans, Arial, sans-serif;
  top: 0;
  left: 0;
  padding: 5px 10px;
  margin-top: 0;
  background-color: #fff !important;
  cursor: pointer !important;
  z-index: 9999 !important;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  border-radius: 0;
}

.datepicker-orient-top:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #c3c3c3;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

.datepicker-orient-top:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.datepicker-orient-bottom:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -12px;
  left: 6px;
  width: 0;
  height: 0;
  border-color: rgba(0, 0, 0, 0.2) transparent transparent transparent;
  border-style: solid;
  border-width: 6px;
}

.datepicker-orient-bottom:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -12px;
  left: 7px;
  width: 0;
  height: 0;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 6px;
}

.datepicker > div {
  display: none;
}

.datepicker table {
  width: 100%;
  margin: 0;
}

.datepicker td, .datepicker th {
  text-align: center;
  width: 40px;
  height: 20px;
}

.datepicker td.day:hover {
  background: #e6e9e6;
  cursor: pointer;
}

.datepicker td.old, .datepicker td.new {
  color: #999;
}

.datepicker td.active, .datepicker td.active:hover {
  background: #001036;
  color: #fff;
}

.datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active, .datepicker td.active.disabled, .datepicker td.active:hover.disabled, .datepicker td.active[disabled], .datepicker td.active:hover[disabled] {
  background-color: #001036;
  color: #fff;
}

.datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active:hover.active {
  background-color: #039 \9 ;
}

.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
}

.datepicker td span:hover {
  background: #e6e9e6;
}

.datepicker td span.active {
  background: #001036;
  color: #fff;
}

.datepicker td span.active:hover, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled] {
  background: #001036;
  color: #fff;
}

.datepicker td span.active:active, .datepicker td span.active.active {
  background-color: #039 \9 ;
}

.datepicker td span.old {
  color: #999;
}

.datepicker th.switch {
  width: 145px;
}

.datepicker thead tr:first-child th {
  cursor: pointer;
}

.datepicker thead tr:first-child th:hover {
  background: #fff;
}

.datepicker-months table tbody tr td, .datepicker-years table tbody tr td {
  width: 220px !important;
}

.datepicker table thead tr {
  padding: 5px 0;
}
.datepicker table thead tr .prev, .datepicker table thead tr .next {
  color: #00174F;
}
.datepicker table thead tr .dow {
  font-weight: normal;
  color: #323230;
  font-size: 12px;
}

.datepicker table tbody {
  background-color: #ececec;
}
.datepicker table tbody tr td {
  background-color: #fff;
  border: 1px solid #ececec;
}

.timepicker .timepicker-picker .timepicker-hour, .timepicker .timepicker-picker .timepicker-minute {
  text-align: center;
  display: block;
}

.timepicker .timepicker-picker .glyphicon {
  color: #00174F;
}

.timepicker .timepicker-picker .btn-primary {
  background: #00174F;
  border: 1px solid #00174F;
}

.table {
  margin-bottom: 0;
  font-size: 13px;
}
.table thead {
  color: #00174f;
  border-top: 1px solid #c3c3c3;
}
.table thead tr {
  min-height: 30px;
}
.table thead tr th {
  font-weight: normal;
  border: 0;
  padding: 5px;
}
.table thead tr th a {
  color: #00174f;
  display: block;
}
.table thead tr th a i {
  color: #c5c5c5;
  padding-left: 4px;
  font-size: 12px;
}
.table thead tr th a.selected i {
  color: #00174F;
  padding-left: 2px;
  font-size: 10px;
}
.table tbody {
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
}
.table tbody tr td {
  padding: 5px;
  vertical-align: middle;
  border: 0;
}
.table tbody tr td .zf-inactive, .table tbody tr td .zf-close {
  color: #cc0000;
}
.table tbody tr td .zf-active, .table tbody tr td .zf-ok {
  color: #5cb85c;
}
.table tbody tr td .zf-file-text {
  font-size: 32px;
}
.table tbody tr td label {
  font-weight: normal;
}
.table tfoot {
  display: none;
}
.table tbody tr:hover {
  background-color: #f8f3f3;
}

.no-record {
  text-align: center;
  padding: 5px 0;
}

.grid-control {
  height: 24px;
}
.grid-control .padding-left {
  padding-left: 6px;
}

.pagination-top {
  padding: 0 0 7px;
  float: left;
}

.pagination-bottom {
  padding: 10px 0 0;
  float: left;
}

.pagination {
  padding-right: 15px;
  float: left;
  margin: 0;
  font-size: 12px;
}
.pagination i {
  color: #001036;
}

.pagination .page-limit {
  padding-right: 7px;
  border-right: 1px solid #c3c3c3;
}

.pagination .page-limit input[type=text] {
  width: 30px;
  float: none;
  text-align: center;
  height: 26px;
  border-radius: 2px;
}

.pagination .show-per-page {
  padding-left: 7px;
}
.pagination .show-per-page select {
  width: 54px;
  float: none;
  height: 26px;
  border-radius: 2px;
}
.pagination .show-per-page .separator {
  margin-right: 15px;
  border-right: 1px solid #c3c3c3;
  padding-right: 15px;
  padding-left: 3px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
}

.action-ui {
  margin: 0;
  padding: 0;
}
.action-ui li {
  padding: 0 3px;
  list-style: none;
  display: inline-block;
  border-radius: 0;
  min-width: 22px;
  text-align: center;
  min-height: 20px;
  border-right: 1px solid #c3c3c3;
}
.action-ui li a {
  color: #001036;
  font-size: 13px;
  line-height: 17px;
  cursor: pointer;
}
.action-ui li a:hover {
  color: #00174F;
}
.action-ui li:last-child {
  margin-right: 0;
  border-right: none;
}

.imageicon {
  text-align: center;
  width: 100px;
}
.imageicon .grid-img {
  max-width: 35px;
  max-height: 35px;
  min-height: 35px;
  border: 1px solid #c3c3c3;
}

.navgation-control a, .navgation-control button {
  display: inline-block;
  text-align: center;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  padding: 0 10px;
  margin-left: 5px;
  height: 26px;
  line-height: 26px;
}
.navgation-control a:hover, .navgation-control button:hover {
  color: #00174F;
  cursor: pointer;
}
.navgation-control p {
  line-height: 26px;
  margin: 0 5px;
}

.grid-checkbox {
  width: 30px;
}

.JCLRgrip .JColResizer {
  width: 4px !important;
  border-right: 1px solid #3e8cf0;
  background-color: transparent !important;
}
.JCLRgrip .JColResizer:hover, .JCLRgrip .JColResizer:active, .JCLRgrip .JColResizer:focus {
  opacity: 0.5;
}

@media all and (min-width: 320px) {
  .pagination {
    padding-right: 0;
    margin-bottom: 5px;
  }
  .pagination .page-limit {
    padding-right: 3px;
  }
  .pagination .show-per-page {
    padding-left: 3px;
  }
  .grid-control .dropdown:hover .dropdown-menu {
    position: absolute;
  }
}
@media all and (min-width: 768px) {
  .pagination {
    padding-right: 7px;
    margin-bottom: auto;
  }
  .pagination .page-limit {
    padding-right: 7px;
  }
  .pagination .show-per-page {
    padding-left: 7px;
  }
}
@media all and (min-width: 1200px) {
  .page-container .show-per-page .separator {
    margin-right: 7px;
    padding: 4px 4px 4px 0;
  }
}
.category-list-widget ul, .brand-list-widget ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.category-list-widget ul li, .brand-list-widget ul li {
  width: calc(50% - 10px);
  display: inline-block;
  margin: 0 5px 10px;
  text-align: center;
  -webkit-box-shadow: 0 0 5px 0 rgba(23, 84, 116, 0.18);
          box-shadow: 0 0 5px 0 rgba(23, 84, 116, 0.18);
  border: 1px solid #fff;
}
.category-list-widget ul li:hover, .brand-list-widget ul li:hover {
  border: 1px solid #c3c3c3;
}
.category-list-widget ul li img, .brand-list-widget ul li img {
  max-width: 100px;
  margin: 0 auto;
  padding: 5px;
}
.category-list-widget ul li a, .brand-list-widget ul li a {
  display: block;
  width: 100%;
}
.category-list-widget ul li label, .brand-list-widget ul li label {
  font-weight: normal;
  color: #00174f;
  cursor: pointer;
}
.category-list-widget ul li label:hover, .brand-list-widget ul li label:hover {
  color: #001036;
}

@media all and (min-width: 768px) {
  .category-list-widget ul li, .brand-list-widget ul li {
    width: calc(20% - 10px);
  }
}
.form-builder-container .page-title {
  text-transform: uppercase;
}

.form-builder {
  padding-bottom: 20px;
}
.form-builder .form-group-container {
  padding: 15px 10px;
  margin-bottom: 10px;
  background: #dadada;
  overflow: hidden;
}
.form-builder .form-group-container .form-group-name {
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c3c3c3;
}
.form-builder .file-upload .file-upload-name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  float: none;
  margin-left: 5px;
}
.form-builder .file-upload .file-browse-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.form-builder .form-group .datepicker-control {
  width: 20%;
}
.form-builder .form-group .multiselect-dropdown {
  background: none;
  padding: 0;
}
.form-builder .form-group .switch-field {
  overflow: hidden;
  margin-top: 1px;
}
.form-builder .form-group .switch-field input {
  display: none;
}
.form-builder .form-group .switch-field label {
  float: left;
  display: inline-block;
  width: 40px;
  height: 24px;
  font-weight: normal !important;
  background-color: #fff;
  line-height: 20px !important;
  text-align: center;
  text-shadow: none;
  padding: 1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.form-builder .form-group .switch-field label:hover {
  cursor: pointer;
}
.form-builder .form-group .switch-field label:first-of-type {
  border-radius: 0;
}
.form-builder .form-group .switch-field label:last-of-type {
  border-radius: 0;
}
.form-builder .form-group .switch-title {
  margin-bottom: 6px;
}
.form-builder .form-group .switch-field input:checked + label {
  background-color: #001036;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-builder .form-group .file-upload .btn-text {
  margin-left: 0;
}

@media all and (min-width: 320px) {
  .form-builder .form-group .datepicker-control {
    width: 30%;
  }
}
@media all and (min-width: 768px) {
  .form-builder .form-group .datepicker-control {
    width: 20%;
  }
}
/*@import "widgets/_search.scss";
@import "widgets/_quick-order.scss";
@import "widgets/_local.scss";
@import "widgets/_quick-view.scss";
@import "widgets/_shipping-progress-bar.scss";*/
.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: height 500ms, background 500ms;
  transition: height 500ms, background 500ms;
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid #001036;
}
.header .header-logo {
  max-height: 95px;
  color: #001036;
  display: inline-block;
  padding: 0 5px;
}
.header .header-logo span {
  font-size: 34px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1.43px;
}
.header .header-logo sub {
  font-size: 13px;
  padding: 0 8px;
  vertical-align: super;
  font-family: GillSans, Arial, sans-serif;
}
.header .header-logo img {
  display: inline-block;
  vertical-align: text-bottom;
}
.header .header-logo h1 {
  color: #001036;
  font-size: 22px;
}
.header .header-link-contain {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-link-contain .header-link ul {
  float: right;
  padding-left: 0;
  padding-right: 10px;
}
.header .header-link-contain .header-link ul li {
  display: inline;
  list-style: none;
  line-height: 34px;
  position: relative;
}
.header .header-link-contain .header-link ul li .cartcount {
  top: -14px;
  height: 16px;
  width: 16px;
  border-radius: 50px;
  color: #00174F;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  position: absolute;
}
.header .header-link-contain .navbar {
  margin: 0;
  min-height: 30px;
}
.header .header-link-contain .navbar .navbar-toggle {
  border: 1px solid #c3c3c3;
  margin: 0 auto;
}
.header .header-link-contain .navbar .navbar-toggle .icon-bar {
  background: #c3c3c3;
}
.header .header-link-contain .navbar-mobile {
  position: absolute;
  min-width: 200px;
  background: #fff;
  left: 17px;
  border: 1px solid #c3c3c3;
  padding: 15px;
  z-index: 99;
}
.header .header-link-contain .navbar-mobile ul li .sub {
  display: none;
}
.header .header-link-contain .navbar-mobile ul li a {
  padding: 5px;
  display: block;
  width: 100%;
  text-transform: uppercase;
}
.header .header-link-contain .navbar-mobile ul li a.username {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 300px;
}
.header .header-nav-container {
  height: 50px;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 50px;
  border-bottom: 1px solid #c3c3c3;
}
.header .header-nav-container ul li {
  padding: 0 50px;
}
.header .header-nav-container ul li a {
  font-weight: 500;
  display: inline-block;
  line-height: 47px;
}
.header .header-nav-container ul li a:hover {
  border-bottom: 2px solid #001036;
}
.header .header-local-container {
  background-color: #00174F;
  height: 40px;
  line-height: 40px;
}
.header .header-local-container .link-panel-widget li {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 8px;
}
.header .header-local-container .link-panel-widget li a {
  padding: 0 10px !important;
}
.header .header-local-container a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}
.header .header-local-container span.sub {
  color: #fff;
  padding: 0 10px;
  font-size: 10px;
}

.hide-show {
  display: none;
}

.header-checkout .header-logo {
  padding: 8px 0;
}

@media all and (min-width: 320px) {
  .header .header-local-container {
    display: none;
  }
  .header .header-logo a {
    line-height: 26px;
  }
  .header .header-logo span {
    font-size: 22px;
  }
  .header .header-logo img {
    width: 150px;
  }
  .header .header-link-contain {
    padding: 5px 0;
  }
  .header .header-link-contain .header-link ul {
    float: left;
  }
  .header .header-link-contain .link-panel-widget li {
    display: block;
  }
}
@media all and (min-width: 768px) {
  .header .header-local-container {
    display: block;
  }
  .header .header-logo {
    padding: 12px 5px 6px;
  }
  .header .header-logo span {
    font-size: 34px;
  }
  .header .header-logo img {
    width: auto;
  }
  .header .header-link-contain .header-link ul {
    float: right;
  }
  .header .header-link-contain .navbar-mobile {
    display: none !important;
  }
  .header .header-link-contain .link-panel-widget li {
    display: inline-block;
  }
}
@media all and (min-width: 992px) {
  .header .header-logo {
    padding: 0;
  }
  .header .header-logo a {
    line-height: 95px;
  }
  .header-link-contain {
    padding: 0;
  }
  .header-checkout .header-logo {
    padding: 0;
  }
}
.wrapper {
  min-height: 100%;
}

.main-wrapper {
  padding: 15px 0;
  min-height: 700px;
  margin-top: 20px;
}
.main-wrapper .page-title {
  text-transform: uppercase;
}

footer {
  position: relative;
  clear: both;
}

.footer-container {
  background: #00174f;
}
.footer-container .footer-information {
  padding: 30px 0 50px;
  font-size: 13px;
  color: #fff;
}
.footer-container .footer-information a {
  color: #fff;
  text-decoration: none;
  line-height: 26px;
}
.footer-container .footer-information .row {
  padding: 10px 15px !important;
}
.footer-container .footer-information .error-msg {
  margin-top: 5px;
}
.footer-container .footer-contact p, .footer-container .footer-contact a {
  padding-left: 5px;
}
.footer-container .news-letter-container {
  padding-left: 5px;
  padding-right: 5px;
}
.footer-container .footer-shop {
  padding-left: 5px;
  padding-right: 5px;
}
.footer-container .footer-shop ul li {
  width: 100%;
  display: inline-block;
  list-style: none;
  background-color: transparent;
  padding: 0;
  vertical-align: top;
}
.footer-container .footer-shop ul li a {
  padding: 0;
  float: left;
  text-transform: capitalize;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.footer-container .footer-shop ul li a:hover {
  background-color: transparent;
}
.footer-container .footer-shop ul li .sub-menu {
  display: none;
}
.footer-container .footer-shop ul li i {
  float: left;
  margin: 5px;
}
.footer-container .footer-shop ul li .dropdown-menu {
  display: none;
}
.footer-container .footer-copyright {
  background-color: #001036;
  padding: 5px 0;
  text-align: center;
}
.footer-container .footer-copyright p {
  color: #75809e;
  display: inline-block;
  vertical-align: middle;
  line-height: 26px;
  font-size: 11px;
}
.footer-container .footer-copyright .footer-copyright-text {
  display: inline-block;
  vertical-align: middle;
}

.footer-container .footer-shop ul li i {
  display: none;
}

@media all and (min-width: 320px) {
  .footer-container .footer-copyright p {
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
  .footer-container .footer-copyright img {
    margin: 0 auto;
  }
  .footer-container .footer-copyright ul {
    float: left;
    width: 100%;
    text-align: center;
  }
  .footer-container .newsletter-widget {
    margin-bottom: 10px;
    float: left;
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .footer-container .footer-copyright p {
    text-align: left;
    display: inline-block;
    margin-bottom: 0;
  }
  .footer-container .footer-copyright img {
    margin: 0;
  }
  .footer-container .footer-copyright ul {
    float: right;
    width: auto;
  }
  .footer-container .footer-information .row {
    padding: 0 !important;
  }
  .newsletter-widget button {
    width: 60px;
  }
}
@media all and (min-width: 992px) {
  .newsletter-widget button {
    width: 100px;
  }
}
.breadcrumb-container {
  color: #001036;
  text-align: center;
  margin-top: -6px;
}
.breadcrumb-container a {
  color: #00174F;
  padding: 0 5px;
  display: inline-block;
}
.breadcrumb-container span {
  padding: 5px;
}

.nav-home {
  padding: 8px 4px 8px 0;
}
.nav-home a {
  background-color: #001036;
  border-radius: 50px;
  padding: 6px 8px !important;
}
.nav-home i {
  font-size: 18px;
}

.navbar-nav {
  margin: 0;
}
.navbar-nav > li:hover {
  background-color: #001036;
}
.navbar-nav > li .dropdown-menu {
  border-top: 5px solid #001036;
}
.navbar-nav > li > a {
  padding: 15px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:active, .navbar-nav > li > a:focus {
  background-color: #001036;
}
.navbar-nav > li .brand-filter a {
  font-size: 18px;
  text-align: center;
}
.navbar-nav > li .brand-filter a:hover {
  background-color: #f4f4f4;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu ul {
  padding: 0 0 10px 15px;
}
.dropdown-menu ul li {
  line-height: 40px;
  min-height: 24px;
}

.navbar-collapse {
  background-color: #00174f;
  padding: 0;
}

.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
  position: static;
}

.yamm .container {
  position: relative;
}

.yamm .dropdown-menu {
  left: auto;
}

.yamm .nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}

.yamm .yamm-content {
  padding: 20px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

.yamm .dropdown ul li {
  width: 19%;
  background-color: transparent;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
}
.yamm .dropdown ul li.view-all a {
  color: #001036;
}
.yamm .dropdown ul li a {
  font-weight: bold;
  background-color: transparent;
  color: #333;
  white-space: normal !important;
}
.yamm .dropdown ul li .sub-menu-child {
  padding-left: 30px;
}
.yamm .dropdown ul li .sub-menu-child li {
  width: 100%;
  list-style: none;
}
.yamm .dropdown ul li .sub-menu-child li a {
  color: #999;
  background-color: transparent;
}
.yamm .dropdown ul li .sub-menu-child li ul li a {
  font-weight: normal;
}
.yamm .dropdown ul li i {
  padding-right: 10px;
  color: #001036;
}

.yamm .dropdown ul li a:hover, .yamm .dropdown ul li .sub-menu-child li a:hover {
  color: #001036;
}

.nav-drop {
  right: 0;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
}
.nav-drop:hover, .nav-drop:active, .nav-drop:focus {
  color: #001036;
}

.nav-drop-container ul {
  background-color: #00174f;
  margin: 0;
  padding: 0;
  position: absolute;
  right: -5px;
  width: 50%;
  border-radius: 0;
}
.nav-drop-container ul li {
  list-style: none;
  display: block;
  position: relative !important;
  color: #fff;
  min-height: 24px;
  line-height: 40px;
}
.nav-drop-container ul li a {
  padding: 0 15px;
  color: #fff;
  width: 100%;
  display: block;
}
.nav-drop-container ul li:hover {
  background-color: #001036;
  color: #fff;
}
.nav-drop-container ul li ul {
  float: none !important;
  position: static !important;
  width: 100%;
  min-height: 50px !important;
}
.nav-drop-container ul li ul li {
  width: 100% !important;
}
.nav-drop-container ul li ul li a {
  color: #fff !important;
  padding: 10px 15px;
}

@media all and (min-width: 320px) {
  nav .nav-home {
    display: none;
  }
  .navbar-nav {
    height: auto !important;
  }
  .dropdown:hover .dropdown-menu {
    float: none;
    position: static;
  }
  .yamm .dropdown ul li {
    width: 100%;
  }
  .yamm .dropdown.yamm-fw .dropdown-menu {
    min-height: 100px;
  }
}
@media all and (min-width: 768px) {
  nav .nav-home {
    display: block;
  }
  .navbar-nav {
    height: 50px !important;
  }
  .dropdown:hover .dropdown-menu {
    float: left;
    position: absolute;
  }
  .yamm .dropdown ul li {
    width: 25%;
  }
  .yamm .dropdown.yamm-fw .dropdown-menu {
    min-height: 250px;
    max-height: 700px;
    overflow-y: auto;
  }
}
@media all and (min-width: 992px) {
  .yamm .dropdown ul li {
    width: 19%;
  }
  .yamm .dropdown.yamm-fw .dropdown-menu {
    min-height: 250px;
    max-height: 450px;
    overflow-y: auto;
  }
}
@media all and (min-width: 1500px) {
  .yamm .dropdown.yamm-fw .dropdown-menu {
    max-height: 700px;
  }
}
.site-map-container {
  margin-bottom: 20px;
  min-height: 500px;
}
.site-map-container .section-header {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px solid #c3c3c3;
}
.site-map-container ul {
  padding: 0;
  margin: 0;
}
.site-map-container ul li {
  list-style: none;
}
.site-map-container ul .sub-menu {
  margin-left: 20px;
}
.site-map-container ul .zf-caret-right, .site-map-container ul .zf-arrow-right-small {
  padding-right: 5px;
}

.no-flex {
  display: block !important;
}

.abt-section {
  height: 200px !important;
  overflow: auto !important;
  padding: 0 80px !important;
}

@media all and (min-width: 320px) {
  .contain-pages, .site-map-container {
    padding: 0 5px;
  }
}
@media all and (min-width: 768px) {
  .site-map-container {
    padding: 0;
  }
  .no-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .abt-section {
    height: 275px;
    padding: 0 50px !important;
  }
}
@media all and (min-width: 1200px) {
  .abt-section {
    height: auto !important;
    overflow: auto !important;
    padding: 0 100px !important;
  }
}
@media screen and (max-device-width: 767px) {
  .gsw-slider-container {
    background: #051C4C;
  }
}
.gsw-slider-container .gsw-left {
  background: #051C4C;
  padding: 90px 120px 90px 50px;
  text-align: center;
  color: #fff;
}
.gsw-slider-container .gsw-left h2 {
  color: #fff;
  font-size: 55px;
  letter-spacing: 4.58px;
  line-height: 56px;
  text-transform: uppercase;
  margin: 0;
}
.gsw-slider-container .gsw-left p {
  padding: 15px 0;
  font-size: 19px;
  font-family: GillSans-SemiBold, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.gsw-slider-container .gsw-left input[type=text] {
  border: 1px solid #C7D0E5;
  height: 56px;
  border-radius: 0;
  padding: 2px 20px 2px 5px;
  width: 100%;
  text-align: center;
}
.gsw-slider-container .gsw-left .right-inner-icon i {
  top: 16px;
  font-size: 18px;
  color: #76829D;
}
.gsw-slider-container .gsw-left input::-webkit-input-placeholder {
  color: #76829D;
  text-transform: uppercase;
}
.gsw-slider-container .gsw-left input:-moz-placeholder {
  color: #76829D;
  text-transform: uppercase;
}
.gsw-slider-container .gsw-left input::-moz-placeholder {
  color: #76829D;
  text-transform: uppercase;
}
.gsw-slider-container .gsw-left input:-ms-input-placeholder {
  color: #76829D;
  text-transform: uppercase;
}
.gsw-slider-container .gsw-left .twitter-typeahead {
  width: 100%;
}
.gsw-slider-container .gsw-left .gsw-hr {
  display: block;
  border-bottom: 1px solid #fff;
  margin: 20px 60px -12px;
}
.gsw-slider-container .gsw-left .gsw-or {
  padding: 5px 10px;
  background: #051C4C;
  font-size: 15px;
}
.gsw-slider-container .gsw-left .btn-shop-catalog {
  height: 56px;
  background-color: #CE1C15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  margin: 10px 20px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gsw-slider-container .gsw-left .btn-shop-catalog h4 {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.gsw-slider-container .gsw-left .btn-shop-catalog span {
  font-size: 12px;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.gsw-slider-container .gsw-left .gsw-selected-school {
  background-color: #F6F6F6;
  padding: 15px;
  z-index: 999;
  width: auto;
  margin-top: -162px;
  position: absolute;
}
.gsw-slider-container .gsw-left .gsw-selected-school select {
  border: 1px solid #C7D0E5;
  height: 56px;
  border-radius: 0;
  padding-left: 15px;
  width: 100%;
}
.gsw-slider-container .gsw-left .gsw-selected-school option[value=""][disabled] {
  display: none;
}
.gsw-slider-container .gsw-left .gsw-selected-school option {
  text-transform: capitalize;
  padding: 4px;
}
.gsw-slider-container .gsw-left .gsw-selected-school button {
  min-width: 100%;
  margin-left: 0;
}
.gsw-slider-container .gsw-left .gsw-selected-school .disable-input {
  pointer-events: none;
  cursor: not-allowed;
}
.gsw-slider-container .gsw-left .gsw-selected-school .gsw-school-selecter label {
  display: inline-block !important;
}
.gsw-slider-container .gsw-left .gsw-selected-school .gsw-school-selecter input[type=text] {
  padding-top: 18px;
  font-weight: 700;
}
.gsw-slider-container .gsw-left .gsw-selected-school .gsw-school-selecter .search-img + label + input[type=text] {
  padding-left: 55px !important;
  font-weight: bold;
  font-size: 14px;
}
.gsw-slider-container .gsw-left .gsw-selected-school .gsw-school-selecter .search-img + label {
  padding-left: 40px !important;
  font-weight: bold;
  color: #00174f;
}
.gsw-slider-container .gsw-left .gsw-left-inner {
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}
.gsw-slider-container .gsw-right {
  background: #102C66;
  padding: 50px 0;
}
.gsw-slider-container .gsw-right .contain-pages {
  padding: 0 !important;
}

.EmailSignUp .EmailSignUpForm {
  padding: 25px 4px;
  margin: 50px 0 50px -50px;
  display: block;
  width: 100%;
  color: #ffffff;
  background: #00174f;
}
.EmailSignUp .EmailSignUpForm input {
  color: #fff !important;
  padding: 0px 5px;
}
@media screen and (max-width: 768px) {
  .EmailSignUp .EmailSignUpForm {
    padding: 25px 4px;
    margin: 0px 0 20px 0px;
    width: 100%;
  }
}
.EmailSignUp .EmailSignUpForm input {
  background: transparent !important;
  height: 30px;
  border-radius: 0;
  color: #ffffff;
  padding: 0px 5px;
}
.EmailSignUp .EmailSignUpForm select {
  color: #ffffff;
  background: transparent url(/Views/Themes/GSW/Images/drop-arrow.png) no-repeat 98% center;
  font-size: 13px;
}
.EmailSignUp .EmailSignUpForm select option {
  color: #000;
}
.EmailSignUp .EmailSignUpForm .right-inner-icon i {
  color: #76829d;
  top: 4px;
  right: -2px;
}
.EmailSignUp .form-group {
  margin: 12px 0px;
  font-size: 16px;
}
.EmailSignUp h1 {
  margin-left: 15px;
  text-decoration: underline;
  font-size: 30px;
  margin-bottom: 25px;
}
.EmailSignUp button {
  padding: 5px 25px;
  color: #00174f;
  background: #ffffff;
  border: 1px solid #ffffff;
  width: 100%;
  text-transform: uppercase;
}
.EmailSignUp .EmailSignUpFormData {
  background: #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .EmailSignUp .EmailSignUpFormData {
    background: none;
  }
}
.EmailSignUp .EmailSignUpFormData input::-webkit-input-placeholder {
  color: #fff;
}
.EmailSignUp .EmailSignUpHeading {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gsw-home-hr {
  height: 20px;
  background-color: #CE1C15;
}

.search-img {
  position: absolute;
  width: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
  height: 35px;
}
.search-img img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.search-img + input[type=text] {
  padding-left: 55px !important;
}

.close-ico-search {
  position: absolute;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  color: #76829d;
  cursor: pointer;
  font-size: 18px;
}

.contain-pages h3, .contain-pages h4 {
  font-size: 20px;
}
.contain-pages a {
  font-size: 16px;
  font-weight: bold;
}
.contain-pages p {
  font-size: 16px;
}

@media all and (min-width: 320px) {
  .gsw-slider-container .gsw-left {
    padding: 50px 20px 50px 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .gsw-slider-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gsw-banner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gsw-banner-img {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
  }
  .gsw-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .gsw-right .gsw-join-program {
    height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 320px;
    background: #CE1C15;
    padding: 50px;
  }
  .gsw-right .gsw-join-program h3 {
    font-weight: 400;
    font-size: 40px;
    margin: 0;
    text-align: center;
    letter-spacing: 1.83px;
    line-height: 55px;
  }
  .gsw-right .gsw-join-program p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.44px;
    text-align: center;
  }
  .gsw-right .gsw-join-program .btn {
    border-radius: 0;
    color: #001036;
    padding: 4px 30px;
    font-size: 15px;
    letter-spacing: 1.44px;
  }
  .gsw-right .gsw-join-program .btn:hover {
    color: #fff;
    background: #001036;
  }
}
@media all and (min-width: 768px) {
  .gsw-slider-container .gsw-left {
    padding: 50px 100px;
  }
  .gsw-slider-container .gsw-slider-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .gsw-slider-container .gsw-right .contain-pages img {
    width: 100%;
    max-height: none;
  }
}
@media all and (min-width: 992px) {
  .gsw-slider-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gsw-slider-container .gsw-left {
    padding: 90px 38px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 35%;
            flex: 1 1 35%;
  }
  .gsw-slider-container .gsw-left .gsw-left-inner {
    margin: 0;
  }
  .gsw-slider-container .gsw-banner-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-right: 20px;
  }
  .gsw-slider-container .gsw-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500px;
            flex: 0 0 500px;
  }
  .gsw-slider-container .gsw-right .gsw-join-program {
    -webkit-box-flex: 1;
        -ms-flex: 1 62%;
            flex: 1 62%;
  }
  .gsw-slider-container .gsw-right .contain-pages img {
    position: absolute;
    width: auto;
    margin-left: -50px;
    height: 450px;
  }
}
@media all and (min-width: 1200px) {
  .gsw-slider-container .gsw-left {
    padding: 90px 120px 90px 50px;
    min-height: 550px;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gsw-slider-container .gsw-left .gsw-left-inner {
    margin: 0 auto;
  }
  .gsw-slider-container .gsw-right {
    min-height: 550px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 775px;
            flex: 0 0 775px;
  }
  .gsw-slider-container .gsw-right .contain-pages img {
    margin-left: -75px;
  }
}
.landing-page {
  padding: 15px 0px;
}
.landing-page .school-container {
  padding-top: 30px;
}
.landing-page .school-logo p {
  color: #0857a4;
  font-weight: 600;
}
.landing-page .school-info-container {
  background: #F6F6F6;
  margin: 20px 0;
  padding: 20px;
}
.landing-page .school-info-container .select-school-logo {
  border: 1px solid #c3c3c3;
  background: white;
  padding: 5px;
}
.landing-page .school-info-container .select-school-logo img {
  width: 50%;
}
.landing-page .school-info-container .select-btn a {
  color: #0857A4;
  font-weight: 600;
  font-size: 10px;
}
.landing-page .school-info-container .select-grade select {
  height: 45px;
  padding: 13px;
  font-size: 14px;
  color: #0857a4;
}
.landing-page .school-info-container .select-gender {
  margin: 20px 0;
}
.landing-page .school-info-container .select-gender select {
  height: 45px;
  padding: 13px;
  font-size: 14px;
  color: #0857a4;
}
.landing-page .school-info-container .select-Program {
  margin-bottom: 20px;
}
.landing-page .school-info-container .select-Program select {
  height: 45px;
  padding: 13px;
  font-size: 14px;
  color: #0857a4;
}
.landing-page .school-info-container .button-submit {
  border-radius: 0;
  background: #ADB4C4;
  color: #fff;
}
.landing-page .information-stauts .heading {
  color: #C91B14;
  font-size: 20px;
  letter-spacing: 3px;
}
.landing-page .information-stauts .sub-heading {
  padding-left: 30px;
  color: #0857A4;
  font-size: 13px;
  letter-spacing: 3px;
  margin: 20px 0;
  font-weight: 600;
}
.landing-page .information-stauts .border-bottom {
  border-bottom: 1px solid #C91B14;
  margin-left: 30px;
  margin-bottom: 20px;
}
.landing-page .information-stauts .sub-info .guidance-point {
  padding-left: 16px;
  color: #0857A4;
}
.landing-page .information-stauts .sub-info .padding-12-0 {
  padding: 12px 0px;
}
.landing-page .information-stauts .highlighted-text {
  color: #0857A4;
  padding-left: 10px;
}
.landing-page .highlighted-info {
  background: #FAA41E;
  padding: 5px;
  margin: 30px 30px;
}
.landing-page .highlighted-info .info-text {
  padding-left: 30px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.landing-page .img-section .gsw-selected-school {
  margin: 5px 15px;
}
.landing-page .img-section .gsw-selected-school .gsw-school-selecter .search-img + label + input[type=text] {
  padding-left: 55px !important;
  height: 56px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: bold;
}
.landing-page .img-section .gsw-selected-school .gsw-school-selecter .search-img + label {
  padding-left: 40px !important;
  font-weight: bold;
}
.landing-page .img-section .gsw-selected-school .gsw-school-selecter input[type=text] {
  padding-top: 18px;
}
.landing-page .img-section .gsw-selected-school .gsw-school-selecter label {
  display: inline-block !important;
}
.landing-page .img-section .gsw-selected-school select {
  border: 1px solid #c7d0e5;
  height: 56px;
  border-radius: 0;
  padding-left: 15px;
  width: 100%;
}
.landing-page .img-section .gsw-selected-school button {
  width: 100%;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .landing-page .information-stauts .title {
    margin: 0px 15px;
  }
  .landing-page .information-stauts .sub-title {
    margin: 0px 15px;
  }
  .landing-page .information-stauts .yellow-strip {
    margin-left: 15px;
  }
}
.landing-page .schoolnameCCS {
  background: #ffffff;
}
.landing-page .schoolnameAAA {
  border: 1px solid #c7d0e5;
  height: 56px;
  border-radius: 0;
  padding-left: 15px;
  width: 100%;
}

#layout-category .category-landing-container .products-modes-setting h1 {
  display: none;
}

.narrow-results-pane {
  margin-top: 14px;
}

.search-result {
  font-size: 16px;
  float: left;
  font-weight: bold;
}
.search-result b {
  color: #001036;
}

.gsw-page-list .tp-current-page {
  background: #001036;
  color: #fff;
}

@media all and (min-width: 320px) {
  .category-recent-view-list {
    padding: 0 5px;
  }
  .category-recent-view-list .product-list-widget {
    padding: 0;
  }
  .category-landing-container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .category-landing-container .category-more {
    position: relative;
    top: -48px;
    left: -78px;
  }
}
@media all and (min-width: 768px) {
  .category-landing-container {
    padding-right: 0;
    padding-left: 15px;
  }
  .narrow-results-pane {
    display: block;
  }
  .category-recent-view-list {
    padding: 0;
  }
  .category-landing-container .category-more {
    left: -126px;
  }
}
@media all and (min-width: 992px) {
  .category-landing-container .category-more {
    left: -85px;
  }
}
@media all and (min-width: 1500px) {
  .category-landing-container .category-more {
    left: -78px;
  }
}
.product-view-details .product-overview {
  line-height: 26px;
  color: #252525;
  font-size: 14px;
}
.product-view-details .product-overview .product-name {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 !important;
}
.product-view-details .product-overview .dynamic-product-price {
  font-size: 22px;
  margin-bottom: 6px !important;
  margin-top: 10px !important;
  font-weight: normal;
}
.product-view-details .product-overview .dynamic-product-price .label-in-stock {
  font-size: 13px;
  color: #00af43;
  vertical-align: top;
  margin-top: 5px;
  display: inline-block;
}
.product-view-details .product-overview .product-number-details {
  float: left;
  width: 100%;
}
.product-view-details .product-overview .lbl-text {
  color: #757EA0;
  font-weight: bold;
}
.product-view-details .product-overview .product-number {
  float: left;
  line-height: 20px;
  margin: 5px 0;
  display: block;
  padding-right: 15px;
}
.product-view-details .product-overview .product-brand {
  float: left;
  line-height: 20px;
  margin: 5px 0;
  display: block;
  padding-left: 15px;
  border-left: 1px solid #c3c3c3;
}
.product-view-details .product-overview .product-number span, .product-view-details .product-overview .product-brand span, .product-view-details .product-overview .product-vendor span {
  font-weight: bold;
}
.product-view-details .product-overview .gsw-pdp-notes p {
  font-size: 13px;
  font-family: GillSans, Arial, sans-serif;
  margin: 0;
  line-height: 16px;
}
.product-view-details .product-overview .product-highlight img {
  vertical-align: middle;
  max-height: 35px;
  margin: 0 auto;
  border: 1px solid #c3c3c3;
}
.product-view-details .product-overview .product-highlight ul {
  margin: 0;
  padding: 5px 0;
}
.product-view-details .product-overview .product-highlight ul li {
  display: inline-block;
  list-style: none;
  padding: 0 3px;
}
.product-view-details .product-overview .product-highlight .owl-theme .owl-controls {
  top: -20px;
}
.product-view-details .product-overview .product-highlight .owl-theme .owl-controls .owl-buttons .owl-prev {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.product-view-details .product-overview .product-highlight .owl-theme .owl-controls .owl-buttons .owl-next {
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
}
.product-view-details .product-overview .product-status {
  background-color: #f8f8f8;
  border: 1px solid #c3c3c3;
  padding: 6px 0;
}
.product-view-details .product-overview .product-status p {
  color: #05901b;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
}
.product-view-details .product-overview .product-status i {
  font-size: 30px;
  color: #05901b;
  vertical-align: middle;
  padding: 0 5px;
  line-height: 58px;
}
.product-view-details .product-overview .product-bundles {
  background-color: #f7f7f7;
  border: 1px solid #c3c3c3;
  padding: 5px;
  max-height: 300px;
  overflow-y: auto;
}
.product-view-details .product-overview .product-bundles img {
  margin: 0 auto;
}
.product-view-details .product-overview .product-bundles .status-outofstock {
  font-size: 12px;
  font-weight: bold;
  color: #001036;
}
.product-view-details .product-overview .product-bundles ul {
  margin: 0;
  padding: 0;
}
.product-view-details .product-overview .product-bundles ul li {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  margin-bottom: 10px;
}
.product-view-details .product-overview .product-bundles ul li h5 {
  font-size: 13px;
}
.product-view-details .product-overview .product-details-qty .error-msg, .product-view-details .product-overview .group-item-details .error-msg {
  font-size: 12px;
  font-family: GillSans-SemiBold, Arial, sans-serif;
  line-height: 1;
}
.product-view-details .product-overview .status-outofstock {
  font-weight: bold;
  margin: 14px 2px 0;
  float: left;
}

.scratch-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.product-view-details .product-info {
  padding: 0;
  margin: 0;
}
.product-view-details .product-info .product-price h2 {
  font-size: 25px;
  font-weight: bold;
  margin: 15px 0;
}
.product-view-details .product-info .product-price .cut-price {
  color: #9f9f9f;
  padding-left: 5px;
  text-decoration: line-through;
  font-size: 20px;
}
.product-view-details .product-info .product-variations {
  border-top: 1px solid #c3c3c3;
}
.product-view-details .product-info .product-variations .your-pricing, .product-view-details .product-info .product-variations .product-wishlist {
  background-color: #efefef;
  padding: 10px;
}
.product-view-details .product-info .product-variations .your-pricing h3 {
  font-size: 30px;
  font-family: GillSans-SemiBold, Arial, sans-serif;
  color: #001036;
  margin: 0;
}
.product-view-details .product-info .product-variations .your-pricing span {
  font-size: 13px;
  color: #949494;
  font-weight: normal;
  vertical-align: middle;
  display: block;
  line-height: 20px;
}
.product-view-details .product-info .product-variations .your-pricing button {
  margin-top: 5px;
}
.product-view-details .product-info .product-variations .product-customize {
  padding: 0 10px;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs {
  padding: 0;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs h4 {
  font-size: 14px;
  font-family: GillSans-SemiBold, Arial, sans-serif;
  min-height: 20px;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs label {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: bold;
  color: #001036;
  letter-spacing: 1px;
  margin: 10px 0;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .select-lbl {
  margin-top: 14px;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .form-group {
  float: left;
  width: 100%;
  padding-left: 0;
  margin-bottom: 5px;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .form-group .cut-price {
  padding-right: 0;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .form-group .original-price {
  padding-left: 5px;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .quantity {
  width: 50px;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs select {
  width: 200px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: #001036;
  letter-spacing: 1px;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .fit-details {
  padding-left: 15px;
  margin-top: -10px;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .fit-details li {
  text-transform: uppercase;
  font-size: 13px;
  color: #001036;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs img[src*="no-image.png"] {
  width: 150px;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .size-opt {
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  padding: 0 0 15px;
  margin: 10px 0;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .qty-section {
  border-bottom: 1px solid #c3c3c3;
  padding: 0 0 15px;
  margin-bottom: 15px;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .qty-section label {
  margin: 0;
  float: left;
  margin-right: 6px;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .qty-section select {
  margin: 0;
  width: 100%;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .qty-section .btn-add-to-cart {
  margin-top: 10px;
  height: 34px;
  line-height: 30px;
  text-transform: uppercase;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .qty-section .label-in-stock {
  color: #4FB728;
  text-transform: uppercase;
  margin-bottom: 0px;
}
@media screen and (max-width: 598px) {
  .product-view-details .product-info .product-variations .product-customize .addons-attributs .qty-section .label-in-stock {
    margin-bottom: 12px;
  }
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .prod-short-dec {
  margin: 10px 0;
  border-bottom: 1px solid #c3c3c3;
  font-weight: bold;
  color: #001036;
  padding-bottom: 20px;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .right-shift {
  padding: 0;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .size-range {
  padding: 0;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .size-range li {
  list-style: none;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .size-range li label {
  min-width: 100px;
  margin: 0 10px 10px 0;
  padding: 10px;
  color: #75809e;
  border: 1px solid #75809e;
  text-transform: uppercase;
  text-align: center;
  float: left;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .size-range li label.active {
  background-color: #001036;
  color: #fff;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .size-range li label.active:hover, .product-view-details .product-info .product-variations .product-customize .addons-attributs .size-range li label:hover {
  background-color: #f6f6f6;
  color: #75809e;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .size-range li label:before {
  visibility: hidden;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .logo-price {
  margin-left: -4px;
  color: #001036 !important;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .add-logo-section label {
  border: none !important;
  background-color: transparent !important;
  width: 100%;
  text-align: left;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .add-logo-section label span {
  font-size: 13px;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .add-logo-section .margin-5 {
  margin: 5px !important;
  position: absolute;
  left: 42px;
  width: 103%;
  text-align: left;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .add-logo-section .logo-section-left {
  background-color: #f7f7f7;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0 5px;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .add-logo-section .logo-section-left .logo-box {
  width: 80px;
  height: 75px;
  background-color: #eee;
  border: 1px solid #979797;
  text-align: center;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .add-logo-section .logo-section-left .logo-box:hover, .product-view-details .product-info .product-variations .product-customize .addons-attributs .add-logo-section .logo-section-left .logo-box.active {
  border-color: #FFA600;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .add-logo-section .logo-section-left img {
  max-width: 60%;
  max-height: none;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .add-logo-section .logo-section-left .code-box {
  float: left;
  width: auto;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .add-logo-section .logo-section-left .code-box label.logo-code {
  width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .add-logo-section .logo-section-left .code-box label.lbl-fees {
  margin-top: -9px;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .add-logo-section input[type=radio] {
  display: block;
  width: 20px !important;
  height: 20px !important;
  outline: none;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .show-logo {
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 15px;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .show-logo ul li {
  width: 100%;
  margin-right: 0;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .logo-pref input[type=radio] {
  width: 20px;
  height: 20px;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .logo-pref span {
  font-size: 13px;
  color: #001036;
  text-transform: uppercase;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .logo-pref .logo-opt-text {
  text-transform: capitalize;
  margin-top: 10px;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .logo-pref .logo-opt img {
  margin-left: 10px;
  width: 75px;
  border: 1px solid #c3c3c3;
  float: left;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .logo-pref .logo-opt img.active {
  border: 1px solid #ffa600;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .logo-pref .logo-opt .price-wrapper {
  margin-left: 10px;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .logo-pref .add-logo-txt {
  margin-top: -9px !important;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .logo-pref .add-logo-txt label {
  margin: 1px 7px 0;
}
.product-view-details .product-info .product-variations .product-customize .addons-attributs .zf-help-circle {
  color: #001036;
  font-size: 15px;
  vertical-align: text-top;
  cursor: pointer;
}
.product-view-details .product-info .product-variations .product-customize .swatch-img-container {
  padding: 0;
}
.product-view-details .product-info .product-variations .product-customize .swatch-img-container label {
  display: block;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: normal;
}
.product-view-details .product-info .product-variations .product-customize .swatch-img-container ul {
  padding: 0;
  margin: 0;
}
.product-view-details .product-info .product-variations .product-customize .swatch-img-container ul li {
  display: inline-block;
  cursor: pointer;
}
.product-view-details .product-info .product-variations .product-customize .swatch-img-container ul img {
  border: 1px solid #c3c3c3;
  margin: 0 5px 5px 0;
  max-height: 40px;
  max-width: 40px;
}
.product-view-details .product-info .product-variations .product-customize .swatch-img-container ul img:hover {
  border: 1px solid #001036;
}
.product-view-details .product-info .product-variations .product-customize .size-swatch {
  padding: 0;
  margin: 0;
  clear: both;
}
.product-view-details .product-info .product-variations .product-customize .size-swatch li {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 5px;
  line-height: 26px;
  margin-right: 10px;
}
.product-view-details .product-info .product-variations .product-customize .size-swatch li label {
  text-align: center;
  margin: 0;
  border: 1px solid #c3c3c3;
  background-color: #fff;
}
.product-view-details .product-info .product-variations .product-customize .size-swatch li label:hover {
  border: 1px solid #FFA600;
}
.product-view-details .product-info .product-variations .product-customize .size-swatch li label:before, .product-view-details .product-info .product-variations .product-customize .size-swatch li label:after {
  color: transparent;
}
.product-view-details .product-info .product-variations .product-customize .size-swatch li label.active {
  border: 1px solid #FFA600;
}
.product-view-details .product-info .product-variations .product-customize .size-swatch li label.scratch-image {
  padding: 2px;
  width: 43px;
  height: 43px;
}
.product-view-details .product-info .product-variations .product-customize .size-swatch li label.scratch-image.scratchattribute:before {
  background: none;
  position: absolute;
  content: "";
  left: -5px;
  top: 50%;
  right: -5px;
  color: #c3c3c3;
  padding: 0;
  margin: 0;
  border-top: 1px solid #c3c3c3;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.product-view-details .product-info .product-variations .product-customize .size-swatch li label.scratch-text {
  padding: 0 10px;
}
.product-view-details .product-info .product-variations .product-customize .size-swatch li label.scratch-text.scratchattribute:before {
  background: none;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  color: #c3c3c3;
  padding: 0;
  margin: 0;
  border-top: 1px solid #c3c3c3;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-10deg);
}
.product-view-details .product-info .product-variations .product-customize .size-swatch li .logo-pref-box img {
  max-width: 45px !important;
  max-height: 45px !important;
}
.product-view-details .product-info .product-variations .product-customize .swatch-img li img {
  max-width: 37px;
  max-height: 37px;
  margin: 0 auto;
}
.product-view-details .product-info .product-variations .product-customize .color-swatch li label i {
  font-size: 26px;
  padding: 0 4px;
  line-height: 28px;
}
.product-view-details .product-info .product-variations .product-customize .product-wishlist button {
  margin-bottom: 5px;
}
.product-view-details .product-info .product-variations .product-customize .product-wishlist .social-share ul {
  padding: 0;
  margin: 0;
  float: left;
}
.product-view-details .product-info .product-variations .product-customize .product-wishlist .social-share ul li {
  display: inline-block;
}
.product-view-details .product-info .product-variations .product-customize .product-wishlist .social-share ul i {
  font-size: 26px;
  color: #787878;
}
.product-view-details .product-info .product-variations .product-customize .group-product-list {
  border-bottom: 1px solid #c3c3c3;
  padding: 5px 0;
  margin: 0;
  line-height: 32px;
}
.product-view-details .product-info .product-variations .product-customize .group-product-list img {
  width: 65px;
  max-height: 65px;
  float: left;
}
.product-view-details .product-info .product-variations .product-customize .group-product-list .group-item-details .product-details-quantity {
  overflow: hidden;
}
.product-view-details .product-info .product-variations .product-customize .group-product-list .quantity-state {
  padding-left: 10px;
  font-size: 12px;
}
.product-view-details .product-info .product-variations .product-customize .group-product-list .dynamic-product-price {
  font-weight: bold;
}
.product-view-details .product-info .product-variations .product-customize .group-product-list .product-count-inventory {
  border-left: 1px solid #00174f;
  color: #001036;
}
.product-view-details .product-info .product-variations .wishlist-status .success-msg {
  padding: 2px 10px;
}
.product-view-details .product-info .product-variations .tier-price table {
  margin: 5px 0;
}

.header-toolbar-cart {
  cursor: pointer;
  color: #75809E;
}

.mini-cart {
  padding: 0 5px;
  min-width: 350px;
  position: absolute;
  border: 1px solid #c3c3c3;
  background-color: #fff;
  font-size: 15px;
  color: #001036;
  right: -50px;
  -webkit-box-shadow: 0px 0px 5px #c3c3c3;
          box-shadow: 0px 0px 5px #c3c3c3;
}
.mini-cart:after, .mini-cart:before {
  bottom: 100%;
  right: 16%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.mini-cart:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.mini-cart:before {
  border-color: rgba(195, 195, 195, 0);
  border-bottom-color: #c3c3c3;
  border-width: 9px;
  margin-left: -9px;
}
.mini-cart .top-section {
  border-bottom: 1px solid #c3c3c3;
  font-family: GillSans-SemiBold, Arial, sans-serif;
}
.mini-cart i.zf-close {
  font-size: 10px;
  margin: 7px;
}
.mini-cart .close i {
  font-size: 12px;
}
.mini-cart .align-right {
  text-align: right;
}
.mini-cart .prod-price {
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  color: #4FB728;
  margin: -8px 0 6px 0;
}
.mini-cart .prod-name {
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 10px;
  line-height: normal;
  font-family: GillSans-SemiBold, Arial, sans-serif;
}
.mini-cart .bold-text {
  font-weight: bold;
}
.mini-cart input[type=text] {
  width: 35px;
  border-radius: 0;
  text-align: center;
  border-radius: 2px;
}
.mini-cart .action-icon i {
  font-size: 22px;
  color: #76829d;
  margin-left: 10px;
  cursor: pointer;
}
.mini-cart .see-details {
  font-size: 10px;
  text-decoration: underline;
  color: #76829d;
  vertical-align: top;
}
.mini-cart .footer {
  border-top: 1px solid #c3c3c3;
  text-align: center;
  padding: 5px;
  margin-top: 10px;
}
.mini-cart .footer a {
  font-size: 13px;
  text-decoration: underline;
}
.mini-cart .middle-section {
  border-bottom: 1px solid #c3c3c3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mini-cart .middle-section .action-icon i {
  font-size: 16px;
}
.mini-cart .middle-section:last-child {
  border-bottom: 0;
}
.mini-cart .middle-section .zf-down {
  font-size: 11px;
  color: #76829d;
}
.mini-cart .mincart-block {
  min-height: 0;
  max-height: 136px;
  overflow: auto;
}
.mini-cart .cart-item-remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.mini-cart .cart-item-remove a {
  color: #75809E;
  font-size: 16px;
}

.modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.mini-cart .product-feed-header {
  text-align: left !important;
  padding-left: 20px;
}
.mini-cart button {
  width: 100%;
  margin: 0 0 15px 0;
}
.mini-cart button.close {
  width: 19px;
}

.product-school-info-container {
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 6px;
}
.product-school-info-container .logo-section {
  text-align: center;
  padding-bottom: 10px;
}
.product-school-info-container .logo-section img {
  width: 57px;
  float: left;
  padding-top: 7px;
}
.product-school-info-container .logo-text-section {
  text-align: center;
  margin: -40px 0 20px 0;
}
.product-school-info-container p.uppercase {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #d71635;
  margin-top: 8px;
}
.product-school-info-container p {
  color: #00174F;
  font-weight: bold;
}

.product-fit-guide {
  font-size: 15px;
  color: #001036;
}
.product-fit-guide .product-feed-header {
  text-align: center;
  margin: 10px auto;
}
.product-fit-guide h2 {
  color: #001036;
  font-weight: bold;
  font-size: 20px;
  margin: 0 !important;
}
.product-fit-guide .product-fit-guide-bar {
  position: relative;
  height: 20px;
  margin: 20px auto;
  width: 300px;
}
.product-fit-guide .product-fit-guide-bar .main-line {
  z-index: 10;
  position: absolute;
  background-color: #00174F;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 100%;
}
.product-fit-guide .product-fit-guide-bar .indicator {
  z-index: 15;
  position: absolute;
  background-color: #00174F;
  margin-left: -1px;
  height: 20px;
  width: 2px;
}
.product-fit-guide .product-fit-guide-bar .indicator-first {
  left: 0;
}
.product-fit-guide .product-fit-guide-bar .indicator-second {
  left: 50%;
}
.product-fit-guide .product-fit-guide-bar .indicator-third {
  left: 100%;
}
.product-fit-guide .product-fit-guide-bar .indicator-label {
  position: absolute;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-transform: uppercase;
}
.product-fit-guide .product-fit-guide-bar .dot {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  margin-left: -10px;
  background-color: #fff;
  z-index: 20;
  width: 12px;
  height: 12px;
  border: 2px solid #00174F;
  border-radius: 20px;
  padding: 8px;
}
.product-fit-guide .product-fit-guide-bar .dot::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -6px;
  content: "";
  z-index: 25;
  background-color: #00174F;
  width: 12px;
  height: 12px;
  border-radius: 12px;
}
.product-fit-guide .modal-body {
  padding: 0 30px;
}
.product-fit-guide .modal-header {
  background-color: #fff;
  padding: 0;
  border-bottom: 0;
}
.product-fit-guide .modal-header .close {
  color: #001036;
  margin: 7px;
}
.product-fit-guide .modal-footer {
  border-top: none !important;
}
.product-fit-guide .content {
  margin-top: 30px;
}
.product-fit-guide .content .font-weight-bold {
  font-weight: bold;
}
.product-fit-guide button {
  text-transform: uppercase;
  font-weight: normal;
}

.write-review .form-group {
  float: left;
  width: 100%;
}

.write-review .setrating input {
  position: absolute;
  top: 0;
  left: -9999px;
}
.write-review .setrating label {
  cursor: pointer;
}

.wcn-static-bar {
  position: fixed;
  top: 110px;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 78px;
  background-color: #fff;
  z-index: 1024;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s linear;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.3s linear;
  padding: 10px 80px;
}
.wcn-static-bar .wcn-padding {
  padding-top: 4px;
}
.wcn-static-bar .wcn-tab {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0;
}
.wcn-static-bar .wcn-tab .tab-panel-heading a:hover {
  color: #001036;
}
.wcn-static-bar .wcn-tab .tab-panel-heading .active a {
  color: #001036 !important;
}
.wcn-static-bar .wcn-tab .tab-panel-heading li {
  list-style: none;
  display: inline-block;
  padding: 0 10px !important;
  border-right: 1px solid #c3c3c3;
}
.wcn-static-bar .wcn-tab .tab-panel-heading li:last-child {
  border-right: none;
}
.wcn-static-bar .wcn-tab .tab-panel-heading a {
  text-transform: capitalize;
  font-size: 21px;
  font-family: GillSans, Arial, sans-serif;
  color: #00174F;
  cursor: pointer;
}
.wcn-static-bar .wcn-tab .tab-panel-heading a .zf-wcn-arrow-right {
  font-size: 11px;
  font-weight: 600;
  padding-left: 10px;
}
.wcn-static-bar .btn-wishlist {
  display: inline-block;
  background-color: transparent;
  border: 0;
  font-family: GillSans, Arial, sans-serif;
  text-align: center;
  line-height: 1;
  height: 48px;
  font-size: 10px;
  vertical-align: bottom;
  padding: 0;
  margin-left: 12px;
}
.wcn-static-bar .btn-wishlist i {
  display: block;
  font-size: 19px;
}
.wcn-static-bar .product-price {
  float: left;
}
.wcn-static-bar .product-price h2 {
  line-height: 45px;
  padding-right: 15px;
  font-size: 26px;
  color: #cc0000;
  font-family: GillSans-SemiBold, Arial, sans-serif;
}
.wcn-static-bar .product-price .wcn-uom {
  font-family: GillSans, Arial, sans-serif;
  font-size: 12px;
  text-transform: lowercase;
  color: #00174F !important;
}
.wcn-static-bar .product-price .black-price {
  color: #00174F;
}
.wcn-static-bar .btn-add-to-cart .error-msg {
  display: none !important;
}

.sticky-bar {
  visibility: visible;
  opacity: 1;
  -webkit-box-shadow: 5px 5px 10px 0 #b9b9b9;
          box-shadow: 5px 5px 10px 0 #b9b9b9;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  min-height: 55px !important;
}
.sticky-bar .image {
  width: 55px;
  height: 55px;
  border: 2px solid #5cb85c;
  float: left;
  display: block;
}
.sticky-bar .wcn-product-detail div {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}
.sticky-bar .wcn-product-detail div span {
  border-right: 1px solid #c3c3c3;
  padding: 0 15px;
}
.sticky-bar .wcn-product-detail div .sku-label {
  border-right: none;
  padding: 0;
}
.sticky-bar .wcn-product-detail div .addtocart-label {
  color: #5cb85c;
  font-weight: bold;
  padding-left: 10px;
}
.sticky-bar .zf-active {
  color: #5cb85c;
  font-size: 18px;
}
.sticky-bar .close-btn {
  line-height: 32px;
  vertical-align: middle;
  color: #001036;
  font-size: 22px;
  cursor: pointer;
}
.sticky-bar .checkout-btn {
  margin: 0 10px;
}
.sticky-bar .wcn-product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sticky-bar .wcn-product-info .btn {
  height: 38px;
  line-height: 22px;
}

.home-text .long-btn {
  margin: 0 0 1px;
  background-color: #ce1c15 !important;
}

.plp-msg .long-btn {
  margin: -14px 0 25px 0 !important;
  text-align: left !important;
  background-color: #ce1c15 !important;
}

.pdp-msg .long-btn {
  margin: 0 !important;
  background-color: #ce1c15 !important;
}

.cart-text .long-btn {
  margin: 25px 0 1px !important;
  background-color: #ce1c15 !important;
}

.chk-msg .long-btn {
  margin: 0 0 25px !important;
  background-color: #ce1c15 !important;
}

.long-btn {
  background-color: #ffa600;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  min-height: 40px;
  padding: 10px;
  margin: 10px 0 25px;
  letter-spacing: 0.9px;
}

.checkout-guest-section .login-container {
  margin: 5% 0;
}
.checkout-guest-section .login-container h2 {
  margin-top: 10px;
}

.product-overview .gsw-pdp-notes {
  background-color: #00174f;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  min-height: 30px;
  margin: 10px 0 6px;
  letter-spacing: 0.9px;
  text-align: center;
  padding: 5px 7px;
}
.product-overview .StockNoticeModal .StockNoticeModalHeader {
  padding: 15px 15px 10px;
  background: #00174f;
}
.product-overview .StockNoticeModal .StockNoticeModalHeader h5 {
  color: #ffffff;
}
.product-overview .StockNoticeModal .CancelSubmit {
  margin-top: 15px;
}
.product-overview .StockNoticeModal .modal-body p {
  line-height: 20px;
  margin-bottom: 10px;
}
.product-overview .StockNoticeModal .modal-body label {
  margin-bottom: 5px;
}

.store-info {
  color: #00174f;
  font-size: 14px;
  font-family: GillSans-SemiBold, Arial, sans-serif;
}
.store-info .title {
  font-size: 20px;
  font-family: GillSans-SemiBold, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #CE1C15;
  letter-spacing: 3px;
}
.store-info .sub-title {
  font-size: 14px;
  font-family: bold;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: GillSans-SemiBold, Arial, sans-serif;
  margin-top: 10px;
}
.store-info .yellow-strip {
  border-bottom: 1px solid #fca90d;
  width: 90px;
  margin-top: 25px;
}
.store-info .content {
  margin: 20px 0 10px;
}
.store-info .bold-text {
  font-size: 14px;
  font-family: GillSans-SemiBold, Arial, sans-serif;
  font-weight: bold;
}
.store-info .circle {
  width: 25px;
  height: 25px;
  border: 2px solid #001036;
  color: #fff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  float: left;
  text-transform: uppercase;
  margin-right: 5px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1px;
}
.store-info .img-section {
  text-align: center;
}
.store-info .school-img {
  text-align: center;
  font-family: GillSans-SemiBold, Arial, sans-serif;
  font-weight: bold;
  margin: 15px 0;
  margin: auto;
}
.store-info .school-img img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.store-info .school-name {
  text-transform: uppercase;
  color: #00174f;
  font-size: 14px;
  padding-top: 5px;
  font-family: GillSans, Arial, sans-serif;
  letter-spacing: 1.44px;
  font-weight: bold;
}
.store-info .long-btn {
  background-color: #00174f;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  min-height: 40px;
  padding: 10px;
  margin: 10px 0 25px;
  letter-spacing: 0.9px;
  text-align: center;
}
.store-info .right-section {
  padding-left: 0;
  margin-top: 10px;
}
.store-info .left-section {
  padding-right: 30px;
  margin-top: 10px;
}
.store-info .more-info {
  margin: 15px 0 10px;
}
.store-info .more-info a {
  color: #76829d;
  font-size: 14px;
  letter-spacing: 0.9px;
  text-decoration: underline;
}
.store-info .more-info a:hover + more-info {
  display: block;
}

.view-item .product-details {
  text-align: center;
}
.view-item .product-details .status-section {
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.view-item .product-details .circle {
  width: 23px;
  height: 23px;
  font-size: 12px;
  padding: 1px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  text-transform: uppercase;
  margin-right: 5px;
  float: left;
}
.view-item .product-details .circle img {
  outline: none;
  border: 0;
  margin: 0;
  width: 23px;
  height: 23px;
}
.view-item .product-details .bold-text {
  font-size: 13px;
  font-family: GillSans-SemiBold, Arial, sans-serif;
  font-weight: bold;
  color: #76829d;
}
.view-item .product-details img {
  width: 30px;
  height: 30px;
  border: 1px solid #c3c3c3;
  display: inline-block;
  margin: 10px 2px;
  cursor: pointer;
}
.view-item .product-details img:hover {
  border-color: #001036;
}

.search-page {
  padding: 0 15px !important;
}

.filter-strip {
  background-color: #f6f6f6;
  border-top: 1px solid #75809e;
  min-height: 40px;
  padding: 0;
}
.filter-strip .text-info, .filter-strip select {
  margin: 15px 0;
  background-color: #fff;
  height: 56px;
  width: 100%;
  border: 1px solid #b5bbca;
  padding: 15px 25px 15px 15px;
  font-size: 12px;
  background: #fff url("/Views/Themes/GSW/Images/drop-arrow.png") no-repeat 94% center;
  letter-spacing: 0.9px;
  color: #051c4c;
}
.filter-strip select {
  font-family: GillSans-SemiBold, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.filter-strip .shop-by {
  background-color: #001036;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 16px 10px;
  float: left;
  width: 100%;
  font-family: GillSans-SemiBold, Arial, sans-serif;
  font-size: 14px;
}
.filter-strip .shop-by:after {
  content: "\f107";
  float: right;
  font-family: "znode-web-store";
  padding-left: 5px;
  line-height: 18px;
  font-size: 26px;
}
.filter-strip .shop-by.collapsed:after {
  content: "\f105";
}
.filter-strip .btn-update {
  height: 35px;
  width: 129px;
  border: 1px solid #b5bbca;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  background-color: #00174f;
  border-radius: 0;
  margin: 15px 0;
  outline: none;
}
.filter-strip .select-filter {
  position: relative;
}
.filter-strip .select-filter label {
  position: absolute;
  font-size: 10px;
  color: #76829d;
  text-transform: uppercase;
  top: 28px;
  left: 31px;
}
.filter-strip .select-filter label + select {
  padding-top: 25px;
}
.filter-strip .select-filter div.selected-text {
  font-size: 12px;
  color: #051c4c;
  text-transform: uppercase;
  position: absolute;
  top: 39px;
  left: 31px;
  font-weight: bold;
  background-color: #fff;
  width: 120px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 3px;
}
.filter-strip .close-ico-search {
  top: 48%;
  right: 30px;
}
.filter-strip .text-info {
  padding: 15px 0;
}
.filter-strip .text-info input[type=text] {
  border: 0;
  margin-top: -5px;
  padding-left: 35px;
}
.filter-strip .text-info input[readonly], .filter-strip .text-info input.disable-input {
  background-color: #fff;
}
.filter-strip .text-info .twitter-typeahead {
  width: 100%;
}
.filter-strip .text-info .tt-dropdown-menu {
  top: 49px !important;
}
.filter-strip .form-group {
  margin-bottom: 0;
}
.filter-strip .search-img {
  position: absolute;
  width: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 28px;
  height: 35px;
}
.filter-strip .search-img img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.filter-strip .search-img + input[type=text] {
  padding-left: 55px !important;
}
.filter-strip .right-inner-icon i {
  font-size: 14px;
  color: #76829d;
  right: 3px;
}
.filter-strip option[value=""][disabled] {
  display: none;
}
.filter-strip .gsw-school-selecter label {
  position: absolute;
  font-size: 10px;
  color: #76829d;
  text-transform: uppercase;
  top: 28px;
  left: 31px;
}
.filter-strip .gsw-school-selecter .search-img + label + input[type=text] {
  padding-left: 55px !important;
  margin: 0;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 28px;
}
.filter-strip .gsw-school-selecter .search-img + label {
  padding-left: 40px !important;
  margin: 0;
}
.filter-strip .gsw-school-selecter label + input[type=text] {
  padding-left: 15px !important;
  margin-top: 2px;
  font-weight: 700;
  font-family: GillSans-SemiBold, Arial, sans-serif;
  text-transform: uppercase;
}
.filter-strip .gsw-school-selecter .search-img + label + input[type=text] + div.selected-text {
  font-size: 12px;
  color: #051c4c;
  text-transform: uppercase;
  position: absolute;
  top: 40px;
  left: 71px;
  font-weight: bold;
  background-color: #fff;
  width: 271px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.filter-strip .gsw-school-selecter div.selected-text {
  font-size: 12px;
  color: #051c4c;
  text-transform: uppercase;
  position: absolute;
  top: 41px;
  left: 30px;
  font-weight: bold;
  background-color: #fff;
  width: 270px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#Search .filter-strip {
  margin-top: -16px;
}

.gsw-selected-school {
  background-color: #F6F6F6;
  padding: 15px;
  z-index: 999;
  width: auto;
  margin-bottom: 15px;
}
.gsw-selected-school .select-filter {
  position: relative;
}
.gsw-selected-school .select-filter select {
  color: #001036 !important;
  font-weight: bold;
  font-size: 14px;
}
.gsw-selected-school .select-filter label {
  position: absolute;
  font-size: 10px;
  color: #76829d;
  text-transform: uppercase;
  top: 15px;
  left: 16px;
  font-weight: normal;
}

.input-style input[type=radio] {
  display: none;
}

.breadcrumb-container {
  display: none;
}

.back-to-result {
  text-transform: uppercase;
  font-weight: bold;
  margin: 15px 0;
  display: inline-block;
}

.fit-guide {
  width: 100%;
  float: left;
}

.product-fit-guide img {
  width: 60%;
  margin: 25px auto 0;
}

.product-details-container {
  font-size: 14px;
  font-weight: bold;
}
.product-details-container ul {
  display: block !important;
}
.product-details-container li {
  width: auto !important;
  margin: 5px 0;
}

.size-chart-section {
  width: 100%;
  padding: 10px;
  color: #001036;
  background-color: #f7f7f7;
  float: left;
  margin: 15px 0;
}
.size-chart-section .size-chart {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
}
.size-chart-section span {
  font-size: 15px;
  font-weight: bold;
  color: #0D0B50;
}
.size-chart-section p {
  font-weight: bold;
}

.out-of-stock {
  color: #cc0000 !important;
}

.btn-add-to-cart i.zf-cart {
  display: none !important;
}

.item-cnt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 25px;
}

.search-sorting {
  margin-top: 15px;
}

.sort-by-section span {
  float: left;
  margin-top: 5px;
}
.sort-by-section select {
  text-transform: uppercase;
  font-weight: normal;
  float: left;
  margin-left: 10px;
  width: 220px;
}
.sort-by-section i {
  color: #76829d;
  font-size: 25px;
  vertical-align: -webkit-baseline-middle;
  padding-left: 2px;
}
.sort-by-section .search-result {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}

.in-stock {
  font-size: 14px;
  color: #001036;
  text-align: right;
  margin-top: 0;
  letter-spacing: 1px;
}
.in-stock label {
  color: #00af43;
  font-weight: bold;
}
.in-stock .lbl-text {
  margin-top: -12px;
}
.in-stock .label-in-stock {
  color: #4FB728;
  font-weight: bold;
  font-size: 16px;
}

.product-details-tab .nav-tabs > li.active > a, .product-details-tab .nav-tabs > li.active > a:hover, .product-details-tab .nav-tabs > li.active > a:focus {
  border-bottom: 1px solid #fff !important;
}

.inseam-section {
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 10px;
  padding: 5px;
}
.inseam-section label {
  margin-top: 0 !important;
}
.inseam-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inseam-section ul li input[type=radio] {
  width: 20px;
  height: 20px;
}
.inseam-section ul li label {
  margin: 0 0 0 5px !important;
}
.inseam-section .error-msg {
  font-weight: bold;
}

.select-logo .error-msg {
  font-weight: bold;
}

.back-order-msg {
  float: left;
  margin: 6px 0 0 4px;
  font-size: 12px;
}

.margin-right-5 {
  margin-right: 5px;
}

.qty-section .back-order-msg {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.qty-section .stock-notice-link {
  color: #00174f;
  background: #ffd700;
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
  white-space: nowrap;
  margin-left: 10px;
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 9px #ccc;
          box-shadow: 0px 0px 9px #ccc;
}
@media screen and (max-width: 576px) {
  .qty-section .stock-notice-link {
    margin-left: 0px;
  }
}

.promo-code {
  background-color: #ce1c15;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px;
  font-family: GillSans-SemiBold, Arial, sans-serif;
}
.promo-code span {
  font-family: GillSans, Arial, sans-serif;
}
.promo-code + .promo-code {
  padding: 0 0 10px;
}

.product-altimages .simpleLens-thumbnail-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 50px;
}

.product-details-tab {
  margin: 15px 0;
}
.product-details-tab ul li a {
  margin-right: 0;
  color: #001036;
  font-size: 14px;
  font-family: GillSans-SemiBold, Arial, sans-serif;
  min-width: 150px;
  padding: 10px 15px;
  background-color: #f8f8f8;
  border-radius: 0;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #c3c3c3;
}
.product-details-tab ul li a:hover {
  background-color: #fff;
  color: #ce1c15;
  border: 1px solid #c3c3c3;
  border-bottom: 0;
}
.product-details-tab .nav-tabs > li.active > a, .product-details-tab .nav-tabs > li.active > a:hover, .product-details-tab .nav-tabs > li.active > a:focus {
  background-color: #fff;
  color: #ce1c15;
  border-color: #c3c3c3;
  font-weight: bold;
  border-bottom: 1px solid #f9f9f9;
  margin-bottom: 0;
}
.product-details-tab .tab-content {
  min-height: 300px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #c3c3c3;
  padding: 15px 20px;
}
.product-details-tab .tab-content h4 a {
  color: #00174F;
  font-size: 16px;
  font-weight: bold;
  padding-right: 5px;
}
.product-details-tab .tab-content h4 span {
  padding-left: 5px;
  border-left: 1px solid #c3c3c3;
  color: #949494;
  font-size: 14px;
}

.product-review {
  margin-bottom: 15px;
}
.product-review .review-title h3 {
  font-size: 14px;
  font-weight: bold;
}

@media all and (min-width: 320px) {
  .nav-tabs > li.active {
    background-color: #fff;
  }
  .nav-tabs > li.active a {
    background-color: #fff !important;
  }
  .product-details-tab ul li {
    width: 100%;
    padding-right: 0;
  }
}
@media all and (min-width: 768px) {
  .product-details-tab ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-details-tab .tab-content {
    max-height: 400px;
  }
}
.product-view-details .product-images .alternate-img {
  padding: 20px 50px;
}
.product-view-details .product-images .alternate-img .item img:hover, .product-view-details .product-images .alternate-img .item img.selected {
  border: 2px solid #001036;
}
.product-view-details .product-images .alternate-img .owl-controls {
  top: -35px;
}
.product-view-details .product-images .alternate-img .item img {
  text-align: center;
  border: 2px solid #c3c3c3;
  display: block;
  max-width: 100px;
  margin: 0 auto;
  max-height: 50px;
  max-width: 50px;
}
.product-view-details .product-images .owl-theme .owl-controls {
  margin-top: 10px;
}
.product-view-details .product-images .owl-theme .owl-controls .owl-buttons .owl-prev, .product-view-details .product-images .owl-theme .owl-controls .owl-buttons .owl-next {
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  color: #001036;
  height: 28px;
  width: 28px;
  margin: 0;
  line-height: 26px;
  opacity: 1;
  font-family: "znode-web-store" !important;
}
.product-view-details .product-images .owl-theme .owl-controls .owl-buttons .owl-prev:hover, .product-view-details .product-images .owl-theme .owl-controls .owl-buttons .owl-next:hover {
  background-color: #001036;
  color: #fff;
}
.product-view-details .product-images .owl-theme .owl-controls .owl-buttons .owl-prev {
  margin-right: 5px;
}
.product-view-details .product-images .new-product-tag {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 99;
  width: 40px;
  height: 40px;
}
.product-view-details .product-images .gsw-product-logo {
  min-width: 65px;
  min-height: 65px;
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.product-view-details .product-images .about-back-right-pocket {
  display: block;
  left: 15.97%;
  top: 16.5%;
  right: 0.18%;
  bottom: 96.93%;
}
.product-view-details .product-images .back-right-pocket {
  display: none;
}
.product-view-details .product-images .bottom-right-hem {
  display: block;
  left: 6.97%;
  top: 76.5%;
  right: 83.18%;
  bottom: 12.93%;
}
.product-view-details .product-images .center-chest {
  display: block;
  left: 38.64%;
  top: 20.22%;
  right: 38.98%;
  bottom: 75.29%;
  min-width: 60px;
  min-height: 60px;
}
.product-view-details .product-images .product-school-logo-prim01.center-chest {
    display: block;
    left: 20.64%;
    top: 12.22%;
    right: 38.98%;
    bottom: 75.29%;
    min-width: 320px;
    min-height: 320px;
}
.product-view-details .product-images .product-school-logo-prim01-change.center-chest {
    display: block;
    left: 24.64%;
    top: 7.22%;
    right: 38.98%;
    bottom: 75.29%;
    min-width: 320px;
    min-height: 320px;
}
.product-view-details .product-images .front-left-thigh-centered {
  display: none;
}
.product-view-details .product-images .ghost-logo {
  display: none;
}
.product-view-details .product-images .product-category-jumpers-and-dresses .left-chest {
  display: block;
  left: 53.64%;
  top: 15.22%;
  right: 39.98%;
  bottom: 70.29%;
}
.product-view-details .product-images .product-category-sweatshirts-hooded .left-chest {
  display: block;
  left: 56.64%;
  top: 35.22%;
  right: 36.98%;
  bottom: 70.29%;
}
.product-view-details .product-images .product-category-sweaterjackets-halfzipPullover .left-chest {
    display: block;
    left: 37.64%;
    top: 35.22%;
    right: 36.98%;
    bottom: 70.29%;
}
.product-view-details .product-images .left-chest {
  display: block;
  left: 56.64%;
  top: 22.22%;
  right: 36.98%;
  bottom: 70.29%;
}
.product-view-details .product-images .left-collar {
  display: block;
  left: 51.82%;
  top: 11.4%;
  right: 44.1%;
  bottom: 85.81%;
  min-width: 25px;
  min-height: 25px;
}
.product-view-details .product-images .right-collar {
  display: block;
  left: 40.82%;
  top: 11.4%;
  right: 53.1%;
  bottom: 85.81%;
  min-width: 25px;
  min-height: 25px;
}
.product-view-details .product-images .left-sleeve {
  display: none;
}
.product-view-details .product-images .lower-left-leg {
  display: none;
}
.product-view-details .product-images .lower-right-leg {
  display: none;
}
.product-view-details .product-images .pdp-logo {
  display: none;
}
.product-view-details .product-images .right-chest {
  display: block;
  left: 10.64%;
  top: 24.22%;
  right: 34.98%;
  bottom: 70.29%;
}
.product-view-details .product-images .right-sleeve {
  display: none;
}
.product-view-details .product-images .tie-bottom-center {
  display: none;
}
.product-view-details .product-images .upper-left-leg {
  display: none;
}
.product-view-details .product-images .upper-right-leg {
  display: none;
}
.product-view-details .product-images .vertical-left-leg {
  display: none;
}

.simpleLens-gallery-container {
  margin-top: 3%;
  margin-bottom: 25px;
}
.simpleLens-gallery-container .simpleLens-container {
  display: table;
  position: relative;
  margin: 0 auto;
  -ms-transform: none;
}
.simpleLens-gallery-container .simpleLens-big-image-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  width: 100%;
  -ms-transform: none;
}
.simpleLens-gallery-container .simpleLens-big-image-container .simpleLens-lens-image {
  height: auto !important;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  float: none;
  position: relative;
  -ms-transform: none;
}
.simpleLens-gallery-container .simpleLens-big-image-container .simpleLens-lens-image .simpleLens-big-image {
  max-width: 100%;
  -ms-transform: none;
}
.simpleLens-gallery-container .simpleLens-big-image-container .simpleLens-lens-image .simpleLens-mouse-cursor {
  background-color: #ccc;
  opacity: 0.2;
  filter: alpha(opacity=20);
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #c3c3c3;
  -webkit-box-shadow: 0 0 2px 2px #999;
          box-shadow: 0 0 2px 2px #999;
  cursor: none;
  -ms-transform: none;
}

.simpleLens-lens-element {
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px 2px #8e8e8e;
          box-shadow: 0 0 2px 2px #8e8e8e;
  height: 100%;
  left: 105%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
  text-align: center;
  -ms-transform: none;
}
.simpleLens-lens-element img {
  position: relative;
  top: 0;
  left: 0;
  width: auto !important;
  max-width: none !important;
  -ms-transform: none;
}

*::-ms-backdrop, .simpleLens-gallery-container .simpleLens-container {
  display: block;
}

*::-ms-backdrop, .simpleLens-gallery-container .simpleLens-big-image-container {
  display: inline-block;
  vertical-align: middle;
}

*::-ms-backdrop, .simpleLens-gallery-container .simpleLens-big-image-container:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.small-view-template .product-view-details .product-images .alternate-img {
  padding: 20px;
}
.small-view-template .simpleLens-gallery-container .simpleLens-big-image-container .simpleLens-lens-image {
  width: 70%;
}
.small-view-template .simpleLens-container {
  height: 275px;
}
.small-view-template .simpleLens-lens-element {
  left: 85%;
}

.easyzoom {
  position: relative;
  margin-top: 3%;
}

.easyzoom-flyout, .easyzoom-notice {
  position: absolute;
  background: #fff;
}

.easyzoom img {
  vertical-align: bottom;
}

.easyzoom.is-loading img {
  cursor: progress;
}

.easyzoom.is-ready img {
  cursor: crosshair;
}

.easyzoom.is-error img {
  cursor: not-allowed;
}

.easyzoom-notice {
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  -webkit-box-shadow: 0 0 10px #888;
          box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
  z-index: 100;
  overflow: hidden;
}

.easyzoom-overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.easyzoom-adjacent .easyzoom-flyout {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px;
}

.easyzoom .easyzoom-img {
  display: table;
  width: 100%;
  text-align: center;
}

@media all and (min-width: 320px) {
  .simpleLens-lens-element {
    display: none;
  }
  .easyzoom img {
    width: 310px;
  }
  .big-view-template .simpleLens-container {
    height: 290px;
  }
}
@media all and (min-width: 768px) {
  .easyzoom img {
    width: auto;
  }
  .big-view-template .simpleLens-container {
    height: 555px;
  }
}
@media all and (min-width: 992px) {
  .simpleLens-lens-element {
    display: block;
  }
}
@media all and (min-width: 320px) {
  .product-view-details {
    padding: 0 5px;
  }
  .product-view-details .product-overview .product-bundles ul li {
    width: 48%;
  }
  .product-view-details .product-overview .overview-small-view {
    padding: 0;
  }
  .product-view-details .product-info .product-variations .product-customize .group-product-list .group-item-details {
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 0.9px;
  }
  .product-view-details .product-info .personlised-attribute input[type=text] {
    width: 75%;
  }
  .write-review, .all-reviews {
    padding: 0 5px;
  }
  .btn-print {
    display: none;
  }
  .wcn-static-bar {
    display: none;
  }
  .sticky-bar {
    display: block !important;
    padding: 5px 0 !important;
    top: 102px;
  }
  .sticky-bar .wcn-product-info-btn button {
    display: none;
  }
  .sticky-bar .wcn-product-detail div {
    line-height: 18px;
  }
  .sticky-bar .wcn-product-detail div span {
    border-right: none;
  }
  .sticky-bar .wcn-padding {
    padding-top: 0;
  }
  .sticky-bar .close-btn {
    position: relative;
    right: 0;
    top: 4px;
  }
}
@media all and (min-width: 768px) {
  .shop-by {
    display: none;
  }
  .product-view-details {
    padding: 0;
  }
  .product-view-details .product-overview .product-bundles ul li {
    width: 24%;
  }
  .product-view-details .product-info .product-variations .product-customize .group-product-list .group-item-details {
    padding-left: 20px;
  }
  .product-view-details .product-info .personlised-attribute input[type=text] {
    width: 50%;
  }
  .write-review, .all-reviews {
    padding: 0;
  }
  .sticky-bar {
    top: 106px;
  }
  .sticky-bar .wcn-product-detail div .sku-label {
    padding-left: 0 !important;
  }
  .sticky-bar .wcn-product-detail div span {
    border-right: 1px solid #c3c3c3;
  }
  .sticky-bar .wcn-padding {
    padding-top: 4px;
  }
  .right-shift {
    padding-right: 0 !important;
    padding-left: 15px !important;
  }
  .search-sorting {
    margin-top: 0;
  }
  .size-chart-section {
    width: 200px;
    float: right;
    margin: -20px 0 0 0;
  }
  .qty-section .btn-add-to-cart {
    margin-top: 0 !important;
  }
  .product-view-details .product-info .product-variations .product-customize .addons-attributs .show-logo ul li {
    float: left;
    width: 50%;
    margin-right: 0;
  }
  .product-view-details .product-info .product-variations .product-customize .addons-attributs .show-logo ul li:nth-child(2) {
    margin-top: 45px;
  }
  .fit-guide {
    width: 50%;
  }
  .product-school-info-container .logo-section img {
    width: 65px;
    padding-top: 0;
  }
  .filter-strip {
    background-color: #f6f6f6;
    border-top: 1px solid #75809e;
    border-bottom: 1px solid #75809e;
    min-height: 75px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
    padding: 0;
  }
  .filter-strip .gsw-school-selecter .search-img + label + input[type=text] + div.selected-text, .filter-strip .gsw-school-selecter div.selected-text {
    width: 400px;
  }
}
@media all and (min-width: 992px) {
  .product-view-details .product-images {
    margin-top: -20px;
  }
  .product-view-details .product-overview {
    padding-left: 10px;
  }
  .product-view-details .product-overview .overview-small-view {
    padding: 0 5px 0 0;
  }
  .wcn-static-bar {
    padding: 10px;
    min-height: 78px;
    display: block;
  }
  .wcn-static-bar .wcn-padding {
    padding-top: 4px;
  }
  .wcn-static-bar .wcn-tab .tab-panel-heading a {
    font-size: 21px;
  }
  .wcn-static-bar .pull-right.padding-right {
    padding-right: 20px;
  }
  .wcn-static-bar .pull-right.padding-right .product-price h2 {
    padding-right: 15px;
  }
  .wcn-static-bar .pull-right.padding-right .btn-add-to-cart button.btn-lable {
    padding: 6px 30px 6px 40px;
  }
  .wcn-static-bar .pull-right.padding-right .btn-wishlist {
    margin-left: 13px;
  }
  .sticky-bar {
    top: 110px;
  }
  .sticky-bar .wcn-product-info-btn button {
    display: inline-block;
  }
  .sticky-bar .close-btn {
    top: 0;
  }
  .filter-strip .btn-update {
    margin: 26px 0;
  }
  .store-info .title {
    font-size: 25px;
  }
  .store-info .long-btn {
    text-align: center;
  }
  .store-info .more-info {
    display: none;
  }
  .store-info .more-info a {
    display: none;
  }
  .store-info .content {
    display: block;
  }
  .product-school-info-container .logo-text-section {
    text-align: left;
    margin: auto;
  }
  .product-school-info-container .left-logo-section {
    padding-left: 33px;
  }
  .filter-strip .gsw-school-selecter .search-img + label + input[type=text] + div.selected-text {
    width: 212px;
  }
  .filter-strip .gsw-school-selecter div.selected-text {
    width: 248px;
  }
}
@media all and (min-width: 992px) {
  .filter-strip .select-filter div.selected-text {
    width: 91px;
  }
}
@media all and (min-width: 1200px) {
  .btn-print {
    display: inline-block;
  }
  .wcn-static-bar {
    padding: 10px 80px;
  }
  .size-chart-section {
    width: 250px;
  }
  .filter-strip .gsw-school-selecter .search-img + label + input[type=text] + div.selected-text {
    width: 281px;
  }
  .filter-strip .gsw-school-selecter div.selected-text {
    width: 311px;
  }
  .filter-strip .select-filter div.selected-text {
    width: 125px;
  }
}
@media print {
  .btn-text, .product-view-details .product-rating a, .header-nav {
    display: none;
  }
  .product-details-tab .nav-tabs > li.active > a, .product-details-tab .nav-tabs > li.active > a:hover, .product-details-tab .nav-tabs > li.active > a:focus {
    font-weight: bold;
  }
  .product-details-tab ul li {
    width: auto;
  }
  .product-details-tab ul li a {
    font-weight: normal;
  }
}
.login-container {
  margin: 8% 0;
  color: #00174F;
  font-weight: normal;
}
.login-container h3 {
  margin: 0;
  color: #001036;
}
.login-container h2 {
  font-size: 25px;
}
.login-container .block-title {
  border-bottom: 1px solid #f7b334;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.login-container .block-title h3 {
  font-size: 20px;
  margin-top: 9%;
}
.login-container .block-info {
  font-size: 15px;
}
.login-container .inner-container {
  min-height: 330px;
  /*.checkout-new .checkout-guest-container{display:none}*/
}
.login-container .inner-container label {
  color: #001036;
  font-size: 15px;
  margin: 6px 0;
  font-weight: normal;
}
.login-container .inner-container input[type=text], .login-container .inner-container input[type=password] {
  border-radius: 0;
  padding-left: 10px;
}
.login-container .inner-container .login-icon {
  line-height: 30px;
  font-size: 20px;
  padding: 0 8px;
  border: 1px solid #c3c3c3;
  color: #8e8e8e;
  width: 34px;
}
.login-container .inner-container .btn-text-login {
  float: left;
  display: inline-block;
  min-width: 100%;
  text-align: center;
  font-family: GillSans, Arial, sans-serif;
  font-size: 14px;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 0 15px 1px 10px;
  height: 34px;
  line-height: 34px;
  margin-top: 15px;
}
.login-container .inner-container .btn-text-cancel {
  display: inline-block;
  min-width: 100%;
  text-align: center;
  font-family: GillSans, Arial, sans-serif;
  border: none;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 10px;
  margin-left: 5px;
  height: 34px;
  line-height: 34px;
}
.login-container .inner-container .login-form-forgotpassword {
  float: left;
  margin: 15px 0 -6px 2px;
  text-transform: uppercase;
}
.login-container .inner-container .account-signup-container {
  border-left: 1px solid #c3c3c3;
  margin: 1% 0;
}
.login-container .inner-container .account-signup-container h3 {
  color: #001036;
  font-size: 20px;
}
.login-container .inner-container .account-signup-container .user-icon {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #c3c3c3;
  text-align: center;
  position: absolute;
  left: -25px;
  top: 95px;
  background-color: #fff;
}
.login-container .inner-container .account-signup-container .user-icon i {
  line-height: 47px;
  font-size: 30px;
  color: #cacaca;
}
.login-container .inner-container .account-signup-container .btn-text-full {
  width: auto;
  text-transform: uppercase;
  height: 34px;
  font-size: 14px;
  line-height: 34px;
}
.login-container .inner-container .checkout-guest .user-icon {
  top: 120px;
}
.login-container .inner-container .social {
  border-top: 1px solid #c3c3c3;
  position: relative;
  margin-top: 15px;
}
.login-container .inner-container .social .oval-seprator {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #c3c3c3;
  text-align: center;
  position: absolute;
  left: 43%;
  top: -21px;
  background-color: #a4a4a4;
  color: #fff;
  padding: 8px;
  line-height: 22px;
}
.login-container .inner-container .social .top-bottom-space {
  margin: 32px 0 25px;
}
.login-container .inner-container .remember-me label {
  margin: 0 0 0 -4px;
  line-height: 22px;
  font-size: 14px;
}
.login-container .inner-container .checkout-guest-container {
  margin-top: 15px;
}
.login-container .inner-container .account-signup-link:hover i, .login-container .inner-container .checkout-login-asguest:hover i {
  color: #001036;
}
.login-container .inner-container .login-modal {
  margin: 1% 0;
  padding-left: 0;
  padding-right: 30px;
}

.checkout-guest-section .login-container h2 {
  text-transform: uppercase;
}

.forgot-pass input[type=text], .forgot-pass input[type=password] {
  border-radius: 0;
  padding-left: 15px !important;
}

.register-container {
  margin-top: 5%;
}
.register-container .account-signup-link {
  margin-left: 0;
}
.register-container .account-signup-container {
  padding: 10px 0;
}
.register-container .account-signup-container .user-icon {
  width: 50px;
  height: 50px;
  border: 1px solid #c3c3c3;
  text-align: center;
  position: absolute;
  left: -25px;
  top: 40px;
  background-color: #fff;
}
.register-container .account-signup-container .user-icon i {
  line-height: 45px;
  font-size: 30px;
  color: #cacaca;
}
.register-container .login-icon {
  line-height: 16px;
  font-size: 20px;
  text-align: center;
  border: 1px solid #c3c3c3;
  color: #8e8e8e;
  width: 34px;
}
.register-container .form-group {
  float: left;
  width: 100%;
}
.register-container .sub {
  font-size: 12px;
  color: #8e8e8e;
}
.register-container input[type=text], .register-container input[type=password] {
  border-radius: 0;
  padding-left: 15px;
}
.register-container label {
  font-size: 14px;
  font-weight: normal;
}
.register-container .styled-input label {
  margin-left: -4px;
}
.register-container .btn-text {
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
}
.register-container .register-title .border-bottom {
  border-bottom: 1px solid #f7b334;
  margin-top: 5px;
}
.register-container .login-title {
  font-size: 20px;
  text-transform: capitalize;
}
.register-container h1, .register-container .page-title {
  font-size: 25px;
  text-transform: uppercase;
}

.Facebook-btn {
  background-color: #435f9c;
  margin-bottom: 5px;
}

.Google-btn {
  background-color: #de4931;
  margin-bottom: 5px;
  margin-left: 5px;
}

.Amazon-btn {
  background-color: #f3a847;
}

.social-login {
  width: 150px !important;
}

@media all and (min-width: 320px) {
  .login-container .inner-container, .register-container {
    padding: 10px 5px;
  }
  .login-container .inner-container .account-signup-container, .register-container .account-signup-container {
    border-left: 0;
  }
  .login-container .inner-container .account-signup-container .user-icon, .register-container .account-signup-container .user-icon {
    display: none;
  }
  .already-account {
    padding: 0;
  }
  .login-container .inner-container .account-signup-container {
    padding: 0;
  }
  .loginStatus .log-off {
    margin-left: 0;
  }
  .login-container .inner-container .btn-text-cancel {
    margin-left: 0px;
  }
}
@media all and (min-width: 768px) {
  .login-container .inner-container .account-signup-container .user-icon, .register-container .account-signup-container .user-icon {
    display: block;
  }
  .loginStatus .log-off {
    margin-left: 10px;
  }
  .login-container .inner-container .account-signup-container {
    padding: 0 15px;
  }
  .login-container .inner-container .btn-text-login {
    min-width: 190px;
  }
  .login-container .inner-container .btn-text-cancel {
    min-width: 100px;
    margin-left: 5px;
  }
}
@media all and (min-width: 992px) {
  .login-container .inner-container {
    /*.btn-text-cancel {
        min-width: 100px;
    }*/
  }
  .login-container .inner-container .btn-text-login {
    min-width: 150px;
  }
  .login-container .inner-container .login-form-forgotpassword {
    margin: 23px 15px 0;
  }
}
@media all and (min-width: 1200px) {
  .social-login {
    width: 170px !important;
  }
}
td.cart-item-unitprice .thead-text, td.cart-item-total .thead-text {
  margin-bottom: 10px;
}

.shopping-cart .border-bottom-cart {
  border-bottom: 1px solid #ffa600;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.shopping-cart .cart-total-title h2 {
  border: 1px solid #c3c3c3;
  font-size: 16px;
  color: #001036;
  font-weight: bold;
  padding: 15px;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), to(#f0f0f0));
  background: linear-gradient(to bottom, #ffffff 0, #f0f0f0 100%);
}
.shopping-cart .cart-products table {
  border: 1px solid #c3c3c3;
  margin-bottom: 0;
}
.shopping-cart .cart-products table tr td, .shopping-cart .cart-products table tr th {
  vertical-align: top;
  padding: 5px;
}
.shopping-cart .cart-products table tr th:first-child {
  width: 30px;
}
.shopping-cart .cart-products table tr:hover {
  background-color: transparent !important;
}
.shopping-cart .cart-products table td i.zf-close-circle {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.54);
}
.shopping-cart .cart-products table .thead-text {
  color: #757575;
  position: absolute;
  top: 40px;
}
.shopping-cart .cart-products .cart-item-remove-all {
  margin: 15px 0;
  float: left;
  color: #626262;
  font-size: 14px;
  cursor: pointer;
}
.shopping-cart .cart-products .cart-item-remove-all i.zf-close-circle {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.54);
  vertical-align: sub;
  margin-right: 5px;
}
.shopping-cart .remove-item a {
  float: left;
  width: 100%;
  text-align: center;
  color: #001036;
}
.shopping-cart .cart-item-details .cart-item-description {
  font-size: 13px;
  line-height: 26px;
  font-weight: normal;
}
.shopping-cart .cart-item-details .cart-item-description .short-description-price {
  margin-left: 5px;
  font-size: 14px;
}
.shopping-cart .cart-item-details a {
  display: block;
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
  width: 100%;
  text-transform: uppercase;
  font-family: GillSans-SemiBold, Arial, sans-serif;
}
.shopping-cart .cart-item-details .group-product-list p {
  line-height: 32px;
  font-weight: 600;
}
.shopping-cart .cart-item-details .group-product-list p i {
  font-size: 13px;
  color: #001036;
}
.shopping-cart .cart-item-details .cart-image a {
  max-height: 100%;
  overflow: visible;
}
.shopping-cart .cart-item-details .see-details {
  font-size: 10px !important;
}
.shopping-cart .cart-item-quantity .quantity-msg-error {
  display: block;
}
.shopping-cart .cart-summary .cart-total {
  text-align: right;
  color: #00174F;
  border: 1px solid #c3c3c3;
  font-weight: bold;
}
.shopping-cart .cart-summary .cart-total .form-group {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  line-height: 32px;
}
.shopping-cart .cart-summary .cart-total .total {
  border-top: 1px solid #c3c3c3;
  float: left;
  width: 100%;
  padding: 15px 13px 10px;
}
.shopping-cart .cart-summary .cart-total .total h2 {
  color: #001036;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
}
.shopping-cart .cart-promocode p, .shopping-cart .cart-giftcart p {
  font-weight: bold;
  padding: 10px 0;
  text-transform: uppercase;
}
.shopping-cart .cart-promocode .input-group, .shopping-cart .cart-giftcart .input-group {
  max-width: 300px;
}
.shopping-cart .cart-promocode p.error-msg, .shopping-cart .cart-promocode p.success-msg {
  font-size: 13px;
  text-transform: none;
  margin: -19px 17px 5px;
}
.shopping-cart .cart-promocode p.error-msg a, .shopping-cart .cart-promocode p.success-msg a {
  color: #cc0000;
}
.shopping-cart .cart-promocode p.error-msg a.zf-close, .shopping-cart .cart-promocode p.error-msg a i.zf-close, .shopping-cart .cart-promocode p.success-msg a.zf-close, .shopping-cart .cart-promocode p.success-msg a i.zf-close {
  font-size: 10px !important;
  margin: 2px 0 5px 0;
  vertical-align: middle;
}
.shopping-cart .shipping-estimate-details {
  line-height: 20px;
}
.shopping-cart .shipping-estimate-details .styled-input input[type=radio] + label {
  padding-right: 10px;
  margin-bottom: 0;
}
.shopping-cart .cart-apply-promocode .right-inner-icon i {
  line-height: 1;
}
.shopping-cart .cart-apply-promocode .right-inner-icon .cancel-shipping-estimator {
  position: absolute;
  top: 0;
  right: 0;
  padding: 9px 15px;
  height: 34px;
}
.shopping-cart .margin-top-bottom {
  margin: 30px 0 0 !important;
}
.shopping-cart .margin-top-bottom .btn-text-icon:first-child {
  margin-left: 0;
}
.shopping-cart .cart-total-bg-color {
  background-color: #f7f7f7;
}
.shopping-cart .cart-total {
  text-align: left !important;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 14px;
}
.shopping-cart .cart-total .head-text {
  border-bottom: 1px solid #c3c3c3;
}
.shopping-cart .cart-total h1 {
  font-size: 22px;
  text-transform: uppercase;
  padding: 5px 15px;
}
.shopping-cart .cart-total .form-group {
  padding: 5px 15px;
}
.shopping-cart .cart-total .align-right {
  text-align: right;
}
.shopping-cart .cart-total input[type=text] {
  border-radius: 0;
  height: 40px;
  border: 1px solid #757EA0;
  width: 60%;
  float: left;
}
.shopping-cart .cart-total button {
  color: #757EA0;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #757EA0;
  height: 40px;
  width: 100%;
}
.shopping-cart .cart-total span.input-group-btn {
  width: 37%;
  float: left;
  margin-left: 4px;
}
.shopping-cart .cart-total-title {
  position: relative;
}
.shopping-cart .cart-total-title .cart-item-remove-all {
  position: absolute;
  right: 15px;
  top: 22px;
}
.shopping-cart .cart-total-title .cart-item-remove-all .zf-close {
  font-size: 10px;
  margin-right: 5px;
}
.shopping-cart .cart-btn a {
  width: 100%;
  text-transform: uppercase;
  margin-left: 0;
  padding: 0 !important;
  font-size: 13px;
}
.shopping-cart .cart-btn .btn-bg-secondary {
  color: #757EA0;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #757EA0;
}
.shopping-cart .cart-btn .btn-right {
  margin-top: 10px;
}

.sp-accounts .shopping-cart .table-responsive .table tbody tr {
  float: none !important;
}
.sp-accounts .shopping-cart .table-responsive .table tbody tr td {
  display: table-cell !important;
  float: none !important;
}

.cart-item-quantity input[type=text] {
  width: 48px;
  border-radius: 2px;
  background-color: #fafafa;
  padding: 10px;
}
.cart-item-quantity .quanity-msg-error {
  display: block;
}

.sticky-bar {
  background-color: #F6F6F6;
  border: 1px solid #75809E;
  border-left: 0;
  border-right: 0;
  padding: 15px;
  top: 0;
  -webkit-transition: top 0.2s linear;
  transition: top 0.2s linear;
}
.sticky-bar .btn-cart {
  border: 1px solid #000;
  height: 40px;
  min-width: 159px;
  padding: 5px;
  color: #757EA0;
  text-transform: uppercase;
  background-color: #F6F6F6;
  outline: none;
}
.sticky-bar .btn-checkout {
  background-color: #060937;
  border: 1px solid #757EA0;
  height: 40px;
  min-width: 159px;
  padding: 5px 15px;
  color: #fff;
  text-transform: uppercase;
  margin-left: 10px;
  outline: none;
}
.sticky-bar .wcn-product-info-btn {
  padding-top: 7px;
  text-align: right;
}
.sticky-bar .close-btn {
  float: right;
}
.sticky-bar .close-btn .zf-close-circle {
  margin: 7px;
}
.sticky-bar .zf-active {
  color: #fff;
  font-size: 9px;
  border-radius: 50%;
  background-color: #5cb85c;
  width: 25px;
  height: 25px;
  padding: 8px 7px;
  float: left;
  margin-top: 5px;
}
.sticky-bar .addtocart-label {
  text-transform: uppercase;
  color: #5cb85c;
  font-weight: bold;
  font-size: 14px;
  padding: 8px;
  display: none;
}
.sticky-bar .image {
  background-color: #fff;
  border: 1px solid #c3c3c3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sticky-bar .image img {
  max-height: 100%;
}
.sticky-bar .wcn-product-detail {
  font-family: GillSans-SemiBold, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
}
.sticky-bar .wcn-product-detail .stickqty {
  font-family: GillSans, Arial, sans-serif;
  border: 0 !important;
  padding: 0;
}

@media all and (min-width: 320px) {
  .shopping-cart {
    padding: 0 5px;
  }
  .shopping-cart .cart-products table tr td, .shopping-cart .cart-products table tr th {
    vertical-align: middle;
    padding: 5px;
  }
  .shopping-cart .cart-products table tr th:first-child {
    width: 30px;
  }
  .shopping-cart .cart-products table .thead-text {
    position: static;
  }
  .shopping-cart .table-responsive {
    border: 0 !important;
  }
  .shopping-cart .table-responsive .table thead {
    display: none;
  }
  .shopping-cart .table-responsive .table tbody {
    border: 0;
  }
  .shopping-cart .table-responsive .table tbody tr {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #c3c3c3;
  }
  .shopping-cart .table-responsive .table tbody tr td {
    display: block;
    float: left;
    width: 70%;
    text-align: left;
    padding: 10px 5px;
  }
  .shopping-cart .table-responsive .table tbody tr td.remove-item {
    position: absolute;
    z-index: 1;
    padding: 5px;
    width: auto;
    top: 0;
    left: 0;
    background-color: #fff;
    border: none;
  }
  .shopping-cart .table-responsive .table tbody tr td .cart-description {
    padding: 10px 0 0;
    white-space: normal;
  }
  .shopping-cart .table-responsive .table tbody tr td .cart-description label {
    padding-right: 5px;
  }
  .shopping-cart .table-responsive .table tbody tr td.cart-item-quantity, .shopping-cart .table-responsive .table tbody tr td.cart-item-unitprice, .shopping-cart .table-responsive .table tbody tr td.cart-item-total {
    position: relative;
    float: right;
    clear: right;
    width: 30%;
    min-width: 90px;
    color: #485880;
    font-weight: bold;
    font-size: 14px;
  }
  .shopping-cart .table-responsive .table tbody tr td.cart-item-details {
    width: 60%;
  }
  .cart-item-details {
    border: none;
  }
  .cart-item-details .cart-image img {
    max-width: 50px;
    float: right;
  }
  .cart-item-details .cart-image a {
    width: 80px;
    display: inline-block;
    height: 100px;
    float: right;
    text-align: center;
  }
  .cart-item-details .cart-image a img {
    max-width: 100%;
    float: none;
    max-height: 100%;
    margin: auto;
  }
  .cart-item-details .cart-description {
    padding: 10px 0 0;
  }
  .cart-item-details .cart-product-details {
    padding: 0;
    margin: 10px 0;
  }
  .cart-item-details .cart-products thead {
    display: none;
  }
  .cart-item-details .cart-products .remove-item {
    position: absolute;
    left: 0;
  }
  .cart-item-details .cart-products td {
    border-bottom: 0 !important;
  }
  .cart-item-details .cart-products td.cart-item-details {
    width: 46%;
    float: left;
    text-align: right;
    white-space: normal !important;
  }
  .cart-item-details .cart-products td.cart-item-unitprice, .cart-item-details .cart-products td.cart-item-quantity, .cart-item-details .cart-products td.cart-item-total {
    float: right;
    width: 19%;
    clear: right;
  }
  .cart-item-details .cart-products td.cart-item-unitprice {
    margin-top: 10px;
    color: #485880;
    font-weight: bold;
  }
  .cart-item-details .cart-total-title {
    padding: 0;
  }
  .cart-item-details .cart-total-title .cart-item-remove-all {
    position: absolute;
    right: 2px;
    top: 22px;
  }
  .cart-item-details .cart-left-section {
    padding: 0;
  }
  .order-receipt .shopping-cart .table-responsive .table tbody tr {
    float: none;
  }
  .order-receipt .shopping-cart .table-responsive .table tbody tr td {
    float: none;
    width: auto;
    display: table-cell;
  }
}
@media all and (min-width: 768px) {
  .shopping-cart {
    padding: 0;
  }
  .shopping-cart .cart-products table tr td, .shopping-cart .cart-products table tr th {
    vertical-align: top;
  }
  .shopping-cart .cart-products table .thead-text {
    position: static;
  }
  .shopping-cart .cart-item-quantity {
    max-width: 60px;
  }
  .shopping-cart .table-responsive .table tbody {
    border-bottom: 1px solid #c3c3c3;
  }
  .shopping-cart .table-responsive .table tbody tr {
    float: none;
  }
  .shopping-cart .table-responsive .table tbody tr td {
    display: table-cell;
    float: none;
    width: auto;
    text-align: left;
    padding: 20px 10px;
  }
  .shopping-cart .table-responsive .table tbody tr td.remove-item {
    position: relative;
    padding: 20px;
    background-color: transparent;
    vertical-align: middle;
  }
  .shopping-cart .table-responsive .table tbody tr td .cart-description {
    padding: 0 0 0 10px;
  }
  .shopping-cart .table-responsive .table tbody tr td.cart-item-quantity, .shopping-cart .table-responsive .table tbody tr td.cart-item-unitprice, .shopping-cart .table-responsive .table tbody tr td.cart-item-total {
    float: none;
    clear: none;
    width: auto;
  }
  .shopping-cart .cart-btn .btn-right {
    padding-left: 5px;
    margin-top: 0;
  }
  .shopping-cart .cart-btn .btn-left {
    padding-right: 5px;
  }
  .cart-item-details {
    border: 1px solid #c3c3c3;
  }
  .cart-item-details .cart-image img {
    max-width: 80px;
  }
  .cart-item-details .cart-description {
    padding: 0 0 0 10px;
  }
  .sticky-bar .wcn-product-info-btn button {
    display: inline-block;
    min-width: 100px;
  }
  .sticky-bar .addtocart-label {
    display: inline-block;
  }
  .shopping-cart .cart-summary .cart-total .total h2 {
    font-size: 20px;
  }
}
@media all and (min-width: 992px) {
  .cart-product-details {
    padding: 0 15px;
    margin: 0;
  }
  .cart-products .remove-item {
    position: static;
    left: auto;
  }
  .cart-products td {
    border-bottom: 1px solid #c3c3c3;
  }
  .cart-products td.cart-item-details {
    width: auto;
    float: none;
    text-align: left;
    white-space: nowrap !important;
  }
  .cart-products td.cart-item-unitprice, .cart-products td.cart-item-quantity, .cart-products td.cart-item-total {
    float: none;
    width: auto;
    clear: none;
  }
  .cart-products td.cart-item-unitprice {
    margin-top: auto;
  }
  .shopping-cart .margin-top-bottom {
    margin: 60px 0 0 !important;
  }
  .shopping-cart .cart-total-title .cart-item-remove-all {
    right: 25px;
    top: 22px;
  }
  .shopping-cart .cart-total span.input-group-btn {
    margin-left: 7px;
  }
  .cart-left-section {
    padding: 0 15px;
  }
  .sticky-bar .wcn-product-info-btn button {
    min-width: 150px;
  }
}
@media print {
  .shopping-cart {
    padding: 0;
  }
  .shopping-cart .table-responsive .table tbody tr {
    float: none;
  }
  .shopping-cart .table-responsive .table tbody tr td {
    display: table-cell;
    float: none;
    width: auto;
    text-align: left;
    padding: 20px 10px;
  }
  .sp-accounts h4, .sp-accounts h1 {
    font-size: 22px;
  }
  .sp-accounts p {
    font-size: 14px;
  }
  .sp-accounts .user-account .page-title {
    font-size: 25px;
  }
  .sp-accounts .user-receipt {
    margin-bottom: 15px;
  }
  .sp-accounts .section-header-color {
    margin-top: 20px;
  }
  .order-receipt {
    font-size: 14px;
  }
  .order-receipt h3, .order-receipt h1 {
    font-size: 22px;
  }
  .order-receipt p {
    font-size: 14px;
  }
  .order-receipt .user-account .page-title {
    font-size: 25px;
  }
  .order-receipt .user-receipt {
    margin-bottom: 15px;
  }
  .order-receipt .section-header-color {
    margin-top: 20px;
  }
  .account-dashboard .order-receipt h3 {
    margin-top: 5px !important;
  }
  .account-dashboard .section-header {
    font-size: 16px !important;
  }
  h1 {
    font-size: 20px !important;
  }
  h2 {
    font-size: 22px !important;
  }
  .account-dashboard, .user-receipt, .table-responsive .table tbody tr td, table > tbody > tr > th {
    font-size: 16px !important;
  }
}
.check-order-status .login-container {
  margin: 3% 0 10%;
}

.single-page-checkout td.cart-item-unitprice .thead-text, .single-page-checkout td.cart-item-total .thead-text {
  margin-bottom: 0;
}
.single-page-checkout .page-title {
  margin-bottom: 30px;
  margin-top: 30px;
  border-bottom: 1px solid #FFA600;
  padding-bottom: 15px;
  font-size: 24px;
}
.single-page-checkout .address-block label {
  text-transform: uppercase;
}
.single-page-checkout .address-block .address-name {
  font-weight: 600;
  color: #6a6367;
}
.single-page-checkout .address-block .address-details {
  min-height: 100px;
}
.single-page-checkout .review-order .chk-section {
  border: 1px solid #c3c3c3;
}
.single-page-checkout .review-order .cart-item-quantity input[type=text] {
  border: none;
  background-color: transparent;
  pointer-events: none;
  text-align: right;
}
.single-page-checkout .review-order .shopping-cart {
  padding: 0;
}
.single-page-checkout .review-order .cart-products tr th:first-child {
  display: none;
}
.single-page-checkout .review-order .cart-products tbody tr td:first-child {
  display: none;
}
.single-page-checkout .review-order .cart-products tbody tr {
  border-bottom: 1px solid #c3c3c3;
}
.single-page-checkout .review-order .cart-products tbody tr:last-child {
  border-bottom: 0;
}
.single-page-checkout .signle-page-payment .credit-card-container .nav-tabs li {
  width: 50%;
}
.single-page-checkout .signle-page-payment .credit-card-container .nav-tabs li a {
  text-align: center;
  background-color: #ddd;
  color: #00174f;
  border-color: #f5eded #f5eded transparent;
}
.single-page-checkout .signle-page-payment .credit-card-container .nav-tabs li.active a {
  background-color: #001036 !important;
  color: #fff;
}
.single-page-checkout .signle-page-payment .credit-card-container .tab-content {
  padding: 10px 0;
  display: block;
}
.single-page-checkout .signle-page-payment .credit-card-container .section-heading {
  font-size: 16px;
  border-bottom: 1px solid #c3c3c3;
  font-weight: 600;
  color: #6a6367;
  padding-bottom: 10px;
  display: none;
}
.single-page-checkout .signle-page-payment .credit-card-container .save-cart {
  margin-bottom: 10px;
}
.single-page-checkout .signle-page-payment .credit-card-container .save-cart .styled-input input[type=radio] + label {
  display: inline-block !important;
}
.single-page-checkout .signle-page-payment .credit-card-container .save-cart ul {
  padding: 0;
}
.single-page-checkout .signle-page-payment .credit-card-container .save-cart ul img {
  margin-left: 5px;
}
.single-page-checkout .signle-page-payment .credit-card-container .save-cart .input-radioButton {
  margin-left: 5px;
}
.single-page-checkout .styled-input .disable-radio::before {
  color: #ddd !important;
}
.single-page-checkout .checkout-box {
  border: 1px solid #c3c3c3;
  margin-bottom: 25px;
}
.single-page-checkout .checkout-box .title {
  padding: 15px;
  margin: 0;
  font-size: 16px;
  color: #00174F;
  font-weight: bold;
  border-bottom: 1px solid #c3c3c3;
  text-transform: uppercase;
}
.single-page-checkout .checkout-box .title .gsw-shipping-note {
  font-size: 10px;
  display: block;
  margin-top: 6px;
}
.single-page-checkout .checkout-box .title .gsw-shipping-note a {
  text-decoration: underline;
}
.single-page-checkout .checkout-box input[type=text] {
  border-radius: 0;
}
.single-page-checkout .checkout-box label {
  text-transform: uppercase;
}
.single-page-checkout .checkout-box #deleteCurrentAddress {
  display: none;
}
.single-page-checkout .checkout-box #btnSaveAddress {
  min-width: 100%;
  margin-left: 0;
}
.single-page-checkout .checkout-box .btn-section {
  float: none !important;
}
.single-page-checkout .cart-products thead {
  display: none;
}
.single-page-checkout .cart-products .remove-item {
  position: absolute;
  left: 0;
}
.single-page-checkout .cart-products td {
  border-bottom: 0 !important;
  position: relative;
  vertical-align: top !important;
}
.single-page-checkout .cart-products td.cart-item-unitprice {
  margin-top: 10px;
  display: none;
}
.single-page-checkout .cart-products .thead-text {
  position: static !important;
}
.single-page-checkout .cart-total-title {
  padding: 0;
}
.single-page-checkout .cart-total-title .cart-item-remove-all {
  position: absolute;
  right: 2px;
  top: 22px;
}
.single-page-checkout .cart-left-section {
  padding: 0;
}
.single-page-checkout .cart-image img {
  float: none;
  width: 30px;
}
.single-page-checkout td.cart-item-details {
  white-space: normal !important;
}
.single-page-checkout td.cart-item-details .cart-image a, .single-page-checkout td.cart-item-details .cart-image img {
  width: auto !important;
  float: none;
}
.single-page-checkout .chk-section {
  background-color: #f5f5f5;
}
.single-page-checkout .chk-section .head-text h1 {
  font-size: 22px;
  text-transform: uppercase;
  padding: 5px 15px;
}
.single-page-checkout .chk-section table {
  border: 0;
}
.single-page-checkout .chk-section table td {
  padding: 10px !important;
}
.single-page-checkout .chk-section table .cart-item-total, .single-page-checkout .chk-section table .cart-item-quantity {
  padding-top: 13px !important;
  text-align: right;
}
.single-page-checkout .chk-section table .total-text {
  margin-top: 8px;
}
.single-page-checkout .cart-total {
  margin-left: 0;
  border: 0 !important;
}
.single-page-checkout .cart-total .total {
  border: 0 !important;
}
.single-page-checkout .cart-item-title, .single-page-checkout .cart-item-description {
  font-size: 12px !important;
}
.single-page-checkout .btn-text-full {
  text-transform: uppercase;
}
.single-page-checkout .input-checkbox_container label {
  margin-bottom: 0 !important;
}
.single-page-checkout .add-note {
  color: #00174F;
  border: 1px solid #c3c3c3;
  font-weight: bold;
}
.single-page-checkout .add-note .head-text {
  border-bottom: 1px solid #c3c3c3;
}
.single-page-checkout .add-note h1 {
  font-size: 22px;
  text-transform: uppercase;
  padding: 5px 15px;
}
.single-page-checkout .add-note .form-group {
  padding: 5px 15px;
  margin-bottom: 0;
}
.single-page-checkout .add-note textarea {
  border-radius: 0;
}
.single-page-checkout .gsw-cart-total {
  border: 1px solid #c3c3c3;
  text-align: left !important;
  margin-top: 15px;
  font-weight: bold;
  font-size: 14px;
}
.single-page-checkout .gsw-cart-total .head-text {
  border-bottom: 1px solid #c3c3c3;
}
.single-page-checkout .gsw-cart-total h1 {
  font-size: 22px;
  text-transform: uppercase;
  padding: 5px 15px;
}
.single-page-checkout .gsw-cart-total .form-group {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  line-height: 32px;
  padding: 5px 15px;
}
.single-page-checkout .gsw-cart-total .align-right {
  text-align: right;
}
.single-page-checkout .gsw-cart-total input[type=text] {
  border-radius: 0;
  height: 40px;
  border: 1px solid #757EA0;
  width: 60%;
  float: left;
}
.single-page-checkout .gsw-cart-total button {
  color: #757EA0;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #757EA0;
  height: 40px;
  width: 100%;
}
.single-page-checkout .gsw-cart-total span.input-group-btn {
  width: 37%;
  float: left;
  margin-left: 4px;
}
.single-page-checkout .cart-promocode p {
  font-weight: bold;
  padding: 10px 0;
  text-transform: uppercase;
}
.single-page-checkout .cart-promocode p.error-msg, .single-page-checkout .cart-promocode p.success-msg {
  font-size: 13px;
  text-transform: none;
  margin: -15px 17px 5px;
}
.single-page-checkout .cart-promocode p.error-msg a, .single-page-checkout .cart-promocode p.success-msg a {
  color: #cc0000;
}
.single-page-checkout .cart-promocode p.error-msg a.zf-close, .single-page-checkout .cart-promocode p.error-msg a i.zf-close, .single-page-checkout .cart-promocode p.success-msg a.zf-close, .single-page-checkout .cart-promocode p.success-msg a i.zf-close {
  font-size: 10px !important;
  margin-right: 5px;
}
.single-page-checkout .cart-promocode .padding-left-right {
  padding-left: 15px;
  padding-right: 15px;
}
.single-page-checkout .cart-promocode .zf-close {
  color: #cc0000;
  margin-right: 5px;
}
.single-page-checkout .cart-promocode .zf-checked {
    color: #008000;
    margin-right: 5px;
}
.single-page-checkout .cart-promocode .zf-trash {
    color: #cc0000;
    margin-right: 5px;
}

.header-logo {
  max-height: 95px;
  color: #001036;
  display: inline-block;
  padding: 0 5px;
  text-align: center;
}
.header-logo span {
  font-size: 34px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1.43px;
}
.header-logo sub {
  font-size: 13px;
  padding: 0 8px;
  vertical-align: super;
  font-family: GillSans, Arial, sans-serif;
}
.header-logo img {
  display: inline-block;
  vertical-align: text-bottom;
}
.header-logo h1 {
  color: #001036;
  font-size: 22px;
}

.shopping-block-item .cart-products .cart-item-quantity input[type=text] {
  border: 1px solid #c3c3c3;
  width: 48px;
}

.shipping-method .styled-radio .input-label {
  font-weight: normal;
}

.amazon-pay-review .hide-in-amazon-checkout {
  display: none;
}
.amazon-pay-review .cart-item-quantity input[type=text] {
  border: none;
  background-color: transparent;
  width: auto;
  pointer-events: none;
}

.address-popup .modal-body {
  display: inline-block;
  background-color: #fff;
}
.address-popup .edit-address-form {
  margin-top: 0;
}

.login-container-popup .login-container {
  margin: 0;
}
.login-container-popup .login-container .inner-container {
  border: 0;
  padding: 0 25px;
}
.login-container-popup .login-container .inner-container .social {
  width: 100%;
}
.login-container-popup .login-container .login-form-forgotpassword {
  display: none;
}

.ui-dialog {
  background-color: #fff;
  z-index: 99999 !important;
}
.ui-dialog .ui-dialog-titlebar {
  font-size: 15px;
  font-family: GillSans-SemiBold, Arial, sans-serif;
  display: block;
  line-height: 26px;
  color: #fff;
  background-color: #001036;
  padding: 15px;
}
.ui-dialog .ui-dialog-content {
  padding: 15px;
  color: #00174f;
}
.ui-dialog .ui-dialog-titlebar-close {
  font-family: "znode-web-store";
  font-weight: normal;
  font-size: 15px;
  color: #00174F;
  content: "\f057";
  position: absolute;
  right: 5px;
  top: 5px;
}
.ui-dialog .ui-dialog-buttonpane {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 10px 15px;
  border-top: 1px solid #c3c3c3;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
  display: inline-block;
  min-width: 70px;
  text-align: center;
  font-family: GillSans, Arial, sans-serif;
  border: none;
  color: #fff;
  border-radius: 0;
  text-transform: capitalize;
  font-size: 13px;
  padding: 0 15px;
  margin-left: 5px;
  height: 24px;
  line-height: 23px;
  text-transform: capitalize;
  color: #fff;
  background-color: #00174f;
  overflow: hidden;
  float: left;
  border-radius: 2px;
}

.ui-md-popup {
  width: 600px !important;
  height: auto;
}

.margin-top-bottom-note {
  margin: 10px 0 6px !important;
}

.gsw-edit-address .styled-input label {
  text-transform: uppercase !important;
}

@media all and (min-width: 320px) {
  .single-page-checkout {
    padding: 0 5px;
  }
  .single-page-checkout .shipping-address {
    padding-right: 0;
  }
  .single-page-checkout .gsw-first-last-name .padding-right, .single-page-checkout .gsw-edit-address .edit-right {
    padding-right: 0;
  }
  .single-page-checkout .gsw-first-last-name .padding-left, .single-page-checkout .gsw-edit-address .edit-left {
    padding-left: 0;
  }
  .single-page-checkout td.cart-item-quantity, .single-page-checkout td.cart-item-total {
    float: right;
    clear: right;
    width: 30%;
  }
  .single-page-checkout td.cart-item-details {
    float: left;
    width: 60%;
  }
  .checkout-reciept {
    padding: 0 5px;
  }
  .header-logo a {
    line-height: 26px;
  }
  .header-logo span {
    font-size: 22px;
  }
  .header-logo img {
    width: 150px;
  }
  .shipping-btn-section .pull-left, .shipping-btn-section .pull-right {
    float: none;
    width: 100%;
  }
  .shipping-btn-section .pull-left a, .shipping-btn-section .pull-right a {
    min-width: 100%;
    margin-left: 0;
  }
}
@media all and (min-width: 768px) {
  .single-page-checkout {
    padding: 0;
  }
  .single-page-checkout .shipping-address-content {
    padding-right: 5px;
  }
  .single-page-checkout .gsw-first-last-name .padding-right, .single-page-checkout .gsw-edit-address .edit-right {
    padding-right: 10px;
  }
  .single-page-checkout .gsw-first-last-name .padding-left, .single-page-checkout .gsw-edit-address .edit-left {
    padding-left: 10px;
  }
  .single-page-checkout td.cart-item-quantity, .single-page-checkout td.cart-item-total {
    float: none;
    clear: right;
    width: 30%;
  }
  .single-page-checkout td.cart-item-details {
    float: none;
    width: 70%;
  }
  .checkout-reciept {
    padding: 0;
  }
  .header-logo {
    padding: 12px 5px 6px;
  }
  .header-logo span {
    font-size: 34px;
  }
  .header-logo img {
    width: auto;
  }
  .shipping-btn-section .pull-right {
    width: auto;
  }
  .shipping-btn-section .pull-right a {
    min-width: 70px;
    margin-left: 5px;
  }
  .single-page-checkout .chk-section table .cart-item-total, .single-page-checkout .chk-section table .cart-item-quantity, .single-page-checkout .review-order .cart-item-quantity input[type=text] {
    text-align: left;
  }
}
@media all and (min-width: 992px) {
  .single-page-checkout .shipping-address {
    padding-right: 50px;
  }
  .single-page-checkout .shipping-address-content {
    padding-right: 0;
  }
  .header-logo {
    padding: 0;
  }
  .header-logo a {
    line-height: 95px;
  }
}
.account-dashboard {
  border-top: 2px solid #001036;
  padding-top: 15px;
  min-height: 450px;
}
.account-dashboard .return-item-list .receipt-column-item {
  padding: 5px;
}
.account-dashboard .tabs-left {
  border: 0;
}
.account-dashboard .tabs-left li {
  float: none;
  margin-bottom: 2px;
  margin-right: -1px;
}
.account-dashboard .tabs-left li a {
  border-radius: 4px 0 0 4px;
  color: #00174F;
  display: block;
  margin-right: 0;
  padding: 8px 6px;
}
.account-dashboard .tabs-left li a:hover i {
  color: #fff;
}
.account-dashboard .tabs-left li i {
  color: #001036;
  padding-left: 5px;
  font-size: 11px;
  vertical-align: baseline;
}
.account-dashboard nav > ul > li > a.selected, .account-dashboard nav > ul > li > a:hover {
  background-color: #001036 !important;
  color: #fff !important;
}
.account-dashboard nav > ul > li > a.selected i, .account-dashboard nav > ul > li > a:hover i {
  color: #fff !important;
}
.account-dashboard .section-header {
  font-size: 18px;
  color: #00174F;
  font-weight: bold;
  border-bottom: 1px solid #00174F;
  padding-bottom: 8px;
  margin: 0 0 10px 0;
}
.account-dashboard .wishlist-container table tr {
  border: 0;
  border-bottom: 1px solid #c3c3c3;
}
.account-dashboard .wishlist-container table tr td {
  vertical-align: middle;
  padding: 5px;
}
.account-dashboard .wishlist-container table tr td.wishlist-item-tocart {
  min-width: 130px;
  max-width: 100px !important;
}
.account-dashboard .wishlist-container table tr td.wishlist-item-tocart .btn-card {
  margin-left: 0;
  width: 100% !important;
}
.account-dashboard .wishlist-container table tr td.wishlist-item-tocart .btn-card i {
  color: #fff !important;
}
.account-dashboard .wishlist-container table .wishlist-item-detail a {
  display: block;
  font-size: 13px;
  line-height: 26px;
  overflow: hidden;
  width: 100%;
}
.account-dashboard .wishlist-container table .wishlist-item-image {
  padding: 0 5px 0 0;
}
.account-dashboard .wishlist-container table .wishlist-item-image img {
  max-height: 60px;
}
.account-dashboard .address-book .address-list form {
  display: inline-block;
}
.account-dashboard .address-book h5, .account-dashboard .address-book h3 {
  font-size: 14px;
  font-weight: bold;
  color: #001036;
  border-bottom: 1px solid #00174F;
  padding-bottom: 6px;
}
.account-dashboard .address-book .address-title {
  color: #626262;
  font-weight: bold;
}
.account-dashboard .address-book .edit-address-form .form-group, .account-dashboard .address-book .change-password .form-group {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.account-dashboard .address-book .address-list-primary .address-change i.zf-delete {
  display: none;
}
.account-dashboard .address-book .action-links {
  margin-bottom: 10px;
}
.account-dashboard .address-book .recommended-address-popup h5 {
  font-size: 15px;
  color: #000;
  border-bottom: 1px solid #c3c3c3;
}
.account-dashboard .address-change {
  color: #001036;
}
.account-dashboard .address-change a {
  text-decoration: none !important;
}
.account-dashboard .address-change i {
  padding: 1px 1px 1px 4px;
  border: 1px solid #001036;
  border-radius: 4px;
  font-size: 18px;
  margin-left: 5px;
}
.account-dashboard .address-change button {
  background: transparent;
  border: none;
  padding: 0;
}
.account-dashboard .address-change button:hover i {
  color: #429cff;
}
.account-dashboard .dashboard-addresses h5 {
  color: #626262;
  font-weight: bold;
}
.account-dashboard .dashboard-addresses .address-change i.zf-delete {
  display: none;
}
.account-dashboard .address-block p {
  margin-bottom: 1px;
}
.account-dashboard .action-links button {
  background: transparent;
  border: none;
  color: #001036;
  padding: 0;
  text-decoration: underline;
}
.account-dashboard .action-links .border-left {
  border-left: 1px solid #c3c3c3;
  padding-left: 6px;
  margin-left: 2px;
}
.account-dashboard .edit-profile .form-group {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.account-dashboard .order-receipt h3 {
  font-size: 14px;
  font-weight: bold;
  color: #00174F;
  border-bottom: 1px solid #00174F;
  padding-bottom: 6px;
  margin: 0;
}
.account-dashboard .order-receipt .receipt-total {
  border-top: 1px solid #00174F;
}
.account-dashboard .order-receipt .receipt-item-list table .shipment-address {
  background-color: #fff;
  background-color: #f9f9f9;
}
.account-dashboard .order-receipt .receipt-item-list table .shipment-address td {
  padding: 5px;
}
.account-dashboard .order-receipt .receipt-item-list table .table-heading th {
  padding: 5px;
}
.account-dashboard .order-receipt .receipt-totals .form-group {
  float: left;
  width: 100%;
  margin-bottom: 0;
  line-height: 32px;
}
.account-dashboard .order-receipt .receipt-totals h2 {
  color: #001036;
  margin: 5px 0 5px;
}
.account-dashboard .order-receipt .table-responsive {
  margin-bottom: 0;
}
.account-dashboard .review-history ul {
  margin: 0;
  padding: 0;
}
.account-dashboard .review-history ul li {
  list-style: none;
  padding: 5px 0;
}
.account-dashboard .review-history ul .review-item-detail {
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}
.account-dashboard .review-history ul .review-item-detail .review-item-title {
  font-size: 16px;
  font-weight: 600;
}
.account-dashboard .review-history ul .review-item-detail h5 {
  font-weight: 600;
}
.account-dashboard .template-quick-order .quick-order {
  left: -198px;
  top: 32px;
  width: 305px;
}
.account-dashboard .credit-card-content .credit-card-block {
  margin: 0 0 15px;
}
.account-dashboard .credit-card-content .card-type {
  margin: 4px 0;
}
.account-dashboard .credit-card-content .card-type img {
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
}
.account-dashboard .credit-card-content .card-type i {
  padding: 1px 1px 1px 4px;
  border: 1px solid #001036;
  border-radius: 4px;
  font-size: 18px;
  margin-left: 5px;
}
.account-dashboard .credit-card-content p {
  margin: 0 0 2px;
}
.account-dashboard .cart-products .cart-item-quantity input[type=text] {
  width: 48px;
}
.account-dashboard .quote-products table {
  background-color: #f7f7f7;
  border: 1px solid #c3c3c3;
  margin-bottom: 0;
}
.account-dashboard .quote-products table tr td, .account-dashboard .quote-products table tr th {
  border: 1px solid #c3c3c3;
  vertical-align: middle;
  padding: 5px;
}
.account-dashboard .order-history .table .z-podocument {
  display: none !important;
}
.account-dashboard .product-search .back-btn {
  margin-right: 5px;
}
.account-dashboard .product-search .shipping-address-btn {
  overflow: hidden;
  padding-bottom: 10px;
}
.account-dashboard .product-search .filter-component .filter-csv-text label {
  height: 29px;
  line-height: 27px;
}
.account-dashboard .shipping-address-import .import-control-label {
  width: 170px;
  display: inline-block;
  float: left;
}
.account-dashboard .shipping-address-import .import-control-label .sub {
  display: block;
}
.account-dashboard .shipping-address-import .import-input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; /*width:70%;*/
  float: right;
}
.account-dashboard .shipping-address-import .import-input .shipping-uploader {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.account-dashboard .shipping-address-import .import-input .shipping-uploader .file-upload {
  padding-right: 15px;
}
.account-dashboard .import-download-template form {
  float: right;
}
.account-dashboard .available-ecertlist .ecert-title {
  margin: 0;
}
.account-dashboard .available-ecertlist .ecert-balance {
  font-size: 18px;
}
.account-dashboard .add-ecert-balance .ecert-control h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.eCertificateBalance .text-ecert {
  width: 100%;
  max-width: 450px;
}
.eCertificateBalance .btn-text {
  margin-left: 0;
}

.checkout-reciept .change-address {
  display: none;
}

.account-container-menu a, .action-ui li a, .pagination a {
  text-decoration: none;
}

.account-dashboard .action-links form button.border-left {
  border-left: 1px solid #c3c3c3;
  margin-left: 5px;
  padding-left: 7px;
}

.account-dashboard .filter-component .create-return {
  margin-right: 10px;
}
.account-dashboard .filter-component .account-typehead .fstToggleBtn {
  font-size: 13px;
  padding: 0.11429em 1.42857em 0.11429em 0.71429em;
}
.account-dashboard .filter-component .account-typehead .fstQueryInput {
  font-size: 13px;
  padding: 0.2em 0.35714em;
}
.account-dashboard .filter-component .account-typehead .fstResultItem {
  font-size: 13px;
  padding: 0.3em 0.71429em;
}
.account-dashboard .filter-component .margin-left-right {
  margin: 0 15px;
}

/*.account-dashboard {
    .order-receipt .receipt-totals {
        h2 {
            margin: 0 !important;
        }
    }
}*/
.account-dashboard .return-details-container .return-order-detail .receipt-totals .receipt-total {
  border-top: 1px solid #00174F;
}
.account-dashboard .return-details-container .return-order-detail .receipt-totals .receipt-total h2 {
  margin: 5px 0 5px;
}

.account-dashboard .receipt-item-list .receipt-totals .receipt-total h2 {
  margin: 5px 0 5px;
}

@media all and (min-width: 320px) {
  .account-dashboard .right-container {
    padding-right: 0;
    padding-left: 0;
  }
  .account-dashboard .right-container .btn-create-return {
    margin-left: 5px;
  }
  .account-dashboard .right-container .return-policy-link {
    margin-left: 5px;
    margin-top: 10px;
  }
  .account-dashboard .right-container .return-policy-link a:hover {
    text-decoration: underline;
  }
  .account-dashboard .tabs-left li a {
    border-radius: 4px;
    letter-spacing: 1px;
  }
  .account-dashboard .shipping-address-import .import-control-label {
    width: auto;
  }
  .account-dashboard .shipping-address-import .import-input {
    float: left;
  }
  .account-dashboard .shipping-address-import .import-browse-button {
    padding: 10px 0;
  }
  .account-dashboard .shipping-address-import .import-browse-button .error-msg, .account-dashboard .shipping-address-import .import-browse-button .import-name {
    padding-left: 0;
  }
  .account-dashboard .shipping-address-import .import-browse-button .btn-text {
    margin-left: 0;
  }
  .account-dashboard .import-download-template form {
    float: left;
  }
  .account-dashboard .import-download-template .btn-text {
    margin-left: 0;
    margin-top: 0;
  }
  .account-dashboard .gsw-first-last-name .padding-right, .account-dashboard .gsw-edit-address .edit-right {
    padding-right: 0;
  }
  .account-dashboard .gsw-first-last-name .padding-left, .account-dashboard .gsw-edit-address .edit-left {
    padding-left: 0;
  }
  .user-account {
    padding: 0 5px;
  }
  .user-account .page-title {
    font-size: 20px;
  }
  #poptreeview .dropdown-list-ul {
    right: auto;
    left: -30px;
  }
}
@media all and (min-width: 480px) {
  .account-dashboard .shipping-address-import .import-control-label {
    width: 170px;
  }
  .account-dashboard .shipping-address-import .import-input {
    float: left;
  }
  .account-dashboard .shipping-address-import .import-browse-button {
    padding: 0;
  }
  .account-dashboard .shipping-address-import .import-browse-button .error-msg, .account-dashboard .shipping-address-import .import-browse-button .import-name {
    padding-left: 6px;
  }
  .account-dashboard .shipping-address-import .import-browse-button .btn-text {
    margin-left: 5px;
  }
  .account-dashboard .import-download-template form {
    float: right;
  }
  .account-dashboard .import-download-template .btn-text {
    margin-left: 5px;
    margin-top: 0;
  }
}
@media all and (min-width: 768px) {
  .account-dashboard .right-container {
    padding-left: 15px;
  }
  .account-dashboard .right-container .btn-create-return {
    margin-left: 0;
  }
  .account-dashboard .right-container .return-policy-link {
    margin-left: 10px;
    margin-top: 0px;
  }
  .account-dashboard .tabs-left li a {
    border-radius: 4px 0 0 4px;
  }
  .account-dashboard .cart-item-details .cart-image img {
    max-width: 80px;
  }
  .account-dashboard .shipping-address-import .import-control-label {
    width: 170px;
  }
  .account-dashboard .shipping-address-import .import-input {
    float: left;
  }
  .account-dashboard .shipping-address-import .import-browse-button {
    padding: 0;
  }
  .account-dashboard .shipping-address-import .import-browse-button .error-msg, .account-dashboard .shipping-address-import .import-browse-button .import-name {
    padding-left: 6px;
  }
  .account-dashboard .shipping-address-import .import-browse-button .btn-text {
    margin-left: 5px;
  }
  .account-dashboard .import-download-template form {
    float: right;
  }
  .account-dashboard .import-download-template .btn-text {
    margin-left: 5px;
    margin-top: 15px;
  }
  .account-dashboard .gsw-first-last-name .padding-right, .account-dashboard .gsw-edit-address .edit-right {
    padding-right: 10px;
  }
  .account-dashboard .gsw-first-last-name .padding-left, .account-dashboard .gsw-edit-address .edit-left {
    padding-left: 10px;
  }
  .user-account {
    padding: 0;
  }
  .user-account .page-title {
    font-size: 24px;
    color: #00174f;
  }
  #poptreeview .dropdown-list-ul {
    right: 0;
    left: auto;
  }
  .account-dashboard .section-header {
    margin: 0 0 2px 0;
  }
}
@media all and (min-width: 992px) {
  .account-dashboard .shipping-address-import .import-input { /*width:60%;*/ }
  .account-dashboard .wishlist-item-image img {
    max-width: 60%;
  }
  .account-dashboard .address-list .address-blocks {
    min-height: 235px;
  }
  .user-account .page-title {
    font-size: 28px;
  }
}
@media all and (min-width: 1200px) {
  .account-dashboard .shipping-address-import .import-input { /*width:70%;*/ }
  .account-dashboard .address-list .address-blocks {
    min-height: 205px;
  }
}
@media print {
  header, footer, .account-container-menu, .receipt-print, .product-altimages, .product-extras, .product-variations, .highlight-container, .compare-print {
    display: none;
  }
  a[href]:after {
    content: none !important;
  }
}
.pl-0 {
  padding-left: 0px;
}

.heading-name {
  font-size: 20px;
  font-weight: 600;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.mt-1 {
  margin-top: 2px;
}

.main-container {
  margin: 11px 0px;
  width: 95%;
  font-family: Arial, sans-serif;
}
.main-container .sub-menu {
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.main-container .status-heading {
  padding: 9px;
  max-width: 80%;
}
.main-container .greyout-tab {
  font-weight: 600;
  padding: 12px 5px;
  border-radius: 25px;
  font-size: 15px;
  color: #919191;
  background: #F3F3F3;
  border: 10px solid #D3D3D3;
}
.main-container .greyout-tab .stauts-heading-bold {
  padding-left: 10px;
  max-width: 80%;
}
.main-container .current-status {
  background: #00174f;
  font-weight: 600;
  color: #ffffff;
  font-size: 15px;
  padding: 12px 5px;
  border-radius: 25px;
  border: 10px solid #8C9AB8;
}
.main-container .current-status .stauts-heading-bold {
  padding-left: 10px;
  max-width: 80%;
}
.main-container .active-tab {
  font-weight: 600;
  font-size: 15px;
  padding: 12px 5px;
  border-radius: 25px;
  background: #F3F3F3;
  border: 10px solid #D3D3D3;
  color: #5db043;
}
.main-container .active-tab .stauts-heading-bold {
  padding-left: 10px;
  max-width: 80%;
}
.main-container .onhold-status {
  background: #800000;
  font-weight: 600;
  color: #ffffff;
  font-size: 15px;
  padding: 12px 5px;
  border-radius: 25px;
  border: 10px solid #CD0000;
}
.main-container .onhold-status .stauts-heading-bold {
  padding-left: 10px;
  max-width: 80%;
}
.main-container .shipped-status-bg .complete-status {
  background: #006400;
  font-weight: 600;
  border: 10px solid #00B100;
  font-size: 15px;
  padding: 12px 5px;
  border-radius: 25px;
}
.main-container .shipped-status-bg .complete-status .stauts-heading-shipped {
  color: #ffffff;
}
.main-container .shipped-status-bg .complete-status .stauts-heading-shipped .zf-check-circle {
  color: #ffffff;
}
.main-container .shipped-status-bg .complete-status .stauts-heading-shipped .stauts-heading {
  padding-left: 9px;
  max-width: 80%;
}
.main-container .sub-menu .text-cancel {
  font-size: 16px;
  font-weight: 600;
  border-radius: 25px;
  background: #800000;
  border: 10px solid #CD0000;
  padding: 11px 30px;
  color: #ffffff;
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 221px;
  max-width: 221px;
}
.main-container .sub-menu .text-cancel .zf-close-circle {
  padding-right: 10px;
  margin-bottom: 2px;
}

.main-container .sub-menu div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 85px;
  max-height: 85px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 45px;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .main-container {
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .main-container .sub-menu {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
  }
  .main-container .status-heading {
    max-width: 100%;
  }
  .main-container .shipped-status-bg .complete-status .stauts-heading-shipped .stauts-heading {
    max-width: 100%;
  }
  .main-container .onhold-status .stauts-heading-bold {
    max-width: 100%;
  }
  .main-container .active-tab .stauts-heading-bold {
    max-width: 100%;
  }
  .main-container .current-status .stauts-heading-bold {
    max-width: 100%;
  }
  .main-container .greyout-tab .stauts-heading-bold {
    max-width: 100%;
  }
}
@media screen and (max-width: 670px) {
  .account-dashboard .section-header .btn-text {
    height: auto;
  }
}
@supports (-webkit-hyphens: none) {
  .main-container .sub-menu i {
    position: relative;
    top: -1px;
  }
  .main-container .sub-menu .text-cancel i {
    position: relative;
    top: -1px;
  }
  .main-container .sub-menu .text-cancel p {
    margin-bottom: 2px;
  }
}
.brand-container .brand-filter {
  text-align: center;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.brand-container .brand-filter li {
  list-style: none;
  display: inline-block;
  padding-right: 30px;
}
.brand-container .brand-filter li a {
  font-size: 18px;
  font-weight: 600;
}
.brand-container .brand-list {
  display: block;
  padding: 0;
}
.brand-container .brand-list li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  width: 49%;
}
.brand-container .brand-list a {
  color: #00174F;
  text-align: center;
}
.brand-container .brand-list a:hover {
  color: #001036;
}
.brand-container .brand-list a label {
  text-align: center;
  width: 100%;
  cursor: pointer;
  padding-top: 5px;
}
.brand-container .brand-list a img {
  margin: 0 auto;
  max-width: 130px;
  max-height: 130px;
  min-height: 130px;
}

.brand-banner {
  margin-bottom: 20px;
}
.brand-banner p {
  text-align: justify;
  padding-right: 5px;
}
.brand-banner img {
  margin: 40px auto auto;
  max-height: 150px;
}

@media all and (min-width: 320px) {
  .brand-container {
    padding: 0 5px;
  }
  .brand-container .brand-filter li {
    padding-right: 13px;
  }
  .brand-container .brand-filter li a {
    font-size: 14px;
  }
}
@media all and (min-width: 768px) {
  .brand-container {
    padding: 0;
  }
  .brand-container .brand-filter li {
    padding-right: 30px;
  }
  .brand-container .brand-filter li a {
    font-size: 18px;
  }
  .brand-container .brand-list li {
    width: 19%;
  }
}
.template-product-list {
  padding: 10px;
  display: inline-block;
}
.template-product-list .item {
  float: left;
  min-width: 25%;
  text-align: center;
}

.default-template .product-list-widget .owl-theme .owl-controls {
  position: static;
  margin-bottom: 10px;
}

.bsw-static-page {
  padding: 30px 0;
  min-height: 500px;
}
.bsw-static-page a {
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: normal;
}
.bsw-static-page h1 {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 1.42857143;
}
.bsw-static-page h2 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
.bsw-static-page h3 {
  font-size: 14px;
}
.bsw-static-page h4 {
  font-family: GillSans-SemiBold, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 1.42857143;
}
.bsw-static-page p {
  font-family: GillSans-SemiBold, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 1.5px;
  line-height: 1.42857143;
}
.bsw-static-page ul li {
  font-family: GillSans-SemiBold, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 1.5px;
  line-height: 1.42857143;
}

.gsw-size-chart ul li {
  border: 1px solid #d5dae7;
  border-right: 0 !important;
  width: 100%;
  margin-bottom: -2px;
  text-align: center;
  margin-right: 10px;
}
.gsw-size-chart ul li a {
  color: #001036;
  text-transform: uppercase;
  font-size: 10px;
  border: 0 !important;
  border-radius: 0 !important;
  font-weight: bold;
  margin-right: 0;
}
.gsw-size-chart ul li a:hover {
  background-color: #001036;
  color: #fff;
}
.gsw-size-chart ul li:last-child {
  border-right: 1px solid #d5dae7 !important;
}
.gsw-size-chart ul li.active a {
  background-color: #001036 !important;
  color: #fff !important;
}
.gsw-size-chart .tab-pane {
  border: 1px solid #d5dae7;
  border-top: 0;
}
.gsw-size-chart .tab-pane .img-section-chart {
  text-align: center;
}
.gsw-size-chart .tab-pane .img-section-chart img {
  width: 90%;
  margin: 8% 0;
}
.gsw-size-chart .tab-pane .bg-color {
  background-color: #F7B334;
}
.gsw-size-chart .tab-pane .tab-content-header {
  min-height: 50px;
  background-color: #f2f2f2;
  background-image: url("../../Images/bg-how-to-measure.jpg");
  background-size: cover;
}
.gsw-size-chart .tab-pane .tab-content-header h1 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  margin: 5%;
}
.gsw-size-chart .tab-pane .panel {
  border-radius: 0;
  border: 0;
  border-top: 1px solid #c3c3c3;
  box-shadow: none !important;
  -webkit-box-shadow: 0 !important;
}
.gsw-size-chart .tab-pane .panel .panel-heading {
  border-radius: 0;
}
.gsw-size-chart .tab-pane .panel-heading {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.gsw-size-chart .tab-pane .panel-heading a {
  text-transform: uppercase !important;
  font-weight: bold !important;
  color: #001036;
  letter-spacing: 2px;
}
.gsw-size-chart .tab-pane .panel-heading a:before {
  content: "−";
  font-family: "Glyphicons Halflings";
  font-size: 17px;
  font-weight: bold;
}
.gsw-size-chart .tab-pane .panel-heading a.collapsed:before {
  content: "+";
  font-family: "Glyphicons Halflings";
  font-size: 17px;
  font-weight: bold;
}
.gsw-size-chart .tab-pane .btn-bg-tab {
  background-color: #fff !important;
  border: 1px solid #d5dae7 !important;
  width: 100% !important;
  padding: 7px;
  margin-right: 10px;
  color: #011636 !important;
  text-transform: uppercase;
  width: 130px;
  font-size: 15px;
  letter-spacing: 1px;
  outline: none;
  margin-bottom: 10px;
}
.gsw-size-chart .tab-pane .btn-bg-tab:hover {
  background-color: #001036 !important;
  color: #fff !important;
  border: 1px solid #d5dae7 !important;
}
.gsw-size-chart .tab-pane li.active .btn-bg-tab {
  background-color: #001036 !important;
  color: #fff !important;
}
.gsw-size-chart .tab-pane .panel-body {
  padding: 5%;
  position: relative;
}
.gsw-size-chart .tab-pane .panel-body .margin-top-30 {
  margin-top: 30px;
}
.gsw-size-chart .tab-pane .panel-body .chart-table h5 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0;
}
.gsw-size-chart .tab-pane .panel-body .chart-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  border: 1px solid #d5dae7;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
.gsw-size-chart .tab-pane .panel-body .chart-table table td, .gsw-size-chart .tab-pane .panel-body .chart-table table th {
  border-bottom: 1px solid #d5dae7;
  border-right: 1px solid #d5dae7;
  text-align: center;
  padding: 10px;
}
.gsw-size-chart .tab-pane .panel-body .chart-table table tbody tr:nth-child(even) {
  background-color: #e6e7ec;
}
.gsw-size-chart .tab-pane .panel-body .chart-table table tbody tr td:first-child {
  background-color: #e6e7ec;
}
.gsw-size-chart .tab-pane .panel-body .chart-table table .chart-table--hidden {
  display: none;
}
.gsw-size-chart .tab-pane .panel-body .tab-pane, .gsw-size-chart .tab-pane .panel-body ul li:last-child {
  border: 0 !important;
}
.gsw-size-chart .tab-pane .panel-body .nav-tabs li {
  width: auto;
  border: 0;
}

.middle-container {
  min-height: 200px;
}
.middle-container a.btn-text {
  width: 100%;
  cursor: pointer;
}
.middle-container .sub-container p {
  margin: 6px 6px 10px;
}
.middle-container .border-tips {
  border-bottom: 1px solid #f7b334;
  margin: -29px 0 24px 25px;
  width: 30px;
}
.middle-container .border-assistance {
  border-bottom: 1px solid #011636;
  margin: -29px 0 24px 25px;
  width: 30px;
}

.measure-tips {
  background-color: #011636;
  color: #fff;
  font-size: 14px;
}

.need-assistance {
  background-color: #F7B334;
  color: #000;
  font-size: 14px;
}
.need-assistance h3, .need-assistance p {
  color: #000;
}

h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  margin: 25px 27px 12px;
  letter-spacing: 2px;
}

h2 {
  font-weight: bold;
  font-size: 23px;
  margin: 11px 0 px;
  letter-spacing: 2px;
}

.nav-tabs {
  border-bottom: 0;
}

.tab-header {
  padding: 6%;
  margin-bottom: 6%;
  display: none;
}
.tab-header h2 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  float: left;
}
.tab-header .tab-logo {
  float: right;
}
.tab-header .tab-logo img {
  width: 80%;
}

.need-assistance-bottom p {
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.need-assistance-bottom .btn-watch {
  float: right;
}
.need-assistance-bottom a {
  margin: 5px;
  cursor: pointer;
  width: 97%;
}

.content-page .container {
  width: auto;
}

.btn-padding-left-10 {
  margin: 10px 0;
}

.chart-table {
  overflow: auto;
  width: 100%;
}

.landing-page-header {
  margin: 30px 0;
  text-align: center;
  border: 0;
}
.landing-page-header p.title {
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1.43px;
  font-size: 34px;
}
.landing-page-header p {
  font-size: 16px;
  font-weight: bold;
}

.bg-overlay {
  background-color: #F4F4F2;
  width: 100%;
  height: 495px;
  position: absolute;
}

.page-content .img-box .img-section {
  border: 1px solid #c3c3c3;
  padding: 15px;
  background-color: #fff;
}
.page-content .img-box .img-section img {
  max-width: 100%;
  max-height: 80%;
  height: auto;
}
.page-content .img-box .box-info {
  text-align: center;
  padding: 0 8%;
}
.page-content .img-box .box-info h3 {
  text-transform: uppercase;
  font-size: 16px;
  color: #001036;
}
.page-content .img-box .box-info p {
  font-size: 14px;
  font-weight: bold;
}
.page-content .img-box .box-info .container {
  width: auto !important;
}
.page-content .list-section {
  margin: 60px 0 15px !important;
  border-top: 1px solid #c3c3c3 !important;
  padding: 20px 0;
  text-align: center;
}
.page-content .list-section h3 {
  text-transform: uppercase;
  font-size: 16px;
  color: #001036;
}
.page-content .list-section .product-list-widget .product-img .btn-quick-view {
  display: none !important;
}
.page-content h4 {
  font-weight: bold;
  text-transform: uppercase;
  color: #001036 !important;
  letter-spacing: 0.9px;
}
.page-content .margin-top-img {
  margin-top: 25px;
}

@media all and (min-width: 768px) {
  .gsw-size-chart ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gsw-size-chart .tab-header {
    display: block;
  }
  .middle-container .sub-container {
    width: 309px;
    margin-left: 20px;
  }
  .btn-padding-left-10 {
    padding-left: 5px !important;
    margin: auto;
  }
  .btn-padding-right-10 {
    padding-right: 5px !important;
  }
  .gsw-size-chart .tab-pane .tab-content-header {
    min-height: 150px;
  }
  h2 {
    font-weight: bold;
    font-size: 23px;
    margin: 15px 0 15px;
    letter-spacing: 2px;
  }
  .need-assistance-bottom a {
    margin: 15px 5px;
    cursor: pointer;
    width: auto;
  }
  .gsw-size-chart .tab-pane .btn-bg-tab {
    margin-bottom: 0;
    width: 130px !important;
  }
  .gsw-size-chart ul li {
    margin-right: 0;
  }
  .page-content .margin-top-img {
    margin-top: 0;
  }
}
@media all and (min-width: 992px) {
  .gsw-size-chart ul li a {
    font-size: 14px;
  }
  .middle-container .sub-container {
    width: 400px;
    margin-left: 20px;
  }
  .gsw-size-chart .tab-pane .panel-body .in-cm-btn {
    margin-top: -65px;
  }
  .gsw-size-chart .tab-header .tab-logo img {
    width: 100%;
  }
}
@media all and (min-width: 1200px) {
  .page-content .img-box .box-info {
    padding: 0 25%;
  }
}
.blog-news {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-news li {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #c3c3c3;
  display: inline-block;
}
.blog-news li:last-child {
  border-bottom: none;
}
.blog-news li .blog-news-title a h2 {
  color: #00174f;
}
.blog-news li .blog-news-title a h2:hover {
  color: #001036;
}
.blog-news li .blog-news-date-time {
  padding: 5px 10px;
  background-color: #f1f1f1;
}
.blog-news li .blog-news-text {
  padding: 10px 0;
}
.blog-news li .blog-news-text p {
  text-align: justify;
}
.blog-news li button {
  margin-left: 0;
}

.blog-news-details .blog-news-title {
  padding: 10px 0;
  float: left;
  width: 100%;
}
.blog-news-details .blog-news-title h1 {
  color: #00174f;
  margin: 0;
}
.blog-news-details img {
  padding: 5px 0;
  margin: auto;
  max-height: 500px;
}
.blog-news-details .blog-news-date-time {
  padding: 5px 10px;
  background-color: #f1f1f1;
}
.blog-news-details .back-btn button {
  margin-top: 5px;
}
.blog-news-details .blog-news-text {
  padding: 10px 0;
}
.blog-news-details .blog-news-text p {
  text-align: justify;
}
.blog-news-details form {
  float: left;
  width: 100%;
}
.blog-news-details form textarea {
  padding: 5px;
}
.blog-news-details form button {
  margin-left: 0;
}
.blog-news-details .comments-display-section {
  float: left;
  width: 100%;
}
.blog-news-details .comments-display-section .comment-list {
  padding: 10px 0 0;
  border-bottom: 1px solid #c3c3c3;
}
.blog-news-details .comments-display-section .comment-list:last-child {
  border-bottom: none;
}
.blog-news-details .comments-display-section .comment-list .blog-comment .comment-info {
  line-height: 30px;
}
.blog-news-details .comments-display-section .comment-list .blog-comment .comment-date-time {
  padding: 5px 10px;
  background-color: #f1f1f1;
}
.blog-news-details .comments-display-section .comment-list .blog-comment .comment-text {
  padding: 10px;
}
.blog-news-details .comments-display-section .comment-list .blog-comment .comment-text p {
  text-align: justify;
}

@media all and (min-width: 320px) {
  .blog-news li img {
    padding: 5px;
    margin: auto;
  }
}
@media all and (min-width: 768px) {
  .blog-news li img {
    margin: 0;
    padding-left: 0;
  }
}
.return-modal .content .head {
  padding-bottom: 5px;
  border-bottom: 2px solid #00174F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.return-modal .content .head h1 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}
.return-modal .content .head h1 .date {
  font-size: 10px;
  color: #666;
  font-weight: normal;
  margin-left: 10px;
}
.return-modal .content .body {
  margin-top: 20px;
}
.return-modal .content .body .label {
  font-size: 14px;
  font-weight: bold;
  color: #00174f;
  padding: 0;
  border: none;
}
.return-modal .content .body p {
  font-size: 12px;
  color: #333;
  margin-top: 10px;
}
.return-modal .content .body .btn-print {
  color: #fff;
  font-size: 12px;
  min-width: 118px;
  border-radius: 0;
  background: #00174F;
  padding: 7px 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.return-modal .content .body .return-table {
  margin: 20px 0 40px 0;
  width: 100%;
}
.return-modal .content .body .return-table thead th {
  padding: 20px 10px;
}
.return-modal .content .body .return-table tbody tr {
  border-bottom: 1px solid #eee;
  /*&:last-child {
      border-bottom: 1px solid transparent;
  }*/
}
.return-modal .content .body .return-table tbody tr td {
  padding: 20px 10px;
  font-size: 12px;
  color: #000;
}
.return-modal .content .body .return-table tbody tr td.qty {
  max-width: 100px;
}
.return-modal .content .body .return-table tbody tr td .class-return-quantity input {
  width: 70px;
}
.return-modal .content .body .return-table tbody tr td .class-return-quantity input:focus {
  border: 1px solid #00174F;
}
.return-modal .content .body .shipping-label {
  background: #f7f3f3;
  min-height: 150px;
  width: 100%;
  margin: 40px 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
  text-transform: uppercase;
  font-size: 18px;
}
.return-modal .content .pl-10 {
  padding-left: 10px !important;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

@media (min-width: 576px) {
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media (min-width: 768px) {
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media (min-width: 992px) {
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media (min-width: 1200px) {
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
.d-none {
  display: none !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-block {
  display: block !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
}