@font-face{
    font-family: 'Roboto';
    src: url('../fonts/roboto/RobotoCondensed-Regular.ttf') format('truetype');
}

/* main content  */

body {
    font-family: "Roboto", sans-serif;
    background-image: url('../images/bg_image.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}

.sub-container {
    position: relative;
}

.discount-box {
    background-color: #dd1111;
}

.discount-box a {
    font-size: 16px;
    font-weight: bold;
    color: #fff !important;
    padding-left: 37px;
}


.main-content {
    background-color: #fff;
    padding: 15px;
}

.navbar-fixed-top {
    min-height: auto;
    max-height: 35px;
}

.head-tel {
    line-height: 50px;
    font-size: 28px;
    text-decoration: none;
    padding-left: 15px;
    font-weight: bold;
}

@media (max-width: 800px) {
    .navbar-fixed-top {
        min-height: auto;
        max-height: 50px;
    }

    #navbar {
        background-color: #fff;
    }
}

.top-main-navbar li {
    font-size: 12px !important;
}

.top-main-navbar li a {
    line-height: 3px;
}

.search-form {
    margin-left: 10%;
}

.search-form .form-group {
    border-radius: 4px 4px 4px 4px;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    width: 100%;
}

.search-form input {
    color: #000;
    border-radius: 4px 0px 0px 4px;
    /* background-color: #333;*/
    border: 0;
    padding-right: 0;
    margin-right: 0;

}

.search-form button {
    border-radius: 0px 4px 4px 0px;
    background-color: #fff;
    height: 34px;
    border: 0;
    margin-left: 0;
}

@media (max-width: 500px) {
    .search-form {
        padding-top: 15px;
        margin: 0;
    }

    .search-form button {
        width: 37px;
    }
    .navbar-phone a{
        font-size: 20px;
    }
    .main-title a{
        font-size: 18px;
    }
    .search-form input {
        display: inline;
        width: 290px !important;
    }
}

@media (min-width: 500px) and (max-width: 991px) {
    .search-form button {
        width: 37px;
    }
    .navbar-phone a{
        font-size: 17px;
    }
    .main-title a{
        font-size: 17px;
    }

    .search-form input {
        width: 165px !important;
    }
}


@media (min-width: 992px) and (max-width: 1024px) {
    .search-form button {
        width: 39px;
    }
    .navbar-phone a{
        font-size: 14px;
    }
    .main-title a{
        font-size: 14px;
    }

    .search-form input {
        width: 230px !important;
    }
}


@media (min-width: 1025px) and (max-width: 1200px) {
    .search-form button {
        width: 37px;
    }

    .navbar-phone a{
        font-size: 22px;
    }
    .main-title a{
        font-size: 22px;
    }

    .search-form input {
        width: 232px !important;
    }
}

@media (min-width: 1201px) {
    .search-form button {
        width: 46px;
    }

    .navbar-phone a{
        font-size: 26px;
    }
    .main-title a{
        font-size: 26px;
    }

    .search-form input {
        width: 283px !important;
    }
}

.search-form button:hover {
    background-color: #666666;
}

.search-form button i {
    color: #000;
}

.main-title a{
    /* color: #EF1010; */
    color: #fff;
    font-weight: bold;
    /* text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #000;*/
    text-shadow: 0px -1px 4px #000, 0px -2px 10px yellow, 0px -10px 20px #ff8000, 0px -18px 40px red;
}

.main-title a:hover {
    text-decoration: none;
}

.main-serach-container {
    margin-top: 10px;
    margin-bottom: 60px;
}

.advert-span {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.fb-page {
    margin-top: 15px;
}
.fb-btn {
    margin-bottom: 15px;
    margin-top: 15px;
}

.product-detail-container img {
    max-width: 100%;
}

/* end main content  */

.navbar-other {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f6f6+0,dbdce2+21,b8bac6+49,dddfe3+80,f5f6f6+100;Grey+Pipe */
    background: #f5f6f6; /* Old browsers */
    background: -moz-linear-gradient(top,  #f5f6f6 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */
    color: #000;
}

.navbar-other a {
    color: #000;
    font-weight: bold;
}

/* top menu */

.top-menu {
    min-height: 50px;
    width: 100%;
    border-radius: 5px 5px 0 0;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f6f6+0,dbdce2+21,b8bac6+49,dddfe3+80,f5f6f6+100;Grey+Pipe */
    background: #f5f6f6; /* Old browsers */
    background: -moz-linear-gradient(top,  #f5f6f6 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */

}

.top-menu .t-menu-item {
    display: inline-block;
    padding: 13px;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    border-right: 1px solid #999;
}

.side-menu {
    display: block;
    width: 100%;
}

.side-menu ul .level-1 {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
    width: 100%;
    background-color: #E9EAEA;
    white-space: nowrap;
    padding: 0;
    padding-bottom: 15px;
    padding-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

@media (max-width: 1024px) {
    .side-menu ul .level-1 {

    }
}

@media (min-width: 1025px) {

}

.side-menu ul .level-1 i.fa-angle-down {
    font-size: 20px;
    margin-right: 20px;
    line-height: 30px;
}

.fb-text {
    font-size: 20px;
    font-weight: bold;
}

.side-menu ul .level-1 a span {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 30px;
    text-transform: uppercase;
}


.side-menu ul .level-1:hover {
    color: #000;
}

.side-menu .level-2 {
    display: block;
    padding-left: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
    /*display: inline-block;*/
    font-weight: normal;;
    font-size: 15px;
    text-decoration: none;
    width: 100%;
}

.side-menu .level-2 a i {
    font-size: 13px;
    font-weight: bolder;
}

.side-menu .level-2 a {
    color: #373737;
    text-transform: uppercase;
}

.side-menu .level-2:hover {
    background-color: #fff;
}

.side-menu ul .level-1 .s-l-1-a {
    color: #373737;
}

.side-menu ul .level-1:hover .s-l-1-a {
    color: #000;
}

.top-menu .t-menu-item:hover {
    background-color: #fff;
    border-radius: 0;
    color: #000;
}

.top-menu ul {
    margin: 0;
}

.top-menu ul.ul-level-2 {
    position: absolute;
    z-index: 50;
    background-color: #fff;
    color: #333;
    top: 100%;
    left: 0%;
}

.top-menu ul li.level-1 {
    padding: 0;
    position: relative;
}

.top-menu ul li.level-1.active {
    background-color: #fff;
}

.top-menu ul.ul-level-2 li.level-2{
    display: block;

}

.top-menu ul.ul-level-2 li.level-2 a span {
    display: inline-block;
    color: #000;
    padding: 10px 30px 10px 10px;
    white-space: nowrap;
    margin-left: 5px;
}

.top-menu ul.ul-level-2 li.level-2:hover .l-2 {
    background-color: #e8e8e8;
    width: 100%;
}

.top-menu ul.ul-level-3 {
    list-style: circle;
}

.top-menu ul.ul-level-3 li.level-3:hover .l-3 {
    background-color: #c2c2c2;
    width: 100%;
}

.top-menu ul.ul-level-3 li.level-3 .l-3 {
    width: 100%;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
}

.top-menu ul.ul-level-3 li.level-3 {
    display: block;
}

.top-menu ul.ul-level-3 li.level-3 a span {
    display: inline-block;
    padding: 5px 30px 5px 10px;
    white-space: nowrap;
    margin-left: 5px;
}

.level-1.highlighted {
    background-color: #dd1111 !important;
    color: #fff !important;
}

.side-menu .level-1.highlighted a{
    color: #fff !important;
}

/* top menu end */

/* Product list */

.product-list-box-link {
    position: relative;
    color: #000000;
    text-decoration: none;
}

.corner-img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 15px;
}


.product-list-box .foto_container {
    text-align: center;
    height: 200px;
}

.discount-badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 102px;
    width: auto;
    padding: 0;
    margin: 0;
}


.product-list-box-link:hover .product-list-box{
    background-color: #e8e8e8;
}

.detailes-btn {
    width: 100%;
    height: 30px;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    background-color: #999999;
}

.product-list-box {
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    height: 330px;
}

.product-list-box img {
    padding: 15px;
}

.product-list-box .price-row {
    height: 20px;
    font-weight: bold;
    padding: 0 15px;
    white-space: nowrap;
}

@media (max-width: 500px) {
    .price-row {
        text-align: center;
    }
    .title-row {
        text-align: center;
    }
    .product-list-box img {
        max-height: 150px;
        display: inline-block;
    }

    .foto_container {
        max-height: 150px;
    }

    .product-list-box {
        height: 300px;
    }
}

@media (min-width: 500px) {

    .product-list-box img {
        max-height: 200px;
        display: inline-block;
    }
}

@media (max-width: 1024px) {
    .product-list-box .price-row strike {
        font-size: 14px;
        padding: 0 5px;
        color: #999;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .product-list-box .price-row strike {
        font-size: 14px;
        padding: 0;
        padding-right: 5px;
        color: #999;
    }
}

@media (min-width: 1201px) and (max-width: 2000px) {
    .product-list-box .price-row strike {
        font-size: 14px;
        padding: 0 15px;
        color: #999;
    }
}
.product-list-box .title-row {
    height: 80px;
    font-size: 16px;
    padding: 10px;
    overflow: hidden;
}

.product-filter {
    margin-bottom: 15px;
}

/* product list end */

/* product show */

.product-show-box {
    padding: 15px;
}

.product-show-box .product-primary-image img {

    padding-top: 15px;
}

.product-show-box .price-box {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

.product-show-box .price-box .price {
    font-size: 25px;
    color: red;
}

.product-show-box .price-box hr {
    border-color: #999;
}

.product-show-box .hint {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 10px;
}

#product_gallery img {
    max-height: 120px;
    padding: 5px;
    border: 1px solid #666;
}

.product-show-box .product-description {
    font-size: 16px;
}

.product-show-box .product-description *{
    white-space: normal !important;
    max-width: 100%;
}

#product_gallery {
    padding-top: 15px;
}

.product-show-box .product-recommended {
    padding: 15px;
}
/* product show end*/
/* plugin modifiers */

#slider
{
    position: relative;
    /* background: url(images/loading.gif) no-repeat 50% 50%; */
}

#slider img
{
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

@media (max-width: 500px) {
    .contact-information {
        font-size: 18px;
    }
}

@media (min-width: 501px) {
    .contact-information {
        font-size: 25px;
    }
}

/* end plugin modifiers */


/* footer */
.footer {
    color: #888888;
    padding: 15px;
    background-color: #333;
}

.footer hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer .self-information {
    list-style: none;
    margin-top: 15px;
    padding: 0;
    font-size: 30px;
}

.footer .self-information.mobile {
    font-size: 20px;
}

.footer-title {
    color: #fff;
}

.navbar-default .navbar-toggle {
    margin-right: 30px;
}

._2p3a {
    min-width: auto !important;
}

/* end footer */


/* Plugins */


.subscribe-container {
    font-weight: 700;
    font-size: 18px;
    padding: 25px;
    border: 2px solid #ff3300;
    text-align: center;
-webkit-box-shadow: 0 0 25px 10px #FF0000;
box-shadow: 0 0 25px 10px #FF0000;
}

.subscribe-container .form-group {
    padding-top: 15px;
}

.subscribe-container label {
    line-height: 25px;
}

.subscribe-container label {
    font-size: 24px;
    padding-bottom: 5px;
}

.subscribe-container input {
    width: 250px;
    line-height: 30px;
    color: #000;
}

.btn-menu {
    border: 0;
    background-color: transparent;
}

.top-main-navbar li.highlighted, .highlighted-mobile {
    border: 2px solid red;
}


.zoomContainer {
    overflow: visible !important;
}

#product_gallery {
    margin-top: 50px;
}

@media (max-width: 949px ) {
    .navbar-other a {
        font-size: 13px;
    }
}

@media (min-width: 950px ) and (max-width: 1024px ) {
    .navbar-other a {
        font-size: 13px;
    }
}

@media (min-width: 1025px) {
    .navbar-other a {
        font-size: 16px;
    }
}

.list-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
}

.list-badge img {
    max-height: 80px;
}
