/*
|===================
| DESKTOP
|===================
*/
@media (max-width: 1280px) {
  .wrapper-home .section-sales__wrap {
    height: auto;
  }
  .wrapper-home .section-sales__block1--content {
    padding: 200px 60px 140px;
  }
  .wrapper-blog .section-page__description {
    padding: 80px 0;
  }
  .wrapper-blog .section-posts {
    padding: 60px 0;
  }
  .wrapper-single-post .section-page__description {
    padding: 80px 0;
  }
  .wrapper-single-post .section-post {
    padding: 60px 0;
  }
  .footer {
    padding: 40px 0;
  }
}
/*
|===================
| TABLET
|===================
*/
@media (max-width: 1039px) {
  .navbar-expand-md .navbar-nav li:not(:last-child) {
    margin-right: 12px;
  }
  .navbar-expand-md .navbar-nav li .nav-link {
    font-size: 13px;
  }
  .dropdown-menu li a {
    font-size: 12px;
    padding: 5px 15px;
  }
  .btn-md {
    padding: 9px 16px;
    font-size: 13px;
  }
  .btn-lg {
    font-size: 14px;
    padding: 11px 23px;
  }
  .header-bottom {
    padding: 30px 0 15px;
  }
  .footer {
    padding: 25px 0;
  }
  .btn-sm {
    min-width: 70px;
    font-size: 13px;
    padding: 7px 5px;
  }
  .wrapper-home .section-slider--carousel.owl-carousel .slide-item {
    padding: 100px 0 80px;
  }
  .wrapper-home .section-sales__wrap {
    height: auto;
  }
  .wrapper-home .section-sales__block1--content {
    padding: 75px 30px 60px;
  }
  .wrapper-home .section-sales__block2 {
    padding: 35px 30px;
  }
  .wrapper-home .section-sales__block2--content {
    padding: 30px 20px;
  }
  .wrapper-home .section-sales__block2--content .btn {
    margin-top: 20px;
  }
  .wrapper-home .section-products {
    padding: 40px 0 15px;
  }
  .wrapper-home .section-products__title {
    padding-bottom: 20px;
  }
  .wrapper-home .section-blog {
    padding: 40px 0 15px;
  }
  .wrapper-home .section-blog__info {
    padding: 20px 0 15px;
  }
  .wrapper-home .section-choose {
    padding: 40px 0 15px;
  }
  .wrapper-home .section-choose__title {
    padding-bottom: 20px;
  }
  .wrapper-home .section-choose__icon {
    font-size: 26px;
  }
  .wrapper-home .section-choose__info {
    padding: 15px 0 20px;
  }
  .wrapper-home .section-choose__info .style_12 {
    margin-bottom: 15px;
  }
  .wrapper-home .section-testimonials {
    padding: 40px 0 15px;
  }
  .wrapper-home .section-testimonials__title {
    padding-bottom: 20px;
  }
  .wrapper-home .section-testimonials__info {
    padding: 15px;
  }
  .wrapper-home .section-testimonials__info .style_10 {
    margin-top: 12px;
  }
  .wrapper-shop .section-shop__filters--wrap input {
    width: 50%;
  }
  .wrapper-single-product .section-product {
    padding: 40px 0;
  }
  .wrapper-single-product .section-product .style_7 {
    padding-bottom: 20px;
  }
  .wrapper-team-member .section-member {
    padding: 40px 0;
  }
  .wrapper-blog .section-page__description {
    padding: 40px 0;
  }
  .wrapper-blog .section-posts {
    padding: 40px 0;
  }
  .wrapper-blog .section-posts .recent-posts-list {
    margin-top: 20px;
  }
  .wrapper-single-post .section-page__description {
    padding: 40px 0;
  }
  .wrapper-single-post .section-post {
    padding: 40px 0;
  }
}
/*
|===================
|  PHONE
|===================
*/
@media (max-width: 767px) {
  .dropdown-toggle {
    width: 41px;
    height: 41px;
    border: none;
    right: 0;
    top: 0;
    left: auto;
    position: absolute;
    display: inline-block;
    font-family: 'FontAwesome';
    color: #fff;
    -ms-transform: none;
    transform: none;
    background: #caa462;
    line-height: 40px;
    text-align: center;
    padding: 0!important;
  }
  .dropdown-toggle:after {
    display: none;
  }
  .dropdown-toggle:before {
    content: "\f107";
    transition: 0.3s;
    display: inline-block;
  }
  .dropdown-toggle-opened:before {
    -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
  }
  .dropdown-menu {
    box-shadow: none;
    padding: 0;
  }
  .dropdown-menu .dropdown-item--mobile {
    border: none!important;
    margin: 0!important;
  }
  .dropdown-menu .dropdown-item--mobile .dropdown-link--mobile {
    color: #fff;
    font-family: 'Playfair display', serif;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 30px;
    text-align: left;
  }
  .dropdown-menu .dropdown-item--mobile .dropdown-link--mobile:after {
    display: none;
  }
  .dropdown-menu .dropdown-item--mobile .dropdown-link--mobile:hover,
  .dropdown-menu .dropdown-item--mobile .dropdown-link--mobile:focus {
    color: #fff;
    background: #caa462;
  }
  /* NAVBAR STYLES */
  .navbar {
    margin: 0;
    top: 5px;
    padding: 10px;
    position: relative;
    right: 0;
    left: 0;
    z-index: 1030;
    background: transparent;
    transition: 0.35s ease;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .navbar-collapse {
    margin: 5px 0 0 0;
    padding: 0;
  }
  .navbar-collapse .navbar-nav {
    border: 2px solid #caa462;
    overflow-y: scroll;
    background: #fff;
  }
  .navbar-collapse .navbar-nav .nav-item--mobile {
    margin-right: 0!important;
    margin: 0;
  }
  .navbar-collapse .navbar-nav .nav-item--mobile .nav-link--mobile {
    font-size: 15px;
    padding: 10px 15px;
    color: #1f1f23;
    text-align: left;
  }
  .navbar-collapse .navbar-nav .nav-item--mobile .nav-link--mobile:hover,
  .navbar-collapse .navbar-nav .nav-item--mobile .nav-link--mobile:focus {
    background: #caa462;
    color: #fff;
  }
  .navbar-collapse .navbar-nav .nav-item--mobile .nav-link--mobile:after {
    display: none;
  }
  .navbar-collapse .navbar-nav .nav-item--mobile:not(:last-child) {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #dfe7ea;
  }
  .dropdown-menu {
    left: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    padding: 0;
    background: #caa462;
    border: none;
    border-radius: 0;
    margin: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  .dropdown-menu:before {
    display: none;
  }
  .to-top {
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 12px;
    right: 10px;
    bottom: 50px;
  }
  .header {
    position: relative;
  }
  .header-bottom_search {
    width: 100%;
    margin-bottom: 15px;
  }
  /* .header-bottom_logo {
    padding-bottom: 20px;
  } */
  .header-bottom_store {
    margin: 0 auto;
  }
  .wrapper {
    padding-top: 0;
  }
  .wrapper-home .section-slider--carousel.owl-carousel .slide-item {
    padding: 30px 0;
  }
  .wrapper-home .section-sales__layout {
    display: block;
  }
  .wrapper-home .section-sales__wrap {
    height: auto;
  }
  .wrapper-home .section-sales__block1--content {
    padding: 75px 30px 60px;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
  }
  .wrapper-home .section-sales__block1--content .btn {
    margin-top: 15px;
  }
  .wrapper-home .section-sales__block2 {
    padding: 35px 30px;
  }
  .wrapper-home .section-sales__block2--content {
    padding: 30px 20px;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
  }
  .wrapper-home .section-sales__block2--content .btn {
    margin-top: 20px;
  }
  .wrapper-shop .section-shop {
    padding: 30px 0 10px;
  }
  .wrapper-shop .section-shop .categories-list {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .wrapper-shop .section-shop__space {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .wrapper-shop .section-shop__filters {
    margin-bottom: 10px;
  }
  .wrapper-shop .section-shop__filters--buttons {
    padding-bottom: 0;
  }
  .wrapper-shop .section-shop__product--list {
    padding: 0 10px;
  }
  .wrapper-shop .section-shop__product--list h3 {
    margin-bottom: 15px;
  }
  .wrapper-shop .section-shop__product--list .items_per_page {
    margin-top: 10px;
    margin-bottom: 15px;
    display: block;
  }
  .wrapper-shop .section-shop__product--list .items_per_page--show,
  .wrapper-shop .section-shop__product--list .items_per_page--sort {
    width: auto;
  }
  .wrapper-shop .section-shop__product--list .items_per_page--show {
    margin-bottom: 15px;
  }
  .wrapper-single-product .section-product {
    padding: 15px 0;
  }
  .wrapper-single-product .section-product__gallery--mobile {
    display: block;
  }
  .wrapper-single-product .section-product__gallery .fullscreen {
    display: none;
  }
  .wrapper-single-product .section-product__buttons {
    display: block;
  }
  .wrapper-single-product .section-product__buttons--wrap {
    width: auto;
    margin-bottom: 10px;
  }
  .wrapper-single-product .section-history__tabs--content {
    padding: 15px 0 0 0;
  }
  .wrapper-single-product .section-history__tabs--content .style_9 {
    padding-bottom: 10px;
  }
  .wrapper-single-product .section-related {
    padding: 20px 0 10px;
  }
  .wrapper-single-product .section-related .style_9 {
    padding-bottom: 10px;
  }
  .wrapper-single-post .section-post-discus {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .wrapper-single-post .section-post .categories-list {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .wrapper-single-post .section-post .recent-posts-list {
    margin-top: 20px;
  }
  .footer .navbar {
    padding: 15px 0;
  }
  .breadcrumbs {
    padding: 15px 0;
  }
}
/*
|===================
|  CUSTOM MEDIA QUERIES
|===================
*/
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (min-width: 768px) {
  .navbar-expand-md .navbar-nav .dropdown:hover .dropdown-menu {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
  }
}
