
.woocommerce-page input[type=email], .woocommerce-page input[type=number], .woocommerce-page input[type=tel], .woocommerce-page input[type=text], .woocommerce-page input[type=url], .woocommerce-page input[type=password] {
    background-color: #fff;
    border: 1px solid hsla(0, 0%, 7%, .8);
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    line-height: 1em;
    margin: 0;
    min-height: 0;
    padding: 1em;
    width: 100%;
}



.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: unset;
    width: 100%;
}
@media (min-width:768px) {
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		width: calc(50% - 15px);
	}
}
@media (min-width:1200px) {
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		width: calc(50% - 32.5px);
	}
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: unset;
    width: 100%;
}
@media (min-width:768px) {
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width: calc(50% - 15px);
	}
}
@media (min-width:1200px) {
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width: calc(50% - 32.5px);
	}
}

.woocommerce span.onsale {
	min-height: unset;
	border-radius: 0;
	top:0;
	left:0;
	background: var(--primary_orange);
	padding: 6px 10px;
	line-height: unset;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a img {
	border-radius: 10px;
}

.woocommerce-product-gallery__wrapper {
	display: flex;
	flex-wrap: wrap;
	gap:10px;
}
@media (min-width:992px) {
	.woocommerce-product-gallery__wrapper {
		gap:20px;
	}
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: calc(33.3333% - 7px);
    display: block;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
}
@media (min-width:992px) {
    .woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
        width: calc(25% - 15px);
    }
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) a img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a img {
    transition: .2s all;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a:hover img {
    opacity: .6;
}

.woocommerce .summary.entry-summary section {
	padding-bottom: 30px;
}
@media (min-width:992px) {
	.woocommerce .summary.entry-summary section {
		padding-bottom: 60px;
	}
}

.woocommerce div.product form.cart {
	margin-bottom: 0;
}

.row.gutters-20 {
    height: 100%;
    margin-left: -10px;
    margin-right: -10px;
	margin-top: 0px;
}

.row.gutters-20 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}

.single-product .section-iconboxes-box p {
	font-weight: 600;
	color:#f2f2f2;
}

.single-camp-button {
	margin-top: 20px;
}

.single-camp-details-2 {
	padding:38px 0 18px 0;
}

.single-camp-team {
	padding: 40px 0 0 0;
}

.single-camp-team-box {
	height:100%;
	aspect-ratio: 3 / 4.46;
	background: var(--primary_black);
	border-radius: 10px;
	position: relative;
}

.single-camp-team-box::after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgb(22,22,22);
	background: linear-gradient(0deg, rgba(22,22,22,1) 0%, rgba(22,22,22,0) 100%);
	border-radius: 10px;
	left:0;
	top:0;
	position: absolute;
	z-index: 980;
}

.single-camp-team-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	position: relative;
}

.single-camp-team-box-content {
	width: 100%;
	padding:25px;
	left:0;
	bottom:0;
	position: absolute;
	z-index: 990;
}
@media (min-width:768px) {
	.single-camp-team-box-content {
		padding:20px
	}
}
@media (min-width:992px) {
	.single-camp-team-box-content {
		padding:25px;
	}
}
@media (min-width:1200px) {
	.single-camp-team-box-content {
		padding:35px;
	}
}

.single-camp-team-box-content h3 {
	font-size: 18px;
	font-weight: 600;
	color:#F2F2F2;
	line-height: 22px;
	letter-spacing: 1.76px;
	margin: 0 0 7px 0;
	padding: 0;
}

.single-camp-team-box-position {
	font-size: 15px;
	font-weight: 400;
	color:#F2F2F2;
	line-height: 19px;
	letter-spacing: .675px;
	margin: 0;
	padding: 0;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	font-family: "roc-grotesk-wide", sans-serif;
	font-weight: 600;
	color: var(--primary_black);
	font-size: 26px;
	line-height: 30px;
	text-transform: uppercase;
	margin-top: -10px;
	margin-bottom: 40px;
}
@media (min-width:992px) {
	.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
		font-size: 30px;
		line-height: 34px;
	}
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price del, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price del {
	font-size: 18px;
	display: block;
}
@media (min-width:992px) {
	.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price del, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price del {
		font-size: 20px;
	}
}

.single input[type="number"] {
	display: none;
}

ins {
	text-decoration: none;
}

del {
	opacity: .6;
}



.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .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, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt,
.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)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
.wc-block-components-button:not(.is-link) {
	font-family: "roc-grotesk-wide", sans-serif;
	font-weight: 500;
	font-size:14px;
	font-style: normal;
	color:var(--primary_black);
	text-transform: uppercase;
	text-decoration: none;
	line-height:16px;
	letter-spacing: 1.12px;
	text-align: center;
	border:none;
	border-radius:6px;
	padding:16px 26px 13px 26px;
  	margin:0px;
	background:var(--primary_yellow);
	transition:all .3s ease;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
@media (min-width:768px) {
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .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, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt,
	.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)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
	.wc-block-components-button:not(.is-link)
	 {
		font-size:15px;
		line-height:17px;
		letter-spacing: 1.2px;
		padding:19px 40px 16px 40px;
	}
}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt: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, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:focus, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:focus, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:focus, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:focus, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:focus, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:focus, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:focus, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:focus,

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:focus, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:focus, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:focus, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:focus, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:focus, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:focus, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:focus, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:focus,

.wc-block-components-button:not(.is-link):hover, .wc-block-components-button:not(.is-link):focus {
	background:var(--primary_orange);
	text-decoration: none;
}



/* woocommerce cart */

body.woocommerce-cart {
	color: var(--primary_black);
}

.woocommerce table.shop_table {
    border: none;
}


@media (max-width:767.98px) {
    .woocommerce table.shop_table.cart tr {
        border:.5px solid #BAB7B6;
        margin-bottom: 20px;
    }
}

.woocommerce table.shop_table tr:last-child {
    border: none;
}

.woocommerce table.shop_table th {
    font-size: 15px;
	font-weight: 400;
	letter-spacing:.675px;
	line-height: 22px;
    text-transform: uppercase;
    text-align: center;
    border: none;
    padding: 15px 12px;
}

.woocommerce table.shop_table td {
    font-size: 15px;
    font-weight: 600;
    color:var(--primary_black);
    letter-spacing:1.2px;
    line-height: 18px;
    text-align: center;
    border-top:none;
    padding: 12px 12px;
}
@media (min-width:768px) {
    .woocommerce table.shop_table td {
        border-top:.5px solid #BAB7B6;
        padding: 20px 12px;
    }
}
@media (min-width:992px) {
    .woocommerce table.shop_table td {
        font-size: 18px;
        letter-spacing:1.44px;
        line-height: 22px;
    }
}


.woocommerce-cart table.cart .product-remove {
    width: 13px;
}
@media (min-width:768px) {
    .woocommerce-cart table.cart .product-remove {
        padding-left: 0;
        text-align: left;
    }
}

.woocommerce a.remove, .woocommerce a.remove:hover, .woocommerce a.remove:focus {
    display: block;
    font-size: 0;
    width: 13px;
    height:13px;
    background:url('../images/icon-remove.svg') no-repeat;
    background-size:13px 13px;
    text-align: center;
    line-height: 1;
    border-radius: 0;
    color: transparent;
    text-decoration: none;
    font-weight: 700;
}


/* #add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img */

.woocommerce-cart table.cart .product-thumbnail {
    width: 115px;
    padding-right: 26px;
}

.woocommerce-cart table.cart .product-thumbnail a {
    width: 115px;
    height: 115px;
    display: block;
    position: relative;
}

.woocommerce-cart table.cart .product-thumbnail a::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(22, 22, 22);
    background: linear-gradient(0deg, rgba(22, 22, 22, 1) 0%, rgba(22, 22, 22, 0) 100%);
    border-radius: 10px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 980;
}

.woocommerce-cart table.cart img {
    width: 115px;
    max-width: unset;
    height: 115px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 10px;
}


.woocommerce-cart table.cart .product-name {
    text-align: left;
}

.woocommerce-cart table.cart .product-name a {
    font-size: 15px;
    font-weight: 600;
    color:var(--primary_black);
    letter-spacing:1.2px;
    line-height: 18px;
    text-decoration: none;
    display: block;
}
@media (min-width:992px) {
    .woocommerce-cart table.cart .product-name a {
        font-size: 18px;
        font-weight: 600;
        color:var(--primary_black);
        letter-spacing:1.44px;
        line-height: 22px;
    }
}




.woocommerce-cart table.cart .product-name ul {
    margin: 0;
    padding:4px 0 0 0;
}

.woocommerce-cart table.cart .product-name ul li {
    font-size: 15px;
    font-weight: 400;
    color:var(--primary_yellow);
    line-height: 19px;
    letter-spacing: .675px;
    margin: 0;
    padding:6px 0 0 0;
    list-style: none;
}

.woocommerce-cart table.cart .product-name ul li::before {
	display: none;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
    display: none;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
    display: flex;
    justify-content: flex-end;
}




/* checkout  */

.woocommerce-checkout {
    color:var(--primary_black);
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    background: var(--primary_orange);
    box-shadow: 0 0 0 2px #fff;
    color: #fff;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
    aspect-ratio: 1 / 1;
    border-radius: 10px;
}

form.checkout.woocommerce-checkout h2, form.checkout.woocommerce-checkout h3 {
	font-family: "roc-grotesk-wide", sans-serif;
    font-weight: 600;
	font-size: 24px;
	color:var(--primary_black);
	text-transform: none;
	letter-spacing: 1.92px;
	padding: 20px 0 0 0;
}

form.checkout.woocommerce-checkout .select2-container--default .select2-selection--single {
	min-height: 53px;
	border:1px solid hsla(0, 0%, 7%, .8);
}

form.checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 53px;
}

form.checkout.woocommerce-checkout ul li {
	list-style: none;
}

form.checkout.woocommerce-checkout ul li::before {
	display: none;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: transparent;
	border: 1px solid #ddd;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background: #fff;
	border: 1px solid #ddd;
}

div.payment_box p {
	color:var(--primary_black)
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	background: transparent;
	border: 1px solid #ddd !important;
}

/* thank you page */

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 26px;
    font-weight: 600;
    color:var(--primary_yellow);
    text-align: center;
    letter-spacing: 2.08px;
    line-height:30px;
    margin: 0 0 30px 0;
}
@media (min-width:768px) {
    .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
        font-size: 36px;
        line-height: 40px;
        letter-spacing: 2.88px;
        margin: 0 0 40px 0;
    }
}

.thank-you-custom {
    text-align: center;
    margin: 0 0 40px 0;
}
@media (min-width:768px) {
    .thank-you-custom {
        margin:0 0 60px 0;
    }
}

.thank-you-custom p {
    font-size: 18px;
    font-weight: 600;
    color:var(--primary_black);
    text-align: center;
    letter-spacing:1.44px;
    line-height:22px;
    margin: 0 0 12px 0;
}


.add_customer {
    text-align: center;
    margin-bottom: 40px;
}

.woocommerce-order-details__title {
    font-size: 20px;
    text-align: center;
}
@media (min-width:768px) {
    .woocommerce-order-details__title {
        font-size: 26px;
    }
}

.woocommerce ul.order_details {
 /*    display: flex;
    justify-content: center;
    flex-wrap: wrap; */
    padding: 0;
}
@media (min-width:768px) {
    .woocommerce ul.order_details {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0;
    }
}

.woocommerce ul.order_details li {
    font-size:16px;
    text-align: center;
    float: unset;
    padding: 12px 20px;
    margin: 0;
    border-bottom: 1px dashed #cfc8d8;
    border-right:unset;
}
@media (min-width:768px) {
    .woocommerce ul.order_details li {
        font-size:16px;
        border-right: 1px dashed #cfc8d8;
        border-bottom:unset;
    }
}
@media (min-width:1200px) {
    .woocommerce ul.order_details li {
        padding: 12px 50px;
    }
}

.woocommerce ul.order_details li::before {
	display: none;
}

.woocommerce ul.order_details li strong {
    font-size: 18px;
    padding-top: 4px;
    color: var(--primary_orange);
}


.woocommerce-order-received .woocommerce-table__product-name.product-name a {
    color:var(--primary_black);
    text-decoration: none;
}

.woocommerce-order-received .woocommerce-table__product-name.product-name ul {
    margin: 0;
    padding:0 0 10px 0;
}

.woocommerce-order-received .woocommerce-table__product-name.product-name ul li {
    font-size: 15px;
    font-weight: 400;
    color:var(--primary_yellow);
    line-height: 19px;
    letter-spacing: .675px;
    margin: 0;
    padding:6px 0 0 0;
    list-style: none;
}

.woocommerce-order-received .woocommerce-table__product-name.product-name ul li::before {
	display: none;
}


/* +/- buttons */

.single .qib-button-wrapper {
    display: none;
}

body .qib-button-wrapper {
    float: unset;
    margin-right:0;
    justify-content: flex-end;
}
@media (min-width:768px) {
    body .qib-button-wrapper {
        justify-content: center;
    }
}

body .qib-button-wrapper .minus.qib-button, body .qib-button-wrapper .plus.qib-button {
    background: #fff
}

body .qib-button-wrapper .minus.qib-button:hover, body .qib-button-wrapper .plus.qib-button:hover {
    background: var(--primary_yellow)
}

body .qib-button-wrapper .minus.qib-button {
    border-radius: 6px 0 0 6px;
    margin-right: -1px;
}

body .qib-button-wrapper .plus.qib-button {
    border-radius: 0 6px 6px 0;
    margin-left: -1px;
}

.qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
    float: none !important;
    height: 34px;
}
@media (min-width:992px) {
    .qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
        height: 54px;
    }
}

.qib-button-wrapper button.qib-button {
    padding: 0;
    width: 34px;
    height: 34px;
    background: #fff;
    border: 1px solid #BAB7B6;
    cursor: pointer;
    font-size: 22px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
}
@media (min-width:992px) {
    .qib-button-wrapper button.qib-button {
        width: 54px;
        height: 54px;
        font-size: 28px;
    }
}

.qib-button-wrapper .quantity input.input-text.qty.text {
    width: 34px;
    height: 34px;
    padding:0;
    text-align: center;
    background: #ffffff;
    border: 1px solid #BAB7B6;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    color:var(--primary_black);
    line-height: 22px;
    box-shadow: none;
}
@media (min-width:992px) {
    .qib-button-wrapper .quantity input.input-text.qty.text {
        width: 54px;
        height: 54px;
        font-size: 18px;
    }
}


/* 
.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {
	width: 100%;
	padding-right: 0;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, table.wc-block-cart-items .wc-block-cart-items__header,
.is-large.wc-block-cart .wc-block-cart__totals-title {
    font-size: 15px;
	font-weight: 400;
	letter-spacing:.675px;
	line-height: 22px;
    text-transform: uppercase;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header th, table.wc-block-cart-items .wc-block-cart-items__header th {
	font-weight: 400;
}

.is-large.wc-block-cart .wc-block-cart-items td {
    padding:20px 0 20px 16px;
    vertical-align: middle;
}

.wc-block-cart-item__image a {
    display: block;
    position: relative;
}

.wc-block-cart-item__image a::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(22, 22, 22);
    background: linear-gradient(0deg, rgba(22, 22, 22, 1) 0%, rgba(22, 22, 22, 0) 100%);
    border-radius: 10px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 980;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    width: 115px;
    max-width: unset;
    height: 115px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 10px;
}

@media (min-width:768px) {
    .wc-block-cart-item__wrap {
        font-size: 18px;
        font-weight: 600;
        color:var(--primary_black);
        letter-spacing:1.44px;
        line-height: 22px;
        display: flex;
        flex-wrap: wrap;
        gap:5px 20px;
        justify-content: space-between;
        align-items: center;
        padding: 0 40px;
    }
}


.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 {
    font-size: 15px;
	font-weight: 600;
    color:var(--primary_black);
	letter-spacing:1.2px;
	line-height: 18px;
    text-decoration: none;
}
@media (min-width:768px) {
    .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 {
        font-size: 18px;
        letter-spacing:1.44px;
        line-height: 22px;
    }
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    font-size: 15px;
	font-weight: 600;
    color:var(--primary_black);
	letter-spacing:1.2px;
	line-height: 18px;
    text-decoration: none;
}
@media (min-width:768px) {
    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
        font-size: 18px;
        letter-spacing:1.44px;
        line-height: 22px;
    }
}





@media (min-width: 741px) and (max-width: 1200px){
    .wc-block-components-sidebar {
        width:50% ;
    }
}

.is-large.wc-block-cart .wc-block-components-sidebar {
    margin: 0 0 0 auto;
}
 */



/* woocommerce checkout */

body.woocommerce-checkout {
	color: var(--primary_black);
}

.wp-block-woocommerce-checkout {
	padding-top: 0px !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox], .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
	border:1px solid #BAB7B6 !important;
	opacity: 1;
	outline: none !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
	background:url('images/icon-checked-b.svg') no-repeat center #fff !important;
	background-size:14px 11px !important;
	border: 1px solid var(--primary_black) !important;
	outline: none !important;
}





/* woocommerce my account */

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

.woocommerce-MyAccount-navigation ul li {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	list-style: none;
}

.woocommerce-MyAccount-navigation ul li::before {
	display: none;
}

.woocommerce-MyAccount-navigation ul li a {
	font-size: 20px;
	font-weight: 600;
	color:var(--primary_black);
	text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	font-size: 20px;
	font-weight: 700;
	color:var(--primary_orange);
	text-decoration: none;
}





/* woocommerce pagination */


.woocommerce nav.woocommerce-pagination {
	text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border:none;
    border-right: 0;
    margin:40px 0px;
}

.woocommerce nav.woocommerce-pagination ul li {
	font-size: 16px;
	font-weight: 600;
	color:#242422;
    border:none;
}

.woocommerce nav.woocommerce-pagination ul li::before {
	display: none;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	font-size: 16px;
	font-weight: 600;
	color:var(--primary_yellow);
	background: none;
    border:none;
}

.woocommerce nav.woocommerce-pagination ul li a {
	font-size: 16px;
	font-weight: 600;
	color:var(--primary_black);
	background: none;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
	font-size: 16px;
	font-weight: 600;
	color:var(--primary_orange);
	background: none;
}





/* add do cart popup */
.xoo-cp-container {
	letter-spacing:.6px;
	border-radius:0px;
	border:0px;
	padding:30px;
}

span.xoo-cp-close {
	display: none;
}

.xoo-cp-success {
	display:none;
}
@media (min-width: 768px) {
	.xoo-cp-success {
		font-size:15px;
		font-weight:400;
		color:var(--primary_black);
		line-height: 19px;
		letter-spacing: .675px;
		text-transform: uppercase;
		background-color: transparent;
		border-bottom:.5px solid #BAB7B6;
		border-radius: 0;
		padding:0px 10px 20px 30px;
		position: relative;
		display:block;
	}
}

.xoo-cp-icon-check:before {
	content: "";
	width:15.5px;
	height:11.5px;
	background:url('images/icon-success.svg') no-repeat;
	background-size:15.5px 11.5px;
	left:0px;
	top:2px;
	position: absolute;
}

button .xoo-cp-icon-check:before {
	content: "";
	width:15.5px;
	height:11.5px;
	background:url('images/icon-success.svg') no-repeat;
	background-size:15.5px 11.5px;
	right:10px;
	left:unset;
	top:14px;
	position: absolute;
}


.xoo-cp-pdetails tbody {
	width: 100%;
	display: table;
	border-bottom:.5px solid #BAB7B6;
}

.xoo-cp-pdetails tbody td {
	padding-bottom: 15px;
}

@media (max-width: 767.98px) {
	.xoo-cp-pdetails td {
		width:100%;
		display:block;
	}
}

.xoo-cp-pdetails td.xoo-cp-remove {
	width:14px;
	height:14px;
	left:10px;
	top:30px;
	position: absolute;
}
@media (min-width: 768px) {
	.xoo-cp-pdetails td.xoo-cp-remove {
		left:unset;
		top:unset;
		position: relative;
		z-index: 992;
	}
}

.xoo-cp-icon-cross:before {
	content:"";
	width: 11px;
	height:11px;
	background:url('images/icon-remove.svg') no-repeat;
	background-size:11px 11px;
	position: absolute;
	margin-top:-10px;
}

.xoo-cp-pimg {
	text-align: center;
}
@media (min-width: 768px) {
	.xoo-cp-pimg {
		text-align: left;
	}
}

.xoo-cp-pimg a {
	width:115px;
	height:115px;
	margin-left:auto;
	margin-right: auto;
	position: relative;
	display: block;
}
@media (min-width: 768px) {
	.xoo-cp-pimg a {
		margin-left: 35px;
		margin-right: unset;
	}
}

.xoo-cp-pimg a::after {
	content: '';
	width: 100%;
	height: 100%;
    background: linear-gradient(0deg, rgba(22, 22, 22, 1) 0%, rgba(22, 22, 22, 0) 100%);
	border-radius: 10px;
	top:0;
	left:0;
	position: absolute;
	z-index: 990;
}

.xoo-cp-pimg, .xoo-cp-pimg img {
	width:115px;
	height:115px;
	border:none;
	border-radius: 10px;
	object-fit: cover;
	position: relative;
	z-index: 980;
}

td.xoo-cp-ptitle a, td.xoo-cp-ptitle a:hover {
	font-size:18px;
	font-weight:600;
	color:var(--primary_black);
	line-height: 22px;
	letter-spacing: 1.44px;
	text-decoration: none;
	margin:20px 0px 10px 0px;
	display: block;
}
@media (min-width: 768px) {
	td.xoo-cp-ptitle a, td.xoo-cp-ptitle a:hover {
		margin: 0;
	}
}

.xoo-cp-qtybox {
	width:140px !important;
	height:44px !important;
	border:0px;
	margin-bottom: 10px;
	text-align:center;
}
@media (min-width: 768px) {
	.xoo-cp-qtybox {
		margin-bottom: 0px;
	}
}

.xoo-cp-qtybox .xcp-minus {
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	background:#E6E6E6 !important;
	border:0px !important;
	font-size:20px !important;
	font-weight:300;
	color:#000;
	top:0px;
 	left:0px;
	position: absolute;
}

.xoo-cp-qtybox .xcp-plus {
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	background:#E6E6E6 !important;
	border:0px !important;
	font-size:20px !important;
	font-weight:300;
	color:#000;
	top:0px;
 	left:88px;
	position: absolute;
}

input[type=number].xoo-cp-qty  {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	width: 44px !important;
	height: 44px !important;
	line-height: 49px;
	min-height: initial;
	min-width: initial;
	max-height: initial;
	max-width: initial;
	box-shadow: none;
	font-size: 16px;
	color:#000;
	border:1px solid #707070 !important;
	left:44px !important;
	position: absolute;
}

.xoo-cp-pprice-sing, .xoo-cp-pprice {
	font-size:18px !important;
	font-weight:600;
	color:var(--primary_black);
	line-height: 22px;
	letter-spacing: 1.44px;
}

.xoo-cp-ptotal {
	font-size:18px !important;
	font-weight:600;
	color:var(--primary_black);
	line-height: 22px;
	letter-spacing: 1.44px;
	padding: 30px 0;
	margin-right: 0px;
	border-top: unset;
}

.xcp-ptotal {
	font-size:18px !important;
}

.xoo-cp-pdetails-my-subtotal {
	font-size:18px;
	font-weight:600;
	color:var(--primary_black);
	line-height: 22px;
	letter-spacing: 1.44px;
	text-align:right;
	border-top:.5px solid #BAB7B6;
	margin:10px 0px 0px 0px;
	padding:10px 0px;
	text-align: center;
}
@media (min-width: 768px) {
	.xoo-cp-pdetails-my-subtotal {
		margin:20px 0px 0px 0px;
		padding:20px 0px;
		text-align:right;
	}
}

.xoo-cp-pdetails-my-subtotal .woocommerce-Price-amount {
	font-size:18px;
	font-weight:600;
	color:var(--primary_black);
	line-height: 22px;
	letter-spacing: 1.44px;
}

.xoo-cp-pdetails-my-subtotal del .woocommerce-Price-amount bdi {
	font-size:18px;
	font-weight:600;
	color:var(--primary_black);
	line-height: 22px;
	letter-spacing: 1.44px;
}

.xoo-cp-container ins {
	text-decoration: none !important;
}

.xoo-cp-btns {
	text-align: right;
	margin-top: 10px;
}
@media (min-width: 768px) {
	.xoo-cp-btns {
		margin-bottom: 20px;
	}
}

@media (max-width: 575.98px) {
.xoo-cp-btns a, .xoo-cp-btns a:hover {
	width:100%;
	text-align: center;
	margin-bottom: 10px;
}
}

.xoo-cp-btns a.xoo-cp-close {
	cursor: pointer;
	float: left;
}

.xoo-cp-btn-vc.xcp-btn {
	width: 100%;
	font-family: "roc-grotesk-wide", sans-serif;
	font-weight: 500;
	font-size:14px;
	font-style: normal;
	color:var(--primary_black);
	text-transform: uppercase;
	text-decoration: none;
	line-height:16px;
	letter-spacing: 1.12px;
	text-align: center;
	border:none;
	border-radius:6px;
	padding:16px 16px 13px 16px;
  	margin:0px;
	background:var(--primary_yellow);
	transition:all .3s ease;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
@media (min-width:768px) {
	.xoo-cp-btn-vc.xcp-btn {
		width: auto;
		font-size:15px;
		line-height:17px;
		letter-spacing: 1.2px;
		padding:19px 40px 16px 40px;
	}
}

.xoo-cp-btn-vc.xcp-btn:hover, .xoo-cp-btn-vc.xcp-btn:active, .xoo-cp-btn-vc.xcp-btn:focus {
	background:var(--primary_orange);
	text-decoration: none;
}

.xoo-cp-btns a.xoo-cp-close {
	width: 100%;
	font-family: "roc-grotesk-wide", sans-serif;
	font-weight: 500;
	font-size:14px;
	font-style: normal;
	color:var(--primary_black);
	text-transform: uppercase;
	text-decoration: none;
	line-height:16px;
	letter-spacing: 1.12px;
	text-align: center;
	border:1px solid #BAB7B6;
	border-radius:6px;
	padding:16px 16px 13px 16px;
  	margin:0px;
	background:transparent;
	transition:all .3s ease;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
@media (min-width:768px) {
	.xoo-cp-btns a.xoo-cp-close {
		width: auto;
		font-size:15px;
		line-height:17px;
		letter-spacing: 1.2px;
		padding:19px 40px 16px 40px;
	}
}

.xoo-cp-btns a.xoo-cp-close:hover, .xoo-cp-btns a.xoo-cp-close:active, .xoo-cp-btns a.xoo-cp-close:focus {
	background:#ebe9eb;
	text-decoration: none;
}

.xoo-cp-btn-ch.xcp-btn {
	display: none;
}

.xoo-cp-pdetails td.xoo-cp-pqty {
	display: none;
}

.xoo-cp-pdetails td.xoo-cp-ptitle {
	text-align: center;
}
@media (min-width: 768px) {
	.xoo-cp-pdetails td.xoo-cp-ptitle {
		text-align: left;
		width: 70%;
	}
}

@media (min-width: 768px) {
	.xoo-cp-pdetails td.xoo-cp-ptitle a {
		display: flex;
		gap:10px;
	}
}

.xoo-cp-pdetails td.xoo-cp-ptitle span {
	font-size: 15px;
	font-weight: 400;
	color: var(--primary_yellow);
	line-height: 26px;
	position: relative;
}
@media (min-width: 768px) {
	.xoo-cp-pdetails td.xoo-cp-ptitle span {
		padding: 0 0 0 35px;
	}
}

@media (min-width: 768px) {
	.xoo-cp-pdetails td.xoo-cp-ptitle span::before {
		content: '';
		width: 2px;
		height: 16px;
		background: var(--primary_black);
		top:3px;
		left:0;
		position: absolute;
	}
}

.xoo-cp-opac {
	background-color:#161616;
	opacity: .8;
}

.xoo-cp-container {
	box-shadow: none;
}

/* end xoo */






/* cart in header */

.top-cart {
    margin-top: -2px;
}

.top-cart a, .top-cart a:hover {
	color:var(--primary_yellow);
    text-decoration: none;
    display: block;
}

.cart-contents {
	color:var(--primary_yellow);
	font-size: 16px;
    letter-spacing: .032px;
	line-height: 20px;
}

.top-cart, .top-cart:hover {
	color:var(--primary_yellow);
	position: relative;
	display: none;
    text-decoration: none;
    display: flex;
}

@media (min-width: 992px) {
	.top-cart {
		display: flex;
	}
}

.top-cart svg {
    fill:var(--primary_yellow);
	margin: 0 5px 0 0;
}

.top-cart-desktop {
    display: none;
}
@media (min-width: 992px) {
    .top-cart-desktop {
        display: flex;
    }
}

.top-cart-mobile {
    left:20px;
    position: absolute;
}
@media (min-width:768px) {
    .top-cart-mobile {
        left:40px;
    }
}
@media (min-width: 992px) {
    .top-cart-mobile {
        display: none;
    }
}


