/* ==========================================================================

*

* Custom CSS Stylesheet. This is where you should add your own styles!

*

** ========================================================================== */



/* Simple style overrides or custom adds */



.kw-details-content{

    max-height: 100px;

}



.added .svg-cart-icon {

    fill: #212457;

}



.pagination li:last-child {

    margin-left: 0;

}

.pagination li:first-child{

    margin-right: 0;

}



.page-item.active .page-link{

    background-color:#212457;

    border-color:#212457;

}



.pagination a,

.pagination li a,

.pagination li>span,

.pagination p.counter {

    color:#212457;

    font-size: 16px;

}



.page-item:first-child .page-link,

.page-item:last-child .page-link {

    font-size: 30px;

    border: 1px solid #212457;

    line-height: 31px;

    color: #212457;

}



.home_services .services_box--modern .services_box__icon{

    box-shadow:none;

}





.kl-store-page table.shop_table td.product-name{

    width: 50%;

}

.kl-store-page table.shop_table td.product-name .kw-actions,

.kl-store-page table.shop_table td.product-name .price

,.my-orders .kw-details-content

/* ,.kl-store-page table.shop_table td.product-name .kw-details-content  */

{

    display: none;

}



.kl-store-page table.shop_table td.product-name .kw-details-title {

    text-align: center;

}



form span.error{

    color:red;

    display: block;

}



.mainnav--cart .drop .inner

{

    max-height: 350px;

    overflow-y: scroll;

}



.coupon > div > *{

    width:100%!important;

    height:35px !important;

    margin:0 !important;

    vertical-align: middle;

    padding: 4px 0;

}



.huebee__cursor {

    width: 16.45px;

    height: 16.45px;

}



.dark-picker .huebee__container {

    background: #222;

}



.kl-fancy-form label.colors-label {

    position: relative;

    left: 0;

    top: 0;

}



textarea{

    resize: none;

}



/* image checkbox */

.image-checkbox-wrapper{

    /* min-height: 200px; */

}



.image-checkbox-wrapper ul{

    list-style: none;

    width: 100%;

}

.image-checkbox-wrapper ul li{

    display: inline-block;

    margin: 40px 20px;

    width:120px;

}





.image-checkbox-wrapper ul li img{

    max-width: 100px;

}



.image-checkbox {

    position: relative!important;

    left: 0 !important;

    cursor: pointer!important;

    box-sizing: border-box;

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    border: 4px solid transparent;

    margin-bottom: 0;

    outline: 0;

}



.image-checkbox input[type="checkbox"] {

    display: none;

}



.image-checkbox-checked {

    border-color: #4783B0;

}



.image-checkbox .fas {

    position: absolute;

    color: #4A79A3;

    background-color: #fff;

    padding: 10px;

    top: 0;

    right: 0;

}



.image-checkbox-checked .fas {

    display: block !important;

    visibility: visible !important;

}

.questionnaire_form .kl-fancy-form{

    margin-bottom: 0!important;

}

.questionnaire_form .row-hr hr{    

    height: 1px;

    width: 95%;

    padding: 0 15px;    

    top: 0px;

    margin: 30px auto;

    left: 0;

    background-color: #dedede;

}

.des-reg{
    background: #212457;
    color: #ffffff;
    /*font-family: Montserrat;*/
    padding: 0 10px!important;
    font-weight: 400!important;
    text-transform: uppercase;
    font-size: 14px!important;
}

.des-reg .topnav-item--text{
    opacity: 1!important;
}

.subscription-price .price{
    display: none;
}

.subscription-price .price.active{
    display: inline-block;
}

.price-duration .btn.active{
    background-color: #d4af37!important;
}

.pricing-table-element.etd{
    border:none;
    background-color: transparent;
}
.edt-table th,
.edt-table td {
   text-align: center;   
}

.form-control-k{
    display: inline;
    width: auto;
}


.k2-actions {position: absolute; right: 0; bottom: 0; width: 100%;}

.k2-actions a{ width: 40px; height: 50px; display: block; line-height: 37px; text-align: center; margin: 0 auto;} 

.k2-actions  .shopping-cart .svg-cart-icon{-webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out;}

.k2-actions .shopping-cart:hover .svg-cart-icon{fill: #212457;}

.k2-actions a .cart-icon,
.k2-actions a .more-icon {vertical-align: middle; font-size: 25px;}


.mainnav--cart .drop .pPanel{
    z-index: 99999999;
}
/* ==========================================================================

** Responsive styles custom rules

* These rules are ready to be used for either overrides

* or just your own custom rules.

========================================================================== */

.gobox{
    margin-bottom: 0;
}

.h-60{
    height: 60px;
}

.home_features .grid-ibx__item-inner{
    transform: none;
    top: 0;
}

.home_features .grid-ibx__item{
    min-height: 390px;
}

.kl-has-overlay .img-intro{
    height: 185px;

}

.kl-has-overlay .img-intro img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);    
}


.my-orders .product-list-item {
    margin-bottom: 30px;
}
/** Higher screens+ **/


/* Notifications */
.header-search .searchBtn{
    background: none;
}

.header-search .search-container{
    padding:0;
    border-bottom: none;
    right: 0;
    border-radius: 5px;
    border-top-right-radius: 0;
}

.user-notifications{list-style: none;padding: 0;margin: 0;}

.user-notifications li{
    font-size: 14px;
    background-color: #77459a33;
    padding: 10px;
    border-bottom: 1px solid #77459a33;
    line-height: 18px;
}

.user-notifications  li a{
    color:#d4af37;
}

.user-notifications li:last-child{   
    border-bottom: none;
}

.user-notifications li span{
    display: block;
    text-align: right;
    font-size: 12px;
    color: #764499;
}

.user-notifications li.seen{
    background-color:transparent
}

.searchBtn .notif-count{
    font-size: 9px;
    background-color: #212457;
    color: #fff;
    width: 15px;
    height: 15px;
    display: block;
    text-align: center;
    line-height: 13px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: -5px;
    font-weight: 600;
    padding-right: 1px;
    font-style: normal;
}

@media only screen and (min-width : 1921px){



}





/** Desktop+ **/

@media (min-width: 1200px) {



}





/** Laptop **/

@media (max-width: 1200px) {



}





/** Laptop+ **/

@media (min-width: 991px) {



}





/** Laptop **/

@media (min-width: 992px) and (max-width: 1199px) {



}





/** Large Tablets **/

@media (max-width: 992px) {



}





/** Tablets (landscape mode)  **/

@media (min-width: 768px) and (max-width: 991px) {



}





/** Tablets+  **/

@media (min-width: 768px) {



}





/** Tablets (portrait mode)  **/

@media (min-width : 481px) and (max-width : 768px) {



}





/** Smartphone landscape mode / Mini Tablet **/

@media (max-width: 767px) {



}





/** Smartphone landscape mode / Mini Tablet **/

@media (max-width: 600px) {



}   





/** Smartphone portrait mode **/

@media (max-width: 480px) {



}





/** Normal phone portrait mode+ **/

@media (min-width: 320px) {

	

}


.product-page .kw-details-desc p{
    margin-bottom: 0;
}

.des-home-search .input-wrap,
.des-home-search .btn-wrap{ 
    display: inline-block;   
    width: 100%;    
    /*border-color: #cd2122;*/
    background: rgba(205,33,34,0.7);
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
    height: 55px!important;    
    border-radius: 6px!important;
}

.des-home-search .input-wrap{
    width: 60%;
    background: rgba(0,0,0,0.45);
    margin-right: 15px;
    /*border-left: 4px solid #000000;*/
}

.des-home-search .btn-wrap{
    width: 20%;    
    background: rgb(33 36 87 / 85%);    
    border-left: 4px solid rgb(33 36 87 / 100%);
}


.des-home-search .btn-wrap a,
.des-home-search .input-wrap input,
.des-home-search .btn-wrap input{
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    background: transparent;
    border: none;
    box-shadow: none;
    height: 55px!important; 
    width: 100%; 
    margin: 0;  

}

.single-product-add-to-cart .des-home-search .btn-wrap{
    width: auto;
}

.des-home-search .btn-wrap input:hover{
    background: transparent!important;
}   

.des-home-search .nl-email
{
    color: #ffffff!important;
    font-size: 1.1rem;
    /*background: rgba(0,0,0,0.65)!important;*/
}

.des-home-search .nl-email::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
}

.des-home-search .nl-email:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
}

.des-home-search .nl-email::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff;
}

.des-after-slider .testimonial_slider__carousel-wrapper::before,
.des-after-slider .testimonial_slider__carousel-wrapper::after
{
    content: '';
    display: none;

}

.des-after-slider .testimonial_slider__carousel-wrapper .testimonialbox{
    text-align: unset;
}


/*.des-content-slider .kl-slideshow .kl-slideshow-safepadding{
    padding-top: 0;
}*/

.des-content-slider .psl--height .psl__inner{
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

.des-content-slider .psl-carousel__wrapper .hgSlickNav-arr{
    bottom: 170px;
    width: 90px;
    height: 90px;
    background: rgb(33 36 87 / 60%);

}

.des-content-slider .psl-carousel__wrapper .hgSlickNav-arr svg
{
    width: 30px;
    height: 30px;
}

.des-content-slider .psl-carousel__wrapper .hgSlickNav-arr:hover{
    background: rgb(33 36 87 / 100%);
    width: 90px;
}

.kl-slideshow .kl-slideshow-safepadding{
    padding-top: 0!important;
    padding-bottom: 0!important;
}

@media only screen and (min-width : 1200px) {
    .des-content-slider  .psl--height {height:550px!important;}
}

@media only screen and (max-width : 1200px) {
    .des-content-slider .psl--height .psl__inner{
        top: 0;
        transform: none;
    }
}

.des-content-slider  .psl-carousel__wrapper{
    margin-top: 0!important;
}
/*
.kl-slideshow .iosSlider {   
    height: 100vh!important;
}

.iosSlider .kl-iosslider .item {
    height: 100vh!important;
}*/

.iosslider-slideshow{
    height: 100vh!important;
}

/*
.kl-slideshow .iosSlider .slider {
    width: 100%;
    height: 100%;
}*/

/*.kl-slideshow .iosSlider .slider .slide {
    float: left;
    width: px;
    height: px;
}*/

.des-after-slider .testimonialSlider-slickNav{
    position: relative;
}

.text-slides{
    padding: 0 60px;
}

.text-slides .slick-arrow{
    position: absolute;
    top: 30%;
}

.text-slides .slick-arrow svg{
    width: 40px;
    height: 40px;
}

.text-slides .hgSlickNav-next{
    right: -35px!important;
}

.text-slides .hgSlickNav-prev{
    left: -60px!important;
}

.copyright{
    color: #ffffff;
}

body:not(.home) .site-header .kl-header-bg{
    background: #ffffff;
    height: 120%;
    opacity: 1;
}

.site-logo img{
    padding: 5px 0;
}

/*[dir='rtl'] .slick-slide { float: left; }*/

.designira-processes  .grid-ibx--style-lined-gradient.grid-ibx--cols-4 .grid-ibx__item{
    border: 1px solid rgba(0,0,0,0.2) ;
    border-radius: 5px;
}

.designira-processes .grid-ibx--hover-shadow.grid-ibx--style-lined-gradient .grid-ibx__item:hover{
    box-shadow: 0 0px 30px 0px rgb(0 0 0 / 29%);
    border-color:#212457;
}




.designira-processes  .grid-ibx--style-lined-gradient .grid-ibx__item:before, 
.designira-processes  .grid-ibx--style-lined-gradient .grid-ibx__item:after{
    display: none;
    background: rgba(0,0,0,0.2);
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(100%,rgba(0,0,0,0.2)), color-stop(100%,transparent));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 100%,transparent 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 100%, transparent 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 100%,transparent 100%);*/
}


.zn-res-trigger::after{
    background: #000000;
    box-shadow:  0 8px 0 #000000, 0 16px 0 #000000;
}

.kl-store-page div.product form.cart .single_variation_wrap .variations_button div.quantity .qty{
    height: 38px;
}

.variations_button  .des-home-search .input-wrap, 
.variations_button  .des-home-search .btn-wrap,
.variations_button .des-home-search .btn-wrap a{
    height: auto!important;
}

.home-boxes .grid-ibx__item-inner{
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none; 
    -ms-transform: none;
    transform: none;
}

@media (max-width: 768px){

    .site-header{
        background: #ffffff;
    }

    .topnav.social-icons li a{
        width: 30px;
        height: 30px;
    }

    .kl-header-bg{
        display: none;
    }

    .des-home-search .btn-wrap{
        width: auto;
    }
    .des-home-search .input-wrap{
        width: 63%;
    }

    .des-content-slider .psl-carousel__wrapper .hgSlickNav-arr{
        width: 50px;
    }

    .gobox{
        margin-bottom: 20px;
    }
    .des-home-search .nl-email{
        font-size: .9rem;
    }

    #zn-res-menu li>a
    {
        color: #000000;
        font-size: 14px;
        font-weight: bold;
    }

    #zn-res-menu .zn_res_menu_go_back>a{
        padding-top: 9px;
    }

    .kl-bottommask--mask3{
        display: none;
    }
}

