/**
* 2007-2023 PrestaShop
*
* NOTICE OF LICENSENel 
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2023 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/


.container_wb_megamenu .title-menu {
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
  color: #000;
  font-weight: 500;
  background-color: #ffcc00;
  padding: 3px 15px;
  border-radius: 5px 5px 0 0;
}
.container_wb_megamenu .title-menu {
  padding: 7px 15px;
}
.wb-menu-vertical ul li.level-1.megamenu1 > .menu-dropdown {
  background: #fff url(../img/menu4.jpg) no-repeat right;
  height: 439px;
}
.wb-menu-vertical ul li.level-1.megamenu2 > .menu-dropdown {
  background: #fff url(../img/menu5.jpg) no-repeat center bottom;
  height: 580px;
}
.wb-menu-vertical .menu-dropdown .wb-menu-row {
  margin: 0;
}
@media (min-width: 992px) {
  .wb-menu-vertical li.level-1 {
    clear: both;
    position: relative;
  }
  .cat-drop-menu li {
    position: relative;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container_wb_megamenu {
    position: relative;
  }
  .wb-verticalmenu {
    position: absolute !important;
    top: -48px !important;
    z-index: 9999 !important;
  }
}
.container_wb_megamenu .wb-sub-menu {
  padding-bottom: 0;
  padding-top: 0;
}
.container_wb_megamenu .wb-sub-menu .html-block p,
.container_wb_megamenu .wb-sub-menu .html-block a {
  margin: 0;
  padding: 0;
}
.menu-subtitle {
  position: absolute;
  top: -50px;
  line-height: 13px;
  font-size: 8px;
  padding: 0 4px;
  background: #000;
  color: #fff;
  right: 40%;
}
.wbIcon img {
  margin-right: 0px;
  font-size: 30px;
  width: 1em;
  height: 1em;
}
.wb-menu-vertical ul.menu-content {
  margin-bottom: 0;
  border: 1px solid #e5e5e5;
  border-top: none;
  border-radius: 0 0 5px 5px;
}
.wb-menu-vertical li.level-1.parent > a::before {
  font-family: "FontAwesome";
  font-size: 15px;
  position: absolute;
  right: 0;
  top: 14px;
  content: "\f107";
  transition: 0.3s ease;
}
.wbIcon i,
.view_more i {
  font-size: 16px;
  color: #000;
  background-color: #f5f5f5;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 7px 0;
  border-radius: 50%;
  transition: 0.3s ease;
}
.wb-menu-vertical li.level-1.parent:hover > a::before {
  transform: rotate(-90deg);
}
.wbIcon span,
.view_more .dropdown-item span {
  transition: 0.3s ease;
  margin: 0 10px;
}
.wb-menu-vertical li.level-1 > a,
.view_more a {
  color: #000;
  font-size: 15px;
  padding: 0;
  cursor: pointer;
  vertical-align: middle;
  transition: 0.3s ease;
}
.wb-menu-vertical ul li.level-1 > a strong {
  border-radius: 2px;
  background: green none repeat scroll 0 0;
  color: #fff;
  font-size: 9px;
  font-weight: 400;
  margin-left: 5px;
  padding: 4px 6px;
  position: relative;
  text-transform: uppercase;
  top: -2px;
}
.wb-menu-vertical ul li.level-1 > a strong:before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent green transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 5px;
  content: "";
  display: inline-block;
  height: 10px;
  left: -9px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.wb-menu-vertical ul li.hot.level-1 > a strong {
  background: #ff0000 none repeat scroll 0 0;
}
.wb-menu-vertical ul li.hot.level-1 > a strong:before {
  border-color: transparent #ff0000 transparent transparent;
}
.wb-menu-vertical ul li.level-1:hover > a,
.view_more a:hover span {
  color: #f3283d;
}
.wb-menu-vertical ul li.level-1:hover > a i,
.view_more:hover i {
  color: #000;
}
.menu-item .product-image-container .sale-bkg {
  display: none;
}
.wb-menu-vertical .menu-dropdown li a {
  display: block;
  line-height: 35px;
  padding: 0;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-size: 14px;
}
.pro-menu-img {
  margin-top: 10px;
}
.menu-item .product-image-container {
  border-radius: 5px;
  margin: 0 8px;
}
.wb-menu-vertical .menu-dropdown li:first-child > a {
  border-top: none;
  font-weight: 500;
  font-size: 15px;
}
.wb-menu-vertical ul li.level-1 li.item-header a {
  border-bottom: 1px solid rgba(208, 203, 203, 0.2);
  color: #222;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  position: relative;
  text-transform: uppercase;
  padding: 5px 0;
}
.wb-menu-vertical ul li a.product-name {
  font-size: 14px;
  margin-top: 0;
  text-align: left;
  line-height: normal;
  margin: 0 !important;
}
.wb-menu-vertical ul li.level-1 ul li a {
  text-transform: capitalize;
  margin: 0 10px;
}
.wb-menu-vertical ul li.level-1 .menu-dropdown ul li a {
  margin: 0;
}
.product_img_link {
  margin: 0 5px;
}
#wb-menu-vertical .container {
  padding-left: 0;
  padding-right: 0;
}

#index .fixed #_desktop_top_menu .wb-menu-vertical {
  margin-top: 0;
}
#index .fixed #_desktop_top_menu .menu-vertical {
  display: none !important;
}
#index .fixed #_desktop_top_menu .wb-menu-vertical.active .menu-vertical {
  display: block !important;
  height: 100% !important;
  background: #fff;
}
.wb-menu-vertical ul.menu-content {
  background: #fff;
}

#_desktop_top_menu {
  position: relative;
}
.appendfixmenu #_desktop_top_menu {
  width: 100%;
  padding: 0;
}

@media (min-width: 1410px) {
  .left-bnr,
  .menu-sp,
  #_desktop_top_menu,
  .head-logo-l,
  .appendfixmenu {
    width: 20%;
  }
}

@media (min-width: 1200px) and (max-width: 1409px) {
  #_desktop_top_menu {
    width: 22%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .wb-menu-vertical .column-4,
  .wb-menu-vertical .column-3 {
    width: 325% !important;
  }
}
.name-price .old-price.regular-price {
  color: #949494;
  text-decoration: line-through;
  font-size: 13px;
}
.sale-bkg .sale {
  display: none;
}
@media (min-width: 992px) {
  .wb-menu-vertical .menu-dropdown {
    opacity: 0;
    display: block !important;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    border: 1px solid #e0e0e0;
    border-top: 3px solid #ffcc00;
    top: 0;
    left: 101%;
    width: 100%;
  }
  .wb-menu-vertical ul li.level-1:hover > .menu-dropdown,
  .wb-menu-vertical ul li.level-2:hover > .menu-dropdown,
  .wb-menu-vertical ul li.level-3:hover > .menu-dropdown,
  .wb-menu-vertical ul li.level-4:hover > .menu-dropdown,
  .wb-menu-vertical ul li.level-5:hover > .menu-dropdown {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .wb-menu-vertical .title-menu-mobile,
  .icon-drop-mobile {
    display: none;
  }
  .wb-menu-vertical .title-menu-mobile,
  .icon-drop-mobile {
    display: none;
  }
  .wb-menu-vertical li.level-1.banner1 > .menu-dropdown {
    background: #fff url(../img/menu4.jpg) no-repeat right;
    height: 439px;
  }
  .wb-menu-vertical li.level-1.menu-banner1 > .menu-dropdown {
    background: #fff url(../img/menu5.jpg) no-repeat bottom;
    height: 700px;
  }
  .wb-menu-vertical li.level-1.parent > a,
  .wb-menu-vertical li.level-1#more_menu > a {
    z-index: 1001;
  }
  .wb-menu-vertical .menu-dropdown {
    position: absolute;
    z-index: 1000;
    background: #fff;
    padding: 20px 15px;
    border-radius: 0 0 5px 5px;
  }
  .wb-menu-vertical .menu-dropdown.wb-sub-bottom {
    right: 0;
  }
  .wb-menu-vertical .menu-dropdown .wb-menu-col.border {
    padding-left: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .wb-menu-vertical .menu-dropdown .wb-menu-col.border .ul-column {
    border-left: 1px solid #666;
  }
  .wb-menu-vertical .menu-dropdown .wb-menu-col.border .ul-column li {
    padding-left: 20px;
  }
  .wb-menu-vertical .menu-dropdown .wb-menu-col.border ul li.item-header a {
    border-bottom: 1px solid #666;
    margin-bottom: 15px;
  }
  .wb-menu-vertical .menu-dropdown .wb-menu-col.none-border {
    padding: 0;
  }
  .wb-menu-vertical .wb-menu-col.none-border ul li.item-header a {
    border: none;
  }
  .wb-menu-vertical .menu-dropdown .product-container .product-name {
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .wb-menu-vertical .menu-dropdown ul li.product-block {
    padding: 5px 0;
    position: relative;
    text-align: left;
  }
  .content_price.product-price-and-shipping {
    margin: 7px 0 3px 0;
  }
  .wb-menu-vertical .cat-drop-menu li a {
    margin: 0;
  }
  .wb-menu-vertical li.level-2 .menu-dropdown {
    left: 100%;
    top: -1px;
  }
  .wb-menu-vertical ul li.level-1 ul li.parent:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    line-height: 35px;
    position: absolute;
    right: 0;
    text-decoration: inherit;
    top: 0;
    color: #222222;
    margin: 0 15px;
  }
  #more_menu {
    position: relative;
  }
  #more_menu .menu-dropdown {
    right: 0;
  }
  #more_menu .menu-dropdown .menu-dropdown {
    display: none;
  }
}
@media (max-width: 991px) {
    #_desktop_top_menu {
        display: none;
      }

  .wb-menu-vertical .menu-dropdown .item-line a {
    margin: 0 5px;
  }
  .wb-menu-vertical ul li a.product-name {
    font-size: 12px;
  }
  .product-name {
    margin-bottom: 0;
  }
  .wb-menu-vertical li.level-1 > a span,
  .product_img_link {
    margin: 0;
  }
  .pro-menu-img:last-child {
    margin-bottom: 0;
  }
  .pro-menu-img {
    margin-bottom: 10px;
  }
  .wb-menu-vertical .title-menu-mobile,
  .icon-drop-mobile {
    display: block !important;
  }
  /* .icon-drop-mobile{
    width: 35px;
    height: 30px;
    text-align: center;
    font-size: 18px;
  } */
  .wb-menu-vertical li.level-1 {
    position: relative;
    clear: both;
  }
  .wb-menu-vertical li.level-2 {
    position: relative;
    cursor: pointer;
    padding: 13px 15px;
    width: 100%;
    background: transparent;
    color: #939393;
  }
  .product_img_link img {
    max-width: 75px;
  }
  .menu-item .product-image-container {
    margin: 0 8px 0 0;
  }
  .wb-menu-vertical .wb-menu-col {
    width: 100%;
  }
  .wb-menu-vertical .menu-content.wb-active {
    display: block !important;
  }
  .wb-menu-vertical .menu-dropdown {
    display: none;
    margin-top: 15px;
  }
  .wb-menu-vertical .icon-drop-mobile {
    width: 35px;
    height: 30px;
    font-size: 18px;
    position: absolute;
    text-align: center;
    right: 0;
    top: 5px;
    /* width: auto; */
  }
  .wb-menu-vertical ul.menu-content {
    border: none;
  }
 
  .wb-menu-vertical ul li.parent .icon-drop-mobile:after {
    color: #222;
    content: "\f067";
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 12px;
  }
  .wb-menu-vertical ul li.parent .icon-drop-mobile.opened:after {
    content: "\f068";
  }
  .wb-menu-vertical .menu-dropdown.wb-sub-menu {
    padding: 0;
    background: transparent;
    width: 100% !important;
    margin-top: 13px;
    z-index: 99;
  }
  .wb-menu-vertical ul li ul {
    background: transparent;
    width: 100% !important;
  }
  .wb-menu-vertical ul li ul li.product-block {
    margin-bottom: 5px;
  }
  .wb-menu-vertical li.level-1:hover > a:before {
    display: none;
  }
}

.wb-menu-fixtop {
  left: 0;
  margin-top: 0;
  position: fixed;
  top: 0;
  z-index: 999;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.wb-menu-sticky li.level-1 {
  float: none !important;
}
.wbMenu-top .container_wb_megamenu {
  z-index: 999;
}
.subpage .wb-menu-vertical .menu-vertical,
.wbMenu-top .menu-vertical {
  display: none;
}
.subpage .wb-menu-vertical .menu-vertical.wb-active,
.wbMenu-top .menu-vertical.wb-active {
  display: block;
}
@media only screen and (min-width: 768px) {
  .wb-menu-vertical.clearfix {
    position: relative;
  }
  .menu-vertical.wb-menu-top {
    left: -290px;
    position: fixed;
    top: 0;
    width: 290px;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .menu-vertical.wb-active.wb-menu-top {
    left: 0;
    visibility: visible;
  }
  .menu-vertical .close-menu-content {
    display: none;
  }
  .menu-vertical.wb-active.wb-menu-top .close-menu-content {
    color: #fff !important;
    display: block;
    height: 15px;
    line-height: 27px;
    position: relative;
    z-index: 99999;
  }
  .menu-vertical.wb-active.wb-menu-top .close-menu-content span {
    background: #ffcc00 none repeat scroll 0 0;
    border-radius: 100%;
    display: block;
    height: 30px;
    line-height: 28px;
    position: absolute;
    right: -15px;
    text-align: center;
    top: 0;
    width: 30px;
    cursor: pointer;
  }
  .wb-menu-vertical .column-1 {
    width: 100%;
  }
  .wb-menu-vertical .column-2 {
    width: 200%;
  }
  .wb-menu-vertical .column-3 {
    width: 300%;
  }
  .wb-menu-vertical .column-4 {
    width: 400%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-vertical {
    display: none;
  }
  .menu-vertical.wb-active {
    display: block;
  }
  .container_wb_megamenu .title-menu:before {
    font-size: 14px;
    margin-right: 5px;
  }

}
@media only screen and (max-width: 991px) {
  .wb-menu-vertical .menu-dropdown li a {
    line-height: 40px;
  }
  .wb-menu-vertical ul li.level-1 ul li a {
    margin: 0;
  }
  .wb-menu-vertical li.level-2 {
    padding: 0 15px;
  }
  #wb-menu-vertical .menu-vertical {
    position: static;
  }
  .menu-vertical,
  .menu-vertical.wb-active {
    display: block;
  }
  .close-menu-content,
  .wb-menu-vertical li.level-1.parent > a::before {
    display: none;
  }
  .wb-menu-vertical .menu-vertical {
    height: auto;
    opacity: 1;
    position: static;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .wb-menu-vertical .wb-menu-col {
    padding: 0;
    z-index: 1;
  }
  .wb-menu-vertical ul li.level-1 ul li .product-name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0;
    line-height: 24px;
  }
}
.meni {
  transition: 0.3s ease;
  margin-top: 3px;
}
.sub-menu .meni {
  display: none;
}
.menu li a:hover .meni {
  transform: rotate(-90deg);
}
.wr-menu {
  margin-bottom: 0;
}
.oddmenu {
  background-color: #f6f6f6;
}
.sub-menu .oddmenu {
  background-color: #fff;
}
.ico-menu .bar:nth-child(1) {
  top: 6px;
  width: 17px;
}
.ico-menu .bar:nth-child(2) {
  top: 11px;
  width: 17px;
}
.ico-menu .bar:nth-child(3) {
  top: 16px;
  width: 12px;
}
.ico-menu .bar:nth-child(1)::after {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.ico-menu .bar:nth-child(2)::after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.ico-menu .bar:nth-child(3)::after {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.ico-menu .bar {
  position: absolute;
  height: 2px;
  background-color: #000;
  overflow: hidden;
}
.ico-menu {
  position: relative;
  width: 12px;
  top: -11px;
  margin: 0 auto;
  left: -2px;
}
.ico-menu .bar::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f3283d;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transition-delay: 0s;
}
.btn-navbar.navbar-toggle {
  transition: all 0.3s ease-in-out;
  border: none;
  background-color: transparent;
  margin: 0;
  border-radius: 50%;
  fill: #fff;
  vertical-align: middle;
  width: 34px;
  height: 34px;
}
#wr-menu-icon:hover .ico-menu .bar::after {
  left: 0;
}
.wb-menu-vertical li.level-1 {
  padding: 7px 0;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  margin: 0 15px;
}
.wbCart.level-2 {
  padding: 0;
}
.wb-menu-vertical li:last-child {
  border-bottom: none;
}
.wb-sub-center .menu-item.item-header {
  font-size: 17px;
  font-weight: 500;
}
.container_wb_megamenu .title-menu i {
  font-size: 20px;
  vertical-align: middle;
  margin: 7px 0;
}
@media (min-width: 768px) {
  .wr-menu .h3 {
    font-weight: 500;
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    color: #f2f2f2;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin: 0 5px;
  }
  .view_more {
    line-height: normal;
    cursor: pointer;
    padding: 10px 15px;
  }
  .view_more svg {
    vertical-align: middle;
  }
  .cate {
    margin: 0 0;
    vertical-align: middle;
  }
  .wb-menu-vertical .menu-vertical {
    background-color: #fff;
    border-top: none;
    margin-bottom: 0;
    position: absolute;
    z-index: 99;
    width: 100%;
    border-radius: 5px;
  }
  .menu-vertical {
    display: none;
  }
}
#index .menu-vertical {
  display: block;
}
