@charset "UTF-8";
/**
 * _base.scss
 * 
 * 1/ biến màu săc
 * 2/ biến kích thước font chữ
 * 3/ Cấu hình border
 * 4/ Mixin
 * 5/ Responsive
*/
.header-button .button {
  padding: 10px 40px;
  background-color: #111F3D;
}
.header-button .button:hover {
  background-color: var(--fs-color-secondary);
}
@media (max-width: 767px) {
  .header-button .button {
    display: none;
  }
}

.header-main .nav-spacing-xlarge > li {
  margin: 0 20px;
}

p {
  margin-bottom: 1em !important;
}

.page-template-page-transparent-header-light:not(.home) .header-button .button {
  background-color: var(--fs-color-secondary);
}
.page-template-page-transparent-header-light:not(.home) .header-button .button:hover {
  background-color: var(--fs-color-primary) !important;
}
.page-template-page-transparent-header-light:not(.home) .header-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.capitalize {
  text-transform: capitalize !important;
}

h1.entry-title {
  font-size: 2.6em;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  h1.entry-title {
    font-size: 1.6em;
  }
}

.radius-30 {
  border-radius: 30px;
  overflow: hidden;
}

.banner h1 {
  line-height: 1.2 !important;
}

.button-shadow {
  box-shadow: 5px 5px 40px 0px rgba(17, 31, 61, 0.2);
}
.button-shadow:hover {
  box-shadow: 5px 5px 40px 0px rgba(17, 31, 61, 0.2) !important;
}

.button.secondary:hover {
  background-color: #111F3D !important;
}

.button.primary:not(.third):hover {
  background-color: var(--fs-color-secondary) !important;
}

.button.third {
  background-color: #111F3D;
}
.button.third:hover {
  background-color: var(--fs-color-primary);
}

.button, button, input[type=button], input[type=reset], input[type=submit] {
  font-weight: 500 !important;
}

.text-no-margin * {
  margin-bottom: 0 !important;
}

.under-bg {
  position: relative;
  z-index: -1;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-form {
  margin-bottom: 0;
}
.wpcf7-form .form-flat input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=range]) {
  height: 60px;
  padding: 0 30px;
  margin-bottom: 16px;
  background-color: rgba(255, 255, 255, 0.1019607843) !important;
  font-size: 16px;
}
.wpcf7-form .form-flat input[type=submit] {
  text-transform: capitalize;
  margin-bottom: 0;
  height: 60px;
  border-radius: 15px;
  padding-left: 45px;
  padding-right: 45px;
  font-size: 18px;
}
.wpcf7-form .form-flat textarea {
  border-radius: 30px;
  padding: 20px 30px;
  min-height: 260px;
  background-color: rgba(255, 255, 255, 0.1019607843) !important;
}
.wpcf7-form .form-flat textarea::placeholder {
  color: white;
}

.dark .wpcf7-form .form-flat textarea {
  background-color: rgba(255, 255, 255, 0.1019607843) !important;
}

.contact-map {
  border-radius: 30px;
  overflow: hidden;
}
.contact-map p {
  margin-bottom: 0 !important;
  line-height: 0;
}
.contact-map iframe {
  width: 100% !important;
}

.follow-icons a:last-child {
  margin-bottom: 1em;
}

.contact-follow-icons a {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1019607843);
}

.contact-icon-box {
  align-items: center;
}
.contact-icon-box .icon-box-img {
  height: 95px;
  border-radius: 99px;
  padding: 28px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-icon-box .icon-box-text {
  padding-left: 30px !important;
}
.contact-icon-box:first-child:hover .col-inner {
  background: transparent radial-gradient(closest-side at 20% 35%, #6E93FB 0%, #0041FF 100%);
  box-shadow: -10px 40px 80px rgba(0, 65, 255, 0.4) !important;
}
.contact-icon-box:first-child .icon-box-img {
  background-image: linear-gradient(180deg, #6E93FB 0%, #0041FF 100%);
}
.contact-icon-box:nth-child(2) .icon-box-img {
  background-image: linear-gradient(180deg, #F897AF 0%, #F44571 100%);
}
.contact-icon-box:nth-child(2):hover .col-inner {
  background: transparent radial-gradient(closest-side at 20% 35%, #F897AF 0%, #F44571 100%);
}
.contact-icon-box:nth-child(2):hover .icon-box-img svg {
  color: #F44571;
}
.contact-icon-box:nth-child(3) .icon-box-img {
  background-image: linear-gradient(180deg, #FFEAAB 0%, #FFD046 100%);
}
.contact-icon-box:nth-child(3):hover .col-inner {
  background: transparent radial-gradient(closest-side at 20% 35%, #FFEAAB 0%, #FFD046 100%);
}
.contact-icon-box:nth-child(3):hover .icon-box-img svg {
  color: #FFD046;
}
.contact-icon-box:hover .icon-box-text > * {
  color: white;
}
.contact-icon-box:hover .icon-box-img {
  background-color: white;
  background-image: none;
}
.contact-icon-box:hover .icon-box-img svg {
  color: #0041FF;
}

.about-us-img-1 {
  margin-bottom: -60%;
}

.about-us-img-2 {
  margin-top: -60%;
}

.about-icon-box-1 .icon-box-img {
  border-radius: 20px;
  box-shadow: 5px 5px 40px rgba(17, 31, 61, 0.2);
  padding: 27px 30px;
  background-color: var(--fs-color-secondary);
}

.about-icon-box-2 .icon-box-img {
  border-radius: 20px;
  box-shadow: 5px 5px 40px rgba(17, 31, 61, 0.2);
  padding: 25px 30px;
  background-color: #111F3D;
}

.box-overlay.member {
  border-radius: 30px;
  overflow: hidden;
}
.box-overlay.member .box-text {
  text-shadow: none !important;
  transition: all 0.3s;
  transform: translateY(15px);
}
.box-overlay.member .box-text .social-icons {
  margin-top: 10px;
  transition: all 0.3s;
  opacity: 0;
}
.box-overlay.member:hover .box-text {
  transform: translateY(0px);
}
.box-overlay.member:hover .box-text .social-icons {
  opacity: 1;
}
.box-overlay.member .person-name {
  font-size: 25px;
  text-transform: capitalize;
}
.box-overlay.member .person-title {
  font-size: 16px;
  text-transform: none;
}
.box-overlay.member .overlay {
  background: linear-gradient(180deg, rgba(17, 31, 61, 0) 60%, rgba(17, 31, 61, 0.7019607843) 100%);
}

.mbws-process-bar {
  flex-wrap: wrap;
  margin-bottom: 1.2em;
}
.mbws-process-bar .process-text {
  text-transform: capitalize;
  justify-content: space-between;
}
.mbws-process-bar .process-bar {
  height: 8px;
  width: 100%;
  border-radius: 4px;
  background-color: #EEF1F6;
}
.mbws-process-bar .process-bar .process {
  height: 8px;
  background-color: var(--fs-color-primary);
  border-radius: 4px;
}

.section-title {
  border-bottom: none !important;
}
.section-title b {
  display: none;
}
.section-title span {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.home-logos img {
  object-fit: contain !important;
}

.message-box {
  border-radius: 30px;
  overflow: hidden;
  padding-left: 7% !important;
  padding-right: 7% !important;
}

.home-message-box {
  box-shadow: 10px 50px 80px 0px rgba(225, 198, 86, 0.3);
}

.section-title h2 {
  line-height: 1.2;
}

.sub-title h5 {
  color: #F44571;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 15px;
}

.home-icon-boxs .icon-box-img {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  background-color: var(--fs-color-primary);
  padding: 28px 30px;
  margin-bottom: 45px !important;
}
.home-icon-boxs .button.icon {
  background-color: rgba(17, 31, 61, 0.0509803922);
  color: #3D3D3D;
}
.home-icon-boxs .button.icon span {
  display: none;
}
.home-icon-boxs .col > .col-inner:hover {
  box-shadow: -10px 40px 80px rgba(0, 65, 255, 0.4) !important;
}
.home-icon-boxs .col > .col-inner:hover .icon-box-text * {
  color: white !important;
}
.home-icon-boxs .col > .col-inner:hover .icon-box-img {
  background-color: white;
}
.home-icon-boxs .col > .col-inner:hover .icon-box-img svg {
  color: var(--fs-color-primary);
}
.home-icon-boxs .col > .col-inner:hover .button {
  background-color: white;
  color: var(--fs-color-primary);
}
.home-icon-boxs .icon-box-text h3 {
  margin-bottom: 30px;
}
.home-icon-boxs .box-1 > .col-inner .icon-box-img {
  box-shadow: -5px 15px 30px rgba(0, 65, 255, 0.4);
}
.home-icon-boxs .box-1 > .col-inner:hover {
  background: transparent radial-gradient(closest-side at 40% 20%, #6E93FB 0%, #0041FF 100%);
}
.home-icon-boxs .box-1 > .col-inner:hover .icon-box-img svg {
  color: #0041FF;
}
.home-icon-boxs .box-2 > .col-inner .icon-box-img {
  box-shadow: -5px 15px 30px rgba(244, 69, 113, 0.4);
  background-color: #f44571;
}
.home-icon-boxs .box-2 > .col-inner:hover {
  background: transparent radial-gradient(closest-side at 40% 20%, #F897AF 0%, #F44571 100%);
}
.home-icon-boxs .box-2 > .col-inner:hover .icon-box-img svg {
  color: #f44571 !important;
}
.home-icon-boxs .box-3 > .col-inner .icon-box-img {
  box-shadow: -5px 15px 30px rgba(94, 64, 161, 0.4);
  background-image: radial-gradient(at top left, #A07FE9 0%, #5E40A1 100%);
}
.home-icon-boxs .box-3 > .col-inner:hover {
  background: transparent radial-gradient(closest-side at 40% 20%, #A07FE9 0%, #5E40A1 100%);
}
.home-icon-boxs .box-3 > .col-inner:hover .icon-box-img {
  background-image: unset;
}
.home-icon-boxs .box-3 > .col-inner:hover .icon-box-img svg {
  color: #5E40A1 !important;
}
.home-icon-boxs .box-4 > .col-inner .icon-box-img {
  box-shadow: -5px 15px 30px rgba(255, 208, 70, 0.4);
  background-image: radial-gradient(at top left, #FFEAAB 0%, #FFD046 100%);
}
.home-icon-boxs .box-4 > .col-inner:hover {
  background: transparent radial-gradient(closest-side at 40% 20%, #FFEAAB 0%, #FFD046 100%);
}
.home-icon-boxs .box-4 > .col-inner:hover .icon-box-img {
  background-image: unset;
}
.home-icon-boxs .box-4 > .col-inner:hover .icon-box-img svg {
  color: #FFD046 !important;
}

.home-second-img {
  margin-top: -60px;
}

.img-shadow {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 20px 60px 0px rgba(17, 31, 61, 0.2);
}

.mbws-project-slider {
  flex-wrap: nowrap !important;
  overflow: hidden;
  display: flex;
}
.mbws-project-slider .project-item {
  max-width: 35.6%;
  flex-basis: 35.6%;
  min-width: 500px;
}
@media (max-width: 767px) {
  .mbws-project-slider .project-item {
    max-width: 85%;
    flex-basis: 85%;
    min-width: unset;
  }
}
.mbws-project-slider .project-item .box-image .image-cover {
  padding-top: 60%;
  border-radius: 20px;
}

.mbws-price {
  margin-bottom: 0.5em;
  font-size: 20px;
}
.mbws-price .before {
  vertical-align: top;
}
.mbws-price .price {
  font-size: 40px;
  font-weight: 700;
}

.mbws-price-table > .col-inner {
  transition: all 0.3s;
}
.mbws-price-table > .col-inner:hover {
  box-shadow: 0px 20px 60px 0px rgba(17, 31, 61, 0.2);
}

.testimonial-box .icon-box-img {
  margin-left: 45px;
  margin-bottom: -45px !important;
}
.testimonial-box .icon-box-text {
  transition: all 0.3s;
  padding: 60px 45px 45px;
  background-color: white;
  border: solid 1px #EAEAEA;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.testimonial-box .icon-box-text .testimonial-text {
  font-style: unset !important;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(17, 31, 61, 0.2);
}
.testimonial-box .icon-box-text:hover {
  background-color: var(--fs-color-primary);
}
.testimonial-box .icon-box-text:hover .testimonial-text {
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
}
.testimonial-box .icon-box-text:hover .testimonial-meta {
  color: white;
}
.testimonial-box .icon-box-text .testimonial-name-divider {
  display: none;
}
.testimonial-box .icon-box-text .testimonial-name {
  display: block;
}
.testimonial-box .icon-box-text .star-rating {
  position: absolute;
  right: 45px;
  bottom: 55px;
}

#home_popup {
  border-radius: 25px;
  overflow: hidden;
}
#home_popup .mfp-close {
  background-color: white;
  border-radius: 99px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  mix-blend-mode: unset;
  top: 5px !important;
  right: 5px;
}
#home_popup form {
  margin-bottom: 1rem;
}

.review-slider .image-cover {
  border-radius: 20px;
}

.home-main-video {
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-main-video .image-cover {
    padding-top: 75%;
  }
}
.home-main-video .post-title {
  font-size: 36px !important;
}
@media (max-width: 767px) {
  .home-main-video .post-title {
    font-size: 25px !important;
  }
}
.home-main-video .cat-label {
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--fs-color-secondary);
  margin-bottom: 6px !important;
}

.video-list .post-item {
  padding-bottom: 30px !important;
}
.video-list .post-item .box-text {
  padding: 10px 20px !important;
}
.video-list .post-item .cat-label {
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--fs-color-secondary);
  margin-bottom: 6px !important;
}

.blog-wrapper.page-wrapper {
  padding-top: 70px;
}

.post-item {
  padding-bottom: 60px !important;
}
.post-item .box {
  border-radius: 20px;
  transition: all 0.3s;
}
.post-item .box:hover {
  box-shadow: -10px 60px 80px 0px rgba(0, 0, 0, 0.1607843137);
}
.post-item .box-image .image-cover {
  border-radius: 20px;
}
.post-item .box-text {
  position: relative;
  padding: 35px 25px 15px !important;
}
.post-item .box-text .post-meta {
  position: absolute;
  top: 15px;
  left: 30px;
  font-size: 16px;
}
.post-item .box-text .post-title {
  font-size: 22px;
  line-height: 1.3;
}
.post-item .box-text .is-divider {
  display: none;
}
.post-item .box-text .from_the_blog_excerpt {
  margin-bottom: 0 !important;
}
.post-item .box-text .button {
  text-decoration: underline;
}
.post-item .box-text .button::before {
  content: url(../img/arrow-right.svg);
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-right: 5px;
  vertical-align: middle;
  text-decoration: unset;
}
.post-item .box-text .button.primary:hover {
  color: var(--fs-color-primary);
  background-color: transparent !important;
}

.single-post .entry-image {
  border-radius: 30px;
  overflow: hidden;
}
.single-post .entry-header-text {
  margin: auto;
  padding-top: 60px !important;
  max-width: 1000px;
}
.single-post .entry-header-text .entry-meta {
  justify-content: center !important;
}
.single-post .entry-header-text .entry-meta div {
  width: fit-content;
  margin: 0 15px;
  position: relative;
}
.single-post .entry-header-text .entry-meta div:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 15px;
  position: absolute;
  left: -15px;
  top: 5px;
  background-color: #111F3D;
}
.single-post .entry-content {
  max-width: 1000px;
  margin: auto;
}
.single-post footer.entry-meta {
  max-width: 1000px;
  margin: auto;
  padding: 30px 0;
}
.single-post footer.entry-meta .post-tags {
  font-size: 20px;
  font-weight: 700;
}

.blog-share {
  position: relative;
}
.blog-share .share-icons {
  background-color: #3D3D3D;
  border-radius: 99px;
  padding: 10px 20px;
  transition: all 0.3s;
  position: absolute;
  bottom: 50px;
  right: -50%;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
}
.blog-share .share-icons::after {
  content: "";
  display: block;
  width: 30px;
  height: 18px;
  background-color: #3D3D3D;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
.blog-share .share-icons.show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.blog-share .share-icons a {
  margin: 0 10px !important;
}
.blog-share .button {
  width: 30px;
  height: 30px;
  background: url(../img/share.svg) no-repeat center center/contain;
}

.category-page-row {
  padding-top: 60px !important;
}

.widget {
  margin-bottom: 45px !important;
}
.widget .is-divider {
  display: none;
}
.widget .widget-title {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.widget .mbws-search-form input {
  height: 48px;
}
.widget .mbws-search-form input[type=search] {
  background-color: #F5F5F7;
  border: none;
  padding-left: 30px;
  padding-right: 30px;
}
.widget .mbws-search-form input[type=submit] {
  text-transform: capitalize;
}
.widget > ul > li {
  border-top: none !important;
}
.widget > ul > li a {
  padding: 5px 0 !important;
  line-height: 1.3;
}
.widget > ul > li a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  border: 1px solid rgba(46, 48, 52, 0.2);
  vertical-align: bottom;
  margin-right: 10px;
}
.widget > ul > li span.count {
  line-height: 1.3;
  font-size: 16px;
}
.widget > ul > li.active a::before {
  background-color: var(--fs-color-primary);
}

.widget li.chosen a:before {
  content: "" !important;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  border: 1px solid rgba(46, 48, 52, 0.2);
  vertical-align: bottom;
  margin-right: 10px !important;
  background-color: var(--fs-color-primary);
  opacity: 1 !important;
}

.woocommerce-ordering select {
  background-color: var(--fs-color-primary);
  border-radius: 99px;
  height: 48px;
  padding-left: 30px;
  padding-right: 30px;
  color: white;
  font-weight: 700;
  font-size: 16px;
  background-image: url(../img/down.svg);
  background-size: 18px 18px;
  background-position: 92% 50%;
}
.woocommerce-ordering select:focus {
  background-color: var(--fs-color-primary);
  box-shadow: nones;
  color: white;
}

.widget_price_filter .price_slider_amount {
  display: flex;
  flex-direction: column-reverse;
}
.widget_price_filter .price_slider_amount .button {
  display: block;
  width: 100%;
  height: 48px;
  background-color: var(--fs-color-primary) !important;
  font-size: 16px !important;
}
.widget_price_filter .price_slider_amount .price_label {
  display: flex;
  justify-content: space-between;
  font-size: 0;
  margin-bottom: 15px;
}
.widget_price_filter .price_slider_amount .price_label span {
  font-size: 15px;
  font-weight: 700;
}
.widget_price_filter .price_slider_amount .price_label span.from {
  margin-left: -5rem;
}

.product-small.box {
  overflow: hidden;
  border: 2px solid rgba(46, 48, 52, 0.2);
  border-radius: 30px;
  transition: all 250ms ease-in;
}
.product-small.box .box-text {
  padding: 25px 85px 25px 25px;
}
.product-small.box .box-text .category {
  opacity: 1;
  letter-spacing: unset;
  font-size: 14px !important;
  text-transform: unset;
  color: #BBB;
  margin-bottom: 0 !important;
}
.product-small.box .box-text .product-title {
  min-height: 52px;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 5px !important;
}
.product-small.box .box-text .price-wrapper .price {
  font-size: 16px;
}
.product-small.box .image-tools {
  transform: unset !important;
}
.product-small.box .image-tools.top.right {
  padding-top: 20px;
  padding-right: 20px;
}
.product-small.box .image-tools.bottom {
  top: 70px;
  justify-content: flex-end;
  height: 40px;
  width: 40px;
  right: 22px;
}
.product-small.box .quick-view,
.product-small.box .wishlist-button {
  width: 40px;
  height: 40px;
  border-radius: 10px !important;
  border: none;
  background-color: rgba(46, 48, 52, 0.1019607843) !important;
}
.product-small.box .quick-view:hover,
.product-small.box .wishlist-button:hover {
  background-color: var(--fs-color-primary) !important;
}
.product-small.box .quick-view {
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-small.box .quick-view::before {
  content: url(../img/eye.svg);
  width: 18px;
  height: 18px;
  display: block;
}
.product-small.box .quick-view:hover::before {
  filter: brightness(0) invert(1);
}
.product-small.box .add-to-cart-button .button {
  font-size: 0;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border-width: 1px;
  border-color: rgba(46, 48, 52, 0.2);
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-small.box .add-to-cart-button .button::before {
  content: url(../img/cart.svg);
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.product-small.box .add-to-cart-button .button:hover {
  background-color: var(--fs-color-primary) !important;
  border-color: var(--fs-color-primary);
}
.product-small.box .add-to-cart-button .button:hover::before {
  filter: brightness(0) invert(1);
}
.product-small.box:hover {
  box-shadow: -20px 30px 70px rgba(0, 0, 0, 0.1019607843);
}

.product-gallery.col {
  padding-right: 60px;
}
@media (max-width: 1024px) {
  .product-gallery.col {
    padding-right: 15px;
    padding-bottom: 30px !important;
  }
}
.product-gallery.col .product-gallery-slider {
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(46, 48, 52, 0.2);
}
.product-gallery.col .product-thumbnails a {
  border-radius: 30px;
  border: 1px solid rgba(46, 48, 52, 0.2);
  transform: unset;
}
@media (max-width: 767px) {
  .product-gallery.col .product-thumbnails a {
    border-radius: 15px;
  }
}
.product-gallery.col .wishlist-icon {
  display: none;
}
.product-gallery.col .image-tools.bottom.left {
  right: 30px;
  top: 30px;
  left: auto;
  width: 40px;
  height: 40px;
}
.product-gallery.col .zoom-button {
  border: none !important;
}
.product-gallery.col .zoom-button:hover {
  background-color: transparent !important;
}
.product-gallery.col .zoom-button .icon-expand:before {
  content: url(../img/zoom-dark.svg);
}
.product-gallery.col .flickity-prev-next-button {
  display: none;
}

.product-info.col {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .product-info.col {
    padding-left: 15px;
  }
}
.product-info.col .breadcrumbs {
  display: none;
}
.product-info.col .mbws-contact-to-buy.button {
  height: 58px;
  border-radius: 99px !important;
  padding: 0 40px;
  line-height: 56px;
  font-size: 16px;
  font-weight: 700 !important;
  max-width: 342px;
  display: block;
}
@media (max-width: 767px) {
  .product-info.col .mbws-contact-to-buy.button {
    max-width: unset;
    margin-right: 0;
  }
}
.product-info.col .price {
  font-size: 36px !important;
}
.product-info.col .yith-wcwl-add-to-wishlist {
  display: inline-block;
  width: fit-content;
}
.product-info.col .yith-wcwl-add-to-wishlist .add_to_wishlist {
  display: inline-block;
  width: fit-content;
  padding: 13px 30px;
  border: 2px solid rgba(46, 48, 52, 0.2);
  border-radius: 99px;
}
.product-info.col .yith-wcwl-add-to-wishlist .add_to_wishlist::after {
  content: url(../img/heart.svg);
  width: 20px;
  height: 24px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: text-bottom;
}
.product-info.col .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.product-info.col .product-share {
  width: fit-content;
  display: inline-block;
  max-width: 200px;
}
.product-info.col .product-share .button {
  min-width: 140px;
  margin-bottom: 0;
  background: none;
  font-weight: 700 !important;
}
.product-info.col .product-share .button span {
  color: #111f3d;
}
.product-info.col .product-share .button::after {
  content: "";
  margin-left: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/share.svg) no-repeat center center/contain;
  vertical-align: middle;
}
.product-info.col .product-share .share-icons {
  position: absolute !important;
  display: flex;
  flex-wrap: nowrap;
}
.product-info.col .product-share .share-icons::after {
  top: 40px;
}
.product-info.col .product_meta {
  margin-top: 25px;
}
.product-info.col .product_meta span {
  font-size: 16px;
  font-weight: 700;
  border-top: none;
}
.product-info.col .product_meta span a {
  font-weight: 400;
}

#mbws_contact_to_buy {
  border-radius: 20px;
}

.woocommerce-tabs {
  border-radius: 25px;
  overflow: hidden;
}
.woocommerce-tabs .nav {
  background-color: #000000;
}
@media (max-width: 767px) {
  .woocommerce-tabs .nav {
    flex-wrap: nowrap;
    overflow-x: scroll;
    justify-content: flex-start;
  }
}
.woocommerce-tabs .nav > li {
  margin: 0 25px;
}
.woocommerce-tabs .nav > li > a {
  padding: 15px 0;
  font-size: 16px;
  color: white !important;
  text-transform: capitalize;
}
.woocommerce-tabs .nav > li > a::before {
  height: 6px;
  bottom: -3px;
  top: auto;
}
@media (max-width: 767px) {
  .woocommerce-tabs .nav > li > a {
    white-space: nowrap;
    padding: 15px;
  }
}
.woocommerce-tabs .nav > li:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 38px;
  background-color: rgba(255, 255, 255, 0.2);
  display: inline-block;
  position: absolute;
  right: -30px;
  top: 10px;
}
.woocommerce-tabs .tab-panels {
  border-radius: 0 0 25px 25px;
  padding: 5% 10%;
  border: 2px solid rgba(46, 48, 52, 0.2);
}
@media (max-width: 767px) {
  .woocommerce-tabs .tab-panels {
    padding: 30px 15px;
  }
}

.product-section {
  border-top: none !important;
}

.product-footer .woocommerce-tabs {
  padding-bottom: 45px !important;
}

.product-section-title {
  font-size: 40px;
  text-transform: capitalize !important;
}
@media (max-width: 767px) {
  .product-section-title {
    font-size: 26px;
  }
}

.shop-container {
  padding-bottom: 70px;
}

.portfolio-page-wrapper {
  padding-top: 70px;
}
.portfolio-page-wrapper .page-wrapper {
  padding-top: 0;
  padding-bottom: 70px;
}

.entry-shop-title {
  font-size: 40px;
  text-transform: capitalize;
}

.portfolio-element-wrapper .container {
  margin-bottom: 70px;
}
.portfolio-element-wrapper .nav {
  margin-top: -45px;
  justify-content: flex-end;
}
.portfolio-element-wrapper .nav > li {
  margin: 0 10px;
}
.portfolio-element-wrapper .nav > li a {
  font-size: 16px;
  text-transform: capitalize;
}
.portfolio-element-wrapper .nav > li.active a {
  font-weight: 700;
  color: var(--fs-color-secondary);
}
@media (max-width: 767px) {
  .portfolio-element-wrapper .nav {
    margin-top: 0;
    justify-content: flex-start;
  }
  .portfolio-element-wrapper .nav li {
    margin-left: 0;
    margin-right: 20px;
  }
}

.portfolio-box .box-image {
  transition: all 0.3s;
  border-radius: 20px;
  overflow: hidden;
}
.portfolio-box .box-image .image-cover {
  padding-top: 67% !important;
}
.portfolio-box .box-text {
  padding: 20px 0 0 !important;
  text-align: left;
}
.portfolio-box .box-text .portfolio-box-title {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.portfolio-box .box-text .portfolio-box-category span {
  opacity: 1;
  font-size: 16px;
  text-transform: capitalize;
}
.portfolio-box:hover .box-image {
  box-shadow: -20px 40px 60px rgba(17, 31, 61, 0.2);
}
.portfolio-box:hover .portfolio-box-title {
  color: var(--fs-experimental-link-color-hover);
}
.portfolio-box:hover .portfolio-box-category span {
  opacity: 1;
  font-size: 16px;
  text-transform: capitalize;
}

.single-project-title {
  margin-bottom: 60px;
}

#portfolio-content .project-thumbnail {
  margin-bottom: 60px;
}
#portfolio-content .project-excerpt {
  padding: 0 60px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #portfolio-content .project-excerpt {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }
}
#portfolio-content .project-content {
  padding-left: 60px;
  padding-right: 60px;
}
#portfolio-content .project-content img {
  border-radius: 20px;
  box-shadow: 0px 20px 50px 0px rgba(120, 134, 162, 0.2);
}
@media (max-width: 767px) {
  #portfolio-content .project-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.project-info-action {
  background-color: rgba(160, 171, 201, 0.15);
  padding: 40px 70px;
  border-radius: 30px;
}
@media (max-width: 1024px) {
  .project-info-action {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .project-info-action {
    padding: 30px;
    flex-wrap: wrap !important;
  }
  .project-info-action .flex-col {
    width: 100%;
    margin-bottom: 15px;
  }
  .project-info-action .flex-col .button {
    width: 100%;
  }
}

#footer .footer-message-box {
  padding-left: 7%;
  padding-right: 7%;
  border-radius: 30px;
  overflow: hidden;
}
#footer .wpcf7-form .form-flat input {
  border-radius: 10px !important;
}

.absolute-footer {
  font-size: 16px;
  color: var(--fs-experimental-link-color) !important;
}
.absolute-footer .container {
  position: relative;
  padding-top: 20px;
}
.absolute-footer .container::before {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  background-color: rgba(17, 31, 61, 0.2);
  position: absolute;
  top: 0;
  left: 15px;
}
.absolute-footer .follow-icons a {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.absolute-footer .follow-icons a i {
  color: var(--fs-experimental-link-color) !important;
}