
/* GLOBAL */
/* Product manager */

.thumbnail .text-center:nth-last-child(1)  {
     display: none;
}

.thumbnail .prodButtons {
    display: none;
}

.quantityRow {
    display: none!important;
}
.col-xs-12.text-center.addToCart {
    height: 40px;
}
.col-xs-12.text-center.addToCart button{
    display: none!important;
}
.col-xs-12.text-center.addToCart a{
    display: none!important;
}
.col-xs-12.addToCart {
    width: 100%!important;
    text-align: center!important;
}
.gsc-adBlock { display: none!important; }
.soldBanner { display: none!important; }
.prodImage { height: 250px; position: relative; border: 0px; }
.prodImage a img {
    position: absolute;
    width: 100%;
    top:-100%; left:0; right: 0; bottom:-100%;
    margin: auto;
}
.viewMoreDetailsBut {
    margin-bottom: 15px!important;
}
.thumbnail a.btn, .thumbnail .btn { width: 100%; }
.thumbnail { height: 680px; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); }
.prodDescription {     height: 330px; padding: 0px 15px!important; }
.addToCart { padding: 0px 15px; }
.addToCart .btn-custom { margin: 0px auto 5px auto; box-shadow: none!important; }
form h3 { margin-top: 30px!important; color: #06b1af!important; text-align: left!important; }
.price h3 { text-align: right!important; color: #7d69a3!important; }

    .blog-wrapper .product {
        background: #fff;
        padding: 5px 30px;
        border-radius: 6px;
        box-shadow: 0 0 4.222rem rgba(151, 151, 151, 0.35);
    }
@media(min-width: 992px) {
    .blog-wrapper .product {
        margin-top: -15%;
    }
}
/*------------------------------------*\
  #Quick Styles & Misc Classes
\*------------------------------------*/
.btn-danger.deleteItem {
    color: #fff!important;
    padding: 3px 5px 3px 5px!important;
}
.btn-danger.deleteItem .fa {
    color: #fff!important;
    font-size: 18px;
    padding: 1px 5px!important;
}

.carousel-cell {
  width: 100%;
  height: auto;
  padding: 30px 30px 15px 30px;
  margin-right: 30px;
  counter-increment: carousel-cell;
}

.carousel-cell h4 { color: #00b2b1; }
.carousel-cell img {
    max-width: 250px;
    margin: 0px auto 20px auto;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
html,body { height: 100%; }

.socialiconbar-fixed-bottom { left: 10%; right: auto; }

#headerContainer { background: transparent!important; }


/* Typography Overrides*/
h1, h2, h3, h4, h5, h6 { line-height: 1.3; }
p, ul li { line-height: 1.6; }
.fa { color: #00b2b1; }


/* Highlight Text Color */
::-moz-selection { background: #015b5e; color:#ffffff; }

/* General Shadow Effect */
.shadow { transition: 0.25s box-shadow; box-shadow: 0 0 4.222rem rgba(151, 151, 151, 0.35); }
.shadow:hover { box-shadow: 0 0 0.222rem rgba(151, 151, 151, 0.24); }

/* Heading Underline Effects */
h2.underline { margin-bottom: 40px; position: relative; }
h2.underline:after {
    position: absolute;
    content: ' ';
    width: 150px;
    bottom: -20px;
    height: 3px;
    border-radius: 3px;
    background: #00b2b1;
    left: 0px;
    right: 0px;
    margin: 0px auto; }
h3.underline {
    border-bottom: 3px solid #00b2b1;
    display: inline-block;
    padding-bottom: 15px; }
    
/* Global Buttons & Links */
.btn.btn-custom {
    border: 0px;
    font-size: 18px; 
    background: #00b2b1; /* back up */
    background: -moz-linear-gradient(45deg, #00b2b1 2%, rgba(177,159,206,1) 99%); 
    background: -webkit-linear-gradient(45deg, #00b2b1 2%,rgba(177,159,206,1) 99%); 
    background: linear-gradient(45deg, #00b2b1 2%,rgba(177,159,206,1) 99%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00efa5', endColorstr='#b19fce',GradientType=1 ); }
.btn-custom.btn-white { background: #ffffff; color: rgb(74, 64, 60)!important; }
p a { font-weight: 400; }    
.btn.btn-success.btn-custom { width: 100%; }
form input[type=submit] { 
    border: #235266;
    white-space: pre-wrap;
    border-radius: 3px!important; }
    
hr { margin: 50px 0; border: 0; border-top: 1px solid #e4e4e4; }

/* Image Effects */
.img-shadow {
    box-shadow: 0px 2px 15px rgba(0,0,0,0.15);
    border-radius: 6px;
    border: 3px solid #ffffff;
}

.wrapper { padding-top: 50px; }
@media (min-width: 768px){
    .wrapper { padding-top: 0px; }
}

/* Flex Properties */
@media (min-width: 768px) {
    .row.flex {
      border-radius: 5px;
      margin: 15px 0px;
      display: flex;
      display: -webkit-box;
      display: -ms-flexbox;
      justify-content: center;
      flex-flow : row wrap;
    }
    .row.flex .col { 
        justify-content: center;
        display: flex; 
        align-items: center; }
    .colored-block .inner {
        max-width: 75%;
        padding: 30px 0px;
    }
}
.colored-block {
    background: rgb(255,255,204); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(255,255,204,1) 0%, rgba(185,241,225,1) 100%); 
    background: -webkit-linear-gradient(-45deg, rgba(255,255,204,1) 0%,rgba(185,241,225,1) 100%); 
    background: linear-gradient(135deg, rgba(255,255,204,1) 0%,rgba(185,241,225,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffcc', endColorstr='#b9f1e1',GradientType=1 ); 
} 
@media(max-width: 767px) {
    .sm-height-300 { height: 300px; }
}
a.condition-link { font-family: Quicksand; color: #00b2b1!important; }
a.condition-link:hover { color: #fff!important; }

/* ============ Dynamic Paddings and Margins ============ */
@media (min-width: 1px){
    .padding-top{padding-top:30px;}
    .padding-bottom{padding-bottom:30px;}
    .padding-top-bottom, .oms-standard-checkout {padding-top: 30px!important; padding-bottom: 30px!important;}
}
@media (min-width: 440px){
    .padding-top{padding-top:30px;}
    .padding-bottom{padding-bottom:30px;}
    .padding-top-bottom, .oms-standard-checkout {padding-top: 30px!important; padding-bottom: 30px!important;}
}
@media (min-width: 768px){
    .padding-top{padding-top:50px;}
    .padding-bottom{padding-bottom:50px;}
    .padding-top-bottom, .oms-standard-checkout {padding-top: 50px!important; padding-bottom: 50px!important;}
}
@media (min-width: 992px){
    .padding-top{padding-top:60PX;}
    .padding-bottom{padding-bottom:60PX;}
    .padding-top-bottom, .oms-standard-checkout {padding-top: 60PX!important; padding-bottom: 60PX!important;}
}
@media (min-width: 1200px){
    .padding-top{padding-top:70px;}
    .padding-bottom{padding-bottom:70px;}
    .padding-top-bottom, .oms-standard-checkout {padding-top: 70px!important; padding-bottom: 70px!important;}
}
@media (min-width: 1580px){
    .padding-top{padding-top:80px;}
    .padding-bottom{padding-bottom:80px;}
    .padding-top-bottom, .oms-standard-checkout {padding-top: 80px!important; padding-bottom: 80px!important;}
}



/*------------------------------------*\
# Custom Elements and Containers
\*------------------------------------*/

.card {
    border-radius: 5px; 
    background: #ffffff; 
    transition: 0.25s box-shadow;
    margin: 30px auto!important; 
    transition: 0.2s;
    padding: 0px 0px 30px 0px;
    cursor: default;
}
.card .card-header {
    margin-top: -30px;
    padding: 20px 30px;
    text-align: center;
    background: #00b3b1;
    font-weight: 900;
    margin-bottom: 20px;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
}
.card .card-header h5 {
    color: #fff;
    font-weight: 600;
    margin: 0px auto;
}
.card img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.card h4, .card p { cursor: default; text-align: center; padding-left: 30px; padding-right: 30px; }
.card h4 { font-weight: 600; margin: 30px auto 20px auto; }
.card .btn.btn-custom {
    display: table;
    cursor: pointer;
    margin: 30px auto 10px auto; }
.container-grey { background: #eff1f6; }
.container-green { background: #00b2b1; }
.container-green h3, .container-green p { color: #ffffff; }
.container-green .card p { color: inherit; }
.container-green h3 { margin-top: 0px; }
.container-green p { margin-bottom: 0px; }

.image-container {
    height: 55vh;
    position: relative;
    background: url(/userfiles/1297/images/SW-HomeBanner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-attachment: scroll; }
.image-container .shade { 
    background: rgba(52, 62, 72, 0.5);
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px; }
.image-container .container {
    position: relative;
    top: 45%;
    transform: translateY(-45%);
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%); }
    
.banner-container {
    position: relative;
    background: url(/userfiles/1355/images/landing-banner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-attachment: scroll; }
    
.banner-container .shade { 
    background: rgba(52, 62, 72, 0.5); 
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px; }
    
.banner-container h1, 
.banner-container h2, 
.banner-container h3, 
.banner-container h4, 
.banner-container h5,
.banner-container p,
.image-container h1, 
.image-container h2, 
.image-container h3, 
.image-container h4, 
.image-container h5, 
.image-container p { 
    color: white;
    text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.95); }   
.container-bg { position: relative; }  
 /*.container-bg:before {
    display: block;
    position: absolute;
    content: ' ';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
background: -moz-linear-gradient(left, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0.35) 5%, rgba(255,255,255,0.75) 15%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 65%, rgba(255,255,255,0.75) 85%, rgba(255,255,255,0.35) 95%, rgba(255,255,255,0.35) 100%);
background: -webkit-linear-gradient(left, rgba(255,255,255,0.35) 0%,rgba(255,255,255,0.35) 5%,rgba(255,255,255,0.75) 15%,rgba(255,255,255,1) 35%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 65%,rgba(255,255,255,0.75) 85%,rgba(255,255,255,0.35) 95%,rgba(255,255,255,0.35) 100%); 
background: linear-gradient(to right, rgba(255,255,255,0.35) 0%,rgba(255,255,255,0.35) 5%,rgba(255,255,255,0.75) 15%,rgba(255,255,255,1) 35%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 65%,rgba(255,255,255,0.75) 85%,rgba(255,255,255,0.35) 95%,rgba(255,255,255,0.35) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59ffffff', endColorstr='#59ffffff',GradientType=1 ); 
    }   */
@media(max-width: 991px) {
    .container-bg { background-size: cover!important; }  
    .container-bg:before {
        background: rgba(255, 255, 255, 0.9);
    }
}
    
    
.container-solid {
    position: relative;
    font-weight: 300;
    line-height: 1.5;
    color: #ffffff;
    background: #f37732; }
.container-solid h3 {
    font-weight: 300;
    line-height: 1.5;
    color: #ffffff; }
.container-solid a.btn-custom, .container-solid a.btn-custom:hover, .container-solid a.btn-custom:focus, .container-solid a.btn-custom:active {
    background: #fff!important;
    margin-top: 30px;
    color: rgb(243, 118, 50)!important;
    border: #fff!important; }
.container-solid a.btn-custom:hover, .container-solid a.btn-custom:focus, .container-solid a.btn-custom:active { opacity: 0.8; }

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    height: 50px;
}
.input-group-btn:last-child>.btn  .glyphicon, .input-group-btn:last-child>.btn-group .glyphicon {
    margin-left: 10px!important; margin-right: 10px!important; 
}
@media (min-width: 1px){
    .blog-wrapper {padding-top: 30px!important; padding-bottom: 30px!important;}
}
@media (min-width: 440px){
    .blog-wrapper {padding-top: 30px!important; padding-bottom: 30px!important;}
}
@media (min-width: 768px){
    .blog-wrapper {padding-top: 50px!important; padding-bottom: 50px!important;}
}
@media (min-width: 992px){
    .blog-wrapper {padding-top: 60PX!important; padding-bottom: 60PX!important;}
}
@media (min-width: 1200px){
    .blog-wrapper {padding-top: 70px!important; padding-bottom: 70px!important;}
}
@media (min-width: 1580px){
    .blog-wrapper {padding-top: 80px!important; padding-bottom: 80px!important;}
}
.blog {     
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
    margin: 30px auto!important;
    transition: 0.2s box-shadow;
    padding: 10px 30px 30px 30px; }
.blog a.btn-custom { display: block; }
.blog-detail-page { background: #f4f4f4; }
.btn.btn-primary.btn-custom.returnBlogBtn { display: none!important; }
.btn-return {
    display: block!important;
    float: none!important;
}
/*------------------------------------*\
  #Button Styles
\*------------------------------------*/
.btn-custom {     
    transition: 0.2s all;
    text-transform: capitalize;
    font-weight: 600;
    text-shadow: none;
    padding: 0.36em 2em;
    font-family: Quicksand;
    box-shadow: 0 0 4.222em rgba(253,149,81,0.24);
    border-radius: 5px; }

/*------------------------------------*\
  #Floating Support Button Styles
\*------------------------------------*/
.support {
    position: fixed;
    bottom: 40px;
    right: 50px;
    width: 300px;
    border-radius: 3px;
    font-size: 85%;
    background: #ffffff;
    padding: 15px 20px;
    box-shadow: 0px 0px 60px 3px rgba(0, 0, 0, 0.25)!important;
    z-index: 100;
    text-align: center;
    border: 2px solid #9f1c34;
}
.support svg {
    height: 60px;
    width: 60px;
}
.support .absolute-svg {
    position: absolute;
    top: 70px;
    left: 80px;
}
.support .absolute-svg svg {
    width: 40px;
    height: 40px;
}
.support .close {
    border: 2px solid #9f1c34;
    padding: 8px 10px 8px 10px;
    position: absolute;
    top: -15px;
    right: -15px;
    opacity: 1;
    font-size: 14px;
    background: #fff;
    border-radius: 100px;
    transition: 0.15s top,
                0.15s box-shadow;
    box-shadow: 0px 0px 60px 3px rgba(0, 0, 0, 0.25);
}
.support a.btn .fa { color: #fff; }
.support .close .fa { color: #9f1c34; }
.support .close:hover {
        top: -18px;
        box-shadow: 0px 0px 70px 15px rgba(0, 0, 0, 0.25);
}
/*------------------------------------*\
  #Form Styles
\*------------------------------------*/ 
.panel-title {
        font-size: 26px;
    margin: 15px; }
}
form.form-horizontal {
    background: #ffffff;
    padding-top: 20px;
    border: 0px;
    padding: 15px 15px 20px 15px;
    margin-bottom: 60px;
    border-radius: 2px;
    box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.35); }
@media (min-width: 992px) {
    form.form-horizontal {
        box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.35); }
}
form.form-horizontal .form-group:last-child { margin: 0px; }
.numbersSection img { margin-top: 13px; }
.form-control {     
    color: #000;
    box-shadow: none;
    font-weight: 400;
    padding: 4px 18px;
    height: 50px;
    background: #e9e9e9;
    border-radius: 6px;
    border: 1px solid #d4d4d4; }
form h3 { 
    font-size: 18px;
    color: #333333;
    margin-top: 0px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px; }
form label, form label span {
    margin-bottom: 10px;
    font-size: 14px!important;
    font-weight: 400!important; }
form label span { padding: 0!important; }
form .numbersSection { 
    padding: 0px 15px!important;
    margin: 0px!important;
    box-shadow: none!important;
    border: 1px solid #eaeaea!important; 
    height: 50px!important;
    border-radius: 0px!important; }
form input[type=submit] { 
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    border-radius: 3px;
    width: 100%; 
    display: block; 
    margin: 15px 0 0 0; }
form textarea.form-control { padding: 15px 18px; }
.form-group .text-right.col-xs-12, .form-group .numbersInputSection.col-xs-12 { padding: 0px!important; text-align: center!important; }
#antispam { text-align: center!important; }
form label {    color: #989898!important; } 
/* PAGE SPECIFIC */
/* PAGE SPECIFIC CSS */
.banner-container {
    position: relative;
    background: url(/userfiles/1355/images/man-banner-1.jpg);
    background-repeat: no-repeat;
    background-position: center 25%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    background-attachment: scroll; } 
/* FOOTER */

footer { background-color: rgb(26, 25, 22); margin-top: 20px; }
