@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --main-color: #386c66;
    --second-color: #e8bf6c;
    --ternary-color: #d68f2d;
    --gradient-bg: linear-gradient(90deg, rgba(238,198,110,1) 27%, rgba(164,128,45,1) 75%);
}

body {
    font-family: "Poppins", serif;
    background-image: url('/wp-content/uploads/2025/02/bg-min.png');
    background-size: cover;
    background-position: center;
}
.checkout-mobile {
    position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 10;
  color: #fff;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  font-size: 25px;
  background: linear-gradient(90deg, rgb(238, 198, 110) 27%, rgb(164, 128, 45) 75%);
    box-shadow: var(--bs-box-shadow-lg) !important;

}
.text-primary {
    color: var(--main-color) !important;
}
.bg-primary {
    background-color: var(--main-color) !important;
}
.text-secondary {
    color: var(--ternary-color) !important;
}
.top-bar {
    background-color: var(--main-color);
    padding: 13px 0;
}
.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container {
    position: static !important;
}
.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content {
    padding: 5px !important;
}
.social-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    height: 100%;
}
#billing-fields .wc-block-components-checkout-step__description {
	display: none !important;
}
.social-links a {
    color: #fff;
  font-size: 20px;
}
.btn a {
    text-decoration: none;
    color: #fff;
    border-radius: 30px;
    width: 200px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.woocommerce-Price-currencySymbol {
      font-weight: 500 !important;
}
.dropdown-item.active, .dropdown-item:active {
	  background-color: var(--main-color);
}
.btn {
    border: none;
    border-radius: 40px;
}
.top-bar .menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
    position: relative;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__image > img {
    display: none !important;
}
.checkout-mobile.hvr-ripple-out {
    position: fixed !important;
}
.hvr-ripple-out::before {
  content: '';
  position: absolute;
  border: #fff solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  border-radius: 30px;
    -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
  animation-iteration-count: infinite;
}
.checkout-mobile.hvr-ripple-out::before {
      border-radius: 60px;
      border: #fff solid 3px;
}
ul .wpml-ls-menu-item a {
    color: #fff;
    text-decoration: none;
}
.btn-primary {
    background-color: var(--main-color) !important;
}
.form-control:focus {
    border-color: #386c66;
    box-shadow: 0 0 0 .25rem rgba(56,108,102,.25);
}
.btn-secondary {
   background: linear-gradient(90deg, rgba(238,198,110,1) 27%, rgba(164,128,45,1) 75%);
}
.top-bar .menu li:not(:last-of-type),
.top-bar .social-links li:not(:last-of-type) {
    margin-right: 20px;
}
#main-nav a:nth-of-type(5),
#main-nav a:last-of-type {
    display: none;
}
.btn-white {
    background-color: #fff !important;
    color: #000 !important;
}

.btn-white a {
    color: #000 !important;
}

.home-container {
    height: 1090px;
    overflow: hidden;
}
.home-left {
    width: 75%;
}

.text-justify,
.text-justify p{
	text-align: justify !important;
}

.home-right {
    width: 35%;
    margin-top: -1px;
    object-fit: cover;
    object-position: left;
}

.home-contents {
    margin: 70px 0px 0px 110px;
}

.home-contents h1.wp-block-heading,
.home-contents h2.wp-block-heading,
.home-contents h3.wp-block-heading,
.home-contents h4.wp-block-heading {
    color: var(--main-color);
    font-size: 40px;
}
.custom-logo {
    width: 170px;
    height: initial !important;
}

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

.dropdown .btn i {
    font-size: 30px;
}

.home-contents h5.wp-block-heading {
    font-size: 19px;
    color: var(--ternary-color);
    font-weight: bold;
    margin: 30px 0;
}

.home-contents .wp-block-button__link {
    background: linear-gradient(90deg, rgba(238,198,110,1) 27%, rgba(164,128,45,1) 75%); 
    width: 320px;
}

.buy-steps {
    padding: 0;
    margin: 0;
    list-style: none;
    
}

.buy-steps li {
    position: relative;
    margin-bottom: 50px;
}

.buy-steps li b {
    font-size: 50px;
    color: var(--main-color);
    left: 130px;
    position: absolute;
    top: 17px;
    font-weight: 400;
}

.buy-steps li p {
    margin: 0;
    text-align: center;
}
.cart-total {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 16px;
    margin-top: 50px;
    padding: 0 !important;
    text-align: center !important;
}
.cart-total b {
    display: block;
  font-size: 23px;
}
.cart-content .btn {
    width: 100%;
  padding-block: 12px;
}
.cart-content table {
    box-shadow: var(--bs-box-shadow-sm) !important;
}
.cart-content table thead tr th{
    background-color: var(--main-color);
    color: #fff;
}
.products-container {
    width: 78%;
  margin: auto;
}

.buy-steps li p i {
    font-size: 40px;
    color: var(--second-color);
    border: 3px solid var(--main-color);
    border-radius: 10px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.buy-steps li p span{
    font-weight: bold;
    margin-top: 10px;
    display: block;
}

.buy-steps li:not(:last-of-type)::after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 43px;
    width: 3px;
    background-color: var(--main-color);
    bottom: -50px;
}

.blocks-home-link {
    display: flex;
    list-style: none;
    width: 40%;
    justify-content: center;
    position: fixed;
    bottom: 0;
    background: #fff;
    margin: 0;
    padding-top: 23px;
    padding-right: 40px;
    left: 0;
    text-align: center;
    margin: auto;
    right: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: var(--bs-box-shadow-lg) !important;
}

.blocks-home-link li {
    border-top: 2px solid var(--main-color);
    width: 33%;
    text-align: center;
}

.blocks-home-link a {
    text-decoration: none;
    color: #000;
    display: block;
    margin-top: 10px;
    position: relative;
}

.blocks-home-link li a::before {
    content: ' ';
    position: absolute;
    left: 0px;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 1px solid var(--main-color);
    border-radius: 20px;
    top: -24px;
    right: 0;
    margin: auto;
}

.blocks-home-link li.active a::after {
    position: absolute;
    content: ' ';
    left: 0px;
    top: -19px;
    width: 15px;
    height: 15px;
    background-color: var(--ternary-color);
    margin: auto;
    right: 0;
    border-radius: 11px;

}



.woocommerce-breadcrumb {
    background-color: #fbfbfb;
    padding-block: 15px;
}

.woocommerce-breadcrumb a {
    color: var(--ternary-color);
    text-decoration: none;
    font-weight: bold;
}

.woocommerce-breadcrumb i {
    color: var(--main-color);
}

.newsletter {
    display: block !important;
}

.newsletter h4 {
    color: var(--ternary-color) !important;
    font-size: 25px !important;
    font-weight: bold;
}

.newsletter .newsletter-form {
    background-color: var(--main-color);
    color: #fff;
    padding: 40px 50px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newsletter .newsletter-form div:last-of-type,
.newsletter .newsletter-form div:last-of-type p {
    display: flex;
  justify-content: end;
  margin: 0;

}

.newsletter .newsletter-form div:first-of-type {
      width: 30%;
}

.newsletter .newsletter-form .wpcf7-email {
    width: 320px;
    height: 50px;
    border-radius: 30px;
    border: none;
    margin-right: 20px;
}

.newsletter .newsletter-form .wpcf7-submit  {
    width: 170px;
    border-radius: 30px;
    border: none;
    background: var(--gradient-bg);
    color: #fff;
    height: 50px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: none;
    margin-top: 10px;
}

.products .product-item {
    width: 27%;
    text-align: center;
    color: #fff;
}

.product-item svg {
    width: 35px;
    height: 35px;
}
.product-item:last-of-type{
    border: none !important;
}
.shop_info {
    background-color: var(--main-color);
  color: #fff;
  padding: 40px;
  text-align: center;
  width: 60%;
  margin-inline: auto;

  border-radius: 40px;
  position: relative;
  margin-top: -170px;
    margin-bottom: 100px;
}
.update-cart {
    width: 100%;
  margin-left: auto;
  margin-top: 30px;
  background: linear-gradient(11deg, rgba(238,198,110,1) 27%, rgba(164,128,45,1) 73%); 
}
.shop-sidebar {
  background: linear-gradient(11deg, rgba(238,198,110,1) 27%, rgba(164,128,45,1) 73%); 
      padding: 22px 20px;
  border-radius: 30px;

}

.shop-sidebar .cart-content {
  padding: 10px !important;
  border-radius: 10px !important;
}
.shop-sidebar .cart-content p {
      padding-block: 30px;
}
.products img {
    width: 27px;
    display: block;
    margin: auto;
}
.rounded {
    border-radius: 30px !important;
}
h4.product-category-title {
    position: absolute;
    top: 15px;
    left: -40px;
    height: 39px;
    color: #fff;
    font-weight: bold;
    background: linear-gradient(90deg, rgb(238, 198, 110) 27%, rgb(164, 128, 45) 75%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 10px;
    border-radius: 30px;
    font-size: 16px;
}
.qt {
    display: flex;
    flex-direction: column;
    width: 70%;
    margin: auto;
}

.qt button {
  border: 1px solid #ddd;
  background-image: url('/wp-content/uploads/2025/02/bg-min.png');
  background-size: 110px;
  height: 40px;
  font-size: 16px;
  color: var(--main-color);
  font-weight: 500;
}

.qt button.add {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.qt button.minus {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.qt input {
    border: 1px solid #ddd;
    height: 40px;
    background-image: url('/wp-content/uploads/2025/02/bg-min.png');
    background-size: 110px;
    outline: none;
    text-align: center !important;
}

.update-cart p sub {
    margin-top: -5px;
  display: block;
  text-align: right;
  margin-right: -7px;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: none;

}

.img-pattern {
    position: absolute;
    right: 0;
    top: 0;
    width: 260px;
}

.woocommerce {
    display: flex;
}

.woocommerce-MyAccount-navigation {
    margin-right: 40px;
    width: 30%;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    max-width: 400px;
    padding: 0;
    margin: 0;
    background-color: #fff;
  box-shadow: var(--bs-box-shadow-sm) !important;
  border-radius: var(--bs-border-radius) !important;
}

.woocommerce-MyAccount-navigation ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid #ddd;
}
.woocommerce-MyAccount-content {
    background: #fff;
  padding: 50px;
  box-shadow: var(--bs-box-shadow-sm) !important;
  border-radius: var(--bs-border-radius) !important;
  width: 70%;
}

.woocommerce-MyAccount-content a {
    color: var(--main-color);
    text-decoration: none;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    height: 41px;
    border-radius: 20px;
    border: 1px solid #ddd;
    padding-left: 30px;
    margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #000;
    text-decoration: none;
    padding: 15px 40px;
    display: block;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.woocommerce-MyAccount-navigation ul li a::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    margin-right: 6px;

}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover{
    background-color: var(--main-color);
    color: #fff;
}

.woocommerce-MyAccount-navigation-link--dashboard a::before {
    content: '\F580';
}

.woocommerce-MyAccount-navigation-link--orders a::before {
    content: '\F1C7';
} 

.woocommerce-MyAccount-navigation-link--edit-address a::before {
    content: '\F3E8';
}
.woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: '\F4E1';
}
.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    content: '\F1C3';
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #f2f2f2;
}

.woocommerce-MyAccount-navigation-link--payment-methods a::before {
    content: '\F2DA';
}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    padding: 15px 20px;
    margin-top: 13px;
    border-radius: 30px;
    color: #fff !important;
    background-color: var(--main-color) !important;
    font-weight: 500;
}

.menu-item-has-children > a::after {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    margin-left: 6px;
    content: '\F282';
}

.wpml-ls-item  {
    position: relative;
}

.wpml-ls-item .sub-menu {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    list-style: none;
    padding: 0;
    border-radius: 5px;
    display: none;
}

.wpml-ls-item:hover .sub-menu{
    display: block;
}

.wpml-ls-item .sub-menu li a {
    color: #000;
    padding: 10px;
}


body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    background-color: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
    border-radius: 30px;
    text-decoration: none;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
    background-color: #fff;
    padding: 20px !important;
    border: 1px solid #ddd !important;
    border-radius: 10px !important;
    margin-top: 8px !important;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image), .wc-block-grid__product .wc-block-grid__product-title {
    color: var(--main-color);
    text-decoration: none !important;
}

.wc-block-components-form .wc-block-components-text-input input[type="email"], .wc-block-components-form .wc-block-components-text-input input[type="number"], .wc-block-components-form .wc-block-components-text-input input[type="password"], .wc-block-components-form .wc-block-components-text-input input[type="tel"], .wc-block-components-form .wc-block-components-text-input input[type="text"], .wc-block-components-form .wc-block-components-text-input input[type="url"], .wc-block-components-text-input input[type="email"], .wc-block-components-text-input input[type="number"], .wc-block-components-text-input input[type="password"], .wc-block-components-text-input input[type="tel"], .wc-block-components-text-input input[type="text"], .wc-block-components-text-input input[type="url"],
.wc-blocks-components-select .wc-blocks-components-select__select {
    border-radius: 30px !important;
    padding-left: 20px !important;
    border: 1px solid #ddd !important;
    outline: none;
}
.contact-form {
    background-color: var(--main-color);
  color: #fff;
  padding: 50px 150px;
  border-radius: 50px;
}
.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label,
.wc-blocks-components-select .wc-blocks-components-select__label {
    padding-left: 20px !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image > img {
    max-width: 30px;
    width: 30px;
}
textarea.form-control {
  height: 230px;
}
.country-select.inside input, .country-select.inside input[type="text"] {
    border: none !important;
}
.wpcf7-select {
    width: 100%;
  height: 55px;
  border-radius: 30px;
  border: 1px solid #fff;
  background-color: #fff;
  padding-inline: 20px;
}
.page-container {
    margin-bottom: 180px;
    padding-inline: 5%;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
      border-radius: 30px;
}
.page-breadcrumb {
    padding: 210px 0 230px 0;
  text-align: center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center bottom !important;
  position: relative;
}
.shop-sidebar h5 {
    font-size: 15px;
  padding-bottom: 14px;
}
.page-breadcrumb h1 {
    color: #fff;
    font-weight: bold;
}

.bg-green {
    background-image: url('/wp-content/uploads/2025/02/about-items-bg.png');
    padding: 50px 210px;
    margin-bottom: 0;
    padding-bottom: 150px;
      background-position: center -160px;
}
.bg-green p {
	text-align: justify !important;
}
.form-control {
    height: 55px;
  border-radius: 30px;
    margin-bottom: 20px;
  padding-left: 30px;
}
.country-select .country-list .country-name, .country-select .country-list .flag {
    color: #000 !important;
}
#main-nav .nav-link {
    color: var(--main-color);
  font-weight: 400;
  font-size: 18px;
}

.about-project {
    padding: 30px 200px 120px 200px;
    align-items: center !important;
}

.about-project img {
    width: 90%;
  border-radius: 40px;
  box-shadow: var(--bs-box-shadow-lg) !important;
  height: 480px;
  object-fit: cover;
}

.about-project h2 {
 color: var(--main-color);
  margin-bottom: 30px;
  font-size: 50px;
}

.bg-green figure {
    text-align: center;
}

.bg-green h2 {
    color: #c99333;
}

.bg-green p,
.bg-green figure {
    margin: 0;
    color: #fff;
}

.bg-green .wp-block-image img {
    width: 150px;
}
.wp-block-woocommerce-checkout-order-summary-block {
      background-color: #fff;
}
/* Footer */

.footer-newsletter {
    margin-inline: auto;
  width: 70%;
  display: block;
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  position: relative;
  top: -89px;
}

.footer-newsletter .row p {
    display: flex;
    margin: 0;
      justify-content: space-between;
}
.footer-newsletter h3 {
    color: var(--main-color);
    font-size: 24px;
    font-weight: 600;
}

.footer-newsletter .wpcf7-form-control-wrap {
    width: 55%;
    display: block;
}
.newsletter-form {
    display: flex;
    justify-content: space-between;
}
.footer-newsletter .wpcf7-submit {
border-radius: 30px;
  background-color: var(--main-color);
  color: #fff;
  border: none;
  height: 55px;
  width: 130px;
}
.footer-1 {
    background-image: url('/wp-content/uploads/2025/02/footer-bg-min.jpg');
    padding-bottom: 90px;
}
.woocommerce-order {
    width: 100%;
  background: #fff;
  padding: 50px;
  border-radius: 30px;
    box-shadow: var(--bs-box-shadow-lg) !important;
}
.align-top .image,
.align-top .menu-sidebar_menu-container,
.align-top .menu-sidebar_menu_en-container,
.align-top .textwidget {
   margin-top: 20px;
}
.contact-form .wpcf7-submit {
      width: 25%;
}
.footer-widget-title {
    color: #fff;
    margin-bottom: 0;
}

.footer-1 .footer-widget img {
    width: 180px; 
    margin-bottom: 10px;
}
.footer-1 .footer-widget p {
    color: #fff;
}
.footer-1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-1 ul li,
.footer-1 ul li a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
}
.align-top img {
display: block;
  border-radius: 10px;
  width: 84% !important;
}
.textwidget .social-links li {
    margin-bottom: 0;
    margin-right: 10px;
}
.copyright p {
    margin: 0;
    text-align: center;
}

.woocommerce-LostPassword a {
    color: var(--main-color);
}
.home-navigation button {
    border-radius: 10px !important;
}
.woocommerce-form {
    width: 70%;
    background: #fff;
    border-radius: 10px !important;
    margin: auto !important;
}

.track-order {
    background-color: #fff;
    padding: 70px;
  border-radius: 20px;
  width: 70%;
  margin: auto;
}

.track-order .form-group {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.track-order .form-group input {
    width: 70%;
}

.order-details {
    width: 70%;
  margin: auto;
}


.order-details h2 {
    margin-block: 30px;
    text-align: center;
}

.order-info {
   margin: auto;
   background-color: #fff;
   border-radius: 20px;
    padding: 26px;
}

.order-info p {
    margin-bottom: 0;
    word-wrap: break-word;
}

.order-reference {
    background: #f5f5f5;
  width: 170px;
  height: 170px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  border: 5px solid #ddd;
}

.order-reference strong {
      font-size: 30px;
}

@media(max-width: 1492px) {
    .buy-steps li b {
          left: 100px;
          top: 2px;
    }
	.newsletter .newsletter-form {
		flex-wrap: wrap;
	}
	.newsletter .newsletter-form div:first-of-type {
		  width: 100%;
	}
}

@media(max-width: 1399px) {
    .products-container {
          width: 100%;
    }
}


@media(max-width: 1326px) {
    .buy-steps li b {
          left: 30px;
    }
}


@media(max-width: 991px) {
    
    .track-order,
    .order-details,
    .track-order .form-group,
    .track-order .form-group input {
        width: 100%;
    }
    .track-order {
        padding: 10px;
    }
    .track-order .form-group {
          flex-wrap: wrap;
    }
    .order-reference {
        margin: auto;    
    }
    .order-details {
        text-align: center;
    }
    .track-order .form-group input {
        margin-bottom: 10px !important;
    }
    .order-details h2 {
          margin-block: 20px;
    }
    .track-order .form-group .btn {
        width: 100% !important;
    }
    
    nav.navbar.navbar-expand-lg {
        background-color: #fff;
    }
    .social-links {
          justify-content: center;
    }
    .top-bar .menu {
          flex-direction: column;
    }
    .top-bar .menu li {
          margin-right: 0;
          margin-bottom: 20px;
    }
    .contact-form {
          padding: 50px 30px;
    }
    .footer-newsletter {
          width: 90%;
            padding: 20px;
    }
    .footer-newsletter .row p {
        flex-direction: column;
        justify-content: center;
    }
    .footer-newsletter .wpcf7-submit {
        width: 70%;
        margin-inline: auto;
    }
    .footer-newsletter .wpcf7-form-control-wrap {
          width: 100%;
          margin-bottom: 10px;
    }
    .footer-newsletter h3 {
          font-size: 18px;
    }
    .footer-1 {
          background-color: var(--main-color);
          background-image: none;
          text-align: center;
            padding-bottom: 10px;
    }
    
    .align-top img {
        width: 200px !important;
        margin-inline: auto;
    }
    textarea.form-control {
      height: 140px;
    }
    .align-top .image, .align-top .menu-sidebar_menu-container, .align-top .textwidget {
      margin-top: 20px;
    }
    .footer-widget-title {
      color: var(--second-color);
      margin-bottom: 0;
      font-weight: bold;
    }
    .contact-form .wpcf7-submit {
        width: 50%;
    }
    .top-bar .menu li:not(:last-of-type) {
        margin-right: 0;
    }
    .page-breadcrumb {
          padding: 50px 0 80px 0;
    }
    .products {
        flex-wrap: wrap;
      justify-content: center !important;
      align-items: center;
    }
    .products .product-item {
      width: 30%;
      border-right: none !important;
    }
    .products .product-item p {
          font-size: 12px;
    }
    h4.product-category-title {
        position: static;
        background: transparent !important;
    }
    .home-navigation {
        background-color: #fff;
          padding: 10px;
          justify-content: center;
            margin-bottom: 20px !important;
    }
    .shop-sidebar {

          padding: 40px 20px;
    }

    #main-nav {
        position: absolute;
          z-index: 1;
          width: 90%;
          left: 0px;
          right: 0px;
          margin: auto;
          top: 90px;
        background-color: #fff;
        padding-inline: 20px;
        margin-top: 12px;
        border-radius: 10px;
    }

    .update-cart {
        margin-top: 0;
    }
    .about-project img {
        width: 100%;
      height: 260px;
    }
    .shop_info {
          width: 95%;
          margin-top: 0px;
        margin-bottom: 50px;
          padding: 20px;
    }
    .about-project {
        padding: 30px 20px 10px 20px;
    }
    .copyright {
        background-color: var(--main-color) !important;
        color: #fff;
    }
    .bg-green {
            padding: 50px 30px;
    }
    .footer-newsletter {
          top: -39px;
    }
    .home-left {
      width: 100%;
    }
    .home-right {
        display: none;
    }
    .home-contents {
        margin: 0;
    }
    .navbar-toggler {
        padding: 10px;
       font-size: 30px;
    }
    .navbar .container{
          justify-content: space-evenly;
    }
    .home-container {
      height: initial;
      overflow: visible;
    }
    .home-contents h1.wp-block-heading, .home-contents h2.wp-block-heading, .home-contents h3.wp-block-heading, .home-contents h4.wp-block-heading {
          font-size: 27px;
    }

    .blocks-home-link,
    .woocommerce-MyAccount-content {
        width: 100%;
    }
    
    .blocks-home-link a {
        font-size: 12px;
    }
    .newsletter .newsletter-form .wpcf7-email {
        width: 100%;
      margin-right: 0;
      margin-bottom: 14px;
    }
    .blocks-items {
          margin-bottom: 80px;
              margin-inline: 20px;
    }
    .newsletter .newsletter-form {
        align-items: center;
      justify-content: space-between;
      flex-direction: column;
        text-align: center;
          padding: 10px 20px;
    }
    .newsletter .newsletter-form div p {
        flex-direction: column;
          justify-content: center;
          align-items: center;
          margin-bottom: 10px;
    }
    
    .woocommerce {
          flex-wrap: wrap;
    }
    
    .woocommerce-MyAccount-navigation {
        margin-right: 0;
      width: 100%;
      margin-bottom: 20px;
    }
    
    .woocommerce-MyAccount-navigation ul li {
      position: relative;
      display: block;
      border-bottom: 1px solid #ddd;
    }
    
      .buy-steps li b {
        position: static;
        text-align: center;
        display: block;
      }

    .buy-steps {
      display: flex;
      flex-wrap: wrap;
      margin-top: 0px;
    }
    .buy-steps li {
        margin-bottom: 10px;
        width: 50%;
    }
    #main-nav a:nth-of-type(5),
    #main-nav a:last-of-type {
        display: block;
    }
    .wp-block-buttons > .wp-block-button,
    .home-contents .wp-block-button__link{
        width: 100%;
    }
    .buy-steps li:not(:last-of-type)::after {
        display: none;
    }
    .shop-sidebar .cart-content p {
        padding-block: 10px !important;
    }
    .is-medium .wp-block-woocommerce-checkout-order-summary-block, 
    .is-mobile .wp-block-woocommerce-checkout-order-summary-block, 
    .is-small .wp-block-woocommerce-checkout-order-summary-block,
    .is-medium.wc-block-components-sidebar-layout .wc-block-components-main, 
    .is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar, 
    .is-mobile.wc-block-components-sidebar-layout .wc-block-components-main, 
    .is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar, 
    .is-small.wc-block-components-sidebar-layout .wc-block-components-main, 
    .is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar{
        padding: 30px;
    }
	

}
