/*==================== Start Header ====================*/
.header-main {
    z-index: 999;
    transition: all 0.1s ease-in-out;
    /*--bs-bg-opacity: 0.85;*/
    padding: calc(var(--bs-space) / 2.5) 0;
}
.header-main .navbar {
    --bs-navbar-padding-y: 0;
    --bs-navbar-brand-padding-y: 0rem;
    --bs-navbar-brand-margin-end: 0;
    --bs-navbar-brand-font-size: 1em;
    --bs-navbar-toggler-border-radius: 0px;
    --bs-navbar-toggler-focus-width: 0px;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.28rem;
    --bs-navbar-toggler-border-color:var(--bs-primary);
    --bs-link-color-rgb:var(--bs-primary-rgb);
    --bs-navbar-color:var(--bs-primary);
}
.header-logo {
    width: 14%;
    min-width: 8em;
}

.header-right-btn {
    cursor: pointer;
    border: solid;
    border-width: 1px;
    line-height: 1;
    font-size: 1.5em;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.2em 0.25em;
}
.header-right-btn:hover,
.header-right-btn[aria-expanded="true"]{
    background: var(--bs-white);
    border-color: var(--bs-secondary);
    color: var(--bs-secondary);
}
.header-right .dropdown-menu {
    --bs-border-radius: 0;
    border-width: 0;
    --bs-dropdown-spacer:0rem;
    --bs-dropdown-padding-y: 0rem;
    left: auto;
    right: 0;
    --bs-dropdown-item-padding-x: 1em;
    --bs-dropdown-item-padding-y: 0.4em;
    --bs-dropdown-link-color:var(--bs-primary);
    --bs-dropdown-link-hover-color:var(--bs-secondary);
    --bs-dropdown-link-hover-bg:var(--bs-light);
    --bs-dropdown-link-active-color:var(--bs-secondary); 
    --bs-dropdown-link-active-bg:var(--bs-light);
}

.header-right-btn .cart-items-count {
    aspect-ratio: 1 / 1;
    padding: 0px 0.4em;
    right: -0.5em;
    font-size: 0.7em;
    top: -0.5em;
}

/*==================== End Header ====================*/

/*==================== Start footer ====================*/

.footer-main {
    --bs-link-color-rgb:var(--bs-white-rgb);
    z-index: -1;
}

.footer-logo figure {
    max-width: 200px;
}

/*==================== End footer ====================*/



/*==================== Start common section ====================*/
.common-testimonials .inner-box{
    transition: box-shadow 0.5s ease, transform 0.5s ease;
}
.common-testimonials .inner-box:hover {
    --bs-box-shadow-sm: var(--bs-box-shadow);
}
.common-testimonials .description > *{
    display: inline;
}
.common-testimonials .description:before,
.common-testimonials .description:after {
    content: "\f6b0";
    font-family: bootstrap-icons;
    color: var(--bs-secondary);
    font-size: 1.7em;
    display: inline-block;
    line-height: 1;
    vertical-align: bottom;
}
.common-testimonials .description:after {
    transform: rotate(180deg);
    vertical-align: top;
}

.common-our-band .custom-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
  grid-template-rows: 1fr;
  margin-top: -1px;
  margin-right: -2px;
}
.common-our-band .custom-row a {
    aspect-ratio: 2 / 1;
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
    padding: 1em;
}

.common-our-band .custom-row a:hover {
    -webkit-filter: grayscale(0%); 
    filter: grayscale(0%);
}

.common-our-band .column img {
    max-width: 10em;
}
.common-product-list{
    list-style: none;
}
.common-product-list a.woocommerce-LoopProduct-link {
    width: 100%;
    color: var(--bs-primary);
}
.common-product-list .woocommerce-LoopProduct-link img {
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1.5 / 1;
    margin-bottom: 1em;
    background-color: rgba(var(--bs-primary-rgb), 0.15);
    padding: 1em;
    border: solid 1px;
}

.common-product-list .woocommerce-loop-product__title {
    margin-bottom: 0.8em;
    color: var(--bs-black);
    padding: 0px 1rem;
    font-size: 1.5rem;
}
.common-product-list span.price {
    display: block;
    font-weight: 600;
    margin-bottom: 1em;
    color: var(--bs-primary);
    padding: 0px 1rem;
}
.common-product-list .inner-box {
    transition: box-shadow 0.5s ease, transform 0.5s ease;
}
.common-product-list .inner-box:hover {
    --bs-box-shadow-sm: var(--bs-box-shadow);
}
.common-product-list a.button {
    margin-top: auto;
    margin-left: 1em;
    margin-right: auto;
}

.common-our-facilities .custom-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-template-rows: 1fr;
    gap: 1rem;
    align-items: center;
    justify-items: center;
    max-width: 1050px;
    margin: auto;
}
.common-our-facilities .column {
    display: flex;
    align-items: center;
    gap: 1em;
    justify-content: center;
}
.common-our-facilities i.bi {
    color: var(--bs-secondary);
    font-size: 2em;
}
table.wcpt-table thead tr > * {
    white-space: nowrap;
}
.wcpt-pagination {
    padding-top: calc(var(--bs-space) / 2);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.8em;
    font-size: 1em;
}
body .wcpt-pagination > * {
    padding: 1em !important;
    font-size: 1em !important;
    line-height: 1 !important;
    color: var(--bs-black) !important;
    border-radius: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-width: 1em !important;
    height: auto !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: var(--bs-black) !important;
}
body .wcpt-pagination > *:hover, 
body .wcpt-pagination > *.current {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    font-weight: normal !important;
}
body .wcpt-pagination .page-numbers.dots {
    width: auto;
    font-size: 1em !important;
    top: -0em;
}
.wcpt .next.page-numbers>.wcpt-icon, .wcpt .prev.page-numbers>.wcpt-icon {
    font-size: 1em;
    stroke-width: 2px;
}
.wcpt-navigation {
    margin-bottom: calc(var(--bs-space) / 2);
}
.wcpt-table-scroll-wrapper-outer {
    /*--bs-bg-opacity: 0.1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity));
    padding: 1.5rem;*/
}
.frzTbl-table-wrapper__inner>table{
    --bs-bg-opacity: 0.1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity));
}
.frzTbl-table-wrapper__inner>table tbody > tr:nth-child(odd) > * {
    background: var(--bs-white);
}
.wcpt-table th.wcpt-heading {
    padding: 25px 15px;
    white-space: nowrap;
}
.wcpt-table .wcpt-cell {
    padding: 15px 15px;
}

body .wc-block-components-checkout-return-to-cart-button {
    color: var(--bs-secondary);
    font-weight: 600;
}
.wcpt-search-submit {
    /* background: var(--bs-secondary); */
    background:#f8f9fa;
    border-radius: 0 4px 4px 0;
}
.wcpt-table th.wcpt-heading {
    background-color: transparent;
}
nav.woocommerce-breadcrumb {
    margin-bottom: 1rem;
}
.common-freelancing-plateform .column {
    max-width: 250px;
    width: 100%;
}
.common-freelancing-plateform .column img {
    width: auto;
    max-width: 6rem;
    max-height: 2.5rem;
}
.common-freelancing-plateform .column figure {
    margin-bottom: 0.8rem;
}
/*==================== End common section ====================*/

/*==================== Start cart page ====================*/
body .is-large.wc-block-cart {
    margin-bottom: 0;
}
body .is-large.wc-block-cart .wc-block-cart-items{
    margin-bottom: 0;
}
body .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, 
body table.wc-block-cart-items .wc-block-cart-items__header {
    font-size: 1em;
}

body .is-large.wc-block-cart .wc-block-cart-items th.wc-block-cart-items__header-total {
    padding-right: 0;
}
body .wc-block-components-product-metadata {
    font-size: 1em;
}

body .is-large.wc-block-cart .wc-block-cart-items tbody > tr.wc-block-cart-items__row > td.wc-block-cart-item__image {
    padding-left: 0;
}
body .is-large.wc-block-cart .wc-block-cart-items tbody > tr.wc-block-cart-items__row > td.wc-block-cart-item__total{
    padding-right: 0;
    color: var(--bs-primary);
    font-weight: 700;
}
body .is-medium table.wc-block-cart-items .wc-block-cart-items__row {
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: solid 1px var(--bs-border-color);
}
body .is-medium table.wc-block-cart-items .wc-block-cart-items__row:first-child {
    padding-top: 0;
    border-width: 0px;
}
body table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    padding: 0.89em 1.6em;
    font-size: 1em;
    border-radius: 1.4em;
    line-height: 1;
    text-transform: uppercase;
    background-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    text-decoration: none;
    font-weight: 500;
}
body .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>*, 
body .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector, 
body table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>*, 
body table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
    margin-bottom: 1em;
}
body table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices {
    color: var(--bs-primary);
    font-weight: 500;
}
body table.wc-block-cart-items .wc-block-cart-items__row a.wc-block-components-product-name {
    font-size: 1em;
    font-weight: 600;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    color: var(--bs-primary);
    padding-left: 1em;
    font-weight: 700;
}

body .is-large.wc-block-cart .wc-block-cart__totals-title{
    font-size: 1em;
}
body .wc-block-components-totals-wrapper {
    padding: 0.8em 0;
}
body .is-large .wc-block-components-sidebar .wc-block-components-panel, 
body .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, 
body .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
    padding-left: 0;
    padding-right: 0;
}
body .wp-block-woocommerce-cart-order-summary-totals-block {
    padding-bottom: 0.8em;
}
body .wc-block-components-button:not(.is-link) {
    padding: 0.89em 1.6em;
    font-size: 1em;
    border-radius: 1.4em;
    line-height: 1;
    text-transform: uppercase;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    border: 0;
}
body .is-large.wc-block-cart .wc-block-components-sidebar {
    background: var(--bs-light);
    padding: 1em 1.5em;
    margin-bottom: auto;
    position: sticky;
    top: 9em;
}
body .is-large.wc-block-cart .wc-block-components-sidebar > .wc-block-cart__submit{
    margin-bottom: 0;
}
body .wc-block-components-form .wc-block-components-text-input input[type=email], 
body .wc-block-components-form .wc-block-components-text-input input[type=number], 
body .wc-block-components-form .wc-block-components-text-input input[type=password], 
body .wc-block-components-form .wc-block-components-text-input input[type=tel], 
body .wc-block-components-form .wc-block-components-text-input input[type=text], 
body .wc-block-components-form .wc-block-components-text-input input[type=url], 
body .wc-block-components-text-input input[type=email], 
body .wc-block-components-text-input input[type=number], 
body .wc-block-components-text-input input[type=password], 
body .wc-block-components-text-input input[type=tel], 
body .wc-block-components-text-input input[type=text], 
body .wc-block-components-text-input input[type=url] {
    border-radius: 0px;
    border: solid 1px var(--bs-border-color);
}
body .wc-blocks-components-select .wc-blocks-components-select__select{
   border-radius: 0px;
   border: solid 1px var(--bs-border-color);
}
body .is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar,
body .is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar {
    background: var(--bs-light);
    padding: 1em 1.5em;
    margin: 0;
}
/*==================== End cart page ====================*/

/*==================== Start checkout page ====================*/
body .wp-block-woocommerce-checkout {
    padding-top: 0;
}
body .wc-block-components-sidebar-layout{
    margin-bottom: 0;
}
body .wc-block-components-sidebar{
   background: var(--bs-light);
   padding: 1.5em; 
   margin-top: 0;
}
body .is-large .wc-block-checkout__sidebar{
    top: 8em;
}
body .wp-block-woocommerce-checkout-order-summary-block {
    border-width: 0px;
    border-radius: 0px;
}
body .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    margin-top: 0;
    margin-bottom: 0.4em;
}
body .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
    margin: 0;
}
body .wc-block-components-order-summary{
    padding: 0;
}
body .wc-block-checkout__contact-fields .wc-block-components-checkout-step__heading {
    margin-top: 0;
}
body .wc-block-components-title.wc-block-components-title{
    margin-bottom: 1em;
}
body .wc-block-components-form .wc-block-components-checkout-step,
body .wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step,
body .wc-block-checkout__terms,
body .is-mobile .wc-block-components-form .wc-block-components-checkout-step{
    margin-bottom: calc(var(--bs-space) / 2.5);
}
body .wc-block-checkout__terms.wc-block-checkout__terms--with-separator{
    padding-top: calc(var(--bs-space) / 2.5);
}
body .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, 
body .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    border-radius: 0;
    box-shadow: inset 0 0 0 1px var(--bs-border-color);
}
body .wp-block-woocommerce-checkout .wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block {
    margin-bottom: 1.5em;
}
body .wp-block-woocommerce-checkout form.wc-block-components-form.wc-block-checkout__form > .css-0.e19lxcc00 {
    display: none;
}
/*==================== End checkout page ====================*/

/*==================== Start account page ====================*/
.woocommerce-notices-wrapper:empty{
    display: none;
}
.woocommerce-notices-wrapper {
    margin-bottom: 1.5em;
}
ul.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews {
    padding: 0.5em 1em;
    list-style: none;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews {
    color: var(--bs-white);
    --bs-link-color-rgb: var(--bs-white-rgb);
}
.woocommerce-input-wrapper {
    display: block;
}
label[for] {
    display: inline-block;
    margin-bottom: 0.5em;
    font-weight: 500;
}
.input-text {
    --bs-border-color: #dee2e6;
    width: 100%;
    padding: .375em .75em;
    font-size: 1em;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-color: var(--bs-border-color) !important;
}
.select2-container .select2-selection--single {
    height: 2.375em;
    margin: 0 0 -0.25em;
}
.select2-container--default .select2-selection--single {
     --bs-border-color: #dee2e6;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0.75;
    padding-right: 1.5em;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--bs-body-color);
    line-height: 2.375em;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.3em;
    width: 2em;
}
.select2-dropdown {
    --bs-border-color: #dee2e6;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0px;
}
/*==================== End account page ====================*/

/*==================== Start product page ====================*/
body.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{
    display: none;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image--placeholder > img {
    width: 100%;
    border: solid 1px var(--bs-primary);
}
.single-product .summary.entry-summary  > .price {
    font-size: 2em;
}
.single-product .summary.entry-summary .woocommerce-product-details__short-description {
    margin-bottom: 1.5em;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
    padding: 1em;
}
.single-product .summary.entry-summary .woocommerce-product-details__short-description > strong {
    display: block;
    margin-bottom: 0.4em;
}
.single-product .summary.entry-summary .woocommerce-product-details__short-description ul.note li:not(:last-child) {
    margin-bottom: 0.54em;
}
.single-product .summary.entry-summary .ppc-button-wrapper {
    margin-top: 1.5em;
}

.single-product div.product .woocommerce-product-gallery a {
    display: block;
}
body .woocommerce-tabs ul.tabs{
    margin-bottom: calc(var(--bs-space) / 2);
}
body .woocommerce-tabs ul.tabs li a{
    padding: 0.89em 1.6em;
}
body .woocommerce-tabs ul.tabs li.active a,
body .woocommerce-tabs ul.tabs li:hover a{
    --bs-primary:var(--bs-secondary);
}
body .woocommerce-tabs div#tab-reviews div#comments {
    margin-bottom: 1em;
}
/*==================== End product page ====================*/


