.no-padding {
  padding: 0;
}
/*****
** Element Variables
**
** @{element}-{attribute-name}-{variation}: #HEX;
*****/
.no-padding {
  padding: 0;
}
div[class*='-validation'].error {
  border-top: 1px solid #e4d0d2;
  border-bottom: 1px solid #e4d0d2;
  background-color: #f2dedf;
  color: #884d53;
}
div[class*='-validation'].error .container {
  background-color: #f2dedf;
}
div[class*='-validation'].success {
  background-color: #dff0d8;
  border-top: 1px solid #d6e9c6;
  border-bottom: 1px solid #d6e9c6;
  color: #3c763d;
}
div[class*='-validation'].success .container {
  background-color: #dff0d8;
}
div[class*='-validation'] .container {
  padding-top: 5px;
  padding-bottom: 5px;
}
div[class*='-validation'] p {
  padding: 10px;
  margin: 0;
}
p.email-preferences-label {
  color: #838383;
}
.text-center {
  text-align: center;
}
.bg-shaded {
  background-color: #f3f3f3;
}
.pagination {
  text-align: center;
  display: block;
  padding-bottom: 20px;
  margin: 0 auto;
}
.pagination > div {
  text-align: center;
}
.pagination > div strong {
  text-align: center;
  color: white;
  background: #0099a8;
  padding: 3px 8px;
  margin: 0 2px;
  border-radius: 50%;
}
.pagination > div a {
  text-align: center;
  color: #0099a8;
  padding: 3px 8px;
  margin: 0 2px;
  border-radius: 50%;
  box-shadow: inset 0 0 2px #0099a8;
}
.close-row {
  display: none;
}
@media (max-width: 310px) {
  .close-row {
    display: block;
  }
  .close-row .close-mobile-nav {
    float: left;
    width: 30px;
    height: 30px;
    background-image: url("/images/global/close-icon.png");
    background-image: none, url("/images/global/close-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
    cursor: pointer;
    position: absolute;
    top: 17px;
    left: 20px;
  }
}
.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: '';
  display: block;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
#accessory_menu_container {
  background: #ffffff;
  border-top: 1px solid #d7d7d8;
  border-bottom: 1px solid #d7d7d8;
  box-shadow: 0px 0px 5px #d7d7d8;
}
#accessory_menu_container #accessory_menu {
  box-sizing: border-box;
  min-width: 320px;
  max-width: 1170px;
  margin: 0 auto;
  padding: 8px;
}
#accessory_menu_container #accessory_menu .item {
  box-sizing: border-box;
  display: inline-block;
  width: 25%;
  height: 100%;
  margin: 0px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#accessory_menu_container #accessory_menu .item .image {
  width: 80%;
  height: 90px;
  margin: 0 auto;
  background: center center no-repeat;
  background-size: contain;
}
#accessory_menu_container #accessory_menu .item p {
  text-align: center;
}
#accessory_menu_container #accessory_menu .item p.title {
  margin: 0;
  padding: 8px 0px;
  color: #657f91;
  font-size: 1.1em;
  font-weight: 300;
}
#accessory_menu_container #accessory_menu .item p span.arrow {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 6px;
  background: url(/images/global/grey-triangle-up.svg) no-repeat center center;
  background-size: 9px;
}
#accessory_menu_container #accessory_menu .item p span.arrow.down {
  background-image: url(/images/global/grey-triangle-down.svg);
}
#accessory_menu_container #accessory_menu .item.active {
  border: 1px solid #d7d7d8;
}
@media (max-width: 480px) {
  #accessory_menu_container #accessory_menu .item {
    font-size: 0.8em;
  }
  #accessory_menu_container #accessory_menu .item .image {
    height: 70px;
  }
}
@media (min-width: 481px) {
  #accessory_menu_container #accessory_menu .item {
    width: 24.25%;
  }
  #accessory_menu_container #accessory_menu .item + .item {
    margin-left: 1%;
  }
}
#accessory_menu_container #accessory_sub_menu_container {
  display: none;
  border-top: 1px solid #d7d7d8;
  background-color: #fbfbfb;
  padding: 0 15px;
}
#accessory_menu_container #accessory_sub_menu_container #accessory_sub_menu {
  max-width: 1170px;
  margin: 0 auto;
}
#accessory_menu_container #accessory_sub_menu_container #accessory_sub_menu .item {
  width: 30%;
  margin: 8px 0;
  padding: 6px;
  float: left;
  text-align: center;
  border: 1px solid transparent;
  cursor: pointer;
}
#accessory_menu_container #accessory_sub_menu_container #accessory_sub_menu .item img {
  max-width: 100%;
}
#accessory_menu_container #accessory_sub_menu_container #accessory_sub_menu .item + div {
  margin-left: 5%;
}
#accessory_menu_container #accessory_sub_menu_container #accessory_sub_menu .item.active {
  border: 1px solid #d7d7d7;
  border-radius: 10px;
}
.product-accessory-header-container {
  max-width: 970px;
  margin: 0px auto 0;
  padding: 30px 15px 0;
}
@media (max-width: 749px) {
  .product-accessory-header-container {
    padding: 0px 15px 0;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.product-accessory-header-container .product-accessory-header {
  height: 105px;
  margin-bottom: 20px;
  margin-left: 20px;
}
@media (max-width: 749px) {
  .product-accessory-header-container .product-accessory-header {
    margin-left: 0px;
  }
}
@media (max-width: 479px) {
  .product-accessory-header-container .product-accessory-header {
    height: 80px;
  }
}
.product-accessory-header-container .product-accessory-header .product-image {
  width: 13%;
  height: 120px;
  float: left;
  background: no-repeat left bottom;
  background-size: contain;
  margin-left: -20px;
  margin-top: 5px;
}
@media (max-width: 749px) {
  .product-accessory-header-container .product-accessory-header .product-image {
    display: none;
  }
}
.product-accessory-header-container .product-accessory-header .product-cat {
  height: 105px;
  width: 34%;
  margin-right: 1%;
  float: right;
  background: no-repeat bottom right;
  background-size: contain;
}
@media (max-width: 749px) {
  .product-accessory-header-container .product-accessory-header .product-cat {
    width: 40%;
  }
}
@media (max-width: 479px) {
  .product-accessory-header-container .product-accessory-header .product-cat {
    height: 80px;
  }
}
.product-accessory-header-container .product-accessory-header .product-title {
  font-size: 30px;
  font-family: 'Source Sans Pro Semibold', sans-serif;
  float: left;
  width: 50%;
  height: 100%;
  margin-left: 30px;
  /*background: no-repeat left bottom;
			background-size: contain;*/
}
@media (max-width: 860px) {
  .product-accessory-header-container .product-accessory-header .product-title {
    margin-left: 0px;
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .product-accessory-header-container .product-accessory-header .product-title {
    font-size: 18px;
  }
}
.product-accessory-header-container .product-accessory-header.blue {
  border-bottom: 4px solid #0099CD;
}
.product-accessory-header-container .product-accessory-header.orange {
  border-bottom: 4px solid #f28e20;
}
.product-accessory-header-container .product-accessory-header.teal {
  border-bottom: 4px solid #12a19a;
}
.product-accessory-header-container .product-accessory-header.green {
  border-bottom: 4px solid #a6ca60;
}
.product-accessory-header-container .product-accessory-header.purple {
  border-bottom: 4px solid #854c97;
}
.product-accessory-header-container .product-accessory-header.cyan-blue {
  border-bottom: 4px solid #657F91;
}
.product-accessory-header-container .product-other-header {
  height: 105px;
  margin-bottom: 35px;
  border-bottom: 4px solid #009FE3;
}
.product-accessory-header-container .product-other-header .product-image {
  width: 13%;
  height: 120px;
  float: left;
  background: no-repeat left bottom;
  background-size: contain;
  margin-left: -20px;
  margin-top: 5px;
}
.product-accessory-header-container .product-other-header .product-cat {
  height: 105px;
  width: 13%;
  margin-right: 1%;
  margin-top: 2px;
  float: left;
  background: no-repeat bottom right;
  background-size: contain;
}
.product-accessory-header-container .product-other-header .product-title {
  float: left;
  width: 33%;
  height: 100%;
  margin-left: 30px;
  margin-top: 10px;
  background: no-repeat left center;
  background-size: contain;
  font-size: 60px;
  font-weight: 300;
  color: #0099a8;
}
.product_option {
  clear: both;
  color: #909395;
  max-width: 970px;
  margin: 0px auto 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  float: none;
}
.product_option .product_option_image {
  text-align: center;
  max-width: 100%;
  height: 235px;
  overflow: hidden;
  background: no-repeat center center;
  background-size: contain;
}
.product_option .product_option_description {
  padding: 10px;
  left: 25px;
}
.product_option .product_option_description .product_option_title {
  font-size: 1.5em;
}
.product_option .product_option_description p.product_option_intro {
  font-size: 1.1em;
  margin-bottom: 0.2em;
}
.product_option .product_option_description p {
  font-size: 0.9375em;
  margin-bottom: 0.2em;
}
.product_option .product_option_description p.intro {
  font-size: 1.125em;
}
.product_option .product_option_description .expand {
  display: inline-block;
  color: #0099a8;
  cursor: pointer;
  white-space: nowrap;
  padding-right: 16px;
  background: url(/images/global/chevron-down-blue-cropped.svg) no-repeat right center;
  background-size: 11px;
}
.product_option .product_option_description .expand.up {
  background-image: url(/images/global/chevron-up-blue.svg);
}
.product_option .product_option_description .product_option_more_text {
  display: none;
}
.product_option .product_option_description .product_option_options {
  padding-top: 10px;
}
.product_option .product_option_description .product_option_options .select2 {
  max-width: 260px;
}
.product_option .product_option_price_padding {
  margin-top: 45px;
}
.product_option .product_option_price {
  position: relative;
  min-width: 120px;
  cursor: pointer;
  display: block;
}
.product_option .product_option_price .product_option_price_from {
  font-size: 1em;
  position: absolute;
  margin-left: 15px;
}
.product_option .product_option_price span {
  position: relative;
  top: 2px;
  left: 1px;
  font-size: 1.1em;
  height: 40px;
  display: inline-block;
  padding: 6px 6px 7px 9px;
  color: #ffffff;
  background: #16a6b6;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.product_option .product_option_price img {
  height: 55px;
  margin-top: 0px;
}
.product_option .product_option_price:hover {
  text-decoration: none;
}
.product_option .info {
  text-align: center;
}
/*****
** Selesti Text Scroller - for Mobile
*****/
.sureflap_slider {
  background: rgba(255, 255, 255, 0.4);
  position: relative;
  min-height: 34px;
  border-bottom: 2px solid #16a6b6;
  margin: 0 0 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sureflap_slider.bg-white {
  background-color: #ffffff;
}
.sureflap_slider.border-orange {
  border-color: #f28e20;
}
.sureflap_slider.border-blue {
  border-color: #16a6b6;
}
.sureflap_slider.border-purple {
  border-color: #854c97;
}
.sureflap_slider.border-green {
  border-color: #a6ca60;
}
.sureflap_slider.border-teal {
  border-color: #12a19a;
}
.sureflap_slider.stick {
  position: fixed;
  top: 70px;
  right: 0;
  left: 0;
  z-index: 2;
}
.stick-padding {
  height: 3px;
}
.sureflap_slider .button {
  background: url(/images/global/chevron-left-grey.svg) no-repeat center center;
  background-size: auto 70%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30px;
  cursor: pointer;
  z-index: 2;
}
.sureflap_slider .button + .button {
  background-image: url(/images/global/chevron-right-grey.svg);
  left: initial;
  right: 0;
}
.sureflap_slider .title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #86898c;
  background: no-repeat center center;
  background-size: auto 27px;
  padding-top: 3px;
  text-align: center;
  z-index: 1;
}
.sureflap_slider ul.data_object {
  display: none;
}
/* dd container */
.accessoriesdropdown {
  display: flex;
  position: relative;
  outline: none;
  margin: 0px;
}
.accessoriesdropdown > .flex-row-item {
  flex: 1 1 30%;
  /*grow | shrink | basis */
  height: 100px;
}
/* button */
.dropbtn {
  color: #000000 !important;
  background-color: #ffffff !important;
  cursor: pointer;
  transition: 0.35s ease-out;
  border-color: #827d7d78 !important;
  border: 3px solid;
  border-style: solid;
  border-radius: 7px;
  width: 100%;
  font-size: 30px;
  text-align: center;
  padding: 10px 20px;
  background: #aaa;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}
/* dd content */
.accessoriesdropdown .dropdown-content {
  position: absolute;
  top: 100%;
  background-color: #ffffff;
  min-width: 100%;
  z-index: 100000;
  visibility: hidden;
  opacity: 0;
  transition: 0.35s ease-out;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  display: flex;
  text-decoration: none;
  transition: 0.35s ease-out;
}
.dropdown-content a:hover {
  background-color: #eaeaea;
}
/* show dd content */
.accessoriesdropdown:focus .dropdown-content {
  outline: none;
  transform: translateY(20px);
  visibility: visible;
  opacity: 1;
}
/* mask to close menu by clicking on the button */
.accessoriesdropdown .db2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
  display: none;
}
.accessoriesdropdown:focus .db2 {
  display: inline-block;
}
.accessoriesdropdown .db2:focus .dropdown-content {
  outline: none;
  visibility: hidden;
  opacity: 0;
}
.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.accessoriesdropdown .item {
  width: 100%;
  background-color: #FFFFFF;
  border-top: 3px solid #d1d1d1;
  border-top-style: solid;
}
.container-cat-products::-webkit-scrollbar {
  display: none;
}
.container-cat-products {
  background-color: #e1e1e1 !important;
  display: block;
  padding: 0px !important;
  width: 100%;
}
@media (max-width: 1000px) {
  .container-cat-products {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -webkit-transform: translateZ(0px);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-perspective: 1000;
  }
}
@media (max-width: 1000px) and (min-width: 769px) {
  .container-cat-products {
    margin-top: 60px;
  }
}
.container-cat-products .inner {
  width: 100%;
  margin: 0px auto;
  display: table;
  align-content: center;
  max-width: 1200px;
  background-color: #e1e1e1;
}
.container-cat-products .inner .accessoriesOtherItems {
  z-index: 100;
  margin: 0px auto;
  text-align: center;
}
.container-cat-products .inner .accessoriesOtherItems .item {
  float: left;
  margin: 0px 10px;
  display: inline-block;
  text-align: center;
}
.container-cat-products .inner .accessoriesOtherItems .item:HOVER {
  opacity: 0.5;
}
.container-cat-products .inner .accessoriesOtherItems .item .product-icon {
  height: 120px;
  padding: 0px;
  float: left;
  text-align: center;
  /* margin-bottom: -20px; */
  margin-top: -10px;
}
@media (max-width: 749px) {
  .container-cat-products .inner .accessoriesOtherItems .item .product-icon {
    height: 80px;
    margin-top: 0px;
  }
}
.container-cat-products .inner .accessoriesOtherItems .item .product-icon svg {
  height: 100%;
  fill: #FFF;
  width: 110px;
}
.product-accessory-header-container {
  max-width: 1170px;
  margin: 0px auto 0;
  padding: 30px 15px 0;
}
.maxWidthTop {
  margin: 0px auto;
  padding-top: 10px !important;
  max-width: 1170px;
}
.expandOwl {
  float: right;
}
.expandOwl_accessories {
  font-weight: 400;
}
@media (max-width: 1000px) {
  .container-cat-products .inner .accessoriesOtherItems .item {
    float: right;
    margin: 0;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
  }
  .accessories-desktop {
    display: none;
  }
  .accessoriesdropdown .item img {
    width: 50px;
  }
  .container-cat-products .inner .accessoriesOtherItems .item .product-icon {
    height: 80px;
    margin-top: 0px;
    padding: 0px;
    float: left;
    text-align: center;
    margin-bottom: -20px;
  }
  .container-cat-products .inner .accessoriesOtherItems .item .product-icon svg {
    height: 100%;
    fill: #9E9E9E;
    width: 110px;
    position: relative;
    margin: 10px;
    margin-top: -12px;
  }
  .container-cat-products .inner .accessoriesOtherItems .item .product-name {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    position: initial;
    margin: 0px 40px;
    margin-top: 20px;
  }
  .container-category-accessory .catBox .surround {
    display: inline-block;
    height: 100%;
    width: 100%;
    border: 2px solid #d1d1d1;
    border-radius: 10px;
    padding: 10px;
  }
  .product-option-carousel {
    height: 0px;
    margin: 0px;
    display: contents;
  }
  .product-section-header {
    padding: 0px 12px 0px 12px;
  }
  .change-icon-color {
    fill: #9E9E9E;
    filter: invert(48%) sepia(0%) saturate(0%) hue-rotate() brightness(102%) contrast(190%);
  }
  .dropdown-content a {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .accessories-mobile {
    display: none;
  }
}
