@media screen and (max-width: 1300px) {
  .toast {
    left: auto;
    right: 20px;
  }
}
@media screen and (max-width: 1150px) {
  #user-menu {
    top: 120px;
    max-width: 200px;
    left: auto;
    right: 20px;
  }
  #user-menu:before {
    right: 10px;
  }
  .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;
  }
}

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

@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%;
  }
  .checkout-workflow {
    margin: 15px 0;
    width: 100%;
  }
  .checkout-workflow ul {
    margin: 0;
    max-width: none;
  }
  .checkout-workflow ul li {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin: 0;
    padding: 0 25px 0 0;
    flex: 1;
  }
  .checkout-workflow ul li label {
    white-space: normal;
    text-align: left;
    font-size: 13px;
    line-height: 1.2em;
    padding: 0 5px;
  }
  .checkout-workflow ul li span {
    width: 15px;
    font-size: 13px;
    line-height: 1.2em;
  }
  .checkout-workflow ul li:not(:last-child):after {
    right: 15px;
    top: 3px;
    transform: scaleY(1.25) rotate(45deg);
  }
}
@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) {
  .header-strip .container .text {
    padding: 0;
  }
  #user-menu {
    display: none;
  }
  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 .logo a {
    width: 180px;
    max-width: 180px;
    padding: 0;
    margin: 0 0 0 10px;
  }
  .menu .logo a:after {
    height: 1px;
    top: 9px;
  }
  .menu .logo a span {
    font-size: 18px;
  }
  .hamburger {
    height: 20px;
    position: relative;
    margin: 10px 5px;
  }
  section.homepage-slider {
    margin: 114px 0 0;
    max-height: calc(100vh - 160px);
  }
  #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: 125px;
    background: #e9edf1;
    padding: 15px;
    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] {
    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;
    flex-direction: column;
    align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .container-fluid .columns-left {
    width: 100%;
    margin-bottom: 30px;
    max-width: none;
  }
  .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 .cc li {
    margin-left: 10px !important;
  }
  .footer .cc li:first-child {
    margin: 0 !important;
  }
  .footer h2 {
    margin-bottom: 10px;
    position: relative;
    font-size: 15px;
  }
  .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;
  }
  .prodImageSection .prod-thumbs-wrapper {
     margin-top: 10px;
  }
  #prodThumbs.slick-slider {
    padding: 0;
}
  section.trending {
    margin-top: 40px;
    padding: 0;
  }
  .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;
  }
  .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%;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
  }
  .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 {
    background: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #menu-handheld .menu-header .logo {
    padding: 27px 0;
  }
  #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-handheld span.close {
    color: #fff;
    box-shadow: none !important;
  }
  .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);
  }
  .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 .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-image .slick-list {
    margin-bottom: 0px;
  }
  #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 #e0e0e0;
    -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 #e0e0e0;
  }
  .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 10px 20px;
    justify-content: center;
  }
  .cart-details {
    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 #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  .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;
  }
  .products-detail .container-fluid > .row:before {
    left: 0;
    right: 0;
    width: 100%;
  }
  .similar-products h1 {
    font-size: 24px;
    text-align: center;
    margin: 0 0 40px;
}
  .products-detail .form-item {
    padding: 0 15px;
    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 15px;
  }
  .additional-information {
    padding: 0 15px;
  }
  .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: 0 -20px 40px;
  }
  .cart-list {
    border-left: none;
    border-right: none;
  }
  .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: 0px solid #fff;
    border-left: 0px solid #fff;
    padding: 0 2px;
    margin: 0;
  }
  #prodThumbs.slick-slider {
    padding: 0 6px;
  }
  .prod-thumbs-wrapper .thumb-item img {
    min-height: 80px;
    object-fit: cover;
  }
  #prodThumbs .slick-arrow {
    display: none !important;
}
  #productSlider {
    padding-bottom: 60px;
  }
  #productSlider ul.slick-dots li {
    border: 1px solid #ffffff;
  }
  #productSlider ul.slick-dots li.slick-active {
    background: #ffffff;
    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: 0;
  }


  section.products-and-filters.showFilters {
    z-index: 12;
  }
  .filter-header {
    background: #eee8e0;
    background-size: 850px auto;
    height: 60px;
    font-size: 18px;
    font-family: 'Libre Baskerville', 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: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 600px;
    max-height: calc(100vh - 125px);
    min-height: calc(100vh - 125px);
    overflow-y: hidden;
    border-radius: 15px 15px 0 0;
    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: translateY(120%);
        -ms-transform: translateY(120%);
            transform: translateY(120%);
  }
  .showFilters #filters-handheld {
    -webkit-animation: animFilter1 500ms ease-in-out forwards;
            animation: animFilter1 500ms ease-in-out forwards;
  }
  .hideFilters #filters-handheld {
    -webkit-animation: animFilter2 500ms ease-in-out forwards;
            animation: animFilter2 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.dot {
    width: 10px;
    height: 10px;
    background: #f06e09;
    border-radius: 50%;
    position: relative;
    left: 0;
    top: -1px;
    margin-right: 10px;
  }
  .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;
    border-bottom: 1px solid #e0e0e0;
  }
  .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: #ffffff;
    box-shadow: 0 0 30px #000;
    z-index: 3;
  }
  #filters-handheld .filter-actions button {
    min-width: calc(50% - 20px);
    margin: 0 8px;
    -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: 140px;
    background: #e9edf1;
    padding: 0;
  }
  #filters-handheld ul.filter-tabs li {
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
    border-left: 5px solid transparent;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Libre Baskerville', serif;
    font-weight: bold;
    position: relative;
  }
  #filters-handheld ul.filter-tabs li.active {
    background: #ffffff;
    border-left-color: #000000;
  }
  #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 {
    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 {
    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: 40px;
    -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 .title {
    padding: 0 15px;
  }
  #cart .actions button {
    margin: 10px !important;
  }
  .counter {
    flex-direction: column;
    align-items: stretch;
  }
  .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;
  }
  #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 5px;
    position: relative;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .products h1 {
    font-size: 18px;
  }
  .products h1 span {
    font-size: 14px;
  }
  .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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  #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;
    border: none;
    display: none !important;
  }
  .filters .filter-group.show {
    display: block !important;
  }
  .filters .filter-group .title {
    display: none;
  }
  .filters .filter-group .acc-content .title {
    display: flex;
  }
  .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: 'Libre Baskerville', serif;
    padding: 1px 10px;
    border-radius: 3px;
    border: 1px solid #f5eded;
  }
  .filter-chips li.active a {
    background: #ffffff;
    border: 1px solid #cd9090;
  }
  .modal-body {
    padding: 20px;
    overflow-x: hidden;
  }
  .modal-body .separator {
    margin: 20px -15px;
  }
  .collections .container:before {
    left: calc(-100vw + 100px);
    top: -60px;
  }
  .collections {
    padding:16px 0;
    margin-top: 0;
  }
  .collections h1 {
    font-size: 24px;
    background-size: auto 100%;
    height: 100px;
  }
  .collections .btn {
    font-size: 14px;
  }
  .collections .col-md-6.col-sm-12 {
    margin-bottom: 20px;
  }
  .collections .h-flex {
    align-items: stretch;
  }
  .collections .h-flex h1 {
    align-self: center;
  }
  .collections .h-flex:before {
    left: 63px;
    height: 30%;
  }
  .collections .h-flex:after {
    width: 15px;
    height: 15px;
    top: 30%;
    left: 56px;
  }
  #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: calc(100vh - 160px);
    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;
  }
  .filters-sort-btn {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 0 0 30px #000;
    padding: 15px;
    display: flex;
    flex-direction: row;
    z-index: 5;
  }
  .filters-sort-btn .sorting {
    border: 0 !important;
  }
  .sorting .select-component.sort {
    text-align: right;
  }
  #menu-handheld .logo a {
    max-width: 160px;
    padding: 0;
  }
  #menu-handheld .logo a span {
    font-size: 20px;
  }
  #menu-handheld .logo a:after {
    top: 10px;
  }
  .icon-cart, .icon-search {
    height: 25px;
    width: 20px;
  }
  #currency2 {
    flex: 1;
  }
  #currency2 + i {
    padding: 15px 20px;
    display: block;
  }
  .open #currency2 + i {
    transform: scaleY(-1);
  }
  .listing .product .prod-actions {
    display: none;
  }
  .product.new:before, .product.sale:before, .product.sold:before {
    padding: 5px 10px;
  }
  .profile .order-item .order-desc .v-flex .h-flex {
    flex-direction: column;
  }
  #menu-handheld ul li.myaccountmenu ul {
    padding: 15px 0;
  }
  #menu-handheld ul li.myaccountmenu a {
    font-size: 14px;
    padding: 5px 20px 5px 30px;
  }
  .cart-products .title {
    padding: 0 20px;
  }
  .brand {
    padding: 0 15px;
  }
  body.addToHomeScreen {
    padding-top: 130px;
  }
  .addToHomeScreen .menu .navbar,
  .addToHomeScreen .menu .navbar .dropdown.open > .dropdown-menu.cart,
  .addToHomeScreen #sidenav-overlay,
  .addToHomeScreen #cart,
  .addToHomeScreen #menu-handheld {
    top: 60px;
  }
  .addToHomeScreen .main-content {
    padding-top: 190px;
  }
  #addToHomeScreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: 60px;
    background: #000;
    z-index: 7;
  }
  #addToHomeScreen .h-flex {
    height: 60px;
    padding: 0 15px;
    align-items: center;
    justify-content: space-between;
  }
  #addToHomeScreen .logo {
    margin: 0;
    max-width: 50px;
    margin-right: 16px;
        margin-left: 16px;
  }
  #addToHomeScreen .logo img {
    max-width: 50px;
} 
#addToHomeScreen .logo a {
  padding: 0;
}
  #addToHomeScreen #close {
    position: relative;
    border-radius: 50%;
    padding: 5px;
    background: #fff;
    border: 8px solid #fff;
    left: 0;
    right: auto;
  }
  #addToHomeScreen .logo a:after {
    top: 9px;
    width: auto;
    left: 10px;
    right: 10px;
  }
  #addToHomeScreen .logo a span {
    font-size: 18px;
  }
  #addToHomeScreen .add-to-text {
    color: #fff;
    font-size: 12px;
    line-height: 1.4em;
  }
  #addToHomeScreen .btn {
    min-width: 70px;
    border-radius: 0;
    padding: 5px 0 !important;
    font-size: 14px;
  }
  body.addToHomeScreen #addToHomeScreen {
    display: block;
  }
  .text-slider {
    max-width: 100%;
    padding: 0;
  }
  section.homepage-slider {
    margin: 40px 0 0;
    max-height: calc(100vh - 160px);
  }
  .menu{
    box-shadow: none;
  }
  .menu:before{
    display: none;
  }
  body.addToHomeScreen {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .logo img {
    max-width: 70px;
}
  .btn {
    font-size: 14px !important;
    flex: 1 !important;
    margin-right: 10px !important;
  }
  .btn + .btn {
    margin: 0 0 0 10px !important;
  }
  .btn:only-child {
    margin: 0 !important;
    padding: 10px 30px !important;
  }
  .product-actions {
    flex-direction: row !important;
  }
  .cart-actions {
    width: 100%;
    margin-bottom: 50px;
    flex-direction: column;
  }
  .cart-actions .btn {
    margin: 0 0 15px !important;
    padding: 10px 15px !important;
  }
  /* section.breadcrumbs, section.homepage-slider {
    margin-top: 75px;
  } */
  .product-options .form-item .error {
    left: 15px;
  }
  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;
  }
  .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;
  }
  .product .product-image {
    flex-direction: column;
    align-items: stretch;
  }
  .listing .product.sold .prod-actions {
    display: flex !important;
    z-index: 0;
  }
  #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;
  }
  #trendingProducts .product .prod-price span.striked {
    margin: 5px 0 0 5px;
  }
  .trending .container {
    padding-bottom: 0;
  }
  #trendingProducts .slick-arrow {
    bottom: -50px;
  }
  #trendingProducts .slick-arrow.fa-chevron-left:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background: #e0e0e0;
    top: 50%;
    right: 40px;
    z-index: -1;
  }
  #trendingProducts .slick-arrow.fa-chevron-right:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background: #e0e0e0;
    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 #e0e0e0;
  }
  .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;
    margin: 0;
  }
  .products-detail .main-info h1 {
    font-size: 30px;
    margin-bottom: 15px;
    text-align: left;
    margin-top: 10px;
  
  }
  .main-info h1 span {
    font-size: 20px;
    display: block;
  }
  .main-info .prod-price {
    font-size: 20px;
  }
  .main-info .prod-price + .striked {
    font-size: 18px;
  }
  .products-detail .main-info .prod-price,
  .products-detail .main-info .prod-price + .striked {
    font-size: 18px;
    opacity: 0.5;
  }
  .main-info .product-pricing-details {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    padding: 0 15px;
  }
  .products-detail .share {
    margin: 0 15px 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .products-detail .main-info .separator {
      opacity: 1;
  }
  .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;
  }
  .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;
  }
  .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;
    margin-bottom: 0;
  }
  .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 #e0e0e0;
    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: 14px;
  }
  .order .cart-list-table td span, .order .cart-list-table td span.sm-visible {
    display: block !important;
    margin-top: 5px;
  }
  .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);
  }
  .confirmation .container {
    padding: 0 15px;
  }
  .order .confirmation p, .confirmation .container > p:last-child {
    font-size: 14px;
  }
  .payment-info {
    margin-top: 30px;
  }
  .prod-summary h4 {
    font-size: 20px;
  }
  .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;
  }
  #detail .form-item {
    margin: 0 0 30px !important;
  }
  .cart-item .product-options .form-item {
    margin: 0 !important;
  }
  .edit-mode .product-options .form-item {
    margin: 0 0 30px !important;
  }
  .cart-item.main-info .prod-details .h-flex {
    width: 100%;
  }
  .cart-item.main-info .prod-image {
    margin-right: 15px;
    overflow: hidden;
  }
  .cart .cart-item .btn-save, .cart .cart-item .btn-edit {
    position: absolute;
    left: 130px;
  }
  .wrapper {
    margin: 0;
  }
  .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: 42px;
    margin: 40px 0 30px;
  }
  .about-us h3 {
    font-size: 26px;
    margin: 0 0 60px;
  }
  .about-us .h-flex .context p {
    text-align: left;
    font-size: 14px;
  }
  .about-us .row {
    margin-bottom: 60px;
  }
  .about-us .row .imageContainer {
    padding: 0;
    margin: 30px -5px 0;
    width: auto;
  }
  .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;
  }
  /* .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;
    margin: 30px 0 15px;
  } */
  .cart-checkout .cart-products h3,
  .cart-review .cart-products h3 {
    margin: 30px 0 15px;
  }
  .cart-checkout .cart-products .title .btn {
    margin-bottom: 15px;
  }
  .cart-review .cart-item > .h-flex + .product-actions {
    margin: 0;
  }
  .cart-checkout .cart-details h4 {
    margin: 0;
  }
  .cart-review .cart-products .btn,
  .cart-checkout .cart-products .btn {
    font-size: 14px;
    padding: 5px 20px;
  }
  .cart .title,
  .cart-checkout .title,
  .cart-review .title {
    padding: 0 15px;
    flex-direction: column;
    align-items: flex-start;
  }
  .cart .cart-bag .title {
    flex-direction: row;
  }
  .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;
  }
  #cart .fancy {
    padding-bottom: 80px;
    max-height: calc(100vh - 65px);
    min-height: calc(100vh - 65px);
  }
  .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: 14px;
  }
  .product .prod-price,
  .product .prod-price .striked {
    font-size: 11px;
    margin-top: 5px;
  }
  .products-and-filters .load-more {
    margin-bottom: 60px;
  }
  .products-and-filters .load-more .btn {
    font-size: 14px;
    width: auto;
  }
  .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: #727272;
  }
  .cart-products.billing-address .clearfix {
    padding: 20px;
    margin: 0 20px;
  }
  .cart-checkout .cart-products.billing-address h3 {
    margin: 60px 0 0;
  }
  .cart-review .cart-item .form-item label,
  .cart-review .cart-item .form-item span {
    line-height: 1.75em;
  }
  .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:nth-last-child(2) {
    border-bottom: 1px solid #e0e0e0;
  }
  .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 .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 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 .product-options +  .product-options {
    margin: 0;
  }
  .title .alert-danger {
    margin: 0;
  }
  .cart-details h4 {
    border-top: 1px solid #e0e0e0;
  }
  .cart-items-summary p.delivery {
    max-width: none;
  }
  .products-detail .main-info .product-actions.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: row-reverse;
    align-items: stretch;
    background: #fff;
    margin: 0;
    padding: 20px 15px;
    z-index: 5;
  }
  .products-detail .main-info .product-actions.fixed-bottom .btn {
    flex: 1;
    margin: 0 10px;
  }
  .cart .cart-item:not(.edit-mode) .product-options {
    margin-bottom: 0;
  }
  .cart-details.coupons .form-item button {
    padding: 0 15px !important;
    margin: 0 !important;
  }
  .confirmation h1 {
    font-size: 20px;
    margin: 20px 0;
  }
  #cart .actions button {
    margin: 0 0 0 7px !important;
  }
  #cart .actions button + button {
    margin: 0 7px 0 0 !important;
  }
  /* #user-menu {
    top: 60px;
  }
  #user-menu:before {
    right: 10px;
  } */
  .profile .tab-content {
    max-width: 100%;
  }
  .profile #addresses .btn {
    padding: 5px 30px !important;
    flex: none !important;
  }
  .profile #addresses .btn.remove {
    left: 140px;
  }
  .profile .container-fluid .pagination ul {
    display: flex;
    margin-bottom: 40px;
  }
  .profile .tab-content .title {
    padding: 0;
    margin-bottom: 30px;
    border: none;
    flex-direction: column;
    align-items: flex-start;
  }
  .profile .tab-content .title h1 {
    border-bottom: 1px solid #e0e0e0;
    flex: 1;
    width: 100%;
    margin-bottom: 20px;
  }
  .profile .tab-content h1 span {
    font-size: 14px;
    color: #4b4b4b;
  }
  .profile .tab-content h1 {
    font-size: 18px;
  }
  .cart-items-summary .breadcrumbs {
    margin: 15px -5px 30px;
  }
  .pg404 .btn {
    align-self: center;
    justify-self: center;
    flex: none !important;
  }
  .pg404 h1 {
    font-size: 120px;
    line-height: 1em;
  }
  .pg404 h2 {
    font-size: 30px;
  }
  .pg404 p {
    font-size: 18px;
  }
  section.trending .product .prod-actions {
    display: none !important;
  } .collections .catlist .col-md-3 {
    margin-bottom: 16px;
    padding: 0 8px;
  }
  .collections .row.catlist {
    margin: 0 -8px;
  }
  #similarProducts .product{
    width: 100%;
  }
  #similarProducts .product .product-image{
    width: 100%;
  }
  .colrlist, .colritem >ul, .colritem >ul .slick-list, .colritem >ul .slick-list li, .colritem >ul .slick-list img {
    max-width: 100%; 
  }
  #similarProducts {
    margin: 0; 
    padding: 0;
  }
  #similarProducts > .slick-list {
    margin-bottom: 0;
} 
#similarProducts .product .product-image .slick-track {
  display: flex;
}

.product .product-image .colritem  img {
  width: 100%;
  min-height: 265px;
}
.products-list .product .v-flex .color_atr li> span { 
  height: 22px;
  width: 22px; 
}
.catlisttwo .col-md-6 {
    padding: 0;
}
.collections .catlisttwo .col-md-6 + .col-md-6{
  margin-top: 16px !important;
}
.catlisttwo img {
  height: 400px;
  object-fit: cover;
}
.catlisttwo a {
  display: block;
  width: 100%;
}
.collections .row.catlisttwo {
  margin-bottom: 16px;
}
.products-list .product .v-flex .color_atr li > span:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  border: solid 1px #ccc;
  height: 30px;
  width: 30px;
  opacity: 0;
}
.products-list .product .v-flex .color_atr li> span.disabled:before {
  height: 41px;
  width: 1px;
  content: "";
  background: #ccc;
  position: absolute;
  left: 9px;
  top: -11px;
  transform: rotate(-45deg);
  z-index: 1;
}
.products-detail .main-info .product-actions button.btn-wishlist {
  display: flex;
  align-items: center;
  justify-content: center;
  /* max-width: 50px; */
  margin-left: 20px !important;
}
#detail .product-options .form-item ul li .form-radio input:checked + label.form-check-label.check-color {
  border: solid 2px #000;
}
#detail .product-options .form-item ul li .form-radio input:checked + label.form-check-label.check-color span {
  top: 3px;
  left: 3px;
}
#detail .product-options .form-item ul.select-sizes li .form-radio label.form-check-label {
  padding: 9px 15px;
}
.product .prod-price {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 20px;
}
.product .prod-price span.striked {
  margin-left: 5px;
}
#productSlider ul.slick-dots{
  display: none !important;
}
}
@media screen and (max-width: 576px) {
  .menu .logo a {
    max-width: 150px;
  }
  #NotifyAvailable .modal-header{    font-size: 15px;  }
  #NotifyAvailable.modal span.close {
    top: 16px;
    
    width: 17px !important;
    height: 17px !important;
}
  .collections .h-flex {
    padding: 0 20px;
    font-size: 18px;
    align-items: stretch;
  }
  .collections .h-flex h1 {
    width: 60px;
    font-size: 18px;
    align-self: center;
  }
  .collections .col-md-5 {
    padding: 0 20px;
    margin: 40px 0;
    text-align: center;
  }
  .collections h2 {
    font-size: 24px;
  }
  .collections .col-md-5 h2 + a {
    margin: 0 15px 20px 75px;
  }
  .collections .col-md-9 {
    padding: 0;
  }
  .collections .col-md-9 a {
    justify-content: center;
  }
  .collections img.w150 {
    height: 300px;
  }
  .collections .row {
    margin-bottom: 40px;
  }
  .collections h3 {
    font-size: 20px;
    margin: 60px auto 20px;
    text-align: left;
  }
  .collections .col-md-6 p {
    margin: 30px 0 20px;
  }
  .collections .col-md-3,
  .collections .col-md-6 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .collections .col-md-6 + .col-md-6 {
    margin-top: 50px;
  }
  .collections .col-md-6 a.btn {
    margin: 0;
  }
  #trendingProducts .product .prod-price {
    white-space: normal;
  }
  #trendingProducts .product .prod-price span.striked {
    margin: 0;
  }
  .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;
  }
  .searchContainer {
    width: 100%;
    max-width: none;
    position: relative;
    left: 0;
    right: 0;
  }
  section.homepage-slider {
    padding: 0;
  }
  .product > .favorite.sm-visible {
    display: flex !important;
  }
  .cart-details.coupons {
    margin-bottom: 40px;
  }
  .searchContainer input[type=submit] {
    margin: 0;
    right: 10px;
  }
  .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;
  }
  #address.modal .modal-dialog {
    margin: 0;
  }
  #address.modal {
    align-items: flex-end;
  }
  .profile .address-list {
    margin-bottom: 0;
  }
  .products-detail .product-actions .btn {
    margin: 0 0 20px !important;
  }
}
@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 .h-flex + .product-options {
    padding-left: 100px;
  }
  .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;
  }
  .category, .category a {
    max-width: 80px;
    min-width: 0;
  }
  .white-footer-container div span,
  .footer .white-footer-container a {
    font-size: 12px;
  }
  .product:hover .prod-actions button {
    font-size: 12px;
  }
  .profile .address-item .remove,
  .address-item .edit-address {
    left: 20px;
  }
  .product .prod-price .striked {
    display: inline;
    white-space: nowrap;
    margin: 0;
  }
}
@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;
  }
  .products-detail .main-info .product-actions,
  .cart-actions {
    flex-direction: column !important;
  }
  .products-detail .main-info .product-actions .btn,
  .products-detail .main-info .product-actions .btn + .btn,
  .cart-actions .btn,
  .cart-actions .btn + .btn {
    margin: 0 0 15px !important;
  }
}
@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;
    padding: 50px;
    text-align: center;
  }
  section.order, section.orderDetail {
    margin-top: 40px;
  }
  .order .order-summary h4, .order-details .order-summary h4 {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
  }
  .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;
  }
}