@media all and (max-width: 1024px) {
  #maincontainer {
    overflow: hidden;
  }
  .middle_header {
    width: 950px;
  }
  .menu_header {
    width: 490px;
  }
  .search_panel_header {
    width: 500px;
  }
  .search_input_header {
    width: 370px;
  }
  .logo_container {
    width: 225px;
  }
  .logo {
    max-width: 215px;
    max-height: 145px;
  }

  .middle_footer {
    width: 805px;
  }
  .footer_container {
    height: 397px;
  }
  .subscribe_container {
    height: 217px;
  }
  .fake_newsletter_panel {
    height: 217px !important;
    width: 200px !important;
  }
  .menu_footer_container {
    height: 217px;
  }
  .social_footer_container {
    height: 180px;
    width: 100%;
  }
  .inner_social_footer {
    margin: auto;
    display: block;
  }
  /*.social_footer{
		margin-top: 35px;
	}*/
}

@media all and (max-width: 950px) {
  .middle_header {
    width: 650px;
  }
  #search_button {
    display: none;
  }
  #menu_button {
    display: block;
  }
  .login_button_special_mobile {
    margin-left: 0px;
  }
  .desktop_menu {
    display: none;
  }
  .menu_mobile {
    width: 100%;
    height: 100%;
    position: fixed;
    background: white;
    left: 0px;
    top: 0px;
  }
  .search_panel_header_mobile {
    margin: auto;
    margin-top: 30px;
    width: 500px;
    height: 78px;
    background: white;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.9);
    border-radius: 20px;
  }
  .close_menu {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    width: 40px;
    height: 40px;
  }
  .menu_mobile_items {
    width: 100%;
    height: calc(100% - 158px);
    position: relative;
    overflow: auto;
    padding-top: 50px;
  }
  .one_mobile_item {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: bold;
    color: black;
    cursor: pointer;
    position: relative;
  }
  .arrow_menu_mobile {
    width: 0px;
    height: 0px;
    border-top: 10px solid black;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -5px;
  }
  .inner_products_menu_mobile {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .one_inner_menu_header_mobile {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
    color: black;
  }

  .fake_newsletter_panel {
    display: none;
  }
  .footer_container {
    height: auto;
    overflow: hidden;
  }
  .middle_footer {
    width: 650px;
    overflow: hidden;
  }
  .subscribe_container {
    width: 100%;
  }
  .menu_footer_container {
    width: 100%;
  }
  .footer_menu_seperator {
    display: none;
  }
  .one_menu_footer {
    width: auto;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
  .second_menu_footer_container {
    display: none;
  }
  .subscribe_container {
    height: 144px;
  }
  .subscribe_title {
    padding-top: 25px;
    text-align: center;
  }
  .menu_footer_container {
    height: 60px;
  }
  .social_footer_container {
    height: 155px;
  }
  /*.social_footer {
    	margin-top: 25px;
	}*/
}

@media all and (max-width: 740px) {
  .logo_container {
    height: 130px;
  }
  .logo {
    max-height: 120px;
  }
  .middle_header {
    width: 550px;
  }
  .middle_footer {
    width: 550px;
  }
  .search_panel_header_mobile {
    width: 445px;
  }
  .search_input_header {
    width: 310px;
  }
  .login_register_panel_mobile_container {
    width: 100%;
    height: 600px;
  }
  .bottom_login_register_shape {
    width: 100%;
    background: url(../../images/login_bottom_shape.png);
    background-size: 100%;
  }
  .login_input {
    display: block;
  }
  .login_register_panel {
    overflow: auto;
    width: 100%;
    height: 100%;
    border-radius: 0px;
  }

  .open_login_register {
    display: none;
  }
}

@media all and (max-width: 550px) {
  .middle_header {
    width: 340px;
  }
  .logo_container {
    width: 185px;
    height: 95px;
  }
  .logo {
    max-width: 175px;
    max-height: 90px;
  }
  .header_container {
    height: 90px; /*72px*/
  }
  .menu_icons_header {
    width: 135px;
    margin-right: 4px;
    height: 62px; /*40px*/
  }
  .one_menu_icon_container {
    width: 40px;
    height: 40px;
  }
  .search_panel_header_mobile {
    margin-top: 90px;
  }
  .search_panel_header_mobile {
    width: 340px;
  }
  .search_input_header {
    width: 210px;
  }
  .menu_mobile_items {
    padding-top: 30px;
  }

  .age_confirmation_popup {
    width: 90%;
  }

  .middle_footer {
    width: 340px;
  }
  .login_register_panel {
    overflow: auto;
    height: 100%;
    width: 100%;
  }
  .login_register_panel_mobile_container {
    width: 100%;
    height: 100%;
  }
  .bottom_login_register_shape {
    background: url(../../images/login_bottom_shape.png);
    background-size: cover;
  }
  .full_login_input_container {
    width: 300px;
  }
  .login_forgot_container {
    width: 300px;
  }
  .forgot_password {
    width: 110px;
    margin-left: 0;
  }
  .bottom_login_register_shape {
    width: 100%;
    height: 220px;
  }
  .two_input_register_container {
    width: 300px;
    height: auto;
  }
  .half_login_input_container {
    width: 100%;
    margin-left: 0px !important;
    margin-bottom: 20px;
    float: none;
  }
  .login_register_panel_mobile_container_long {
    height: 785px;
  }
}

/* margin */
.mt-1 {
  margin-top: 1em;
}

.mt-2 {
  margin-top: 2em;
}

.mt-3 {
  margin-top: 3em;
}

.mt-4 {
  margin-top: 4em;
}

.mb-1 {
  margin-bottom: 1em;
}

.mb-2 {
  margin-bottom: 2em;
}

.mb-3 {
  margin-bottom: 3em;
}

.mb-4 {
  margin-bottom: 4em;
}

.ml-1 {
  margin-left: 1em;
}

.ml-2 {
  margin-left: 2em;
}

.ml-3 {
  margin-left: 3em;
}

.ml-4 {
  margin-left: 4em;
}

.my-1 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.my-2 {
  margin-top: 2em;
  margin-bottom: 2em;
}

.my-3 {
  margin-top: 3em;
  margin-bottom: 3em;
}

.my-4 {
  margin-top: 4em;
  margin-bottom: 4em;
}

.py-1 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.py-2 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.py-3 {
  padding-top: 3em;
  padding-bottom: 3em;
}

.py-4 {
  padding-top: 4em;
  padding-bottom: 4em;
}

.px-1 {
  padding-left: 1em;
  padding-right: 1em;
}

.px-2 {
  padding-left: 2em;
  padding-right: 2em;
}

.px-3 {
  padding-left: 3em;
  padding-right: 3em;
}

.px-4 {
  padding-left: 4em;
  padding-right: 4em;
}

.p-1 {
  padding: 1em;
}

.p-2 {
  padding: 2em;
}

.p-3 {
  padding: 3em;
}

.p-4 {
  padding: 4em;
}

.bg-white {
  background-color: #fff;
}

.flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 1em;
}

.gap-2 {
  gap: 2em;
}

.switch-login {
  padding: 0 2em;
  margin-bottom: 2em;
}

.switch-login button {
  flex: 1;
  padding: 1em 0;
  border: 0;
  border-radius: 20px;
  font-weight: bold;
  cursor: pointer;
}

.border-b-1 {
  border-bottom: 1px solid #ccc;
}
