/* Wishlist - Mobile */
@media only screen and (min-width: 320px) {
  .wishlist_table.mobile.wishlist_view {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: var(--gutters-small);
    align-items: stretch;
    margin-bottom: var(--gutters-small);
  }
  .wishlist_table.mobile li {
    position: relative;
    margin-bottom: 0 !important;
  }
  .wishlist_table.mobile li .item-wrapper {
    width: 100%;
  }
  .wishlist_table.mobile li .item-wrapper .product-thumbnail {
    display: block;
    max-width: 100%;
    margin: 0;
  }
  .wishlist_table.mobile li .item-wrapper .product-thumbnail img {
    width: 100%;
    margin-bottom: 15px;
  }
  .wishlist_table.mobile li .item-wrapper .item-details {
    display: block;
    width: 100%;
  }
  .wishlist_table.mobile li .item-details table.item-details-table {
    width: 100%;
  }
  .wishlist_table.mobile.wishlist_view tr,
  .wishlist_table.mobile.wishlist_view .item-details-table tr {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    margin-right: 0;
    margin-bottom: 0;
    border-bottom: 1px solid var(--color-light-1);
  }
  .wishlist_table.mobile li table.additional-info td.value,
  .wishlist_table.mobile li table.additional-info td.label,
  .wishlist_table.mobile li .item-details table.item-details-table td.label {
    font-size: var(--font-size-small);
    font-weight: normal;
  }
  .wishlist_table.mobile li table.additional-info td.value .wishlist-in-stock {
    color: var(--color-green);
  }
  .wishlist_table.mobile li .item-wrapper .product-name a {
    font-size: var(--font-size-medium);
  }
  .wishlist_table.mobile .additional-info-wrapper .additional-info {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
    text-align: left;
    margin-bottom: 0;
  }
  .wishlist_table.mobile li .additional-info-wrapper .product-remove {
    position: absolute;
    top: 10px;
    left: auto;
    right: 10px;
    text-align: center;
    color: var(--color-dark-3);
    font-size: 14px;
    height: 30px;
    width: 30px;
    display: block;
    background: #fff;
    line-height: 30px;
  }
  .wishlist_table.mobile li .additional-info-wrapper .product-remove:hover {
    background: var(--color-primary-alpha-25);
  }
  .wishlist_table.mobile li .additional-info-wrapper .product-remove:hover i {
    color: var(--color-primary);
  }
}
@media only screen and (min-width: 320px) {
  .wishlist_table.mobile.wishlist_view {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 376px) {
  .wishlist_table.mobile.wishlist_view {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .wishlist_table.mobile.wishlist_view {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .wishlist_table.mobile.wishlist_view {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* Wishlist - Mobile end */
@media screen and (max-width: 1680px) {
  .mou__widget-service-box.style-2.theme-dark .service-title h3 {
    font-size: 20px;
    word-wrap: normal;
  }
  .post-content__text h3 {
    font-size: 20px;
    margin-bottom: 5px !important;
  }
  .hero-image-content__text h1,
  .hero-image-content__text h1 span {
    font-size: 46px;
  }
  .hero-image-content__text h2 {
    font-size: 30px;
  }
  .mou__widget-service-box.style-2 {
    padding: 35px;
  }
  .mou_fullpage .client-logo img {
    max-width: 120px;
  }
  .gallery_box_style-2 h4 a {
    font-size: 20px;
  }
  .gr-super-xlarge {
    padding-right: var(--gutters-xlarge);
  }
  .page-masthead__heading.gx-large {
    max-width: 90%;
  }
  .site-footer .shape-3 {
    right: 50px;
    width: 120px;
    top: -79px;
  }
}
/* xxl : Extra extra large devices */
@media screen and (max-width: 1400px) {
  .single-works {
    width: 80px;
  }
  .mou__widget-service-box.style-2 {
    padding: 30px;
  }
  .theme-btn.header-btn a {
    letter-spacing: 1px;
    padding: 8px 20px;
  }
  .feature-heading {
    margin-bottom: 15px;
  }
  .feature-heading h3 {
    font-size: 20px;
  }
  .icon-box-icon svg,
  .icon-box-icon img {
    margin-right: 15px;
  }
  .pricing-features li {
    font-size: 16px;
    margin-left: 28px;
  }
  .pricing-features li i {
    font-size: 10px;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-left: -28px
  }
  .page-masthead__heading .entry-title {
    font-size: 40px;
  }
  .page-masthead__heading .entry-subtitle {
    font-size: 16px;
  }
  .gr-xxl-large {
    padding-right: var(--gutters-large);
  }
  .g-xxl-medium {
    padding: var(--gutters-medium);
  }
  .page-masthead__heading.full-half,
  .mou__widget_content-text.full-half,
  .mou__widget_content-text.full-half.left {
    padding-left: var(--gutters-medium);
    padding-right: var(--gutters-medium);
    max-width: 100%;
  }
  .sidebar.gl-xsmall:not(.left-sidebar) {
    padding-left: 0;
  }
  #order_review_heading,
  .cart_totals h2 {
    font-size: 28px;
  }
  .theme-btn.btn-large.shop a {
    padding: 12px 15px;
    letter-spacing: 0;
  }
  .page-masthead__heading.gx-large {
    max-width: 95%;
  }
}
/* xl : Extra large devices */
@media screen and (max-width: 1280px) {
  .hero-image-content__text p {
    font-size: 16px;
  }
  .section-content__popup-video.shape-before::before,
  .section-content__popup-video.shape-after::before {
    display: none;
  }
  .mou__widget-service-box.style-2 p {
    font-size: 14px;
  }
  .mou__widget_post_card-style-1.mou_fullpage .post-date a {
    font-size: 24px;
  }
  .mou__widget_post_card-style-1.mou_fullpage .post-date a span {
    font-size: 15px;
    line-height: 1;
    margin-top: 2px;
  }
  .mou__widget-info-box.is-fullpageJS .info-box-text p,
  .mou__widget-info-box.is-fullpageJS .info-box-text a {
    font-size: 16px;
  }
  .icon-box-icon svg,
  .icon-box-icon img {
    display: none;
  }
  .icon-box-text p {
    font-size: 13px;
  }
  .gallery_box_style-2 h4 a {
    font-size: 18px;
  }
  .gallery_box_style-3 h3 {
    font-size: var(--font-size-large);
  }
  .g-xxl-small {
    padding: var(--gutters-small);
  }
  .page-masthead__heading.full-half,
  .mou__widget_content-text.full-half,
  .mou__widget_content-text.full-half.left {
    padding-left: var(--gutters-small);
    padding-right: var(--gutters-small);
  }
  .swiper__gallery-ribbon .swiper-horizontal > .swiper-pagination-bullets,
  .swiper__gallery-ribbon .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper__gallery-ribbon .swiper-pagination-custom,
  .swiper__gallery-ribbon .swiper-pagination-fraction {
    bottom: 0;
    padding-right: 0;
    text-align: center;
    position: relative;
    margin-top: 25px;
  }
  /* Page Masthead */
  .page-masthead__heading.align-xl-center {
    text-align: center;
  }
  .page-masthead__heading.align-xl-center .entry-subtitle {
    padding-left: 0;
  }
  .page-masthead__heading.align-xl-center .entry-subtitle:before {
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 4px;
    width: 12px;
  }
  .page-masthead__heading.gx-large {
    max-width: 100%;
  }
  /* Page Masthead End */
}
/* lg : Large devices */
@media screen and (max-width: 1199px) {
  .header-right-items {
    padding-right: 70px;
  }
  .section-fullheight__inner {
    min-height: 100%;
  }
  .section-fullheight__inner.hero-image {
    min-height: 100vh;
  }
  .service-title {
    margin-bottom: 15px !important;
  }
  /* Responsive Menu */
  .hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a:hover,
  .hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a:hover {
    background: var(--color-dark-1);
  }
  .hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul {
    background: var(--color-dark-2);
  }
  .hc-offcanvas-nav.nav-levels-expand li.level-open, .hc-offcanvas-nav.nav-levels-none li.level-open,
  .hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
    background: var(--color-dark-alpha-50);
  }
  .hc-offcanvas-nav .nav-item-link, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a {
    border-bottom: 1px solid var(--color-dark-1);
  }
  .hc-offcanvas-nav .nav-content > .nav-close:first-child a, .hc-offcanvas-nav .nav-title + .nav-close a.has-label, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a {
    background: var(--color-dark-alpha-75);
    border-top: 1px solid var(--color-dark-1);
    border-bottom: 1px solid var(--color-dark-1);
  }
  .hc-offcanvas-nav .nav-content > .nav-close:first-child a:hover, .hc-offcanvas-nav .nav-title + .nav-close a.has-label:hover, .hc-offcanvas-nav li.nav-close a:hover, .hc-offcanvas-nav .nav-back a:hover {
    background: var(--color-dark-alpha-75);
  }
  .hc-offcanvas-nav .nav-wrapper > .nav-content > ul:first-of-type > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link {
    border-top: 1px solid var(--color-dark-1);
  }
  .hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a, .hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a {
    border-bottom: 1px solid var(--color-dark-1);
  }
  .hc-nav-trigger span,
  .hc-nav-trigger span::before,
  .hc-nav-trigger span::after {
    background: var(--color-dark-3) !important;
    height: 2px;
    border-radius: 2px;
  }
  .hc-nav-trigger:hover span,
  .hc-nav-trigger:hover span::before,
  .hc-nav-trigger:hover span::after {
    width: 100%;
  }
  .is-sticky .hc-nav-trigger span,
  .is-sticky .hc-nav-trigger span::before,
  .is-sticky .hc-nav-trigger span::after {
    background: var(--color-dark-3) !important;
  }
  .site-nav-dark.is-sticky .hc-nav-trigger span,
  .site-nav-dark.is-sticky .hc-nav-trigger span::before,
  .site-nav-dark.is-sticky .hc-nav-trigger span::after,
  .site-header-dark.is-sticky .hc-nav-trigger span,
  .site-header-dark.is-sticky .hc-nav-trigger span::before,
  .site-header-dark.is-sticky .hc-nav-trigger span::after {
    background: var(--color-white) !important;
  }
  .hc-nav-trigger {
    right: 50px;
    top: 17px;
    min-height: 24px;
  }
  .hc-nav-trigger span::before {
    top: -8px;
    width: 70%;
  }
  .hc-nav-trigger.toggle-open {
    top: 16px;
  }
  .hc-nav-trigger.toggle-open span::before {
    opacity: 0;
  }
  .hc-nav-trigger span::after {
    bottom: -8px;
    width: 85%;
  }
  .hc-nav-trigger.toggle-open span::after {
    transform: rotate(-90deg) translate3d(8px, 0, 0);
    width: 100%;
  }
  .hc-offcanvas-nav .nav-item-link, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a {
    font-size: var(--font-size-small);
    color: var(--color-dark-4);
  }
  .hc-offcanvas-nav {
    font-family: inherit;
    line-height: 1.5;
  }
  .hc-offcanvas-nav .nav-close-button span::before,
  .hc-offcanvas-nav .nav-close-button span::after {
    border-top: 2px solid var(--color-primary);
    border-left: 2px solid var(--color-primary);
  }
  .hc-offcanvas-nav .nav-close-button span::before {
    margin-left: -6px;
  }
  /* Responsive Menu End */
  .section-title.color-bg-primary .section-sub-heading,
  .section-title .section-sub-heading {
    font-size: 16px;
  }
  .mou__widget-service-box.style-1 {
    padding: 30px;
  }
  .gallery-box > a i {
    height: 70px;
    width: 70px;
  }
  .gallery-box > a i::before {
    font-size: 24px;
    line-height: 70px;
  }
  .team-content__social {
    padding: 15px 20px;
    top: -34px;
  }
  .team-hover h3 {
    margin-bottom: 5px !important;
  }
  .team-hover span {
    font-size: 14px;
  }
  .team-hover {
    bottom: 60px;
  }
  .feedback-quote i::before {
    font-size: 36px;
    line-height: 1.5;
  }
  .feedback {
    margin-bottom: 20px !important;
  }
  .client-name h4 {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 2px;
  }
  .client-name span {
    font-size: 14px;
  }
  .article-image-small {
    max-width: 120px;
    height: 120px;
    margin-right: 15px;
  }
  .post-author a i {
    font-size: 12px;
  }
  .entry-title-small a {
    font-size: 16px;
    line-height: 1.25;
  }
  .client-logo img {
    max-width: 120px;
  }
  .info-box-text a {
    font-size: var(--font-size-small);
    line-height: 1.5;
  }
  .info-box-text p {
    font-size: var(--font-size-small);
  }
  .form_input_box textarea {
    height: 160px;
  }
  .map-container {
    height: 512px;
  }
  .mou-custom-embed iframe {
    height: 512px;
  }
  .footer-widget-1 p {
    font-size: 14px;
    margin-bottom: 20px !important;
  }
  .footer-post-item .footer-post-thumb {
    max-width: 70px;
  }
  .footer-post-item .footer-post-text h5 {
    font-size: 14px;
  }
  .single-works {
    width: 70px;
  }
  .copyright-area p,
  .footer-author p {
    font-size: 14px;
  }
  footer .slidingbar-social li a {
    font-size: 14px;
  }
  .mou__widget-subscribe-form.theme-dark .subscribe_input_box {
    width: 100%;
  }
  .mou__widget-subscribe-form.theme-dark .subscribe-btn {
    width: 100%;
    word-wrap: break-word;
  }
  .mou__widget-service-box.style-2.theme-dark .service-title h3 {
    font-size: 20px;
  }
  .hero-image-content__text.style-3 h4 {
    font-size: 18px;
  }
  .gr-lg-15 {
    padding-right: 15px;
  }
  .gl-lg-large {
    padding: var(--gutters-small);
  }
  .pb-lg-xsmall {
    padding-bottom: 25px;
  }
  .mou_fullpage .client-logo img {
    max-width: 100px;
  }
  .mou__widget-counterup.mou_fullpage {
    text-align: left !important;
    display: inline-block;
    margin-right: 50px;
  }
  .mou__widget-counterup.mou_fullpage:last-of-type {
    margin-right: 0;
  }
  .mb-lg-50 {
    margin-bottom: 50px;
  }
  .mb-lg-none {
    margin-bottom: 0 !important;
  }
  .mou__widget_post_card-style-1.mou_fullpage .post-date a {
    font-size: 36px;
  }
  .mou__widget_post_card-style-1.mou_fullpage .post-date a span {
    font-size: 20px;
    margin-top: 4px;
  }
  .mou_fullpage .post-content__text h3 {
    font-size: 24px;
    margin-bottom: 5px !important;
  }
  .mou__widget-info-box.is-fullpageJS {
    display: flex;
  }
  .is-fullpageJS .info-box-icon {
    margin-right: 15px;
  }
  .is-fullpageJS .info-box-text {
    text-align: left;
    margin-top: 5px;
  }
  .theme-btn.header-btn {
    display: none;
  }
  .swiper__hero-slider .swiper-slide-active .hero-image-content__image.square.style-1::before {
    right: -12px;
    top: -12px;
    border-width: 2px;
  }
  .mou__widget-features {
    padding: 20px;
  }
  .feature-heading svg,
  .feature-heading img {
    max-height: 40px;
  }
  .feature-heading i {
    font-size: 40px;
  }
  .feature-heading h3 {
    font-size: 18px;
  }
  .gr-lg-10 {
    padding-right: 10px;
  }
  .product-cat-title h3 {
    font-size: 18px;
  }
  .icon-box-icon svg,
  .icon-box-icon img {
    display: block;
  }
  .icon-box-text p {
    font-size: 15px;
  }
  .mb-lg-24 {
    margin-bottom: 24px;
  }
  .mb-lg-none {
    margin-bottom: 0;
  }
  .single-countdown {
    width: 90px;
  }
  .promo-image img {
    max-width: 70%;
    margin: 0 auto;
    display: block;
  }
  .mou__widget-subscribe-form .subscribe_input_box input {
    width: 350px;
  }
  .big-text h1 {
    font-size: 36px;
  }
  .subscribe-form-label h4 {
    letter-spacing: 3px;
  }
  .display-image::before {
    width: 360px;
    height: 320px;
  }
  .page-masthead__heading.full-half,
  .mou__widget_content-text.full-half,
  .mou__widget_content-text.full-half.left {
    padding: var(--gutters-small);
  }
  .sidebar:not(.left-sidebar) {
    padding-left: 0;
  }
  .widget h2.widget-title {
    font-size: 30px;
  }
  .post-meta-info ul li {
    margin-right: 15px;
  }
  .post-meta-info {
    padding: 8px 16px;
  }
  .meta-text a {
    font-size: 13px;
  }
  .latest-comments__comment-excerpt,
  .latest-comments__comment-meta {
    margin-left: 65px;
  }
  .post-author {
    margin-bottom: 5px !important;
  }
  .woocommerce-pagination ul li a,
  .woocommerce-pagination ul li span.current,
  .nav-links .page-numbers.prev,
  .nav-links .page-numbers.next,
  .pagination-block ul li span.current,
  .pagination-block ul li a {
    padding: 4px 12px;
  }
  .widget_recent_posts .article-image-small {
    width: 65px;
    height: 65px;
    margin-right: 15px;
  }
  .article-text-small {
    padding-left: 80px;
  }
  .left-sidebar {
    padding-right: 0;
  }
  .sidebar.left-sidebar.shop-filter {
    padding-right: 24px;
  }
  .sidebar.right-sidebar.shop-filter {
    padding-left: 24px;
  }
  .woocommerce-Price-amount.amount {
    font-size: 16px;
  }
  .cart-table-wrapper .product-thumbnail {
    width: 80px;
  }
  .product-subtotal .amount,
  .product-price .amount {
    font-size: 16px;
    line-height: 1;
  }
  .theme-btn.btn-large.shop a {
    font-size: 15px;
    letter-spacing: 0;
  }
  .cart-table-wrapper .coupon {
    width: 350px;
  }
  .form-register-form,
  .form-login-form,
  .form-login {
    width: 100%;
  }
  .checkout_coupon,
  .coupon.collapse {
    width: 100%;
  }
  .woocommerce-billing-fields h2 {
    font-size: 28px;
  }
  .form-register-form h2,
  .form-login-form h2 {
    font-size: 30px;
  }
  .entry-summary .product_title {
    font-size: 30px;
  }
  .mou_card-text > h2 {
    font-size: 20px;
  }
  .mou_card-text > h2:before {
    top: 4px;
  }
  .woocommerce.columns-6 .products .product,
  .woocommerce.columns-5 .products .product,
  .woocommerce.columns-4 .products .product,
  .woocommerce.columns-3 .products .product {
    width: 33.3333333333%;
  }
  .woocommerce.columns-6.has-sidebar .products .product,
  .woocommerce.columns-5.has-sidebar .products .product,
  .woocommerce.columns-4.has-sidebar .products .product,
  .woocommerce.columns-3.has-sidebar .products .product {
    width: 50%;
  }
  .shop-sidebar .widget .widget-title,
  .shop-sidebar .wc-blocks-filter-wrapper h3 {
    font-size: var(--font-size-medium);
  }
  .promo-content-widget h1 {
    font-size: 42px;
  }
  .pricing-features {
    padding: 25px;
  }
  .mou__widget-team-box.style-2:hover .team-content__text {
    width: 100%;
  }
  .site-footer .shape-3 {
    right: 25px;
    width: 100px;
    top: -66px;
  }
  .woocommerce-cart-form__cart-item.cart_item .product-name {
    max-width: 160px;
  }
  .woocommerce-cart-form__cart-item.cart_item td {
    max-width: 160px;
  }
  .form-register-form, .form-login-form, .woocommerce-form-login, .form-login {
    width: 100%;
  }
  .nav-container .menu-main {
    display: none;
  }
}
/* lg : Large devices */
@media screen and (max-width: 1024px) {
  .header-right-items {
    padding-right: 80px;
  }
  .hc-nav-trigger {
    right: 40px;
  }
  .slidingbar-open {
    margin-left: 20px;
  }
  .image-hover-actions ul {
    padding-left: 10px;
    padding-right: 10px;
  }
  .image-hover-actions ul li {
    margin: 10px;
  }
  .hero-image-content__text h2 {
    font-size: 30px;
  }
  .hero-image-content__text h1,
  .hero-image-content__text h1 span {
    font-size: 40px;
  }
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
  input.submit.btn-large,
  .theme-btn.btn-large button,
  button.theme-btn.btn-large,
  .theme-btn.btn-large a {
    padding: 12px 24px;
    font-size: 14px;
  }
  .content-btn.dark a,
  .content-btn a {
    font-size: 14px;
  }
  .content-btn i::before {
    font-size: var(--font-size-small);
  }
  .team__slider-style-1 .owl-nav button.owl-next,
  .team__slider-style-1 .owl-nav button.owl-prev {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  .team__slider-style-1 .owl-nav button.owl-next i::before,
  .team__slider-style-1 .owl-nav button.owl-prev i::before {
    font-size: var(--font-size-medium);
  }
  .team__slider-style-1 .owl-nav {
    margin-top: 0;
  }
  .map-container {
    min-height: 504px;
  }
  .mou-custom-embed iframe {
    height: 504px;
  }
  .mou__widget-subscribe-form p {
    font-size: var(--font-size-small);
  }
  .mt-30 {
    margin-top: 20px !important;
  }
  .copyright-area p,
  .footer-author p {
    font-size: 13px;
  }
  .footer-menu ul li a {
    font-size: 14px;
  }
  .post-meta-info ul li {
    font-size: 13px;
  }
  .mou__widget-subscribe-form .subscribe-btn button {
    padding: 0 25px;
  }
  .mou__widget-subscribe-form.text-center .subscribe_input_box input {
    font-size: 15px;
  }
  .mou_fullpage .client-logo img {
    max-width: 80px;
  }
  .mou__widget-counterup.mou_fullpage {
    margin-right: 30px;
  }
  .swiper__hero-slider-photography .swiper-button-next,
  .swiper__hero-slider-photography .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: calc(50% + 25px);
  }
  .swiper__hero-slider-photography .swiper-button-prev {
    top: calc(50% - 25px);
  }
  .swiper__hero-slider-photography .swiper-button-next::after,
  .swiper__hero-slider-photography .swiper-button-prev::after {
    font-size: 18px;
  }
  .mou__widget-team-box.style-2:hover .team-content__text {
    width: 80%;
  }
  .header-right-items.menu-hamburger {
    padding-right: 12px;
  }
}
/* md : Medium devices */
@media screen and (max-width: 991px) {
  .section-content__popup-video.shape-before,
  .section-content__popup-video.shape-after {
    margin-bottom: 30px;
  }
  .mou__widget-service-box.style-1.color-md-dark-2 {
    background: var(--color-dark-2);
  }
  .mou__widget-service-box.style-1.color-md-dark-2 p {
    color: var(--color-dark-3) !important;
  }
  .mou__widget-service-box.style-1.color-md-dark-2 .icon-md-1 {
    display: block;
    margin: 0 auto;
  }
  .mou__widget-service-box.style-1.color-md-dark-2 .icon-1 {
    display: none;
  }
  .mou__widget-service-box.style-1.color-md-primary {
    background: var(--color-primary);
  }
  .mou__widget-service-box.style-1.color-md-primary p {
    color: var(--color-white);
  }
  .mou__widget-service-box.style-1.color-md-primary .icon-md-1 {
    display: block;
    margin: 0 auto;
  }
  .mou__widget-service-box.style-1.color-md-primary .icon-1 {
    display: none;
  }
  .pb-md-small {
    padding-bottom: 50px;
  }
  .articles-wrapper-small ul li:first-child {
    margin-top: 50px;
  }
  .article-image-small {
    max-width: 160px;
    height: 160px;
    margin-right: 24px;
  }
  .entry-title-small a {
    font-size: var(--font-size-large);
  }
  .small-article-item {
    align-items: center;
  }
  .mou__widget-info-box {
    padding: 20px;
  }
  .info-box-icon svg,
  .info-box-icon i {
    font-size: var(--font-size-medium);
    height: 46px;
    width: 46px;
    line-height: 40px;
  }
  .info-box-icon svg {
    padding: 11px;
  }
  .theme-dark .text-leave textarea,
  .theme-dark .form_input_box textarea,
  .comment_input_field textarea,
  .text-leave textarea,
  .form_input_box textarea {
    height: 200px;
  }
  .footer-post-meta-info p {
    display: block;
  }
  .footer-post-item .footer-post-text h5 {
    font-size: 16px;
  }
  .search-container {
    width: 680px;
    height: 400px;
  }
  .hero-image-content__image.style-2 {
    width: 50%;
    margin: 0 auto;
  }
  .hero-image-content__image.style-2.shape::before {
    width: 300px;
    height: 250px;
  }
  .hero-image-content__text.style-2 {
    text-align: center;
    margin-top: 30px;
  }
  .scroll-btn {
    left: 50px;
  }
  .shape-1 {
    display: none;
  }
  .section-title,
  .section-title.theme-dark {
    max-width: 70%;
  }
  .theme-btn.dark a {
    letter-spacing: 1px;
  }
  .gr-md-small-none {
    padding-right: 0;
  }
  .gl-md-small-none {
    padding-left: 0;
  }
  .section-content__heading.theme-dark h2 {
    font-size: var(--font-size-xlarge);
  }
  .section-content__video {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .pb-md-large {
    padding-bottom: 75px;
  }
  .post-content__text h3 {
    font-size: 20px;
  }
  .post-style-creative .col-lg-4:last-of-type .mou__widget_post_card-style-1 {
    margin-bottom: 0;
  }
  .g-md-large {
    padding: 50px;
  }
  .hero-image-content__text.style-3 {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
  }
  .mb-md-50 {
    margin-bottom: 50px;
  }
  .testimonial__slider .owl-nav button.owl-next,
  .testimonial__slider .owl-nav button.owl-prev {
    height: 40px;
    width: 40px;
    line-height: 1;
  }
  .testimonial__slider .owl-nav button.owl-next i::before,
  .testimonial__slider .owl-nav button.owl-prev i::before {
    font-size: 18px;
  }
  .newsletter-image {
    display: none;
  }
  .mr-md-none {
    margin-right: 0;
  }
  .mou_fullpage .client-logo img {
    max-width: 120px;
  }
  .mou__widget-counterup.mou_fullpage {
    margin-bottom: 30px !important;
    text-align: center !important;
    margin-right: 0;
    display: block;
  }
  .mou__widget-counterup.mou_fullpage:last-of-type {
    margin-bottom: 0 !important;
  }
  .mb-md-none {
    margin-bottom: 0;
  }
  .is-fullpageJS .info-box-text {
    margin-top: 0;
    text-align: center;
  }
  .mou__widget-info-box.is-fullpageJS {
    display: block;
  }
  .is-fullpageJS .info-box-icon {
    margin-right: 0;
  }
  .mou__widget-features {
    padding: 30px;
  }
  .feature-heading svg,
  .feature-heading img {
    max-height: 60px;
  }
  .feature-heading i {
    font-size: 60px;
  }
  .feature-heading h3 {
    font-size: 24px;
  }
  .hero-image-content__text.shop {
    max-width: 100%;
    margin-left: 0;
  }
  .product-cat-title h3 {
    font-size: 20px;
  }
  .mou_simple-slider .owl-nav button.owl-next,
  .mou_simple-slider .owl-nav button.owl-prev {
    height: 40px;
    width: 40px;
    line-height: 1;
  }
  .mou_simple-slider .owl-nav button.owl-next i::before,
  .mou_simple-slider .owl-nav button.owl-prev i::before {
    font-size: 18px;
  }
  .single-countdown {
    width: 80px;
  }
  .promo-image img {
    max-width: 100%;
  }
  .post-content__text h3 {
    font-size: 24px;
  }
  .gr-md-small {
    padding-right: 25px;
  }
  .gx-md-auto {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .gx-md-xsmall {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .gx-md-none {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .gl-md-none {
    padding-left: 0 !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .pb-md-50 {padding-bottom: var(--gutters-small);}
  .g-md-none {padding: 0;}
  .display-image img {
    max-width: 40%;
    margin: 0 auto !important;
    display: block;
    margin-top: 30px !important;
  }
  .display-image::before {
    left: 35%;
    width: 200px;
    height: 180px;
    margin-top: 40px;
  }
  .mou__widget-subscribe-form .subscribe_input_box input {
    width: 500px;
  }
  .single-countdown {
    padding: 10px 0;
  }
  .single-countdown:last-of-type {
    margin-right: 0;
  }
  .hero-image-content__text.slide,
  .hero-image-content__text.shop {
    max-width: 80%;
    margin-left: auto;
    padding: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .page-masthead__heading .entry-title {
    font-size: 36px;
  }
  .mt-md-small {
    margin-top: var(--gutters-small) !important;
  }
  .sidebar.blog-sidebar.sidebar-right {
    margin-bottom: 0 !important;
    margin-top: var(--gutters-medium) !important;
  }
  .sidebar.blog-sidebar.sidebar-left {
    margin-top: 0 !important;
    margin-bottom: var(--gutters-medium) !important;
  }
  .mou-blog-single .blog-sidebar.sidebar-left,
  .posts_layout-list .blog-sidebar.sidebar-left,
  .posts_layout-card .blog-sidebar.sidebar-left {
    padding-right: 0;
  }
  .mou-blog-single .blog-sidebar.sidebar-right,
  .posts_layout-list .blog-sidebar.sidebar-right,
  .posts_layout-card .blog-sidebar.sidebar-right {
    padding-left: 0;
  }
  .project-meta-info p,
  .project-meta-info a {
    font-size: var(--font-size-small);
  }
  .pb-md-small {
    padding-bottom: var(--gutters-small);
  }
  .mt-md-none {
    margin-top: 0;
  }
  .mb-md-xsmall {
    margin-bottom: var(--gutters-xsmall);
  }
  .page-masthead__heading.full-half,
  .mou__widget_content-text.full-half,
  .mou__widget_content-text.full-half.left {
    padding: 75px 0;
    max-width: 696px;
    margin: 0 auto;
  }
  .mb-md-none {
    margin-bottom: 0 !important;
  }
  .project-meta-info.vertical {
    margin-bottom: 0;
  }
  .widget_search input.search-form_input {
    height: 44px;
  }
  .widget_search button.search-form_submit {
    width: 36px;
    height: 36px;
  }
  .widget-article-wrapper .entry-title-small a {
    font-size: var(--font-size-medium);
  }
  .meta-text a {
    font-size: 12px;
  }
  .button-group.filter-item-btn {
    text-align: center !important;
  }
  .theme-btn.btn-large.shop a {
    font-size: 15px;
    padding: 15px 30px;
    letter-spacing: 1px;
  }
  .cart-table-wrapper .product-thumbnail img {
    border: none;
  }
  .woocommerce-cart-form__contents tr td.actions {
    padding: 0;
  }
  .sidebar .cart-collaterals .cart_totals {
    margin-top: var(--gutters-small);
  }
  .cart-table-wrapper .coupon {
    width: 420px;
  }
  .checkout-review-order-table td.product-name {
    padding-left: 0;
    font-size: 16px;
  }
  .form-coupon-toggle,
  .form-login-toggle {
    display: flex;
  }
  .showcoupon,
  .showlogin {
    float: left;
    text-align: left;
  }
  .order-review {
    padding: 0 24px 24px;
  }
  #order_review_heading {
    margin: 0 calc(24px * -1) 15px;
  }
  .checkout-review-order-table tr {
    padding: 12px 24px;
    margin: 0 calc(24px * -1);
  }
  .checkout-review-order-table td.product-name {
    max-width: 70%;
    min-height: 100%;
  }
  .woocommerce-billing-fields {
    padding: 24px 24px 12px;
  }
  .form-register-form,
  .form-login-form {
    padding: 24px;
  }
  .custom-login-btn.google-login a,
  .custom-login-btn.facebook-login a {
    height: 46px;
    line-height: 42px;
  }
  .entry-summary .product_title {
    font-size: 26px;
  }
  .mt-md-24 {
    margin-top: 24px !important;
  }
  .section-content__popup-video a.popup_video {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 14px;
  }
  .section-content__popup-video a.popup_video::before {
    width: 85%;
    height: 85%;
    padding: 42px;
  }
  .comment_container .avatar {
    max-width: 80px;
  }
  .comment-text {
    width: calc(100% - 95px);
  }
  .comment_container .review__author {
    display: block;
  }
  #review_form_wrapper {
    padding: 25px;
  }
  .comment-form-email.form_input_box input,
  .comment-form-author.form_input_box input {
    height: 40px;
  }
  .comment-form-comment.form_input_box textarea {
    height: 130px;
    padding: 10px 15px;
  }
  .gallery-grid .grid-creative,
  .portfolio__posts-wrapper .archive-grid-item,
  .portfolio__posts-wrapper .archive-grid-taxonomy-item,
  .portfolio-grid .grid-creative {
    margin-bottom: 50px !important;
  }
  .gallery-grid .grid-creative:last-of-type,
  .portfolio__posts-wrapper .archive-grid-item:last-of-type,
  .portfolio-grid .grid-creative:last-of-type {
    margin-bottom: 75px !important;
  }
  /* Page Masthead */
  .page-masthead__heading.align-md-center {
    text-align: center;
  }
  .page-masthead__heading.align-md-center .entry-subtitle {
    padding-left: 0;
  }
  .page-masthead__heading.align-md-center .entry-subtitle:before {
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 4px;
    width: 12px;
  }
  /* Page Masthead End */
  /*Wishlist*/
  .wishlist_table.wishlist_view > thead {
    display: none;
  }
  .wishlist-items-wrapper {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
  }
  .wishlist_table.wishlist_view tr {
    border-bottom: 0;
  }
  .wishlist_table.wishlist_view tr {
    width: calc(50% - 12px);
    display: flex;
    position: relative;
    flex-direction: column;
    margin-right: 24px;
    margin-bottom: 40px;
  }
  .wishlist_table.wishlist_view tr:nth-child(even) {
    margin-right: 0;
  }
  .wishlist_table.wishlist_view tr td {
    text-align: left;
  }
  .wishlist_table tr td.product-thumbnail {
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 15px;
  }
  .wishlist_table tr td.product-thumbnail a {
    max-width: 100%;
  }
  .wishlist_table.wishlist_view tr td {
    text-align: left;
  }
  .product-stock-status .wishlist-in-stock {
    text-align: left;
  }
  .wishlist-items-wrapper .product-stock-status .wishlist-in-stock,
  .wishlist-items-wrapper .product-subtotal .amount,
  .wishlist-items-wrapper .product-price .amount {
    float: none;
  }
  .wishlist_table.wishlist_view tr td.product-add-to-cart {
    text-align: center;
  }
  .wishlist_table.wishlist_view tr td.product-price {
    text-align: left;
    line-height: 1.5;
    border-bottom: 1px solid var(--color-light-1);
  }
  .wishlist_table.wishlist_view tr td.product-add-to-cart {
    padding-bottom: 0;
    text-align: left;
  }
  .wishlist_table tr td.product-thumbnail a img,
  .cart-table-wrapper .product-thumbnail img {
    border: 0;
    border-color: var(--color-dark-4);
  }
  .wishlist_table.wishlist_view .product-price del {
    margin-right: 10px;
  }
  .wishlist_table.wishlist_view td.product-name {
    text-align: left;
    max-width: 100%;
    min-height: auto;
    padding-left: 0;
    border-bottom: 1px solid var(--color-light-1);
  }
  .wishlist_table.wishlist_view tr td.product-remove {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
    z-index: 1;
  }
  .remove.remove_from_wishlist {
    color: var(--color-dark-3);
    font-size: 20px;
    height: 24px;
    width: 24px;
    display: block;
    background: #fff;
    line-height: 24px;
  }
  table.wishlist_table tbody td {
    padding: 8px 0;
  }
  .wishlist_table.wishlist_view tr td.product-add-to-cart {
    padding: 0;
  }
  .wishlist_table.wishlist_view tr td.product-add-to-cart a {
    margin-top: 10px !important;
  }
  .yith_wcwl_wishlist_footer .yith-wcwl-share {
    margin-top: 0;
  }
  .wishlist_table .product-add-to-cart a {
    font-size: 13px;
    padding: 8px 15px;
  }
  /*Wishlist end*/
  .mou__widget-service-box.style-1 .service-icon i,
  .mou__widget-service-box.style-1 img {
    top: 30px;
    line-height: 1;
  }
  .mou__widget-service-box.style-1 h1 a,
  .mou__widget-service-box.style-1 h2 a,
  .mou__widget-service-box.style-1 h3 a,
  .mou__widget-service-box.style-1 h3 a,
  .mou__widget-service-box.style-1 h4 a,
  .mou__widget-service-box.style-1 h5 a {
    top: 30px;
  }
  .woocommerce.columns-6 .products .product,
  .woocommerce.columns-5 .products .product,
  .woocommerce.columns-4 .products .product,
  .woocommerce.columns-3 .products .product {
    width: 50%;
  }
  .mou__widget-service-box.style-1 {
    background-color: var(--color-dark-2);
  }
  .mou__widget-service-box.style-1 .service-icon i {
    color: var(--color-primary);
  }
  .mou__widget-service-box.style-1 p {
    color: var(--color-dark-4);
  }
  .footer-top .widget_footer.has-4-columns:not(:nth-of-type(2)) .widget-title.size-small,
  .footer-top .widget_footer.has-3-columns:not(:nth-of-type(2)) .widget-title.size-small {
    margin-top: 40px;
  }
  .section-bg-image-fullheight.fullPage-hero-image:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-dark-2);
    opacity: 0.9;
    z-index: -1;
  }
  .mou__widget-accordion .accordion .accordion-title {
    font-size: 16px;
  }
  .mou__widget-team-box.style-2:hover .team-content__text {
    width: 100%;
  }
  .showcoupon,
  .showlogin {
    display: block;
    float: none;
  }
  .woocommerce-checkout-review-order tr {
    margin: 0 calc(30px * -.8);
  }
  .shop_table.woocommerce-checkout-review-order-table td.product-name {
    max-width: 65%;
  }
  .woocommerce-table.woocommerce-table--order-downloads {
    margin-top: 30px;
  }
  .gr-md-none {
    padding-right: 0;
  }
  .hero-image-content__text h2 {
    margin-bottom: 5px;
  }
  .portfolio-terms-pagination-wrapper {
    margin-top: -25px !important;
  }
  .portfolio__posts-wrapper .archive-grid-taxonomy-item:last-of-type {
    margin-bottom: var(--gutters-medium) !important;
  }
  .comment {
    margin-top: 30px;
  }
}
/* sm : Small devices */
@media screen and (max-width: 767px) {
  .theme-bullet li,
  p {
    font-size: 14px;
  }
  .hero_content-text .hero-main-title {
    margin-bottom: 20px;
  }
  .hero-image-content__text.style-1 {
    text-align: center;
  }
  .search-container {
    width: calc(100% - 100px);
    height: 300px;
  }
  .search_form {
    width: calc(100% - 100px);
  }
  .slidingbar-open {
    display: none;
  }
  .header-right-items {
    padding-right: 66px;
  }
  .gx-sm-small {
    padding-left: var(--gutters-xsmall);
    padding-right: var(--gutters-xsmall);
  }
  .hc-nav-trigger {
    right: 25px;
  }
  .search-close::before,
  .search-close::after {
    width: 30px;
  }
  .cta-text h2 {
    font-size: 30px;
  }
  .cta-content .cta-text h5 {
    font-size: 14px;
  }
  .section-title .section-main-heading,
  .section-title.theme-dark .section-main-heading {
    font-size: 28px;
  }
  .cta-text {
    width: 65%;
  }
  .section-title .section-sub-heading {
    font-size: 14px;
    line-height: 1.5;
  }
  input.submit,
  .mou-mini-cart__buttons a,
  .theme-btn button,
  button.theme-btn,
  .theme-btn a {
    padding: 10px 20px;
    font-size: 14px;
  }
  .mou__widget-service-box.style-1 {
    padding: 40px;
  }
  .color-sm-primary {
    background: var(--color-primary) !important;
  }
  .mou__widget-service-box.style-1.color-sm-primary p {
    color: var(--color-white) !important;
  }
  .color-sm-primary .icon-1 {
    display: block !important;
    margin: 0 auto;
  }
  .color-sm-primary .icon-md-1 {
    display: none !important;
  }
  .color-sm-dark-2 p {
    color: var(--color-dark-3) !important;
  }
  .color-sm-dark-2 {
    background: var(--color-dark-2) !important;
  }
  .color-sm-dark-2 .icon-1 {
    display: block !important;
    margin: 0 auto;
  }
  .color-sm-dark-2 .icon-md-1 {
    display: none !important;
  }
  .button-group button {
    font-size: 14px;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .team-content__social {
    padding: 15px;
  }
  .testimonial-content__image {
    width: 50%;
    margin: 0 auto;
  }
  .testimonial-content__text {
    text-align: center;
    margin-top: 30px;
  }
  .mou__widget-info-box {
    width: 70%;
    margin: 0 auto;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .map-container {
    height: 360px;
  }
  .mou-custom-embed iframe {
    height: 360px;
  }
  .entry-title-small a {
    font-size: 20px;
  }
  .mt-sm-small {
    margin-top: 50px !important;
  }
  .section-title,
  .section-title.theme-dark {
    max-width: 65%;
  }
  .pb-sm-large {
    padding-bottom: 75px;
  }
  .post-content__text h3 {
    font-size: 24px;
  }
  .mou__widget-subscribe-form.theme-dark {
    text-align: center;
  }
  .mou__widget-subscribe-form.theme-dark form {
    display: block;
  }
  .mou__widget-subscribe-form.theme-dark .subscribe_input_box input {
    width: 100%;
    margin-right: 0;
  }
  .newsletter-image {
    display: none;
  }
  p.confirm-text {
    margin-top: 15px;
  }
  .gr-sm-15 {
    padding-right: 15px;
  }
  .nav-container.nav-sliding .menu-main li a {
    font-size: 24px;
  }
  .nav-container.nav-sliding {
    width: 350px;
  }
  .service-title .service-icon i {
    font-size: 50px;
    margin-right: 15px;
  }
  .gx-sm-xsmall {
    padding-left: 25px;
    padding-right: 25px;
  }
  .post-content__text p {
    font-size: 15px;
  }
  .is-fullpageJS .info-box-text {
    margin-top: 0;
    text-align: left;
  }
  .mou__widget-info-box.is-fullpageJS {
    display: flex;
  }
  .is-fullpageJS .info-box-icon {
    margin-right: 15px;
  }
  .mou__widget-info-box {
    width: 100%;
  }
  .mou__widget-info-box.fullwidth {
    width: 50%;
  }
  .mou__widget-features {
    padding: 20px;
  }
  .feature-heading svg,
  .feature-heading img {
    max-height: 40px;
  }
  .feature-heading i {
    font-size: 40px;
  }
  .feature-heading h3 {
    font-size: 18px;
  }
  .mb-sm-none {
    margin-bottom: 0 !important;
  }
  .gr-sm-10 {
    padding-right: 10px;
  }
  .product-cat-counter {
    display: none;
  }
  .product-section-wrapper .product-item {
    margin-bottom: 25px;
  }
  .single-countdown {
    width: 100px;
  }
  .promo-image img {
    max-width: 70%;
    margin-top: 50px;
  }
  .countdown-content {
    text-align: center;
  }
  .countdown-content .single-countdown:last-of-type {
    margin-right: 0;
  }
  .theme-btn.btn-center {
    text-align: center;
  }
  .pb-sm-small {
    padding-bottom: 50px;
  }
  .mou__widget-features-style-2 .feature-icon {
    margin-right: 15px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mou__widget-team-box.style-2 .team-content__text .team-info-center {
    padding: 16px 12px;
  }
  .mou__widget-team-box.style-2:hover .team-content__text {
    width: 80%;
  }
  .team-content__image h4 {
    padding: 15px 20px;
  }
  .gallery_box_style-3 {
    position: absolute;
    background: var(--color-dark-alpha-90);
    left: 6px;
    z-index: 1;
    padding: 24px;
    bottom: 6px;
  }
  .gallery_box_style-3.order-changed {
    position: absolute;
    background: var(--color-dark-alpha-90);
    right: 6px;
    left: auto;
    z-index: 1;
    padding: 24px;
    bottom: 6px;
  }
  .gallery-grid .grid-creative,
  .portfolio__posts-wrapper .archive-grid-item,
  .portfolio__posts-wrapper .archive-grid-taxonomy-item,
  .portfolio-grid .grid-creative {
    margin-bottom: 25px !important;
    overflow: hidden;
  }
  .portfolio__posts-wrapper .archive-grid-item:last-of-type {
    margin-bottom: 25px !important;
  }
  .portfolio__posts-wrapper .archive-grid-taxonomy-item:last-of-type {
    margin-bottom: var(--gutters-medium) !important;
  }
  .gallery-grid .grid-creative .gallery_box_style-3,
  .gallery-grid .grid-creative .gallery_box_style-3.order-changed {
    -webkit-transform: none;
    transform: none;
    -webkit-animation: 0.5s ease-in-out 0s normal none 1 running slideInDown;
    animation: 0.5s ease-in-out 0s normal none 1 running slideInDown;
  }
  .gallery-grid .grid-creative:hover .gallery_box_style-3,
  .gallery-grid .grid-creative:hover .gallery_box_style-3.order-changed {
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-animation: 0.5s ease-in-out 0s normal none 1 running slideOutDown;
    animation: 0.5s ease-in-out 0s normal none 1 running slideOutDown;
  }
  .portfolio-grid .grid-creative .gallery-box > a i,
  .portfolio__posts-wrapper .archive-grid-item .gallery-box > a i,
  .portfolio__posts-wrapper .archive-grid-taxonomy-item .gallery-box > a i {
    display: none;
  }
  .portfolio-grid .grid-creative .image-hover-actions ul,
  .portfolio__posts-wrapper .archive-grid-item .image-hover-actions ul,
  .portfolio__posts-wrapper .archive-grid-taxonomy-item .image-hover-actions ul {
    top: 15px;
    bottom: auto;
    left: 40%;
    right: auto;
    -webkit-transform: translateX(-40%) scale(.5);
    transform: translateX(-40%) scale(.5);
  }
  .portfolio-grid .grid-creative:hover .image-hover-actions ul,
  .portfolio__posts-wrapper .archive-grid-item:hover .image-hover-actions ul,
  .portfolio__posts-wrapper .archive-grid-taxonomy-item:hover .image-hover-actions ul {
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
  .portfolio-grid .grid-creative .gallery_box_style-3,
  .portfolio-grid .grid-creative .gallery_box_style-3.order-changed,
  .portfolio__posts-wrapper .archive-grid-item .gallery_box_style-3,
  .portfolio__posts-wrapper .archive-grid-taxonomy-item .gallery_box_style-3,
  .portfolio__posts-wrapper .archive-grid-item .gallery_box_style-3.order-changed,
  .portfolio__posts-wrapper .archive-grid-taxonomy-item .gallery_box_style-3.order-changed {
    text-align: left;
    width: max-content;
    max-width: calc(100% - 12px);
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .portfolio-grid .grid-creative .gallery-box:before,
  .portfolio__posts-wrapper .archive-grid-item .gallery-box:before,
  .portfolio__posts-wrapper .archive-grid-taxonomy-item .gallery-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    background: var(--color-primary);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation: 0.5s ease-in-out 0s normal none 1 running slideOutRight;
    animation: 0.5s ease-in-out 0s normal none 1 running slideOutRight;
  }
  .portfolio-grid .grid-creative .gallery-box:hover::before,
  .portfolio__posts-wrapper .archive-grid-item .gallery-box:hover::before,
  .portfolio__posts-wrapper .archive-grid-taxonomy-item .gallery-box:hover::before {
    -webkit-transform: none;
    transform: none;
    width: 100%;
    -webkit-animation: 0.5s ease-in-out 0s normal none 1 running slideInLeft;
    animation: 0.5s ease-in-out 0s normal none 1 running slideInLeft;
  }
  .portfolio-grid .grid-creative .gallery-box::after,
  .portfolio__posts-wrapper .archive-grid-item .gallery-box::after,
  .portfolio__posts-wrapper .archive-grid-taxonomy-item .gallery-box::after {
    display: none;
  }
  .more-posts-portfolio,
  .no-more-posts-portfolio,
  .more-posts-portfolio-loading {
    margin-top: var(--gutters-small);
  }
  .page-masthead__heading .entry-title {
    font-size: 32px;
  }
  .page-masthead__heading .entry-subtitle {
    font-size: 15px;
  }
  .mt-sm-24 {
    margin-top: 24px;
  }
  .mt-sm-none {
    margin-top: 0;
  }
  .project-meta-info {
    margin-bottom: var(--gutters-xsmall);
    text-align: center;
  }
  .single-post-nav a {
    font-size: 16px;
  }
  .single-post-nav .post-prev .nav-prev-thumb {
    margin-right: 10px;
  }
  .single-post-nav .post-next .nav-next-thumb {
    margin-left: 10px;
  }
  .single-post-nav .post-prev:hover .nav-prev-thumb {
    margin-left: 0;
  }
  .single-post-nav .post-next:hover .nav-next-thumb {
    margin-right: 0;
  }
  .nav-prev-thumb img,
  .nav-next-thumb img {
    display: none;
  }
  .single-post-nav .post-prev .priyo-icon-arrow.left {
    margin-right: 15px;
  }
  .single-post-nav .post-next .priyo-icon-arrow.right {
    margin-left: 10px;
  }
  .page-masthead__heading.full-half,
  .mou__widget_content-text.full-half,
  .mou__widget_content-text.full-half.left {
    padding: 75px 12px;
    max-width: 540px;
  }
  .project-meta-info.vertical {
    margin-bottom: 40px;
  }
  .button-group button {
    margin: 0 8px;
  }
  .widget h2.widget-title {
    font-size: 28px;
  }
  .gr-sm-none {
    padding-right: 0;
  }
  td.product-name {
    max-width: 430px;
  }
  .cart-table-wrapper .coupon {
    width: 100%;
    background-color: var(--color-white);
  }
  table.shop_table_responsive tr td .coupon {
    text-align: left;
  }
  .form-coupon-toggle,
  .form-login-toggle {
    display: block;
  }
  .showcoupon,
  .showlogin {
    float: right;
    text-align: right;
  }
  .summary.entry-summary {
    margin-top: var(--gutters-small);
  }
  .single-product-gallery .swiper-slide .gallery i {
    top: 25px;
    left: 25px;
    width: 50px;
    height: 50px;
    font-size: var(--font-size-large);
    line-height: 50px;
  }
  .comment-text {
    width: calc(100% - 100px);
  }
  .comment_container .review__author {
    display: inline-block;
  }
  .comment-form-email.form_input_box input,
  .comment-form-author.form_input_box input {
    height: 46px;
  }
  .comment-form-comment.form_input_box textarea {
    height: 140px;
  }
  /* Page Masthead */
  .page-masthead__heading.align-sm-center {
    text-align: center;
  }
  .page-masthead__heading.align-sm-center .entry-subtitle {
    padding-left: 0;
  }
  .page-masthead__heading.align-sm-center .entry-subtitle:before {
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 4px;
    width: 12px;
  }
  /* Page Masthead End */
  .pt-sm-small {
    padding-top: var(--gutters-small);
  }
  .pb-sm-small {
    padding-bottom: var(--gutters-small);
  }
  .mou__widget-service-box.style-1 .service-icon i,
  .mou__widget-service-box.style-1 img {
    top: 30px;
  }
  .mou__widget-service-box.style-1 h1 a,
  .mou__widget-service-box.style-1 h2 a,
  .mou__widget-service-box.style-1 h3 a,
  .mou__widget-service-box.style-1 h3 a,
  .mou__widget-service-box.style-1 h4 a,
  .mou__widget-service-box.style-1 h5 a {
    top: 30px;
  }
  .height-fixed {
    height: 550px;
  }
  .section-title .section-main-heading.before::before {
    top: -8px;
    height: 40px;
    width: 40px;
  }
  .section-title .section-main-heading.before {
    padding-left: 30px;
  }
  .section-title .section-main-heading.before ~ .section-sub-heading {
    margin-left: 30px;
  }
  .shop-sidebar.sidebar-right,
  .shop-sidebar.sidebar-left {
    display: none;
    margin-bottom: var(--gutters-small);
    border: 2px solid var(--color-light-1);
    padding: var(--gutters-small) !important;
    padding-bottom: var(--gutters-xsmall) !important;
  }
  .shop-filter-btn button#hide_filter {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all .3s;
  }
  .shop-filter-btn button#hide_filter.active {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: all .3s;
  }
  .shop-sidebar.sidebar-right.active,
  .shop-sidebar.sidebar-left.active {
    display: block;
  }
  .shop-sidebar.sidebar-right.active {
    margin-bottom: 0;
    margin-top: var(--gutters-xsmall);
  }
  .woocommerce .products .product {
    margin: 0 0 25px 0;
  }
  .fifty-fifty::before,
  .fifty-fifty::after {
    width: 100% !important;
    height: 100%;
    background: var(--color-dark-2) !important;
  }
  .fifty-fifty .section-title,
  .fifty-fifty .section-title.theme-dark {
    background: transparent;
    margin-top: var(--gutters-medium);
  }
  .fifty-fifty .section-title.color-bg-primary .section-main-heading.before::before {
    background: var(--color-primary);
  }
  .fifty-fifty .section-title.color-bg-primary .section-sub-heading {
    color: var(--color-dark-3);
  }
  .fifty-fifty .testimonial__slide_wrapper-style-2 {
    background: transparent;
  }
  .fifty-fifty .testimonial__slide_wrapper-style-2 p {
    background: var(--color-primary);
  }
  .fifty-fifty .testimonial__slide_wrapper-style-2 i {
    color: var(--color-white);
  }
  .fifty-fifty .testimonial__slide_wrapper-style-2.color-bg-primary .client-title h5 {
    color: var(--color-dark-3);
  }
  .fifty-fifty .testimonial__slide_wrapper-style-2 p::before {
    border-left-color: var(--color-primary);
  }
  .fifty-fifty .testimonial-slide-wrapper p {
    background-color: var(--color-primary);
  }
  .fifty-fifty .testimonial-slide-wrapper p::before {
    border-left-color: var(--color-primary);
  }
  .fifty-fifty .section-main-heading.before::before {
    background: var(--color-primary) !important;
  }
  .fifty-fifty .testimonial-slide-wrapper i {
    color: var(--color-white);
  }
  .fifty-fifty .testimonial__slider .owl-nav button {
    background-color: var(--color-primary) !important;
  }
  .fifty-fifty .testimonial__slider .owl-nav button:hover {
    background-color: var(--color-white) !important;
  }
  .fifty-fifty .testimonial__slider .owl-nav button:hover i {
    color: var(--color-primary);
  }
  .gallery_box_style-3.light h3,
  .gallery_box_style-3.theme-dark h3,
  .gallery_box_style-3 h3 {
    color: var(--color-white);
  }
  .post-details .post-inner h2 {
    font-size: 30px;
  }
  .post-meta-wrapper.post-meta-single .post-meta li,
  .page-masthead__heading .mou-breadcrumbs {
    font-size: 14px;
    line-height: 1.5;
  }
  .wp-block-quote.w-90 {
    width: 100%;
  }
  .comment-reply-title {
    font-size: 30px;
  }
  /* WooCart */
  .woocommerce-cart-form__cart-item.cart_item {
    background-color: var(--color-white);
    margin-bottom: 24px;
    display: block;
    padding: var(--gutters-xsmall);
  }
  .theme-mou.woocommerce-cart.woocommerce-page .mou-section.page-static {
    background-color: var(--color-light-1);
    padding-top: 0;
  }
  .woocommerce-cart-form__cart-item.cart_item td {
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid var(--color-light-1);
    padding: 15px 0;
  }
  .woocommerce-cart-form__cart-item.cart_item td:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .woocommerce-cart-form__cart-item.cart_item td:first-child {
    border-top: 0;
    padding-top: 0;
  }
  table.shop_table_responsive tr .product-thumbnail::before {
    display: none;
  }
  .woocommerce-cart-form__cart-item.cart_item .product-name {
    max-width: 100%;
  }
  table.shop_table_responsive .woocommerce-cart-form__cart-item.cart_item td {
    display: flex;
    justify-content: space-between;
  }
  table.shop_table_responsive .woocommerce-cart-form__cart-item.cart_item .product-remove {
    justify-content: end;
    border: 0;
  }
  table.shop_table_responsive tr .product-thumbnail a {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  table.shop_table_responsive tr .product-thumbnail {
    border: 0;
  }
  .table > :not(:first-child) {
    border-top: 0;
  }
  .cart_totals {
    border: 0;
    background-color: var(--color-white);
  }
  .cart_totals .shop_table.shop_table_responsive tr:not(.woocommerce-shipping-totals.shipping) {
    display: block;
  }
  .shipping-calculator-form {
    text-align: left;
  }
  /* WooCart end */
  .woocommerce-table--order-downloads.shop_table_responsive.order_details tr {
    border: 2px solid var(--color-light-1);
    margin-bottom: 24px;
    padding: 15px;
    display: block;
  }
  .woocommerce-table--order-downloads.shop_table_responsive.order_details tr:last-child {
    margin-bottom: 0;
  }
  .woocommerce-table--order-downloads.shop_table_responsive.order_details tr td {
    display: flex;
    justify-content: space-between;
  }
  .nav-container.nav-sliding .menu-hamburger li a {
    font-size: 30px;
  }
  .hero_content-image.hero-image-content__image.style-1 {
    margin: 0 auto;
  }
  .portfolio-terms-pagination-wrapper {
    margin-top: -40px !important;
  }
  .blog-pagination-wrapper.mt-sm-xsmall,
  .more-posts-posts-btn.mt-sm-xsmall {
    margin-top: 15px;
  }
}
/* sm : Small devices */
@media screen and (max-width: 600px) {
  .icon-box-icon svg,
  .icon-box-icon img {
    display: none;
  }
  .swiper__gallery-ribbon .swiper-slide .gallery i {
    display: none;
  }
}
/* xs : X-small devices */
@media screen and (max-width: 575px) {
  .gx-xs-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .search-container {
    padding: 25px;
    width: calc(100% - 50px);
    height: 260px;
  }
  .search_form {
    width: calc(100% - 50px);
  }
  .search-close {
    top: 25px;
    right: 25px;
    width: 30px;
  }
  .mou_offcanvas-account,
  .mou_offcanvas-cart {
    width: 420px;
  }
  .cta-content {
    display: block !important;
    text-align: center;
  }
  .cta-text {
    width: 100%;
    margin-bottom: 30px;
  }
  .section-title,
  .section-title.theme-dark {
    max-width: 80%;
  }
  .section-title {
    text-align: center;
    margin: 0 auto;
  }
  .section-title.color-bg-primary .section-sub-heading,
  .section-title .section-sub-heading {
    margin-left: 0;
  }
  .section-title .section-main-heading,
  .section-title.theme-dark .section-main-heading {
    padding-left: 0;
  }
  .section-title .section-sub-heading.before::before {
    left: auto;
    top: -8px;
    height: 40px;
    width: 40px;
    margin-left: -25px;
  }
  .mou__widget-section-title {
    display: block !important;
    text-align: center;
  }
  .mou__widget-section-title .theme-btn {
    margin-top: 30px;
  }
  .button-group.filter-item-btn {
    text-align: center !important;
  }
  .button-group button {
    margin: 0 7px;
  }
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  .shape-2 {
    left: auto;
    right: 12px;
  }
  .pb-xs-25 {
    padding-bottom: 25px;
  }
  .team-hover span {
    font-size: 14px;
  }
  .mou__widget-subscribe-form.text-center .subscribe_input_box input {
    width: calc(100% - 24px);
  }
  footer .slidingbar-social li a {
    font-size: var(--font-size-medium);
  }
  .footer-post-item .footer-post-text h5 {
    font-size: var(--font-size-medium);
  }
  .hero-image-content__text h1,
  .hero-image-content__text h1 span {
    font-size: 32px;
  }
  .hero-image-content__text h2 {
    font-size: 24px;
  }
  .hero-image-content__text.style-2 {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .info-box-icon svg,
  .info-box-icon i {
    font-size: var(--font-size-large);
    height: 60px;
    width: 60px;
    line-height: 54px;
  }
  .info-box-icon svg {
    padding: 14px;
  }
  .mou__widget-subscribe-form.text-center .subscribe_input_box input {
    font-size: 16px;
  }
  .footer-post-meta-info p {
    font-size: 15px;
  }
  .footer-post-item .footer-post-thumb {
    max-width: 100px;
  }
  .single-works {
    width: 100px;
  }
  .footer-menu ul li a {
    font-size: 16px;
    line-height: 2;
  }
  .copyright-area {
    text-align: center;
    margin-bottom: 5px;
  }
  .footer-author {
    text-align: center !important;
  }
  .search_form {
    height: 50px;
  }
  .search_form input {
    font-size: var(--font-size-medium);
  }
  .search_form .search_btn {
    font-size: var(--font-size-medium);
  }
  .section-title .section-sub-heading {
    font-size: 15px;
  }
  .hero-image-content__image.style-2.shape::before {
    width: 200px;
    height: 180px;
  }
  .pb-xs-large {
    padding-bottom: 50px;
  }
  .hero-image-content__text.style-3 h4 {
    font-size: 15px;
  }
  .mou__widget-counterup.mou_fullpage {
    margin-bottom: 0 !important;
    margin-right: 30px;
    display: inline-block;
  }
  .mou__widget-counterup.mou_fullpage:last-of-type {
    margin-right: 0;
  }
  .mb-xs-50 {
    margin-bottom: 50px;
  }
  .section-content__heading h2 {
    font-size: 28px;
  }
  .is-fullpageJS .info-box-text {
    margin-top: 6px;
    text-align: center;
  }
  .mou__widget-info-box.is-fullpageJS {
    display: block;
  }
  .is-fullpageJS .info-box-icon {
    margin-right: 0;
  }
  .mou__widget-info-box {
    width: 70%;
  }
  .mou__widget-features {
    padding: 30px;
  }
  .feature-heading svg,
  .feature-heading img {
    max-height: 60px;
  }
  .feature-heading i {
    font-size: 60px;
  }
  .feature-heading h3 {
    font-size: 20px;
  }
  .hero-image-content__text.shop h2 {
    font-size: 28px;
  }
  .hero-image-content__text.shop h4 {
    font-size: 13px;
  }
  .hero-image-content__text.shop p {
    width: 100%;
  }
  .icon-box-icon svg,
  .icon-box-icon img {
    display: block;
  }
  .mb-xs-24 {
    margin-bottom: 24px !important;
  }
  .mb-xs-none {
    margin-bottom: 0 !important;
  }
  .mou__widget-features-style-2 .feature-text h3 {
    font-size: 20px;
  }
  .mou__widget-info-box.fullwidth {
    width: 70%;
  }
  .mou__widget-team-box.style-2 .team-content__text .team-info-center {
    padding: 20px;
  }
  .team-content__image h4 {
    padding: 20px;
  }
  .mou__widget-subscribe-form .subscribe_input_box input {
    width: 100%;
  }
  .big-text h1 {
    font-size: 32px;
    letter-spacing: 5px;
  }
  .error-image img {
    max-width: calc(100% - 100px);
  }
  .gallery_box_style-2 h4 a {
    font-size: 24px;
  }
  .hero-image-content__text.slide,
  .hero-image-content__text.shop {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    padding: 25px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .hero-image-content__text.slide h2,
  .hero-image-content__text.shop h2 {
    font-size: 28px;
  }
  .hero-image-content__text.slide h4,
  .hero-image-content__text.shop h4 {
    font-size: 12px;
  }
  .mt-xs-8 {
    margin-top: 8px;
  }
  .mt-xs-24 {
    margin-top: 24px;
  }
  .mt-xs-small {
    margin-top: var(--gutters-small);
  }
  .priyo-icon-arrow::after {
    width: 18px;
  }
  .single-post-nav a.post-prev,
  .single-post-nav a.post-next {
    width: 43%;
  }
  .w-xs-100 {
    width: 100% !important;
  }
  .gx-xs-auto {
    padding-left: 12px;
    padding-right: 12px;
  }
  td.product-name {
    max-width: 90%;
  }
  .section-content__image.fixed-height img {
    min-height: 320px;
    object-fit: contain;
  }
  .section-content__popup-video a.popup_video {
    width: 66px;
    height: 66px;
    line-height: 66px;
    font-size: 14px;
  }
  .section-content__popup-video a.popup_video::before {
    width: 70%;
    height: 70%;
    padding: 36px;
  }
  #review_form_wrapper {
    padding: 30px;
  }
  .pb-xs-small {
    padding-bottom: var(--gutters-small);
  }
  .product-name a {
    line-height: 1.25;
  }
  .section-title .section-main-heading.before {
    padding-left: 0;
    display: inline-block;
  }
  .section-title .section-main-heading.before ~ .section-sub-heading {
    margin-left: 0;
  }
  .section-title .section-main-heading.before::before {
    top: -4px;
    height: 36px;
    width: 36px;
    left: -26px;
  }
  .button-group.portfolio-filter {
    text-align: center !important;
  }
  .footer-top .widget_footer.has-2-columns:nth-of-type(2) .widget-title.size-small {
    margin-top: 40px !important;
  }
  .footer-top .widget_footer.has-3-columns:not(:first-of-type) .widget-title.size-small {
    margin-top: 40px !important;
  }
  .footer-top .widget_footer.has-4-columns:not(:first-of-type) .widget-title.size-small {
    margin-top: 40px !important;
  }
  .hc-nav-trigger {
    right: 18px;
  }
  .nav-logo {
    left: 6px;
    position: relative;
  }
  .swiper__gallery-ribbon .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
  }
  table.shop_table_responsive tr td::before {
    min-width: 90px;
    text-align: left;
  }
  .form-register-form, .form-login-form, .form-login {
    width: 100%;
    max-width: calc(100% - 24px);
    margin: 0 auto;
  }
  .menu-open {
    margin-left: 20px;
    padding-right: 15px;
  }
  .woocommerce-table.woocommerce-table--order-downloads .download-file a:before {
    left: auto;
    right: 0;
    color: var(--color-primary);
    font-size: 18px;
    padding-right: 0;
    opacity: .75;
  }
}
/* xs : X-small devices */
@media screen and (max-width: 480px) {
  .single-product-gallery .swiper-button-next,
  .single-product-gallery .swiper-button-prev,
  .swiper__hero-slider-photography .swiper-button-next,
  .swiper__hero-slider-photography .swiper-button-prev {
    display: block;
  }
  .swiper__hero-slider-photography .swiper-horizontal > .swiper-scrollbar {
    display: block;
  }
  .swiper__hero-slider-photography .swiper-button-next::after,
  .swiper__hero-slider-photography .swiper-button-prev::after {
    position: relative;
    top: 8px;
    right: -16px;
  }
  .single-product-gallery .swiper-button-next::after,
  .single-product-gallery .swiper-button-prev::after {
    position: relative;
    top: 12px;
    right: -18px;
  }
  .hero-image-content__text h2::after {
    display: none;
  }
  .gx-xs-small {
    padding-left: var(--gutters-xsmall);
    padding-right: var(--gutters-xsmall);
  }
  .entry-title-small a {
    font-size: var(--font-size-medium);
  }
  .article-image-small {
    max-width: 140px;
    height: 140px;
    margin-right: 16px;
  }
  .client-logo img {
    max-width: 100px;
  }
  .mou__widget-info-box {
    width: 90%;
  }
  .info-box-text a {
    font-size: 16px;
  }
  .info-box-text p {
    font-size: 16px;
  }
  .mou__widget-subscribe-form p {
    width: 85%;
    margin: 0 auto;
  }
  .contact_form {
    padding: 20px;
  }
  p.confirm-text {
    margin-top: 15px;
    font-size: 14px;
  }
  .mou__widget-counterup.mou_fullpage .counter {
    font-size: 36px;
  }
  .mou__widget-counterup.mou_fullpage .counter-label {
    font-size: 13px;
  }
  .mou__widget-counterup.mou_fullpage {
    margin-right: 20px;
  }
  .team-hover h3 {
    font-size: 24px;
  }
  .team-hover span {
    font-size: 15px;
  }
  .team-content__social ul li a {
    font-size: 18px;
    margin: 0 12px;
  }
  .team-hover {
    bottom: 60px;
  }
  .gx-xs-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  #countdown-active {
    display: flex;
    justify-content: center;
  }
  .mou__widget-info-box.fullwidth {
    width: 100%;
  }
  .subscribe-form-label h4 {
    letter-spacing: 1px;
    font-size: 16px;
  }
  .error-text h4 {
    margin: 50px auto;
    width: 70%;
    font-size: 16px;
    line-height: 1.5;
  }
  .gallery_box_style-3 h3 {
    font-size: var(--font-size-medium);
  }
  .gallery_box_style-3,
  .gallery_box_style-3.order-changed {
    left: 6px;
    right: auto;
    text-align: left;
  }
  .single-post-nav a {
    font-size: 14px;
  }
  .single-post-nav .post-prev .priyo-icon-arrow.left {
    margin-left: 0;
    margin-right: 5px;
  }
  .single-post-nav .post-next .priyo-icon-arrow.right {
    margin-left: 5px;
    margin-right: 5px;
  }
  .single-post-nav {
    min-height: 100px;
  }
  .single-post-nav a.post-prev,
  .single-post-nav a.post-next {
    width: 40%;
  }
  .client-photo {
    max-width: 80px;
  }
  .gy-xs-medium {
    padding: 75px 0;
  }
  .post-meta-info a {
    margin-right: 24px;
  }
  .woocommerce-pagination ul li a,
  .woocommerce-pagination ul li span.current,
  .nav-links .page-numbers.prev,
  .nav-links .page-numbers.next,
  .pagination-block ul li span.current,
  .pagination-block ul li a {
    padding: 2px 8px;
  }
  .comment-metadata a:last-child {
    font-size: 13px;
  }
  .mini-cart-item__thumbnail {
    max-width: 80px;
    margin-right: 15px;
  }
  .form_links_reset-password a {
    font-size: 14px;
    line-height: 1.25;
    text-align: right;
  }
  p.form_input_box label,
  .form_input_box label {
    font-size: 14px;
  }
  .comment-reply-title {
    font-size: 30px;
  }
  .shop-sidebar.sidebar-left {
    padding: var(--gutters-xsmall) !important;
  }
  td.product-name {
    font-size: 16px
  }
  .checkout-review-order-table td.product-name {
    font-size: 15px;
  }
  .form-coupon-toggle,
  .form-login-toggle {
    display: flex;
  }
  .showcoupon,
  .showlogin {
    float: none;
    display: block;
    text-align: left;
  }
  .showcoupon a,
  .showlogin a {
    display: block;
  }
  .summary.entry-summary {
    margin-top: 40px;
  }
  .comment_container .review__author {
    display: block;
  }
  #review_form_wrapper {
    padding: 25px;
  }
  .comment-form-email.form_input_box input,
  .comment-form-author.form_input_box input {
    height: 40px;
  }
  .comment-form-comment.form_input_box textarea {
    height: 130px;
    padding: 10px 15px;
  }
  .section-title,
  .section-title.theme-dark {
    max-width: 90%;
  }
  .progress-bar {
    width: 320px;
  }
  .loading-progress {
    max-width: 308px;
  }
  .percent {
    font-size: 80px;
  }
  .cart-table-wrapper .coupon {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .coupon button.input_button {
    padding: 10px 20px;
  }
  .cart-table-wrapper .update-cart button {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 30px;
    background-color: var(--color-primary);
  }
  .cart-table-wrapper .update-cart button:hover:before {
    background-color: var(--color-dark-2);
  }
  .section-content__text.text-justify {
    text-align: left !important;
  }
  .height-fixed {
    height: 400px;
  }
  .woocommerce.columns-6 .products .product,
  .woocommerce.columns-5 .products .product,
  .woocommerce.columns-4 .products .product,
  .woocommerce.columns-3 .products .product,
  .woocommerce.columns-6.has-sidebar .products .product,
  .woocommerce.columns-5.has-sidebar .products .product,
  .woocommerce.columns-4.has-sidebar .products .product,
  .woocommerce.columns-3.has-sidebar .products .product {
    width: 100%;
  }
  .single-countdown {
    width: 70px;
  }
  .single-countdown h2 {
    font-size: 28px;
  }
  .single-countdown span {
    font-size: 12px;
    margin-top: 0;
    display: block;
  }
  .single-countdown {
    padding: 8px 4px;
  }
  .mou__widget-counterup .counter-number {
    font-size: 42px;
  }
  .site-footer .shape-3 {
    right: 12px;
    width: 74px;
    top: -49px;
  }
  .mou__widget-subscribe-form .subscribe_input_box input,
  .form-row.form-row-wide input:not([type="checkbox"]),
  .form-row.form-row-first input,
  .form-row.form-row-last input,
  .woocommerce-account-fields .form-row input:not([type="checkbox"]),
  .comment-form .comment-form-author input,
  .comment-form .comment-form-email input,
  .comment-form .comment-form-url input,
  .wpcf7-form-control-wrap input,
  .comment_input_field input,
  .theme-dark .form_input_box input,
  .form_input_box input {
    height: 50px;
    padding: 10px 15px;
  }
  .notes .woocommerce-input-wrapper textarea,
  .comment-form .comment-form-comment textarea,
  .wpcf7-form-control-wrap textarea,
  .theme-dark .text-leave textarea,
  .theme-dark .form_input_box textarea,
  .comment_input_field textarea,
  .text-leave textarea,
  .form_input_box textarea {
    height: 160px;
    padding: 10px 15px;
  }
  .entry-content h1 {
    font-size: 42px;
  }
  .entry-content h2 {
    font-size: 32px;
  }
  .entry-content h3 {
    font-size: 20px;
  }
  .mou__widget-features-style-2.framed {
    padding: 40px 40px 35px;
  }
  .hero-image-content__text.slide,
  .hero-image-content__text.shop {
    max-width: calc(100% - 50px);
  }
}
/* Smartphone/iPhone */
@media screen and (max-width: 375px) {
  .mou__widget-service-box.style-1 .service-icon i,
  .mou__widget-service-box.style-1 img {
    top: 40px;
  }
  .mou__widget-service-box.style-1 h1 a,
  .mou__widget-service-box.style-1 h2 a,
  .mou__widget-service-box.style-1 h3 a,
  .mou__widget-service-box.style-1 h3 a,
  .mou__widget-service-box.style-1 h4 a,
  .mou__widget-service-box.style-1 h5 a {
    top: 40px;
  }
  .woocommerce-mini-cart-item__title, .mini-cart-item__title {
    font-size: 16px;
  }
  .remove.remove_from_cart_button {
    font-size: 13px;
  }
  .remove.remove_from_cart_button i::before {
    font-size: 10px;
    width: 16px;
    height: 16px;
    line-height: 16px;
  }
  .search-close::before, .search-close::after {
    width: 18px;
  }
  .search-close {
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
  }
  .search-container {
    border-radius: 15px;
  }
  .search_form .search_btn {
    width: 15%;
  }
  .search_form input {
    width: 85%;
  }
  .mou__widget-team-box.style-2:hover .team-content__text {
    width: 100%;
  }
  .mou__widget-counterup .counter-number {
    font-size: 36px;
  }
  .post-content h3 a, .blog-grid-content h3 a {
    font-size: 24px;
  }
  .post-meta-wrapper.post-meta-single .post-meta li,
  .page-masthead__heading .mou-breadcrumbs {
    font-size: 12px;
    line-height: 1;
  }
  .mou-breadcrumbs a {
    line-height: 1.5;
  }
  .comment-author .avatar {
    max-width: 50px;
    margin-right: 0;
  }
  .comment .comment-body {
    padding-left: 65px;
  }
  .bypostauthor .comment-meta .comment-author a::before {
    left: -25px;
  }
  .wishlist_table.mobile.wishlist_view {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
  }
  .woocommerce .before-loop-wrapper {
    justify-content: start;
    flex-direction: column;
  }
  p.woocommerce-result-count {
    margin-bottom: 10px;
  }
  .mou__widget-features-style-2.framed {
    padding: var(--gutters-xsmall);
    padding-bottom: 20px;
  }
}
/* xs : X-small devices */
@media screen and (max-width: 360px) {
  .hero-image-content__text p {
    font-size: 15px;
    margin: 0 auto;
  }
  .hero-image-content__image.style-2.shape::before {
    width: 150px;
    height: 120px;
  }
  .hero-image-content__text.shop {
    padding: 20px;
  }
  .post-content__text h3 {
    font-size: 20px;
  }
  .mou__widget-subscribe-form .subscribe-heading {
    font-size: 30px;
    margin-bottom: 10px !important;
  }
  .mou__widget_post_card-style-1 .post-date p {
    font-size: 32px;
  }
  .mou__widget_post_card-style-1 .post-date p span {
    font-size: 18px;
    margin-top: 0;
  }
  .subscribe-form-label h4 {
    letter-spacing: 1px;
    font-size: 16px;
  }
  .big-text h1 {
    font-size: 26px;
    letter-spacing: 8px;
  }
  .display-image::before {
    width: 160px;
    height: 140px;
    margin-top: 40px;
  }
  .priyo-icon-arrow::after {
    width: 16px;
  }
  .hero-image-content__image.square.style-1 {
    display: none;
  }
  .account-modal-logo {
    display: none;
  }
  .account-panel-header,
  .cart-panel-header {
    padding: 18px;
  }
  .mou_offcanvas-account .header-account-close,
  .mou_offcanvas-cart .header-cart-close {
    top: 22px;
  }
  .mini-cart-item__thumbnail {
    max-width: 50px;
    margin-right: 12px;
  }
  .woocommerce-mini-cart-item__title,
  .mini-cart-item__title {
    font-size: var(--font-size-small);
    top: 0;
    position: relative;
    margin-bottom: 0;
  }
  .widget_shopping_cart_content .mini-cart-item__price {
    line-height: 1;
    margin-bottom: 8px;
    top: -4px;
    position: relative;
  }
  .widget_shopping_cart_content ul.cart_list {
    padding: 0 18px;
  }
  .widget_shopping_cart_content ul.cart_list .mini_cart_item:first-child {
    margin-top: 18px;
  }
  .remove.remove_from_cart_button {
    font-size: 12px;
  }
  .widget_shopping_cart_footer .total {
    padding: 18px;
    margin: 0 calc(18px * -1);
  }
  .widget_shopping_cart_content .widget_shopping_cart_footer {
    padding: 0 18px 18px;
    position: fixed;
  }
  .widget_shopping_cart_content ul.cart_list .mini_cart_item {
    align-items: flex-start;
    margin-bottom: 5px;
  }
  .widget_shopping_cart_content {
    padding-bottom: 280px;
  }
  .mou__widget-service-box.style-1 {
    padding: 30px;
  }
  .team-hover h3 {
    font-size: 18px;
  }
  .testimonial-content__text {
    margin-top: 0;
  }
  .article-image-small {
    max-width: 80px;
    height: 80px;
    margin-right: 12px;
  }
  .post-author a {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 8px;
  }
  .entry-title-small {
    margin-bottom: 4px !important;
  }
  .small-article-item {
    align-items: start;
  }
  .map-container {
    height: 260px;
  }
  .mou-custom-embed iframe {
    height: 260px;
  }
  .footer-post-item .footer-post-thumb {
    max-width: 80px;
  }
  .footer-post-meta-info p {
    font-size: 13px;
  }
  .progress-bar {
    width: 300px;
  }
  .loading-progress {
    max-width: 288px;
  }
  .hero-image-content__image.style-2 {
    display: none;
  }
  .scroll-btn i {
    display: none;
  }
  .scroll-btn {
    left: 40px;
    bottom: 25px;
  }
  .theme-bullet li {
    margin-left: 32px;
  }
  .theme-bullet li i {
    margin-left: -32px;
  }
  .nav-container.nav-sliding {
    width: 320px;
  }
  .mou__widget-counterup.mou_fullpage:last-of-type {
    margin-top: 24px;
  }
  .pricing-features {
    padding: 30px;
  }
  .section-fullheight__inner.hero-image.coming-soon {
    padding-top: var(--gutters-small);
    padding-bottom: var(--gutters-small);
  }
  .error-text h4 {
    margin-bottom: 25px;
  }
  .gallery-box > a i {
    height: 60px;
    width: 60px;
  }
  .gallery-box > a i::before {
    line-height: 60px;
  }
  .entry-content h1 {
    font-size: 36px;
  }
  .entry-content h2 {
    font-size: 28px;
  }
  .entry-content h3 {
    font-size: 18px;
  }
  .theme-btn.btn-large.shop a {
    font-size: 14px;
    padding: 12px 16px;
    letter-spacing: 0;
  }
  .product-meta-heading h5,
  .post-meta-heading h5 {
    word-wrap: normal;
  }
  .mou_card-subtitle,
  .sub-heading {
    letter-spacing: 2px;
  }
  .mou__widget-service-box.style-1 .service-icon i,
  .mou__widget-service-box.style-1 img {
    top: 40px;
  }
  .mou__widget-service-box.style-1 h1 a,
  .mou__widget-service-box.style-1 h2 a,
  .mou__widget-service-box.style-1 h3 a,
  .mou__widget-service-box.style-1 h3 a,
  .mou__widget-service-box.style-1 h4 a,
  .mou__widget-service-box.style-1 h5 a {
    top: 40px;
  }
  .wishlist_table.wishlist_view tr {
    width: 100%;
    margin-right: 0;
  }
  .single-countdown {
    width: 65px;
    margin-right: 8px;
  }
  .entry-summary .product_title {
    font-size: 24px;
  }
  .nav-container.nav-sliding .menu-hamburger li a {
    font-size: 24px;
  }
  .nav-container.nav-sliding .menu-hamburger > li:hover > a {
    letter-spacing: 1px;
  }
}
/* Mini Smartphone 320x480px */
@media screen and (max-width: 320px) {
  .single-works {
    width: 90px;
  }
  .mou__widget-service-box.style-1 img {
    max-width: 70px;
  }
  .section-content__heading.theme-dark h2 {
    font-size: 28px;
  }
  .mou_fullpage .client-logo img {
    max-width: 100px;
  }
  .mou__widget-service-box.style-1 .service-icon i,
  .mou__widget-service-box.style-1 img {
    top: 50px;
  }
  .mou__widget-service-box.style-1 h1 a,
  .mou__widget-service-box.style-1 h2 a,
  .mou__widget-service-box.style-1 h3 a,
  .mou__widget-service-box.style-1 h3 a,
  .mou__widget-service-box.style-1 h4 a,
  .mou__widget-service-box.style-1 h5 a {
    top: 50px;
  }
  .woocommerce-LostPassword.lost_password {
    float: none;
    display: inline-block;
    margin-top: 5px;
  }
}