@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Nunito+Sans:wght@400;600;700&display=swap');

/*start common css for all theme*/
.headersection {
    margin-left: 0px;
    margin-right: 0px;
    display: block !important;
}

body {
    padding-top: 0px;
    font-family: "Lato", sans-serif !important;
}

.footer-top, .footer-bottom {
    margin-left: 0px;
    margin-right: 0px;
}

.container2 {
    margin-top: 0px;
}

.outsideframe .headersection .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    margin: 0;
    padding: 0;
}

div.outsideframe > div.row.hidden-lg.hidden-md {
    display: none !important;
}
/*end common css for all theme*/

body {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  line-height: normal;
  margin: 0;
  padding: 0;
  background-color: #d7d6d6;
}
.font_montserrat{
  font-family: 'Montserrat', sans-serif;
}
.theme_ce21{
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  line-height: normal;
  background-color: #d7d6d6;
}
.theme_ce21 a:hover,
.theme_ce21 a:focus {
  outline: 0 none;
  text-decoration: none;
}
 
.theme_ce21 .custom-container {
  width: 100%;
  max-width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}
/* header */
.theme_ce21  .custom-header {
  max-width: 100%;
  padding: 0;
  font-family: 'Nunito Sans', sans-serif;
  width: 100%;
  z-index: 999;
}
.theme_ce21 .custom-header .navbar {
  height: 120px;
  background: #fff;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  transition: all 0.5s;
  z-index: 9;
  margin-bottom: 0;
  border: 0;
}
.theme_ce21 .custom-header .navbar > .container {
  height: 100%;
  padding: 0 30px;
}
.theme_ce21  .logo {
  transition: all 0.5s;
  width: 220px;
}
.theme_ce21 .custom-header .navbar .navbar-brand {
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
}
.theme_ce21 .custom-header .navbar .navbar-collapse {
  width: 100%;
}
.theme_ce21 .custom-header .navbar .navbar-nav{
  margin-left: 0;
}
.theme_ce21 .custom-header .navbar .navbar-nav,
.theme_ce21  .custom-header .navbar .nav > li,
.theme_ce21  .custom-header .navbar .navbar-nav > li > a {
  height: 100%;
}
.theme_ce21  .custom-header .navbar-header,
.theme_ce21  .custom-header .navbar .navbar-nav > li > a {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0;
  color: #1a1b1e;
  font-weight: 700;
  font-size: 16px;
  /*transition: all 0.3s;
  border-bottom: 3px solid transparent;*/
}
.theme_ce21 .nav .open > a,
.theme_ce21 .nav .open > a:focus,
.theme_ce21 .custom-header .navbar .navbar-nav > li > a:hover, .theme_ce21 .custom-header .navbar .navbar-nav > li > a:focus {
  color: #32a4d9;
  background: none transparent;
}
.theme_ce21  .custom-header .navbar .navbar-nav > li > a{
  margin: 0 19px;
}
.theme_ce21  .custom-header .navbar .navbar-nav > li.active > a{
  border-color: #32a4d9;
  color: #32a4d9;
}
.theme_ce21  .custom-header .navbar .navbar-nav > li.dropdown > a::after{
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #9aac5c;
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
}
.theme_ce21  .custom-header .navbar .navbar-nav > li > a{
  padding-right: 10px;
}
.theme_ce21  .custom-header .navbar .navbar-nav > li:last-child {
  padding-right: 0;
}
.theme_ce21  .custom-header .navbar .navbar-collapse {
  height: 100% !important;
  transition: all 0.3s;
}
.custom-header .top-custom-header {
    background-color: #141d38;
    transition: all 0.4s;
    padding: 8px 0;
}
.custom-header .top-custom-header .container{
  display: flex;
  justify-content: flex-end;
}
.theme_ce21 .top-link {
  list-style: none;
  display: flex;
  padding: 0 10px;
  margin: 0;
}
.theme_ce21 .top-link a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin-right: 15px;
  padding: 8px 0;
  display: block;
}
.theme_ce21 .top-link a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* footer */
.theme_ce21 .fcontainer {
  width: 100%;
  padding: 30px 0 0;
  background-color: #005987 !important;
  color: #fff;
}
.theme_ce21 .custom-footer {
  width: 1090px;
  max-width: 80%;
  margin: auto;
  position: relative;
  padding: 27px 0;
  float: inherit;
}

.theme_ce21 .custom-footer .flogo {
  position: relative;
  max-width: 100%;
  margin-bottom: 30px;
}
.theme_ce21 .custom-footer p{
  line-height: 20px;
}
.theme_ce21 .ftext {
  margin: 0 0 28px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fff;
}
.theme_ce21 .ft-title {
  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
}
.theme_ce21 .ft-title-lg {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #9aac5c !important;
  line-height: 1.2em;
  font-family: 'Montserrat', sans-serif;
}
.theme_ce21 .ft-link a {
  padding: 0 0 5px;
  color: #d1dce6;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}
.theme_ce21 .facebook-ic {
  font-size: 22px;
  line-height: 34px;
  height: 34px;
  width: 34px;
  background-color: #fff !important;
  color: #005987 !important;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  margin: 10px 8px;
  transition: all 0.3s;
}
.theme_ce21 .facebook-ic:hover{
  transform: scale(1.1);
}
.theme_ce21 .social-ic {
  margin-top: -5px;
} 
.theme_ce21 .copyright{
  text-align: center;
  font-size: 13px;
  color: #fff;
}
.theme_ce21 .copyright a{
  font-size: 12px;
  color: #fff;
  line-height: 30px;
}
.theme_ce21 .copyright a:hover, .theme_ce21 .ft-link a:hover {
  color: #9aac5c;
} 
@media (min-width: 1025px) {
  .theme_ce21 .fixed-header .navbar {
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    width: 100%;
  } 
  .theme_ce21 .custom-header .navbar .navbar-collapse {
    padding-right: 0;
  }  
  .theme_ce21 .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
  }
  .theme_ce21 .navbar-nav > li > .dropdown-menu {
    border-radius: 0;
    border: 0;
    box-shadow: 15px 15px 38px 0px rgb(0 0 0 / 10%);
    padding: 20px 0;
    left: 0 !important;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    display: block;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    min-width: 280px;
    max-width: unset;
    right: auto;
    display: block;
    transform: translateY(30px);
    padding: 25px 0px;
  }
  .theme_ce21 .navbar-nav > li:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    transform: translateY(0);
  }
  .theme_ce21 .navbar-nav > li > .dropdown-menu li {
    padding: 0 40px;
  }
  .theme_ce21 .navbar-nav > li > .dropdown-menu a {
    padding: 10px 0;
    display: flex;
    color: #1a1b1e;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    width: auto;
    line-height: 20px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transition: all 0.3s linear;
    text-transform: uppercase;
  }
  .theme_ce21 .navbar-nav > li > .dropdown-menu a:before {
    position: absolute;
    content: "//";
    top: 50%;
    left: 0;
    color: #43baff;
    transform: translateY(-50%);
    transition: all 0.3s linear;
    visibility: hidden;
    opacity: 0;
  }
  .theme_ce21 .navbar-nav > li > .dropdown-menu a:hover,
  .theme_ce21 .navbar-nav > li > .dropdown-menu a.active {
    color: #43baff;
    padding-left: 12px;
    background: transparent;
  }
  .theme_ce21 .navbar-nav > li > .dropdown-menu a:hover::before {
    left: 0px;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 1100px) {
  .theme_ce21 .custom-header .navbar .navbar-nav > li > a {
    margin: 0 13px;
  }
}
@media (max-width: 1024px) {
  .theme_ce21 .custom-header .navbar > .container {
    padding: 0 15px;
  }
  .theme_ce21 .custom-header {
    position: relative;
  }
  .theme_ce21 .custom-header .navbar {
    box-shadow: 0 10px 50px -2px rgb(0 0 0 / 14%);
    height: auto;
    padding: 0 10%;
    flex-wrap: wrap;
    padding: 9px 0;
  }
  .theme_ce21 .custom-header .navbar .navbar-brand {
    align-items: center;
    display: flex;
    width: 100%;
  }
  .theme_ce21 .custom-header .navbar-toggle {
    margin: 0;
    display: block;
  }
  .theme_ce21 .custom-header .navbar .navbar-collapse {
    position: relative;
    background: #fff;
    display: block !important;
    max-height: 0;
    transition: all 0.3s;
    overflow: hidden !important;
    height: auto !important;
    width: 100%;
    visibility: hidden;
  }
  .theme_ce21 .custom-header .navbar .navbar-collapse.in {
    padding: 10px 0 0;
    display: block !important;
    max-height: 1920px;
    visibility: visible;
  }
  .theme_ce21 .custom-header .navbar-nav {
    margin: 0;
    width: 100%;
  }
  .theme_ce21 .custom-header .navbar .navbar-nav > li {
    padding-right: 0;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    width: 100%;
    position: relative;
  }
  .theme_ce21 .custom-header .navbar .navbar-nav > li:last-child{
    border-bottom: 0;
  }
  .theme_ce21 .custom-header .navbar .navbar-nav > li.dropdown  .icon-caret{
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 22;
    transition: all 0.3s;
  }
  .theme_ce21 .custom-header .navbar .navbar-nav > li.dropdown .icon-caret::after{
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #9397a7;
    position: absolute;
    right: 16px;
    top:  18px;
    transform: rotate(-90deg);
  }
  .theme_ce21 .custom-header .navbar .navbar-nav > li > a::after{
    content: none !important;
  }
  .theme_ce21 .custom-header .navbar .navbar-nav > li > a {
    padding: 13px 0;
    font-size: 16px;
    width: calc(100% - 40px);
    justify-content: space-between;
    font-weight: bold;
    color: #1b1d21;
    border: 0;
    font-weight: 600;
    margin: 0 ;
  } 
  .theme_ce21 .custom-header .navbar .navbar-nav > li.dropdown .dropdown-menu {
    padding: 0;
    visibility: visible;
    opacity: 1;
    max-height: 0;
    background: #fff;
    margin-left: 10px;
    width: 100%;
    display: block;
    position: relative;
    box-shadow: 0 0 0;
    border: 0;
    overflow: hidden;
    transition: all 0.3s;
  }
  .theme_ce21 .custom-header .navbar .navbar-nav > li.dropdown.open .dropdown-menu {
    max-height: 500px;
  }
  .theme_ce21 .custom-header .navbar .navbar-nav > li.dropdown.open .icon-caret{
    transform: rotate(92deg);
  }
  .theme_ce21 .custom-header .navbar .navbar-nav > li.dropdown .dropdown-menu a {
    font-size: 15px;
    padding: 12px 0;
    position: relative;
    font-weight: 600;
    color: #1b1d21;
    border-bottom: 1px solid #e5e5e5;
  }
  .theme_ce21 .custom-header .navbar .navbar-nav > li.dropdown .dropdown-menu li:last-child a{
    border-bottom: 0;
  }  
  .theme_ce21 .custom-header .dropdown-menu > li > a:focus,
  .theme_ce21 .custom-header .dropdown-menu > li > a:hover {
    color: #32a4d9 !important;
    background-image: none !important;
    background: none !important;
  }
  .theme_ce21 .custom-header .navbar-toggle .icon-bar {
    display: block;
    width: 26px;
    height: 3px;
    border-radius: 1px;
    background: #1b1d21;
  }
  .theme_ce21 .custom-header .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
    display: none;
  }
  .theme_ce21 .custom-header .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(1) {
    transform: rotate(45deg);
  }
  .theme_ce21 .custom-header .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -3px;
  } 
  .theme_ce21 .custom-header .navbar-header {
    width: 100%;
    justify-content: space-between;
  }  
  .theme_ce21 .hide-md {
    display: none;
  } 
  .theme_ce21 .logo {
    transition: all 0.5s;
    width: 180px;
  } 
  .theme_ce21 .fcontainer {
    padding: 0;
  }
  .theme_ce21 .fcontainer .custom-footer .row{
    display: flex;
    flex-wrap: wrap;
  } 
  .theme_ce21 .custom-header .navbar .navbar-nav > li.md-normal-font {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    padding: 0;
  }
  .theme_ce21 .custom-header .navbar .navbar-nav > li.md-normal-font > a {
    background: none;
    font-weight: 600;
  }
  .theme_ce21 .custom-footer {
    width: 1090px;
    max-width: 100%;
    margin: auto;
    position: relative;
    padding: 27px 30px;
  }
}

@media (max-width: 767px) {
  .theme_ce21 .custom-header .navbar > .container {
    padding: 9px 0px 8px 28px;
    width: 100%;
  }
  .theme_ce21  .custom-header .navbar {
    padding: 0;
  }
  .theme_ce21 .custom-footer .flogo {
    margin: 0 auto 20px;
    display: block;
  }
  .theme_ce21 .ft-title-lg {
    margin: 20px 0 10px !important;
  }
  .theme_ce21 .ftext{
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
    .theme_ce21 .custom-header .navbar .nav > li:before {
        position: absolute;
        height: 3px;
        width: 0;
        bottom: 0px;
        right: 0;
        background: #43baff;
        content: "";
        display: block;
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
        -ms-transition: all .3s linear;
    }

    .theme_ce21 .custom-header .navbar .nav > li:hover:before {
        left: 0;
        right: auto;
        width: 100%;
    }
	.theme_ce21 .lastDropOption {
    	left: -161px !important;
	}
   .theme_ce21 .custom-header .navbar .navbar-nav{
		margin-right: 30px;
	}
}
.theme_ce21 .navbar-nav > li > .dropdown-menu a:focus{
    background: none;
}

/* tenant level custom css */
.aboutDropDown li{
	padding: 0 4px !important;
}

.CE21_MyAccount_CustomerDetailsDiv h2 {
    color: #3e8f3e;
}

.ce21_Footer_CookieNoticeDiv {
	background: #333 !important;
	position: fixed !important;
	width: 330px !important;
	height: 280px !important;
	bottom: 15px !important;
	left: 15px !important;
	z-index: 1000 !important;
	padding: 30px !important;
	border-radius: 11px;
	box-shadow: 0 6px 40px rgb(0 0 0 / 30%);
}
.ce21_Footer_CookieNoticeDiv .container {   
	width: auto !important;  
}  
.ce21_Footer_CookieNoticeDiv .container .row {    
	width: 207px !important;    
	-webkit-box-sizing: border-box !important;    
	-moz-box-sizing: border-box !important;    
	box-sizing: border-box !important;  
}   
.clsCookieNoticeAccept .btn {   
	background: #01d001 !important;  
}
.ce21_Footer_CookieNoticeDiv .clsCookieNoticeDecline {
	margin: -20px;
}

/* #23113 */
div.outsideframe nav#cartbar.navbar.navbar-default.affix-top{
	margin-bottom: 0px !important;
}.event_1{background-color: #83b9eb !important;color:black !important;}.event_icon_1{color: #83b9eb !important;font-size:20px;}.event_icon_1:hover,.event_icon_1:focus{text-decoration:none;}.productTypeTagColor1,.productTypeTagColor1:hover { background-color:#83b9eb;color:black !important; }.event_10{background-color: #8e7cc3 !important;color:black !important;}.event_icon_10{color: #8e7cc3 !important;font-size:20px;}.event_icon_10:hover,.event_icon_10:focus{text-decoration:none;}.productTypeTagColor10,.productTypeTagColor10:hover { background-color:#8e7cc3;color:black !important; }.event_11{background-color: #6aa84f !important;color:black !important;}.event_icon_11{color: #6aa84f !important;font-size:20px;}.event_icon_11:hover,.event_icon_11:focus{text-decoration:none;}.productTypeTagColor11,.productTypeTagColor11:hover { background-color:#6aa84f;color:black !important; }.event_-11{background-color: #7474d9 !important;color:black !important;}.event_icon_-11{color: #7474d9 !important;font-size:20px;}.event_icon_-11:hover,.event_icon_-11:focus{text-decoration:none;}.productTypeTagColor-11,.productTypeTagColor-11:hover { background-color:#7474d9;color:black !important; }.event_12{background-color: #f1c232 !important;color:black !important;}.event_icon_12{color: #f1c232 !important;font-size:20px;}.event_icon_12:hover,.event_icon_12:focus{text-decoration:none;}.productTypeTagColor12,.productTypeTagColor12:hover { background-color:#f1c232;color:black !important; }.event_-12{background-color: #bb93d5 !important;color:black !important;}.event_icon_-12{color: #bb93d5 !important;font-size:20px;}.event_icon_-12:hover,.event_icon_-12:focus{text-decoration:none;}.productTypeTagColor-12,.productTypeTagColor-12:hover { background-color:#bb93d5;color:black !important; }.event_13{background-color: #315178 !important;color:black !important;}.event_icon_13{color: #315178 !important;font-size:20px;}.event_icon_13:hover,.event_icon_13:focus{text-decoration:none;}.productTypeTagColor13,.productTypeTagColor13:hover { background-color:#315178;color:black !important; }.event_-13{background-color: #91d773 !important;color:black !important;}.event_icon_-13{color: #91d773 !important;font-size:20px;}.event_icon_-13:hover,.event_icon_-13:focus{text-decoration:none;}.productTypeTagColor-13,.productTypeTagColor-13:hover { background-color:#91d773;color:black !important; }.event_14{background-color: #6aa84f !important;color:black !important;}.event_icon_14{color: #6aa84f !important;font-size:20px;}.event_icon_14:hover,.event_icon_14:focus{text-decoration:none;}.productTypeTagColor14,.productTypeTagColor14:hover { background-color:#6aa84f;color:black !important; }.event_-14{background-color: #bb93d5 !important;color:black !important;}.event_icon_-14{color: #bb93d5 !important;font-size:20px;}.event_icon_-14:hover,.event_icon_-14:focus{text-decoration:none;}.productTypeTagColor-14,.productTypeTagColor-14:hover { background-color:#bb93d5;color:black !important; }.event_15{background-color: #bf9000 !important;color:black !important;}.event_icon_15{color: #bf9000 !important;font-size:20px;}.event_icon_15:hover,.event_icon_15:focus{text-decoration:none;}.productTypeTagColor15,.productTypeTagColor15:hover { background-color:#bf9000;color:black !important; }.event_-15{background-color: #FF8633 !important;color:black !important;}.event_icon_-15{color: #FF8633 !important;font-size:20px;}.event_icon_-15:hover,.event_icon_-15:focus{text-decoration:none;}.productTypeTagColor-15,.productTypeTagColor-15:hover { background-color:#FF8633;color:black !important; }.event_16{background-color: #bf9000 !important;color:black !important;}.event_icon_16{color: #bf9000 !important;font-size:20px;}.event_icon_16:hover,.event_icon_16:focus{text-decoration:none;}.productTypeTagColor16,.productTypeTagColor16:hover { background-color:#bf9000;color:black !important; }.event_-16{background-color: #33aef0 !important;color:black !important;}.event_icon_-16{color: #33aef0 !important;font-size:20px;}.event_icon_-16:hover,.event_icon_-16:focus{text-decoration:none;}.productTypeTagColor-16,.productTypeTagColor-16:hover { background-color:#33aef0;color:black !important; }.event_2{background-color: #6aa84f !important;color:black !important;}.event_icon_2{color: #6aa84f !important;font-size:20px;}.event_icon_2:hover,.event_icon_2:focus{text-decoration:none;}.productTypeTagColor2,.productTypeTagColor2:hover { background-color:#6aa84f;color:black !important; }.event_3{background-color: #dd9d5a !important;color:black !important;}.event_icon_3{color: #dd9d5a !important;font-size:20px;}.event_icon_3:hover,.event_icon_3:focus{text-decoration:none;}.productTypeTagColor3,.productTypeTagColor3:hover { background-color:#dd9d5a;color:black !important; }.event_4{background-color: #3181cb !important;color:black !important;}.event_icon_4{color: #3181cb !important;font-size:20px;}.event_icon_4:hover,.event_icon_4:focus{text-decoration:none;}.productTypeTagColor4,.productTypeTagColor4:hover { background-color:#3181cb;color:black !important; }.event_5{background-color: #e06666 !important;color:black !important;}.event_icon_5{color: #e06666 !important;font-size:20px;}.event_icon_5:hover,.event_icon_5:focus{text-decoration:none;}.productTypeTagColor5,.productTypeTagColor5:hover { background-color:#e06666;color:black !important; }.event_6{background-color: #ffe599 !important;color:black !important;}.event_icon_6{color: #ffe599 !important;font-size:20px;}.event_icon_6:hover,.event_icon_6:focus{text-decoration:none;}.productTypeTagColor6,.productTypeTagColor6:hover { background-color:#ffe599;color:black !important; }.event_7{background-color: #c27ba0 !important;color:black !important;}.event_icon_7{color: #c27ba0 !important;font-size:20px;}.event_icon_7:hover,.event_icon_7:focus{text-decoration:none;}.productTypeTagColor7,.productTypeTagColor7:hover { background-color:#c27ba0;color:black !important; }.event_8{background-color: #45818e !important;color:black !important;}.event_icon_8{color: #45818e !important;font-size:20px;}.event_icon_8:hover,.event_icon_8:focus{text-decoration:none;}.productTypeTagColor8,.productTypeTagColor8:hover { background-color:#45818e;color:black !important; }.event_9{background-color: #bf9000 !important;color:black !important;}.event_icon_9{color: #bf9000 !important;font-size:20px;}.event_icon_9:hover,.event_icon_9:focus{text-decoration:none;}.productTypeTagColor9,.productTypeTagColor9:hover { background-color:#bf9000;color:black !important; }.otherProductTypeTagColor292,.otherProductTypeTagColor292:hover { background-color:#38cbbe !important;color:black !important; }