.menu_mobile {
  display: none;
}

.is_desktop {
  display: block !important;
}

.is_mobile {
  display: none !important;
}

.menu-icon {
  display: inline-block;
  top: 25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  padding: 12px;
  right: 0;
  z-index: 10;
}

.menu-icon > span {
  height: 2.5px;
  margin: 1px 0;
  width: 100%;
  background-color: #b69189;
  position: relative;
  display: -ms-grid;
  display: grid;
  margin: 5px 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 30px;
}

.menu-icon > span:nth-of-type(1) {
  float: right;
}

.menu-icon > span:nth-of-type(2) {
  float: right;
  top: -3px;
  clear: both;
  opacity: 1;
}

.menu-icon > span:nth-of-type(3) {
  float: left;
  top: -5px;
  clear: both;
}

.active-menu > span {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.active-menu > span:nth-of-type(1) {
  width: 100%;
  -webkit-transform: rotate(43deg);
          transform: rotate(43deg);
  top: 10px;
}

.active-menu > span:nth-of-type(2) {
  opacity: 0;
}

.active-menu > span:nth-of-type(3) {
  width: 100%;
  top: -15px;
  clear: both;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 2750px) {
  .container {
    width: 1800px;
  }
  .wrapper {
    width: 1360px;
  }
  .banner {
    height: 580px;
  }
  .product_box > .thumb {
    height: 470px;
  }
  nav > .active_nav {
    width: 100%;
  }
}

@media screen and (max-width: 2750px) {
  .container {
    width: 1200px;
  }
  .wrapper {
    width: 980px;
  }
  .banner {
    height: 580px;
  }
  .product_box > .thumb {
    height: 320px;
  }
  nav > .active_nav {
    width: 100%;
  }
}

@media screen and (max-width: 980px) {
  .container {
    width: 880px;
  }
  .wrapper {
    width: 780px;
  }
  .wrapper_cart {
    width: 90%;
  }
  .is_desktop {
    display: none !important;
  }
  .is_mobile {
    display: block !important;
  }
  header {
    height: 200px;
  }
  header .header_nav {
    padding: 20px 0;
  }
  .header_nav {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
  .header_nav > .container {
    display: block;
    width: 100%;
  }
  .header_nav-logo {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 4fr 2fr;
        grid-template-columns: 2fr 4fr 2fr;
  }
  .header_nav-logo > div {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .header_nav-logo--img > a > img {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 210px;
  }
  .header_nav_active {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fbfbfb;
    z-index: 98;
  }
  .header_nav_active > .header_nav {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    padding: 10px 0;
  }
  .header_nav_active > .header_nav .header_nav-logo--img > a > img {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 170px;
  }
  nav {
    width: 100%;
    height: 80px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  nav > .menu_list {
    width: 1150px;
  }
  .menu_mobile {
    position: fixed;
    top: 0;
    left: -900px;
    width: 350px;
    height: 100vh;
    z-index: 98;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
    -webkit-transition: all 0.85s;
    transition: all 0.85s;
    display: block;
  }
  .menu_mobile > div {
    padding: 15px 0;
    background: #fbfbfb;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu_mobile > .close_menu {
    padding: 0 10px;
  }
  .menu_mobile > .close_menu > .close_menu-btn {
    background: transparent;
    border: 0;
    color: #979797;
  }
  .menu_mobile > .header_nav-login,
  .menu_mobile > .header_nav-phone {
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 25px;
  }
  .menu_mobile > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    padding: 10px;
    background: #fbfbfb;
  }
  .menu_mobile > a > img {
    width: 20px;
    height: 25px;
    margin: auto;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 10px;
    -webkit-filter: invert(10%) sepia(5%) saturate(50%) hue-rotate(40deg) brightness(250%) contrast(60%);
            filter: invert(10%) sepia(5%) saturate(50%) hue-rotate(40deg) brightness(250%) contrast(60%);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 18px;
    margin-bottom: 0;
  }
  .menu_mobile > a > i {
    margin-bottom: 10px;
    color: #d4b1a9;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .menu_mobile > a > span {
    font-size: 9px;
    letter-spacing: 0.9;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
    font-size: 13px;
  }
  .menu_mobile > a:hover {
    background: #d4b1a9;
  }
  .menu_mobile > a:hover > img {
    -webkit-filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(40deg) brightness(250%) contrast(100%);
            filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(40deg) brightness(250%) contrast(100%);
  }
  .menu_mobile > a:hover > i {
    color: #fff;
  }
  .menu_mobile > a:hover > span {
    color: #fff;
  }
  .active-menu {
    left: 0;
    -webkit-transition: all 0.85s;
    transition: all 0.85s;
  }
  .banner {
    height: 350px;
  }
  .banner .control > button > img {
    width: 30px;
  }
  .myaccount > .woocommerce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .myaccount > .woocommerce > .woocommerce-MyAccount-navigation {
    width: 100%;
  }
  .myaccount > .woocommerce > .woocommerce-MyAccount-navigation > ul {
    width: 640px;
    height: auto;
    background: #fafafa;
  }
  .myaccount > .woocommerce > .woocommerce-MyAccount-navigation > ul > li {
    display: inline-block;
    font-size: 14px;
  }
  .myaccount > .woocommerce > .woocommerce-MyAccount-navigation > ul > li:hover {
    padding: 7.5px 15px;
  }
  .product_box > .thumb {
    height: 280px;
  }
  .page_coupon {
    display: block;
    width: 90%;
    margin: auto;
  }
  .page_coupon > div:nth-of-type(1) {
    text-align: center;
  }
  .page_coupon > .coupon_form > form > div > div > h2 {
    font-size: 32px;
  }
  .page_coupon > .coupon_form > form > div > div > ol,
  .page_coupon > .coupon_form > form > div > div ul {
    margin: 20px 0;
    padding: 0 0 10px 0;
    font-size: 14px;
    margin-left: 15px;
  }
  .page_coupon > .coupon_form > form > div > div > ol > li,
  .page_coupon > .coupon_form > form > div > div ul > li {
    padding: 2.5px 0;
  }
  .coupon_input {
    display: block;
  }
  .coupon_input > input {
    width: 100%;
  }
  .coupon_input > div > button {
    margin-top: 10px;
    width: 100%;
  }
}

@media screen and (max-width: 720px) {
  .container {
    width: 95%;
  }
  .wrapper {
    width: 75%;
  }
  .single_photo_container {
    width: 90%;
  }
  .filter_mobile {
    display: block;
  }
  .sidebar_filter {
    display: none;
  }
  .col-3 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .page_sidebar > .container > .sidebar {
    padding: 30px 0 10px;
    margin-right: 0;
  }
  .woocommerce-notices-wrapper > .woocommerce-message {
    margin: 30px 0 20px 0 !important;
  }
  .woocommerce-error {
    margin: 30px 0 20px 0 !important;
  }
  .gallery_image > .single_photo {
    width: 100%;
    height: 410px;
  }
  .social__share {
    z-index: 10;
    -webkit-transform: scale(0.55);
            transform: scale(0.55);
    left: -45px;
  }
  .single__background {
    height: 230px;
  }
  .single__background div {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  .single__thumb {
    height: 160px;
  }
  .content__single {
    background: #fff;
    z-index: 9;
    position: relative;
    padding: 20px;
  }
  .content__single h3 {
    font-size: 21px;
  }
  .content__single p {
    font-size: 12px;
    line-height: 20px;
  }
  .content__comments {
    padding: 20px;
  }
  .nav-links > div {
    font-size: 10px;
  }
  .comments-area h2 {
    font-size: 16px;
  }
  .comments-area > .comment-respond {
    padding: 10px !important;
  }
  .comments-area > .comment-respond > form > .col-2 {
    display: block;
  }
  .comment-list .children {
    padding-left: 20px !important;
  }
  .blog_page > .container-wrapper {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .blog_page > .container-wrapper > .blogbox .blogbox__thumb {
    height: 180px;
  }
  .blog_page > .container-wrapper > .blogbox .blogbox__content--time {
    font-size: 9px;
  }
  .blog_page > .container-wrapper > .blogbox .blogbox__content h3 {
    margin: 0;
  }
  .depo_page > .container-depo {
    display: block;
    border-bottom: 15px;
  }
  .related_products > .columns-4 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    display: -ms-grid;
    display: grid;
  }
  .menu_mobile {
    width: 260px;
  }
  .banner {
    height: 210px;
  }
  .banner .control > button > img {
    width: 30px;
  }
  .page_sidebar > .container {
    display: block;
  }
  footer > .wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }
  footer > .wrapper > div {
    margin: 0;
  }
  footer > .wrapper > div > ul > li {
    font-size: 14px;
  }
  footer > .wrapper .payment {
    margin: 0;
  }
  .cart_table {
    display: block;
    width: 100%;
  }
  .cart_table > tbody {
    border: 0.5px solid #f5f5f5;
    display: block;
  }
  .custom_cart {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .custom_cart .product-thumbnail {
    display: block !important;
  }
  .custom_cart .product-subtotal {
    display: none !important;
  }
  .custom_cart > td {
    font-size: 11px;
    text-align: left !important;
  }
  .custom_cart > td::before {
    display: none !important;
  }
  .custom_cupom_field {
    display: block;
  }
  .custom_cupom_field > .cupom_field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .custom_cupom_field > .cupom_field > .coupon {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: 15px;
  }
  .custom_cupom_field > .cupom_field > .button {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .custom_shipping_total {
    display: block;
  }
  .checkout-col-2 {
    display: block;
  }
  .signup > .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .signup > .wrapper > .signup_img {
    padding: 110px;
  }
  .signup > .wrapper > .signup_form > form > .col-2 {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .modal > div {
    width: 98%;
  }
  .wrapper {
    width: 90%;
  }
  .container {
    width: 90%;
  }
  .banner {
    height: 172px;
  }
  .product_box > .thumb {
    height: 210px;
  }
  .product_box .content {
    padding: 10px 12px;
  }
  .product_box .content > h3 {
    font-size: 12px;
  }
  .product_container {
    display: block;
  }
  .product_container > .gallery_image {
    width: 100%;
  }
  .gallery_image > .carroussel {
    height: 280px;
  }
  .product_grid > .wrapper_img > .slide_right,
  .product_grid > .wrapper_img > .slide_left {
    padding: 5px;
    z-index: 9;
  }
  .product_grid > .wrapper_img > .slide_right {
    right: -10px;
  }
  .product_grid > .wrapper_img > .slide_left {
    left: -10px;
  }
  .newsletter {
    padding: 40px 0;
    background-position: bottom;
  }
}
/*# sourceMappingURL=responsive.css.map */