body {
    font-size: 16px;
    color: #0d2240;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    text-align: left;
    line-height: 24px;
    background: #fff;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #0D2240;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb {
    background-color: #0D2240;
    border-radius: 20px;
}

::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 20px;
}

* {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    *zoom: 1;
}

blockquote {
    color: #464243;
    font-weight: 700;
    font-style: italic;
    font-size: 24px;
    line-height: 30px;
    padding: 20px 0 20px 25px;
    border-left: 1px solid #231f20;
    margin: 30px 0;
}

a {
    background: transparent;
    color: #0D2240;
    outline: none;
    text-decoration: none;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

a:hover {
    text-decoration: none;
    color: #26CAD3;
}

a:focus {
    outline: none;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

input,
select {
    vertical-align: middle;
}

.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper>.widget,
.page-wrapper>.page-bottom,
.block.category.event,
.top-container,
.page-main {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

p {
    font-size: 16px;
    font-weight: 400;
    color: #0D2240;
    line-height: 20px;
}

p.feature {
    font-size: 20px;
    line-height: 44px;
}

p.small {
    font-size: 18px;
    line-height: 20px;
}

button,
.button {
    font-size: 16px;
    background: #0a2240;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    font-weight: bold;
    -webkit-border-radius: 3px;
    border: 0px;
}

button:hover,
.button:hover {
    background: #25cbd3;
    color: #fff;
    box-shadow: none;
}

.navbar button:hover,
.navbar .button:hover {
    background: #fff;
    box-shadow: none;
    border: 0;
}

button[disabled],
.button[disabled] {
    background: #cdced6;
}

button:active,
.button:active {
    background: #25cbd3;
    color: #fff;
    box-shadow: none;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    border: none;
    display: block;
}

ul {
    list-style: none;
}

ul>li,
ol>li {
    margin-bottom: 0;
}

strong {
    font-weight: 600;
}

header,
footer,
section {
    width: 100%;
}


.content-wrapper {
    background: #fff;
    position: relative;
    z-index: 1;
}


button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -moz-box-sizing: content-box;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="text"],
input[type="password"],
input[type="name"],
input[type="email"],
input[type="date"],
input[type="tel"] {
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    font-weight: 400;
    background: #f6f6f6;
    color: #0d2240;
    font-size: 16px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="name"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
button:focus {
    outline: none;
}

::-webkit-input-placeholder {
    color: #a7a7a7;
}

:-moz-placeholder {
    color: #a7a7a7;
    opacity: 1;
}

::-moz-placeholder {
    color: #a7a7a7;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #a7a7a7;
}

::-ms-input-placeholder {
    color: #a7a7a7;
}

::placeholder {
    color: #a7a7a7;
}

textarea {
    overflow: auto;
    vertical-align: top;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    font-weight: 400;
    border: none;
    font-size: 16px;
}

textarea:focus {
    outline: none;
}

h1,
.h1 {
    font-size: 36px;
    line-height: 36px;
    color: #0D2240;
}

h2,
.h2 {
    font-size: 30px;
    line-height: 30px;
    color: #0D2240;
}

h3,
.h3 {
    font-size: 24px;
    line-height: 24px;
    color: #0D2240;
}

h4,
.h4 {
    font-size: 18px;
    line-height: 18px;
    color: #0D2240;
}

h5,
.h5 {
    font-size: 16px;
    line-height: 16px;
    color: #0D2240;
}

h6,
.h6 {
    font-size: 15px;
    color: #0D2240;
    line-height: 16px;
}

/*----------------------------------------*/

/* 1.1 Top Header 
/*----------------------------------------*/

.header-main img.header-logo {
    max-width: 130px;
    margin-top: 10px;
}

.header-sticky {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.menu-style {
    position: relative;
}

.navbar .navbar-nav>.nav-item {
    margin-bottom: 0px;
}

.header-main {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1530px;
    margin: 0 auto;
}

.header-right {
    display: flex;
}

.header-right .cart a.action.showcart {
    background: url(../img/cart-icon.png) no-repeat;
    width: 24px;
    height: 24px;
    margin-top: 20px;
    background-size: 24px;
}
.header-right .cart a.action.showcart span{    position: absolute;
    top: 15px;
    right: -5px;
    width: 18px;
    height: 18px;
    z-index: 99;
    background: #26CAD3;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    font-weight: 600;}
.header-right .cart a.action.showcart:before {
    content: '';
}

.header-right .block-search .action.search {
    background: url(../img/search-icon.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-top: 5px;
    background-size: 20px;
    opacity: 1;
}

.header-right .block-search .action.search:before {
    content: '';
}

.header-right .minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
    top: 12px;
    right: -5px;
    width: 18px;
    height: 18px;
    z-index: 99;
    background: #26CAD3;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    font-weight: 600;
}

.header-right .iconpart {
    padding: 18px 15px;
    cursor: pointer;
}
.header-right .searchbar img,
.header-right .iconpart img {
    max-width: 24px;
}

.header-right i:before {
    margin: 0;
    font-size: 20px;
    color: #0d2240;
}

.header-right .iconpart:hover i:before {
    color: #26CAD3;
}

.header-sticky.is-sticky {
    position: fixed;
    position: sticky;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}


.header-sticky.is-sticky .header-right .cart.iconpart {
    padding-right: 5px;
}

.menu-style .style3-rpart {
    display: flex;
    width: 100%;
}

.navbar-nav a.nav-link {
    font-weight: bold;
}

.navbar-nav a.nav-link {
    font-weight: 600;
}

.navbar .nav-item .submenu .nav li:last-child {
    margin-bottom: 0px;
}


.searchbar {
    position: relative;
    margin: 0px;
}

.searchbar .iconpart .icon-add:before {
    transform: rotate(45deg);
}

.searchbar .search-form-wrap {
    position: absolute;
    top: 100%;
    right: 0;
    width: 408px;
    z-index: 99;
    display: none;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(51, 48, 73, 0.23);
    -moz-box-shadow: 0px 0px 12px 0px rgba(51, 48, 73, 0.23);
    box-shadow: 0px 0px 12px 0px rgba(51, 48, 73, 0.23);
}

.search-form-wrap .search-form {
    position: relative;
}

.search-form-wrap .search-field {
    width: 100%;
    border-style: solid;
    border-width: 3px 0 0 0;
    border-color: #26CAD3;
    border-style: solid;
    line-height: 52px;
    box-sizing: border-box;
    background: #fff;
    padding: 0 52px 0 22px;
}

.search-form-wrap .submit-form {
    position: absolute;
    bottom: 0;
    right: 10px;
    height: 32px;
    width: 32px;
}

.search-form-wrap .submit-form .search-submit {
    border: none;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #fff;
    position: relative;
    color: #0d2240;
    background: #efeff0 url(../img/search-icon.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 10px;
}

.search-form-wrap .submit-form .search-submit i:before {
    color: #0d2240;
}

.search-form-wrap .submit-form .search-submit i:hover:before {
    color: #26CAD3;
}

.form.minisearch {
    margin-top: 15px;
    position: relative;
}

.form.minisearch .block-search input {
    background: #efeff0;
    border-radius: 500px;
    border: 0px;
}

.search-form-wrap .block-search .control {
    padding-bottom: 0;
}
.show-search #searchform input#s,
.form.minisearch .control input#search {
    border: 0;
    background: #efeff0;
    line-height: 32px;
    box-shadow: none;
    background: #efeff0;
    border-radius: 500px;
    font-size: 14px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 10px;
    width: 100%;
}
.show-search #searchform input#s::-webkit-input-placeholder,
.form.minisearch .control input#search::-webkit-input-placeholder {
     color: #a7a7a7;
     font-size: 12px;
     font-weight: 600;
}
.show-search #searchform input#s:-moz-placeholder,
 .form.minisearch .control input#search:-moz-placeholder {
     color: #a7a7a7;
     font-size: 12px;
     font-weight: 600;
}
.show-search #searchform input#s::-moz-placeholder,
 .form.minisearch .control input#search::-moz-placeholder {
     color: #a7a7a7;
     font-size: 12px;
     font-weight: 600;
}
.show-search #searchform input#s:-ms-input-placeholder,
 .form.minisearch .control input#search:-ms-input-placeholder {
     color: #a7a7a7;
     font-size: 12px;
     font-weight: 600;
}
.search-form-wrap .block-search {
    width: 210px;
    padding-left: 0;
}

.cart,
.cart .iconpart {
    position: relative;
}

.minicart-wrapper .action.showcart {
    margin-bottom: 0;cursor: pointer;
    display: inline-block;
    text-decoration: none;
white-space: nowrap;}
 .minicart-wrapper .action.showcart span.text{    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;}
    
    .minicart-wrapper.active {
    overflow: visible;
}
.minicart-wrapper .action.showcart.active {
    display: inline-block;
    text-decoration: none;
}
.cart,
.cart .iconpart {
    position: relative;
}
#collapsibleNavbar .navbar-nav li.nav-item.has-children .submenu li a {
    font-weight: 500;
}
#collapsibleNavbar ul.navbar-nav li.nav-item .submenu li a:hover {
    color: #26cad3;
}
#collapsibleNavbar ul.navbar-nav li.nav-item.subscribe-save::before {
    left: 10px;
}
#collapsibleNavbar ul.navbar-nav li.nav-item.subscribe-save{
     position: relative;
}
 #collapsibleNavbar ul.navbar-nav li.nav-item.subscribe-save::before{
     content: "Save up to 30%";
     font-size: 10px;
     color: #ff4f5a;
     font-weight: 600;
     position: absolute;
     left: 20px;
     top: 3px;
}
 .header-main.ipad #collapsibleNavbar ul.navbar-nav li.nav-item.subscribe-save a::after{
     content: "Save up to 30%";
     font-size: 10px;
     color: #ff4f5a;
     font-weight: 600;
     position: absolute;
     right: -90px;
     top: 5px;
}
 .header-main.ipad #collapsibleNavbar ul.navbar-nav li.nav-item.subscribe-save::before{
    content: "";
}
 .header-main.ipad #collapsibleNavbar ul.navbar-nav li.nav-item.subscribe-save{
     padding-left: 0px;
}
 #collapsibleNavbar ul.navbar-nav li.nav-item.subscribe-save{
     position: relative;
}
 #collapsibleNavbar ul.navbar-nav li.nav-item.subscribe-save::before{
     content: "Save up to 30%";
     font-size: 10px;
     color: #ff4f5a;
     font-weight: 600;
     position: absolute;
     left: 10px;
     top: 3px;
}
 .header-main.ipad #collapsibleNavbar ul.navbar-nav li.nav-item.subscribe-save a::after{
     content: "Save up to 30%";
     font-size: 10px;
     color: #ff4f5a;
     font-weight: 600;
     position: absolute;
     right: -90px;
     top: 6px;
}
 .header-main.ipad #collapsibleNavbar ul.navbar-nav li.nav-item.subscribe-save::before{
    content: "";
}
 .header-main.ipad #collapsibleNavbar ul.navbar-nav li.nav-item.subscribe-save{
     padding-left: 0px;
}
.header-right .cart .iconpart {
    padding-right: 5px;
}

.cart .total {
    position: absolute;
    top: 10px;
    right: 0px;
    width: 18px;
    height: 18px;
    z-index: 99;
    background: #26CAD3;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 18px;
}

.cart .minicart-droapdown {
    position: absolute;
    z-index: 99;
    top: 100%;
    right: 15px;
    width: 395px;
    background: #fff;
    border-top: 3px solid #26CAD3;
    text-align: left;
    padding: 10px 15px 20px 20px;
    display: none;
    -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.07);
}

.minicart-droapdown .cart-body .item-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 22px 25px 22px 0;
    border-bottom: 1px solid #d2d1d2;
}

.minicart-droapdown .cart-body {
    height: 356px;
}

.minicart-droapdown .cart-body .item-list .img-part {
    width: 95px;
    padding-right: 20px;
}

.minicart-droapdown .cart-body .item-list .img-part img {
    max-width: 74px;
}

.minicart-droapdown .cart-body .item-list .dis-part {
    width: calc(100% - 95px);
}

.minicart-droapdown .cart-body .item-list:last-child {
    border-bottom: none;
}

.minicart-droapdown .cart-body .item-list .dis-part {
    color: #817e7f;
    font-size: 16px;
}

.minicart-droapdown .cart-body .item-list .dis-part a.product-name {
    font-size: 18px;
    font-size: 8.97pt;
    font-weight: 700;
    color: #0d2240;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 1;
}

.minicart-droapdown .cart-body .item-list .dis-part a.product-name:hover {
    color: #26CAD3;
}

.minicart-droapdown .cart-body .item-list .dis-part label {
    margin: 0;
    font-size: 9.97pt;
    font-weight: 600;
    color: #0d2240;
    line-height: 1;
}

.minicart-droapdown .cart-body .item-list .dis-part .Qty {
    font-size: 9.97pt;
    font-weight: 600;
    line-height: 1;
}

.minicart-droapdown .cart-body .item-list .dis-part .price {
    font-size: 9.97pt;
    font-weight: 600;
    margin-top: 12px;
    line-height: 1;
}

.minicart-droapdown .cart-body .item-list .remove {
    position: absolute;
    right: 0;
    top: 23px;
    cursor: pointer;
    line-height: 1;
}

.minicart-droapdown .cart-body .item-list .remove i:before {
    transform: rotate(45deg);
    color: #26CAD3;
    line-height: 1;
}

.minicart-droapdown .cart-body .item-list .remove i:hover:before {
    color: #26CAD3;
    line-height: 1;
}

.minicart-droapdown .cart-footer {
    border-top: 3px solid #0d2240;
    padding-top: 15px;
}

.minicart-droapdown .cart-footer .subtotal {
    display: flex;
    justify-content: space-between;
    color: #0d2240;
    font-size: 22px;
    font-size: 12pt;
    font-weight: 700;
    padding-bottom: 15px;
    line-height: 1;
}

.minicart-droapdown .cart-footer .subtotal label {
    margin: 0;
    line-height: 1;
}

.minicart-droapdown .cart-footer .btn-group {
    width: 100%;
    justify-content: space-between;
}

.minicart-droapdown .cart-footer .btn-group .btn {
    position: relative;
    border: 3px solid #0D2240;
    line-height: 30px;
    padding: 0;
    border-radius: 3px;
    width: 140px;
    flex: inherit;
}

.minicart-droapdown .cart-footer .btn-group .btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0a2240;
    z-index: 99;
    width: 0;
    transition: width .5s ease-in-out;
}

.minicart-droapdown .cart-footer .btn-group .btn:hover:before {
    width: 100%;
}

.minicart-droapdown .cart-footer .btn-group .btn span {
    position: relative;
    z-index: 99;
    display: block;
    font-size: 16px;
    font-weight: 700;
    font-size: 10pt;
    transition: color .5s ease-in-out;
    background: #0a2240;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.minicart-droapdown .cart-footer .btn-group .btn:hover span {
    color: #0D2240;
    background: #fff;
}


header .account-manager {
    position: relative;
}

header .account-manager .account-droapdown {
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 15px;;
    left: auto; right: 0px;
    width: 208px;
    background: #fff;
    border-top: 3px solid #0D2240;
    
    padding: 28px;
    display: none;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(51, 48, 73, 0.23);
    -moz-box-shadow: 0px 0px 12px 0px rgba(51, 48, 73, 0.23);
    box-shadow: 0px 0px 12px 0px rgba(51, 48, 73, 0.23);
}

header .account-droapdown ul li a {
    color: #0D2240;
    font-size: 14px;
    padding: 8px 0;
    display: inline-block;
    width: 100%;
    line-height: 1;
    
    font-weight: 500;
}
header .account-droapdown ul li a:hover{color: #26cad3}
header .account-droapdown ul li:first-child a {
    padding-top: 0px;
}

header .account-droapdown ul li:last-child a {
    padding-bottom: 0;
}

header .account-droapdown ul li.welcome span.logged-in {
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
    font-weight: 600;
}

header .account-droapdown ul li a:hover{   color: #26cad3;}
.account-droapdown ul li.active a {
    color: #0D2240;
}

header .account-droapdown ul li:last-child a {
    padding-bottom: 0;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
    color: #a7a7a7;
    font-size: 12px;
    font-weight: 400;
}



.offer-strip {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    background: #b37ec4;
    padding: 5px 10px 6px;
    text-align: center;
    font-style: normal;
    position: relative;
    z-index: 9; display: none;
}

.offer-strip a {
    position: relative;
    background-color: #fff;
    padding: 5px 16px;
    color: #0D2240;
    font-weight: 600;
    border-radius: 25px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
font-family: 'Montserrat', sans-serif;}

.offer-strip a:hover {
    background-color: #1c355e;
    color: #fff;
}


.minicart-wrapper {
    display: inline-block;
    position: relative;
    float: right;
    margin-left: 13px;
}

.minicart-wrapper .action.showcart .counter.qty.empty {
    display: none;
    margin: 3px 0 0;
    min-width: 18px;
    overflow: hidden;
    padding: 0 3px;
    white-space: normal;
}
 #searchsuite-autocomplete.searchsuite-autocomplete {
     border: 1px solid #f3f2f4;
     margin-top: 12px;
}
 #searchsuite-autocomplete.searchsuite-autocomplete ul {
     padding: 0 5px;
}
 .searchsuite-autocomplete ul li .qs-option-info .qs-option-title {
     line-height: 18px;
     margin-bottom: 5px;
}
 .searchsuite-autocomplete ul li a {
     line-height: 16px;
     color: #0D2240;
     font-weight: 600;
}
 .searchsuite-autocomplete ul li .qs-option-info .qs-option-shortdescription, .searchsuite-autocomplete ul li .qs-option-info .qs-option-description{
     color: #58595B;
     font-size: 12px;
     line-height: 20px;
     font-weight: 400;
     
}
.searchsuite-autocomplete ul li .qs-option-info .qs-option-price{    font-weight: 500;}
 .searchsuite-autocomplete ul li .qs-option-info .qs-option-price p.price-from .price-label{
    display: none;
}
 .searchsuite-autocomplete ul li .qs-option-info .qs-option-price p.price-from{
     color: #0D2240;
     font-size: 16px;
     line-height: 18px;
     margin-bottom: 0;
     
     font-weight: 500;
}
 .searchsuite-autocomplete .product ul li {
     border-bottom: 1px solid #f3f2f4;
}
/* End Search */
.minicart-wrapper .block-minicart {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    width: 320px;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgb(0 0 0 / 15%);
}
.minicart-wrapper .block-minicart .subtitle.empty {
    padding: 0px;
    color: #0D2240;
    font-weight: 500;
    text-align: left;
}
#minicart-content-wrapper button#btn-minicart-close {
    display: none;
}
.minicart-wrapper .block-minicart:before, .minicart-wrapper .block-minicart:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.minicart-wrapper .block-minicart .block-title {
    display: none;
}
 .minicart-wrapper .block-minicart li {
     border-bottom: 1px solid #d1dde7;
     border-top: 0px;
}
 .minicart-wrapper .minicart-items .product-item:last-child{
    border: 0px;
}
 .minicart-wrapper .minicart-items .product-item {
     padding: 15px 0 5px;
     background: transparent;
     border-radius: 0px;
}
 .minicart-items .product-item:first-child {
     padding-top: 0;
}
.minicart-items .product > .product-item-photo, .minicart-items .product > .product-image-container {
    float: left;
}
.product-image-container {
    display: inline-block;
    max-width: 100%;
}
.product-image-wrapper {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.product-image-photo {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: static;
    right: 0;
    top: 0;
}
.minicart-items .product-item-details {
    padding-left: 88px;
}
 .minicart-wrapper .block-minicart {
     border-radius: 3px;
     box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
     border: solid 1px #d1dde7;
     margin-top: 9px;
}
.minicart-wrapper .block-minicart:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
}

.minicart-wrapper .block-minicart:after {
    right: 15px;
    top: -14px;
}
 .minicart-wrapper .block-minicart:before {
     right: 16px;
}
 .minicart-wrapper .block-minicart:after {
     right: 15px;
}
 .block-minicart .subtitle.empty {
     padding: 15px 0 15px;
     text-align: center;
     font-size: 16px;
     font-weight: 300;
     font-style: normal;
     line-height: 1.5;
     letter-spacing: normal;
     color: #0D2240;
}

.minicart-wrapper .block-minicart:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
}
.minicart-wrapper .block-minicart:before {
    right: 16px;
    top: -12px;
}
 #minicart-content-wrapper .primary button#top-cart-btn-checkout {
     font-size: 16px;
     font-weight: 600;
     line-height: 36px;
     display: block;
     margin: 0;
     margin-bottom: 20px;
     padding: 0 5px;
     -webkit-transition: .3s;
     transition: .3s;
     text-align: center;
     text-transform: inherit;
     color: #fff;
     border: 2px solid #00a4b6;
     background: #00a4b6;
     border-radius: 500px;
}
 #minicart-content-wrapper .primary button#top-cart-btn-checkout:hover {
     border-color: #1c355e;
     background: #1c355e;
}
 #minicart-content-wrapper .product-item-details a {
     line-height: 16px;
     
     font-size: 13px;
     color: #0D2240;
     font-weight: 600;
}
 .minicart-items .product-item-details .count span {
     font-size: 12px;
     font-weight: bold;
     font-style: normal;
     line-height: normal;
     letter-spacing: normal;
     color: #0D2240;
     line-height: 14px;
     display: inline-block;
}
 #minicart-content-wrapper .product-item-details a.action.delete {
     background: url(../img/cancel-item-icon.png) no-repeat;
     width: 16px;
     height: 16px;
     background-size: contain;
     background-position: bottom;
     position: relative;
     padding-left: 24px;
     color: #26CAD3;
     font-size: 12px;
     line-height: 18px;
     top: 0;
}
 #minicart-content-wrapper .product-item-details a.action.delete:before {
     content: '';
}
 .minicart-items .action.edit:before, .minicart-items .action.delete:before {
     color: #26CAD3;
}
 .minicart-items .product-item-pricing .label {
     font-size: 13px;
     font-weight: 600;
     font-style: normal;
     letter-spacing: normal;
     color: #0D2240;
     line-height: 14px;
     display: inline-block;
}
 #minicart-content-wrapper .block-content .items-total {
     border-bottom: 1px solid #d1dde7;
     float: none;
     width: 100%;
     margin: 0px;
     text-align: left;
}
 #minicart-content-wrapper .block-content .items-total span {
     font-size: 16px;
     font-weight: 500;
     font-style: normal;
     line-height: 1.5;
     letter-spacing: normal;
     color: #0D2240;
     display: inline-block;
     padding-bottom: 10px;
}
 #minicart-content-wrapper .block-content .subtotal {
     text-align: left;
     margin: 0;
     border-top: 1px solid #d1dde7; border-top:0px;
     padding-top: 10px;
}
 #minicart-content-wrapper .block-content .subtotal span.label span {
     font-size: 16px;
     font-weight: 500;
     font-style: normal;
     line-height: 1.5;
     letter-spacing: normal;
     color: #0D2240;
     display: inline-block;
}
 #minicart-content-wrapper .primary {
     display: none;
}
 #minicart-content-wrapper .actions .secondary {
     border-top: 1px solid #f0f0f0;
}
 #minicart-content-wrapper .actions .secondary a.action.viewcart {
     font-size: 16px;
     line-height: 36px;
     display: block;
     margin: 0;
     margin-bottom: 20px;
     padding: 0 5px;
     -webkit-transition: .3s;
     transition: .3s;
     text-align: center;
     text-transform: inherit;
     color: #fff;
     border: 2px solid #0a2240;
     border-radius: 5px;
     background: #0a2240;
     font-weight: 600;
     text-transform: uppercase;
}
 .minicart-wrapper #minicart-content-wrapper .actions .secondary a.action.viewcart {
     margin-bottom: 0px;
}
 #minicart-content-wrapper .actions .secondary a.action.viewcart:hover {
     border-color: #26CAD3;
     background: #26CAD3;
}
 .minicart-items .product-item-details .product.options {
     display: none;
}
 #minicart-content-wrapper .minicart-items-wrapper {
     border: 0px;
     max-height: 230px;
     padding: 0 15px 15px;
     margin: 0 -10px;
     height: auto;    overflow-x: auto;
}
.minicart-items {
    margin: 0;
    padding: 0;
    list-style: none none;
}
 .minicart-items .product-item:not(:first-child) {
     border-color: #f0f0f0;
}
 .minicart-items .item-qty {
     text-align: center;
     font-weight: 600;
     background: #fff;
     font-size: 15px;
     line-height: 20px;
     border: 1px solid #cbe1f4;
     color: #0D2240;
     width: 20px;
     height: 20px;
     padding: 5px;
     border: 0px;
     height: auto;
     margin: 0px;
     padding: 0;
}
 .minicart-wrapper .block-minicart {
     padding: 20px 20px;
}
 .minicart-items .product-item-name {
     font-weight: 400;
     margin: 0px;
     
     font-size: 14px;
     color: #0D2240;
     font-weight: 600;
    line-height: 16px;
}
.header-right .cart a.action.showcart span.counter-label{
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
 #minicart-content-wrapper .product-item-pricing .price-container {
     display: inline-block;
}
 .minicart-items .product-item-details{
    text-align: left;
}
 .minicart-items .product-item-details .price {
     font-size: 13px;
     font-weight: 600;
     font-style: normal;
     letter-spacing: normal;
     color: #0D2240;
     line-height: 14px;
     display: inline-block;
}
 .minicart-items .product-item-details .details-qty {
     margin-top: 10px;
     display: inline-block;
     margin: 0;
}
 .minicart-items .product-item-details .details-qty.qty label.label {
     border-left: 1px solid #d1dde7;
     padding-left: 10px;
     margin-left: 10px;
}
 .minicart-items .product-item-details .details-qty.qty .item-qty.cart-item-qty {
     padding: 0;
     width: 24px;
     text-align: left;
     color: #0D2240;
     font-size: 12px;
     font-weight: bold;
     font-style: normal;
     line-height: normal;
}
 .minicart-items .product-item-details .details-qty.qty .item-qty.cart-item-qty:disabled{
     opacity: 1;
}
 #minicart-content-wrapper .block-content .subtotal .amount.price-container {
     display: inline-block;
     float: right;
}
 #minicart-content-wrapper .block-content .subtotal .amount.price-container .price-wrapper .price {
     font-size: 18px;
     font-weight: 600;
     font-style: normal;
     letter-spacing: normal;
     color: #26CAD3;
     display: inline-block;
     line-height: 1.4;
}
 .minicart-wrapper .block-minicart {
     width: 300px !important;right: -15px;
}
 #minicart-content-wrapper .product.actions {
     float: none;
     text-align: left;
     margin: 0;
}
 #minicart-content-wrapper .actions .secondary {
     border: 0;
     width: 100%;
     display: block;
}
 #minicart-content-wrapper .secondary a.action.delete {
     width: auto;
     text-align: left;
     padding: 0;
     margin-top: 5px;
     float: left;
     background-position: left;
}
 #minicart-content-wrapper .secondary a.action.delete span {
     width: 100%;
     height: auto;
     margin: 0;
     overflow: visible;
     position: relative;
     padding-left: 20px;
     text-align: left;
     float: left;
}
 #minicart-content-wrapper button#btn-minicart-close {
     display: none;
}
/* End Minicart Wrapper */


.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-80 {
	margin-bottom: 80px;
}
 .container-fluid {position: relative;
    }
.block-minicart .subtitle {
    display: none;
}

/* Ipad */
.header-main.ipad button.navbar-toggler{
     display: block;
}
.header-main.ipad .navbar .navbar-nav .nav-item.has-children span.expand {
     display: block;
}
 .header-main.ipad .navbar {
     position: static;
     position: relative;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -ms-flex-align: center;
     align-items: center;
     -ms-flex-pack: justify;
     justify-content: space-between;
     flex-flow: column;
}
 .header-main.ipad .navbar-nav .expand.minus .sign:before {
     transform: rotate(0deg);
}
 .header-main.ipad .navbar .navbar-nav > .nav-item .submenu,.menu-style .header-main.ipad .navbar .navbar-nav > .nav-item .submenu{
     position: relative !important;
     border: 0;
     background: transparent !important;
     box-shadow: none !important;
     padding: 0 !important;
}
 .menu-style .header-main.ipad .style3-rpart {
     display: flex;
     width: 100%;
     justify-content: space-between;
     border-top: 0px;
     position: relative;
}
 .header-main.ipad .navbar .navbar-nav > .nav-item {
     padding: 0 10px;
}
 .header-main.ipad .navbar .navbar-nav > .nav-item > .nav-link {
     padding: 20px 10px;
     font-size: 14px;
     font-size: 9.97pt;
     line-height: 14px;
     text-transform: uppercase;
     position: relative;
}
 .header-main.ipad .navbar .navbar-nav > .nav-item > .nav-link:after {
}
 .header-main.ipad .navbar .navbar-nav > .nav-item.active > .nav-link {
     color: #0D2240;
}
 .header-main.ipad .navbar .navbar-nav > .nav-item > .nav-link:hover:after {
     height: 40px;
}
 .header-main.ipad .navbar .navbar-nav .nav-item:first-child {
     padding-left: 0;
}
 .header-main.ipad .navbar .navbar-nav > .nav-item .submenu {
     z-index: 99;
     background: #fff;
     top: 100%;
     max-width: 250px;
     border-top: 3px solid #0D2240;
     padding: 34px 10px 34px 34px;
     text-align: left;
     -webkit-transform: translate(0, 20px);
     -ms-transform: translate(0, 20px);
     transform: translate(0, 20px);
     opacity: 0;
     visibility: hidden;
     transition: .6s;
     -webkit-box-shadow: 0px 0px 12px 0px rgba(51, 48, 73, 0.23);
     -moz-box-shadow: 0px 0px 12px 0px rgba(51, 48, 73, 0.23);
     box-shadow: 0px 0px 12px 0px rgba(51, 48, 73, 0.23);
}
 .header-main.ipad .navbar .navbar-nav > .nav-item .megamenu {
     max-width: 1170px;
     margin: 0 auto;
     right: 0;
     left: 0;
     padding: 40px 44px;
}
 .header-main.ipad a.nav-link.active {
     color: #0D2240;
}
 .header-main.ipad .navbar .navbar-nav > .nav-item:hover .submenu {
     -webkit-transform: translate(0, 0);
     -ms-transform: translate(0, 0);
     transform: translate(0, 0);
     opacity: 1;
     visibility: visible;
}
 .header-main.ipad .submenu ul.nav > li a {
     padding: 8px 0 !important;
     color: #474243;
     font-size: 16px;
     line-height: 1;
}
 .header-main.ipad .submenu ul.nav > li:last-child a {
     padding-bottom: 0 !important;
}
 .header-main.ipad .submenu ul.nav > li a:hover {
     color: #0D2240;
}
 .header-main.ipad .submenu > ul.lavel-1 li {
     width: 100%;
}
 .header-main.ipad .submenu > ul.lavel-1 li:first-child a {
     padding-top: 0 !important;
}
 .header-main.ipad .submenu > ul.lavel-1 li a {
     display: block;
}
 .header-main.ipad .submenu ul.nav > li.has-children {
     position: relative;
}
 .header-main.ipad .submenu ul.nav > li.has-children > ul.lavel-2 {
     position: absolute;
     top: 0;
     right: -260px;
     -webkit-transform: translate(0, 20px);
     -ms-transform: translate(0, 20px);
     transform: translate(0, 20px);
     opacity: 0;
     visibility: hidden;
     transition: .6s;
     max-width: 250px;
     padding: 22px 30px;
     background: #fff;
     -webkit-box-shadow: 0px 0px 12px 0px rgba(51, 48, 73, 0.23);
     -moz-box-shadow: 0px 0px 12px 0px rgba(51, 48, 73, 0.23);
     box-shadow: 0px 0px 12px 0px rgba(51, 48, 73, 0.23);
}
 .header-main.ipad .submenu ul.nav > li.has-children:hover > ul.lavel-2 {
     opacity: 1;
     visibility: visible;
     -webkit-transform: translate(0, 0);
     -ms-transform: translate(0, 0);
     transform: translate(0, 0);
}
 .header-main.ipad .navbar-toggler .navbar-toggler-icon {
     width: 25px;
     height: 2px;
     background: #404040;
     margin-bottom: 6px;
     display: block;
}
 .menu-style .header-main.ipad {
     background: #fff;
     position: inherit;
}
 .menu-style .header-main.ipad .header-main .navbar {
     width: 100%;
     padding: 0;
}
 .menu-style .header-main.ipad .navbar-expand-lg .navbar-collapse {
     justify-content: center;
     justify-content: flex-end;
}
 .header-main.ipad .header-left {
     width: 100%;
}
 .header-main.ipad .navbar-toggler .navbar-toggler-icon {
     width: 25px;
     height: 2px;
     background: #404040;
     margin-bottom: 6px;
     display: block;
}
 .header-main.ipad .navbar #collapsibleNavbar {
     position: fixed;
     top: 0;
     right: 0;
     width: 400px;
     transform: translateX(400px);
     -webkit-transform: translateX(400px);
     height: 100%;
     min-height: 100%;
     padding: 40px;
     padding-top: 80px;
     background-color: #fff;
     overflow-y: auto;
     visibility: hidden;
     opacity: 0;
     z-index: 9999;
     -webkit-backface-visibility: hidden;
     box-sizing: border-box;
     box-shadow: 0px 6px 20px 0px rgba(63, 39, 42, 0.15);
     -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
     -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
     transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
 .header-main.ipad .navbar #collapsibleNavbar.active {
     visibility: visible;
     opacity: 1;
     transform: translateX(0);
     -webkit-transform: translateX(0);
}
 .header-main.ipad .bg-overlay.show {
     visibility: visible;
     opacity: 1;
}
 .header-main.ipad .navbar #collapsibleNavbar .remove {
     position: absolute;
     left: 0;
     text-align: center;
     top: 0;
     width: 40px;
     height: 40px;
     background: #0a2240;
     overflow: hidden;
     cursor: pointer;
}
 .header-main.ipad .navbar #collapsibleNavbar .remove .icon-add, .header-main.ipad .navbar #collapsibleNavbar .remove .icon-add:before {
     width: 40px;
     height: 40px;
     margin: 0;
     line-height: 40px;
     color: #fff;
     transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     -webkit-transition: all .3s ease-in-out;
     content: '\f00d';
    font-family: 'FontAwesome';
}
 .header-main.ipad .navbar #collapsibleNavbar.active {
     visibility: visible;
     opacity: 1;
     transform: translateX(0);
     -webkit-transform: translateX(0);
}
 .header-main.ipad .navbar #collapsibleNavbar.active .d-lg-none{
     display: block !important;
}
 .header-main.ipad .navbar #collapsibleNavbar .remove:hover .icon-add:before {
     color: #fff;
     transform: rotate(135deg);
}
 .header-main.ipad .navbar #collapsibleNavbar .search-form-wrap .search-field {
     border-width: 3px;
     line-height: 46px;
     height: 46px;
     padding: 0 40px 0 10px;
}
 .header-main.ipad .navbar #collapsibleNavbar .search-form-wrap .submit-form {
     bottom: 3px;
     right: 3px;
}
 .header-main.ipad .navbar #collapsibleNavbar .search-form-wrap .submit-form .search-submit {
     background: url(../img/search-icon.png) no-repeat;
     width: 20px;
     height: 20px;
     background-size: 20px;
     opacity: 1 !important;
}
 .header-main.ipad .search-form-wrap {
     border-bottom: 1px solid #a7a9ac;
     padding-bottom: 30px;
     margin-bottom: 20px;
}
 .header-main.ipad.navbar #collapsibleNavbar .navbar-nav li a {
     text-align: left;
}
 .header-main.ipad .navbar #collapsibleNavbar .navbar-nav .submenu ul {
     flex-flow: column;
}
 .header-main.ipad .navbar #collapsibleNavbar .navbar-nav li {
     text-align: left;
     padding: 0;
}
 .header-main.ipad .navbar #collapsibleNavbar .navbar-nav li a {
     display: inline-block;
     text-align: left;
}
 .header-main.ipad .navbar #collapsibleNavbar .navbar-nav li.has-children {
     position: relative;
}
 .header-main.ipad .navbar-nav .expand .sign {
     position: relative;
     display: inline-block;
     width: 32px;
     height: 32px;
     cursor: pointer;
}
 .header-main.ipad .navbar-nav .expand .sign:after {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     height: 2px;
     width: 12px;
     background: #0a2240;
     bottom: 0;
     right: 0;
     margin: auto;
}
 .header-main.ipad .navbar-nav .expand .sign:before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     height: 2px;
     width: 12px;
     background: #0a2240;
     transform: rotate(90deg);
     right: 0;
     bottom: 0;
     margin: auto;
}
 .header-main.ipad .navbar-nav .expand .sign:after, .header-main.ipad .navbar-nav .expand .sign:before {
     transition: 0.3s all ease-in-out;
}
 .header-main.ipad .navbar-nav .expand {
     position: absolute;
     top: 0;
     right: 0;
     width: 32px;
     height: 32px;
}
 .header-main.ipad .navbar #collapsibleNavbar .navbar-nav li a {
     padding: 5px 0;
}
 .header-main.ipad .navbar-nav .expand .sign:hover:after, .header-main.ipad .navbar-nav .expand .sign:hover:before {
     background: #231f20;
}
 .menu-style .header-main.ipad .navbar .navbar-nav > .nav-item .submenu, .menu-style .header-main.ipad .submenu ul.nav > li.has-children > ul.lavel-2 {
     display: none;
}
 .header-main.ipad #collapsibleNavbar.collapse:not(.show) {
     display: block;
}
 .menu-style .header-main.ipad .navbar {
     padding: 0;
     width: 100%;
}
 .menu-style .header-main.ipad .header-right .iconpart {
     padding: 14px 10px;
}
 .menu-style .header-main.ipad .container-fluid {
     padding: 0;
}
 .header-right .searchbar {
     margin: 0;
}
 .menu-style .header-main.ipad .header-main .header-right {
     width: auto;
     margin-right: 0px;
}
 .menu-style .header-main.ipad .header-right .cart .iconpart {
     padding-right: 10px;
}
 .menu-style .header-main.ipad .navbar-brand {
     margin: 0 auto;
     padding-top: 10px;
}
 .header-main.ipad .header-right .cart .iconpart {
     padding-right: 10px;
}
 .header-main.ipad .cart .minicart-droapdown {
     width: 350px;
     padding: 5px 15px 15px 15px;
}
 .header-main.ipad .account-manager .account-droapdown {
     left: 15px;
     left: auto !important;
     width: 180px !important;
     padding: 15px !important;
}
 .header-sticky .header-main.ipad .header-right .searchbar .search-form-wrap {
     border-bottom: none;
     margin-bottom: 0;
     padding-bottom: 0;
}
 .header-sticky .header-main.ipad .search-form-wrap .submit-form .search-submit i {
     display: block;
     display: none;
}
 .header-main.ipad ul.navbar-nav{
     display: inline-block;
     width: 100%;
}
 .header-main.ipad ul.navbar-nav li{
     display: inline-block;
     width: 100%;
}
 .header-main.ipad .header-right{
     float: right;
}
 .header-main.ipad{
     flex-flow: column;
}
 .menu-style .header-main.ipad .navbar{
     padding: 0;
     width: 100%;
}
 .header-main.ipad .header-right .searchbar .iconpart {
     padding: 15px 10px;
     display: block;
}
 .header-main.ipad img.header-logo {
     margin-top: 0px;
}
 .header-main.ipad #searchsuite-autocomplete.searchsuite-autocomplete {
     border: 1px solid #f3f2f4;
     margin-top: 0;
     left: 0;
}
 .header-main.ipad .form.minisearch .control input#search{
     width: 100%;
     border-style: solid;
     border-width: 3px 0 0 0;
     border-color: #26CAD3;
     border-style: solid;
     line-height: 52px;
     box-sizing: border-box;
     background: #fff;
     padding: 0 15px;
     height: auto;
     border-radius: 0;
}
 .header-main.ipad .form.minisearch {
     margin-top: 0;
     position: relative;
}
 .header-main.ipad .navbar-expand-lg .navbar-collapse {
     display: block !important;
}
 .header-main.ipad .searchbar .search-form-wrap {
     position: absolute;
     top: 100%;
     right: 0;
     width: 408px;
     z-index: 99;
     display: none;
     -webkit-box-shadow: 0px 0px 12px 0px rgba(51, 48, 73, 0.23);
     -moz-box-shadow: 0px 0px 12px 0px rgba(51, 48, 73, 0.23);
     box-shadow: 0px 0px 12px 0px rgba(51, 48, 73, 0.23);
}
 .header-main.ipad .header-right .cart a.action.showcart{
     margin-top: 14px;
}
.navbar button.navbar-toggler:hover, .navbar .button.navbar-toggler:hover {
    background: #0a2240; border-radius: 0px;
}
.navbar button.navbar-toggler:hover span.navbar-toggler-icon, .navbar .button.navbar-toggler:hover span.navbar-toggler-icon {
    background: #fff;
}
header.page-header {
    display: none;
}

.columns .column.main{    padding-bottom: 0px;}
.modal-popup.confirm .modal-inner-wrap {
 
    top: 15%;
}
 .modal-popup.confirm._show .modal-inner-wrap .modal-header {
     text-align: left;
     padding: 20px;
     margin-bottom: 0px;
     background: #4CBFCB;
     padding: 10px 20px 10px 20px;
     border-bottom: 0;
     box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
     border-radius: 0;
}
.modal-popup.confirm._show .modal-inner-wrap .modal-header h1{
    font-size: 20px;
     text-align: left;
     margin: 0px;
     line-height: 20px;
     font-weight: 600;
     color: #fff;
     border: 0;
     color: #FFF;
     margin: 0;
     line-height: 1.5;
     padding: 0;
     background: transparent;
}
 .modal-popup.confirm._show .modal-header button.action-close {
     right: -10px;
     top: -10px;
     background: #0a2240;
     border-radius: 500px;
}
 .modal-popup.confirm._show .modal-header button.action-close:before{
     color: #fff;
     font-size: 24px;
     font-weight: 700;
     line-height: 26px;
}
.modal-popup.confirm._show .modal-header button.action-close:before,
 .modal-popup.confirm._show .modal-header button.action-close:hover {
    border-radius: 500px !important;
}
 .modal-popup.confirm._show .modal-header button.action-close:hover:before{
    color: #fff;
}
 .modal-popup.confirm._show .modal-inner-wrap .modal-content {
     border: 0;
     padding: 30px 30px 25px;
}
 .modal-popup.confirm._show .modal-content div {
     font-size: 16px;
     font-weight: normal;
     font-style: normal;
     line-height: 1.25;
     letter-spacing: normal;
     color: #0D2240;
}
 .modal-popup.confirm._show .modal-inner-wrap footer.modal-footer {
     border: 0;
     text-align: center;
     display: inline-block;
     padding-bottom: 20px;
     padding: 0 30px 20px;
     text-align: left;
}
 .modal-popup.confirm._show footer.modal-footer button.action-dismiss {
     font-size: 16px;
     font-weight: 700;
     font-style: normal;
     letter-spacing: -0.3px;
     color: #fff;
     padding: 10px 20px 10px;
     border-radius: 5px;
     line-height: 20px;
     line-height: normal;
     text-align: center;
    background: #ff4f5a;
     float: none;
     border: 0px;
     display: inline-block;
    min-width: 100px;
}
 .modal-popup.confirm._show footer.modal-footer button.action-dismiss span, .modal-popup.confirm._show footer.modal-footer button.action-accept span {
     font-size: 16px;
     font-weight: bold;
     font-style: normal;
     line-height: normal;
     letter-spacing: -0.3px;
     text-align: center;
}
 .modal-popup.confirm._show footer.modal-footer button.action-dismiss:hover {
     background: #1c355e;
     border: 0px;
}
 .modal-popup.confirm._show footer.modal-footer button.action-accept {
     font-size: 16px;
     font-weight: 700;
     font-style: normal;
     letter-spacing: -0.3px;
     color: #fff;
     padding: 10px 20px 10px;
     border-radius: 5px;
     line-height: 20px;
     line-height: normal;
     text-align: center;
     min-width: 100px;
     background: #0a2240;
     float: none;
     border: 0px;
     display: inline-block;
}
 .modal-popup.confirm._show footer.modal-footer button.action-accept:hover {
     background: #ff4f5a;
     border: 0px;
}
 .block-minicart .subtitle.empty {
     padding: 15px 0 15px;
     text-align: center;
     font-size: 16px;
     font-weight: 300;
     font-style: normal;
     line-height: 1.5;
     letter-spacing: normal;
     color: #0D2240;
}
 .minicart-wrapper .block-minicart .subtitle.empty {
     padding: 0px;
     color: #0D2240;
     font-weight: 500;
     text-align: left;
}
 .offer-strip a span{
    color: #f36b87;
}
.corner-ribbon .ribbons span.mumoff.color-red{
    color: #f36b87;
}
/* End Exit Popup */
.header-sticky {
    box-shadow: 0 0 2px rgb(0 0 0 / 10%);
}
.bottom-navigation-strip .row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
#collapsibleNavbar ul.navbar-nav li.nav-item .submenu li a:hover {
    color: #26cad3; background: transparent;
}
.submenu .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.bottom-navigation-strip .line-1{    width: 1px;
    background-color: #858585;
    margin: 0 20px;}
.bottom-navigation-strip{     position: relative;
    padding: 15px 0;}

.bn-strip-box h4{ color: #0d2240;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 18px;}
.bn-strip-box p{color: #0d2240;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;}
.product-gifting .bottom-navigation-strip{ display: none;}
ul.navbar-nav li.baby-menu .submenu li.new-item a::after {
    content: "save";
    font-size: 11px;
    color: #ff4f5a;
    font-weight: 600;
    position: absolute;
    right: -30px;
    top: -5px;
}
ul.navbar-nav li.baby-menu .submenu li.new-item a {
    position: relative;
    display: inline-block;
    text-align: left;
}
/* End Ipad */
@media only screen and (min-width: 1366px){
.header-main img.header-logo {
    max-width: 150px;
    margin-top: 5px;
}
.navbar .navbar-nav > .nav-item {
    padding: 0 9px;
}
}
/* End 1366 */

@media (min-width: 1280px) {
    .container-fluid {
        padding: 0px;
        max-width: 1250px;
        margin: 0px auto;position: relative;
    }
}
/* End 1280 */

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.block.account-nav .toggle-wrap {
        text-align: center;
    }
}

/* End 1024 1200 */

@media only screen and (min-width: 1024px) {
	
    .header-right .searchbar .iconpart {
        display: none;
    }
    .searchbar .search-form-wrap {
        position: relative;
        top: 0;
        width: 210px;
        display: block;
        box-shadow: none;
    }
    .search-form-wrap .search-field {
        border: 0;
        background: #efeff0;
        line-height: 32px;
    }
    .search-form-wrap .submit-form {
        background: #efeff0;
    }
    .search-form-wrap .search-form {
        background: #efeff0;
        border-radius: 500px;
        margin-top: 15px;
        overflow: hidden;
    }
    .searchsuite-autocomplete {
        width: 300px;
        left: -85px;
    }
    .searchsuite-autocomplete ul li .qs-option-info .qs-option-shortdescription,
    .searchsuite-autocomplete ul li .qs-option-info .qs-option-description {
        line-height: 18px;
    }
    .searchsuite-autocomplete ul li a {
        font-size: 14px;
    }
    .searchsuite-autocomplete ul li .qs-option-info .qs-option-price,
    #searchsuite-autocomplete .price {
        font-size: 16px;
        font-weight: 600;
    }
    .searchsuite-autocomplete {
        width: 380px;
    }
    #searchsuite-autocomplete #product {
        overflow-y: scroll;
    }
    
    .navbar #collapsibleNavbar .navbar-nav li.has-children.baby-menu .submenu {
        display: block;
    }
    #collapsibleNavbar .navbar-nav li.nav-item a {
        color: #0d2240;
    }
    #collapsibleNavbar .navbar-nav li.nav-item.dark-menu-color a {
        color: #0d2240;
    }
    #collapsibleNavbar .navbar-nav li.nav-item.light-menu-color a.nav-link {
        color: #0d2240;
    }
}

@media only screen and (max-width: 1024px){
.navbar #collapsibleNavbar .navbar-nav li.has-children.baby-menu .submenu {
    display: block;
}
.cms-home .welcome-section .product-item .product-reviews-summary .rating-summary {
    float: left;
    min-width: auto;
    padding-right: 6px;
}
ul.navbar-nav li.baby-menu .submenu li.new-item a::after {
    top: 0px;
}
}

/* End 1024 */

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.block.account-nav .toggle-wrap {
        text-align: center;
    }
    .actions-toolbar {
        padding-right: 15px;
    }
    .sidebar.sidebar-main #account-nav ul.nav.items {
        padding: 15px 5px;
    }
    #account-nav ul.nav.items li a {
        padding-left: 5px;
    }
    .account-nav .item a,
    .account-nav .item > strong {
        padding: 5px 0px 5px 5px;
    }
    .menu-style .header-main.ipad .navbar {
        padding: 0 10px 0 0px;
    }
    .bottom-navigation-strip .line-1 {
    margin: 0 2px;
}
}

/* End 768 1023 */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	 .navbar #collapsibleNavbar .navbar-nav li.has-children.baby-menu .submenu {
        opacity: 1;
        visibility: visible;
        margin-bottom: 15px;
    }
    .header-main.ipad .submenu > ul.lavel-1 li:first-child a,
    .header-main.ipad .submenu ul.nav > li a {
        padding: 8px 0 !important;
        font-size: 15px;
    }
    .header-main .navbar #collapsibleNavbar .navbar-nav li.has-children.baby-menu .submenu {
        opacity: 0;
    }
    .header-main .navbar #collapsibleNavbar .navbar-nav li.has-children.baby-menu:hover .submenu {
        opacity: 1;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        top: 60px;
    }
    .header-main .navbar #collapsibleNavbar .navbar-nav.mobile-nav li.has-children.baby-menu .submenu,
    .header-main.ipad .navbar #collapsibleNavbar .navbar-nav li.has-children.baby-menu .submenu {
        opacity: 1;
    }
    .header-main .navbar #collapsibleNavbar .navbar-nav li.has-children.baby-menu:hover .submenu {
    top: 0px;
}
}

/* End 768 1024 */


@media (max-width: 991px) {
	.navbar #collapsibleNavbar {
    border-top: 0;
}
	.form.minisearch {
        margin-top: 0;
    }
    .form.minisearch .control input#search {
        width: 100%;
        border-style: solid;
        border-width: 3px 0 0 0;
        border-color: #26cad3;
        border-style: solid;
        line-height: 52px;
        box-sizing: border-box;
        background: #fff;
        padding: 0 15px;
        height: auto;
        border-radius: 0;
    }
    .header-sticky.is-sticky {
        background: #fff;
        height: 60px;
        position: sticky;
    }
    #searchsuite-autocomplete.searchsuite-autocomplete .product ul li {
        border-bottom: 1px solid #f3f4f5;
    }
    .menu-style .navbar {
        padding: 0;
        width: 100%;
    }
    .menu-style .style3-rpart {
        display: flex;
        width: 100%;
        justify-content: space-between;
        border-top: 0px;
        position: relative;
    }
    .menu-style .style3-rpart .header-right {
        position: initial;
    }
    .menu-style .header-right .iconpart {
        padding: 25px 15px;
    }
    .menu-style .container-fluid {
        padding: 0;
    }
    .menu-style .header-main .header-right {
        width: auto;
    }
    #collapsibleNavbar ul.navbar-nav li.nav-item.mumsmenu::before {
        content: "";
    }
    #collapsibleNavbar ul.navbar-nav li.nav-item.mumsmenu a::after {
        content: "New";
        font-size: 11px;
        color: red;
        font-weight: 600;
        position: absolute;
        right: -30px;
        top: 6px;
    }
    .navbar #collapsibleNavbar .navbar-nav li a {
        position: relative;
    }
    .header-main.ipad .navbar #collapsibleNavbar .navbar-nav li a {
        padding: 5px 0 !important;
    }
    #collapsibleNavbar .navbar-nav li.has-children .submenu {
        margin: 5px 0;
    }
    #collapsibleNavbar ul.navbar-nav li.nav-item .submenu li a {
        font-weight: 500;
        padding: 8px 0;
    }
    #collapsibleNavbar ul.navbar-nav li.nav-item.mumsmenu::before {
        content: "";
    }
    #collapsibleNavbar ul.navbar-nav li.nav-item.mumsmenu {
        padding-left: 0px;
    }
    .navbar #collapsibleNavbar .navbar-nav.mobile-nav li a {
        position: relative;
    }
    #collapsibleNavbar ul.navbar-nav li.nav-item.subscribe-save::before {
        content: "";
    }
    #collapsibleNavbar ul.navbar-nav li.nav-item.subscribe-save a::after {
        content: "Save up to 30%";
        font-size: 11px;
        color: red;
        font-weight: 600;
        position: absolute;
        right: -90px;
        top: 6px;
    }
    #collapsibleNavbar ul.navbar-nav li.nav-item.subscribe-save::before {
        content: "";
    }
    #collapsibleNavbar ul.navbar-nav li.nav-item.subscribe-save {
        padding-left: 0px;
    }
.menu-style .header-main .header-right.left-account-header {
    padding-left: 0;
}
.navbar #collapsibleNavbar .remove .icon-add:before{ content: '\f00d';    transform: rotate(0);
    font-family: 'FontAwesome';}
.bottom-navigation-strip .line-1 {
    margin: 0 -1px;
}
header.mob-header{
    display: none;
}

}

/* End 991 */


@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-main.ipad button.navbar-toggler {
        float: left;
        margin-top: 10px;
    }
    .header-main.ipad .header-right.left-account-header {
        float: left;
        position: relative;
    }
    .header-main.ipad .header-right {
        float: right;
        position: absolute;
        right: 0;
        top: 0;
    }
    .header-main.ipad .header-right .searchbar {
        float: left;
    }
    .header-main.ipad .header-right .cart {
        float: left;
    }
}
/* End 768 991 */

@media only screen and (max-width: 767px) {
	.menu-style .header-main nav,
	.menu-style .header-main nav li,
	.menu-style .header-main nav li a{ font-size: 16px;}
	header .account-manager .account-droapdown{left: 15px;
   
    right: auto;}
	.bn-strip-box p span{ display: none;}
	.bn-strip-box{ text-align: center;}
	.bottom-navigation-strip .owl-nav{    margin: 0;}
	.bottom-navigation-strip .owl-nav button span{    font-size: 36px;}
	.bottom-navigation-strip .owl-nav button.owl-prev,
	.bottom-navigation-strip .owl-nav button.owl-next{position: absolute;    border-radius: 0px;    padding: 5px !important;    line-height: 16px;    top: 6px;
    top: 0;}
	.bottom-navigation-strip .owl-nav button.owl-prev{    left: -10px;}
	.bottom-navigation-strip .owl-nav button.owl-next{    right: -10px;}
	.bottom-navigation-strip .owl-nav button.owl-prev:hover,
	.bottom-navigation-strip .owl-nav button.owl-next:hover{background: transparent;color: #0e2240;}
	.bn-strip-box p {
    line-height: 16px;font-size: 13px;
}
.bn-strip-box h4{ margin-bottom: 2px;}
	.modal-popup.confirm._show .modal-inner-wrap .modal-content {
    border: 0;
    padding: 20px 20px 20px;
}
.modal-popup.confirm._show .modal-inner-wrap footer.modal-footer {
  
    padding: 0 20px 20px;
}
.modal-popup.confirm._show{
    z-index: 999 !important; 
}
	.minicart-wrapper .block-minicart {
 
    right: 0;
}
.modal-popup.confirm .modal-inner-wrap {

    width: 90%;
}
.menu-style .header-right .iconpart {
        padding: 20px 10px;
    }
    .menu-style .navbar-brand {
        padding-left: 0;
        margin: 0px auto;
        margin-left: 0;
    }
    .menu-style .navbar-brand {
        margin-left: auto;
    }
     ul.navbar-nav li.baby-menu .submenu li.new-item a::after {
        top: 12px;
    }
    .offer-strip a {
    font-size: 14px;
}
ul.navbar-nav li.baby-menu .submenu li.new-item a::after {
    top: auto;
    bottom: 8px;
}
 }
 
/* End 767 */

@media only screen and (max-width: 567px) {
 .header-main button.navbar-toggler {
    padding: 20px 15px 15px;
}
header .header-main img.header-logo {
margin-top: 5px;
}
 }
/* End 567 */
@media only screen and (max-width: 370px) {
.menu-style .header-right .iconpart {
        padding: 20px 5px;
    }
    }
/* End 767 */