/*!
 * Style for Bootstrap v3.3.2
 * Copyright 2015 Elite Comsetix
 * Licensed under MIT
 */
 
 @charset "utf-8";

/* =============================================================== */
/* IMPORT
/* =============================================================== */
/* Helpers for Bootstrap */
@import url("helpers.css");  
/* Webfonts and Icon fonts */
@import url("open-sans.min.css");
@import url("font-awesome.min.css");
@import url("glyphicons-regular.min.css");

  

/* =============================================================== */
/* GENERAL
/* =============================================================== */
html,
body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}
.header-offset {
    margin-top: 106px;
}
.bordered {
    border-color: #ddd;
}
.mh450 {
    min-height: 450px;
}

strong, b, th, label {
    font-weight: 600;
}

.sugo {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
}

/* video safe */
.video-safe {
    /*background: rgba(0, 0, 0, 0);*/
    background: rgba(0, 0, 0, 1) url('../img/end.jpg') no-repeat scroll 0 0 / 100% auto;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
}

.video-zoom {
    position: absolute;
    display: block;
    cursor: pointer;
    right: 15px;
    bottom: 10px;
    color: rgba(255,255,255,0.6);
    text-shadow: 0 0 3px rgba(0,0,0,0.5);
    font-size: 17px;
}
.video-zoom:hover {
    color: rgba(255,255,255,1);
    text-shadow: 0 0 3px rgba(0,0,0,0.8);
}

.discount {
    background: #00adad;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    padding: 2px 5px;
    text-transform: uppercase;
}

/* =============================================================== */
/* SKIN
/* =============================================================== */
html {
    background-color: #2C2A2B;
}
body {
    background: #fff url('../img/2026/bg.jpg') no-repeat fixed center 0 / 100% auto;
    /*background-size: 100% auto;*/
    color: #777;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.clip {
    background: #fff;
}
svg{
    width:100%; height:100px;
    display:block;
    margin-top: -60px;
    margin-bottom: -10px;
}
.site-color {
    color: #be9462;
}
.bg-site-color {
    background-color: #dc6094;
}
.bg-white {
    background-color: #fff;
}
.bg-gray {
    background-color: #E9E9E9;
    color: #fff;
}
.bg-light-gray {
    background-color: #fbfbfb;
}
.text-white {
    color: #fff !important;
}
.color-sale {
    color: #e65c86;
}
.color-danger {
    color: #1593BB;
}

a {
    color: #be9462;
    text-decoration: none;
}
a:focus, a:hover {
    color: #be9462;
    text-decoration: underline;
}


.content-top {
    background: rgba(0,0,0,0) !important;
    color: #abd5d3;
}
.content-top .content-title {
    color: #fff !important;
    background-color: #45302f !important;
}
.content-top .content-title-used {
    color: #fff !important;
    background-color: rgba(0,0,0,0) !important;
}
thead.no-bold th {
    font-weight: normal;
}

.cart-notify {
    background: #e65c86 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    padding: 4px 0;
    position: relative;
    text-align: center;
    top: -2px;
    width: 18px;
    z-index: 2;
}
.dropdown.open .cart-notify {
    background: #fff none repeat scroll 0 0;
    color: #8b5c2b;
}

.cart-total {
    font-weight: 700;
    font-size: 24px;
    color: #1593BB;
}

/* buttons */
.btn {
    text-transform: uppercase;
    border-radius: 3px;
}
.btn-default {
    background: #be9462 !important;
    color: #000 !important;
    border: none;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-weight: 700;
    font-size: 1.5em;
    padding-left: 20px;
    padding-right: 20px;
}
.btn-default:hover, 
.btn-default:focus, 
.btn-default:active {
    background: #000 !important;
    color: #fff !important;
    opacity: 0.9;
}

.owl-item .btn-default {
    font-size: 1.1em;
}

.btn-default-inverse {
    background: #fff;
    color: #e65c86;
    border: 1px solid #e65c86;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.btn-default-inverse:hover, 
.btn-default-inverse:focus, 
.btn-default-inverse:active {
    background: #fff;
    color: #e65c86 !important;
    border-color: #e65c86 !important;
}



/* HEADER ****************************************/

/* navbar */
.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
    font-size: 17px;
    line-height: 75px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    opacity: 0.8;
}
.navbar-inverse .navbar-nav > li > a:focus, 
.navbar-inverse .navbar-nav > li > a:hover {
    background-color: #fff;
    color: #f1b441;
    opacity: 1;
}

.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:focus, 
.navbar-inverse .navbar-nav > .active > a:hover {
    background-color: #fff;
    color: #f1b441;
    opacity: 1;
}

.navbar-inverse .navbar-nav i {
    font-size: 14px;
    position: relative;
    top: -1px;
}
.navbar-inverse .navbar-nav {
    margin: 0px -15px;
}

.navbar-inverse .navbar-toggle {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-radius: 0px;
    float: right;
    margin-bottom: 18px;
    margin-right: 15px;
    margin-top: 18px;
    padding: 9px 10px;
    position: relative;
    border: 2px solid #fff;
}
.navbar-inverse .navbar-toggle {
    border-color: rgba(0, 0, 0, 0);
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: #abd5d3;
    
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: rgba(0, 0, 0, 0.2);
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse.in {
    max-height: 500px;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #abd5d3;
}




/* for logo */
.navbar-inverse .navbar-brand img {
    /*min-height: 40px;*/ /* for svg */
    max-height: 75px; /* for png */
    width: auto;
    position: relative;
    top:0px;    
}




/* MAIN ****************************************/

/* sections */
.section-title {
    text-transform: uppercase;
    font-size: 43px;
    font-weight: 300;
    margin-bottom: 20px;
}
.section-title a {
    color: #777;
}
.section-title a:hover {
    color: #1593BB;
}

/* stream section */
.stream-section {
    padding: 40px 0 20px;
}
.stream-section .video {
    max-width: 900px;
    padding: 13px;
    background-color: #bd9562;
    color: rgba(255,255,255,0.4);
}

.content-section {
    position: relative;
    padding-bottom: 30px;
}
.content-title,
.content-title-used {
    color: #fff;
    margin: 0;
    padding: 10px 15px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
}

.content-bottom a {
    color: #e65c86;
    /*word-break: break-all;*/
}
.content-bottom a:hover {
    color: #e65c86;
    /*word-break: break-all;*/
}

/* used products section */
.used-products {
    position: relative;
    margin-top: 40px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2) !important;
}
.used-products .row > div {
    padding-left: 5px;
    padding-right: 5px;
}
.used-products .row > div:first-child {
    padding-left: 15px;
    padding-right: 5px;
}
.used-products .row > div:last-child {
    padding-left: 5px;
    padding-right: 15px;
}
.used-products .product-img {
    display: inline-block;
    width: 50%;
    float: left;
    border: 1px solid #ededed;
    min-height: 134px;
    position: relative;
    text-align: center;
}
.used-products .product-img img {
    max-height: 210px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.used-products a {
    color: #777;
}
.used-products a:hover {
    color: #1593BB;
}
.used-products .product-name {
    display: inline-block;
    width: 50%;
}
.used-products .product-name > * {
    font-size: 12.5px;
    line-height: 1.3;
    margin: 5px 0 0 10px;
    text-transform: uppercase;
    overflow: hidden;
    word-break: initial;
}
.used-products .content-bottom {
    min-height: 210px;
}

.cart-action {
    position: absolute;
    right: 50px;
    bottom: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    /* chrome */
    .used-products .product-name > * {
        word-break: normal;
    }
}

/* special offers section */
.arrow-down {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid #fff;
    height: 0;
    margin: 0 auto;
    text-align: center;
    width: 0;
}
.special-offers-title div > * {
    font-size: 25px;
    margin: 0; 
    padding: 25px;
}
.special-offers .row {
    padding: 20px 0 35px;
}
.special-offers a {
    color: #555;
}
.special-offers a:hover {
    color: #1593BB;
}

.special-offer-img {
    display: inline-block;
    width: 210px;
    float:left;
    border: 15px solid #fff;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
}
.special-offer-img img {
    margin: 0 auto;
    transform: scale(1.05);
    max-height: 185px;
    background: #fff;
}
.inset-shadow {
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    position: relative;
    min-height: 180px;
    min-width: 180px;
    background-color: #fff;
}
.inset-shadow::before {
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2) inset;
    content: " ";
    position: absolute;
    left: -1px;  
    right: -1px;
    top: -1px;
    bottom: -1px;
    z-index: 30000;
}
.special-offers a:hover .inset-shadow {
    border: 0;
    box-shadow: none;
}
.special-offer-data {
    display: inline-block;
    width: 40%;
    margin-top: 15%;
}
.special-offer-name {
    display: block;
    margin-left: 15px;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
}
.special-offer-discount {
    color: #00ADAD;
    display: block;
    font-size: 32px;
    font-weight: 600;
    margin-left: 15px;
}

/* educators section */
.educators-title div > * {
    font-size: 25px;
    margin: 0; 
    padding: 25px;
}
.educators .educator p {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
}

/* button section */
.button-section {
    padding: 30px 0 0;
}
.button-section .btn i {
    margin-left: 10px;
}


.product-list, .site-top {
    margin-top: 30px;
}

.product-list .content-bottom {
    padding: 15px 30px;
}

.product-list .product {
    border: 1px solid #ededed;
    transition: all 0.3s ease-in 0s;
    margin: 15px 0;
}
.product-list .product:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.product-list .product-img {
    padding: 10px;
    max-height: 210px;
    min-height: 210px;
    text-align: center;
}
.product-list .product-img img {
    margin: 0 auto;
    max-height: 190px;
}
.product-list .product-data {
    text-align: center;
    padding-bottom: 15px;
}
.product-list .product-name {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 10px;
    min-height: 100px;
}
.product-list .product-price {
    padding: 0 10px;
    min-height: 42px;
}
.product-price span {
    font-size: 16px;
    font-weight: 700;
    display: block;
}
.product-price span.old-price {
    font-weight: 400;
    font-size: 13px;
    margin-right: 10px;
    text-decoration: line-through;
}
.product-list .product-action {
    padding: 20px 0 20px 10px;
}
.qty {
    width: 40px;
    text-align: center;
    float:left;
}
.qty-label {
    width: 40px;
    text-align: center;
    float:left;
    display: inline-block;
    color: #555;
    line-height: 2.4;
}
.qty-label-before {
    width: 100px;
    text-align: left;
    font-weight: 600;
    float:left;
    display: inline-block;
    color: #555;
    line-height: 2.4;
}
.product-list .product-action .cart {
    float: right;
    font-size: 15px;
    font-weight: 700;
    padding-left: 35px;
    position: relative;
    right: -1px;
    border-left: 35px solid #E9E9E9;
}
.product-list .product-action .cart .cart-icon {
    background: #e65c86;
    border: 6px solid #fff;
    border-radius: 50%;
    font-size: 24px;
    left: -40px;
    padding: 6px 12px;
    position: absolute;
    top: -12px;
    transition: all 0.3s ease-in 0s;
}
.product-list .product-action .cart:hover .cart-icon {
    background: #e65c86;
}

/* offers carousel product */
.special-offers-2-title .offers-carousel-title {
    margin: 25px 0 30px;
    font-weight: 600;
}
#offers-carousel {
    margin-bottom: 25px;
}
#offers-carousel .item {
    padding: 15px;
}

#offers-carousel .product {
    border: 1px solid #ededed;
    transition: all 0.3s ease-in 0s;
    margin: 15px 0 0;
    background: #fff;
}
#offers-carousel .product:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
#offers-carousel .product-img {
    padding: 10px;
    max-height: 210px;
    min-height: 210px;
    text-align: center;
}
#offers-carousel .product-img img {
    margin: 0 auto;
    max-height: 190px;
}
#offers-carousel .product-data {
    text-align: center;
    padding-bottom: 15px;
}
#offers-carousel .product-name {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 10px;
    min-height: 130px;
}
#offers-carousel .product-name a {
    color: #e65c86;
}
#offers-carousel .product:hover .product-name a,
#offers-carousel .product-name a:hover {
    color: #abd5d3;
}
#offers-carousel .product-price {
    padding: 0 10px;
    min-height: 45px;
}
#offers-carousel .product-price span {
    font-size: 16px;
    font-weight: 700;
    display: block;
}
#offers-carousel .product-price span.old-price {
    font-weight: 400;
    font-size: 13px;
    margin-right: 10px;
    text-decoration: line-through;
}
#offers-carousel .product-action {
    padding: 20px 0 20px 15px;
}
#offers-carousel .qty {
    width: 40px;
    text-align: center;
    float:left;
}
#offers-carousel .qty-label {
    width: 40px;
    text-align: center;
    float:left;
    display: inline-block;
    color: #555;
    line-height: 2.4;
}
#offers-carousel .qty-label-before {
    width: 100px;
    text-align: left;
    font-weight: 600;
    float:left;
    display: inline-block;
    color: #555;
    line-height: 2.4;
}
#offers-carousel .product-action .cart {
    float: right;
    font-size: 15px;
    font-weight: 700;
    padding-left: 35px;
    position: relative;
    right: -1px;
    border-left: 35px solid #E9E9E9;
}
#offers-carousel .product-action .cart .cart-icon {
    background: #1593BB;
    border: 6px solid #fff;
    border-radius: 50%;
    font-size: 24px;
    left: -40px;
    padding: 6px 12px;
    position: absolute;
    top: -12px;
    transition: all 0.3s ease-in 0s;
}
#offers-carousel .product-action .cart:hover .cart-icon {
    background: #137FA0;
}

#offers-carousel .discount {
    position: absolute;
    left: 43%;
    top: 38%;
}



.center-half-block {
    margin:0 auto;
    max-width: 70%;
    text-align: left;
}

.dl-horizontal dt {
    text-align: left !important;
}

.product-single .product-image {
    border: 1px solid #ededed;
    padding: 10px;
    text-align: center;
}
.product-single .product-image img {
    margin: 0 auto;
    max-height: 280px;
}
.product-single .product-image::before {
    content: "\f00e"; /* fa fa-serach-plus */
    font-family: FontAwesome;
    bottom: 10px;
    color: #ddd;
    font-size: 20px;
    position: absolute;
    right: 30px;
}
.product-single .product-data {
    margin-bottom: 15px;
}

/* FOOTER ****************************************/

footer {
    background-color: #313131;
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    margin-top: 0;
}
footer .footer-top {
    background-color: #313131;
}
footer .footer-bottom {
    border-top: 0px solid rgba(255, 255, 255, 0.07);
    background-color: #2C2A2B;
    margin: 0 0 0;
    padding: 40px 0;
}
footer .footer-bottom .row > div {
    margin-bottom: 15px;
}
footer a {
    color: rgba(255,255,255,0.7);
    font-weight: 500;
}
footer a:hover {
    color: #fff;
    font-weight: 500;
}

.footer-logo a img {
    opacity: 0.3;
    margin: 0 auto;
    max-width: 235px;
}
.footer-logo a:hover img {
    opacity: 1;
}

.footer-social {
    margin: 0 auto;
}
.footer-social li a {
    background-color: trasparent;
    color: #d2ba73;
    display: block;
    font-size: 20px;
    padding: 5px 0;
    text-align: center;
    width: 40px;
}
.footer-social li a:hover {
    background-color: trasparent;
}

.footer-links {
  padding-top: 15px;
}
.footer-links li {
  padding: 0 12px;
}

.footer .copy {
  margin-top: 7px;
}

#kosar .qty {
    margin: 0 auto;
    float: none;
    width: 50px;
    padding-left: 5px;
    padding-right: 5px;
}
.product-single .qty {
    margin: 0 auto;
    float: left;
    width: 50px !important;
    padding-left: 0;
    padding-right: 0;
}

/* pagination */
.pagination {
    border-radius: 0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    margin-left: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.pagination > li > a, .pagination > li > span {
    color: #777 !important;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #fff !important;
    border-color: #ddd;
    color: #e65c86 !important;
}
.pagination > li.active > a, .pagination > li.active > span {
    background-color: #e65c86 !important;
    border-color: #e65c86;
    color: #fff !important;
}
.pagination > li.active > a:hover, .pagination > li.active > span:hover, .pagination > li.active > a:focus, .pagination > li.active > span:focus {
    background-color: #e65c86 !important;
    border-color: #e65c86;
    color: #fff !important;
}


/* owl carousels */
#discount-carousel {
    margin: 30px 0;
}
#discount-carousel .item {
    padding: 0 15px 0 15px;
}
#product-carousel {
    margin: 5px 0 0;
}
#product-carousel .item {
    padding: 0 5px;
}
#product-carousel .owl-controls .owl-buttons {
    display: none;
}

.owl-theme .owl-controls{
	margin-top: 15px;
	text-align: center;
}
.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #777;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #777;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-item.loading{
	min-height: 150px;
	background: url('../img/ajaxloader.gif') no-repeat center center;
}

#discount-carousel .owl-buttons {
    position: absolute;
    top: 30%;
    z-index: 1000;
    display: block;
    width: 100%;
}

#discount-carousel .owl-buttons div {
    background: transparent;
    border-radius: 0;
    color: #999;
    font-size: 65px;
    font-weight: 300;
    margin: 0;
    opacity: 0.5;
    padding: 10px;
    clear: both;
    display: inline;
    position: absolute;
    transition: all 0.3s ease-in 0s;
}
#discount-carousel .owl-buttons div:hover {
    opacity: 1;
}
#discount-carousel .owl-buttons .owl-prev {   
    left:-60px;
}
#discount-carousel .owl-buttons .owl-next {
    right:-60px;
}




#offers-carousel .owl-buttons {
    position: absolute;
    top: 30%;
    z-index: 1000;
    display: block;
    width: 100%;
}

#offers-carousel .owl-buttons div {
    background: transparent;
    border-radius: 0;
    color: #999;
    font-size: 65px;
    font-weight: 300;
    margin: 0;
    opacity: 0.5;
    padding: 10px;
    clear: both;
    display: inline;
    position: absolute;
    transition: all 0.3s ease-in 0s;
}
#offers-carousel .owl-buttons div:hover {
    opacity: 1;
}
#offers-carousel .owl-buttons .owl-prev {   
    left:-60px;
}
#offers-carousel .owl-buttons .owl-next {
    right:-60px;
}


/* header notification */
.header-notification {
    display: block;
    width: 290px;
    height: auto;
    min-height: 60px;
    position: fixed;
    z-index: 999999999;
    margin: 0 auto;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    background: #e65c86;
    border: 1px solid #e65c86;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

/*
.used-product .cart-used i,
.used-product .cart i {
    text-align:center;
    background: #1593BB;
    color: #fff;
    border: 2px solid #fff;
}
*/

.educator {
    text-align: center;
}
.educator img {
    margin: 0 auto;
}

.mobile-help {
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

/**********************************************************************************
PRODUCT SEARCH TYPEAHEAD
************************************************************************************/
/* product search */

.typeahead-search-block .search-btn {
    cursor:pointer;
    background: #fff;
}
.typeahead-search-block .search-form {
    max-width: 480px;
    display: block;
    margin: 15px auto;
}
.typeahead-search-block input:focus {
    border-color: #ccc !important;
}
.typeahead-search-block .mini-cart-response .alert {
    border-radius: 0;
    margin-bottom: 20px;
    padding: 8px 10px;
}
.typeahead-search-block .mini-cart-response .alert a {
    display: block;
}

.typeahead-search-block .mini-cart-response .alert-empty {
    background: #f2f2f2;
    border: 1px solid #ddd;
    color: #999;
    display: none;
}
.typeahead-search-block .mini-cart-response .alert-success {
    background: #00ADAD;
    border: 1px solid #00ADAD;
    color: #fff;
    display: none;
}
.typeahead-search-block .mini-cart-response .alert-danger {
    background: #D82B84;
    border: 1px solid #D82B84;
    color: #fff;
    display: none;
}
.typeahead-search-block .mini-cart-response .alert-empty a {
    color: #999;
}
.typeahead-search-block .mini-cart-response .alert-success a {
    color: #fff;
}
.typeahead-search-block .mini-cart-response .alert-danger a {
    color: #fff;
}

/* cart action */
.typeahead-search-block .cart-action {
    margin-top: 15px;
    padding-left: 20px;
    position: relative;
    bottom: 0;
    right: 0;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
}
.typeahead-search-block .cart-action input.qty {
    display: inline;
    left: -20px;
    position: relative;
    text-align: center;
    width: 50px;
}
.typeahead-search-block .cart-action .qty-label {
    margin: 0 5px;
}
.typeahead-search-block .cart-action .cart {
    line-height: 1;
    padding: 10px 15px;
    position: relative;
    top: -1px;
}
.typeahead-search-block .cart-action .cart:disabled {
    background: #D82B84;
    opacity: 0.2;
}
.typeahead-search-block .cart-action .cart i {
    margin-right: 5px;
}
.typeahead-search-block .qty-increments {
    display: inline-block;
    margin-left: -22px;
    position: absolute;
}
.typeahead-search-block .qty-increments button {
    background: #999;
    border: 0 none;
    color: #fff;
    display: block;
    font-size: 10px;
    padding: 0;
}
.typeahead-search-block .qty-increments button i {
    line-height: 0;
    padding: 8px 4px;
}
.typeahead-search-block .qty-increments button:first-child {
    margin-bottom: 2px;
}

/* typeahead custom */
.typeahead-search-block .typeahead.selected,
.typeahead-search-block .search-btn.selected,
.typeahead-search-block .typeahead.selected:focus,
.typeahead-search-block .typeahead.selected:active {
    border-color: #e65c86 !important;
    color: #e65c86 !important;
    font-weight: 600 !important;
}
.typeahead-search-block .btn.view {
    padding: 2px 5px !important;
    color: #fff !important;
    background: #999 !important;
    margin-top: 5px !important;
}
.typeahead-result .discount-price.sale {
    color: #e65c86 !important;
}


.typeahead-search-block .qty {
    width: 40px;
    text-align: center;
    padding: 6px 0;
}
.typeahead-search-block .qty-label {
    width: 20px;
}
.typeahead-search-block #tocart {
    padding: 7px 20px;
}

.typeahead-search-block .typeahead-result .product-name {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    min-height: auto;
    padding: 10px 0 5px;
    text-align: left;
}
.typeahead-search-block .typeahead-result .product-price, 
.typeahead-search-block .typeahead-result .discount-price {
    text-align: left;
    padding: 0;
}
.typeahead-search-block .typeahead-result .product-price.sale {
    padding: 0;
}
.typeahead-search-block .typeahead-result .product-data {
    padding-bottom: 0;
}
.typeahead-search-block .typeahead-result .product-img {
    min-height: auto;
    max-height: auto;
}
.typeahead-search-block .typeahead-result .typeahead-list li a {
    padding: 0;
}

.btn-xl,
.btn-group-xl > .btn {
   font-size: 28px;
   padding: 20px 0;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
}

.button-section .container-fluid {
    padding: 0;
}
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .navbar-inverse.stuck .navbar-nav > li > a {
        line-height: 25px;
    }
    .navbar-inverse.stuck .navbar-brand img {
        max-height: 40px;
        width: auto;
        top: -8px;    
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .navbar-inverse.stuck .navbar-nav > li > a {
        line-height: 25px;
    }
    .navbar-inverse.stuck .navbar-brand img {
        max-height: 40px;
        width: auto;
        top: -8px;    
    }
}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .navbar-inverse .navbar-brand img {
        max-height: 40px;
        position: relative;
        top: 0;
        width: auto;
    }
    .header-offset {
        margin-top: 60px;
    }
    .navbar-inverse .navbar-nav > li > a {
        color: #555;
        font-size: 14px;
        line-height: 40px;
        opacity: 0.8;
        padding: 15px 10px;
        text-transform: uppercase;
    }
    .special-offer-img {
        width: 210px;
        margin: auto;
        float: none;
        display: block;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .navbar-inverse .navbar-brand img {
        max-height: 35px;
        position: relative;
        top: 0;
        width: auto;
    }
    .header-offset {
        margin-top: 60px;
    }
    .navbar-inverse .navbar-nav > li > a {
        color: #555;
        font-size: 10px;
        line-height: 38px;
        opacity: 0.8;
        padding: 15px 6px;
        text-transform: uppercase;
    }
    .special-offer-data {
        width: 100%;
        text-align: center;
    }
    .special-offer-img {
        width: 210px;
        margin: auto;
        float: none;
        display: block;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .navbar-inverse .navbar-brand img {
        max-height: 35px;
        position: relative;
        top: 0;
        width: auto;
    }
    .header-offset {
        margin-top: 60px;
    }
    .navbar-inverse .navbar-nav > li > a {
        color: #555;
        font-size: 10px;
        line-height: 38px;
        opacity: 0.8;
        padding: 12px 6px;
        text-transform: uppercase;
    }
    .table-bordered {
        border: 0;
    }
    .table-bordered tr {
        margin-bottom: 15px;
    }
    .table-bordered tr:last-child {
        margin-bottom: 0;
    }
    #no-more-tables tr td:last-child {
        border-bottom: 0;
    }
    .special-offer-item {
        text-align: center;
    }
    .special-offer-img {
        width: 210px;
        margin: auto;
        float: none;
        display: block;
    }
    .special-offer-data {
        width: 100%;
        text-align: center;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .navbar-inverse .navbar-brand img {
        max-height: 27px;
        position: relative;
        top: 0;
        width: auto;
    }
    .navbar-collapse.collapse a,
    .navbar-collapse.collapsing a, 
    .navbar-collapse.collapse.in a {
        line-height: 38px;
        border-bottom: 1px solid #ededed;
    }
    .header-offset {
        margin-top: 50px;
    }
    .stream-section {
        padding: 40px 0;
    }
    .content-title,
    .content-title-used {
        font-size: 18px;
    }
    .used-product {
        display: block;
    }
    .used-products .row > div:first-child,
    .used-products .row > div:last-child {
        padding-left: 15px;
        padding-right: 15px;
    }
    .used-products .row > div {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 15px;
    }
    .used-products .row > div:last-child {
        margin-bottom: 0;
    }
    .special-offers .row > div {
        margin-bottom: 15px;
    }
    .special-offers-title div > * {
        font-size: 22px;
    }
    .special-offers .row > div:last-child {
        margin-bottom: 0;
    }
    .copy, .footer-social {
        text-align: center;
        margin: 0 auto;
    }
    .footer-logo img {
        padding: 10px 30px;
        width: 100%;
        display: block;
    }
    .center-half-block {
        max-width: 100%;
    }
    .mh450 {
        min-height: auto;
    }
    #discount-carousel .item {
        padding: 0;
    }
    .special-offer-item {
        text-align: center;
        margin: 0 35px;
    }
    .special-offer-img {
        margin: 0 auto;
        padding: 0;
    }
    .special-offer-img,
    .special-offer-data {
        width: 100%;
        display: block;
        float: none;
    }
    .special-offer-data span {
        margin: 0;
    }
    #product-carousel .owl-controls .owl-pagination {
        display: none;
    }
    #product-carousel .owl-controls .owl-buttons {
        display: block;
        transition: all 0.3s ease-in 0s;
    }
    #product-carousel .owl-controls .owl-buttons div:hover {
        opacity: 1;
    }
    #offers-carousel .owl-controls .owl-pagination {
        display: none;
    }
    #offers-carousel .owl-buttons {
        position: static;
        top: auto;
        z-index: 1000;
        display: block;
        width: auto;
        margin-top: 15px;
        text-align: center;
    }
    #product-carousel .owl-controls .owl-buttons div,
    #offers-carousel .owl-buttons div {
        position: static;
        color: #FFF;
        border-radius: 0;
        display: inline-block;
        zoom: 1;
        *display: inline;/*IE7 life-saver */
        margin: 5px;
        padding: 3px 15px;
        font-size: 22px;
        background: #777;
        filter: Alpha(Opacity=50);/*IE7 fix*/
        opacity: 0.5;
    }
    .footer-bottom .list-inline {
        text-align: center;
    }
    .btn-xl {
        font-size: 20px;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    .navbar-inverse .navbar-brand img {
        max-height: 27px;
        position: relative;
        top: 0;
        width: auto;
    }
    .navbar-collapse.collapse a,
    .navbar-collapse.collapsing a, 
    .navbar-collapse.collapse.in a {
        line-height: 38px;
        border-bottom: 1px solid #ededed;
    }
    .header-offset {
        margin-top: 50px;
    }
    .stream-section {
        padding: 40px 0;
    }
    .content-title,
    .content-title-used {
        font-size: 18px;
    }
    .used-product {
        display: block;
    }
    .used-products .row > div:first-child,
    .used-products .row > div:last-child {
        padding-left: 15px;
        padding-right: 15px;
    }
    .used-products .row > div {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 15px;
    }
    .used-products .row > div:last-child {
        margin-bottom: 0;
    }
    .special-offers .row > div {
        margin-bottom: 15px;
    }
    .special-offers-title div > * {
        font-size: 22px;
    }
    .special-offers .row > div:last-child {
        margin-bottom: 0;
    }
    .copy, .footer-social {
        text-align: center;
        margin: 0 auto;
    }
    .footer-logo img {
        padding: 10px 30px;
        width: 100%;
        display: block;
    }
    .center-half-block {
        max-width: 100%;
    }
    .mh450 {
        min-height: auto;
    }
    #discount-carousel .item {
        padding: 0;
    }
    .special-offer-item {
        text-align: center;
        margin: 0 35px;
    }
    .special-offer-img {
        margin: 0 auto;
        padding: 0;
    }
    .special-offer-img,
    .special-offer-data {
        width: 100%;
        display: block;
        float: none;
    }
    .special-offer-data span {
        margin: 0;
    }
}


/* =============================================================== */
/* 3+1 SPECIAL OFFERS - 2015.05.15
/* =============================================================== */
.used-product .product-img {
    position: relative;
}
.used-product.spec_akcio .product-img:after {
    content: url('../img/spec_offer_badge.png');
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 1029;
}

.product .product-img {
    position: relative;
}
.product.spec_akcio .product-img:after {
    content: url('../img/spec_offer_badge.png');
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1029;
}

.product-single .product-image {
    position: relative;
}
.product-single.spec_akcio .product-image:after {
    content: url('../img/spec_offer_badge.png');
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1029;
}
.product-item.spec_akcio .product-data .product-price {
    position: relative;
}
.product-item.spec_akcio .product-data .product-price:after {
    content: "";
    background-image: url('../img/spec_offer_badge.png');
    display: block;
    background-size: 100%;
    width: 40px !important;
    height: 40px !important;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1029;
}
.spec_akcio_text {
    background: #e65c86;
    color: #fff;
    display: block;
    font-weight: 600;
    margin: 10px 0;
    padding: 15px;
}
.spec_akcio_text_notification {
    display: block;
    border-top: 1px solid #fff;
    margin-top: 10px;
    padding-top: 10px;
}
.bundle-text {
    color: #e65c86;
    display: block;
    font-weight: 700;
    margin: 15px auto;
    padding: 15px;
    font-size: 18px
    
}
.no-js-check {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 100%;
    left: 0;
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.bg-gradient {
    background: rgb(235,235,235); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 60%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%,rgba(255,255,255,1) 60%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(235,235,235,1) 0%,rgba(255,255,255,1) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

#offers-carousel .btn-default {
 background: #e65c86 !important;
}
#offers-carousel .btn-default-inverse {
    background: #fff;
    color: #e65c86 !important;
    border: 1px solid #e65c86 !important;
}
#offers-carousel .btn-default-inverse:hover, 
#offers-carousel .btn-default-inverse:focus, 
#offers-carousel .btn-default-inverse:active {
    background: #fff;
    color: #e65c86 !important;
    border-color: #e65c86 !important;
}
#offers-carousel .product-action .cart .cart-icon {
    background: #e65c86;
}
#offers-carousel .product-action .cart:hover .cart-icon {
    background: #e65c86;
}
.embed-responsive-16by9 {
    background: #000;
}


.used-product .group {
    font-size: 10px;
    line-height: 1.1;
    background-color: #999;
    color: #fff;
    display: block;
    padding: 2px 5px 3px;
    margin-bottom: 0;
    text-transform: inherit;
}
.used-product .cart-action {
    bottom: 0;
}


/*
    KÖRÖMHAJÓ MOD
*/

.product-action .btn-default {
    background: #e65c86 !important;
}
.product-action .btn-default:hover,
#offers-carousel .btn-default:hover {
    background: #e65c86 !important;
}
.content-bottom a {
    color: #e65c86;
}
#offers-carousel .product-name a {
    color: #e65c86;
}

#szla_helyseg, #szla_irszam, #irszam, #helyseg
{
    border: 1px solid #ccc;
    
}

.mt60 {
    margin-top: 90px;
}
.mt40-offset {
    margin-top: -70px;
}
.bg-blue {
    background: #f1b441 !important;
}
.text-white {
    color: #fff !important;
}

/* mod - 2021.09 */
.special-offers-2-title .offers-carousel-title {
    color: #222 !important;
}
#offers-carousel .product-name a,
.product .product-name a {
    color: #222 !important;
}
#offers-carousel .product:hover .product-name a, 
#offers-carousel .product-name a:hover,
.product:hover .product-name a, 
.product .product-name a:hover {
    color: #000 !important;
}
#offers-carousel .btn-default,
.product .btn-default-inverse {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}
#offers-carousel .btn-default:hover,
.product .btn-default-inverse:hover {
    background: #be9462 !important;
    border-color: #be9462 !important;
    color: #fff !important;
}
#offers-carousel .product-data,
.product .product-data {
    position: relative;
    z-index: 1;
}
#offers-carousel .product-data::before,
.product .product-data::before {
    content: '';
    background: #f3f3f3;
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.used-product .group {
    background-color: #f1b441 !important;
}
.used-product .product-name a {
    color: #b11b1c !important;
}
.used-product .product-name a:hover {
    color: #b11b1c !important;
}
.content-top .content-title {
    color: #fff !important;
    background-color: #008ebc !important;
}
.color-sale {
    color: #e6b779;
}
.product-list .product-price {
    margin-bottom: 20px;
}
.pagination > li.active > a, 
.pagination > li.active > span {
    background-color: #f1b441 !important;
    border-color: #f1b441;
    color: #fff !important;
}
.pagination > li.active > a:hover, 
.pagination > li.active > span:hover, 
.pagination > li.active > a:focus, 
.pagination > li.active > span:focus {
    background-color: #f1b441 !important;
    border-color: #f1b441;
    color: #fff !important;
}

.btn-footer {
    background: #f1b441 !important;
}
.btn-footer:hover {
    background: #f1b441 !important;
}



/* 
 ****************************************************
 INDEX CUSTOM CATEGORY ITEMS
 ****************************************************
*/

.custom-category-home .custom-category-item {
    display: grid;
    align-content: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.custom-category-home .custom-category-item img {
    transition: all 0.3s ease-in 0s;
}
.custom-category-home .custom-category-item a:hover img {
    transform: scale(1.1);
}
.custom-category-home .custom-category-item .custom-category-item-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
    display: grid;
    align-content: center;
    justify-content: center;
    margin: 0;
    padding: 30px 30px;
}
.custom-category-home .custom-category-item-more {
    display: grid;
    align-content: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.custom-category-home .custom-category-item-more .custom-category-item-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
    display: grid;
    align-content: center;
    justify-content: center;
    margin: 0;
    padding: 30px 30px;
}
.custom-category-home .custom-category-item-more-icon {
    width: 40px;
    height: 40px;
    margin: 15px auto 0;
}
.text-white {
    color: #fff !important;
}
.text-gray {
    color: #777 !important;
}

.custom-category-item-more .custom-category-item-img {
    background: rgba(181, 27, 29, 1);
}
.custom-category-item-more .custom-category-item-img img {
    opacity: 0;
}

/* mod 2025.02. */
.custom-category-home .custom-category-item a .custom-category-item-text {
    transition: all 0.3s linear;
    background: rgba(181, 27, 29, 0);
}
.custom-category-home .custom-category-item a:hover .custom-category-item-text {
    background: rgba(181, 27, 29, 0.9);
    text-shadow: unset !important;
}

/* mod 2025.03 */
.modal-page-title h2 {
  font-weight: 700;
  line-height: 1.2;
  font-size: 2.5em;
}

.logo-l {
  max-height: 80px;
}
.logo-r {
  padding-top: 15px;
}

.special-offers-2 {
    background: #000 url('../img/2026/slide-bg.jpg') no-repeat scroll 0 0 / cover !important;
}

.btn-footer {
    background: #fff !important;
    color: #222 !important;
    font-size: 1.6em !important;
}
.btn-footer:hover {
    background: #fff !important;
    color: #222 !important;
    opacity: 0.7;
}
.btn-footer {
    padding: 15px 30px !important;
    margin-bottom: 30px;
}

.copy {margin-top: 10px;}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.top-banner-section {
    background: #000 url('../img/2026/banner-slider-bg.jpg') no-repeat scroll 0 0 / cover !important;
    padding: 40px 0;
}

.badge.badge-sale {
  position: absolute;
  left: 0px;
  top: 17px;
  font-size: 1.8em;
  width: 80px;
  height: 80px;
  z-index: 1;
  display: grid;
  align-content: center;
  justify-content: center;
  border-radius: 4rem;
  transform: rotate(-8deg);
  background: #e6b779;
  color: #000;
}

@media only screen and (max-width : 768px) {
    body {
        background: #fff url('../img/2026/bg.jpg') no-repeat fixed center 0 / 200% auto;
    }
    .special-offers-2-title .offers-carousel-title {
        font-size: 1.6em;
    }
}
