/*
   Header css
=========================*/
/*$default		  :#F0F0F0;*/
/*10px;*/
/*13px;*/
/*20px;*/
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.position-group {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding-top: 6px;
  padding-right: 0;
  padding-bottom: 6px;
  padding-left: 0;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .position-group.v-align-center {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }

.maincontent > .fr-view:first-child {
  background: #fff;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 99; }

body.modal-open .maincontent > .fr-view:first-child {
  position: inherit; }

.header {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 99; }
  .header ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    line-height: 18px; }
  .header .dropdown-menu {
    min-width: 50px; }
  .header.sticking {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 2; }
    .header.sticking .third_row {
      display: none; }
  .header .svg_logo {
    /*svg {
        max-height:60px;
    }*/ }
  .header .logo_link img {
    max-height: 44px; }
  .header .user-menu .social-icon {
    font-weight: 500; }
  .header .shop-cart i {
    font-weight: 500; }
  .header .first_row {
    font-size: 0.875rem;
    background: #283784;
    color: #fff; }
    .header .first_row .position-group {
      padding: 7px 0; }
    .header .first_row a:not(.dropdown-item) {
      color: #fff; }
    .header .first_row a:hover {
      color: #B89831; }
    .header .first_row .second_col2 {
      margin-left: auto; }
    .header .first_row .header-top-list {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center; }
      .header .first_row .header-top-list > li {
        padding-right: .75rem;
        margin-right: .75rem;
        margin-bottom: 0; }
        .header .first_row .header-top-list > li:not(:last-child) {
          border-right: 1px solid #fff;
          padding-left: 0; }
  .header .shop-cart {
    position: relative; }
    .header .shop-cart .cart-count {
      position: absolute;
      padding: 3px 2px 1px 2px;
      font-size: 0.625rem;
      right: -15px;
      top: 0;
      line-height: 1;
      min-width: 20px;
      display: inline-block;
      text-align: center;
      background: #B89831;
      color: #fff;
      border-radius: 16px; }
      .header .shop-cart .cart-count i {
        font-weight: normal; }
  .header .second_row {
    /*box-shadow: 0px 2px 5px #00000029;*/ }
    .header .second_row .first_col1 {
      max-width: 21%;
      padding-right: 20px; }
      .header .second_row .first_col1 svg {
        max-height: 50px; }
    .header .second_row .second_col2 {
      margin-left: auto; }
    .header .second_row .third_col3 {
      display: none; }
      .header .second_row .third_col3 ul {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        color: #283784;
        align-items: center; }
        .header .second_row .third_col3 ul a {
          color: #283784; }
      .header .second_row .third_col3 li {
        margin-left: 1.5rem; }
      .header .second_row .third_col3 .menu-icon span {
        padding: 0 1px 0 10px; }
  .header .menu-icon span {
    font-size: 1.5rem;
    font-weight: 500;
    cursor: pointer; }

.dropdown-toggle {
  position: relative;
  padding-right: 20px; }
  .dropdown-toggle:after {
    top: 1px;
    font-size: 80%; }
  .dropdown-toggle .img-left {
    margin-right: .4rem; }
    .dropdown-toggle .img-left img {
      max-height: 16px; }

.dropdown-item {
  padding: 0.25rem .75rem; }
  .dropdown-item .img-left {
    margin-right: .4rem; }
    .dropdown-item .img-left img {
      max-height: 16px; }

/*.static-menu,*/
.main-menu, .static-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .main-menu a, .static-menu a {
    color: #283784;
    font-weight: 500;
    font-size: 1rem; }
    .main-menu a:hover, .static-menu a:hover {
      color: #B89831; }
    .main-menu a.hasmenu, .static-menu a.hasmenu {
      padding-right: 18px;
      position: relative; }
      .main-menu a.hasmenu:after, .static-menu a.hasmenu:after {
        content: "\f078";
        font-family: 'Font Awesome 5 Pro';
        transform: rotate(360deg);
        transition: all .5s ease 0s;
        -webkit-transition: all .5s ease 0s;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0px;
        font-size: 75%;
        border: none;
        font-weight: 400; }
    .main-menu a.nolink, .static-menu a.nolink {
      pointer-events: none; }
  .main-menu > li, .static-menu > li {
    color: #283784;
    position: relative; }
    @media all and (min-width: 1640px) {
      .main-menu > li, .static-menu > li {
        margin-right: 34px; } }
    @media all and (min-width: 768px) {
      .main-menu > li, .static-menu > li {
        margin-bottom: 0px !important; } }
    .main-menu > li > ul > li:not(:last-child) a, .static-menu > li > ul > li:not(:last-child) a {
      padding-bottom: .5rem; }
    .main-menu > li > a, .static-menu > li > a {
      color: #283784;
      font-weight: 700;
      padding-top: .25rem;
      padding-bottom: .25rem; }
    .main-menu > li:hover > ul, .static-menu > li:hover > ul {
      display: block; }
  .main-menu li, .static-menu li {
    margin-right: 16px;
    line-height: 28px; }
    .main-menu li:last-child, .static-menu li:last-child {
      margin-right: 0; }
    .main-menu li ul, .static-menu li ul {
      position: absolute;
      color: #000;
      min-width: 230px;
      display: none;
      z-index: 1;
      background: #fff;
      padding: .75rem 1rem;
      border-radius: 6px;
      margin: 0;
      list-style: none;
      padding-left: .75rem !important; }
      .main-menu li ul li, .static-menu li ul li {
        margin: 0px;
        padding-top: 0px; }
        .main-menu li ul li a, .static-menu li ul li a {
          font-size: 1rem; }
          .main-menu li ul li a:empty, .static-menu li ul li a:empty {
            margin-bottom: -15px; }
      .main-menu li ul .arrow, .static-menu li ul .arrow {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .main-menu li ul .arrow:hover, .main-menu li ul .arrow.active, .main-menu li ul .arrow.active a, .static-menu li ul .arrow:hover, .static-menu li ul .arrow.active, .static-menu li ul .arrow.active a {
          color: #B89831; }
        .main-menu li ul .arrow i, .static-menu li ul .arrow i {
          font-size: 95%;
          cursor: pointer;
          /* display: none; */ }
        .main-menu li ul .arrow.active .fa-chevron-down:before, .static-menu li ul .arrow.active .fa-chevron-down:before {
          content: "\f077"; }
      .main-menu li ul ul, .static-menu li ul ul {
        position: static;
        padding: 0 0 .5rem 0; }
        .main-menu li ul ul.open, .static-menu li ul ul.open {
          display: block; }
        .main-menu li ul ul li, .static-menu li ul ul li {
          font-weight: normal; }
          .main-menu li ul ul li a, .static-menu li ul ul li a {
            font-weight: normal; }
        .main-menu li ul ul ul, .static-menu li ul ul ul {
          padding: .3rem 0 0 .75rem;
          display: block !important; }

.lang {
  text-transform: uppercase; }

.mobile-menu {
  display: none; }

.overlay {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 999; }
  .overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%; }

.header-menu-bg {
  display: none;
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  /*height: 100%;*/
  height: calc(100% - 50px);
  z-index: 3;
  background: rgba(0, 0, 0, 0.75); }
  .header-menu-bg .close-bg {
    color: #000;
    font-size: 1.75rem;
    padding: 15px;
    width: 50px;
    height: 52px;
    background: #fff;
    transition: all 0.45s ease-in-out 0s;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0; }

.header-mobile {
  display: none; }

/* login Modal */
.modal-content {
  border-radius: 8px; }

.login_heading {
  text-align: center;
  margin-bottom: 2rem; }

#loginModal .modal-dialog {
  max-width: 680px; }
#loginModal .modal-body {
  padding: 2rem; }

@media all and (max-width: 1024px) {
  .header .main-menu {
    font-size: 0.875rem; }
    .header .main-menu > li {
      margin-right: 10px;
      font-size: 0.875rem; }
      .header .main-menu > li > a {
        color: #000; }
  .header .second_row .first_col1 {
    padding-right: 15px; } }
@media all and (max-width: 991px) {
  .header .first_row {
    font-size: 0.75rem; }

  body.open {
    overflow: hidden; }

  .logo_link img {
    max-height: 44px; }

  .user-menu .social-icon {
    font-size: 1.5rem; }

  .shop-cart i {
    font-size: 1.25rem; }

  .header .logo_link img {
    max-height: 44px; }
  .header .first_row {
    display: none; }
  .header .second_row .position-group {
    flex-wrap: inherit;
    padding-top: 9px;
    padding-bottom: 9px; }
  .header .second_row .first_col1 {
    max-width: initial;
    padding-right: 10px; }
    .header .second_row .first_col1 img {
      max-height: 44px; }
  .header .second_row .second_col2 {
    display: none; }
  .header .second_row .third_col3 {
    display: block; }
    .header .second_row .third_col3 ul > li {
      margin-left: 1rem;
      margin-bottom: 0; }
      .header .second_row .third_col3 ul > li i, .header .second_row .third_col3 ul > li .dropdown-toggle:before {
        /*font-size: $font-large;*/ }
  .header .second_row .myaccount i {
    font-size: 1.5rem; }
  .header .second_row .myaccount a {
    padding-right: 0; }
    .header .second_row .myaccount a:after {
      display: none; }
  .header .main-menu > li {
    margin-right: 0;
    width: 100%; }
    .header .main-menu > li a {
      display: block;
      padding: 8px 8px 8px 0;
      color: #000;
      font-size: 1rem; }
      .header .main-menu > li a:hover {
        color: #283784; }
      .header .main-menu > li a i {
        float: right;
        font-size: 125%;
        margin: 0 5px; }
    .header .main-menu > li ul {
      padding: .75rem 1rem;
      position: relative; }
  .header .main-menu ul {
    padding-left: 15px;
    /*display: none;*/ }

    /*.mobile-menu {
        background: $orange; color: $white;
        position: fixed; width: 100%;
        bottom: 0; left: 0; z-index: 9;
        display: block;

        ul {
            @include flex; text-align: center;
            list-style: none; margin: 0; padding: 0;
            width: 100%; justify-content: space-between;
            li {
                width: 20%; padding:8px 8px 8px 8px;
                position: relative;

                &:not(:first-child):before {
                    position: absolute; content: "";
                    left: 0; top: 50%; height: 25px;
                    width: 1px; background: $red;
                    transform: translateY(-50%);
                }
                &:empty {
                    display: none;
                }
                &.cart-mobile-menu {
                    + li {
                         display: none;
                        &:before, &:empty:before {
                            display: none;
                        }
                    }
                }
            }
        }
        a {
            color: $white; 
            padding: 0; font-size: $font-mini;  
            border: none; 
            display: block;   
            white-space: nowrap;  
            overflow: hidden; 
            text-overflow: ellipsis; 
            &:hover {
                color:$white;
            }
            .name {
                display: block; font-size: $font-xsmall;
                padding-top: 2px; 
            }
            i, .fal, .far {
                position: relative; font-size: 95%;
                display: block;
            }
            span {
                padding-top: 1px; font-size: $font-mini;   
            }
            .fa-shopping-cart { 
                margin-bottom: 4px;
            }
        }
        .user-menu {
            img {
                 max-height: 16px; 
            }
            span {
                display: block;
            }
        }
        
    }*/
  .mobile-top-link {
    list-style: none !important;
    text-align: center;
    color: #283784;
    padding-left: 0 !important; }
    .mobile-top-link li {
      border-bottom: 1px solid #fff;
      padding: 8px 5px;
      font-weight: 700; }
    .mobile-top-link a {
      color: #283784;
      display: inline-block; }
    .mobile-top-link .searchwrap {
      justify-content: center; }
    .mobile-top-link .fa-phone {
      font-weight: bold;
      margin-right: .75rem; }

  .header-mobile {
    max-width: 717px;
    /*width: calc(100% - 50px);
    height: calc(100% - 50px);*/
    width: 100%;
    height: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    overflow-y: auto;
    z-index: 99;
    padding: 1rem;
    display: block;
    height: 100%;
    background: #CED4DA; }
    .header-mobile .header-top-link {
      margin-top: 15px;
      margin-bottom: 15px; }
    .header-mobile .static-menu, .header-mobile #menu1 {
      padding-left: 0; }
      .header-mobile .static-menu > li, .header-mobile #menu1 > li {
        display: block;
        margin-left: 0;
        width: 100%; }
        .header-mobile .static-menu > li:not(:last-child), .header-mobile #menu1 > li:not(:last-child) {
          border-bottom: 1px solid #fff; }
        .header-mobile .static-menu > li > a, .header-mobile #menu1 > li > a {
          margin-right: 0;
          display: block;
          pointer-events: initial;
          /*&:active {
              color: $black;
          }*/ }
          .header-mobile .static-menu > li > a i, .header-mobile .static-menu > li > a .fas, .header-mobile #menu1 > li > a i, .header-mobile #menu1 > li > a .fas {
            float: right;
            font-size: 100%;
            padding: 5px 6px 2px 6px;
            margin-right: -20px; }
      .header-mobile .static-menu li, .header-mobile #menu1 li {
        border: none;
        margin-right: 0; }
        .header-mobile .static-menu li a, .header-mobile #menu1 li a {
          display: block !important;
          border: none;
          padding: 8px 19px 8px 10px; }
          .header-mobile .static-menu li a.hasmenu:after, .header-mobile #menu1 li a.hasmenu:after {
            display: none; }
          .header-mobile .static-menu li a.active i:before, .header-mobile #menu1 li a.active i:before {
            content: "\f077"; }
        .header-mobile .static-menu li ul, .header-mobile #menu1 li ul {
          position: static;
          min-width: auto;
          max-height: 100%;
          transition: initial;
          display: none;
          box-shadow: none;
          margin-bottom: 6px;
          padding: 0;
          background-color: transparent; }
          .header-mobile .static-menu li ul.open, .header-mobile #menu1 li ul.open {
            display: block; }
          .header-mobile .static-menu li ul a, .header-mobile #menu1 li ul a {
            padding: 5px 20px;
            font-size: 1rem;
            font-weight: 700; }
          .header-mobile .static-menu li ul h3, .header-mobile #menu1 li ul h3 {
            font-size: 0.875rem; }

  /**/
  .menu-close-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px; }
    .menu-close-wrap .menu-close-icon {
      font-size: 1.75rem;
      margin-top: .4rem;
      color: #283784; } }
