/*
 * Theme Name:   OceanWP Child
 * Template:     oceanwp
 * Text Domain:  oceanwp-child
 * Version:      1.0
 * Description:  Child theme for OceanWP
 * Author:       Danijel
 * Author URI:   https://induks.com
 * Tags:         light, two-columns
 */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');



/* ==========================================================================
   Global Styles
   ========================================================================== */
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

*,
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
}

a:hover {
    text-decoration: none;
}

ul li,
ol li {
    list-style: none;
}

a:focus,
button:focus {
    outline: none !important;
}

.section-padding {
    padding: 75px 0;
}

.slick-list {
    overflow: hidden;
}

ul,
ol {
    margin: 0;
}

p {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.5px;
}

.site-main {
    margin-bottom: 0;
}

small {
    font-size: 100%;
}

/* ==========================================================================
   Header Styles
   ========================================================================== */
/* Top Header */
.header .top-header {
    border-bottom: 1px solid #E5E5E5;
    background: #EEE;
    padding: 10px 0;
}

.header .top-header .left ul li {
    display: inline-block;
    margin-right: 10px;
}

.header .top-header .left ul li a,
.header .top-header .right ul li a,
.result-count li {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.header .top-header .right {
    position: relative;
    z-index: 2;
}

.header .top-header .right ul li a:hover {
    color: #25166C;
}

.header .top-header .left ul li a .icon {
    color: #25166C;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.header .top-header .left ul li a:hover {
    color: #25166C;
}

.header .top-header .right ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header .top-header .right ul li {
    margin: 0 7px;
}

.gt_option {
    position: absolute !important;
    top: 100%;
}

/* Mid Header */
.mid-header {
    padding: 9px 0;
}

.header-cart {
    position: relative !important;
    height: inherit !important;
    width: inherit !important;
    box-shadow: none !important;
    bottom: initial !important;
    right: initial !important;
}

#adfy__woofc-trigger {
    background: #f17101;
    padding: 12px 16px;
    display: initial;
    border-radius: 4px;
}

.header-cart i {
    color: #fff;
}

#adfy__woofc-trigger .badge {
    width: auto;
    position: initial !important;
    background: transparent;
    font-size: 14px;
    box-shadow: none;
    color: #fff;
}

button.adfy__show-woofc {
    display: none !important;
}

#adfy__woofc-trigger:hover .badge {
    background: transparent;
}

#adfy__woofc-trigger:hover {
    background: #25166C;
}

.mid-header .adfy_woofc-badge-count {
    margin: 0 3px;
}

/* Search Styles */
.search-icon {
    display: none;
}

.mid-header #dgwt-wcas-search-input-1 {
    height: 45px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #25166C;
    padding-right: 100px;
    padding-left: 20px;
}

.mid-header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    right: 10px;
    left: inherit;
    background: #f17101;
    height: 45px;
    border-radius: 0;
    top: 10px;
    width: 80px;
}

.mid-header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg path {
    fill: #fff;
}

.mid-header .cart {
    position: relative;
    z-index: 1;
    text-align: right;
}

/* Menu */
.header .menu {
    background: #DD7A22;
}

.header .menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .menu ul li {
    margin: 0 15px;
}

.header .menu ul li a {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 14px 0;
    display: inline-block;
    transition: all 0.5s;
}

.header .menu ul li a:hover,
.header .menu ul li.current_page_item a,
.header .menu ul li.current-menu-item a {
    color: #25166C;
}

/* ==========================================================================
   Popup Search
   ========================================================================== */
.popupsearch {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    color: #777777;
    display: block;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.5s linear;
    padding: 20px;
    z-index: 99999999;
}

.popupsearch.active {
    top: 0;
}

.popupsearch .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

.popupsearch .head h4 {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #777777;
}

.popupsearch .close {
    font-size: 20px;
    color: red;
    cursor: pointer;
}

.dgwt-wcas-pd-addtc.js-dgwt-wcas-pd-addtc {
    display: none;
}

/* ==========================================================================
   Banner Section
   ========================================================================== */
.banner img {
    width: 100%;
}

.slick-arrow font {
    display: none;
}

/* ==========================================================================
   About Section
   ========================================================================== */
.whychoose .image img {
    width: 100%;
}

.whychoose .content span {
    color: #DD1D26;
    font-size: 20px;
}

.heading h4 span,
.whychoose .content h4 span,
.magnesium-wrapper .content h4,
.heading h4 span font,
.whychoose .content h4 span font,
.magnesium-wrapper .content h4 font {
    color: #000;
    font-size: 42px;
    line-height: 1.4;
    margin-bottom: 20px;
    border-bottom: 6px solid #DD7A22;
    display: inline-block;
}

.heading h4 span font,
.whychoose .content h4 span font,
.magnesium-wrapper .content h4 font {
    border-bottom: none;
    margin-bottom: 0;
}

.whychoose .content ul {
    margin-top: 30px;
}

.whychoose .content ul li {
    color: #000;
    font-size: 18px;
    line-height: 1.4;
    margin: 12px 0;
    position: relative;
    padding-left: 28px;
}

.whychoose .content ul li::before {
    content: "\f058";
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    left: 0;
    top: 0;
    color: #DD1D26;
}

.theme-btn a {
    font-size: 18px;
    font-weight: 400;
    background: #25166C;
    color: #fff;
    padding: 13px 30px;
    display: inline-block;
    transition: all 0.5s;
    letter-spacing: 1px;
}

.theme-btn a:hover {
    background: #111;
}

.about-shape {
    position: absolute;
    top: -40px;
    right: -30px;
    width: 110px;
}

/* ==========================================================================
   Product Slider
   ========================================================================== */
.product-slider {
    position: relative;
}

.product-slider .single-product {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    margin-top: 40px;
}

.product-slider .single-product .image img {
    height: 270px;
    object-fit: cover;
    border-radius: 12px;
}

.product-slider .single-product .data {
    padding: 15px 0;
}

.product-slider .single-product h4 a {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.5px;
    letter-spacing: 0.3px;
    height: 68px;
    display: block;
}

.woocommerce ul.products li.product li.category {
    font-size: 15px;
    font-weight: 400;
}

.woocommerce-Price-amount bdi {
    color: #25166C;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

.cart-button {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.cart-button .addtocart {
    border-radius: 35px;
    background: #AC0808;
    display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
    transition: all 0.5s;
    text-align: center;
}

.cart-button .addtocart i {
    margin-right: 3px;
}

.cart-button .addtocart:hover {
    background-color: #25166C;
}

.woosc-btn {
    cursor: pointer;
    border: 1px solid #3F3F3F;
    background: #fff;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 30px;
}

.woosc-added {
    background: #25166C;
    color: #fff;
}

.product-slider .single-product .tinv-wishlist,
ul.products .tinvwl_add_to_wishlist_button {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
}

.product-slider .single-product .tinvwl_add_to_wishlist_button::before {
    font-size: 22px;
    margin: 0;
}

.product-slider .single-product .tinv-wishlist .tinvwl_add_to_wishlist-text {
    display: none;
}

/* Slider Arrows */
.slick-prev {
    font-size: 0;
    position: absolute;
    bottom: -60px;
    transform: translateX(-50%);
    left: 40%;
    z-index: 7;
    width: 50px;
    height: 50px;
    border: 0;
    cursor: pointer;
    z-index: 2;
    background: transparent;
}

.slick-next {
    font-size: 0;
    position: absolute;
    bottom: -60px;
    transform: translateX(-50%);
    left: 60%;
    z-index: 7;
    width: 50px;
    height: 50px;
    border: 0;
    cursor: pointer;
    z-index: 2;
    background: transparent;
}

.slick-prev:before {
    content: "\f053";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 26px;
    line-height: 40px;
    color: #DD7A22;
}

.slick-next:before {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 26px;
    line-height: 40px;
    color: #DD7A22;
}

.magnesium-wrapper .content h4 {
    border: none;
}

.magnesium-bottom {
    margin-top: -120px;
    margin-left: 120px;
}

/* ==========================================================================
   Support Section
   ========================================================================== */
.support-section .single {
    display: flex;
    align-items: center;
    padding: 25px;
}

.support-section .single .icon {
    margin-right: 10px;
}

.support-section .single .text h4 {
    color: #2D3439;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.support-section .single .text p {
    color: #6D6D6D;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.gift-sec {
    border: 1px solid #E0DB69;
    background: #FFFDCD;
}

.pay-sec {
    border: 1px solid #A8E0E4;
    background: #E2FBFD;
}

.support-sec {
    border: 1px solid #E6B9CF;
    background: #FFEBF5;
}

/* ==========================================================================
   Contact Form
   ========================================================================== */
.home-contact form .input,
.home-contact form .textarea textarea {
    margin-bottom: 20px;
}

.home-contact form .input input,
.home-contact form .textarea textarea {
    border-radius: 5px;
    border: 0.5px solid #A8A8A8;
    background: #FEFEFE;
    height: 45px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.home-contact form .textarea textarea {
    padding: 20px;
}

.home-contact form .input input[type="submit"] {
    border-radius: 2px;
    background: #25166C;
    width: 200px;
    height: 55px;
    font-size: 18px;
    border: none;
}

.home-contact .info-items {
    padding: 50px;
    background: #ffffff;
    box-shadow: 0 10px 30px 0 rgb(44 130 237 / 40%);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.home-contact .info-items::after {
    position: absolute;
    right: -80px;
    bottom: -50px;
    content: "";
    height: 200px;
    width: 200px;
    border: 25px solid #e7e7e7;
    border-radius: 50%;
    opacity: 0.4;
}

.home-contact .info-items .item {
    display: flex;
    margin-bottom: 50px;
}

.home-contact .info-items i {
    font-size: 40px;
    margin-right: 25px;
    display: inline-block;
    color: #25166C;
    font-weight: 500;
}

.home-contact .info-items .info h5,
.home-contact .info-items .info h5 font {
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
    color: #25166C;
}

.contact-area .left-info .item p {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #666666;
}

/* ==========================================================================
   Newsletter Wrapper
   ========================================================================== */
.newsletter-wrapper {
    background: #DD7A22;
    padding: 35px 0;
}

.newsletter-wrapper .text {
    display: flex;
    align-items: center;
}

.newsletter-wrapper .text .inner-text h4 {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 22px !important;
    font-weight: 500 !important;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: -5px; /* Ohranimo negativni margin, če je že dodan */
}

.newsletter-wrapper .text .inner-text {
    padding-left: 10px;
}

.newsletter-wrapper .text .inner-text p {
    color: #E2E2E2;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
}

.newsletter-wrapper form {
    display: flex;
    justify-content: space-between;
}

.newsletter-wrapper form input {
    height: 45px !important;
    font-size: 14px !important;
    color: #111 !important;
    width: 75% !important;
    background: #fff !important;
}

.newsletter-wrapper form input[type="submit"] {
    width: auto !important;
    border-radius: 2px !important;
    background: #25166C !important;
    border: none !important;
    color: #fff !important;
}

/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer-section {
    background-color: #25166C;
}

.footer-base {
    padding: 93px 0 66px 0;
}

.copyright-wrap {
    padding-bottom: 15px;
    background-color: #25166C;
}

.copyright-wrap p {
    color: #fff;
}

.copyright-wrap ul {
    display: flex;
}

.copyright-wrap ul li a {
    color: #fff;
    border-right: 1px solid #dbdb;
    padding-right: 15px;
    margin-right: 15px;
}

.copyright-wrap ul li:last-child a {
    border: none;
}

.footer-base .top a {
    margin-bottom: 30px;
    display: inline-block;
}

.footer-base .bottom .social-icon {
    margin-top: 40px;
}

.footer-base .bottom .social-icon ul li a {
    box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1);
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #333;
    font-size: 16px;
    text-align: center;
    margin-right: 6px;
    border-radius: 5px;
    color: #fff;
    transition: all 0.5s;
}

.footer-base .bottom .social-icon ul li a:hover {
    background: var(--orange-color);
    color: #fff;
}

.footer-base .bottom .add-info li {
    display: flex;
}

.footer-base .bottom .add-info li i {
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
}

.widget_title,
.widget_title font {
    position: relative;
    font-size: 22px;
    color: #fff;
    margin: 0 0 15px 0;
    padding: 0 0 14px 0;
    font-family: 'Roboto', sans-serif;
}

.widget_title::after {
    background-color: #27AE61;
    z-index: 9;
    width: 45px;
    height: 2px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}

/* Napaka v originalni kodi - odstranjen ostanek {color: #FFFFFF;font-size: 22px;} */

.info-box_text,
.footer-base .bottom ul li a {
    display: block;
    color: #CDCDCD;
    margin-bottom: 10px;
    position: relative;
}

.footer-base .links ul li a {
    transition: all 0.5s;
    text-transform: capitalize;
}

.footer-base .bottom ul li a:hover {
    color: #DD7A22;
}

.footer-base .insta img {
    margin-bottom: 20px;
}

.footer-links.product li {
    border-bottom: 1px dashed #424141;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.footer-links.product li img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.footer-links.product li .details {
    width: calc(100% - 65px);
    padding-left: 5px;
}

.footer-links.product li .details h4 {
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 300;
    margin-bottom: 0;
}

.footer-links.product li .details p {
    margin: 0;
    font-size: 14px;
    padding: 0 10px;
}

/* ==========================================================================
   Breadcrumb
   ========================================================================== */
.custom-breadcrumb .page-header {
    background-color: #dd7a2226;
}

.custom-breadcrumb .page-header h1,
.custom-breadcrumb .page-header h1 font {
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    color: #25166C;
    font-size: 24px;
}

.custom-breadcrumb .page-header .site-breadcrumbs ol li a,
.custom-breadcrumb .page-header .site-breadcrumbs ol li a i {
    font-size: 16px;
    text-transform: capitalize;
    color: #25166C;
}

/* ==========================================================================
   Contact Page
   ========================================================================== */
.contact-page .head h4 span {
    border-bottom: 4px solid #dd7a22;
    margin-bottom: 30px;
    display: inline-block;
}

.contact-page .head h4 span font {
    font-size: 32px;
}

.contact-page .head p {
    margin: 0 0 30px;
}

.contact-page .info p {
    font-size: 16px;
    font-weight: 400;
}

.contact-page .info p span {
    font-weight: 600;
}

.contact-page form .input {
    margin-bottom: 20px;
}

.contact-page form .input input,
.contact-page form .input select {
    padding: 9px 20px;
    font-size: 16px;
    line-height: 1.45;
    color: #111;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e1e1e1;
    height: 48px;
}

#customFileLang {
    display: none;
}

.custom-file-label {
    height: 48px;
    line-height: 38px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 80px;
}

.custom-file-label::after {
    height: 46px;
    line-height: 42px;
}

.contact-page form input[type="submit"] {
    width: 100%;
    margin-top: 20px;
    height: 48px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    background: #25166C;
}

.contact-page form p {
    margin-bottom: 0;
}

.contact-page form textarea {
    height: 120px;
}

/* ==========================================================================
   About Page
   ========================================================================== */
.about-page .inner {
    margin-bottom: 60px;
}

.about-page .inner:nth-child(even) {
    flex-direction: row-reverse;
}

.about-page .inner:last-child {
    margin-bottom: 0;
}

.about-page .text h4,
.about-page .text h4 font {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #25166C;
}

.payment-wrapper {
    background: #faebde;
}

.payment-wrapper .payment-info {
    text-align: center;
    border-right: 1px solid #d0d0d0;
    margin-top: 40px;
}

.payment-wrapper .payment-info i {
    font-size: 45px;
    color: #25166C;
}

.payment-wrapper .payment-info h4 {
    font-size: 18px;
    font-weight: 500;
    color: #111;
    font-family: 'Roboto', sans-serif;
    margin: 25px 0 15px;
}

.payment-wrapper .payment-info p {
    font-size: 13px;
}

.border-none {
    border: none !important;
}

/* ==========================================================================
   Product Section
   ========================================================================== */
.sidebar-container {
    display: none;
}

ul.products li {
    position: relative;
}

.content-area {
    width: 100%;
    padding: 0;
    border: none;
}

.category-product .add_to_cart_button {
    padding: 10px 20px !important;
    border: none !important;
    background: #AC0808 !important;
    color: #fff !important;
    text-transform: capitalize !important;
    font-size: 14px !important;
    border-radius: 35px !important;
    font-weight: 400;
    letter-spacing: 0;
    width: 100%;
}

ul.products li .woosc-btn {
    margin-top: 12px;
    width: 100%;
}

ul.products.woocommerce ul.products li.product li.title h2,
.woocommerce ul.products li.product li.title a {
    font-size: 16px;
    height: 48px;
    font-family: 'Roboto', sans-serif;
}

.woocommerce ul.products li.product .woo-entry-image-swap img {
    border-radius: 15px;
}

ul.products .added_to_cart {
    border: none !important;
    background: #AC0808 !important;
    font-size: 15px !important;
    padding: 10px 20px !important;
    border-radius: 30px !important;
    color: #fff !important;
    width: 100%;
    text-align: center;
}

ul.products .tinvwl_add_to_wishlist-text {
    display: none;
}

.woosc-btn,
.add_to_cart_button {
    transition: all 0.5s;
    margin-top: 12px;
}

.woosc-btn:hover {
    background: #25166C;
    color: #fff;
}

.add_to_cart_button:hover {
    background: #25166C !important;
}

ul.products.list .woosc-btn {
    left: 392px;
    right: inherit;
}

.woocommerce .oceanwp-grid-list a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 6px;
}

.woocommerce .oceanwp-grid-list a.active,
.woocommerce .oceanwp-grid-list a:hover {
    background: #dd7a22;
    color: #fff;
    border-color: #dd7a22;
}

.woocommerce .woocommerce-ordering select {
    font-size: 16px;
    min-height: 45px;
    line-height: 45px;
}

.woocommerce .woocommerce-ordering .theme-select {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
}

.woocommerce .result-count li.view-title,
.woocommerce .result-count li a {
    font-size: 16px;
    line-height: 45px;
}

.woocommerce .oceanwp-toolbar {
    border-top: none !important;
}

/* ==========================================================================
   Product Single
   ========================================================================== */
.woocommerce-product-gallery__image.flex-active-slide {
    background: #faebde;
    border-radius: 10px;
    text-align: center;
}

.qty-btn.disabled,
.qty-btn.qty-add {
    display: none;
}

body.single-product .page-header {
    display: none;
}

.summary .page-header {
    display: block !important;
    padding: 0;
    background: transparent;
    margin-top: 20px;
}

.summary .page-header h1 {
    display: none;
}

.summary .page-header .site-breadcrumbs {
    position: inherit;
}

.summary .page-header-inner {
    padding: 0;
}

body.single-product .summary p.price {
    margin-top: 0;
}

body.single-product .summary .woocommerce-Price-amount bdi {
    font-size: 25px;
    font-weight: 400;
}

.summary .woosc-btn {
    display: none;
}

.summary form .woosc-btn {
    background: transparent;
    border: none;
    color: #25166C;
    font-size: 16px;
    text-transform: capitalize;
    padding: 0;
    margin: 10px 0;
    display: block;
}

body.single-product ul.products li .woosc-btn {
    bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    text-align: left;
    border: none;
    margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 21px;
    font-weight: 400;
    font-size: 100%;
    border-radius: 5px 5px 0 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff;
    border-color: #dd7a22;
    background: #dd7a22;
}

.woocommerce div.product .woocommerce-Tabs-panel {
    padding: 20px;
    border: 1px solid #ddd;
    margin-top: 0 !important;
}

.woocommerce div.product .woocommerce-tabs .panel h2:first-child {
    margin-top: 0;
}

#review_form #respond p label {
    display: inherit;
}

#respond .form-submit {
    float: left;
}

.cart-section .qty-btn.qty-rem {
    display: none;
}

/* ==========================================================================
   Account Section
   ========================================================================== */
input::placeholder {
    color: #111 !important;
}

.woocommerce-account .entry-header {
    display: none;
}

.acount-tab ul {
    max-width: 400px;
    margin: auto;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #d3ced2;
}

.acount-tab ul li {
    max-width: 50%;
    flex: 1 0 50%;
    text-align: center;
    padding: 18px 0;
    color: #b3b3b3;
    font-size: 17px;
    position: relative;
    cursor: pointer;
}

.acount-tab ul li:before {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #111;
    transition: all 0.5s;
}

.acount-tab ul li.active:before {
    width: 100%;
}

.acount-tab ul li.active {
    color: #111;
}

.account-form-container,
.woocommerce-ResetPassword {
    display: flex;
    max-width: 550px;
    background: #fff;
    margin: auto;
    overflow: hidden;
    padding: 35px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.account-form-container .form {
    opacity: 0;
    max-width: 100%;
    flex: 1 0 100%;
    transition: all 0.5s;
}

.account-form-container .form.active {
    opacity: 1;
}

.woocommerce-form-login {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.account-form-container .form h2,
.woocommerce-ResetPassword h2 {
    font-size: 30px;
    line-height: 1.44;
    margin-bottom: 0;
    text-align: center;
    font-weight: 300;
}

.woocommerce-ResetPassword h2 {
    margin-bottom: 20px;
}

.woocommerce-ResetPassword p a {
    color: #333;
}

.account-form-container .form p {
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0 0;
    text-align: center;
}

.account-form-container .form p a {
    color: #333;
    cursor: pointer;
}

.account-form-container .form-left {
    display: flex;
    transition: all 0.5s;
}

.account-form-container .form-left.active {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.woocommerce-form {
    margin-bottom: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    margin-top: 20px !important;
}

.woocommerce form .form-row label {
    width: 100%;
    text-align: left;
    margin-bottom: 4px;
    line-height: normal;
    font-size: 15px;
    font-weight: 500;
}

.woocommerce form .form-row input {
    background: #f7f6f5;
    border-color: #f9f0e9;
    padding: 0 15px;
    height: 45px;
    border-radius: 4px;
}

.password-input {
    width: 100%;
}

.lost_password_div {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.lost_password_div .lost_password {
    margin-top: 0 !important;
    font-size: 15px !important;
    color: #333;
}

.woocommerce-privacy-policy-text p {
    font-size: 13px !important;
    text-align: left !important;
    line-height: 1.5 !important;
    font-weight: 500;
    margin-bottom: 20px !important;
}

.woocommerce form .form-row button,
.woocommerce-form-login__submit {
    width: 100%;
    height: 45px;
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    background: #333 !important;
}

.woocommerce-ResetPassword {
    flex-direction: column;
}

.woocommerce-ResetPassword p {
    width: 100% !important;
}

.woocommerce #customer_login > div {
    padding: 0;
    border: 0;
}

.owp-account-links {
    display: none;
}

#owp-qv-wrap .summary.entry-summary {
    height: 423px;
    overflow: auto;
    padding: 0 20px;
}

#owp-qv-wrap .product {
    padding: 25px 30px;
}

#owp-qv-wrap .owp-qv-close {
    background: #DD7A22;
    opacity: 1;
    width: 45px;
    height: 45px;
    color: #fff;
}

ol.flex-control-nav {
    display: flex;
    justify-content: center;
    margin-top: -60px !important;
    position: relative;
    z-index: 2;
}

ol.flex-control-nav li {
    margin-right: 2%;
    background: white;
    text-align: center;
    padding: 8px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-bottom: 0;
}

.related.products h2 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 45px !important;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.wlfmc-share ul.share-items .share-item {
    list-style: none;
}

.woocommerce-page #adfy__floating-cart main {
    overflow: auto;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (max-width: 1200px) {
    #adfy__woofc-trigger {
        padding: 0;
        background: transparent;
    }

    .header-cart i {
        color: #dd7a22;
        font-size: 22px;
    }

    #adfy__woofc-trigger .badge,
    #adfy__woofc-trigger:hover .badge {
        position: absolute !important;
        left: inherit !important;
        right: -15px !important;
        top: -15px !important;
        background: var(--blue);
    }

    #adfy__woofc-trigger:hover {
        background: transparent;
    }
}

@media screen and (max-width: 990px) {
    .header-cart small {
        display: none;
    }

    .search-icon {
        text-align: center;
        cursor: pointer;
    }

    .search-icon i {
        font-size: 20px;
        color: #DD7A22;
    }

    .header .top-header .right ul {
        justify-content: center;
    }

    .togglebar {
        font-size: 30px;
        margin-right: 15px;
        color: #dd7a22;
        cursor: pointer;
    }

    .r-md-none {
        display: none;
    }

    /* Menu */
    .header .bottom-menu {
        background: linear-gradient(to right, rgba(131, 176, 252, 0.7), rgba(251, 194, 235, 0.7)) !important;
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        z-index: 222;
        transition: all 0.5s;
    }

    .header .bottom-menu.active {
        left: 0;
    }

    .header .bottom-menu .container {
        max-width: 100%;
        padding: 0;
        position: absolute;
        height: 100%;
        background: #fff;
        width: 350px;
    }

    .header nav ul {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .header .menu {
        background: #fff;
    }

    .header .menu ul li a {
        color: #111;
    }

    .bottom-menu .head {
        display: flex !important;
        justify-content: space-between;
        padding: 12px 15px;
        border-bottom: 1px solid #f2f2f2;
        align-items: center;
    }

    .bottom-menu .head h2 {
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        margin: 0;
        letter-spacing: 1px;
        font-weight: 400;
    }

    .bottom-menu .head .menu-close {
        font-size: 16px;
        cursor: pointer;
    }

    .header .menu ul li {
        width: 100%;
        margin: 0;
    }

    .header .menu ul li a {
        padding: 12px 10px;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .mp-0 {
        padding: 0 !important;
    }

    .search-icon {
        display: block;
    }

    .mid-header .dgwt-wcas-search-wrapp {
        display: none;
    }

    .dgwt-wcas-search-wrapp {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 576px) {
    .mid-header .logo a {
        margin-left: auto;
        margin-right: 20px;
    }
}

@media screen and (max-width: 400px) {
    .mid-header {
        padding-right: 15px;
    }

    #adfy__woofc-trigger {
        display: inline-block;
    }

    .seach {
        padding: 0 10px;
    }

    .mid-header .logo img {
        height: 40px;
    }
}

#cclw_payment_section #place_order {
    width: 100% !important;
    height: 50px;
    font-size: 16px !important;
    font-weight: 400 !important;
}

input[type="checkbox"]:checked::before {
    content: "";
    margin-bottom: -1px;
    color: #13aff0;
    font-weight: 600;
    height: 30px;
    padding: 0 !important;
    width: 30px;
    line-height: 30px;
}

.cclw_opc_main input#createaccount {
    height: auto;
    padding: 0;
    width: 30px;
    height: 30px;
}

.woocommerce-input-wrapper {
    width: 100%;
}

#customer_address_details input.input-text {
    height: 45px;
}

#customer_address_details {
    padding: 10px 20px;
}

article ul li {
    list-style: disc;
    margin-left: 15px;
    margin-bottom: 15px;
}

#ship-to-different-address-checkbox {
    height: 30px;
    width: 30px;
    background: #f9f0e9;
    border: none;
    border-radius: 4px;
}

#ship-to-different-address,
.form-row.form-row-wide.create-account {
    margin: 12px 0 !important;
}

.woocommerce-checkout-payment ul li {
    margin-left: 0;
}

#customer_address_details span.select2-selection {
    height: 45px;
    background: #f7f6f5;
    border-radius: 4px;
}

#customer_address_details .select2-selection__rendered {
    line-height: 45px;
}

#account_username_field,
#account_password_field,
.shipping_address {
    display: none;
}

.create-account {
    padding: 0 !important;
}

#cclw_additional_fields {
    padding: 0 25px;
}

.woo-entry-inner li,
.page-numbers li,
.result-count li {
    margin-left: 0 !important;
    list-style: none !important;
}

.products.list .add_to_cart_button {
    width: auto;
}

.products.list .woosc-btn {
    margin-bottom: 5px;
    width: auto;
    position: absolute;
    bottom: 0;
}

#shipping_method {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px !important;
    margin-bottom: 10px;
}

#shipping_method li {
    margin: 0;
    list-style: none !important;
    padding: 0 !important;
}

.select2-selection,
#select2-calc_shipping_country-container {
    height: 45px !important;
    line-height: 45px;
}

#calc_shipping_state_field > span {
    width: 100%;
}

.select2-selection__arrow {
    height: 45px !important;
}

#select2-calc_shipping_state-container {
    line-height: 45px;
}

ul, ol {
    margin: 0 !important;
}

.home h4 {
    font-family: 'Playfair Display';
    font-size: 28px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
}

.slick-prev:before {
    content: "\f104"; /* Leva puščica v Font Awesome Free */
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900; /* Solid style */
    font-size: 26px;
    line-height: 40px;
    color: #DD7A22;
}

.slick-next:before {
    content: "\f105"; /* Desna puščica v Font Awesome Free */
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900; /* Solid style */
    font-size: 26px;
    line-height: 40px;
    color: #DD7A22;
}

/* Dodaten varnostni zapis za vse fa ikone */
.home-contact .info-items .icon i[class*="fa-"] {
    font-family: "Font Awesome 6 Free" !important;
    font-size: 40px !important;
    margin-right: 25px !important;
    display: inline-block !important;
    font-weight: 900 !important;
    color: #25166C !important; /* Barva roba */
    -webkit-text-stroke: 4px #25166C !important; /* Debela modra obroblina */
    -webkit-text-fill-color: transparent !important; /* Skrij polnjenje */
    text-shadow: none !important; /* Prepreči prekrivanje sence */
}

#adfy__woofc-trigger i {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-size: 18px !important;
    vertical-align: middle;
}
#adfy__woofc-trigger i::before {
    content: "\f291"; /* unicode za 'shopping-cart' ikono */
}

#adfy__woofc-trigger .badge small {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase; /* če želiš velike črke */
}

#content-wrap {
    padding: 50px 0; /* Obnovi originalni vertikalni razmik iz 3.5.0 */
}
#content-wrap {
    padding: 50px 0 !important; /* Zagotovi preglasitev privzetih stilov OceanWP 4.0.9 */
}

.woocommerce-customer-details .woocommerce-columns--addresses.col2-set {
    display: flex;
    width: 100%; /* Zagotovi polno širino */
    margin: 0; /* Odstrani morebitne zunanje razmike */
    padding: 0; /* Odstrani morebitne notranje razmike */
}

.woocommerce-customer-details .woocommerce-column--billing-address.col-1,
.woocommerce-customer-details .woocommerce-column--shipping-address.col-2 {
    flex: 0 0 50% !important; /* Fiksna širina 50% */
    width: 50% !important; /* Eksplicitna širina */
    max-width: 50% !important; /* Preglasi privzeto max-width */
    text-align: left !important; /* Poravnava teksta na levo */
    box-sizing: border-box !important; /* Vključi padding v širino */
    padding: 10px !important; /* Notranji razmik */
}

.woocommerce-customer-details .woocommerce-column--billing-address h2,
.woocommerce-customer-details .woocommerce-column--shipping-address h2 {
    font-size: 24px !important; /* Zadostna velikost */
    margin: 0 0 10px !important; /* Razmik pod naslovom */
    color: #333 !important; /* Temnejša barva */
}

footer.footer-section .bottom.links {
    font-size: 16px !important; /* Povrne večjo pisavo, prilagojeno na 16px (običajno za OceanWP 3.5.0) */
    font-weight: 500 !important; /* Povrne odebeljen videz, rahlo manj intenziven od bold (700) */
    line-height: 1.6 !important; /* Dodaten razmik med vrsticami za boljši videz */
}

footer.footer-section .bottom {
    font-size: 16px !important; /* Povrne večjo pisavo */
    font-weight: 500 !important; /* Povrne odebljen videz */
    line-height: 1.6 !important; /* Dodaten razmik med vrsticami */
}

nav.woocommerce-MyAccount-navigation a {
    font-size: 16px !important; /* Poveča velikost teksta */
}