@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');


body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color:#666
}

.container.home { text-align:center;min-height:300px; padding:30px 10% 60px 10%;}

#wrap { padding-top:120px;}
.inner-banner-wrapper{ background:#F8F8F8; padding:2rem;margin-bottom:40px;}

a {color:#000}
a:hover {text-decoration: underline; color:#333}
footer a,footer li,footer h5 {color:#fff}
footer h5 {font-size:20px;}
footer a:hover {color:#fff;text-decoration: underline;}
footer {background:#567FFD;padding:40px 0 0 0;text-align:center; min-height:300px; text-align:center}
/* form controls */
form {background: #e9ecef;padding:30px;margin-bottom:30px;}
form.emptyForm{background: #fff;padding:0px;margin-bottom:0px;}
.input-group { margin-bottom:15px;}
.input-group .form-control {width:100%;}
.input-group label {padding-top:10px;}
form h2 {margin-left:15px;font-weight:400;font-size:28px;}
.highlight {color:red;}
form a { color:#000; text-decoration:underline}
form.productform{background: #fff;padding:0px;margin-bottom:0px;}
/* emd form controls */

/*product listing styles*/
.productlist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
  }
  .productlist > [class*='col-'] {
    display: flex;
    flex-direction: column;
  }
.productlist .col-md-3 {text-align:center; }
.productlist .col-md-3 h3 {color:#444; margin-top:20px;font-size:22px;}
.productlist .col-md-3 .btn { width:100%;}
.productlist .col-md-3 h3 a {color:#444}
.productlist .col-md-3 h3 a:hover{color:#7AB8E8;text-decoration:none;}
.productlist .col-md-3 .align-baseline{position:absolute; bottom:0; width:calc(100% - 30px);}
h2.topproducts { font-size:22px;border-radius:2px;background:#7AB8E8; color:#fff; padding:10px; display:block;margin-top:30px}
/*end product list styles*/
.btn {
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 400;
    border: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 4px
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
    box-shadow: none
}

.btn-primary {
    background-color:#C5617F;
    border-color:#C5617F;
    color:#fff;
    border-radius:2px;
    text-transform:uppercase
}

.btn-primary:hover {
    background-color: #333;
    border-color: #333
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus {
    background-color: #10243D
}

.btn-transparent {
    background: transparent;
    border: 2px solid #10243D;
    padding: 8px 23px;
    color: #fff
}

.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus,
.btn-transparent:active:hover,
.btn-transparent:active:focus,
.btn-transparent.active {
    background-color: #10243D;
    color: #fff;
    border-color: #10243D
}

.btn-lg {
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 0
}

.white-btn {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    line-height: 18px
}

.white-btn:hover,
.white-btn:active,
.white-btn:focus,
.white-btn:active:hover,
.white-btn:active:focus,
.white-btn.active {
    background-color: #fff;
    color: #1E71AC
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", serif !important;
    color: #444;
    line-height:1.3;
}

h1 {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
    color: #C5617F
}
h2{color:#444}

h1 span {
    font-weight: 600
}

h2 {
    font-size: 34px;
    font-weight: 400;
    line-height: 1.2
}

h3 {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 20px
}

img {
    vertical-align: middle
}

a {
    -webkit-transition: all .8s;
    transition: all .8s
}



ol,
ul {
    list-style-type: none
}

ul {
    padding-left: 0
}

.section-padding {
    padding: 70px 0
}

.heading {
    position: relative;
    border-bottom: none
}

.heading h2 {
    text-align: center;
    margin-bottom: 20px
}

.hr {
    display: block;
    margin: 0 auto 70px;
    width: 100px;
    height: 3px;
    background-color: #1E71AC
}

.small-hr {
    display: block;
    margin: 0 0 15px;
    width: 20px;
    height: 2px;
    background-color: #1E71AC
}

.no-padding {
    padding: 0 !important
}

.m-b-30 {
    margin-bottom: 30px !important
}

.m-b-60 {
    margin-bottom: 60px !important
}

.m-t-0 {
    margin-top: 0 !important
}

.m-t-90 {
    margin-top: 90px !important
}

.no-padding-x {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.no-padding-y {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.no-margin-x {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.no-margin-y {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.no-margin-top {
    margin-top: 0 !important
}

.no-margin-bottom {
    margin-top: 0 !important
}

.btn-wrapper {
    margin: 25px 0 20px
}



header {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999
}

header img.logo { max-height:80px;}

header .top-navbar .navbar-nav>li>a.nav-link {
    margin: 0 15px;
    padding: 10px 0
}

.navbar {
    min-height: 85px;
    border: none;
    padding: 10px 0;
    -webkit-transition: all .5s;
    transition: all .5s
}




.navbar-nav>li>a {
    display: inline-block;
    position: relative;
    text-transform: uppercase
}
.navbar-nav>li.active,.navbar-nav>li:hover {background:#7AB8E8;}
.navbar-nav>li.active a{color:#fff}


.dropdown-toggle i {
    position: relative;
    top: 1px;
    left: 3px;
    font-size: 13px
}

header nav.top-navbar {
    background: #fff
}

.top-navbar.navbar-brand {
    color: #7AB8E8;
    -webkit-transition: all .3s;
    transition: all .3s
}



.top-navbar .navbar-nav>li>a.nav-link {
    font-size: 14px;
    color: #212a36;
    -webkit-transition: all .3s;
    transition: all .3s
}

.top-navbar .navbar-nav>li>a.nav-link:hover,
.top-navbar .navbar-nav>li>a.nav-link:focus {
    color: #fff
}

.top-navbar .navbar-nav>li>a.nav-link:hover:after,
.top-navbar .navbar-nav>li>a.nav-link:focus:after {
    width: 100%
}

.top-navbar .navbar-nav>.active>a.nav-link,
.top-navbar .navbar-nav>.active>a.nav-link:hover,
.top-navbar .navbar-nav>.active>a.nav-link:focus {
    color: #fff;
    background-color: transparent
}

.top-navbar .navbar-nav>.active>a:after,
.top-navbar .navbar-nav>.active>a:hover:after,
.top-navbar .navbar-nav>.active>a:focus:after {
    width: 100%
}

header .top-navbar .navbar-nav>li>a.btn {
    padding: 10px 25px;
    outline: none;
    line-height: 21px;
    margin-left: 15px
}

.navbar-light .navbar-toggler {
    margin-top: 16px;
    margin-right: 0;
    margin-bottom: 4px;
    padding: 8px;
    border: none;
    background: none;
    cursor: pointer
}

.navbar-light .navbar-toggler .navbar-toggler-icon {
    background: none;
    position: relative
}

.navbar-light .navbar-toggler:focus {
    outline: none
}

.navbar-light .navbar-toggler .navbar-toggler-icon:after {
    content: "\e871";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-family: "Linearicons-Free";
    font-size: 30px;
    color: #288195;
    cursor: pointer;
    line-height: 25px
}

.navbar-light .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon:after {
    content: "\e871"
}

.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    content: "\e870"
}

.navbar-light .navbar-brand {
    padding-left: 0;
    margin:0 auto;
}

.navbar-nav .dropdown-menu {
    top: 33px;
    left: 15px;
    padding: .5rem
}

.dropdown:hover>.dropdown-menu {
    display: block
}

li.dropdown {
    cursor: pointer
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    background: #288195;
    color: #fff
}

.dropdown-item span {
    margin-right: 8px;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    top: -2px
}

.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    -webkit-transition: -webkit-box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0;
    transition: -webkit-box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0;
    -o-transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0;
    transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0;
    transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0
}

#topbasket {
    width: 30%;
    height: 85px;
    right:0;
    background: #d9d9d9;
    position: absolute;
    top: 0px;
    padding-top: 5px;
    right: 0;
    z-index: 9999999;
}
#basket {
    margin: 3% 4%;
    padding-bottom: 10px;
}
#basket p {
    float: left;
    position: relative;
    display: block;
    width: 70%;
    font-size: 1em;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: left;
}
#basket p span {
    font-size: 1em;
    display: block;
    clear: both;
}
#basket p.viewbutton {
    width: 30%}
#basket p a {
    text-decoration: none;
    padding: 10px 0;
    color: #333;
    background: #fff;
    border-radius: 0;
    text-align: center;
    display: block;
    width: 80%;
    font-weight: 400;
}
#basket p span.num {
    margin-left: 0;
    padding-top: 7px;
}

#subbasket {
    display: none;
    position: absolute;
    top: 110px;
    right:0;
    background: #F8F8F8;
    border-left:1px solid #ccc;
    border-bottom:1px solid #ccc;
    width: 300px;
    clear: both;
    margin-left: 0;
    padding-bottom: 15px;
    z-index: 99999999;
}
#subbasket ul {
    margin: 15px 2% 0;
    padding: 0;
}
#subbasket ul li {
    display: block;
    clear: both;
    margin: 0 0 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
    font-size: 1em;
}
.subbagleft {
    width: 30%;
    float: right;
}
.subbagleft img {
    width: 100%}
.subbagright {
    float: left;
    width: 65%;
    margin-left: 5%}
#subbasket ul li p {
    font-size: 1em;
    font-weight: 400;
    margin: 0 0 5px;
    position: relative;
}
#subbasket ul li p.subbagprice {
    font-size: 1em;
    margin: 15px 0 5px;
    font-weight: 400;
}
#subbasket ul li p.subboxextras {
    font-size: 1em;
    font-weight: 400;
    margin: 5px 0;
}
.subbagleft form {
    margin: 0;
    padding: 0;
    float: right;
    background: 0 0;
    border: 0;
}
.subbagleft form input {
    width: 73px;
    height: 20px;
    float: right;
    border: 0;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -moz-box-shadow: inset 0 0 0 rgba(51, 51, 51, .3);
    -webkit-box-shadow: inset 0 0 0 rgba(51, 51, 51, .3);
    box-shadow: inset 0 0 0 rgba(51, 51, 51, .24);
}
p.bagtotal, p.subbaglinks a {
    display: block;
    color: #fff;
    float: left;
}
p.bagtotal {
    position: relative;
    width: 96%;
    font-size: 1.2em;
    padding: 10px 2%;
    background: #444;
    clear: both;
    margin: 5px 2%;
    text-align: right;
}
p.subbaglinks {
    position: relative;
    margin: 0 0 15px 2%;
    font-size: 1em;
}
p.subbaglinks a {
    width: 46%;
    min-height: 20px;

}
p.subbaglinks a.subbagcheckout {
    margin-left: 4%}
#basket p a#hidebag {
    display: none;
    clear: both;
}

table {
    border: 0;
    font-size: 1em;
    width: 100%;
    clear: both;
    margin-bottom: 15px
}

td,
th {
    padding: 8px;
    color: #444;
    line-height: 1.6em;
    border: 1px solid #ccc
}

td a {
    text-decoration: underline;
    color: #444;
    font-weight: 400
}

th {
    color: #444
}
.error{ color:red;}

#mainbasket {color:#444;min-width:150px;}
#mainbasket a {color:#444}
@media screen and (max-width:480px) {
    #mainbasket{text-align:right;position:fixed;width:100%;top:0px;}
}

.top-btn {
    background: #fff none repeat scroll 0 0;
    bottom: 20px;
    color: #9d9d9d;
    font-size: 24px;
    height: 40px;
    line-height: 42px;
    position: absolute;
    right: 20px;
    text-align: center;
    width: 40px;
    }

.breadcrumb { background: #F8F8F8;}