/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */


.jupiterx-social-share-link.jupiterx-social-share-pinterest {
    display: none;
}

.accordion-wrapper .jet-toggle__icon {
    background-color: #cccc1b;
}

.flex-icon-box {
    display: flex;
    gap: 20px;
}

.jet-mobile-menu__container .elementor-icon-box-icon {
    margin-bottom: 0 !important;

}

.jet-mobile-menu__container-inner .elementor-icon-box-wrapper {
    display: flex;
}

.jet-mobile-menu__container-inner .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin-right: 20px !important;
}

.jet-mobile-menu__container {
    height: min-content !important;
    padding-bottom: 10px;
}

.mobile-menu-before img {
    width: 40% !important;
}

.mobile-menu-before .elementor-column-wrap {
    padding-left: 0 !important;
}

.jet-mobile-menu__controls {
    position: absolute;
    top: 20px;
    right: 10px;
}

.jet-mobile-menu__body .jet-menu-label {
    font-family: 'IBM Plex Sans', sans-serif;
}

.jet-mobile-menu__container-inner {
    padding-bottom: 40px !important;
}

@media only screen and (min-width: 1024px) and (max-width: 1025px) {
    .raven-site-logo-tablet {
        display: none;
    }
    
}



.solutions-menu-container ul,
.materials-menu-container ul {
    list-style-type: none;
    padding-left: 0px;
    border: 1px solid #e6e7ec;
    padding-top: 10px;
}

.solutions-menu-container ul a,
.materials-menu-container ul a {
    font-size: 18px;
    font-weight: 400;
    color: #121213;
    padding: 10px 20px;
    display: block;
    font-family: "Roboto", sans-serif;
}

.solutions-menu-container ul a::before,
.materials-menu-container ul a::before {
    content: "\f0a9";
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    color: rgb(122, 122, 122);
    margin-right: 5px;
    font-weight: 900;
}

.solutions-menu-container ul li.current_page_item a,
.materials-menu-container ul li.current_page_item a {
    color: #CCCC1B;
    border-right: 1px solid #4183ff;
}

.solutions-menu-container ul li.current_page_item a::before,
.materials-menu-container ul li.current_page_item a::before {
    color: #CCCC1B;
}



.cards-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}

.cards-container .mw-card {
    border-bottom: 1px solid #f1f1f1;
}

.cards-container .mw-card:hover {
    border-bottom: 1px solid rgb(204, 204, 27);
    transition: border-bottom 0.3s ease-in-out;
}

.cards-container .mw-card:hover .image-wrapper::before {
    opacity: 0.1;
}

.cards-container .mw-card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
    
}

.cards-container .mw-card .link-text {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
    display: block;
    font-size: 18px;
    color: #54555c;
    font-weight: 500;
    line-height: 18px;
}

.cards-container .mw-card .link-text::after {
    content: "\f30b";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 15px;
}

.cards-container .mw-card .image-wrapper {
    position: relative;
    height: 180px;
    width: 100%;
    margin-bottom: 20px;
}

.cards-container .mw-card .image-wrapper:before {
    content: "";
    background-color: rgb(84, 85, 92);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease-in-out;
}

.cards-container .mw-card .content,
.cards-container .mw-card:hover .content {
    color: #54555c;
}

.cards-container .mw-card .title {
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
    .cards-container {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 768px) {
    .jet-table-wrapper {
        overflow-x: scroll !important;
    }
    
    .jet-table-wrapper .jet-table {
        table-layout: auto !important;
    }
    
    .jet-table-wrapper .jet-table .jet-table__body-row > td:first-of-type > .jet-table__cell-inner {
        width: 130px !important;
    }
}

.elementor-image-carousel.swiper-wrapper img{
    width: 300px;
    height: 300px;
    object-fit: cover;
    object-position: center
}

.header-icon {
    width: 100% !important;
}

.header-icon .elementor-icon-box-icon  {
    margin-bottom: 0 !important;
}

.header-icon .elementor-icon-box-wrapper {
    display: flex;
    flex-direction: row;
}

.header-icon .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin-right: 10px!important;
}

.header-icon .elementor-column-wrap.elementor-element-populated {
    padding-right: 0;
}

/*
.header-icon .elementor-icon-box-wrapper .elementor-icon-box-icon {
    display: inline-block;
    margin-right: 15px!important;
}

.header-icon .elementor-icon-box-wrapper .elementor-icon-box-content {
    display: inline-block;
}*/



.jet-mobile-menu__container {
    max-height: 100%;
    padding-bottom: 0;
    overflow-y: scroll;
}

.jet-mobile-menu__controls {
    z-index: 99999;
}

@media only screen and (max-width: 768px) {
    .single-post .jupiterx-post-title {
        padding: 25px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        font-size: 32px !important;
        line-height: 32px !important;
        font-weight: 600 !important;
    }
    
    .single-post .jupiterx-post-header {
        min-height: auto !important;
        margin-bottom: 50px !important;
    }
}

#cn-accept-cookie {
    display: none !important;
}

#cn-more-info {
    color: #fff;
    text-decoration: underline;
}

.cn-close-icon:after, .cn-close-icon:before {
    background-color: #fff !important;
}

.raven-post {
    height: 100%;
}

.custom-wysiwyg h2 {
    margin-bottom: 10px;
}

.custom-wysiwyg h3 {
    margin-bottom: 10px;
}

.custom-wysiwyg p {
    margin-bottom: 30px;
}

.jet-mobile-menu__item-inner svg {
    width: 22px !important;
    height: 16px !important;
}

.jet-mobile-menu__back svg {
    width: 22px;
    height: 22px !important;
}

.jet-mobile-menu__toggle-icon {
    height: 22px;
}

.header-phone-icon {
    margin-left: auto !important;
    margin-right: auto !important;
}

.header-phone-icon .elementor-icon-box-wrapper {
    display: flex !important;
    flex-direction: row !important;
}

.jet-mobile-menu__container .elementor-icon-list-icon svg {
    width: 18px !important;
    height: 14px !important;
}

.jet-mobile-menu__container .elementor-icon-list-items {
    list-style-type: none;
}

.jet-mobile-menu__container .elementor-icon-list-items .elementor-list-item a {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer-icon-list svg {
    width: 16px;
    height: 16px;
}

.footer-icon-list .elementor-icon-list-items {
    list-style-type: none;
}

.footer-menu-top .elementor-icon-list-items {
    list-style-type: none;
    flex-direction: column;
    display: flex;
    gap: 10px;
}

@media only screen and (min-width: 1200px) {
    .footer-menu-top .elementor-icon-list-items {
        flex-direction: row;
    }
}

.jet-mobile-menu__body {
    padding-top: 50px;
}

.elementor-image-carousel.swiper-wrapper {
    height: auto;
}


#raven-field-group-9530988 > label,
#raven-field-group-107a751 > label,
#raven-field-group-852ca33 > label {
    color: #CCCC1B;
}


.povprasevanje-form .raven-form-response {
    border: 2px solid;
    padding: 15px;
    font-size: 1rem;
    text-align: center;
}

.prenos-cenika-form {
    font-family: Roboto;    
}

.prenos-cenika-form .email-and-submit {
    display: flex;
    margin-bottom: 21px;
}

.prenos-cenika-form .email-and-submit input[type="email"] {
    width: 100%;
    padding: 13px 22px;
    font-size: 13px;
    line-height: 1;
    border: 1px solid #E6E7EC;
}

.prenos-cenika-form .email-and-submit input[type="submit"] {
    cursor: pointer;
    padding: 11px 40px 11px 14px;
    color: #FFF;
    border-radius: 0px 3px 3px 0px;
    background: #D11053;
    background-image: url(https://termotom.si/wp-content/uploads/2025/07/ikona-prenos-cenika-popup.svg);
    background-size: 23px;
    background-position: bottom 9px right 10px;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.3px;
    border: none;
}

@media screen and (min-width: 992px) {
  .prenos-cenika-form .email-and-submit input[type="submit"] {
    padding: 11px 87px 11px 44px;
    background-position: bottom 9px right 49px;
  }
}


.checkbox-container {
  display: flex;
  align-items: flex-start;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.custom-checkbox {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  user-select: none;
  
  color: #08062F;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.elementor .custom-checkbox a {
    text-decoration: underline;
}

.elementor .custom-checkbox a:hover {
    text-decoration: none;
}

.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-checkbox .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #DDD;
  transition: all 0.2s ease;
}

.custom-checkbox:hover .checkmark {
  border-color: #999;
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: #CCCC1B;
  border-color: #DDD;
}

.custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox input:checked ~ .checkmark::after {
  display: block;
}



body:not(.elementor-editor-active) .elementor-section.cenik-popup-section {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.close-custom-popup svg {
    cursor: pointer;
}











