@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;400;600&display=swap');

:root {
    --topPadding: 40px !important;
    --bgdark: #212529;
    
    --bgdarkf: #fff;
    --bglight: rgba(242, 242, 242,1);
    --light: #fff;
    --light2: #ddd;
    --dark: #222;
    --dark2: #555;
    --bgbrown: #dfd4ce;
    --bgsite: #e0dedc;
    --bgsitegreen: #b3c5b9;
    --darkgreen: #5a635d;
    --siteprimary: #b3c5b9;
  --primary: #fff;
  --bg: #d3c7b4;
  --bg1: #fff;
  --bg2: #a9a9a9;
  --bg2f: black;
  --gray: #5d5e60;
  --bg1f: black;
  --bg3: white;
  --bg3f: black;
  
  --orange: #f18c32;
  --green: #189546;
  --borderColor: #666;
  --productTitle: #fff;
  --itemBorder: #000;
  --itemBorderHover: #000;
  --itemTitle: #0e0e0e;
  --itemTitleHover: #666;
  --priceBg: #666666a8;
  --light: #fff;
  --white: #fff;
  --inverted: #fff;
  --grayLogo: url(../../../media/bhn/assets/bh-gray.png);
    --black: black;
    --red: red;
    --yellow: yellow;
    --bronze: #CD7F32;
    --silver: silver;
    --gray: gray;
    --blue: blue;
}
html,body{
    font-family: 'Assistant', sans-serif;
}
.inner{height:100%;width:100%;margin:0;padding:0; position:relative;z-index:1;}
.inner a.full{
    display:inline-block;
    width:100%;height:100%;
}
#filterForm #q{
   padding-right: 20px;
   text-align: center;
}

.fspan{
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.input-group2 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.inputDiscount{
    
}
#topFilters .navbar {
      
}
.addBtn_blue .input-number{background-color:transparent;}
.discountWrapper{
  
    max-width: 222px;
    display: flex;
    align-items:center;
    padding: 3px;
    background: transparent;
}
.discountWrapper *{
    font-size:0.8rem;
}
.inputFinal{
    font-size:1rem;
    color:var(--green);
}
.discountWrapper .input-number__input{
    min-width:100px;
}
.discountWrapper button{
    height: 100%;
    border: 1px solid #eee;
}





.panel2{
    position:relative;
    padding:0 10px;
    background-color:#efefef;
    box-shadow:2px 2px 5px #e5e5e5;
    border:1px solid #cfcfcf;
}
.panel2 h2{
    color:black;
}
.iconBg{
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 600%;
    opacity: 0.2;
    width: auto;
}
.form-group.light .form-control{
    background: transparent;
    border: 1px solid var(--bg2);
    color: black;
    
}
.form-group.icon{
    position: relative;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}
.form-group.icon i{
    position: absolute;
    left: 10px;
    color:lightgray;
    transform: scaleX(-1);
    transition: all 0.5s ease-out;
    opacity:1;
}
.form-group:hover i{
    opacity:0.8;
    transform: scale(1.4) scaleX(-1);
}

.btn span{
    white-space:nowrap;
}
.inpanel{
    display: flex;
    justify-content: center;
    max-width: 1200px;
    border: 2px solid #f0f0f0;
    margin: 30px auto;
    padding: 15px 0;
    border-radius: 10px;
    box-shadow: 0 0 20px #e8e1e1;
}
.inpanel .panelHeader{
    text-align: center;
    font-size: 130%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.inpanel .panelHeader.r{
    text-align: right;
    
}
.inpanel .productsList{
    background: #f8f8f8;
    padding: 5px;
    overflow:hidden;
}
.bordered{
    border:1px solid black;
    border-radius:50px;
}
.headerFixedOn{
    display:none;
}
.headerPhone a{
white-space: nowrap;
}
body.headerFixed .headerFixedOn{
    display:flex;
}
body.headerFixed .headerFixedOff{
    display:none !important;
}
body.business .hbs{
    display:none !important;
}
.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}
.banner{
    background-color: var(--bgdark);
    color: var(--light);
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px;
    text-align:center;
    /* border-bottom-right-radius: 0; */
    /* border-bottom-left-radius: 0; */
    
}
#formWrapper{
    max-width: 30%;
    width:100%;
    align-items: center;
    display: flex;
    justify-content: center;
}
.divper3>div{
    width:30%;
}
#formWrapper i.formIcon.eraser{
    left: 13px;
    right: auto;
    background: white;
    border-radius: 20px;
    /* line-height: 12px; */
    /* padding: 0; */
    /* margin: 0; */
    height: auto;
    top: 23%;
}
#mobileNavWrapper{
    background:white;
}
#formWrapper i.formIcon{
    position: absolute;
    right: 2px;
    font-size: 1.5rem;
    color: gray;
    /* transform: scaleX(-1); */
    z-index: 1;
    display: flex;
    height:100%;
    align-items: center;
    
}
#formWrapper #q.searcher{
    box-sizing:border-box;
    display:block;
    height:42px;
    margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    min-width:210px;
    overflow-x:visible;
    overflow-y:visible;
    padding-bottom:10px;
    padding-left: 15px;
    padding-right: 27px;
    padding-top:10px;
    border-radius: 1rem;
    background-color: white;
    position:relative;
}

.dropdown-item.active a{
    color:white;
}
#accessWrapper {
    top:35px;
}
body.site #accessWrapper{
    top:90px;
}
#topFilters .navbar{
    min-height:40px;
}
.shadow{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 19%);
    /*backdrop-filter: blur(2px);*/
    pointer-events: none;
    z-index: 100;
}
#itemFloater,.panelWrapper{
   
    position: fixed;
    left:0;
    top:var(--topPadding);
    bottom:0;right:0;
    display:none;
    align-items:center;
    justify-content:center;
    z-index:1200;
}
body.floaterShow .panelWrapper,body.popUpActive .panelWrapper{
    display:flex;
}
.floater2{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 100;
    pointer-events: none;
}

body.shop #v{
    
}
#loginPanel{
   
}
.custLoginPopup{
    max-width:540px;
    margin:0 15px;
    
    text-align:right;
}
.page{
    background: white;
    border-radius: 11px;
    padding: 15px 25px;
    box-shadow: inset 0 0 20px 21px #eee, 0 0 5px #666;
}
.pageTitle{
    background: #6a82a0;
    color: white;
    padding: 3px 8px 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.page h1{
    text-align: center;
    padding-bottom: 10px;
    padding-top: 15px;
    color: var(--bg1f);
    border-bottom: 1px solid #ccc;
    text-shadow: 0 2px 2px #ccc;
    direction: rtl;
}
.vlogo{
    display: flex;
    width: 60px;
    height: 60px;
    background: #ceddc0;
    color: #795548;
    border-radius: 80px;
    position: relative;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 0 0 5px white;
    line-height: 35px;
    box-shadow: inset 10px 6px 10px #9d9d9d, 0px 0px 10px;
}
.vlogo span:first-child{
    position:absolute;
    right:10%;top:10%;
    color:black;
}
.vlogo span:last-child{
    position:absolute;
    left:10%;bottom:10%;
}
.panel .centered{
    position: relative;
    min-width: 400px;
    max-width: 100%;
    width: max-content;
    min-height: 300px;
    max-height: 840px;
    overflow: hidden;
    box-shadow: 0 0 5px #595959;
    border-radius: 4px;
    display: flex;
    background: white;
    -webkit-backdrop-filter: blur(19px);
    backdrop-filter: blur(19px);
    border: 1px solid rgba(255,255,255,0.25);
}
#pickcustomerPopup .panel .centered{
    max-width:600px;
}


.panelContent>div::scrol{
    
}
.panelTools{
    
}
.panelTools a{
    display: flex;
    
    border: 1px solid var(--bg2);
    
}
.panelTools a:hover{
    background-color: var(--bg2);
    color:black;
}
.panelContent{
    
}
#preloader{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    background: white;
    z-index: 10000;
}
#preloader.submitting p{
    font-size: 200%;
    color: red;
}

#preloader.submitting{
    background: #000000a8;
    display:flex !important;
}
#preloader object{
    max-width:500px;
    width:90%;
}

.box{
    width:auto;
    margin:30px;
    padding:50px;
}

.green{
    color:var(--green);
}
.btnr{
    border-radius: 3px;
    border:1px solid #eee;
    background-color: #cecece;
    padding:2px 10px;
    
}
.whatsapp2{
        border-radius: 7px;
    border: 1px solid #25a977;
    background-color: #caf3ee;
    padding: 0px 10px;
    font-size: 18px;
    color: #178941;
}

.btn-primary{
    background-color:#386cff !important;
    border:none;
    color:white !important;
}
.bglight{
    background-color: var(--bglight);
}
.bg3{
    background-color: var(--bg3);
    color: var(--bg3f);
}
.bg1{
    background: var(--bg1);
    color: var(--bg1f);
}



.itemsList{
    
}
.itemsList li,.itemsList>div{
    overflow:hidden;
    text-align:right;
    margin-bottom:5px;
}
.itemsList.style2>div{
    overflow: hidden;
    text-align: right;
    margin-bottom: 5px;
    background: #f5f5f5;
    margin-left: 5px;
    padding: 5px;
    border-radius: 5px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cfcfcf;
}
.itemsList.style2>div:nth-child(2n+1){
    background: #fff;
}
.itemsList .liImage{
    border:1px solid #ccc;
    border-radius: 5px;
    margin-left:5px;
   
    display: flex;
    justify-content:center;
    align-items:center;
    width:40px;
    height:40px;
}
.itemsList .liImage img{
    height:90%;
    width:90%;
    min-width: 30px;
}
.itemsList .litext{
    text-align:right;
    white-space: nowrap;
    display: flex;
    justify-content:start;
    align-items: flex-start;
}


#infoSide{
    min-width: 420px;
    min-height: 240px;
    max-width: 60%;
    display:flex;
}
.infoTable{
    bordeR:1px solid gray;
}
.infoTable div{
    border: 1px solid #eee;
    border-radius: 12px;
    
    margin: 5px;
    display: flex;
    padding: 3px 3px;
}
.infoTable span{
    border-radius: 5px;
    border-top-right-radius: 0; 
    border-bottom-right-radius: 0; 
    background-color: #e9e8e8;
    font-weight: bold;
    padding: 0 10px;
    margin-right: 10px;
}
.ordersTable tr.active{
    background: var(--bg2);
    color: white !important;
}
.ordersTable tr.active a{
    color: white !important;
}
.ordersTable .info{
    background: #f1f1f1;
}
.subMenus{
    position:absolute;
    right:0;
    top:56px;
    left:0;
    box-shadow: 0 5px 5px #808080a6;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.subMenus.active{
    background:var(--gray);
    padding:20px;
    margin-top: -8px;
}
.subMenus h3{
    font-size:22px;
}
.menuCatsOnly .menuItem{
    padding:10px;
    border-radius: 8px;
    display:flex;
    align-items:center;
    transition: 1s ease;
    
}
.menuItem .imgWrapper{
        display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    background: white;
    border: none;
    margin-left: 10px;
    padding:5px;
    
}
.menuCatsOnly .menuItem:hover{
    background-color: rgba(0,0,0,.6);
}
.dropdown-menu.dropdown-menu-end.dropLeft0{
    left: -10 !important;
   
    
}
ul.ul2rows li.level2{
    font-size:90%;
}
.level2 i{
    font-size: 70%;
    padding-right: 10px;
    margin-left: 6px;
}
footer{
    position: relative;
    z-index: 2;
}

.footerSocial i{
    font-size: 1.5rem;
}
.footerCatLinks li{
    text-align:right;
}
[dir=rtl] .dropdown-menu.dropLeft0{
    left: -10px !important;
    right:auto;
}
[dir=rtl] .dropdown-menu.dropCenter{
    left: -50% !important;
    right:auto;
}
[dir=rtl] .indicator__dropdown.dropLeft0{
    left: -10 !important;
    right:auto !important;
}
.dropdown-menu a,.dropSearch *{
    color:var(--dark) !important;
}
body.novue .ifvue{
    display:none;
}
body {
    overflow-x: hidden;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #3d464d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-y: scroll;
    text-align: right;
    direction: rtl;
    background-size: 100%;
}
body.dark{ background-color:#141313;}
header.dark{ background-color:var(--bgdark); color:var(--bgdarkf);}
body.light{ background-color: #ecf1f2;}
body.bgwhite.light{background-color:white;}
header.light{ background-color:#d7d7d7;}
bgwhite{ background-color:#fff;}
bgred{ background-color:#ffaaaa;}
bgpink{ background-color:pink;}
bgblue{ background-color:#aaaaff;}
body.Orders,body.Cart{
    background-color:white;
}

.maxH400scroll{overflow-y:auto;  max-height:400px;}
.maxH500scroll{overflow-y:auto;  max-height:500px;}
.maxH600scroll{overflow-y:auto;  max-height:600px;}
.maxH700scroll{overflow-y:auto;  max-height:700px;}


.btn.active{
    background-color: var(--bg1) !important;
    color: var(--bg1f) !important;
}
.btn.btn-secondary.active{
    background-color: var(--bg2) !important;
    color:var(--green)  !important;
}
.btnFav.active{
    background-color: #d5012d !important;
}
.fauto{
    flex:auto;
}
.full{
    width:100%;
}
  .fullBg{
        background-size:cover;
        backgound-repeat:no repeat;
        background-position:center top; 
    }
    .mask{
        width:100%;
        height:100%;
        background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,0.7651435574229692) 0%, rgba(255,255,255,0.7483368347338936) 61%, rgba(255,255,255,0.9752275910364145) 75%, rgba(255,255,255,1) 100%);
    }
    .pageArchitect .mask{
        min-height:900px;
    }
    .wrapper{
        margin:0;
    }
.formWrapper{
    background: #ffffffad;
    padding: 10px 20px;
    margin-bottom: 20px;
    border: 7px solid #5d5e60;
}
.account-menu__form-button {
    margin-top: 0px; 
    margin-bottom: 12px;
    
}
.brd{
    border: 2px solid #f0f0f0;
    border-radius: 2px;
    padding: 10px 10px 50px;
    margin-bottom: 50px;
}
#filtersWrapper{
    min-width:180px;
   
}
#filtersWrapper .accordion-body {
    padding: 1rem 0rem 1rem 0.25rem;
}


.slideText{
    position:absolute;
    left:0;top:0;right:0;bottom:0;z-index:0;
}
.swiper-wrapper{
    align-items: center;
}
.block-slideshow .swiper-slide-active .block-slideshow__slide-button, .block-slideshow .swiper-slide-active .block-slideshow__slide-text, .block-slideshow .swiper-slide-active .block-slideshow__slide-title {
    opacity: 1;
    transform: none;
    text-align:right;
}
.swiper-slide span{
    display:none;
}
.swiper-slide.slideWithCaption  span{
    display:inline-block;
    padding:2px 15px 2px 2px;
    position: absolute;
    z-index: 6;
    right: 6px;
    bottom: 27px;
    background: #ffffff87;
    direction:rtl;
}
#otherImages .swiper-slide span{
    display:none;
}

.emptyCard{
    padding: 30px 0px;
    text-align: center;
    font-size: 300%;
}
.block-slideshow.m0{
    margin-bottom:0;
}
.ind0{ margin-right:0;}
.ind1{ margin-right:10px;}
.ind2{ margin-right:20px;}
.topbar {
    height: 34px;
    
    box-shadow: none;
    border-bottom: none;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 0;
}
body.floaterShow .topbar {
    display:none;
}

header{
    position: relative;
    background-size: 100%;
    box-shadow: 0 1px 5px #4b4b4b;
    background: #00000040;
    background-image:var(--img-header);
    width:100%;
    background-position:center top;
    min-height: 130px;
    align-items: center;
    display: flex;
    padding-top: 50px;
}
body.site header{
    padding-top:0;
}
body.Frontpage header,body.Shop header{
    padding-top:0;
}
header{
    
}
#headerTitle{
    margin: 15px auto;
    width: 100%;
}
.headerTitleLeft{
    align-items:center !important;
    min-width:200px;
    max-width: 400px;
}
.headerSocials a{
    font-size: 200%;
    margin: 10px;
}
.bigSocial{
    display:flex;
    
}

.languages a{
   display: flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem; 
}
.bigSocial a{
    margin-left:5px;
    border-radius: 40px;
    border: 1px solid black;
    display: flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}

.form-range{
    border:none !important;
}
.site__body{
    
}
/*
body.Shop .site__body{
    transition: all 1s;
    background: var(--bg2);
}
body.Shop.itemsView .site__body{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(246,141,53,1)100px , rgba(255,255,255,1) 300px);
}
*/
.homePageWrapper{
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.spacer{
    margin-top:15px;
    
}



.checkbox-label {
    display: flex;
    position: relative;
    margin: auto;
    cursor: pointer;
    width:100%;
    clear: both;
}

.checkbox-label input {
    
    opacity: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.transparentSelect{
    background: transparent;
    border: none;
    border-bottom: 1px solid gray;
    box-shadow: none;
    appearance: auto;
}

.checkbox-label .checkbox-custom {
    position: absolute;
    top: 6px;
    left: 0px;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-radius: 5px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border: 2px solid #FFFFFF;
}
.checkbox-label .checkbox-custom {
    border: 2px solid var(--bg2);
}
.rtl .checkbox-label .checkbox-custom{
    left:auto;
    right:0px;
}
.checkbox-label input:checked ~ .checkbox-custom {
    background-color: #FFFFFF;
    border-radius: 5px;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity:1;
    border: 2px solid #FFFFFF;
}
.checkbox-label input:checked ~ .checkbox-custom {
    border: 2px solid var(--bg2);
}


.checkbox-label .checkbox-custom::after {
    position: absolute;
    content: "";
    left: 6px;
    top: 6px;
    height: 0px;
    width: 0px;
    border-radius: 5px;
    border: solid #009BFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity:1;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}


.checkbox-label input:checked ~ .checkbox-custom::after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity:1;
  left: 6px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid var(--bg2); 
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}
.checkbox-label input:checked ~ .checkbox-custom::after {
   
}


/* For Ripple Effect */
.checkbox-label .checkbox-custom::before {
    position: absolute;
    content: "";
    left: 6px;
    top: 6px;
    width: 0px;
    height: 0px;
    border-radius: 5px;
    border: 2px solid #FFFFFF;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);  
}

.checkbox-label input:checked ~ .checkbox-custom::before {
    left: -3px;
    top: 0px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity:0;
    z-index: 999;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}



/* Style for Circular Checkbox */
.checkbox-label .checkbox-custom.circular {
    border-radius: 50%;
    border: 2px solid var(--bg2);
}

.checkbox-label input:checked ~ .checkbox-custom.circular {
    background-color: #FFFFFF;
    border-radius: 50%;
    border: 2px solid var(--bg2);
}
.checkbox-label input:checked ~ .checkbox-custom.circular::after {
    border: solid var(--bg2);
    border-width: 0 2px 2px 0;
}
.checkbox-label .checkbox-custom.circular::after {
    border-radius: 50%;
}

.checkbox-label .checkbox-custom.circular::before {
    border-radius: 50%;
    border: 2px solid var(--bg2);
}

.checkbox-label input:checked ~ .checkbox-custom.circular::before {
    border-radius: 50%;
}



footer {
    margin-top: 30px;
    padding-top:15px;
    border-top:2px solid #eee;
    background-color:#e3e3e3;
    font-size: 90%;
}
footer.dark{
    background-color: #666;
}
footer.white{
    background-color:white;
}
footer p,footer a{
    margin: 0;
    line-height: 110%;
}
footer a{
    color:black;
}
footer.dark a{color:white;}

footer .content{
    max-width:900px;
    margin:0 auto;
}


ul{
    padding:0;
    list-style:none;
}
a{
    text-decoration: none;
}
.bg1 a{
    color: var(--bg1f);
    transition: color .3s;
}
.lightBg a{
    color: var(--bg2f);
}
.bg2 a{
    color: var(--bg2f);
}
.bg1 a:hover{
    color:white;
}
.lightBg a:hover {
    color: var(--bg2f);
}
.headerPhone{
    font-weight: 700;font-size:140%;color:white
}

.searchBar{
    flex-grow: 1;
    margin-right:5%;
    margin-left:5%;
    background-color:white;
}
.catBannerWrapper{
    padding-left:15px;
}
.catBanner{
    border-radius: 5px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-size:cover;
    background-position: center center;
}
.catBanner h1{
    text-shadow: 1px 1px 2px black;
    font-size: 4rem;
    box-shadow: 0 0 10px;
    border-radius: 20px;
    padding: 0 20px 10px;
    background: #00000059;
}
.itemTitle{
   
}

.prodBottom{
    justify-content: start;
    text-align:right;
}
.prodBottom h2{
    font-size:90%;
}
.productMeta {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    color: #000;
    font-size: 14px;
 
}.productMeta span{ color:green; margin-left:15px;}
#mainForm{
    background-color:#e4ebf4;
    margin: 0 5px;
}
.table-stripped{
    border: 1px solid #f0f0f0;
    box-shadow: 0 10px 10px #f2f2f2;
}

.table-stripped th{
    background-color: #f8f9fa;
    color: #212529;
    border-bottom: 2px solid #0d6efd;
    text-align: center;
    vertical-align: middle;
}
.table-stripped tr:nth-child(2n+1){
    background-color: #f8f9fa;
}
.table-stripped tr.odd{
    background-color: #f8f9fa;
}
.table-stripped tr.even{
    background-color: transparent;
}
.table tr.highlight{
    border: 2px solid #dedede !important;
    background: #ededed !important;
}
.table-stripped tr.even.active,.table-stripped tr.odd.active{
    background:#6a82a0;
}
tr.info>td{
    padding-bottom:100px;
    background: whitesmoke;
}
nav ul, ul.hor{
    gap:8px;
}
nav ul li, ul.hor li{
    margin:0;
}
#mainNav ul{
    
    width: 100%;
    overflow-x: auto;
}
#mainNav.c ul{
    margin:0 auto;
    width:auto;
}
#mainNav ul li{
    background: #ffffffb8;
    padding: 2px 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 117%;
    color:black;
}

header.dark #mainNav ul li {
    background: #3d3c3cb8;
    color: white;
}
#mainNav ul li a{
    font-size:inherit;
    color:inherit;
    text-wrap: nowrap;
}
.swal2-container {
    z-index: 102500;
}
.bgsite{
    background-color: var(--siteprimary);
}
body.site #mainNav ul li.active,body.site #mainNav ul li:hover{
    background-color: var(--siteprimary);
}
body.site #header2ndline{
    padding-top:20px;
}
header.light a{color:var(--dark);}
header.light a:hover,header.light a:hover{color:var(--dark2);}
header.dark a,header.dark a{color:var(--light);}
header.dark a:hover,header.dark a:hover{color:var(--light2);}


header.light .dropdown-menu a{color:var(--dark);};

#mainNav ul li:hover{
    background: #000000b8;
}
#mainNav.dark ul li{
    background: #666666b8;
}
#mainNav.dark ul li:hover{
    background: #ddddddb8;
}



.menuSpacer{
    width:255px;
    background-color: #f7f7f7;
    border: 2px solid var(--bg1);
    border-bottom: none;
    color: var(--gray);
}

#topbannerMenu{
    
    border: 2px solid var(--bg1);
    border-top: none;
    box-shadow: 2px 0 5px #b5c8ef;
    box-sizing: border-box;
}
#topbannerMenu nav{
    padding:5px 10px 0 0;
    margin-bottom:7px;
    
}
#topbannerMenu ul.ver{
    height: 100%;
    justify-content: space-between;
    padding-bottom:10px;
}
#topbannerMenu li{
    padding:7px 5px;
    transition: all .3s;
    height: 38px;
}
#topbannerMenu li:hover{
    background:#ccc;
    
}



#topbannerMenu a{
    color: var(--gray);
    
}


.masterCat{
    width: 100%;
    margin: 10px 0;
    
}
.masterCat:nth-child(2n-1){
    
}

#fullItemTemplate{
    max-width:1000px;
    max-height:2000px;
    overflow:hidden;
}
.itemWrapper{
  border:1px solid gray;
  width:200px;
  height:200px;
}
.itemWrapper:nth-child(2n-1){
    
}

.sliderImg{
    width:100%;
    height:100%;
}
.catWrapper{
    margin: 20px 0;
    
}
.loginFormWrapper {
    max-width: 280px;
}
.grayStyle{
    background: #eaf1f3;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 4px 5px 4px 0px #0a0a0a4f;
    border: 1px solid #b1b1b1;
}
.blackStyle{
    background:black;
    padding: 20px;
    color:white;
}
.blackStyle .product-card{
    background:black;
     color:white;
}
.blackStyle a{
    color:white;
}
.blackStyle .product-card:before {
    box-shadow: none;
    border: 1px solid #3c3c3c;
}
.productBox{
    min-width:200px;
    max-width:320px;
}
.product{
    display: flex;
    /* margin: 0 10px 12px 10px; */
    height: 95%;
    width: 170px;
    height: 260px;
    margin-bottom: 10px;
}
.wrapFiller{
    
}


.itemZoomed{
    height:180px;
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    overflow:hidden;
    
}
.itemZoomed img.img{
    
    -webkit-transition:all .4s ease-out;
    -moz-transition:all .4s ease-out;
    -ms-transition:all .4s ease-out;
    -o-transition:all .4s ease-out;
    transition:all .4s ease-out;
}
.itemZoomed:hover img.img{
    transform: scale(1.1);
}

.product .adminControl{
    left:auto;
    right:5px;
    z-index:5;
}
.product-card:hover{
    position: relative;
    z-index: 3;
    
}
.badgeRight{
    
}
button.addtoCart{
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
}
.product-card:hover .itemActions{
    z-index: 3;
    margin-bottom: -50px;
    display: flex;
    position: absolute;
    bottom: -38px;
    margin: 0;
    background: white;
    border: 1px solid #e1e1e1;
    border-top: none;
    background: #e1dfdd;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    left: 0;
    right: 0;
    border-top: 1px solid gray;
}
.product-card:hover:before {
    transition-duration: 0s;
    box-shadow: 0 0 11px #ebebeb;
    z-index: 2;
    border: 1px solid #e1e1e1;
}
.product-card{
   width: 100%;
    flex-shrink: 0; 
    position: relative;
    padding: 1px;
    display: flex;
    flex-direction: column;
    background: #fff;
}
.swiper-slide .product-card{
    padding: 10px 10px 0;
    height: 235px;
}
.swiperThumb{
    cursor: pointer;
    display: block;
    box-shadow: inset 0 0 0 2px #f2f2f2;
    padding: 12px;
    border-radius: 2px;
}
.product-card:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    border-radius: 2px;
    box-shadow: inset 0 0 0 1px #ededed;
    transition: box-shadow .2s;
}

[dir=rtl] .product-card__quickview {
    left: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0;
}
.product-card__quickview {
    z-index: 2;
    position: absolute;
    border: none;
    font-size: 10px;
    text-transform: uppercase;
    fill: currentColor;
    padding: 7px;
    cursor: pointer;
    top: 0;
    background: transparent;
    color: #ccc;
    transition: background-color .2s,color .2s;
}
.itemImg{
    padding:5px;
}
.itemDesc{
   padding: 0 5px 5px;
}
.itemDesc h2{
    font-size:100%;
}
.itemActions{
    display:none;
}

.catBlock{
    display: flex;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 1px 16px rgb(0 0 0 / 4%);
    padding: 24px 20px;
    flex-grow: 1;
}

.block-products-carousel .swiper-container {
    padding-bottom: 100px;
    margin-bottom: -100px;
    pointer-events: auto;
}
.swiper-container-pointer-events {
    touch-action: pan-y;
}

.swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
        max-height: 600px;
      }
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
#favSwiper .swiper-slide{
    width:210px;
}
#relatedImages .swiper-slide{
    width:210px;
}
.swiper-slide{
    width:auto;
}

.small .swiper-slide{
    max-width:100px;
}
.block-features__item{
    border-right:2px solid #f0f0f0;
}
.block-features__item:first-child{
    border:none;
}

#mainSlider{
    width:100%;
}
#userHeader ul{
    display:flex;margin:0;
}
.breadcrumb {
    background: transparent;
    padding: 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--dark);
    line-height: 20px; 
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0.15rem 1rem;
    margin-bottom: 0rem; 
    list-style: none;
    border-radius: 0.25rem;
}
.breadcrumb.dark *{color:var(--dark);}
.breadcrumb.light *{color:var(--light);}
.search{
    width:90%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin:0 auto;
}
.searchForm{
    position: relative;
    flex: 2;
    
}
.searchForm .form-group {margin-bottom:0;}

.searchResult.dropSearch{
    position: absolute;
    z-index: 100;
    background: white;
    border: 1px solid #bbbbbb;
    border-top: none;
    max-width: 300px;
    box-shadow: 0 6px 9px #d5d5d5;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px 10px 0;
    left: 2px;
}
.searchResult.dropSearch ul.itemsList,nav ul.itemsList{
    flex-direction: column !important;
}

.adminControl{
    z-index:auto !important;
}
.bbottom{
    border-bottom:1px solid #e5e5e5;
}
header{ position:relative; }
body.site header{
    background-color: var(--bgsite);
    border-bottom: 1px solid white;
}
.topbar{position:relative;z-index:100;}
.searcherOn .topbar{z-index:0;}
.site__body{position:relative;}

#displayNavbar{
 
    justify-content: space-between;
    flex: 1;
}
.hlspacer{
    margin-left:5px;
}
#addNewClient{
    margin:15px 0;
}
#addNewClient .inner{
   
}
.closer{
    z-index:5;
    position:absolute;
    display:flex;
    width: 26px;
    height: 26px;
    left:5px;
    top:5px;
    border-radius: 40px;
    border: 1px solid gray;
    color: white;
    background-color: var(--light2);
    align-items: center;
    justify-content: center;
    font-size: 1.2rem !important;
    
}
.closer.closer-sm{
   background-color: transparent;
   width:18px;
   height:18px;
}
.floaterClose{
    position: fixed;
    width: 26px;
    height: 26px;
    right: -30px;
    top: 5px;
    z-index: 10;
    border-radius: 40px;
    border: 1px solid gray;
    color: white;
    background-color: var(--light2);
    align-items: center;
    justify-content: center;
    font-size: 1.2rem !important;
    padding: 5px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    opacity: 0;
    transform: scale(0);
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.panel.active .centered{
    background: rgb(230,230,230);
    background: linear-gradient(0deg, rgba(230,230,230,1) 0%, rgba(245,247,255,1) 50%, rgba(255,255,255,1) 100%);
}
.panel.active .floaterClose{
    right: 10px;
    left:auto;
    display: flex;
    opacity:1;
    transform: scale(1);
}
.mobileMainNav  li.menuTitle{
    
}
.mobileMainNav  li.menuTitle a{
    margin-top:-8px;
    color:var(--green);
}
.mobileMainNav li.menuLinks{
    margin-bottom:0;
}
.mobileMainNav .menuRow::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px; /* Adjust the thickness of the border */
    background: linear-gradient(to left, gray, transparent);
    background-clip: padding-box;
  }
.mobileMainNav .menuRow{
    margin:5px 0;
    
}

.mobileMainNav img{
    border-radius: 5px;
    overflow: hidden;
    margin-left: 5px;
    margin-bottom: 5px;
}
@media (max-width: 992px){
    .footerCompany{
        text-align:center;
        margin-bottom:25px;
    }
    .footerCompany img{
        margin:10px auto;
    }
    .admininfo{
        display:none !important;
    }
    .logoWrapper{
        max-width:50%;
    }
    #formWrapper{
        width:100%;
        max-width: 40%;
    }
    #mainNav ul li {
        padding: 2px 4px;
    }
}
@media only screen and (max-width: 576px){
    .headerPhone {
        font-size: 110%;
    }
    .bggray .storeName,.bgblack .storeName{
        color:white;
    }
    .topbar{
        text-align: center;
    font-size: 80%;
    }
    #accessWrapper {
        top: auto;
        bottom:10px;
    }
    #formWrapper{
        margin-top:15px;
        position: relative;
        max-width:70%;
    }
    body.Cart #formWrapper{
        max-width:90%;
    }
    header>.container{
        min-height: 160px;
        align-items: center;
        justify-content: center;
    }
    
    .bgcontainer{
        
    }
    .tight .form-group{
        margin-bottom:4px;
    }
    .row.m0{
        padding:0 !important;
    }
    #pickstorePopup .panelHeader{
        flex-direction:row;
    }
    .bg-dark,.bg-light{ 

        color:black !important; 
    }
    header .bg-light{
        
    }
    .navbar-dark a{
        
    }
    header.dark{

    }
    body.homeView{
        background-color: white;
    }
    
    #accessWrapper,body.headerFixed #accessWrapper {
        top: auto;
        bottom: 10px;
    }
    .navbar-brand{
        margin-left:auto;
    }

    header{
        box-shadow:none;
        
    }
    header .l{
        line-height: 17px;
        text-align: center;
    }
    #headerTitle{
        padding:0;
        box-shadow: none;
        
        margin-bottom: 0;
    }
    .searchForm input{
        height: 34px;
        border: 1px solid  var(--bgsitegreen);
        color:black !important;
        background-color:white;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        border-radius: 20px;
        padding: 0 10px;
        flex: 1;
    }
    .searchForm button{
       border: 1px solid var(--bgsitegreen);
       background-color: var(--bgsitegreen);
       border-top-left-radius: 20px;
       border-bottom-left-radius: 20px;
       flex:0;
       max-width:32px;
        justify-content: center;
        display: flex;
        align-items: center;
       
    }
    
    .nav-link{
        padding:0.5rem;
    }
    #displayNavbar{
        
        margin-left:5px;
    }
    body.popUpActive #accessWrapper{
        display:none;
    }
    #topFilters {
        margin-top: 0px;
    }
    #topFilters nav.navbar{
        border-bottom: 1px solid #eee;
    }
    #topFilters nav ul li{
        margin-left: 0px;
    }
    #topFilters .navbar{
        
    }
    .topFiltersWrapper {
        justify-content:space-between !important;
    }
    #topFilters i{
        font-size: 1.5rem;
    }
    html,body{
        overflow-x:hidden;
        width:100%;
        font-size: 1rem;
    }
    .headerLogo{
        
    }
    #mainNav,#mainNav.f2{
        display:none !important;
    }
    
    .font200, .fs-200 {
        font-size: 1.7rem;
    }
    
    .searchBar{
        margin:0;
        width:100%;
    }
    .breadcrumb {
        font-size: 1.2rem;
    }
    header .menuOpener{
        right: 10px;
        position:absolute;
        font-size: 3rem;
        
    }
    ul.ul2rows>li {
        font-size: 110%;
        text-align: right;
        line-height: 14px;
        margin: 0 0 5px 0;
    }
    .floaterClose{
        position: fixed;
        width: 36px;
        height: 36px;
        right: -30px;
        top: 63px;
        z-index: 10;
        border-radius: 40px;
        border: 1px solid gray;
        color: white;
        background-color: var(--light2);
        align-items: center;
        justify-content: center;
        font-size: 1.4rem !important;
        padding: 5px;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
        opacity: 0;
        transform: scale(0);
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    
    .panel.active .floaterClose,.fullInMobile.show .floaterClose{
        right: 10px;
        left:auto;
        display: flex;
        opacity:1;
        transform: scale(1);
    }
    
    .panel,.fullInMobile{
        left: 600px;
        background: white;
        position: fixed;
        width: 100%;
        z-index: 100;
        overflow-y: auto;
        display: block;
        padding: 10%;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
        top: 0;
        bottom: 0;
    }
    .panelContent{
        max-height: 90%;
        flex-grow: 1;
        overflow-y: auto;
        padding: 0;
        margin-left: 0;
        overflow-x: hidden;
    }
    .panel .centered{
        min-width:200px;
        min-height:200px;
        max-height: 1420px;
        max-width:900px;
        width:100%;
        height:100%;
        border:none;
        border-radius:0;
    }
    .headerNavFixed .panel,.headerNavFixed .fullInMobile{
        top:43px;
        padding-top:10% !important;
    }
    header .navbar,#topFilters .navbar,.displayNavbar{
        padding-left:0 !important;
    }
    .fullInMobile{
        display:none;
    }
    .panel.active,.fullInMobile.show {
        left: 0px;
    }
    #itemFloater, .panelWrapper,.panel, .fullInMobile {
        background: #000000b5;
        background: transparent;
    }
    .dynamicPanelWrapper .panel{
        background: transparent;
        /*background: rgba(255,255,255,.1);*/
        padding: 5%;
    }
    .fullInMobile.show {
        display:flex;
        transform:none !important;
        width:100% !important;
        height:96%;
        right: 0 !important;
        margin-top: var(--topPadding) !important;
        bottom: 0 !important;
        padding: 0 !important;
        position: fixed !important;
        align-items: center;
        justify-content: center;
        background-color:white;
        background: rgb(227,232,255);
background: linear-gradient(0deg, rgba(227,232,255,1) 0%, rgba(255,255,255,1) 100%);
    }
    
    ul.nav-links__list{
        flex-direction: column;
    }
    ul.nav-links__list li{
        border-bottom:1px solid var(--bg1);
    }
    #mobileNav a{
        font-weight: bold;
        font-size: 1.3rem;
    }
    .homepageContainer a.masterTitle{
        font-size: 2rem;
    }
    
    .homepageContainer .masterCat {
        
    }
    .item.matchheight .itemImage img, .gallery.matchheight .fullItem img {
        max-height: 100%;
        width: 100%;
        height: auto;
        align-self: start;
        margin-top: 0;
    }
    
    footer .content {
        max-width: 96%;
    }

    footer .column {
        text-align:center;
        padding:15px;
    }
    footer .column .logo{
        margin:0 auto;
    }
    footer p, footer a {
        line-height: 100%;
    }

    .logoPositioner {
        flex-direction: column;
    }
     #userHeader ul{
        display:flex;
        justify-content: center;
    }
    .headerSocials{
        justify-content: center;
        display: flex;
    }
    .searchResult.dropSearch {
        left: -28%;
        right: -25%;
        max-width: 320px;
        max-height: 410px;
        overflow-y: auto;
    }
    .menuLogo{
       
    }
    .mobileMainNav a{
        font-size:120%;
        font-weight:bold;
    }
    .logoPositioner {
        justify-content:center;
    }
    body.floaterShow{
        overflow:hidden;
    }
    body.Shop header {
        box-shadow: none;
    }
    header{
        background-size: 100%;
        background: #00000040;
    }
    body.Shop header{
        background-image:var(--img-mheader);
    }
    
    header.light .panel,header.light .panel a{
        color:black;
    }
    .panelContent{
        flex:1;
    }
    .panelContent div{
        overflow-y:initial !important;
    }
    .panelContent>div.mfv { flex-wrap: nowrap;}
    .panelContent>div {
        max-height: 1200px;
        overflow-y:initial;
        padding-bottom:100px;
    }
    .panelHeader{
        display:flex;
        flex-direction: column-reverse;
    }
    .panelTools{
     
    }
    .panelTools a {
     
    }
    
    
}
@media (min-width: 576px){

    .container, .container-sm {
        max-width: unset;
    }

    .panel{
        display:none;
    }
    .panel.active, body.floaterShow .panel{
        display:flex;
    }
    .shop .container,.shop  .container-sm {
       
    }
    .dynamicPanelWrapper .panel {
        max-height: 90%;
        max-width:90%;
    }

    #topFilters .navbar {
    }
    
#userHeader{
    
}
    .shop .container, .shop .container-md, .shop .container-sm {
       
    }
    
    .menuSpacer{
        width:175px;
    }
    .mobileSearchWrapper{
        display:none;
        
    }
    .catProducts {
        
    }
    
}



@media (min-width: 992px){
    .container, .container-lg, .container-md, .container-sm {
        
    }
    .menuSpacer{
        width:225px;
    }
   
}

@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1320px;
    }
    
}



body.shop .container, .container-fluid, body.shop .container-lg, body.shop .container-md, body.shop .container-sm, body.shop .container-xl {
    width: 100%;
    max-width:1200px;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}
body.Orders .container,body.Orders .container-fluid{
    max-width:1600px;
}
.spinner,.la.spinner{
    
}

ul.hor>a{
    height: 100%;
    display: flex;
    align-items: center;
}
.dropcart--style--dropdown {
    box-shadow:none;
}
header .dropdown-menu{
    border-top-left-radius:0;
    border-top-right-radius:0;
    box-shadow: 0 1px 15px rgb(0 0 0 / 25%);
}
.nav-links__item {
    height: 100%;
    margin-bottom: 4px;
    margin-top: 5px;
}
.nav-links__item-body {
    height: 38px;
}
.nav-links__item:hover{
    background: rgba(255,255,255,.1);
    border-radius:5px;
    color:white;
}
.nav-links__item i{
    margin-left:5px;
    margin-left: 5px;
    position: relative;
    top: 2px;
}
button i{
    pointer-events: none;
}
.logoPositioner{
    display:flex;
    align-items: center;
    width: 100%;
}
.logoPositioner.centered{
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
    width: 55%;
}

@media (min-width: 1200px){
    
}




@media only screen and (min-width: 481px) and (max-width: 1200px) and (orientation: portrait) {
    html,body{
        overflow-x: hidden;
    }
    .panel .centered {
        max-height:90%;
        width:100%;
    }
    .logoWrapper{
        max-width:70%;
    }
    .panelContent>div { 
        max-height:900px;
    }
    #itemFloater, .panelWrapper{
        top:0;
    }
    #headerTitle {
        width:100%;
    }
   #mainNav ul {
        padding: 0;
   }
   .logoPositioner {
       max-width:90vw;
        flex-direction: column !important;
        flex-wrap:wrap;
    }
    .logoPositioner.centered{
        max-width:1000px;
        width: 100%;
    }
    .logoWrapper .logo{
        max-width:80%;
    }
    .logoPositioner #mainNav ul{
                flex-wrap:wrap; justify-content:center;
    }
    #mainNav.dark ul li {
        margin:5px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 1200px) and (orientation: landscape) {
   html,body{
        overflow-x: hidden;
   }
   


   #mainNav{
       font-size:0.75rem;
   }
   #mainNav ul {
        padding: 0;
   }
   #headerTitle {
        width:100%;
    }
}


@media only screen and (min-width: 960px) and (max-height: 720px) {
    .panelContent {
     margin: 0;
     padding: 0;
     overflow-y: auto;
     /* max-height: 90%; */
     height: 500px;
    }
  
}


.swiper-container-vertial .swiper-button-next,.swiper-container-vertial .swiper-button-prev{
    top:10px;
    left: 40%;
    right:auto;
    bottom:auto;
    transform: rotate(-90deg);
}
.swiper-container-vertial .swiper-button-next:after,.swiper-container-vertial .swiper-button-prev:after
{
    font-size: 1.5em;
}
.swiper-container-vertial .swiper-button-next{
    top:auto;
    bottom:-10px;
}


@keyframes pulse2s {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.pulse2s{
  animation: pulse2s 2s infinite;
}


::-webkit-scrollbar:horizontal{
  height: 8px;
  background-color: red;
}
::-webkit-scrollbar-thumb:horizontal{
        background: #000;
        border-radius: 10px;
        
}


[dir=rtl] .block-sidebar--position--start{
    padding-left:0;
}
.site .container-fluid{
    max-width:1600px;
}