/*Rigid custom css.*/
/*/////////HOME PAGE //////////*/
/*/////////HOME PAGE PROMOTED VIDEO//////////

.promoted-block {
    background: none;
    padding-top: 56.25%;
    height: 0px;
    position: relative;
}

.youtube-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
*/

/*/////////CAREER PAGE APPLICATION BLOCK////////

.careers-form-upload {
    border: 1px solid #55565a;
    padding: 50px;
    margin-top: 45px;
    max-width: 720px;
    display: none;
}//*/

/*/////////LANDING PAGES//////////*/

.standing-product {
    margin-top: 5px;
}


.landingpage-ul {
    list-style: none;
    list-style-position: inside;
    margin: 0 0 20px 0;
    padding: 0;
}

/*/////////CAREERS PAGE//////////*/

.table-wrapper.careers-list tbody td .job-description {
    max-width: 100%;
}


/*/////////GROUPED PRODUCT STARTING PRICE REMOVAL//////////*/

.products-grid .product-item-details .minimal-price {
    color: #cf0a2c;
}

/*/////////GROUPED PRODUCT PAGE//////////*/

.product-full-width-section {
    display: none;
}

/*/////////AMASTY STORE LOCATOR//////////*/

/*Search Block*/
.amlocator-main-container {
    color: #fff;
}

.amlocator-search-container {
    background: #cf0a2c;
}

.amlocator-current-location .amlocator-text:focus+.amlocator-search, .amlocator-current-location .amlocator-search:hover {
    filter: grayscale(100%) brightness(0%);
}

.amlocator-search-container .amlocator-text, .amlocator-search-container .amlocator-select {
    color: #000;
}

.amlocator-attribute-wrapper .chosen-container .chosen-results li.highlighted {
    background: #55565a;
}

.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice {
    margin: 0 5px 0 0;
    padding: 5px 18px 5px 5px;
    color: #fff;
    background: #000;
    border: none;
    box-shadow: none
}

.amlocator-main-container .amlocator-search-container .amlocator-button.-nearby {
    color: #fff;
    background: #55565a;
}

.amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:hover {
    color:#000;
    background: #dfdfdf;
}

.amlocator-main-container .amlocator-button, .amlocator-current-location .amlocator-text:focus {
    border: 1px solid #55565a;
}

.amlocator-range-slider .amlocator-tooltip {
	background: #333;
}

.amlocator-range-slider .amlocator-tooltip:after {
	background: #333;
}

.amlocator-range-slider .amlocator-handle:hover, .amlocator-range-slider .amlocator-handle:focus, .amlocator-range-slider .amlocator-handle:active {
	background: #333;
}

.amlocator-range-slider .ui-slider-range {
	background: #333;
}

/*Filter Block*/

.amlocator-filters-container {
    display: none;
}

/*Store List Block*/

.amlocator-store-desc {
    background: #55565a;
}

.amlocator-today {
    color: #000;
}

.amlocator-store-desc.-active .amlocator-today {
    color: #fff;
    background: #55565a;
}

.amlocator-schedule-container .amlocator-today:before {
    filter: grayscale(100%) brightness(0%);
}

.amlocator-store-desc.-active .amlocator-schedule-container .amlocator-today:before {
    filter: grayscale(100%) brightness(500%);
}

.amlocator-store-desc.-active .amlocator-arrow:before, .amlocator-store-desc.-active .amlocator-arrow:after {
    background-color: #fff;
}


.amlocator-store-desc.-active, .amlocator-pager-container .pages .current .page, .amlocator-pager-container .pages .page:hover {
    color: #fff;
    background: #cf0a2c;
}

.pages .items a.page:hover {
    color: #fff;
}



/*/////////CANDID WIDGET//////////*/

#candid-overlay-img {
    min-width: 356px;
}


/*/////////CURRENCY SWITCHER//////////*/

.switcher currency switcher-currency {
    display: none;
}
#switcher-currency-nav {
    display: none;
}

.box-links > ul:nth-child(1) > li:nth-child(3) {
    display: none;
}


/*/////////ATHLETE TIMELINE//////////*/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}

/*/////////QUICKORDER//////////*/
.bss-file-upload{
	padding-left: 20px;
}

/*///////////MEDIA//////////*/
.media-list{
	border: solid 1px #d8d8d8;
	padding: 10px !important;
}
.media-title{
	color: #cf0a2c;
}
/*///////////WHY RIGID//////////*/
#steps {
	display: flex;
}
#steps P {
	text-align: center;
	font-size: 1.5em;
	padding: 10px;
	background: #dcddde;

}

.why-rigid {
	background-image: url("http://rigidindustries.com/pub/media/wysiwyg/landing_page/why_rigid_banner_background.png");
	padding: 35px;
	text-align: center;
	font-size: 1.5em;
	color: white;
}

.rigid-red {
	color: red;
	font-weight: bold;
}
.rigid-grey {
	color: grey;
	font-weight: bold;
}
.rigid-others {
	color: #55565A;
	font-weight: bold;
}

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

#build-quality P {
	margin: .5em 0;
}
#build-quality H3 {
	margin-bottom: 0;
}

.order_by_phone {
    display: none !important;
}

.action-regiter-company {
    display: none !important;
}

.xmas-days {
  background: url(/pub/media/images/RIGID_Day_01_12Dayof_XMas_1200x1630.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*//////BOOTSTRAP//////*/

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.forix-abs-primary-size,
body,
.input-text,
input[type=text],
input[type=password],
input[type=url],
input[type=tel],
input[type=search],
input[type=number],
input[type=datetime],
input[type=email],
select,
.fieldset>.fields>.label,
.back-to-top,
.paypal-review-discount .block,
.table.cart .action.action-delete:before,
.checkout-success .action.continue,
.checkout-onepage-success .registration .abutton,
.opc-block-summary .items-in-cart .price,
.opc-wrapper .shipping-address-item,
.field.downloads .price-including-tax,
.wishlist.split.button .action.split,
.wishlist.split.button .action.split:before,
.wishlist.split.button .action.toggle,
.wishlist.split.button .action.toggle:before,
.multicheckout .table-order-review tfoot .mark strong,
.multicheckout .block>.block-title .action,
.menu-static .level1>a,
.toolbar .dropdown-select .option-select-title,
.swatch-option.text,
.rating-summary .rating-result>span:before,
.rating-summary .rating-result:before,
.product.actions .action.towishlist,
.product.actions .action.towishlist:before,
.product.actions .action.tocompare,
.product.actions .action.tocompare:before,
.product.options .toggle:after,
.minicart-items .product.options .price,
.opc-block-summary .minicart-items .product-item-details .price,
.opc-block-summary .minicart-items .product-item-details .product-item-name,
.products-grid .product-item-details .old-price .price,
.sidebar .block-title .counter,
.table.table-comparison .product.attribute,
.product-info-main .product.sku,
.product.info.detailed .product.attribute,
.product-info-main .product.attribute.overview,
.cms-noroute-index .column.main .nav-links-extend>ul>li,
.cms-noroute-index .column.main .nav-links-extend ul ul>li a,
.filter .fprice li>span span,
.catalog-filter-top .filter-options-title,
.catalog-filter-top .filter-options-content,
.catalog-filter-top .filter-options .option-select-title,
.requisition-content .col.actions .actions-toolbar .action.action-delete:before,
.block-search .field.search input,
.form.send.friend .fieldset .action.add,
.page-search-noresult .column.main .nav-links-extend>ul>li,
.page-search-noresult .column.main .nav-links-extend ul ul>li a,
.checkout-onepage-success .registration .block-minicart .block-content>.actions .action.viewcart,
.checkout-onepage-success .registration .popup-authentication .block-new-customer .action-register,
.checkout-onepage-success .registration .checkout-success .action.continue,
.checkout-onepage-success .registration .checkout-onepage-success .registration.action,
.checkout-onepage-success .registration .magento-giftregistry-index-index .column.main .actions-toolbar .action.primary,
.checkout-onepage-success .registration .invitations .action.send,
.multishipping-checkout-success .registration .abutton,
.multicheckout.success .action.continue,
.checkout-onepage-success .registration .review-list-title>.action.add-review,
.nav-sections .box-links .level1>a,
.product-item-actions .action.towishlist,
.product-item-actions .action.towishlist:before,
.product-item-actions .action.tocompare,
.product-item-actions .action.tocompare:before,
.products-grid .product-item-details .map-old-price .price,
.checkout-onepage-success .registration .sidebar .block .actions-toolbar .action.compare,
.checkout-onepage-success .registration .main-slider .banner-link,
.checkout-onepage-success .registration .see-all-question a,
.table.table-comparison td .old-price .price,
.checkout-onepage-success .registration .table.table-comparison .stock.available,
.checkout-onepage-success .registration .login-container .actions-toolbar .action.create,
.filter-options-title .counter,
.filter-current-subtitle .counter,
.checkout-onepage-success .registration .filter-actions .action.clear,
.checkout-onepage-success .registration .quickorder-index-index .upload-container .file-upload,
.products-grid.wishlist .old-price .price,
.checkout-onepage-success .registration .products-grid.wishlist .product-item-actions .action.tocart,
.checkout-onepage-success .registration .multishipping-checkout-success .registration.action,
.checkout-onepage-success .registration .multicheckout.success .action.continue {
    font-size: 18px;
}

.products-grid .product-item-details .product.actions .actions-secondary, .products-grid .product-item-details .product-item-actions .actions-secondary, .products-grid .product-item-details .product-item-actions .actions-secondary {
    display: none;
}

.form:not(.form-addbysku) .field:not(.choice):not(.review-field-ratings)>.label, .form-address-edit .field:not(.choice):not(.review-field-ratings)>.label, #shipping-zip-form .field:not(.choice):not(.review-field-ratings)>.label, .form-minilogin .field:not(.choice):not(.review-field-ratings)>.label, .review-form .field:not(.choice):not(.review-field-ratings)>.label, .gift-options-content .field:not(.choice):not(.review-field-ratings)>.label, .cart-summary .field:not(.choice):not(.review-field-ratings)>.label, .checkout-container .block-authentication .field:not(.choice):not(.review-field-ratings)>.label, .product-options-wrapper .field:not(.choice):not(.review-field-ratings)>.label, .form.bss-fastorder-form .field:not(.choice):not(.review-field-ratings)>.label, .careers-form-upload .field:not(.choice):not(.review-field-ratings)>.label, .minilogin-form .field:not(.choice):not(.review-field-ratings)>.label, .form-product-return .field:not(.choice):not(.review-field-ratings)>.label, .add-faq-form .field:not(.choice):not(.review-field-ratings)>.label, .bundle-options-container #product_addtocart_form .field:not(.choice):not(.review-field-ratings)>.label, .form-login .field:not(.choice):not(.review-field-ratings)>.label, .form-addbysku .field:not(.choice):not(.review-field-ratings)>.label, .requisition-popup .field:not(.choice):not(.review-field-ratings)>.label {
    display: none;
}

.form:not(.form-addbysku) .control:not(.review-control-vote) select~.label, .form:not(.form-addbysku) .control:not(.review-control-vote) .select~.label, .form:not(.form-addbysku) .control:not(.review-control-vote) input:focus~label, .form:not(.form-addbysku) .control:not(.review-control-vote) textarea:focus~label, .form:not(.form-addbysku) .control:not(.review-control-vote) input:valid~label, .form:not(.form-addbysku) .control:not(.review-control-vote) input:-webkit-autofill~label, .form:not(.form-addbysku) .control:not(.review-control-vote) textarea:valid~label, .form:not(.form-addbysku) .control:not(.review-control-vote) input.filled-in~label, .form:not(.form-addbysku) .control:not(.review-control-vote) textarea.filled-in~label, .form:not(.form-addbysku) .control:not(.review-control-vote) input[readonly=readonly]~label, .form:not(.form-addbysku) .control:not(.review-control-vote) textarea[readonly=readonly]~label, .form-address-edit .control:not(.review-control-vote) select~.label, .form-address-edit .control:not(.review-control-vote) .select~.label, .form-address-edit .control:not(.review-control-vote) input:focus~label, .form-address-edit .control:not(.review-control-vote) textarea:focus~label, .form-address-edit .control:not(.review-control-vote) input:valid~label, .form-address-edit .control:not(.review-control-vote) input:-webkit-autofill~label, .form-address-edit .control:not(.review-control-vote) textarea:valid~label, .form-address-edit .control:not(.review-control-vote) input.filled-in~label, .form-address-edit .control:not(.review-control-vote) textarea.filled-in~label, .form-address-edit .control:not(.review-control-vote) input[readonly=readonly]~label, .form-address-edit .control:not(.review-control-vote) textarea[readonly=readonly]~label, #shipping-zip-form .control:not(.review-control-vote) select~.label, #shipping-zip-form .control:not(.review-control-vote) .select~.label, #shipping-zip-form .control:not(.review-control-vote) input:focus~label, #shipping-zip-form .control:not(.review-control-vote) textarea:focus~label, #shipping-zip-form .control:not(.review-control-vote) input:valid~label, #shipping-zip-form .control:not(.review-control-vote) input:-webkit-autofill~label, #shipping-zip-form .control:not(.review-control-vote) textarea:valid~label, #shipping-zip-form .control:not(.review-control-vote) input.filled-in~label, #shipping-zip-form .control:not(.review-control-vote) textarea.filled-in~label, #shipping-zip-form .control:not(.review-control-vote) input[readonly=readonly]~label, #shipping-zip-form .control:not(.review-control-vote) textarea[readonly=readonly]~label, .form-minilogin .control:not(.review-control-vote) select~.label, .form-minilogin .control:not(.review-control-vote) .select~.label, .form-minilogin .control:not(.review-control-vote) input:focus~label, .form-minilogin .control:not(.review-control-vote) textarea:focus~label, .form-minilogin .control:not(.review-control-vote) input:valid~label, .form-minilogin .control:not(.review-control-vote) input:-webkit-autofill~label, .form-minilogin .control:not(.review-control-vote) textarea:valid~label, .form-minilogin .control:not(.review-control-vote) input.filled-in~label, .form-minilogin .control:not(.review-control-vote) textarea.filled-in~label, .form-minilogin .control:not(.review-control-vote) input[readonly=readonly]~label, .form-minilogin .control:not(.review-control-vote) textarea[readonly=readonly]~label, .review-form .control:not(.review-control-vote) select~.label, .review-form .control:not(.review-control-vote) .select~.label, .review-form .control:not(.review-control-vote) input:focus~label, .review-form .control:not(.review-control-vote) textarea:focus~label, .review-form .control:not(.review-control-vote) input:valid~label, .review-form .control:not(.review-control-vote) input:-webkit-autofill~label, .review-form .control:not(.review-control-vote) textarea:valid~label, .review-form .control:not(.review-control-vote) input.filled-in~label, .review-form .control:not(.review-control-vote) textarea.filled-in~label, .review-form .control:not(.review-control-vote) input[readonly=readonly]~label, .review-form .control:not(.review-control-vote) textarea[readonly=readonly]~label, .gift-options-content .control:not(.review-control-vote) select~.label, .gift-options-content .control:not(.review-control-vote) .select~.label, .gift-options-content .control:not(.review-control-vote) input:focus~label, .gift-options-content .control:not(.review-control-vote) textarea:focus~label, .gift-options-content .control:not(.review-control-vote) input:valid~label, .gift-options-content .control:not(.review-control-vote) input:-webkit-autofill~label, .gift-options-content .control:not(.review-control-vote) textarea:valid~label, .gift-options-content .control:not(.review-control-vote) input.filled-in~label, .gift-options-content .control:not(.review-control-vote) textarea.filled-in~label, .gift-options-content .control:not(.review-control-vote) input[readonly=readonly]~label, .gift-options-content .control:not(.review-control-vote) textarea[readonly=readonly]~label, .cart-summary .control:not(.review-control-vote) select~.label, .cart-summary .control:not(.review-control-vote) .select~.label, .cart-summary .control:not(.review-control-vote) input:focus~label, .cart-summary .control:not(.review-control-vote) textarea:focus~label, .cart-summary .control:not(.review-control-vote) input:valid~label, .cart-summary .control:not(.review-control-vote) input:-webkit-autofill~label, .cart-summary .control:not(.review-control-vote) textarea:valid~label, .cart-summary .control:not(.review-control-vote) input.filled-in~label, .cart-summary .control:not(.review-control-vote) textarea.filled-in~label, .cart-summary .control:not(.review-control-vote) input[readonly=readonly]~label, .cart-summary .control:not(.review-control-vote) textarea[readonly=readonly]~label, .checkout-container .block-authentication .control:not(.review-control-vote) select~.label, .checkout-container .block-authentication .control:not(.review-control-vote) .select~.label, .checkout-container .block-authentication .control:not(.review-control-vote) input:focus~label, .checkout-container .block-authentication .control:not(.review-control-vote) textarea:focus~label, .checkout-container .block-authentication .control:not(.review-control-vote) input:valid~label, .checkout-container .block-authentication .control:not(.review-control-vote) input:-webkit-autofill~label, .checkout-container .block-authentication .control:not(.review-control-vote) textarea:valid~label, .checkout-container .block-authentication .control:not(.review-control-vote) input.filled-in~label, .checkout-container .block-authentication .control:not(.review-control-vote) textarea.filled-in~label, .checkout-container .block-authentication .control:not(.review-control-vote) input[readonly=readonly]~label, .checkout-container .block-authentication .control:not(.review-control-vote) textarea[readonly=readonly]~label, .product-options-wrapper .control:not(.review-control-vote) select~.label, .product-options-wrapper .control:not(.review-control-vote) .select~.label, .product-options-wrapper .control:not(.review-control-vote) input:focus~label, .product-options-wrapper .control:not(.review-control-vote) textarea:focus~label, .product-options-wrapper .control:not(.review-control-vote) input:valid~label, .product-options-wrapper .control:not(.review-control-vote) input:-webkit-autofill~label, .product-options-wrapper .control:not(.review-control-vote) textarea:valid~label, .product-options-wrapper .control:not(.review-control-vote) input.filled-in~label, .product-options-wrapper .control:not(.review-control-vote) textarea.filled-in~label, .product-options-wrapper .control:not(.review-control-vote) input[readonly=readonly]~label, .product-options-wrapper .control:not(.review-control-vote) textarea[readonly=readonly]~label, .form.bss-fastorder-form .control:not(.review-control-vote) select~.label, .form.bss-fastorder-form .control:not(.review-control-vote) .select~.label, .form.bss-fastorder-form .control:not(.review-control-vote) input:focus~label, .form.bss-fastorder-form .control:not(.review-control-vote) textarea:focus~label, .form.bss-fastorder-form .control:not(.review-control-vote) input:valid~label, .form.bss-fastorder-form .control:not(.review-control-vote) input:-webkit-autofill~label, .form.bss-fastorder-form .control:not(.review-control-vote) textarea:valid~label, .form.bss-fastorder-form .control:not(.review-control-vote) input.filled-in~label, .form.bss-fastorder-form .control:not(.review-control-vote) textarea.filled-in~label, .form.bss-fastorder-form .control:not(.review-control-vote) input[readonly=readonly]~label, .form.bss-fastorder-form .control:not(.review-control-vote) textarea[readonly=readonly]~label, .careers-form-upload .control:not(.review-control-vote) select~.label, .careers-form-upload .control:not(.review-control-vote) .select~.label, .careers-form-upload .control:not(.review-control-vote) input:focus~label, .careers-form-upload .control:not(.review-control-vote) textarea:focus~label, .careers-form-upload .control:not(.review-control-vote) input:valid~label, .careers-form-upload .control:not(.review-control-vote) input:-webkit-autofill~label, .careers-form-upload .control:not(.review-control-vote) textarea:valid~label, .careers-form-upload .control:not(.review-control-vote) input.filled-in~label, .careers-form-upload .control:not(.review-control-vote) textarea.filled-in~label, .careers-form-upload .control:not(.review-control-vote) input[readonly=readonly]~label, .careers-form-upload .control:not(.review-control-vote) textarea[readonly=readonly]~label, .minilogin-form .control:not(.review-control-vote) select~.label, .minilogin-form .control:not(.review-control-vote) .select~.label, .minilogin-form .control:not(.review-control-vote) input:focus~label, .minilogin-form .control:not(.review-control-vote) textarea:focus~label, .minilogin-form .control:not(.review-control-vote) input:valid~label, .minilogin-form .control:not(.review-control-vote) input:-webkit-autofill~label, .minilogin-form .control:not(.review-control-vote) textarea:valid~label, .minilogin-form .control:not(.review-control-vote) input.filled-in~label, .minilogin-form .control:not(.review-control-vote) textarea.filled-in~label, .minilogin-form .control:not(.review-control-vote) input[readonly=readonly]~label, .minilogin-form .control:not(.review-control-vote) textarea[readonly=readonly]~label, .form-product-return .control:not(.review-control-vote) select~.label, .form-product-return .control:not(.review-control-vote) .select~.label, .form-product-return .control:not(.review-control-vote) input:focus~label, .form-product-return .control:not(.review-control-vote) textarea:focus~label, .form-product-return .control:not(.review-control-vote) input:valid~label, .form-product-return .control:not(.review-control-vote) input:-webkit-autofill~label, .form-product-return .control:not(.review-control-vote) textarea:valid~label, .form-product-return .control:not(.review-control-vote) input.filled-in~label, .form-product-return .control:not(.review-control-vote) textarea.filled-in~label, .form-product-return .control:not(.review-control-vote) input[readonly=readonly]~label, .form-product-return .control:not(.review-control-vote) textarea[readonly=readonly]~label, .add-faq-form .control:not(.review-control-vote) select~.label, .add-faq-form .control:not(.review-control-vote) .select~.label, .add-faq-form .control:not(.review-control-vote) input:focus~label, .add-faq-form .control:not(.review-control-vote) textarea:focus~label, .add-faq-form .control:not(.review-control-vote) input:valid~label, .add-faq-form .control:not(.review-control-vote) input:-webkit-autofill~label, .add-faq-form .control:not(.review-control-vote) textarea:valid~label, .add-faq-form .control:not(.review-control-vote) input.filled-in~label, .add-faq-form .control:not(.review-control-vote) textarea.filled-in~label, .add-faq-form .control:not(.review-control-vote) input[readonly=readonly]~label, .add-faq-form .control:not(.review-control-vote) textarea[readonly=readonly]~label, .bundle-options-container #product_addtocart_form .control:not(.review-control-vote) select~.label, .bundle-options-container #product_addtocart_form .control:not(.review-control-vote) .select~.label, .bundle-options-container #product_addtocart_form .control:not(.review-control-vote) input:focus~label, .bundle-options-container #product_addtocart_form .control:not(.review-control-vote) textarea:focus~label, .bundle-options-container #product_addtocart_form .control:not(.review-control-vote) input:valid~label, .bundle-options-container #product_addtocart_form .control:not(.review-control-vote) input:-webkit-autofill~label, .bundle-options-container #product_addtocart_form .control:not(.review-control-vote) textarea:valid~label, .bundle-options-container #product_addtocart_form .control:not(.review-control-vote) input.filled-in~label, .bundle-options-container #product_addtocart_form .control:not(.review-control-vote) textarea.filled-in~label, .bundle-options-container #product_addtocart_form .control:not(.review-control-vote) input[readonly=readonly]~label, .bundle-options-container #product_addtocart_form .control:not(.review-control-vote) textarea[readonly=readonly]~label, .form-login .control:not(.review-control-vote) select~.label, .form-login .control:not(.review-control-vote) .select~.label, .form-login .control:not(.review-control-vote) input:focus~label, .form-login .control:not(.review-control-vote) textarea:focus~label, .form-login .control:not(.review-control-vote) input:valid~label, .form-login .control:not(.review-control-vote) input:-webkit-autofill~label, .form-login .control:not(.review-control-vote) textarea:valid~label, .form-login .control:not(.review-control-vote) input.filled-in~label, .form-login .control:not(.review-control-vote) textarea.filled-in~label, .form-login .control:not(.review-control-vote) input[readonly=readonly]~label, .form-login .control:not(.review-control-vote) textarea[readonly=readonly]~label, .form-addbysku .control:not(.review-control-vote) select~.label, .form-addbysku .control:not(.review-control-vote) .select~.label, .form-addbysku .control:not(.review-control-vote) input:focus~label, .form-addbysku .control:not(.review-control-vote) textarea:focus~label, .form-addbysku .control:not(.review-control-vote) input:valid~label, .form-addbysku .control:not(.review-control-vote) input:-webkit-autofill~label, .form-addbysku .control:not(.review-control-vote) textarea:valid~label, .form-addbysku .control:not(.review-control-vote) input.filled-in~label, .form-addbysku .control:not(.review-control-vote) textarea.filled-in~label, .form-addbysku .control:not(.review-control-vote) input[readonly=readonly]~label, .form-addbysku .control:not(.review-control-vote) textarea[readonly=readonly]~label, .requisition-popup .control:not(.review-control-vote) select~.label, .requisition-popup .control:not(.review-control-vote) .select~.label, .requisition-popup .control:not(.review-control-vote) input:focus~label, .requisition-popup .control:not(.review-control-vote) textarea:focus~label, .requisition-popup .control:not(.review-control-vote) input:valid~label, .requisition-popup .control:not(.review-control-vote) input:-webkit-autofill~label, .requisition-popup .control:not(.review-control-vote) textarea:valid~label, .requisition-popup .control:not(.review-control-vote) input.filled-in~label, .requisition-popup .control:not(.review-control-vote) textarea.filled-in~label, .requisition-popup .control:not(.review-control-vote) input[readonly=readonly]~label, .requisition-popup .control:not(.review-control-vote) textarea[readonly=readonly]~label {
    top: -10px;
    color: #747476;
    font-size: 14px;
    font-weight: 400;
}

.form:not(.form-addbysku) .control:not(.review-control-vote) .label, .form-address-edit .control:not(.review-control-vote) .label, #shipping-zip-form .control:not(.review-control-vote) .label, .form-minilogin .control:not(.review-control-vote) .label, .review-form .control:not(.review-control-vote) .label, .gift-options-content .control:not(.review-control-vote) .label, .cart-summary .control:not(.review-control-vote) .label, .checkout-container .block-authentication .control:not(.review-control-vote) .label, .product-options-wrapper .control:not(.review-control-vote) .label, .form.bss-fastorder-form .control:not(.review-control-vote) .label, .careers-form-upload .control:not(.review-control-vote) .label, .minilogin-form .control:not(.review-control-vote) .label, .form-product-return .control:not(.review-control-vote) .label, .add-faq-form .control:not(.review-control-vote) .label, .bundle-options-container #product_addtocart_form .control:not(.review-control-vote) .label, .form-login .control:not(.review-control-vote) .label, .form-addbysku .control:not(.review-control-vote) .label, .requisition-popup .control:not(.review-control-vote) .label {
    background: #fff;
    pointer-events: none;
    top: 10px;
    position: absolute;
    left: 10px;
    padding: 0 6px;
    max-width: calc(100% - 20px);
    -webkit-transition: .2s ease all;
    -moz-transition: .2s ease all;
    -ms-transition: .2s ease all;
    transition: .2s ease all;
    height: 20px;
    overflow: hidden;
}

.forix-abs-clearfix:before, .forix-abs-clearfix:after, table td .item-options:before, table td .item-options:after, .messages:before, .messages:after, .fieldset .field .fields.group:before, .fieldset .field .fields.group:after, .fancy-content-main:before, .fancy-content-main:after, .modal-popup .modal-footer:before, .modal-popup .modal-footer:after, .product.data.items>.item.content:before, .product.data.items>.item.content:after, .slick-track:before, .slick-track:after, .slider-table .controls:before, .slider-table .controls:after, .paypal-review .block-order-details-view:before, .paypal-review .block-order-details-view:after, .table.cart.table-paypal-review-items tbody:before, .table.cart.table-paypal-review-items tbody:after, .payment-method-braintree .hosted-date-wrap:before, .payment-method-braintree .hosted-date-wrap:after, .block-minicart .block-content>.actions .action.checkout:before, .block-minicart .block-content>.actions .action.checkout:after, .block-minicart .action.close:before, .block-minicart .action.close:after, .block-minicart .block-title:before, .block-minicart .block-title:after, .action.showcart .counter-label:before, .action.showcart .counter-label:after, .block-minicart .block-content:before, .block-minicart .block-content:after, .minicart-items-wrapper:before, .minicart-items-wrapper:after, .cart.main.actions:before, .cart.main.actions:after, .block.crosssell:before, .block.crosssell:after, .cart-container:before, .cart-container:after, .cart-summary .block:before, .cart-summary .block:after, .checkout-container:before, .checkout-container:after, .opc-wrapper .field.addresses:before, .opc-wrapper .field.addresses:after, .page-product-downloadable .product-add-form:before, .page-product-downloadable .product-add-form:after, .gift-wrapping-list:before, .gift-wrapping-list:after, .wishlist.split.button:before, .wishlist.split.button:after, .multicheckout .block-shipping:before, .multicheckout .block-shipping:after, .multicheckout .block-billing:before, .multicheckout .block-billing:after, .multicheckout .block-other:before, .multicheckout .block-other:after, .multicheckout>.actions-toolbar:before, .multicheckout>.actions-toolbar:after, .customer-review .product-details:before, .customer-review .product-details:after, .nav-top:before, .nav-top:after, .box-socials:before, .box-socials:after, .forix-abs-account-blocks .block-content:before, .forix-abs-account-blocks .block-content:after, .pager:before, .pager:after, .pages:before, .pages:after, .box-group:before, .box-group:after, .toolbar:before, .toolbar:after, .swatch-attribute-options:before, .swatch-attribute-options:after, .item-options:before, .item-options:after, .minicart-items .product:before, .minicart-items .product:after, .minicart-items:before, .minicart-items:after, .products-grid .product-item-details .product.actions .actions-secondary:before, .products-grid .product-item-details .product.actions .actions-secondary:after, .products-grid .product-item-details .product-item-actions .actions-secondary:before, .products-grid .product-item-details .product-item-actions .actions-secondary:after, .filter-slider-wrapper:before, .filter-slider-wrapper:after, .sidebar .actions-toolbar:before, .sidebar .actions-toolbar:after, .sidebar .block .product-item:before, .sidebar .block .product-item:after, .page-print .pager:before, .page-print .pager:after, .header.content:before, .header.content:after, .header-top:before, .header-top:after, .footer.inner:before, .footer.inner:after, .footer-content.inner:before, .footer-content.inner:after, .footer_links:before, .footer_links:after, .bbs-fastorder-footer-inner:before, .bbs-fastorder-footer-inner:after, .question-items ul.question-item:before, .question-items ul.question-item:after, .step-details:before, .step-details:after, .product-label:before, .product-label:after, .bundle-options-container:before, .bundle-options-container:after, .viewpoint-compare-item:before, .viewpoint-compare-item:after, .viewpoint-compare:before, .viewpoint-compare:after, .catalog-product-view .column.main:before, .catalog-product-view .column.main:after, .main .block.related:before, .main .block.related:after, .block.upsell:before, .block.upsell:after, .product.info.detailed:before, .product.info.detailed:after, .promoted-block:before, .promoted-block:after, .social-list:before, .social-list:after, .filter .fprice:before, .filter .fprice:after, .negotiable-quote-order-information:before, .negotiable-quote-order-information:after, .quote-shipping-info:before, .quote-shipping-info:after, .quote-details-items:before, .quote-details-items:after, .quote-details-items .quote-table-totals-wrap:before, .quote-details-items .quote-table-totals-wrap:after, .negotiable-quote-quote-print .quote-price-block:before, .negotiable-quote-quote-print .quote-price-block:after, .column .block-addbysku .fields:not(.deletable-item-title) .field.sku:before, .column .block-addbysku .fields:not(.deletable-item-title) .field.sku:after, .form-addbysku .product-info:before, .form-addbysku .product-info:after, .requisition-list-title:before, .requisition-list-title:after, .requisition-view-links:before, .requisition-view-links:after, .block-requisition-management:before, .block-requisition-management:after, .order-links:before, .order-links:after, .cms-list:before, .cms-list:after, table td .item.options:before, table td .item.options:after, .storecredit .block .block-content:before, .storecredit .block .block-content:after, table td .product.options.list:before, table td .product.options.list:after, .product.options.list:before, .product.options.list:after, .products-grid .product-item-details .product-item-actions .actions-secondary:before, .products-grid .product-item-details .product-item-actions .actions-secondary:after, .account .column.main .block .block-content:before, .account .column.main .block .block-content:after, .account .column.main .block-dashboard-orders .block-content:before, .account .column.main .block-dashboard-orders .block-content:after, .account .column.main .block-dashboard-info .block-content:before, .account .column.main .block-dashboard-info .block-content:after, .account .column.main .block-dashboard-addresses .block-content:before, .account .column.main .block-dashboard-addresses .block-content:after, .account .column.main .block-reviews-dashboard .block-content:before, .account .column.main .block-reviews-dashboard .block-content:after, [class^=sales-guest-] .column.main .block:not(.widget) .block-content:before, [class^=sales-guest-] .column.main .block:not(.widget) .block-content:after, .sales-guest-view .column.main .block:not(.widget) .block-content:before, .sales-guest-view .column.main .block:not(.widget) .block-content:after {
    content: '';
    display: table;
}

table caption, .loading-mask .loader>p, .load.indicator>span, .ui-dialog.popup .action span, .column.main .block-faqs .title .dot, .modal-size-chart, .required-captcha input[type=checkbox]+label, .products-crosssell.products-grid .product-item-details .product-item-actions, .cart.main.actions .action.clear, .cart.main.actions .action.continue, .table.cart .actions-toolbar .action.action-edit, .cart.table-wrapper .field.qty .label, .cart-summary .block .fieldset.estimate>.legend, .cart-summary .summary.title, .popup-authentication .block-new-customer, .checkout-index-index .nav-sections, .checkout-payment-method .field-select-billing>.label, .checkout-payment-method .payments .legend, .opc-block-shipping-information .shipping-information-title .action-edit>span, .field-tooltip .field-tooltip-action>span, .block-balance .balance-price-label, .page-product-downloadable .product-options-wrapper .fieldset .legend.links-title, .page-product-giftcard .fieldset.giftcard>.legend, .page-product-giftcard .fieldset.giftcard>.legend+br, .opc-wrapper .form-giftcard-account .field .label, .gift-message .block.message.hidden, .gift-summary .action-delete>span, .gift-messages-order.hidden, .block-giftregistry-shared-items+.actions-toolbar, .gift-wrapping-list .no-image>span, .form-add-invitations>.fieldset .fields .label, .table.table-comparison .wishlist.split.button .action.split span, .block-wishlist-search-form .form-wishlist-search .fieldset>.legend, .wishlist.split.button .action.toggle span, .multicheckout .table-wrapper .col .label, .multicheckout .block .methods-shipping .item-content .fieldset>.legend, .page-layout-checkout .page-promotions, .multishipping-checkout-login .page-title-wrapper, .product-info-main .product-reviews-summary .action.add, .review-list-title .product-reviews-summary.empty .action.add, .review-list-title .product-reviews-summary .action.add, .review-list .block-title, .review-items .review-author .review-details-label, .review-items .review-details .review-date .review-details-label, .review-add .review-field-rating>.label, .review-add .review-legend, .review-add .block-title, .customer-review .product-details .rating-average-label, .magento-reward-customer-info .column.main>.actions-toolbar, .returns-details-items+.actions-toolbar, .opc-wrapper .form-discount .field .label, .nav-sections-item-title, .pager .toolbar-amount, .account .toolbar.bottom>.limiter, .catalog-filter-top .toolbar-top .sorter-label, .page-products.catalog-filter-top .toolbar-top .pages, .page-products.catalog-filter-top .toolbar-top .modes, .page-products.catalog-filter-top .toolbar-top .field.limiter, .page-products.catalog-filter-top .toolbar-top .toolbar-amount, .pages .items .action.next span, .pages .items .action span, .pages .items strong.page .label, .pages .items a.page .label, .sorter-action span, .modes-mode.mode-grid span, .modes-mode.mode-list span, .modes, .catalog-filter-top .toolbar-top .toolbar-sorter .sorter-options, .toolbar-bottom .box-group, .toolbar-products .limiter, .review-control-vote label span, .rating-summary .rating-result span span, .rating-summary .rating-label, .review-control-vote input[type=radio], .price-box .price-from .old-price .price-container .price-label, .product-info-price .price-from .old-price .price-container .price-label, .product.options .subtitle, .action.skip:not(:focus), .product-reviews-summary.short.empty .action, .products-grid .product-item-details .reviews-actions .action.view, .products-grid .product-item-details .old-price .price-label, .sidebar .block .field.choice .label span, .sidebar .block .action.delete span, .sidebar .block .subtitle, .page-print .pager .limiter, .switcher-language .switcher-label, .minilogin-wrapper .action.showlogin span, .bundle-options-container .block-bundle-summary .product-image-container, .bundle-options-container .block-bundle-summary .product.name, .bundle-options-container .block-bundle-summary .stock, .bundle-options-container .block-bundle-summary .bundle-summary.empty, .products-grid .product-items.widget-product-grid .product-item-inner, .table.table-comparison thead th span, .table.table-comparison tbody th.cell.product span, .catalog-product-compare-index .action.print, .product-info-price .price-container .price-label, .product-info-price .product-info-stock-sku, .product-info-main .product-reviews-summary, .catalog-product-view .candid-block+.img-wrapper, .cms-noroute-index .column.main .nav-links-extend h2, .form.contact .fieldset .field.note, .login-container .field.note, .customer-account-login .page-title-wrapper, .catalog-filter-top .filter-current-subtitle, .catalog-filter-top .filter.block .filter-title, .filter-actions, .filter-options .filter-count-label, .order-details-items .order-gift-message .action.close, .block-order-details-gift-message+.actions-toolbar, .order-details-items .order-title+.toolbar, .order-details-items>.actions-toolbar, .block-search .nested, .block-search .field.search label, .block-search .block-title strong, .form.send.friend>.actions-toolbar .secondary, .form.send.friend .fieldset .action.remove span, .sendfriend-product-send #chat-widget-container, .table.table-comparison .action.towishlist span, .products-grid.wishlist .product-item-tooltip, .products-grid.wishlist .field.qty .label, .products-grid.wishlist .field.comment-box .label, .page-search-noresult .column.main .nav-links-extend h2, .cart-summary .block .fieldset.estimate>.legend+br, .table.cart .actions-toolbar .action.action-delete, .products-crosssell.products-grid .product-item-details .product.actions, .checkout-index-index .nav-toggle, .checkout-index-index .page-title-wrapper, .checkout-index-index .page-promotions, .gift-message .block.message.hidden, .page-print .account .toolbar.bottom>.limiter, .rating-summary .label, .table.table-comparison td .old-price .price-label, .table.table-comparison .reviews-actions .action.view, .filter-current .action.remove span, .filter.block .filter-title, .order-details-items .block-order-details-gift-message .action.close, .checkout-index-index .nav-toggle-close, .products-crosssell.products-grid .product-item-details .product-item-actions {
    width: 1px;
    position: absolute;
    padding: 0;
    overflow: hidden;
    margin: -1px;
    height: 1px;
    clip: rect(0,0,0,0);
    border: 0;
}


.forix-abs-clearfix:after, table td .item-options:after, .messages:after, .fieldset .field .fields.group:after, .fancy-content-main:after, .modal-popup .modal-footer:after, .product.data.items>.item.content:after, .slick-track:after, .slider-table .controls:after, .paypal-review .block-order-details-view:after, .table.cart.table-paypal-review-items tbody:after, .payment-method-braintree .hosted-date-wrap:after, .block-minicart .block-content>.actions .action.checkout:after, .block-minicart .action.close:after, .block-minicart .block-title:after, .action.showcart .counter-label:after, .block-minicart .block-content:after, .minicart-items-wrapper:after, .cart.main.actions:after, .block.crosssell:after, .cart-container:after, .cart-summary .block:after, .checkout-container:after, .opc-wrapper .field.addresses:after, .page-product-downloadable .product-add-form:after, .gift-wrapping-list:after, .wishlist.split.button:after, .multicheckout .block-shipping:after, .multicheckout .block-billing:after, .multicheckout .block-other:after, .multicheckout>.actions-toolbar:after, .customer-review .product-details:after, .nav-top:after, .box-socials:after, .forix-abs-account-blocks .block-content:after, .pager:after, .pages:after, .box-group:after, .toolbar:after, .swatch-attribute-options:after, .item-options:after, .minicart-items .product:after, .minicart-items:after, .products-grid .product-item-details .product.actions .actions-secondary:after, .products-grid .product-item-details .product-item-actions .actions-secondary:after, .filter-slider-wrapper:after, .sidebar .actions-toolbar:after, .sidebar .block .product-item:after, .page-print .pager:after, .header.content:after, .header-top:after, .footer.inner:after, .footer-content.inner:after, .footer_links:after, .bbs-fastorder-footer-inner:after, .question-items ul.question-item:after, .step-details:after, .product-label:after, .bundle-options-container:after, .viewpoint-compare-item:after, .viewpoint-compare:after, .catalog-product-view .column.main:after, .main .block.related:after, .block.upsell:after, .product.info.detailed:after, .promoted-block:after, .social-list:after, .filter .fprice:after, .negotiable-quote-order-information:after, .quote-shipping-info:after, .quote-details-items:after, .quote-details-items .quote-table-totals-wrap:after, .negotiable-quote-quote-print .quote-price-block:after, .column .block-addbysku .fields:not(.deletable-item-title) .field.sku:after, .form-addbysku .product-info:after, .requisition-list-title:after, .requisition-view-links:after, .block-requisition-management:after, .order-links:after, .cms-list:after, table td .item.options:after, .storecredit .block .block-content:after, table td .product.options.list:after, .product.options.list:after, .products-grid .product-item-details .product-item-actions .actions-secondary:after, .account .column.main .block .block-content:after, .account .column.main .block-dashboard-orders .block-content:after, .account .column.main .block-dashboard-info .block-content:after, .account .column.main .block-dashboard-addresses .block-content:after, .account .column.main .block-reviews-dashboard .block-content:after, [class^=sales-guest-] .column.main .block:not(.widget) .block-content:after, .sales-guest-view .column.main .block:not(.widget) .block-content:after {
    clear: both;
}

.header.content {
    margin-right: auto;
    margin-left: auto;
    padding-left: 11px;
    padding-right: 11px;
}

.page-wrapper .page-header.sticky .header.content {
    max-width: 1360px;
}

.header.content:before,
.header.content:after {
    content: '';
    display: table;
}

@media (min-width: 1024px) {
    .header.content:before,
    .header.content:after {
        content: '';
        display: block;
        width: calc(100vw - 50%);
        position: absolute;
        top: 0;
        bottom: -1px;
        background: #fff;
        border-bottom: solid 1px #d8d8d8;
    }

    .header.content:before {
        left: 0;
        -webkit-transform: translate(-100%,0);
        -moz-transform: translate(-100%,0);
        -ms-transform: translate(-100%,0);
        transform: translate(-100%,0);
    }

    .page-header.sticky .header.content {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 901;
        background: #fff;
    }

    .header.content {
        text-align: right;
        border-bottom: solid 1px #d8d8d8;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .header.content {
        padding: 10px;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
    }
    .header.content
}

@media only screen and (max-width: 767px) {
    .header.content {
        padding-top: 15px;
        padding-bottom: 15px;
        position: relative;

        margin-right: auto;
        margin-left: auto;
        padding-left: 10px;
        padding-right: 10px;
        max-width: 100%;
    }
}
/*////////Mirasvit Search MINI FORM//////////////*/
.mst-searchautocomplete__autocomplete ul li a {
    min-width: initial;
}
