@font-face {
    font-family: "Caviar Dreams";
    src: url('../fonts/CaviarDreams.ttf');
}

@font-face {
    font-family: 'Gravity';
    src: url('../fonts/Gravity-Regular.otf');
}

@font-face {
    font-family: 'Gravity Bold';
    src: url('../fonts/Gravity-Bold.otf');
}

html, body, p {
    /*font-family: "Caviar Dreams";*/
    /*text-transform: uppercase;*/
    font-family: "Gravity";
}

img {
    max-width: 100%;
}

a:hover {text-decoration: none;}

.header-top {
    background-color: #231F20;
    height:20px;
    /*margin-bottom: 10px;*/
}

.history-image {
    margin-top: 30px;
}

#header {background-color: #FEC20F; padding-top: 15px;}
#mobile-header {background-color: #FEC20F; border-bottom: solid 1px #fff; padding:5px 15px; position: fixed; top:0; width: 100%; z-index: 999; border-top: solid 10px #231F20}
#mobile-header .mobile-logo img {max-height: 45px; width: auto;}
.navbar-toggle {border: solid 1px #fff; margin-right:0;}
.navbar-toggle .icon-bar {background-color: #fff}
.navbar-nav {margin-right:0; text-align: right}
.navbar-collapse {padding-right:0;}
.navbar-nav>li>a {padding-right: 0;}
.header-right {padding-top: 20px; text-align: right}
A.headerNavigation {color: #231F20; text-decoration: none}
A.headerNavigation:hover {color: #231F20; font-weight: bold}
.breadcrumb {background-color: #fff;}
TD.main, P.main {font-size: 14px; text-align: justify}

div.headerNavigation {border-bottom: solid 2px #FEC20F; padding-bottom: 10px;}

.menu {margin-top: 30px; padding-left: 0; text-align: right; margin-bottom: 0;}
.menu li {display:inline-block; margin-left:30px; padding-bottom: 30px;}
.menu li a{text-decoration: none}
.menu li a:hover {color: #231F20; font-weight: bold }
.menu li.active {border-bottom: solid 3px #231F20;}
.menu li.active a{font-family: 'Gravity Bold';}

.input-search-container {
    position: relative;
}

.input-search-container input {
    height: 26px;
    width: 300px;
    font-family: "Gravity";
    font-size: 12px;
    padding-right: 25px;
    border:0;
    padding-left: 10px;
}

.input-search-container input:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(254,194,15,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(254,194,15,0.6);
}

.input-search-container .lup {
    position: absolute;
    right: 10px;
    top: 5px;
    border-left: solid 1px #888;
    padding-left: 5px;
}

/*SLIDER */
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides1_tabs li {
    display: inline-block;
}

.rslides1_tabs li a {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #FEC20F;
    margin-right: 15px;
    transition: 0.5s all;
}

.rslides1_tabs {margin-top: 15px;}

.rslides1_tabs .rslides_here a, .rslides1_tabs li a:hover{background-color: #231F20}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

#content {
    /*position: relative;*/
    /*min-height: 100vh;*/
}

/*FOOTER*/
#footer {
    /*background-color: #FEC20F;*/
    position: relative;
}
.footer-img {
    text-align: center;
}
.footer-img img{
    max-height: 100px;
}

#footer a:hover {
    text-decoration: none;
}

.footer-container {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*width:100%;*/
}

.footer-vivace {
    text-align: center;
    background-color: #231F20;
    color: #fff;
    padding: 5px 0;
    /*margin-top: 15px;*/
}

.footer-vivace a {
    color: #fff;
    text-decoration: none;
}
.warning{
    text-align:center;
    margin-top: 10px;
    background-color: #5F5F5F;
    color: #fff;
    padding: 15px;
}

/*INDEX*/

.producent {
    background-color: #FEC20F;
    height: 500px;
}

.producent h3 {
    font-size: 20px;
}

.producent ::-webkit-scrollbar
{
    width: 12px;  /* for vertical scrollbars */
    height: 12px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb
{
    background: rgba(0, 0, 0, 1);
}

.brand-title {
    font-family:"Gravity Bold";
    padding-left: 20px;
}

.left-footer {
    background-color: #FEC20F;
}

.footer-yellow-block {
    background-color: #FEC20F;
    position: absolute;
    width: 50%;
    top: 0;
    z-index: -1;
    bottom: 0;
}

.footer-inside-container {
    background-color: #fff;
    padding:0
}

.mid-footer {
    border-right: solid 1px #231F20;
    padding-top: 15px;
    padding-left: 30px !important;
}

.footer-col {
    padding:30px 15px;
    padding-bottom: 15px;
}

select[name=manufacturers_id] {
    background-color: #FEC20F;
    border:none;
    font-family: "Gravity";
    font-size: 16px;
    padding-right: 15px;
    padding-left:15px;
}

select[name=manufacturers_id] option{
    padding: 5px 15px;
    color: #231F20;
    padding-left: 5px;
}

select[name=manufacturers_id] option:hover{
    color: #fff;
    background: rgba(35,31,32,0.15);
}

select[name=manufacturers_id] option[selected] {
    color: #fff;
}

select[name=manufacturers_id]:focus {
    outline:none;
    border:0;
}

select option {
    padding: 3px 0;
}

.infoBoxContents td {padding:0;}

.product-tab {
    border-bottom: solid 2px #FEC20F;
    margin-bottom: 15px;
    padding:0 15px;
}
.product-tab li {
    /*float:none;*/
    /*display: inline-block;*/
}

.nav-tabs>li {
    margin-bottom:0;
}

#hot-item .owl-controls, #new-product .owl-controls {
    margin-top: 30px;
}

.carousel-home .product-title {
    text-align: center;
    margin-top: 10px;
}

.view-more {display:inline-block; background-color: #FEC20F; padding: 10px 30px; margin-top: 15px; font-size: 14px;}
.view-more a:hover {
    text-decoration: none;
    color: #231F20;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 1px solid #eee;
    font-family: 'Gravity Bold';
    border:0;

}

.arrow-breadcrumb {
    margin:0 15px;
    height: 15px;
    vertical-align: sub;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
    color: #231F20;
}

.nav-tabs > li > a {
    border:0;
    text-transform: uppercase;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #231F20;
    border-bottom: solid 3px #231F20;
    margin-bottom: -2px;
}

.carousel-image-container {
    height: 200px;
    position: relative;
}

.owl-carousel .owl-item .carousel-image-container img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top:0; bottom:0; left:0; right:0;
    margin:auto;
}

/*PRODUCT*/
.product-box {
    margin-bottom: 30px;
}
.owl-carousel .product-box img{
    max-height: 100%;
    max-width: 100%;
}

.product-image-container {
    height:150px;
    margin-bottom: 15px;
    text-align: left;
    border:solid 1px #ccc;
    position: relative;
}

.logo-container img{
    max-height: 100px;
    width:auto;
    margin-bottom: 30px;
}

.category-box {
    margin-bottom: 15px;
}

.category-box a:hover {
    color: #FEC20F;
    font-family:"Gravity Bold";
}

.category-image-container {
    height:150px;
    border:solid 1px #ccc;
    position: relative;
}

.category-image, .product-image-container img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top:0; bottom:0; left:0; right:0;
    margin:auto;
}

.category-title {
    margin-top: 15px;
}

.brand-title {
    margin-top: 0;
    padding-top: 20px;
}

.product-title {
    height: 38px;
    font-size: 14px;
    font-family:"Gravity Bold";
}

.product-title, .product-detail-price {
    margin-top:0;
}

.product-price {
    border: solid 1px #231F20;
    display: inline-block;
    padding: 5px 15px;
}

.product-detail-image {
    float:right;
    margin-left: 30px;
}

.product-desc {
    text-transform: none;
}

.dotsCont {text-align: center; margin-bottom: 30px; margin-top: 15px;}

.dotsCont .active{
    font-weight: bold;
}

.dotsCont div{
    display: inline-block;
    font-size: 10px;
    margin:0 3px;
    cursor: pointer;
}

td.boxText {
    /*padding: 15px;*/
    background-color: #FEC20F;
    border:none;
    padding-bottom: 50px;
}

.boxText {
    /*font-family: "Caviar Dreams";*/
    font-family:"Gravity";
    /*text-transform: uppercase;*/
    font-size: 14px;
    line-height:25px;
}

.official-account {
    /*height: 50px;*/
    margin-right:10px;
    margin-top: 45px;
}

.our-product-title {
    font-size: 20px;
    font-family:"Gravity Bold";
    margin-bottom: 15px;
}

.product-category-container {
    background-color: #FEC20F;
    padding: 30px;
    margin-bottom: 30px;
}

.boxText a {
    margin: 3px 0;
    display: inline-block;
}

.cortez-image {
    margin-top: 45px;
}

.about-text {
    line-height: 25px;
    font-size: 14px;
}

textarea {
    resize:none;
}

.about-title {
    font-size: 24px;

}

.boxText a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #231F20;
}

.padding-0 {
    padding:0;
}

.footer-table {
    font-size: 14px;
}

.footer-address {
    line-height: 30px;
}

#footer a:hover {
    color: #231F20;
}

.footer-table td {
    vertical-align: top;
    line-height:30px;
    padding:0;
}

.pageHeading.product-title {
    font-size: 24px;
}

.pageHeading.product-detail-price {
    font-size: 24px;
}

.owl-item {
    padding:0 15px;
}

.whatsapp-container {
    position: fixed;
    right: 15px;
    bottom: 15px;
    padding: 15px;
    background: #fff;
    border-radius: 50%;
    z-index: 9999;
}

@media (max-width: 992px) {
    .footer-yellow-block {
        display:none;
    }
    .left-footer {
        margin:0 -15px;
    }
    .footer-table {
        margin-left: 25%;
        width:50%;
    }
}
@media (max-width: 992px) {
    .logo-container img {
        max-height:75px;
    }
}

@media (max-width: 768px) {
    body {padding-top: 70px;}
    .footer-col {
        text-align: center;
    }
    select[name=manufacturers_id] {height: 200px;}
    #header {text-align: center}
    .logo-header-container {float:none !important;}
    .logo-header-container img {max-width: 100%; height:auto;}
    .menu {
        text-align: center;
    }
    .about-img-container {margin-bottom: 30px;}
    .header-right {padding-top: 10px;}

    .footer-img img {max-width: 100%; margin-top: 15px;}
    .logo-container {text-align: center}
    .product-detail-price {text-align: center; margin-bottom: 30px}
    .product-title {text-align: center}
    .menu li {padding-bottom: 10px;}
    .producent {height:auto;}
    .mid-footer {border-right:0;}
    .footer-table {width: 100%; margin-left:0;}
    .left-footer {margin:0;}
}