@media screen and (max-width: 1300px) {
  .toast {
    left: auto;
    right: 20px;
  }
}
@media screen and (max-width: 1150px) {
  #user-menu {
    left: -160px;
    z-index: 20;
  }
  #user-menu:before {
    left: auto;
    right: 13px;
  }
  .menu .navbar .dropdown.open > .dropdown-menu.cart {
    left: -265px;
  }
  .cart-bag:before {
    right: 60px;
    left: auto;
  }
}
@media screen and (max-width: 1100px) {
  .about br {
    display: none;
  }
  .about-section {
    padding: 80px;
  }
  .about-section .about-content .image-content {
    max-width: 70%;
  }
  .about-section .about-content .image-content img {
    width: 100%;
  }
  .about-section .about-content .image-content img.about-small-img {
    width: auto;
  }
  .category-content .container-fluid {
    padding: 0 50px;
  }
  .profile .address-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .profile .address-item {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
  }
}

/***********************************************************/

@media screen and (max-width: 1280px) {
  em {
    font-weight: bold;
  }
}
@media screen and (max-width: 1024px) {
  em {
    font-weight: bold;
  }
  .maps.img {
    background-size: auto 100%;
  }
}
@media screen and (min-width: 992px) {
  .menu .navbar .dropdown > .dropdown-menu.submenu ul {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
  }
  #newArrivalsMobile {
    display: none;
  }
  #trendingProducts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sm-visible {
    display: none !important;
  }
  #filters-handheld ul.filter-tabs,
  #sidenav-overlay,
  #filters-overlay,
  .filter-header,
  .filter-actions,
  section.products-and-filters.hideFilters .filters-overlay {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  section.cart, section.cart-checkout, section.cart-review, section.homepage-slider, section.breadcrumbs {
    margin-top: 130px;
  }
  .menu .quick-menu a {
    padding: 15px 0;
  }
  .menu .navbar .dropdown.open > .dropdown-menu.search {
    max-width: calc(100% - 40px);
  }
  #menu-handheld .logo {
    width: 150px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .logo a {
    width: 100%;
  }
  .logo a span {
    height: 74px;
    min-width: 180px;
    background-size: 180px auto;
    left: -15px;
  }
  .hamburger {
    height: 20px;
    position: relative;
    margin: 10px 5px;
  }
  section.homepage-slider {
    padding: 0 40px;
  }
  #slider ul.slick-dots {
    bottom: 20px;
  }
  #slider ul.slick-dots li {
    width: 10px;
    height: 10px;
  }
  #search {
    right: 15px;
    left: 15px;
    max-width: calc(100vw - 30px);
    width: calc(100vw - 30px);
    position: fixed;
    top: 130px;
    background: #f0f7f2;
    padding: 15px 15px 5px;
    border-top: 4px solid #000000;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  }
  #search:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: -23px;
    right: 93px;
    border: 10px solid transparent;
    border-bottom-color: #000000;
  }
  .open .searchContainer:before {
    display: none;
  }
  .searchContainer {
    background: #fff;
    padding: 0;
  }
  .searchContainer button,
  .search-results .search-input button,
  .searchContainer input[type=submit],
  .search-results .search-input input[type=submit] {
    right: 10px;
    height: 20px;
  }
  .searchContainer #clear {
    right: 20px;
  }
  .searchContainer input[type=text] {
    padding: 10px;
  }
  #slider .panel {
    max-height: 600px;
  }
  .profile .container-fluid,
  .products-and-filters .container-fluid,
  .order .container-fluid,
  .cart .container-fluid {
    padding: 0 10px !important;
  }
  .cart-review .container-fluid,
  .cart-checkout .container-fluid {
    padding: 0;
  }
  .about-us .container-fluid,
  .general-info .container-fluid,
  .contact-us .container-fluid,
  .guest-address .container-fluid,
  .guest-shipping .container-fluid,
  .login .container-fluid,
  .register .container-fluid,
  .order-review .container-fluid,
  .products-detail .container-fluid,
  .order > .container-fluid {
    padding: 0 15px !important;
  }
  .menu:before {
    background: #ffffff;
    position: absolute;
    content: '';
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
  }
  .products-detail:after {
    display: none;
  }
  .breadcrumbs {
    background: #ffffff;
    padding: 0;
  }
  .footer .container-fluid {
    padding: 0 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .container-fluid .columns-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer .container-fluid .columns-right {
    width: auto;
  }
  .footer ul.footer-links {
    display: none;
    margin-top: 10px;
  }
  .footer h2.expanded + ul.footer-links {
    display: block;
  }
  .footer ul.share {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer .share li:not(:last-child) {
    margin: 0 10px 0 0;
  }
  .footer ul.cc {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer .cc li {
    margin-left: 10px !important;
  }
  .footer .cc li:first-child {
    margin: 0 !important;
  }
  .footer h2 {
    margin-bottom: 10px;
    position: relative;
    color: #2d2d2d;
    font-size: 20px;
  }
  .footer .columns-right h2 {
    margin-bottom: 20px;
  }
  .footer .columns-left h2:after {
    position: absolute;
    content: '';
    border-right: 2px solid #2d2d2d;
    border-bottom: 2px solid #2d2d2d;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 0;
    top: 5px;
  }
  .footer .columns-left h2.expanded:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    top: 10px;
  }
  .footer ul {
    margin: 0;
  }
  .trending .box {
    right: 30vw;
    width: 70vw;
  }
  #newArrivalsMobile {
    display: block;
    padding: 0 10px;
    margin-top: 0;
  }
  #newArrivalsMobile .product {
    padding: 0 10px;
    margin: 0 0 20px;
  }
  #newArrivalsMobile + .text-center {
    margin-bottom: 30px;
  }
  section.trending {
    padding: 0;
  }
  section.trending h1 {
    background-size: auto 100%;
    font-size: 18px;
    height: 80px;
    margin: 0 auto 40px;
    width: 100%;
  }
  .trending .container-fluid {
    padding: 0;
  }
  .menu ul.navbar-nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .menu ul.navbar-nav .nav-item {
    display: none;
  }
  .sm-visible {
    display: inherit !important;
  }
  .sm-hidden {
    display: none !important;
  }
  .dropdown-toggle::after {
    display: none;
  }
  .menu .navbar-brand {
    position: absolute;
    display: block;
    width: 120px;
    left: 40px;
    top: 0;
    z-index: 1;
  }
  .ham-menu {
    position: relative;
    z-index: 2;
    min-width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 40px;
  }
  .menu .navbar .navbar-toggler {
    width: 40px;
    height: 40px;
    padding: 0;
    min-width: 40px;
  }
  .menu .navbar-brand .logo {
    max-width: none;
    width: 100%;
  }
  .menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
  }
  .menu .quick-menu {
    position: relative;
    z-index: 10;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .menu .right-menu .quick-menu .nav-icon a,
  .menu .right-menu li span {
    padding: 10px;
  }
  .menu .quick-menu:first-child ul {
    width: auto;
  }
  .menu .navbar .navbar-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0 10px;
    height: 74px;
    max-width: none;
  }
  .menu ul.navbar-nav li.nav-item,
  .menu ul.navbar-nav li.nav-item:nth-child(3) {
    margin: 0;
  }
  .menu .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0;
    padding: 5px 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #menu-handheld .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #d7d7d7;
  }
  #menu-handheld ul li span,
  #menu-handheld ul li a {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 11px 20px;
  }
  .menu .navbar {
    position: relative !important;
    z-index: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .menu .navbar .dropdown-menu {
    width: auto;
  }
  .menu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .menu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .menu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .menu .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 10px 25px;
  }
  .menu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .menu .navbar .social-block {
    display: none;
  }
  .menu .col-md-9 {
    float: right;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: calc(70vw - 45px);
  }
  #user-menu {
    padding: 0;
  }
  #user-menu:before {
    left: auto;
    right: 13px;
  }
  .menu .navbar .dropdown.open > .dropdown-menu.cart {
    left: -40px;
    padding: 0;
  }
  .cart-bag:before {
    right: 60px;
    left: auto;
  }
  #cart ul li .prod-detail span.prod-title,
  #cart ul li .prod-detail span.prod-qty,
  #cart ul li .prod-detail span.prod-price {
    font-size: 16px;
  }
  .searchContainer:before {
    right: 132px;
  }
  #sidenav-overlay {
    display: none;
  }
  .showMenu + #sidenav-overlay {
    display: block;
  }
  .category-content {
    height: 160px;
  }
  .category-content .container-fluid {
    padding: 0 20px;
  }
  .category .icon {
    width: 78px;
    height: 78px;
  }
  .category .icon span {
    -webkit-mask-size: 50% auto;
    mask-size: 50% auto;
  }
  .category-strip1, .category-strip3 {
    left: -10px;
    top: -20px;
    height: 70%;
  }
  .category-strip3 {
    top: -45px;
  }
  .category-strip2 {
    right: -10px;
    top: 30px;
    height: 70%;
  }
  .category-content .container-fluid .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .category-content .row > div {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
  }
  .category, .category a {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .about-section .about-content .text-content {
    margin: 0;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about-section .about-content .image-content {
    max-width: none;
    width: 100%;
    padding: 0;
  }
  .about-section h2 {
    margin-bottom: 20px;
  }
  .about-section .about-content .image-content img {
    margin: 0;
  }
  .about-section .about-content .image-content img.about-small-img {
    right: 45px;
  }
  .product.new:before, .product.sale:before, .product.sold:before {
    top: 10px;
    right: auto;
    font-size: 10px;
  }
  #trendingProducts {
    margin: 0 -10px;
    padding: 0;
  }
  .products-list {
    padding: 0 10px;
  }
  .products-list .col-xs-6 {
    max-width: 50%;
    min-width: 50%;
    padding: 0 8px;
  }
  #trendingProducts .slick-list {
    padding: 0;
    margin: 0;
  }
  .similar-products .product,
  #trendingProducts .product {
    margin-bottom: 20px;
  }
  .similar-products {
    padding: 30px 5px;
  }
  .similar-products .panel {
    padding: 0;
  }
  #similarProducts .slick-arrow.icon-left {
    top: 100%;
    left: 50%;
    margin: 0 0 0 -55px;
  }
  #similarProducts .slick-arrow.icon-right {
    top: 100%;
    right: 50%;
    margin: 0 -55px 0 0;
  }
  #similarProducts .slick-list {
    margin-bottom: 60px;
  }
  #similarProducts .product {
    padding: 0 10px;
  }
  section.trending .col-md-3 {
    max-width: none;
  }
  .cart-item.main-info + .cart-item.main-info {
    border-top: none;
  }
  .cart-item.main-info {
    border-bottom: 1px solid #d7d7d7;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cart-item.main-info:last-child {
    border: none;
  }
  .cart-item.main-info .prod-details > .h-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0;
  }
  .cart-item.main-info .prod-details .h-flex .prod-name {
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cart-item.main-info .product-actions {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-info .product-actions .link-button {
    margin: 5px 0;
    padding: 10px 15px !important;
    font-size: 14px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-info .product-actions.addNote-actions:last-child .link-button:first-child {
    border-right: 1px solid #d7d7d7;
  }
  .main-info .product-actions .link-button i {
    margin-right: 5px;
  }
  .cart-actions.sm-visible {
    display: block !important;
    margin-bottom: 30px;
  }
  .cart-actions .btn {
    width: 100%;
    margin: 0 0 20px;
  }
  .cart-details {
    border-top: 1px solid #d7d7d7;
    margin: 0 -20px;
  }
  .cart-details h4 {
    margin: 0 0 10px;
  }
  .cart .cart-items-summary {
    padding: 0;
  }
  .main-info .product-actions .link-button.addNote {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 15px 0;
  }
  .main-info .product-actions.addNote-actions:last-child {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
  }
  .main-info .product-actions.addNote-actions .link-button:last-child {
    color: #000000;
  }
  .textarea .actions .btn {
    font-size: 14px;
  }
  .cart-item.main-info .product-actions button {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 6px 0;
    width: calc(50% - 5px);
  }
  .products-detail .share {
    margin: 0 20px 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-info .accordion {
    padding: 0 20px;
  }
  .product-options {
    margin: 10px 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .similar-products h1 {
    font-size: 32px;
    text-align: center;
  }
  #detail .form-item {
    padding: 0 20px;
    margin: 10px 0 0;
  }
  .main-info .product-actions {
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
  .main-info .product-actions button {
    margin: 0;
  }
  .products-detail .main-info .product-actions {
    padding: 0 20px;
  }
  .additional-information {
    padding: 0 15px;
  }
  .products-detail .main-info .product-actions button:last-child {
    margin: 20px 0;
  }
  .products-detail .main-info .product-actions button.btn-wishlist {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .products-detail .main-info .product-actions button.btn-wishlist .icon-wishlist {
    margin-right: 10px;
    background: #000;
  }
  .cart-products {
    padding: 0;
    margin-bottom: 40px;
  }
  .cart .col-md-8, .cart-checkout .col-md-8, .cart-review .col-md-8 {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .cart .container-fluid > .h-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cart .container-fluid > .h-flex > div {
    width: 100%;
    max-width: none;
    padding: 0 5px;
  }
  .flex-nowrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .cart-items-summary {
    max-width: 100%;
    margin: 0 0 30px;
  }
  .cart-summary {
    margin: 0;
    border: none;
    padding: 0;
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }
  .cart .container-fluid > .h-flex > div:first-child:after {
    position: absolute;
    content: '';
    background: #473b3b;
    right: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: 1px;
    bottom: -10px;
    display: none;
  }
  .cart-review,
  .cart-checkout {
    padding: 10px 0 !important;
  }
  .cart-review {
    padding: 10px 0 40px !important;
  }
  .cart-checkout .container-fluid > .h-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cart-checkout .container-fluid > .h-flex > div {
    width: 100%;
    max-width: none;
    padding: 0;
    border: none;
    margin-bottom: 40px;
  }
  .cart-review .container-fluid > .h-flex {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cart-review .container-fluid > .h-flex > div {
    width: 100%;
    max-width: none;
    padding: 0;
    border: none;
    margin-bottom: 0;
  }
  .address-item .link-button {
    bottom: 15px;
  }
  .order .container-fluid {
    padding: 0 20px;
  }
  .payment-info .instruction .col-md-3:not(:last-child) {
    margin-bottom: 10px;
  }
  .order-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .order-review .h-flex > div {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .order-review .cart-products,
  .order-review .cart-summary {
    max-width: none;
    width: 100%;
    padding: 0 !important;
  }
  .order-review .cart-products .h-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .order-details > div.col-sm-4 {
    max-width: none;
    padding: 0;
  }
  .order-details > div.col-sm-8 {
    padding: 0;
  }
  .cart-list-table {
    border: none;
    padding: 0;
  }
  .imageSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 20px;
  }
  #productSlider-container, .prod-thumbs-wrapper {
    width: 100%;
    max-width: none;
  }
  #prodThumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  #prodThumbs .slick-arrow {
    height: auto;
    padding: 5px;
    margin-bottom: 6px;
  }
  #prodThumbs .thumb-item a {
    display: block;
  }
  .prod-thumbs-wrapper .thumb-item {
    border: none;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  #productSlider {
    padding-bottom: 60px;
  }
  #productSlider ul.slick-dots li {
    border: 1px solid #000;
  }
  #productSlider ul.slick-dots li.slick-active {
    background: #afdbbb;
    border-color: transparent;
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
            transform: scale(1.4);
  }
  .prod-thumbs-wrapper {
    display: none;
  }
  #productSlider {
    padding-bottom: 60px;
  }


  section.products-and-filters.showFilters {
    z-index: 12;
  }
  .filter-header {
    background: #eee8e0;
    background-size: 850px auto;
    height: 60px;
    font-size: 18px;
    font-family: 'Merriweather', serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 15px;

  }
  #filters-handheld {
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 600px;
    overflow-y: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 15;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .showFilters #filters-handheld {
    -webkit-animation: animMenu1 500ms ease-in-out forwards;
            animation: animMenu1 500ms ease-in-out forwards;
  }
  .hideFilters #filters-handheld {
    -webkit-animation: animMenu2 500ms ease-in-out forwards;
            animation: animMenu2 500ms ease-in-out forwards;
  }
  .filters-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 120vh;
    background-color: rgba(0,0,0,0.5);
    display: none;
    z-index: 14;
  }
  section.products-and-filters.showFilters .filters-overlay {
    -webkit-animation: animOverlay1 500ms ease-in-out forwards;
            animation: animOverlay1 500ms ease-in-out forwards;
    display: block;
  }
  section.products-and-filters.hideFilters .filters-overlay {
    -webkit-animation: animOverlay2 500ms ease-in-out forwards;
            animation: animOverlay2 500ms ease-in-out forwards;
    display: none;
  }
  #apply-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #apply-filters span {
    font-size: 16px;
    color: #000000;
  }
  #apply-filters i {
    width: 10px;
    height: 10px;
    background: #afdbbb;
    border-radius: 50%;
    left: 0;
    top: 0;
    position: relative;
    left: 3px;
    top: -3px;
  }
  .filters-section {
    min-height: calc(100% - 120px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .filters .filter-title {
    margin: 0;
    padding: 15px;
  }
  .filters .filters-section {
    border-radius: 0;
  }
  #filters-handheld .filter-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-y: auto;
    padding-bottom: 81px;
  }
  #filters-handheld .filter-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 7px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #afdbbb;
    z-index: 3;
  }
  #filters-handheld .filter-actions button {
    min-width: calc(50% - 20px);
    margin: 0 8px;
    padding: 5px 0 !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #filters-handheld .filter-actions .btn-transparent {
    border: 2px solid #000 !important;
    font-weight: bold;
  }
  section.products-and-filters.showFilters .product.sold:after {
    display: none;
  }
  #filters-handheld ul.filter-tabs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 120px;
    background: #ffffff;
    padding: 0;
  }
  #filters-handheld ul.filter-tabs li {
    padding: 5px 15px;
    border-bottom: 1px solid #d7d7d7;
    cursor: pointer;
    font-size: 13px;
    font-family: 'Merriweather', serif;
    font-weight: normal;
    position: relative;
  }
  #filters-handheld ul.filter-tabs li.active {
    background: #ffffff;
  }
  #filters-handheld ul.filter-tabs li.active:after {
    position: absolute;
    content: '';
    right: -1px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: #ffffff;
  }
  .products-and-filters .products-list .col-md-4 {
    width: 50% !important;
    max-width: 50% !important;
    padding: 0 8px;
  }
  .products-and-filters .col-md-9 {
    padding: 0;
    border: none;
  }
  .products-detail {
    padding: 20px 0 0;
    background: #ffffff;
  }
  .cart-item.main-info .product-options,
  .profile .cart-item.main-info .prod-details .h-flex .prod-name h3 {
    margin: 0;
  }
  .cart,
  .cart-checkout,
  .cart-review,
  .order,
  .profile,
  .general-info,
  .about-us,
  .login,
  .register {
    background: #ffffff;
  }
  .cart .cart-products h3,
  .cart-review .cart-products h3 {
    font-size: 20px;
  }
  .cart .cart-products h3 + h4,
  .cart-review .cart-products h3 + h4 {
    font-size: 16px;
  }
  .profile .tab-content {
    width: 100%;
    max-width: 100%;
    border: none;
    padding: 0;
  }
  .profile .tab-content button {
    width: 100%;
  }
  .address-item .link-button.edit-address {
    left: 45px;
  }
  .address-item .link-button.remove {
    left: 160px;
  }
  .profile #addresses .btn {
    padding: 5px 20px;
    font-size: 14px;
  }
  .profile .address-item .contact:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #2d2d2d;
    top: 15px;
    left: 15px;
  }
  .profile .address-item.selected .contact:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #000000;
    border-radius: 50%;
    top: 21px;
    left: 21px;
  }
  .profile .order-detail .address-item .contact:before,
  .profile .order-detail .address-item .contact:after {
    display: none;
  }
  .profile .products-list {
    margin: 0 -8px;
  }
  .modal #user-login .checkbox label {
    margin: 0;
    padding-top: 5px;
  }
  .about .container-fluid {
    padding: 0;
  }
  .cart-item.main-info > .h-flex {
    padding: 15px;
  }
  .cart-item.main-info .prod-image {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1;
    width: 100px !important;
    height: 100px !important;
  }
  .cart-item.main-info .prod-details {
    max-width: 100%;
  }
  .cart-item.main-info .prod-details > .h-flex,
  .cart-item.main-info .prod-details > .v-flex {
    padding: 0 0 0 115px;
  }
  .cart-item.main-info .product-options .form-item {
    padding: 0 15px;
  }
  .cart-item > .h-flex + .product-actions {
    padding: 0;
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cart-item > .h-flex, .profile .cart-item .h-flex {
    position: relative;
  }
  .cart-item.main-info .prod-details .h-flex .prod-name h3,
  .cart-item.main-info .prod-details .h-flex .product-pricing-details {
    font-size: 18px;
    margin: 0 0 5px;
    max-width: 100%;
  }
  .cart-item.main-info .prod-details .h-flex .product-pricing-details .prod-price {
    font-size: 16px;
  }
  .cart-item.main-info .prod-details .textarea {
    margin: 0;
  }
  .cart-item.main-info label {
    white-space: normal;
    flex-direction: column;
    align-items: flex-start;
  }
  .cart-item.main-info .form-item > label {
    font-size: 16px;
  }
  .cart .title {
    padding: 0 15px;
  }
  #cart .actions {
    flex-direction: column;
  }
  #cart .actions button {
    margin: 10px 0 !important;
    width: 100%;
  }
  .checkout-workflow {
    margin: 20px 0;
  }
  .checkout-workflow ul {
    width: 100%;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .products-list .product {
    margin-bottom: 30px;
  }
  .general-info {
    margin: 0;
    padding: 20px;
  }
  .contact-us .white.container-fluid {
    padding-top: 50px !important;
    background: #fff;
    border-top: 1px solid #cacaca;
  }
  .contact-us .container-fluid:first-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 30px !important;
  }
  /* .address-item.selected .link-button,
  .profile .address-item .link-button,
  .cart-review .address-item .link-button {
    display: block;
  } */
  .profile .orders-content tr:first-child td {
    background: #eee8e0;
  }
  .menu .navbar .dropdown.open > .dropdown-menu.cart {
    position: fixed;
    top: 55px;
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
  }
  .cart-bag {
    width: 100%;
    max-width: none;
  }
  .cart-bag:before {
    right: 60px;
    left: auto;
  }
  #user-menu {
    position: fixed;
    top: 130px;
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
  }
  #user-menu:before {
    right: 18px;
  }
  #menu-handheld > ul li.dropdown.open > .dropdown-menu {
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  /* #menu-handheld > ul > li.dropdown.open .dropdown-menu .h-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #menu-handheld > ul > li.dropdown.open .dropdown-menu .h-flex .v-flex ul {
    display: block;
    height: auto;
  }
  #menu-handheld > ul > li.dropdown .dropdown-menu .h-flex h2 {
    font-size: 18px;
    padding: 10px 15px;
    margin: 0;
  } */
  .searchContainer {
    width: 100%;
    max-width: none;
    position: relative;
    left: 0;
    right: 0;
  }
  section.homepage-slider {
    padding: 0;
  }
  #slider .slick-active .slider-content h4 {
    margin: 0 30px;
  }
  .navbar-nav li.nav-item.dropdown:after {
    position: absolute;
    content: '';
    top: 15px;
    right: 15px;
    width: 10px;
    height: 10px;
    background-size: 100% auto;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    border-left: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  .navbar-nav li.open.nav-item.dropdown:after {
    top: 20px;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
  #menu-handheld > ul > li:hover:after {
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
  .breadcrumbs .container-fluid {
    padding: 15px;
  }
  .breadcrumbs a {
    font-size: 12px;
    color: #3d4246;
  }
  .col-md-9 > .h-flex {
    padding: 0;
    margin: 0 -10px;
    position: relative;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    min-height: 55px;
    margin-bottom: 20px;
  }
  .results {
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }
  h5.results span {
    margin: 0;
  }
  .search-results .sorting, 
  .search-results #apply-filters {
    top: -45px;
  }
  #apply-filters {
    display: block;
    width: 50%;
    border-right: 1px solid #d7d7d7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 0 10px;
  }
  #apply-filters img {
    margin-right: 10px;
    width: 20px;
  }
  .sorting {
    width: 50%;
  }
  .sorting img {
    width: 20px;
  }
  .sorting label {
    display: block;
    padding: 0 0 0 15px;
    margin: 0;
  }
  .sorting .select-component.sort {
    width: 100%;
    min-width: 0;
    max-width: none;
    font-size: 16px;
    background: none;
    padding: 10px 0 10px 5px;
    font-weight: normal;
    border: none !important;
  }
  .sorting .select-component.sort option {
    color: #000000;
    font-size: 16px;
  }
  .filters .filter-group {
    padding: 15px;
  }
  .modal .billing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .filter-chips {
    padding: 0 8px;
    display: block;
  }
  .filter-chips ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .filter-chips li {
    margin-right: 10px;
  }
  .filter-chips li a {
    display: block;
    background: #f5eded;
    color: #000000;
    font-size: 13px;
    font-family: 'Segoe UI', sans-serif;
    padding: 1px 10px;
    border-radius: 3px;
    border: 1px solid #f5eded;
  }
  .filter-chips li.active a {
    background: #ffffff;
    border: 1px solid #cd9090;
  }
  .checkout-workflow ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .checkout-workflow ul li:nth-child(2) {
    position: relative;
    left: 10px;
  }
  .checkout-workflow ul li label {
    padding: 0 5px;
    max-width: 30vw;
    text-align: center;
    font-size: 12px;
  }
  .checkout-workflow ul li span {
    border: none;
    width: 40px;
    height: 40px;
  }
  .checkout-workflow ul li:after {
    top: 20px;
    width: 40vw;
  }
  .modal-body {
    padding: 20px;
  }
  .modal-body .separator {
    margin: 20px -15px;
  }
  .collections .container:before {
    left: calc(-100vw + 100px);
    top: -60px;
  }
  .collections {
    padding: 20px 0;
  }
  .collections h1 {
    font-size: 24px;
    background-size: auto 100%;
    height: 100px;
  }
  .collection-content {
    padding: 40px 0;
  }
  .collection-content h2 {
    font-size: 36px;
  }
  .collection-content h3 {
    font-size: 20px;
  }
  .collection-content h5 {
    font-size: 16px;
  }
  .collection-content .btn {
    font-size: 14px;
  }
  .collections .col-md-6.col-sm-12 {
    margin-bottom: 20px;
  }
  .collections .row:first-child:not(:only-child) {
    margin-bottom: 0;
  }
  #trendingProducts .product {
    max-width: 33.33%;
  }
  #trendingProducts {
    margin-bottom: 50px;
  }
  .trending .text-center .btn {
    width: 100%;
  }
  section.special-offers {
    min-height: 0;
    height: auto;
  }
  section.special-offers .special-offers-content {
    padding: 30px;
  }
  section.special-offers .special-offers-content h1 {
    font-size: 36px;
  }
  section.special-offers .special-offers-content h2 {
    font-size: 22px;
  }
  #login .h-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .login-form {
    width: 100%;
  }
  #login .modal-footer {
    max-width: none;
    border-right: none;
  }
  #login .h-flex.form-item {
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .user-login .form-actions .fb, .user-login .form-actions .gl {
    width: 100%;
    margin: 0 0 20px;
  }
  .login-form + .gap {
    max-width: none;
    margin: 0 -30px;
    height: 1px;
    min-height: 1px;
  }
  .modal .btn {
    width: 100%;
  }
  .modal-dialog {
    width: 100%;
  }
  .modal h1 {
    font-size: 24px;
  }
  .chips {
    display: none;
  }
  .breadcrumbs .container {
    padding: 15px;
  }
  .products-and-filters .product .prod-options {
    display: none;
  }
  #similarProducts .slick-arrow {
    top: auto;
    bottom: -60px;
    left: 50%;
    margin-left: 10px;
  }
  #similarProducts .slick-arrow.fa-chevron-left {
    top: auto;
    left: auto;
    right: 50%;
    margin: 0 10px 0 0;
  }
  .orderDetail p.delivery,
  .confirmation p.delivery {
    margin: 15px 0 0;
  }
  .products-detail .giftnote {
    padding: 0 20px 10px;
  }
  #slider .panel,
  #slider .slider-image {
    max-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  #slider .slider-image img {
    height: 100%;
  }
  .main-info h1,
  .main-info .product-pricing-details {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #similarProducts .slick-list {
    margin-bottom: 60px;
  }
  .cart-details.coupons {
    margin-bottom: 100px;
  }
  form#update-password .h-flex {
    flex-direction: column;
  }
  .products-detail .product-options.brand, .products-detail .brand.text-left {
    text-align: center !important;
    margin: 0 0 20px;
    display: block;
  }
  .products-detail .main-info .product-pricing-details {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  section.cart, section.cart-checkout, section.cart-review {
    background: #fff;
  }
  section.special-offers img {
    width: 100%;
  }
  .logo a span {
    background-size: auto 100%;
  }
  .menu .quick-menu li.nav-icon:first-child {
    margin: 0;
    padding-right: 0;
    border: none;
  }
  #slider .slider-image img {
    height: 100%;
  }
  .collection,
  .collection:last-child {
    flex-direction: column;
    height: auto;
  }
  .header-strip {
    padding: 5px 0;
    font-size: 12px;
  }
  #cart {
    max-width: 370px;
  }
  .payment-info p span {
    display: block;
  }
  .main-info .form-item .select-component {
    padding: 0 30px 0 10px;
  }
  .product .prod-options {
    display: none;
  }
  .about-us .container-fluid, .general-info .container-fluid,
  .contact-us .container-fluid, .guest-address .container-fluid,
  .guest-shipping .container-fluid, .login .container-fluid,
  .register .container-fluid, .cart-review .container-fluid,
  .cart-checkout .container-fluid, .cart .container-fluid,
  .order-review .container-fluid, .order .container-fluid,
  .products-detail .container-fluid, .profile .container-fluid,
  .products-and-filters .container-fluid, .similar-products .container-fluid,
  .new-arrivals .container,
  .trending .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .menu .navbar .navbar-collapse.container-fluid {
    padding: 0 5px 0 10px;
  }
  section.breadcrumbs, section.homepage-slider {
    margin-top: 130px;
  }
  .new-arrivals {
    padding: 40px 0;
  }
  #newArrivals .col-sm-12 {
    padding: 0 15px;
  }
  #newArrivals .col-sm-12 .promo-image,
  #newArrivals .col-md-4 a,
  #newArrivals .col-md-4 a img,
  #newArrivals .col-sm-12 .v-flex {
    width: 100%;
  }
  .new-arrivals h1 {
    margin-bottom: 40px;
    font-size: 32px;
  }
  .new-arrivals h5 span {
    font-size: 18px;
  }
  #newArrivals h3 {
    padding: 0 15px;
    font-size: 32px;
    margin: 20px 0;
  }
  #newArrivals .col-md-5 {
    margin-bottom: 30px;
  }
  .new-arrivals h3 {
    font-size: 32px;
    margin: 30px 0;
  }
  .new-arrivals > div > a.button {
    text-align: center;
    font-size: 18px;
  }
  section.trending h1 {
    font-size: 32px;
  }
  .dark-footer-container .h-flex {
    height: auto;
    padding: 11px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dark-footer-container .h-flex span {
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .dark-footer-container .h-flex .gap {
    display: none;
  }
  .listing .product .prod-actions {
    display: none;
  }
  #newArrivals .col-sm-12:first-child {
    margin-bottom: 30px;
  }
  #newArrivals a.button {
    display: block;
    width: calc(100% - 20px);
    margin: 0 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product:hover .prod-actions {
    display: none;
  }
  #trendingProducts .product .prod-price span.striked {
    margin: 5px 0 0;
  }
  .trending .container {
    padding-bottom: 100px;
  }
  #trendingProducts .slick-arrow {
    bottom: -50px;
  }
  #trendingProducts .slick-arrow.fa-chevron-left:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background: #d7d7d7;
    top: 50%;
    right: 40px;
    z-index: -1;
  }
  #trendingProducts .slick-arrow.fa-chevron-right:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background: #d7d7d7;
    top: 50%;
    left: 40px;
    z-index: -1;
  }
  .guest-address,
  .guest-shipping,
  .register,
  .profile,
  .cart-review,
  .cart-checkout,
  .order-review,
  .order,
  .login,
  .about-us {
    padding: 20px 5px;
  }
  #slider .slider-content h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  #slider .slick-active .slider-content h4 {
    font-size: 13px;
    margin: 0;
    width: 100%;
    text-align: left;
    max-width: none;
  }
  .about-section {
    padding: 60px 20px;
    background-color: rgba(225, 225, 225, 0.7);
  }
  .about-section .about-content {
    padding: 0;
  }
  .about-section .about-content h2 {
    padding: 20px;
    margin-bottom: 0;
    font-size: 18px;
  }
  .about-section .about-content .text-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    margin: 0;
    padding: 0 0 20px;
    text-align: left;
  }
  .about-section .about-content .text-content p {
    padding: 0 20px;
    font-size: 13px;
  }
  .about-section .about-content .text-content .btn {
    width: auto;
    margin: 0 0 0 20px;
  }
  .about-section .about-content .image-content {
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .about-section .about-content .image-content img {
    width: 100%;
    margin: 0;
  }
  .about-section .about-content .image-content img.about-small-img {
    width: auto;
    right: 20px;
  }
  .category .title {
    font-size: 13px;
  }
  .trending .container-fluid .row > div {
    margin: 0 20px;
    padding: 0;
  }
  .page-detail {
    padding-left: 10px;
    margin-left: 10%;
    height: 50px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-detail:before {
    width: calc(100% + 60px);
  }
  .page-detail:before, .page-detail:after {
    height: calc(100% + 20px);
    top: -15px;
  }
  .page-detail:after {
    left: calc(100% + 50px);
  }
  .page-detail .page-title {
    font-size: 18px;
    line-height: 1.3em;
  }
  .page-detail .page-title span {
    font-size: 18px;
  }
  .products-and-filters .container-fluid {
    padding: 0;
  }
  .similar-products .container-fluid {
    padding: 0 20px;
  }
  .login .container-fluid {
    padding: 0 20px;
  }
  .login .container-fluid > .h-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .login .h-flex > .login-form {
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .login .h-flex > .guest {
    width: 100%;
    max-width: none;
    border: none;
    padding: 20px 0 0;
    margin: 20px 0 0;
    border-top: 1px solid #d7d7d7;
  }
  .guest .login-form:last-child .form-item {
    max-width: none;
  }
  .footer .columns:first-child, .footer .separator {
    display: none;
  }
  .footer .columns:nth-child(3) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .cart-item.main-info .prod-details .textarea {
    margin-bottom: 20px;
  }
  .products-detail .main-info {
    margin: 0 -20px;
    padding-top: 0;
  }
  .main-info h1 {
    font-size: 24px;
    text-align: center;
    padding: 0 15px;
  }
  .main-info h1 span {
    font-size: 20px;
    display: block;
  }
  .main-info .prod-price {
    font-size: 20px;
  }
  .main-info .prod-price + .striked {
    font-size: 18px;
  }
  .main-info .product-pricing-details {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cart-review .container-fluid > .h-flex,
  .cart-checkout .container-fluid > .h-flex {
    margin: 0;
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-orient: vertical;
  }
  .cart-checkout .page-actions button,
  .cart-review .page-actions button,
  .order-review .page-actions button {
    width: 100%;
  }
  .order .page-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .order .page-actions button {
    margin: 0 0 20px !important;
    padding: 8px 0;
  }
  .order-summary {
    margin: 30px -20px 0;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  .order .order-details + .separator {
    margin: 30px -20px;
  }
  .checkout-workflow h4 {
    padding: 0;
    margin: 0 20px;
    font-size: 13px;
  }
  .checkout-workflow h4:before {
    top: -25px;
    left: calc(50% - 11px);
  }
  .checkout-workflow h4:not(:last-child):after {
    top: -15px;
    left: calc(50% + 15px);
    width: 100px;
    z-index: -1;
  }
  .cart-checkout h1,
  .cart-review h1 {
    display: block;
    font-size: 22px;
    margin: 30px 0 20px;
  }
  .address-list + .actions {
    padding: 15px;
    text-align: center;
  }
  .cart-checkout .address-item.selected .contact .contact-address {
    display: block;
  }
  .cart-review .price-details {
    margin-top: 40px;
  }
  .cart-review .address-item {
    width: 100%;
  }
  .guest-address, .order-review {
    padding: 20px 5px !important;
  }
  .order-review .cart-products {
    padding: 0 15px !important;
  }
  .order-review .cart-summary {
    padding: 0 !important;
  }
  .order-review .cart-summary h4 {
    margin: 40px 0 10px;
  }
  .order-review .cart-summary:last-child {
    padding: 0 15px !important;
    margin: 0 !important;
  }
  .order-review .cart-products {
    margin-bottom: 0;
  }

  #prodThumbs {
    display: none;
  }
  .profile .container-fluid ul {
    display: none;
  }
  .profile .cart-item.main-info {
    padding: 10px 0;
  }
  .modal span.close {
    right: 15px;
    top: 15px;
  }
  .cart-list-table td,
  .cart-list-table tr td tr td:first-child {
    padding: 0 !important;
  }
  .cart-list-table tr td tr td:first-child img {
    width: 120px;
    margin-right: 5px;
  }
  .order .confirmation .container > p:first-child {
    font-size: 20px;
    font-weight: 600;
  }
  .confirmation .container > p:nth-child(2) {
    font-size: 18px;
    color: #2d2d2d;
    max-width: 80%;
  }
  .confirmation .container > p:last-child {
    font-size: 14px;
  }
  .order .confirmation .payment-info p {
    max-width: none;
  }
  .order .billing-summary h4 {
    border-top: 1px solid #d7d7d7;
    padding-top: 15px;
    margin-top: 15px;
  }
  .order .cart-list-table td,
  .cart-list-table tr td tr td:first-child {
    width: auto;
    padding: 5px !important;
  }
  .order .cart-list-table td:last-child {
    padding-left: 30px;
  }
  .cart-list-table td .prod-name {
    margin: 0;
  }
  .profile .cart-item.main-info .prod-image {
    width: 100px;
  }
  .order .cart-list-table td div {
    font-size: 16px;
    color: #000000;
    line-height: 1.5em;
    margin-bottom: 5px;
  }
  .order .cart-list-table td div.price {
    font-size: 16px;
  }
  .order .cart-list-table td span, .order .cart-list-table td span.sm-visible {
    display: block !important;
    margin-top: 5px;
    font-size: 16px;
  }
  .order .cart-list-table td div.addl-info {
    margin: 0;
    position: relative;
    left: -130px;
    width: calc(100% + 130px);
  }
  .order .cart-list-table td div.note {
    margin: 10px 0 0;
    font-size: 12px;
    position: relative;
    left: -130px;
    width: calc(100% + 130px);
  }
  .cart-item > .h-flex,
  .profile .cart-item .h-flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .form-item.w-25,
  .form-item.w-50 {
    width: 100% !important;
  }
  .product-options .form-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
    width: 100%;
  }
  .product-options {
    flex-direction: column;
    margin: 0;
  }
  #detail .product-options .counter {
    flex-direction: row;
    align-items: center !important;
    flex-wrap: nowrap;
  }
  .product-options .h-flex {
    max-width: 150px;
    margin-right: 20px;
  }
  .product-options .form-item.w-20,
  .product-options .form-item.w-20.wRight20 {
    width: 100% !important;
    margin: 0 0 20px !important;
  }
  .cart-item.main-info .prod-details .h-flex {
    width: 100%;
  }
  .cart-item.main-info .prod-image {
    margin-right: 15px;
  }
  .wrapper {
    margin: 0;
  }
  .footer {
    position: static;
  }
  .imageSection {
    margin-bottom: 10px;
    padding: 0;
  }
  .imageSection + .col-md-7 {
    padding: 0 20px;
  }
  .prod-thumbs-wrapper {
    display: none;
  }
  .imageSection .link-button-grey {
    margin-bottom: 10px;
    display: block;
  }
  .main-info .acc-block .title {
    padding: 10px 0;
  }
  .contact-us p span {
    display: block;
  }
  .contact-us .container-fluid .form-actions {
    text-align: left;
  }
  .about-us .h-flex:last-child .context {
    padding: 20px 0 !important;
    line-height: 1em;
    position: static;
  }
  .about-us h1 {
    font-size: 90px;
  }
  .about-us h3 {
    font-size: 30px;
  }
  .about-us .h-flex .context p {
    text-align: left;
    font-size: 14px;
  }
  .about-us .h-flex {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-us .h-flex:first-child .img {
    width: 100%;
  }
  .about-us .h-flex:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: static;
  }
  .about-us .h-flex:first-child .img img {
    position: static;
    max-width: none;
    width: 100%;
  }
  .about-us .h-flex:last-child .img img {
    width: 100%;
    position: static;
    min-height: 0;
    -webkit-box-shadow: 30px -30px 0 #fdedec;
            box-shadow: 30px -30px 0 #fdedec;
  }
  .about-us .h-flex:last-child .img {
    position: static;
    padding: 20px 40px 20px 20px;
    margin-top: 30px;
  }
  .about-us .story .h-flex:last-child .img {
    margin: -100px 0 0;
    padding: 20px;
  }
  .about-us .story .btn {
    width: 100%;
    margin-bottom: 40px;
  }
  .about-us .story .h-flex:last-child .img img {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .about-us .h-flex .context {
    padding: 15px 0 0;
  }
  .about-us .followus .h-flex:last-child {
    margin: 0 -10px;
    max-width: none;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .about-us .followus .h-flex .imgHolder:first-child,
  .about-us .followus .h-flex .imgHolder:last-child {
    display: none;
  }
  .followus .imgHolder {
    width: 50%;
  }
  .contact-us {
    margin-top: 106px;
  }
  .maps.img {
    max-height: 200px;
  }
  .contact-form,
  .contact-info {
    width: 100%;
    padding: 45px 5px;
    border: none;
  }
  .contactInfo {
    padding: 45px 5px;
  }
  .contact-form .btn {
    width: 100%;
  }
  .contactInfo .info h4,
  .contactInfo .info h4 a {
    color: #2d2d2d;
  }
  .contactInfo .info {
    width: 100%;
  }
  .contact-us h1 {
    font-size: 26px;
  }
  .page-actions {
    margin-bottom: 60px;
    width: 100%;
  }
  .order .page-actions .btn {
    margin: 0 0 15px !important;
  }
  .cart-summary .page-actions {
    margin-bottom: 0;
  }
  .cart-review .address-item .link-button {
    position: static;
    margin: 0 15px 15px;
  }
  .cart-review .payment-details {
    margin-bottom: 20px;
  }
  .cart-review .payment-details .options {
    margin: 0;
  }
  .contact-page .wrapper:after {
    left: 35vw;
  }
  .contact-page .menu:after {
    left: 35vw;
  }
  .contact-page .breadcrumbs {
    background: transparent;
  }
  .w-33 {
    width: 100% !important;
  }
  .main-info .giftnote .checkbox label {
    white-space: normal;
  }
  #detail .form-item.giftnoteInput {
    padding: 0;
  }
  .cart-actions {
    width: 100%;
  }
  .modal h4,
  .guest-address h4,
  .guest-shipping h4,
  .login h4,
  .register h4,
  .order-review h4,
  .cart-review h4,
  .cart-checkout h4,
  .cart-products h4,
  .cart-summary h4,
  .cart .cart-products h3,
  .cart-checkout .cart-products h3,
  .cart-review .cart-products h3 {
    font-size: 20px;
  }
  .cart-review .cart-products .btn,
  .cart-checkout .cart-products .btn {
    font-size: 16px;
    padding: 5px 20px;
  }
  .cart .title,
  .cart-checkout .title,
  .cart-review .title,
  .order .order-summary h4 {
    padding: 0 15px;
    height: 50px;
  }
  .row1 .col-md-6:first-child {
    min-height: 400px;
    margin-bottom: 30px;
  }
  .about-us h1:before {
    left: -30px;
    top: -120px;
  }
  .about-us h1:after {
    right: -50px;
  }
  .about-us .row1 img {
    max-width: 300px;
  }
  .row1 .col-md-6:last-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .row2 {
    margin-top: 120px;
  }
  .about-us .col-md-7 {
    padding: 15px;
    margin-top: 60px;
  }
  .about-us .col-md-7 a {
    display: block;
  }
  section.special-offers .special-offers-content button {
    width: 100%;
  }
  .toast {
    left: auto;
    right: 15px;
    transform: none;
    top: 135px;
  }
  .options.acc-content.showall > div.more {
    display: none;
  }
  .products-and-filters .load-more button {
    font-size: 18px;
    font-weight: 600;
    width: 100%;
  }
  p.delivery {
    margin: 20px 0;
  }
  .profile .address-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0 0 100px;
    overflow: hidden;
  }
  .profile .address-item {
    max-width: 100%;
    width: 100%;
    border: 1px solid #d7d7d7;
    margin: 0 0 20px;
  }
  #cart .fancy {
    padding-bottom: 90px;
  }
  .collection:not(.visible) .collection-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255,255,255,0.8);
    top: 75px;
    bottom: 75px;
    left: 60px;
    right: 60px;
    border-radius: 15px;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
  }
  .collection .collection-mask {
    display: none;
  }
  .product .mask {
    background: transparent;
  }
  .product:hover .product-image > a {
    box-shadow: none;
  }
  .product .prod-title span {
    font-size: 16px;
  }
  .product .prod-price,
  .product .prod-price .striked {
    font-size: 14px;
  }
  .alert-danger {
    margin: 15px 15px 0 15px;
    line-height: 1.5em;
  }
  .cart-review .product-options .form-item {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin: 0;
  }
  .cart-review .cart-item.main-info .form-item > label {
    width: auto;
    flex: none;
  }
  .cart-review .cart-item > .v-flex {
    padding: 20px;
  }
  .cart-review .cart-item > .v-flex span {
    display: block;
    font-weight: normal;
    color: #747474;
  }
  .cart-products.billing-address .clearfix {
    padding: 20px;
  }
  .cart-products.payment-gateway .clearfix {
    padding: 15px 0;
  }
  .cart-products.payment-gateway .radio {
    padding: 5px 10px;
  }
  .alert-danger.sm-visible {
    display: flex !important;
    margin: 0 0 15px !important;
  }
  .order .cart-list-table tr td h5,
  .order .cart-list-table tr td p {
    padding: 0 10px;
  }
  .order-item {
    margin: 0;
    border-bottom: none;
  }
  .order-item:last-child {
    border-bottom: 1px solid #d7d7d7;
  }
  .order-item label {
    min-width: 120px;
  }
  #password .alert-danger {
    position: static;
    margin: 0 15px 20px;
    width: auto;
  }
  .create-new {
    width: calc(100% + 60px);
    border: none;
    max-width: none;
    margin: 0 -30px;
  }
  .menu .quick-menu em {
    right: 5px;
  }
  section.order, section.orderDetail {
    margin-top: 130px;
  }
  .footer-logo {
    width: 220px;
    left: -50px;
    height: 80px;
  }
  .footer .footer-container {
    padding-top: 30px;
  }
  h5.results {
    margin: 0 0 15px;
  }
  .orderDetail .breadcrumbs {
    margin: 0;
    flex-wrap: wrap;
  }
  .profile .tab-content h1 span.sm-visible {
    display: inline !important;
  }
  .hamburger {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 10px;
  }
  .cart-item.main-info .product-options {
    margin: 10px 0;
    padding: 0 0 0 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cart-item.main-info .prod-details .product-options.brand span {
    padding-left: 15px;
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .about-banner {
    height: 200px;
  }
  #slider {
    padding: 0;
  }
  #slider .slider-image {
    align-items: stretch;
  }
  .trending .product {
    padding: 0 8px;
  }
  .products-and-filters .product.new:before,
  .products-and-filters .product.sale:before,
  .products-and-filters .product.sold:before {
    left: 10px;
  }
  .trending .product.new:before,
  .trending .product.sale:before,
  .trending .product.sold:before {
    left: 20px;
  }
  .menu .navbar .dropdown.open > .dropdown-menu.cart {
    position: fixed;
    top: 55px;
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
  }
  .cart-bag {
    width: 100%;
    max-width: none;
  }
  .cart-bag:before {
    right: 60px;
    left: auto;
  }
  #user-menu {
    position: fixed;
    top: 130px;
    left: auto;
    right: 4px;
    width: 200px;
  }
  #user-menu:before {
    right: 15px;
  }
  .searchContainer {
    width: 100%;
    max-width: none;
    position: relative;
    left: 0;
    right: 0;
  }
  section.homepage-slider {
    padding: 0;
  }
  .product > .favorite.sm-visible {
    display: flex !important;
  }
  .products-list .product > .favorite {
    right: 15px;
  }
  .cart-details.coupons {
    margin-bottom: 100px;
  }
  .searchContainer input[type=submit] {
    margin: 0; 
  }
  .ui-widget.ui-widget-content {
    top: 199px !important;
    max-width: calc(100% - 60px) !important;
    background: #fff;
    max-height: 50vh;
    overflow-y: auto;
  }
  .billing .checkbox label {
    font-weight: normal !important;
    white-space: normal;
    margin-top: 10px;
  }
  .options .radio input[type="radio"] {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .address-list-navigation {
    justify-content: center;
    padding: 0;
  }
  .address-list-navigation .slick-arrow {
    margin: 0 10px;
  }
  #filters-handheld {
    max-width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  section.special-offers img.sm-hidden {
    display: block !important;
    max-width: 100%;
  }
  section.special-offers img.sm-visible {
    display: none !important;
  }
  .products-and-filters .products-list .col-md-4 {
    max-width: 33.33% !important;
  }
  .products-detail .container-fluid .row > div {
    max-width: 100%;
    width: 100%;
    flex: 1;
  }
  .product-options {
    display: inline-flex;
    min-width: 33.33%;
  }
  .product-options .form-item {
    max-width: none;
    width: 100% !important;
    margin: 0 0 15px !important;
  }
  .products-detail .product-options + .product-options {
    display: inline-flex;
    min-width: 66%;
    max-width: 66%;
  }
  .products-detail .product-options + .product-options .form-item {
    max-width: none;
    width: 50% !important;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 !important;
  }
  .cart-item.main-info .prod-details .product-options {
    padding-left: 100px;
  }
  .cart-item.main-info .prod-details .product-options.brand span {
    padding-left: 15px;
    display: block;
  }
  .cart-item.main-info .prod-details .h-flex {
    margin-bottom: 15px;
  }
  .cart-actions.sm-visible, .page-actions, .page-actions {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .alert-danger {
    margin: 15px 15px 0 15px;
    line-height: 1.5em;
  }
  .alert-danger.sm-visible {
    display: flex !important;
    margin: 0 0 15px !important;
  }
  .profile .edit-mode .form-item {
    flex: 1;
    max-width: 90%;
  }
  #password .alert-danger {
    position: static;
    margin: 0 15px 20px;
    width: auto;
  }
}
@media screen and (max-width: 476px) {
  .address-item .contact .contact-address {
    padding: 15px 15px 15px 20px;
  }
  .footer .footer-links li a {
    padding: 0;
  }
  .footer p, .footer a {
    font-size: 12px;
  }
  .category, .category a {
    max-width: 80px;
    min-width: 0;
  }
  .white-footer-container div span,
  .footer .white-footer-container a {
    font-size: 12px;
  }
  /* .share li a span {
    width: 15px;
    height: 15px;
  }
  .share li a span.email {
    -webkit-mask-size: 26px;
  } */
  .footer .share li {
    margin: 0 5px 0 0;
  }
  .product:hover .prod-actions button {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .product:hover .prod-actions button i {
    display: none;
  }
  .cart-review .cart-products .btn, .cart-checkout .cart-products .btn {
    font-size: 12px;
    padding: 5px 20px;
  }
}
@media screen and (max-width: 380px) {
  .searchContainer {
    min-width: 0;
  }
  .product .prod-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .product .prod-price span.striked {
    margin: 5px 0;
  }
  .striked {
    margin: 0;
    display: block;
  }
  .similar-products .product.new:before,
  .similar-products .product.sale:before,
  .similar-products .product.sold:before {
    left: 20px;
  }
}
@media screen and (max-width: 350px) {
  .header-strip {
    font-size: 10px;
  }
  .cart h3 span, .cart-review h3 span {
    display: block;
    line-height: 12px;
    font-size: 12px;
  }
}
@media print {
  .wrapper {
    min-width: 1300px;
    max-width: 1300px;
  }
  .menu .navbar-dropdown {
    position: static !important;
  }
  section.breadcrumbs,
  #sidenav-overlay,
  #cart-overlay,
  .order .page-actions {
      display: none;
  }
  .logoPrint {
    display: block;
    margin: 20px 0 50px;
  }
  .order-details > div.col-sm-4,
  .order-details > div {
    max-width: none;
  }
  .address-item label.contact {
    width: 100% !important;
  }
  .order-details {
    page-break-inside: avoid;
  }
  .order-details .shipping-summary {
    width: 100% !important;
    max-width: none;
  }
  .order-details .order-summary {
    width: calc(100% - 15px) !important;
    max-width: none;
  }
  section.order, section.orderDetail {
    margin: 0;
  }
}