/*@import url("https://fonts.googleapis.com/css?family=Lato:400|Josefin+Sans:700");*/
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Montserrat&family=Oswald:wght@400;700&display=swap');
html, body {
  height: 100%;
  margin: 0;
}

/* swim2000 teal: #14c4cf; */
/* swim2000 blue: #1a81bd; */

body {
  background: #fff;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #212121;
  line-height: 1.3;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  color: #555;
  padding-bottom: 10px;
  padding-top: 10px;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 1.9rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.1rem; }

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  text-decoration: none;
}

a a:focus {
  outline: none;
}

p {
  margin: 0px;
  padding-bottom: 10px;
}

ul, ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}

.spacing {
  height: 15px;
  content: ' ';
}
.spacing-lg {
  height: 40px;
  content: ' ';
}
.clear {
  clear: both;
}

/* ---------- header ------ */

header {
  margin-bottom: 15px;
}
header #top-bar {
  min-height: 50px;
  background: #DDD;
  padding: 15px 0;
  background: #14c4cf;
}
header #top-bar a {
  color: #FFF;
}
header .inner {
  max-width: 1400;
  margin: 0 auto;
  line-height: 20px;
  color: #FFF;
}
header .inner ul {
  margin: 0 auto;
  list-style: none;
}
header .inner ul li {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  border-right: 1px solid #fff;
}
header .inner ul li.first {
  border-left: none;
  padding-left: 0;
}
header .inner ul li.last {
  border-right: none;
  padding-right: 0;
}


header ul#top-right-nav  {
  list-style: none;
}
header ul#top-right-nav li {
  display: inline-block;
  padding-left: 20px;
  text-align: right;
}
header ul#top-right-nav .cart-icon {
  font-size: 1.3rem;
  margin-right: 5px;
}
header ul#top-right-nav a.cart-icon {
  color: #999;
}

.navbar#top-nav-bar {
  background: #fff !important;
  min-height: 75px;
  border-bottom: 1px solid #ddd;
}
header ul#top-right-nav li.search-bar-block {
  padding-right: 150px;
}

#top-search-box {
  width: 400px;
}

header .logo {

  
}

header .logo .logo-text {
    text-indent: -9999px;
    float: left;
    display: block;
    width: 225px;
  height: 70px;
  /*background: url(//images.cdn-outlet.com/images/logo/so-logo.svg) 0 0 no-repeat;*/
  background: url(//swim2000.com/20/images/logo.gif) 0 0 no-repeat;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0 ;
}

/* ---------- footer ------ */

footer {
  background: #1a81bd;
  color: #fff;
  font-size: 18px;
  border-top: 20px solid #eee;
}
footer,
.push {
  height: 400px;
}
footer .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
footer ul {
  font-size: 14px;
}
footer ul li,
footer p
 {
  padding-bottom: 7px;
}
footer ul .list-header {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 15px;
}
footer .social-block {
  padding-bottom: 20px;
}
footer .copyright {
  font-size: 14px;
  border-top: 1px solid #349edc;
  padding-top: 10px;
  text-align: center;
}
footer a {
  color: #fff;
}



.wrapper {
  min-height: 100%;
  margin-bottom: -400px;
}
#main-container {
  padding-bottom: 40px;
}

/* ----- carousel / slider -------- */

#home-slider {
  margin-bottom: 15px;
}

#home-slider .container {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

#main-slide {
  min-height: 400px;
  background: #DDD;
}
#main-slide .carousel.slide {
  max-width: 1400px;
  min-height: inherit;
}

#main-slide .carousel-control {
  display: none;
  transition: all 0.3s ease-in-out;
}

#main-slide .carousel-indicators {
  cursor: pointer;
  bottom: 15px;
}

#main-slide:hover .carousel-control {
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

#main-slide .carousel-item img {
  position: relative;
  width: 100%;
}

#main-slide .carousel-inner .carousel-item::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#main-slide .carousel-item .carousel-caption {
  opacity: 0;
  transition: opacity 100ms ease 0s;
  z-index: 0;
}

#main-slide .carousel-item .carousel-caption .heading {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-top: 30px;
}

#main-slide .carousel-item .carousel-caption p {
  font-size: 20px;
}

#main-slide .carousel-item.active .carousel-caption {
  opacity: 1;
  transition: opacity 100ms ease 0s;
  z-index: 1;
}

#main-slide .carousel-caption {
  color: #fff;
  position: absolute;
  top: 35%;
}

#main-slide .carousel-caption .btn {
  margin: 25px 25px 0px 0px;
}

#home-slider .carousel-control-next,
#home-slider .carousel-control-prev {
  opacity: 1;
  box-shadow: none;
  font-size: 30px !important;
  width: 8%;
}
#home-slider a.carousel-control-next,
#home-slider a.carousel-control-prev {
  border: none;
}

#home-slider .carousel-control-prev span {
  padding: 15px;
}

#home-slider .carousel-control-next span {
  padding: 15px;
}

#home-slider .carousel-control {
  top: 45%;
}

#home-slider .carousel-control .fa-chevron-left,
#home-slider .carousel-control .fa-chevron-right {
  position: absolute;
  z-index: 5;
}

#home-slider .carousel-control .fa-chevron-left {
  left: 25%;
}

#home-slider .carousel-control .fa-chevron-right {
  right: 25%;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

#home-slider .carousel-control i {
  line-height: 40px;
  width: 45px;
  border: none;
  height: 45px;
  display: block;
  border-radius: 2px;
  background: transparent;
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

#main-slide .carousel-control i:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-color: #fff;
}

.carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: 400px;
}

#home-slider .carousel-buttons-block {
  margin-left: 50%;
  position: absolute;
  bottom: 25px;
  width: 450px;
  left: 50%;
  margin-left: -225px;
  z-index: 1003;
}

#home-slider .carousel-buttons-block ul {
  list-style: none;
}
/*
#home-slider .carousel-buttons-block ul li {
  display: block;
  text-align: center;
  padding-top: 15px;
}
#home-slider .carousel-button {
  width: 200px;
  line-height: 1;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
*/

#home-slider .carousel-buttons-block {
    position: absolute;
    bottom: 55px;
    width: 100%;
    z-index: 1003;
    display: table;
}

#home-slider .carousel-buttons-block li {
  display: inline;
}

#home-slider .carousel-button {
    width: 150px;
    line-height: 1;
    font-size: .7rem;
    font-weight: bold;
    text-transform: uppercase;
    height: 40px;
    vertical-align: middle;
    display: table-cell;
}


/* ----- alert block -------- */

#large-alert-block {
  /*min-height: 100px;*/
  background: #1a81bd;
  margin-bottom: 10px;
  color: #FFF;
  font-size: 40px;
  text-align: center;
}
#large-alert-block .inner {
  padding: 20px 20px 20px 20px ;
  /*font-family: 'Anton', sans-serif;*/
  font-weight: 400;
  letter-spacing: -.05rem;
}
#large-alert-block .inner .meta {
  font-family: Montserrat;
  font-size: 25px;
}
#large-alert-block.bg-warning {
  color: inherit;
}
#large-alert-block a {
  color: #fff;
  text-decoration: underline;
}


/* ----- main content -------- */

#main-content {
  max-width: 1100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

#main-content .img-grid {
  min-height: 400px;
  background-size: cover;
}
#main-content .img-grid .blockImg {
  min-height: 380px;
  background-size: cover;
  position: relative;
}
#main-content .img-grid.block-right {
  background-position: right top ;
  padding-right: 0;
  padding-left: 0;
}
#main-content .img-grid.block-left {
   padding-left: 0;
}
#main-content .img-grid.block-right .blockImg {
  background-position: right top ;
}
#main-content .img-grid.block-left .blockImg {
  background-position: left top ;
}

#main-content .img-grid .blockImg .block-btn {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #000;
  font-weight: 700;
}

.home-main-content section {
  margin-bottom: 40px;
}


/* ----- badge -------- */

 .badge {
  border-radius: 0;
  font-size: 12px;
  line-height: 1;
  padding: .375rem .5625rem;
  font-weight: normal
 }

 .badge-outline-secondary {
  color: #444;
  border: 1px solid #ddd
 }
 .badge-outline-white,
a.badge-outline-white
  {
  color: #fff;
  border: 1px solid #ddd
 }

 .badge.badge-pill {
  border-radius: 10rem
 }

 .badge-orange,
 a.badge-orange
  {
  background: #f87a26;
  color: #FFF;
 }

 .badge-white,
 a.badge-white
  {
  background: #FFF;
  color: #FFF;
 }


/* ----- buttons -------- */

.btn.btn-blue {
  background: #1a81bd;
  color: #FFF;
}
.btn.btn-blue:hover {
  background: #176796;
}
.btn.btn-outline-blue {
  border-color: #1a81bd;
  color: #1a81bd;
}
.btn.btn-outline-blue:hover { 
  background: #1a81bd;
  color: #FFF;
}

.btn.btn-orange {
  background: #f87a26;
  color: #FFF;
}
.btn.btn-orange:hover {
  background: #f87a26;
}

.btn.btn-s2kblue {
  background: #14c4cf;
  color: #FFF;
}
.btn.btn-s2kblue:hover {
  background: #176796;
}
.btn.btn-outline-s2kblue {
  border-color: #14c4cf;
  color: #14c4cf;
}
.btn.btn-outline-s2kblue:hover { 
  background: #14c4cf;
  color: #FFF;
}

.btn.btn-gray {
  background: #ced4da;
  color: #222;
}
.btn.btn-gray:hover {
  background: #bbb;
}
.btn.btn-outline-gray {
  border-color: #ced4da;
  color: #ced4da;
}
.btn.btn-outline-gray:hover { 
  background: #ced4da;
  color: #222;
}

.bg-blue {
  background-color: #1a81bd;
}
.bg-blue a, 
a.bg-blue  {
  color: #fff ;
}
.text-blue {
  color: #1a81bd;
}

.pill {
  border-radius: 20px;
}



/* ----- modal -------- */

.modal-dialog.modal-dialog-slideover {
   margin: 0;
   margin-left: auto;
}
 .modal.fade .modal-dialog.modal-dialog-slideover {
   transform: translate(100%, 0);
}
 .modal.fade.show .modal-dialog.modal-dialog-slideover {
   transform: translate(0, 0);
   flex-flow: column;
}
 .modal-dialog.modal-dialog-slideover .modal-content {
   border: 0;
   border-radius: 0;
   height: 100vh;
}
 .modal-dialog.modal-dialog-slideover .modal-body {
   max-height: 100%;
   overflow-y: auto;
}
 .modal-dialog.modal-dialog-slideover .modal-form {
   display: flex;
   flex-direction: column;
   flex: 1 1 auto;
}


/* ----- products -------- */

.prodThumb {
  margin-bottom: 25px;
}
.prodThumb .image {
  width: 100%;
  /*border: 1px solid #eee;*/
  margin-bottom: 10px;
}
.prodThumb .image img {
  width: 100%;
}
.prodThumb p {
  font-size: 13px;
  padding-bottom: 7px;
}
.prodThumb .price {
  font-size: 16px;
}
.prodThumb .strike {
  font-size: 14px;
  text-decoration: line-through;
  color: #999;
}
.prodThumb .product-name,
.prodThumb .product-name a {
  color: #222;
  text-decoration: none;
  font-weight: 700;
}
.prodThumb .sale-text,
.sale-text
 {
  color: #dc3545;
  font-weight: bold;
}
.prodThumb .prod-thumb-name,
.prodThumb .prod-thumb-name a
 {
  font-size: 12px;
  color: #222;
}


#topProducts {
  margin: 0 auto;
}


/* --- PRODUCT PAGE --- */

h1#prod-displ-name,
#prod-displ-name {
  font-size: 1.4rem;
    line-height: 1.1;
    text-transform: capitalize;
    padding: 7px 0;
}
h2.prod-heading,
h3.prod-heading,
#prod-recent h3 {
  font-size: 1.4rem;
    line-height: 1.1;
    text-transform: capitalize;
    padding: 7px 0;
}
.prod-price {
  font-size: .9rem;
  /*color: #FF7007;*/
  color: #222;
}
.prod-price.red {
  color: #BF0009;
}
.prod-disc-percent {
  font-size: .9rem;
}
.prod-sale-tag,
.clearance-tag {
  font-size: 1.2rem;
  line-height: 1;
  color: #CC0000;
  font-weight: bold;
  text-transform: uppercase;
  clear: both;
}
p.prod-sale-block,
p.prod-style-name-block,
p.prod-size-name-block,
p.prod-qty-block
 {
  margin-bottom: 5px;
}


#prod-main-image {
  width: 100%;
}

.prod-alt-image-thb {
  border: 1px solid #DDD;
  margin-bottom: 10px;
  background: #FFF;
  height: 100px;
}
.prod-alt-image-thb:hover,
.prod-alt-image-thb.selected
 {
  border-color: #555;
  cursor: pointer;
}
.prod-alt-image-thb img {
  width: 100%;
  max-height: 100%;
}


.prod-qty-input-block {
  border: 1px solid #ddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.prod-qty-input-block .input-number{
  border: none;
  text-align: center;
}

ul.style-sel-list,
ul.size-sel-list
{
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  display: inline-block;
}
ul.style-sel-list li,
ul.size-sel-list li
{
  border: 1px solid #CCC;
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 100%;
  line-height: 40px;
  text-align: center;
  font-size: .8rem;
  padding: 2px 0 0 2px;
  overflow: hidden;
}
ul.size-sel-list li.active,
ul.size-sel-list li:hover
{
  border-color: #000;
}
ul.style-sel-list li a,
ul.size-sel-list li a
{
  display: block;
  text-decoration: none;
  color: #555;
  border-radius: 100%;
  width: 34px;
  height: 34px;
}
ul.style-sel-list li:hover {
  border-color: #555 ;
}
ul.style-sel-list li.active,
ul.size-sel-list li.active,
ul.style-sel-list li:hover,
ul.size-sel-list li:hover
{
  border-color: #000 ;
}
ul.style-sel-list li a:hover,
ul.size-sel-list li a:hover
{
  color: #000;
}
ul.style-sel-list.sm-list li {
  width: 23px;
  height: 23px;
  margin-right: 2px;
  margin-bottom: 2px;
}
ul.style-sel-list.sm-list li a {
  width: 17px;
  height: 17px;
}
#add-to-cart-btn {
  text-transform: uppercase;
}
#prod-suggest {
  padding: 10px;
}
#prod-recent,
#prod-suggest
 {
  background: #F9F9F9;
  /*border: 1px solid #EEE;*/
  clear: both;
}
#prod-recent .prodThumb,
#prod-suggest .prodThumb
 {
  width: 150px;
  /*height: 250px;*/
  height: 300px;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  border: none !important;
  padding: 15px;
  background: #FFF;
  /*position: relative;*/
}
#prod-recent .prodThumb .image img,
#prod-suggest .prodThumb .image img
 {
  width: 100%;
}
#prod-recent .prodThumb h4,
#prod-suggest .prodThumb h4
 {
  font-size: .75rem;
  padding: 10px 0;
}
#prod-recent .prodThumb h4 a,
#prod-suggest .prodThumb h4 a 
 {
  color: #999;
}
#prod-recent .prodThumb .price,
#prod-suggest .prodThumb .price
 {
  font-size: .9rem;
  color: #CC0000;
  line-height: 1;
  /*position: absolute;*/
  /*bottom: 20px;*/
}
.addFavIcon {
  border: 1px solid #CCC;
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  font-size: 1.4rem;
  text-align: center;
  line-height: 45px;
  margin-right: 10px;
}
.addFavIcon:hover,
a.addFavIcon:hover
 {
  border-color: #444;
  color: #CC0000;
}
a.addFavIcon {
  color: #555;
  text-decoration: none;
}
.prod-ship-info {
  line-height: 1.2;
  font-size: 1.1rem;
}

#prodShipInfo {
  font-weight: 700 ;
}

.prod-info-block p {
  padding-bottom: 5px;
}
.prod-sale-text {
  color: #cc0000;
  font-weight: bold;
}


/* ----- brands -------- */

.brandThumb {
  margin-bottom: 15px;

}

.brandThumb .image {
  width: 100%;
  /*border: 1px solid #eee;*/
  margin-bottom: 10px;
  height: 125px;
  text-align: center;
}
.brandThumb .image img {
  width: 75%;
  margin: 0 auto;
}
.brandThumb .brand-name,
.brandThumb .brand-name a
 {
  text-align: center;
  color: #222;
  font-weight: 700;
}


/* ----- categories -------- */

#filter-sidebar {
  font-size: 14px;
}
#filter-sidebar .sideBarTitle {
  font-weight: 700;
}
#filter-sidebar .categorySwatches a {
  margin-bottom: 5px;
  line-height: 1.7 ;
}
#filter-sidebar .left_colorSwatch,
#filter-sidebar .left_sizeSwatch
 {
  display: block;
  text-decoration: none;
  color: #222;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  margin-right: .2rem;
  margin-bottom: .2rem;
  float: left;
  border: 1px solid #fff ;
}
#filter-sidebar .left_sizeSwatch {
  border: 1px solid #222 ;
  text-align: center ;
  line-height: 34px;
}
#filter-sidebar .left_colorSwatch:hover,
#filter-sidebar .left_sizeSwatch:hover
{
  border-color: #ddd ;
}
#filter-sidebar a {
  color: #444;
}
#filter-sidebar a:hover {
  color: #999;
}


/* ----- reviews -------- */

.stars {
  color: #ffa501;
  font-size: 18px !important;
}
.stars i {
  margin-right: .2rem; 
}






/* ----- cart -------- */

.cart-block {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.cart-block.last {
  border-bottom: none;
}
.cart-block .prod-image {
  width: 100%;
}
.cart-block .prod-name {
  font-size: 1.1rem;
  font-weight: 700;
}
.cart-block .prod-name,
.cart-block .prod-name a {
  color: #000;
}
.cart-block .prod-total {
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
}

.cart-block .prod-id {
  font-size: .8rem;
}
.cart-block .cart-qty-label {
  float: left;
}
.cart-block.cart-sm .cart-qty-label {
  float: right;
}
.cart-block .cart-qty-sel {
  float: left;
  width: 30%;
  margin-left: 10px;
  border-color: #adadad;
}
.cart-block.cart-sm .cart-qty-sel {
  float: none;
  width: 50%;
}
.cart-block .msrp {
  text-decoration: line-through;
  color: #999;
  font-size: .9rem;
}
.cart-block .price-savings {
  font-size: .8rem;
  color: green;
}
.cart-block .line-total {
  font-weight: 700;
}



.cart-totals-block .container {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cart-totals-block .cart-total {
  font-weight: 700;
  font-size: 1.1rem;
}
.cart-totals-block .cart-savings {
  text-align: right;
  color: green;
  font-weight: 700;
}




/* ---------- checkout ------ */

.checkout-block .row {
  padding-bottom: 10px;
}
#checkout-login-block .inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
#checkout-login-block p {
  padding-bottom: 20px;
}
#checkout-nav .nav-bullet {
  font-size: 50px;
  line-height: .7;
  padding-left: 15px;
  padding-right: 15px;
}

/* ----- general -------- */

.title-med {
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  color: #555;
  font-size: 28px;
}

.title-sm {
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  color: #555;
  font-size: 20px;
}

.breadcrumbs-block {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  color: #777 ;
}
.breadcrumbs-block ul.breadcrumbs {
  list-style: none;
}
.breadcrumbs-block ul.breadcrumbs li {
  display: inline;
  padding-right: 10px;
}
.breadcrumbs-block a {
  color: #000;
}

.page-sort-block  {
  margin-bottom: 20px;
  border: none;
  /*font-size: 12px;*/

}
.page-sort-block .card-body  {
  padding: 7px 20px;
  line-height: 1.8;
}
.page-sort-block ul.paging {
  list-style: none;
}
.page-sort-block ul.paging li {
  display: inline;
  font-size: 13px;
  padding: 0 3px;
}
.strike {
  text-decoration: line-through;
}

.divide {
  padding-top: 15px;
  border-bottom: 1px solid #eee ;
  margin-bottom: 15px;
}
.bold {
  font-weight: 700 ;
}

hr.dashed {
      border-top: 1px dashed rgba(0,0,0,.1);
}
.text-lg {

}
.text-med {

}
.text-medsm {

}
.text-sm {
  font-size: .8rem;
}

.hide {
  display: none;
}


header .site-logo {
  float: left;
  width: 170px;
  height: 38px;
  margin-top: 26px;
  background: url(//images.cdn-outlet.com/images/logo/so-logo.svg) 0 0 no-repeat;
  text-indent: -9999px; 
}

/* ----- media queries -------- */

@media (min-width: 1200px) {
  .container, 
  .container-lg, 
  .container-md, 
  .container-sm, 
  .container-xl {
      max-width: 1400px;
  }
}

@media (min-width: 992px){
    .navbar#lower-nav-bar li {
        margin-left : 1em;
        margin-right : 1em;
    }
}

@media print {
.no-print {
    display:none;
  }
}