
.template-info .hd-66 * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bottom-header{
background: var(--c-058321);
 
}
.template-info .hd-66 img {
  max-width: 100%;
}

.template-info .hd-66 a {
  text-decoration: none;
}

.template-info .hd-66 li {
  list-style-type: none;
}

.template-info .hd-66 .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.template-info .hd-66 .ds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.template-info .hd-66 .jb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.template-info .hd-66 .al {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.template-info .hd-66 .hd-66-header {
  text-align: center;
  position: relative;
  background: var(--white-color);
}

.template-info .hd-66 .top-header {
  background: var(--background_color);
  color: var(--white-color);
}

.template-info .hd-66 .contain {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
}
.template-info .hd-66-rightheader {
  position: relative;
  width: 37%;
  min-width: 290px;
  /* margin: -9.5% 9% 0% 0; */
  display: flex;
  padding: 0 15px;
  z-index: 999;
}
.template-info .hd-66 .header-top {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.template-info .hd-66 .ul-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.template-info .hd-66 .ul-account li {
  margin-left: 10px;
}

.template-info .hd-66 .ul-account li a {
  font-size: 10px;
  color: var(--white-color);
  text-transform: uppercase;
}

.template-info .hd-66 .bottomLogo img{
  max-width: 300px;
}
.template-info .hd-66 .header-right {
  display: flex;
  justify-content: space-between;
}

.template-info .hd-66 .header-shipping ul {
  display: none;

}

.template-info .hd-66 .header-shipping ul li {
  width: 50%;
  padding-right: 0px;
  font-size: 13px;
  text-align: left;
  color: #2f2f2f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.template-info .hd-66 .header-shipping ul i {
  float: left;
  text-align: center;
  background: var(--white-color);
  color: var(--border_color);
  border: 2px solid var(--border_color);
  border-radius: 50%;
  margin-right: 8px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.template-info .hd-66 .header-shipping ul span {
  display: block;
}

.template-info .hd-66 .header-shipping ul strong {
  display: block;
  font-weight: 600;
  color: var(--arrow-color);
}

.template-info .hd-66 .header-shipping ul em {
  color: var(--c-666);
}

.template-info .hd-66 #search-by-category {
  position: relative;
}

.template-info .hd-66 #search-by-category .search-container input {
  border: 1px solid;
  font-family: inherit;
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 0 50px 0 15px;
  line-height: 43px;
  background: var(--white-color);
  height: 43px;
  border-color: var(--border_color);
  border-radius: 4px;
}

.template-info .hd-66 #search-by-category .header-qs-search i {
  font-size: 16px;
  padding-top: 0px;
  color: var(--black_color);
}

.template-info .hd-66 .header-qs-search > .fa-search {
  position: absolute;
  right: 10px;
  padding: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.template-info .hd-66 .homemenu {
  background: var(--background_color);
}

.template-info .hd-66 .global-menu {
  position: relative;
}

.template-info .hd-66 .global-menu-item > .global-menu > li.cartDetails a {
  background: var(--arrow-color);
  display: block;
  line-height: 30px;
  color: var(--white-color);
  position: relative;
  font-size: 12px;
}

.template-info .hd-66 .fa-shopping-cart {
  font-size: x-small;
}

.template-info .hd-66 .global-menu-item > .global-menu > li.cartDetails a:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0px;
  font-weight: 500;
  /* font-family: Montserrat, Arial, Helvetica, sans-serif; */
}

.template-info .hd-66 .global-menu > li > div > ul.global-submenu {
  /* display: none; */
  transition: -webkit-transform 500ms ease 0ms;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scale(1, 0.7);
          transform: scale(1, 0.7);
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 9999;
  background-color: var(--white-color);
  border-color: var(--white-color);
  padding: 17px 0px;
  -webkit-box-shadow: 0 2px 5px var(--border_color);
          box-shadow: 0 2px 5px var(--border_color);
  width: 100%;
}

.template-info .hd-66 .global-menu > li:hover > div > ul.global-submenu {
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  left: 0;
}

.template-info .hd-66 .global-menu-item > .global-menu > li > a {
  display: block;
  position: relative;
  margin: 0;
  color: var(--white-color);
  font-weight: 500;
  border-top: 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.template-info .hd-66 .global-menu-item > .global-menu > li:first-child > a {
  background: var(--hover_background_color);
}

.template-info .hd-66 .global-menu-item > .global-menu > li:hover > a:hover, .template-info .hd-66 .global-menu-item > .global-menu > li:hover > a {
  color: var(--white-color);
  background: var(--hover_background_color);
}

.template-info .hd-66 .menu-item-hbox > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.template-info .hd-66 .global-submenu .col-sm-8 {
  width: 33.33333%;
}

.template-info .hd-66 .menu-item-vbox {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.template-info .hd-66 .col-sm-4 {
  width: 16.66667%;
}

.template-info .hd-66 .global-submenu p.img-center {
  text-align: center;
  display: block;
  padding: 10px 0;
}

.template-info .hd-66 .menu-item-text > h2 {
  font-weight: 400;
  font-size: 14px;
  color: var(--lc_text_color);
  line-height: 17px;
}

.template-info .hd-66 .menu-item-text > p {
  font-size: 14px;
  color: var(--lc_text_color);
  line-height: 21px;
}

.template-info .hd-66 .menu-item-text > h5 {
  font-size: 14px;
  margin: 5px 0 15px;
}

.template-info .hd-66 .menu-item-text > h5 > a {
  color: var(--anchor_color);
  font-weight: 700;
  font-family: var(--font_family_sf);
  text-transform: uppercase;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.template-info .hd-66 .em-menu-link {
  border-bottom: 1px solid var(--border_color);
  color: var(--lc_text_color);
  padding: 11px 0px;
}

.template-info .hd-66 .em-menu-link:hover {
  color: var(--c-7db9e8);
}

.template-info .hd-66 .label-hot-menu > a.em-menu-link:after {
  content: "Hot";
  font-size: 75%;
  padding: 0px 3px;
  background: var(--red-color);
  margin: 0 5px;
  display: inline-block;
  position: relative;
  top: -2px;
  color: var(--white-color);
}

.template-info .hd-66 .global-menu > li .menu-item-link:last-child a {
  border-bottom: 0px;
}

.template-info .hd-66 .header-bottom-text {
  text-align: left;
  line-height: 19px;
  padding-top: 15px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 14px;
  margin: 20px;
  border-top: 1px solid var(--blue-color2);
  color: var(--lc_text_color);
}

.template-info .hd-66 .QsLogoBox-intuit-quickbooks {
  height: 85px;
  margin: 11px 15% 0px;
}

.template-info .hd-66 .menu-item-text > .global-submenu > h5 {
  margin: 5px 0 15px;
}

.template-info .hd-66 .menu-item-text > .global-submenu > h5 > a {
  color: var(--anchor_color);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.template-info .hd-66 .menu-item-text > .global-submenu > h5 > a:hover {
  color: var(--c-7db9e8);
}

.template-info .hd-66 .header-qs-list li {
  padding: 4px 10px;
  border-bottom: 1px solid var(--border_color);
  cursor: pointer;
  font-size: 12px;
}

.template-info .hd-66 .header-qs-list li:hover {
  background: rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .template-info .hd-66 .global-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: flex-start;
  }
  .template-info .hd-66 .global-menu-item > .global-menu > li > a {
    padding: 5px 10px;
  }
  .template-info .hd-66 .bottom-header {
    margin: 0px 0 0px;
  }
  .template-info .hd-66 .btm-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .template-info .hd-66 #em-mheader {
    display: none;
  }
  .template-info .hd-66 .top-header {
    line-height: 40px;
  }
  .template-info .hd-66 .search-container input {
    font-size: 13px;
  }
  .template-info .hd-66 .header-shipping ul li i {
    width: 42px;
    height: 42px;
    font-size: 20px;
    line-height: 43px;
  }
  .template-info .hd-66 .em-mheader-menu-content {
    display: none;
  }
  .template-info .hd-66 .em-menu-link {
    display: block;
  }
  .template-info .hd-66 .global-menu-item > .global-menu > li.cartDetails a {
    padding: 5px 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .template-info .hd-66 .bottomLogo {
    width: 22%;
  }




  .template-info .hd-66 .headerShipping {
    width: 57%;
    margin-left: 2%;
  }
  .template-info .hd-66 .global-menu-item > .global-menu > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .template-info .hd-66 .global-menu-item > .global-menu > li > a {
    padding: 0px 5px;
    line-height: 30px;
    font-size: 14px;
  }
  .template-info .hd-66 .global-menu-item > .global-menu > li.cartDetails a {
    padding: 5px 10px;
  }
  .template-info .hd-66 .global-menu-item > .global-menu > li.cartDetails a::after {
    border-left: 11px solid var(--arrow-color);
    border-top: 25px solid transparent;
    border-bottom: 24px solid transparent;
    right: -11px;
  }
  .template-info .hd-66 .header-right {
    width: calc(100% - 22%);
  }
  .template-info .hd-66 .header-shipping ul strong {
    font-size: 13px;
  }
  .template-info .hd-66 .header-shipping ul li i {
    font-size: medium;
  }
  .template-info .hd-66 .header-shipping ul em {
    font-size: 11px;
  }
  .template-info .hd-66 .searchCat {
    width: calc(100% - 57%);
    margin-left: 2%;


  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .template-info .hd-66 .bottom-header {
    margin: 1px 0 0;
  }
  .template-info .hd-66 .top-header {
    line-height: 25px;
  }
  .template-info .hd-66 .none {
    display: none;
  }
  .template-info .hd-66 .btm-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .template-info .hd-66 #em-mheader-wrapper-menu:before {
    width: 0%;
    height: 100%;
    background: var(--black-color);
    opacity: 0.5;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
  }
  .template-info .hd-66 .bottomLogo {
    position: relative;
  }
  .template-info .hd-66 #em-mheader-menu-icon {
    font-size: 24px;
    padding: 3px 5px;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    left: 10px;
    top: 46px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: var(--white-color);
  }
  .template-info .hd-66 .header-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .template-info .hd-66 #logo {
    /* text-align: left;
    width: 64%;
    max-width: 290px; */
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }
  .template-info .hd-66 .bottomLogo img{
    max-width: 240px;
    display: block;
  }
  .template-info .hd-66 .header-shipping ul li {
    width: 50%;
    padding-right: 0px;
    font-size: 13px;
    text-align: left;
    color: #2f2f2f;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .template-info .hd-66 .searchCat {
    margin: 0px 0 10px;
  }
  .template-info .hd-66 .search-container input {
    font-size: 12px;
  }
  .template-info .hd-66 .header-shipping ul li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .template-info .hd-66 .fa-truck:before {
    font-size: small;
  }
  .template-info .hd-66 .fa-tags:before {
    font-size: small;
  }
  .template-info .hd-66 .header-shipping ul strong {
    font-size: 13px;
  }
  .template-info .hd-66 .header-shipping ul em {
    font-size: 11px;
    position: relative;
    top: -7px;
    line-height: 2;
  }
  .template-info .hd-66 .em-wrapper-top {
    background-color: var(--online_business_border_color);
    padding: 32px 8px;
  }
  .template-info .hd-66 .top-header-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .template-info .hd-66 .top-header-link a.fa:before {
    font-size: 16px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid;
    border-radius: 50%;
    display: inline-block;
    background: transparent;
    margin-bottom: 10px;
    color: var(--white-color);
  }
  .template-info .hd-66 .top-header-link a.fa span {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    line-height: 1.3;
    color: var(--white-color);
    font-weight: 500;
  }
  .template-info .hd-66 .em-menu-mobile .menu-item-depth-0 {
    width: 100%;
    margin-bottom: 3px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .template-info .hd-66 .em-menu-mobile {
    margin-top: 10px;
  }
  .template-info .hd-66 .hnav .menu-item-depth-0 > li.level0::before {
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 11;
    padding: 14px 0;
    color: var(--border_color);
  }
  .template-info .hd-66 .hnav .menu-item-depth-0 {
    background-color: var(--white-color);
    -webkit-box-shadow: 0 2px 5px var(--border_color);
            box-shadow: 0 2px 5px var(--border_color);
    border-radius: 0;
    text-align: left;
    border: 1px solid var(--c-cdcdcd);
  }
  .template-info .hd-66 .hnav .menu-item-depth-0 a {
    padding: 12px 15px;
    display: inline-block;
    color: var(--c-666);
    font-weight: 400;
  }
  .template-info .hd-66 .arrow {
    position: absolute;
    right: 15px;
  }
  .template-info .hd-66 .hnav .global-menu {
    background-color: var(--white-color);
    width: 100%;
    -webkit-box-shadow: 0 2px 5px var(--border_color);
            box-shadow: 0 2px 5px var(--border_color);
    border-radius: 0;
    border: 1px solid var(--c-cdcdcd);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: relative;
  }
  .template-info .hd-66 .em_nav .menu-item-link > ul li {
    display: block;
    border-bottom: 1px solid var(--online_business_border_color);
  }
  .template-info .hd-66 .em_nav .menu-item-link > ul li a {
    display: block;
    padding: 12px 15px;
    font-size: 16px;
    color: var(--c-666);
    text-align: left;
    font-weight: 400;
  }
  .template-info .hd-66 .fa-home:before {
    content: "\f015";
    display: inline-block;
    position: relative;
    left: 12px;
  }
  .template-info .hd-66 .homemenu {
    display: none;
  }
}

@media (min-width: 1024px) {
  .template-info .hd-66 .global-menu-item > .global-menu > li > a {
    padding: 5px 10px;
    line-height: 30px;
    font-size: 14px;
  }
  .template-info .hd-66 .global-menu-item > .global-menu > li.cartDetails a::after {
    border-left: 16px solid var(--sub_title_color);
    border-top: 24px solid transparent;
    border-bottom: 25px solid transparent;
    right: -15px;
  }
  .template-info .hd-66 .headerShipping {
    width: 63%;
    max-width: 444px;
    margin-right: 3%;
  }
  .template-info .hd-66 .header-right {
    width: 67%;
  }
  .template-info .hd-66 .header-shipping ul strong {
    font-size: 18px;
  }
  .template-info .hd-66 .header-shipping ul em {
    font-size: 14px;
  }
  .template-info .hd-66 .searchCat {
    width: 37%;
    /* margin-right: 50%; */
  }
}

.template-info .obc.obc-banner * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;
  }
  
  .template-info .obc.obc-banner a {
    text-decoration: none;
  }
  
  .template-info .obc.obc-banner ul, .template-info .obc.obc-banner ol {
    list-style: none;
  }
  
  .template-info .obc.obc-banner img {
    max-width: 100%;
  }
  
  .template-info .obc.obc-banner .container {
    max-width: 1210px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .template-info .obc-banner-wrapper {
    position: relative;
    overflow: hidden;
    /* Slider */
  }
  
  .template-info .obc-banner-wrapper .slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  
  .template-info .obc-banner-wrapper .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  
  .template-info .obc-banner-wrapper .slick-list:focus {
    outline: none;
  }
  
  .template-info .obc-banner-wrapper .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  
  .template-info .obc-banner-wrapper .slick-slider .slick-track,
  .template-info .obc-banner-wrapper .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .template-info .obc-banner-wrapper .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .template-info .obc-banner-wrapper .slick-track:before,
  .template-info .obc-banner-wrapper .slick-track:after {
    display: table;
    content: '';
  }
  
  .template-info .obc-banner-wrapper .slick-track:after {
    clear: both;
  }
  
  .template-info .obc-banner-wrapper .slick-loading .slick-track {
    visibility: hidden;
  }
  
  .template-info .obc-banner-wrapper .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }
  
  .template-info .obc-banner-wrapper [dir='rtl'] .slick-slide {
    float: right;
  }
  
  .template-info .obc-banner-wrapper .slick-slide img {
    display: block;
  }
  
  .template-info .obc-banner-wrapper .slick-slide.slick-loading img {
    display: none;
  }
  
  .template-info .obc-banner-wrapper .slick-slide.dragging img {
    pointer-events: none;
  }
  
  .template-info .obc-banner-wrapper .slick-initialized .slick-slide {
    display: block;
  }
  
  .template-info .obc-banner-wrapper .slick-loading .slick-slide {
    visibility: hidden;
  }
  
  .template-info .obc-banner-wrapper .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  
  .template-info .obc-banner-wrapper .slick-arrow.slick-hidden {
    display: none;
  }
  
  .template-info .obc-btn {
    border: 0;
    padding: 8px 15px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.5;
  }
  
  .template-info .obc-order-dv-wrap {
    background: rgba(31, 61, 75, 0.6);
    width: 320px;
    padding: 0 15px 10px;
    color: var(--white-color);
  }
  
  .template-info .obc-order-dv-wrap a {
    color: var(--white-color);
  }
  
  .template-info .obc-order-dv-wrap a:hover {
    text-decoration: underline;
  }
  
  .template-info .obc-order-dv-wrap select,
  .template-info .obc-order-dv-wrap input[type="text"] {
    display: block;
    width: 100%;
    background-color: #1f3d4b;
    border-radius: 6px;
    border: 0;
    color: var(--white-color);
    font-size: 14px;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .template-info .obc-order-dv-wrap input[type="text"] {
    padding: 15px 15px 15px 35px;
  }
  
  .template-info .obc-order-dv-wrap select {
    padding: 15px 25px 15px 15px;
  }
  
  .template-info .obc-order-dv-wrap input[type="submit"] {
    width: 100%;
    padding: 10px;
    font-size: 18px;
    border-radius: 6px;
    border: 0;
    color: #429222;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .template-info .obc-order-dv-wrap ::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--white-color);
    opacity: 1;
    /* Firefox */
  }
  
  .template-info .obc-order-dv-wrap :-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--white-color);
    opacity: 1;
    /* Firefox */
  }
  
  .template-info .obc-order-dv-wrap ::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--white-color);
    opacity: 1;
    /* Firefox */
  }
  
  .template-info .obc-order-dv-wrap ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--white-color);
    opacity: 1;
    /* Firefox */
  }
  
  .template-info .obc-order-dv-wrap :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--white-color);
  }
  
  .template-info .obc-order-dv-wrap ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--white-color);
  }
  
  .template-info .obc-banner-item img {
    max-width: 100%;
    width: 100vw;
    height: calc(100vh - 155px);
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 600px;
  }
  
  .template-info .obc-order-detail-visit {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: flex-end;
  }
  
  .template-info .obc-odv-view-cart {
    background: #14323c;
    padding: 10px 15px;
    margin: 0 -25px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .template-info .obc-odv-view-cart:before {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 0;
    left: 0;
    height: 0;
    border-top: 7px solid #14323c;
    border-right: 3px solid #14323c;
    border-left: 7px solid transparent;
    border-bottom: 3px solid transparent;
  }
  
  .template-info .obc-odv-view-cart:after {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 0;
    right: 0;
    height: 0;
    border-top: 7px solid #14323c;
    border-left: 3px solid #14323c;
    border-right: 7px solid transparent;
    border-bottom: 3px solid transparent;
  }
  
  .template-info .obc-shipping-cart {
    font-size: 15px;
    color: var(--white-color);
    font-weight: normal;
  }
  
  .template-info .obc-shipping-cart i {
    margin-right: 5px;
  }
  
  .template-info .obc-order-items {
    padding: 5px 0 5px;
    border-bottom: 1px solid var(--white-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 15px;
  }
  
  .template-info .obc-os-head {
    font-weight: 400;
    font-size: 18px;
    margin: 15px 0 10px;
  }
  
  .template-info .obc-quick-finder {
    margin-top: 20px;
    border-top: 1px solid var(--white-color);
  }
  
  .template-info .obc-fld {
    position: relative;
  }
  
  .template-info .obc-fld i {
    position: absolute;
    font-size: 16px;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto;
    height: 16px;
  }
  
  .template-info .obc-banner-details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(27, 76, 7, 0.73);
    padding: 15px 0;
    color: var(--white-color);
  }
  
  .template-info .obc-banner-heading {
    font-size: 28px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 10px;
  }
  
  .template-info .obc-bnd-lists span:not(:last-child) {
    margin-right: 10px;
  }
  
  .template-info .banner-slider .slick-arrow {
    display: inline-block;
    position: absolute;
    top: 35%;
    z-index: 1;
    height: 50px;
    width: 27px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    color: var(--white-color);
    font-size: 13px;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  .template-info .banner-slider .slick-arrow:hover {
    opacity: 1;
  }
  
  .template-info .banner-slider .slick-prev {
    left: 0;
    border-radius: 0 4px 4px 0;
  }
  
  .template-info .banner-slider .slick-next {
    right: 0;
    border-radius: 4px 0 0 4px;
  }
  
  @media all and (max-width: 767px) {
    .template-info .obc-order-dv-wrap {
      display: none;
    }
    .template-info .obc-banner-item img {
      max-width: 100%;
      width: 100vw;
      height: calc(100vh - 155px);
      -o-object-fit: cover;
      object-fit: cover;
      min-height: 600px;
    }
    .template-info .obc-banner-details {
      padding: 15px;
    }
    .template-info .obc-banner-heading {
      font-size: 24px;
    }
    .template-info .obc-bnd-lists span:not(:last-child) {
      margin-bottom: 5px;
      display: inline-block;
    }
    #em-mheader-menu-content{display: none;}
    #em-mheader-menu-content.show{
      display: block;
      position: absolute;
      z-index: 11;
      left: 0;
      width: 100%;
      top: 136px;
    }
  }
  
  .template-info .obc-btn {
    border: 0;
    padding: 8px 15px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.5;
  }
  
  .template-info .obc-qb-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  
  .template-info .obc-qb-icon {
    position: absolute;
    right: 24px;
    top: 1px;
  }
  
  .template-info .obc-qb-img {
    width: 95%;
    border: 1px solid #bbbbbb;
    border-left: 0;
  }
  
  .template-info .obc-smal_links {
    padding: 0px 0 6px;
    font-size: 12px;
    font-weight: bold;
  }
  
  .template-info .obc-smal_links a {
    color: #900;
  }
  
  .template-info .obc-smal_links a:hover {
    text-decoration: underline;
  }
  
  .template-info .obc-home_page_layout {
    border: 1px solid #bbb;
    width: 24%;
    position: relative;
    min-height: 300px;
    padding-bottom: 27px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .template-info .obc-home_page_layout:hover {
    -webkit-box-shadow: 0 0 3px #aaa;
            box-shadow: 0 0 3px #aaa;
  }
  
  .template-info .obc-home_page_layout_head {
    display: block;
    font-size: 16px;
    font-size: 1.21vw;
    padding: 8px;
    font-weight: bold;
    color: #22490d;
  }
  
  .template-info .obc-qb-lyt {
    padding: 6px 10px 6px 10px;
  }
  
  .template-info .obc-qb-lyt p {
    padding: 6px 0px;
    color: #333;
    font-size: 12px;
    line-height: 1.5;
  }
  
  .template-info .obc-home_page_layout_link {
    position: absolute;
    right: 9px;
    bottom: 7px;
    font-size: 11px;
    font-weight: bold;
    color: #429222;
  }
  
  .template-info .obc-home_page_layout_link:hover {
    text-decoration: underline;
  }
  
  @media all and (min-width: 768px) and (max-width: 1024px) {
    .template-info .obc-qb-icon {
      position: absolute;
      right: 3px;
      top: 4px;
      width: 22px;
    }
    .template-info .obc-home_page_layout_head {
      font-size: 1.41vw;
    }
  }
  
  @media all and (max-width: 767px) {
    .template-info .obc-qb-grid {
      padding: 0 15px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
    }
    .template-info .obc-home_page_layout {
      min-width: 215px;
      width: 48%;
      margin-bottom: 10px;
    }
    .template-info .obc-qb-icon {
      position: absolute;
      right: 20px;
      top: 6px;
      width: 22px;
    }
    .template-info .obc-home_page_layout_head {
      font-size: 14px;
    }
  }
  
  @media all and (max-width: 440px) {
    .template-info .obc-home_page_layout {
      min-width: 215px;
      width: 100%;
      margin-bottom: 10px;
    }
  }


.template-info .hd-66 .nav-sec{
  display: flex;
}
.template-info .hd-66 ul.dropdown {
  position: relative;
  z-index: 597;
}


.template-info .hd-66 .reorder_nav {
  width: 96px;
  box-shadow: inset 0 0 4px #999;
  text-decoration: underline!important;
}
.template-info .hd-66 ul.dropdown > li a.hr_nav:link, .template-info .hd-66 ul.dropdown > li a.hr_nav:visited {
  color: var(--white-color);
  text-decoration: none;
}
.template-info .hd-66 ul.dropdown > li:hover {
  background: #eee;
}
.template-info .hd-66 ul.dropdown > li:hover .show_me{
visibility: visible;
box-shadow: 0 5px 5px #041f2c;
}
.template-info .hd-66 ul.dropdown > li .show_me {
  visibility: hidden;
  position: absolute;
  top: 100%;
  z-index: 598;
  background: var(--white-color);
  color: #000;
  padding: 10px;
  box-sizing: border-box;
}

.template-info .hd-66 .drop_col h3 {
  display: block;
  font: normal 18px 'hadleeRegular', cursive;
  color: #333;
  padding: 3px 0;
}
.template-info .hd-66 .drop_col p {
  font-size: 11px;
  color: #666;
  padding: 3px 0 3px 0;
}
.template-info .hd-66 .drop_col_graph {
  width: 210px;
  height: 285px;
  margin: 5px;
  padding: 5px 5px 10px;
  text-align: center;
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.template-info .hd-66 .drop_col_graph h3 {
  font: bold 18px 'hadleeRegular', cursive;
  padding: 5px;
  color: #439219;
}
.template-info .hd-66 .drop_col_graph p {
  font-size: 12px;
  margin-bottom: 5px;
}
.template-info .hd-66 .drop_col_graph a{
      color: #2b2b2b;
      text-decoration: none;
      font-weight: normal;
}
.template-info .hd-66 a.drop_col_button {
  display: block;
  width: 180px;
  color: var(--white-color);
  background: var(--background_color);
  text-align: center;
  padding: 4px 0 4px 0;
  font-size: 12px;
  margin: 0 auto;
  border: 1px solid var(--hover_background_color);
}
.template-info .hd-66 .drop_col_button:hover {
  border: 1px solid var(--white-color);
  background: var(--hover_background_color);
  box-shadow: 0px 0px 4px 0 #999;
}

.template-info .hd-66 .drop_col {
  width: 220px;
  height: auto;
  text-align: left;
  margin: 5px;
}
.template-info .hd-66 .drop_col ul li.cap a {
  display: flex;
  font: normal 16px 'hadleeRegular', cursive;
  color: #555;
  padding: 15px 0 10px 0;
  
}
.template-info .hd-66  .cap a img {
  display: inline-block;
  padding: 0 5px 0 0;
  width: 32px;
  height: 32px;
}
.template-info .hd-66  .drop_col ul li.cap a:hover{
  text-decoration: underline;
}
.template-info .hd-66  .drop_col ul li a {
  display: block;
  font: normal 13px Arial, Helvetica, sans-serif;
  color: #555;
  padding: 4px 0;
  width: 100%;
}
.template-info .hd-66 .drop_col ul li a:hover{
  text-decoration: underline;
}
.template-info .hd-66 .drop_col ul li.see_all a {
  display: block;
  font: bold 13px Arial, Helvetica, sans-serif;
  color: #439219;
}
.template-info .hd-66 .drop_col ul li.see_all a:hover{
  text-decoration: underline;
}
.template-info .hd-66 .drop_col_button_bottom {
  display: block;
  width: 160px;
  color: #555;
  background: #eee;
  text-align: center;
  padding: 4px 0 4px 0;
  font-size:13px;
  margin: 10px 30px 10px 0;
  border: 1px solid #eee;
}
.template-info .hd-66 .drop_col_button_bottom:hover {
  color: var(--white-color);
  border: 1px solid var(--white-color);
  background: #22490d;
  box-shadow: 0px 0px 4px 0 #999;
}
.template-info .hd-66 .helper ul li a {
  font: bold 13px Arial, Helvetica, sans-serif;
  color: #439219;
}
.template-info .hd-66 .helper ul li a:hover{
  text-decoration: underline;
}

@media screen and (max-width: 830px)  {
  .nav-sec{
      justify-content: flex-end;
  }
  ul.dropdown > li .show_me {
      width: 300px;
      right:10px;
  }
  .drop_col_graph{
      margin: 5px auto;
  }
  .drop_col{
      margin:0 auto;
  }
}
@media screen and (min-width:831px)  {
  ul.dropdown{
      display: flex;
      justify-content: center;
  }
  .help_nav {
      width: 96px;
  }
  .d-flex{
      display: flex;
  }
  ul.dropdown > li .show_me {
      left:0;
  }
 
  .c_tab, .d_tab,.e_tab,.b_tab{
      display: flex;
  }
  .drop_col{
      margin: 5px;
  }
  ul.dropdown>li a.hr_nav{
      border-right: 1px solid #ddd;
  }

}

@media screen and (min-width:831px) and (max-width:1023px){
  .a_tab,.b_tab,.c_tab,.d_tab,.e_tab{
      width: 800px;
  }
}
@media screen and (min-width:1024px){
  .a_tab,.b_tab,.c_tab,.d_tab,.e_tab{
      width: 940px;
  }
}

.close-ocs-dropdown{
  width: 24px;
  height: 24px;
  font-size: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.1s linear;
 }
 .ocs-dropdown-wrapper{
     display: none;
 }
 .obc-order-detail-visit{

 }
 .template-info .obc-odv-view-cart:after,
 .template-info .obc-odv-view-cart:before{
     display: none;
 }
 .template-info .obc-order-detail-visit.show .obc-odv-view-cart:after,
 .template-info .obc-order-detail-visit.show .obc-odv-view-cart:before{
     display: block;
 }
 .template-info .obc-order-dv-wrap{
     padding-bottom: 0;
 }
 .template-info .obc-order-detail-visit.show .obc-order-dv-wrap{
     padding-bottom: 10px;
 }
 .obc-order-detail-visit.show .close-ocs-dropdown{
  transform: rotate(45deg);
 }


 .template-info .hd-66 .global-menu-item>.global-menu>li:first-child>a {
  padding: 5px 8px;
}

.template-info .hd-66 ul.dropdown>li {
  transition: all .3s;
}

.template-info .hd-66 ul.dropdown>li:hover {
  background-color: var(--arrow-color);
}

.template-info .hd-66 ul.dropdown>li .show_me {
  opacity: 0;
  box-shadow: 0 5px 5px #041f2c;
  transition: all .2s;
}

.template-info .hd-66 ul.dropdown>li:hover .show_me {
  visibility: visible;
  opacity: 1;


}

@media (min-width: 768px) and (max-width: 1023px) {
  .template-info .hd-66 .global-menu-item>.global-menu>li.cartDetails a::after {
      border-top: 19px solid transparent;
      border-bottom: 19px solid transparent;
  }
}
  /*# sourceMappingURL=banner.css.map */
/*# sourceMappingURL=hd-66.css.map */

#cart-total .strong{
  position: absolute;
    color: var(--white-color);
    /* background: #8bc536; */
    height: 20px;
    display: flex;
    width: auto;
    padding: 0;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    padding: 5px 5px;
    left: 12px;
    top: -6px;
}