/* Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

body {
    font-size: 0.625rem !important;
}
.header-menu-main{
    border-bottom: 1px solid #F2F4F6;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
}

.link-bijeli a {
    color: #FFF !important;
}

.link-bijeli a:hover {
    color: #FFF !important;
    text-decoration: underline;
}

.dp-linije-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.ywgc_have_code {
  border-radius: 2em;
  border: 1px solid #E1E1E1;
  box-shadow:none;
}

.ywgc_apply_gift_card_button {
    padding: 20px !important;
  font-size: 14px !important;
    
}

.ywgc_enter_code p {
    font-size:14px;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before, .elementor-widget-woocommerce-checkout-page a {
  color: #A70F40 !important;
}

@media (max-width: 900px) {
    .dp-linije-grid {
        grid-template-columns: 1fr;
    }
}

.elementor-cta__bg-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%) !important; 
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; 
}

.elementor-cta__content-item {
    width: 92%;
}


.xoo-wsc-sc-bki.xoo-wsc-icon-cart1::before,
.xoo-wsc-bki.xoo-wsc-icon-cart1::before {
    display: none !important;
}
.xoo-wsc-sc-bki.xoo-wsc-icon-cart1,
.xoo-wsc-bki.xoo-wsc-icon-cart1{
    display: inline-block;
    width: 35px;
    height: 39px; 
    background-image: url('uploads/cart%201.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

.xoo-wsc-sc-count {
  background-color: #A70F40;
  color: #fff;
  font-family: "Montserrat", Sans-serif;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
span.xoo-wsc-sc-count, span.xoo-wsch-items-count {
  border-radius: 50%;
  height: 20px;
  line-height: 20px;
  width: 20px;
  display: flex;
  text-align: center;
  justify-content: center;
}
.xoo-wsc-container{
    font-family: "Montserrat", sans-serif;
}
.xoo-wsc-ft-btn{
    border-radius: 50px;
    font-weight: 700;
}
.xoo-wsc-ft-btn-checkout{
    background-color: #A70F40!important;
}
.xoo-wsc-ft-btn-checkout:hover{
    background-color: #000!important;
}
/** single tab stil **/

.dp-tabs-nav {
    display: flex;
    gap: 10px;
    margin-bottom: 5em;
}
.dp-tabs-nav button {
    background: #f6c1cf;
    color:#A70F40;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 600;
}
.dp-tabs-nav button.active {
    background: #a0003d;
    color: #fff;
}
.dp-tab-panel {
    display: none;
}
.dp-tab-panel.active {
    display: block;
}



/** single tab stil kraj **/

.custom-shape-bottom,
.custom-shape-bottom-archive {
    --mask-height: 100px;
    --overlap: 120px; 
    margin-top: calc(var(--overlap) * -1) !important;
    position: relative;
    z-index: 2;
    overflow: visible !important;
    clip-path: none !important; 
    background: none !important; 
}

.custom-shape-bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('uploads/Section.png');
    background-size: cover;
    background-position: center;
    clip-path: polygon(0 var(--mask-height), 100% 0, 100% 100%, 0 100%);
    z-index: -1;
}

.custom-shape-bottom-archive::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  clip-path: polygon(0 var(--mask-height), 100% 0, 100% 100%, 0 100%);
  z-index: -1;
  background-color: white;
}


.cta-container {
    margin-top: -90px !important;
    position: relative;
    z-index: 5;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    border-radius: 50px;
}

.testimonial-section {
    --site-width: 136em;
    width: 100% !important;
    max-width: 100vw !important;
    overflow: hidden; 
}

.testimonial-section > .e-con-inner {
    max-width: 100% !important;
    width: 100% !important;
    display: flex !important;
    padding-left: calc((100vw - var(--site-width)) / 2) !important;
    padding-right: 0 !important; 
}


.testimonial-box {
    flex: 1 !important; 
    width: auto !important;
    max-width: none !important;
    padding-left: 50px !important;
}

.testimonial-box .elementor-widget-testimonial-carousel {
    width: 100% !important;
    overflow: visible !important;
}

.testimonial-section .swiper-pagination,
.testimonial-section .elementor-swiper-button svg {
    display: none !important;
}

.testimonial-section .elementor-swiper-button {
    top: auto !important;
    bottom: -90px !important;
    width: 40px !important;
    height: 40px !important;
    background-color: transparent !important;
    z-index: 100 !important;
}

.testimonial-section .elementor-swiper-button::before {
    content: "" !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.testimonial-section .elementor-swiper-button-prev::before {
    background-image: url('uploads/BTN-prev-slide.svg') !important;
}

.testimonial-section .elementor-swiper-button-next::before {
    background-image: url('uploads/BTN-next-slide.svg') !important;
}

.testimonial-section .elementor-swiper-button-prev {
    left: 25px !important;
}

.testimonial-section .elementor-swiper-button-next {
    left: 72px !important;
    right: auto !important;
}

.elementor-testimonial--align-left .elementor-testimonial {
    display: flex;
    flex-direction: column-reverse;
    gap: 2em;
}

.elementor-testimonial__footer, .elementor-testimonial__header {
    border-bottom: 1px solid #E4E6E8;
    padding-bottom: 2em;
}

.loop-travel-section .elementor-swiper-button {
    display: none !important;
}
.elementor-widget-testimonial-carousel .elementor-main-swiper {
  width: calc(100% + 30px) !important;
}

.custom-icon-left, .custom-icon-right {
    cursor: pointer !important;
    pointer-events: all !important;
}

.custom-icon .elementor-widget-icon.elementor-view-framed .elementor-icon, .custom-icon .elementor-widget-icon.elementor-view-default .elementor-icon svg {
    fill: transparent;
}

.custom-icon .elementor-icon {
    font-size: 82px;
}


.custom-icon-left .elementor-icon-wrapper,
.custom-icon-right .elementor-icon-wrapper {
    display: flex !important;
}

p.price {
    margin: 0 !important;
}

.loop-travel-section .swiper-slide {
    height: auto !important;
    display: flex !important;
}

.loop-travel-section .swiper-slide > .elementor-element {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
}

.loop-travel-section .elementor-widget-theme-post-featured-image img {
    width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

.loop-travel-section .elementor-widget-theme-post-featured-image {
    overflow: hidden !important;
}

.loop-travel-section .swiper-slide .travel-loop-content {
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}


.loop-travel-section .rezerviraj {
    margin-top: auto !important;
}

.loop-travel-section .elementor-button-link {
    width: 100% !important;
}
.loop-travel-section {
    width: 100%;
}



.loop-travel-section .travel-card {
    max-width: none;
    padding-left: calc((100vw - 144em) / 2);
    margin: 0;
}
.travel-card{
    width: calc(100% + ((100vw - 100%) / 2) + 30px) !important;
    overflow: hidden;
}
.loop-travel-section{
  overflow: hidden;  
}

.footer-section p{
    margin: 0!important;
}

.footer-box-contact{
box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.20);
}

.elementor-button:hover {
  background: #333;
}

.bus-card p {
  margin-bottom: 0px;
}

.products-top-box {
  margin-bottom: 5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0em 1.6em 0em 1.6em;
  background: #FFF;
  border-radius: 14px;
  border: 1px solid #F0F0F0;

}
form.woocommerce-ordering:nth-child(1) {
  display: none;
}
.products-per-page-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 40%;
}
.products-per-page-container .prikaz-text {
  white-space: nowrap;
}
.prikaz-text {
  color: #AAA;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.woocommerce-count {
  display: inline-block;
  margin: 0;
  position: relative;
}
.woocommerce .woocommerce-ordering {
  margin: 0 !important;
  position: relative;
  display: flex;
  align-items: center;
}
select.orderby, select.products-per-page {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
}
.products-per-page {
  width: 100%;
  padding-right: 2.5em;
  position: relative;
}
.products-per-page {
  color: #11142D;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6em;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1em;
  padding-left: 5px;
}
.products-per-page, .orderby {
  border: none !important;
  background: white;
}
.orderby{
  color: #11142D;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6em;
  font-weight: 400;
    
}

.woocommerce-count::after, .woocommerce-ordering::after {
  content: url('uploads/right-chevron-1-1-2.svg');
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  width: 16px;
  height: 16px;
  z-index: 1;
}
.woocommerce-ordering::before {
  content:url('uploads/sort-1.svg');
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background-size: contain;
  background-repeat: no-repeat;
}

.product img{
    border-radius: 30px;
}
ul.products li.product {
    height: 100%;
    display: flex !important;
   flex-direction: column !important;
   border-radius: 32px;
  border: 1px solid rgba(0, 0, 0, 0.20);
}

.info-card-box {
    background: white;
    margin-top: -6em;
    border-radius: 30px;
    z-index: 5; 
    position: relative;
    padding: 2em 2.6em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
        flex-grow: 1; 
}

.info-card-box .button {
    margin-top: auto; 
}

.woocommerce ul.products li.product .button {
  text-align: center;
}

.yith-wcan-filters{
    padding: 2em 2.5em;
  border-radius: 14px;
  background: var(--White, #FFF);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
}

.filter-content {
  padding-top: 2em;
  border-top: 1px solid rgba(0, 0, 0, 0.20);
}
.filter-title {
color: #11142D !important;
font-family: "Montserrat", sans-serif;
font-size: 2em;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.filter-content .term-label {
font-family: "Montserrat", sans-serif;
font-size: 1.6em;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.filter-items {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

ul.filter-items.filter-checkbox li.filter-item input[type="checkbox"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 4px !important;
    border: 1px solid rgba(0, 0, 0, 0.20) !important;
    background-color: #FFF !important; 
    display: inline-block !important;
    vertical-align: middle !important;
    position: relative !important;
    cursor: pointer !important;
    margin-right: 10px !important;
    outline: none !important;
}

ul.filter-items.filter-checkbox li.filter-item input[type="checkbox"]:checked {
    background-color: #A70F40 !important; 
    border-color: #A70F40 !important;     
}

ul.filter-items.filter-checkbox li.filter-item input[type="checkbox"]:checked::after {
    content: '' !important;
    position: absolute !important;
    left: 6px !important;
    top: 2px !important;
    width: 6px !important;
    height: 11px !important;
    border: solid white !important; 
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg) !important;
}

.filter-item label{
    display: flex;
  align-items: center;
}

.elementor-widget-container > .woocommerce-result-count { 
display: none !important; 
}
.custom-pagination-wrapper .woocommerce-result-count { 
display: block !important; 
}

.woocommerce-result-count{
    margin: 0 !important;
    font-family: "Montserrat", sans-serif;
    font-size: 1.4em;
}

.custom-pagination-wrapper{
display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 4em;
}

.elementor-products-grid nav.woocommerce-pagination {
  margin-top: 0;
}

.woocommerce-pagination ul.page-numbers {
    display: flex !important;
    list-style: none !important;
    padding: 0 !important;
    gap: 8px !important;
    align-items: center !important;
    border: none !important;
}

.woocommerce-pagination ul.page-numbers li {
    margin: 0 !important;
}

.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination ul.page-numbers li span {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 1.4em !important;
    text-decoration: none !important;
    color: #000 !important;
    transition: all 0.3s ease !important;
    border-radius: 50% !important;
}

.woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce-pagination ul.page-numbers li span.current {
    background-color: #A70F40 !important;
    color: #fff !important;
}
.woocommerce nav.woocommerce-pagination ul li{
    border: none !important;
}

.woocommerce-pagination ul.page-numbers {
    display: flex !important;
    align-items: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce-pagination ul.page-numbers li {
    display: inline-block !important;
}

.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination ul.page-numbers li span {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 1.4em !important;
    color: #000 !important;
    text-decoration: none !important;
    transition: 0.3s;
}

.woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce-pagination ul.page-numbers li span.current {
    background-color: #A70F40 !important;
    color: #fff !important;
    border-radius: 50% !important;
}

.next-icon, .prev-icon {
    display: block !important;
    width: 12px !important;
    height: 12px !important;
    background-image: url('./right-chevron-white.svg') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.prev-icon {
    transform: rotate(180deg) !important;
}

.woocommerce-pagination ul.page-numbers li a.next,
.woocommerce-pagination ul.page-numbers li a.prev {
    background-color: #A70F40 !important;
    border-radius: 50% !important;
}

.woocommerce-pagination .next.page-numbers,
.woocommerce-pagination .prev.page-numbers {
    font-size: 0 !important;
}

.btn.btn-primary.apply-filters{
  color: var( --e-global-color-secondary );
  background-color: var( --e-global-color-accent );
  font-family: "Montserrat", Sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  line-height: normal;
  border-radius: 14px;
  width: 100%;
  height: 50px;
}

div.yith-wcbm-badge-text:nth-child(1) > div:nth-child(1){
    color: #A70F40 !important;
    font-size: 1.6em;
    font-weight: 700;
    font-family: "Montserrat", Sans-serif;
}

.elementor-form-fields-wrapper,
.elementor-field-group.elementor-field-type-submit {
  justify-content: end;
}

.elementor-form .elementor-button.elementor-size-sm {
  min-height: 60px;
  max-width: 340px;
}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {

  padding: 1rem;
}

.background-breadcrumbs .aioseo-breadcrumbs, .background-breadcrumbs .aioseo-breadcrumbs a {
  color: #FFF !important;
  font-family: "Montserrat", Sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.background-breadcrumbs-dark .aioseo-breadcrumbs, .background-breadcrumbs-dark .aioseo-breadcrumbs a {
  color: #000 !important;
  font-family: "Montserrat", Sans-serif;
  font-weight: 400;
  font-size: 14px;

}
.close-filter-btn {
    display: none !important;
}

.background-breadcrumbs-dark .aioseo-breadcrumbs, .background-breadcrumbs-dark .aioseo-breadcrumbs a {
  color: #000 !important;

}
.woocommerce ul.products li.product a img{
	max-height: 300px;
}
.single-galery .elementor-gallery__container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: repeat(2, 1fr) !important;
    gap: 10px !important;
    height: 100% !important; 
}
.single-galery-container .elementor-widget-image,
.single-galery-container .elementor-widget-featured-image {
    height: 100% !important;
}

.single-galery-container .elementor-widget-image img,
.single-galery-container .elementor-widget-featured-image img {
    height: 100% !important;
    object-fit: cover !important; 
    border-radius: 15px; 
}
.single-galery .e-gallery-image {
    height: 100% !important;
    border-radius: 15px;
}

.custom-icon-left .elementor-icon {
    transition: transform 0.3s ease-in-out !important;
}

.custom-icon-left:hover .elementor-icon {
    transform: scale(1.05) !important; 
}
.custom-icon-right .elementor-icon {
    transition: transform 0.3s ease-in-out !important;
}

.custom-icon-right:hover .elementor-icon {
    transform: scale(1.05) !important;
}
.elementor-5818 .elementor-element.elementor-element-9945a81{
	--padding-bottom: 22vw;
}
.dp-product-info{
	display: flex;
  justify-content: space-between;
  
}
.dp-product-info > div{
	display: flex;
  flex-direction: column;
  font-size: 1.6em;
font-family: "Montserrat", sans-serif;
font-weight: 500;
line-height: 26px; 
}
.dp-product-info strong{
    font-family: "Montserrat", sans-serif;
font-weight: 500;
line-height: 26px; 
color: #8E8E8E!important;
}
.single-wrapper{
    border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.20);
  background: #FFF;
  display: flex;
  align-items: center;
}
.variations_form.cart{
    display: flex;
}
.single-product .quantity,
.woocommerce-cart .quantity {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e0e0e0 !important;
    border-radius: 30px;
    overflow: hidden;
    padding: 2px;
}

.single-product .quantity input.qty,
.woocommerce-cart .quantity input.qty {
    width: 50px;
    height: 40px;
    border: none !important;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    background: transparent;
    -moz-appearance: textfield;
}

.single-product .quantity input::-webkit-outer-spin-button,
.single-product .quantity input::-webkit-inner-spin-button,
.woocommerce-cart .quantity input::-webkit-outer-spin-button,
.woocommerce-cart .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.qty-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #000; 
    cursor: pointer;
    font-size: 20px;
    user-select: none;
}
.dp-tabs-content h3{
    color: #A70F40;
font-family: "Playfair Display", Sans-serif;
font-size: 3.6em;
font-style: normal;
font-weight: 700;
line-height: 1.1em;
}
.dp-tabs-content p,
.dp-tabs-content ul{
    color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 2em;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.woocommerce div.product form.cart .reset_variations,
.woocommerce div.product form.cart .reset_variations {
  font-size: 1.6em;
  font-weight: 600;
  text-transform: uppercase;
  color: #A70F40;
  line-height: 2;
  position: absolute;
  bottom: -24px;
}
:root {
    --travel-element-height: 46px; 
}

.single-product div.product form.cart .variations tr {
    display: flex !important;
    align-items: center;
    flex-wrap: nowrap; 
    gap: 10px;
}
.single-product .variations td.value select {
    height: var(--travel-element-height) !important;
    line-height: var(--travel-element-height) !important;
    padding: 0 40px 0 20px !important;
    border-radius: 30px !important;
    border: 1px solid #e0e0e0 !important;
    margin: 0 !important;
    font-size: 1.6em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 26px;
}
.single-product .quantity {
    height: var(--travel-element-height) !important;
 
}

.single-product .quantity .qty-btn {
    height: 100% !important;
}

.single-product .quantity input.qty {
    height: 100% !important;
    border: none !important;
    width: 45px !important;
    text-align: center;
    padding: 0 !important;
}

.single_add_to_cart_button.button {
    height: var(--travel-element-height) !important;

}

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

.single-product .variations th.label {
    padding: 0 !important;
    line-height: var(--travel-element-height);
}
.variations td{
    padding: 0;
}
table tbody tr:hover > td, table tbody tr:hover > th,
table tbody > tr:nth-child(2n+1) > td, table tbody > tr:nth-child(2n+1) > th {
  background-color:transparent;
}

.menu-item-has-children .sub-arrow svg {
    display: none !important;
}

.menu-item-has-children .sub-arrow {
    display: inline-block !important;
    width: 26px; 
    height: 26px; 
    background-image: url('/wp-content/themes/hello-theme-child-master/uploads/arrow-down-sm.svg.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

.pll-parent-menu-item > a,
.lang-item a {
    text-transform: uppercase !important;
}

.menu-item-has-children:hover > a .sub-arrow {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.dp-tabs-nav {
    display: flex !important;
    flex-wrap: nowrap !important; 
    overflow-x: auto !important; 
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch; 
    scrollbar-width: none; 
    -ms-overflow-style: none; 
    width: 100% !important;
}

.dp-tabs-nav::-webkit-scrollbar {
    display: none !important;
}

.dp-tabs-nav button {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
    font-family: "Montserrat", Sans-serif;
}

.woocommerce div.product form.cart .variations label {
    font-family: "Montserrat", Sans-serif;
    font-size: 1.6em;
}

.dp-tab-panel {
    display: none;
}

.dp-tab-panel.active {
    display: block !important;
}

.single-galery .elementor-gallery-item {
    display: none;
}

.menu-item-languages a {
    text-transform: uppercase !important;
}

.pll-parent-menu-item a {
    text-transform: uppercase !important;
    font-size: 14px !important;
    font-family: "Montserrat", Sans-serif;
    font-weight: 400 !important;
}

.elementor-nav-menu--dropdown {
    font-size: 10px !important;
}

.pll-parent-menu-item .elementor-nav-menu--dropdown {
    background: #A70F40;
}

.pll-parent-menu-item .elementor-sub-item:hover {
    background-color: transparent;
    color: #fff;
}

.single-galery .elementor-gallery-item:nth-child(-n+4) {
    display: block;
}

.filter-open .elementor-button-link {
    width: 100%;
}

body.filter-open-active {
    overflow: hidden !important;
    height: 100vh;
}
.e-gallery-item.has-more-photos-overlay {
        position: relative !important;
    }

    .e-gallery-item.has-more-photos-overlay .e-gallery-image {
        position: relative !important;
        z-index: 1 !important;
    }

    .e-gallery-item.has-more-photos-overlay .elementor-gallery-item__overlay {
        opacity: 1 !important;
        visibility: visible !important;
        display: block !important;
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 10 !important;
        pointer-events: none !important;
        border-radius: 15px;
    }

    .custom-gallery-overlay {
        position: absolute !important;
        inset: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        z-index: 11 !important;
        pointer-events: none !important;
    }

    .custom-gallery-overlay .overlay-icon {
        color: #ffffff !important;
        font-size: 8em !important;
        font-weight: 300 !important;
        line-height: 0.7 !important;
        display: block !important;
        font-family: "Montserrat", sans-serif;
    }
    
    .custom-gallery-overlay .overlay-text {
        color: #ffffff !important;
        font-size: 2em !important;
        font-weight: 500 !important;
        white-space: nowrap !important;
        display: block !important;
        font-family: "Montserrat", sans-serif;
    }

.bus-card{
background: #FFF;
box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.15);
}
.bus-card img{
	aspect-ratio: 191/127;
}
.link-servis a{
	color:#FFF!important;
}
.option::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
 background: linear-gradient(
    180deg, 
    rgba(0, 0, 0, 0) 0%, 
    rgba(0, 0, 0, 0.8) 100%
  );

  pointer-events: none;
  z-index: 1;
}
.option{
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.15);
}
.slika-efekt img{
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
.after-produc table.variations{
	display:none;
}
.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
  margin: 0;
}
.single-product .before-produc div.product form.cart .variations {
  margin-bottom: 0!important;
}
.single-product .value{
	display: flex;
  align-items: center;
}
.before-produc .variations_form.cart {
  display: flex;
  align-items: center;
}
.elementor-gallery-item__overlay{
	background: rgba(0, 0, 0, 0.2) !important;
  border-radius: 15px;
}
.elementor-gallery-item__overlay:hover{
	background: rgba(0, 0, 0, 0.2) !important;
  border-radius: 15px;
}
.elementor-nav-menu--main{
	z-index:1;
}
.single-product .aioseo-breadcrumbs .aioseo-breadcrumb:last-child {
    font-weight: 500 !important;
}

.before-produc .terminicijena-cont {
    position: relative !important;
    display: flex;
    align-items: center; 
    justify-content: flex-end; 
   
}
 .woocommerce div.product form.cart .variations select {
  max-width: 100%;
	min-width: 100% !important;}
.before-produc .terminicijena-cont .elementor-widget-woocommerce-product-price {
    position: absolute !important;
    right: 20px; 
    top: -40px;
    margin: 0;
    width: auto;
    z-index: 5;
}
.before-produc .terminicijena-cont .price {
    text-align: right; 
    display: block;
}
.woocommerce-cart .button,
.woocommerce-cart button.button,
.woocommerce-cart input.button,
.woocommerce-checkout .button,
.woocommerce-checkout button.button,
.woocommerce-checkout input.button,
.woocommerce-checkout #place_order {
    color: #FFF !important;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em!important;
    font-style: normal;
    font-weight: 600!important;
    line-height: 1.375em;
    border-radius: 50px;
    background: #A70F40 !important;
    border: none;
    padding: 0.75em 1.875em;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;
	border-radius: 50px !important;
}
.e-checkout__order_review,
.col-1, .col-2,
.e-coupon-box,
.woocommerce-checkout-payment,
.woocommerce-additional-fields{
	border-radius:30px!important;
}
.e-checkout__container a{
	color:#A70F40 !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
	background-color: #A70F40;
	border-radius:30px!important;
	color:#FFF!important;
	font-size:16px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
	border-top:none!important;
}
.e-checkout__container,
.woocommerce-order,
.e-cart__container{
	font-family: "Montserrat", Sans-serif;
  font-weight: 400;
  line-height: 1.5em;
	font-size:1.6em!important;
}
.woocommerce-billing-fields h3,
#order_review_heading,
.wc-bacs-bank-details-heading,
.woocommerce-order-details__title,
.woocommerce-column__title,
.woocommerce-thankyou-order-received{
	font-family: "Playfair Display", Sans-serif;
  font-size: 1.6em!important;
  font-weight: 700;
  line-height: 1.1em;
	color:#000;
	margin-bottom: 40px !important;
}
.product-name a{
  line-height: 1.1em;
	color:#000!important;
}
.shop_table_responsive.cart th,
.cart_totals > h2:nth-child(1){

}
.woocommerce-thankyou-order-received{
	display: flex;
  justify-content: center;
}
#coupon_code{
	padding-inline:2em!important;
}
.woocommerce button.woocommerce-button{
	border:none!important;
}
.cart_totals > h2:nth-child(1){
	border:none!important;
}
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce .checkout-button:hover,
.woocommerce #place_order:hover,
.woocommerce .button.alt:hover {
  
}
.woocommerce button.button{
	border:none !important;
}
.coupon-col {
	display: flex;
	align-items: stretch;
	gap: 12px;
}

.coupon-col-start,
.coupon-col-end {
	display: flex;
}
.elementor-widget-woocommerce-cart .woocommerce .input-text.qty{
	text-align:center;
}
.coupon-col-start input#coupon_code {
	height: 100%;
}

.coupon-col-end .button {
	height: 100%;
}

.e-cart__container {
	gap: 24px;
}

.e-shop-table.e-cart-section {
	padding: 2.4em;
	border: 1px solid var(--sections-border-color, #d5d8dc);
	border-radius: 30px;
}
.coupon.e-cart-section {
	margin-top: 2.4em;
	padding: 2.4em;
	border: 1px solid var(--sections-border-color, #d5d8dc);
	border-radius: 30px;
}
.e-cart-totals.e-cart-section {
	padding: 2.4em;
	border: 1px solid var(--sections-border-color, #d5d8dc);
	border-radius: 30px;
}
.cart_totals table {
	margin-top: 1.6em;
}

.woocommerce-order {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.woocommerce form .form-row textarea {
  height: 8em !important;

}
.order-total > *{
	color: #A70F40!important;
	font-size:1.2em;
}
.woocommerce-notice--success {
	padding: 2em 2.4em;
}

.woocommerce-order-overview {
	padding: 2em;
	border: 1px solid var(--sections-border-color, #d5d8dc);
	border-radius: 30px;
	margin: 0;
}

.woocommerce-bacs-bank-details {
	padding: 2.4em;
	border: 1px solid var(--sections-border-color, #d5d8dc);
	border-radius: 30px;
}

.woocommerce-order-details {
	padding: 2.4em;
	border: 1px solid var(--sections-border-color, #d5d8dc);
	border-radius: 30px;
}
.woocommerce-table--order-details {
	margin-top: 1.6em;
}
.woocommerce-customer-details {
	padding: 2.4em;
	border: 1px solid var(--sections-border-color, #d5d8dc);
	border-radius: 30px;
}
.woocommerce-customer-details address {
	padding: 1.6em 0 0;
}
.woocommerce-order-overview {
	padding: 2.4em;
	border: 1px solid var(--sections-border-color, #d5d8dc);
	border-radius: 30px;
	margin: 0;
}
.woocommerce .woocommerce-customer-details address{
	border:none;
}
.woocommerce ul.order_details li,
.woocommerce ul.order_details li strong,
table{
	font-size:1em !important;
}
.woocommerce-checkout .woocommerce-table > tfoot:nth-child(3) > tr:nth-child(3){
	font-size:1.2em;
}
.woocommerce-checkout .woocommerce-table > tfoot:nth-child(3) > tr:nth-child(3) > th:nth-child(1),
.woocommerce-checkout .woocommerce-table > tfoot:nth-child(3) > tr:nth-child(3) > td:nth-child(2) > span:nth-child(1){
	color: #A70F40!important;
}
.elementor-widget-woocommerce-checkout-page{
	font-size:10px!important;
}

.input-text{
	border-radius:30px!important;
}
.cart-empty,
.return-to-shop{
	font-size:1.6em;
	font-family: "Montserrat", Sans-serif;
}


@media (max-width: 1286px){
	.before-produc .terminicijena-cont{
		--width: 80% !important;
	}
	.before-produc .dp-product-info{
		flex-direction:column;
	}
}


@media screen and (min-width: 1025px) {
    .loop-travel-section .travel-intro {
        max-width: 136em;
        margin: 0 auto;
        width: 100%;
    }

    .testimonial-intro {
        flex: 0 0 35% !important;
        max-width: 35% !important;
    }

    .travel-card .swiper {
        padding-bottom: 2em;
    }

    .filter-open { 
        display: none !important; 
    }

    .filteri {
        display: flex !important;
        position: relative !important;
        flex-direction: column;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .close-filter-btn { 
        display: none !important; 
    }
}

@media screen and (max-width: 1025px) {

      .elementor-widget-woocommerce-cart .woocommerce .coupon-col {
    display: flex;
    flex-direction: column;
  }
	 #coupon_code{
		 padding:1em!important;
	 }
	 .product-remove{
		 padding:0!important;
	 }
	 .woocommerce-order-overview{
		 display: flex;
  flex-direction: column;
  gap: 1em;
	 }
	 .woocommerce ul.order_details li{
		 border:none!important;
	 }
	 .woocommerce-notice--success,
	 .wc-bacs-bank-details{
  padding: 0;
}
	 .woocommerce-bacs-bank-details,
	 .woocommerce-order-overview,
	 .woocommerce-order-details,
	 .e-shop-table.e-cart-section,
	 .coupon.e-cart-section,
	 .e-cart-totals.e-cart-section¸,
	 .woocommerce-customer-details{
		 padding:1.6em!important;
	 }
	 .woocommerce-billing-fields h3,
#order_review_heading,
.wc-bacs-bank-details-heading,
.woocommerce-order-details__title,
.woocommerce-column__title,
.woocommerce-thankyou-order-received{
	margin-bottom: 30px !important;
}

    .dp-product-info,
    .variations_form.cart {
        flex-direction: column;
    }

    .dp-tabs-content p, .dp-tabs-content ul {
        font-size: 1.6em !important;
    }
}

@media (max-width: 1024px) {
    .filter-open { 
        display: block !important; 
        margin-bottom: 20px;
    }

    .filteri { 
        display: none !important; 
    }

    .filteri.is-active {
        display: flex !important;
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #ffffff;
        z-index: 999999;
        flex-direction: column;
        padding: 60px 20px 20px 20px;
        overflow-y: auto;
    }

    .close-filter-btn {
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute !important;
        top: 15px !important;
        right: 15px !important;
        width: 40px;
        height: 40px;
        background-color: #000000;
        color: #ffffff;
        border-radius: 50%;
        font-size: 20px;
        font-family: "Montserrat", sans-serif;
        cursor: pointer;
        z-index: 1000000;
        transition: background 0.3s ease;
    }

    .close-filter-btn:hover {
        background-color: #333333;
    }
}

@media (max-width: 768px) {
    .single-product .quantity, .single_add_to_cart_button.button {
        width: 100% !important;
        justify-content: center;
    }

    .woocommerce-variation-add-to-cart {
        flex-direction: column;
        gap: 1em;
    }

    .woocommerce-variation-add-to-cart > * {
        margin: 0 !important;
    }
}

@media (max-width: 767px) {
    .elementor-widget-wc-archive-products .products {
        grid-template-columns: repeat(1,1fr);
    }

    .products-top-box {
        padding: 0 0.8em;
        margin-bottom: 3em;
    }

    .prikaz-text,
    .orderby {
        font-size: 14px;
    }

    .elementor-form .elementor-button.elementor-size-sm {
        min-height: 50px;
        max-width: 100%;
    }

    .travel-card,
    .elementor-widget-testimonial-carousel .elementor-main-swiper {
        width: 100% !important;
        overflow: hidden;
    }

    .testimonial-box {
        padding-left: 0px !important;
    }

    .elementor-nav-menu--main .elementor-nav-menu a, 
    .elementor-nav-menu--main .elementor-nav-menu a.highlighted, 
    .elementor-nav-menu--main .elementor-nav-menu a:focus, 
    .elementor-nav-menu--main .elementor-nav-menu a:hover {
        padding: 0 10px 10px 10px 0;
    }

    .woocommerce-result-count {
        font-size: 1.2em;
    }


    .dp-tabs-content p, .dp-tabs-content ul {
        font-size: 1.6em !important;
    }

    .single .single_add_to_cart_button {
        padding: 1em 2em !important;
        display: flex;
        align-content: center;
        justify-content: center;
    }

    .dp-tabs-content h3 {
        font-size: 2.2em !important;
    }

    .variations{
		margin-bottom: 15px !important;
	}
    .custom-gallery-overlay .overlay-text{
		font-size: 1.4em !important;
	}
	.custom-gallery-overlay .overlay-icon{
		font-size: 5em !important;
	}
}