/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 24, 2017, 3:58:54 PM
    Author     : Admin
*/
body{
    background-image: linear-gradient(to bottom, rgba(224,242,246,1) 82%,rgba(221,227,230,1) 100%);
}
a:hover{
    text-decoration: none;
}
a{
    /*color : inherit;*/
}
@media (min-width: 1340px) {
    .show-lg {
        display: block;
    }
}
@media (max-width: 1340px) {
    .show-lg {
        display: none;
    }
}
@media (min-width: 1200px){
    .container {
        width: 1100px;
    }
}
.main-banner{
    width: 100%;
    /*border-radius: 20px;*/
}
.mine-nav{
    /*border-radius: 10px;*/
    background: #348aeb;
    margin-top: 10px;
}
.mine-nav a{
    color: #fff !important;
    font-weight: bold;
    border-right: 1px solid #FFFFFF;
}
.mine-nav a:hover{
    background-color: #990000 !important;
}
.mine-nav .navbar-header a:hover{
    /*    border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;*/
}
.mine-nav .navbar-right a:hover{
    background-color: transparent !important;
}
@media (max-width: 768px){
    .mine-nav .navigation-item {
        border-bottom: 1px solid #FFFFFF;
    }
    .mine-nav .navbar-right .navigation-item:last-child {
        border-bottom: 0px solid #FFFFFF;
    }
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
.search-input-group{
    display: inline-flex;
    align-items: stretch;
    overflow: hidden;
    margin-right: 10px;
}
.search-input-group .input-text{
    border-radius: 2.467em;
    border : 2px solid #348aeb;
    border-radius : 30px;
    border-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background: #fff;
    line-height: 1.34em;
    padding: 1.01em 2.134em;
    outline: 0;
    color: black;
    width : 200px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #818181;
    font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #818181;
    font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #818181;
    font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
    color: #818181;
    font-style: italic;
}
.search-button-wrap{
    background-color: #fed700;
    display: flex;
    flex : 1;
    justify-content: center;
    align-items : center;
    line-height: 1.36em;
    padding: 1.08em 1.93em;
    border-radius: 2.571em;
    border : 2px solid #348aeb;
    border-left: 0;
    border-radius : 30px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    cursor: pointer;
    margin-bottom: 0;
}
.input-text-search{
    backgroundColor : #fffde8;
    color : black;

}
.search-form{
    display: flex;
    justify-content : center;
    align-items: center;
}
.language-link-wrapper{
    display: inline-flex !important;
    justify-content : space-between;
    align-items : center;
}
.mine-nav .navbar-right a{
    border-right:  0;
    margin: 0;
    padding: 5px;
}
.product-item{
    position: relative;
    margin-top: 15px;
}
.product-item:after {
    padding-top: calc(100% + 90px);
    display: block;
    content: '';
}
.product-content{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    left: 15px;
    background-color: white;
}
.product-image-wrapper{
    position: relative;
    display: block;
}
.product-image-wrapper:after{
    padding-top: 100%;
    display: block;
    content: '';
}
.product-image{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    left: 15px;
    display: flex;
    align-items : center;
    justify-content : center;
    overflow: hidden;
}
.product-image img{
    width: 100%;
    height: auto;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.product-image:hover img{
    transform: scale(1.1);
}
.product-name{
    display: flex;
    align-items : center;
    justify-content : center;
    height: 50px;
    font-weight: bold;
    padding: 5px 10px;
    background-color: #f7f7f7;
}
.product-name a:hover{
    /*color: #428bca;*/
}
.product-bottom{
    color: #fff;
    display: flex;
    width: 100%;
    overflow: hidden;
}
.product-bottom >a{
    position: relative;
    border-left: 2px solid #e7f9fc;
    cursor: pointer;
    height: 40px;
    padding: 9px 0 0 8px;
    display: block;
    color: white;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    white-space: nowrap;
    width: 50%;
}
.product-bottom >a:hover{
    /*font-weight: bold;*/
    width : 75%;
}
.product-bottom >a:last-child{
    border-left: 0;
}
.product-detail-link{
    background-color: #3498db;
}
.product-contact{
    background-color: red;
}
.product-panel{
    padding-bottom: 15px;
}
.sidebar{
    float: left;
}
@media (max-width: 767px){
    .sidebar {
        float: none !important;
    }
    .main-content {
        float: none !important;
    }
    div.menu_doc ul li ul {
        position: static;
    }
}
.main-content{
    float: right;
}
div.new_product_title{
    background-color: #2ecc71;
}