/*
Theme Name: Rudy
Description: Custom theme for Rudy by Roi Wolf from FocusWeb
Version: 2.0
Author: Roi Wolf
License URI: license.txt
*/


body {
    direction: rtl;
    margin: 0;
    padding: 0;
    font-family: 'rubik';
}

body.no-scroll {
    overflow: hidden;
}

a {
    color: #337ab7;
    text-decoration: none;
}

.warp {}

ul {
    margin-bottom: 0;
    padding-left: 0;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
}

.clearfix {
    clear: both;
}

.rudy_popup {
    display: none;
}

.rudy_popup .in {
    background: #f7f7f7f7;
    background-size: cover;
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 99999999;
    top: 0;
    padding-top: 10vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.rudy_popup .in .close {
    display: block;
    width: 25px;
    height: 25px;
    background-size: cover;
}

.rudy_popup .in .warp {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
    color: #030405 !important;
}

.swiper-pagination-bullet-active {
    background: #030405 !important;
}

.swiper-rtl .swiper-button-prev {
    right: 0 !important;
}

.swiper-rtl .swiper-button-next {
    left: 0 !important;
}

#content {
    min-height: 57vh;
}

.addpad {
    margin: 0 10px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    font-family: 'rubik';
    color: #030405;
    font-size: 19px;
    border: 0;
    border-top: 2px solid #030405;
    outline: 0;
    margin-top: 10px;
    background: #F2F2F2;
}

.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
    color: #030405;
    margin-top: 2px;
}

.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button .woocommerce-page .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover {
    background: #030405 !important;
    color: #fff !important;
    width: 250px;
    padding: 10px 0;
    transition: background-color 0.2s ease;
    text-align: center;
}

/* =================== Header =================== */

#before_header_note {
    height: auto;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-family: 'rubik';
    font-size: 19px;
}

#before_header_note p {
    margin: 0;
    padding: 0;
}

#main_header {
    background: #fff;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
    z-index: 99999999;
}

#main_header.fixed {
    position: fixed;
    top: 0px;
}

.admin-bar #main_header.fixed {
    top: 32px;
}

#main_header #ap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#main_header .logo {
    width: 235px;
}

#main_header #main_menu {
    padding: 0;
    margin: 0;
}

#main_header #main_menu ul {
    display: flex;
    margin: 0;
    padding: 0;
}

#main_header #main_menu li {
    list-style-type: none;
    padding: 0;
    margin: 0;

}

#main_header #main_menu li:hover {
    background: #F2F2F2;
}

#main_header #main_menu li a {
    font-family: 'rubik';
    color: #030405;
    font-size: 19px;
    text-decoration: none;
    font-weight: bold;
    padding: 35px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#main_header #main_menu li .sub-menu {
    display: none;
    position: fixed;
    z-index: 9999;
    right: 0;
    background: rgba(3, 4, 5, 0.7);
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 1024px) {
    #main_header #main_menu li:hover .sub-menu.show {
        display: block;
    }
}

#main_header #main_menu li:hover .sub-menu .showall {
    display: none;
}

#main_header #main_menu li .sub-menu .warpsub {
    background: #fff;
    width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
}


#main_header #main_menu li .sub-menu .warpsub ul {
    flex-direction: column;
}

#main_header #main_menu li .sub-menu .warpsub ul li {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

#main_header #main_menu li .sub-menu .warpsub .slider img {
    display: none;
}

#main_header #main_menu li .sub-menu .warpsub .slider img.active {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#main_header #main_menu li .sub-menu .warpsub svg {
    width: 7px;
}

#main_header .iconer {
    display: flex;
    gap: 10px;
}

#main_header .iconer svg {
    width: 20px;
}

#main_header .iconer a {
    display: flex;
    color: #030405;
    gap: 6px;
    font-size: 17px;
}

#main_header #hamburger_menu,
#main_header #close_mobile,
#main_header #main_menu li a .arr {
    display: none;
}


/* =================== Footer =================== */


footer {
    margin: 20px 0;
}

footer .l2 {
    margin-top: 40px;
}

footer .warp {
    display: grid;
    grid-template-columns: 0.9fr 0.9fr 0.9fr 1.8fr 1.8fr 1fr;
    gap: 20px;
}

footer .menuwarp {
    display: flex;
    justify-content: space-between;
}


footer a {
    color: #000;
    text-decoration: none;
}

footer menu,
footer ul {
    padding: 0;
    margin: 0;
}

footer .tt {
    font-weight: bold;
    margin-bottom: 10px;
}

footer .f_menu li {
    list-style-type: none;
    margin-bottom: 5px;
}

footer .f_menu li a {
    color: #000;
    font-weight: 400;
    text-decoration: none;
}

footer .f_menu li a:hover,
footer .contact a:hover {
    color: #999;

}

footer .social {
    display: flex;
    gap: 20px;
}

footer .social a {
    float: right;
    background-position: center center;
    background-repeat: no-repeat;
    color: #030405;
    font-size: 27px;
    width: 30px;
}


footer .wip {
    margin-bottom: 7px;
}

footer .wip .name {
    font-weight: 500;
    margin-bottom: 3px;
}

footer .wip a {
    display: block;
}

footer .contact a {
    text-decoration: underline;
}


/* =================== Search Popup =================== */

#search_popup form {
    display: flex;
    gap: 10px;
}

#search_popup input[type="search"] {
    font-size: 25px;
    padding: 10px;
    border: 1px solid #E5E5E5;
    outline: 0;
}

#search_popup input[type="submit"] {
    background-color: #575757;
    color: #fff;
    cursor: pointer;
    border: 0;
    font-size: 25px;
    padding: 10px;
}

#search_popup input[type="submit"]:hover {
    background-color: #030405;
}

/* =================== Home Page =================== */


/* =================== Product Aggregation =================== */


#content-product .product img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    max-height: 120px;
}

#content-product .products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

#content-product .products::before {
    display: none;
}

#content-product .product {
    background: #fff;
    text-align: center;
    min-height: 350px;
    margin-bottom: 0;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.12), 2px 2px 4px 2px rgba(0, 0, 0, 0.08);
    position: relative;
    width: 100%;
}

#content-product .product .product-slick {
    width: 70%;
    margin: 0 auto;
}

#content-product .product .slick-container {
    visibility: hidden;
    width: 100%;
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    position: absolute;
    z-index: 9999999;
    height: 70px;
    bottom: 0;
    padding-top: 15px;
}

#content-product li.product:hover .slick-container {
    visibility: visible;
}

#content-product li.product:hover .product-slick .slick-track {
    /* right: 290px; */
}

#content-product .product .product-slick img {
    width: 100px;
    max-height: none;
    cursor: pointer;
}

.arrow {
    transform: rotate(-45deg);
    border: solid #ccc;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 3px;
    cursor: pointer;
    position: absolute;
    top: 14px;
}

.product-slick .arrow.r {
    transform: rotate(-45deg);
    right: -30px;
}

.product-slick .arrow.l {
    transform: rotate(135deg);
    left: -30px;
}


body #content-product .product a,
body #content-product .product .price,
body #content-product .product .del .amount,
.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title,
.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins .amount,
.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del .amount,
.single-product .amount {
    color: #030405 !important;
}

.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del .amount,
.single-product .price del {
    text-decoration: line-through;
    text-decoration-color: #030405;
}

.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins .amount,
.single-product .price ins {
    text-decoration: underline;
    text-decoration-color: #030405;
}

#content-product .product a:hover,
#content-product .product a:active,
#content-product .product a:focus {
    text-decoration: none;
}

.psticker {
    background: #EF8023;
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    /*font-size: 77%;*/
    font-weight: bold;
}

.psticker.new {
    background: #001d88;

}

.psticker.sale {
    background: #ff0012;

}

.psticker.special.edition {
    background: #000;
}

.psticker.h {
    display: none;
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 35px 0;
}

.orderby {
    color: #333;
    background: white;
    border: 1px solid #333;
    height: 34px;
    padding: 6px 13px;
    width: 200px;
    font-size: 16px;
}

.woocommerce-pagination svg {
    width: 7px;
    fill: #030405;
}

.woocommerce-pagination a {
    color: #030405;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #030405;
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover {
    color: #707070;
}

.woocommerce .woocommerce-breadcrumb {
    background: #F2F2F2;
    padding: 15px;
    margin: 0;
}

.woocommerce .woocommerce-breadcrumb a {
    text-decoration: none;
    color: #999;
    font-weight: normal;
    display: inline-block;
}

.woocommerce .woocommerce-breadcrumb a:hover {
    color: #030405;
}

.filters-sun {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.sun-filter {
    color: #333;
    font-size: 24px;
    padding: 10px;
}

.cat-separator {
    color: #333;
    align-self: center;
    font-size: 18px;
}


/* =================== Single Product =================== */


.single-product .product {
    margin-top: 25px;
}

.woocommerce div.product form.cart div.quantity {
    float: none;
}

.woocommerce div.product form.cart .button {
    background: #030405;
    color: #fff;
    display: block;
    float: none;
    width: 250px;
    padding: 17px 0;
    font-size: 22px;
    transition: background-color 0.2s ease;
}

.woocommerce div.product form.cart .button:hover {
    background: #1a1c1e;
}

.woocommerce div.product p.stock {
    color: #030405;
    padding: 0;
    margin: 0 0 15px 0;
}

.single-product .quantity .qty {
    /*width: 100px;
    padding: 10px;
    margin: 0 0 6px 0;*/
    display: none;
}

.product .entry-summary .woocommerce-product-gallery {
    float: right;
    width: 55%;
}

.product .product_information {
    width: 38%;
    float: right;
    margin-right: 4%;
}

.woocommerce-product-gallery .flex-viewport {
    width: 100%;
    float: left;
    padding-right: 10px;
}

.woocommerce-product-gallery .slide_thumb_warp {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
}

.woocommerce-product-gallery .slide_thumb {
    display: inline-block;
    cursor: pointer;
    /*opacity: 0.7;*/
}

.woocommerce-product-gallery .slide_thumb.active {
    /*opacity: 1;*/
}

.woocommerce-product-gallery {
    float: right;
    width: 50%;
}

.woocommerce-product-gallery .swiper,
.woocommerce-product-gallery .yt_player_iframe {
    height: 400px;
}

.woocommerce-product-gallery .flex-control-thumbs {
    width: 75%;
    float: right;
    list-style-type: none;
}

.woocommerce-product-gallery .flex-control-thumbs li {
    float: right;
    width: 15%;
}

.woocommerce-product-gallery .flex-control-thumbs li img {
    width: 90%;
    float: none;
    margin: 0 0 10% 10%;
}

.product .entry-summary .images img {
    align-self: center;
    object-fit: contain;
    cursor: pointer;
}

.product #tab-more_color_tab {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    justify-items: center;
    text-align: center;
}

.product #tab-more_color_tab a {
    color: #030405;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    margin: 0;
}

.woocommerce #singlep_addcontent {
    padding: 30px 0;
    display: block;
    clear: both;
}

.woocommerce div.product .product_title {
    margin: 0;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
    margin: 8px 0;
}


.mctitle {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 113%;
}

.morecolors {
    display: flex;
    gap: 30px;
    align-items: center;
    /*justify-items: end;*/
}

.morecolors.add {}

.morecolors .insp img {
    width: 100%;
    height: auto;
}

.morecolors .mory {
    cursor: pointer;
}

.morecolors .mory span {
    display: none;
}

.morecolors .mory svg {
    width: 33px;
}

#popup_more_colors .tito {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
}

#popup_more_colors .scold {
    overflow-y: scroll;
    height: 70vh;
    width: 700px;
}

#popup_more_colors .proz {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 10px;
    color: #030405;
    margin-bottom: 20px;
    align-items: center;
}

#popup_more_colors .proz img {
    height: auto;
    width: 170px;
}

#popup_more_colors .proz .narg {
    text-align: left;
    padding-left: 7px;
}

.product-section {
    margin-bottom: 40px;
}

.product-section h2 {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#adashot_slider a,
#accessories_slider a {
    text-align: center;
    display: block;
    color: #030405;
    width: 90%;
    margin: 0 auto;
}

#adashot_slider,
#accessories_slide {}


.splide__arrow {
    background: transparent;
}

.splide__arrow svg {
    fill: #030405;
    height: 2em;
    width: 2em;
}

.splide__pagination__page.is-active {
    background: #030405;
}

.splide__pagination li {
    position: relative;
    top: 45px;
}

.splide__pagination__page.is-active {
    transform: scale(1);
}

.variations select {
    padding: 10px;
}

.woocommerce div.product form.cart .variations select {
    color: #000;
    border: 1px solid #000;
    font-size: 17px;
    font-weight: 700;
}

/* =================== News =================== */

.archivein .warp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.archivein .warp h2 {
    margin: 0;
    padding: 0;
}

.archivein .warp h2 a {
    color: #030405;
}

.archivein .warp .mainimg {
    width: 100%;
    height: 190px;
    margin-bottom: 7px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.archivein .warp .mainimg:hover {
    opacity: 0.85;
    transform: scale(1.03);
    filter: brightness(0.95);
}


.archivein .warp .date {}


.navigation.pagination .nav-links {
    margin: 40px auto;
    display: flex;
    justify-content: center;
}

.navigation.pagination a,
.navigation.pagination span {
    border: 1px solid #cfc8d8;
    padding: 5px 12px;
    margin: 0;
    border-left: 0;
}


.navigation.pagination a {
    background: #fff;
    color: #030405;
}

.navigation.pagination a:last-of-type {
    border-left: 1px solid #cfc8d8;
}

.navigation.pagination span {
    background: #030405;
    color: #fff;
    border: 1px solid #030405;
}

.navigation.pagination svg {
    height: 10px;
    fill: #030405;
}

.rudy_breadcrumb {
    font-size: .92em;
    background: #F2F2F2;
    padding: 15px;
    margin: 0;
}

.rudy_breadcrumb a {
    text-decoration: none;
    color: #999;
    font-weight: normal;
    display: inline-block;
}

.rudy_breadcrumb a:hover {
    color: #030405;
}

/* =================== Technology =================== */

.archivein.tech .warp {
    grid-template-columns: repeat(4, 1fr);
}

.single-technology .excerpt {
    font-size: 115%;
    margin-bottom: 40px;
}

.archivein.tech .warp .mainimg {
    height: auto;
}


/* =================== Nakodot Shirot =================== */


#nakodot_shirot .cm_warp {
    margin-bottom: 10px;
}

#nakodot_shirot .cm_warp .cm_name {
    font-weight: bold;
}

#nakodot_shirot .cm_more_div h2 {
    margin: 0 0 7px 0;
    padding: 0;
}

#nakodot_shirot #gmap {
    width: 100%;
    height: 100vh;
}

#nakodot_shirot .gridy {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

#nakodot_shirot .premium svg {
    width: 15px;
    float: right;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.accordywarp .clicker {
    cursor: pointer;
}

.accordywarp .accordy {
    display: none;
}

.accordywarp .kibo.minus {
    display: none;
}

/* =================== Single Sport =================== */


.single-sport .inside_image {
    margin: 0 auto;
}

/* =================== Cart =================== */


.thecart #coupon_code {
    padding: 13px 5px;
}

.return-to-shop {
    display: none;
}

.thecart .variation {
    display: none;
}

/* =================== checkout =================== */


#billing_phone_field,
#billing_postcode_field,
#shipping_phone_field,
#shipping_postcode_field {
    width: 48%;
    float: right;
    clear: none;
}

#billing_email_field,
#billing_city_field,
#shipping_email_field,
#shipping_city_field {
    width: 48%;
    float: left;
    clear: none;
}

.thecheckout .e-coupon-anchor {
    display: block !important;
    margin-top: 0 !important;
}


.thecheckout .e-woocommerce-coupon-nudge.e-checkout-secondary-title {
    display: none;
}

.thecheckout .product-name img {
    display: block;
    width: 80px;
}

.thecheckout tr.cart_item td {
    vertical-align: middle !important;
}

.thecheckout .cart_item .product-quantity {
    display: none;
}


/* =================== Elementor Widget =================== */

.rudy_slider .swiper-button-next,
.rudy_slider .swiper-button-prev {
    color: #fff !important;
}

.rudy_slider .in {
    position: relative;
    background-repeat: no-repeat;
    color: #fff;
}

.rudy_slider .in.darkmode {
    color: #030405;
}

.rudy_slider .clitr {
    position: relative;
    z-index: 2;
    height: 100%;
}

.rudy_slider .krimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}

.rudy_slider .minp {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px 60px;
}

.rudy_slider .in .title {
    font-weight: bold;
    font-size: 50px;
}

.rudy_slider .in .sec_title {
    font-size: 20px;
    margin-top: 5px;
}

.rudy_slider .in .btn {
    font-size: 16px;
    margin-top: 30px;
    background: #fff;
    color: #030405;
    padding: 15px 25px;
}

.rudy_slider .in .btn:hover {
    color: #fff;
    background: #030405;
}

.rudy_slider .in.darkmode .btn {
    color: #fff;
    background: #030405;
}

.rudy_slider .in.darkmode .btn:hover {
    background: #fff;
    color: #030405;
}

.rudy_slider .desk_img {
    display: block;
}

.rudy_slider .tablet_img {
    display: none;
}

.rudy_slider .mobile_img {
    display: none;
}

#billing_country_field,
#shipping_country_field {
    display: none;
}

.thepage {
    min-height: 50vh;
    margin: 0 -10px;
}