/*
#------------------------------------------------------------------------
# StoreFront - April Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2014 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

#gkHeaderTop > div.gkPage {
        height: 100%;
}

/* Here you can include your override CSS styles */
/* ================== Custom module position 'currency' ====================== */
.mod-currency {
        margin: 0 0 0 1em;
        line-height: 38px;
        float: left;
        width: 130px;
}

/* ================== Custom module position 'toprightnav' ====================== */
.mod-toprightnav {
        line-height: 38px;
        float: right;
        height: 100%;
}

.phone {
        height: 100%;

        display: flex;
        flex-direction: row;
        justify-content: center;
}

.phone > span {
        color:#000000;
        font-size: 1.3em;
}
.phone > img {
        /*width: 1.9em;*/
        height: 1.9em;
        margin-left: 1em;
        margin-right: 0.4em;
        margin-top: auto;
        margin-bottom: auto;
}

@media screen and (max-width: 720px) {
        .phone > span {
                font-size: 0.8em;
        }
        .phone > img {
                height: 1em;
                margin-left: 0.5em;
        }
}

@media screen and (max-width: 540px) {
        .phone > .phone_child2 {
                display: none;
        }
}

/*@media screen and (max-width: 500px) {
        .phone > span {
                font-size: 0.8em;
        }
        .phone > img {
                height: 1em;
                margin-left: 0.5em;
        }
}
*/
@media screen and (max-width: 410px) {
        .phone > span {
                font-size: 0.7em;
        }
        .phone > img {
                display: none;
        }
}

@media screen and (max-width: 370px) {
        .phone > span {
                font-size: 0.6em;
        }
}

@media screen and (max-width: 350px) {
        .phone > span {
                display: none;
        }
}


/* ===== Turn Off zoom image on VirtueMart category screen ===== */
/* ===== Original file -> vm.css ===== */
.category > div > a > img,
.product > div > div > a > img {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: initial;
        -moz-transition: initial;
        -ms-transition: initial;
        -o-transition: initial;
        transition: initial;
}
.category > div > a:hover > img,
.product > div > div > a:hover > img {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
}

#gkHeader.nobreadcrumb {
	margin: 0 0 20px 0;
}

#gkBreadcrumb {
        margin-bottom: 0;
}

.box {
        padding: 0;
}

.box li {
        border-bottom: none;
}

.eshop-product ul li {
        padding: 0;
}

/* ================== Custom styling for menu items ====================== */
/*#gkMainMenu .gkMenu > ul > li >div >div >div > ul > li > a#menu141,*/
#gkMainMenu .gkMenu > ul > li >div >div >div > ul > li > a {
        font-size: 18px;
        font-weight: bold;
}

/*#gkMainMenu .gkMenu > ul > li >div >div >div > ul > li > a#menu141 > img,*/
#gkMainMenu .gkMenu > ul > li >div >div >div > ul > li > a > img {
        object-fit: scale-down;
        margin: auto;
        display: block;
        height: 100px;
        margin-bottom: 8px;
}

/*#gkMainMenu .gkMenu > ul > li >div >div >div > ul > li > a#menu141 > small,*/
#gkMainMenu .gkMenu > ul > li >div >div >div > ul > li > a > small {
        line-height: 1.3em;
        font-size: 12px;
        font-weight: normal;
        color: #777;
        margin-top: 8px;
}

h1 {
	font-size: initial;
	margin: initial;
}
