/** Shopify CDN: Minification failed

Line 71:22 Expected ")" to end URL token
Line 78:22 Expected ")" to end URL token
Line 114:0 Expected "}" to go with "{"

**/
.section-banner-v5 .box-info .content-banner .title{color:white; padding-right: 25%;}
.section-banner-v5 .box-info .content-banner .info-bottom a{color:white; border: 2px solid white;}
.section-banner-v5 .box-info .content-banner .info-bottom { padding-right: 35%; }
.dropdown-menu list-home{display:none;}
#header.header-v2-h2 .menu ul li .list-home{display:none;}
.breadcrumb_collection2 .bg-breadcrumb .title-page h2{color:white; font-weight:bold; font-size:40px;}
.breadcrumb_collection2 .bg-breadcrumb { padding-top: 300px; padding-bottom:300px;}
#header .menu ul li .nav-link:hover {
  color: #000;
  text-decoration: underline;
}
.tpb-booking-form .copyright .company {
  display: none;
}
.tpb-box .content .confirm .product-info .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: url(/cdn/shop/files/100x100.jpg?v=1654773789);
}
.tpb-booking-form p{display:none;}
.tpb-booking-form{margin-left: -350px;}
.tpb-booking-form .tpb-box .tpb-form-control .ss-single-selected .placeholder {
  color: black;
}
.tpb-booking-form .tpb-box .tpb-form-control label, .tpb-booking-form .tpb-box .tpb-form-control #tpb-message-bring_qty, .tpb-booking-form .tpb-box .tpb-form-control .ss-single-selected, .tpb-booking-form .tpb-box .tpb-form-control #tpb-productTitle-input, .tpb-booking-form .tpb-box .extra-fields .element, .tpb-booking-form .tpb-box .extra-fields .element label, .tpb-booking-form .tpb-box .extra-fields .element input, .tpb-booking-form .tpb-box .extra-fields .element textarea, .tpb-booking-form .tpb-box .extra-fields .element select, .tpb-booking-form .tpb-box .label, .tpb-booking-form .tpb-box .booking-info {
  color: #000;
}
.tpb-box .action .back-button {
  color: #060000;
}


.popup .modal-window .window-window .window-content .left{DISPLAY:NONE;}
.popup .modal-overlay{DISPLAY:NONE;}
.popup{DISPLAY:NONE;}

.popup .modal-window .window-window .window-content .close_edit{display:none}



.accordion {
 margin: 0;
 padding:10px;
 border-top:#f0f0f0 1px solid;
 background: #e8e8e8;
 text-decoration:none;
 color: $color-body-text;
 font-size:1em;
 position:relative;
}
.accordion-open {
 background:$settings-color-primary;
 color: $color-body-text;
}
.accordion-open span {
 display:block;
 position:absolute;
 right:3px;
 top:25%;
 padding:10px;
}
.accordion-open span {
 background:url(‘{{ ‘minus.png’ | asset_url }}’) center center no-repeat;
}
.accordion-close span {
 display:block;
 position:absolute;
 right:3px;
 top:25%;
 background:url(‘{{ ‘plus.png’ | asset_url }}’) center center no-repeat;
 padding:10px;
 }
.faq-header {
 margin:3rem 0 1rem 0!important;
}
.faqpage div.container {
 padding:0;
 margin:0;
}
.faqpage div.container {
 max-width:100%;
 padding:5px 0;
}
.faqpage div.content {
 background:#f4f4f4;
 margin: 0;
 padding:10px;
 font-size:.9em;
 line-height:1.5em;
}
.faqpage div.content ul {
 padding:0;
 margin:0;
 padding:3px;
}
.faqpage div.content p {
 padding:0;
 margin:3px 0 10px;
 padding:3px;
}
.faqpage div.content ul li {
 list-style-position:inside;
 line-height:25px;
 
 
