@font-face {
    font-family: 'Aller_R';
    src: url('../fonts/Aller_Std_Rg.eot');
    src: local('?'), url('../fonts/Aller_Std_Rg.woff') format('woff'), url('../fonts/Aller_Std_Rg.ttf') format('truetype'), url('../fonts/Aller_Std_Rg.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aller_B';
    src: url('../fonts/Aller_Std_Bd.eot');
    src: local('?'), url('../fonts/Aller_Std_Bd.woff') format('woff'), url('../fonts/Aller_Std_Bd.ttf') format('truetype'), url('../fonts/Aller_Std_Bd.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AllerL';
    src: url('../fonts/Aller_Std_Lt.eot');
    src: local('?'), url('../fonts/Aller_Std_Lt.woff') format('woff'), url('../fonts/Aller_Std_Lt.ttf') format('truetype'), url('../fonts/Aller_Std_Lt.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AllerDisplay';
    src: url('../fonts/AllerDisplay_Std_Rg.eot');
    src: local('?'), url('../fonts/AllerDisplay_Std_Rg.woff') format('woff'), url('../fonts/AllerDisplay_Std_Rg.ttf') format('truetype'), url('../fonts/AllerDisplay_Std_Rg.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.navbar {
    min-height: 20px;
}

.w100{
    width: 100%;
}

.w80{
    width: 80%;
    margin-left: 10% !important;
}

.navbar-toggle {
    border: 1px solid #FFF;
}

.navbar-toggle .icon-bar {
    background: #fff;
}


/*kat menu*/
ul#category-menu {
    margin: 0;
    padding: 0;
}

ul#category-menu li {
    display: block;
    list-style-type: none;
    position: relative;
    float: left;
}

ul#category-menu li > a {
    position: relative;
    display: block;
    padding: 23px 13px;
    color: #FFF;
    font-size: 14px;
}

ul#category-menu li > a:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}

ul#category-menu li ul {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    right: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    /*background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
	padding: 0px;

}

ul#category-menu .marr {
    width: 8px;
    height: 8px;
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
}

ul#category-menu li:hover > ul {
    display: block;
}

ul#category-menu li ul li {
    width: 100%;
    display: block;
    white-space: nowrap;
    position: relative;
}

ul#category-menu li ul:before {
    display: block;
    content: " ";
    position: absolute;
    left: 0; top: 0;

}

ul#category-menu li ul ul:before {
    border-top: 0;
}

ul#category-menu li ul a {
    color: #736357;
    font-size: 14px;
    padding: 10px 5px;
}

ul#category-menu li ul a:hover {
    background: #000;
    color: #fff;
}

ul#category-menu ul ul {
    left: 155px;
    top: 0;
    padding: 0;
    background: rgba(255,255,255,0.95);
}
ul#category-menu li ul li a
{
	color: #fff;
	background-color: #191919;
	margin-top: 2px;
}
ul#category-menu li ul li a:hover
{
	color: #191919;
	background-color: #fff;
}
/*kat menu eddig*/


/*mobil kat menu*/
ul#category-menu-mobile {
    margin: 0;
    padding: 0;
	display: none;
}

ul#category-menu-mobile li {
    display: block;
    list-style-type: none;
    position: relative;
    float: left;
}

ul#category-menu-mobile li > a {
    position: relative;
    display: block;
    padding: 23px 13px;
    color: #FFF;
    font-size: 14px;
}

ul#category-menu-mobile li > a:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}

ul#category-menu-mobile li > span {
    position: relative;
    display: block;
    padding: 15px 13px;
    color: #FFF;
    font-size: 14px;
}

ul#category-menu-mobile li > span:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}

ul#category-menu-mobile li ul {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    right: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 240px;
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    /*background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
	padding: 0px;
	width: 100%;
}

.mob-navbar-menu{
    display: none !important;
}

ul#category-menu-mobile .marr {
    width: 8px;
    height: 8px;
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
}

ul#category-menu-mobile li:hover > ul {
    display: block;
}

ul#category-menu-mobile li ul li {
    width: 100%;
    display: block;
    white-space: nowrap;
    position: relative;
}

ul#category-menu-mobile li ul:before {
    display: block;
    content: " ";
    position: absolute;
    left: 0; top: 0;

}

ul#category-menu-mobile li ul ul:before {
    border-top: 0;
}

ul#category-menu-mobile li ul a {
    color: #736357;
    font-size: 14px;
    padding: 10px 5px;
}

ul#category-menu-mobile li ul a:hover {
    background: #000;
    color: #fff;
}

ul#category-menu-mobile ul ul {
    left: 155px;
    top: 0;
    padding: 0;
    background: rgba(255,255,255,0.95);
}
ul#category-menu-mobile li ul li a
{
	color: #fff;
	background-color: #191919;
	margin-top: 2px;
}
ul#category-menu-mobile li ul li a:hover
{
	color: #191919;
	background-color: #fff;
}
/*mobil kat menu eddig*/

/*#searchInput {*/
    /*background: #fff;*/
    /*border: 0;*/
    /*font-size: 22px;*/
    /*height: 66px;*/
    /*line-height: 66px;*/
    /*font-family: 'Aller_B';*/
    /*float: left;*/
    /*padding-left: 5px;*/
/*}*/

#searchButton {
    float: left;
    width: 70px;
    height: 66px;
    background: url("../img/searchmin.jpg") center center no-repeat;
    border: 0;
    padding: 0;
}

h1,
h1 + p {
    font-weight: 300;
}

h1 + p a {
    color: #333;
}

h1 + p a:hover {
    text-decoration: none;
}

h2 {
    margin: 60px 15px 0;
    padding: 0;
    font-weight: 300;
}

h2 span {
    margin-left: 1em;
    color: #aaa;
    font-size: 85%;
}

.column {
    padding: 0;
}

.column::after {
    content: '';
    clear: both;
    display: block;
}

.column div {
    float: left;
    margin: 0 0 0 0px;
    padding: 0;
}

.column div span {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: -1;
    display: block;
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
}

figure {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

.hover10 figure img {
    -webkit-filter: grayscale(0) blur(0);
    filter: grayscale(0) blur(0);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover10 figure:hover img {
    -webkit-filter: grayscale(60%);
    filter: grayscale(60%);
    /*-webkit-filter: invert(100%);*/
    /*filter: invert(100%);*/
}

/* Rotate */
.hover06 figure img {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover06 figure:hover img {
    -webkit-transform: rotate(15deg) scale(1.3);
    transform: rotate(15deg) scale(1.3);

}

.col3-row .row:hover {
    -webkit-transform: rotate(5deg) scale(0.9);
    transform: rotate(5deg) scale(0.9);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.socialf img:hover {
    -webkit-transform: rotate(8deg) scale(1.2);
    transform: rotate(8deg) scale(1.2);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.col3-row .row:hover:after {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

/* Opacity #2 */
.hover12 figure {
    background: #2f5d3d;;
}

.hover12 figure img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover12 figure:hover img {
    opacity: .5;
}

.action-row {
    width: 100%;
    height: 20px;
    float: left;
    margin-bottom: 5px;
}

.prod-img-hover {
    float: left;
    background: #fff;
}

.prod-img-hover:hover {
    background: #fff;
}

.link-box-a {

}

.link-box-a:hover {

}

.new-box {
    background: #2f5d3d;;
    font-family: 'AllerDisplay';
    padding: 0 13px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    float: left;
    height: 20px;
    color: #fff;
}

.action-box {
    background: #2f5d3d;
    font-family: 'AllerDisplay';
    padding: 0 13px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    float: left;
    height: 20px;
    color: #fff;
    margin-left: 8px;
}

.cat-menu {
    list-style: none;
    float: left;
    margin-top: 22px;
    font-family: Aller_R;
}

.cat-menu li {
    float: left;
    margin-right: 25px;
    cursor: pointer;
}

.cat-menu li > a {
    color: #fff;
}

.cat-menu li > a:hover {
    text-decoration: none;
    color: #ccc;
}

.w100 {
    width: 100%;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
}

.navbar-default {
    background-color: #f3f3f3;
    border: 0;
}

.social {
    float: right;
    margin-right: -15px;
    margin-left: 15px;
    position: relative;
}

.social > a {
    margin-left: -4px;
    padding: 0;
    border: 0;
}

.cart-num {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 20px;
    height: 20px;
    background: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    color: #92c859;
    font-size: 12px;
}

.img-logo,
.social-img {
    height: 70px;
}

.search-img {
    width: 70px;
}

.navbar-nav > li > a {
    font-family: 'Aller_R';
    padding: 25px 9px;
    color: #191919;
}

.navbar-nav > li > a:hover {
    font-family: 'Aller_B';
    color: #3b754d; !important;
}

.navbar-nav {
    margin-right: 10px;
    margin-top: 3px;
}

.nav-home {
    float: left;
    margin: 15px 0 0 20px;
}

.nav-contact-box {
    float: left;
    width: 240px;
}

.nav-contact-box-xs {
    float: left;
	display: none;
	width: 120px;
}

.nav-contact-box-xs .nav-phone{
	font-size: 13px;
	margin: 0px;
	text-align: center;
}

.nav-contact-box-xs .nav-phone-text{
	font-size: 10px;
	margin: 0px;
	text-align: center;
}

.nav-phone {
    float: left;
    width: 100%;
    font-family: 'Aller_B';
    font-size: 24px;
    margin: 10px 0 0 20px;
    color: #191919;
}

.nav-phone span {
    color: #eb5e67;
}

.nav-phone-text {
    float: left;
    width: 100%;
    font-family: 'AllerL';
    font-size: 12px;
    text-align: center;
    color: #191919;
    margin-left: 10px;
}

.navbar {
    margin-bottom: 0;
}

.full-black-row {
    background: #191919;
    width: 100%;
    height: 66px;
}

.carousel-indicators .active {
    background: #31708f;
}

.content {
    background: #92c859;
}

.adjust1 {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.adjust2 {
    margin: 0;
    color: #fff;
    font-family: 'AllerL';
    font-size: 40px;
}

.adjust2 a {
    color: #fff;
}

.carousel-indicators li {
    border: 1px solid #ccc;
}

.carousel-control {
    color: #fff;
    width: 5%;
}

.carousel-control:hover, .carousel-control:focus {
    color: #2f5d3d; !important;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.media-object {
    margin: 15% 7% 10% 7%;
    width: 86%;
}

.carousel-control > img {
    position: absolute;
    top: 50%;
    left: 4%;
}

.carousel-control.right > img {
    left: auto;
    right: 4%;
}

.caption {
    position: absolute;
    top: 110px;
    left: 18%;
}

.caption p {
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .media-object {
        margin-top: 0;
    }
	.offer-text { display: none; }
	.mainpage-banners { display: none; }
}

.col-blue {
    background: #2f5d3d;;
}

.col-yellow {
    background: #f5d77f;
}

.col-purple {
    background: #766dec;
}

.col-red {
    background: #2f5d3d;;
}

.pcat-name {
    width: 120%;
    color: #fff;
    font-family: Aller_R;
    margin-top: 20px;
    font-size: 16px;
}

.pcat-text {
    width: 85%;
    font-family: AllerL;
    color: #fff;
    margin-top: 15px;
}

.pcat-text a,
.pcat-name a {
    color: #fff;
}

.pcat-text a:hover,
.pcat-name a:hover {
    text-decoration: none;
}

.pcat-btn {
    background: #000000;
    border: 0;
    font-family: Aller_B;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}

.pcat-img {
    margin-top: 10px;
    max-width: 100%;
	max-height: 100%;
    /*margin-left: -25%;*/
}

.prod-price {
    color: #2f5d3d;;
    font-family: 'AllerDisplay';
    font-size: 22px;
}

.prod-price a {
    color: #2f5d3d;;
}

.prod-price a:hover {
    text-decoration: none;
    color: #595959;
}

.prod-name {
    color: #595959;
    font-family: 'AllerDisplay';
    font-size: 18px;
	height: 50px;
}

.prod-name a {
    color: #595959;
}

.prod-name a:hover {
    text-decoration: none;
    color: #2f5d3d;;
}

.prod-rate {
    color: #e0e0e0;
}

.rate-y {
    color: #f5d77f;
}

.product-icons {
    margin-bottom: 25px;
}

/*#addToCartButton2 {*/
    /*background: url("../img/cart-prod.jpg") center center no-repeat !important;*/
    /*width: 40px !important;*/
    /*height: 40px !important;*/
    /*border: 0 !important;*/
    /*float: left !important;*/
    /*margin: 0 !important;*/
    /*-webkit-filter: grayscale(0) blur(0);*/
    /*filter: grayscale(0) blur(0);*/
    /*-webkit-transition: .3s ease-in-out;*/
    /*transition: .3s ease-in-out;*/
/*}*/

/*#addToCartButton2:hover {*/
    /*-webkit-filter: grayscale(60%);*/
    /*filter: grayscale(60%);*/
/*}*/

/*.addToCartButton:hover {*/
    /*-webkit-filter: grayscale(60%);*/
    /*filter: grayscale(60%);*/
/*}*/

.product-links {
    margin-left: 3px;
}

.cc {
    bottom: auto !important;
    margin-top: -50px;
}

.cc.left {
    right: 25px !important;
    left: auto !important;
}

.prod-list {
    margin-top: 30px;
    margin-bottom: 30px;
}

.prod-list a {
    margin: 0 15px;
    color: #a7adbb;
    font-family: Aller_B;
}

.prod-list a:hover {
    text-decoration: none;
    color: #595959;
}

.st-nav-li-a,
.st-nav-li-a:link,
.st-nav-li-a:visited {
    display: inline-block;
    position: relative;
}

.st-nav-li-a:after,
.st-nav-li-a:link:after,
.st-nav-li-a:visited:after {
    content: '';
    display: block;
    margin-top: 5px;
    height: 3px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}

.st-nav-li-a:hover:after {
    width: 100%;
    background: #2f5d3d;;
    margin-top: 5px;
    height: 3px;
}

.prodlistli {
    list-style: none;
}

.prodlistli > li {
    float: left;
}

.prodlistli > li > a {
    font-family: 'Aller_R';
    padding: 5px 9px;
    color: #191919;
}

.prodlistli > li > a:hover {
    font-family: 'Aller_B';
    background: transparent;
}

.col-sm-2 a:hover {
    text-decoration: none;
}

.col-sm-2
{
	width: 100%;
}

.info-row-text {
    margin: 10px 0;
    color: #fff;
    font-size: 18px;
    font-family: Aller_B;
}

.newsletter {
    padding: 20px 0;
    float: left;
    width: 100%;
}

.newsletter-text {
    float: left;
    color: #fff;
    line-height: 47px;
    font-family: AllerL;
    font-size: 18px;
}

.newsletter-input {
    float: left;
    background: transparent;
    border-top: 1px solid #bfbbf6;
    border-left: 1px solid #bfbbf6;
    border-bottom: 1px solid #bfbbf6;
    border-right: 0;
    height: 45px;
    width: 80%;
    padding-left: 20px;
}

.newsletter-submit {
    float: left;
    width: 80px;
    height: 45px;
    background: #918af1;
    border: 0;
    font-family: Aller_B;
    color: #fff;
    -webkit-filter: grayscale(0) blur(0);
    filter: grayscale(0) blur(0);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.newsletter-submit:hover {
    -webkit-filter: grayscale(60%);
    filter: grayscale(60%);
}

.socialf {
    float: right;
}

.socialf-img {
    height: 45px;
}

.nl-form {
    width: 48%;
    margin-left: 35px;
}

#newsletter-subscribed-form {
    width: 48%;
    margin-left: 35px;
    float: left;
}

footer {
    width: 100%;
    background: #191919;
    min-height: 150px;
}

.footer-bold {
    color: #dcdcdc;
    font-size: 15px;
    font-family: Aller_B;
    margin: 20px 0 20px 10px;
}

.fmenu-elem {
    color: #dcdcdc;
    font-family: AllerL;
    margin: 0 0 0 10px;
}

.fmenu-elem a {
    color: #dcdcdc;
}

.simplelogo {
    margin-top: 20px;
}

.flogo {
    width: 75%;
    margin-left: 5%;
    margin-top: 20px;
}

.copyright {
    margin-left: 7%;
    margin-top: 20px;
    margin-bottom: 5px;
    font-family: Tahoma;
    color: #c4c4c4;
}

@media (min-width: 768px) and (max-width: 992px) {

    .cc.left {
        right: 50px !important;
    }


}

@media (min-width: 993px) and (max-width: 1230px) {

    .cc.left {
        right: 40px !important;
    }


}

@media screen and (min-width: 1580px) {

    .navbar-nav {
        margin-top: 0px;
    }

    /*#searchInput {
        height: 89px;
        line-height: 89px;
    }

    #searchButton {
        width: 94px;
        height: 89px;
        background: url("../img/search.jpg") center center no-repeat;
        border: 0;
    }

    .img-logo, .social-img {
        height: 94px;
    }

    .search-img {
        width: 94px;
    }

    .navbar-nav > li > a {
        padding: 36px 9px;
        font-size: 16px;
    }

    .nav-home {
        margin: 25px 0 0 20px;
    }

    .nav-phone {
        font-size: 28px;
        margin: 20px 0 0 20px;
    }

    .nav-contact-box {
        width: 290px;
    }

    .nav-phone-text {
        font-size: 14px;
        margin-left: 10px;
    }

    .full-black-row {
        height: 89px;
    }

    .cat-menu {
        font-size: 18px;
        margin-top: 30px;
    }

    .pcat-name {
        font-size: 19px;
    }

    .pcat-text {
        font-size: 17px;
    }*/
}

@media screen and (min-width: 1880px) {

   /* .img-logo, .social-img {
        height: 94px;
    }

    .search-img {
        width: 94px;
    }

    .navbar-nav > li > a {
        padding: 36px 9px;
        font-size: 16px;
    }

    .nav-home {
        margin: 25px 0 0 20px;
    }

    .nav-phone {
        font-size: 28px;
        margin: 20px 0 0 20px;
    }

    .nav-contact-box {
        width: 290px;
    }

    .nav-phone-text {
        font-size: 14px;
        margin-left: 10px;
    }

    .full-black-row {
        height: 89px;
    }

    .cat-menu {
        font-size: 18px;
        margin-top: 30px;
    }

    .pcat-name {
        font-size: 23px;
    }

    .pcat-text {
        font-size: 20px;
    }*/
}

/*@media screen and (min-width: 550px) {*/
	/*.col-sm-2*/
	/*{*/
		/*width: 49%;*/
		/*float: left;*/
	/*}*/
/*}*/

/*@media screen and (min-width: 768px) {*/
	/*.col-sm-2*/
	/*{*/
		/*width: 33%;*/
	/*}*/
/*}*/

/*@media screen and (min-width: 1280px) {*/
	/*.col-sm-2*/
	/*{*/
		/*width: 24%;*/
	/*}*/
/*}*/

/*@media screen and (min-width: 1400px) {*/
	/*.col-sm-2*/
	/*{*/
		/*width: 16%;*/
	/*}*/
/*}*/




.social-btn
{
	width: 70px;
	height: 70px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

#fb-btn { background-image: url(images/fb-btn.jpg); }
#tw-btn { background-image: url(images/tw-btn.jpg); }
#gp-btn { background-image: url(images/gp-btn.jpg); }

#fb-btn:hover { background-image: url(images/fb-btn-h.jpg); }
#tw-btn:hover { background-image: url(images/tw-btn-h.jpg); }
#gp-btn:hover { background-image: url(images/gp-btn-h.jpg); }

@media screen and (max-width: 1380px) {
	.img-logo, .social-img { height: 50px; }
	.cart-num { top: 5px; right: 5px; width: 15px; height: 15px; line-height: 15px;}
	.nav-phone { margin-top: 0px; font-size: 20px; }
	.nav-home { margin-top: 5px; }
	.navbar-nav > li > a { padding: 12px 8px; }
	.search-img { width: 53px; }
	/*#searchInput { height: 50px; line-height: 50px; }*/
	#searchButton { height: 50px; width: 50px; }
	.full-black-row { height: 50px; }
	ul#category-menu li > a { padding: 15px 8px; }
	ul#category-menu-mobile li > a { padding: 15px 8px; }
	.social-btn { height: 50px; width: 50px; }
}

@media screen and (max-width: 520px) {
	/*.social-img { display: none; }
	#cartT .social-img { display: block; }*/
	.nav-contact-box { display: none; }

	/*#searchInput { width: 135px; }*/
}

@media screen and (max-width: 300px) {
	#searchInput { width: 90px; }
}

/*termék aloldal innen*/

.glyphicon-chevron-left:hover {
    color: #2f5d3d; !important;
}

.col-mtop-prod {
    margin-top: 25px;
}

.hide-bullets {
    list-style: none;
    margin-left: -40px;
    margin-top: 20px;
}

.thumbnail {
    padding: 0;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}

.img-col-20 {
    width: 18.5%;
    margin: 10px 0.75%;
    float: left;
}

.prodtitle {
    font-family: Verdana;
    color: #535555;
    font-weight: bold;
    font-size: 32px;
    float: left;
    min-width: 51%;
}

.prodinum {
    float: left;
    font-family: Verdana;
    color: #535555;
    min-width: 51%;
    font-size: 12px;
}

#share {
    float: right !important;
}

.pprice-box {
    margin-top: 20px;
    min-width: 51%;
    float: left;
    color: #2f5d3d;;
    font-family: Verdana;
}

.prodprice {
    float: left;
    font-size: 36px;
    font-weight: bold;	
}
.specialtext {
    float: left;
    font-size: 30px;
    font-weight: bold;
	color: #2f5d3d;;
}

.price.original {
    float: left;
    text-decoration: line-through;
    font-weight: normal;
    font-size: 25px;
    margin: 11px 0 0 15px;
}

.prod-ok {
    width: 51%;
    float: left;
    color: #b2ca52;
    font-family: Verdana !important;
    font-size: 15px;
    font-weight: 900;
    margin: 30px 0 35px 0;
}

.prod-no {
    width: 51%;
    float: left;
    color: #2f5d3d;;
    font-family: Verdana !important;
    font-size: 18px;
    font-weight: 900;
    margin: 30px 0 35px 0;
}

.prod-shipping
{
	float: right;
	margin: 25px 0 30px 0;
	width: 48%;
	color: #535555;
	background-image: url(images/prod-shipping.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 0px;
	padding-left: 65px;
}

.prod-shipping span
{
	font-family: 'Aller_B';
}

.prod-gar
{
	float: right;
	margin: 5px 0 0 0;
	width: 48%;
	font-family: 'Aller_B';
	color: #535555;
	background-image: url(images/prod-gar.png);
	background-position: left 6px center;
	background-repeat: no-repeat;
	padding: 15px 0px;
	padding-left: 65px;
}

input[type="text"].addAmount {
    background: #ededed !important;
    font-family: Verdana !important;
    border: 0;
    color: #535555 !important;
    margin: 0;
    font-size: 22px !important;
    width: 32px;
    padding: 2px 2px;
    cursor: text;
}

.cart-set-amount {
    display: inline-block;
    margin: 2px 0 0 0 !important;
    cursor: pointer;
    color: #ededed !important;
    background-color: #535555 !important;
    border-radius: 0px !important;
    font-size: 13px !important;
    line-height: 21px !important;;
    vertical-align: middle;
    text-align: center;
    height: 21px !important;
    width: 17px !important;
    margin-right: 1px !important;
}

.amountDiv {
    background: #ededed !important;
    height: auto !important;
    float: left !important;
}

.addToCartButtonCost {
    color: #fff !important;
    font-weight: 900;
    background: #2f5d3d; !important;
    text-align: center !important;
    padding-left: 12px !important;
    width: 200px !important;
    height: 48px !important;
    border: 0 !important;
    float: left !important;
    margin: 0 !important;
    -webkit-filter: grayscale(0) blur(0);
    filter: grayscale(0) blur(0);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.addTCBs {
    float: left !important;
}

.product-add-to-cart {
    float: left;
    min-width: 51%;
}

.prod-textt {
    float: left;
    font-family: Verdana !important;
    color: #535555;
    font-weight: 900;
    font-size: 20px;
    min-width: 81%;
    margin-top: 20px;
}

.prod-text {
    float: left;
    font-family: Verdana !important;
    color: #535555;
    font-size: 18px;
    width: 100%;
    margin-top: 15px;
}

.product-spacifications{
    margin-top: 15px;
    min-width: 81%;
    float: left;
    font-family: Verdana !important;
    color: #535555;
    font-size: 18px;
}

.recom-prod {
    float: left;
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #2f5d3d;;
    text-align: center;
    color: #fff;
    font-family: Verdana !important;
    font-size: 19px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.product-gridview-related-title {
    color: #535555 !important;
    font-family: Verdana !important;
    font-weight: 900;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
    height: 69px;
}

.product-gridview-related-title a {
    color: #535555 !important;
	height: 45px;
	display: block;
}

.prodprice-related {
    color: #2f5d3d;;
    font-family: Verdana;
    font-size: 18px;
}


.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*termék aloldal eddig*/

/*pager innen*/
.pager {
    overflow: hidden;
    margin: 20px 0;
    width: 100%;
}

.pager ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.pager .first > a, .pager .first > span {
    float: none;
    background-color: #2f5d3d;;
    color: #fff;
    border-radius: 0;
}

.pager .previous > a, .pager .previous > span {
    float: none;
    background-color: #2f5d3d;;
    color: #fff;
    border-radius: 0;
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 8px;
    border: 0;
    color: #535555 font-family : Verdana !important;
    border-radius: 0;
}

.pager .next > a, .pager .next > span {
    float: none;
    background-color: #2f5d3d;;
    color: #fff;
    border-radius: 0;
}

.pager .last > a, .pager .last > span {
    float: none;
    background-color: #2f5d3d;;
    color: #fff;
    border-radius: 0;
}

.pager li > a:hover {
    background-color: #2f5d3d;;
}

.selected a {
    color: #2f5d3d;;
}

/*pager eddig*/

.pcat-big {
    margin-top: 15px;
    font-size: 26px;
    margin-bottom: 15px;
}

.pcat-big h1 {
	display: inline-block;
	font-size: 26px !important;
	margin: 0px;
	font-weight: bold;
}

.order-form-class {
    margin-top: -41px !important;
    float: right;
    margin-right: 10px;
}

/*kosar*/

.order-form-name {
    width: 100%;
    text-align: center;
    font-family: Verdana;
    font-weight: 900;
    color: #535555;
    font-size: 22px;
    margin: 20px 0;
    text-transform: uppercase;
}

.buyPointTitle{
    text-transform: uppercase;
    font-family: Verdana;
    font-weight: 900;
    color: #2f5d3d;;
    font-size: 20px !important;
    margin: 50px 0 10px 0 !important;
}

.order-form-img{
    margin-top: -5px;
    margin-right: 15px;
}

.sct-th{
    background: #f5f5f5;
    font-size: 14px !important;
    font-family: Verdana;
    font-weight: 900;
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #535555;
}

.shopping_cart th.bottomLine, .shopping_cart td.bottomLine, .bottomLine {
    border-bottom: 0 !important;
    font-size: 14px !important;
    font-family: Verdana;
    font-weight: 900;
}

.cart-middle, .cart-middle a {
    font-size: 14px !important;
    color: #535555 !important;
}

.cart-thumb img {
    max-height: 73px;
    max-width: 73px;
    margin: 8px 5px;
}

.amountIn {
    text-align: center !important;
}


.ship-pay-img{
    width: 85px;
}

.cart-middle{
    width: 155px;
}

.cart-middle-text{
    width: auto !important;
}

.shipping-price{
    width: 200px !important;
    text-align: right !important;
}



div.form label {
    font-weight: 900 !important;
    font-family: Verdana !important;
    display: block !important;
    color: #535555 !important;
    font-size: 14px !important;
}

.cart-tr-label-row{
    padding-bottom: 10px;
}

.cart-td-label-col{
    width: 39%;
    padding-bottom: 10px;
    padding-left: 15px;
}
.cart-td-label-col2{
    width: 60%;
    padding-bottom: 10px;
}

.cart-td-label-col2 input{
    width: 100%;
    border: 0;
    background: #ebebeb;
    padding-left: 10px;
}

.cart-td-label-col3{
    width: 100%;
    padding-bottom: 10px;
}

.cart-td-label-col3 textarea{
    width: 100%;
    height: 150px;
    border: 0;
    background: #ebebeb;
    padding-left: 10px;
    padding-right: 10px;
}

a.forwBo, input.forwBo {
    border: 0 !important;
    border-radius: 0 !important;
    background: #2f5d3d; !important;
    font-family: Verdana !important;
    font-weight: 900 !important;
    padding: 8px 22px !important;
}

.cbox-cart-form{
    margin-top: 42px !important;
}

.textarea-title{
    text-transform: uppercase;
    font-family: Verdana;
    font-weight: 900;
    color: #2f5d3d; !important;
    font-size: 20px !important;
    margin: 40px 0 0 80px !important;
}

/*kosar eddig*/


.slider-container
{
	padding: 10px auto;
}

.slider-left
{
	width: 49%;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.slider-left .caption
{
	right: 10px;
}

.slider-right
{
	width: 49%;
	display: inline-block;
	padding-bottom: 33%;
	position: relative;
	vertical-align: top;
}

.slider-right img
{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	vertical-align: top;
}

@media screen and (max-width: 1300px) {
	.slider-left .caption { top: 30px; }
	.slider-left .caption .adjust2	{ font-size: 28px; }
	.slider-left .caption p { margin-top: 5px; }
}

@media screen and (max-width: 700px) {
	.slider-left { display: none; }
	.slider-right { width: 99%; display: block; text-align: center; }
	.slider-right img { left: 50%; margin-left: -24%; }
}

@media screen and (max-width: 600px) {
	.slider-right { padding-bottom: 45%; }
	.order-form-class { margin: 10px auto !important; float: none; }
}

.orderchecked
{
	max-width: 100%;
	max-height: 100%;
	height: 73px;
}

.mainpage-banners .col-sm-4
{
	height: 230px;
}

.mainpage-banners .col-sm-4 .col-sm-6
{
	padding: 0px;
}

.mainpage-banners .col-sm-4 .col-sm-6:first-child
{
	padding: 10px;
}

#dialogoverlay{
	display: none;
	opacity: .8;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #FFF;
	width: 100%;
	z-index: 99998;
}
#dialogbox{
	display: none;
	position: fixed;
	background: #FFF;
	border-radius: 15px;
	max-width:660px;
	width:-moz-calc(100% - 22px);
    width:-webkit-calc(100% - 22px);
    width:-o-calc(100% - 22px);
    width:calc(100% - 22px);
    /*width: 96%;*/
	z-index: 99999;
	border: 5px solid #d7d7d7;
}


#dialogbox > div{ background:#FFF; margin:8px; }
#dialogbox > div > #dialogboxhead{ background: #FFF; font-size: 25px; padding:10px; color:#404040; text-align: center; }
#dialogbox > div > #dialogboxbody{ background:#FFF; padding:20px; color:#404040; font-size: 18px; }
#dialogbox > div > #dialogboxfoot{ background: #FFF; padding:10px; text-align:center; }
#dialogbox #backtoshop { background-color: #404040; border-radius: 15px; font-family:'Arial'; color: #fff; font-size: 18px; margin: 10px 25px; max-width: 240px; width:-moz-calc(100% - 55px); width:-webkit-calc(100% - 55px); width:-o-calc(100% - 55px); width:calc(100% - 55px); height: 55px; line-height: 55px; display: inline-block; }
#dialogbox #gotocart { background-color: #eb5e67; border-radius: 15px; font-family:'Arial'; color: #fff; font-size: 18px; margin: 10px 25px; max-width: 260px; width:-moz-calc(100% - 55px); width:-webkit-calc(100% - 55px); width:-o-calc(100% - 55px); width:calc(100% - 55px); height: 55px; line-height: 55px; display: inline-block; }
#dialogbox #backtoshop:hover { filter: brightness(120%); -webkit-filter: brightness(120%); }
#dialogbox #gotocart:hover { filter: brightness(120%); -webkit-filter: brightness(120%); }

@media only screen and (max-width: 650px)
{
	#dialogbox > div > #dialogboxhead { padding: 3px; }
	#dialogbox > div > #dialogboxbody { padding: 3px; }
	#dialogbox > div > #dialogboxfoot { padding: 3px; }
	#dialogbox #backtoshop { padding: 2px; margin: 5px; font-size: 14px; width:-moz-calc(100% - 22px); width:-webkit-calc(100% - 22px); width:-o-calc(100% - 22px); width:calc(100% - 22px);}
	#dialogbox #gotocart { padding: 2px; margin: 5px; font-size: 14px; width:-moz-calc(100% - 22px); width:-webkit-calc(100% - 22px); width:-o-calc(100% - 22px); width:calc(100% - 22px); }
}

@media screen and (max-width: 1200px) {
	.mainpage-banners .col-sm-4 { height: 300px; }
}

@media screen and (max-width: 867px) {

    ul#category-menu {
        display: none;
    }

    ul#category-menu-mobile {
        display: block;
    }

}

@media screen and (max-width: 767px) {

    .navbar-nav .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .mnm-prod a{
        color: #000 !important;
    }

    .mob-navbar-menu{
        display:block;
    }
	
	.nav-contact-box-xs
	{
		display: block !important;
	}

	.social .hover10 .social-icon
	{
		display: none;
	}

    .prod-no {
        width: 100%;
        font-size: 17px;
        margin: 8px 0 13px 0;
    }

    .prodinum {
        margin-top: 5px;
    }

    .pprice-box {
        margin-top: 5px;
    }

    #share {
        float: left !important;
    }

    .prod-shipping {
        float: left;
        margin: 5px 0 5px 0;
        width: 100%;
    }

    .prod-ok {
        width: 100%;
        margin: 0px 0 5px 0;
    }

    .prod-gar {
        float: left;
        margin: 5px 0;
        width: 100%;
    }

    .col-mtop-prod {
        margin-top: 0px;
    }

    .navbar-collapse {
        width: 100%;
    }

    .img-logo, .social-img {
        height: 45px;
    }

    .nav-home {
        display: none;
    }

    .navbar-nav > li > a {
        padding: 10px 9px;
    }

    .cat-menu {
        width: 70%;
        margin-top: 0;
    }

    .newsletter-input {
        width: 70%;
    }

    .info-row-text {
        margin: 0;
    }

    .nl-form {
        min-width: 300px;
        margin-left: 0px;
    }

    .pcat-name {
        width: 100%;
        margin-top: 20px;
        font-size: 16px;
    }

    .pcat-text {
        width: 100%;
        font-family: AllerL;
        color: #fff;
        margin-top: 15px;
    }

    .pcat-img {
        margin-top: 0;
        width: 100%;
        margin-left: 0%;
    }

    .cc.left {
        top:15px !important;
        right: 70px !important;
        left: auto !important;
    }

    .cc.right {
        top:15px !important;
    }

    .cart-thumb img {
        max-height: 45px !important;
        max-width: 45px !important;
        margin: 8px 5px !important;
    }

    .shopping_cart th.bottomLine, .shopping_cart td.bottomLine, .bottomLine {
        font-size: 11px !important;
    }

    .small {
        font-size: 11px !important;
    }

    .heightlighted {
        font-size: 12px !important;
    }

    .cart-td-label-col {
        width: 35%;
        padding-left: 0px;
    }

    div.form label {
        font-size: 12px !important;
    }

    #newsletter-subscribed-form {
        width: 100%;
        margin-left: 0px;
        float: left;
    }

    .flogo {
        margin-top: 10px;
    }

    .copyright {
        margin-top: 10px;
    }

    .footer-bold {
        color: #dcdcdc;
        font-size: 15px;
        font-family: Aller_B;
        margin: 15px 0 10px 10px;
    }

    .cart-middle, .cart-middle a {
        font-size: 10px !important;
    }

    .social {
        margin-top: -50px;
    }

}

@media screen and (max-width: 405px) {

    .shopping_cart th.bottomLine, .shopping_cart td.bottomLine, .bottomLine {
        font-size: 10px !important;
    }

    .small {
        font-size: 10px !important;
    }

    .cart-thumb img {
        max-height: 0px !important;
        max-width: 0px !important;
        margin: 0 !important;
    }

    .img-logo, .social-img {
        height: 37px;
    }

    .social {
        margin-top: -40px;
    }

    .social-btn {
        height: 40px;
        width: 40px;
    }

    .navbar {
        min-height: 20px;
    }

}