

.pagination {
  text-align:center;
  width: 100%;
    font-size: 0.8em;
}

.pagination .control-pagination {
  margin-bottom:1em;
}



.arrows {
  float:right;
}

.pagination a:not(.arrow),
.arrows .slick-arrow {
  display: inline-block;
  background:#fff;
  padding: 5px 12px;
  border:1px solid #ddd;
  cursor: pointer;
}


.pagination a.arrow {
  padding: 5px 12px;
  cursor: pointer;
}

body:not(.is-touch) .pagination a.arrow:hover {
  color: #0153a5;
}

body:not(.is-touch) .pagination a:not(.arrow):hover,
body:not(.is-touch) .arrows .slick-arrow:hover {
  background-color: #ddd;
  /*color:#fff;*/
  text-decoration: none;
}

.side-arrows {
  position: absolute;
  right: -31px;
}

.img-text-box  a.img-link,
.img-text-box  .desc {
    float: left;
    width: 50%;
}

.img-text-box  .desc {
  padding-left:15px;
}

.home-logos {
  padding:40px;
}


#categories div.cat-item {
  padding: 20px;
  margin-bottom:-1px;
}
#categories div.cat-item ul {
  padding-top:5px;
}
#categories div.cat-item li {
  list-style-type: none;
  margin-bottom:0.1em;
}
#categories div.cat-item li a {
  font-size: 0.875em;
}

#categories div.cat-item:nth-child(3n),
#categories div.cat-item:nth-child(3n-1) {
  /*margin-left:-1px;*/
  border-left:0;
}

#categories .side-arrows {
  display: none;
}

.slider-arrows {
  margin-top: -45px;
}

.feat-prod-slider .desc h3 {
  text-transform: none;
  margin-bottom:1em;
  margin-top: 0;
}

.featured-slide .image-holder {
  position: relative;
}

@media screen and (max-width:767px) {
  #categories div.cat-item {
        text-align: center;
    font-size: 1.2em;
    line-height: 2em;
    margin-bottom: 20px;
  }
  .img-text-box .desc {
    padding: 0;
    width: 100%;
    padding-top: 20px;
  }
}


.featured-desc h3,
#categories h3,
#feat-collections h3,
.feat-prods .desc h3,
#guide-carousel .img-text-box .desc h3,
#products-carousel h3  {
  font-size:1.2em;
  margin-bottom:0;
  color:#2c4f6f;
  font-weight:400;
}

#categories h3 {
  text-transform: uppercase;
}

#products-carousel .slick-slide {
  padding:20px;
  text-align: center;
}
#products-carousel .slick-slide img {
  margin: 0 auto;
}


.border-items .slick-slide {
  border-right: 1px solid #ebebeb;
}
.border-items .slick-list {
 border: 1px solid #ebebeb;
}



#guide-carousel .slick-slide {
    /*padding: 1.5em 1em;*/
    padding: 0em;
    padding-left:0.5em;
}

#guide-carousel .slick-slide .desc {
    border:1px solid #ebebeb;
    position: relative;
    padding: 2em;
}
#guide-carousel .slick-slide .desc:before {
  content:'';
  position: absolute;
  left: -19px;
  top: 34px;
  height: 25px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url('../imgs/arrow-left.svg');
}

#guide-carousel  .img-text-box a.img-link {
  width:30%;
}

#guide-carousel .img-text-box .desc {
  width:calc(70% - 30px);
    margin-left: 30px;
}

#guide-carousel .img-text-box .desc h3 {
  text-transform: none;
  margin-bottom:1em;
}


@media screen and (min-width:768px)  and (max-width:992px) {
  #guide-carousel .img-text-box .desc {
    width: 90%;
    margin-left: 0px;
  }
  #guide-carousel .slick-slide .desc:before {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .border-around {
    padding:20px;
  }
  .slick-dots {
    display: none !important;
  }
  .slick-slide img {
    margin:0 auto;
  }

  .side-arrows {
    float:none;
    width: 100%;
    position: static;
  }
  .side-arrows .slick-arrow {
    position: absolute;
    top: calc(50% - 17px);
    border: none;
  }
  .side-arrows .arrow-prev {
    /*float:left;*/
    left:-15px;
  }
  .side-arrows .arrow-next {
    /*float:right;*/
    right:-15px;
  }
  body:not(.is-touch) .arrows .slick-arrow:hover {
    background-color: transparent;
    color: #0153a5;
  }
  .slider-arrows {
    margin-top: 0px;
  }
  

  #categories .side-arrows {
    display: block;
  }
  #logo-carousel .side-arrows .arrow-prev {
    left:-35px;
  }
  #logo-carousel .side-arrows .arrow-next {
    right:-35px;
  }

  #ads > div {
    text-align: center;
    margin-bottom:20px;
  }
  .guide-arrows, .products-arrows {
      margin-top: 18px;
  }
}



/*Michaels styles start here*/

#banner .margin-top {
  margin-top: 15px;
}
#banner img {
  padding: 0 15px;
}

@media screen and (max-width:767px) {
  #banner {
    display: none;
  }
}

.view-control {
  margin-top:16px;
}
.view-control .pagination {
      margin: 0;
}

.view-btns {
  display: inline-block;
      vertical-align: top;
    float: right;
}
.view-btns a {
  /*visibility: hidden;*/
  color: #999999;
  background-color: #ffffff;
  /*border: 1px solid #999999;*/
  padding: 4px;
  margin: 5px 4px;
  font-size: 20px;
  cursor: pointer;
  float: right;
}

body:not(.is-touch) .view-btns a:hover, 
.view-btns a.selected {
  color: #2c4f6f;
  /*background-color: #2c4f6f;*/
  /*color: #ffffff;*/
}

/*.view-control .pagination > div{
  display: inline-block;
}*/


.img-hover .image-holder:before,
.img-hover .prod-list-image-holder:before {
  content:'';
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left:0;
  z-index:1;
  background-color: rgba(109,207,246,0);
  -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.img-hover .image-holder:after,
.img-hover .prod-list-image-holder:after {
  content:'\f00e';
  display: block;
  font-family:'FontAwesome';
  text-align: center;
  font-size: 2em;
  margin-top: 0.5em;
  color: #2c4f6f;
  opacity:0;
  position: absolute;
  z-index: 3;
  bottom: 15%;
  left: 0;
  right: 0;
    pointer-events: none;
  -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.img-hover .image-holder:hover:before,
.img-hover .prod-list-image-holder:hover:before {
  background-color: rgba(109,207,246,0.5);
}

.img-hover .image-holder:hover:after,
.img-hover .prod-list-image-holder:hover:after {
  opacity:1;
}



.img-hover .cart-btn {
  display: flex;
  align-items:center;
  justify-content:center;
  position: absolute;
  z-index:2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity:0;
  cursor: pointer;
  -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}


.img-hover .image-holder:hover .cart-btn,
.img-hover .prod-list-image-holder:hover .cart-btn {
  opacity:1;
}

.img-hover .cart-btn .add_to_cart {
  width:auto;
}

@media screen and (max-width: 767px) {
  .img-hover .cart-btn {
    position: relative;
    opacity: 1;

  }
  .img-hover .cart-btn .add_to_cart {
    padding: 0.5em;
    width: 100%;
    margin-bottom: 10px;
  }
  .add_to_cart i.fa-shopping-cart {
    display: none;
  }
}


ul.sub-category {
  float: left;
}
ul.sub-category >li {
  list-style: none;
}
ul.sub-category >li>a {
  font-size: 0.875em;
  color: #0153a5;
}

@media screen and (min-width:768px) {
  .horizontal-spacing {
    display: flex;
    justify-content: space-between;
  }

  .horizontal-spacing img {
    align-self: center
  }

  .intro-text,
  .conclusion-text {
    padding: 20px;
  }
}

.main-category-item {
  border: 1px solid #ebebeb;
  margin-bottom: -1px;
    padding: 25px 15px 25px 0;
    margin-left: 0px;
    margin-right: 0px;
}

.main-category-item a.vendor_exit {  
  font-size: 0.875em;
    line-height: 1.4em;
}
body:not(.is-touch) .main-category-item a.vendor_exit:hover {  
  text-decoration: none;
}
.main-category-item .vendor-image > * {
  display: block;
  /* margin-bottom: 10px; */
  margin: 10px auto;
}

.main-category-item .sub-category-imgs {
  display: flex; 
  justify-content: space-between; 
}
.main-category-item .sub-category-imgs > div {
  text-align: center;
}
.main-category-item .sub-category-imgs > div > a {
  display: block;
}

.main-category-item .sub-category-imgs > div > a:first-child {
  height: 160px;
}

.main-category-item .sub-cat-photo {
  display: inline-block;
}

.main-category-item .text-group {
  margin-top: 30px;
  border-bottom: 1px solid #f9f9f9;
    margin-right: -30px;
    padding-right: 20px;
    padding-bottom: 20px;

}
.main-category-item .text-group:not(:last-child) {
  margin-bottom: 40px;
}




.vendor-info-item-desc .ih {
  height: 100px;
  display: flex;
  align-items:center;
  justify-content:center;
}
.cat-accessories .vendor-info-item-desc {
  text-align: center;
}

.vendor-photo {
  max-width: 100%;
}

@media screen and (max-width:767px) {
  
  .intro-text,
  .conclusion-text {
    padding: 0 0 20px;
  }

  .main-category-item .vendor-info {
    margin-top: 20px;
  }

  /* .main-category-item .vendor-image  {
    display: flex;
    align-items: center;
  } */
  /* .main-category-item .vendor-image > * {
    float: left;
  } */
  .main-category-item a.vendor_exit {
    line-height: 1.9em;
    margin-left: 10px;
  }
  ul.sub-category {
    float:none;
    margin-bottom: 20px;
  }
  ul.sub-category>li {
  display: inline-block;
    margin: 10px 10px 10px 0;
  }
  ul.sub-category>li>a {
    font-size: 1em;
  }
  .main-category-item .sub-cat-photo {
    margin:0 4px;
  }
  .vendor-info-item-desc:not(.accessory-item) {
    margin-top:20px;
  }
  .vendor-info-item-desc:not(.accessory-item) .ih {
    height: auto;
    display: inline-block;
    width: 70px;
  }
  .vendor-info-item-desc:not(.accessory-item) h4 {
    display: inline-block;
  }
}


.product-search-parameters, .sort-show {  
  float: left;
}

.select-holder.sort-show {
  width: 100%;
  margin-right: 5%;
  font-size:0.8em;
}

#collapseSearch input,
#collapseSearch .product-search-parameters  {
  margin-bottom:2px;
}

/*clear search*/
#collapseSearch a.clear_search_btn {
  /*text-align: center;
  width: 100%;
  display: block;*/
  /*color: #0153a5;*/
  color:#999;
  font-size:0.8em;
}

@media screen and (max-width:767px) {
  .sort-show.show-num {
    display: none;
  }
  .select-holder.sort-show {
    width:100%;
    margin-right:0;
  }
}

@media screen and (min-width:768px) and (max-width:992px) {
  .main-category-item .vendor-image > * {
    margin: 10px 0;
  }
}

/*subcategory page*/
.sub-cat-gallery-item {
  margin: 20px 0;
    padding: 20px;
  text-align: center;
  border: 1px solid transparent;
  height: 210px;
}

body:not(.is-touch) .sub-cat-gallery-item:hover {
  border-color:#ebebeb;
}

.sub-cat-gallery-item img {
  /*border: 1px solid #ebebeb;*/
  margin-bottom: 20px;
  width: 100%;
}

body:not(.is-touch) .sub-cat-gallery-item:hover a,
body:not(.is-touch) .sub-cat-gallery-item:hover img {
  border-color:#0153a5;
  color:#0153a5;
}

.sub-cat-gallery-item-desc {
  margin-top: 10px;
}

.sub_category_info {
  width: 100%;
  margin: 0;
}

.sub-category-info h3 {
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #2c4f6f;
  text-transform: uppercase;
  margin: 10px 0;
}

/*.sub-category-photo img {
  padding: 10px;
}*/

/*.sub-category-text, .sub-category-photo {
  margin: 20px 0;
}*/

.articles {
  margin-top:30px;
}

.sub-category-text div.title h3,
.articles-text div.title h3 {
  /*font-family: "Montserrat", sans-serif;*/
  font-weight: 400;
  color: #2c4f6f;
  font-size: 16px;
  text-transform: capitalize;
  line-height:1.4em;
}

.articles-text div.title {
  margin-bottom:10px;
}

.articles .article-item {
  /*margin-bottom:20px;*/
    padding: 20px;
    border: 1px solid transparent;
}
body:not(.is-touch) .articles .article-item:hover {
  border-color:#ebebeb;
} 
.articles .article-item > a,
.articles .article-item > .articles-text {
  display: inline-block;
    width: calc(50% - 4px);
    vertical-align: top;
}

.articles .article-item > .articles-text {
    padding-left: 15px;
  }

.sub-category-text p {
  margin-top: 10px;
}

@media screen and (max-width:767px) {
  .articles .article-item > a,
  .articles .article-item > .articles-text {
    display: block;
    width: 100%;
  }
  .articles .article-item > .articles-text {
  padding:0;
  padding-top:10px;
  }
}

.feat-prods {
  clear: both;
}

.generic-content-page {
  font-family: "Monserrat", sans-serif;
  font-size: 14px;
  line-height: 22px
}

.generic-content-page .indent {
  margin-left: 60px;
}

.generic-content-page h3 {
  font-size: 19px;
  color: #2c4f6f;
  margin: 20px 0;
  font-weight: 700;
}

.generic-content-page ul {
  padding-left:30px;
}

.generic-content-page table  {
  width: 100%;
  border: 1px solid #ccc;
}

.generic-content-page table thead {
  background-color: #ebebeb;
}

.generic-content-page table th {
  color: #2c4f6f;
}
.generic-content-page table td,
.generic-content-page table th {
  text-align: center;
  padding: 10px;
}
.generic-content-page table tr {
  border-top: 1px solid #ccc;
}
.generic-content-page table td:not(:first-child), 
.generic-content-page table th:not(:first-child) {
  border-left: 1px solid #ccc;
}

.generic-content-page table .table-title {
  font-size: 1.4em;
  font-weight: 700;
}
.generic-content-page table td.discount {
  font-weight: 700;
  color: #35ae5a;
}
.generic-content-page a {
  text-decoration: underline;
  color: #2c4f6f;
}

.order_tracking form textarea,
.order_tracking form button {
  width: 100%;
}
.order_tracking h3 {
  margin-top: 0;
}

.order_tracking .cs {
  border-left: 1px solid #2c4f6f;
  margin-left: 20px;
  padding-left: 30px;
  margin-right: -20px;
}


a.chat-with-expert {
  border: inset 1px solid #fff;
  color: #fff;
  background-color: #2c4f6f;
  padding: 1em 2em;
  display: inline-block;
  margin-top: 2em;
  text-align: center;
  text-decoration: none;
}

body:not(.is-touch) a.chat-with-expert:hover {
  background-color: #0153a5;
}

@media screen and (max-width:767px) {
  .order_tracking .col-sm-12 {
      margin-bottom: 30px;
  }
}

/* #landing-page h2.page-title {
  margin-bottom: 20px;
}
#landing-page h3 {
  margin: 10px 0 20px;
} */
#landing-page .title-area {
  margin-bottom: 30px;

}
#landing-page .content-area {
  margin-top: 20px;
  line-height: 1.6em
}

#landing-page .content-area > ul {
  list-style-type: none;
}

#landing-page .content-area > ul > li {
  margin-bottom: 20px;
}
#landing-page .content-area ul li i {
  font-size: 1.4em;
}
#landing-page .content-area > ul > li h4 {
  display: inline;
}

#landing-page .content-area  ul li ul   {
  padding-left: 20px;
}

#landing-page .content-area a {
  text-decoration: underline;
}

@media screen and (max-width:767px) {
  #landing-page > .row {
    padding: 0px !important;
    background: none !important;
  }
  #landing-page .title-area {
    margin-bottom: 30px;
  }

  #landing-page .content-area {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }


}

a.chat-btn {
      display: inline-block;
    border-radius: 10px;
    background-color: #0153a5;
    color: #fff;
    padding: 0.5em 1em;
    text-decoration: none !important;
    
}
body:not(.is-touch) a.chat-btn:hover {
  background-color: #2c4f6f;
}

a.chat-btn:before {
   content: '\f27b';
   display: inline;
   font-family: 'FontAwesome';
   margin-right: 10px;
    font-size: 1.8em;
}


/* manufactures details */

.manufacturer {
  margin: 20px;
}
.manufacturer-desc img {
  padding: 15px;
}
.manufacturer-popular-products {
  text-align: center;
  font-size: 16px;
}

.manu-colls-list a {    
  padding: 1em;
    display: block;
  }


.manu-colls-list,
.manu-search-box,
.manufacturer .cats-prods {
  margin-top:30px;
}
.manufacturer .manu-subcat-item, .manufacturer .pop-prod {
  margin-bottom:20px; 
  padding:20px;
  /*border-bottom:1px solid #ebebeb;*/
}

.manufacturer .manu-subcat-item:not(.manu-col-item) {
  min-height: 400px;
}


.manu-subcat-item ul {
  /*margin-left:30px;*/
  list-style-type: none;
      /* min-height: 120px; */
}

.manufacturer .manu-subcat-item a {
  font-size: .9em;
  /*color:#0153a5;*/
}
.manufacturer .manu-subcat-item img {
  margin-bottom: 15px;
}
.manufacturer .manu-subcat-item a.view-all-btn {
  color:#2c4f6f;
  /*font-weight: 700;*/
  text-decoration: none;
}
body:not(.is-touch) .manufacturer .manu-subcat-item a.view-all-btn:hover {
  color:#0153a5;
}

.manu-search-box form{
  max-width:500px;
}
.manu-search-box input {
  display: inline-block !important;
  max-width:300px;
}
.manu-search-box button {
  display: inline-block;
  margin-left:10px;
  vertical-align: top;
  font-size: 1em;
    padding: 0.8em 1em;
}

/*manufacturer list page*/

#manufacturer-list {
  text-align: center;
  margin-top:30px;
}

#manufacturer-list .row {
  margin: 20px 0 10px 0;
}

#manufacturer-list p {
  margin: 10px 0;
  text-align: center
}


#manufacturer-list .img-wrapper {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.items .item-thumb {
  text-align: center;
}
.items .item-thumb,
#manufacturer-list .manu-item {
    Margin-bottom:2px;
    min-height: 170px;
}


/* product details */
.product-slider {
  margin-bottom:50px;
}

.product-slider .product-slider-image,
.product-slider .nav-slide {
  border: 1px solid #ebebeb;
}
.product-slider .product-slider-nav {
  margin-top:20px;
}
.product-slider .nav-slide  {
  margin: 0 10px;
  display: flex;
  align-items:center;
  justify-content:center;
  width:100px;
  height:100px;
  cursor: pointer;
}
.product-slider .nav-slide img {
  max-height:100%;
}
body:not(.is-touch) .product-slider .product-detail-nav:hover {
  border-color:#2c4f6f;
}
.product-slider .product-slider-nav .slick-dots {
  bottom: -35px;
}


.product-details {
  text-align: center;
}


.retail-price, .our-price {
  /* font-family: "Montserrat", sans-serif; */
  font-weight: 400;
}
.retail-price {
  font-size: 0.875em;
  margin-top:1em;
}
.our-price {
  font-size: 2em;
  font-weight: 700;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.our-price span {
  color: #21ae35;
}




.qty-holder {
  display: inline-block;
    margin: 1em 0;
}
.qty-holder input#qty {
    display: inline-block;
    width: 3.6em;
    text-align: center;
    font-size: 1em;
}
.qty-holder > a {
  display: inline-block;
  margin: 0 0.5em;
  padding: 0.5em;
}
.product-details .product-search-parameters select {
  font-size:1em;
}

.product-details #add_to_cart {
    margin-top: 1em;
}

.product-details .availability {
  margin-top:1.5em;
}
.product-details .availability .status {
  font-size:1.4em;
  font-weight: 700;
  margin-bottom:0em;
}
.product-details .availability .status p {
  
}
.product-details .availability .status.available {
  color:#21ae35;
}
.product-details .availability .status.out-of-stock {
  color:#a94442;
}

.product-details .model {
  margin-top:1em;
}

.border-top:before {
  content:'';
  width:50%;
  height:1px;
  display: block;
  background-color:#ebebeb;
  margin:0.8em auto;
}

#prod-description .col-links a,
#prod-description .warranty-spec a {
  color:#0153a5;
}

#prod-description .warranty-spec {
  font-size: 1em;
}

#prod-description .warranty-spec a:after {
  content: "\f08e";
  font-family: 'FontAwesome';
  font-size:1em;
  margin-left:10px;
}

#prod-description .border-top {
  padding-top: 20px;
}
#prod-description .border-top:before {
  margin: 0;  
  margin-bottom: 20px;
}

#prod-description .icons img {
  margin:0 10px;
}

#prod-description .complaint-btn {
  display: inline-block;
  color:#fff;
  background-color:#aaa;
  padding: 0.6em 1em 0.7em;
}

body:not(.is-touch) #prod-description .complaint-btn:hover {
  text-decoration: none;
  background-color:#2c4f6f;
  color:#fff;
}

#prod-features > ul {
  border: none;
}
#product-info ul li.tab-nav {
  display: inline-block;
  list-style: none;
}


#product-info {
  margin-top: 50px;
}

body:not(.is-touch) #product-info ul li:hover {
  background-color: #ffffff;
}

body:not(.is-touch) #product-info ul li a:hover {
  text-decoration: none;
}

#product-info ul.prod-info-nav {
  border-bottom: 1px solid #ccc;
    padding-left: 10px;
}

.prod-info-content {
  margin: 30px 0;
  padding: 0 20px;
}

#prod-description ul {
  margin-left:30px;
}




.tab-nav a {
  display: block;
    font-size: 1em;
    text-transform: uppercase;
    padding-bottom: 5px;
  padding: 10px;
  color: #2c4f6f;
  background-color:#ebebeb;
  /* font-family: "Montserrat", sans-serif; */
}
.tab-nav.ui-tabs-active a:focus,
.tab-nav.ui-tabs-active a,
body:not(.is-touch) .tab-nav a:hover {
  /*background-color: rgb(221, 221, 221);*/
  background-color:#2c4f6f;
  color:#fff;
  text-decoration: none;
}



#select-checkbox {
  width: 15%;
}

.suggested-images a {
  margin: 20px 0 0 0;
  font-size: 16px;
}

.suggested-images a.product-name {
  color: #0071d9
}

.suggested-accessories {
  margin: 50px 0;
  border-top: 1px solid #ebebeb;
}

.suggested-accessories img {
  float: left;
  margin: 0 20px 0 0;
}



.prod-cat-stars {
  background: url("../imgs/star-rating-sprite.png") repeat-x;

  height: 21px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 110px;
  margin: 0.6em 0;
    display: inline-block;
}
.star-ratings-sprite-rating {
    background: url("../imgs/star-rating-sprite.png") repeat-x;
    background-position: 0 100%;
    float: left;
    height: 21px;
    display:block;
 }
  
.number-reviews {
  font-size: 0.8em;    
  display: inline-block;
    vertical-align: 1em;
}


/*reviews*/

.product-overall-rating img {
  width: 5%;
}
.review {
  clear: both;
  padding: 20px;
}

.review:not(:first-child) {
  border-top: 1px solid #ebebeb;
}
.review:first-child {
  padding-top:0;
}
/*.review ul {
  margin-left: 0;
}*/
.review ul li {
  list-style-type: none;
}

.review .review-details {
  margin-top:20px;
}

.review.submit-review {
  background: #ebebeb;  
}
.review .submitted {
  font-size: 0.875em;
    margin-top: 15px;
    font-style: italic;
    color: #aaa;
}

.review h3.cat-title {
  display: inline-block;
}

.overall-rating {
    padding: 0 20px 20px;
    font-size: 1.2em;t:20px;
}

span.numerical-rating {
  font-size: 24px;
  font-weight: 700;
}

/* STARS SUBMIT */
.br-theme-br-theme-css-stars .br-widget {
  height: 28px;
  white-space: nowrap;
}
.br-theme-br-theme-css-stars .br-widget a {
  text-decoration: none;
  height: 19px;
  width: 19px;
  float: left;
  font-size: 30px;
  margin-right: 5px;
}
.br-theme-br-theme-css-stars .br-widget a:after {
  content: "\2605";
  color: #d2d2d2;
}
.br-theme-br-theme-css-stars .br-widget a.br-active:after {
  color: #ffd700;
}
.br-theme-br-theme-css-stars .br-widget a.br-selected:after {
  color: #ffd700;
}
.br-theme-br-theme-css-stars .br-widget .br-current-rating {
  display: none;
}
.br-theme-br-theme-css-stars .br-readonly a {
  cursor: default;
}
@media print {
  .br-theme-br-theme-css-stars .br-widget a:after {
    content: "\2606";
    color: black;
  }
  .br-theme-br-theme-css-stars .br-widget a.br-active:after,
  .br-theme-br-theme-css-stars .br-widget a.br-selected:after {
    content: "\2605";
    color: black;
  }
}
/* END STARS SUBMIT */


/* social icons */

.product-details-page .social-icons {
  padding-left: 35px;
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
}

.product-details-page .social-icons h4 {
  display: inline-block;
  margin-right: 10px;
}

.product-details-page .social-icons i {
  margin: 6px;
  font-size: 24px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

i.fa.fa-facebook {
  color: rgb(38, 78, 112);
}

i.fa.fa-twitter {
  color: rgb(0, 146, 255);
}

i.fa.fa-google-plus {
  color: rgb(255, 0, 0);
}

i.fa.fa-pinterest-p {
  color: rgb(255, 0, 1);
}

i.fa.fa-plus-circle {
  color: rgb(0, 199, 33);
}

body:not(.is-touch) .product-details-page .social-icons a:hover i {
  color:#ccc;
}


@media screen and (max-width: 767px) {
  .product-details-page .social-icons {
        text-align: center;
    padding-left: 0;
  }
  .manufacturer .manu-subcat-item:not(.manu-col-item) {
    text-align: center;
  }
}



/*PRODUCT CATEGORY PAGE*/

#prod-cat {
  padding: 15px;
}

.prod-cat-item {
  margin:0;
  padding: 5px;
}
.prod-cat-item:not(.list-view) {
  height:640px;
}

.prod-list-image-holder,
.prod-list-text-wrapper {
  margin: 0;
  padding:15px;
}

.prod-list-image-holder {
  position: relative;
  border-bottom: 1px solid #ebebeb;
      height: 270px;
}
.prod-cat-stars img {
  max-width: 10px;
}



.prod-cat-item img.prod-logo {
  /*display: none;*/
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
}

.featured-slide .main-img, .prod-cat-item .main-img {
  padding:20px;
  margin:0 auto;
  width: 100%;
  max-height: 100%;
  display: block;
}

.prod-cat-item.list-view .prod-list-image-holder {
  width:25%;
  float:left;
  border:none;
  height: 246px;
  display: flex;
  align-items: center;
}
.prod-cat-item.list-view .prod-list-text-wrapper {
  width:75%;
  float:left;
  padding: 35px 15px 15px;
  /* font-size: 0.875em; */
}

.prod-cat-item.list-view .item-specs ul li {
  display: inline-block;
  margin-right: 1em;
}

.prod-cat-item.list-view .item-specs ul li.prod-cat-price {
  display: block;
}

@media screen and (max-width: 767px) {
  .prod-cat-item.col-xs-6:not(.list-view) {
    width: 100%;
  }
  .prod-cat-item:not(.list-view) {
    height: auto;
  }
  .prod-cat-item.list-view {
    height:auto;
    width:100%;
  }
  .prod-cat-item.list-view .main-img {
    padding:0;
  }
  .prod-list-image-holder {
    height: 190px;
  }

  .prod-tabs-title {
    font-weight: 700;
    font-size: 1.4em;
    text-transform: uppercase;
    /*border-bottom: 1px solid #999;*/
    padding-bottom: 5px;
    margin-bottom:1em;
    width:100%;
    display: block;
        color: #0153a5;
        text-align: center;
  }
  .prod-info-content {
    margin: 0px 0;
    font-weight: 400;
    font-size: 1.1em;
    padding: 0 10px;
    line-height: 1.5em;
  }

  .prod-info-content  li {
        margin-top: 0.8em;
  }

  .prod-info-content .review,
  .prod-info-content .overall-rating {
    padding-right:0;
    padding-left:0px;

  }
}

@media screen and (max-width: 767px) and (orientation:landscape) {
  /* .prod-cat-item:not(.list-view) {
    height: 600px;
  } */
  .prod-cat-item.col-xs-6:not(.list-view) {
    width: 50%;
  }
}

a.better-pricing-btn,
.prod-cat-item .item-specs ul li.better-pricing {
  font-weight: 700;
  border: 1px solid #21ae35;
  color: #21ae35;
  padding: 0.5em;
  text-align: center;
  margin-bottom: 1em;
}
a.better-pricing-btn {
  display: inline-block;
  text-decoration: none;
    font-size: 0.9em;
    width: 190px;
}

.prod-cat-item .item-specs ul li.better-pricing a {
  color: inherit;
}

a.better-pricing-btn span,
.prod-cat-item.list-view .item-specs ul li.better-pricing br,
.prod-cat-item .item-specs ul li.better-pricing span {
  display: none;
}
.prod-cat-item .item-specs ul li.better-pricing br {
  display: block;
}
.prod-cat-item.list-view .item-specs ul li.better-pricing span {
  display: inline;
}
    


.prod-list-text-wrapper .item-specs {
  font-size: 1em;
  margin-top:1em;
  margin-bottom: 1em;
  color: #000;
}
.prod-list-text-wrapper .item-specs ul li {
  list-style-type: none;
  
}


.our-price-label {
  font-size: 1.4em;
  font-weight: 700;
  color: #0153a5;
  margin:0.5em 0;
}

a.item-title {
  color:#2c4f6f;
  font-weight: 700;
  font-size:1.2em;
    display: block;
}

.compare-item {
  font-size:0.875em;
}
.compare-item label {
  vertical-align: top;
  font-weight: 400;
}




/*shopping cart*/
.shopping-cart-header a.return-from-cart {
  margin-bottom:1em;
  font-size:0.875em;
}
body:not(.is-touch) .shopping-cart-header a.return-from-cart:hover {
  text-decoration: none;
}

.cart-links  {
  text-align: right;
}
.cart-links a {
  font-size:1em;
  display: inline-block;
  padding: 0.3em 1em 0.4em;
  margin-top: 6px;
}

.cart-header {
  border-bottom: 1px solid #ebebeb;
  font-size:0.875em;
  text-align: center;
  margin:0;
}

.cart-item {
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  min-height:160px;
  margin:0;
    display: flex;
}
.cart-item > div {
  /* height:100%; */
    display: flex;
    align-items: center;
    justify-content: center;
}


.cart-item > div:not(:first-child) {
  border-left: 1px solid #ebebeb;
}

.cart-item .cart-item-price  {
  flex-flow: column;
}

.cart-item .prod-list-image-holder {
  border:none;
  width:25%;
  float:left;
  border:none;
  height: 160px;
  display: flex;
  align-items: center;
}
.cart-item .prod-list-text-wrapper {
  width:75%;
  float:left;
  font-size: 0.875em;
}

.cart-item .qty-holder input {
  text-align: center;
}

.cart-item:nth-child(even) {
  background-color:#fbfbfb;
}




.after-cart-items {
    margin: 20px 0;
}

.promo-code input {
  width:70% !important;
  float:left;
}
.promo-code button {
    float: right;
    width: 30%;
    padding: 0.7em 1em;
    font-size:1em;
}


.totals .line-label {
  text-align: right;
}

a#update-cart {
  color:#2c4f6f;
  background-color: #ebebeb;
}


.grand-total,
.sub-total {
  text-align: center;
}

.grand-total {
  margin:0px 0 20px;
}

.shipping-options {
  margin-bottom:20px;
}
.shipping-options ul {
  list-style-type: none;
  float: right;
}


.after-cart-items .btns a {
  width:100%;
  display: block;
}


.cart-extra-info {
  margin-top:40px;
  padding-top:30px;
  border-top:1px solid #ebebeb;
}

.cart-extra-info .cartID span {
  font-weight: 700;
  color:#2c4f6f;
}


.cart-item label {
  display: none;
}

.proceed-to-checkout.button-style {
  background-color:#35ae5a;
}
body:not(.is-touch) .proceed-to-checkout.button-style:hover {
  background-color:#1c752f;
}

@media screen and (max-width: 767px) {
  .cart-links {
    text-align: center;
    margin-top: 20px;
  }
  .cart-header {
    display: none;
  }
  .cart-item>div {
    height:auto;
    display: inline-block;
  }
  .cart-item {
    height:auto;
  }
  .cart-item label {
    display: inline;
  }
  .cart-item .prod-list-image-holder {
    padding: 0;
  }
  .cart-item .cart-remove-item {
    margin-top:10px;
  }
  .cart-item label.remove {
    font-size:0.875em;
    color:#a94442;
    font-style: italic;
  }

  .cart-item .cart-total-price,
  .cart-item .cart-item-price {
    font-weight:700;
  }

  .cart-item .cart-total-price label,
  .cart-item .cart-item-price label {
    font-weight:400;
  }



    
  .promo-code {
    margin-bottom:20px;
  }
  .shipping-section {
    padding: 10px;
    background-color: #efefef;
  }
  .shipping-options ul {
    float:none;
  }
  .grand-total {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 20px;
    font-size: 1.4em;
  }
  .grand-total .line-label {
    text-align:center;
  }
  .grand-total h3,
  .grand-total h4 {
    color:#0153a5;
    margin:0;
  }
  .update-cart-btn {
    display: none;
  }
}


/*account page*/
ul.account-links {
  list-style-type: none;
}

ul.account-links li {
  border: 1px solid #ebebeb;
  padding: 10px;
  text-align: center;
  margin: -1px 0 0 0;
}

.account-links h3.cat-title {
  text-align: center;
}

#account-details table {
  margin: 20px;
}

#account-page .forms input {
  margin-bottom:10px;
  font-size:1em;
}


.order-status-table {
  font-size: 0.875em;
}
.order-status-table .row {
  margin:0;
}
.order-status-table .header-row {
  background-color: #ebebeb;
}
.order-status-table .row > div {
  border: 1px solid #ebebeb;
  text-align: center;
  padding: 1em;
}
.order-status-table a {
  color:#2c4f6f;
  text-decoration: underline;
}
body:not(.is-touch) .order-status-table a:hover {
  color:#0153a5;
  text-decoration: none;
}

.order-status-table .row > div {
margin-bottom:-1px;
margin-left:-1px;
  }

#collapseAcctBtns .ui-tabs-active a {
  font-weight: 700;
  color:#2c4f6f;
}

@media screen and (max-width: 767px) {
  .order-status-table .row>div {
    height: 90px;
  }
}

/* checkout */


.checkout .forms > div {
  padding:0 5%;
}
.checkout .forms input {
  margin-bottom:10px;
  font-size:1em;
}

.checkout .forms button {
  width:100%;
}

.checkout-title {
  text-align: center;
}
.order-sumamry table {
  width: 100%;
}
.order-sumamry tr:last-child {
  font-weight: 700;
  font-size:1.2em;
}



.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 10px 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum { font-size: 0.875em; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info { font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #ebebeb; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #2c4f6f; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #ebebeb;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #ebebeb;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }



.billing-address-forms {
  width:80%;
    margin-right: auto;
    margin-left: auto;
}

.billing-address-forms .submit-button {
  margin:20px auto;
      text-align: center;
      clear: both;
}
.billing-address-forms .submit-button button {
  width:300px;
}


.shipping-method input {
  clear:both;
  margin:10px 0;
}

.shipping-method label {
  width: calc(100% - 50px);
}

.shipping-method label span {
  float:right;
}

#bus-addy + label {
  width:80%;
  margin-bottom:10px;
}

.shipping-rates-table table {
  border:1px solid #ebebeb;
  width:100%;
}

.shipping-rates-table table thead tr{
  background-color:#ebebeb;
}
.shipping-rates-table table th,
.shipping-rates-table table td {
  padding:0.5em 1em;
  border:1px solid #ebebeb;
}

.shipping-rates-table table th,
.cart-extra-info.shipping-method {
  text-align: center;
}

input.sec-code {
  width: 50% !important;
  display: inline-block !important;
}

@media screen and (min-width:768px) {
  .modify-info .row {
    display: flex;
    margin-bottom: 30px;
  }
}



.modify-info .row p.preview {
  height: 6.5em;
}

.modify-info .row .editThis a.modify-btn {
  background-color: transparent;
  font-style: italic;
}
body:not(.is-touch) .modify-info .row .editThis a.modify-btn:hover {
  color: #2c4f6f;
  text-decoration: underline;
}

.modify-info .row .editThis a.modify-btn span.mod,
.modify-info .row div:not(.editThis) a.modify-btn span.cancel,
.modify-info .row .editThis p.preview,
.modify-info .row form {
  display: none;
}
.modify-info .row .editThis a.modify-btn span.cancel,
.modify-info .row div:not(.editThis) a.modify-btn span.mod,
.modify-info .row .editThis form {
  display: block;
}
.modify-info .row > div {
  border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
    
.modify-info input:not([type=checkbox]):not([type=radio]), .modify-info select, .modify-info textarea {
  margin-bottom: 10px;
}

.modify-info .shipping-method label {
    width: calc(100% - 20px);
    padding-top: 6px;
    padding-left: 3px;
}



@media screen and (max-width:767px) {
  .bs-wizard-step {
    display: none;
  }
  .billing-address-forms form > div,
  .checkout .forms>div {
    margin-bottom:40px;
  }
  .order-summary {
    padding: 10px !important;
    background-color: #efefef;
    margin: 0 15px;
  }
  .order-summary table {
    width:100%;
  }
  .billing-address-forms {
    width:100%;
  }
  .shipping-method label {
    vertical-align: -webkit-baseline-middle;
  }
  .modify-info .row > div {
    margin-bottom: 30px;
  }
}

.lpchat-container {
z-index:1;
}
