/* Style The Dropdown Button */
.dropbtn {
    background-color: #006688;
    color: white;
    padding-top: 5px;
    padding-left: 25px;
    padding-bottom: 5px;
    padding-right: 25px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

    /* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3399bb;
}




/* Style The Dropdown Button */
.categorymenudropdownbtn {
    background-color: #87C232;
    color: white;
    padding-top: 5px;
    padding-left: 25px;
    padding-bottom: 5px;
    padding-right: 25px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}


.categorymenudropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.categorymenudropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-left:0px;
  margin-top:85px;
  border:0px solid red;
  border-radius: 5px 5px 5px 5px;
}

/* Links inside the dropdown */
.categorymenudropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-radius: 5px 5px 5px 5px;
}

/* Change color of dropdown links on hover */
.categorymenudropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.categorymenudropdown:hover .categorymenudropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.categorymenudropdown:hover .categorymenudropdownbtn {
  background-color: #87C232;
}








/*.dropbtn-menu {
    background-color: #87C232;
    color: white;
    padding-top: 5px;
    padding-left: 25px;
    padding-bottom: 5px;
    padding-right: 25px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown-menu {
  position: relative;
  display: inline-block;
}

.dropdown-content-menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content-menu a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content-menu a:hover {background-color: #f1f1f1;}
.dropdown-menu:hover .dropdown-content-menu {display: block;}
.dropdown-menu:hover .dropbtn-menu {background-color: #3e8e41;}*/

/*.categorymenudropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-left: 0px;
    margin-top: 66px;
    border: 0px solid red;
    border-radius: 10px; 
}*/

.cat-image{
  width:65px;
  height:65px;
  border-radius: 10px;
}

.aiz-carousel .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 35px;
    height: 90px;
    background: #fff;
    border-radius: 0em !important;
    border: 0;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    font-size: 15px;
    line-height: 40px;
    padding: 0;
    text-align: center;
}

.aiz-carousel .slick-prev {
    left: 0px !important;
    border-radius: 0 3px 3px 0 !important;
    /*background: #B83140;*/
}

.aiz-carousel .slick-next {
    right: 0px !important;
    border-radius: 3px 0 0 3px !important;
    /*background: #B83140;*/
}

.aiz-carousel .slick-dots .slick-active button {
  background: #B83140;
}

.search-input-box>input {
    border-radius: 5px !important;
    overflow: hidden;
    height: 40px;
}

.cat-name{
  color:#393333 !important;
  font-size: 13px;
  font-weight: bold;
}

.gry-bg{
  background-color: #F2F3F8 !important;
}

.gutters-16>.col, .gutters-16>[class*="col-"] {
    padding-right: 10px;
    padding-left: 0px;
}

/*.badge-custom {
    display: inline-block;
    padding: 3px;
    font-size: 11px;
    border-radius: 0 50em 50em 0;
    color: #ff0000;
    font-weight: 600;
    line-height: 26px;
    position: absolute;
    background: #fff;
    z-index: 1;
    top: 115px !important;
    box-shadow: 2px 1px 6px 2px rgba(0, 0, 0, 0.1), 0 4px 4px 0px rgba(0, 0, 0, 0.06) !important;
}*/

.aiz-p-hov-icon a {
    display: block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    border-radius: 50% !important;
    text-align: center;
    background: #fff;
    margin-top: 5px;
    margin-right: 5px;
    color: #333;
    font-size: 15px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 3px 8px rgba(0, 0, 0, 0.12);
    transform: translateX(calc(100% + 7px));
    -webkit-transform: translateX(calc(100% + 7px));
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

.container-fluid,.container-lg,.container-md,.container-sm,.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:1020px
    }
}

@media (min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1400px
    }
}

.container2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 344px) {
    .container2 {
        max-width: 305px;
    }
}

@media (min-width: 360px) {
    .container2 {
        max-width: 315px;
    }
}

@media (min-width: 412px) {
    .container2 {
        max-width: 366px;
    }
}

@media (min-width: 540px) {
    .container2 {
        max-width:500px;
    }
}

@media (min-width: 576px) {
    .container2 {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container2 {
        max-width:720px
    }
}

@media (min-width: 820px) {
    .container2 {
        max-width:600px;
    }
}

@media (min-width: 912px) {
    .container2 {
        max-width:832px;
    }
}

@media (min-width: 992px) {
    .container2 {
        max-width:960px;
    }
}

@media (min-width: 1024px) {
    .container2 {
        max-width:950px;
    }
}

@media (min-width: 1200px) {
    .container2 {
        max-width:1200px;        
    }
}

.sm-gutters-16>.col,
    .sm-gutters-16>[class*="col-"],
    .aiz-carousel.sm-gutters-16 .carousel-box {
        padding-right: 16px !important;
        padding-left: 0px !important;
    }

.gutters-15>.col, .gutters-15>[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}    

/* search input box */
.search-input-box {
    position: relative;
    width: 100%;
}

.search-input-box>input {
    border-radius: 21px;
    overflow: hidden;
    height: 40px;
}

.search-input-box>svg {
    position: absolute;
    right: 20px;
    top: 10px;
}

[dir="rtl"] .search-input-box>svg {
    right: auto;
    left: 20px;
}

.search-input-box .form-control:focus {
    border-width: 2px !important;
    border-color: var(--primary) !important;
}