﻿@import url('https://fonts.googleapis.com/css2?family=Carattere&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300&display=swap');
:root {
    --liron-gold: #CF9C19;
    --liron-turkiz: #4bc3cd;
}
html {
    font-size: 1.2rem;
}

body {
	font-family: stanga, 'Open Sans Condensed', sans-serif;
	color: #3d3d3d;
	overflow-x: hidden;
	max-width: 100vw;
	padding-top: 181px;
	cursor: url(/img/cursors/default.png), auto !important;
}
select{
	cursor: url(/img/cursors/default.png), auto !important;
}
a, button, .btn, .lightgallery .lightItem, select option{
	cursor: url(/img/cursors/pointer.png), auto !important;
}

.container {
    max-width: 1520px;
}

.main label > a:not([class]):before,
.main p > a:not([class]):before {
    background-color: rgba(239, 174, 64, 0.75);
}

.main label > a:not([class]):hover:before,
.main p > a:not([class]):hover:before {
    background-color: rgba(239, 174, 64, 0.20);
}
.btn {
    border-radius: 0;
}
.btn-sm {
    font-size: .8rem !important;
}
.btn-primary {
    background: #41ac90;
    border: 0;
    position: relative;
    padding: 7px 20px;
    color: #fff;
}
.backofficeEditBtn {
    position: fixed;
    bottom: 0;
    right: 0;
    color: var(--liron-turkiz);
}
.btn-outline-primary {
    /*font-size: 1.3rem;*/
    border: 2px solid var(--liron-gold);
    border-radius: 0;
    clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
    color: var(--liron-gold);
    font-weight: 500;
    padding: 5px 25px;
}

    .btn-outline-primary:hover,
    .btn-outline-primary:not(:disabled):not(.disabled):active,
    .btn-outline-primary.focus,
    .btn-outline-primary:focus {
        background: var(--liron-gold);
        border-color: var(--liron-gold);
    }

.btn.btn-primary i {
    margin-left: 5px;
}

.btn-secondary {
    background: var(--liron-turkiz);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 0;
    clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
    padding: 5px 20px;
    border: 0;
}

    .btn-secondary:hover {
        background: var(--liron-gold);
    }

.btn-outline-primary i {
    font-size: 22px;
    margin-right: 5px;
}

.h1 {
    font-size: 3rem;
}

h2, .h2 {
    color: var(--liron-turkiz);
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

    h2:after {
        background: url(/img/itur.png);
        position: absolute;
        width: 95px;
        height: 30px;
        content: '';
        bottom: -15px;
        transform: translateX(50%);
        right: 50%;
    }

h3, .h3 {
    color: var(--liron-turkiz);
    font-size: 2rem;
}

h4, h4 {
    color: #3D3D3D;
    font-size: 1.3rem;
    line-height: 1.7rem;
}

p {
    color: #3D3D3D;
}

.page-item.active .page-link {
    background-color: var(--liron-turkiz);
    border-color: var(--liron-turkiz);
}

.page-link {
    color: var(--liron-turkiz);
}

    .page-link:hover {
        color: var(--liron-turkiz);
    }

a:hover {
    text-decoration: none;
}

.navCollapser {
    position: absolute;
    top: 7px;
    right: 0;
    width: 116px;
    height: 110px;
    padding: 0;
    z-index: 999;
    overflow: hidden;
    border-radius: 0;
}

    .navCollapser:focus {
        outline: 0;
        box-shadow: none;
    }

.burger {
    display: block;
    width: 50px;
    height: 3px;
    background-color: var(--liron-gold);
    position: absolute;
    /*left: 20px;*/
    left: 32.5px;
    transition: all .1s ease-in-out;
}

.burger1 {
    top: 36px;
}

.burger2 {
    top: 51px;
    left: /*45px;*/
    left: 32.5px;
    background-color: var(--liron-turkiz);
}

.burger3 {
    top: 66px;
}

.navCollapser:not([aria-expanded="true"]):hover .burger {
    left: 32.5px !important;
}

.navCollapser[aria-expanded="true"] .burger {
    width: 60px;
}

.navCollapser[aria-expanded="true"] .burger2 {
    left: 120px;
}

.navCollapser[aria-expanded="true"] .burger1 {
    transform: rotate(45deg);
    top: 57px;
    left: 29px
}

.navCollapser[aria-expanded="true"] .burger3 {
    transform: rotate(-45deg);
    top: 57px;
    left: 29px
}

.listDetails ul {
    list-style: none;
    padding: 0;
}

.listDetails p {
    display: inline-block;
    margin: 0;
}

.listDetails span {
    font-weight: 500;
}

.listDetails {
    padding: 0;
}

.listCategory {
    border-bottom: 1px solid #ededed;
    margin-bottom: 15px;
}

.socialProduct i {
    color: var(--liron-gold);
}

.socialProduct ul {
    list-style: none;
}

.socialProduct li {
    display: inline-block;
}

.socialProduct li {
    margin-right: 5px;
}

.MoreDetails {
    border-bottom: 1px solid #ededed;
    margin-bottom: 15px;
}

.page-hero {
    background-color: #ffffff;
    text-align: right;
    background: url(/img/back.jpg);
    background-size: cover;
    min-height: 380px;
    padding: 30px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    max-width: 1515px;
}

    .page-hero.image-hero:before {
        background: url(/img/bannerbefore.png);
        content: '';
        background-position-y: bottom;
        background-repeat: no-repeat;
        z-index: 1;
        background-position-x: center;
    }

    .page-hero.image-hero:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 0;
        background-image: linear-gradient(to right, #67594300,#675943);
    }

.image-hero::before {
    content: none;
}


/*.page-hero:before {
    content: "\e90c";
    position: absolute;
    right: -200px;
    font-size: 320px;
    font-family: 'SwitchIcons' !important;
    z-index: 1;
    color: #efae40;
    bottom: -300px;
  }*/

.page-hero h1 {
    display: inline-block;
    font-size: 3rem;
    margin-top: -100px;
    margin-right: 50px;
    position: relative;
    z-index: 1;
}

    .page-hero h1:before {
        content: "\e911";
        color: var(--liron-gold);
        font-size: 34px;
        font-family: 'icomoon' !important;
        display: block;
        text-align: center;
        line-height: 40px;
    }

    .page-hero h1:after {
        content: "\e90e";
        color: var(--liron-turkiz);
        font-size: 18px;
        font-family: 'icomoon' !important;
        display: block;
        text-align: center;
        line-height: 30px;
    }

.page-hero i {
    font-size: 2rem;
    margin-left: 10px;
}

.breadcrumb {
    background: transparent;
    position: relative;
    padding-right: 0;
    justify-content: flex-start;
    z-index: 1;
    margin-bottom: 50px;
}
.Os_ProductVariation .breadcrumb {
    margin-top: -60px;
    margin-bottom: 20px;
}

.breadcrumb li:not(:last-child):after {
    display: inline-block;
    padding-left: .5rem;
    color: #6c757d;
    content: "/";
}

    .breadcrumb a {
        color: #3D3D3D;
        font-weight: normal;
    }

    .breadcrumb li.active {
        color: var(--liron-gold);
    }

    .breadcrumb li {
        font-size: 1rem;
    }

.headerSearch .btn-primary {
	width: auto;
	background-image: url(/img/imggold.jpeg), var(--liron-gold);
	/*background: var(--liron-gold);*/
	clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 0, 100% 100%, 15px 100%, 0% 50%);
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 15px;
}
.headerSearch .btn-primary:hover {
    background-color: #e7af1f;
}
.headerSearch form .input-group > .form-control {
    border: 1px solid #e7af1f;
}

/*liron*/
.floatingWhatsapp {
    position: fixed;
    left: 15px;
    top: calc(70vh + 38px + 124px);
    transform: translateY(-50%);
    z-index: 99;
    background-color: var(--liron-turkiz);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    width: 80px;
    height: 80px;
    transition: all .1s ease-in-out;
}
    .floatingWhatsapp:hover {
        color: white;
        transform: translateY(-50%) rotate(20deg);
    }
.collectionText .icon-iconLiron18 {
    color: var(--liron-gold);
    font-size: 24px;
}

.collectionText i.icon-iconLiron15 {
    color: var(--liron-turkiz);
    font-size: 15px;
}

.productInfo h4 {
    color: #3D3D3D;
}


.btnLiron {
    display: inline-block;
    position: relative;
    background-color: transparent;
    border: 0;
    z-index: 0;
    color: var(--liron-gold);
    padding: .50rem 1rem;
    font-size: 1.2em;
}
    .btnLiron:focus {
        outline: none;
        box-shadow: none;
    }

    .btnLiron:before,
    .btnLiron:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 49%;
        z-index: -1;
        border: 1px solid var(--liron-gold);
    }

    .btnLiron:before {
        border-bottom: none;
        top: 0;
        right: 0;
        transform: perspective(15px) rotateX(5deg);
    }

    .btnLiron:after {
        border-top: none;
        bottom: 0;
        right: 0;
        transform: perspective(15px) rotateX(-5deg);
    }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after, 
.swiper-container-rtl .swiper-button-next:after {
    content: none;
}
.swiper-button-next,
.swiper-button-prev {
    font-size: 2rem;
}
.specially4you .swiper-container {
    height: 700px;
    padding-top: 50px;
    margin-top: -50px;
}
    .specially4you .swiper-container .swiper-button-prev,
    .specially4you .swiper-container .swiper-button-next {
        top: 45%;
    }   
.specially4you .swiper-slide {
    height: calc((100% - 90px) / 2);
}
.specially4you .product {
    margin: 0;
    padding: 0 13px;
}
    .specially4you .product .productImage,
    .specially4you .product .productHoverBtns {
        border-radius: 0;
    }
.specially4you .col-md-6:nth-child(2) {
    position: relative;
}
    .specially4you .col-md-6:nth-child(2):before {
        content: '\e90e';
        font-family: 'icomoon' !important;
        display: block;
        position: absolute;
        bottom: calc(50% + 50px);
        right: 50%;
        transform: translate(50%, 50%);
        color: rgb(75, 195, 205);
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        font-size: 78px;
        z-index: 99;
    }
.recForYou img {
    max-width: 100%;
}    
.recForYou .recForYouText {
    position: absolute;
    transform: translateY(-100%);
    padding-bottom: 10px;
    text-align: center;
}
.recForYou .recForYouText h3 {
    color: #fff;
    line-height: 0.9em;
    margin-bottom: 0;
}
.recForYou .recForYouText i.icon-iconLiron18{
    color: var(--liron-gold);
    font-size: 1.3em;
}
.recForYou .recForYouText i.icon-iconLiron15{
    color: var(--liron-turkiz);
    font-size: 0.9em;
}
.lakochotMesaprot .tetsImg {
    min-height: 360px;
    background-size: cover;
    background-position: center;
}
.lakochotMesaprot .testemonials .swiper-pagination {
    width: 20px;
    top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lakochotMesaprot .testemonials .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
}

.lakochotMesaprot .testimonialText {
    position: relative;
}
.lakochotMesaprot .testimonialText blockquote{
    font-family: 'AvigailMFW';
}

    .lakochotMesaprot .testimonialText::before {
        content: '';
        background: rgb(255 255 255 / 70%);
        position: absolute;
        top: -20px;
        bottom: -20px;
        left: -20px;
        right: -80%;
        z-index: -1;
        border-radius: 20px;
    }

.lakochotMesaprot .testimonialText {
    margin: 80px 30px 80px 0;
    padding: 20px 0 20px 20px;
}

    .lakochotMesaprot .testimonialText i {
        text-align: center;
        display: block;
        color: var(--liron-gold);
        font-size: 82px;
        margin-bottom: 23px;
        margin-top: 20px;
    }

.lakochotMesaprot p {
    text-align: center;
    margin: 10px;
    font-size: 1.4rem;
}
.lakochotMesaprot .swiper-slide.swiper-slide-next {
    opacity: 0 !important;
}

.articleBlock .articleText {
    padding: 15px;
    text-align: right;
}

.titleMivzaim {
    margin-top: -340px;
}

    .titleMivzaim h2 {
        color: #fff;
        margin: 0;
        font-family: 'AvigailMFW';
        font-size: 3em;
    }

    .titleMivzaim h3 {
        color: #fff;
        margin-bottom: 80px;
        font-family: 'AvigailMFW';
        font-size: 2em;
    }

    .titleMivzaim h2:after {
        content: none;
    }

    .titleMivzaim h3:before {
        background: url(/img/itur.png);
        position: absolute;
        width: 95px;
        height: 30px;
        content: '';
        bottom: -35px;
        transform: translateX(50%);
        right: 50%;
    }

.hexigonInput {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    margin: 0px 15px;
}
.citiesSelectWrap {
    z-index: 2;
}
.hexigonInput .dropdown-item.active, 
.hexigonInput .dropdown-item:active {
    background-color: #4bc3cd;
}
    .hexigonInput:before,
    .hexigonInput:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 48%;
        z-index: -1;
        border: 1px solid rgb(208 146 39 / 50%);
    }

    .hexigonInput:before {
        border-bottom: none;
        top: 0;
        right: 0;
        transform: perspective(15px) rotateX(5deg);
    }
    .col-md-6 > .form-group > .hexigonInput:before {
        transform: perspective(15px) rotateX(3deg);
    }
    .col-md-6 > .form-group > .hexigonInput:after {
        transform: perspective(15px) rotateX(-3deg);
    }
    .col-12 > .form-group > .hexigonInput:before {
        transform: perspective(15px) rotateX(1.3deg);
    }

    .col-12 > .form-group > .hexigonInput:after {
        transform: perspective(15px) rotateX(-1.3deg);
    }

    .hexigonInput:after {
        border-top: none;
        bottom: 0;
        right: 0;
        transform: perspective(15px) rotateX(-5deg);
    }

    .hexigonInput> .form-control {
        border: 0;
        max-height: 54px;
    }
    .hexigonInput> .form-control:focus {
        box-shadow: none;
    }
    .floatingLabelsForm .form-group .hexigonInput label:not(.error){
        position: absolute;
        top: -30px;
    }
.mivzaim .form-group label {
    cursor: text;
}
.mivzaim .form-group input {
    background: transparent;
    color: #fff;
    height: 48px;
    box-shadow: none;
    outline: none;
}
.mivzaim .form-group input:focus {
    box-shadow: none;
    outline: none;
}
.mivzaim .hexigonInput:before,
.mivzaim .hexigonInput:after {
    border-color: #fff;
}

button#RegisterNewsletterFormSubmit {
    background: var(--liron-turkiz);
    height: 48px;
}

.mivzaim label {
    color: #fff !important;
}

.mivzaim .form-group label:not(.error) {
    color: #3D3D3D;
}

.iconsGold {
    padding-top: 200px;
    background-color: white;
    padding-bottom: 60px;
    margin: -180px 0 -100px 0;
    text-align: center;
}
    .iconsGold .simpleGridItems > div:first-child {
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        padding-top: 101px;
        width: 101px;
    }

:root {
    --swiper-theme-color: var(--liron-gold);
}

.btn-primary {
    clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
    width: 175px;
    background: url(/img/imggold.jpeg), var(--liron-gold);
    background-size: cover;
    transition: all .1s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.productHoverBtns .btn-primary {
    background-color: var(--liron-turkiz);
}
.productHoverBtns .btn-primary::after {
    content: '';
    position: absolute;
    right: 0; left: 0;
    bottom: 0; top: 0;
    background: url(/img/imggold.jpeg), var(--liron-gold);
    background-size: cover;
    z-index: -1;
    transition: all .15s ease-in-out;

}
.productHoverBtns .btn-primary:hover::after {
    opacity: 0;
}

.productHoverBtns .btn-primary {
    margin: 5px;
}

.lakochotMesaprot:after {
    content: '';
    background: url(/img/חברון-1.png);
    width: 571px;
    height: 210px;
    position: absolute;
    left: 100px;
    bottom: -45px;
}

.lakochotMesaprot {
    position: relative;
}

    .lakochotMesaprot .animated {
        position: relative;
        z-index: 1;
    }

.magazinSection .btnLiron:after {
    content: '';
    background-color: #fcf9f3;
}

.articleBlock {
    border-radius: 20px;
    box-shadow: 3px 0px 15px rgb(224 224 224 / 50%);
}

    .articleBlock:hover h4 {
        color: var(--liron-gold);
    }

.amountDelete {
    color: #CDCDCD;
}

    .amountDelete .currency {
        color: #CDCDCD;
    }

.homeCollection {
    background: #fff;
}
footer .email {
    font-size: 19px;
}
/*header*/
header{
	background-color:#ffffff;
}
.headerTop {
    border-bottom: 1px solid #eee;
}

.petButton {
    position: absolute;
    top: -10px;
    right: -2px;
    background-size: 17px;
    width: 40px;
}

header .navbar-nav .nav-item:hover .dropdown-menu.brandsMenu {
    display: flex;
    right: 0;
    max-width: 100%;
    align-items: stretch;
    flex-wrap: wrap;
}

.brandsMenu .dropdown-item {
    width: auto;
    padding: 0;
    display: flex;
    align-items: center;
}

    .brandsMenu .dropdown-item a {
        display: block;
    }

.brandsMenu img {
    width: 100px;
}

.SecondaryMenu a {
    color: #3D3D3D;
    font-weight: 400 !important;
    font-size: 18px;
}

header .SecondaryMenu a:hover {
    color: var(--liron-turkiz);
}

.SecondaryMenu #languageSelectorButton {
    color: var(--liron-gold);
}

.SecondaryMenu .memberBtn {
    padding-right: 35px;
    color: white;
    transition: all .1s ease-in-out;
}

    .SecondaryMenu .memberBtn:hover {
        padding-right: 38px;
        color: white;
    }

.SecondaryMenu #secNav .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    padding: 20px 30px 0;
}
.SecondaryMenu #secNav li {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.SecondaryMenu #secNav li:last-child .nav-link {
    line-height: 1.8rem;
    font-family: 'Carattere';
}
    .SecondaryMenu #secNav li:last-child .nav-link:before {
        background-image: url(/img/giftIcon.gif);
        background-size: contain;
        width: 66px;
        height: 36px;
        background-repeat: no-repeat;
        margin: -5px -20px 0px 0px;
    }
    .SecondaryMenu #secNav .nav-link::before {
        font-size: 1.2em;
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
    }

.SecondaryMenu #secNav li:nth-child(2) a::before {
    content: "";
}

.SecondaryMenu #secNav li:nth-child(1) a::before {
    content: "\e909";
}

#mainNav a {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 4px 30px;
    display: block;
    text-align: center;
}

#mainNav > li > a:hover,
#mainNav > li > a.active,
#mainNav > li > a.golden {
    color: gold;
}

#mainNav > li > a.golden:before {
	background-image: url(/img/imggold.jpeg), var(--liron-gold);
    background-clip: text;
    -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    content: "\e911";
    color: var(--liron-gold);
    font-size: 1rem;
    font-family: 'icomoon' !important;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    right: 50%;
    transform: translate(50%, -60%);
    background-size: 50px;
    background-position: 34px;
}

#mainNav > li {
    position: relative;
}

    #mainNav > li:not(:last-child):after {
        content: '♦';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;    
    }
#mainNav .dropdown-toggle::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    border: 0;
    font-size: 12px;
    vertical-align: 1px;
    margin-right: 5px
}

#mainNav ul.dropdown-menu {
	background-image: url(/img/back.jpg);
	box-shadow: 0 0 15px rgb(0 0 0 / 30%);
	min-width: 5rem;
}
#mainNav ul.dropdown-menu a {
	color: #3D3D3D;
}

#mainNav ul.dropdown-menu a:hover {
	/*text-shadow: 0 0 5px black;*/
	color: var(--liron-gold);
}
#mainNav .dropdown-item.active, 
#mainNav .dropdown-item:active {
    background-color: transparent;
	color: var(--liron-gold);
}
/*.navSearch ul.dropdown-menu a {
    text-shadow: 0 0 5px black;
}*/
.navSearch .form-control,
.navSearch .form-control:focus {
    background-color: #fff;
}
.navSearch ul.dropdown-menu {
    background: url(/img/imggold.jpeg), var(--liron-gold);
    background-size: cover;
    border: 0;
}

    .navSearch ul.dropdown-menu a:hover {
        color: var(--liron-gold);
        background-color: rgba(255,255,255,.2);
    }

#mainNav li a:before {
    font-family: 'SwitchIcons';
    display: inline-block;
    padding-left: 2px;
}
#mainNav .dropdown-item{
    padding: 0px 20px;
}
#mainNav .dropdown-item a.active,
#mainNav .dropdown-item a:hover {
    background-color: var(--liron-turkiz);
    color: #fff !important;
}
.menu {
    background: var(--liron-turkiz);
}

.SecondaryMenu a.headerPhone {
    padding: 15px 30px;
    color: var(--liron-gold);
}

.navbar-nav i {
    font-size: 17px;
}

.searchExpander {
    border: 0;
    background: var(--liron-turkiz);
    color: #fff;
    padding: 0;
    width: 50px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
}

    .searchExpander:hover {
        color: #fff;
        background-color: var(--liron-turkiz);
    }

    .searchExpander[aria-expanded="true"] {
        color: var(--liron-turkiz);
        background: #fff;
    }

        .searchExpander[aria-expanded="true"]:hover {
            color: var(--liron-turkiz);
        }
        .searchExpander[aria-expanded="true"] i:before {
            content: 'X';
            font-family: cursive;
            font-size: 22px;
            padding-bottom: 2px;
        }

    #headerSearch {
        border-radius: 0;
        min-width: 156px;
    }
    .headerSearchWrap .input-group {
        min-width: 300px;
    }


.nav-item i {
    margin-left: 5px;
    font-size: 1.2rem;
}

.price {
    color: var(--liron-gold);
    line-height: 1.8rem;
    ;
}
.amount {
    font-size: 1.8rem;
    /*font-weight: bold;*/
}
/*home page*/
/*#homeSliderWrapper picture:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    background-image: linear-gradient(to right,#ffffff00,rgb(38 38 38 / 45%));
}*/
.Ticker {
    background: #fff;
}
.tickerContainer {
    overflow: hidden;
}
.titleTicker {
    color: var(--liron-gold);
    font-size: 28px;
    font-weight: 500;
    white-space: nowrap;
    padding-left: 50px;
}
.updatesTicker .swiper-slide {
    width: fit-content;
    height: 70px;
    font-family: 'AvigailMFW';
    font-size: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
}
    .updatesTicker .swiper-slide:after {
        content: '';
        background-color: var(--liron-gold);
        display: block;
        height: 17px;
        width: 13px;
        clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
        position: absolute;
        bottom: 50%;
        left: 0;
        transform: translate(-50%, 50%);
        pointer-events: none;
    }
.updatesTicker .swiper-wrapper {
    transition-timing-function: linear;
}
    .collectionText {
    position: absolute;
    top: 270px;
    text-align: center;
    right: 40px;
}

    .collectionText h3 {
        color: #fff;
    }

    .collectionText h4 {
        color: #fff;
        font-family: 'AvigailMFW';
        font-size: 1.5em;
        line-height: 20px;
    }
.productImages {
    box-shadow: 0 0px 10px #ccc;
}
.productImage {
    background-size: cover;
    position: relative;
    background-color: #fff;
    padding-top: 90%;
    border-radius: 20px;
    overflow: hidden;
}
.productImage:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    background-size: cover;
    transform-origin: center;
    transition: transform .1s ease-in-out;
}
.productImage:hover:after {
    transform: scale(1.05);
}
.productImages .productImage {
    border-radius: 0;
}
    .productImagesThumbs {
    padding: 10px 10px;
    margin: 10px -10px 0 -10px;
}
.productImagesThumbs i.fas.fa-chevron-left {
    font-size: 1.3rem;
}
.productImagesThumbs i.fas.fa-chevron-right {
    font-size: 1.3rem;
}
.productThumb {
    box-shadow: 0 0px 10px #ccc;
    height: 0;
    padding-top: 22%;
}
.productHoverBtns {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .1s ease-in-out;
    background-color: rgba(0,0,0,.5);
    border-radius: 20px;
}

.product:hover .productHoverBtns {
    opacity: 1;
}

#homeSlider .swiper-slide {
    height: 64vh;
}

.homeSliderText {
    background-image: url(/img/sliderTextBg.png);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-shadow: none;
    height: 370px;
    width: 385px;
    padding-top: 15px;
}
.homeSliderText .homeSliderTitle {
    font-size: 70px;
    line-height: .85em;
}
.homeSliderText .homeSliderSubTitle {
    font-size: 46px;
}
.homeHeroSection h1 {
    color: #fff;
    position: absolute;
    transform: translate(50%);
    right: 50%;
    z-index: 2;
    font-size: 80px;
    margin: 20px 0;
    font-weight: bold;
}
.homeSliderText .btnLiron {
    font-size: 1.25em;
    color: #fff;
}
    .homeSliderText .btnLiron:hover {
        color: var(--liron-turkiz);
    }
    .homeSliderText .btnLiron:before,
    .homeSliderText .btnLiron:after {
        border-color: #fff;
    }
    .homeSliderText .btnLiron:hover:before,
    .homeSliderText .btnLiron:hover:after {
        background-color: #fff;
    }
.homeHeroSection .form-group {
    width: 80%;
    margin: auto;
}

.homeHeroSection .floatingLabelsForm .form-group input:focus ~ label.floatingLabel,
.homeHeroSection .floatingLabelsForm .form-group textarea:focus ~ label.floatingLabel,
.homeHeroSection .floatingLabelsForm .form-group input.valid ~ label.floatingLabel,
.homeHeroSection .floatingLabelsForm .form-group textarea.valid ~ label.floatingLabel,
.homeHeroSection .floatingLabelsForm .form-group input.input-validation-error ~ label.floatingLabel,
.homeHeroSection .floatingLabelsForm .form-group input.error ~ label.floatingLabel,
.homeHeroSection .floatingLabelsForm .form-group textarea.input-validation-error ~ label.floatingLabel {
    color: #fff;
}

.activeHalf,
.passiveHalf {
    padding-top: 150px;
    color: #fff;
}

    .activeHalf img,
    .passiveHalf img {
        margin: auto;
        display: block;
        z-index: 1;
        position: relative;
        transition: all .25s ease-in-out;
        max-width: 1000px;
    }

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgb(75 195 205 / 50%);
    border-color: var(--liron-turkiz);
}

.floatingLabelsForm .form-group input#dogName:focus ~ label.floatingLabel,
.floatingLabelsForm .form-group input#dogName.valid ~ label.floatingLabel,
.floatingLabelsForm .form-group input#dogName.input-validation-error ~ label.floatingLabel,
.floatingLabelsForm .form-group input#dogName.error ~ label.floatingLabel {
    color: #fff;
}

.iconicBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 175px;
    margin: auto;
}

    .iconicBtn .bgIcon {
        position: absolute;
        font-size: 155px;
        transition: all .1s ease-in-out;
    }

    .iconicBtn:hover .bgIcon {
        font-size: 140px;
        color: #eeae40;
    }

.filterIcon {
    text-align: center;
}

    .filterIcon i {
        font-size: 60px;
    }


.saleProduct {
    text-align: center;
    position: relative;
}

.saleProduct2:before {
    content: "\e90c";
    position: absolute;
    right: -50px;
    font-size: 175px;
    font-family: 'SwitchIcons' !important;
    z-index: 1;
    color: var(--liron-turkiz);
    bottom: 0;
}


.about {
    position: relative;
}

    .about .col-md-6 img {
        width: 100%;
    }

    .about:before {
        content: "\e90c";
        position: absolute;
        right: -233px;
        font-size: 350px;
        font-family: 'SwitchIcons' !important;
        z-index: 1;
        color: #efae40;
        bottom: 0;
    }

.productsHome .nav-link.active {
    background: var(--liron-gold);
    border: 0;
    border-radius: 30px;
    position: relative;
    padding: 7px 25px;
}

.products .col-lg-3 {
    padding-right: 10px;
    padding-left: 10px;
}

.product {
    padding: 15px;
    margin-bottom: 0;
}

.page-item.disabled .page-link {
    background-color: #fff0;
}

.page-link {
    background-color: #fff0;
}

.product .priceNbtn {
    min-height: 50px;
}

.product h4 {
    font-size: 1.4rem;
    text-align: right;
    padding: 10px 0px 6px 10px;
}

.product .price .currency {
    font-size: 0.8rem;
    padding-left: 5px;
    text-decoration: inherit;
}

.product .addToCart {
    border: 0;
    padding: 5px;
    color: #fff;
    font-size: 1rem;
}

    .product .addToCart:before {
        content: '\e901';
        font-family: 'icomoon' !important;
        font-weight: 400;
    }
    .product .price {
        padding-top: 10px;
    }

    .product .addToCart.hasVariations:before {
        content: none;
    }

.btn-primary:hover {
    background: var(--liron-turkiz);
}
.btn-primary:not(:disabled):not(.disabled):active {
    background: #32b0ba;
}

.variationThumb {
    border: 1px solid var(--liron-gold);
}

.productsHome .nav-link {
    background: #eee;
    border-radius: 30px;
    position: relative;
    color: var(--liron-gold);
    padding: 7px 25px;
}

.productsHome .nav-item {
    margin-left: 10px;
}

.productImg {
    padding-top: 80%;
    background-repeat: no-repeat;
    background-size: contain;
}

.productText, .magazinText {
    color: #7a7a7a;
}

.price {
    font-weight: 500;
}

.bannersSlider img {
    width: 100%;
}

.Services {
    background: #4bc2b9;
    color: var(--liron-gold);
    text-align: center;
    position: relative;
    padding: 30px 0 30px 0;
    margin-top: 60px;
}

    .Services ~ .Services {
        padding-bottom: 120px;
        position: relative;
        margin-top: 0;
    }

    .Services .row {
        padding-left: 260px;
    }

    .Services ~ .Services:before {
        content: '';
        display: block;
        height: 577px;
        width: 348px;
        background-image: url(/img/dogs2.png);
        background-position: center;
        background-size: cover;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .Services h2 {
        color: #fff;
    }

    .Services img {
        left: 0;
        position: absolute;
        bottom: 0;
    }

    .Services .simpleGridItems.iconItem {
        flex-direction: column;
    }

        .Services .simpleGridItems.iconItem:before {
            content: "\e912";
            font-family: 'SwitchIcons' !important;
            position: absolute;
            font-size: 155px;
            transition: all .1s ease-in-out;
        }

        .Services .simpleGridItems.iconItem .textPart {
            position: absolute;
            top: calc(100% + 1.5rem);
        }

    .Services i {
        font-size: 70px;
    }

.Service .col-md-2:before {
    content: "\e912";
    position: absolute;
    font-size: 125px;
    font-family: 'SwitchIcons' !important;
    z-index: 1;
    color: var(--liron-gold);
    transform: translate(50%);
    right: 50%;
    bottom: 20px;
}

.Service h4 {
    margin-top: 35px;
}

.newLatter {
    background-color: #4bc2b9;
    /*background-image: url(/img/back2.png);*/
    position: relative;
    margin-bottom: -30px;
}

    .newLatter p, .newLatter h2 {
        color: #fff;
    }

    .newLatter .container {
        z-index: 9;
        position: relative;
    }

    .newLatter .floatingLabelsForm .form-group input:focus ~ label.floatingLabel,
    .newLatter .floatingLabelsForm .form-group textarea:focus ~ label.floatingLabel,
    .newLatter .floatingLabelsForm .form-group input.valid ~ label.floatingLabel,
    .newLatter .floatingLabelsForm .form-group textarea.valid ~ label.floatingLabel,
    .newLatter .floatingLabelsForm .form-group input.input-validation-error ~ label.floatingLabel,
    .newLatter .floatingLabelsForm .form-group input.error ~ label.floatingLabel,
    .newLatter .floatingLabelsForm .form-group textarea.input-validation-error ~ label.floatingLabel {
        color: #fff;
    }

.floatingLabelsForm .form-group input:focus ~ label.floatingLabel,
.floatingLabelsForm .form-group textarea:focus ~ label.floatingLabel,
.floatingLabelsForm .form-group select:focus ~ label.floatingLabel,
.floatingLabelsForm .form-group input.valid ~ label.floatingLabel,
.floatingLabelsForm .form-group textarea.valid ~ label.floatingLabel,
.floatingLabelsForm .form-group select.valid ~ label.floatingLabel,
.floatingLabelsForm .form-group input.input-validation-error ~ label.floatingLabel,
.floatingLabelsForm .form-group textarea.input-validation-error ~ label.floatingLabel,
.floatingLabelsForm .form-group select.input-validation-error ~ label.floatingLabel,
.floatingLabelsForm .form-group input.error ~ label.floatingLabel,
.floatingLabelsForm .form-group textarea.error ~ label.floatingLabel,
.floatingLabelsForm .form-group select.error ~ label.floatingLabel {
    color: var(--liron-turkiz);
}

.input-group .form-control {
    height: calc(.8em + .75rem + 2px);
}

.headerSearch .form-control {
    border-radius: 30px;
    border: 1px solid #fff;
    border-right: 1px solid var(--liron-turkiz);
    padding: 5px;
    font-size: 1.2rem;
    height: 45px;
}
.headerSearch .form-control:focus {
    box-shadow: none;
}

.form-group select {
    border-radius: 30px;
}

footer .form-control {
    color: var(--liron-gold);
    border-radius: 30px;
}
.floatingLabelsForm .form-group {
    margin-bottom: 40px;
}
    .floatingLabelsForm .form-group span.field-validation-error,
    .floatingLabelsForm .form-group label.error,
    .tranzilaHostedFiedsForm .form-group label.error,
    .floatingLabelsForm .form-group span.field-validation-error, .floatingLabelsForm .form-group label.error, .tranzilaHostedFiedsForm .form-group label.error, .tranzilaHostedFiedsForm .form-group .field-validation-error {
        background-color: transparent;
        font-size: .75rem;
        left: 10px;
        padding: 1px 5px;
        top: calc(100% - 5px);
    }
    .floatingLabelsForm .form-group.notesGroup {
        margin-bottom: 0;
        padding: 5px 20px 0;
    }
        .floatingLabelsForm .form-group.notesGroup label:not(.error) {
            transform: translateY(40px);
            margin-bottom: -10px;
        }
    .floatingLabelsForm .form-group.notesGroup textarea:focus {
        box-shadow: none;
    }
    .floatingLabelsForm .form-group.notesGroup .sizesNotes {
        font-size: 0.8em;
        line-height: 1em;
        margin-top: 15px;
    }
    .floatingLabelsForm .form-group.notesGroup .sizesNotes a{
        color:var(--liron-turkiz);
    }
    .trnzBlock {
        background-color: transparent;
    }
.loadingBtn, 
.ccPayLoadingBtn {
    font-size: .9rem;
}


.form-group {
    position: relative;
}

.dogsN {
    position: absolute;
    bottom: 0;
    right: 0;
}

.onsale:before {
    content: "\e90e";
    color: var(--liron-turkiz);
    font-size: 92px;
    font-family: 'icomoon' !important;
    display: block;
    text-align: center;
    line-height: 20px;
    position: absolute;
    z-index: -1;
}
.onsale {
    color: #fff;
    background-color: rgb(255 255 255 / 0%);
    font-family: 'AvigailMFW';
}
.outofstock:before {
	content: "\e90e";
	font-size: 92px;
	font-family: 'icomoon' !important;
	display: block;
	text-align: center;
	line-height: 92px;
	position: absolute;
	z-index: -1;
	color: transparent;
    background: url(/img/imggold.jpeg), var(--liron-gold);
    background-clip: text;
    background-size: cover;
    -webkit-background-clip: text;
    filter: grayscale(100%) brightness(1.25);
}
.outofstock {
	color: #fff;
	background-color: transparent;
}
.variationsPanel .outofstock {
	transform: translateY(45%);
	z-index: 10;
}

.isNew {
    background: url(/img/imggold.jpeg), var(--liron-gold);
    background-size: 200px;
    color: white;
    padding: 5px 30px 5px 35px;
    position: absolute;
    bottom: 0;
    right: -1px;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 10% 100%, 0% 50%);
    font-family: 'AvigailMFW';
    font-size: 1.25em;
    line-height: 1em;
    z-index: 1;
    display: none; /* temporary */
}

.popUp.newLatter {
    background-size: cover;
    min-height: 600px;
}

    .popUp.newLatter .dogsN2 {
        left: 0;
        position: absolute;
        bottom: 0;
        z-index: 9;
    }

.floatingCart {
    background: url(/img/imggold.jpeg), var(--liron-gold);
    background-size: cover;
    border-radius: 0;
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
	margin-top:70px;
}

    .floatingCart a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .floatingCart i {
        font-size: 1.5rem;
        font-weight: normal;
        display: block;
        order: -1;
    }



.cart-counter {
    top: -12px;
    left: -14px;
    height: 18px;
    width: 18px;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    background-color: var(--liron-turkiz);
}

#cartSummaryModal .modal-header {
    background-color: var(--liron-gold);
    padding: 5px;
    border-radius: 0;
    align-items: center;
}

    #cartSummaryModal .modal-header .close {
        position: relative;
        color: #fff;
        opacity: 1;
        padding: 20px 20px;
        text-shadow: none;
    }
    #cartSummaryModal .modal-content .modal-title {
        line-height: 1;
    }
#cartSummaryModal h3 {
    color: #fff;
}
#cartSummaryModal .modal-body .sideCartItems {
    max-height: calc(100vh - 220px);
}
.sideCartItem h4 {
    font-size: 1.3rem;
}
.sideCartItem .subTitle {
    line-height: 1;
}
.btn-outline-secondary {
    color: var(--liron-gold);
    border-color: var(--liron-gold);
    display: flex;
    align-items: center;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: var(--liron-gold);
    border-color: var(--liron-gold);
}
.sideCartItem small {
    font-size: 1rem;
    color: #3d3d3d;
}

.sideCartItems .fa-times {
    color: var(--liron-turkiz);
}

    .sideCartItems .fa-times:hover {
        color: crimson;
    }
#cartSummaryModal .btn-outline-dark { 
    padding: 5px 15px 1px 15px;
}
.product-remove .btn {
    padding: 0 5px;
    margin-top: -5px;
}
.giftcardDataForm [type=submit].error{
	border: 1px solid crimson;
	color: crimson;
}
.giftcardDataForm .submitError {
	color: crimson;
	font-size: .75rem;
}
form .input-group {
	position: relative;
	z-index: 0;
	margin: 0;
}
form:not(.headerSearchForm) .input-group:before,
form:not(.headerSearchForm) .input-group:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 48%;
    z-index: -1;
    border: 1px solid rgb(208 146 39 / 50%);
}

    form:not(.headerSearchForm) .input-group:before {
        border-bottom: none;
        top: 0;
        right: 0;
        transform: perspective(15px) rotateX(5deg);
    }

    form:not(.headerSearchForm) .input-group:after {
        border-top: none;
        bottom: 0;
        right: 0;
        transform: perspective(15px) rotateX(-5deg);
    }

    form .input-group > .form-control,
    form .input-group .btn-outline-secondary {
        border: 0;
        max-height: 54px;
    }
    form .input-group> .form-control:focus,
    form .input-group .btn-outline-secondary  {
        box-shadow: none;
    }
    form .input-group .btn-outline-secondary:hover,
    form .input-group .btn-outline-secondary:focus {
        background-color: transparent;
        color: var(--liron-turkiz);
    }
    form .input-group label:not(.error){
        position: absolute;
        top: -30px;
    }
    .couponFormWrap {
        max-width: 360px;
    }
    .couponFormWrap .btn-outline-primary {
        margin-left: -7px;
        border: 0;
        padding: 0px 20px;
        border-right: 1px solid var(--liron-gold);
        clip-path: polygon(13px 0%, 100% 0, 100% 50%, 100% 100%, 13px 100%, 0% 50%);
    }
    .couponFormWrap form .input-group:before{
        transform: perspective(15px) rotateX(3deg);
    }
    .couponFormWrap form .input-group::after{
        transform: perspective(15px) rotateX(-3deg);
    }
    .couponFormWrap .couponPreTextLine2{
        font-size:0.8em;
    }
.couponExclusionNote {
    display: flex;
    color: var(--liron-gold);
    font-size: 0.8em;
    align-items: flex-end;
}

.chatButton {
    position: fixed;
    z-index: 2;
    padding: 5px 15px 5px 55px;
    border-radius: 30px;
    line-height: 24px;
    left: 18px;
    bottom: 200px;
}

    .chatButton img {
        position: absolute;
        top: -7px;
        left: 2px;
    }

    .chatButton:before {
        content: '';
        clip-path: polygon(100% 0, 19% 0, 0 100%);
        width: 20px;
        height: 20px;
        position: absolute;
        background: var(--liron-gold);
        bottom: -15px;
        right: 19px;
    }

.exitPopUp {
    right: 15px;
    position: absolute;
    top: 2px;
    color: #ffffff;
    font-size: 50px;
    opacity: 1;
    text-shadow: none;
    z-index: 1;
}

.catHome .imgPlaceHolder {
    background-size: 100%;
    background-position: center;
    width: 100%;
    padding-top: 139%;
    transition: all .1s ease-in-out;
    border-radius: 20px;
}
.catHome .imgPlaceHolder:hover {
    background-size: 105%;
}
.alert-danger {
    color: #fff;
    background-color: var(--liron-gold);
    border-color: var(--liron-gold);
    border-radius: 0;
    clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
    padding: 10px 20px;
}
#couponError.alert-danger {
	padding: 0px 20px;
}
.alert-danger .fas {
	vertical-align: -2px;
	margin-left: 5px;
}

.trShippingNotes td {
    color: var(--liron-gold);
}

.dogsN.catsN {
    bottom: -110px;
}
.chosenArticles {
    margin-bottom: 40px;
}
.collectionsContent:before {
    background: url(/img/liron2.png);
    content: '';
    bottom: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position-y: bottom;
}
.collectionsContent {
    position: relative;
}
/*footer*/
footer {
    background-color: #fff;
    color: #000;
    margin-top: 30px;
}

    footer h4 {
        color: var(--liron-gold);
    }

    footer ul {
        list-style: none;
        padding: 0;
    }

    footer .snifim li {
        margin-bottom: 20px;
    }

    footer .snifim h5 {
        margin: 0;
    }

.footerContactsNav li i {
    float: none;
    font-size: .9em;
}

.socialFooter li {
    display: inline-block;
    padding: 5px;
    margin-top: 20px;
}

.socialFooter i {
    font-size: 1.5rem;
    padding: 30px 0;
    margin: 0 10px;
    color: var(--liron-gold);
}

.socialFooter img {
    margin: auto;
    display: block;
}

.footer-copyright:before {
    content: '';
    background: url(/img/liron1.png);
    width: 295px;
    height: 93px;
    position: absolute;
    right: 54px;
    top: -68px;
    background-size: 300px;
}

.footer-copyright {
    background: rgb(249 241 228 / 60%);
    padding: 13px;
    text-align: left;
    color: #3D3D3D;
    position: relative;
}

    .footer-copyright a {
        color: #3D3D3D;
        font-size: 15px;
    }

footer .form-control {
    border-color: var(--liron-gold);
}
.imgLnkCrsl {
    padding: 29px;
}
    .imgLnkCrsl .swiper-button-prev,
    .imgLnkCrsl .swiper-button-next {
        top: 44%;
    }
    .swiper-container-rtl .swiper-button-next {
        left: 0;
    }
    .swiper-container-rtl .swiper-button-prev {
        right: 0;
    }
/*shop*/
.sideNav > .nav > li {
    margin-bottom: 0;
    display: block;
    width: 100%;
    position: relative;
    background-color: transparent;
    border: 0;
    z-index: 0;
}
.sideNav .nav > li > a.currentCat:after,
.sideNav .nav > li > a.subCated:after {
    color: var(--liron-gold);
    font-size: 21px;
    top: 14px;
}
.sideNav .nav.subCats li > a.currentCat:after,
.sideNav .nav.subCats li > a.subCated:after {
    top: 10px;
}
.sideNav > .nav > li > a {
    display: block;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    position: relative;
    color: #3d3d3d;
    z-index: 1;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 900;
    transition: none;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 12px;
}
    .sideNav > .nav > li:before,
    .sideNav > .nav > li:after {
        content: "";
        position: absolute;
        width: calc(100% - 20px);
        height: 29px;
        z-index: -1;
        border: 1px solid var(--liron-gold);
    }

    .sideNav > .nav > li:before {
        border-bottom: none;
        top: 0;
        right: 10px;
        transform: perspective(15px) rotateX(5deg);
    }

    .sideNav > .nav > li:after {
        border-top: none;
        top: 29px;
        right: 10px;
        transform: perspective(15px) rotateX(-5deg);
    }

.sideNav > .nav > li > a:hover,
.sideNav > .nav > li > a.currentCat {
    background: url(/img/imggold.jpeg), var(--liron-gold);
    clip-path: polygon(18px 0%, calc(100% - 18px) 0%, 100% 50%, calc(100% - 18px) 100%, 18px 100%, 0% 50%);
    background-size: cover;
    color: #fff;
}


.sideNav > .nav > li > a:focus,
.sideNav > .nav > li > a:hover,
.sideNav > .nav > li.currentCat > a{
    background-color: transparent;
}
        .sideNav > .nav > li > a:hover:before,
        .sideNav > .nav > li > a:hover:after,
        .sideNav > .nav > li.currentCat > a:before,
        .sideNav > .nav > li.currentCat > a:after {
            content: '';
            background-color: #fff;
            display: block;
            height: 17px;
            width: 13px;
            clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
            position: absolute;
            top: 21px;
            pointer-events: none;
            animation: none;
        }
        .sideNav .nav.cats > li > a.subCated.opened:hover:after,
        .sideNav .nav.cats > li.currentCat > a.subCated.opened:after{
            content: '';
        }
        .sideNav > .nav > li.currentCat > a:before,
        .sideNav > .nav > li > a:hover:before {
            right: 15px;
        }
        .sideNav > .nav > li > a:hover:after {
            left: 15px;
        }

.sideNav ul.nav.cats > li {
    margin-top: 15px;
}

.sideNav > .nav > li::after:hover {
    background: url(/img/imggold.jpeg), var(--liron-gold);
    background-size: cover;
}
.sideNav .subCats, 
.sideNav .subSubCats, 
.sideNav .subSubSubCats {
    padding: 0 10px;
    text-align: center;
}
.sideNav .subCats > li > a:focus, .sideNav .subCats > li > a:hover {
    background: transparent;
    color: var(--liron-gold);
}

.sideNav .subCats > li > a {
    background: #eee0;
    color: #3d3d3d;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.5rem;
}

.sideNav .subSubCats > li > a:focus, .sideNav .subSubCats > li > a:hover {
    background: transparent;
    color: var(--liron-gold);
}

    .sideNav .subCats > li > a:before,
    .sideNav .subSubCats > li > a:before {
        content: '';
        background: rgb(207 156 25 / 50%);
        width: 94%;
        height: 1px;
        position: absolute;
        bottom: 0px;
        transform: translate(50%);
        right: 50%;
    }
    .sideNav .subSubCats > li > a:before {
        background: rgb(207 156 25 / 30%);
    }

    .sideNav .subSubCats > li > a {
        background: transparent;
        color: #3d3d3d;
        padding: 10px 10px 10px 15px;
        font-size: 1.2rem;
        line-height: 1.5rem;
    }

.magazinPage .sideNav .subCats > li > a:hover {
    background: var(--liron-gold);
    font-weight: normal;
}

.sideNav .subCats > li {
    width: 100%;
}

.main {
    position: relative;
    background-image: url(/img/back.jpg);
    padding-bottom: 50px;
}

.priceProduct {
    color: var(--liron-gold);
    font-size: 38px;
}

.DetailsProduct h2 {
    text-align: right;
}

.DetailsProduct h2 {
    text-align: right;
    margin-top: -25px;
}

.titleProduct {
    border-bottom: 1px solid #ededed;
    display: block;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.productPage .card {
    border: 0;
    margin-right: -15px;
    margin-left: -15px;
}

.productPage .card-header {
    background: 0;
    border-bottom: 1px solid rgb(237 237 237);
    padding: 10px 0;
}

.productPage .card-body {
    padding: 15px 0;
}

.productPage .card-header h4 i {
    float: left;
}

.sidebar h3 {
    color: var(--liron-gold);
    text-align: center;
    padding-bottom: 20px;
}
.custom-control-label::before {
    background-color: #fff0;
    border: rgb(211 158 24 / 50%) solid 1px;
    transform: rotate(45deg);
}
.custom-control-label::before, .custom-control-label::after {
    width: 1rem;
    height: 1rem;
}

.shop .productActions {
    display: block;
}

.shop .btn-secondary {
    clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0% 50%);
    width: 180px;
    background-color: #cf9c19;
    background-image: url(/img/imggold.jpeg);
    background-size: cover;
    color: #000;
    padding: 7px;
    font-size: 22px;
    border-radius: 0;
}
.shop .productActions .btn-secondary:disabled {
	filter: grayscale(100%);
	cursor: not-allowed;
}
#productVariationDataContainer h1 {
    color: var(--liron-turkiz);
}
 .productOrVariationTitle{
	margin-bottom:0;
}
.shop .productOrVariationTitle:before {
	content: none !important;
}
.productSpoiler p {
	margin-bottom: 0;
}
.shop .productShare {
	position: relative;
	margin-top: 0;
	left: initial;
	display: flex;
	align-items: center;
	color: var(--liron-turkiz);
	font-weight: 500;
}
.shop .productShare a {
    color: var(--liron-turkiz);
    background-color: transparent;
}
    .shop .productShare a:hover {
        color: var(--liron-gold);
        background-color: transparent;
    }

.shop .spoiler {
    border-bottom: 1px solid rgb(207 156 25 / 50%);
}
.shop .spoiler h4 {
    color: var(--liron-turkiz);
}

.shop #productVariationDataContainer .amount {
    font-size: 35px;
}
.shop .img-fluid {
    box-shadow: 0px 1px 20px #a8a8a866;
}

.form-control {
    border: 1px solid rgb(208 146 39 / 50%);
    background-color: transparent;
    border-radius: 0;
}
    .form-control:focus {
        box-shadow: 0 0 0 0.2rem rgb(207 156 25 / 50%);
        border-color: var(--liron-gold);
        background-color: transparent;
    }

.cartOptions {
    background: none;
}

.productShop {
    padding-top: 60px;
}

    .productShop h2 {
        margin: 0;
    }
.card {
    background: transparent;
    border: 0;
}
.card-header {
    padding: 0;
    background-color: transparent;
    border-top: 1px solid rgb(207 156 25 / 50%);
    border-bottom: 0;
}
.card-link {
    display: block;
    padding: 10px 0;
}
    .card-link h5 {
        font-size: 1.4rem;
        color: var(--liron-turkiz);
        margin-bottom: 0;
    }
    .card-link:after {
        content: '\f053';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: var(--liron-gold);
        position: absolute;
        left: 10px;
        bottom: 50%;
        transform: translateY(50%);
        transition: all .1s ease-in-out;
    }
    .card-link[aria-expanded="true"]:after {
        transform: translateY(50%) rotate(-90deg);
    }
    .card-body {
        padding: 0;
    }
    .shop .card p {
        margin-bottom: 0;
    }

/* Filter - Collection*/
.keterTitle h2 {
    position: relative;
}
.keterTitle h2:before {
    content: "\e911";
    color: var(--liron-gold);
    font-size: 34px;
    font-family: 'icomoon' !important;
    display: block;
    text-align: center;
    line-height: 40px;
}
.inspiration p {
    font-size: 1.4rem;
    font-weight: bold;
    max-width: 800px;
    margin: 0 auto;
}
.inspiration:after {
    content: "\e90e";
    font-family: 'icomoon' !important;
    color: var(--liron-turkiz);
    font-size: 18px;
    display: block;
    text-align: center;
    line-height: 30px;
    margin: 30px 0;
}
.collectionStoryTitle {
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
}
.collectionStory .container {
    position: relative;
}
    .collectionStory .container:before {
        content: '';
        position: absolute;
        display: block;
        left: -30px;
        top: -140px;
        bottom: -30px;
        right: 200px;
        border-radius: 60px;
        background-color: rgba(255, 255, 255, 0.60);
    }
.collectionStory h4 {
    color: var(--liron-turkiz);
}
.filterProducts {
    background-color: #fff;
}
.gallery {
    width: calc(100% - 1px);
}
/*magazin*/
.magazin {
    border: 1px solid #eee;
}

.magazinImg {
    padding-top: 60%;
    background-repeat: no-repeat;
    background-size: cover;
}

.magazinText {
    padding: 15px;
    text-align: center;
}

/*.magazinPage .sideNav .nav > li > a.currentCat {
  background: #efae40;
  color: var(--liron-gold);
}*/

.magazinPage .subCats {
    width: 100%;
}

.magazinPage .sideNav .subCats > li > a {
    background: var(--liron-turkiz);
    color: #fff;
}

/*.magazinPage .sideNav .nav > li > a.currentCat:hover {
  background: var(--liron-gold);
  color: #fff;
  font-weight: normal;
}*/

.imgItem {
    width: 100%;
    padding-top: 31%;
    background-position: center;
}

.articleText h2 {
    text-align: right;
}

.H4imgArticle {
    width: 100%;
    height: 230px;
}
/*about*/
.serviceAbout1 .col-md-6 {
    background: var(--liron-turkiz);
    color: #fff;
    text-align: center;
}

.serviceAbout1 h2, .serviceAbout2 h2 {
    color: #fff;
}

.serviceAbout2 .col-md-6 {
    background: var(--liron-turkiz);
    color: #fff;
    text-align: center;
}

.serviceAbout1 .h-100, .serviceAbout2 .h-100 {
    margin: 0 -15px;
}
.hideCol {
    display: none;
}
/*
.mapAbout {
  background: url(/img/mapAbout.png);
  position: relative;
  padding-top: 600px;
}

.imgMap {
  position: absolute;
  left: 0;
  bottom: 0;
}

.serviceAbout1 i, .serviceAbout2 i {
  font-size: 48px;
  margin-left: 6px;
}

.snif > i {
  color: #41AC90;
  font-size: 47px;
}*/
/*cart*/
.productRow {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    margin-left: 0;
}


.ContinueButton {
    color: #7a7a7a;
    font-weight: 500;
}


    .ContinueButton i {
        font-size: 17px;
        margin-left: 3px;
    }

.productImgLittle {
    background-size: cover;
    height: 100px;
    background-position-x: center;
}

.sicumCartBack {
    background: #F6F6F6;
    padding: 20px;
}
.cartNote {
	padding: 10px 30px 10px 50px;
	position: relative;
}
	.cartNote::before {
		color: Var(--liron-turkiz);
		content: '*';
		height: 100%;
		font-weight: bold;
		font-size: 1.5em;
		position: absolute;
		margin: 0px -20px 0 -20px;
	}

.Shipping ul {
	list-style: none;
}

.Shipping li {
    font-weight: 500;
    line-height: 40px;
}

.sicumCart .btn-secondary {
    margin: auto;
    display: block;
    margin-top: 20px;
}

.sicumCart h3 {
    text-align: center;
    padding: 20px 0;
}

.goShipping[aria-expanded="true"] {
    background: #fff;
    color: var(--liron-turkiz);
    border: 2px solid var(--liron-turkiz);
}

.sicum {
    font-weight: 500;
    margin-bottom: 12px;
}
/*myAccount*/
.cardAccount {
    background: #F6F6F6;
    position: relative;
    height: 100%;
}

    .cardAccount h3 {
        text-align: center;
        margin-bottom: 20px;
    }

.imgAccount {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: auto;
    background-size: cover;
}

.cardAccount ul {
    list-style: none;
}

.cardAccount strong {
    font-weight: 500;
    margin-left: 5px;
}

.cardAccount a.btn-outline-primary {
    position: absolute;
    left: 15px;
    bottom: 10px;
    font-size: 1.2rem;
}

.cardAccount button i {
    font-size: 18px;
}

.cardAccount.Points i {
    font-size: 160px;
    color: var(--liron-turkiz);
}

.cardAccount .col-md-3 {
    text-align: center;
}

.Points {
    text-align: center;
    line-height: 40px;
}

.Orders h3 {
    text-align: center;
}

.Orders li {
    border: 1px solid #EDEDED;
    padding: 15px;
    margin-bottom: 10px;
}

.priceOrder {
    font-weight: 500;
}

/*
.PointsNumber {
  position: absolute;
  color: var(--liron-gold);
  font-size: 30px;
  font-weight: 500;
  transform: translatey(-50%);
  top: 42%;
}*/

.imgAccount i {
    font-size: 208px;
    position: absolute;
    top: 0;
    color: #fff;
    text-shadow: 1px 1px 15px #b7b7b7;
}

.sicumCartBack .form-check-input {
    margin-top: 9px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--liron-turkiz);
    border-color: var(--liron-turkiz);
}

.filterBtn {
    padding: 2px 10px;
    border-radius: 30px !important;
}

/* cart Panel */
/*
.cartPanel .productRow {
  background: #fff;
}

.productRow .row {
  margin-right: 0;
  margin-left: 0;
}

.cartPanel {
  max-width: 500px;
  position: absolute;
  top: 200px;
  left: 0;
  padding: 20px;
  background: #fff;
  border-radius: 0 0 40px;
  box-shadow: 1px 1px 16px #6161613d;
}

  .cartPanel h4 {
    margin: 0;
  }

.cartPanelTitle h3 {
  display: inline-block;
  color: #fff;
  margin-right: 5px;
  margin: 0 7px;
}

.cartPanelTitle {
  background: var(--liron-gold);
  color: #fff;
  padding: 7px 15px 7px 25px;
  position: absolute;
  top: -30px;
  left: 0;
  border-radius: 0 30px 30px 0;
  display: inline-block;
}/*
/* Contact Page */

.iconBox:hover:before {
    color: #f6f6f6;
    font-size: 175px;
}

.iconBox i {
    color: var(--liron-turkiz);
}
.iconBox .mail {
    font-size: .75rem;
}
/* Product */
.gridTabs .nav-tabs .nav-item.show .nav-link,
.gridTabs .nav-tabs .nav-link.active {
    border-top: 3px solid var(--liron-turkiz);
    color: var(--liron-gold);
}
/* Knowledge Base */
.kbSideNav .nav-link.active {
    border-top: 3px solid var(--liron-turkiz);
}

.chatFloatingLink {
    position: fixed;
    left: 10px;
    bottom: 30px;
    text-align: center;
}

    .chatFloatingLink a {
        display: block;
    }

    .chatFloatingLink img {
        position: absolute;
        left: 0;
        bottom: -15px;
    }
  /*about*/
.galleryAbout .swiper-slide:before {
    background: url(/img/imgabout.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    height: 156px;
    width: 113px;
    position: absolute;
    bottom: 23px;
    z-index: 1;
    transform: translateX(50%);
    right: 50%;
}

.galleryAbout .swiper-slide {
    padding-bottom: 100px;
}

.about img {
    border-radius: 20px;
}

.about .iconItem {
    display: block;
    text-align: center;
}
.iconArachim {
    margin-top: 30px;
}
.about .simpleGridItems.iconItem i {
    color: #d09227;
    font-size: 70px;
}
/*collection*/
.collections .imgPlaceHolder {
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-top: 40%;
    border-radius: 20px;
    box-shadow: 1px 1px 12px rgb(187 187 187 / 58%);
}

.collections .simpleGridItems.imageItem:hover h4 {
    color: #d09227;
}

.collections .textPart {
    text-align: center;
    padding-top: 7px;
}
/*search*/
.searchExpander:focus, .searchExpander:active,.searchExpander:visited{
    box-shadow:none;
}  
.searchResults h4 {
    margin-bottom: 0;
    color: #d09227;
}
.searchResultsItem {
    border-bottom: 1px solid #e5c38f;
    margin-top: 25px;
}

.tooltip-inner {
	font-family: stanga, monospace;
	font-size:22px;
}