body {
    //padding-top: 56px;
}
ul.dropdown-menu > li > a {
    padding-bottom:7px;
}
ul.dropdown-menu > li > a:hover {
    text-decoration: underline;
}
ul.dropdown-menu > li > a:hover {
    background:transparent;
}
#DivDropDownAccount li {
    padding-bottom:20px;
}

#DivDropDownAccount .menu-links a, #DivDropDownAccount .menu-links a:hover {
    color:#13120c;
}
#DivDropDownAccount .menu-links a:hover {
    text-decoration: underline;
}

#DivDropDownAccount .menu-links i {
    color: #515151;
    margin-right:20px;
    width:20px;
    text-align:center;
}

#InputKeywordNavbar {
    border: 1px solid #8f2c3b!important;
}

a.linknavbar:hover,
a.linknavbar:focus,
a.linknavbar:active,
a.linknavbar.active {
    border-bottom: 2px solid #8f2c3b;
    color: #8f2c3b !important;
    padding-bottom: 12px;
    font-weight:bold;
}
a.linknavbar::before {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

#DivPlusMenu {
    width: 400px;
}
@media (max-width: 1470px) {
    #DivPlusMenu {
        width: 200px;
    }
}
@media (max-width: 1200px) {
    #DivPlusMenu {
        width: 100px;
    }
}
#PlusSubmenu5, #PlusSubmenu6 {
    display:none;
}

@media (max-width: 1100px) {
    #NavSubmenu6 {
        display: none;
    }
    #PlusSubmenu6 {
        display: block;
    }
}

@media (max-width: 900px) {
    #NavSubmenu5 {
        display: none;
    }
    #PlusSubmenu5 {
        display: block;
    }
}

#DivAccountMenu ul {
    padding:20px;padding-bottom:0px;
}

.menuplus ul {
    padding: 25px;
    list-style: none;
}
.menuplus > ul > li {
    padding-bottom: 5px;
}
.menuplus > ul > li > a {
    color: #342f1a;
}


#DivNavBasket .active > i {
    color: #7FDBFF;
}

.div-navbar-top a {
    color: #2e3340 !important;
    padding-bottom:3px;
}

.div-navbar-top .active {
    border-bottom: 1px solid #2e3340;
}

#DivDropDownAccount a {
    color: #838383;
    transition: all 0.2s ease-in-out;
}
.div-navbar {
    background: #e7e7e7;
}

#DivDropDownAccount a:hover {
    color: #467a8f;
    text-decoration: none;
}

#NavbarContentPhone {
    position:fixed;
    top:0;
    height: 57px !important;
    width: 100%;
    background:#f5f2f2;;
    z-index:1001;
    border-bottom: 1px solid #dddddd;
}
#DivSail {
    position: fixed;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    background: rgba(51,51,51,0);
    z-index: 80;
    transition: background .5s ease-out;
}
#DivSail.show {
    width: 100%;
    height: 100%;
}

.dis-never {
    display:none !important;
}

#DivNavBasket i {
    font-size: 25px;
}

@media (max-width: 768px) {
    #DivTopBar {
        display: none !important;
    }
}

#DivRegions a {
    text-decoration: none;
}

#DivRegions a:hover span {
    text-decoration: underline;
}

.active-message::before{
    background-color: #3FB34F;
    content: "";
    position: absolute;
    top: 3px;
    right: -12px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
}

.badge-basket {
    float: right;
    position: absolute;
    margin-top:-5px;
    margin-left:45px;
    font-size:14px;
    min-width: 24px;
    border-radius: 50%;
    text-align:center;
    color: #2e2e2e;
    background: #fffcf5 !important;
}

.badge-phone {
    top:12px;
    margin-left:15px;
    font-size:13px;
}
.badge-messages {
    top:-8px;
    right: 0px;
    margin-right: -22px;
    border-radius: 50%;
}

#DivAccountMenu .dropdown-menu {
    font-size: 15px;
    background: #faf8f8;
    border: 1px solid #f8f8f8;
    line-height: normal;
}

#DivAccountMenu .dropdown-menu > li > a:hover, #DivAccountMenu .dropdown-menu > li > a:focus {
    background: #ffffff;
    background-image: none;
}

#DivAccountMenu .dropdown-menu > li > a > i {
    padding-right: 20px;
}


.btn-account {
    padding-left: 0px;
    padding-right: 5px;
}

#NavbarMenuPhone, #NavbarMenuUserPhone {
    background: #f9f9f9 !important;
    z-index: 99999999;
    box-shadow: 14px 16px 20px 6px rgb(0 0 0 / 35%);
    margin: auto;
    bottom: 0;
    top: 113px !important; /* Same as Height of #NavbarPhone */
    left:-1000px;
    position: fixed;
    width:80%;
    min-width:359px;
    max-width: 400px;
    padding-bottom:100px;
    z-index: 1100;
    height:100%;
    overflow-y: scroll;
    margin-left:0px;
    transition: left .5s ease-in-out;
}
#NavbarMenuUserPhone {
    width:100%;
    margin-left:30px;
    box-shadow: 17px 8px 50px 0 rgb(0 0 0 / 40%);
}
#NavbarMenuPhone ul, #NavbarMenuUserPhone ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align:left;
}
#NavbarMenuPhone ul li, #NavbarMenuUserPhone ul li {
    border-bottom: 1px dotted #f1f1f1;
}
#NavbarMenuPhone ul li a, #NavbarMenuUserPhone ul li {
    padding: 16px 30px;
    font-size: 18px;
    color: #2e2e2e !important;
}
#NavbarMenuPhone ul li hr {
    padding: 0px;
    margin: 0 20px;
    width: 60%;
}
#NavbarMenuUserPhone ul li hr {
    margin: 20px 0 0 0;
    width: 80%;
}
#NavbarMenuUserPhone ul li i {
    padding-right: 20px;
}
#NavbarMenuUserPhone ul li a {
    text-decoration: none;
    color: #2e2e2e !important;
}
.iconPlus {
    font-size:12px;
    border-radius:50%;
    border:1px solid #767676;
    padding:4px;
    transition: all .2s ease-in-out;
}

.iconPlus:hover {
    transform: scale(1.35);
}

#ImgLogoNavbar {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

#BALogo {
    width: 200px;
}

@media (max-width: 1830px) {
    #BALogo {
        width: 160px;
    }
}

@media (max-width: 1750px) {
    #BALogo {
        width: 120px;
    }
}

@media (max-width: 1680px) {
    #BALogo {
        width: 100px;
    }
}
.div-navbar-title {
    min-height:100px;
}
.navbar-title {
    padding-top:20px;
    margin:0px;
    font-size:50px;
    font-weight: bold;
}
@media (max-width: 800px) {
    .div-navbar-title {
        padding-top:10px;
        min-height: 50px;
    }
    .navbar-title {
        font-size:35px;
    }
}
.navbar-title i {
    font-size:30px;
    padding-left:20px;
}
.overlay3, .offcanvas, .borderleft-open {
    height: 100%;
    width: 0;
    top: 0;
    left:0;
    position: fixed;
    z-index: 100;
    overflow-x: hidden;
    text-align: center;
}
.overlay3 {
    background: black;
    overflow-y: auto;
    opacity:0;
    transition: opacity 1s;
}
.offcanvas {
    background: #f7f7f7;
    position: fixed;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 10px;
    text-align: left;
}
.borderleft-open {
    width: 8px;
    background: #32424f;
    z-index: 90;
}
@media screen and (max-width: 1200px) {
    .borderleft-open {
	width: 0px;
    }
}
.offcanvas a, .offcanvas2 a, #NavbarMenuPhone a {
    padding: 20px 8px 8px 20px;
    text-decoration: none !important;
    font-size: 18px;
    color: white;
    display: block;
    transition: .3s
}
#NavbarMenuPhone a {
    padding-top: 20px;
    color: #373737;
}
.offcanvas a {
    color: #32424f;
}
.offcanvas a.active {
    color: #25b0e9;
}
#NavbarMenuPhone a.active {
    color: #25b0e9;
}
.offcanvas i, #NavbarMenuPhone > a > i {
    //padding-right: 10px;
    display:none;
}
.offcanvas a:hover, .offcanvas a:focus,.offcanvas2 a:hover{
    color: #25b0e9;
}
.closeOffcanvas {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px !important;
    margin-left: 50px;
}
#DivWraper {
    transition: margin-left .5s;
}
@media screen and (max-height: 500px) {
  .offcanvas a {font-size: 18px;}
}
#DivMenuLeftContent {
    padding-top:20px;
}

/**
   HAMBURGER
 */
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
     }
  .hamburger.is-active:hover {
    }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #484848; }

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 2px;
    background-color: #484848;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

