/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.ApSlideShow .slide_config , .LeoSlideshow .slide_config{
  display: none; 
}

:root {
    --font-family-base: 'Montserrat', sans-serif;
    --font-family-septenary: "Marcellus", sans-serif;
    --font-family-tertiary: "Blackseas", sans-serif;
    --theme-color-default: #F4A9C2;
    --theme-color-secondary: #666666;
    --theme-color-tertiary: #999999;
    --theme-color-senary: #333;
    --border-color: #e1e1e1;
}

.ApMegamenu .leo-verticalmenu .title_block {
    margin: 0;
    color: #FFF;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-transform: none;
    color: #FFF;
    padding: 17px 50px 17px 30px;
    background-color: #000;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.leo-megamenu .dropdown-menu li a {
    color: #666;
    padding: 5px 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    display: block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-transform: none;
    position: relative;
}

.leo-cart-dropdown-action a.btn {
  color: #FFF;
  width: 100%;
  font-size: 14px;
  margin-top: 10px;
  background: #ccc;
  border: 0;
  padding: 10px 15px;
  font-weight: 500;
  text-transform: none;
}


body {
  direction: ltr;
  font-family: "Montserrat",sans-serif!important;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .col-xl-2 {
    float: left;
    width: 16%;
  }
}


#blog-category > .inner > h3 {
  font-size: 24px;
  color: #262626;
  margin: 20px 0;
  font-weight: 500;
  text-transform: none;
}

.sub-title-widget {
    padding: 0;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2222222;
    color: #000000;
    text-transform: none;
}

.blog-container .right-block {
    width: 90%;
    float: none;
    padding: 0;
    margin: 0;
}
.leo-quicklogin-modal h3 {
    font-size: 18px;
    text-transform: none;
    margin: 0 0 20px;
}
#blockcart-modal .cart-content-btn > a {
    border-radius: 3px;
    font-weight: 500;
    font-size: 14px;
    text-transform: none;
}

.product-actions .add-to-cart {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-transform: none;
    margin: 0 15px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 15px 0 0;
    font-weight: 500;
    font-size: 14px;
}

.banner-link {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: none;
    transition: 0.2s all ease-in-out;
    position: relative;
}

.box-countdown {
    background-color: #7B6651!important;
    position: relative;
    z-index: 1;
}

.box-link .list-link ul > li > a {
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #000000;
    text-transform: none!important;
    padding: 9px 20px;
    background-color: #FFFFFF;
    transition: 0.4s all ease-in-out;
}

.box-tabs-category .nav-tabs > .nav-item {
    padding: 20px !important;
}