/**
---------------------------------------------------------------
 * Table of Contents
 * 
 * 1.0 - Reset & General
 * 2.0 - Header
 * 3.0 - Main Content
 * 4.0 - Footer
 *
---------------------------------------------------------------
**/
/**
---------------------------------------------------------------
 * 1.0 - Reset & General
---------------------------------------------------------------
**/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

*:focus {
  outline: 0;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

iframe {
  border: 0;
  width: 100%;
}

.clear:after, .content-container:after, .header .col:after, .header .col .header-search:after, .header .col .main-dropdown .nav:after, .header .col .main-dropdown .menu .links-container:after, .header .col ul.top-links:after, .main.home .home-slideshow-outer .owl-controls:after, .main.home .home-slideshow-outer .owl-controls .owl-pagination:after, .main.home .featured-items-container .items:after, .main.section .section-slideshow-outer .owl-controls:after, .main.section .section-slideshow-outer .owl-controls .owl-pagination:after, .main.section .section-contents:after, .main.item .item-top:after, .main.item .item-top .item-left:after, .main.item .item-top .item-left .ysw-main-image-wrapper .item-thumb-wrapper .tab-title:after, .main.item .item-top .item-left .ysw-main-image-wrapper .item-thumb-wrapper .tab-content .tab.one ul.other-view-thumbs:after, .main.item .item-top .item-left .ysw-main-image-wrapper .item-thumb-wrapper .tab-content .tab ul.small-thumbs:after, .main.item .item-top .item-right:after, .main.item .item-top .item-right .pricing:after, .main.item .item-top .item-right .atc-tabs .tab-title:after, .main.item .item-top .item-right .atc-tabs .tab-content .tab .options-container .option:after, .main.item .item-top .item-right .atc-row:after, .main.item .item-bottom .tabs-container .tab-title:after, .main.item .item-bottom .tabs-container .tab-content .tab:after, .main.item .item-bottom .tabs-container .tab-content .tab.one .right .set-title:after, .main.item .item-bottom .tabs-container .tab-content .tab.one .right ul.set-includes li:after,
.main.item .item-bottom .tabs-container .tab-content .tab.one .right ul.non-set-dimensions li:after, .main.item .item-bottom .tabs-container .tab-content .tab.one .right ul.set-includes li > ul.additional-specs li:after,
.main.item .item-bottom .tabs-container .tab-content .tab.one .right ul.non-set-dimensions li > ul.additional-specs li:after, .main.item .item-bottom .featured-items-container .items:after, .footer .top-footer:after, .footer .top-footer .col:after, .footer .top-footer .col .email-signup .newsletter-form:after, .footer .bottom-footer:after {
  display: block;
  clear: both;
  content: "";
}

body {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #000000;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  line-height: 1;
}

h1.page-title {
  font-family: "Merienda One", cursive;
  font-size: 28px;
  font-weight: normal;
  color: #094a85;
}

p {
  padding-bottom: 20px;
  font-size: 15px;
}

.content-container {
  width: 1050px;
  margin: 0 auto;
  position: relative;
}

a {
  color: #2b6eab;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
a:hover {
  color: #010101;
}
a.standard-btn {
  display: inline-block;
  background-color: #2b6eab;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
a.standard-btn:hover {
  background-color: #010101;
}

button {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

header,
nav,
main,
section,
article,
aside,
footer {
  display: block;
}

.header,
.sitewide-banner,
.main,
.footer {
  min-width: 1100px;
}

.content-box:nth-child(4n+4) {
  margin-right: 0;
}
.content-box:nth-child(4n-7) {
  clear: left;
}

.item-box {
  float: left;
  width: 200px;
  margin-right: 83px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
.item-box .image {
  height: 200px;
  margin-bottom: 10px;
  position: relative;
}
.item-box .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.item-box h2.name {
  display: block;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 10px;
}
.item-box h2.name a {
  color: #646464;
  text-decoration: none;
}
.item-box h2.name a:hover {
  color: #2b6eab;
  text-decoration: underline;
}
.item-box .options-available {
  color: #646464;
  font-size: 14px;
  line-height: 1;
  height: 14px;
}
.item-box .tag {
  background-color: #a40000;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 3px 10px;
}
.item-box .request-price {
  color: #646464;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
}
.item-box .price {
  height: 15px;
  font-size: 14px;
  line-height: 15px;
  color: #a40000;
  margin-bottom: 10px;
}
.item-box .price span {
  font-size: 15px;
}

.category-box {
  float: left;
  width: 200px;
  margin-right: 83px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
.category-box .image {
  height: 200px;
  margin-bottom: 10px;
  position: relative;
}
.category-box .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.category-box .name {
  width: 100%;
  display: table;
  height: 95px;
  border: 1px solid #d2d2d2;
}
.category-box .name h2 {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  overflow: hidden;
}
.category-box .name h2 a {
  display: table-cell;
  vertical-align: middle;
  width: 200px;
  height: 93px;
  color: #646464;
  text-decoration: none;
}
.category-box .name h2 a:hover {
  background-color: #2b6eab;
  color: #ffffff;
  text-decoration: none;
}

/**
---------------------------------------------------------------
 * 2.0 - Header
---------------------------------------------------------------
**/
.sitewide-banner {
  background-color: #cb0000;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}

.header {
  border-bottom: 1px solid #d4d4d4;
  padding: 20px 0;
}
.header .col {
  float: left;
}
.header .col.one {
  width: 260px;
}
.header .col.two {
  width: 325px;
}
.header .col.three {
  width: 215px;
  margin-left: 55px;
}
.header .col.four {
  width: 195px;
}
.header .col .logo {
  float: left;
  font-size: 0;
}
.header .col .header-search {
  border: 1px solid #d4d4d4;
  margin-bottom: 18px;
}
.header .col .header-search input.search-input {
  display: block;
  float: left;
  width: 277px;
  height: 30px;
  border: 0;
  padding: 0 10px;
  font-size: 15px;
  font-style: italic;
}
.header .col .header-search button {
  display: block;
  float: left;
  border: 0;
  width: 46px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-color: #2b6eab;
}
.header .col .header-search button .fa {
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
}
.header .col .main-dropdown {
  position: relative;
}
.header .col .main-dropdown.show-menu .menu {
  display: block;
}
.header .col .main-dropdown .nav {
  cursor: pointer;
  border: 1px solid #d2d2d2;
}
.header .col .main-dropdown .nav .title {
  width: 277px;
  height: 30px;
  line-height: 30px;
  float: left;
  font-family: "PT Sans", sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #094a85;
  background-color: #f0f0f0;
  padding: 0 10px;
}
.header .col .main-dropdown .nav .arrow {
  width: 46px;
  height: 30px;
  float: left;
  text-align: center;
  border-left: 1px solid #d2d2d2;
  background-color: #f0f0f0;
}
.header .col .main-dropdown .nav .arrow:before {
  content: '\f0d7';
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 30px;
}
.header .col .main-dropdown .menu {
  display: none;
  width: 800px;
  border: 1px solid #d2d2d2;
  padding: 30px 45px;
  background-color: #ffffff;
  position: absolute;
  top: 31px;
  left: 0;
  z-index: 100;
}
.header .col .main-dropdown .menu .left {
  float: left;
}
.header .col .main-dropdown .menu .right {
  float: right;
}
.header .col .main-dropdown .menu .bottom {
  clear: both;
  padding-top: 30px;
  font-size: 13px;
  color: #646464;
}
.header .col .main-dropdown .menu h2.title {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  color: #2b6eab;
}
.header .col .main-dropdown .menu h2.title a {
  text-decoration: none;
}
.header .col .main-dropdown .menu .links-container {
  width: 325px;
}
.header .col .main-dropdown .menu .links-container ul.links {
  width: 50%;
  float: left;
  list-style-type: none;
  padding-right: 10px;
}
.header .col .main-dropdown .menu .links-container ul.links li {
  padding-bottom: 7px;
}
.header .col .main-dropdown .menu .links-container ul.links li.sub-cat {
  padding-left: 10px;
}
.header .col .main-dropdown .menu .links-container ul.links li.sub-cat:before {
  content: '\2022';
  padding-right: 5px;
  color: rgba(0, 0, 0, 0.5);
}
.header .col .main-dropdown .menu .links-container ul.links li a {
  color: #000000;
  text-decoration: none;
  font-size: 13px;
}
.header .col .main-dropdown .menu .links-container ul.links li a:hover {
  color: #2b6eab;
  text-decoration: underline;
}
.header .col .main-dropdown .menu .links-container ul.links li.view-all a {
  color: #2b6eab;
}
.header .col .phone {
  font-size: 20px;
  line-height: 1;
  padding: 5px 0 31px;
}
.header .col .tag-line {
  font-size: 18px;
  font-style: italic;
  line-height: 1;
}
.header .col ul.top-links {
  float: right;
  list-style-type: none;
}
.header .col ul.top-links li {
  float: left;
  font-size: 14px;
}
.header .col ul.top-links li:first-child {
  margin-right: 10px;
}
.header .col ul.top-links li:first-child:after {
  content: '|';
  padding-left: 10px;
}
.header .col .view-cart {
  float: right;
  clear: right;
  padding-top: 28px;
}
.header .col .view-cart a.standard-btn {
  padding: 5px 10px;
}
.header .col .view-cart a.standard-btn .fa {
  padding-right: 5px;
}

/**
---------------------------------------------------------------
 * 3.0 - Main Content
---------------------------------------------------------------
**/
.main > .content-container {
  padding: 20px 0;
}
.main #leftnav {
  padding-left: 0;
}
.main #left-navigation li.selected-id > a.c4leftnav,
.main #left-navigation li.selected-id > A.c4subnav {
  color: #a40000;
}
.main #left-navigation .c4hnav {
  font-family: "Merienda One", cursive;
  font-weight: normal;
  color: #094a85;
  font-size: 18px;
}
.main #left-navigation a.c4leftnav {
  border-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #646464;
  padding: 3px 5px;
}
.main #left-navigation ul.c4-ln-sub-nav {
  padding: 5px 0;
}
.main #left-navigation A.c4subnav {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.main #left-navigation A.c4subnav:hover {
  color: #2b6eab;
}
.main .breadcrumbs {
  font-size: 13px;
  padding-bottom: 20px;
}
.main .breadcrumbs a {
  color: #646464;
}
.main .breadcrumbs a:hover {
  color: #2b6eab;
}
.main .breadcrumbs span.destination {
  color: #000000;
}
.main .breadcrumbs span.divider {
  padding: 0 5px;
}
.main.home .home-slideshow-outer {
  margin-bottom: 50px;
  width: 100%;
  position: relative;
}
.main.home .home-slideshow-outer:hover .prev-btn,
.main.home .home-slideshow-outer:hover .next-btn {
  display: block;
}
.main.home .home-slideshow-outer .prev-btn,
.main.home .home-slideshow-outer .next-btn {
  display: none;
  background-color: rgba(100, 100, 100, 0.9);
  color: #ffffff;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 160px;
  z-index: 99;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main.home .home-slideshow-outer .prev-btn .fa,
.main.home .home-slideshow-outer .next-btn .fa {
  font-size: 34px;
  line-height: 55px;
}
.main.home .home-slideshow-outer .prev-btn {
  left: 0;
}
.main.home .home-slideshow-outer .next-btn {
  right: 0;
}
.main.home .home-slideshow-outer .home-slideshow .slide {
  height: 375px;
  overflow: hidden;
}
.main.home .home-slideshow-outer .owl-controls {
  padding-top: 5px;
}
.main.home .home-slideshow-outer .owl-controls .owl-page {
  float: left;
}
.main.home .home-slideshow-outer .owl-controls .owl-page span {
  display: block;
  margin-right: 10px;
  width: 35px;
}
.main.home .home-slideshow-outer .owl-controls .owl-page.active span {
  background-color: #2b6eab;
  height: 9px;
  margin-top: 0;
}
.main.home .home-slideshow-outer .owl-controls .owl-page span {
  background-color: #cccccc;
  height: 5px;
  margin-top: 4px;
}
.main.home .custom-home-content {
  color: #646464;
  font-size: 15px;
  padding: 0 0 50px;
}
.main.home .featured-items-container {
  margin-bottom: 40px;
}
.main.home .featured-items-container .title {
  color: #094a85;
  font-family: "Merienda One", cursive;
  font-size: 22px;
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 25px;
}
.main.home .home-bottom-container {
  margin-bottom: 30px;
}
.main.home .home-bottom-container.show-all .home-bottom-text {
  height: auto;
}
.main.home .home-bottom-container.show-all .read-more a:after {
  content: '- read less';
}
.main.home .home-bottom-container .home-bottom-text {
  color: #646464;
  font-size: 15px;
  height: 205px;
  overflow: hidden;
  margin-bottom: 10px;
}
.main.home .home-bottom-container .home-bottom-text h1.page-title {
  margin-bottom: 15px;
}
.main.home .home-bottom-container .read-more {
  font-size: 14px;
}
.main.home .home-bottom-container .read-more a {
  cursor: pointer;
  text-decoration: underline;
}
.main.home .home-bottom-container .read-more a:after {
  content: '+ read more';
}
.main.other td#body {
  font-size: 14px;
  padding-left: 20px;
}
.main.other td#body p {
  font-size: 14px;
}
.main.other #c4-breadcrumbs {
  padding-bottom: 20px;
}
.main.other #left-navigation {
  font-size: 15px;
  padding-bottom: 30px;
}
.main.other .left-bottom-content {
  font-size: 15px;
  padding-bottom: 30px;
}
.main.other .left-bottom-content h2.sub-heading {
  font-family: "Merienda One", cursive;
  font-size: 24px;
  font-weight: normal;
  color: #2b6eab;
  margin-bottom: 20px;
}
.main.other .left-bottom-content p {
  color: #646464;
}
.main.section h1.page-title {
  font-size: 26px;
  margin: 5px 0 20px;
}
.main.section .left-nav-wrapper {
  font-size: 15px;
  padding-bottom: 30px;
}
.main.section .left-bottom-content {
  font-size: 15px;
  padding-bottom: 30px;
}
.main.section .left-bottom-content h2.sub-heading {
  font-family: "Merienda One", cursive;
  font-size: 24px;
  font-weight: normal;
  color: #2b6eab;
  margin-bottom: 20px;
}
.main.section .left-bottom-content p {
  color: #646464;
}
.main.section .item-box,
.main.section .category-box {
  width: 192px;
  margin-right: 20px;
  margin-bottom: 50px;
}
.main.section .item-box:nth-child(4n+4),
.main.section .category-box:nth-child(4n+4) {
  margin-right: 0;
}
.main.section .item-box .image img,
.main.section .category-box .image img {
  max-width: 95%;
}
.main.section .item-box .tag {
  top: 9px;
  right: 5px;
}
.main.section .left-column {
  float: left;
  width: 200px;
}
.main.section .right-column {
  width: 830px;
  float: right;
}
.main.section .section-slideshow-outer {
  width: 100%;
  position: relative;
}
.main.section .section-slideshow-outer:hover .prev-btn,
.main.section .section-slideshow-outer:hover .next-btn {
  display: block;
}
.main.section .section-slideshow-outer .prev-btn,
.main.section .section-slideshow-outer .next-btn {
  display: none;
  background-color: rgba(100, 100, 100, 0.9);
  color: #ffffff;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 160px;
  z-index: 99;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main.section .section-slideshow-outer .prev-btn .fa,
.main.section .section-slideshow-outer .next-btn .fa {
  font-size: 34px;
  line-height: 55px;
}
.main.section .section-slideshow-outer .prev-btn {
  left: 0;
}
.main.section .section-slideshow-outer .next-btn {
  right: 0;
}
.main.section .section-slideshow-outer .section-slideshow .slide {
  height: 375px;
  overflow: hidden;
}
.main.section .section-slideshow-outer .owl-controls {
  padding-top: 5px;
}
.main.section .section-slideshow-outer .owl-controls .owl-page {
  float: left;
}
.main.section .section-slideshow-outer .owl-controls .owl-page span {
  display: block;
  margin-right: 10px;
  width: 35px;
}
.main.section .section-slideshow-outer .owl-controls .owl-page.active span {
  background-color: #2b6eab;
  height: 9px;
  margin-top: 0;
}
.main.section .section-slideshow-outer .owl-controls .owl-page span {
  background-color: #cccccc;
  height: 5px;
  margin-top: 4px;
}
.main.section .section-contents {
  padding-top: 30px;
}
.main.section .section-bottom-container {
  margin: 15px 0 30px;
}
.main.section .section-bottom-container.show-full .section-bottom-text {
  height: auto;
}
.main.section .section-bottom-container.show-full .read-more {
  display: none;
}
.main.section .section-bottom-container.show-all .section-bottom-text {
  height: auto;
}
.main.section .section-bottom-container.show-all .read-more a:after {
  content: '- read less';
}
.main.section .section-bottom-container .section-bottom-text {
  color: #646464;
  font-size: 15px;
  height: 125px;
  overflow: hidden;
  margin-bottom: 10px;
}
.main.section .section-bottom-container .read-more {
  font-size: 14px;
}
.main.section .section-bottom-container .read-more a {
  cursor: pointer;
  text-decoration: underline;
}
.main.section .section-bottom-container .read-more a:after {
  content: '+ read more';
}
.main.item > .content-container {
  padding-bottom: 0;
}
.main.item .item-top h1.item-name {
  float: right;
  width: 420px;
  font-family: "PT Sans", sans-serif;
  font-size: 30px;
  font-weight: normal;
  color: #010101;
  padding-bottom: 20px;
}
.main.item .item-top .item-left {
  float: left;
  width: 579px;
}
.main.item .item-top .item-left .additional-thumbs {
  width: 109px;
  float: right;
}
.main.item .item-top .item-left .additional-thumbs .thumb-container {
  padding-bottom: 15px;
}
.main.item .item-top .item-left .additional-thumbs .thumb-container .thumb .image-container {
  width: 100%;
  height: 109px;
  border: 1px dashed #d2d2d2;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main.item .item-top .item-left .additional-thumbs .thumb-container .thumb .image-container .no-image-txt {
  width: 100%;
  color: #646464;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 39px;
  left: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.main.item .item-top .item-left .additional-thumbs .thumb-container .thumb .image-container .image {
  display: none;
  height: 107px;
  position: relative;
}
.main.item .item-top .item-left .additional-thumbs .thumb-container .thumb .image-container .image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 107px;
  max-width: 107px;
}
.main.item .item-top .item-left .additional-thumbs .thumb-container .thumb .image-container:hover {
  border-color: #2b6eab;
}
.main.item .item-top .item-left .additional-thumbs .thumb-container .thumb .image-container:hover .no-image-txt {
  color: #2b6eab;
}
.main.item .item-top .item-left .additional-thumbs .thumb-container .thumb .description {
  display: none;
  padding-top: 10px;
  font-size: 13px;
  line-height: 1.3;
  color: #646464;
}
.main.item .item-top .item-left .additional-thumbs .thumb-container .thumb.show-image .image-container {
  border-color: transparent;
}
.main.item .item-top .item-left .additional-thumbs .thumb-container .thumb.show-image .image {
  display: block;
}
.main.item .item-top .item-left .additional-thumbs .thumb-container .thumb.show-image .description {
  display: block;
}
.main.item .item-top .item-left .additional-thumbs .enlarge-image {
  text-align: center;
  padding-top: 20px;
}
.main.item .item-top .item-left .additional-thumbs .enlarge-image .icon {
  color: #2b6eab;
  padding-bottom: 3px;
}
.main.item .item-top .item-left .additional-thumbs .enlarge-image .icon .fa {
  font-size: 16px;
}
.main.item .item-top .item-left .additional-thumbs .enlarge-image .cta {
  font-size: 12px;
  line-height: 1;
  color: #646464;
}
.main.item .item-top .item-left .ysw-main-image-wrapper {
  width: 460px;
  float: left;
}
.main.item .item-top .item-left .ysw-main-image-wrapper .main-item-image {
  height: 316px;
}
.main.item .item-top .item-left .ysw-main-image-wrapper .main-item-image .image {
  height: 316px;
  position: relative;
}
.main.item .item-top .item-left .ysw-main-image-wrapper .main-item-image .image img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.main.item .item-top .item-left .ysw-main-image-wrapper .item-image-description {
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
}
.main.item .item-top .item-left .ysw-main-image-wrapper .item-image-description span {
  display: none;
  width: 270px;
  color: #646464;
  font-size: 14px;
  line-height: 17px;
}
.main.item .item-top .item-left .ysw-main-image-wrapper .item-image-description span.current {
  display: inline-block;
}
.main.item .item-top .item-left .ysw-main-image-wrapper .item-image-description button.prev, .main.item .item-top .item-left .ysw-main-image-wrapper .item-image-description button.next {
  width: 82px;
  height: 35px;
  text-align: center;
  border: 1px solid #d2d2d2;
  background-color: #f0f0f0;
  font-size: 14px;
  line-height: 35px;
  cursor: pointer;
}
.main.item .item-top .item-left .ysw-main-image-wrapper .item-image-description button.prev .fa, .main.item .item-top .item-left .ysw-main-image-wrapper .item-image-description button.next .fa {
  color: #2b6eab;
  font-size: 20px;
  vertical-align: middle;
  margin-top: -2px;
}
.main.item .item-top .item-left .ysw-main-image-wrapper .item-image-description button.prev {
  float: left;
}
.main.item .item-top .item-left .ysw-main-image-wrapper .item-image-description button.prev .fa {
  padding-right: 5px;
}
.main.item .item-top .item-left .ysw-main-image-wrapper .item-image-description button.next {
  float: right;
}
.main.item .item-top .item-left .ysw-main-image-wrapper .item-image-description button.next .fa {
  padding-left: 5px;
}
.main.item .item-top .item-left .ysw-main-image-wrapper .item-thumb-wrapper .tab-title .tab {
  float: left;
  font-weight: 600;
  font-size: 16px;
  color: #646464;
  padding: 0 20px;
  cursor: pointer;
  border-bottom: 4px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main.item .item-top .item-left .ysw-main-image-wrapper .item-thumb-wrapper .tab-title .tab.current {
  color: #2b6eab;
  border-color: #2b6eab;
}
.main.item .item-top .item-left .ysw-main-image-wrapper .item-thumb-wrapper .tab-title .tab:hover {
  color: #2b6eab;
}
.main.item .item-top .item-left .ysw-main-image-wrapper .item-thumb-wrapper .tab-content .tab {
  display: none;
  border: 1px solid #d2d2d2;
}
.main.item .item-top .item-left .ysw-main-image-wrapper .item-thumb-wrapper .tab-content .tab.current {
  display: block;
}
.main.item .item-top .item-left .ysw-main-image-wrapper .item-thumb-wrapper .tab-content .tab.one {
  padding: 0 0 18px;
}
.main.item .item-top .item-left .ysw-main-image-wrapper .item-thumb-wrapper .tab-content .tab.one ul.other-view-thumbs {
  list-style-type: none;
}
.main.item .item-top .item-left .ysw-main-image-wrapper .item-thumb-wrapper .tab-content .tab.one ul.other-view-thumbs li {
  width: 72px;
  height: 52px;
  position: relative;
  float: left;
  margin-left: 18px;
  margin-top: 18px;
}
.main.item .item-top .item-left .ysw-main-image-wrapper .item-thumb-wrapper .tab-content .tab.one ul.other-view-thumbs li img {
  cursor: pointer;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.main.item .item-top .item-left .ysw-main-image-wrapper .item-thumb-wrapper .tab-content .tab.two, .main.item .item-top .item-left .ysw-main-image-wrapper .item-thumb-wrapper .tab-content .tab.three {
  padding: 0 0 18px;
}
.main.item .item-top .item-left .ysw-main-image-wrapper .item-thumb-wrapper .tab-content .tab ul.small-thumbs {
  list-style-type: none;
}
.main.item .item-top .item-left .ysw-main-image-wrapper .item-thumb-wrapper .tab-content .tab ul.small-thumbs li {
  width: 60px;
  height: 60px;
  position: relative;
  float: left;
  margin-left: 18px;
  margin-top: 18px;
}
.main.item .item-top .item-left .ysw-main-image-wrapper .item-thumb-wrapper .tab-content .tab ul.small-thumbs li img {
  cursor: pointer;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.main.item .item-top .item-right {
  width: 420px;
  float: right;
}
.main.item .item-top .item-right .pricing {
  line-height: 26px;
  padding-bottom: 30px;
}
.main.item .item-top .item-right .pricing .sale-price {
  float: left;
  font-weight: bold;
  font-size: 26px;
  color: #cb0000;
}
.main.item .item-top .item-right .pricing .savings {
  float: left;
  font-weight: 600;
  font-size: 16px;
  color: #646464;
  padding-left: 20px;
}
.main.item .item-top .item-right .pricing .reg-price {
  float: left;
  font-weight: 600;
  font-size: 16px;
  color: #ababab;
  text-decoration: line-through;
  padding-left: 20px;
}
.main.item .item-top .item-right .pricing .qty-discount {
  clear: left;
  font-size: 13px;
  padding-top: 5px;
  color: #3d8901;
}
.main.item .item-top .item-right .out-of-stock-message {
  padding: 30px 0 50px;
  color: #cb0000;
  font-size: 18px;
}
.main.item .item-top .item-right .atc-tabs {
  padding-bottom: 30px;
}
.main.item .item-top .item-right .atc-tabs .tab-title .item-number {
  float: right;
  color: #646464;
  font-size: 14px;
  line-height: 1;
}
.main.item .item-top .item-right .atc-tabs .tab-title .tab {
  float: left;
  font-weight: 600;
  font-size: 14px;
  color: #646464;
  padding: 0 20px;
  cursor: pointer;
  border-bottom: 4px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main.item .item-top .item-right .atc-tabs .tab-title .tab.current {
  color: #2b6eab;
  border-color: #2b6eab;
}
.main.item .item-top .item-right .atc-tabs .tab-title .tab:hover {
  color: #2b6eab;
}
.main.item .item-top .item-right .atc-tabs .tab-content .tab {
  display: none;
  border: 1px solid #d2d2d2;
}
.main.item .item-top .item-right .atc-tabs .tab-content .tab.current {
  display: block;
}
.main.item .item-top .item-right .atc-tabs .tab-content .tab.one {
  padding: 30px 0;
}
.main.item .item-top .item-right .atc-tabs .tab-content .tab.two {
  padding: 30px;
}
.main.item .item-top .item-right .atc-tabs .tab-content .tab .options-container .option {
  padding-bottom: 20px;
}
.main.item .item-top .item-right .atc-tabs .tab-content .tab .options-container .option label {
  display: block;
  float: left;
  width: 105px;
  text-align: right;
  color: #646464;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  padding-right: 15px;
}
.main.item .item-top .item-right .atc-tabs .tab-content .tab .options-container .option select {
  display: block;
  float: left;
  width: 260px;
  height: 30px;
  border: 1px solid #d2d2d2;
  background-color: #f0f0f0;
  color: #646464;
  font-size: 15px;
  padding-left: 5px;
}
.main.item .item-top .item-right .atc-tabs .tab-content .tab .options-container .option:last-child {
  padding-bottom: 0;
}
.main.item .item-top .item-right .atc-tabs .tab-content .tab .set-select {
  padding-bottom: 20px;
}
.main.item .item-top .item-right .atc-tabs .tab-content .tab .set-select select {
  display: block;
  width: 260px;
  height: 30px;
  border: 1px solid #d2d2d2;
  background-color: #f0f0f0;
  color: #646464;
  font-size: 15px;
  padding-left: 5px;
}
.main.item .item-top .item-right .atc-tabs .tab-content .tab .set-specs {
  display: none;
}
.main.item .item-top .item-right .atc-tabs .tab-content .tab .set-specs.current {
  display: block;
}
.main.item .item-top .item-right .atc-tabs .tab-content .tab .set-specs ul.specs {
  list-style-type: none;
  color: #646464;
  font-size: 14px;
}
.main.item .item-top .item-right .atc-tabs .tab-content .tab .set-specs ul.specs li {
  padding-bottom: 5px;
}
.main.item .item-top .item-right .atc-row {
  padding-bottom: 20px;
}
.main.item .item-top .item-right .atc-btn {
  float: right;
}
.main.item .item-top .item-right .atc-btn button {
  font-family: "Open Sans", sans-serif;
  width: 290px;
  height: 45px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  background-color: #3d8901;
  border: 0;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.main.item .item-top .item-right .atc-btn button:hover {
  background-color: rgba(61, 137, 1, 0.9);
}
.main.item .item-top .item-right .atc-qty {
  float: left;
  padding-top: 7px;
}
.main.item .item-top .item-right .atc-qty label {
  font-size: 15px;
  line-height: 30px;
  color: #646464;
  padding-right: 5px;
}
.main.item .item-top .item-right .atc-qty input[type="number"] {
  height: 30px;
  width: 50px;
  font-size: 15px;
  border: 1px solid #d2d2d2;
  background-color: #f0f0f0;
  text-align: center;
}
.main.item .item-top .item-right .shipping-message {
  padding-bottom: 20px;
}
.main.item .item-top .item-right .shipping-message .sm-heading {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  padding-bottom: 5px;
}
.main.item .item-top .item-right .shipping-message .sm-sub-heading {
  font-size: 15px;
  color: #646464;
}
.main.item .item-top .item-right .additional-item-info {
  font-size: 14px;
  color: #646464;
  line-height: 1.2;
}
.main.item .item-bottom {
  padding-top: 50px;
}
.main.item .item-bottom .tabs-container .addthis_inline_share_toolbox {
  float: right;
  margin-top: -20px;
}
.main.item .item-bottom .tabs-container .addthis_inline_share_toolbox svg.at-icon.at-icon {
  width: 25px !important;
  height: 25px !important;
}
.main.item .item-bottom .tabs-container .addthis_inline_share_toolbox span.at-icon-wrapper {
  width: 25px !important;
  height: 25px !important;
}
.main.item .item-bottom .tabs-container .tab-title {
  border-bottom: 1px solid #d2d2d2;
}
.main.item .item-bottom .tabs-container .tab-title .tab {
  float: left;
  font-weight: 600;
  font-size: 16px;
  color: #646464;
  padding: 0 20px;
  cursor: pointer;
  border-bottom: 4px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main.item .item-bottom .tabs-container .tab-title .tab.current {
  color: #2b6eab;
  border-color: #2b6eab;
}
.main.item .item-bottom .tabs-container .tab-title .tab:hover {
  color: #2b6eab;
}
.main.item .item-bottom .tabs-container .tab-content .tab {
  display: none;
}
.main.item .item-bottom .tabs-container .tab-content .tab.current {
  display: block;
}
.main.item .item-bottom .tabs-container .tab-content .tab.one {
  padding: 20px 0;
  color: #646464;
}
.main.item .item-bottom .tabs-container .tab-content .tab.one .caption {
  font-size: 15px;
  padding: 0 0 30px;
}
.main.item .item-bottom .tabs-container .tab-content .tab.one .left {
  width: 500px;
  float: left;
}
.main.item .item-bottom .tabs-container .tab-content .tab.one .left .title {
  color: #094a85;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  padding-bottom: 20px;
}
.main.item .item-bottom .tabs-container .tab-content .tab.one .left ul.features {
  list-style-type: none;
  font-size: 15px;
}
.main.item .item-bottom .tabs-container .tab-content .tab.one .left ul.features li {
  margin-bottom: 15px;
}
.main.item .item-bottom .tabs-container .tab-content .tab.one .left ul.features li .name {
  font-size: 15px;
  cursor: pointer;
}
.main.item .item-bottom .tabs-container .tab-content .tab.one .left ul.features li .name:after {
  float: right;
  content: '+ more';
}
.main.item .item-bottom .tabs-container .tab-content .tab.one .left ul.features li .name:hover {
  color: #2b6eab;
}
.main.item .item-bottom .tabs-container .tab-content .tab.one .left ul.features li .details {
  display: none;
  font-size: 14px;
  background-color: #f0f0f0;
  padding: 10px;
  margin-top: 15px;
}
.main.item .item-bottom .tabs-container .tab-content .tab.one .left ul.features li.show-more .name:after {
  content: '- less';
}
.main.item .item-bottom .tabs-container .tab-content .tab.one .left ul.features li.show-more .details {
  display: block;
}
.main.item .item-bottom .tabs-container .tab-content .tab.one .right {
  width: 500px;
  float: right;
}
.main.item .item-bottom .tabs-container .tab-content .tab.one .right .set-title {
  padding-bottom: 20px;
}
.main.item .item-bottom .tabs-container .tab-content .tab.one .right .set-title span {
  display: block;
  float: left;
  color: #094a85;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  padding-right: 10px;
}
.main.item .item-bottom .tabs-container .tab-content .tab.one .right .set-title select {
  display: block;
  float: left;
  width: 260px;
  height: 30px;
  border: 1px solid #d2d2d2;
  background-color: #f0f0f0;
  color: #646464;
  font-size: 15px;
  padding-left: 5px;
}
.main.item .item-bottom .tabs-container .tab-content .tab.one .right .non-set-item-dimensions {
  font-size: 15px;
}
.main.item .item-bottom .tabs-container .tab-content .tab.one .right .non-set-item-dimensions .title {
  color: #094a85;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  padding-bottom: 20px;
}
.main.item .item-bottom .tabs-container .tab-content .tab.one .right ul.set-includes,
.main.item .item-bottom .tabs-container .tab-content .tab.one .right ul.non-set-dimensions {
  list-style-type: none;
}
.main.item .item-bottom .tabs-container .tab-content .tab.one .right ul.set-includes li,
.main.item .item-bottom .tabs-container .tab-content .tab.one .right ul.non-set-dimensions li {
  margin-bottom: 15px;
}
.main.item .item-bottom .tabs-container .tab-content .tab.one .right ul.set-includes li.more .spec,
.main.item .item-bottom .tabs-container .tab-content .tab.one .right ul.non-set-dimensions li.more .spec {
  float: none;
  cursor: pointer;
}
.main.item .item-bottom .tabs-container .tab-content .tab.one .right ul.set-includes li.more .spec:after,
.main.item .item-bottom .tabs-container .tab-content .tab.one .right ul.non-set-dimensions li.more .spec:after {
  float: right;
  content: '+ more';
}
.main.item .item-bottom .tabs-container .tab-content .tab.one .right ul.set-includes li.more:hover,
.main.item .item-bottom .tabs-container .tab-content .tab.one .right ul.non-set-dimensions li.more:hover {
  color: #2b6eab;
}
.main.item .item-bottom .tabs-container .tab-content .tab.one .right ul.set-includes li.more.show-more .spec:after,
.main.item .item-bottom .tabs-container .tab-content .tab.one .right ul.non-set-dimensions li.more.show-more .spec:after {
  content: '- less';
}
.main.item .item-bottom .tabs-container .tab-content .tab.one .right ul.set-includes li .spec,
.main.item .item-bottom .tabs-container .tab-content .tab.one .right ul.non-set-dimensions li .spec {
  float: left;
}
.main.item .item-bottom .tabs-container .tab-content .tab.one .right ul.set-includes li .value,
.main.item .item-bottom .tabs-container .tab-content .tab.one .right ul.non-set-dimensions li .value {
  float: right;
}
.main.item .item-bottom .tabs-container .tab-content .tab.one .right ul.set-includes li > ul.additional-specs,
.main.item .item-bottom .tabs-container .tab-content .tab.one .right ul.non-set-dimensions li > ul.additional-specs {
  clear: both;
  list-style-type: none;
  padding: 15px 0 0 20px;
}
.main.item .item-bottom .tabs-container .tab-content .tab.one .right ul.set-includes li > ul.additional-specs li:last-child,
.main.item .item-bottom .tabs-container .tab-content .tab.one .right ul.non-set-dimensions li > ul.additional-specs li:last-child {
  margin-bottom: 0;
}
.main.item .item-bottom .tabs-container .tab-content .tab.one .right ul.set-includes li .more-info,
.main.item .item-bottom .tabs-container .tab-content .tab.one .right ul.non-set-dimensions li .more-info {
  display: none;
  clear: both;
  font-size: 14px;
  padding-top: 15px;
  color: #646464;
}
.main.item .item-bottom .tabs-container .tab-content .tab.one .right ul.set-includes li .more-info .more-info-inner,
.main.item .item-bottom .tabs-container .tab-content .tab.one .right ul.non-set-dimensions li .more-info .more-info-inner {
  background-color: #f0f0f0;
  padding: 10px;
}
.main.item .item-bottom .tabs-container .tab-content .tab.one .right ul.set-includes li.show-more .more-info,
.main.item .item-bottom .tabs-container .tab-content .tab.one .right ul.non-set-dimensions li.show-more .more-info {
  display: block;
}
.main.item .item-bottom .tabs-container .tab-content .tab.one .right .set {
  display: none;
  font-size: 15px;
}
.main.item .item-bottom .tabs-container .tab-content .tab.one .right .set.current {
  display: block;
}
.main.item .item-bottom .tabs-container .tab-content .tab.one .additional-info {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  color: #646464;
}
.main.item .item-bottom .tabs-container .tab-content .tab.one .additional-info span {
  display: block;
  padding-top: 5px;
  font-size: 15px;
}
.main.item .item-bottom .tabs-container .tab-content .tab.two, .main.item .item-bottom .tabs-container .tab-content .tab.three {
  padding: 50px 0;
}
.main.item .item-bottom .featured-items-container {
  margin-bottom: 40px;
}
.main.item .item-bottom .featured-items-container .title {
  color: #094a85;
  font-family: "Merienda One", cursive;
  font-size: 20px;
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 25px;
}

/**
---------------------------------------------------------------
 * 4.0 - Footer
---------------------------------------------------------------
**/
.footer {
  border-top: 1px solid #d4d4d4;
  padding: 30px 0;
}
.footer .top-footer .col {
  float: left;
}
.footer .top-footer .col.one {
  width: 210px;
}
.footer .top-footer .col.one .trust-badge {
  text-align: center;
  padding-top: 35px;
}
.footer .top-footer .col.two {
  width: 400px;
  margin-left: 50px;
}
.footer .top-footer .col.three {
  width: 390px;
}
.footer .top-footer .col ul.links {
  width: 33%;
  float: left;
  list-style-type: none;
}
.footer .top-footer .col ul.links li {
  font-size: 13px;
  padding-bottom: 5px;
}
.footer .top-footer .col ul.links li a {
  color: #000000;
  text-decoration: none;
}
.footer .top-footer .col ul.links li a:hover {
  color: #2b6eab;
  text-decoration: underline;
}
.footer .top-footer .col .email-signup {
  float: right;
  padding-top: 5px;
}
.footer .top-footer .col .email-signup .title {
  color: #2b6eab;
  font-size: 22px;
}
.footer .top-footer .col .email-signup .sub-title {
  font-size: 15px;
  padding-bottom: 15px;
}
.footer .top-footer .col .email-signup .newsletter-form {
  border: 1px solid #d4d4d4;
  margin-bottom: 18px;
}
.footer .top-footer .col .email-signup .newsletter-form input.email-input {
  display: block;
  float: left;
  width: 277px;
  height: 30px;
  border: 0;
  padding: 0 10px;
  font-size: 15px;
  font-style: italic;
}
.footer .top-footer .col .email-signup .newsletter-form button {
  display: block;
  float: left;
  border: 0;
  color: #ffffff;
  padding: 0 10px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-color: #2b6eab;
}
.footer .bottom-footer {
  padding-top: 20px;
}
.footer .bottom-footer .credit-cards {
  float: left;
}
.footer .bottom-footer .credit-cards img {
  display: block;
}
.footer .bottom-footer .phone {
  padding-top: 3px;
  padding-left: 55px;
  float: left;
  font-size: 18px;
  line-height: 24px;
  color: #2b6eab;
}
.footer .bottom-footer .phone span {
  font-size: 24px;
  padding-left: 10px;
}
.footer .bottom-footer .copyright {
  float: right;
  padding-top: 3px;
  font-size: 13px;
  line-height: 24px;
}

/*20090927 - limit tabs height to allow scrolling*/

.ysw-main-image-wrapper .tab-content {
    max-height: 250px;
    overflow-y: auto;
}


/*# sourceMappingURL=core.css.map */
