/*
Theme Name: Red History Museum Theme
Theme URI: https://example.com/
Description: Child tema za Hello Elementor
Template: hello-elementor
Version: 1.0.2
Text Domain: red-history-museum
Domain Path: /languages
*/

.single-quantity{
    
    position: relative;
    
    margin: 0!important;
    
    }
    
    .single-quantity input{
    
        height: 28px;
        
        font-weight: 700;
        
        text-align: center;
        
        padding-left: 26px;
        
        padding-right: 26px;
        
        border: solid 1px #fff!important;
        
        -moz-appearance: textfield;
        
        -webkit-appearance: textfield;
        
        appearance: textfield;
        
        border-radius: 0.5em;
		
		background: transparent;
		
		color: #FFF;

    }
    
    .single-quantity input{
    
        min-width:121px!important;
        
        height: 50px!important;
        
        font-size: 2.4em !important;
        
        border-radius: 20em!important;
    
    }
    
    .single-quantity input::-webkit-inner-spin-button, .single-quantity input::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0;
    }
    
    .wishlist-srcebox{
    
    height:50px;
    width:50px;
    
    }
    
    .single-quantity .minus, .single-quantity .plus{
    
    position: absolute;
    
    top: 0;
    
    font-weight: 600;
    
    text-align: center;
    
    cursor: pointer;
    
    -webkit-user-select: none; /* Safari */
    
    -ms-user-select: none; /* IE 10 and IE 11 */
    
    user-select: none;
    
    }
    
    .single-quantity .minus, .single-quantity .plus{
    
    width: 38px!important;
    
    height: 100%;
    
    font-size: 3em!important;
    
    line-height: 46px!important;
		
    font-weight: 700;
	
	color: #FFF;
    
    }
    
    .single-quantity .minus{
    
    left: 8px;
    
    }
    
    .single-quantity .plus{
    
    left: 73px;
    
    }
    
    .checkout-steps{
    display: flex;
    width: 100%;
    margin-bottom: 50px;
    font-family: "Open Sans", Sans-serif;
}
.checkout-steps .step{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
}
.checkout-steps .step::after{
    display: block;
    position: absolute;
    content: '';
    top: 22px;
    top: calc((48px - 4px) / 2);
    left: 50%;
    width: 100%;
    height: 4px;
    background: #e1e1e1;
}
.checkout-steps .step:last-child::after{
    display: none;
}
.checkout-steps .step.active-line::after{
    background: #EC1E24;
}
.checkout-steps .step .circle{
    position: relative;
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    border-radius: 50%;
    background:#e1e1e1;
    z-index: 2;
}
.checkout-steps .step.active .circle{
    background: #EC1E24;
}
.checkout-steps .step .circle::before{
    display: block;
    position: absolute;
    content: '';
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    border-radius: 50%;
    background: #fff;
}
.checkout-steps .step.active .circle::before, .checkout-steps .step.full-circle .circle::before{
    display: none;
}
.checkout-steps .step.active .circle::after{
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 15px;
    height: 11px;
    margin-left: -7.5px;
    margin-top: -5.5px;
    background-image: url(images/accept.png);
    background-image: url(images/accept.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.checkout-steps .step .label{
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    color: #333;
}

.woocommerce-checkout .col2-set{
    display: flex;
}
.woocommerce-checkout .col2-set > *{
    flex: 1;
    width: auto!important;
    margin: 0 20px;
    padding: 2em 2em 4em;
    border: solid 1px #E1E1E1;
    border-radius: 14px;
}
.woocommerce-checkout .col2-set .col-1{
    margin-left: 0;
}
.woocommerce-checkout .col2-set .col-2{
    margin-right: 0;
}
.woocommerce-checkout .col2-set .col-customer-data{
    margin: 0;
    margin-bottom: auto;
}
.woocommerce-checkout .col2-set .col-order-review{
    flex: 0;
    width: 35%!important;
    min-width: 520px;
    margin: 0;
    margin-left: 36px;
    padding: 3em;
    margin-bottom: auto;
}
.woocommerce-checkout .step .step-heading{
    display: flex;
    align-items: center;
    height: 70px;
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: solid 1px #F0F0F0;
    color: #AAAAAA;
    cursor: not-allowed;

}
.woocommerce-checkout .step.can-select .step-heading{
    color: #11142D;
    cursor: pointer;
}
.woocommerce-checkout .step .step-body{
    display: none;
}
.woocommerce-checkout .step.active .step-body{
    display: block;
}
.woocommerce-checkout .step .step-body .woocommerce-billing-fields > h3{
    display: none;
}
.woocommerce-checkout .step.active .step-body .button-box{
    display: flex;
    justify-content: flex-end;
}

.col-customer-data .select-shipping-methods li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	  gap: 5px;
}
.col-customer-data .select-shipping-methods li .pickup-location{
    width: 100%;
}
.woocommerce-checkout-review-order .woocommerce-shipping-methods input, .woocommerce-checkout-review-order .woocommerce-shipping-methods label{
    display: none!important;
}
.woocommerce-checkout-review-order .woocommerce-shipping-methods li.selected input:checked + label, .woocommerce-checkout-review-order .woocommerce-shipping-methods li.selected label{
    display: inline!important;
}
form.woocommerce-checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table{
    border: 0!important;
}
form.woocommerce-checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table td, form.woocommerce-checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table th{
    border: 0!important;
}
.order-total > th:nth-child(1){
	font-weight:700 !important;
}

.tax_label{
    display: none;
}
.includes_tax{
    display: none;
}


body{
	font-size:0.625rem!important;
	font-family: "Safiro", Sans-serif;
}
 .elementor-button {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

 .elementor-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.35);
}
.elementor-2631.elementor-location-header,
.elementor-2409.elementor-location-header{
    position: absolute;
    top: 4em;
    left: 0;
    width: 100%;
    z-index: 999;
}
body.admin-bar .elementor-2631.elementor-location-header,
body.admin-bar .elementor-2409.elementor-location-header{
    top: calc(4em + 32px);
}
.hero-slika img{
	max-width:110% !important;
}
.add-btn .elementor-button-link{
	width:100%;
}
elementor-widget-icon.elementor-view-default .elementor-icon svg {
  fill: transparent !important;
}
.cpel-switcher--layout-horizontal .elementor-widget-container{
	display: flex;
  align-items: center;
}
.cpel-switcher__lang {
    display: inline-block;
    padding: 5px 10px;
}
.cpel-switcher__code{
	padding: 0 !important;
}
.elementor-widget-icon.elementor-view-default .elementor-icon svg {
  fill: transparent !important;
}
.cpel-switcher__lang:not(:last-child) {
    border-right: 1px solid #FFF;
}
.cpel-switcher--layout-horizontal .cpel-switcher__lang:not(:last-child) {
  margin-right: 0;
}
.elementor-21 .elementor-element.elementor-element-b696216 .cpel-switcher__code {
  padding-left: 0;
}
.swiper-pagination-bullet {
  opacity: 1;
  background: #FFF!important;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #EC1E24!important;
}
.izlozba-loop-pagination .swiper-pagination-bullet-active{
	background:#6B7280!important;
}
.novosti-loop-pagination .swiper-pagination-bullet,
.shop .swiper-pagination-bullet,
.single .swiper-pagination-bullet{
	background:#A82133!important;
}
.novosti-loop-pagination .swiper-pagination-bullet-active,
.shop .swiper-pagination-bullet-active,
.single .swiper-pagination-bullet-active{
	background:#EC1E24!important;
}
.novosti-loop-pagination .loop-box-padding{
	padding-left:0!important;
}
.elementor-element-500c5bb {
    position: relative;
}

.proizvod-box .e-con-inner {
  position: relative;
  padding-bottom: 1em;
}

.proizvod-box .proizvod-gumb {
  position: absolute;
  bottom: -1.5em; 
  left: 4em;
  right: 4em;
  margin: 0 !important;
}
.proizvod-box .proizvodUlaznica-gumb {
  position: absolute;
  bottom: -1.5em; 
  margin: 0 !important;
}
.proizvod-gumb .elementor-button-link,
.proizvodUlaznica-gumb .elementor-button-link{
	width:100%;
}
.featured-btn .elementor-button-link {
	min-width: 172px !important;
}

.shop-box,
.proizvod-box{
	aspect-ratio: 1/1;
}
.proizvod-box {
    position: relative;
    overflow: hidden;  
}

.proizvod-box::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(181deg, rgba(0, 0, 0, 0.00) 56.33%, #121010 98.85%);
    z-index: 1;
    pointer-events: none; 
}

.proizvod-box > .e-con-inner {
    position: relative;
    z-index: 2;
}
.product_cat-plakati{
	/*filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.10)); */
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.06);
}
.elementor-element-500c5bb .swiper-pagination {
    position: absolute !important;
    left: max(20px, calc((100% - 1650px) / 2 + 20px)) !important;  
    right: auto !important;
    width: auto !important;
    transform: translateY(-100px) !important;
    z-index: 10 !important;
}
.izlozba-box{
	height:100%;
}
.loop-datum{
  font-weight: 460!important;
}
 .elementor-widget-testimonial-carousel .elementor-main-swiper {
  width: 100%;
}
.elementor-widget-testimonial-carousel .swiper-pagination{
	display:flex;
	justify-content:start;
}
.elementor-widget-testimonial-carousel .swiper-slide {
  padding: 20px 0;
}
.elementor-widget-testimonial-carousel .swiper-pagination-bullet-active {
  background: #A82133 !important;
}
.p-bez-margin p{
	margin:0!important;
}
.single-related .elementor-widget-button{
	display:none;
}
.loop-price p{
	margin:0;
}
.elementor-widget-woocommerce-product-price .price del, .elementor-widget-woocommerce-product-price .price del bdi {
  color: #C0C0C0;
	font-weight:600!important;
 }
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
	right: 1.5em;
	top: 1.5em;
}
.price ins {
  text-decoration: none;
}
.single-product .woocommerce-product-gallery__image img, .single-product .elementor-gallery-item__image {
  border-radius: 50px;
  aspect-ratio: 1/1;
}
.kont-kont{
	position:relative;
}
.footer-main .elementor-nav-menu > li:first-child > a {
    padding-left: 0 !important;
}

.crvena-pozadina:before{
	  background-image: 
    url("images/crvena-pozadina-before.png"),
    linear-gradient(#EC1E24, #EC1E24); 
	background-position: bottom center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: 100vw, cover;
  clip-path: polygon(
  38% 12%,
  100% 44%,
  100% 101%,
  0 101%,
  0 0
);
}
.elementor-field-option{
	display: flex;
  align-items: center;
  gap: 10px;
}

.crvena-pozadina-n1:before{
	  background-image: 
    url("https://rhm.weblogic-studio.com/wp-content/uploads/2025/11/Group-427320918-11.png"),
    linear-gradient(#EC1E24, #EC1E24); 
	background-position: bottom center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: 100vw, cover;
	clip-path: polygon(0 0, 100% 22%, 100% 100%, 0% 100%);
}
.crvena-pozadina-1:before{
	  background-image: 
    url("https://rhm.weblogic-studio.com/wp-content/uploads/2025/11/Group-427320918-8.png"),
    linear-gradient(#EC1E24, #EC1E24); 
	background-position: bottom center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: 100vw, cover;
	clip-path: polygon(0 0, 100% 22%, 100% 100%, 0% 100%);
}
    
.woocommerce div.product div.images .flex-control-thumbs li img{
	opacity: 1 !important;
}
.breadcrumbs{
	font-size:1.6em;
	font-weight: 500;
	color: #fff !important;
	font-family: "Safiro", Sans-serif;
}
.e-form__buttons {
  justify-content: end;
}
.hero-sec{
	overflow: hidden;
}
.breadcrumbs .aioseo-breadcrumb a {
  color: #fff !important;
	
}
.breadcrumbs span.aioseo-breadcrumb:last-child {
  color: #67070B !important;
}
.breadcrumbs-red .aioseo-breadcrumbs{
	font-size:1.6em;
	font-weight: 600;
	color:#FFF;
}
.breadcrumbs-red .aioseo-breadcrumb a {
  color: #FFF !important;
	
}
.breadcrumbs-red span.aioseo-breadcrumb:last-child {
  color: #67070B !important;
}
.apply-filters, .xoo-wsc-btn {
  font-family: "Safiro", Sans-serif;
  border-radius: 100px !important;
  text-transform: uppercase;
font-weight: 600;
}
.xoo-wsc-ft-btn-checkout {
  background: #EC1E24 !important;
}
.step-title, #order_review_heading, .woocommerce-column__title, .woocommerce-order-details__title, .woocommerce .wishlist-title h2 {
  font-family: "Safiro", Sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
table tbody > tr:nth-child(2n+1) > td, table tbody > tr:nth-child(2n+1) > th {
  background-color: transparent;
}
.product-box {
  display: flex;
  gap: 1em;
}
.wc-block-cart-item__image > a > img, .thumb img {
  max-width: 8em;
}
.woocommerce form .form-row label {
  line-height: 1.2;
	text-transform:uppercase;
}
#customer_details .form-row {
  font-size: 1.6em;
  font-weight: 400;
}
#customer_details label {
  margin-bottom: 5px;
}
.woocommerce-EditAccountForm input, .woocommerce-address-fields__field-wrapper input, .woocommerce-input-wrapper input, .woocommerce-EditAccountForm select, .woocommerce-address-fields__field-wrapper select, .woocommerce-EditAccountForm textarea, .woocommerce-address-fields__field-wrapper textarea, .select2-container--default .select2-selection--single, .form-row-wide input {
  border: 1px solid #E1E1E1 !important;
  border-radius: 14px !important;
}
.cart_item .product-name {
  font-weight: 600;
  line-height: 1.4;
}
.caption {
  font-size: 1.8em;
}
.cart-subtotal, .tax-subtotal, .woocommerce-shipping-totals.shipping, .coupon-test123 {
  font-size: 1.8em;
}
.submit-coupon {
  font-size: 1.6em !important;
}
.order-total {
  font-size: 2.5em;
}
table{
	font-size:1em!important;
}
.coupon-code {
  display: flex;
  gap: 1em;
}
.woocommerce button.button,
.wc-block-components-button,
.wc-block-components-button{
  background: #EC1E24 !important;
  color: #FFF !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  border-radius: 100px !important;
  border: none !important;
}
.woocommerce div.product form.cart .single_add_to_cart_button.button {
	  background: #FFF !important;
  color: #333 !important;
}
#wc-block-components-totals-coupon__input-coupon {
  border-radius: 100px;
}
.input-text.enter-coupon {
  border: 1px solid #E1E1E1;
  border-radius: 100px;
}
.wc-block-components-totals-item__description, .wc-block-components-product-metadata, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  font-size: inherit !important;
}
.enter-coupon {
  line-height: 2;
}
table.wc-block-cart-items .wc-block-cart-items__header {
  font-size: 1.2em !important;
}
.wp-block-woocommerce-cart-order-summary-block,
.wp-block-woocommerce-cart-line-items-block,
.wc-block-cart__submit-button{
	font-size:1.6em;
}
.is-large.wc-block-cart .wc-block-cart__totals-title {
  font-size: 1.1em !important;
}
.wp-block-woocommerce-cart-line-items-block{
	font-size:1.6em!important;
}
.wc-block-components-product-name, .table.wc-block-cart-items .wc-block-cart-items__header th {
  font-size: 1.5em !important;
  font-weight: 600 !important;
	color:#000!important;
}
.wc-block-cart-item__remove-link {
  font-weight: 600 !important;
  text-decoration: none !important;
	 font-family: "IBM Plex Sans", Sans-serif;
}
.wc-block-cart-item__remove-link:hover{
	color:#EC1E24!important;
}
table caption + thead tr:first-child td, table caption + thead tr:first-child th, table colgroup + thead tr:first-child td, table colgroup + thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th{
  border-block-start: none;
}
.step-next, .guest-login > button:nth-child(7), .customer-login > button:nth-child(7) {
  width: 100%;
  background: #EC1E24;
  border: none;
  color: white;
  text-transform: uppercase;
  border-radius: 100px;
  margin-top: 1em;
  font-weight: 400 !important;
}
.woocommerce-error {
border:none;
	font-size: 14px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: transparent;
}
.woocommerce-form__label > span:nth-child(2){
	font-size:18px!important;
}
.woocommerce-thankyou-order-received{
	font-size: 6em;
  font-weight: 800;
  line-height: 1.2em;
  display: flex;
  justify-content: center;
}
.woocommerce-thankyou-order-details{
	display: flex;
  justify-content: center;
  font-size: 1.6em;
  padding-block: 1em;
}
.woocommerce ul.order_details li{
	font-size:1em!important;
}

.page-id-17 address{
	border:0!important;
}
table td, table th,
.woocommerce table.shop_table{
	border: 0;
}
.elementor-widget-n-carousel.elementor-pagination-position-outside:not(:has(> .elementor-widget-container)) > .swiper, .elementor-widget-n-carousel.elementor-pagination-position-outside:not(:has(> .elementor-widget-container)) > .swiper-container, .elementor-widget-n-carousel.elementor-pagination-position-outside > .elementor-widget-container > .swiper, .elementor-widget-n-carousel.elementor-pagination-position-outside > .elementor-widget-container > .swiper-container {
  padding-bottom: 0;
}
.kontakt-slika img{
	position: relative;
  left: -1.3vw;
}
.alignwide {
  margin-inline: 0;
	font-family: "Safiro", Sans-serif;
}
.select-shipping-methods{
	font-size: 1.4em;
}
.elementor-element-60c5318 .woocommerce-table.woocommerce-table--order-details.shop_table.order_details,
.elementor-element-60c5318 address{
	font-size:1.6em!important;
}
.popupmenu-btn .elementor-button-link{
	width:100%!important;
}
.woocommerce span.onsale{
	border-radius: 0%;
  background-color: #000;
	min-width: 5.236em;
	font-size: 1.4em;
}
.kontakt-acoridan {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 10 !important;
}
.elementor-element-3e08fd0,
.elementor-element-15c72b6{
  position: relative !important;
  padding-bottom: 55px !important;
}
/* JEZICI */
.translation-points{
	display: flex;
  flex-direction: column;
  gap: 3em;
}
.translation-points-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; 
    margin-bottom: 20px;
}

.translation-points-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;   
    height: 60px;    
    background-color:  var( --e-global-color-accent );
    color: white;    
    font-family: "IBM Plex Sans", Sans-serif;
    font-size: 3em;
    text-decoration: none;
    font-weight: normal;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.translation-points-nav a:hover {
    transform: scale(1.1); 
  
}
.elementor-loop-container .price p{
	margin:0;
}
.point-content p{
	margin-block-end:4px;
}
.point-content p:first-of-type,
.point-content span:first-of-type {
	font-size:16px !important;
}
.point-title,
.point-number{
	font-size: 2em;
  font-weight: 800;
  line-height: 1em;
  color: var( --e-global-color-accent );
	margin-bottom: 10px;
}
.point-content{
	font-family: "IBM Plex Sans", Sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.point-content h2{
	 color: var( --e-global-color-accent );
  font-size: 24px;
}

.point-content h3{
	font-size:18px!important;
font-weight: bold;
	margin-block-end: 5px;
}
.point-content h4{
	 color: var( --e-global-color-accent );
font-size: 18px!important;

}
.woocommerce div.product div.images .flex-control-thumbs{
	margin-top:3em;
}

#form-field-message{
	height: 13em;
}
.xoo-wsc-empty-cart{
	font-size:1.6em;
}
.wc-block-cart__empty-cart__title{
	font-size:1.6em;
}

.full-left {
  width: 100%;
  position: static;
  margin: 0 auto;
}

.elementor-acceptance-field {
    -webkit-appearance: none !important;
    appearance: none !important;

    width: 16px !important;
    height: 16px !important;
    aspect-ratio: 1 / 1;

    border-radius: 5px !important;
    background-color: #393232 !important;
    border: 1px solid #393232 !important;

    cursor: pointer;
    display: inline-block;
    position: relative;
}

.elementor-acceptance-field:checked::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: 1px;
    left: 4px;
}

.proizvod-box {
    position: relative;
    overflow: hidden;
}
.proizvod-box p{
    margin: 0 !important;
}

.proizvod-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        181deg,
        rgba(0, 0, 0, 0.00) 56.33%,
        #121010 98.85%
    );
    z-index: 1;
    pointer-events: none;
}

.proizvod-box .e-con-inner {
    position: relative;
    z-index: 2;
}
@media (max-width: 1919px) {
  .full-left {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
  }

  .full-left .e-con-inner {
    max-width: 100%;
    width: 100%;
  }
}
.ikone .fb .elementor-icon,
.ikone .insta .elementor-icon,
.ikone .tik .elementor-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ikone .fb:hover svg,
.ikone .insta:hover svg,
.ikone .tik:hover svg {
    opacity: 0;
}
.ikone .fb .elementor-icon::after,
.ikone .insta .elementor-icon::after,
.ikone .tik .elementor-icon::after {
    content: "";
    position: absolute;
    inset: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
}
.ikone .fb:hover .elementor-icon::after {
    opacity: 1;
    background-image: url("/wp-content/themes/RHM/images/fb.svg");
}

.ikone .insta:hover .elementor-icon::after {
    opacity: 1;
    background-image: url("/wp-content/themes/RHM/images/insta.svg");
}

.ikone .tik:hover .elementor-icon::after {
    opacity: 1;
    background-image: url("/wp-content/themes/RHM/images/tiktok.svg");
}
.burger .elementor-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.burger:hover svg {
    opacity: 0;
}

.burger .elementor-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/wp-content/themes/RHM/images/burger-menu.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}

body:not(.home ) .burger .elementor-icon::after{
	filter: brightness(0%);
}
.burger:hover .elementor-icon::after {
    opacity: 1;
}

.ikone .fb-crni .elementor-icon,
.ikone .insta-crni .elementor-icon,
.ikone .tik-crni .elementor-icon,
.ikone .card-crni .elementor-icon,
.burger-crni .elementor-icon{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ikone .fb-crni:hover svg,
.ikone .insta-crni:hover svg,
.ikone .tik-crni:hover svg,
.ikone .card-crni:hover svg,
.burger-crni:hover svg{
    opacity:0;
}

.ikone .fb-crni .elementor-icon::after{
    content:"";
    position:absolute;
    inset:0;
    background:url("/wp-content/themes/RHM/images/fb-crni.svg") center/contain no-repeat;
    opacity:0;
}

.ikone .fb-crni:hover .elementor-icon::after{
    opacity:1;
}

.ikone .insta-crni .elementor-icon::after{
    content:"";
    position:absolute;
    inset:0;
    background:url("/wp-content/themes/RHM/images/insta-crni.svg") center/contain no-repeat;
    opacity:0;
}

.ikone .insta-crni:hover .elementor-icon::after{
    opacity:1;
}
.ikone .tik-crni .elementor-icon::after{
    content:"";
    position:absolute;
    inset:0;
    background:url("/wp-content/themes/RHM/images/tik-crni.svg") center/contain no-repeat;
    opacity:0;
}

.ikone .tik-crni:hover .elementor-icon::after{
    opacity:1;
}

.ikone .card-crni .elementor-icon::after{
    content:"";
    position:absolute;
    inset:0;
    background:url("/wp-content/themes/RHM/images/card-crni.svg") center/contain no-repeat;
    opacity:0;
}

.ikone .card-crni:hover .elementor-icon::after{
    opacity:1;
}

.burger-crni .elementor-icon::after{
    content:"";
    position:absolute;
    inset:0;
    background:url("/wp-content/themes/RHM/images/burger-crni.svg") center/contain no-repeat;
    opacity:0;
}

.burger-crni:hover .elementor-icon::after{
    opacity:1;
}
.woocommerce .elementor-widget-woocommerce-product-images span.onsale{
	background-color: #000 !important;
  color: #fff !important;
  border-radius: 50% !important;
  width: 65px !important;
  height: 65px !important;
  min-width: 65px !important;
  min-height: 65px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 0;
  z-index: 10;
  font-size: 0.85rem !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px;
}
.kontk a:hover {
    color: #000 !important;
}

@media (max-width: 1920px) {
    .onama-slika img {
        max-height: 442px;
    }

    .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: 13px 15px;
    }
}

@media (max-width: 1560px) and (min-width:1024px){
    body {
        font-size: 0.55rem !important;
    }
    .slika-testamonial {
        bottom: -63px !important;
    }
}

@media (max-width: 1345px) and (min-width:1024px){
    body {
        font-size: 0.5rem !important;
    }
    .slika-testamonial {
        bottom: -58px !important;
    }
}

@media (min-width: 1024px){
    .slika-onama img{
        position: relative;
        left: -15%;
        max-width: 115%;
        bottom: -5%;
    }

    .full-left-section .e-con-inner {
        max-width: 165em;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .full-left-section .elementor-widget-image {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
        margin-left: 0;
    }
}

@media (max-width: 1024px){
    .newsletter-slika img{
        position: relative;
        left: -8vw;
    }

    .wc-block-components-sidebar-layout .wc-block-components-main,
    .woocommerce-checkout .col2-set .col-order-review{
        width: 100% !important;
        margin: 0;
        min-width: auto;
    }

    .woocommerce-checkout .col2-set {
        display: block !important;
    }

    .woocommerce-checkout .col2-set .col-order-review{
        margin-top: 2em;
    }

    .woocommerce-thankyou-order-received{
        font-size: 3em;
    }

    .wc-block-components-sidebar-layout{
        flex-direction: column;
    }

    .wc-block-components-sidebar-layout .wc-block-components-main,
    .wc-block-components-sidebar{
        width: 100% !important;
    }

    .wp-block-woocommerce-cart {
        container-type: normal !important;
    }

    .wc-block-components-sidebar-layout .wc-block-components-main{
        padding-right: 0 !important;
        padding-bottom: 2em;
    }

    .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details{
        flex-direction: column;
        gap: 1em;
    }

    .elementor-element-e85a136 > img:nth-child(1){
        position: relative;
        left: -6em;
    }
}

@media (max-width: 767px){
    .footer-main .elementor-nav-menu--main .elementor-nav-menu a,
    .footer-main .elementor-nav-menu--main .elementor-nav-menu a:hover{
        padding: 5px 15px 5px 0;
    }

    .e-grid .elementor-icon-box-icon{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .news-slika img{
        position: relative;
        right: -40px;
    }

    .news-sec{
        overflow: hidden;
    }

    .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper{
        padding-bottom: 20px !important;
    }

    .elementor-widget-testimonial-carousel .swiper-slide {
        padding: 0 !important;
    }

    .newsletter-slika img{
        position: relative;
        left: -20px;
        width: 110%;
        max-width: 110%;
    }

    .alignwide h2{
        font-size: 26px !important;
    }

    .wc-block-components-product-name{
        font-size: 18px !important;
    }

    .woocommerce-checkout .step .step-heading,
    #order_review_heading,
    .elementor-element-60c5318 h2 {
        font-size: 20px !important;
    }

    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100%;
    }

    .woocommerce-checkout .col2-set .col-order-review{
        padding: 2em;
    }

    .woocommerce-thankyou-order-details{
        font-size: 1.4em;
    }

    .woocommerce ul.order_details li{
        border: 0 !important;
    }

    .woocommerce-column--billing-address,
    .woocommerce-column--shipping-address{
        margin: 0 !important;
    }

    .woocommerce-column--shipping-address{
        margin-top: 2em !important;
    }

    .woocommerce ul.order_details{
        padding: 0;
    }

    .woocommerce ul.order_details li strong {
        font-size: 1.2em !important;
    }

    .woocommerce .woocommerce-order-details{
        margin-bottom: 4em;
    }

    .woocommerce-thankyou-order-received {
        font-size: 2.5em;
    }

    .single .price{
        font-size: 2.5em !important;
    }

    .elementor-element-e85a136 > img:nth-child(1) {
        position: relative;
        left: -2em;
    }

    .translation-points-nav a{
        width: 1.7em !important;
        height: 1.7em !important;
        font-size: 1.8em !important;
    }
}

.cpel-switcher--layout-horizontal .cpel-switcher__lang:not(:last-child) {
  margin-right: 0;
}
/*.slika-overlay {
    position: relative;
}

.slika-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
    pointer-events: none;
}
*/
.crvena-pozadina-n1,
.crvena-pozadina{
  overflow: hidden;
}

.rhm-ticket-fields label {
  font-size: 1.6em;
  padding-bottom: 5px;
  font-weight: 600;
  color: #fff;
}

.rhm-ticket-fields .required {
  color: #fff !important;
}

#rhm_visit_date_display,
#rhm_visit_time {
  border-radius: 0 !important;
  border: 0;
}

.single-quantity {
  position: relative;
  margin: 0 !important;
  display: flex;
}

.cart_item img {
  max-width: 40px;
}

.woocommerce-order {
  font-size: 10px;
  color: #000 !important;
}

.woocommerce-thankyou-order-received {
  font-size: 3em;
  font-weight: 800;
  line-height: 1.2em;
  display: flex;
  justify-content: center;
}

.woocommerce-thankyou-order-details {
  display: flex;
  justify-content: center;
  font-size: 1.4em;
  padding-block: 1em;
}

.single-product form.cart .single_add_to_cart_button,
.woocommerce div.product form.cart .single_add_to_cart_button.button {
  min-height: 50px;
}

.woocommerce .woocommerce-bacs-bank-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-customer-details {
  margin-top: 3em;
  padding: 3.2em;
  border: 1px solid #e7e7e7;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
}

.woocommerce .wc-bacs-bank-details-heading,
.woocommerce .woocommerce-order-details__title,
.woocommerce .woocommerce-column__title {
  margin: 0 0 1em;
  font-size: 3.2em;
  font-weight: 800;
  line-height: 1.1;
  color: #1f2937;
}

.woocommerce .wc-bacs-bank-details-heading {
  text-transform: uppercase;
}

.woocommerce .wc-bacs-bank-details-account-name {
  margin: 0 0 1.2em;
  font-size: 1.9em;
  font-weight: 700;
  color: #ec1e24;
}

.woocommerce .wc-bacs-bank-details.order_details.bacs_details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6em;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce .wc-bacs-bank-details.order_details.bacs_details::before,
.woocommerce .wc-bacs-bank-details.order_details.bacs_details::after {
  display: none !important;
  content: none !important;
}

.woocommerce .wc-bacs-bank-details.order_details.bacs_details li {
  float: none;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 1.6em 1.8em;
  border: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-radius: 18px;
  background: #fafafa;
  font-size: 14px !important;
  line-height: 1.55;
  text-transform: none;
  color: #667085;
}

.woocommerce .wc-bacs-bank-details.order_details.bacs_details li strong {
  display: block;
  margin-top: 6px;
  font-size: 14px !important;
  line-height: 1.6;
  font-weight: 800;
  color: #111827;
  word-break: break-word;
}

.woocommerce .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  margin: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
  font-size: 14px !important;
}

.woocommerce .woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead th,
.woocommerce .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody td,
.woocommerce .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot th,
.woocommerce .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td,
.woocommerce .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .wc-item-meta,
.woocommerce .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .wc-item-meta li {
  font-size: 14px !important;
}

.woocommerce .woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead th {
  padding: 0 0 1em;
  border: 0;
  border-bottom: 1px solid #ececec;
  font-weight: 800;
  line-height: 1.5;
  color: #667085;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.woocommerce .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody td,
.woocommerce .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot th,
.woocommerce .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td {
  padding: 1.2em 0;
  border: 0;
  border-bottom: 1px solid #f1f1f1;
  line-height: 1.7;
  color: #111827;
  vertical-align: top;
}

.woocommerce .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr:last-child td,
.woocommerce .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:last-child th,
.woocommerce .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:last-child td {
  border-bottom: 0;
}

.woocommerce .woocommerce-table__product-name a {
  font-weight: 700;
  color: #ec1e24;
  text-decoration: none;
}

.woocommerce .woocommerce-table__product-name a:hover {
  color: #111827;
}

.woocommerce .woocommerce-table__product-name .product-quantity,
.woocommerce .woocommerce-table__product-total,
.woocommerce .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td {
  font-weight: 700;
  color: #111827;
}

.woocommerce .woocommerce-table.woocommerce-table--order-details.shop_table.order_details ul.wc-item-meta {
  margin-top: 0.8em;
}

.woocommerce .woocommerce-table.woocommerce-table--order-details.shop_table.order_details ul.wc-item-meta li {
  margin-bottom: 0.3em;
  color: #667085;
}

.woocommerce .woocommerce-customer-details address {
  margin: 0;
  padding: 2em 2.2em;
  border: 1px solid #ececec;
  border-radius: 18px;
  background: #fafafa;
  font-size: 14px !important;
  line-height: 1.8;
  color: #111827;
  font-style: normal;
}

.woocommerce .woocommerce-customer-details address p,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
  font-size: 14px !important;
  line-height: 1.8;
  color: #111827;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
  margin: 0.8em 0 0;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
  margin-right: 0.55em;
  color: #ec1e24;
}

@media (max-width: 1024px) {
  .woocommerce .woocommerce-bacs-bank-details,
  .woocommerce .woocommerce-order-details,
  .woocommerce .woocommerce-customer-details {
    padding: 2.4em;
  }

  .woocommerce .wc-bacs-bank-details.order_details.bacs_details {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .woocommerce .wc-bacs-bank-details-heading,
  .woocommerce .woocommerce-order-details__title,
  .woocommerce .woocommerce-column__title {
    font-size: 2.4em;
  }

  .woocommerce .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    font-size: 14px !important;
  }

  .woocommerce .woocommerce-bacs-bank-details,
  .woocommerce .woocommerce-order-details,
  .woocommerce .woocommerce-customer-details {
    padding: 2em;
    border-radius: 18px;
  }
}

@media (max-width: 480px) {
    .checkout-steps .step .label,
    .submit-coupon{
        font-size: 14px !important;
    }

    .wp-block-woocommerce-cart-order-summary-block,
    .wp-block-woocommerce-cart-line-items-block,
    .wc-block-cart__submit-button {
        font-size: 1.4em;
    }

    .cart-subtotal,
    .tax-subtotal{
        font-size: 16px !important;
    }

    .order-total {
        font-size: 20px;
    }
}

@media screen and (max-width: 782px){
    body.admin-bar .elementor-2631.elementor-location-header,
    body.admin-bar .elementor-2409.elementor-location-header{
        top: calc(2em + 46px);
    }
}
