
body {font-family: 'Open Sans', sans-serif; overflow-x: hidden; padding-top: 168px;}


header { position: fixed; width: 100%; left: 0; top:0; right: 0; z-index: 1031; background: #fff; -webkit-transform:translateY(0); transform:translateY(0); -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; box-shadow: 0 0 30px 10px rgba(0,0,0,0);}
header .navbar-brand { padding: .25rem 0; }
header .navbar-brand img {  height: auto; width: auto; max-width: 100%; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}

header .navbar-toggler { color: #154497; font-size: 32px; cursor: pointer; padding-right: 0;}
header .navbar-toggler i { line-height: 1em; display: block; height: 32px;}

header .top { background: #f2f2f2; font-size: 14px; color: #225fb3; padding: 6px 0; font-weight: 300;}
header .top a { color: #225fb3;}
header .top b { font-weight: 600;}
header .top .sep { display: inline-block; color: #225fb3; vertical-align: middle; margin: 0 10px; top: -2px; position: relative;}
header .top a img { display: inline-block; vertical-align: middle; margin-right: 4px; margin-top: -2px;}

header > .container { background: #fff;}
header .extra-nav { margin: 19px 0; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}
header .extra-nav i { font-size: 42px; display: inline-block; position: relative; vertical-align: middle; color: #154497; margin-right: 10px; line-height: 1em; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
header .extra-nav i .badge { position: absolute; padding: 0 5px 0 4px; min-width:16px; height: 16px; line-height: 16px; border-radius: 7px; text-align: center; background: #eb1015; color: #fff; font-size: 12px; font-weight: 400; top: 2px; right:-4px;  }
header .extra-nav a { color: #225fb3; font-size: 14px; font-weight: 400; }
header .extra-nav a b { font-weight: 600;}
header .extra-nav .sep { display: inline-block; color: #154497; vertical-align: middle; margin: 0 6px; top: -2px; position: relative; opacity: 0.4;}
header .extra-nav .cart { position: relative;}
header .extra-nav .cart .emptyCart { color: #154497; font-weight: 300; opacity: 0.6;}
header .extra-nav .cart .dropdown-toggle { text-decoration: none; }
header .extra-nav .cart .dropdown-toggle b { font-size: 16px;}
header .extra-nav .cart .dropdown-menu { box-shadow: 0 40px 60px -10px rgba(0,0,0,0.5); margin-top: 18px; left: auto !important; right: 0; top: 100% !important; transform: unset !important; border: 0; border-bottom: 6px solid #6fb00b; border-radius:0; width: 450px; }

.fixedheader header .extra-nav .cart .dropdown-menu { margin-top: 10px;}

header .extra-nav .cart .dropdown-menu .cartItems { padding: 0; list-style: none; padding-left: 15px; padding-right: 15px; max-height: 300px; overflow-y: auto;}
header .extra-nav .cart .dropdown-menu .cartItems li { border-bottom: 1px solid #eee; padding: 5px 0; clear: both; min-height: 68px;}
header .extra-nav .cart .dropdown-menu .cartItems li a { color: #000;}
header .extra-nav .cart .dropdown-menu .cartItems li .itemPhoto { float: left; margin: 0 15px 0 0;}
header .extra-nav .cart .dropdown-menu .cartItems li .itemName { margin-left: 80px; margin-right: 80px; display: block;}
header .extra-nav .cart .dropdown-menu .cartItems li .itemName strong { line-height: 1.2em; display: block; padding: 10px 0; font-weight: 400;}
header .extra-nav .cart .dropdown-menu .cartItems li .itemPrice { float: right; font-weight: 600; padding: 10px 0; color: #225fb3;}

header .extra-nav .cart .dropdown-menu .cartSummary { padding: 0; list-style: none; padding-left: 15px; padding-right: 15px;}
header .extra-nav .cart .dropdown-menu .cartSummary li { border-bottom: 1px solid #eee; padding: 5px 0; clear: both; min-height: 68px;}
header .extra-nav .cart .dropdown-menu .cartSummary li.delivery { min-height: auto;}
header .extra-nav .cart .dropdown-menu .cartSummary li.delivery > span,
header .extra-nav .cart .dropdown-menu .cartSummary li.delivery strong { margin-left: 80px; padding: 10px 0; display: block;}
header .extra-nav .cart .dropdown-menu .cartSummary li.delivery .itemPrice { float: right; font-weight: 600; padding: 10px 0; color: #225fb3;}
header .extra-nav .cart .dropdown-menu .cartSummary li.amount { min-height: auto;}
header .extra-nav .cart .dropdown-menu .cartSummary li.amount > span,
header .extra-nav .cart .dropdown-menu .cartSummary li.amount strong { margin-left: 80px; padding: 10px 0; display: block;}
header .extra-nav .cart .dropdown-menu .cartSummary li.amount .allPrice { float: right; font-weight: 600; padding: 10px 0; color: #225fb3; font-size: 20px;}
header .extra-nav .cart .dropdown-menu .cartSummary li.amount .allPrice.regular { font-size: 16px;}


header .navbar { background: #154497; border-bottom: 6px solid #6fb00b; padding: 0; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}
header .navbar .container { position: relative;}
header .navbar .navbar-nav {}
header .navbar .navbar-nav .nav-item {}
header .navbar .navbar-nav .nav-item .nav-link { color: #fff; padding: 0.8em 1em; position: relative; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; cursor: pointer; white-space: nowrap;}

header .navbar .navbar-nav .nav-item .nav-link:focus { background: #0d367e; color: #fff; }
header .navbar .navbar-nav .nav-item .nav-link:hover,
header .navbar .navbar-nav .nav-item .nav-link.active,
header .navbar .navbar-nav .nav-item.show .nav-link { background: #fff; color:#154497; }
header .navbar .navbar-nav .nav-item .nav-link:before { content: ""; position: absolute; top: 100%; height: 6px; left: 0; right: 0; background: #fff; opacity: 0; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}
header .navbar .navbar-nav .nav-item .nav-link.active:before { content: ""; opacity: 1;}
.fixedheader header .navbar .navbar-nav .nav-item .nav-link.active:before { display: none;}
header .navbar .navbar-nav .nav-item > .dropdown-menu { left: 15px; right: 15px; border: 0; padding: 0; margin: 0; border-radius: 0; border-bottom: 6px solid #6fb00b; padding-top: 80px; background-repeat: no-repeat; background-position: top center; box-shadow: 0 40px 60px -10px rgba(0,0,0,0.5); overflow: hidden; }
header .navbar .navbar-nav .dropdown-menu .custom-select { width: 100%;}

header .navbar .navbar-nav .dropdown-menu .filters { padding-bottom: 0; border-bottom: 1px solid #e3e3e3;}
header .navbar .navbar-nav .dropdown-menu .filters .main-filters {}
header .navbar .navbar-nav .dropdown-menu .filters .main-filters-legend { height: 124px; width: 100%; position: relative; z-index: -1; background-repeat: no-repeat; background-position: -1000px -1000px;}
header .navbar .navbar-nav .dropdown-menu .filters .main-filters-legend:before { content: ""; background-image: inherit; background-repeat: no-repeat; background-position: center top; position: absolute; top: -47px; left: -150px; right: -150px; bottom: -54px;}
header .navbar .navbar-nav .dropdown-menu .filters .main-filters-bg { height: 124px; width: 100%; position: relative; z-index: -1; background-repeat: no-repeat; background-position: -1000px -1000px;}
header .navbar .navbar-nav .dropdown-menu .filters .main-filters-bg:before { content: ""; background-image: inherit; background-repeat: no-repeat; background-position: center top; position: absolute; top: -87px; left: -150px; right: -301px; bottom: -54px;}
header .navbar .navbar-nav .dropdown-menu .fetures { padding: 15px 15px 20px;}
header .navbar .navbar-nav .dropdown-menu .fetures small { font-size: 23px; line-height: 1.1em; font-weight: 300; color: #154497; display: inline-block; vertical-align: middle;}
header .navbar .navbar-nav .dropdown-menu .fetures i { font-size: 48px; line-height: 40px; color: #154497; display: inline-block; vertical-align: middle; margin-right: 15px; margin-left: 15px;}
header .navbar .navbar-nav .dropdown-menu .custom-select { font-weight: 300; color: #154497; text-shadow:0 0 0 #154497; bottom:0; padding: 0.4rem 1.75rem 0.35rem 0.75rem; }
header .navbar .navbar-nav .dropdown-menu .custom-select:focus {  }
header .navbar .navbar-nav .dropdown-menu .custom-select option { padding: 0.35rem 1.75rem 0.35rem 0.75rem; font-size: 90%; bottom:0; }
header .navbar .navbar-nav .dropdown-menu .custom-select:not(.form-control-sm) { border: 1px solid #154497;}

header .navbar .navbar-nav .dropdown-menu .filters .bootstrap-select { width: auto; display: block;}
header .navbar .navbar-nav .dropdown-menu .filters .bootstrap-select .dropdown-toggle::after { display: none;}

@media (max-width: 1199px) {
    header .navbar .navbar-nav .dropdown-menu .fetures i { font-size: 34px; line-height: 28px; margin-right: 10px; margin-left: 10px;}
    header .navbar .navbar-nav .dropdown-menu .fetures small { font-size: 19px;}
}

@media (max-width: 991px) {
    header .navbar .navbar-nav .dropdown-menu .fetures i { font-size: 38px; line-height: 30px; margin-bottom: 10px; margin-right: auto; margin-left: auto; text-align: center; display: block; }
    header .navbar .navbar-nav .dropdown-menu .fetures small { display: block; text-align: center;}
    header .navbar .navbar-nav .dropdown-menu .filters .main-filters { display: none;}
}

@media (max-width: 767px) {
    header .navbar .navbar-nav .dropdown-menu { padding-top: 20px; border: 0;}
    header .navbar .navbar-nav .dropdown-menu .fetures { display: none;}
    header .navbar .navbar-nav .dropdown-menu .filters .main-filters { display: none;}
}

@media (max-width: 575px) {
    header .navbar .navbar-nav .dropdown-menu { padding-top: 20px; border: 0; position: absolute; left: 0; right: 0;}
    header .navbar .navbar-nav .dropdown-menu .fetures { display: none;}
    header .navbar .navbar-nav .dropdown-menu .filters .main-filters { display: none;}
    header .navbar .navbar-nav.navbar-nav-filters { background: #0d367e; }
}

.filter-box { border-bottom: 6px solid #6fb00b; margin-top: 8px; position: relative; z-index: 1; }
.filter-box .filter-box-menu { left: 0; right: 0; top: 0; position: relative; z-index: 1; border: 0; padding: 0; margin: 0; border-radius: 0; padding-top: 60px; background-repeat: no-repeat; background-position: top center; box-shadow: none; }
.filter-box .filter-box-menu .custom-select { width: 100%;}

.filter-box .filter-box-menu .filters { padding-bottom: 0;}
.filter-box .filter-box-menu .filters .main-filters {}
.filter-box .filter-box-menu .filters .main-filters-legend { height: 124px; width: 100%; position: relative; z-index: -1; background-repeat: no-repeat; background-position: -1000px -1000px;}
.filter-box .filter-box-menu .filters .main-filters-legend:before { content: ""; background-image: inherit; background-repeat: no-repeat; background-position: center top; position: absolute; top: -47px; left: -150px; right: -150px; bottom: -54px;}
.filter-box .filter-box-menu .filters .main-filters-bg { height: 124px; width: 100%; position: relative; z-index: -1; background-repeat: no-repeat; background-position: -1000px -1000px;}
.filter-box .filter-box-menu .filters .main-filters-bg:before { content: ""; background-image: inherit; background-repeat: no-repeat; background-position: center top; position: absolute; top: -87px; left: -150px; right: -301px; bottom: -54px;}
.filter-box .filter-box-menu .fetures { padding: 15px 15px 20px;}
.filter-box .filter-box-menu .fetures small { font-size: 23px; line-height: 1.1em; font-weight: 300; color: #154497; display: inline-block; vertical-align: middle;}
.filter-box .filter-box-menu .fetures i { font-size: 48px; line-height: 40px; color: #154497; display: inline-block; vertical-align: middle; margin-right: 15px; margin-left: 15px;}

.filter-box .filter-box-menu .filters .custom-select { font-weight: 300; color: #154497; text-shadow:0 0 0 #154497; bottom:0; padding: 0.4rem 1.75rem 0.35rem 0.75rem; }
.filter-box .filter-box-menu .filters .custom-select:focus {  }
.filter-box .filter-box-menu .filters .custom-select option { padding: 0.35rem 1.75rem 0.35rem 0.75rem; font-size: 90%; bottom:0; }
.filter-box .filter-box-menu .filters .custom-select:not(.form-control-sm) { border: 1px solid #154497;}

.filter-box .filter-box-menu .filters .bootstrap-select { width: auto; display: block;}
.filter-box .filter-box-menu .filters .bootstrap-select .dropdown-menu { right: 0;}
.filter-box .filter-box-menu .filters .bootstrap-select .dropdown-menu .bs-caret { display: none;}
.filter-box .filter-box-menu .filters .bootstrap-select .dropdown-toggle::after { display: none;}



.filter-box .filter-box-menu .filters .extra-filters { opacity: 0; height: 0; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}
.filter-box .filter-box-menu .filters .extra-filters.show { opacity: 1; height: auto; }
.filter-box .extras { background:#f4f4f4;  border-top: 1px solid #fff; }

@media (max-width: 1199px) {
    .filter-box .filter-box-menu .fetures i { font-size: 34px; line-height: 28px; margin-right: 10px; margin-left: 10px;}
    .filter-box .filter-box-menu .fetures small { font-size: 19px;}
}

@media (max-width: 991px) {
    .filter-box { margin-top: 0; overflow: hidden;}
    .filter-box .filter-box-menu .fetures i { font-size: 38px; line-height: 30px; margin-bottom: 10px; margin-right: auto; margin-left: auto; text-align: center; display: block; }
    .filter-box .filter-box-menu .fetures small { display: block; text-align: center;}
    .filter-box .filter-box-menu .filters .main-filters { display: none;}
}

@media (max-width: 767px) {
    .filter-box .filter-box-menu { padding-top: 20px; border: 0; }
    .filter-box .filter-box-menu .fetures { display: none;}
    .filter-box .filter-box-menu .filters .main-filters { display: none;}
}

@media (max-width: 575px) {
    .filter-box .filter-box-menu { padding-top: 20px; border: 0; }
    .filter-box .filter-box-menu .fetures { display: none;}
    .filter-box .filter-box-menu .filters .main-filters { display: none;}
}




/* generalMessage
*******************************************************************/
header .generalMessage { position:absolute; z-index:-1; width:100%; display:block; bottom:0; left: 0; overflow: hidden; }
header .generalMessage .messagePanel { width:720px; max-width: 100%; position:absolute; margin:0 auto; left: 0; right: 0; border-top:0; min-height:65px; border-radius:0 0 8px 8px; text-align:center; background-color:#132E65; border-top:0; overflow:hidden; top:-120px; -webkit-transition: top 0.18s ease-out; -moz-transition: top 0.18s ease-out; -o-transition: top 0.18s ease-out; -ms-transition: top 0.18s ease-out; transition: top 0.18s ease-out; }
header .generalMessage .messagePanel.showPanel { top:0; -webkit-transition: top 0.18s ease-out; box-shadow:0 20px 40px 10px rgba(0,0,0,0.4); -moz-transition: top 0.18s ease-out; -o-transition: top 0.18s ease-out; -ms-transition: top 0.18s ease-out; transition: top 0.18s ease-out; }
header .generalMessage .messagePanel .panelBody { padding:0 15px 25px 55px; color: #fff; background:#132E65; margin:4px 0 40px; font-size:14px; line-height:1.5em; font-weight:400; text-align:left; border-radius:0; border-bottom: 1px solid rgba(255,255,255,0.2); }
header .generalMessage .messagePanel .panelBody i { font-size: 18px; color: #fff; margin: -5px 0 0 -28px; padding-top: 0; position: relative; top: 23px; display: block;}

header .generalMessage .messagePanel .panelBody .missingError { color:#fff; line-height:1.7em; padding:10px 10px 12px; font-size:12px; font-weight:300;}
header .generalMessage .messagePanel .closePanel { display:inline-block; position:absolute; color:#fff; font-weight:400; line-height:1em; font-size:11px; bottom:6px; right:0px; left:0; margin-right:auto; margin-left:auto; width:70px;  }
header .generalMessage .messagePanel .closePanel .icon-cancel-circle { position:relative; top:2px; font-size:14px; margin:0 0 0 3px;}


@media (max-width: 991px) {

    body { padding-top: 0;}
    header { position: relative;}

    header .extra-nav { background: #154497; color: #fff; margin: 0 -15px; padding: 12px 15px; position: relative; }
    header .extra-nav:before { content: ""; position: absolute; z-index: -1; width: 100%; height: 100%; top: 0; left: 0; right: 100%; box-shadow: 200px 0 0 0 #154497, -200px 0 0 0 #154497; }
    header .extra-nav > span { position: relative; z-index: 1;}
    header .extra-nav i { font-size: 28px; color: #fff;}
    header .extra-nav a { color: #fff;}
    header .extra-nav .cart .emptyCart { color: #fff;}
    header .extra-nav .sep { color: #fff; }

}
@media (max-width: 767px) {
    header .navbar .navbar-nav .dropdown-menu .btn { width: 100%;}



}
@media (max-width: 575px) {
    .navbar-toggleable > .container { width: 100%;}
}
@media (max-width: 480px) {

    header .extra-nav .cart .dropdown-menu { width: 290px;}

}




@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {
    .fixedheader header {  box-shadow: 0 0 30px 10px rgba(0,0,0,0.5); -webkit-transform:translateY(-34px); transform:translateY(-34px); }
    .fixedheader header .navbar-brand img { height: 48px; width: auto;}
    .fixedheader header .extra-nav { margin: 10px 0;}
    .fixedheader header .extra-nav i { font-size: 32px;}
    .fixedheader header .navbar {border-bottom: 0;}
    .fixedheader header .navbar .navbar-nav .nav-item .nav-link { font-size: 14px; padding: 0.5em 1em;}
}

@media (min-width: 1200px) {}





.homeBaners { height: 60vh; min-height: 400px;}
.homeBaners .baner { background-size: cover; background-position: center center;}

.swiper-button-prev,
.swiper-button-next { background: none; height: 60px; width: 60px; text-align: center;}
.swiper-button-prev i,
.swiper-button-next i { font-size: 42px; color: #fff;}
.homeBaners .swiper-button-prev,
.homeBaners .swiper-button-next { opacity: 0;}
.homeBaners:hover .swiper-button-prev,
.homeBaners:hover .swiper-button-next { opacity: .4;}
.homeBaners:hover .swiper-button-prev:hover,
.homeBaners:hover .swiper-button-next:hover { opacity: 1;}

.swiper-pagination-bullet { background: #fff; width: 12px; height: 12px; opacity:.4;}
.swiper-pagination-bullet-active { background: #fff; opacity:1;}

.homeBaners .baner .caption { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(6,34,82,0);  -webkit-transition: background .2s ease-out; -moz-transition: background .2s ease-out; -o-transition: background .2s ease-out; -ms-transition: background .2s ease-out; transition: all .2s ease-out; }
.homeBaners .baner .caption .container { padding: 0; max-width: 100%;}
.btn-white-outline { color: #fff; border: 1px solid #fff; font-weight: 500;}
.homeBaners .baner .caption:hover .btn-white-outline { background: #fff; color: #154497; }


.transition-all { -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -o-transition: all .2s ease-out; -ms-transition: all .2s ease-out; transition: all .2s ease-out;}
.transition-all_4 { -webkit-transition: all .2s ease-out .4s; -moz-transition: all .2s ease-out .4s; -o-transition: all .2s ease-out .4s; -ms-transition: all .2s ease-out .4s; transition: all .2s ease-out .4s;}
.transition-all_6 { -webkit-transition: all .2s ease-out .6s; -moz-transition: all .2s ease-out .6s; -o-transition: all .2s ease-out .6s; -ms-transition: all .2s ease-out .6s; transition: all .2s ease-out .6s;}

.homeBaners .baner .caption.show { background: rgba(6,34,82,0.6);}
.homeBaners .baner .caption.show .main_title { opacity:1 !important; left:0 !important; position: relative; }
.homeBaners .baner .caption.show .title_big { opacity:1 !important; left:0 !important; position: relative; }
.homeBaners .baner .caption.show .title_small { opacity:1 !important; left:0 !important; position: relative; }

.homeBaners .baner .caption.style1 { text-align: center; }
.homeBaners .baner .caption.style1 .main_title {color:#fff; font-size:28px;  font-style:italic; font-weight:600; line-height:1em; display: inline-block; padding: 8px 25px 10px; margin-top:0; margin-bottom: 15px; opacity:0; left:200px;  }
.homeBaners .baner .caption.style1 .title_big { font-style:italic; font-weight:500; color:#fff; position:relative; left: -100px; opacity:0; padding:0px 20px 0px 2000px; margin: 0 0 50px -2000px; z-index:1; min-width: 400px; }
.homeBaners .baner .caption.style1 .title_small { font-size:18px; font-style:italic; font-weight:300; line-height:1; color:#fff; position:relative; z-index:1; opacity:0; padding:0px 20px 0px 2000px; margin: 5px 0 0 -2000px; left: -100px; }

.homeBaners .baner .caption.style2 { text-align: center; }
.homeBaners .baner .caption.style2 .main_title {color:#fff; font-size:28px; font-weight:600; line-height:1em; display: inline-block; padding: 8px 25px 10px; margin-top:0; margin-bottom: 30px; opacity:0; left:200px;  }
.homeBaners .baner .caption.style2 .title_big,
.homeBaners .baner .caption.style2 .title_small { line-height: 1.3; color:#fff; text-shadow:1px 1px #000; position: relative; opacity: 0; margin: 0; left: -100px; }
.homeBaners .baner .caption.style2 .title_big { font-weight:300;  padding: 0; line-height:0.9; margin-bottom: 15px;}
.homeBaners .baner .caption.style2 .title_small { font-size: 22px; padding: 0; }

.homeBaners .baner .caption.style3 { text-align: center; }
.homeBaners .baner .caption.style3 .main_title {color:#fff; font-size:18px; line-height:1em; display: inline-block; padding: 8px 25px 10px; margin-top:0; margin-bottom: 20px; opacity:0; left:200px; background: #6fb00b; }
.homeBaners .baner .caption.style3 .title_big { text-align:center; color:#FFF; font-weight:bold; opacity:0; margin-bottom: 30px; }
.homeBaners .baner .caption.style3 .title_small { text-align:center; color:#FFF; font-size:22px; opacity:0;}




@media (max-width: 575px) {

    .homeBaners .baner .caption.style1 .title_big { font-size: 27px; min-width: 320px; }

    .homeBaners .baner .caption.style2 .main_title { font-size: 18px;}
    .homeBaners .baner .caption.style2 .title_big { font-size: 22px; }

    .homeBaners .baner .caption.style3 .title_big { font-size: 18px; }

}

@media (max-width: 767px) {

    .homeBaners .baner .caption.style1 .title_big { font-size: 37px; }

    .homeBaners .baner .caption.style2 .main_title { font-size: 22px;}
    .homeBaners .baner .caption.style2 .title_big { font-size: 32px; }

    .homeBaners .baner .caption.style3 .title_big { font-size: 28px; }

}
@media (min-width: 768px) and (max-width: 991px) {
    .homeBaners .baner .caption.style1 .title_big { font-size: 52px; }
    .homeBaners .baner .caption.style2 .title_big { font-size: 38px; }
    .homeBaners .baner .caption.style3 .title_big { font-size: 40px; }

}
@media (min-width: 992px) and (max-width: 1199px) {

    .homeBaners .baner .caption.style1 .title_big { font-size: 62px; }
    .homeBaners .baner .caption.style2 .title_big { font-size: 52px; }
    .homeBaners .baner .caption.style3 .title_big { font-size: 54px; }

}
@media (min-width: 1200px) {

    .homeBaners .baner .caption.style1 .title_big { font-size: 72px;}
    .homeBaners .baner .caption.style2 .title_big { font-size: 62px; }
    .homeBaners .baner .caption.style3 .title_big { font-size: 64px; }

}





.breadcrumbs { background: #f4f4f4; margin-bottom: 40px; clear: both; padding: 16px 0 10px; }
.breadcrumbs .path { clear: both; list-style: none; padding: 0; margin: 5px 0;}
.breadcrumbs .path:after { content: ""; display: table; clear: both;}
.breadcrumbs .path .breadcrumb-item { color: #000; font-size: 13px; font-weight: 600; display: inline-block;}
.breadcrumbs .path .breadcrumb-item + .breadcrumb-item::before { color: #000; opacity: 0.6; padding-right: 4px; }
.breadcrumbs .path .breadcrumb-item a { font-size: 13px; font-weight: 300; color: #000; opacity: 0.7; }
.breadcrumbs .siteTitle { color: #154497; font-size: 22px; margin: 20px 0 15px 0; }
.breadcrumbs .siteTitle h1 { font-size: 28px; font-weight: 400; display: inline-block; margin: 0 5px 0 0; }
.breadcrumbs .siteTitle small { font-weight: 300;}


.breadcrumbs .siteTitle .tab { position: relative; text-decoration: none; }
.breadcrumbs .siteTitle .tab:after { content: ""; position: absolute; height:28px; top:20px; left: 0; width: 100%; border-bottom: 3px solid #154497;}

.boxTitle { font-size: 24px;}
.boxTitle small { font-size: 12px; font-weight: 300; white-space: nowrap;}

@media (min-width: 768px) and (max-width: 991px) {
    .breadcrumbs .siteTitle { font-size: 20px; }

}




.panel-discount { }
.panel-discount .panel-heading { border-top: 6px solid #154497;  background-size: 100% auto; background-repeat: no-repeat; background-position: top center; color: #fff; padding:15px 35px 15px 15px;   }
.panel-discount .panel-heading .lead { font-weight: 300; font-size: 19px; line-height: 1.4em;}
.panel-discount .panel-body { background: #f2f2f2; padding:15px; }
.panel-discount .panel-body .table { background: #fff;}

.offers { margin: 0 -1px;}
.offer { text-align: center; position: relative; padding: 15px 15px 25px; background-size: cover; background-position: center center; -webkit-transition: all 0.2s ease-out; font-weight: 300; transition: all 0.2s ease-out; border: 1px solid #fff;}
.offer:before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 10; background-color: rgba(21,68,151,0.86 ); mix-blend-mode: multiply; transition: background-color 0.2s ease-out; }
.offer:hover:before { background-color: rgba(63,177,1,0.8 );}
.offer:hover .btn-red { background: #ba070b;}

.offer.offer-70 { min-height: 70vh; height: 100%;}
.offer.offer-70 .offer-value { font-size: 68px; line-height: 120px; height: 280px; }
.offer.offer-70 .offer-value b { font-size: 238px; letter-spacing: -5px;}
.offer.offer-70 .offer-value b small { font-size: 190px; }
.offer.offer-70 .offer-name { font-size: 42px; margin-bottom: 40px;}
.offer.offer-70 .offer-name + .btn-red { margin-bottom: 40px; }

.offer.offer-60 { min-height: 60vh; height: 100%;}
.offer.offer-60 .offer-value { font-size: 68px; line-height: 120px; height: 280px; }
.offer.offer-60 .offer-value b { font-size: 238px; letter-spacing: -5px;}
.offer.offer-60 .offer-value b small { font-size: 190px; }
.offer.offer-60 .offer-name { font-size: 42px; margin-bottom: 40px;}
.offer.offer-60 .offer-name + .btn-red { margin-bottom: 40px; }

.offer.offer-40 { min-height: 40vh; height: 100%;}
.offer.offer-40 .offer-value { font-size: 48px; line-height: 90px; height: 210px; }
.offer.offer-40 .offer-value b { font-size: 178px; letter-spacing: -5px;}
.offer.offer-40 .offer-value b small { font-size: 140px; }
.offer.offer-40 .offer-name { font-size: 34px; margin-bottom: 20px;}
.offer.offer-40 .offer-name + .btn-red { margin-bottom: 20px; }

.offer.offer-30 { min-height: 30vh; height: 100%;}
.offer.offer-30 .offer-value { font-size: 32px; line-height: 43px; height: 95px; color: #fff; font-weight: 600; }
.offer.offer-30 .offer-value b { font-size: 62px; letter-spacing: -1px; color: #fff;}
.offer.offer-30 .offer-value b small { font-size: 50px; color: #fff; font-weight: 600; }
.offer.offer-30 .offer-name { font-size: 20px; margin-bottom: 20px; }
.offer.offer-30 .offer-name + .btn-red { margin-bottom: 20px; }






@media (max-width: 1199px) {
    .offer.offer-70 .offer-value,
    .offer.offer-60 .offer-value { font-size: 48px; line-height: 90px; height: 210px; }
    .offer.offer-70 .offer-value b,
    .offer.offer-60 .offer-value b { font-size: 178px; }
    .offer.offer-60 .offer-value b small,
    .offer.offer-60 .offer-value b small { font-size: 140px; }
    .offer.offer-70 .offer-name,
    .offer.offer-60 .offer-name { font-size: 34px; margin-bottom: 20px;}
}
@media (max-width: 767px) {}
@media (max-width: 991px) {}
@media (max-width: 575px) {
    .offer.offer-40 .offer-value,
    .offer.offer-70 .offer-value,
    .offer.offer-60 .offer-value { font-size: 38px; line-height: 60px; height: 142px; }
    .offer.offer-40 .offer-value b,
    .offer.offer-70 .offer-value b,
    .offer.offer-60 .offer-value b { font-size: 108px; }
    .offer.offer-40 .offer-value b small,
    .offer.offer-70 .offer-value b small,
    .offer.offer-60 .offer-value b small { font-size: 80px; }
    .offer.offer-40 .offer-name,
    .offer.offer-70 .offer-name,
    .offer.offer-60 .offer-name { font-size: 28px; margin-bottom: 20px;}
}

.offer .offer-link { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 14; }
.offer .offer-body { margin: auto; position: relative; z-index: 12;}

.offer .offer-value { color: #f1cb00; font-weight: 800; }
.offer .offer-value b { display: block; }
.offer .offer-value b small { font-weight: 800;}
.offer .offer-name { color: #fff; font-weight: 700; line-height: 1.1em; }
.offer .offer-name + .btn-red {  }
.offer .share-offer { color: #fff; position: relative; z-index: 2; font-size: 10px;}
.offer .share-offer i { font-size: 22px; display: inline-block; vertical-align: middle; margin: 2px 0 0 4px;}
.offer .share-offer a { color: #fff; -webkit-transition: all 0.2s ease-out; font-weight: 300; transition: all 0.2s ease-out;}
.offer .share-offer a:focus,
.offer .share-offer a:hover { color: #f1cb00; text-decoration: none;}
.offer .share-offer .share-offer-with-mail { display: inline-block; margin:0 10px; white-space: nowrap; }
.offer .share-offer .share-offer-services { display: inline-block; margin:0 10px; white-space: nowrap; }

.assets { background-position: top center; background-repeat: no-repeat; color: #154497; margin-top: 1px;}
.assets .textBox { padding: 14vh 30px; }
.assets h3 { font-size: 28px; margin-bottom: 20px; font-weight: 700; }
.assets ul { margin-bottom: 50px;}
.assets ul li { font-weight: 300; font-size: 26px;}
.assets ul li b { font-weight: 700;}

@media (max-width: 991px) {

    .assets { background: none !important;}
    .assets .textBox { padding: 10px 30px 40px 30px; }
    .assets h3 { font-size: 22px;}
    .assets ul li { font-size: 20px;}
}


.services { background-position: center center; background-repeat: no-repeat; color: #fff; padding: 15vh 0; margin-top: 1px;}
.services h3 { font-size: 32px; margin-bottom: 20px; font-weight: 600; }
.services p { font-weight: 300;}



.productList { list-style: none; padding: 20px 0;}
.productList .product { margin-bottom:20px; white-space:normal; background:#fff; }
.productList .product .productBox { background:#f4f4f4; z-index:1 !important; width: 100%; padding-bottom: 15px; border: 1px solid #ddd; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out;  }
.productList .product:hover .productBox { background: #154497; color: #fff; box-shadow: 0 0 40px -10px rgba(0,0,0,0.4); }

.productList .product .productBox .photos { margin:0; height:280px; background:#fff;}
.productList .product .productBox .photos .offer-features { position: absolute; top: 10px; left: 25px; background: #fff; border-radius: 15px; padding: 2px 8px;}
.productList .product .productBox .photos .offer-features .feature {}
.productList .product .productBox .photos .offer-features .feature .feature-icon { width: 30px; height: 30px;}

.productList .product .productBox .photos .brand {  position: absolute; top: 10px; left: 25px; background: #fff; border-radius: 5px; padding: 2px 8px; }
.productList .product .productBox .photos .brand img { width: 80px; height: auto; mix-blend-mode: multiply; }

.productList .product .productBox .photos .photo { text-align:center; height:260px; line-height:260px; display: block; font-size: 0; }
.productList .product .productBox .photos .photo img { max-width:75%; max-height:75%; width:auto; display: inline-block; margin: auto; height:auto; vertical-align:middle; -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}
.productList .product:hover .productBox .photos .photo img { max-width:100%; max-height:100%;}

.productList .product .productBox .productBox-body { padding-left: 18px; padding-right: 18px; }
.productList .product .productBox .sizesBox { display: none;  box-shadow: 0 0 60px -10px rgba(0,0,0,0.5); padding:8px 18px 10px; color: #000; background: #eee; top: 15px; position: absolute; top: 100%; left: 15px; right: 15px;}
.productList .product:hover .productBox .sizesBox { display: block;}

.productList .product .nameContainer { padding:7px 0 2px; display:block; margin:5px 0 0; line-height: 1.3em; position:relative; text-decoration:none; color: #000;}
.productList .product:hover .nameContainer { color: #fff;}
.productList .product:hover .productBox-body .btn.btn-navyBlue { background: #3fb101; color: #fff; }
.productList .product:hover .productBox-body .btn.btn-navyBlue:hover { background: #fff; color:#154497 !important; }
.productList .product .productBox-body .btn-navyBlue-outline { background: rgba(255,255,255,0.7);}
.productList .product:hover .productBox-body .btn-navyBlue-outline { background: #154497; color: #fff; border-color: #fff;}
.productList .product:hover .productBox-body .btn-navyBlue-outline:hover { background: #fff; color:#154497 !important; }

.productList .product .photos .offerType { position: absolute; top:15px; left: 30px; }
.productList .product .photos .offerType.best { font-weight: 700; font-size: 12px; background-color: #15bbe4; color: #fff; border-radius: 2px; display: block; padding: 3px 5px; line-height: 1em; }
.productList .product .photos .offerType.new { font-weight: 700; font-size: 12px; background-color: #3fb101; color: #fff; border-radius: 2px; display: block; padding: 3px 5px; line-height: 1em; }
.productList .product .photos .offerType.sale { font-weight: 700; font-size: 15px; background-color: #fff; border-radius: 2px; display: block; padding: 3px 5px; line-height: 1em;  }
.productList .product .photos .offerType.sale span { display: inline-block; vertical-align: middle; color: #000;}
.productList .product .photos .offerType.sale .value { font-size: 18px; display: inline-block; vertical-align: middle; color: #eb1015;}
.productList .product .photos .offerType.sale .value small { font-size: 14px; font-weight: 600; display: inline-block; vertical-align: middle; margin-left: 1px; }

.productList .product .nameContainer .name { line-height:1.2em; margin:0; overflow:hidden; display:block; font-size:17px; font-weight:400;}
.productList .product .nameContainer .name .product-attr { font-size: 13px; color: #fff; background: #eb1015; padding: 3px 10px; border-radius: 4px; vertical-align: top; margin-bottom: 5px; margin-top: 0; display: inline-block; line-height: 1.2em;}
.productList .product .nameContainer .name span { display:block; }
.productList .product .nameContainer .name small { display:block; font-size:12px; overflow:hidden; text-overflow:ellipsis; margin-top: 5px; line-height: 1.2em; }
.productList .product .nameContainer hr { margin-bottom: 0px; margin-top: 18px;}
.productList .product:hover .nameContainer hr { border-color: rgba(255,255,255,0.3);}
.productList .product .price { color:#154497; font-weight:400; font-size:22px; font-weight: 600;}
.productList .product .price.price-sale { color: #eb1015;}
.productList .product:hover .price.price-sale { color: #f1cb00;}
.productList .product .price del { display: block; font-size: 13px; line-height: 1em; color: #000; margin-top: -2px; }
.productList .product:hover .price del {color: #fff; opacity: 0.5;}
.productList .product .price span { display: block; line-height: 1em;}
.productList .product:hover .price { color: #fff;}
.productList .product .price small { font-size:80%;}
.productList .product .price small small.netto-label { font-size:13px;}

.productList .product.hover,
.productList .product:hover { z-index:2; }

.productList .product .productBoxOverlay { position: absolute; display: none; top: 0; right: 15px; bottom: 0; left: 15px; background: rgba(21,68,151,0.86 ); }
.productList .product .productBoxOverlay .overlay-content { margin: auto; background: #fff; width: 90%; color: #000; box-shadow: 0 0 60px -10px rgba(0,0,0,0.6); }
.productList .product .productBoxOverlay .overlay-content .cartInfo { background: #3fb101; color: #fff; padding: 10px 15px;}
.productList .product .productBoxOverlay .overlay-content .sizesTab { padding: 15px; text-align: center;}

.productList .product .productBoxOverlay .overlay-content .product-basket-content {}
.productList .product .productBoxOverlay .overlay-content .product-basket-content {}



.productList .product.product-horizon .productBox { padding: 0;}

.productList .product.product-horizon .productBox .productBox-body hr { margin-top: 0; margin-bottom: 10px;}
.productList .product.product-horizon .nameContainer { margin-bottom: 0; margin-top: 0; padding-top: 0;}
.productList .product.product-horizon .nameContainer .name { font-size: 20px; margin-bottom: 15px; }
.productList .product.product-horizon .nameContainer .name span { height: auto;}
.productList .product.product-horizon .productBox .sizesBox { display: block; box-shadow: none; padding:0; color: #000; opacity: 0.4; background: none; position: static; font-size: 14px; }
.productList .product.product-horizon .productBox .productBox-body { padding-top:10px; padding-bottom: 10px; }
.productList .product.product-horizon:hover .productBox .sizesBox { color: #fff;}
.productList .product.product-horizon:hover .productBox .productBox-body hr { border-top-color: rgba(255,255,255,0.4);}


.productList .product.product-horizon .item {}
.productList .product.product-horizon .item i { font-size: 24px; line-height: 24px; display: inline-block; vertical-align: middle; margin-right: 4px;}
.productList .product.product-horizon .item .navyBlue { display: inline-block; vertical-align: middle;}
.productList .product.product-horizon:hover .navyBlue { color: #fff !important; }

.productList .product.product-horizon .price { margin-left: auto; }

@media (min-width: 768px) {

    .productList .product.product-horizon .productBox .photos { float: left; width: 160px; height: 180px; }
    .productList .product.product-horizon .productBox .photos .brand { top: 5px; left: 20px;}
    .productList .product.product-horizon .productBox .photos .brand img { width: 70px;}
    .productList .product.product-horizon .productBox .photos .photo { height: 160px; line-height:180px;}
    .productList .product.product-horizon .productBox .photos .photo img { max-width:70%; max-height:70%;}
    .productList .product.product-horizon:hover .productBox .photos .photo img { max-width:85%; max-height:85%;}
    .productList .product.product-horizon .productBox .productBox-body { margin-left: 160px; height: 180px;}
    .productList .product.product-horizon .nameContainer .name { font-size: 22px; height: 110px; margin-bottom: 0;}
    .productList .product .nameContainer .name span { height: 3.8em; overflow: hidden;}

}

@media (max-width: 767px) {

    .productList .product .productBox { background: #154497; color: #fff; }
    .productList .product .productBox .photos .photo img { max-width:100%; max-height:100%;}
    .productList .product .productBox .sizesBox { display: block;}
    .productList .product .productBox-body .btn.btn-navyBlue { background: #3fb101; color: #fff; }
    .productList .product .productBox-body .btn.btn-navyBlue:hover { background: #fff; color:#154497 !important; }
    .productList .product .productBox-body .btn-navyBlue-outline { background: #154497; color: #fff; border-color: #fff;}
    .productList .product .productBox-body .btn-navyBlue-outline:hover { background: #fff; color:#154497 !important; }
    .productList .product .productBox-body hr { border-color: rgba(255,255,255,0.3);}
    .productList .product .price { color: #fff;}
    .productList .product .nameContainer { color: #fff;}
    .productList .product .nameContainer hr { border-color: rgba(255,255,255,0.3);}


}



.sizesTab .list { font-size:0; padding: 0; }
.sizesTab .list li { display:inline-block; white-space:nowrap; margin:0 0 6px;}
.sizesTab .list li .radio { padding:0; margin:0 2px 2px 0; cursor:pointer; font-size:14px; position: relative;}
.sizesTab .list li .radio input[type="radio"] { position:absolute; opacity:0; margin:0; cursor:pointer; width:100%; height:100%; left:0; right:0; top:0; bottom:0;}
.sizesTab .list li .radio input[type="radio"] + .size { border-radius:4px; border:1px solid #c1c1c1; color:#1c2442; font-weight:600; padding:1px 8px; box-shadow:0 -14px 13px -7px #e7e7e7 inset; cursor:pointer; }
.sizesTab .list li .radio:hover input[type="radio"] + .size { color:#154497; background:none; border-color:#C1C1C1; }
.sizesTab .list li .radio:hover input[type="radio"]:checked + .size,
.sizesTab .list li .radio input[type="radio"].checked + .size,
.sizesTab .list li .radio input[type="radio"]:checked + .size { color:#FFF; background:#154497; border:1px solid #154497; box-shadow:0 -14px 13px -7px #154497 inset;}

.productListContainer .productListContent { padding:0 15px 20px;}
.productListContainer .productListContent .loader { display:none;}
.productListContainer .productListContent.loaderContainer { position:relative; z-index:0; }
.productListContainer .productListContent.loaderContainer::before { content:""; position:absolute; top:73px; bottom:0; left:0; right:0; z-index:1001; background-color:rgba(255,255,255,0.8); }
.productListContainer .productListContent.loaderContainer .loader { position:fixed; display:block; background:rgba(255, 255, 255, 0.4); box-shadow:0 0 60px 60px rgba(255, 255, 255, 0.4); width:320px; top:40%; left:50%; margin-left:-60px; margin-top:160px; z-index:1002; }
.productListContainer .productListContent.loaderContainer .loader-box { width:76px; vertical-align:middle; margin: 0 auto; }
.productListContainer .productListContent.loaderContainer .loader .loader-text { white-space:nowrap; display: block; text-align: center; color:#154497; font-size:20px; vertical-align:middle; }

.productListAside { background: #fff; position: relative; z-index: 1;}
.productListAside:after { content: ""; position: absolute; bottom: 75px; right: 0; left: 15px;  top: 0; border: 1px solid #ddd; background: #f4f4f4; z-index: -1;}
.productListAside .productListFilters { border-bottom: 1px solid #ddd; white-space: nowrap; padding-bottom: 24px; margin-bottom: 20px; padding-top: 5px; background: #fff; position: relative;}
.productListAside .productListFilters:after { content: ""; position: absolute; top:100%; left: 0; right: 0; height: 21px; background: #fff; border-top: 1px solid #ddd;}
.productListAside .productListFilters a { color:#154497; font-size: 14px;}
.productListAside .filters { border: 1px solid #ddd; border-bottom: 0; padding: 15px 10px 15px 10px; background: #f4f4f4;}
.productListAside .filters h2 { font-size: 28px; margin-bottom: 20px;}
.productListAside .filters h3 { font-size: 18px;}
.productListAside .filters .set { list-style: none; padding: 0; margin-bottom: 30px;}
.productListAside .filters .set .custom-control { margin-bottom: 2px; position: relative; z-index: 10;}
.productListAside .filters .set .custom-control:before {}
.productListAside .filters .set .custom-control:hover {}
.productListAside .filters .set .custom-control-indicator { top:3px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; transition: all 0.2s ease-out;  }
.productListAside .filters .set .custom-control-input:checked ~ .custom-control-indicator { background-color:#154497; }
.productListAside .filters .set .custom-control-description { color:#154497; font-size: 14px; white-space: nowrap; padding-right: 6px;}
.productListAside .filters .set .custom-control-description span { display: inline-block; line-height: 1em; padding: 3px 6px 3px 0; vertical-align: middle; max-width: 110px; overflow: hidden; text-overflow:ellipsis; }
.productListAside .filters .set .custom-control:hover .custom-control-description span { max-width: none;}
.productListAside .filters .set .custom-control-description small { display: inline-block; line-height: 1em; vertical-align: middle; color: #aaa; }
.productListAside .filters .set .custom-control:hover .custom-control-description { background: #f4f4f4; border-radius: 0 3px 3px 0;}
.productListAside .filters .set .custom-control:hover .custom-control-indicator { background-color:#154497; }
.productListAside .filters.current { border: 0; padding-top: 0; padding-left: 15px; background: none; background: #fff;}
.productListAside .filters.current h2 { margin-left: -15px;}
.productListAside .filters.current .set .custom-control:hover .custom-control-description { background: none;}

.productListAside .range { display: table; width: 100%;}
.productListAside .range .form-control { display: table-cell; text-align: center;}
.productListAside .range .sep { display: table-cell; vertical-align: middle; padding: 0 10px;}

.productListSetup { border-bottom: 1px solid #ddd; padding-bottom: 15px; min-height: 54px; margin-bottom: 5px;}
.productListSetup .custom-select { max-width: 170px;}


@media (max-width: 1199px) {
    .productListAside .filters .set .custom-control-description span { max-width: 80px;}
}

@media (max-width: 991px) {
    .productListAside .filters .set .custom-control-description span { max-width: 100px;}
}

@media (max-width: 767px) {
    .productListAside .filters .set .custom-control-description span { max-width: 90px;}
}

@media (max-width: 575px) {
    .productListSetup { margin-left: 15px; margin-right: 15px;}
    .productListAside { margin-left: -66.666667%; position: relative; z-index: 0; -webkit-transform:translateX(0); transform:translateX(0); -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; box-shadow:30px 10px 60px 0px rgba(0, 0, 0, 0); }
    .productListContainer .productListContent { padding-right:0;}
    .productListAside .filters .set .custom-control-description span { max-width: 130px;}
    .showAsideMenu .productListAside {  z-index: 11; -webkit-transform:translateX(100%); transform:translateX(100%); box-shadow:30px 10px 60px 0px rgba(0, 0, 0, 0.4);  }

    .productListContainer .productListContent.loaderContainer .loader { margin-left: -160px;}
}


.mainPhotos { margin:5 0 10px; position: relative; z-index: 1;}
.mainPhotos .offerTypeContainer { top:10px; left:30px; z-index:101; position:absolute;}
.mainPhotos .offerTypeContainer .offerType { position:relative;}
.mainPhotos .offerTypeContainer .offerType.best { font-weight: 700; font-size: 12px; margin-top: -2px; margin-bottom: 2px; background-color: #15bbe4; color: #fff; border-radius: 2px; display: inline-block; padding: 3px 5px 2px; line-height: 1em; }
.mainPhotos .offerTypeContainer .offerType.new { font-weight: 700; font-size: 12px; margin-top: -2px; margin-bottom: 2px; background-color: #3fb101; color: #fff; border-radius: 2px; display: inline-block; padding: 3px 5px 2px; line-height: 1em; }
.mainPhotos .offerTypeContainer .offerType.sale { font-weight: 700; font-size: 15px; margin-top: -2px; margin-bottom: 2px; background-color: #fff; color: #000; border-radius: 2px; display: inline-block; padding: 3px 5px; line-height: 1em; }
.mainPhotos .offerTypeContainer .offerType.sale span { display: inline-block; vertical-align: middle;}
.mainPhotos .offerTypeContainer .offerType.sale .value { font-size: 18px; display: inline-block; vertical-align: middle; color: #eb1015;}
.mainPhotos .offerTypeContainer .offerType.sale .value small { font-size: 14px; font-weight: 600; display: inline-block; vertical-align: middle; margin-left: 1px; }

.mainPhotos .swiper-container { overflow:hidden; margin-bottom:10px;}
.mainPhotos .swiper-container:hover {}
.mainPhotos .swiper-container.loader { position:relative; z-index:0;}

.mainPhotos .product-photo { position:relative; width:100%; margin:0; }
.mainPhotos .product-photo.cycle-slide { display:block;}
.mainPhotos .product-photo .hover {}
.mainPhotos .product-photo > .hover {position:absolute; left:0; top:0; right:0; bottom:0; pointer-events: none; border:1px solid #828891; opacity:0.4; }
.mainPhotos .product-photo:hover > .hover { opacity:1; }
.mainPhotos .product-photo .image { position:relative; width:auto; text-align:center; display:block; margin:0px; padding:2px; }
.mainPhotos .product-photo .image a { width:100%; text-align:center; display:block;}
.mainPhotos .product-photo .image img { max-width:100%; max-height:540px; vertical-align:middle;}
.mainPhotos .product-photo .image a .zoomImgWraper { position:absolute; top:0; left:0; right:0; bottom:0; background-color:rgba(255,255,255,0.8); opacity:0; -webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out; transition: opacity 0.2s ease-out; }
.mainPhotos .product-photo .image a .zoomImgWraper .zoomImg { z-index:1;}
.mainPhotos .product-photo:hover .image a .zoomImgWraper { opacity:1; -webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out; transition: opacity 0.2s ease-out; -webkit-transition-delay: 0.5s; transition-delay: 0.5s;}



.product-unavailable.mainPhotos .product-photo { border:1px solid #ddd;}

.mainPhotos .thumbnails { padding: 0; margin: 0 -5px; font-size: 0; }
.mainPhotos .thumbnails .thumb { cursor:pointer; border:1px solid #dadada; display:inline-block; margin:0 5px 10px;}
.mainPhotos .thumbnails .thumb:hover,
.mainPhotos .thumbnails .thumb.active { border:1px solid #828891; }
.mainPhotos .thumbnails .thumb img { height: auto; display:block; }



@media (max-width: 575px) {
    .mainPhotos .thumbnails .thumb img { width:88px;}
}
@media (max-width: 767px) {
    .mainPhotos .thumbnails .thumb img { width:118px;}
}
@media (min-width: 768px) and (max-width: 991px) {
    .mainPhotos .thumbnails .thumb img { width:128px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .mainPhotos .thumbnails .thumb img { width:141px;}
}
@media (min-width: 1200px) {
    .mainPhotos .thumbnails .thumb img { width:171px;}
}


.mainPhotos .thumbnails .thumb-3D { cursor:pointer; border:1px solid #dadada; display:inline-block; margin:0 5px 5px 0; padding:5px;}
.mainPhotos .thumbnails .thumb-3D:hover { border:1px solid #828891; }
.mainPhotos .thumbnails .thumb-3D .roteView { width:70px; height:70px; cursor:pointer; position:relative; z-index:1; background:url(/public/img/default/icoSet.png) -150px -120px; display:block; }
.mainPhotos .thumbnails .thumb-3D:hover .roteView { background-position:-80px -120px;}

.alert { background: #fafafa; padding: 10px 15px; font-size: 14px; }
.alert h5 { font-size: 15px; font-weight: 700;}
.alert.alert-green { border-left: 8px solid #61b147;}
.alert.alert-red { border-left: 8px solid #d61442;}
.alert.alert-blue { border-left: 8px solid #184495;}
.alert.alert-yellow { border-left: 8px solid #f0ee20;}
.alert.alert-purple { border-left: 8px solid #8815ca;}

.mainData {}
.mainData .nameTab { padding: 0 12px; }
.mainData .nameTab h1 { font-size: 30px; line-height: 1.1em; padding-top: 0; margin-bottom: 10px; min-height: 40px; }
.mainData .nameTab h1 .producent-logotype { display: block; margin-bottom: 10px; margin-right: -12px; margin-left: 30px; float: right; border: 1px solid #dadada; padding: 0 10px; }
.mainData .nameTab h1 .producent-logotype img { height: 40px; width: auto; display: inline-block; vertical-align: middle;}
.mainData .nameTab h1 .product-attr { font-size: 13px; color: #fff; background: #eb1015; padding: 3px 10px; border-radius: 4px; vertical-align: top; margin-top: 5px; display: inline-block; line-height: 1.2em;}
.mainData .nameTab h1 .product-name { display: block; }
.mainData .nameTab h1 .product-name .product-index { display: block; font-size: 14px; color: #ccc;}

.product-unavailable.mainData .nameTab { padding: 0;}
.product-unavailable.mainData h3 { font-size: 24px;}


.mainData .priceTab { background-color:#f4f4f4; border-bottom: 1px solid #d7d7d7; box-shadow: 0 -1px 0 0 #fff inset; padding: 10px 15px; margin-bottom: 1px; }
.mainData .priceTab .cataloguePrice { opacity: 0.7; margin-bottom: 5px;}
.mainData .priceTab .cataloguePrice .cataloguePrice-value { white-space: nowrap;}
.mainData .priceTab .cataloguePrice .cataloguePrice-label { padding-right: 15px;}
.mainData .priceTab .ourPrice del { display: inline-block; font-size: 16px; margin-right: 10px; line-height: 1em; opacity: 0.8; font-weight: 600;}
.mainData .priceTab .ourPrice { font-size: 24px; font-weight: 400; line-height: 1em; margin-bottom: 15px;}
.mainData .priceTab .ourPrice .ourPrice-label-value { font-size: 32px; white-space: nowrap; line-height: 1em;}
.mainData .priceTab .ourPrice .ourPrice-label span { font-size: 14px; font-weight: 600; color: #eb1015;}
.mainData .priceTab .ourPrice .ourPrice-label span:before { content: "("}
.mainData .priceTab .ourPrice .ourPrice-label span:after { content: ")"}
.mainData .priceTab .ourPrice.ourPrice-sale .ourPrice-label-value { color: #eb1015;}
.mainData .priceTab .ourPrice.ourPrice-sale .ourPrice-label-value del {color: #000;}

.mainData .priceTab .toCart { margin: 10px 0;}
.mainData .priceTab .toCart .form-inline label { font-size: 12px; margin: 0;}
.mainData .priceTab .toCart .form-inline .form-control { width: 40px; text-align: center;}
.mainData .priceTab .toCart .btn { width: 100%; }
.mainData .priceTab .toCart .btn i { font-size: 26px; display: inline-block; vertical-align: middle; line-height: 1em;}

.mainData .sizesTab { }
.mainData .productBoxOverlay { position: absolute; display: none; top: 0; right: 15px; bottom: 0; left: 15px; background: rgba(255,255,255,0.86 ); z-index: 11; }
.mainData .productBoxOverlay .overlay-content { margin: 60px auto; background: #fff; width: 90%; color: #000; box-shadow: 0 0 60px -10px rgba(0,0,0,0.6); }
.mainData .productBoxOverlay .overlay-content .cartInfo { background: #3fb101; color: #fff; padding: 10px 15px;}
.mainData .productBoxOverlay .overlay-content .sizesTab { padding: 15px; text-align: center;}
.mainData .productBoxOverlay .overlay-content .product-basket-content {}

.mainData .infoTab { padding: 0 12px; font-size: 13px; background: #f4f4f4; border-bottom: 1px solid #d7d7d7; box-shadow: 0 -1px 0 0 #fff inset; padding: 10px 15px; margin-bottom: 1px; }
.mainData .infoTab i { display: inline-block; vertical-align: middle; font-size: 22px; color: #082559; margin-right: 4px; }
.mainData .product-features { text-align: center; border-bottom: 1px solid #d7d7d7; padding: 20px 0 25px; margin-bottom: 1px;}
.mainData .product-features .feature-icon { width: 74px; max-width: 100%; margin-bottom: 5px; }
.mainData .product-features .feature-name { font-size: 12px; color:#154497; font-weight: 700; line-height: 1.2em; white-space: nowrap; text-transform: lowercase; }
.mainData .product-features .feature-value { font-size: 16px; color: #000; font-weight: 600; line-height: 1.2em; white-space: nowrap; }

@media (min-width: 320px) and (max-width: 575px) {

    .mainData .priceTab .toCart .form-inline label {  max-width: 80px; }

}

@media (max-width: 767px) {

    .mainData .nameTab { padding: 0;}
    .mainData .nameTab h1 .producent-logotype { float: none; display: inline-block; margin: 0; margin-bottom: 10px;}

    .mainData .priceTab .ourPrice { font-size: 18px;}
    .mainData .priceTab .ourPrice .ourPrice-label-value { font-size: 22px;}

    .mainData .product-features .feature-icon { width: 54px;}
    .mainData .product-features .feature-name {}
    .mainData .product-features .feature-value { font-size: 12px;}

    .mainData .priceTab .cataloguePrice { margin-bottom: 10px;}
    .mainData .priceTab .ourPrice { margin-bottom: 20px;}

}


.product-details { font-size: 15px; padding: 10px; background: #f4f4f4;}
.product-details table { margin: 0;}
.product-details table td { padding: 15px 10px;}
.product-details table tr:first-child td { border: 0;}
.product-important-details { font-size: 14px; padding: 5px; border: 4px solid #154497; background: #f4f4f4;}
.product-important-details table { margin: 0;}
.product-important-details table td { padding: 10px 6px;}
.product-important-details table th { background: #f4f4f4; font-weight: normal; padding: 4px 6px 6px; font-size: 13px; }
.product-important-details table tr:first-child td { border: 0;}

.product-important-details-title { background:#154497; color: #fff; padding: 10px 10px 6px; text-transform: uppercase; font-weight: 600; }
.product-important-details-title small { display:block; font-size:10px; font-weight:400;}

.product-lead { padding: 15px; background-color: #f4f4f4; background-position: right top; background-repeat: no-repeat; color: #000; font-size: 22px; text-align: center; line-height: 1.3em; }
.product-lead .yt-link { background: #eb1015; margin-top: 20px; text-decoration: none; border-radius: 10px; padding: 8px 20px 10px; display: block; color: #FFF; text-align: center; line-height: 1.4em;}
.product-lead .yt-link img { display: inline-block; margin: 10px 0 5px; }
.product-lead .yt-link:hover {}

@media (min-width: 992px) {
    .product-lead { text-align: left;}
    .product-lead .yt-link { margin-top: 0;}
    .product-lead.product-lead-opony { background-image: url("/public/img/default/lead-opony.png"); }
    .product-lead.product-lead-felgi { background-image: url("/public/img/default/lead-felgi.png"); }
}

.product-description { }

.product-info { padding: 25px; border: 1px solid #ddd;}
.product-info .feature-icon { float: left; width: 70px; height: auto; }
.product-info .info-container { margin-left: 100px; display: block; min-height: 70px; font-size: 14px;}
.product-info .info-container .title { font-size: 17px; letter-spacing: 2px; display: block; margin-bottom: 10px; line-height: 1.3em;}
.product-info .info-container strong { font-size: 15px;}

.product-note { background: #009700; display: table; width: 100%; color: #fff; background-image: url("/public/img/default/auction/note_bg.jpg"); background-repeat: no-repeat; background-position: center right; padding: 15px 20px; border-top: 6px solid #fff;}
.product-note .cell { display: table-cell; vertical-align: top; font-size: 14px; }
.product-note .cell img { margin-right: 20px;}
.product-note .cell strong { font-size: 18px; margin-bottom: 6px; display: block; letter-spacing: 2px; line-height: 1.1em; }
.product-note .cell p { margin-bottom: 15px; margin-top: 0;}
.product-note .cell p:last-of-type { margin-bottom: 0;}
.product-note .cell *:empty { display: none;}
.product-note .cell small {display: table-cell;}

.product-alert { background-image: url('/public/img/default/about-us-bg.jpg'); background-size: cover; color: #fff; border-top: 6px solid #fff;}
.product-alert .info { padding: 15px 20px; background: rgba(235,16,21,0.8); display: table; width: 100%; }
.product-alert .info .cell { display: table-cell; vertical-align: top; font-size: 14px; }
.product-alert .info .cell img { margin-right: 20px;}
.product-alert .info strong { font-size: 18px; margin-bottom: 6px; display: block; letter-spacing: 2px; line-height: 1.1em; }

.product-alert .cell p:last-of-type { margin-bottom: 0;}
.product-alert .cell *:empty { display: none;}

@media (max-width: 767px) {
    .product-info { padding: 15px;}
    .product-info .info-container { margin-left: 60px;}
    .product-info .feature-icon { width: 40px;}

    .product-note { padding: 15px;}
    .product-note .cell img { width: 40px; height: auto; }

    .product-alert .info { padding: 15px;}
    .product-alert .info .cell img { width: 40px; height: auto;}

}

.about-us { padding:0; background: #efefef;}
.about-us .footer-brand { margin: 20px 0; margin-right: 1rem;}
.about-us .footer-brand img { width: auto; height: auto; max-width: 100%;}
.about-us p { margin: 0 0 25px; font-weight: 400; font-size: 16px; color: #999; line-height: 1.2em;}
.about-us address p { margin: 0 0 15px; font-weight: 400; font-size: 13px; color: #000; line-height: 1.4;}

.about-us h5 { font-size: 16px;}
.about-us h5 b { font-weight: 600; display: block; font-size: 20px;}
.about-us .about-us-bg { height: 160px; background-position: center center; background-repeat: no-repeat; }
.about-us .find-us {}
.about-us .map-img-col { margin-left: -40px; margin-right: -60px;}

@media (max-width: 767px) {
    .about-us .map-img-col { margin-left: 0; margin-right: 0;}

}

.mainContainer {}
.mainContainer > .container { margin-bottom: 50px;}


.mainContainer .nav-tabs { margin: 20px 0 0;}
.mainContainer .nav-tabs li { }
.mainContainer .nav-tabs li.active a { color: #009700;}
.mainContainer .nav-tabs li a { display: inline-block; padding: 5px; color:#154497; font-size: 14px; letter-spacing: 2px; font-weight: 700; text-decoration: none; }

.emptyPageInfo { text-align: center; padding: 10vh 0;}
.emptyPageInfo h2 { font-size: 34px; font-weight: 300;}
.emptyPageInfo p { font-size: 14px; font-weight: 300; color: #888;}

.page-item.active .page-link { background-color:#154497; border-color:#154497;}
.page-link { color:#154497;}

.cartContent {}
.cartContent hr { margin: 0;}
.cartContent .itemPhoto { float: left; width: 80px; text-align: center; }
.cartContent .itemPhoto i { font-size: 70px; color: #eb1015; }
.cartContent .itemName { display: block; min-height: 80px; margin-left: 100px;  }
.cartContent .itemName strong { font-weight: 500;}
.cartContent .itemName strong a { line-height: 1.2em; font-weight: 500; display: inline-block; color: #000;}
.cartContent .itemName .title { color: #999; }
.cartContent .itemName .title a { color:#154497; font-weight: 400; }

.cartContent .itemName .itemSize { font-size: 12px; color: #aaa;}
.cartContent .title a { color:#154497; font-weight: 400; }

.cartContent .input-group-count {max-width: 90px; margin-top: 15px; margin-bottom: 15px;}
.cartContent .input-group-count .form-control { text-align: center;}
.cartContent .input-group-count .btn { width: 24px; font-size: 22px; line-height: 24px;}

.cartContent .count { text-align: center; color: #aaa; }

.cartContent .itemRemove { background: #f2f2f2; padding: 10px; margin-left: 15px; width: 36px; height: calc(100% + 20px);}
.cartContent .itemRemove i { cursor: pointer;}
.cartContent .pr-ribbon { padding-right: 51px; }

.cartContent .itemPrice { color:#154497;}
.cartContent .allPrice { color:#154497; font-size: 20px;}
.cartContent .allPrice.regular { font-size: 17px;}

.cartContent .header-row { padding: 15px 0;}
.cartContent .product-row { padding: 10px 0;}
.cartContent .summary-row { padding: 15px 0;}
.cartContent .discount-row { padding: 10px 0;}
.cartContent .buttons-row { padding: 20px 0;}
.cartContent .info-row { padding: 10px 0;}

.cartContent .title.form-control-danger { color: #d9534f;}
.cartContent .title.form-control-danger i { margin-left: 10px; color: #eb1015;}

.radioBoxList { margin:0 -15px 20px; padding: 0; list-style: none;}
.radioBoxList li { display: inline-block;}
.radioBoxList li .radioBox { display:block; overflow:hidden; background-color:#fff; height:120px; border-radius:4px; margin-bottom:4px; text-align:center;  margin:0; position:relative;}
.radioBoxList li .radioBox.disabled { opacity:0.6; cursor:not-allowed;}
.radioBoxList li .radioBox.disabled:hover { border-color:#fff;}
.radioBoxList li .radioBox.disabled .paymentMethodIcon { opacity:0.5;}
.radioBoxList li .radioBox.disabled .paymentMethodName { opacity:0.5;}
.radioBoxList li .radioBox.disabled:hover .paymentMethodRadio .paymentMethodName:before { background-color:#fff; }
.radioBoxList li .radioBox.disabled:hover .paymentMethodRadio .paymentMethodName { border-color:#ddd;}

.radioBoxList li .radioBox { overflow:visible;}
.radioBoxList li .radioBox.active,
.radioBoxList li .radioBox:hover { border-color:#154497;}
.radioBoxList li .radioBox .paymentMethodIcon {width:100%; border: 0; height:82px; background-repeat:no-repeat; background-position:center center; margin:10px 0 0;}
.radioBoxList li .radioBox .paymentMethodName { color:#000; font-size:14px; height:120px; padding:70px 20px 4px; line-height:34px; display:block;}
.radioBoxList li .radioBox .paymentMethodName span { line-height:16px; vertical-align:middle; display:inline-block; position:relative; z-index:1;}
.radioBoxList li .radioBox .paymentMethodRadio input[type="radio"] { opacity:0; position:absolute; z-index:1; width:100%; height:100%; left:0; right:0; top:0; bottom:0; cursor:pointer;}
.radioBoxList li .radioBox .paymentMethodRadio .paymentMethodName { position:absolute; top:0; left:0; bottom:0; right:0; border: 2px solid #ddd; display:block; }

.radioBoxList li .radioBox:hover .paymentMethodRadio .paymentMethodName {border-color:#154497; }
.radioBoxList li .radioBox:hover .paymentMethodRadio .paymentMethodName:before { font-size: 20px; }

.radioBoxList li .radioBox .paymentMethodRadio input[type="radio"]:checked + .paymentMethodName {border-color:#154497; }
.radioBoxList li .radioBox .paymentMethodRadio input[type="radio"]:checked + .paymentMethodName:before { content: "\65"; font-size: 20px; position:absolute; background:#FFF; color:#3fb101; margin:0 auto; left:0; right:0; bottom:-8px; height:16px; width:32px; background:#FFF;
    font-family: "rm" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.cartContent .paymentMethodIcon { border: 1px solid #ddd; background-color:#fff; border-radius:4px; margin-bottom:4px; width:80px; height:80px; background-repeat:no-repeat; background-position:center center; margin:10px 0;}



.accountMenu {}
.accountMenu .aside-header { margin-bottom: 1rem;}
.accountMenu .aside-header h3 { font-size: 1rem; font-weight: 700; line-height: 1.5;}
.accountMenu .aside-body {}
.accountMenu .aside-body .menu { list-style: none; padding: 0; }
.accountMenu .aside-body .menu li { border-bottom: 1px solid #ddd;}
.accountMenu .aside-body .menu li.active {}
.accountMenu .aside-body .menu li a:hover,
.accountMenu .aside-body .menu li.active a { background: #154497; color: #fff; }
.accountMenu .aside-body .menu li a { color: #000; display: block; padding: 4px 15px 6px; text-decoration: none;}

.table.table-orders th { font-weight: 500; color: #aaa; vertical-align: middle;}
.table.table-orders th,
.table.table-orders td { border-color: #fff; vertical-align: middle;}
.table.table-orders td a { color: #154497;}

.contactInfo { padding: 25px; text-align: left; color: #fff; font-size: 18px; font-weight: 500; background-position:center right; background-repeat: no-repeat; background-color: #154497; margin-bottom: 30px; }
.contactInfo i { font-size: 470%; display: block; margin-bottom: 1rem; height: 4rem; margin: -40px 20px 0px -10px; }
.contactInfo p { font-size: 18px; font-weight: 600; margin: 0; }


/* 404 error page */
.error404 { margin: 20px auto 60px; text-align:center; line-height: 1;}
.error404 h2 { font-weight:bold; font-size:260px; line-height:1; text-align:center; text-transform:uppercase; margin:20px 0; color:#ddd;}
.error404 h3 { font-size:42px; text-align:center; color:#999; margin:0 0 20px; }
.error404 p { font-size:16px; text-align:center; color:#aaa; line-height:1.3em; }
@media (min-width: 320px) and (max-width: 767px) {
    .error404 h2 { font-size:140px;}
    .error404 h3 { font-size:32px;}
    .error404 p { font-size:14px;}
}

footer {}
footer .footer-menu { background: #efefef; padding: 30px 0 0; margin-top: 20px;}
footer .footer-menu ul { list-style: none; padding-left: 0px; margin-bottom: 30px;}
footer .footer-menu ul li { margin-bottom: 2px;}
footer .footer-menu ul li a { color: #225fb3; font-size: 14px; }
footer .footer-menu p { font-size: 13px; line-height: 1.2em; padding-right: 70px;}
footer .facebook-box { background-position: top left; position: relative; z-index: 1; }
footer .facebook-box h5 i { font-size: 32px; display: inline-block; vertical-align: middle; margin-right: 5px; color: #3b5998; }
footer .facebook-box p { margin-left: 42px;}
footer .facebook-box .img-fluid { margin-top:-60px; margin-bottom: 30px; position: relative; z-index: -1; }
footer .footer-bottom { background: #0c2a5e; color:#fff; font-size: 12px; font-weight: 300; padding: 12px 0 8px;}
footer .footer-bottom a { color:#fff;}

@media (min-width: 320px) and (max-width: 575px) {
    footer .facebook-box h5 i { display: block;}
    footer .facebook-box p { margin-left: 0;}
}

/* validation
*******************************************************************/

.form-group.has-danger .icon-fail { font-size:16px; color:#eb1015; }
/* text, password, select, textarea */
.form-group.has-danger div[class^="col-"] { padding-right:40px;}
.form-group.has-danger div[class^="col-"] .icon-fail { position:absolute; right:15px; top:8px;}
/* radio, checkbox */
.form-group.has-danger .custom-control { padding-right:40px; margin-right: 0;}
.form-group.has-danger .custom-control .icon-fail { position:absolute; right:15px; top:3px;}


/* title, cart step 1 */
.form-group.has-danger .title .icon-fail { top:2px;}
.form-group.has-danger .rateit .icon-fail { position:absolute; right:-25px !important; top:9px !important;}


.tooltip-inner { background-color: #154497;}
.tooltip.tooltip-top .tooltip-inner::before,
.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before { border-top-color: #154497;}


.pointer { cursor: pointer;}

.btn { -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; font-weight: 300; font-size: 1rem; padding: 0.5rem 1rem; }
.btn p { margin-bottom: 0;}
.btn-xs { font-size: 0.85rem; padding: 0.2rem 1rem 0.2rem 1rem; }
.btn-sm { font-size: 0.875rem; padding: 0.25rem 0.5rem; }

.btn-layout { border: 0; background: none; cursor: pointer; padding: 0 10px; margin-left: 8px; height: 38px; line-height: 20px; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; display: inline-block; vertical-align: middle;}
.btn-layout:hover { border: 1px solid #154497; }
.btn-layout i { font-size: 24px; height: 24px; display: inline-block; vertical-align: middle; color: #ddd;}
.btn-layout i:before { vertical-align: top;}
.btn-layout.active i {  color: #154497; }

.btn small { display: block;}

.btn-red { background: #eb1015; color: #fff; font-weight: 500; }
.btn-red:focus,
.btn-red:hover { background: #ba070b; color: #fff; }

.btn-green { background: #3fb101; color: #fff; font-weight: 500; }
.btn-green:focus,
.btn-green:hover { background: #308800; color: #fff; }

.btn-navyBlue { background: #154497; color: #fff !important; font-weight: 500;}
.btn-navyBlue:focus,
.btn-navyBlue:hover { background: #3fb101; color: #fff; }

.btn-navyBlue-outline { background: #fff; color: #154497; border: 1px solid #154497; font-weight: 500; cursor: pointer;}
.btn-navyBlue-outline.active { background: #154497; color: #fff; }
.btn-navyBlue-outline:focus,
.btn-navyBlue-outline:hover { background: #efefef; color: #0d367e; }

.btn-green-outline { color: #3fb101; border: 1px solid #3fb101; font-weight: 500;}
.btn-green-outline:focus,
.btn-green-outline:hover { background: #efefef; color: #3fb101; }


.btn-white-outline { color: #fff; border: 1px solid #fff; font-weight: 500;}
.btn-white-outline:focus,
.btn-white-outline:hover { background: #fff; color: #154497; }

.btn-white { color: #3fb101 !important; border: 1px solid #fff; background: #fff; font-weight: 500; cursor: pointer;}
.btn-white:focus,
.btn-white:hover { background: none; color: #fff !important; }

.btn-navyBlue-color { background: #fff; color: #154497; font-weight: 600; cursor: pointer; display: inline-block;}
.btn-navyBlue-color i { }


.modal-header { background: #3fb101; color: #fff;}
.modal-header button.close { color: #fff;}
.modal-notifications .modal-content { background: #132E65; padding-bottom: 10px; }
.modal-notifications .modal-content #notifications { border-bottom: 1px solid rgba(255,255,255,0.2); background: #132E65; color: #fff; padding: 0 20px 0 40px; margin-bottom: 10px; color: #fff; background:#132E65; font-size:14px; line-height:1.5em; font-weight:400; text-align:left; }
.modal-notifications .modal-content #notifications i { font-size: 18px; color: #fff; margin: -5px 0 0 -28px; padding-top: 0; position: relative; top: 23px; display: block;}
.modal-notifications .modal-content #notifications .missingError { color:#fff; line-height:1.7em; padding:10px 10px 12px; font-size:12px; font-weight:300;}


.navyBlue { color:#154497;}
.red { color: #eb1015;}
.green { color:#3fb101;}
.grey { color: #aaa;}

.bg-green { background-color:#3fb101; }

.no-wrap { white-space: nowrap;}

.font12 { font-size: 12px;}
.font13 { font-size: 13px;}
.font14 { font-size: 14px;}

#cookieWarning { line-height:1.3em; display:none; position:fixed; z-index:101; bottom:0; left:0; padding:10px 0px; width:100%; color:#fff; font-size:12px; background: #3fb101;}
#cookieWarning a:not(.btn) { color: #fff; text-decoration: underline;}
.mobile #cookieWarning { opacity:1; }


/* bootstrap enhancement
*******************************************************************/

.row.gutter-xs { margin-left: -5px; margin-right: -5px; }
.row.gutter-xs > [class^="col-"],
.row.gutter-xs > [class^=" col-"] { padding-left: 5px; padding-right: 5px;}

.row.gutter-sm { margin-left: -10px; margin-right: -10px; }
.row.gutter-sm > [class^="col-"],
.row.gutter-sm > [class^=" col-"] { padding-left: 10px; padding-right: 10px;}



.swiper-container { min-width: 100%;}
