/*!
Theme Name: Dry Cleaning Service
Theme URI: http://underscores.me/
Author: CN
Author URI: https://www.capitalnumbers.com
Description: Description
Version: 1.0.3
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dry_cleaning_service
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

dry_cleaning_service is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400..700&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');

@font-face {
  font-family: 'adumu';
  src: url('/wp-content/themes/dry_cleaning_service/assets/fonts/adumu/Adumu.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.page.page-template-default article.page {
    max-width: none;
    text-align: initial;
}

#dcs-overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.dcs-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.footer {
    background-color: #242C3C !important;
    color: #fff !important;
}

.footer .footer-bottom .content-bottom .copyright a {
    text-decoration: none;
    color: #d9dfe9;
    font-family: "Poppins",serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.3125rem;
}

.fullscreen-menu .menu-content .menu-register-area {  
  width: 21.375rem !important;
}


.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .input-text, .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .select2-selection__rendered {
  background-color: #f6f9ff;
  border: 1px solid #e3eaf7;
  box-shadow: none !important;
  font-family: "Poppins",serif;
  font-size: 0.9375rem;
  padding: 0.75rem 1.25rem;
  width: 100%;
  border-radius: 8px;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper span.select2-selection {
  border: none;
  height: auto;
}
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper span.select2-selection .select2-selection__arrow {
  top: 14px;
  right: 11px;
}
.woocommerce-address-fields  .button {
  background-color: #4ecdb7;
  color: #242c3c;
  border-radius: 2rem;
  padding: 1rem 2.5rem;
  font-family: "Poppins",serif;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  border: none !important;
}
.woocommerce-address-fields .button:hover {
  background-color: #242c3c;
  color: #fff;
}
.woocommerce-notices-wrapper:focus-visible, .woocommerce-notices-wrapper .woocommerce-message:focus-visible {
  border: none;
  outline: none;
}

.woocommerce-notices-wrapper .woocommerce-error {
  background: #fff3f3;
  list-style: decimal;
  color: red;
  padding: 8px 35px;  
  border-radius: 8px;
}
.woocommerce-notices-wrapper .woocommerce-error li {
  font-weight: 300;
  padding: 3px;
}

form.checkout.woocommerce-checkout {
  display: block;
}
.checkout.woocommerce-checkout .checkout-wrap-container {
  display: flex;
  justify-content: space-between;
  gap: 20px 50px;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error {
  background: #fff3f3;
  list-style: decimal;
  color: red;
  padding: 8px 35px;
  margin-top: 20px;
  border-radius: 8px;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error li {
  font-weight: 300;
  padding: 3px;
}
.woocommerce-checkout .ui-datepicker-calendar th, .woocommerce-checkout .ui-datepicker-calendar td {
  width: auto;
}
.payment_box.payment_method_bacs {
  background: #f6f9ff;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 13px;
}
.payment_box.payment_method_bacs p {
  font-size: 13px;
}
.payment_box.payment_method_cod p {  
  border-radius: 10px;
  font-size: 13px;
}
.shop_table.woocommerce-checkout-review-order-table th:last-child, .shop_table.woocommerce-checkout-review-order-table td:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shop_table.woocommerce-checkout-review-order-table #shipping_method {
  list-style: none;
  padding-left: 0;
}
.woocommerce-privacy-policy-link {
  color: #4ecdb7 !important;
}
.woocommerce-form-login__rememberme #rememberme {
  width: auto;
}
.woocommerce-product-search #woocommerce-product-search-field {
  background-color: #f6f9ff;
  border: 1px solid #e3eaf7;
  box-shadow: none !important;
  font-family: "Poppins",serif;
  font-size: 0.9375rem;
  padding: 0.75rem 1.25rem;
  width: 100%;
  border-radius: 25px;
}
.woocommerce-order-received .woocommerce-columns.woocommerce-columns--addresses.col2-set.addresses {
  display: flex;
  gap: 50px;
}
.woocommerce-order-received .woocommerce-columns.woocommerce-columns--addresses.col2-set.addresses .woocommerce-column--billing-address {
  width: 45%;
}
.woocommerce-order-received .woocommerce-columns.woocommerce-columns--addresses.col2-set.addresses .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address {
  width: 45%;
}
.woocommerce-order-received .woocommerce-columns.woocommerce-columns--addresses.col2-set.addresses .woocommerce-column__title {
  font-size: 30px;
  font-weight: 500;
}
.woocommerce-order-received .woocommerce-order-details__title {
  font-size: 30px;
  font-weight: 500;
}
.woocommerce-order-received .woocommerce-columns.woocommerce-columns--addresses.col2-set.addresses .woocommerce-customer-details--phone {
  padding-top: 13px;
}
.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  margin-bottom: 20px;
}
.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details td:last-child {
  white-space: nowrap;
}
.woocommerce-checkout.woocommerce-page .checkout_coupon.woocommerce-form-coupon .coupon-error-notice {
  display: block;
  padding-top: 5px;
}

@media (max-width: 768px) {
  .woocommerce-cart .actions button.button {
    float: none !important;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .woocommerce-MyAccount-content section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
    display: block !important;
  }
  .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1, 
  .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
    width: 100% !important;
  }
}
.woocommerce-account #customer_login h2, .h2 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
}
.woocommerce-privacy-policy-text p{
  font-size: 14px;
}
.woocommerce-lost-password{
  .woocommerce{
    flex-direction: column;
  }
}
.language-switcher-box .wpml-ls-legacy-dropdown {
  width: 150px;
}
.language-switcher-box .wpml-ls-sub-menu li a {
  border-radius: 0;
  border: none !important;
}
.language-switcher-box .wpml-ls-sub-menu li:last-child a {
  border-radius: 0 0 6px 6px;
}
.language-switcher-box .wpml-ls-sub-menu li:first-child a {
  border-radius: 6px 6px 0 0;
}
.language-switcher-box .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, 
.language-switcher-box .wpml-ls-legacy-dropdown a:focus, 
.language-switcher-box .wpml-ls-legacy-dropdown a:hover {
  background: transparent;
  color: #fff;
}
.language-switcher-box .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a:hover {
  color: #3f3f3f;
}
.woocommerce-order-pay #order_review .shop_table td {
  white-space: nowrap;
}
.woocommerce-order-pay #order_review #place_order {
  background-color: #4ecdb7;
  color: #242c3c;
  border-radius: 2rem;
  padding: 1rem 2.5rem;
  font-family: "Poppins",serif;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  border: none !important;
}
abbr.required {
  text-decoration: none !important;
}
.woocommerce-order-pay #order_review .shop_table {
  margin-bottom: 40px;
}
.woocommerce-order-pay #order_review #payment .methods {
  list-style: none;
  padding-left: 0;
}

.logo-font {
    font-family: "adumu";
    font-weight: 500;
    letter-spacing: 5px;
    font-size: 25px;
    color: #38c2b7; 
}