@charset "utf-8";

/*================================================
=== General Styles 
=================================================*/
:root {
  --red1: #cc0000;
  --red2: #990000;
  --blue1: #337ab7;
  --blue2: #2e6da4;
  --green1: #6ca65a;
  --green2: #58834b;
  --gold1: #c69e25;
  --gold2: #b08606;
  --dark1: #333;
  --dark2: #111;
  --light1: #EEE;
  --light2: #f4f4f4;
  --light3: #CCC;
  --mid1: #AAA;
  --white: #FFF;
  --black: #000;
  --primary: #FE5000;
  --font1: 'Monda', Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", -apple-system, BlinkMacSystemFont, "Segoe UI";
  --font2: 'Roboto Condensed', sans-serif;
  --fontawesome: 'Font Awesome 5 Free';
}

/*----------------------------
--- Bootstrap Overrides
-----------------------------*/
.btn-primary,
.btn-primary.active.focus, 
.btn-primary.active:focus, 
.btn-primary.active:hover, 
.btn-primary:active.focus, 
.btn-primary:active:focus, 
.btn-primary:active:hover, 
.open>.dropdown-toggle.btn-primary.focus, 
.open>.dropdown-toggle.btn-primary:focus, 
.open>.dropdown-toggle.btn-primary:hover{
    background-color: var(--primary)!important;
    boarder-color: var(--primary)!important;
}
.navbar-brand{
    height: 100px;
}


.navbar-nav{
    margin: 0;
}
.navbar-nav>li>a {
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 23px;
}

img.company_logo {
    width: 200px;
}

.caret{
    display: none;
}
/*----------------------------
--- OWL CAROUSEL
-----------------------------*/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0, 0)
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  display: none
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.no-js .owl-carousel {
  display: block
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

.owl-dots {
  text-align: center;
}

.owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.owl-dot span {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: inline-block;
  width: 10px;
  height: 10px;
}

.owl-dot.active span {
  background: red;
}

.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

/*---------------------------- 
--- General
------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  background: var(--white);
}

/*---------------------------- 
--- Text
------------------------------*/

h1 {
  font-size: 24px;
  margin: 0;
  margin-bottom: 30px !important;
  position: relative;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}



/*---------------------------- 
--- Form / Input / Tables
------------------------------*/

input {
  line-height: 1.4;
}

select {
  background: var(--white);
  border-radius: 0;
  padding: 5px;
  display: block;
  border: 1px solid var(--mid1);
}

input[type="text"],
input[type="textarea"],
input[type="password"] {
  padding: 5px;
  border: 1px solid var(--mid1);
}

.wsm-prod-qty-field {
  width: 30px;
}

.wsm_inquiry_form form {
  width: 100%;
  background: var(--light1);
  border: 1px solid var(--light3);
}

.wsm_inquiry_form form .wsm_inquiry_row_0,
.wsm_inquiry_form form .wsm_inquiry_row_1 {
  background: none;
}


.wsm_inquiry_form form label {
  float: none;
  clear: both;
  width: 100%;
  font-weight: 400;

  font-size: 12px;

  text-transform: uppercase;
  font-weight: 400;
}

.wsm_inquiry_form_field {
  width: 100%;
  float: none;
}

input[type="checkbox"]+.wsm_inquiry_form_cbox_label {
  width: auto;
  display: inline-block;
}

.wsm_interface_helper_link {
  width: auto;
  margin: 0;
  text-align: right;
}

textarea {
  height: 100px;
  border: 1px solid var(--mid1);
}

.wsm_review_form input,
.wsm_review_form textarea {
  width: 100%;
}

/*---------------------------- 
--- Images
------------------------------*/

img {
  max-width: 100%;
}

.content_wrap img {
  /*     margin-bottom: 15px; */
}

img.flt_rt,
img.flt_lft {
  display: block;
  margin: 0 auto 15px;
}

/*---------------------------- 
--- Misc
------------------------------*/

::selection {
  background: var(--primary);
  color: var(--white);
}

::-moz-selection {
  background: var(--red1);
  color: var(--white);
}

/***************************** 
*** Media Queries 
******************************/

@media only screen and (min-width: 768px) {

  /*-- Images
    ------------------------------*/
  img.flt_rt {
    float: right;
    margin: 0 0 15px 15px;
  }

  img.flt_left {
    float: left;
    margin: 0 15px 15px 0;
  }

  /*-- Images
    ------------------------------*/
  h1 {
    font-size: 36px;
    margin: 0;
    margin-bottom: 30px !important;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 14px;
  }

  h6 {
    font-size: 12px;
  }

}

@media only screen and (min-width: 992px) {}

@media only screen and (min-width: 1200px) {}

/*================================================
=== Layout Styles
=================================================*/

/*---------------------------- 
--- General 
------------------------------*/

body {
  overflow-x: hidden;
}

/*---------------------------- 
--- Content Wrapper 
------------------------------*/

.content_wrap {
  overflow-x: hidden;
}

#containerWrap {
  clear: both;
}

.main-container {
  background: var(--white);
  position: relative;
}

.row.master {
  position: relative;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  padding: 0px 0 15px;
  margin-top: 15px;
  background: var(--white);
}


/*---------------------------- 
--- Overlay Styles
------------------------------*/

.sb-active {
  position: fixed;
  height: 100%;
  overflow-y: hidden;
}

.sb-active .content_wrap {
  height: 100%;
  z-index: 60;
  top: 0;
  left: 0;
  width: 100%;
}

/*** Black Overlay ***/

.sb-active .black_overlay {
  position: fixed;
  background: rgba(0, 0, 0, .5);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  min-height: 100%;
  z-index: 9999999;
  display: none !important;
}

/*---------------------------- 
--- Sidebar Styles 
------------------------------*/

/*** Sidebar itself ***/

#sidebar-main {
  left: -100%;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  position: fixed;
  background: var(--white);
  z-index: 40;
  overflow-y: scroll;
  height: 100%;
}

.sb-active #sidebar-main {
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, .9);
  box-shadow: 0 15px 25px rgba(0, 0, 0, .9);
  left: 0;
  top: 0;
}

#sidebar-main::after {
  opacity: 0;

  content: '';
  width: 15%;
  position: fixed;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  right: -15%;
  z-index: -1;
}

.sb-active #sidebar-main::after {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 1;
  z-index: 4;
  right: 0;
}

/*** View Sidebar Button ***/

.view-sb {
  margin: 15px 0;
  border-radius: 0 5px 5px 0;
  position: relative;
  z-index: 9;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.view-sb::before {
  content: 'View ';
}

.sb-active .view-sb::before {
  content: 'Close';
  display: block;
}

.sb-active .view-sb {
  float: right;
  position: fixed;
  right: 0;
  border-radius: 5px 0 0 5px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .5);
  box-shadow: 0 0 15px rgba(0, 0, 0, .5);
  z-index: 60;
}

.m-btns__view {
  margin-top: 15px
}

.sb-active .m-btns__view {
  display: none;
}

.view-sb-active {
  margin-top: 15px;
}

/*** Titles ***/

#sidebar-main h3 {
  font-size: 18px;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 2px solid var(--light1);
}

#sidebar-main .widget_brands_jump_menu>select {
  width: 100%;
}

/*** Lists and links ***/

#sidebar-main .side-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#sidebar-main .side-nav ul li {
  line-height: 1.2;
  margin-bottom: 10px;
  /*     border-bottom: 1px solid var(--light3); */
  padding-bottom: 10px;
}

#sidebar-main .side-nav ul li a {
  color: var(--dark1);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

#sidebar-main .side-nav ul li a:hover {
  color: var(--black);
}

/*** Consumer Confidence ***/

.list-group.have-a-question a {
  padding: 0;
  border: 0;
  margin-bottom: 15px;
  overflow: hidden;
  line-height: 1.4;
}

.list-group.have-a-question i {
  float: left;
  width: 20%;
}

.list-group.have-a-question>a>*:not(i) {
  width: 72%;
  margin-left: 3%;
  float: left;
}

/*** Year Make Model ***/

#sidebar-main .wsm_widget_attribute_selector select {
  width: 100%;
  margin-bottom: 5px;
  font-size: 16px;
  border: 1px solid var(--mid1) !important;
}

.list-group.have-a-question a>span {
  font-size: 12px;
}

/***************************** 
*** Media Queries 
******************************/

@media only print,
only screen and (min-width: 768px) {

  /* --- Content Wrapper
    ------------------------------*/
  .content_wrap {
    /*         padding-top: 15px; */
    /* padding-bottom: 15px; */
    /*         overflow-x: auto; */
  }

  .page_37753 .content_wrap,
  .home .content_wrap {
    padding-top: 0;
  }

  #containerWrap {
    padding: 15px;
  }

  /* --- Sidebar
    ------------------------------*/
  /*** Sidebar itself ***/
  #sidebar-main,
  .sb-active #sidebar-main {
    left: 0;
    position: static;
    overflow: visible;
  }

  .sb-active #sidebar-main {
    -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, .9);
    box-shadow: 0 15px 25px rgba(0, 0, 0, .9);
    left: 0;
    top: 0;
  }
}

@media only screen and (min-width: 992px) {}

@media only screen and (min-width: 1200px) {

  /* --- Content Wrapper
    ------------------------------*/
  #containerWrap {
    background: var(--white);
    position: relative;
  }
}








/*================================================
=== Cart Styles 
=================================================*/

/*---------------------------- 
--- General
------------------------------*/

#wsm_cart_master_wrapper {
  padding: 15px 0;
}

.wsm_cart_section_inner_wrap {
  padding: 0;
  margin: 15px auto;
}

#wsm_cart_mycart h2 {
  border: 0;
  background: none;
}

h3.wsm_cart_table_headers {
  font-style: normal;
  color: var(--dark1);
  font-weight: 400;
  font-size: 18px;
}

.wsm_cart_item_price,
.wsm_cart_item_id,
.wsm_cart_item_links ul li,
.wsm_cart_item_qty_info {
  font-weight: 400;
  font-size: 13px;
}

/*---------------------------- 
--- Cart Items
------------------------------*/
.wsm_cart_item_info .wsm_cart_item_name {
  font-weight: 400;
}

.wsm_cart_item_price_info .wsm_cart_item_total {
  text-decoration: none;
}

.wsm_cart_total_wrapper span.wsm_cart_total_col2 {
  color: var(--black);
}

.wsm_cart_item_info_wrapper {
  line-height: 1.4;
}

.wsm_interface_cart_update_btn {
  font-size: 10px;
}

/*---------------------------- 
--- Checkout Buttons
------------------------------*/

.wsm_cart_actions.wsm_cart_actions_bottom {
  margin-top: 15px;
}

/*---------------------------- 
--- Shipping Estimate
------------------------------*/

.wsm_cart_ship_ups_disclaimer_bottom {
  font-weight: 400;
}

.wsm_cart_zip_code {
  /*     float: none; */
}

.wsm_cart_zip_code+p {
  display: none;
}

.wsm_cart_zip_code .wsm_cart_shipping_tool_input {
  margin: 0 0 15px !important;
  display: block;
}

/*---------------------------- 
--- Overrides
------------------------------*/

.wsm_cart_rd_wrapper,
.wsm_cart_item_info .wsm_cart_item_name,
.wsm_cart_item_price_info .wsm_cart_item_sale,
.wsm_cart_item_price_info .wsm_cart_item_total {
  font-size: 100%
}

.wsm_cart_rd_wrapper button {
  padding: 5px 10px;
}

#wsm_cart_estimate_shipping {
  border-top: 1px solid var(--light3);
  padding-top: 15px;
}

.wsm_interface_cart_btn.wsm_interface_cart_update_btn,
.wsm_interface_cart_btn.wsm_interface_cart_catalog_btn {
  background: var(--light1);
}
.wsm_cart_actions_bottom .wsm_interface_cart_catalog_btn{
  display:block;
  margin: 0 auto 10px auto;
}

/***************************** 
*** Media Queries 
******************************/

@media only screen and (min-width: 768px) {

  /* --- Checkout Buttons
    ------------------------------*/
  .wsm_interface_cart_btn.wsm_interface_cart_checkout_btn {
    font-size: 20px;
  }

  .wsm-cart-checkout-buttons {
    width: auto;
  }
}

@media only screen and (min-width: 992px) {}

@media only screen and (min-width: 1200px) {}




/*================================================
=== Checkout Styles 
=================================================*/

/*---------------------------- 
--- General
------------------------------*/

#wsm_cart_cross_sell.wsm_cart_section,
.wsm_cart_actions.wsm_cart_actions_top,
.wsm_cart_anchors.wsm_cart_anchors_cart,
.wsm_checkout_next {
  display: none;
}

#wsm_checkout_master_wrapper nav {
  display: none;
}

.checkout_step {
  font-size: 13px;
  opacity: 0.6;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
}

.checkout_step+span {
  font-weight: 800;
  font-family: var(--font1);
  text-transform: uppercase;
  font-size: 2rem;
}

#wsm_checkout_master_wrapper h2 {
  border: 0;
  background: none;
  border-bottom: 5px solid var(--dark2);
}

.wsm_checkout_accordion h3.ui-state-active,
.wsm_checkout_accordion h3.ui-state-focus,
.wsm_checkout_next a {
  background: var(--primary);
}

.wsm_cart_rd_wrapper input[type=email],
.wsm_cart_rd_wrapper input[type=number],
.wsm_cart_rd_wrapper input[type=password],
.wsm_cart_rd_wrapper input[type=tel],
.wsm_cart_rd_wrapper input[type=text],
.wsm_cart_rd_wrapper #wsm_form_card_date_year,
.wsm_cart_rd_wrapper #wsm_form_credit_expire_month {
  border-color: var(--mid1);
  border-radius: 0;
}

.wsm_checkout_field>select {
  border-color: var(--mid1);
  border-radius: 0;
}

/*---------------------------- 
--- Messages
------------------------------*/

.wsm_cart_shipping_tool_container .wsm_interface_error {
  background: var(--light1);
  padding: 15px;
  border: 1px solid var(--light3);
  color: var(--dark1);
  font-weight: 400;
  font-size: 12px;
  padding: 5px;
}

.wsm_checkout_same_address {
  font-size: 12px;
  line-height: 1.4;
}

/*---------------------------- 
--- Forms
------------------------------*/

.wsm_checkout_field label {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--dark1);
}

.wsm_checkout_field {
  margin-bottom: 10px;
}

.wsm_interface_login_button,
.wsm_interface_register_button {
  text-align: left;
}

/*---------------------------- 
--- Payment
------------------------------*/

.wsm_cof_pay_cc_cid #wsm_form_credit_cid {
  width: 100px;
}

.wsm_cart_coupons.wsm_cart_coupons_inactive {
  display: none;
}

/*---------------------------- 
--- Animation
------------------------------*/

#wsm_checkout_master_wrapper,
#featured_slideshow_feat_brands_carousel,
.master {
  -webkit-animation-name: wsmFadeIn;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s;
  /* Safari 4.0 - 8.0 */
  animation-name: wsmFadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* Safari 4.0 - 8.0 */

@-webkit-keyframes wsmFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Standard syntax */

@keyframes wsmFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#s2d-msg-no-selection-made {
  clear: both;
}

.wsm_checkout_seperate_address,
.wsm_checkout_same_address,
.wsm_ship_to_billing {
  /* display: none !important; */
}

.wsm_checkout_dealer_address {
  display: inline-block;
}

.wsm_checkout_dealer_address>label {
  background: var(--red1);
  color: var(--white);
  font-weight: 700;
  padding: 15px 30px;

  line-height: 1.2;
  font-weight: 900;
  font-size: 20px;
  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;
  border: 5px solid #1140a0;
}

.wsm_checkout_dealer_address>label::before {
  content: '\f25a';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 36px;
  margin-right: 15px;
}

.wsm_checkout_dealer_address>label small {
  font-weight: 400;

}

.wsm_checkout_dealer_address>label input {
  margin: 0 !important;
  position: static !important;
  display: none
}





/***************************** 
*** Media Queries 
******************************/

@media only screen and (min-width: 768px) {

  .wsm_cart_rd_wrapper input[type=email],
  .wsm_cart_rd_wrapper input[type=number],
  .wsm_cart_rd_wrapper input[type=password],
  .wsm_cart_rd_wrapper input[type=tel],
  .wsm_cart_rd_wrapper input[type=text],
  .wsm_cart_rd_wrapper select {
    width: 100%;
  }

  .wsm_checkout_billing_address_wrap,
  .wsm_checkout_shipping_address_wrap {
    width: 100%
  }

  .wsm_checkout_address_billing_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wsm_checkout_address_billing_inner>h3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
    -webkit-box-ordinal-group: -2;
    -ms-flex-order: -3;
    order: -3;
  }

  .wsm_checkout_address_billing_inner>div {
    width: auto;
    margin: 0 0 10px;
    padding: 0 10px !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 50%;
    flex: 0 50%;
  }

  .wsm_checkout_address_billing_inner>[class*='a_comp'] {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
    -webkit-box-flex: 0;
    -ms-flex: 0 33%;
    flex: 0 33%;
  }

  .wsm_checkout_address_billing_inner>[class*='a_fname'],
  .wsm_checkout_address_billing_inner>[class*='a_lname'] {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
    -webkit-box-flex: 0;
    -ms-flex: 0 33%;
    flex: 0 33%;
  }

  .wsm_checkout_address_billing_inner>[class*='a_addr1'],
  .wsm_checkout_address_billing_inner>[class*='a_addr2'] {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .wsm_checkout_address_billing_inner>[class*='a_city'],
  .wsm_checkout_address_billing_inner>[class*='a_state'],
  .wsm_checkout_address_billing_inner>[class*='a_zip'] {
    -webkit-box-flex: 0;
    -ms-flex: 0 25%;
    flex: 0 25%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .wsm_checkout_address_billing_inner>[class*='a_country'] {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 25%;
    flex: 0 25%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .wsm_checkout_address_billing_inner>[class*='a_phone'],
  .wsm_checkout_address_billing_inner>[class*='a_ext'] {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .wsm_checkout_phone_info {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
  }
}

@media only screen and (min-width: 992px) {}

@media only screen and (min-width: 1200px) {}



/*================================================
=== Page Styles
=================================================*/

/*---------------------------- 
--- My Account
------------------------------*/
.wsm_interface_section.customer-my-account,
.wsm_interface_section.customer-account customer-my-account,
.customer-my-orders {
  background: var(--light1);
  padding: 15px;
  margin-bottom: 0;
}

.customer-account .wsm_interface_order_table {
  background: var(--white);
  padding: 5px;
}

.wsm_interface_tab_active {
  background: var(--light1);
}

/*** Log In Modal ***/
.modal-content {
  border: 10px solid var(--white);
  -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.5);
  background: var(--light1);
}

.modal-title {
  color: var(--dark1)
}

form.widget_login_header_public_login>div {
  margin-bottom: 15px;
}

form.widget_login_header_public_login>div>label {
  display: inline-block;
  width: 100%;
  font-size: 18px;
}

.widget_login_email input,
.widget_login_password input {
  width: 100%;
  font-size: 18px;
  padding: 5px;
}

.widget_login_login_forgotpassword {
  float: right;
  margin-top: 15px;
}

.widget_login_submit {
  clear: both;
}

/*** Logged in Modal ***/
.widget_login_loginbar {
  text-align: left;
  margin: 0 0 15px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget_login_loginbar>li {
  display: inline-block;
  text-align: center;
  margin: 1px;
  -webkit-box-flex: 0;
  -ms-flex: 0 calc(50% - 2px);
  flex: 0 calc(50% - 2px);
}

.widget_login_header {
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: 1px solid var(--light3);
  margin-top: 15px;
}

.widget_login_loginbar>li a {
  opacity: 1;
  text-decoration: none;
  padding: 15px;
  display: block;
  background: rgba(0, 0, 0, 0.05);
  font-size: 12px;
  line-height: 1.2
}

.widget_login_loginbar>li a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.widget_login_loginbar>li a:hover {
  opacity: 1;
}

/*** Modal Icons ***/
.widget_login_loginbar .view_account,
.widget_login_loginbar .view_cart,
.widget_login_loginbar .logout .widget_login_loginbar .wishlist {
  text-align: center;
}

.widget_login_loginbar .view_account a:before,
.widget_login_loginbar .view_cart a:before,
.widget_login_loginbar .logout a:before,
.widget_login_loginbar .wishlist a:before {
  content: "\f007";
  color: rgba(0, 0, 0, 0.3);
  display: block;
  margin-bottom: 5px;
  font-family: var(--fontawesome);
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.widget_login_loginbar .view_cart a:before {
  content: "\f07a";
}

.widget_login_loginbar .logout a:before {
  content: '\f2f5';
}

.widget_login_loginbar .wishlist a:before {
  content: "\f005";
}

/*** Logged In ***/
.wsm_interface_header.wsm_interface_header_myaccount {
  font-size: 24px;
  font-weight: 700;
}

.wsm_interface_info.wsm_interface_myaccount_welcome_msg {
  padding: 15px;
  margin: 15px 0;
}

.wsm_interface_links {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}

.wsm_interface_section.wsm_interface_background {
  margin-bottom: 0;
}

#widget_recent_orders ul,
#widget_wishlist ul {
  padding: 0;
  list-style: none;
  margin: 5px 0;
}

.widget_view_all_orders,
.widget_view_wishlist {
  background: var(--dark1);
  padding: 5px 15px;
  display: inline-block;
  color: var(--white);
  font-size: 12px;
}

.widget_view_all_orders:hover,
.widget_view_wishlist:hover {
  color: var(--white);
  text-decoration: none;
}

#customer-account-tabs>li:nth-child(3) a::before,
#customer-account-tabs>li:nth-child(4) a::before {
  content: "\f07a";
  font-family: var(--fontawesome);
  font-weight: 900;
  margin-right: 5px;
}

#customer-account-tabs>li:nth-child(4) a::before {
  content: "\f005";
}

.wsm_interface_wrapper_account_view {
  position: relative;
}

.wsm_interface_header_myaccount+.wsm_interface_section>.wsm_interface_links {
  position: absolute;
  top: 10px;
  right: 0;
}

.no-prods+#documents {
  display: none;
}

/***************************************** 
*** My Account Media Queries 
*****************************************/
@media only screen and (max-width: 767px) {

  /* --- My Account
    ------------------------------*/

  /*** Tabs ***/
  #customer-account-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #customer-account-tabs>li:nth-child(3),
  #customer-account-tabs>li:nth-child(4) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 10px;
    background: var(--dark1);
    display: block;
  }

  #customer-account-tabs>li:nth-child(3) a,
  #customer-account-tabs>li:nth-child(4) a {
    display: block;
    text-align: center;
    color: var(--white);
  }

  #customer-account-tabs>li {
    width: 49.7%;
    float: left;
    margin: 0;
    border: 1px solid var(--light1);
  }

  #customer-account-tabs>li>a {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {

  /* --- Modal
    ------------------------------*/
  .widget_login_loginbar>li {

    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  form.widget_login_header_public_login>div>label {
    width: 20%;
  }

  .widget_login_email input,
  .widget_login_password input {
    width: 75%;
  }


  /*** Tabs ***/
  #customer-account-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #customer-account-tabs>li:nth-child(3),
  #customer-account-tabs>li:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 10px;
    background: var(--dark1);
    display: block;
  }

  #customer-account-tabs>li:nth-child(3) {
    margin-left: auto;
  }

  #customer-account-tabs>li:nth-child(3) a,
  #customer-account-tabs>li:nth-child(4) a {
    display: block;
    text-align: center;
    color: var(--white);
    position: relative;
  }

}

@media screen and (min-width: 992px) {}

@media screen and (min-width: 1200px) {}



/*---------------------------- 
--- Resource Topics
------------------------------*/
.wsm_resource>li {
  border-bottom: 1px solid var(--light3);
  padding-bottom: 15px;
}

.wsm_resource_title {
  margin-bottom: 15px;
}

.wsm_resource_title a,
.wsm_resource_title {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--dark1);
  font-size: 20px;
  line-height: 1.3;
}

.wsm_resource_title .wsm_resource_file {
  font-size: 14px;
  font-weight: 400;
}

.wsm_resource_title .wsm_resource_file::after {
  content: 'Download';
  margin-left: 5px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--red1);
}

.wsm_resource>li .wsm_resource_image img {
  max-width: 100%;
}

.wsm_resource>li .wsm_resource_image {
  width: 100%;
  display: block;
}

.wsm_resource>li .wsm_resource_description {}

.wsm_resource_topic_view>ul.wsm_resource,
.wsm-rt-child-resources>ul.wsm_resource,
.wsm-resource-ctopic .wsm-rt-child-resources {
  padding: 0;
  margin: 0;
}

.wsm_resource_topic_view>.wsm_resource>li,
.wsm-rt-child-resources>ul.wsm_resource>li {
  overflow: hidden;
  clear: both;
  margin: 15px 0 30px;
}

.wsm_resource_topic_view>.wsm_resource>li>img,
.wsm-rt-child-resources>ul.wsm_resource>li>img {
  float: left;
  width: 30%;
  margin-right: 2%;
}

.wsm_resource_topic_view>.wsm_resource>li>img~*,
.wsm-rt-child-resources>ul.wsm_resource>li>img~* {
  margin-left: 33%;
  float: none;
  width: auto;
  line-height: 1.4;
}

.wsm_resource_topic_view>.wsm_resource>li .wsm_resource_description,
.wsm-rt-child-resources>ul.wsm_resource>li .wsm_resource_description {
  font-size: 14px;
}

/***************************************** 
*** Resource Media Queries 
*****************************************/
@media only screen and (min-width: 768px) {

  /* --- Resource Topics
    ------------------------------*/
  .wsm_resource>li .wsm_resource_image {
    float: left;
    width: 25%;
    margin-right: 1%;
  }

  .wsm_resource_topic_view>.wsm_resource>li>img {
    float: left;
    width: 20%;
    margin-right: 2%;
  }

  .wsm_resource_topic_view>.wsm_resource>li>img~* {
    margin-left: 23%;
  }

  .wsm_resource_topic_view>.wsm_resource>li .wsm_resource_description {
    font-size: 16px;
    line-height: 1.7;
  }
}

@media only screen and (min-width: 992px) {}

@media only screen and (min-width: 1200px) {}





/*================================================
=== Misc Styles 
=================================================*/

/*---------------------------- 
--- Off Canvas
------------------------------*/
@media screen and (max-width:767px) {
  .row-offcanvas-left {
    left: 0
  }

  .row-offcanvas-right .sidebar-offcanvas {
    right: -80%
  }

  .row-offcanvas-left .sidebar-offcanvas {
    left: -85%;
  }

  .row-offcanvas-right.active {
    right: 80%
  }

  .row-offcanvas-left.active {
    left: 95%;
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 85%;
  }
}


/***************************** 
*** Media Queries 
******************************/

@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 992px) {}

@media only screen and (min-width: 1200px) {}




/*================================================
=== Override Styles 
=================================================*/

/*---------------------------- 
--- Buttons
------------------------------*/
button, .btn.btn-primary {
    border: 0;
}


/*---------------------------- 
--- WSM Colorbox
------------------------------*/
@media only screen and (max-width: 992px) {

  /*Colorbox*/
  #colorbox {
    /*     top: auto !important;  */
    background: none !important;
    height: auto !important;
    left: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    width: 100% !important;
  }

  #cboxWrapper {
    background: none !important;
    height: auto !important;
    width: 100% !important;
  }

  #cboxContent {
    background: none !important;
    float: none !important;
    height: auto !important;
    width: 100% !important;
  }

  #cboxTopLeft,
  #cboxTopCenter,
  #cboxTopRight,
  #cboxMiddleLeft,
  #cboxMiddleRight,
  #cboxBottomLeft,
  #cboxBottomCenter,
  #cboxBottomRight {
    display: none;
  }

  #cboxLoadedContent {
    background: var(--white);
    border-radius: 4px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    height: auto !important;
    margin: 0 auto !important;
    overflow-y: hidden !important;
    padding: 4% 2%;
    width: 90% !important;
  }

  #cboxLoadedContent .cboxPhoto {
    height: auto !important;
  }

  #cboxContent #cboxClose {
    right: 5px;
    bottom: 5px;
    right: 5%;
  }

  /*Colorbox Navigation Controls*/
  #cboxPrevious,
  #cboxNext,
  #cboxCurrent,
  #cboxContent #cboxClose {
    bottom: 35px;
  }

  #cboxPrevious {
    left: 25px
  }

  #cboxNext {
    left: 52px;
  }

  #cboxCurrent {
    left: 83px;
  }

  /*Timer*/
  #wsm_ajax_add_cart_message,
  #wsm_ajax_add_cart_title {
    text-align: center;
  }

  #cboxLoadedContent {
    padding-bottom: 23px !important;
  }

  #cboxContent #cboxTitle {
    float: none !important;
    margin: 0 auto 0;
    overflow: hidden;
    position: relative;
    top: -80px !important;
    width: 80% !important;
    display: none !important;
  }

  #cboxCloseTimerBar {
    max-width: 100% !important;
  }
}

/*------------------------------------
  --- Quickview Colorbox
  -------------------------------------*/
.body_cat #colorbox {
  /*   top: 10vh !important; */
  margin-top: 10vh !important;
  padding-right: 0 !important;
}

.body_cat #cboxContent #cboxLoadedContent {
  height: 70vh !important;
  overflow-y: scroll !important;
}

.body_cat #colorbox #wsm-product-wrapper {
  margin-top: 0;
  padding-top: 0;
  opacity: 1;
  border: 0;
}

.body_cat #colorbox #wsm-prod-rotate-image {
  /*   height: auto !important; */
  margin-bottom: 15px;
}

.body_cat #colorbox #wsm-prod-images-container {
  width: 100% !important;
  padding-bottom: 0;
}

.body_cat #colorbox .wsm-prod-image-brand-image {
  display: none;
}

.body_cat #colorbox #wsm-prod-images-container #wsm-prod-rotate-image img {
  max-width: 100% !important;
  width: auto !important;
  display: block;
  margin: 0 auto;
}

.body_cat #colorbox #wsm-prod-info h1.wsm-prod-title {
  line-height: 1;
}

.body_cat #colorbox .wsm-cat-price-price {
  font-size: 18px;
  color: var(--dark1);
}

.body_cat #colorbox .wsm-cat-price-price-value {
  font-weight: 700;
}

.body_cat #colorbox #wsm-prod-info h1.wsm-prod-title a {
  color: var(--dark1);
  font-size: 18px;
  line-height: 1 !important;
}

.body_cat #colorbox .wsm-prod-quantity {
  clear: both;
  margin-bottom: 5px;
  text-align: left;
  display: block;
}

.body_cat #colorbox #wsm-prod-info {
  text-align: left;
}

.body_cat #colorbox .product_form {
  text-align: left;
}

.body_cat #colorbox .product_form * {
  float: none !important;
}

.body_cat #colorbox .product_form>button {
  width: auto;
  min-width: 0;
  margin: 0;
  float: left;
  margin: 2% 1% !important;
  border: 1px solid var(--light3);
  background: var(--light1);
  font-size: 16px;
}

.body_cat #cboxLoadedContent #wsm-prod-info-container {
  margin-left: 0 !important;
  min-width: 0;
}

.body_cat #colorbox .wsm-cat-pricebox {
  border-top: 1px solid var(--light3);
  padding-top: 15px;
  margin-top: 15px;
  text-align: left;
}

.body_cat #colorbox .wsm-prod-buttons {
  text-align: left;
  margin-top: 15px;
}

.body_cat #colorbox .wsm-prod-button.wsm-inquiry-button {
  display: none;
}

.body_cat #colorbox .wsm-cat-no-image.wsm-prod-view-no-image {
  width: 100% !important;
  height: 100% !important;
  line-height: 1 !important;
  text-indent: -999em;
  background: url(/files/images/no-image-avail-large.jpg) no-repeat center center;
  background-size: cover;
  min-height: 200px;
}

.body_cat #cboxTopLeft,
.body_cat #cboxTopCenter,
.body_cat #cboxTopRight,
.body_cat #cboxMiddleLeft,
.body_cat #cboxMiddleRight,
.body_cat #cboxBottomLeft,
.body_cat #cboxBottomCenter,
.body_cat #cboxBottomRight {
  display: none;
}

.body_cat #cboxClose {
  top: 5px;
  right: 5px;
  bottom: auto;
}

.body_cat .cboxPhoto {
  width: auto !important;
  margin: 0 auto;
  height: auto !important;
  max-height: 80vh;
}


@media only screen and (min-width: 768px) {
  .body_cat #colorbox {
    width: 700px !important;
    left: 50% !important;
    margin-left: -350px !important;
    margin-top: 0 !important;

  }

  .body_cat #cboxWrapper {
    width: 100% !important;
    height: auto !important;
    position: static !important;
  }

  .body_cat #cboxContent {
    height: auto !Important;
    width: 100% !important;
    float: none !important;
  }

  .body_cat #cboxContent #cboxLoadedContent {
    width: 100% !important;
    height: auto !important;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto !important;
    margin-bottom: 0;
    padding-bottom: 45px;
    -webkit-box-shadow: 0 0 185px black;
    box-shadow: 0 0 185px black;
  }

  .body_cat #cboxContent {}

  .body_cat #colorbox #wsm-prod-images-container {
    border-bottom: 0;
  }


}

@media only screen and (min-width: 992px) {}

@media only screen and (min-width: 1200px) {}

/*---------------------------- 
--- Quick View Ajax Add to Cart Modal
------------------------------*/
#wsm_ajax_modal_atc,
#wsm_ajax_add_cart_title,
#wsm_ajax_add_wishlist_title,
#wsm_ajax_add_cart_message {
  text-align: center;
}

#wsm_ajax_add_cart_message>a {
  line-height: 1.2;
  display: block;
}

/***************************** 
*** Media Queries 
******************************/

@media only screen and (max-width: 767px) {

  /* --- Ajax add to cart
    ------------------------------*/
  .wsm_ajax_modal_link_actions>div {
    float: none !important;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) {

  /* --- Ajax add to cart
    ------------------------------*/
  #wsm_ajax_add_cart_message>a {

    max-width: 400px;
    margin: 0 auto;
  }

}

@media only screen and (min-width: 992px) {}

@media only screen and (min-width: 1200px) {}




/* ==============================================================================
  :: Final -  Print Styles
================================================================================= */
@media print {

  /* Removes URLS that are displayed after every link when printing */
  a:link:after,
  a:visited:after {
    content: "";
  }

  /* Hides specific elements from being printed. Add and remove accordingly. */

  /*General Sections*/
  header #megaDrop,
  header .top-bar,
  header #searchWrap,
  header .menu-toggle,
  .footer-wrap,
  .cart_widget_wrapper,
  .toggle-nav,
  .calls-to-action,
  .zmf-diff,
  .have-a-question,
  .view-sb,

  /*Catalog Page*/
  .wsm-cat-image-descrip-wrapper,
  #wsm-prod-adminbar,
  .wsm-cat-pagination,
  .wsm-cat-list-item .wsm-cat-form,

  /*Cart*/
  .wsm_cart_items_wrapper .wsm_cart_item .wsm_cart_item_links,
  .wsm_interface_cart_btn.wsm_interface_cart_update_btn,
  .wsm_cart_actions.wsm_cart_actions_bottom,
  .wsm_cart_shipping_tool_container .wsm_cart_shipping_tool_disclaimer_top,
  .wsm_cart_ship_ups_disclaimer_bottom.wsm_cart_ship_ups_disclaimer {
    display: none !important;
  }

  /*Custom Styling for printer for correct presentation*/

  /*General Sections*/
  header {
    height: 70px;
    position: relative;
  }

  header .logo img {
    max-height: 70px;
    position: relative;
  }

  header .phone-link {
    display: block !important;
    position: absolute;
    right: 0;
    line-height: 1;
    width: auto !important;
    border: 0;
  }

  header .phone-link span.phone-num {
    display: block !important;
  }

  header span.head_hours {
    display: none !important
  }

  header .phone-link i {
    display: none;
  }

  .have-a-question {
    display: block !important;
    clear: both !important;
    overflow: hidden;
  }

  #fnd_album_feat_cats .columns:nth-child(odd) {
    clear: none;
  }

  #fnd_album_feat_cats .columns:nth-child(4n+1) {
    clear: left;
  }

  /*Catalog Page*/

  /*Grid View*/
  .wsm-prod-gallery-view .wsm-cat-list-item {
    height: 400px !important;
    width: 33% !important;
    float: left !important;
    margin: 0 !important;
    padding: 1% !important;
  }

  .wsm-prod-gallery-view .wsm-cat-list-item .wsm-cat-images-wrap {
    height: 150px !important;
  }

  .wsm-prod-gallery-view .wsm-cat-list-item .wsm-cat-images-wrap img {
    max-height: 150px !important;
  }

  .wsm-prod-gallery-view .wsm-cat-list-item .wsm-cat-image {
    position: static !important;
  }

  /*List View*/
  .wsm-cat-list-view .wsm-cat-list-item .wsm-cat-images-wrap {
    float: left !important;
    width: 24% !important;
    margin-right: 1% !important;
  }

  .wsm-cat-list-view .wsm-cat-list-item .wsm-cat-info-wrap {
    margin-right: 1%;
    width: 48% !important;
  }

  .wsm-cat-list-view .wsm-cat-list-item .wsm-cat-actions-wrap {
    float: left;
    width: 23% !important;
  }

  /* Product Detail Page*/
  #wsm-prod-info-container,
  #wsm-prod-images-container {
    clear: none !important;
    float: left !important;
  }

  /*Cart Page*/

  /*Cart Items*/
  .wsm_cart_items_wrapper .wsm_cart_item .wsm_cart_item_info_wrapper {
    width: 78% !important;
    float: left !important;
  }

  .wsm_cart_items_wrapper .wsm_cart_item .wsm_cart_item_image {
    float: left;
    width: 20%;
    margin-right: 1%;
  }

  .wsm_cart_items_wrapper .wsm_cart_item .wsm_cart_item_info {
    width: 50% !important;
    float: left;
    border: 0 !important;
  }

  .wsm_cart_items_wrapper .wsm_cart_item .wsm_cart_item_qty_price {
    width: 50% !important;
    float: left;
  }

  .wsm_cart_items_wrapper .wsm_cart_item .wsm_cart_item_qty_price>div {
    float: left !important;
    width: 45% !important;
    margin: 1%;
  }

  .wsm_cart_items_wrapper .wsm_cart_item .wsm_cart_item_qty {
    float: left;
  }

  .wsm_cart_items_wrapper .wsm_cart_item .wsm_cart_item_qty_price {
    border: 0 !important;
  }

  .wsm_cart_items_wrapper {
    margin-bottom: 0;
  }

  /*May We Suggest*/
  .wsm_cart_rd_wrapper #wsm_cart_cross_sell .cross_sell {
    float: left;
    margin-bottom: 30px;
    margin-left: 2%;
    width: 30%;
  }

  /*Shipping Calculator*/
  .wsm_cart_zip_code {
    width: 100% !important;
  }

  #wsm_cart_estimate_shipping .wsm_cart_zip_code input.wsm_cart_shipping_tool_input,
  #wsm_cart_estimate_shipping .wsm_cart_btn.wsm_interface_cart_shipping_tool_button {
    display: block !important;
    float: none !important;
    width: 100% !important;
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  #wsm-prod-images-container,
  #wsm-prod-info-container,
  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4,
  .wsm-cat-list-item {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }

  .col-sm-pull-12 {
    right: 100%
  }

  .col-sm-pull-11 {
    right: 91.66666667%
  }

  .col-sm-pull-10 {
    right: 83.33333333%
  }

  .col-sm-pull-9 {
    right: 75%
  }

  .col-sm-pull-8 {
    right: 66.66666667%
  }

  .col-sm-pull-7 {
    right: 58.33333333%
  }

  .col-sm-pull-6 {
    right: 50%
  }

  .col-sm-pull-5 {
    right: 41.66666667%
  }

  .col-sm-pull-4 {
    right: 33.33333333%
  }

  .col-sm-pull-3 {
    right: 25%
  }

  .col-sm-pull-2 {
    right: 16.66666667%
  }

  .col-sm-pull-1 {
    right: 8.33333333%
  }

  .col-sm-pull-0 {
    right: auto
  }

  .col-sm-push-12 {
    left: 100%
  }

  .col-sm-push-11 {
    left: 91.66666667%
  }

  .col-sm-push-10 {
    left: 83.33333333%
  }

  .col-sm-push-9 {
    left: 75%
  }

  .col-sm-push-8 {
    left: 66.66666667%
  }

  .col-sm-push-7 {
    left: 58.33333333%
  }

  .col-sm-push-6 {
    left: 50%
  }

  .col-sm-push-5 {
    left: 41.66666667%
  }

  .col-sm-push-4 {
    left: 33.33333333%
  }

  .col-sm-push-3 {
    left: 25%
  }

  .col-sm-push-2 {
    left: 16.66666667%
  }

  .col-sm-push-1 {
    left: 8.33333333%
  }

  .col-sm-push-0 {
    left: auto
  }

  .col-sm-offset-12 {
    margin-left: 100%
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%
  }

  .col-sm-offset-9 {
    margin-left: 75%
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%
  }

  .col-sm-offset-6 {
    margin-left: 50%
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%
  }

  .col-sm-offset-3 {
    margin-left: 25%
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .col-sm-offset-0 {
    margin-left: 0
  }


}


/*================================================
=== AGS Specific Styles
=================================================*/

/*---------------------------- 
--- General
------------------------------*/
.wsm-cat-cat-image,
.wsm-store-header.wsm-cat-header,
#wsm-prod-list-view.wsm-cat-list-view .wsm-cat-description,
.body_product #wsm-prod-pricing #ags-breadcrumbs,
.wsm-cat-cat-image,
.wsm-brand-wrapper>.wsm-cat-pagination.wsm-cat-pagination-top {
  display: none;
}

.wsm-range-sep,
.wsm-high-price {
  display: none;
}

.wsm-cat-button.wsm-details-button {
  background: var(--dark1);
  color: var(--white);
  padding: 5px 10px;

  font-weight: 400;
  border: 0;
}

#documents .wsm_error h3 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

#documents .wsm_error.error-msg {
  width: 100%;
  display: none;
}

/*---------------------------- 
--- Sidebar
------------------------------*/

/*** General ***/
#sidebar-main .widget_cat_menu li {
  margin-bottom: 0;
}

#sidebar-main .ags-filter-block h2,
h2.cat_head,
.current h2,
#sidebar-main h2 {
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 0px;
  background: var(--white);
  padding: 0 0 10px;
  color: var(--black);
  border-bottom: 2px solid var(--light1);
  /*     text-transform: uppercase; */
}

.filter_diamond_seemore {
  font-size: 12px;
  display: inline-block;
  margin-top: 15px;
  float: right;
  margin-left: auto;
  padding: 5px;
  background: rgba(0, 0, 0, .1);
  line-height: 1;
  font-size: 10px;
  text-transform: uppercase;
  color: var(--dark1);
}

/*** Year Make Model ***/

.current {
  display: none;
}

#sidebar-main .secondary_solr_box {
  margin-top: 30px;
  background: var(--light2);
}

#sidebar-main .filters>ul.ags_department_list,
#sidebar-main .data {
  padding: 15px 10px;
  background: var(--white);
  overflow: hidden;
}

#sidebar-main .filters>ul.ags_department_list>.ags_department_head {}

#sidebar-main .filters>ul.ags_department_list>li {}

#sidebar-main .filters>ul.ags_department_list li {
  margin: 0 0 10px;
  padding: 0 5px;
}

#sidebar-main .wsm_widget_attribute_selector select,
.wsmjs-attribute-search-group select {
  width: 100%;
  /*   border: 1px solid rgba(0,0,0,0.2); */
  background: var(--white);
  border-radius: 0;
}

#sidebar-main #ymm_selects {
  padding-top: 15px;
}

#sidebar-main .wsm_widget_attribute_selector_tag {
  margin-right: 5px;
  font-size: 12px;
  text-transform: uppercase;
}

#sidebar-main #ymm_selects::before {
  background: var(--dark1);
  content: 'Shop By Vehicle';
  display: block;
  padding: 15px 15px;

  color: var(--white);
  font-family: var(--font2);
  font-size: 18px;
}

#sidebar-main .wsmjs-attribute-search-group {
  padding: 0;
  border-top: 0;
}

#sidebar-main .wsm_widget_attribute_selector .wsmjs-attribute-search-group>div {
  margin-bottom: 5px;
}

#sidebar-main .wsmjs-attribute-search-buttons.wsm-attribute-buttons {
  text-align: right;
}

#sidebar-main .wsmjs-attribute-search-buttons.wsm-attribute-buttons button {
  /*     margin: 0;
    background: var(--red1);
    color: white;
    vertical-align: top; */
}

.wsm_widget_attribute_selector_shop {
  background: var(--red1);
  padding: 10px 12px;

  color: var(--white);
  line-height: 1;
}

#vehicle_selector_reset {
  padding: 10px 12px;
  color: var(--mid1);
  border: 1px solid var(--dark1);

  line-height: 1;
}

.no-prods #vehicle_selector_reset {
  color: var(--white);
}

#vehicle_selector_reset:hover {
  border-color: var(--mid1);
}


/*** Departments ***/
#sidebar-main .widget_cat_menu li a,
#sidebar-main ul li.widget_cat_menu_cchild a {
  padding: 0px;
  display: block;
  color: var(--dark1);
  -webkit-transition: 0.1s ease all;
  transition: 0.1s ease all;
  font-size: 13px;
}

#sidebar-main .widget_cat_menu li a:hover,
#sidebar-main ul li.widget_cat_menu_cchild a:hover {
  background: rgba(0, 0, 0, .1);
  text-decoration: none !important;
}

#sidebar-main .ags_department_list.widget_cat_menu>li>ul>li:last-child {
  border-bottom: 0;
}

#sidebar-main .ags_department_list.widget_cat_menu>li {
  margin: 0;
  padding: 0px;
}

#sidebar-main .ags_department_list.widget_cat_menu>li>ul>li>ul {
  margin-left: 10px;
}

#sidebar-main .filters>.ags_department_list>li.ags_department_children {
  margin-left: 15px !important;
}

/*** Brand ***/
#sidebar-main .data>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 10px;
}

.seemore_filter.wsm_hidden {
  display: none !important;
}

/*** Filters / Attributes / Brand ***/

/* Sections */
.attribute_sidebar {
  font-size: 13px;
}

#sidebar-main .ags-filter-block {
  margin-bottom: 15px;
  clear: both;
}

/* Checkbox */
#sidebar-main .checkbox_selected {
  width: unset;
  margin: 0 5px 0 0;
}

/* Text */
#sidebar-main .data>div .label {
  color: var(--dark1);
  font-size: 13px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
  text-align: left;
  padding: 0;
}

#sidebar-main .attribute_sidebar .filters.diamond {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* Counter */

#sidebar-main .label>.counter {
  opacity: 0.5;
  font-family: 'arial', sans-serif;
  font-size: 11px;
  margin-left: auto;
  display: none;
}

/*---------------------------- 
--- AGS Dropdown Search Results
------------------------------*/

.ui-autocomplete {
  width: 94% !important;
  margin-top: 0px;
  border-radius: 0 !important;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, .1);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, .1);
  padding: 0 15px 15px 15px;
  max-height: 400px;
  overflow-y: scroll;
  background: var(--light1);
  left: 3% !important;
  z-index: 99 !important;
}

.ui-autocomplete li {
  list-style: none;
  line-height: 1.2;
  font-size: 14px;
  border-bottom: 1px dotted var(--light3);
  padding: 5px 0;
}

.ui-autocomplete li.ui-autocomplete-category {
  text-transform: uppercase;
  font-size: 18px;
  border-bottom: 2px solid var(--light3);
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 700;
  color: var(--dark1);
  padding-bottom: 5px;
}

.jac-menu-item.ui-menu-item {
  margin-bottom: 0px;
  padding: 5px;
  cursor: pointer;
}

.jac-menu-item.ui-menu-item a {
  color: var(--dark1);
}

.jac-menu-item.ui-menu-item:hover {
  background: rgba(0, 0, 0, .1);
}

.jac-menu-item.ui-menu-item:hover a {
  text-decoration: none;
}

/*---------------------------- 
--- Breadcrumb
------------------------------*/

.wsm_cat_trail #ags-breadcrumbs {
  display: block !important;
  padding: 0;
  margin: 10px 0;
}

.ags_breadcrumb .ags_sticky_link {
  color: var(--red1);
  font-weight: 400 !important;
  margin: 0 0 0 5px;
}

.wsm_cat_trail #ags-breadcrumbs>ul>li:first-child+li::before {
  font-weight: 700;
  content: 'Your Selection:';
}

.wsm_cat_trail #ags-breadcrumbs::before,
.ags_sticky_link_label,
.wsm_cat_trail #ags-breadcrumbs>ul>li:first-child+li {
  text-transform: uppercase;
  color: var(--mid1);
  font-size: 10px;
}

.ags_sticky_link_label+.ags_sticky_link_label_delimiter {
  margin-right: 5px;
}

.wsm_cat_trail #ags-breadcrumbs>ul {
  padding: 0;
  font-size: 12px;
  text-transform: lowercase;
}

#ags-breadcrumbs>ul>li:first-child {
  display: none;
}

#ags-breadcrumbs .ags_cat_trail_split_end {
  display: none;
}

#ags-breadcrumbs>ul>li {
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid var(--light3);
}

/*---------------------------- 
--- Documents Wrapper
------------------------------*/

#documents {
  /*   visibility: hidden; */
  /*   opacity: 0; */
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

#documents.loaded {
  /*   visibility: visible;
  opacity: 1; */
}

/*---------------------------- 
--- Search Within
------------------------------*/

#wsm-prod-narrowbar {
  background: var(--light1);
  padding: 5px;
  border-bottom: 1px solid var(--white);
}

#wsm-prod-narrowbar .wsm-cat-admin-bar-sort-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.ags-filter-search {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ags-narrow-search-go {
  background: rgba(0, 0, 0, .8);
  border: 0;
  padding: 5px 15px;
  color: var(--white);
  font-size: 14px;
}

.ags-narrow-search-go:hover {
  background: var(--red1);
  color: var(--white);
}

/*---------------------------- 
--- Grid View
------------------------------*/

/*** Prod Info ***/

#wsm-prod-list-view .wsm-cat-item-id.wsm-cat-dealer-id {
  font-size: 11px;
  display: none;
}

/*** Pricing pricebox ***/

.wsm-sale-flag {
  color: var(--red1);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 5px;
}

#wsm-prod-list-view.wsm-prod-gallery-view .wsm-sale-flag,
#wsm-prod-list-view.wsm-prod-gallery-view .wsm-price-range {
  text-align: center;
}

#wsm-prod-list-view.wsm-prod-gallery-view .wsm-cat-price.wsm-price-range .wsm-cat-label,
#wsm-prod-list-view.wsm-prod-gallery-view .wsm-cat-price.wsm-price-range::before {
  font-size: 11px;
  opacity: 0.5;
  font-weight: 400;
  display: block;

  display: none;
}

#wsm-prod-list-view.wsm-prod-gallery-view .wsm-cat-price.wsm-price-range::before {
  content: 'Starting At: ';
  display: inline-block;
  margin: 0 5px 0 0;
  opacity: 1;

}

#documents #wsm-prod-list-view.wsm-prod-gallery-view .wsm-cat-form {
  margin-top: 10px;
}

/*---------------------------- 
--- List View
------------------------------*/

/*** Product Summary ***/

#wsm-prod-list-view.wsm-cat-list-view .wsm-cat-item-id.wsm-cat-summary {
  font-size: 12px;
  padding-top: 5px;
  /*     border-top: 1px solid var(--light3); */
  margin-top: 5px;
}

#wsm-prod-list-view.wsm-cat-list-view .wsm-cat-item-id.wsm-cat-summary p {
  margin-bottom: 0;
}

/*** Text Styles ***/

.wsm_product_rating {
  margin-bottom: 0;
}

#wsm-prod-list-view.wsm-cat-list-view .wsm-cat-form {
  text-align: right;
  margin-top: 5px;
  display: block;
}

#wsm-prod-list-view.wsm-cat-list-view .wsm-sale-flag {
  margin-bottom: 0;
}

.dci-prod-veh-fit-btn a {
  margin: 10px 0 0 0;
  font-size: 10px !important;
}

/*---------------------------- 
--- Catalog.html Search bar
------------------------------*/
#search-filter-form {
  margin: 0 0 30px;
  /*     padding: 0 0 15px; */
  border-bottom: 3px solid var(--light1);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .5);
  box-shadow: 0 0 30px rgba(0, 0, 0, .5);
  border: 5px solid var(--white);
  background: var(--dark1);
  padding: 15px;
}

#search-filter-form .form-group {
  margin: 0;
}

#search-filter-form i {
  font-size: 30px;
}

#search-filter-form .form-control {
  font-size: 14px;
  display: block;
  height: auto;
  border: 0;
}

#search-filter-form .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
}

#search-filter-form .input-group-addon {
  width: auto;
  display: block;
  border: 0;
}

@media screen and (min-width: 768px) {
  #search-filter-form .form-control {
    font-size: 20px;
    display: block;

  }
}

/***************************** 
*** Media Queries 
******************************/

@media only screen and (min-width: 768px) {

  /* --- Sidebar
    ------------------------------*/
  #sidebar-main .ags-filter-block h2,
  h2.cat_head,
  .current h2,
  #sidebar-main h2 {}

  /* --- Search Within
    ------------------------------*/
  #ags-search-narrow {
    width: 300px;
  }

  #documents #wsm-prod-narrowbar .wsm-cat-admin-bar-sort-wrapper::before {
    content: 'Search Within ';
    font-weight: 400;
    text-transform: uppercase;
    font-size: 10px;
    opacity: 0.5;
    /*         width: 50px; */
    display: inline-block;
    line-height: 1.2;
    text-align: right;
    margin: 0 5px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #documents #wsm-prod-narrowbar .wsm-cat-admin-bar-sort-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media only screen and (min-width: 992px) {}

@media only screen and (min-width: 1200px) {

  /* --- Search Dropdown
    ------------------------------*/
  .ui-autocomplete {
    width: 450px !important;
    left: 50% !important;
    margin-left: 80px;
  }
}



/*================================================
=== Product Series Styles
=================================================*/

/*---------------------------- 
--- General
------------------------------*/
.ps-prod-tabs,
.ps-prod-tabs #wsm-prod-tab-shipping,
#wsm-prod-pricing #ags-breadcrumbs,
#wsm-prod-info #ags-breadcrumbs,
h2.ps-mod-heading a:after,
.ps-select-universal,
#wsm-product-series-product-ratings {
  display: none !important;
}


.ps #wsm-prod-images-container {
  /* width: 33.33333333% !important; */
  float: none;
  overflow: hidden;
}

.ps-prod-title {
  margin: 15px 0;
}

.bs-row {
  margin: 0 -15px;
}

.ps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ps #wsm-prod-info-container {
  padding: 0 15px;
}

#wsm-product-series-products {
  -webkit-box-flex: 0;
  -ms-flex: 0 100%;
  flex: 0 100%;
}

/*---------------------------- 
--- Title
------------------------------*/

.ps-prod-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wsm-prod-image-brand-image {
  max-height: 60px;
  margin-right: 15px !important;
  display: inline-block;
}

.wsm-prod-image-brand-image.hidden-xs {
  display: block !important;
}

.ps-prod-info .wsm-prod-image-brand-image {
  display: none;
}

/*---------------------------- 
--- Description
------------------------------*/

.ps-primary-description {
  font-size: 14px;
  font-weight: 400;
}

.ps-primary-description li {
  margin-bottom: 5px;
}

#ps-prod-summary {
  font-weight: 400;
}

.ps-primary-description>ul {
  padding: 0 0 0 15px;
}

/*---------------------------- 
--- Product box 
------------------------------*/

/*** General ***/
.ps .ps-mod {
  background: var(--white);
  border-color: var(--light3);
}

.row.master>.col-xs-12>a {
  font-size: 12px;
  color: var(--dark1);
}

/*** Text ***/

.ps-fitment-change-options {
  font-size: 12px;
}

.wsm-cat-stockid-value {
  font-size: 14px;
}

.ps-mod.ps-price .wsm-cat-label {
  display: inline-block;
}

.ps .wsm-cat-label,
.ps .wsm-cat-price-group-name,
.ps .wsm-tiered-purchase,
.ps .wsm-prod-qty-title {
  width: auto !important;
  text-transform: uppercase !important;
  margin-right: 15px !important;
}

.ps .wsm-cat-label+* {
  font-weight: 700;
}

/*** Product Information ***/

.ps .wsm-prod-quantity {
  margin-bottom: 15px;
}

/*** Buttons ***/

.ps-price button,
.ps-price .product_form .btn {
  font-weight: 600;
}

.ps a[href="#ps-add-prods"] {
  background: var(--red1);
  border: 0;
}

.ps a[href="#ps-add-prods"]:hover,
.ps a[href="#ps-add-prods"]:active {
  background: var(--red1);
}

/*** Icons ***/

div[class*="ps-select-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ps .ps-fitment i,
.ps .ps-fitment-submodels i {
  width: 15%;
  width: auto;
  margin-right: 15px;
}

.ps .ps-fitment i+*,
.ps .ps-fitment-submodels i+* {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: unset !important;
  display: block;
}

.ps .ps-mod-heading,
.ps .ps-mod-heading.ps-selected a {
  background: var(--dark1);
  text-align: left;
}

.ps .ps-mod-heading a {
  pointer-events: none;
  padding: 10px !important;
}

#ps-price {
  margin: 0 0 15px;
}

.ps-fitment select,
.ps-fitment-submodels select {
  background: var(--white);
  border-radius: 0;
}

/*** Animation ***/

.ps-fitment i.icon-arrow-right,
.ps-fitment-submodels i.icon-arrow-right {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft,
.ps-fitment i.icon-arrow-right,
.ps-fitment-submodels i.icon-arrow-right {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

.wsm-prod-image-brand-image img {
  max-height: 70px;
}

.ps-price .product_form .btn.wsm-addtocart-button {
  background: var(--red1);
  border: 0;
}

.ps-price .product_form .btn.wsm-addtocart-button:hover {
  background: var(--red1);
}


.ps .product_form {
  margin-top: 5px;
  /*     background: var(--light1); */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*     padding-top: 25px; */
}

.ps .product_form .wsm-cat-mbtm {
  /*     -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    margin: 0 0 30px;

    border-bottom: 2px solid rgba(0,0,0,0.1);
    padding-bottom: 15px; */
}

#ps-add-prods .product_form>input+div {
  display: none;
}

#ps-add-prods .product_form>.wsm-cat-avail-remarks {
  margin: 0 0 15px;
  text-align: left;
  width: 100%;
  padding: 0;
}

#ps-add-prods .product_form {
  margin-top: 25px;
  background: var(--light1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 25px;

  background: none;
  border: 0;
  padding: 0;
}

.ps .product_form .wsm-prod-quantity {
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 0 !important;
}

.ps .product_form .wsm-prod-quantity .wsm-prod-qty-title {
  margin: -15px 0 2px !important;
}

.ps .product_form .wsm-prod-qty-field {
  width: 70px !important;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;

}

.ps .product_form .wsm-prod-quantity+.wsm-addtocart-button {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
  width: auto;
  margin: 0 0 0 5px;
  /*     min-width: 69%; */
  font-size: 16px;
  background: var(--red1);
  border: 0;
  min-width: 60%;
}

.ps .product_form .wsm-addwishlist-button,
.ps .product_form .wsm-details-button {
  margin: 10px 0px 0 0;
  width: auto;
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  font-size: 12px;
  font-weight: 400;
  background: var(--white);
  color: var(--dark1);
  -webkit-box-flex: 0;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.ps .product_form .wsm-addwishlist-button {
  margin-right: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 calc(50% - 5px);
  flex: 0 calc(50% - 5px);
}

.ps .product_form .wsm-addwishlist-button:hover,
.ps .product_form .wsm-details-button:hover {
  background: none;
}

/*** Products ***/

.ps .ps-add-prod .wsm-cat-price-price-value {
  font-size: 18px;
}

.ps .ps-add-prod .wsm-prod-summary {
  border-bottom: 2px solid var(--light1);
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.ps .ps-add-prod-img img {
  max-width: 100%;
  max-height: 100%;
}

.ps-add-title a {
  color: var(--dark1);
}

.ps-add-title {
  margin-bottom: 15px;
}


/*** additional products ***/
#ps-add-prods .wsm-prod-image-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#ps-add-prods .wsm-prod-image-bar>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 calc(25% - 4px);
  flex: 0 calc(25% - 4px);
  margin: 0 4px 4px 0;
}

#ps-add-prods .wsm-prod-addtnl-images {
  display: none;
}



/*---------------------------- 
--- Tabs 
------------------------------*/

.ps .ps-prod-tabs .wsm-tab-container>div:first-child {
  border-top: 0;
}

#wsm-product-series-products,
#ps-add-prods,
.ps-add-prod {
  clear: both;
  overflow: hidden;
}

.ps-add-prod .wsm-cat-mbtm {
  /*     display: none; */
}

/***************************** 
*** Media Queries 
******************************/

@media screen and (max-width: 767px) {
  .ps>* {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {

  /* --- Product Series image
    ------------------------------*/
  .ps .ps-prod-img #wsm-prod-rotate-image {
    height: 240px !important;
  }

  /* --- Tabs
    ------------------------------*/
  .ps-prod-tabs .wsm-tab-container {
    border-top: 0;
  }

  /* --- Additional Products
    ------------------------------*/
  #ps-add-prods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #ps-add-prods>h2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }

  .ps-add-prod {
    -webkit-box-flex: 0;
    -ms-flex: 0 calc(50% - 10px);
    flex: 0 calc(50% - 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
    border: 1px solid var(--light1);
    margin: 0 10px 10px 0;
  }

  .ps-add-prod>div {
    width: 100%;
    padding: 0;
  }




}

@media only screen and (min-width: 992px) {

  /* --- Additional Products
    ------------------------------*/
  .ps-add-prod {
    -webkit-box-flex: 0;
    -ms-flex: 0 calc(33% - 10px);
    flex: 0 calc(33% - 10px);
  }


}

@media only screen and (min-width: 1200px) {

  /* --- Product Series image
    ------------------------------*/
  .ps .ps-prod-img #wsm-prod-rotate-image {
    height: 300px !important;
  }

}



/*---------------------------- 
--- Colorbox
------------------------------*/
.ps #wsm-prod-images-container .wsm_product_thumb {
  position: relative;
}

.ps #wsm-prod-images-container .wsm_product_thumb>a:last-child {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 99;
}


