#footer-menu {
background: #111;
padding   : 58px 0px 45px;
}

@media (max-width: 1024px) {
#footer-menu {
  padding: 26px 0 24px;
}
}

@media (max-width: 767.98px) {
#footer-menu {
  padding: 32px 0 50px;
}
}

@media (max-width: 767.98px) {
#footer-menu .section-wrapper {
  display       : flex;
  flex-direction: column;
}

#footer-menu .section-wrapper .f_top-content {
  order: 1;
}

#footer-menu .section-wrapper .f_menu_links {
  order: 2;
}

#footer-menu .section-wrapper .f_copyright_links {
  order: 3;
}

#footer-menu .section-wrapper .f_city-links {
  order: 4;
}

#footer-menu .section-wrapper .payment-methods {
  order: 5;
}
}

#footer-menu .f_title {
font-weight    : 400;
font-size      : 12px;
line-height    : 16px;
color          : #f6faff;
text-decoration: underline;
margin-bottom  : 30px;
text-align     : left;
}

@media (max-width: 1024px) {
#footer-menu .f_title {
  font-size: 11px;
}
}

@media (max-width: 767.98px) {
#footer-menu .f_title {
  margin-bottom: 36px;
  text-align   : center;
}
}

#footer-menu .f_top-content {
display        : flex;
justify-content: space-between;
align-items    : center;
}

@media (max-width: 767.98px) {
#footer-menu .f_top-content {
  flex-direction: column;
  align-items   : center;
}
}

@media (min-width: 767.98px) {
#footer-menu .f_top-content .f_title {
  display: none;
}
}

#footer-menu .f_top-content .reviews-box {
display    : flex;
align-items: center;
gap        : 20px;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
#footer-menu .f_top-content .reviews-box {
  gap: 16px;
}
}

@media (max-width: 767.98px) {
#footer-menu .f_top-content .reviews-box {
  margin-bottom  : 30px;
  flex-wrap      : wrap;
  justify-content: center;
}
}

#footer-menu .f_top-content .reviews-box .t_logo {
height: 65px;
}

@media (max-width: 1024px) {
#footer-menu .f_top-content .reviews-box .t_logo {
  height: 50px;
}
}

@media (max-width: 767.98px) {
#footer-menu .f_top-content .reviews-box .t_logo {
  height: 60px;
}
}

#footer-menu .f_top-content .reviews-box .t_logo img {
height    : 100%;
object-fit: contain;
}

#footer-menu .f_top-content .reviews-box .g_reviews {
height         : 65px;
padding        : 9px 14px;
background     : #fff;
border-radius  : 4px;
border-top     : 2px solid #34a853;
display        : flex;
align-items    : center;
gap            : 7px;
text-decoration: none;
}

@media (max-width: 1024px) {
#footer-menu .f_top-content .reviews-box .g_reviews {
  height : 50px;
  padding: 7px 10px;
  gap    : 5px;
}
}

@media (max-width: 767.98px) {
#footer-menu .f_top-content .reviews-box .g_reviews {
  height: 60px;
}
}

#footer-menu .f_top-content .reviews-box .g_reviews .g_logo {
width : 35px;
height: 35px;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
#footer-menu .f_top-content .reviews-box .g_reviews .g_logo {
  width : 28px;
  height: 28px;
}
}

#footer-menu .f_top-content .reviews-box .g_reviews .g_logo img {
width     : 100%;
height    : 100%;
object-fit: contain;
}

#footer-menu .f_top-content .reviews-box .g_reviews .content {
display       : flex;
flex-direction: column;
gap           : 4px;
}

#footer-menu .f_top-content .reviews-box .g_reviews .content .title {
font-size  : 10px;
font-weight: 700;
color      : #6a6a6a;
line-height: 10px;
margin     : 0;
}

@media (max-width: 1024px) {
#footer-menu .f_top-content .reviews-box .g_reviews .content .title {
  font-size  : 8px;
  line-height: 7px;
}
}

@media (max-width: 767.98px) {
#footer-menu .f_top-content .reviews-box .g_reviews .content .title {
  font-size  : 9px;
  line-height: 8px;
}
}

#footer-menu .f_top-content .reviews-box .g_reviews .content .rating {
display    : flex;
align-items: center;
}

#footer-menu .f_top-content .reviews-box .g_reviews .content .rating .rate-no {
margin      : 0;
color       : #fea500;
font-size   : 14px;
font-weight : 800;
line-height : 15px;
margin-right: 8px;
}

@media (max-width: 1024px) {
#footer-menu .f_top-content .reviews-box .g_reviews .content .rating .rate-no {
  font-size   : 10px;
  line-height : 12px;
  margin-right: 7px;
}
}

@media (max-width: 767.98px) {
#footer-menu .f_top-content .reviews-box .g_reviews .content .rating .rate-no {
  font-size   : 13px;
  line-height : 15px;
  margin-right: 9px;
}
}

#footer-menu .f_top-content .reviews-box .g_reviews .content .rating .icon {
height : 15px;
display: flex;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
#footer-menu .f_top-content .reviews-box .g_reviews .content .rating .icon {
  height: 12px;
}
}

#footer-menu .f_top-content .reviews-box .g_reviews .content .rating .icon img {
height    : 100%;
object-fit: contain;
}

#footer-menu .f_top-content .reviews-box .g_reviews .content .text {
font-size  : 8px;
font-weight: 500;
color      : #353535;
line-height: 10px;
margin     : 0;
}

@media (max-width: 1024px) {
#footer-menu .f_top-content .reviews-box .g_reviews .content .text {
  font-size  : 7px;
  line-height: 8px;
}
}

#footer-menu .f_top-content .search-box {
width   : calc(100% / 3);
position: relative;
}

@media (max-width: 700px) {
#footer-menu .f_top-content .search-box {
  width: 50%;
}
}

@media (max-width: 767.98px) {
#footer-menu .f_top-content .search-box {
  width: 100%;
}
}

#footer-menu .f_top-content .search-box input {
width        : 100%;
background   : #eff0f2;
border-radius: 4px;
height       : 40px;
font-weight  : 400;
font-size    : 14px;
line-height  : 20px;
border       : none;
color        : #545454;
padding      : 0 14px;
}

@media (max-width: 1024px) {
#footer-menu .f_top-content .search-box input {
  height: 36px;
}
}

#footer-menu .f_top-content .search-box input::placeholder {
color: #929497;
}

#footer-menu .f_top-content .search-box input:focus {
outline: none;
}

#footer-menu .f_top-content .search-box .btn-search {
border    : none;
background: transparent;
width     : 48px;
height    : 48px;
position  : absolute;
top       : 50%;
transform : translateY(-50%);
right     : 0px;
}

#footer-menu .f_top-content .search-box .btn-search img {
/* width     : 100%;
height    : 100%;
object-fit: contain; */
}

#footer-menu .f_feedback {
width    : calc(100% / 3 - 20px);
max-width: 250px;
}

@media (max-width: 1260px) {
#footer-menu .f_feedback {
  width: calc(100% / 4 - 20px);
}
}

@media (max-width: 767.98px) {
#footer-menu .f_feedback {
  width: 100%;
}
}

@media (max-width: 767.98px) {
#footer-menu .f_feedback .f_title {
  display: none;
}
}

@media (max-width: 767.98px) {
#footer-menu .f_feedback .social-media {
  display       : flex;
  flex-direction: column;
  align-items   : center;
}
}

#footer-menu .f_feedback .social-media .title {
font-weight  : 500;
font-size    : 14px;
line-height  : 16px;
color        : #f6faff;
margin-bottom: 16px;
text-align   : left;
}

@media (max-width: 1024px) and (min-width: 767.98px) {
#footer-menu .f_feedback .social-media .title {
  font-size: 12px;
}
}

@media (max-width: 767.98px) {
#footer-menu .f_feedback .social-media .title {
  color: #e8e9ea;
}
}

#footer-menu .f_feedback .social-media .sm_links {
display: flex;
}

#footer-menu .f_feedback .social-media .sm_links .sm_link {
display        : flex;
width          : 28px;
height         : 28px;
margin-right   : 8px;
transition     : 0.3s;
text-decoration: none;
}

@media (max-width: 767.98px) {
#footer-menu .f_feedback .social-media .sm_links .sm_link {
  margin: 0 7px;
}
}

@media (hover: hover) and (pointer: fine) {
#footer-menu .f_feedback .social-media .sm_links .sm_link:hover {
  transform: translateY(-15%);
}
}

#footer-menu .f_feedback .social-media .sm_links .sm_link img {
width     : 100%;
height    : 100%;
object-fit: contain;
}

#footer-menu .f_menu_links {
display        : flex;
justify-content: space-between;
border-bottom  : 1px solid #404040;
padding-bottom : 58px;
margin-bottom  : 24px;
}

@media (max-width: 1024px) {
#footer-menu .f_menu_links {
  padding-bottom: 54px;
  margin-bottom : 20px;
}
}

@media (max-width: 767.98px) {
#footer-menu .f_menu_links {
  flex-direction: column;
  margin-bottom : 20px;
  padding       : 0;
  border        : none;
}
}

#footer-menu .f_menu_links .f_menu-box {
width         : calc(100% / 5 - 10px);
display       : flex;
flex-direction: column;
}

@media (max-width: 1260px) {
#footer-menu .f_menu_links .f_menu-box {
  width       : unset;
  margin-right: 40px;
}
}

@media (max-width: 1024px) {
#footer-menu .f_menu_links .f_menu-box {
  margin-right: 24px;
}
}

@media (max-width: 767.98px) {
#footer-menu .f_menu_links .f_menu-box {
  width : 100%;
  margin: 0 0 8px;
}
}

@media (max-width: 1260px) {
#footer-menu .f_menu_links .f_menu-box:last-child {
  margin-right: 0px;
}
}

#footer-menu .f_menu_links .f_menu-box .f_menu_title {
font-weight  : 700;
font-size    : 18px;
line-height  : 16px;
color        : #f6faff;
margin-bottom: 16px;
background   : transparent;
border       : none;
text-align   : left;
position     : relative;
}

@media (max-width: 1024px) {
#footer-menu .f_menu_links .f_menu-box .f_menu_title {
  font-size  : 16px;
  font-weight: 600;
}
}

@media (max-width: 767.98px) {
#footer-menu .f_menu_links .f_menu-box .f_menu_title {
  font-weight  : 500;
  line-height  : 16px;
  color        : #f4f5f6;
  margin-bottom: 0px;
  padding      : 8px 0;
}
}

@media (min-width: 767.98px) {
#footer-menu .f_menu_links .f_menu-box .f_menu_title {
  pointer-events: none;
}
}

#footer-menu .f_menu_links .f_menu-box .f_menu_title.active:before {
transform: rotate(180deg);
}

#footer-menu .f_menu_links .f_menu-box .f_menu_title:focus {
outline: none;
}

#footer-menu .f_menu_links .f_menu-box .f_menu_title:before {
position        : absolute;
top             : 4px;
background-image: url("/uploads/12037607/File/embroidery/assets/footer/angle-down-white.svg");
width           : 24px;
height          : 24px;
right           : 0;
transition      : 0.3s;
}

@media (max-width: 767.98px) {
#footer-menu .f_menu_links .f_menu-box .f_menu_title:before {
  content: "";
}
}

@media (max-width: 767.98px) {
#footer-menu .f_menu_links .f_menu-box .f_menu_content {
  max-height: 0;
  overflow  : hidden;
  transition: 0.3s;
}
}

#footer-menu .f_menu_links .f_menu-box .f_menu_link {
font-weight    : 400;
font-size      : 14px;
line-height    : 20px;
color          : #B0B0B0;
display        : flex;
padding        : 6px 0;
max-width      : max-content;
text-align     : left;
text-decoration: none;
}

@media (max-width: 1024px) {
#footer-menu .f_menu_links .f_menu-box .f_menu_link {
  font-size: 12px;
}
}

@media (max-width: 767.98px) {
#footer-menu .f_menu_links .f_menu-box .f_menu_link {
  padding      : 16px 0;
  border-bottom: 1px solid #555e6d;
  color        : #c5cad1;
  font-size    : 16px;
  max-width    : unset;
}
}

@media (hover: hover) and (pointer: fine) {
#footer-menu .f_menu_links .f_menu-box .f_menu_link:hover {
  text-decoration: underline;
}
}

#footer-menu .f_menu_links .f_menu-box .f_menu_link.underline {
text-decoration: underline;
}

#footer-menu .f_menu_links .f_menu-box .f_menu_link .icon {
width       : 20px;
height      : 20px;
margin-right: 5px;
}

#footer-menu .f_menu_links .f_menu-box .f_menu_link .icon img {
width     : 100%;
height    : 100%;
object-fit: contain;
}

#footer-menu .f_menu_links .f_menu-box .social-media {
margin-top: 40px;
}

@media (max-width: 767.98px) {
#footer-menu .f_menu_links .f_menu-box .social-media {
  display       : flex;
  flex-direction: column;
  align-items   : center;
  margin-top    : 60px;
}
}

#footer-menu .f_menu_links .f_menu-box .social-media .title {
font-weight  : 500;
font-size    : 14px;
line-height  : 16px;
color        : #f6faff;
margin-bottom: 16px;
text-align   : left;
}

@media (max-width: 1024px) {
#footer-menu .f_menu_links .f_menu-box .social-media .title {
  font-size    : 12px;
  margin-bottom: 14px;
}
}

#footer-menu .f_menu_links .f_menu-box .social-media .sm_links {
display: flex;
}

#footer-menu .f_menu_links .f_menu-box .social-media .sm_links .sm_link {
display        : flex;
width          : 28px;
height         : 28px;
margin-right   : 8px;
transition     : 0.3s;
text-decoration: none;
}

@media (max-width: 767.98px) {
#footer-menu .f_menu_links .f_menu-box .social-media .sm_links .sm_link {
  margin: 0 7px;
}
}

@media (hover: hover) and (pointer: fine) {
#footer-menu .f_menu_links .f_menu-box .social-media .sm_links .sm_link:hover {
  transform: translateY(-15%);
}
}

#footer-menu .f_menu_links .f_menu-box .social-media .sm_links .sm_link img {
width     : 100%;
height    : 100%;
object-fit: contain;
}

#footer-menu .f_copyright_links {
display        : flex;
flex-wrap      : wrap;
justify-content: center;
width          : calc(100% + 10px);
margin         : 0 -5px 14px;
}

@media (min-width: 767.98px) {
#footer-menu .f_copyright_links {
  display: none;
}
}

#footer-menu .f_copyright_links p.f_link {
text-decoration: none;
width          : 100%;
text-align     : center;
}

#footer-menu .f_copyright_links .f_link {
font-weight         : 400;
font-size           : 14px;
line-height         : 150%;
text-decoration-line: underline;
color               : #c5cad1;
margin              : 0 5px 16px;
}

#footer-menu .payment-methods {
display        : flex;
justify-content: center;
flex-wrap      : wrap;
}

#footer-menu .payment-methods .p_method {
width : 50px;
height: 35px;
margin: 4px;
}

@media (max-width: 767.98px) {
#footer-menu .payment-methods .p_method {
  margin: 5px 2px;
}
}

#footer-menu .payment-methods .p_method img {
width     : 100%;
height    : 100%;
object-fit: contain;
}

#footer-menu .f_city-links {
display        : flex;
flex-wrap      : wrap;
justify-content: center;
margin-bottom  : 14px;
}

@media (max-width: 1024px) {
#footer-menu .f_city-links {
  margin-bottom: 16px;
}
}

@media (max-width: 767.98px) {
#footer-menu .f_city-links {
  margin-bottom: 40px;
}
}

#footer-menu .f_city-links .city-link {
font-size  : 11px;
font-weight: 400;
line-height: 24px;
color      : #f6faff;
display    : block;
padding    : 10px;
}

@media (max-width: 1024px) {
#footer-menu .f_city-links .city-link {
  font-size: 12px;
  padding  : 8px;
}
}

@media (max-width: 767.98px) {
#footer-menu .f_city-links .city-link {
  font-size: 13px;
}
}

#footer-copyright {
background: #000;
}


#footer-copyright .section-wrapper {
display        : flex;
align-items    : center;
justify-content: space-between;
max-width: 1440px;
padding: 10px 112px;
margin: 0 auto;
}

@media (max-width: 700px) {
#footer-copyright .section-wrapper {
  flex-wrap      : wrap;
  justify-content: center;
}
}
@media (max-width: 1280px) {
#footer-copyright .section-wrapper{
  padding: 10px 24px;
}
}

@media (max-width: 1024px) {
#footer-copyright .section-wrapper{
  padding: 10px 16px;
}
}

@media (max-width: 767.98px) {
#footer-copyright {
  display: none;
}
}

#footer-copyright .text {
font-weight: 400;
font-size  : 14px;
line-height: 21px;
color      : #fff;
margin     : 0;
}

@media (max-width: 700px) {
#footer-copyright .text {
  margin-bottom: 10px;
}
}

#footer-copyright .f_links_wrapper {
display    : flex;
align-items: center;
}

#footer-copyright .f_links_wrapper .f_link {
font-weight         : 400;
font-size           : 14px;
line-height         : 21px;
text-decoration-line: underline;
color               : #fff;
margin-left         : 24px;
transition          : 0.3s;
}

@media (max-width: 700px) {
#footer-copyright .f_links_wrapper .f_link {
  margin: 0 12px;
}
}

@media (hover: hover) and (pointer: fine) {
#footer-copyright .f_links_wrapper .f_link:hover {
  color: #E40046;
}
}