/*
Theme Name: Divi Skeleton Theme
Theme URI: https://yourdomain.com/
Author: Your Name
Author URI: https://yourdomain.com/
Description: A minimal, unstyled WordPress theme to use with the Divi Builder plugin.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: divi-skeleton
*/

/* temporary */
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout,
.woocommerce-order {
    container-type: inline-size;
    width: 90% !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 160px 0 45px 0 !important;
}

@container (min-width: 700px) {
    .wc-block-checkout__sidebar.is-sticky {
		top: 130px !important;
    }
}

.booking-wraper,
.ph-deposits-wrapper {
    padding: 15px !important;
}

.et-db #et-boc .et-l .et_pb_wc_add_to_cart form.cart .button {
	margin-bottom: 15px !important;
}

.wc-block-components-product-metadata__description {
	display: none !important;
}

.wc-block-checkout__terms {
	display: none !important;
}

.custom-terms-box p {
    padding-bottom: 1em;
}

.custom-terms-box strong {
	font-weight: 700; 
}

.custom-terms-box ul,
.custom-terms-box ol {
    list-style: inside;
    margin-bottom: 1em;
}

.custom-terms-box a {
	color: inherit !important;
	text-decoration: underline !important;
    text-decoration-style: dotted !important;
    text-underline-offset: 0.3em !important;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button {
	color: #FFFFFF !important;
    border-width: 0px !important;
    border-radius: 100px !important;
    font-size: 16px;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    background-image: linear-gradient(90deg, #8a2be2 0%, #00bfff 100%);
}


.min-height-vh {
	min-height: calc(100vh - 363px);
}

/* Header */
header.et-l.et-l--header {
  height: 63px;
  z-index: 1000;
  position: fixed;
  width: 100%;
}

main {
	min-height: calc(100vh - 496.5px);
}

.et_pb_menu__logo {
  width: 100%;
  overflow: visible;
}

.et_pb_menu__logo img {
  transform: rotate(-10deg);
}

/* Menu hide-show */
.et-db #et-boc .et-l #main-menu .et_mobile_nav_menu {
    display: none !important;
}
@media (max-width: 980px) {
    .et-db #et-boc .et-l #main-menu.et_pb_menu .et_pb_menu__menu {
        display: flex !important;
    }
}

header .et_pb_row {
	width: 100% !important;
}

/* Footer */
.et-db #et-boc footer.et-l .et_pb_image .et_pb_image_wrap img[src*=".svg"] {
    width: 100% !important;
}
.et-db #et-boc footer.et-l .et_pb_image {
	margin: 0 !important;
}
.et-db #et-boc footer.et-l .et_pb_image a {
	padding: 0 !important;
	display: flex;
    align-items: center;
    justify-content: center;
}
.et-db #et-boc footer.et-l span.et_pb_image_wrap {
    display: flex !important;
    align-items: center !important;
}

/* Policy text */
.et-db #et-boc .et-l .et_pb_text_0.et_pb_text.policy-text a {
	color: white !important;
    text-decoration: underline !important;
    text-decoration-style: dotted !important;
    text-underline-offset: 0.3em !important;
}

.et-db #et-boc .et-l .et_pb_text_0.et_pb_text.policy-text h2,
.et-db #et-boc .et-l .et_pb_text_0.et_pb_text.policy-text h3,
.et-db #et-boc .et-l .et_pb_text_0.et_pb_text.policy-text h4 {
	font-family: var(--body-font-family) !important;
	color: white !important;
	margin-top: 0.5em !important;
}

.et-db #et-boc .et-l .et_pb_text.policy-text ol, 
.et-db #et-boc .et-l .et_pb_text.policy-text ul {
    margin: 0 !important;
}

.et-db #et-boc .et-l .et_pb_text.policy-text ol li,
.et-db #et-boc .et-l .et_pb_text.policy-text ul li {
	list-style: inside !important;
}

.secure-payment {
    display: flex;
    width: 100%;
    column-gap: 15px;
	row-gap: 25px;
    align-items: center;
	flex-wrap: wrap;
	margin: 20px 0 30px 0 !important;
}

.secure-payment__img {
	width: auto;
	height: auto;
	max-width: 100px;
	max-height: 40px;
}

/* Product */
span.woocommerce-Price-amount.amount {
    color: white !important;
}

ul.ph-deposits-option {
    margin-bottom: 25px !important;
}

.et-db #et-boc .et-l .et_pb_wc_cart_notice_0_tb_body .woocommerce-message {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-direction: row-reverse;
    padding: 5px 0px 5px 25px !important;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
	top: 0.9em !important;
}

#booking_price_text .woocommerce-Price-amount.amount {
	color: black !important;
}

li.ph-calendar-date {
	cursor: pointer;
}

li.ph-calendar-date.booking-disabled.de-active {
    opacity: 0.5;
	cursor: default;
}

.ph-calendar-weekdays {
	justify-content: unset;
}

ul.ph-calendar-weekdays li {
    text-align: center !important;
	padding: 0 5px !important;
}

.ph-calendar-weekdays li:first-child {
    margin-left: 0px !important;
}
.ph-calendar-weekdays li:last-child {
    margin-right: 0px !important;
}

ul#ph-calendar-days {
	margin-left: 0 !important;
}

li.ph-calendar-date {
    background: transparent !important;
    text-align: center !important;
    padding: 0 5px !important;
}

li.ph-calendar-date.timepicker-selected-date,
li.ph-calendar-date.selected-date {
	background: #00bfff !important;
}

.time-picker li.ph-calendar-date:hover {
	background: #2c2c35 !important;
}

.time-picker li.ph-calendar-date.booking-full,
.time-picker li.ph-calendar-date.booking-disabled,
.time-picker li.ph-calendar-date.booking-full:hover,
.time-picker li.ph-calendar-date.booking-disabled:hover {
	background: #909090 !important;
    background-color: #909090 !important;
    cursor: default !important;
	color: #6d6d6d !important;
}


/* Google recaptcha */
.grecaptcha-badge {
	display: none !important;
}


/* Gallery */
@media (max-width: 479px) {
   .et-db #et-boc .et-l .et_pb_column #van-gallery .et_pb_grid_item {
        margin: 0 5.5% 9.5% 0;
        width: 47.25%;
        clear: none;
        float: left;
    }
	.et-db #et-boc .et-l .et_pb_column #van-gallery .et_pb_grid_item .first_in_row, 
	.et-db #et-boc .et-l .et_pb_column #van-gallery .et_pb_grid_item:nth-child(odd) {
        clear: both;
    }
	.et-db #et-boc .et-l .et_pb_column #van-gallery .et_pb_grid_item:nth-child(2n) {
        margin-right: 0;
    }
	.et-db #et-boc .et-l .et_pb_column #van-gallery .et_pb_grid_item:nth-child(3n+1) {
        clear: none;
    }
}


/* Icons grid */
.et-db #et-boc .et-l #icons-grid.et_pb_row_6col {
	width: 95% !important;
}

@media (max-width: 1240px) {
	.et-db #et-boc .et-l #icons-grid.et_pb_row_6col > .et_pb_column.et_pb_column_1_6 {
        width: 29.666%;
        margin-right: 5.5%;
		margin-bottom: 30px;
    }
	.et-db #et-boc .et-l #icons-grid.et_pb_row_6col>.et_pb_column.et_pb_column_1_6:nth-child(3n) {
        margin-right: 0;
    }
}

@media (max-width: 480px) {
	.et-db #et-boc .et-l #icons-grid.et_pb_row_6col > .et_pb_column.et_pb_column_1_6 {
        width: 47.5% !important;
        margin-right: 5% !important;
		margin-bottom: 30px !important;
    }
	.et-db #et-boc .et-l #icons-grid.et_pb_row_6col>.et_pb_column.et_pb_column_1_6:nth-child(3n) {
        margin-right: 5% !important;
    }
	.et-db #et-boc .et-l #icons-grid.et_pb_row_6col>.et_pb_column.et_pb_column_1_6:nth-child(2n) {
        margin-right: 0 !important;
    }
}