:root {
  --font-poppins: 'Poppins', sans-serif;
  --font-roboto: 'Roboto', sans-serif;
  --font-courgette: 'Courgette', sans-serif;
  /* Colors --------------- */
  --white-color: #fff;
  --white-color-opc: 255, 255, 255;
  --black-color: #110F0F;
  --black-color-opc: 17, 15, 15;
  --title-color: #110F0F;
  --title-color-opc: 17, 15, 15;
  --title-color2: #F6F3BC;
  --title-color2-opc: 246, 243, 188;
  --text-color: #525252;
  --white-text-color: #AAAAAA;
  /* Theme Color */
  --primary-color11: #1781FE;
  --primary-color11-opc: 23, 129, 254;
  --primary-color12: #0EA9D0;
  --primary-color12-opc: 14, 169, 208;
  --primary-color13: #285340;
  --primary-color13-opc: 40, 83, 64;
  --primary-color14: #1B2072;
  --primary-color14-opc: 27, 32, 114;
  --borders-color: #E8E8E8;
}

/* Shop Page Archive style */
.shop-page .shop-card img {
  border-radius: 20px;
}

.shop-page .shop-card .shop-card-content {
  padding: 30px 20px;
  text-align: center;
}

.shop-page .shop-card .shop-card-content h6 a {
  color: var(--title-color);
  font-size: 16px;
}

.shop-page .shop-card .shop-card-content h6 a:hover {
  color: var(--primary-color11);
}

.gofly-cart-button-wrapper {
  position: relative;
  text-align: center;
}

.woocommerce a.added_to_cart {
  padding-top: 0;
}

.added_to_cart,
.view-cart-button,
.primary-btn-shop {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background-color: var(--primary-color11);
  padding: 5px 25px;
  border-radius: 20px;
  color: var(--white-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  z-index: 3;
  transition: 0.5s;
  white-space: nowrap;
}

.view-cart-button:hover,
.primary-btn-shop:hover {
  background-color: var(--black-color);
}

.shop-card:hover .gofly-cart-button-wrapper .view-cart-button,
.shop-card:hover .gofly-cart-button-wrapper .added_to_cart,
.shop-card:hover .gofly-cart-button-wrapper .primary-btn-shop {
  opacity: 1;
  transform: translate(-50%, -30px);
}

.gofly-cart-button-wrapper .view-cart-button svg,
.gofly-cart-button-wrapper .primary-btn-shop svg {
  fill: var(--white-color);
}

.shop-card-content .rating {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-right: 0;
}

.woocommerce .woocommerce-pagination .page-numbers {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.woocommerce-pagination .page-numbers span,
.woocommerce-pagination .page-numbers a {
  color: var(--text-color);
  font-family: var(--font-roboto);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.woocommerce .woocommerce-pagination .page-numbers li a:hover {
  background-color: var(--primary-color11);
  color: var(--white-color);
}

.woocommerce .woocommerce-pagination .page-numbers li span.current {
  background-color: var(--primary-color11);
  color: var(--white-color);
}

.entry-summary .quantity {
  display: flex;
  gap: 10px;
}

.entry-summary .quantity button {
  height: 40px;
  width: 40px;
  border: 1px solid var(--borders-color);
  border-radius: 5px;
  background-color: #F0F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.35s;
}

.entry-summary form input[type="number"] {
  height: 40px;
  width: 78px;
  border: 1px solid var(--borders-color);
  background-color: transparent;
  color: var(--title-color);
  text-align: center;
  font-family: var(--font-poppins);
  font-size: 18px;
  font-weight: 600;
}

.entry-summary button,
.entry-summary .quantity {
  float: none;
  clear: both;
}

.woocommerce .entry-summary .quantity {
  margin-bottom: 30px !important;
}

.entry-summary form.cart {
  display: flex;
  align-items: start;
}

form.cart input[type='number']::-webkit-outer-spin-button,
form.cart input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

form.cart input[type="number"] {
  -moz-appearance: textfield;
}

.entry-summary form.variations_form {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.woocommerce div.product form.variations_form .variations {
  margin-bottom: 30px;
}

.entry-summary form table.variations tbody {
  display: flex;
  gap: 30px;
}

.entry-summary form table.variations tbody tr {
  display: flex;
  gap: 10px;
  height: 62px;
}

.entry-summary form table.variations tbody tr th {
  display: flex;
  align-items: center;
}

.entry-summary form table.variations tbody tr .nice-select span.current {
  margin-right: 20px;
}

.entry-summary button[type="submit"] {
  max-width: 150px;
  padding: 15px 30px;
}

.summary.entry-summary form.cart .primary-btn1.transparent {
  background-color: transparent;
  border: 1px solid var(--borders-color);
  color: var(--title-color);
  padding: 14px 17px;
}


.shop-page-wrapper .woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs {
  padding-top: 25px !important;
  display: flex;
  align-items: center;
  gap: 20px;
}

.summary.entry-summary form.cart .primary-btn1.transparent:hover {
  color: var(--white-color);

}

.woocommerce div.product div.images img {
  border-radius: 20px;
}

.woocommerce div.product form.cart .button {
  margin-left: 20px;
}

.woocommerce div.product form.variations_form .button {
  margin-left: 0;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt {
  background-color: unset;
}

.wp-block-woocommerce-checkout button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt {
  background-color: var(--primary-color11);
  border: 1px solid var(--borders-color);
  color: var(--white-color);
  padding: 13px 23px;
  border-radius: 5px;
}

.wp-block-woocommerce-checkout button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover {
  background-color: var(--black-color);
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none;
}

.entry-summary .price {
  margin: 40px 0;
}

.entry-summary .price bdi {
  color: var(--title-color);
  font-family: var(--font-dmsans);
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

.entry-summary .price del {
  color: var(--text-color);
  font-weight: 500;
  float: left;
  margin-right: 20px;
}

.entry-summary .product_meta span a {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
}


.entry-summary .product_meta span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
}

.entry-summary .product_meta span a,
.entry-summary .product_meta span span {
  line-height: 1;
  color: var(--text-color);
  font-family: var(--font-roboto);
  font-size: 16px;
  font-weight: 400;
  gap: 3px;
}

.entry-summary .product_meta span a:hover {
  color: var(--primary-color1);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  gap: 20px;
  justify-content: start;
  width: 100%;
  line-height: 1;
  border: 1px solid var(--borders-color);
  border-radius: 30px;
  padding: 14px 20px;
  margin-bottom: 30px;
  display: flex;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: unset;
  font-size: 16px;
  font-weight: 500;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  color: var(--text-color);
  font-family: var(--font-dmsans);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.36px;
  text-transform: capitalize;
  border: none;
  background: linear-gradient(to bottom, #222222 0%, #222222 98%);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-size: 0px 3px;
  background-repeat: no-repeat;
  background-position: right 100%;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  color: var(--title-color);
  background-size: 100% 3px;
  background-position: 0% 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 500;
  padding: 6px 15px;
  border-radius: 15px;
  line-height: 1;
  background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  content: unset;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: var(--black-color);
  color: var(--white-color);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--white-color);
}

.shop-page-wrapper .woocommerce-tabs {
  padding: 70px 0;
}


.shop-page .woocommerce-tabs .woocommerce-Tabs-panel p {
  color: var(--text-color);
  font-family: var(--font-dmsans);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 25px;
}

.shop-page-wrapper .woocommerce-notices-wrapper {
  margin: 50px 0;
}

.shop-page-wrapper .woocommerce-message {
  border-top-color: var(--primary-color11);
}

.shop-page-wrapper .woocommerce-message::before {
  color: var(--primary-color11);
}

.shop-page-wrapper .woocommerce-message a {
  background-color: var(--primary-color11);
  color: var(--white-color);
}

.shop-page-wrapper .woocommerce-message a:hover {
  background-color: var(--black-color);
  color: var(--white-color);
}

/* Woocommerce Product Reviews */
.woocommerce .reviews-area .review-form {
  background-color: var(--white-color);
  border: 1px solid var(--borders-color);
  box-shadow: 4px 3px 40px 0px rgba(16, 33, 34, 0.06);
  padding: 50px 40px;
  border-radius: 10px;
}

.woocommerce-Reviews h2.woocommerce-Reviews-title {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-weight: 600;
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 0;
}

.woocommerce #reviews #comments ul {
  list-style: none;
}

.woocommerce #reviews #comments ul.comment {
  padding: 0;
}

.woocommerce #reviews #comments ul.comment li .comment_container img {
  float: left;
}

.woocommerce #reviews #comments ul.comment li {
  margin-bottom: 25px;
}

.woocommerce #reviews #comments ul.comment li img.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0;
}

.woocommerce #reviews #comments ul.comment li .comment-text {
  margin: 0 0 0 70px;
  border: none;
  border-radius: 4px;
  padding: 0;
}

.woocommerce #reviews #comments ul.comment li .comment-text .star-rating {
  float: none;
  margin-bottom: 10px;
}

.woocommerce .shop-card .star-rating::before {
  font-size: 16px;
}

.woocommerce .star-rating span::before {
  color: #FE9A31;
}

.shop-card-content span ins {
  text-decoration: none;
}

.woocommerce #reviews #comments ul.comment li .comment-text p.meta {
  font-size: 0.83em;
  margin: 0;
}

.woocommerce #reviews #comments ul.comment li .comment-text p.meta strong.woocommerce-review__author {
  line-height: 1;
  margin-bottom: 0;
  color: var(--title-color);
  font-family: var(--font-kanit);
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
}

.woocommerce-Reviews #review_form {
  border-radius: 10px;
}

.woocommerce-Reviews #review_form .comment-form {
  background: unset;
  border: unset;
  box-shadow: unset;
  padding: 0;
  border-radius: unset;
}

.woocommerce-Reviews #review_form span#reply-title {
  color: var(--title-color);
  font-family: var(--font-kanit);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
}

.woocommerce-Reviews #review_form .comment-form .nice-select {
  float: none;
  margin-bottom: 30px;
}

.woocommerce-Reviews #review_form .comment-form label {
  margin: 0;
  color: var(--title-color);
  font-family: var(--font-roboto);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  display: block;
  clear: both;
  margin-bottom: 10px;
}

.woocommerce-Reviews #review_form .comment-form textarea,
.woocommerce-Reviews #review_form .comment-form input {
  background: var(--white-color);
  color: var(--title-color);
  font-family: var(--font-roboto);
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  width: 100%;
  padding: 10px 20px;
  outline: none;
  border: 1px solid var(--borders-color);
  border-radius: 5px;
}

.woocommerce-Reviews #review_form .comment-form textarea {
  height: 120px !important;
}

.woocommerce #review_form #respond .form-submit input {
  font-family: var(--font-roboto);
  font-size: 14px;
  font-weight: 700;
  color: var(--white-color);
  border-radius: 0;
  transition: all 0.6s;
  background-color: var(--primary-color11);
  padding: 13px 25px;
  width: auto;
  min-width: 170px;
  transition: .5s;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: underline;
}

.woocommerce #review_form #respond .form-submit input:hover {
  color: var(--white-color);
  background-color: var(--black-color);
}

.woocommerce .shop-details-page .comment-respond .comment-form {
  margin-bottom: 0;
}

.woocommerce-Reviews #review_form .comment-form input#wp-comment-cookies-consent {
  height: auto;
  width: auto;
  margin-right: 5px;
  vertical-align: middle;
}

.woocommerce-Reviews #review_form .comment-form p.comment-form-cookies-consent label {
  display: inline;
}


/* Cart Page */
.wp-block-woocommerce-cart table.wc-block-cart-items {
  border-collapse: collapse;
}

.wp-block-woocommerce-cart table.wc-block-cart-items,
.wp-block-woocommerce-cart table.wc-block-cart-items td {
  margin: 0;
  height: 100%;
  border-top: none;
}

.wp-block-woocommerce-cart table tr td.wc-block-cart-item__product {
  text-align: left;
}

.wp-block-woocommerce-cart table tr td.wc-block-cart-item__image {
  padding: 24px 16px 24px 16px;
}

.wp-block-woocommerce-cart table.wc-block-cart-items td.wc-block-cart-item__total {
  border-left: none;
  border-top: none;
}

.wp-block-woocommerce-cart table tr td.wc-block-cart-item__product .wc-block-components-product-metadata__description,
.wp-block-woocommerce-cart .wc-block-components-sale-badge {
  display: none;
}

.wc-block-components-product-details.wc-block-components-product-details li {
  text-transform: capitalize;
}

li.wc-block-components-product-details__additional-services,
li.wc-block-components-product-details__pricing {
  font-size: 15px;
}

.wp-block-woocommerce-cart .wc-block-components-product-name {
  color: var(--title-color);
  font-family: var(--font-suse);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}

.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  background: var(--primary-color11);
  padding: 16px 27px;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font-dmsans);
}

.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
  background: var(--black-color);
}

.wc-block-checkout .wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type="password"],
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-checkout .wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-checkout .wc-block-components-text-input input[type="email"],
.wc-block-checkout .wc-block-components-text-input input[type="number"],
.wc-block-checkout .wc-block-components-text-input input[type="password"],
.wc-block-checkout .wc-block-components-text-input input[type="tel"],
.wc-block-checkout .wc-block-components-text-input input[type="text"],
.wc-block-checkout .wc-block-components-text-input input[type="url"],
.wc-block-checkout form input {
  border: 1px solid hsla(0, 0%, 7%, .11);
}

.woocommerce ul.order_details {
  margin: 0;
  padding: 0;
}

.woocommerce ul.order_details li {
  margin-bottom: 20px;
}

section.woocommerce-order-details table tr td a {
  color: inherit;
}

section.woocommerce-customer-details .woocommerce-column--billing-address {
  margin-bottom: 30px;
}

.woocommerce-Reviews h2.comment-title {
  margin-bottom: 30px;
}

.wp-block-woocommerce-checkout,
.wp-block-woocommerce-cart {
  padding: 120px 0 90px 0 !important;
}

/* Checkout  Page */
.wc-block-components-product-metadata__description h1 {
  font-size: 18px;
}

.wc-block-components-product-metadata__description p br {
  display: none;
}

.wc-block-components-product-metadata__description p a {
  font-size: 14px;
  color: var(--title-color);
}

.wc-block-components-product-details.wc-block-components-product-details li.wc-block-components-product-details__pricing {
  display: none;
}

.wc-block-components-order-summary .wc-block-components-product-metadata__description,
.wc-block-components-order-summary .wc-block-components-product-details.wc-block-components-product-details li.wc-block-components-product-details__standard-room:last-child {
  display: none;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  font-size: 13px;
  border: 1px solid hsla(0, 0%, 7%, .11);
  border-radius: 50%;
}

/* Final order  */

.woocommerce-order-received table.shop_table.order_details {
  border-collapse: collapse;
}

.woocommerce-order-received table.shop_table.order_details td,
.woocommerce-order-received table.shop_table.order_details tfoot th {
  text-align: left;
}

.woocommerce-order-received table.shop_table.order_details td ul.wc-item-meta {
  margin-top: 10px;
  padding: 0;
}

.woocommerce-order-received table.shop_table.order_details td ul.wc-item-meta li {
  margin-bottom: 5px;
}

/*************** My account page style start ***************/
.woocommerce form.login,
.woocommerce form.register {
  max-width: 550px;
  margin: 0 auto;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  border: 1px solid var(--black-color);
  border-bottom: none;
  width: 100%;
  text-align: left;
  transition: all 0.42s ease;
  border-radius: 0;
  list-style: none;
  margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 1px solid var(--black-color);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-poppins);
  font-family: var(--font-outfit);
  padding: 15px 20px;
  color: var(--title-color);
  background: var(--white-color);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: var(--white-color);
  background-color: var(--primary-color1);
}

.woocommerce-account .woocommerce-MyAccount-content p strong,
.woocommerce-account .woocommerce-MyAccount-content p a,
.woocommerce table.my_account_orders a {
  color: var(--title-color);
}

.woocommerce table.my_account_orders a.woocommerce-button.button.pay,
.woocommerce table.my_account_orders a.woocommerce-button.button.cancel,
.woocommerce table.my_account_orders a.woocommerce-button.button.view {
  padding: 8px 20px;
  color: #fff;
  margin: 5px 0;
  font-size: 12px;
  background: #1F2230;
}

.woocommerce table.my_account_orders a.woocommerce-button.button.pay {
  background-color: green;
}

.woocommerce table.my_account_orders a.woocommerce-button.button.cancel {
  background-color: red;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
  padding: 20px;
  margin-top: 20px;
  background-color: #f7f7f7;
}

.woocommerce-account .woocommerce-MyAccount-content form h2,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address header.woocommerce-Address-title.title h2 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-family: var(--font-outfit);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 5px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address header.woocommerce-Address-title a {
  float: none;
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-family: var(--font-outfit);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
}

.woocommerce form.woocommerce-EditAccountForm.edit-account input,
.woocommerce-account .woocommerce .woocommerce-address-fields__field-wrapper p input {
  border: 1px solid var(--black-color);
  color: var(--title-color);
  font-family: var(--font-roboto);
  font-family: var(--font-dm-sans);
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  height: 50px;
  padding: 15px 20px;
  line-height: 1;
  background-color: var(--white-color);
  border-radius: 0;
}

.woocommerce form.woocommerce-EditAccountForm.edit-account input:focus,
.woocommerce-account .woocommerce .woocommerce-address-fields__field-wrapper p input:focus {
  border: 1px solid #ddd;
}

.woocommerce form.woocommerce-EditAccountForm.edit-account label,
.woocommerce-account .woocommerce .woocommerce-address-fields__field-wrapper p label {
  font-size: 15px;
  font-family: var(--font-roboto);
  font-family: var(--font-dm-sans);
  font-weight: 500;
  display: inline-block;
  color: var(--title-color);
  margin-bottom: 5px;
}

span#account_display_name_description {
  font-family: var(--font-roboto);
  font-family: var(--font-dm-sans);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: var(--paragraph-color);
}

.woocommerce form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button,
.woocommerce-account .woocommerce .woocommerce-address-fields button.button {
  font-family: var(--font-poppins);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  color: var(--white-color);
  background: var(--primary-color1);
  padding: 18px 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  z-index: 1;
  margin-top: 20px;
}

.woocommerce form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button:hover,
.woocommerce-account .woocommerce .woocommerce-address-fields button.button:hover {
  color: var(--white-color);
  background-color: var(--black-color);
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit {
  font-family: var(--font-dm-sans);
  font-size: 14px;
  font-weight: 700;
  color: var(--white-color);
  border-radius: 5px;
  background-color: var(--primary-color1);
  transition: all 0.6s;
  padding: 13px 25px;
  white-space: nowrap;
  text-transform: uppercase;
  width: auto;
  min-width: 120px;
  transition: .5s;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit:hover {
  color: var(--white-color);
  background-color: var(--title-color);
}

.woocommerce .woocommerce-LostPassword a {
  color: var(--primary-color1);
}

.woocommerce .woocommerce-LostPassword a:hover {
  color: var(--title-color);
}


.shop-card .shop-card-wrap .added_to_cart.wc-forward {
  padding: 10px 43px;
  height: 40px;
  display: flex;
  align-content: center;
}

.shop-page-wrapper .summary.entry-summary .product_meta {
  display: inline-grid;
}

.related-product-section .related-product-slider-area .product-card .product-card-img-wrap a img {
  min-height: 343px;
  object-fit: cover;
}

.shop-page .shop-card .shop-card-img a img {
  min-height: 343px;
  object-fit: cover;
}

.wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-separator.has-alpha-channel-opacity,
.wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-separator.has-alpha-channel-opacity+h2,
.wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-new {
  display: none;
}

.wp-block-woocommerce-cart li.wc-block-components-product-details__standard-room:last-child,
.wp-block-woocommerce-cart li.wc-block-components-product-details__pricing {
  display: none;
}

.wp-block-woocommerce-checkout,
.wp-block-woocommerce-cart {
  padding: 0 !important;
}

.woocommerce form.login h2,
.woocommerce form.register h2 {
  display: block;
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 30px;
}

.woocommerce-account .woocommerce form.login input,
.woocommerce-account .woocommerce form.register input {
  border: 1px solid var(--borders-color);
  border-radius: 4px;
  height: 50px;
  font-size: 15px;
  padding: 10px 20px;
}

.woocommerce-account .woocommerce form.login input#rememberme {
  height: auto;
}

/* responsive css */

@media only screen and (max-width: 991px) {

  .wp-block-woocommerce-cart table.wc-block-cart-items tr {
    padding: 0 !important;
  }

  .wp-block-woocommerce-cart table.wc-block-cart-items td {
    margin: 0 !important;
    border-top: 1px solid var(--borders-color);
  }

  .wp-block-woocommerce-cart table tr td.wc-block-cart-item__product {
    border-left: none;
    padding: 24px 16px 24px 16px !important;
  }

  .wp-block-woocommerce-cart table.wc-block-cart-items td.wc-block-cart-item__total {
    border-top: 1px solid var(--borders-color);
    padding: 24px 16px 24px 16px !important;
  }

}

@media only screen and (max-width: 576px) {
  .woocommerce div.product form.cart .button {
    margin-left: 0 !important;
  }

  .entry-summary form.cart {
    display: block;
  }

  .shop-page-wrapper .woocommerce-tabs {
    padding: 20px 0;
  }
}