/*---------------------- index ---------------------------*/
.post-section {
  padding: 20px 0;
}

:root {
  --primary-color: #014678;
  --secondary-color: #fff;
}


/* About us page  */


.above_title {
  padding: 70px 0px;
}

.title-box.banner-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
}

.title-box.banner-img {
  position: relative;
  background-color: var(--primary-color);
}

.above_title {
  position: relative;
  z-index: 99;
}

.above_title,
.above_title h1 {
  color: #fff;
}

.bradcrumbs {
  font: normal normal normal 20px/20px Noto Sans KR;
}

.page-template-about-us .banner-counter {
  display: none;
}

.page-template-about-us .theme-btn {
  display: none;
}

.page-template-about-us section.threeSectionWrapper::after {
  display: none;
}

.get_in_touch {
  display: flex;
  justify-content: center;
  gap: 20px;
  font: normal normal normal 18px/10px Noto Sans KR;
  align-items: center;
  cursor: pointer;
}

.social-links-wrap {
  position: relative;
  margin-left: 3px;
}

.social-media-links,
.get_in_touch {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.social-links-wrap {
  position: relative;
  height: 40px;
}

.social-links-wrap .social-media-links {
  display: flex;
}
.social-media-links {
  width: 0px;
  overflow: hidden;
}
.social-links-wrap {
  position: relative;
  height: 44px;
  transition: 1s ease-in-out;
}

.get_in_touch {
  transition-delay: 0ms;
  transition-property: visibility;
}

p.designation {
  text-align: center;
}

/* .social-links-wrap:hover .get_in_touch {
  visibility: hidden;

} */

.social-media-links {
  transition-delay: 400ms;
  transition-property: width;
}

/* .social-links-wrap:hover .social-media-links {
  width: 100% !important;
}

.social-links-wrap:hover .social-media-links {
  width: 100% !important;
  opacity: 1;
  visibility: visible;
} */

.social-media-links {
  display: flex;
  justify-content: space-evenly;
  gap: 0px;
  align-items: center;
}

/* .social-media-links a {
  padding: 10px 20px;
} */

ul.slick-dots {
  z-index: 99;
}

.social-links-wrap {
  border: 1px solid #000;
}

.social-links-wrap {
  border: none;
  border-top: 1px solid #000;
}
.social-links-wrap.active {
  border: 1px solid #000;
}

/* .social-media-links a {
  padding: 10px 32px;
} */
.social-media-links.active {
  border: none;
}
.social-media-links a {
  width: calc(100%/4);
  border-right: 1px solid #000;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .social-links-wrap:hover {
  border: 1px solid #000;
} */

.social-media-links a:hover i::before {
  color: var(--primary-color);
}

section#Our-team p.designation {
  text-align: center !important;
}

/* about us page  */



/* .social-media-links a:last-child {
  border-right: 0px !important;
} */





.ceo-image-wrapper {
  position: relative;
}

.ceo-floating-image {
  position: absolute;
  top: -10%;
  right: -21%;
  width: 50%;
}

.display-img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
}

.info-wrapper {
  display: flex;
  flex-direction: column;
  width: calc(100% - 90px);
}

.display-img img {
  border-radius: 50%;
}

.profile-wrapp {
  display: flex;
  gap: 10px;
}

.ceo-floating-image img,
.ceo-image-wrapper img {
  border-radius: 14px;
  width: 100%;
}

.story-wrapper {
  padding: 80px 80px;
  box-shadow: inset 0px 0px 18px #00000029;
  border-radius: 20px;
  background-color: #F2F5F7;
}

@media(max-width:991px) {
  .ceo-floating-image {
    bottom: 0;
    top: unset;
    right: 0;
    left: 0;
    margin: auto;
  }

  .story-wrapper {
    padding: 80px 50px;
  }

  .story-wrapper h3 {
    margin-top: 30px;
  }

  /* .social-media-links a {
    padding: 10px 18px;
  } */
}

@media(max-width:575px) {

  .story-wrapper {
    padding: 40px 20px;
  }

  .info-wrapper {
    width: 100%;
    text-align: center;
  }

  .profile-wrapp {
    flex-direction: column;
    align-items: center;
  }

  .bradcrumbs {
    font: normal normal normal 20px/20px Noto Sans KR;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}

/* our team 
 */


/* blog page  */


.page-numbers {
  padding: 10px 20px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  font: normal normal 600 20px/29px Noto Sans KR;
}

.pagination {
  justify-content: center;
}

span.page-numbers.current {
  background: var(--primary-color);
  color: #fff;
  /* font: normal normal 600 20px/29px Noto Sans KR; */
}



/* blog Page  */
p.comment-form-url {
  display: none !important;
}

div#comments ::placeholder {
  color: #000 !important;
}

.single-post-img img {
  width: 100%;
}

div#single-post-page {
  margin: -100px auto 40px;
  background: #fff !important;
  z-index: 99;
  position: relative;
  padding: 0px 30px;

}

li.entry-author img {
  border-radius: 50%;
  width: 45px;
}

li.entry-date.before-dot,
li.entry-comments a {
  font: normal normal normal 23px/97px Lato;
  color: #9B9B9B;
}



.post-ul {
  align-items: center;
  gap: 60px;
}

li.entry-author {
  border-radius: 50%;
  display: flex;
  gap: 20px;
  text-transform: capitalize;
  align-items: center;
}

li.entry-author a {
  font: normal normal bold 23px/97px Lato;
  letter-spacing: 0px;
  color: #1A093F;
}

.post-ul {
  align-items: center;
  gap: 60px;
  max-height: 40px;
}


.single-post p {
  font: normal normal normal 18px/35px Lato;
  letter-spacing: 0px;

}


/* --------- Blog Page ------- */



#full-width-blog .postbox {
  width: 100%;
  border: none;
}

#full-width-blog .postbox h3 {
  font-weight: normal;
  font-size: 35px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.postbox h3 {
  font-weight: normal;
  font-size: 35px;
  text-align: center;
}

.metabox img {
  border-radius: 50%;
  margin-left: 30%;
}

.postbox {
  margin-bottom: 39px;
  border: none;
  border-radius: 6px;
}

.postbox h2 {
  margin: 0 0 5px;
  font-weight: bold;
}

.widget_recent_entries li {
  margin-bottom: 10px;
}

.metabox {
  color: black;
  padding: 5px 0;
  clear: both;
  margin: 10px 0;
  border-top: 1px solid#F82938;
  border-bottom: 1px solid#F82938;
}

.metabox .entry-date {
  background: url('assets/images/date.png') no-repeat;
  margin: 0 13px 0 0;
}

.metabox .entry-author {
  background: url('assets/images/author.png') no-repeat;
  padding: 0 0 0 20px;
  margin: 0 20px 0 0;
}

.metabox .entry-comments {
  background: url('assets/images/comments.png') no-repeat;
  padding: 0 0 0 20px;
}

#comment-nav-above .nav-links {
  width: 100%;
  float: left;
  margin-bottom: 17px;
}

.post-featured img {
  width: 100%;
}

p.form-submit input:hover {
  background-color: var(--primary-color) !important;
}

/*.archive
.comment-body + #respond {
    width: 100% !important;
} #sidebar {
    margin-top: 21%;
}
*/

.comment-body+#respond {
  width: 100% !important;
}

div#comments small {
  font-size: 13px;
  margin-left: 10px;
}

.comment-body {
  position: relative;
}

p.stars {
  position: absolute;
  top: 0;
  right: 20px;
}

.dashicons-star-filled:before {
  color: #FFCC00;
}

.comment-body+#respond label[for="rating"],
.comment-body+#respond fieldset.comments-rating {
  display: none;
}

span.rating-stars {
  position: absolute;
  top: 50px;
  right: 10%;
}

@media(min-width:991px) and (max-width:1400px) {
  span.rating-stars {
    position: absolute;
    top: 30px;
    right: 10%;
  }
}

@media screen and (max-width:767px) {
  .archive #sidebar {
    margin-top: 0%;
  }

  span.rating-stars {
    top: 30px;
    right: 10%;
  }
}

@media(max-width:991px) {
  div#full-width-blog .blog-card {
    width: calc(100%/2 - 25px);
    height: 388px;
  }
}

@media(max-width:767px) {
  div#full-width-blog .blog-card {
    width: calc(100%/1);
    height: 388px;
  }
}

@media(max-width:1400px) {
  .content_page.row {
    justify-content: center !important;
  }
}


@media(max-width:520px) {
  .container.single-post {
    margin-top: 0px !important;
  }

  .social-icons,
  .categories {
    font: normal normal 600 16px/20px Noto Sans KR;
  }

  div#respond {
    padding: 30px 30px;
  }

  /* .comment-meta.commentmetadata+p {
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0;
    padding: 0px;
  } */

  cite.fn a {
    margin-left: 0px !important;
  }

  .comment-list li {
    padding: 0px !important;
  }

  .title-box.banner-img {
    background-size: 80% 100%;
    background-position: right;
  }
}

/* --------- Inner Pages --------- */
ol.carousel-indicators {
  position: static !important
}

ol.carousel-indicators li {
  max-width: 10px;
  padding: 5px;
  color: var(--grey2);
  border-radius: 50%;
}

/* ----------------------- POST---------------------- */

.navigation span.page-numbers.current {
  background: #277BF8;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  color: var(--secondary-color);
}

#blog {
  padding-top: 0;
  margin-top: 0;
}

aside#search-3 {
  padding: 0 !important;
}

/*------------------ Comments BOX ------------------*/

#comments .comment-author {
  border-bottom: none !important;
}

cite.fn a {
  color: #000 !important;
  font: normal normal bold 23px/32px Lato;
  letter-spacing: 0px;
  color: #242424;
  text-transform: capitalize;
  margin-left: 0px;
}

#comments {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.comment-meta.commentmetadata+p {
  max-width: 86%;
  margin-left: 19%;
  margin-right: 0;
}

.comment-meta.commentmetadata {
  display: none !important;
}

span.says {
  display: none;
}

.reply a {
  color: #000;
}

.reply {
  /* padding: 20px; */
  /* position: absolute; */
  /* width: 50%;
  margin-left: calc(20%);
  padding: 0px 15px !important; */
}

.byuser p {
  font: normal normal 300 14px/31px Poppins;
  letter-spacing: 0px;
  color: #242424;

}

/* #comments .comment-author {
  padding: 0px 20px !important;
} */

i.fas.fa-reply {
  display: none;
}

#comments h2.comments-title {
  font-size: 20px;
  font-weight: bold;
}

#comments h3.comment-reply-title {
  font-size: 20px;
  font-weight: bold;
  clear: both;
}

#comments input[type="text"],
#comments input[type="email"],
#comments textarea {
  padding: 5px 10px;
  font-size: 18px;
}

#comments textarea {
  height: 120px;
}

#comments input[type="submit"].submit {
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 500;
  color: var(--secondary-color);
  background: #000;
  border-radius: 5px;
  opacity: 1;
  border: none;
  padding: 10px 20px;
  border-radius: 0;
}

#reply-title {
  position: relative;
}

#comments a time {
  color: black;
  font-weight: bold;
  font-size: 12px;
}

#comments .comment-metadata {
  width: 90%;
  float: left;
  padding: 1% 0 0 0;
}

#comments .comment-content {
  width: 90%;
  text-align: left;
  margin-left: 7%;
}

#comments .comment-author {
  padding: 20px;
  border-bottom: 1px solid #000;
}

.comment-list p {
  margin-bottom: 0;
}

.comment-meta.commentmetadata,
.comment-body p {
  padding: 10px;
}


#comments h2#reply-title {
  display: inline-table;
  margin-bottom: 15px;
}

#comments .comment-author.vcard img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
}

#single-post-page #commentform {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  flex-direction: column;
}

label[for="rating"] {
  margin-top: 5px;
}

p.stars {
  position: absolute;
  top: -5px;
  /* top: 0; */
  right: 50%;
}

.Footer-submit-wrapper input {
  width: 35px;
  height: 35px;
}

.rating-container>input:checked~label:before,
.rating-container>input+label:hover~label:before,
.rating-container>input+label:hover:before {
  color: var(--secondary-color);
}

.comment-form-email {
  order: 1;
}

.comment-notes {
  order: 2;
}

.comment-form-author {
  order: 1;
}

.comment-form-comment {
  order: 4;
}

.comment-form-cookies-consent {
  order: 5;
  display: flex;
}

input#wp-comment-cookies-consent {
  margin-right: 10px;
}

.form-submit {
  order: 6;
}

.comment-form-url {
  display: none;
}

.comment-list li {
  padding: 0px 20px;
  background: var(--secondary-color);
  margin-bottom: 20px;
}

div#comments {
  margin-top: 50px;
}

.comment-list li {
  padding: 20px;
  background: var(--secondary-color);
  margin-bottom: 20px;
  list-style-type: none;
}

em.comment-awaiting-moderation {
  font-family: lato;
  font-style: initial;
  /* padding-left: 20px; */
}

p.comment-form-comment {
  max-width: 100% !important;
}

@media(max-width:1400px) {
  p.stars {
    right: 20px;
  }
}

@media(max-width:991px) {
  .post-ul {
    gap: 20px;
  }
}

@media(max-width:575px) {
  p.stars {
    position: relative;
  }

  li.entry-date.before-dot,
  li.entry-comments a {
    font-size: 13px !important;
  }

  div#single-post-page {
    padding: 0px 20px;
  }

  .comment-author.vcard {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}

cite.fn a {
  font: normal normal bold 18px/32px Lato;
}

h2.comments-title {
  display: none;
}

div#comments {
  display: flex;
}

div#comments ol.comment-list,
div#respond {
  width: 50%;
}

span.required-field-message {
  display: none !important;
}

span.required {
  display: none !important;
}

p.logged-in-as {
  display: none !important;
}

form#commentform p {
  display: flex;
  flex-direction: column;
  font: normal normal 600 20px/24px Noto Sans KR;
}

span#email-notes {
  display: none;
}

p[class ^="comment-form"]>label {
  margin-bottom: 10px !important;
  display: inline-block;
}

div#respond {
  padding: 30px 50px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  height: 100%;
}

p.comment-form-cookies-consent {
  display: none !important;
}

em.comment-awaiting-moderation {
  /* padding: 80px; */
  display: inline-block;
}

.comment-author.vcard {
  display: flex;
  align-items: center;
  gap: 20px;
}

div[id ^="div-comment"] {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 20px;
}

aside#single-blog-widget-area .custom-social-icons span {
  display: none;
}

.social-icons,
.categories {
  font: normal normal 600 18px/20px Noto Sans KR;
}

.social-icons {
  display: flex;
  gap: 10px;
  justify-content: end;
  align-items: center;
}

.social-icon-wrapper a:hover,
.custom-social-icons a:hover {
  background: var(--primary-color);
  color: #fff;
}

.custom-social-icons a:hover {
  background: var(--primary-color) !important;
}

.custom-social-icons a {
  background: #D8D8D8;
  border-radius: 4px;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media(max-width:767px) {

  .social-icons,
  .categories {
    text-align: center;
  }

  .social-icons {
    justify-content: center;
    margin-top: 20px;
  }

  div#respond {
    width: 100% !important;
  }

  .recent-posts {
    margin-top: 40px;
  }
}


/* blog widget  */


/* recent post widget  */


aside[id ^="recent"],
aside[id ^="custom"] {
  padding: 14px 20px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  margin-top: 20px;
}

.media.post-thumb img {
  width: 89px;
  height: 74px;
  border-radius: 4px;
  object-fit: cover;
}

h3.widget-title {
  margin-bottom: 20px;
}

.media-body a {
  font: normal normal 600 17px/25px Noto Sans KR;
}

p.post-date {
  font: normal normal normal 14px/20px Noto Sans KR;
}

li.category-list.active {
  color: var(--primary-color);
}

@media(min-width:992) and (max-width:1199px) {
  .media-body.post-content {
    padding: 0px !important;
  }

  .media.post-thumb img {
    display: none;
  }

}

@media(max-width:991px) {
  aside#block-2 {
    margin-top: 40px;
  }
}




/* search widget  */

label.wp-block-search__label {
  font: normal normal 500 20px/29px Noto Sans KR;
}

.wp-block-search__inside-wrapper input {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}

button.wp-block-search__button.wp-element-button {
  font: normal normal 400 14px/20px Noto Sans KR;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 4px;
}

.widget_block.widget_search {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #DBDBDB;
  border-radius: 6px;
  padding: 10px 10px 15px;
}


/* categories widgets  */


li.category-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
}

li.category-list a,
li.category-list span {
  font: normal normal 500 18px/25px Noto Sans KR;
  padding: 5px 0px;
  background: #fff;
}

li.category-list:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #E1E1E1;
  bottom: 4px;
  z-index: -1;
}




/* support page */
hr:not([size]) {
  height: 2px;
}

.support-contact-info {
  position: relative;
  z-index: 0;
}

.support-contact-info::after {
  content: "";
  width: 47%;
  height: 72%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: cover;
}


.support-form-wrapper input#submit-button {
  background: #000000 0% 0% no-repeat padding-box;
  border-radius: 6px !important;
  color: #fff;
}

section.support-page .middle-content h2 {
  text-align: left;
  font: normal normal bold 30px/30px Lato;
  letter-spacing: 0px;
  margin: 20px 0px 40px;
}

section.support-page {
  padding-top: 60px;
}

section.support-page h4 {
  font: normal normal 600 22px/30px Noto Sans KR;
  letter-spacing: 0px;
  margin-bottom: 15px;
}

section.support-page li,
.outer_dpage li {
  font: normal normal normal 18px/34px Noto Sans KR;
  list-style-type: none;
  position: relative;
}

section.support-page li::after,
.outer_dpage li::after {
  content: "\f101";
  font-family: FontAwesome;
  position: absolute;
  left: -25px;
  top: 2px;
}

.middle-content ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-top: 30px;
  padding-bottom: 10px;
}

/* support page  */

.support-form-wrapper {
  position: relative;
  padding: 80px 80px 0px 80px;
}

.contactus-section {
  padding: 45px 30px 30px 80px;
  box-shadow: 0px 3px 6px #00000029;
}

.contactus-section h3 {
  font: normal normal bold 36px/36px Lato;
  margin-bottom: 20px;
  color: var(--secondary-color);
}

.support-contact-info p {
  color: var(--secondary-color);
}

.support-contact-info p {
  color: var(--secondary-color);
  margin-bottom: 30px;
}

.support-contact-info {
  padding: 50px 35px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
}

.map iframe {
  width: 100%;
  height: 252px;
}

.support-form-wrapper ::placeholder {
  color: #000 !important;
}

.support-form-wrapper input {
  border-radius: 0px !important;
  background: var(--secondary-color) 0% 0% no-repeat padding-box;
  border: 1px solid #1212124D;
}

.support-form-wrapper .Message {
  max-height: 127px;
  border-radius: 0px;
  border: 1px solid #1212124D;
}

.support-form-wrapper input#submit-button {
  padding: 11px 41px;
}

.support-form-wrapper .wpcf7 form.invalid .wpcf7-response-output {
  border: 0px !important;
  color: #dc3232;
  position: absolute;
  bottom: 5px;
  left: 10px;
  margin: 0px;
  max-width: 450px;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -20px;
}

.comment {
  margin-right: 20px;
}

span.wpcf7-form-control-wrap input,
span.wpcf7-form-control-wrap textarea {
  width: 100%;
}

.contact .input-wrapper textarea {
  height: 127px !important;
}

.contact .input-wrapper input,
.contact .input-wrapper textarea {
  font: normal normal normal 16px/26px Noto Sans KR !important;
  padding-left: 15px;
}

.stars-avg-rating {
  display: none !important;
}

@media(max-width:991px) {
  .support-form-wrapper {
    padding: 40px 0px 0px;
  }

  .support-form-wrapper .wpcf7 form.invalid .wpcf7-response-output {
    bottom: -30px;
  }

  .media-body.post-content {
    text-align: left;
  }
}


/* Policy Pages  */

body.page-template-default h4 {
  font: normal normal bold 20px/31px Lato;
}

body.page-template-default h2 {
  font: normal normal bold 26px/30px Lato;
}

.faq-right h2 {
  font: normal normal bold 30px/30px Lato;
}

.half-width {
  display: flex;
  flex-wrap: wrap;
}

ul.half-width li {
  width: 50%;
}


@media(max-width:991px) {
  .half-width {
    display: flex;
    flex-wrap: wrap;
  }

  ul.half-width li {
    width: 100%;
  }
}



/* error page  */



span.big-word {
  font-size: 130px;
  font-weight: 800;
  line-height: 60px;
  margin-bottom: 70px;
  display: inline-block;
}


section.freequote .form-wrapper {
  background: #FBFBFB;
}


.quote-image {
  text-align: right;
  position: absolute;
  bottom: -88px;
  right: 0;
  margin: auto;
  width: 400px;
  margin: 0px auto;
  left: 0px;
}

.quote-image img {
  height: 850px;
  object-fit: cover;
}

.image-container {
  position: relative;
}

section.freequote .form-wrapper h3 {
  font: normal normal bold 36px/60px Noto Sans KR;
}


@media(max-width:991px) {
  .quote-image {
    display: none;
  }

}

@media(max-width:575px) {

  section.freequote .form-wrapper h3 {
    font: normal normal bold 26px/40px Noto Sans KR;
  }

  .single-post p {
    font: normal normal normal 22px/30px Lato;
  }
}





/* sector page  */


.inner-image {
  position: absolute;
  right: 7%;
  top: -20%;
  width: 30%;
}

.no-after.h2::after {
  display: none;
}

.content-2 .inner-image {
  width: 60%;
}

.inner-image {
  text-align: right;
}


/* testimonial page  */



.testimonial-wrap {
  border: 1px solid #EEEEEE;
  padding: 30px 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
}

.client-image {
  width: 110px;
}

.text-wrap h4.customer-name {
  color: #000;
}



/* category page  */


.category .bradcrumbs {
  padding: 20px 0px;
}

/* checkout page  */
.woocommerce-notices-wrapper,
.woocommerce-form-coupon-toggle,
.woocommerce-billing-fields {
  text-align: left;
}

span.selection {
  height: 40px !important;
  display: inline-block;
  width: 100% !important;
}

span.woocommerce-input-wrapper {
  height: 40px;
  display: inline-block;
  width: 100%;
}

span.woocommerce-input-wrapper input,
span.woocommerce-input-wrapper .select2-selection__rendered {
  height: 100%;
}

span.select2-selection.select2-selection--single {
  height: 100% !important;
}

.select2-container--open .select2-dropdown {
  top: -40px !important;
}


