.product-grid .product-thumb .image > a{padding: 20px 0;}
#_desktop_top_menu #top-menu > li .sub-menu ul[data-depth="1"] > li:last-child > a:before{border: none}
#_language_selector{
    color: white;
    font-size: 27px;
    font-family: 'Open sans';
    height: 40px;
    line-height: 40px;
    font-weight: lighter;
    float: right;
    margin-right: 9px;
    cursor: pointer;
}
.mfp-figure:after{
    background-color: #ffffff !important;
}

.compare, .btn-compare, .compare-total,
.btn-quickview,
.rating, .rating-wrapper
{
    display: none !important;
}

#_language_selector .language-selector-label{display: none}
#_language_selector ul{
    list-style: none;
    margin: 5px 0;
}
#_language_selector .btn-group{
    width: 100%;
}

#_language_selector .btn-group ul li .btn{
    text-align: left;
    color: #666;
    font-size: 13px;
}
#_language_selector .btn-group ul li .btn img{
    margin-right: 5px;
}
#_language_selector .btn-group ul li:hover{
    background-color: #ECE9E5;
}

.category-list ul li a img{
    display: block;
    max-width: 100%;
    border: 20px solid #fff;
    outline: 1px solid #eee !important;
}

.header-top .desktop-logo img{max-height: 101px}
.ishistoryblock .watermark-logo{height: 267px}

.blockcart .cart-products-count{
    width: auto;
    min-width: 14px;
     padding: 0 4px;
}

.tab-description img{max-width: 100%}
#product-product .list-unstyled .sold-out{color: #e61414;}

.category-list ul li a img{
    opacity: 0.6;
    transition: opacity .5s
}
.category-list ul li:hover a img{opacity: .9}

.category-list ul li.item {
    max-width: 160px;
}

.cart-dropdown{z-index: 991 !important;}

body:before, body:after{
    background-image: none;
}


.mfp-image-holder .mfp-content{
    /*padding: 5px 20px;*/
}


#footer .footer-container .linkedlist ul{
    width: 90%;
}
.product-left .thumbnail{padding: 15px}
#product-product .related-product .product-thumb .image{
    padding: 20px 0;
}


.ishiparallaxbannerblock .parallax .parallax-list .parallax-title{
    font-family: 'Great Vibes',sans-serif, cursive;
}

.btn-primary, .btn.disabled, .btn:disabled, .btn-secondary,
.product-thumb .btn-cart button,
.btn-default{
    border-radius: 0;
}

.w_popup, .w_popup_bg{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
.w_popup_bg{
    background-color: rgba(0,0,0,.8);
}
.w_poup_box{
    background-color: #FAF7F2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
    box-sizing: border-box;
    padding: 30px;
}

.w_popup_18 .w_poup_box{
    width: 600px;
    height: 300px;
    user-select: none;
}

.w_popup_18 .w_poup_box .left img{
    max-height: 180px;
    max-width: 100%;
}

.w_popup_18 .w_poup_box .right{
    font-size: 22px;
    line-height: 28px;
    text-align: justify;
    width: 60%;
}

.w_popup_18 .w_poup_box .left{
    width: 40%;
    padding-right: 20px;
}

.w_popup_18 .w_poup_box .left, .w_popup_18 .w_poup_box .right{
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
}


.w_popup_18 .w_poup_box .bottom{
    text-align: center;
    margin-top: 30px;
}

.w_poup_box button{
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
    padding: 14px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
    background-color: #000;
    outline: none;
    line-height: 13px;
    border: none;
}

.left_banner_custom{
    margin-top: 15px;
    padding: 2px;
}

.left_banner_custom a{
    display: block;
    margin-bottom: 15px;
}

.footer-aftertext span:first-child:after{
    content: '/';
    margin: 0 5px;
}

.left_banner_custom a img{
    max-width: 100%;
}


#column-left .ishi-customhover-fadeinnormal:after{
    display: none;
}

#column-left .ishibannerblock, #column-right .ishibannerblock{
    margin-bottom: 0;
}


#information-information #content ul li, #information-information #content ol li{
    color: #232323;
}

#footer a.developed_by{
    color: #ffffff;
}
#footer a.developed_by span{
    background-color: #000000;
    padding: 0 3px;
}

#footer .Dev-info{
    text-align: right;
}


.w_poup_box button:hover{
    background-color: #af8354;
}

#information-information #content img{
    max-width: 100%;
    margin-bottom: 15px;
}

#information-information #content a{
    text-decoration: underline;
}



@media screen and (max-width: 991px){
    #footer .Dev-info{text-align: center}
}

@media screen and (max-width: 767px){
    .cart-table .column_image{
        display: none;
    }

    .cart-table .column_name{
        white-space: normal !important;
        min-width: 100px;
    }

}


@media screen and (max-width: 600px){

    .w_popup_18 .w_poup_box .left, .w_popup_18 .w_poup_box .right{
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .w_popup_18 .w_poup_box .left img{
        max-height: 115px;
        margin-bottom: 15px;
    }

    .w_popup_18 .w_poup_box{
        height: auto;
        top: 25px;
        bottom: auto;
    }

}



@media screen and (max-width: 540px){
    .ishiservicesblock{display: none}
    .header-top .desktop-logo img{max-height: 85px}
    .header-top {
        padding: 0 0 15px 0;
    }
    .header-top .desktop-logo {
        padding: 15px 0px 0px;
    }
}


@media screen and (max-width: 445px){
    .cart-table .column_price{
        display: none;
    }

    .footer-aftertext span:first-child:after{
        content: none;
    }
    .footer-aftertext span{
        display: block;
        margin-top: 6px;
    }
}

@media screen and (max-width: 380px){
    #checkout-cart .buttons .pull-right{
        float: left !important;
        margin-top: 10px;
    }
}