@import "/data/css/designer_custom.css";


:root {
    --main-color: #5283AC;
    --cyan: #009D96;
}

body {
    overflow-x: hidden;
}

#error .error-block {
    text-align: center;
}

#error .error-title {
    font-size: 150px;
}

#error .lead {
    font-size: 60px;
}

#error .form-control {
    margin: 0;
}

.loading {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11050;
    background-color: rgba(51, 51, 51, 0.2) !important;
    height: 100%;
}

#global.loading {
    position: fixed;
}

.loading .spinner {
    position: absolute;
    margin: auto;
    display: inline-block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    background-image: url("/data/images/loading.gif") !important;
    background-repeat: no-repeat;
}

#locations {
    display: none;
}

.contact .form-group.has-error input,
.contact .form-group.has-error textarea,
.contact .form-group.has-error select,
.contact .form-subscribe .email-container.has-error input {
    border: 1px solid #a94442;
}

.contact .form-group.has-error label.control-label {
    color: #A94442;
}

.contact .form-group.has-error input:-ms-input-placeholder {
    color: #A94442;
}

.contact .form-group > textarea:valid + label,
.contact .form-group > textarea:focus + label {
    opacity: 0;
    visibility: hidden;
}

.cont-frm input[type="checkbox"] + label:before {
    left: 15px;
}

.cont-frm input[type="checkbox"] + label:after {
    left: 18px;
    top: 0px;
}

.form-group.has-error label {
    color: #A94442;
}

#checkout .contact .form-group > input:not([value=""]) + label {
    opacity: 1;
    visibility: visible;
}

.form-control:focus {
    border-color: #1ABC9C;
    box-shadow: none;
}

.contact .ignore .form-control {
}

.text p,
.text h4 {
    margin-bottom: 0;
}

/*.contact .required .control-label:after {
    content: " *";
}*/

.contact #results {
    display: none;
    border: 1px solid #cccccc;
    text-align: center;
}

.contact #results .text {
    margin: 10px;
}

.contact #results.show {
    display: block;
    padding: 10px;
}

.contact #results {
    margin-bottom: 30px;
}

.contact #results.error {
    border-color: #a94442 !important;
    color: #a94442;
}

.contact #results.success {
    border-color: #1ABC9C !important;
    color: #DD7902;
}

.contact #form {
    position: relative;
}

#form {
    overflow: hidden;
}

.re-captcha > div {
    width: auto;
    display: inline-block;
    padding: 0;
    height: auto;
    background-color: transparent;
}

.re-captcha.has-error > div {
    border: 1px solid #a94442 !important;
    border-radius: 3px;
}

.g-recaptcha > div {
    width: 302px !important;
    height: 76px !important;
}

.g_map {
    height: 400px;
    position: relative;
    width: 100%;
}

.map {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.product-overlay a {
    width: 100%;
}

.content-wrap {
    padding: 20px 0 40px 0;
}

.content-wrap2 {
    padding: 40px 0 0px 0;
}

.slider-btn-custom {
    border-color: #1ABC9C !important;
    background-color: #1ABC9C !important;
    color: #fff !important;
}

.slider-btn-custom:hover {
    border-color: #1ABC9C !important;
    color: #fff !important;
    background-color: #1ABC9C !important;
}

.dropdown-menu.dropdown-menu-right.show {
    transform: translate3d(-207px, 32px, 0px);
    width: 250px;
    padding: 10px 20px !important;
}

.dropdown-menu.dropdown-menu-right.language-dropdown.show {
    transform: translate3d(-120px, 32px, 0px);
    width: 100%;
    padding: 10px 20px !important;
}

.tab-container ul {
    margin-left: 15px;
}

.modal-open {
    padding-right: 0 !important;
}

.amout ins {
    text-decoration: none;
}

button.btn.add-tocart-btn {
    background-color: #c3c3c3 !important;
    border-color: #c3c3c3 !important;

}

button.btn.visible-one.visible-two {
    background-color: #1ABC9C !important;
    border-color: #1ABC9C !important;
}

ul.pagination li.page-item {
    margin-right: 15px;
}

ul.pagination li.page-item a {
    color: #333;
    border-color: #333;
}

ul.pagination li.page-item.active a {
    background-color: #1ABC9C;
    color: #fff;
}

.table td {
    vertical-align: middle;
}

.index-cat-products {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 50;
    background: rgba(26, 188, 156, 0.8);
    width: 100%;
}

.index-cat-products a h3 {
    color: #fff;
    padding: 10px 0;
    z-index: 51;
    opacity: 1;
}

.active-language {
    color: #1ABC9C;
}

.heading-block::after {
    border-top-color: #1ABC9C;
}

#top-social.top-language-bar ul li {
    text-align: center;
}

#top-social.top-language-bar ul li a:hover {
    color: #1ABC9C !important;
    text-shadow: none;
}

.dropdown-item:active {
    color: #1ABC9C;
    background-color: #fff;
}

.ngn-copy a {
    color: rgba(255, 255, 255, 0.25);
}

.ngn-copy a:hover {
    color: rgba(255, 255, 255, 0.35);
}

.copyright-links a,
.copyright-links a:hover {
    border-bottom: none;
}

.top-cart-action a {
    margin-right: 0;
}

#footer.dark .social-icon.si-borderless {
    color: #CCC !important;
}

button.add-to-cart:disabled {
    background-color: #EEE;
}

button.add-to-cart {
    border-radius: 4px;
}

button.add-to-cart:hover:disabled {
    background-color: #EEE;
}

span.stock.error {
    color: #a94442;
}

span.stock.ok {
    color: #1ABC9C;
}

th.text-right,
td.text-right {
    text-align: right !important;
}

.top-checkout-price {
    margin-bottom: 10px;
}

.cart_totals table tbody tr th,
.cart_totals table tbody tr td {
    border-top: none;
}

.cart_totals table tbody tr {
    border-bottom: 1px solid #dee2e6;
}

.modal-footer a,
.modal-footer a:hover {
    color: #fff;
}

.modal .address_box {
    padding: 8px;
    border: 1px solid #dee2e6;
}

.modal .address_box:hover {
    border-color: #1ABC9C;
}

.modal .address-boxes-text {
    margin-bottom: 15px;
}

.modal .address_boxes .address_box span {
    color: #1ABC9C;
}

.product .line {
    margin: 30px 0;
}

.product-desc ul {
    margin-left: 15px;
    list-style-type: disc;
}

#filter_form .widget ul li.active a {
    color: #1ABC9C;
}

#region_select {
    height: 44px;
}

.top-links select {
    border: none;
}

section ul {
    margin-left: 15px;
}

.stretched #gotoTop {
    bottom: 60px;
}

.size-charts .photo {
    float: left;
    max-width: 50%;
    /*max-height: 25%;*/
    /*width: 25%;*/
    /*height: 25%;*/
}

.size-charts img {
    display: block;
    max-width: 100%;
    height: auto;
    background-size: cover;
}

#dealers #content p {
    margin-bottom: 10px;
}

#content p {
    line-height: 1.5;
}

.dealers-list {
    height: 600px;
    max-height: 85vh;
    padding: 40px 0;
    margin-bottom: 0;
    width: 33%;
    margin-right: 0;
}

.dealers-list > div {
    padding: 0 15px;
    max-height: 100%;
    overflow: scroll;
}

.dealers-list + .col_two_third {
    width: 67%;
}

#dealers-map.g_map {
    height: 600px;
    max-height: 85vh;
}

.dealer-types {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.dealer-types > div {
    display: inline-block;
    width: auto;
}

.dealer-types .dealer-type {
    text-transform: capitalize;
    float: left;
    margin: 10px;
    width: 25%;
}

.dealer-types .dealer-type > a {
    padding: 10px;
    border: 1px solid #ccc;
}

.dealer-types .dealer-type:hover > a,
.dealer-types .dealer-type.selected > a {
    background: #ccc;
    color: #222222;
}

.dealer-types .dealer-type.kayak:hover > a,
.dealer-types .dealer-type.kayak.selected > a {
    background: #1ABC9C;
    /*color: #ffffff;*/
}

.dealer-types .dealer-type.sailing:hover > a,
.dealer-types .dealer-type.sailing.selected > a {
    background: #000000;
    color: #ffffff;
}

.dealer-types .dealer-type.kayak--sailing:hover > a,
.dealer-types .dealer-type.kayak--sailing.selected > a {
    background: #333333;
    color: #ffffff;
}

.dealers {
    list-style: none;
    list-style-type: none;
    list-style-position: outside;
    margin-left: 0;
    overflow: scroll;
    max-height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.dealers > li {
    cursor: pointer;
    float: left;
    width: calc(50% - 20px);
    margin: 5px;
    padding: 10px;
    border: 2px solid #DEDEDE;
    border-radius: 4px;
    word-wrap: anywhere;
}

.dealers > li:hover {
    border: 1px solid #cccccc;
}

@media (max-width: 766.98px) {
    #top-bar .col_half {
        width: 50%;
        float: left;
        text-align: left;
    }

    #top-bar .col_half.col_last {
        float: right;
        text-align: right;
    }

    #top-account a.btn i:last-child {
        display: inline-block;
    }

    #page-title {
        background-position: center;
    }

    #top-search form input {
        font-size: 10px;
    }

    #top-search a {
        left: 14%;
        right: unset;
    }

    #top-search a i.icon-line-cross {
        top: -35px;
    }

    .col-md-3 .list-group {
        margin-bottom: 30px;
    }

    table tbody td.hidden-xs {
        display: none !important;
    }


}

@media (min-width: 1201px) {

}

@media (max-width: 767px) {
    .grid-athletes .athlete-short-desc {
        visibility: visible;
        height: auto;
        max-height: 200px;
        overflow-y: scroll;
    }

    .size-charts .photo {
        max-width: 100%;
    }

    table tr td.cart-product-thumbnail a {
        float: right;
    }

    td.cart-product-thumbnail a.removeItem {
        text-align: left;
    }

    table tr td.cart-product-price {
        text-align: right !important;
    }

    #page-title.header-photo {
        display: none;
    }

    .top-links > ul > li {
        margin-right: 0;
        float: left;
    }

    .top-links li:first-child > a {
        padding-left: 0;
    }

    .top-links > ul {
        text-align: left;
    }

    #header {
        position: sticky;
        top: 0px;
        z-index: 10000 !important;
    }

}

@media (max-width: 1360.98px) {
    #logo {
        height: auto !important;
        margin-left: 35px !important;
    }
}

@media (max-width: 575.98px) {
    #primary-menu-trigger {
        left: 0;
    }

    #top-account {
        right: 15px;
    }

    .hidden-xs {
        display: none;
    }

    .addresses .default_address {
        margin-bottom: 20px;
    }

    .top-links {
        display: none !important;
    }

    .breadcrumb {
        display: none !important;
    }

}

@media (max-width: 479.98px) {
    #logo img {
        height: 80px;
    }

    #footer .footer-widgets-wrap {
        padding: 40px 0;
    }

    .content-wrap {
        padding: 0px 0 20px 0;
    }


}

@media (max-width: 380.98px) {
    form.cart.add-item button.add-to-cart {
        margin-top: 20px !important;
    }

    #logo img {
        height: 75px;
        margin-top: 10px;
    }


}


.cs-video-container {
    position: relative;
    padding-bottom: 60%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.cs-video-container iframe, .cs-video-container object, .cs-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-dialog .product {
    width: 100% !important;
}


.category_article_filter_container {
    background: #f5f5f5;
    padding: 30px 35px;
}

.category_article_filter_container .input_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

.category_article_filter_container .input_container label {
    margin-bottom: 0;
}

.category_article_filter_container .input_container input[type=number] {
    -moz-appearance: textfield;
    max-width: 80px;
}


.article_filter_container {
    background: #f5f5f5;
    padding: 30px 35px;
}

.article_filter_container .input_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.article_filter_container .input_container label {
    margin-bottom: 0;
}

.article_filter_container .input_container input[type=number] {
    -moz-appearance: textfield;
    max-width: 80px;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {

    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .product-linked-blogs .slick-track {
        display: flex;
    }

    .product-linked-blogs .slick-track .slick-slide {
        height: inherit;
    }

    .product-linked-blogs .slick-track .slick-slide > a {
        height: 100%;
    }

    .results-thank-you {
        padding: 100px 0;
    }

    .designer_linked_blogs .slick-list,
    .designer_linked_blogs .slick-track,
    .designer_linked_blogs .slick-slide {
        width: 100% !important;
    }

    .ps-home-banner .slick-slide {
        min-height: 500px;
    }

    .mobile-filtration-button {
        display: none !important;
    }

    .mobile-filtration {
        display: none !important;
    }

    .desktop-filtration {
        display: block !important;
    }

    .desktop-gallery {
        display: block !important;
    }

    .mobile-gallery {
        display: none !important;
    }

    #rev_slider_ishop.slider-is-video {
        max-height: 800px;
        height: 800px;
    }

    #rev_slider_ishop.slider-is-video #rev_slider_ishop_wrapper {
        position: relative;
    }

    .linked-products-row .linked-item-product {
        width: 20% !important;
        flex: 0 0 20%;
    }

    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media screen and (max-width: 991px) {
    .ajax-loader {
        z-index: 999999999999999;
    }

    .results-thank-you {
        padding: 50px 0;
    }

    .ps-home-banner .slick-slide {
        min-height: 167px;
    }

    #slider-range {
        display: none;
    }

    #mobileFiltrationModal {
        background-color: #33333380;
        z-index: 9999999999;
    }

    #mobileFiltrationModal .modal-dialog {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .mobile-filtration-button {
        position: relative;
        display: block;
        border-radius: 50%;
        /*z-index: 9999999999;*/
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
        font-size: 20px;
        width: 50%;
        margin: 0 0 20px 0;
    }

    .filter-and-sort-text {
        font-size: 15px
    }

    .mobile-filtration {
        display: block !important;
    }

    .desktop-filtration {
        display: none !important;
    }

    .desktop-gallery {
        display: none !important;
    }

    .mobile-gallery {
        display: block !important;
    }

    .small-o-1 {
        order: 1;
    }

    .small-o-2 {
        order: 2;
    }

    .small-p-lr-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .small-pt-50 {
        padding-top: 50px;
    }

    .designer-button-container {
        gap: 10px;
    }

    .medium-p-lr-15 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .dealer-types .dealer-type {
        border-radius: 4px !important;
    }

    .medium-pb-15 {
        padding-bottom: 15px !important;
    }
}

@media (min-width: 1200px) {
    .login-page .forms-wrapper {
        max-width: 70%;
    }

    .login-page .forms-side {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


.cs-heading-block h2 {
    color: black;
    text-transform: uppercase;
    font-size: 40px;
}

.cs-owl-carousel .owl-nav [class*="owl-"] {
    opacity: 1;
    left: -18px;
    border: none;
    width: 65px;
    height: 65px;
    background-color: transparent;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
    background-color: transparent !important;
    color: black !important;
    text-decoration: none;
}

.cs-owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -18px;
}

.cs-owl-carousel .nav-next,
.cs-owl-carousel .nav-back {
    font-size: 70px;
    color: black;
}

.cs-owl-carousel .owl-nav.disabled {
    display: unset !important;
}

.cs-owl-carousel .product {
    width: unset !important;
}

@media screen and (max-width: 580px) {
    .cs-heading-block h2 {
        font-size: 20px;
    }

    .cs-owl-carousel .owl-nav [class*="owl-"] {
        left: -50px !important;
    }

    .cs-owl-carousel .owl-nav .owl-next {
        left: auto !important;
        right: -50px !important;
    }
}

@media screen and (max-width: 1600px) {
    #primary-menu ul li > a {
        padding: 39px 7px;
    }
}

.sub-menu ul:not(.d-block) {
    display: none !important;
    opacity: 0 !important;
}

.sub-menu:hover ul {
    display: block !important;
    opacity: 1 !important;
}

#add_to_cart_modal .product-desc {
    flex-direction: column;
}


#add_to_cart_modal .product-desc form {
    width: 100%;
}

.page-transition-wrap, .css3-spinner {
    display: none !important;
}

html #wrapper {
    opacity: 1 !important;
}

.notify_me_modal {
    display: none;
    z-index: 5000;
    top: 35px;
}


.designer_accordion .accordion_container div.c {
    position: relative;
    /*margin: 0 0 2em;*/
}

.designer_accordion .accordion_container input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.designer_accordion .accordion_container h2 {

    position: relative;
    margin-bottom: 0;
}

.designer_accordion .accordion_container label i {
    font-size: 23px;
}

.designer_accordion .accordion_container label {
    cursor: pointer;
    position: relative;
    display: flex;
    margin-bottom: 0;
    align-items: center;
    background: #1abc9c;
    /*color: white;
    padding: 2em;*/
    justify-content: space-between;
    background: unset;
    color: #000;
    border-bottom: 2px solid #000;
    padding: 10px;
}

.designer_accordion .accordion_container div.p {
    max-height: 0px;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.designer_accordion .accordion_container div.p > div {
    padding: 2em;
}

.designer_accordion .accordion_container input:checked ~ h2 i::before {
    content: "\f106";
}

.designer_accordion .accordion_container input:checked ~ h2 ~ div.p {
    max-height: 100%;
}

.designer_accordion .accordion_container a {
    color: steelblue;
}


.notify-me-btn {
    background: darkred;
}

.category_description {
    font-size: 17px;
    margin-top: 3rem;
}


.relative {
    position: relative;
}

.hover-gallery-item .image-2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.owl-carousel.designer-hover-gallery .owl-dots .owl-dot {
    margin-top: 0;
}

.hover-gallery-item:hover .image-2 {
    opacity: 1;
}

@media screen and (max-width: 1200px) {
    .desktop-view {
        display: none;
    }
}

@media screen and (min-width: 1201px) {
    .mobile-view {
        display: none;
    }
}


.mobile-view .designer-hover-gallery .owl-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 32px;
    transform: translateX(-50%);
    background: white;
    padding: 3px 1px;
    border-radius: 110px;
}

.mobile-view .designer-hover-gallery .owl-dots .owl-dot {
    background: black;
}

#sendInquiry.modal.show {
    z-index: 99999;
}

/********10.02.2024*******/
.df {
    display: flex;
}

.dfc {
    display: flex;
    flex-direction: column;
}

.a-c {
    align-items: center;
}

.gap-5 {
    gap: 5px;
}

.mw-200 {
    max-width: 200px;
    width: 200px;
}

.mw-250 {
    max-width: 250px;
    width: 250px;
}

.pt-50 {
    padding-top: 50px;
}

.sm-form-control {
    border-radius: 8px !important;
    border: 1px solid #444543;
}

.sm-form-contact::placeholder {
    font-size: 12px;
    text-transform: uppercase !important;
}

.sm-form-contact {
    text-transform: uppercase !important;
}

.custom-button {
    background-color: #D6D6D6;
    border-radius: 4px;
    color: #000;
    min-width: 150px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#footer.blue {
    background-color: var(--main-color);
    border-top: unset;
}

a {
    color: #929283;
}

.c-white {
    color: #fff !important;
}

.c-black {
    color: #000;
}

.c-black {
    color: #000 !important;
}

#mc_embed_signup input#mce-EMAIL {
    border-radius: 4px;
    width: auto !important;
}


/*DEALERS STRAN*/
.dealer-kayak {
    background-color: var(--cyan);
}

.dealer-sailing {
    background-color: #000;
}


.dealer-type {
    padding: 10px;
    margin: 0;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dealer-type a {
    border: unset !important;
    z-index: 99999;
    position: relative;
    padding: 0 !important;
}

.dealer-type a:not(.c-black) {
    color: #fff !important;
}

.dealer-types .dealer-type:hover > a, .dealer-types .dealer-type.selected > a {
    background: unset;
}

.dealer-types .dealer-type {
    text-transform: capitalize;
    float: left;
    margin: 0 !important;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.dealer-kayak-and-sailing::before {
    background-color: var(--cyan);
    content: "";
    height: 100%;
    width: 50%;
    position: absolute;
    display: block;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 25%;
}

.dealer-kayak-and-sailing::after {
    background-color: #000;
    content: "";
    height: 100%;
    width: 50%;
    position: absolute;
    display: block;
    transform: translate(-50%, -50%);
    top: 50%;
    right: -25%;
}

.all-dealers {
    background-color: #f4f4f4;
}

.pb-15 {
    padding-bottom: 15px;
}

.pt-15 {
    padding-top: 15px;
}

.dealer-types .clearfix {
    display: flex;
    gap: 2px;
    padding: 0 15px;
}

.form-group {
    margin-bottom: 10px !important;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.postcontent, .postcontent.bothsidebar, .sidebar {
    border-bottom: unset;
}

.sm-form-control {
    text-transform: uppercase;
}

/*LOGIN SCREEN BUTTON*/
.register-tab-buttons {
    background-color: #D6D6D6;
    padding: 4px;
    border-radius: 5px;
    display: flex;
    width: auto;
    min-width: 300px;
}

.register-tab-buttons .login-tab-btn {
    border: unset;
    background-color: unset;
    height: 30px;
    width: 50%;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
}

.register-tab-buttons .login-tab-btn.active {
    background-color: #fff;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.form-newsletter-check {
    position: relative;
    display: flex;
    gap: 5px;
}

.form-newsletter-check input {
    position: relative !important;
    left: unset !important;
    height: 20px;
    width: 20px;
}

.gap-10 {
    gap: 10px;
}

.p-0 {
    padding: 0;
}

/*DESIGNER BUTTON DOWNLOAD*/
.download-button {
    height: 60px;
    width: auto;
    background-color: #3C3C3B;
    border-radius: 4px;
    display: flex;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    justify-content: space-around;
}

.download-button:hover {
    background-color: #fff;
    border: 1px solid #3c3c3b;
    color: #3c3c3b;
}

.download-button .button-text {
    width: 70%;
}

.download-button .button-icons {
    width: 30%;
    display: flex;
    justify-content: center;
}

.download-button .icon-gray,
.download-button:hover .icon-white {
    display: none;
}

.download-button:hover .icon-gray {
    display: flex;
}

.parent-designer-button .download-button {
    width: 100%;
    max-width: unset;
    flex: 1;
}


/*DESIGNER BUTTON*/
.info-button {
    height: 60px;
    background-color: #3C3C3B;
    border-radius: 4px;
    display: flex;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    justify-content: space-around;
    text-align: center;
    width: 100%;
}

.info-button:hover {
    background-color: #fff;
    border: 1px solid #3c3c3b;
    color: #3c3c3b;
}

.info-button .button-text {
    width: 70%;
}

.button-a {
    color: #fff;
}

.info-button:hover .button-a {
    color: #3C3C3B;
}

/*Header vimeo*/
.page-header-vimeo {
    overflow: hidden;
    width: 100%;
    padding: 0 !important;
    max-height: 600px;
}

.page-header-vimeo .header-vimeo {
    position: relative !important;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px 0;
}

p {
    margin-bottom: 10px;
}

.gray-bg {
    background-color: #3c3c3b;
    padding: 20px;
    color: #fff;
    border-radius: 4px;
}

.column-container {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 4px;
}

/*DESIGNER POVEZANE BLOG NOVICE*/
.designer_linked_blogs .blog-item-photo,
.blog-grid .blog-item-photo,
.linked-blogs-row .blog-item-photo,
.index_blog_new .blog-item-photo {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.designer_linked_blogs .blog-item,
.blog-grid .blog-item,
.linked-blogs-row .blog-item,
.index_blog_new .blog-item {
    background-color: #E9E9E9;
    border-radius: 10px;
}

.p-20 {
    padding: 20px;
}

.designer_linked_blogs .blog-item-author,
.blog-grid .blog-item-author,
.linked-blogs-row .blog-item-author,
.index_blog_new .blog-item-author {
    font-weight: bold;
    color: #000;
}

.designer_linked_blogs .blog-item-time .blog-time,
.blog-grid .blog-item-time .blog-time,
.linked-blogs-row .blog-item-time .blog-time,
.index_blog_new .blog-item-time .blog-time {
    width: auto;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.designer_linked_blogs .blog-item-title,
.blog-grid .blog-item-title,
.linked-blogs-row .blog-item-title,
.index_blog_item .blog-item-title {
    font-family: 'Times New Roman', sans-serif;
    font-weight: lighter;
    font-size: 21px;
}

.designer_linked_blogs .linked-blog-title,
.blog-grid .linked-blog-title,
.linked-blogs-row .linked-blog-title {
    font-size: 18px;
    font-weight: bold;
}

.dfc {
    display: flex;
    flex-direction: column;
}

.f-1 {
    flex-grow: 1;
}

.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.column_one_container.column-container {
    margin-right: 15px;
    margin-left: 15px;
}

.designer_button_info .designer-button-container {
    display: flex;
    justify-content: center;
    row-gap: 20px !important;
    gap: 0;
}

.designer_button_info .button-text {
    width: 100%;
}

/*GRID ATLETI*/

.p-rel {
    position: relative;
}

.athlete-content {
    position: absolute;
    width: 100%;
    transform: translate(-50%, 50%);
    left: 50%;
    bottom: 0;
    background-color: #ffffffa1;
    border-radius: 10px;
}

.athlete-img img {
    border-radius: 10px;
}

.athlete-short-desc {
    visibility: hidden;
    height: 0;
}

.athlete-item:hover .athlete-short-desc {
    visibility: visible;
    height: auto;
    max-height: 200px;
    overflow-y: scroll;
}

.athlete-item .entry-title {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #ffffffa1;
    border-radius: 10px;
    padding: 10px;
}

.athlete-item .athlete-name {
    font-weight: bold;
}

.pb-50 {
    padding-bottom: 50px;
}

.rg-20 {
    row-gap: 20px;
}

.rg-15 {
    row-gap: 15px;
}

.rg-10 {
    row-gap: 10px;
}

.j-c {
    justify-content: center;
}

.j-e {
    justify-content: flex-end;
}

.j-s {
    justify-content: flex-start;
}

.a-c {
    align-items: center;
}

.a-s {
    align-items: flex-start;
}

.a-e {
    align-items: flex-end;
}

.mw-150 {
    max-width: 150px;
}

.blog-author .author-img {
    border-radius: 20px;
    margin-bottom: 20px;
}

.blog-author .author-description * {
    line-height: 15px !important;
}


/*PRODUKT: BARVE, VELIKOSTI ITD.*/

.colors-square {
    height: 50px;
    width: 50px;
    border: 2px solid #fff;
    padding: 5px;
}


.size-square {
    background-color: #333333;
    min-height: 40px;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
}

.size-square-parent {
    padding: 0 10px 0 0;
    position: relative;
    overflow: hidden;
}

/*Galerija na produktu*/
#product-small-slider img {
    height: 120px !important;
    width: 100px !important;
}

body #content {
    background-color: #f2f2f2;
    width: 100%;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

/*NOVO OBLIKOVANJE POSAMEZNEGA PRODUKTA NA GRIDU*/
.one-product-item .product-title h3,
.one-product-item .product-price {
    font-size: 11px;
}

.one-product-item .product-image {
    border-radius: 4px;
}


.one-product-colors .colors-square {
    height: 30px;
    width: 30px;
    padding: 5px;
}

.one-product-item .product-price,
.one-product-item .product-price ins {
    color: #000 !important;
}

.one-product-item .prod-colors {
    padding-top: 20px;
}

/*REVIEWS*/
.single-review {
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
}

.hidden-reviews.d-none {
    display: none;
}

.all-linked-reviews {
    padding-bottom: 50px;
}

.linked-reviews-row {
    row-gap: 10px;
    max-height: 250px;
    overflow-y: scroll;
}

.linked-reviews-row .review-button,
.linked-reviews-row .card {
    border: unset;
    background-color: unset;
}

.linked-reviews-row .card {
    padding: 10px 0 0 0;
}

.linked-reviews-row .collapse {
    padding-top: 10px;
}

.linked-reviews-row .review-button {
    font-weight: bold;
}

.show-all-review {
    text-transform: uppercase;
    padding-top: 20px;
    text-decoration: underline;
}

.all-reviews-five-stars {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
}

.all-reviews-five-stars .all-reviews-count {
    text-decoration: underline;
}

/*Zadnji blogi*/

.linked-products-row .product:not(.product-2):not(.product-3) .product-title h3 {
    font-size: 11px !important;
}

.product-linked-blogs .linked-blogs-row .slick-list {
    padding: 0 !important;
}

.product-linked-blogs .linked-blogs-row .slick-track {
    margin: 0 !important;
}

.product-linked-blogs .linked-blogs-row .blog-item-content {
    background-color: #fff;
    border-radius: 10px;
}

.linked-blogs-row .blog-item-time .blog-time {
    background-color: #E9E9E9;
}

.linked-blogs-row .blog-item-author,
.linked-blogs-row .blog-time {
    font-size: 11px;
}

.linked-blogs-row .blog-item-title {
    font-size: 14px;
}

.linked-blogs-row.slick-track {
    display: flex !important;
}

.linked-blog-row.slick-track .slick-slide {
    height: inherit !important;
}

.linked-blogs-row .slick-dots li button {
    height: 5px;
    width: 5px;
    background-color: #000;
    border-radius: 50%;
}

.linked-blogs-row .slick-dots li button::before {
    display: none;
}

.linked-blogs-row .slick-dots li.slick-active button {
    background-color: var(--main-color);

}

.linked-blogs-row .linked-blog-item {
    padding: 0 5px;
}

.linked-item-product {
    padding: 0 5px;
}

.pt-10 {
    padding-top: 10px
}

.product-name {
    font-size: 26px;
    font-weight: bold;
    color: #000;
}

.gap-5 {
    gap: 5px;
}

.j-sb {
    justify-content: space-between;
}

.uppercase {
    text-transform: uppercase !important;
}

.single-product .product-image img {
    width: auto !important;
    border-radius: 10px;
}


#product-small-slider img {
    border-radius: 10px;
}

#product-main-slider a {
    display: flex;
    justify-content: center;
    align-items: center;
}

#product-main-slider .slide {
    background-color: #fff;
    border-radius: 10px;
}

.product-gallery-wishlist i {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 5%;
    left: 95%;
    font-size: 30px;
    z-index: 99;
}

.add-wishlist i {
    text-shadow: 0 0 3px #333;
    color: white;
    font-size: 30px;
}

.add-wishlist.clicked i {
    color: #333;
}

/*PRODUKT CONTENT ACCORDION*/
.single-content-accordion .collapse .card {
    background-color: unset;
    border: unset;
}

.single-content-accordion {
    border-bottom: 2px solid #000;
    padding: 5px 0;
}

.single-content-accordion:not(.payment-acc-head) .content-button.collapsed::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    padding-right: 10px;
}

.single-content-accordion:not(.payment-acc-head) .content-button:not(.collapsed)::after {
    content: '\f106' !important;
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    padding-right: 10px;
}

.single-content-accordion .content-button {
    text-transform: uppercase;
}

.dfr {
    display: flex;
    flex-direction: row;
}

.fw {
    flex-wrap: wrap;
}

.filter-submit-input {
    left: 0 !important;
    position: relative !important;
    visibility: hidden;
    opacity: 0;
}

/*SLIDER RANGE: pricing*/

#slider-range {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ui-slider-range {
    background: #000;
    height: 8px;
    /*top: 0;*/
    position: absolute;
    z-index: 1;
    font-size: .7em;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    transition: none !important;
    background: #fff;
    width: 8px;
    height: 8px;
    /*top: 0;*/
    cursor: e-resize;
    border-radius: 50%;
    border: 0;
    font-weight: bold;
    color: #000;
    border: 1px solid #000;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
}

#filter-pricing .price-input {
    -moz-appearance: textfield !important;
    -webkit-appearance: none;
    margin: 0;
}

#filter-pricing .slider-input-div {
    max-width: 20%;
    background-color: transparent;
    border-radius: 8px;
    border: 2px solid #000;
    padding: 0 3px;
}

#filter-pricing .slider-input-div input {
    border: unset;
    width: 100%;
    background-color: transparent;
}

.input-hidden {
    visibility: hidden;
    opacity: 0;
    display: none;
}


.checkbox-image-label {
    padding: 0 !important;
}

.checkbox-image-label::before,
.checkbox-image-label::after,
.label-hidden::before,
.label-hidden::after {
    display: none;
}

.color-filtration-item {
    height: 30px;
    width: 30px;
    position: relative;
    display: block;
    border-radius: 8px;
}

.default-filter-label {
    background-color: #333;
    color: #fff;
    border-radius: 10px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px !important;
    min-width: 70px;
}

/*.all-filtration .card.card-body.default-filtration-card{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: justify;
}*/

.image-filter-label {
    padding-bottom: 3px !important;
}

.default-filter-label.filter-active {
    background-color: var(--main-color);
}

.image-filter-label.filter-active {
    border-bottom: 2px solid var(--main-color);
}

.color-filter-label.filter-active .color-filtration-item {
    border: 2px solid #333;
}

.default-filtration-card {
    justify-content: center;
    gap: 2px;
    display: flex;
    flex-direction: row;
}

.single-product-wishlist {
    position: absolute;
    left: 90%;
    z-index: 99;
    cursor: pointer;
    top: 15px;
}

.single-product-wishlist i {
    font-size: 15px;
}

#index .product-desc {
    display: flex;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    flex-direction: column;
}

.linked-item-product .single-product-wishlist {
    left: 85%;
    top: 10px;
}

/*PRODUKT: DISABLED OPTIONS AND OTHER VARIANTS*/
.cursor_default {

    cursor: default;

}

input.disableThis + label.variant__size--value.remove_hover {

    position: relative;

}

input.disableThis + label.variant__size--value.remove_hover::after {

    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(47%, rgba(255, 255, 255, 0)), color-stop(49%, #000000), color-stop(53%, #000000), color-stop(54%, #fff), color-stop(57%, #fff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));

    bottom: 0;

    content: '';

    left: 0;

    position: absolute;

    right: 0;

    top: 0;

}

input.disableThis + label.variant__size--value.remove_hover {

    position: relative;

}

.isDisabled {

    color: currentColor;

    cursor: not-allowed;

    opacity: 0.5;

    text-decoration: none;

}

.cursor_pointer {

    cursor: pointer;

}

.variant__input--fieldset input[type="radio"].disableThis + label {

    opacity: 0.2;

}

.single-content-accordion .card {
    background-color: transparent !important;
    border: none !important;
}

.light {
    font-weight: lighter;
}

#checkout_form .sm-form-control {
    text-transform: none !important;
}


.label-lighter::before {
    border: 1px solid #000 !important;
}

.toggleAddress2 {
    cursor: pointer;
}

.button {
    background-color: var(--main-color);
}

.mt-50 {
    margin-top: 50px;
}

.rights-text {
    font-size: 18px;
}

.color-name {
    border: unset;
    font-size: 0;
}

.colors-square.selected {
    border: 1px solid var(--main-color);
}

.colors-square input {
    display: none;
}

.input-hidden {
    display: none;
}

.quantity__number {
    -moz-appearance: textfield !important;
    -webkit-appearance: none;
    margin: 0;
}

.gap-5 {
    gap: 5px;
}

.quantity__value {
    background-color: #333;
    text-align: center;
    margin-bottom: 0;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    float: left;
    width: 25px;
    height: 40px;
    line-height: 40px;
    border: 0;
}

.radioCheck-active-label.radioCheck-label-color {
    color: var(--main-color);
}

/*PRODUCT_HOME -> SIZES*/
.grid-product-sizes {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffffff8a;
    padding: 10px;
    border: unset;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    max-height: 200px; /* Set a max height for the container */
    overflow-y: auto; /* Enable vertical scrolling */
    visibility: hidden; /* Initially hide the sizes container */
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 99;
    width: 100%;
    row-gap: 5px;
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
    /*margin: -5px;*/
}

.grid-product-sizes .grid-size-item {
    background-color: #333;
    padding: 5px;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    flex: 0 0 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
    padding: 5px;
    box-sizing: border-box;
}

.one-product-item:hover .grid-product-sizes,
.index-single-product:hover .grid-product-sizes {
    visibility: visible;
    opacity: 1;
}

.colors-square.not-selected {
    opacity: 0.6;
}

.radioCheck-label {
    margin-bottom: 0;
}

.size-square-parent.not-selected::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform-origin: top left;
    transform: translateY(-50%) rotate(-8deg);
    z-index: 999;
    color: #fff;
}

.sizes-squares.row {
    row-gap: 5px;
}

/*.colors-square.not-selected {
    pointer-events: none;
}*/

.slick-slide {
    transform: none;
}

.recently-viewed-slider img.img-responsive {
    width: auto !important;
}

#shop_grid.shop {
    display: flex;
    flex-wrap: wrap;
}

.p-tb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.recently-viewed-slider * {
    min-width: 0px !important;
}

.user-wishlist .product {
    width: 100%;
}

.slick-dots li button::before {
    font-size: 10px;
}

.bold {
    font-weight: bold;
}

/*Checkout*/

#checkout_form .cart-product-thumbnail img {
    height: auto;
    width: auto;
    border-radius: 8px;
    max-height: 150px;
}

#checkout_form .cart-name-quantity {
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: flex-start;
    font-weight: bold;
    font-size: 17px;
}

#checkout_form .cart-product-subtotal {
    font-weight: bold;
    font-size: 17px;
}

#checkout_form .checkout-coupon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.bg-black {
    background-color: #000;
}

.coupon-input {
    background-color: transparent;
    border-radius: 8px;
}

.coupon-button {
    border-radius: 8px;
    margin: 0;
}

.line-divider {
    margin: 20px 0;
    border: 1px solid #000;
    height: 1px;
    font-weight: lighter;
}

.medium-icon {
    font-size: 20px;
}

.pointer-cursor {
    cursor: pointer;
}

.float-unset {
    float: unset;
}

#index .owl-nav i {
    font-weight: 600;
    color: #333;
}

.ui-slider-range {
    margin-left: 5px;
}

#sizes-chart-popup {
    background-color: #3333339c;
    z-index: 99999;
}

#sizes-chart-popup .modal-content {
    background-color: #D6D6D6;
}

#sizes-chart-popup .modal-dialog {
    max-width: 700px;
}

.product-clear-choices {
    max-width: 200px;
    cursor: pointer;
}

.sku_wrapper, .inv_wrapper {
    font-weight: bold;
    color: #000;
}

.card.product-meta {
    background-color: unset;
    border: unset;
}

#cart_error.show {
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}


#slider .slick-arrow {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    height: 50px;
    width: 50px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 999;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#slider .slick-arrow.slider-prev {
    top: 50%;
    transform: matrix(1, 0, 0, 1, 10, -30);
    left: 0px;
}

#slider .slick-arrow.slider-next {
    top: 50%;
    transform: matrix(1, 0, 0, 1, -70, -30);
    left: 100%;
}

#slider .slick-list {
    width: 100%;
}

.cart-product-quantity .quantity {
    display: flex;
    gap: 1px;
    justify-content: center;
}

.cart-product-quantity .quantity .cart-quantity {
    background-color: transparent;
    border: 1px solid #333;
    color: #333;
}

.pt-20 {
    padding-top: 20px;
}

.cart_totals table tbody tr {
    border: unset;
}

.payment-acc-head {
    background-color: #EFF4FF;
    display: flex;
    align-items: center;
    padding: 5px 10px;
}

.accordion-head-content {
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.payment-acc-head .card {
    background-color: #F2F2F2;
}

input[type="text"] {
    border: 1px solid #000 !important;
}

.checkout-results {
    background-color: #fff;
}

#checkout_form #results {
    margin-bottom: 0;
}


/*STARA FILTRACIJA*/
.old-product-choose-button,
.old-product-color-button,
.old-product-size-button {
    background-color: #333333;
    min-height: 40px;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border: unset;
    font-size: 14px;
    padding: 0 10px;
    flex: 1;
}

.selected-button {
    color: var(--main-color);
}

#product-button-container,
#product_size_button_container,
#product_color_button_container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

[type="checkbox"]:checked + label::after {
    top: 0;
}

.size-square-parent.selected label {
    color: var(--main-color);
}

.add-wishlist {
    cursor: pointer;
}

.fbox-media img {
    border-radius: 8px;
}

.ajax-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    top: 50% !important;
    left: 50% !important;
    display: none;
    z-index: 999;

}


#filter-pricing .card {
    padding-right: 0;
}

.filtration-static-content {
    padding-left: 15px;
    padding-right: 15px;
}

.payment-visible {
    visibility: visible !important;
}

.lighter {
    font-weight: lighter;
}

.font-bold {
    font-weight: bold;
}

.footer-img {
    background-color: #f2f2f2;
}

.size-chart a {
    border-bottom: 1px solid #333;
}

#add_to_cart_button {
    background-color: #333333;
    border-radius: 4px;
}

.p-lr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.success-color {
    color: green;
}

.pr-15 {
    padding-right: 15px;
}
