@media (min-width: 992px) and (max-width: 1199px) {
  /*============ Common Style Start ============*/

  /*============ Common Style End ============*/

  /*============ Dutchie Header Start ============*/
  .dutchie-header-navbar .header-navbar-flex > ul > li {
    margin: 0 20px 0 0;
  }
  .dutchie-header-navbar .header-navbar-flex .dh-search-box {
    width: 200px;
  }
  /*============ Dutchie Header End ============*/

  /*============ Dutchie Home Page Start ============*/
  .dutchie-shop-jumbotron {
    padding: 25px 30px;
  }
  /*============ Dutchie Home Page End ============*/

  /*============ Dutchie Shop Page Start ============*/
  .dutchie-shop-listing .dutchie-items-row .dutchie-product-item {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  /*============ Dutchie Shop Page End ============*/

  /*============ Dutchie Single-Product Page Start ============*/
  .dutchie-product-details .dutchie-product-title h1 {
    font-size: 30px;
  }
  /*============ Dutchie Single-Product Page End ============*/

  /*============ Dutchie-Modal Start ============*/
  /*============ Dutchie-Modal End ============*/

  /*============ Dutchie-Cart-Sidebar Start ============*/
  /*============ Dutchie-Cart-Sidebar End ============*/

  /*============ Dutchie Store-Info Page Start ============*/
  .ds-store-info-left {
    width: 300px;
  }
  .ds-store-info-right {
    width: calc(100% - 300px);
    padding: 0 0 0 30px;
  }
  .ds-store-info-sidebar {
    padding: 30px 20px 10px 20px;
  }
  .ds-store-info-map {
    margin: 0 0 30px 0;
  }
  /*============ Dutchie Store-Info Page End ============*/

  /*============ Dutchie My-Account Page Start ============*/
  /*============ Dutchie My-Account Page End ============*/
}

@media (min-width: 768px) and (max-width: 991px) {
  /*============ Common Style Start ============*/

  /*============ Common Style End ============*/

  /*============ Dutchie Header Start ============*/
  .dutchie-header-wrap {
    position: relative;
    /* padding: 15px 15px; */
  }
  .dutchie-header-navbar {
    width: 100%;
    display: none;
    background: #ffffff;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 999;
    margin: 0px;
    padding: 0px;
  }
  .dutchie-header-navbar .header-navbar-flex > ul {
    width: 100%;
  }
  .dutchie-header-navbar .header-navbar-flex > ul > li {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    margin: 0px;
    padding: 0px;
  }
  .dutchie-header-navbar .header-navbar-flex > ul > li > a {
    font-size: 16px;
    padding: 15px 15px;
  }
  .dutchie-header-navbar .header-navbar-flex > ul > li.has-child > a {
    position: relative;
  }
  .dutchie-header-navbar .header-navbar-flex > ul > li.has-child > a:after {
    content: '';
    width: 50px;
    height: 50px;
    background: url(../images/menu-plus-icon.svg) center center no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
  }
  .dutchie-header-navbar
    .header-navbar-flex
    > ul
    > li.has-child
    > a.active:after {
    background: url(../images/menu-minus-icon.svg) center center no-repeat;
  }

  .dutchie-header-navbar .header-navbar-flex .dh-search-box {
    width: 100%;
    -ms-flex-order: -1;
    order: -1;
    background: #f3f6f8;
    border-radius: 8px 8px 0px 0px;
    padding: 10px 15px;
  }
  .dutchie-header-navbar .header-navbar-flex .dh-search-box .dh-search-button {
    display: none;
  }
  .dutchie-header-navbar .header-navbar-flex .dh-search-box .dh-search-form {
    display: block !important;
    position: relative;
  }
  .dutchie-header-right .dh-store-info {
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
  }
  .dutchie-header-right .dh-shopping-cart {
    margin: 0 10px 0 0;
  }
  .dutchie-menu-toggler {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*============ Dutchie Header End ============*/

  /*============ Dutchie Home Page Start ============*/
  .dutchie-shop-jumbotron {
    margin: 0 0 40px 0;
    padding: 20px 20px;
  }
  /*============ Dutchie Home Page End ============*/

  /*============ Dutchie Shop Page Start ============*/
  .dutchie-shop-filter {
    width: 100%;
    border: none;
  }
  .dutchie-shop-filter .dutchie-filter-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #adb5bd;
    margin: 0 0 -1px 0;
    padding: 0 0 20px 0;
  }
  .dutchie-shop-filter .dutchie-filter-mobile .dutchie-filter-btn {
    margin-left: auto;
  }
  .dutchie-shop-filter .dutchie-filter-mobile-view {
    display: block;
  }
  .dutchie-shop-filter .dutchie-filter-wrap {
    display: none;
  }
  .dutchie-shop-filter .filter-form {
    border: 1px solid #e5e5e5;
    padding: 0px 20px;
  }
  .dutchie-shop-filter .filter-item {
    padding: 0px;
  }
  .dutchie-shop-filter .filter-item:last-of-type {
    border-bottom: none;
  }
  .dutchie-shop-listing {
    width: 100%;
    padding: 0px;
  }
  .dutchie-shop-listing .dutchie-title-sort {
    display: none;
  }
  .dutchie-shop-listing .dutchie-title-sort.dutchie-title-collection {
    display: block;
  }
  .dutchie-shop-listing .dutchie-items-row .dutchie-product-item {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  /*============ Dutchie Shop Page End ============*/

  /*============ Dutchie Single-Product Page Start ============*/
  .dutchie-product-images-wrap
    .dutchie-product-images
    .dutchie-product-images-thumb-slider
    .slick-list {
    margin: 0px -5px;
  }
  .dutchie-product-images-wrap
    .dutchie-product-images
    .dutchie-product-images-thumb-slider
    .image-item {
    margin: 0px 5px;
  }
  .dutchie-product-images-wrap
    .dutchie-product-images
    .dutchie-product-images-thumb-slider
    .image-item
    .image-box {
    height: 70px;
  }
  .dutchie-product-details .dutchie-product-title h1 {
    font-size: 26px;
  }
  .dutchie-product-details .dutchie-product-stafpick {
    margin: 0 0 15px 0;
  }
  .dutchie-product-details .dutchie-product-add-to-cart {
    padding: 0px;
  }
  .dutchie-product-details
    .dutchie-product-add-to-cart
    .dutchie-product-option
    .option {
    margin: 10px 10px 0 0;
  }
  .dutchie-product-details
    .dutchie-product-add-to-cart
    .dutchie-product-option
    .option
    input[type='radio']
    + label {
    min-width: 60px;
  }
  .dutchie-product-details .dutchie-product-meta-data .meta-wrap {
    font-size: 14px;
    margin: 0 15px 15px 0;
  }
  .dutchie-product-details .dutchie-product-meta-data .meta-wrap .meta-info {
    height: 46px;
    font-size: 14px;
    padding: 0px 14px;
  }
  .dutchie-product-details .dutchie-accordion .dutchie-product-effects-wrap {
    gap: 16px 24px;
  }
  /*============ Dutchie Single-Product Page End ============*/

  /*============ Dutchie-Modal Start ============*/
  /*============ Dutchie-Modal End ============*/

  /*============ Dutchie-Cart-Sidebar Start ============*/
  /*============ Dutchie-Cart-Sidebar End ============*/

  /*============ Dutchie Store-Info Page Start ============*/
  .ds-store-info-left {
    width: 100%;
  }
  .ds-store-info-right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .ds-store-info-sidebar {
    padding: 30px 20px 10px 20px;
  }
  .ds-store-info-map {
    margin: 0 0 30px 0;
  }
  /*============ Dutchie Store-Info Page End ============*/

  /*============ Dutchie My-Account Page Start ============*/
  /*============ Dutchie My-Account Page End ============*/
}

@media (max-width: 1400px) {
  /*============ Dutchie Header Start ============*/
  .dutchie-header-wrap {
    position: relative;
  }
  .dutchie-header-navbar {
    width: 100%;
    display: none;
    background: #ffffff;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 999;
    margin: 0px;
    padding: 0px;
  }
  .dutchie-header-navbar .header-navbar-flex > ul {
    width: 100%;
  }
  .dutchie-header-navbar .header-navbar-flex > ul > li {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    margin: 0px;
    padding: 0px;
  }
  .dutchie-header-navbar .header-navbar-flex > ul > li > a {
    font-size: 14px;
    padding: 15px 15px;
  }
  .dutchie-header-navbar .header-navbar-flex > ul > li.has-child > a {
    position: relative;
  }
  .dutchie-header-navbar .header-navbar-flex > ul > li.has-child > a:after {
    content: '';
    width: 50px;
    height: 50px;
    background: url(../images/menu-plus-icon.svg) center center no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
  }
  .dutchie-header-navbar
    .header-navbar-flex
    > ul
    > li.has-child
    > a.active:after {
    background: url(../images/menu-minus-icon.svg) center center no-repeat;
  }
  .dutchie-header-navbar .header-navbar-flex > ul > li .submenu {
    width: 100%;
    position: static;
    display: none;
    background: none;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
    margin: 0px;
    padding: 0px 25px;
  }
  .dutchie-header-navbar .header-navbar-flex > ul > li .submenu li {
    margin: 0 0 15px 0;
    padding: 0px;
  }
  .dutchie-header-navbar .header-navbar-flex > ul > li .submenu li a {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
  }
  .dutchie-header-navbar .header-navbar-flex .dh-search-box {
    width: 100%;
    -ms-flex-order: -1;
    order: -1;
    background: #f3f6f8;
    padding: 10px 15px;
  }
  .dutchie-header-navbar .header-navbar-flex .dh-search-box .dh-search-button {
    display: none;
  }
  .dutchie-header-navbar .header-navbar-flex .dh-search-box .dh-search-form {
    display: block !important;
    position: relative;
  }
  .dutchie-header-right .dh-store-info {
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
  }
  .dutchie-header-right .dh-store-info .store-info-text {
    font-size: 10px;
  }
  .dutchie-header-right .dh-store-info .store-info-text .store-info-label {
    font-size: 10px;
  }

  .dutchie-header-right .dh-stores-link .stores-info-text {
    font-size: 10px;
  }
  .dutchie-header-right .dh-stores-link .stores-info-text .store-label {
    font-size: 10px;
  }

  .dutchie-header-right .dh-shopping-cart {
    margin: 0 10px 0 0;
  }
  .dutchie-menu-toggler {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
  }
  .dutchie-menu-toggler .menu-toggler-text {
    font-size: 12px;
    margin: 0 0 0 6px;
    display: none;
  }
  /*============ Dutchie Header End ============*/
}

@media (max-width: 767px) {
  /*============ Common Style Start ============*/

  /*============ Common Style End ============*/

  .dutchie-header-right .dh-stores-link .stores-list {
    width: max-content;
  }

  /*============ Dutchie Home Page Start ============*/
  .dutchie-shop-jumbotron {
    margin: 0 0 40px 0;
    padding: 20px 20px;
  }
  .dutchie-shop-carousel-slider .slick-prev,
  .dutchie-shop-carousel-slider .slick-next {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 0;
  }
  .dutchie-shop-carousel-slider .slick-prev {
    left: -10px;
  }
  .dutchie-shop-carousel-slider .slick-next {
    right: -10px;
  }
  /*============ Dutchie Home Page End ============*/

  /*============ Dutchie Shop Page Start ============*/
  .dutchie-shop-filter {
    width: 100%;
    border: none;
  }
  .dutchie-shop-filter .dutchie-filter-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #adb5bd;
    margin: 0 0 -1px 0;
    padding: 0 0 20px 0;
  }
  .dutchie-shop-filter .dutchie-filter-mobile .dutchie-filter-btn {
    margin-left: auto;
  }
  .dutchie-shop-filter .dutchie-filter-mobile-view {
    display: block;
  }
  .dutchie-shop-filter .dutchie-filter-wrap {
    display: none;
  }
  .dutchie-shop-filter .filter-form {
    border: 1px solid #adb5bd;
    padding: 0px 20px;
  }
  .dutchie-shop-filter .filter-item {
    padding: 0px;
  }
  .dutchie-shop-filter .filter-item:last-of-type {
    border-bottom: none;
  }
  .dutchie-shop-listing {
    width: 100%;
    padding: 0px;
  }
  .dutchie-shop-listing .dutchie-title-sort {
    display: none;
  }
  .dutchie-shop-listing .dutchie-title-sort.dutchie-title-collection {
    display: block;
  }
  .dutchie-shop-listing .dutchie-items-row .dutchie-product-item {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .dutchie-shop-listing .dutchie-items-pages {
    padding: 10px 0 0 0;
  }
  /*============ Dutchie Shop Page End ============*/

  /*============ Dutchie Single-Product Page Start ============*/
  .dutchie-single-content-wrap .backlink-wrap {
    margin: 0 0 20px 0;
  }
  .dutchie-single-detail-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px;
  }
  .dutchie-product-images-wrap {
    width: 100%;
  }
  .dutchie-product-images-wrap
    .dutchie-product-images
    .dutchie-product-images-thumb-slider
    .slick-list {
    margin: 0px -5px;
  }
  .dutchie-product-images-wrap
    .dutchie-product-images
    .dutchie-product-images-thumb-slider
    .image-item {
    margin: 0px 5px;
  }
  .dutchie-product-images-wrap
    .dutchie-product-images
    .dutchie-product-images-thumb-slider
    .image-item
    .image-box {
    height: 60px;
  }
  .dutchie-product-images-wrap
    .dutchie-product-images
    .dutchie-product-images-thumb-slider
    .image-item
    .image-box
    img {
    max-height: 60px;
  }
  .dutchie-product-details {
    width: 100%;
  }
  .dutchie-product-details .dutchie-product-title h1 {
    font-size: 24px;
  }
  .dutchie-product-details .dutchie-product-stafpick {
    margin: 0 0 15px 0;
  }
  .dutchie-product-details .dutchie-product-add-to-cart {
    padding: 0px;
  }
  .dutchie-product-details
    .dutchie-product-add-to-cart
    .dutchie-product-option
    .option {
    margin: 10px 10px 0 0;
  }
  .dutchie-product-details
    .dutchie-product-add-to-cart
    .dutchie-product-option
    .option
    input[type='radio']
    + label {
    min-width: 50px;
  }
  .dutchie-product-details .dutchie-product-add-to-cart .dutchie-product-qty {
    width: 120px;
  }
  .dutchie-product-details
    .dutchie-product-add-to-cart
    .dutchie-product-add-cart-btn {
    width: calc(100% - 120px);
    padding: 0 0 0 15px;
  }
  .dutchie-product-details
    .dutchie-product-add-to-cart
    .dutchie-product-add-cart-btn
    button {
    width: 100%;
  }
  .dutchie-product-details .dutchie-product-meta-data .meta-wrap {
    font-size: 14px;
    margin: 0 15px 15px 0;
  }
  .dutchie-product-details .dutchie-product-meta-data .meta-wrap .meta-info {
    height: 46px;
    font-size: 14px;
    padding: 0px 14px;
  }
  .dutchie-product-details .dutchie-accordion .dutchie-product-effects-wrap {
    gap: 8px 16px;
  }
  /*============ Dutchie Single-Product Page End ============*/

  /*============ Dutchie-Modal Start ============*/
  .dutchie-modal .dutchie-modal-dialog {
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
  .dutchie-modal .dutchie-modal-header .dutchie-close-button {
    top: 10px;
    right: 10px;
  }
  .dutchie-modal .dutchie-modal-body {
    padding: 15px 15px;
  }
  .dutchie-modal .dutchie-modal-options {
    max-width: 100%;
    padding: 25px 0px;
  }
  .dutchie-modal .dutchie-modal-options ul li .option .dutchie-set-order-type {
    padding: 10px 10px;
  }
  .dutchie-modal .dutchie-modal-options ul li .option .option-detail .icon {
    width: 40px;
  }
  .dutchie-modal .dutchie-modal-options ul li .option .option-detail .info {
    width: calc(100% - 40px);
    padding: 0 0 0 10px;
  }
  .dutchie-modal .dutchie-modal-select-weight {
    max-width: 100%;
  }
  .dutchie-modal .dutchie-modal-select-weight .select-weight-title {
    margin: 0 0 25px 0;
  }
  .dutchie-modal
    .dutchie-modal-select-weight
    .sw-cart-item-wrap
    .sw-cart-item-img {
    width: 60px;
  }
  .dutchie-modal .dutchie-modal-select-weight .sw-cart-item-wrap .item-brand {
    font-size: 12px;
  }
  .dutchie-modal .dutchie-modal-select-weight .sw-cart-item-wrap .item-name {
    font-size: 14px;
  }
  .dutchie-modal
    .dutchie-modal-select-weight
    .sw-cart-item-wrap
    .item-option-price {
    font-size: 12px;
  }
  .dutchie-modal
    .dutchie-modal-select-weight
    .sw-product-options
    .sw-option
    input[type='radio']
    + label {
    min-width: 50px;
  }
  .dutchie-modal .dutchie-modal-login-register {
    max-width: 100%;
  }
  .dutchie-modal .dutchie-modal-login-register .dm-login-register-title {
    margin: 0 0 25px 0;
  }
  .dutchie-modal
    .dutchie-modal-login-register
    .dm-login-register-form
    .dm-form-row
    .dm-form-col-half {
    width: 100%;
  }
  .dutchie-modal
    .dutchie-modal-login-register
    .dm-login-register-form
    .dm-input-text {
    height: 46px;
    font-size: 15px;
  }
  .dutchie-modal
    .dutchie-modal-login-register
    .dm-login-register-form
    .dm-form-text {
    width: 100%;
    text-align: center;
    margin: 0 0 10px 0;
  }
  .dutchie-modal
    .dutchie-modal-login-register
    .dm-login-register-form
    .dm-form-submit {
    margin: 0 auto;
  }
  .dutchie-modal
    .dutchie-modal-login-register
    .dm-login-register-form
    .dm-form-footer {
    text-align: center;
  }
  /*============ Dutchie-Modal End ============*/

  /*============ Dutchie-Cart-Sidebar Start ============*/
  .dutchie-cart-sidebar {
    max-width: 100%;
  }
  .dutchie-cart-sidebar .dutchie-cart-header {
    padding: 14px 15px;
  }
  .dutchie-cart-sidebar .dutchie-cart-price-minimum {
    padding: 14px 15px;
  }
  .dutchie-cart-sidebar .dutchie-cart-dispensary-ordertype {
    padding: 15px 15px;
  }
  .dutchie-cart-sidebar .dutchie-cart-dispensary-ordertype .dispensary-box {
    width: 100%;
  }
  .dutchie-cart-sidebar .dutchie-cart-dispensary-ordertype .ordertype-box {
    width: 100%;
    justify-content: flex-start;
    margin: 10px 0 0 0;
  }
  .dutchie-cart-sidebar
    .dutchie-cart-dispensary-ordertype
    .ordertype-box
    .switch-order-type {
    top: 100%;
    right: auto;
    bottom: auto;
    left: 0px;
  }
  .dutchie-cart-sidebar .dutchie-cart-products {
    padding: 7px 15px;
  }
  .dutchie-cart-sidebar .dutchie-cart-products .dutchie-cart-item {
    flex-wrap: wrap;
    padding: 15px 0px;
  }
  .dutchie-cart-sidebar
    .dutchie-cart-products
    .dutchie-cart-item
    .cart-item-img {
    width: 70px;
  }
  .dutchie-cart-sidebar
    .dutchie-cart-products
    .dutchie-cart-item
    .cart-item-detail {
    width: calc(100% - 70px);
    padding: 0 0 0 12px;
  }
  .dutchie-cart-sidebar
    .dutchie-cart-products
    .dutchie-cart-item
    .cart-item-option {
    width: 100%;
    margin: 12px 0 0 0;
    padding: 0 0 0 82px;
  }
  .dutchie-cart-sidebar .dutchie-cart-products .dutchie-cart-item .item-select {
    width: 80px;
  }
  .dutchie-cart-sidebar .dutchie-cart-products .dutchie-cart-item .item-price {
    width: calc(100% - 80px);
    text-align: left;
  }
  .dutchie-cart-sidebar .dutchie-cart-footer {
    padding: 15px 15px;
  }
  .dutchie-cart-sidebar .dutchie-cart-footer .dutchie-checkout-btn {
    max-width: 60%;
    height: 46px;
    font-size: 13px;
    margin: 10px 0 0 0;
  }
  .dutchie-cart-sidebar .dutchie-cart-footer .dutchie-cart-subtotal {
    max-width: 40%;
    margin: 10px 0 0 0;
    padding: 0 12px 0 0;
  }
  /*============ Dutchie-Cart-Sidebar End ============*/

  /*============ Dutchie Store-Info Page Start ============*/
  .ds-store-info-left {
    width: 100%;
  }
  .ds-store-info-right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .ds-store-info-sidebar {
    padding: 30px 20px 10px 20px;
  }
  .ds-store-info-map {
    margin: 0 0 30px 0;
  }
  .ds-store-info-ordering {
    width: 100%;
  }
  .ds-store-info-address {
    width: 100%;
    padding: 30px 0 0 0;
  }
  /*============ Dutchie Store-Info Page End ============*/

  /*============ Dutchie My-Account Page Start ============*/
  /*============ Dutchie My-Account Page End ============*/
  .dutchie-shop-collection-wrapper
    .dutchie-shop-listing.dutchie-full-width
    .dutchie-product-item,
  .dutchie-search-wrapper
    .dutchie-shop-listing.dutchie-full-width
    .dutchie-product-item {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .dutchie-header-right .dh-stores-link,
  .dutchie-header-right .dh-store-info {
    display: none;
  }
}

@media (max-width: 375px) {
  .dutchie-cart-sidebar .dutchie-cart-footer .dutchie-cart-subtotal,
  .dutchie-cart-sidebar .dutchie-cart-footer .dutchie-checkout-btn {
    max-width: 100%;
  }

  .dutchie-cart-sidebar .dutchie-cart-footer .dutchie-checkout-btn {
    justify-content: center;
    text-align: center;
  }
}
