@import 'fonts-montserrat.css';



:root{

    --primary-color:#9c7c38;
    --primary-color-rgb:156,124,56;

    --primary-color-d:#7d632d;
    --primary-color-l:#be994b;

    --secondary-color:#020202;
    --secondary-color-rgb:2, 2, 2;

    --secondary-color-d:#7765a3;
    --secondary-color-l: #c4b1f0;

    /* #a4421e */


    --main-bg:#ffffff;
    /* --second-bg: #f4f7f9; */
    --second-bg:#fff1f6;

    --border-silver:#e5e5e5;
    --border-silver-rgb:229,229,229;

    --main-silver:#6e6e6e;
    --main-silver-l:#6e6e6e;

    --hover-bg:#fcf2ea;
    --hover-bg-rgb:252,242,234;

    --main-blue:#1E34A4;
    --main-blue-l:#032C8C;

    --text-color:#373D3F;
    --text-second-color:#444444;

    --main-green:#03A668;
    --main-green-d:#028553;

}


/* -webkit-transition : all .25s cubic-bezier(.215,.61,.355,1);
-moz-transition: all .25s cubic-bezier(.215,.61,.355,1);
-o-transition:all .25s cubic-bezier(.215,.61,.355,1);
transition:all .25s cubic-bezier(.215,.61,.355,1); */


*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    hyphens: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}


@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
    width: 100%;
    height: 100%;
    margin:0px 0px 0px 0px;
    font-family:'ji-Regular';
    /* font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
    font-size: 14px;
    line-height: 1.5;
    color: var(--text-color);
    background-color: white;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing:antialiased;
}



hr {
  margin: 1rem 0;
  color: #EEEEEE;
  background-color: currentColor;
  border: 0;
  opacity: 1;
}

hr:not([size]) {
  height: 1px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: 'ji-Bold';
  line-height: 1.2;
  color: #212121;
}

h1, .h1 {
  font-size: calc(1.37383rem + 1.48598vw);
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.48832rem;
  }
}

h2, .h2 {
  font-size: calc(1.33236rem + 0.98832vw);
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.0736rem;
  }
}

h3, .h3 {
  font-size: calc(1.2978rem + 0.5736vw);
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.728rem;
  }
}

h4, .h4 {
  font-size: calc(1.269rem + 0.228vw);
}

@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.44rem;
  }
}

h5, .h5 {
  font-size: 1.2rem;
}

h6, .h6 {
  font-size: 0.83333rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}



.jfrmAjaxContainer{
    opacity:1;
    /* margin-top:0px; */
}
.jfrmAjaxContainer.loading{
    opacity:0;
    /* margin-top:100px; */
}

.jiSiteWidth{width: 90%;max-width: 1200px;}
.jiSiteWidthMedium {width: 90%;max-width: 900px;}
.jiSiteWidthHalf {width: 90%;max-width: 600px;}
.jiSiteWidthSmall {width: 90%;max-width: 400px;}


.secondBG{background: var(--second-bg);}

.footerSvgLogo{width:200px;}
    .footerSvgLogo .logoRed{fill:var(--primary-color);}
    .footerSvgLogo .logoBlack{fill:#DCDDDE;}

    .preeloader {
        background: rgba(255,255,255,0.8);
        height: 100%;
        position: fixed;
        width: 100%;
        z-index: 999999;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }

    .preloader-spinner {
        -webkit-animation: 1s ease-out 0s normal none infinite running pulsate;
        animation: 1s ease-out 0s normal none infinite running pulsate;
        border: 10px solid var(--primary-color);
        border-radius: 40px;
        display: block;
        height: 40px;
        left: 50%;
        margin: -20px 0 0 -20px;
        opacity: 0;
        position: fixed;
        top: 50%;
        width: 40px;
        z-index: 10;
    }
    @-webkit-keyframes pulsate {
        0% {
            opacity: 0;
            -webkit-transform: scale(0.1);
            transform: scale(0.1);
        }

        50% {
            opacity: 1;
        }

        100% {
            opacity: 0;
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
        }
    }
    @keyframes pulsate {
        0% {
            opacity: 0;
            -webkit-transform: scale(0.1);
            transform: scale(0.1);
        }

        50% {
            opacity: 1;
        }

        100% {
            opacity: 0;
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
        }
    }

    .jiOverlay{
        position: fixed;
        display: none;
        top: 90px;
        left: 0;
        width: 100%;
        height: 100%;
        /* background-image: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%); */
        background:rgba(255,255,255,1);
        z-index: -90;
        opacity: 0;
        -webkit-backdrop-filter: blur(0px);
        backdrop-filter: blur(0px);
    }

    .jiOverlay.active{
        display: none;
        z-index: 99;
        opacity:1;
        /* animation: changeColor 0.2s forwards cubic-bezier(0.455, 0.03, 0.515, 0.955); */
    }

    .jiOverlay .overlay-pulse{
        position: absolute;
        left:50%;
        top:50%;
        margin-top:-20px;
        margin-left:-20px;
        width:40px;
        height: 40px;
        background-color: var(--secondary-color);
        border-radius: 100%;
        animation: overlay-pulse-22 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
    }

    @keyframes overlay-pulse-22 {
        0% {
            transform: scale(0);
        } 100% {
            transform: scale(2);
            opacity: 0;
        }
    }
    @-webkit-keyframes overlay-pulse-22 {
        0% {
            transform: scale(0);
        } 100% {
            transform: scale(2);
            opacity: 0;
        }
    }

.primaryColor{
    color:var(--primary-color);
}

.jiPageBand{
    margin-top:50px;
}

.colorfulBand{
    padding: 30px 0px 60px 0px;
}

.addCartButton{display:inline-block;
    /* background: var(--primary-color); */
    border:1px solid var(--primary-color-d);
    color:var(--primary-color-d);
    width:100%; border-radius:4px; line-height: 45px; font-family: 'ji-Medium';
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
    .addCartButton:hover{ background: var(--primary-color-d); color:white;}
.prodCarousel{position:relative;}

.dueToneOne{fill :#292d32;}
.dueToneTwo{fill :#292d32; opacity: 0.4;}

.furLinker.modelBox{background-color: var(--primary-color) !important; }
.furLinker.modelBox:hover{background-color: var(--main-blue) !important; color: white!important;}

.furLinker.modelBox.secColor{background-color: var(--primary-color-d) !important;}
.furLinker.modelBox.secColor:hover{background-color: var(--primary-color) !important;}

.footerPadding{padding-bottom:60px;}

.pageSecondTitle {
    position: relative;
    font-size: 1.1rem;
    color: rgb(85,85,85);
    font-family: 'ji-Regular';
    padding-bottom: 4px;
    margin-bottom: 10px;
    margin-top: 15px;
    border-bottom: 0px solid rgba(108,108,108,0.4);
}
.pageSecondTitle::before {
    content: '';
    display: inline-block;
    height: 1px;
    width: 20%;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: var(--primary-color);
}

.pageNavButtons {
    position: absolute;
    right: 0px;
    top: 10px;
}

.pageNavLinks {
    position: relative;
    display: inline-block;
    background: var(--primary-color-d);
    color: white;
    text-align: center;
    font-family: ji-SemiBold;
    font-size: 1rem;
    line-height: 40px;
    padding: 00px 40px;
    border-radius: 6px;
}

.lineToAll{
    margin-top:20px;
    text-align:center;
}
    .lineToAll a{display:inline-block; line-height: 35px; padding:0px 25px; background-color: var(--primary-color); border-radius:4px; color: white;}
    .lineToAll a:hover{background-color: var(--secondary-color); color: black;}

.langChanges{
    display:inline-block;
    position: absolute;
    right:00px;
    top:0px;
    border:0px solid red;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
    .langChanges a{
        display:inline-block;
        padding:3px 5px;
        font-family: ji-Medium;
        /* background:silver; */
        margin-left:1px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .langChanges a:first-child{margin-right:0px; margin-left:0px; padding:3px 6px}
    .langChanges a.activelang{color: var(--primary-color);}
    .langChanges a:hover{background-color: rgba(var(--primary-color-rgb),0.4);}

.headerIconMenu{
        position:absolute;
        right:0px;
        top:30px;
    }
        .headerIconMenu a{display:inline-block; width:30px; height:30px; font-size:20px; color:var(--text-color); stoke:var(--text-color);  border:0px solid red; padding:2px 0px 0px 4px;}
            .headerIconMenu a svg{width:20px; height:20px;}
            .headerIconMenu a:hover svg{stroke:white;}


.showcaseTitle{
    text-align:center;
    font-size:2.4rem;
    margin-bottom:20px;
    /* color:#ff186e; */
}


.popUpContainer{
    position:fixed;
    width:100%;
    height: 100%;
    left:0px; top:0px; right:0px;bottom:0px;
    display:flex;
    justify-content: center;
    align-items: center;
    background:rgba(0,0,0,.5);
    z-index: 80;
    transform: scale(1,0);
    transform-origin: 0 0;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

    .popUpContainer.active{
        transform: scale(1);
    }


.popUpBox{
    position:relative;
    z-index:80;
    width:40%;
    height:auto;
    max-height: 80%;
    background:red;
    border:1px solid red;
}
    .popUpBox .closeBtn{position:absolute; right:-20px; top:-20px; width:40px;height:40px; text-align:center;line-height:40px;border-radius:5px;background:#ae1b22; color:white;
        font-size:22px;
    }
    .popUpBox .image{display: inline-block; width:100%;}
    .popUpBox .image img{max-width: 100%; display:inline-block;}
    .popUpBox .popupTitle,.popupSubTitle,.popupBtn{
        position:absolute; z-index:30;width:100%;
        /* background-color: #FF0000; */
        color: white;left:0px;
        text-align: center;
    }
    .popUpBox .popupTitle{bottom:200px;}
        .popUpBox .popupTitle span{display: inline-block; font-size:1.4rem; background: rgba(0,0,0,.7);padding:5px 20px; border-radius: 5px;}
    .popUpBox .popupSubTitle{bottom:150px;}
        .popUpBox .popupSubTitle span{display: inline-block; font-size:1.1rem; background: rgba(0,0,0,.7);padding:5px 20px; border-radius: 5px;}
    .popUpBox .popupBtn{bottom:80px;}
        .popUpBox .popupBtn span{display: inline-block; font-size:1.15rem; font-family:ji-SemiBold; background: var(--primary-color);padding:5px 20px; border-radius: 5px;}



.bandTitle{
    color: #212121;
     font-family:'ji-Bold';
    font-size:2.2rem;
    text-align: center;
    margin-bottom:30px;
    /* margin-top:00px;
     */
}

/* .headerDesktop.modeRoof .langChanges{
    right:-70px;
} */

/***
**********
********************

                        PAGE SIDES

********************
**********
**/
header.headerDesktop{
    position:fixed;
    top:0px; left:0px;
    height:70px;    
    z-index: 70 !important;    
    /* background-image: linear-gradient(180deg, rgba(255,255,255,.6) 20%, rgba(255,255,255,0) 100%);     */
    background:white;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}
.headerDesktop.stickyHeader{
    background-image: linear-gradient(180deg, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);    
    /* background-color:rgba(255, 255, 255, 0.408); */
    /* -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px); */
    /* background-image: linear-gradient(180deg, rgba(0,0,0,.9) 20%, rgba(0,0,0,0) 100%);
    border-bottom:0px solid var(--secondary-color); */
}

header.readyStick{
    /* background-color:rgba(0,0,0,0.8); */

}

.headerCover{position:relative; padding-top:16px;}

main{position:relative; z-index: 60; padding:00px 0px 50px 0px;
    width:100%; min-height: 100%;
    background-color: white;
/* min-height: 600px; */
    /* -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; */
}
/* main.modeRoof{padding-top:50px!important;} */




/***
**********
********************

                      HEADER

********************
**********
**/


/* header{} */
   .headerDesktop .brandLogo{ float:left;  width:240px; }
        .headerDesktop .brandLogo a{
            display: inline-flex;
            width: 100%;
            height: 100%;
            align-items: center;
            border:0px solid silver;
            padding-top:0px;
        }
        .headerDesktop .brandLogo svg,
        .headerDesktop .brandLogo img{width:auto; max-height: 38px;}
        .logoSvgPath{fill:#020202;}
       /*
       .headerDesktop .brandLogo .logoStd{max-height: 60px; position: absolute; opacity:1;
       -webkit-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
       transition: all 0.3s ease-in-out;
       max-width:220px;
       } */
        /* .headerDesktop .brandLogo .logoSticky{max-width: 160px;position: absolute; opacity: 0; top:13px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        } */

        /* .headerDesktop.modeRoof .brandLogo .logoStd{opacity:0 !important;}
        .headerDesktop.modeRoof .brandLogo .logoSticky{opacity:1;}

           .brandLogo .headerSvgLogo .logoRed{fill:var(--primary-color);}
           .brandLogo .headerSvgLogo .logoBlack{fill:#040404;} */
    /* .headerDesktop.modeRoof .brandLogo{height: 50px;}
        .headerDesktop.modeRoof .brandLogo .headerSvgLogo{width:180px;} */



   .headerNavBar{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        float: right;
        width: calc(100% - 300px);
        margin-top:0px;
        /* border:1px solid red; */
        padding-top:0px;
        height: 40px;
       }
    /* .headerDesktop.modeRoof .headerNavBar{ margin-top:0px  } */

    .headerNavBar a{display: block; width: 100%;height: 100%;padding:0px 22px; line-height: 40px; color:#212121; font-family:'ji-Medium';}
    .readyStick .headerNavBar > ul > li >a{color:white!important;}
    .headerNavBar a:hover{color:var(--primary-color);}
        ul.headerMenu{
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            transform-origin: left center;
        }
            ul.headerMenu > li{float:left;position:relative; font-size: 1.1rem;line-height: 1.15rem; border:0px solid red;}
                /* ul.headerMenu  li a:hover{color:var(--primary-color-d);} */

        /* .dropDownMenu{} */
            /* .dropDownMenu .drop-down{} */
                .dropDownMenu .drop-down a{display: inline-block;width:100%;}
                /* .header.stickyHeader .dropDownMenu .drop-down a{color:var(--secondary-color);} */
                .dropDownMenu .drop-down:hover > a{color:var(--primary-color);}
                .dropDownMenu .drop-down ul{
                    display: block; padding:10px 0px;
                    font-size:1.05rem;
                    width:100%;
                    position: absolute; left:0;
                    top:100%;
                    border-radius: 5px;
                    z-index: 99;
                    opacity: 1;
                    transform: scale(1,0);
                    transform-origin: 0 0;
                    /* visibility: hidden; */
                    background: white;
                    box-shadow: 0px 0px 30px rgba(var(--third-color-rgb), 0.25);
                    transition: ease all 0.3s;
                    border-bottom: 2px solid var(--primary-color);
                }
                .dropDownMenu .drop-down ul.cover-drop-down{width:140%; margin-left:-20%;}

                .dropDownMenu .drop-down.downRight ul{right:-10px;}
                .dropDownMenu .drop-down:hover > ul{opacity: 1;top: 100%;visibility: visible; width:250px;transform: scale(1,1);}
                /* .dropDownMenu > .drop-down > ul:before{content: '';border-bottom: 8px solid #fff;border-left: 8px solid transparent;border-right: 8px solid transparent;position: absolute;left: 25px;bottom: 100%;} */
                .dropDownMenu > .drop-down > ul.cover-drop-down:before{left:20%;}
                .dropDownMenu > .drop-down.downRight > ul:before{left: auto; right:25px;}

                    .dropDownMenu .drop-down ul li{float:left; position: relative;min-width: 200px; width:49%; line-height: 1.1rem;padding:5px 0px;}
                    .dropDownMenu .drop-down ul.cover-drop-down li{width:50%; float:left;}
                        .dropDownMenu .drop-down ul li a{color:black;}
                        .dropDownMenu .drop-down ul li a:hover{color:var(--primary-color);}
                        .dropDownMenu .drop-down > ul >li >a{padding:5px 25px 5px 20px; line-height: 1}
                            .dropDownMenu .drop-down .drop-down:after{position: absolute;right:5px;top:8px;content: "\f105";font-family: 'Font Awesome'; font-weight: 900;}
                            .dropDownMenu .drop-down ul.cover-drop-down .drop-down:after{display: none;}
                            .dropDownMenu .drop-down .drop-down ul {top: 0;left: calc(100% - 30px);}
                            .dropDownMenu .drop-down .drop-down:hover > ul {opacity: 1;top: 0;left: 100%;}
                            .dropDownMenu .drop-down ul.cover-drop-down .drop-down ul{display:none;}

                            .dropDownMenu .drop-down ul li.catImage{
                                position: relative;
                                top: 0px;
                                text-align: right;
                                padding-right: 20px;
                                float:right;
                                width:49%!important;
                            }
                            /* .dropDownMenu .drop-down ul li:not(.catImage){ } */
                            .dropDownMenu .drop-down ul li.catImage img{
                                width:auto;
                                height: 200px;
                            }

       .headerUserNav{
           float:right;
           position: relative;
           width: 220px;
           /*height: 75px;*/
           border:0px solid silver;
           padding-top:35px;
           height: 90px;
       }

       .headerPhoneIcon{
            position:absolute;
            width:46px;
            height: 46px;
            background-color: red;
            top:5px;
            left:50%;
            margin-left:-23px;
            display: inline-flex;
            justify-content: center;
            padding-top:6px;
            /* align-items: center; */
            background-color: #1E34A4;
            border-radius: 50%;
            z-index: 10;
       }
       .headerPhoneIcon  svg{
           width:24px; height: 24px;
       }
       .headerPhoneIcon  svg path{
           fill: white;
       }
       .headerPhone{
           z-index: 20;
           display:inline-block;
           position:relative;
           width:100%;
           border:0px solid red;
           font-size:1.3rem; font-family:ji-SemiBold;
           line-height: 40px;
           text-align: center;
           background-color: #1E34A4;
           border-radius:25px;
           color:white;
        }

       /* .headerDesktop.modeRoof .headerUserNav{padding-top:5px;} */
           .userMenuIcons{display: inline-flex;align-items: center; justify-content: flex-end; position:relative;width:40px;height: 40px; border:0px solid var(--primary-color);border-radius:5px; float:right; margin-left:5px; padding:0px 0px 0px 0px;}
           .hddBasketCounter{position:absolute;right:0px;top:-4px;color:var(--secondary-color);font-family:'ji-SemiBold'; background: transparent;}
               .userMenuIcons .jiSvgIcon{
                   fill:var(--text-color);
                   width: 24px;height: 24px;float:right;padding:0px 0px 0px 0px;
                   -webkit-transition: all 0.3s ease-in-out;
                   -o-transition: all 0.3s ease-in-out;
                   transition: all 0.3s ease-in-out;
               }
               .userMenuIcons:hover .jiSvgIcon{fill:var(--primary-color) ;}

            .userMenuIcons ul{
                left:auto!important;
                right:0px!important;
                min-width: 200px;
            }
            .userMenuIcons ul li{
                width: 100% !important;
                max-width: 100% !important
            }
            .userMenuIcons ul.fastBasket{
                min-width: 350px !important;
            }
               .duoToneLight{fill:rgba(185,82,159,0.15);}
               .userMenuIcons .jiSvgIcon:hover .duoToneLight {fill:rgba(185,82,159,0.15);}
               .duoToneDark{fill:rgba(185,82,159,1);}
               .userMenuIcons .jiSvgIcon:hover .duoToneDark {fill:rgba(181,161,108,1);}
               .duoToneDarkStroke{stroke:rgba(185,82,159,1);}
                   .userMenuIcons .jiSvgIcon:hover .duoToneDarkStroke{stroke:rgba(181,161,108,1);}

                   .fastBasket{
                       font-family: ji-Regular;
                       font-size:1rem;
                       width:300px;
                       max-height: 450px;
                       overflow-y: scroll;
                       overflow-x: hidden;
                   }
                   .fastBasket,.fastBasket li, .fastBasket a {
                       font-size:0.9rem; line-height: 1.1rem;
                   }
                   .userMenuIcons ul.fastBasket li{
                       float:left;
                       width: 100%;
                       padding:10px 10px !important;
                   }
                       .userMenuIcons ul.fastBasket li h3{
                           width: 100%;
                           padding:15px 15px;
                           font-family:ji-Regular;
                           font-size: 1rem;
                           line-height: 1.4rem;
                           text-align: center;
                       }
                       .userMenuIcons ul.fastBasket li .listMainDiv{
                           margin:0px 0px !important;
                       }
                           .userMenuIcons ul.fastBasket li .listMainDiv .listLoopMain{
                               border-bottom: 1px solid rgba(var(--d-primary-color-rgb),0.3);
                           }
                           .listLoopMain:hover {
                               background: transparent;
                           }

               .userMenuIcons .personalMenu{font-family: 'ji-Medium';}
               .userMenuIcons .clsSrc{position: absolute;top:12px;right:7px; color:#B33D68; opacity:0; }

                .userMenuIcons.activeSrc .jiSvgIcon{fill:#B33D68;}
                .userMenuIcons.activeSrc .clsSrc{opacity: 1;}

    .headerMenu.activeSrc{
        transform:scale(0,1);
    }

   .headerSrcFormCover{
       position:absolute; height: 40px; z-index: 20;
        /*border-bottom:1px solid black;
         background-color: #e8e8e8; */
       -webkit-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
       transition: all 0.2s ease-in-out;
       background: rgba(100,100,100,0.2);
       width:100%;
       right:0px;bottom:25px;
       transform:scale(0,1);
       transform-origin: right center;
   }
       .srcInLogo{float:left;width: 180px;height:60px;display: flex; align-items: center; text-align: center;margin-left:50px; display: none;}
           .srcInLogo img{max-width: 90%;max-height: 56px;margin-top: 7px;}

       .srcInHeaderForm{float:left;width:100%;padding: 0px 0px 0px 0px;}
           .srcInInput{float:left;width:100%;height: 40px;margin-left:0%; border:1px solid rgba(var(--primary-color-rgb),0.6); padding:3px 5px; border-radius: 5px;}
           .srcInButton{position: absolute; top:0px; right: 0px;
               width:10%;height: 40px;margin-left:0px;background-color: var(--primary-color);border:none;color:black;
               -webkit-transition: all 0.3s ease-in-out;
               -o-transition: all 0.3s ease-in-out;
               transition: all 0.3s ease-in-out;
               border-top-right-radius:5px;
               border-bottom-right-radius: 5px;
               }
           .srcInButton:hover{background-color: var(--secondary-color);}

           .closeSrcCover{display:none; float:left;width: 10%;height: 50px;text-align: center;background-color: rgba(0,0,0,0.0);margin-top:0px;}
               .closeSrcCover  .jfrmIcon{ color:var(--main-red);display: inline-block;font-size:2.2rem;
                   -webkit-transition: all 0.2s ease-in-out;
                   -o-transition: all 0.2s ease-in-out;
                   transition: all 0.2s ease-in-out;
               }
                   .closeSrcCover  .jfrmIcon:hover{cursor:pointer; color:var(--h-main-red)}

   .headerSrcFormCover.active{
       /* transform:translateY(100px); */
       transform:scale(1,1);
   }





   .headerMobile {
        position: fixed; top:0px;left:0px; width:100%;z-index: 99;
        background:rgba(255, 255, 255, 1);
        padding:0px 10px;
        transition: .2s;-moz-transition: .2s;-webkit-transition: .2s;-o-transition: .2s;
        height: 50px;
        border-bottom:0px solid rgba(var(--primary-color-rgb),0.4);
        border-top:0px solid var(--primary-color-d);
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        /* box-shadow:0px 0px 15px 1px rgba(var(--secondary-color-rgb),0.3);
        -webkit-box-shadow:0px 0px 15px 1px rgba(var(--secondary-color-rgb),0.3);
        -moz-box-shadow:0px 0px 15px 1px rgba(var(--secondary-color-rgb),0.3); */
    }
    .headerMobile.stickyHeader{background: rgba(255, 255, 255, 0.75);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }
    .headerMobile.scrollHider:not(.menuOn){
        transform: translateY(-60px);
    }
    .headerMobile.menuOn{
        top:0px;
    }
    .headerMobile .brandLogo {position: absolute; width:100%; top:0px; left:0px; text-align: left; padding-left:16px;}
    .headerMobile .brandLogo img{width:auto; max-height:30px; max-width:400px; margin-top:8px;}
    .headerMobile .headerSvgLogo{ float:left; position: relative; width:auto; max-width:170px; height: 60px; display: flex; align-items: center; border:0px solid silver;}
        .headerMobile .headerSvgLogo .headerSvgLogo{height:44px;}


        .mobHeadIcons{ position: absolute; width:40px; height: 40px; border:0px solid red;top:10px; right:10px;}
        .siteBurger{
            display: inline-block;
            position: relative;
            width:50px; height: 50px;
            margin-top:-8px;
            margin-left:-5px;
        }
            .siteBurger svg{
                width:100%;
                height: 100%;
            }
            .siteBurger .ham {
              cursor: pointer;
              -webkit-tap-highlight-color: transparent;
              transition: transform 400ms;
              -moz-user-select: none;
              -webkit-user-select: none;
              -ms-user-select: none;
              user-select: none;
            }
            .siteBurger .hamRotate.active {
              transform: rotate(45deg);
            }
            .siteBurger .hamRotate180.active {
              transform: rotate(180deg);
            }
            .siteBurger .line {
              fill:none;
              transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
              stroke:rgb(0,0,0);
              stroke-width:5.5;
              stroke-linecap:round;
            }

            .siteBurger .ham8 .top {
              stroke-dasharray: 40 160;
            }
            .siteBurger .ham8 .middle {
              stroke-dasharray: 40 142;
              transform-origin: 50%;
              transition: transform 400ms;
            }
            .siteBurger .ham8 .bottom {
              stroke-dasharray: 40 85;
              transform-origin: 50%;
              transition: transform 400ms, stroke-dashoffset 400ms;
            }
            .siteBurger .ham8.active .top {
              stroke-dashoffset: -64px;
            }
            .siteBurger .ham8.active .middle {
              /* //stroke-dashoffset: -20px; */
              transform: rotate(90deg);
            }
            .siteBurger .ham8.active .bottom {
              stroke-dashoffset: -64px;
            }



    .jiTemp_HeaderThree{height: 90px!important; border-bottom:1px solid rgba(var(--primary-color-rgb),0.4);}
        .jiTemp_HeaderThree .brandLogo{width:350px; height: 60px;}
            .jiTemp_HeaderThree .brandLogo a{padding-top:0px!important;margin-top:15px;}
            .jiTemp_HeaderThree .brandLogo img{max-height: 60px; position: absolute; opacity:1;
                -webkit-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                max-width:320px;
            }


.ui-autocomplete-category{
    border-bottom:1px solid var(--main-bg)!important;
    background: var(--main-bg)!important;
    padding:8px 10px;
}

.ui-autocomplete .ui-autocomplete-row.acProdList{
    border-left:4px solid var(--main-bg)!important;
}
.ui-widget.ui-widget-content{
    border:1px solid var(--border-silver)!important;
    border-radius: 5px;
}
.acProdList .ui-state-active{
    background: var(--second-bg) !important;
    border:1px solid var(--second-bg) !important;
    color:black;
}
.ui-autocomplete .ui-autocomplete-row{height: auto; border-bottom:1px solid var(--second-bg);}
.ui-autocomplete .ui-autocomplete-row.acProdList{
    border-left:4px solid var(--second-bg);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: var(--secondary-color-l) !important;
    color:black;
}



/***************
** HEAER END ***************/

/*****
******INDEX
**/

.homeSecondBg{
    background-color:rgb(209 209 209 / 20%); padding:30px 0px 50px 0px;
}

.nivo-directionNav a.nivo-prevNav, .slick-arrow.slick-prev{
    left:0px;
}
.nivo-directionNav a.nivo-nextNav, .slick-arrow.slick-next{
    right:0px;
}

.slick-arrow.colorPrimary{background-color:#020202; color:#D1D1D1;}
.prodCarousel .slick-arrow.slick-prev{
    left:-40px; 
}
.prodCarousel .slick-arrow.slick-next{
    right:-40px; 
}

/*
# -> SLIDER
*/
.welcomeSliderCover{position: relative;float:left; display: block; border-bottom:5px solid white; margin-top:70px; }
    .welcomeSliderCover .welcomeSlider{position: relative;float:left; width: 100%;}
        .welcomeSliderCover .welcomeSlider .sliderBox{
            position: relative;
        }
        .welcomeSliderCover .welcomeSlider .sliderBox::before{
            position: absolute;
            content:'';
            width:100%;
            height:100%;
            left:0px; top:0px;
            background: rgba(255,255,255,0.7);
            z-index:2;
            display:none;
        }
            .welcomeSliderCover .welcomeSlider .sliderBox img{width:100%; z-index:1}
            .welcomeSliderCover .welcomeSlider .sliderBox .slider-caption{
                z-index:10;
                display: inline-flex;
                justify-content: flex-end;
                align-items: center;
                position:absolute; opacity: 1;top:0px;left:0px;bottom:0px;
                width:100%; height: 100%;
                background-color: transparent;
                -webkit-transition: all 0.5s ease-out;-o-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;-ms-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
                opacity: 1 !important;
                border:0px solid red;

            }
                .welcomeSliderCover .welcomeSlider .sliderBox .slider-caption .mainMotto{
                    display:inline-block; width:100%; text-align:center; font-size:3rem !important;                    
                    position: relative
                    top:0px;  font-family:'ji-Black';
                    opacity: 0;
                    line-height: 1;
                }
                .welcomeSliderCover .welcomeSlider .sliderBox .slider-caption .subMotto{display:inline-block; width:100%; text-align:center; font-size:2.48rem;
                    font-family:ji-Bold;
                    position:relative;
                    top: 0px;                    
                    opacity: 0; 
                }
                .welcomeSliderCover .welcomeSlider .sliderBox .slider-caption .captionButton{display:inline-block; width:100%; text-align:center; margin-top:40px;
                    transform:translateY(250px);
                    opacity: 0;
                }
                    .welcomeSliderCover .welcomeSlider .sliderBox .slider-caption .captionButton a{ display:inline-block;padding:0px 40px; line-height: 50px; font-size:1.6rem; font-family:ji-SemiBold; border-radius: 5px; background-color: var(--primary-color-d); color:white;}
                    .welcomeSliderCover .welcomeSlider .sliderBox .slider-caption .captionButton a:hover{ background-color: #a4421e;}

            .sliderBox.darkText .slider-caption{color: var(--text-color);}
            .sliderBox.lightText .slider-caption{color: white;}
            .sliderBox.textPosition_a .slider-caption{padding-left:60%;}
            .sliderBox.textPosition_p .slider-caption{padding-left:10%;padding-right:10%;}
            .sliderBox.textPosition_s .slider-caption{padding-right:60%;}

            .sliderBox.active-slide .slider-caption .mainMotto{transform:translateX(0px)!important;opacity: 1!important;}
            .sliderBox.active-slide .slider-caption .subMotto{transform:translateX(0px)!important;opacity: 1!important;}
            .sliderBox.active-slide .slider-caption .captionButton{transform:translateY(0px)!important;opacity: 1!important;} 


/* .bannerShowcaseFullPage{background-color: var(--main-bg);    }
.bannerShowcaseSiteWidth{background-color: var(--second-bg);    } */

.bannerShowcase{display: grid;}
.bannerShowcase.varBannerTemp_two{grid-template-columns: 1fr 1fr;}
.bannerShowcase.varBannerTemp_three{grid-template-columns: 1fr 1fr 1fr;}
.bannerShowcase.varBannerTemp_onetwo{grid-template-columns: 3fr 3fr;}
.bannerShowcase.varBannerTemp_onetwo .itemCls_1{grid-row-start: 1;grid-row-end: 3;}
.bannerShowcase.gridGaps{grid-gap: 30px;}

    .bannerShowcase .bannerShowcaseLoop{position: relative;}
        .bannerShowcaseBox{position:relative; overflow:hidden; padding-left:0px; height: 100%;}
            .bannerShowcaseBox .bannerOverlay{
                content:'';
                position: absolute;
                left:0px;
                top:0px;
                width:100%;
                height: 100%;
                background: rgba(0,0,0,0.1);
                z-index:10;
            }
            .bannerShowcaseBox:hover .bannerOverlay{
                background: rgba(0,0,0,0.4);
            }
        .bannerShowcaseBox .bannerFootage{
            position:absolute;
            bottom:-120px;
            left:0px;
            width:100%;
            height: 225px;
        }

        .bannerShowcaseBox .image{position: relative;height: 100%;}
            .bannerShowcaseBox .image img{-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;
                object-fit: cover;width:100%; height: 100%; transform:scale(1.08);
            }
    .bannerShowcase.gridGaps .bannerShowcaseBox,
    .bannerShowcase.gridGaps .image,
    .bannerShowcase.gridGaps .image img{
        border-radius: 5px;
    }
        .bannerShowcaseBox:hover .image img{
            transform:scale(1);
        }
        .bannerShowcaseBox .details{
            /* display:in; */
            position:absolute;
            bottom:0px;
            left:0px;
            width:100%;
            height: 100%;
            padding:0px 0px;
            border:0px solid red;
            -webkit-transition: all 0.2s;-moz-transition: all 0.2s;-o-transition: all 0.2s;transition: all 0.2s;
            z-index:15;
            display: inline-flex; align-items: center;
        }
        .bannerShowcaseBox .details.lightText{color: white;}
        .bannerShowcaseBox .details.darkText{color: var(--text-color);}
        .bannerShowcaseBox .details.textPosition_a{justify-content: flex-end}
        .bannerShowcaseBox .details.textPosition_p{justify-content: center;}
        .bannerShowcaseBox .details.textPosition_s{justify-content: flex-start;}

            .bannerShowcaseBox .details .caption{width:40%;}
                .bannerShowcaseBox .details .caption span{
                    display:inline-block; width:100%; position:relative;
                    text-align:center;
                    border:0px solid red;
                    opacity: 0;
                }
                .bannerShowcaseBox .linkName{padding:5px  0px 5px 0px; font-family: ji-SemiBold; font-size:1.8rem;transform:translateX(-80px);}
                .bannerShowcaseBox .title{padding:5px  0px; font-family: ji-SemiBold; font-size:1.2rem;transform:translateX(80px);}
                .bannerShowcaseBox .buttonParent{ padding:10px  5px;transform:translateY(80px);}
                    .bannerShowcaseBox .button{opacity: 1!important; width:auto!important; line-height: 40px; font-size:1rem; font-family:ji-SemiBold; padding:0px 20px; background:var(--primary-color); color: white; border-radius:5px;}
                    .bannerShowcaseBox .button:hover{background:var(--primary-color-d); }
                        .bannerShowcaseBox .button i{ position: relative; top:1.5px;}

    .activeStage .bannerShowcaseBox .linkName,
    .activeStage .bannerShowcaseBox .title{transform:translateX(0px); opacity:1!important; }
    .activeStage .bannerShowcaseBox .buttonParent{transform:translateY(0px); opacity:1!important; }

    .stageMove{
        transform:translateY(70px);
        opacity:0;
        -webkit-transition: all 0.30s;-moz-transition: all 0.30s;-o-transition: all 0.30s;transition: all 0.30s;
    }
    .stageMove.active{
        transform:translateY(0px);
        opacity:1;
    }


.ads{
    background-color:rgba(var(--primary-color-rgb),0.2); padding:20px 20px 50px 20px;
}
    .adListBox{display:grid; grid-template-columns: 1fr 1fr 1fr 1fr; grid-gap: 30px ; }
        .adBoxCover{position:relative;}
            .adBoxCover .adBox{background-color: white; border-radius:5px; padding: 15px 15px;}
            .adBoxCover .adBox.secondColor{background-color:rgba(var(--primary-color-rgb),0.1);}
                .adBoxCover .adBox span{display:inline-block; width:100%; text-align:center }
                .adBoxCover .adBox .adDate{ font-size:1.05rem; font-family:ji-SemiBold;color: var(--primary-color); }
                .adBoxCover .adBox .adLocs{margin-top:15px; }
                    .adBoxCover .adBox .adLocs i{display:inline-block; position:relative; margin:0px 15px }
                .adBoxCover .adBox .adTitle{font-size:1.1rem; font-family:ji-SemiBold; margin-top:15px;  text-align:left;}
                .adBoxCover .adBox .adSubTitle{font-size:0.9rem; font-family:ji-SemiBold; margin-top:0px;  text-align:left;}
                .adBoxCover .adBox .detailLink{text-align:right!important;}
                    .adBoxCover .adBox .detailLink a{display:inline-block; }

.adsDetailInfo{}
    .adsDetailInfo article{padding:3px 0px;}
   .adsDetailInfo span.subTitle{display:inline-block; width:150px; text-align:left; }
   .adsDetailInfo span i{display:inline-block; margin:0px 20px;}


.unitCatBannerBand{margin-top:-10rem;}
.unitCatBanner{position:relative; }
    .unitCatBanner img{width:100%;}
    .unitCatBanner .boxNov{position:absolute;width:100%; height:100%; left:0px; top:0px; display:inline-flex; justify-content: center; align-items: center;}
    .unitCatBanner .boxNov a{display:inline-block;width:155px; text-align:center;
        background-color:#F9FAFD;
        border:1px  solid #F9FAFD;
        color:#616161;
        font-family:'ji-Bold';
        line-height: 40px;
        border-radius:4px;
        }



.contentShowcaseBox{padding:0px 20px; position:relative;}
.gridCarousel .contentShowcaseBox{margin-bottom: 40px;}
    .contentShowcaseBox .showcaseBox{position:relative;}
    .contentShowcaseBox .showcaseImage{
        display: block;
        width: 100%;
        position:relative;
        text-align: center;
        height: 0px;
        padding: 100% 0 0 0;
        overflow: hidden;        
        border-radius: 5px;
    }        
        .contentShowcaseBox .showcaseImage img{
                position: absolute;
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center center;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                border-radius: 5px;
                -webkit-transition : all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -o-transition:all 0.3s ease;
                transition:all 0.3s ease;
            }
            .contentShowcaseBox:hover .showcaseImage img{
                transform: scale(1.05, 1.05);
                -ms-transform: scale(1.05,1.05);
            }
    .contentShowcaseBox .showcaseText{
        position:absolute; 
        background:rgb(255 255 255 / 70%);
        left:0px; right:0px; bottom:10px;
        padding:10px 10px;
        line-height:1.2;
        -webkit-transition : all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -o-transition:all 0.1s ease;
        transition:all 0.1s ease;
        height:45px;
    }    
    .contentShowcaseBox:hover .showcaseText{
        height:50%;
    }
    .contentShowcaseBox .showcaseTitle{
        font-family:'ji-SemiBold'; font-size:1.2rem; text-align:left;margin-bottom:0px;
    }
    .contentShowcaseBox .showcaseInfo{
        margin-top:5px;
        -webkit-transition : all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition:all 0.3s ease;
        transition:all 0.3s ease;
        transform:scale(1,0);
        transform-origin:0 0;
        height:0px;
        font-family:ji-SemiBold;
        /* font-size:1.05rem; */
    }
    .contentShowcaseBox:hover .showcaseInfo{
        transform:scale(1,1);
        height:auto;
    }


.campaignOneBanner{
    padding:00px 0px;
    /* background-color:#f0f0f2; */
    display:flex;
}
    .campaignOneBanner .image img{width:100%; border-top-right-radius: 10px; border-bottom-right-radius: 10px;}
    .campaignInfo{padding:0px 60px; display: flex; align-items: center;}
        .campaignInfo .linkName{display: inline-block; width:100%; color:#ff186e; font-size:2.5rem; font-family: ji-SemiBold;}
        .campaignInfo .title{display: inline-block; width:100%; color: var(--primary-color-d); font-size:1.5rem; font-family: ji-SemiBold;}
        .campaignInfo .brief{display: inline-block; width:100%;}
        .campaignInfo .buttonCover{display: inline-block; width:100%; margin-top:40px}
            .campaignInfo .buttonCover a{display: inline-block; line-height: 40px; padding:0px 30px; background:var(--secondary-color); color:white; border-radius: 5px;}
            .campaignInfo .buttonCover a:hover{background: var(--secondary-color-d);}






/*
# -> Cat Box
*/

.slick-prev.slick-arrow.typeTwo{position: absolute; opacity: 1; height: 40px; width: 40px; right:-150px ; bottom:20px;}
.slick-next.slick-arrow.typeTwo{opacity: 1; height: 40px; width: 40px;}


.slick-prev.slick-arrow.colorPrimary,
.slick-next.slick-arrow.colorPrimary{
    font-size:40px;
}


/* Referaslar sayfasoı */
 .referansLister{
     display:inline-grid;
     grid-template-columns: 1fr 1fr 1fr;  /* ya da grid-template-columns: repeat(4 , 1fr); */
     grid-auto-rows: 250px;
     grid-gap:30px;
     margin-bottom:80px;
 }
     .referansLister .referansLoop{overflow:hidden; position:relative; z-index:10;border-radius:5px;}
     .referansLister .referansLoop a{display:inline-block;position: relative; z-index:20; width:100%;height: 100%;}
     .referansLister .referansLoop a::before{content:''; position: absolute; width:100%; height: 100%; left:0px; top:0px; background:rgba(0,0,0,0.4); z-index:15;}
     .referansLister .referansLoop a::after{
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
         background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
         content: '';
         opacity: 0;
         -webkit-transform: translate3d(0,50%,0);
         transform: translate3d(0,50%,0);
         transition: opacity 0.3s, transform 0.3s;
     }
         .referansLister .referansLoop:hover a::after{
             opacity: 1;
             -webkit-transform: translate3d(0,0,0);
             transform: translate3d(0,0,0);
         }

         .referansLister .referansLoop .image{
            display: block;width: 100%;position: relative;text-align: center;height: 0px;padding: 100% 0 0 0;overflow: hidden;  
         }
             .referansLister .referansLoop img{
                position: absolute;display: block;
                width: 100%; height: 100%;
                object-fit: cover;
                object-position: center center;
                left: 0;right: 0;top: 0;bottom: 0;margin: auto;
                  transform:scale(1.1,1.1);
                  -webkit-transition: all 0.3s ease-out;
                   -o-transition: all 0.3s ease-out;
                   -moz-transition: all 0.3s ease-out;
                   -ms-transition: all 0.3s ease-out;
                  transition: all 0.3s ease-out;
             }
     .referansLister .referansLoop:hover img{
         transform:scale(1,1);
     }
     .referansLister .referansLoop .linkName{position: absolute; display:inline-block; top:50%; left:50%; z-index:20;
         color: white; font-size:1.2rem; font-family:ji-SemiBold;
         transform: translate(-50%,-50%);
         -webkit-transform: translate(-50%,-50%);
     }
     .referansLister .referansLoop:hover .linkName{
         transform: translate(-50%,-30px);
         -webkit-transform: translate(-50%,-30px);
     }
     .referansLister .referansLoop .title{
         position: absolute;
         bottom: 0;
         left: 0;
         padding: 2em;
         width: 100%;
         opacity: 0;
         z-index: 20;
         -webkit-transform: translate3d(0,10px,0);
         transform: translate3d(0,10px,0);
         color:white;
         text-align: center;
     }
     .referansLister .referansLoop:hover .title{
         opacity: 1;
         -webkit-transform: translate3d(0,0,0);
         transform: translate3d(0,0,0);
     }

.portfolioBtn{display:inline-block;margin-left:20px; font-family:ji-SemiBold;}
 .portfolioBtn:hover{cursor:pointer;color: var(--primary-color)}


.projectImage{}
    .projectImage img{width:100%;}
.projectCart{position:relative; padding-left:40px;}
    .projectCart span{display:inline-block; width:100%;}
    .projectCart span.cartLinkName{position:relative;font-family:ji-SemiBold;font-size:1.3rem; margin-bottom:30px;}
        .projectCart span.cartLinkName:before{content:'';position:absolute; bottom:0px; left:0px; width:80px;height:2px; background:var(--primary-color);}
    .projectCart span.cartTitle{ font-family:ji-SemiBold;font-size:1.1rem;}
    .projectCart span.cartInfo{margin-bottom:30px;}
 /***
 **********
 ********************

                       PAGES

 ********************
 **********
 **/

.formBox{ background: var(--second-bg); border-radius: 10px; padding:20px 20px; }
    .formBox .jiSvgIcon{width:100px; height: 100px;}


    .contactBand{position: relative; display: flex;}
        .contactBand .contactInfoSide h1,
        .contactBand .contactFormSide h1{padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; font-family: 'ji-SemiBold';font-size:1.88rem; line-height: 2.31rem;}
        .contactBand .contactInfoSide{ border-right:1px solid #eaebed;padding:0px 0px 0px 0px;}
            .contactDetails{padding:0px 0px;}
                .contactBox{margin-top:20px;}
                    .contactBox .boxIcon{float:left; width:45px; font-size:25px;}
                    .contactBox .boxInfo{float:left; width:calc(100% - 50px); border:0px solid red;line-height: 1;}
                        .contactBox .boxInfo .title{display: inline-block; width:100%;font-size:0.88rem; color:#626262;line-height: 1;}
                        .contactBox .boxInfo .phoneNumber{display: inline-block; width:100%;font-size:1.31rem; margin-top:5px;line-height: 1.3}
                        .contactBox .boxInfo .info{display: inline-block; width:100%;font-size:1rem;margin-top:5px; line-height: 1.3;}
            .contactMap{margin-top:20px; border-bottom-left-radius:10px;}
                .contactMap img{width:100%;border-bottom-left-radius:10px;}
                .contactMap iframe{width:100%!important;height: 300px;}

        .contactBand .contactFormSide{padding:0px 80px;}




.prodListHeader a:hover,
.breadCrumb a:hover,
.toCatLister a:hover{ color: var(--primary-color)};




/*
    CONTENT
 */

 .widgetHeader{
     display: inline-block;
     width:100%;
     font-size:1.2rem;
     font-family: 'ji-SemiBold';
     margin:5px 0px 10px 0px;
     text-align: center;
     border-bottom:1px solid #363637;

 }

 .pageBlockLeft{position: relative;padding-right:10px;}
 .pageBlockRight{position: relative;padding-left:10px;}
     .rightBlockTasks{margin-top:20px;}

 .contentLeftMenu{position: relative;background-color:var(--bg-inputs);margin-top:5px;padding:0px 10px;}
     .contentLeftMenu .title{font-size:1.3rem; line-height: 2.6rem; font-family: 'ji-SemiBold';}
     /* .contentLeftMenu .menuItem{} */
     .contentLeftMenu .menuItem.active{color:var(--primary-color);}

.contentBoxCover {position:relative;padding: 0px 0px 0px 10px;}
.contentBoxCover:nth-child(2n-1) {position:relative;padding: 0px 10px 0px 00px;}
.pageBlockRight .contentBoxCover{position:relative;padding: 0px 00px 0px 0px; margin-bottom:10px;}
.campInBoxCover {position:relative;padding: 0px 0px 0px 10px;}
.campInBoxCover:nth-child(2n-1) {padding: 0px 10px 0px 0px;}

.userSpec .campInBoxCover {padding:0px 0px 0px 0px !important; margin-bottom:20px;}
    .contentBoxCover .contentLoop, .campInBoxCover .campLoop {position:relative;border-bottom:0px solid silver;}
    .campInBoxCover .campLoop{border-bottom: 1px solid rgba(var(--primary-color-rgb),0.4);}
        .contentBoxCover .contentLoop .image{
                display: block;
                width: 100%;
                position:relative;
                text-align: center;
                height: 0px;
                padding: 56.25% 0 0 0;
                overflow: hidden;
        }
        .campInBoxCover .campLoop .image{
            display: block;
            width: 100%;
            position:relative;
            text-align: center;
            height: 0px;
            padding: 33.33% 0 0 0;
            overflow: hidden;
        }
            .campInBoxCover .campLoop .image img,
            .contentBoxCover .contentLoop .image img{
                position: absolute;
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                -webkit-transition : all 0.3s;
                -moz-transition: all 0.3s;
                -o-transition:all 0.3s;
                transition:all 0.3s;
            }
                .contentBoxCover .contentLoop:hover .image img,
                .campInBoxCover .campLoop:hover .image img{
                    transform: scale(1.03, 1.03);
                    -ms-transform: scale(1.03,1.03);
                }
            .contentBoxCover .contentLoop .image:after{
            position: absolute;
            bottom:50%;
            margin-bottom: -20px;
            left: 50%;
            margin-left: -20px;
            content:'';
            width: 40px;
            height: 40px;
            background-color: rgba(255,255,255,0.06);
            border-radius: 100%;
            opacity: 0;
        }
            .contentBoxCover .contentLoop:hover .image:after{
                animation: sk-pulse 0.3s 1 cubic-bezier(0.455, 0.03, 0.515, 0.955);
            }
                @keyframes sk-pulse {
                    0% {
                        transform: scale(0);
                        opacity: 0;
                    } 60% {
                        transform: scale(15,15);
                        opacity: 1;
                    }100% {
                        transform: scale(20,20);
                        opacity: 0;
                    }
                }

        .contentBoxCover .contentLoop .name{
            position: absolute; bottom:20px; font-size:1.3rem; font-family:'ji-SemiBold';padding: 10px 20px;background: rgba(255,255,255,0.8);
            -webkit-transition : all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition:all 0.3s ease;
            transition:all 0.3s ease;
        }
        .campInBoxCover .campLoop .name{
            position: relative; font-size:1.3rem; font-family:'ji-SemiBold';padding: 8px 10px 8px 10px;background: rgba(255,255,255,0.8);
            -webkit-transition : all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition:all 0.3s ease;
            transition:all 0.3s ease;
            border-left:5px solid var(--primary-color);
        }
        .campInBoxCover .campLoop .subTitle{
            position: absolute;
            left: 10px;
            top: 10px;
            background: rgba(255,255,255,0.5);
            font-family: 'ji-SemiBold'!important;
            font-size: 1.1rem;
            line-height: 1.1rem;
            padding: 0.4rem 0.8rem;
            color: var(--primary-color);
            border: 1px solid var(--primary-color);
        }
        .campInBoxCover .campLoop .info{
            height: 60px;
            overflow: hidden;
        }
        .campInBoxCover .campLoop .couponShow{
            /* display: inline-block; */
            float:right;
            border:1px solid #d7ddd9;
            padding:5px 10px;
            margin:5px 5px;
            font-family: 'ji-SemiBold';
            background: #f5f5f5;
        }
            .campInBoxCover .campLoop .couponShow .code{
                display: inline-block;
                border:1px solid #d7ddd9;
                padding:0px 5px;
                background: rgba(235,235,235,1);
                font-family: 'ji-Bold';
                letter-spacing: 1px;
            }

        .contentBoxCover .contentLoop:hover .name{padding:10px 20px 10px 30px ;}
        .pageBlockRight .contentBoxCover .name{bottom:10px; font-size:1.1rem; font-family:'ji-SemiBold';padding: 5px 10px;}
                .pageBlockRight .contentLoop:hover .name{padding:5px 10px 5px 10px ;}





/* .listWebContent{} */
    .listWebContent .contentBoxCover{margin-top:10px;}
    .listWebContent .contentBoxCover:nth-child(1),
    .listWebContent .contentBoxCover:nth-child(2){margin-top:0;}
    .listWebContent .contentBoxCover .contentLoop{border:1px solid var(--border-form); background: var(--bg-prodbox); }




 .contentData{position: relative; padding-bottom:60px;}
     .contentData .image{position: relative;}
         /* .contentData .image img{} */
     .contentData .contentTitle{position: relative;padding:00px 0px;}
         .contentData .contentTitle h1{ font-size:1.6rem; line-height: 3.2rem; }
     .contentData .contentInfo{position: relative;padding: 0px 0px;font-size: 1.05rem;font-style: italic;}
     .contentData .contentDetails{position: relative; margin-top:10px;}
     .contentData .smlNote{position: relative; display: none;}


.contentPhotos{max-height: 200px; border:0px solid red;}
     .contentPhotos .prodPhotoGalery{float:left; position:relative; width: 100%; height: 220px; margin-top:0px; margin-left:0px; padding-left:0px;}
         .contentPhotos .prodPhotoGalery .prodGalLoop{float:left;width:200px; height: 200px; margin:8px 0px 5px 0px; border:0px solid rgb(221, 221, 221); border-radius: 4px; padding:5px 5px; background:rgba(255,255,255,0.5)}
         .contentPhotos .prodPhotoGalery .prodGalLoop a{display: inline-block; width:100%; height: 100%;display: flex; justify-content: center; align-items: center;}
             .contentPhotos .prodPhotoGalery .prodGalLoop img{width:auto; width: 100%; height: 100%;  object-fit: cover; border-radius: 5px;}

         .contentPhotos .prodPhotoGalery .sliderArrow{display:inline-block; width:40px; height: 40px; background: var(--main-bg); text-align: center; line-height: 25px; border-radius: 3px;}
         .contentPhotos .prodPhotoGalery .sliderArrow:hover{cursor:pointer; background-color: var(--primary-color); color:white;}

         /* .contentPhotos .slick-prev.slick-v-arrow{position: absolute; top:50; left:0px!important; border:0px solid red; width:100%!important; height: 25px;background: #ccc;}
         .contentPhotos .slick-next.slick-v-arrow{position: absolute; bottom:-23px; top:auto !important; left:0px!important; border:0px solid red; width:100%!important; height: 25px; background: #ccc;} */
         /* .contentPhotos .slick-prev.slick-v-arrow:hover,
         .contentPhotos .slick-next.slick-v-arrow:hover{background: rgba(var(--primary-color-rgb),0.7)} */

.contentPhotosVertical{width:100%; position:relative;float:left;max-height: 200px; border:0px solid red;}
     .contentPhotosVertical .prodPhotoGalery{float:left; position:relative; width: 100%; height: 200px; margin-top:0px; margin-left:0px; padding:0px 35px;}
         .contentPhotosVertical .prodPhotoGalery .prodGalLoop{float:left;width:180px; height: 180px; margin:8px 0px 5px 0px; border:0px solid rgb(221, 221, 221); border-radius: 4px; padding:5px 5px; background:rgba(255,255,255,0.5)}
         .contentPhotosVertical .prodPhotoGalery .prodGalLoop a{display: inline-block; width:100%; height: 100%;display: flex; justify-content: center; align-items: center;}
             .contentPhotosVertical .prodPhotoGalery .prodGalLoop img{width:auto; width: 100%; height: 100%;  object-fit: cover; border-radius: 5px;}

         .contentPhotosVertical .prodPhotoGalery .sliderArrow{display:inline-block; width:30px; height: 100%; background: var(--main-bg); text-align: center; line-height: 25px; border-radius: 3px;}
         .contentPhotosVertical .prodPhotoGalery .sliderArrow:hover{cursor:pointer; background-color: var(--primary-color); color:white;}

        .contentPhotosVertical .slick-prev.slick-v-arrow{position: absolute; top:50%; margin-top:-20px; left:0px!important; border:0px solid red; width:40px!important; height: 40; color:var(--text-color);}
        .contentPhotosVertical .slick-next.slick-v-arrow{position: absolute; top:50%; margin-top:-20px;  right:0px!important; border:0px solid red; width:40px!important; height: 40px;  color:var(--text-color);}
            .contentPhotosVertical .slick-prev.slick-v-arrow i {transform:rotate(-90deg)}
            .contentPhotosVertical .slick-next.slick-v-arrow i{transform:rotate(-90deg)}



     .sssLoop{border-bottom:1px solid #ebebeb; padding:15px 10px 15px 40px; position:relative; }
       .sssLoop .title{position:relative; float:left; width:100%;font-size:1.10rem;  color: #444444; font-family: ji-SemiBold;}
           .sssLoop.active .title,
           .sssLoop .title:hover{color:var(--primary-color); cursor:pointer;}
           .sssLoop .title .sssIcon{position: absolute; left:-25px; top:2px;}
           .sssLoop .title .sssIcon.active{
               transform:rotate(-180deg);
           }

       .sssLoop .info{position:relative;float:left; display: none;width:100%; margin-top:20px;color: #444444;font-size: 1.1rem;line-height: 1.6;}

     .contentSliderBox{position:relative;padding: 0px 0px;}
         .contentSliderBox .sliderLoop{position:relative;border-bottom:1px solid silver;}
             .contentSliderBox .sliderLoop .image{display: block;
             width: 100%;
             position:relative;
             text-align: center;
             height: 0px;
             padding: 56.25% 0 0 0;
             overflow: hidden;
         }
             .contentSliderBox .sliderLoop .image img{
                 position: absolute;
                display: block;
                max-width: 100%;
                max-height: 100%;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                -webkit-transition : all 0.3s;
                -moz-transition: all 0.3s;
                -o-transition:all 0.3s;
                transition:all 0.3s;
             }
         .contentSliderBox .sliderLoop .linkName{position: absolute;width:60%; bottom:120px;padding: 10px 20px;background: rgba(255,255,255,0.8);font-size:1.3rem;
             opacity: 1;
             -webkit-transition : all 0.5s;
             -moz-transition: all 0.5s;
             -o-transition:all 0.5s;
             transition:all 0.5s;
            }
         .contentSliderBox .sliderLoop .linkName.passive{
             /*transform: translateX(-102%);*/
             opacity: 0;
            }

         .contentSliderBox .sliderLoop .brief{position: absolute; bottom:0px;padding: 10px 20px;background: rgba(255,255,255,0.8);font-size:1.1rem;
             opacity: 1;
             -webkit-transition : all 0.5s;
             -moz-transition: all 0.5s;
             -o-transition:all 0.5s;
             transition:all 0.5s;
         }
         .contentSliderBox .sliderLoop .brief.passive{/*transform:translateY(102%);*/ opacity: 0;}


     .newSupportBtnParent{position: absolute; right: 0px; top:20px;}
     .supportBoxCover{margin:0px 0px 20px 0px; padding:10px 0px; border: 1px solid #ddd;}
     /* .supportBoxCover .supportLoop{} */
         .supportBoxCover .supportLoop .title{padding:0px 5px;font-size:1rem; font-family: 'ji-SemiBold';border-bottom: 1px solid rgba(238,238,238,1);}
         .supportBoxCover .supportLoop .msg{padding:5px 10px;font-size:1rem; line-height:1.4rem;}
         .supportBoxCover .supportLoop .info{padding:3px 0px;font-size:1rem;line-height: 1.8rem;}
             .supportBoxCover .supportLoop .info .when{text-align: center; border-right:1px solid rgba(238,238,238,1);}
             .supportBoxCover .supportLoop .info .status{text-align: center; border-right:1px solid rgba(238,238,238,1);}
             .supportBoxCover .supportLoop .info .link{text-align: right;}
                 .supportBoxCover .supportLoop .info .link .jfrmSvgIcon{float:right; width:1.2rem;height: 1.2rem;margin:4px 5px 0px 5px;}




/**
 * FORMS
 *
 */

.webForm .w3-input,
 .w3-select,
 .w3-input {
     border: 1px solid #e2e3e6 !important;
 }

/***
**********
********************

                      BLOG

********************
**********
**/
.blogBlock{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
    .blogBlock .blogLoop{background-color: white; padding-bottom:80px;}
        .blogBlock .blogLoop .image{}
            .blogBlock .blogLoop .image img{}
        .blogBlock .blogLoop .title{
            color:#212121;
            font-family: ji-Bold;
            font-size:1.9rem;
            padding:20px 30px 0px 30px;
        }
        .blogBlock .blogLoop .info{
            padding:10px 30px 0px 30px;
        }





/***
**********
********************

                      FOOTER

********************
**********
**/

footer{
    position: relative;
    z-index: 80 !important;    
    border-top: 1px solid var(--primary-color);
   }

footer{padding: 50px 0px 50px 0px; background-color: var(--main-bg); }

        /* .footerSvgLogo{width:90%;}
            .footerSvgLogo .logoRed{fill:var(--primary-color);}
            .footerSvgLogo .logoBlack{fill:#DCDDDE;} */

    .footerCorp{color:#646f79;}
        .footerCorp .footerLogo {margin-bottom:25px;}
            .footerCorp .footerLogo img{ max-width: 130px;}
        .footerCorp .corpName{font-size:1rem;  margin-bottom:20px; font-size:1.1rem; }
        .footerCorp ul{padding-right:20px; padding-top:0px; }
            .footerCorp ul.contact li{position: relative;height:40px;margin-bottom:0px; color:#646f79; font-size:1rem;}
                .footerCorp ul.contact li a{ display: inline-block;line-height: 40px;  width:calc(100% -  50px);color:#646f79;text-align: left;}
                .footerCorp ul.contact li::before{
                    position:relative;
                    float:left;
                    left: 0;top: 0px;
                    /* display: inline-block; */
                    width: 40px;
                    height: 40px;
                    margin-right:5px;
                    line-height: 40px;
                    text-align: center;
                    font-size:1.2rem;
                    font-family: 'Font Awesome';
                    font-weight: 900;
                    color:var(--primary-color);
                    border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;
                    /* background-color:  rgba(var(--primary-color-rgb),0.55); */
                }
                 .footerCorp ul.contact li.address-icon{line-height: 18px;}
                     .footerCorp ul.contact li.address-icon::before{content: "\f3c5";}
                     .footerCorp ul.contact li.address-icon span{display: inline-block; width:calc(100% -  50px); padding-top:3px;}
                     .footerCorp ul.contact li.email-icon::before{content: "\f0e0";}
                     .footerCorp ul.contact li.phones-icon::before{content: "\f095";}

         .footerBoxes{color:#646f79;}
              .footerBoxes article{float:left; width:20%; padding:10px 10px; text-align:center; font-size:1.1rem;}
                  .footerBoxes article i{color:var(--primary-color); font-size:2rem;}
                  .footerBoxes span{display:inline-block; width:100%; margin-bottom:5px;}
    
.footerMenuCover{display:inline-flex; justify-content:flex-end}                  
    .footerMenu{padding:10px 0px 10px 10px;}
        .footerMenu .footerMenuHeader{ margin-top:0px; font-size:1.1rem;  font-family: ji-Medium;}
        /* .footerMenu ul.linker{} */
        /* .footerMenu ul.linker li{} */
        .footerMenu ul.linker li a{display: inline-block;padding: 3px 0px; font-size:0.95rem;}
        .footerMenu ul.linker li a:hover{color:var(--primary-color);}

.footerIcons{
    display: inline-block;
    position: relative;
    width:100%;
    text-align: center;
}
.footerIcons a{
    display:inline-flex;
    align-items: center;
    justify-content: center;
    width:35px;
    height: 35px;
    margin:0px 5px;
    border-radius: 4px;
    color:var(--primary-color);
    background:rgba(var(--primary-color-rgb),0.1);
    -webkit-transition: all 0.2s ease-out;
     -o-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
     -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.footerIcons a:hover{
    background:var(--primary-color);
    color:rgba(var(--primary-color-rgb),0.1);
}
.footerIcons a i{
    font-size:20px;
    /* color:#706ca3; */
    /* color: #0ca4f2; */
    -webkit-transition: all 0.2s ease-out;
     -o-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
     -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.footerIcons a:hover i{
    color:#ebe9ff;
}




.mobileBottomNav{
     position: fixed;
     bottom:0px;
     left:0px;
     width:100%;
     height: 50px;
     border-top:0px solid black;
     z-index: 99;
     background-color: var(--second-bg);
     text-align: center;
     box-shadow: 0 0 15px rgba(0,0,0,.3);
     -moz-box-shadow: 0 0 15px rgba(0,0,0,.3);
     -webkit-box-shadow: 0 0 15px rgba(0,0,0,.3);
     -o-box-shadow: 0 0 15px rgba(0,0,0,.3);
     font-size:0.8rem;
     border-top-left-radius: 0px;
     border-top-right-radius: 0px;
     overflow: hidden;
     line-height: 1;
}

.mobileBottomNav .navBottomLoop{float:left; width:25%; color:#222222; padding:0px 0px 0px 0px;}
     .mobileBottomNav .navBottomLoop a{display: inline-block; width:100%; height: 50px; padding-top:6px;color:var(--text-color);}
     .mobileBottomNav .navBottomLoop a.active.subActive{background: var(--primary-color-l); opacity:0.7;}

     .mobileBottomNav .jiTwoTone{width:24px; height: 24px; fill: var(--primary-color)}
     .mobileBottomNav .jiTwoTone.hamburger{width:40px; height: 40px; position: relative; margin-top:-8px}

.mobileBottomNav .navBottomLoop.active{background: var(--primary-color-l);}
.mobileBottomNav .navBottomLoop.active.semiStatus{background: rgba(255,155,192,0.4);}

    .mobileBottomNav .navBottomLoop.active a{color:var(--primary-color-d);}
    .mobileBottomNav .navBottomLoop.active .jiSvgIcon{fill: var(--primary-color-d);}

    .mobileBottomNav .navBottomLoop.active .line{stroke: var(--primary-color-d)}


         .mobileBottomNav .navBottomLoop .centerIcon{display: inline-block; font-size:18px;}
          .mobileBottomNav .navBottomLoop .title{ display: inline-block; width:100%; font-size:0.8rem; padding-top:3px; font-family: 'ji-SemiBold';}
         /* .mobileBottomNav .navBottomLoop a.active .centerIcon{} */
         .mobileBottomNav .navBottomLoop a.active .title{
             color:var(--text-color);
         }

.mobileBottomNav.scrollHider:not(.menuOn){
    transform: translateY(50px);
}
/* .mobileBottomNav.scrollHider.menuOn{
    transform: translateY(0px)!important;
} */
.mobileBottomNav.menuOn{
    bottom:0px!important;
}

.mobileMenu {
  position: fixed;
  z-index: 91;
  top: 0px;
  left: 0px;
  bottom:0px;
  width: 100%;
  padding:20px 20px;
  background-color: white;
  -webkit-transition: all 0.15s ease;
   -o-transition: all 0.15s ease;
   -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  -o-transform: translateY(-120%);
  transform: translateY(-120%);
  z-index: 91;
  border-top:0px solid var(--third-color);
  overflow: auto;

  display: flex;
  align-items: center;

}
.mobileMenu.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}


.mobileMenu .closeIcon{position: absolute; top:20px; right:20px; color:var(--primary-color);font-size:25px; display: none;}
.mobMenuBox{border:0px solid red;float:left;}

  /* .mobileMenu .closeIcon{position: absolute; top:20px; right:10px; font-size:17px;}
  .mobileMenu .closeIcon:hover{cursor:pointer; color: red;} */

  .mobileMenuBlock{ border-bottom:1px solid rgba(var(--primary-color-rgb),0); padding:0px 0px 10px 0px; margin:0px 0px 0px 0px}
  .mobileMenuBlock.srcGlobCover{
      margin-top:30px;
      padding:0px 10px;
      position:relative;
      display: none;
  }
      .mobileMenuBlock.srcGlobCover .w3-input{
          border:1px solid var(--primary-color) !important;
      }
      .mobileMenuBlock.srcGlobCover .w3-btn{
          position:absolute;
          top:0px;
          right:10px;
          height: 40px;
          width:40px;
          line-height: 40px;
          background-color: var(--primary-color);
          padding:0px 0px;g
      }
  .mobileMenuBlock.srcGlobCover
  .mobileMenuBlock ul.levelOne,
  .mobileMenuBlock > ul{
      float:left;
      width:100%;
      padding:0px 10px 0px 10px;
      margin:0px 0px 0px 0px;

  }
      .mobileMenuBlock ul.levelOne li.levelOneLi,
      .mobileMenuBlock > ul > li{
          float:left;
          width: 100%;
          padding:0px 0px 0px 0px;
          border-bottom:0px solid #dddddd;
      }
      .mobileMenuBlock ul.levelOne li.levelOneLi a,
      .mobileMenuBlock > ul > li a {
          color:#212121;
          font-size: 1.3rem;
          /* font-family: ji-Bold; */
          position: relative;
          display: block;
          width:100%;
          text-align: left;
          padding: 8px 10px;
      }
      .mobileMenuBlock ul.levelOne li.levelOneLi a::before,
      .mobileMenuBlock > ul > li a::before{
          font-family: 'Font Awesome';
          font-weight: 900;
          content: "\f105";
          width: 1.3rem;
          height: 1.3rem;
          display: inline-block;
          font-size: 1.1rem;

      }
      .mobileMenuBlock ul.levelOne li.levelOneLi.drop-down ul,
      .mobileMenuBlock > ul > li.drop-down ul
      {
          display:none;
          padding-left:20px;
      }

      .menuIcons{
          margin-top:50px;
          text-align: center;
      }

      .menuIcons a{
          display:inline-block;
          width:40px;
          height: 40px;
          line-height: 45px;
          text-align: center;
          background: #0282c9;
          color:white;
          border-radius: 3px;
          font-size:20px;
          margin-left:10px;
      }
      .menuIcons a:first-child{
          margin-left:0px;
      }


         .navOpenHalfPage{
             position: fixed;
             z-index: 91;
             /* top: 60px; */
             left: 0px;
             bottom:50px;
             width: 100%;
             height: 60%;
             padding:20px 20px 60px 20px;
             background-color: var(--primary-color-l);

             -webkit-transition: all 0.15s ease;
              -o-transition: all 0.15s ease;
              -moz-transition: all 0.15s ease;
             transition: all 0.15s ease;

             -webkit-transform: translateY(120%);
             -ms-transform: translateY(120%);
             -o-transform: translateY(120%);
             transform: translateY(120%);

             border-top:2px solid var(--primary-color-l);
             overflow: auto;
             border-top-left-radius: 20px;
             border-top-right-radius: 20px;

             /* display: flex; */
             align-items: center;
         }
             .navOpenHalfPage.open{
                 -webkit-transform: translateX(0);
                 -ms-transform: translateX(0);
                 -o-transform: translateX(0);
                 transform: translateX(0);
             }

             #navSrcProds.open{
                 max-height: calc(100% - 70px);
             }

             .navOpenHalfPage .navTitle{width:100%; float:left; width:100%;  font-size:1.15rem; line-height: 24px;color: #1e2723; font-family: ji-Bold;border-bottom:1px solid rgb(221,221,221); padding:0px 0px}
             .navOpenHalfPage .navTitle .closeIcon{ float:right; color:#666666; font-size:18px; color: #1e2723}
              .navOpenHalfPage a{display: inline-block; width:100%; padding:4px 20px;  font-size:1rem; font-family: ji-SemiBold; color: #1e2723}



              .formHalfSide{
                  float:left;
                  width:45%;
                  margin-top:15px;
              }
              .formHalfSide:nth-child(2n+1){
                  float:right;
                  margin-top:15px;
              }



.bankLoop{border-bottom: 1px solid #dbdbdb; padding:10px 0px 5px 0px;}
  .bankLoop .bankLogo{
      height: 130px;
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
  }
      .bankLoop .bankLogo img{
          width:auto;
          max-width: 85%;
          max-height:  130px;
      }

  .bankLoop .bankDetail{
      padding:0px 0px 0px 20px;
  }
      .bankLoop .bankDetail .bankName{font-family: ji-SemiBold; font-size: 1.1rem;}
      .bankLoop .bankDetail .detLoop{padding:2px 0px;}
      .bankLoop .bankDetail .detTitle{ display:inline-block; width:120px; font-family: ji-SemiBold;}

  .popUpAfterCart{
        width:100%;
        /* max-width: 400px; */
        min-height:200px;
        padding:30px 0px;
    }
    .popUpAfterCart .afterAlert{color:#2E9C77; text-align: center; padding:15px 15px; font-family:ji-SemiBold; font-size:1.2rem;}
    .popUpAfterCart .afterButtonLeft{padding-top:10px;margin-top:30px;}
    .popUpAfterCart .afterButtonRight{padding-top:10px;margin-top:30px; text-align:right;}

    .popUpAfterCart .buttonLinker{
        width:95%; text-align: center; border-radius: 4px; color: white;
        display: inline-block; padding:12px 0px; color:white; margin:0px 0px; background: var(--primary-color);
    }
    .popUpAfterCart .buttonLinker:hover{background: var(--primary-color-d)}




/**===== square5 =====*/
#square5 {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 54px;
  margin: -27px 0 0 -25px;
}

#square5 span {
  width: 26px;
  height: 26px;
  background-color: #000;
  display: inline-block;
  -webkit-animation: square5 1.7s infinite ease-in-out both;
          animation: square5 1.7s infinite ease-in-out both;
}

#square5 span:nth-child(1) {
  left: 11px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  background: #d62d20;
}

#square5 span:nth-child(2) {
  left: 22px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  background: #008744;
}

#square5 span:nth-child(3) {
  left: 33px;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  background: #0057e7;
}

#square5 span:nth-child(4) {
  left: 44px;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  background: #ffa700;
}

@keyframes square5 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
}
@-webkit-keyframes square5 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
}
/** END of square5 */






.contentBoxParent {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contentSss {
    margin-top: 30px;
}

.contentBox_withIcons {
    max-width: calc(25% - 30px);
    position: relative;
    margin-bottom: 30px;
}
.contentBox_withIcons.threeSize{
    max-width: calc(33% - 30px);
}

.contentBox_withIcons .boxLoop {
    position: relative;
    height: 100%;
    text-align: center;
    margin-top: 30px;
    padding: 30px 15px 10px 15px !important;
    -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    border-top: 3px solid transparent;
    transition: all 0.4s ease;
    border-top-color: var(--primary-color-d);
    border-bottom:1px solid var(--secondary-color);
    border-radius:4px;
}

.contentBox_withIcons .boxLoop .iconParent {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    height: 0px;
    padding: 100% 0 0 0;
    overflow: hidden;
}
.contentBox_withIcons .boxLoop .iconParent img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;
}

.contentBox_withIcons .boxLoop .iconParent i {
    color: var(--third-color);
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 100%;
    font-size: 34px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* background-color: var(--primary-color-d); */
    color:var(--primary-color-d);
}

.contentBox_withIcons .boxLoop .title {}

.contentBox_withIcons .boxLoop .title h4 {
    margin: 15px 0 !important;
    line-height: inherit;
    font-size: 1.5rem;
    font-family: ji-Bold;
    /* color: var(--primary-color); */
}

.contentBox_withIcons .boxLoop .info {
    font-size: 0.92rem;
    color: #595959;
}

.contentBox_withIcons .boxLoop .buttonParent {
    padding: 30px 20px 00px 30px !important;
}

.contentBox_withIcons .boxLoop .buttonParent a {
    color:#595959;
}

.contentBox_withIcons .boxLoop .buttonParent a i {
    margin-right: 10px;
    background: var(--primary-color);
    color: #fff;
    width: 25px;
    border-radius: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contentBox_withIcons .boxLoop:hover {
    /* transform: scale(1.03); */
    -webkit-box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
    border-top-color: var(--primary-color-d);
}

.contentBox_withIcons .boxLoop:hover .iconParent i {
    background: var(--primary-color-d);
    color: #fff;
    border-color: transparent;
}

.contentBox_withIcons .boxLoop .buttonParent a i {
    color: #fff;
    background: var(--primary-color-d);
}

.contentBox_withImages {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: calc(33.33% - 30px) !important;
    margin-bottom: 30px;
}

.contentBox_withImages.twoSize {
    max-width: calc(50% - 30px) !important;
}

.contentBox_withImages .boxLoop {
    position: relative;
    height: 100%;
    margin-top: 30px;
    /* padding: 30px 15px; */
    -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    border-top: 0px solid transparent;
    transition: all 0.4s ease;
}

.contentBox_withImages .boxLoop .imageParent {
    position: relative;
    z-index: 5;
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    height: 0px;
    padding: 100% 0 0 0;
    overflow: hidden;
    border: 0px solid red;
}

.contentBox_withImages .boxLoop .imageParent img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;
}

.contentBox_withImages .boxLoop .iconParent {
    color: #179E66;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    z-index: 2;
    bottom: -33px;
    right: 10px;
    background: #fff;
    width: 66px;
    height: 66px;
    line-height: 66px;
    font-size: 25px;
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 13%);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 13%);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 1;
    visibility: visible;
    display:none;
}

.contentBox_withImages .boxLoop .iconParent i {
    color: var(--primary-color);
    width: 66px;
    height: 66px;
    line-height: 66px;
    background: #fff;
    border-radius: 100%;
    font-size: 25px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contentBox_withImages .boxLoop .title {
    padding: 30px 20px 10px 30px;
}

.contentBox_withImages .boxLoop .title h4 {
    margin: 0px 0 !important;
    line-height: inherit;
    font-size: 1.5rem;
    font-family: ji-Bold;
    color: var(--primary-color);
}

.contentBox_withImages .boxLoop .info {
    font-size: 0.92rem;
    color: #595959;
    text-align: left;
    padding: 0px 10px 10px 30px;
}

.contentBox_withImages .boxLoop .buttonParent {
    padding: 10px 20px 0px 30px !important;
}

.contentBox_withImages .boxLoop .buttonParent a {
    color: color:#595959;
}

.contentBox_withImages .boxLoop .buttonParent a i {
    margin-right: 10px;
    background: var(--primary-color);
    color: #fff;
    width: 25px;
    border-radius: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contentBox_withImages .boxLoop:hover {
    /* transform: scale(1.03); */
    -webkit-box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
    border-top-color: var(--primary-color-d);
}

.contentBox_withImages .boxLoop:hover .iconParent i {
    background: var(--primary-color);
    color: #fff;
    border-color: transparent;
}

.contentBox_withImages .boxLoop .buttonParent a i {
    color: #fff;
    background: var(--primary-color-d);
}

.contentBox_withImages.corporateBox {
    max-width: 90% !important;
}



.contentBox_verticalImg {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: calc(50% - 30px) !important;
}

.contentBox_verticalImg .boxLoop {
    position: relative;
    /* height: 100%; */
    margin-top: 30px;
    /* padding: 30px 15px; */
    -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    border-top: 0px solid transparent;
    transition: all 0.4s ease;
}

.contentBox_verticalImg .boxLoop .boxImgOverlay {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: text-top;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.contentBox_verticalImg .boxLoop .boxContent {
    padding: 25px 25px;
    position: relative;
    height: 100%;
}

.contentBox_verticalImg .boxLoop .title {}

.contentBox_verticalImg .boxLoop .title h4 {
    font-size: 1.3rem;
    font-family: ji-Bold;
    color: var(--primary-color);
}

.contentBox_verticalImg .boxLoop .info {
    margin-top: 18px;
    font-size: 0.9rem;
}

.contentBox_verticalImg .boxLoop .buttonParent {
    position: absolute;
    bottom: 30px;
}


.sectionTop h1 {font-size: 36px;position: relative;display: inline-block;text-transform: capitalize;color: var(--primary-color);width: 100%;text-align: center; letter-spacing:1px; font-family:ji-SemiBold!important;}


.logisticLine{position:relative; padding-bottom:30px;}
    .logisticLine .contentBox_withIcons .boxLoop .buttonParent a{
        border:1px solid var(--border-silver);
        border-radius:4px;
    }

.furLinker.toArrow:after{
    content: "\f101";
    /* color:var(--primary-color); */
}
.furLinker.toArrow:before{
    content: "\f101";
    /* color:var(--primary-color); */
}

.furLinker.toArrow:hover{
    color: var(--primary-color)!important;
    /* border-color:var(--primary-color-l)!important; */

}



.unitBanner {
    position: fixed;
    background-color: var(--primary-color);
    padding: 110px 0px 0px 0px;
    height: 300px;
}
    .unitBanner .bannerDetail{height: 120px;}
    .unitBanner .bannerDetail.propFlex{
        /* display: flex;
        align-items:  center;
        justify-content: center; */
        position: relative;
        z-index: 30;
    }

.unitBanner .linker {
    position: relative;
    padding: 0px 0px 0px 00px;
    color: white;
    font-size: 18px;
    top:90px;
    text-align: center;
}

.unitBanner .linker:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 32px;
    height: 5px;
    left: 0;
    background: var(--secondary-color);
    margin-top: -2.5px;
    display: none;
}

.unitBanner .linker a {
    color: white;
}

.unitBanner .pageName {
    color: white;
    font-size: 2.66rem;
    font-family: ji-SemiBold;
    line-height: 40px;
    margin-top: 10px;
    text-align: center;
    letter-spacing:1.5px;
}


    .pageBanner{
        position:fixed!important;height:400px;
    }
    .pageBanner::before{
        content:'';
        position:absolute; width:100%; height:100%; background:rgba(0,0,0,0.2);
        left:0px; top:0px;
    }
    .unitBanner.pageBanner{
        /* padding-top:140px; */
    }

    .bannerBody{
        margin-top:300px;
        position: relative;
        z-index: 10;
        /* margin-top:300px; */
        background-color:  var(--main-bg);
        padding-bottom:50px;
    }
    .pageBannerBody{
        position:relative;
        margin-top:340px;
        z-index: 30;
    }
    .pageBannerBody .pageSection{
        position: relative;
        top:-120px;
        background:var(--main-bg);
        padding:10px 10px;
        border-radius: 5px;

    }
    .bannerContentImg{
        position: relative;
        top:-300px;
    }
    .catBanner{
    border-radius: 10px;
    padding:20px 20px;
    margin-bottom:20px;
    position: relative;
    z-index: 30;
    }



/***
**********
********************

                      MEDIA QUERIES

********************
**********
**/


@media (min-width: 1651px) {
    .jiSiteWidth{width: 90%;max-width: 1480px!important;}
    .jiSiteWidthMedium {width: 100%;max-width: 1200px!important;}
    .jiSiteWidthHalf {width: 100%;max-width: 800px!important;}
    .jiSiteWidthSmall {width: 100%;max-width: 400px!important;}


    .brandLogo{width:120px; }
        .brandLogo .headerSvgLogo{width:250px;}

    .unitCatBannerBand{margin-top:-15rem;}

    .addBasketButton{height: 55px!important; line-height: 55px!important; }
    .prodPlusMinusCover .minus,
    .prodPlusMinusCover .plus{height:55px;line-height:55px;width: 55px;        }
    .prodPlusMinusCover .inputCover {
        width: 80px;
        height: 55px;
    }
    .prodPlusMinusCover .inputCover .w3-input{height: 55px !important; width:100%;}

    .productMainLister .prodScBox{
        max-width: 23%;
    }

} /* @media (min-width: 1651px) */

@media  only screen and (min-width: 1201px) and (max-width: 1650px) {
    .productMainLister .prodScBox {width: 30% !important;}
    .headerNavBar a{padding:4px 18px!important;}
} /* @media  only screen and (min-width: 1201px) and (max-width: 1650px) */

@media  only screen and (min-width: 993px) and (max-width: 1200px) {

    .brandLogo{width:200px!important; }
        .brandLogo .headerSvgLogo{width:200px;}
    .jiTemp_HeaderThree .brandLogo img{max-width: 190px!important;}
    .productMainLister .prodScBox {width: 30% !important;}
    .headerNavBar {width: calc(100% - 210px)!important;}
    .headerNavBar a{padding:4px 10px;!important}
    .headerUserNav{width:140px;}
} /* @media  only screen and (min-width: 993px) and (max-width: 1200px) */

@media (min-width: 602px) and (max-width: 992px) {
    .welcomeSliderCover{margin-top:0px;}
    .prodShowcaseBand{padding:0px 0px;}
    .productMainLister .prodScBox {width: 45% !important;}
    .productData .imageSide{width:100%;}
    .productData .infoSide{width:100%;}
    .footerLogo{text-align: center;}
    .footerCorp{margin-bottom:40px;}
        .footerCorp ul.contact li{float:left; width: 33%;}

    .cartFormRadioBox{margin:10px 0px 0px 10px!important;}
    main{position:relative; padding:60px 0px 0px 0px; }
}/* @media (min-width: 602px) and (max-width: 992px) */



    /************************
********
******** MOBILE MAX 601
*
*/
@media (max-width: 601px) {

    .jiSiteWidth{width: 94%!important;max-width: 1200px;}
    .jiPageBand{margin-top:80px!important;}

    .mobile_jiPageBand{ margin-top:15px!important;}
    main{position:relative; padding:0px 0px 0px 0px;}

    .sliderBox.textPosition_p .slider-caption{
        padding-left:1%!important;
        padding-right:1%!important;
    }
    .welcomeSliderCover{
        margin-top:50px;
    }
    .welcomeSliderCover .welcomeSlider .sliderBox .slider-caption{
        /* display:none; */
        margin-top:-20px;
    }
    
    .bannerShowcase.varBannerTemp_one,
    .bannerShowcase.varBannerTemp_two,
    .bannerShowcase.varBannerTemp_three{
        grid-template-columns:1fr;
    }

    .welcomeSliderCover .welcomeSlider .sliderBox .slider-caption .mainMotto{
        font-size:2rem !important;                    
        font-family:'ji-Bold';        
    }
    .welcomeSliderCover .welcomeSlider .sliderBox .slider-caption .subMotto{
        font-size:1.48rem;        
    }
    .welcomeSliderCover .welcomeSlider .sliderBox .slider-caption .captionButton{        
    }
        .welcomeSliderCover .welcomeSlider .sliderBox .slider-caption .captionButton a{ 
            font-size:1.4rem;     
    }        

    .nivo-directionNav a.nivo-nextNav, .slick-arrow.slick-prev{left:0px!important; background-color: rgba(var(--primary-color-rgb),0.8) ;}
    .nivo-directionNav a.nivo-nextNav, .slick-arrow.slick-next{right:0px!important;background-color: rgba(var(--primary-color-rgb),0.8) }
    .slick-arrow:hover,
    .slick-arrow{color:white!important;}

    .bannerShowcaseLoop{float:left;width:100%; margin-top:40px;}
    .bannerShowcaseLoop:first-child{margin-top:0px;}
        .bannerShowcaseBox .details .caption{width: 50%;}
    .catBoxCover:nth-child(2n-1) .catBoxCoverMotto{bottom:auto; top:0px;}
    .catBoxCover:nth-child(2n) .catBoxCoverMotto{top:0px;}
    .catBoxCover:nth-child(2n){padding-top:0px;}
        .catBoxCover .catLoop{position:relative;border-bottom:0px solid silver; margin-top:60px;}

    .campaignOneBanner{display:inline-block;}
        .campaignOneBanner .image img{border-top-right-radius: 0px; border-bottom-right-radius: 0px;}
        .campaignInfo{display: inline-block;padding:20px 20px 40px 20px ;}
            .campaignInfo .title{margin-top:10px;}
            .campaignInfo .brief{margin-top:10px;}


    .unitCatBannerBand{margin-top:-8rem;}
    .blogBlock{
        display:inline-block;
    }
        .blogLoop{margin-top:20px;}
        .blogLoop:first-child{margin-top:0px;}

    .catSliderBand{
        display: inline-flex;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .catSliderMenu.leftSide{padding-right:0px;height: 50px; border:0px solid silver;}
        .catSliderMenu .image{display: none;
        }
        .catSliderMenu .name{
            position: relative; color: var(--text-color);text-align:left;
            padding-right: 0px;
            bottom:0px; height: auto;
            background-image: none;
        }
            .catSliderMenu .name span{
                display: inline-block; margin-top:0px; line-height: 50px;
                font-size:1.7rem;
                padding-left:10px;
            }

        .catSliderBoxCover{padding-right: 0px;}

    .paymentContainer{ padding:0px 5px;}
        .paymentContainer .addressList .addressBoxCover{width:100%!important;}

    .contentData{
        padding:0px 10px;
    }

    .contactBand{
        display: inline-block;
    }
    .contactBox{padding-left:20px;}
    .contactBand .contactFormSide{ margin-top:40px; padding:0px 10px;}
    .contactFormSide .jiPageBand{margin-top:20px;}

    .personalDetailMenu{margin-bottom:10px;}
    .costDetailCover,
    .costDetailCover{width:100%!important; max-width: 100%!important;}
    .costDetailCover{margin-top:0px; margin-bottom:60px;}

    .contentBoxParent{
        display:inline-block;
    }
    .contentBox_withImages,
    .contentBox_withIcons,
    .contentBox_withImages.twoSize{
        width:100%!important;
        max-width:100% !important;
    }
    .homeLocationList{
        display:inline-block;
    }

    .stdWhatsApp{
        bottom:20px; left:20px;
    }

    .unitBanner .pageBanner{
        padding-top:90px;
    }
    .unitBanner .linker{
        top:90px;
    }
    .unitBanner .pageName{
        font-size:1.8rem!important; 
    }
    .unitBanner.pageBanner .linker{
        top:80px;
    }

    .footerMenu:first-child{
      margin-top:40px;
    }


.contentPhotos{width:90%!important; position:relative!important;float:left;}
     .contentPhotos .prodPhotoGalery{height: 230px;}
         .contentPhotos .prodPhotoGalery .prodGalLoop{float:left;width:100%; height: 220px; margin:0px 0px 0px 0px;}
         .contentPhotos .prodPhotoGalery .prodGalLoop a{display: inline-block; width:100%; height: 100%;display: flex; justify-content: center; align-items: center;}
             .contentPhotos .prodPhotoGalery .prodGalLoop img{width:auto; width: 100%; height: 100%;  object-fit: cover; border-radius: 5px;}

         .contentPhotos .prodPhotoGalery .sliderArrow{display:inline-block; width:30px; height: 100%; background: var(--main-bg); text-align: center; line-height: 25px; border-radius: 3px;}
         .contentPhotos .prodPhotoGalery .sliderArrow:hover{cursor:pointer; background-color: var(--primary-color); color:white;}

         .contentPhotos .slick-prev.slick-v-arrow{position: absolute; top:50%; left:-30px!important; border:0px solid red; width:40px!important; height: 40px!important;background: #ccc;transform:rotate(-90deg)}
         .contentPhotos .slick-next.slick-v-arrow{position: absolute; top:50% !important; left:auto!important; right:-30px!important;  border:0px solid red; width:40px!important; height: 40px; background: #ccc; transform:rotate(-90deg)}
         .contentPhotos .slick-prev.slick-v-arrow:hover,
         .contentPhotos .slick-next.slick-v-arrow:hover{background: rgba(var(--primary-color-rgb),0.7)}


    .referansLister{
        display: inline-grid;
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        grid-gap: 30px;
        margin-bottom: 80px;
    }

    .footerMenuCover{
        display:inline-block;
    }

}/* @media (max-width: 601px) */
