:root {
    --main-bg-color : #5f6268;
    --main-bg-color-light: #e0e0e0;
    --main-bg-white : #fff;
    --main-font-color: #5f6268;
    --main-font-color-light: #fff;
    --main-font-family: 'sans','arial';
    --default-font-size: 18px;
}

.pagination>li>a, .pagination>li>span {
    color: var(--main-bg-color) !important;
}

/**********************
    General
**********************/



body {
    overflow-x: hidden;
    font-family: "Source Sans Pro", 'Source Sans Pro', light, serif;
    background-color: #f7f8fa;
    font-size: var(--default-font-size);
}


h1, h2, h3, h4 {
    margin-top: 0;
}

ul li {
    display: inline-block;
    list-style: none;
}

a {
    text-decoration: none !important;
    /*color: #2394E0;*/
    color: var(--main-bg-color);
}

.form-control:focus {
    border-color: #d6e5fc;
}

.c1 { /* Folosit pentr a scimba culoarea scrisului*/
    /*color: #20a0eb;*/
    color: var(--main-bg-color);
}

.c2 { /* Folosit pentr a scimba culoarea scrisului*/
    /*color: #2c4999;*/
    color: var(--main-bg-color);
}

.button-one { /* Clasa folosita pentru a stiliza  toate butoanele*/
    /*background: #2c4999;*/
    background: var(--main-bg-color);
    border: none;
    color: white;
    padding: 7px 22px;
    font-size:17px;
    border-radius: 8px;
}

.button-one-hover:hover, .button-one-active { /* Clasa folosita pentru a stiliza  toate butoanele*/
    /*background: #2394E0;*/
    background: var(--main-bg-color);
}


.title {
    font-family: var(--main-font-family);
    padding: 20px 0 10px;
}

.separator {
    background-color: #2c4999;
    height: 1px;
    width: 25%;
    margin: 0 auto;
    margin-bottom: 30px;
    
}

.paddingTop50 {
    padding-top: 50px;
}

.paddingBottom50 {
    padding-bottom: 50px;
}


/********************** 
    Brading and search
**********************/
#branding {
    background-color: var(--main-bg-color-light);
    box-sizing: border-box;
    padding-bottom: 20px;
}

#logo {
   /* height: 74px;*/
   margin: 0 auto;
}

/*#social-media {
    float: right;
}

#social-media img{
    height: 17px;
    margin-top: 24px;
}*/

#branding .search input {
/*    display: inline-block;*/
/*    background-color: rgb(98, 159, 216);*/
    background-color: #fff;
    border-radius: 10px;
    border: none;
    margin-top: 30px;
    padding: 3px 7px;
    color: #5f6268 !important;
    margin-bottom: 10px;
}

#branding .search input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
#branding .search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
#branding .search input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
#branding .search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}

#branding .search input {
    position: relative;
}
#branding .search .fa-search {
    position: absolute;
    top: 37px;
    right: 25px;
    color: #fff;
    z-index: 2;
}

#branding .fa-cart-arrow-down {
    font-size: 34px;
    color: #fff;
    margin-top:5px;
}

#branding .cartText {
    color: #fff;
    font-weight: 300;
    text-indent: 50px;
    margin: 0;    
    font-size: 18px;
}
 
.intra_cont a{
    color: #fff;
}
.intra_cont a:hover, .cartText:hover, .fa-cart-arrow-down:hover{
    /*color:#D1C19C !important;*/
    color: var(--main-font-color) !important;
}





/********************** 
    Main navigation
**********************/
.navbar {
    border-radius: 0;
}


.navbar-default {
    /*background: #243b7f;*/
    background: var(--main-bg-white);
    border: none;
    margin-bottom: 0;
    color: var(--main-font-color);
}
.button-one-active>a {
    color: var(--main-font-color-light) !important;
}

.navbar-default .navbar-nav>li>a {
    color: var(--main-font-color);
}


.navbar-default .navbar-toggle {
    border-color: #20a0eb;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #20a0eb;
}

#navbar .navbar-nav li a:hover {
    color: var(--main-font-color-light);
    background-color: var(--main-bg-color);
}
.intra_cont:hover, .intra_cont a:hover {
    background-color:#2394E0;
    color:#fff !important;
}

.categories div:hover{
    /*background-color:#1E5799;*/
    background-color:var(--main-bg-color-light);
    color: var(--main-font-color) !important;
}
.icetech-a:hover{
    color:#fff;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    /*background-color: #243B7F !important;*/
    /*border-color: #243B7F !important;*/
    background-color: var(--main-bg-color) !important;
    border-color: var(--main-bg-color) !important;
    color: var(--main-font-color-light) !important;
}


/********************** 
    Hero Area
**********************/
#hero-area {
    position: relative;
}

#hero-area .divAbsolute {
    position: absolute;
    top: 50%;  
    left: 50%;
    width: 500px;
    padding: 30px 0;
    transform: translate(-50%, -50%); 
    background-color: rgba( 225,225,225, 0.9);
    border-radius: 15px;
}

@media (max-width: 860px) {
    
    #hero-area .divAbsolute {
        position: relative;
        top: 0;  
        left: 0;
        transform:none;
        width: 100%;
        border-radius: 0;
    }
    .divAbsolute{
        position: absolute !important;
        margin-top:40px;
    }
}


#hero-area .phoneNumber {
    margin-top: 10px;
    font-size: 40px;
    font-weight: bold;
}

#hero-area .phoneNumber .fa-phone {
    margin-right: 10px;
    padding: 5px 8px ;
    font-size: 30px;
    /*color: #ad986b;*/
    color: var(--main-bg-color);
    /*border: 3px solid #ad986b;*/
    border: 3px solid var(--main-bg-color);
    border-radius: 50%;
    font-weight: normal;
}

#hero-area .divAbsolute .button-one {
    margin-top: 30px;
}







/********************** 
    Categories
**********************/
.gradientBlue {
     /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100 */
    /*background: #1e5799; !* Old browsers *!*/
    /*background: -moz-linear-gradient(left,  #1e5799 0%, #7db9e8 100%); !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(left,  #1e5799 0%,#7db9e8 100%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to right,  #1e5799 0%,#7db9e8 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    background: #5f6268;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 */
}


.categories a {
    /*color: #fff;*/
    color: var(--main-font-color-light);
    text-decoration: none;
}

.categories div {
    padding: 12px;
}



/********************** 
    About
**********************/
.about-section {
    box-sizing: border-box;
    padding: 0 0 55px;
    background-color: #f7f8fa;
}

.about-section .button-one,
.about-section p {
    margin-top: 25px;
}



/********************** 
   Products 3 col
**********************/
#products {
    box-sizing: border-box;
    padding: 25px;
    background-color: #f7f8fa;
}

#products .item img {
    width: 100%; 
    border-top-left-radius: 4%;
    border-top-right-radius: 4%;
}

#products .item {
    box-sizing: border-box;
    padding: 0 0 25px 0;
    margin: 15px 5px;
    background-color: #fff;
    min-height: 370px;
    border-radius: 5px;
    border: 1px solid #dddddd;
}

#products .item h5  {
    font-weight: 900;
    
}

#products .item h3 {
    font-weight: 900;
    color: #5b5b5b;
    
}
.product_sale{
}

.item-description{
    height: 45px;    
    margin-top: 20px;
}

#products .item p {
    margin: 20px 5px 15px;
    overflow: hidden;
}

#products .item .pret {
    margin-top: 5%;
    min-height: 50px;
}
/*
#products button {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -ms-transform: translate(-50%, -50%);  IE 9 
    -webkit-transform: translate(-50%, -50%);  Safari 
    transform: translate(-50%, -50%);
}*/

.out {
    color: #a3a3a3;
    font-weight: 800;
    text-decoration: line-through;
    font-size:15px;
}
.languages{
    padding-left:5px;
    width:75px;
    float:right;
}

.blog-pag, #produse{
    /*width:50%;*/
}

/********************** 
    Banner
**********************/
.banner {
    height: 110px;
    overflow: hidden;
}




/********************** 
   Category 2
**********************/
/*.category-2 img {
    margin-top: 25px;
}

.category-2 .icon {
    height: 60px;
    margin: 100px 0 25px 0;
}

.category-2 h5 {
    font-weight: 700;
    margin-bottom: 100px;
}*/

.color {
    height: 5px;
}

.color-1 {
    background-color: #1f3068;
}

.color-2 {
    background-color: #2c4999;
}


.color-3 {
    background-color: #2875c3;
}


.color-4 {
    background-color: #20a2ed;
}


.col-1 {
    /*background-color: #21316c;*/
    background-color: var(--main-bg-color);
}
.col-2 {
    /*background-color: #223883;*/
    background-color: var(--main-bg-color);
}

.col-3 {
    /*background-color: #2a4891;*/
    background-color: var(--main-bg-color);
}
.col-4 {
    /*background-color: #2964b2;*/
    background-color: var(--main-bg-color);
}

.col-5 {
    /*background-color: #2683d0;*/
    background-color: var(--main-bg-color);
}

.col-6 {
    /*background-color: #2394e0;*/
    background-color: var(--main-bg-color);
}
.col-7 {
    /*background-color: #2394e0;*/
    background-color: var(--main-bg-color);
}
.col-8 {
    /*background-color: #2394e0;*/
    background-color: var(--main-bg-color);
}
.col-9 {
    /*background-color: #2394e0;*/
    background-color: var(--main-bg-color);
}
.col-10 {
    /*background-color: #2394e0;*/
    background-color: var(--main-bg-color);
}


/********************** 
    Footer
**********************/

footer {
    background-color: #fff;
    color: #000;
    position: relative;
}

footer #lumanare {
    position: absolute;
    bottom: 90px;
    right: 5%;
    z-index: 1;
    height: 270px;
    width: auto;
}

footer h3 {
    font-weight: 900;
    padding: 10px 0 20px;
}

footer ul {
    padding-left: 0;
}

footer ul li {
    display: block;
}

footer .info {
    box-sizing: border-box;
    padding: 45px 0;
}

footer .info img {
    height: 120px;
    margin: 3px 0;
}

footer .wrap {
    max-width: 220px;
}

footer .contact-info span {
    margin-right: 6px
}

.copyright {
    /*background-color: #2c4999;*/
    background-color: var(--main-bg-color);
    margin: 0;
    padding: 15px 0;
    color: #bebebe;
    font-size: 13px;
    position: relative;
    z-index: 2;
}



/********************** 
   Scial media
**********************/
#socialMedia {
    position: relative;
} 


#socialMedia .banner h1 {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 900;
}

#socialMedia .banner h1 a,
#socialMedia .banner h1 a:hover {
    color: #fff;
    text-decoration: none;
}

#socialMedia .fa-phone,
#socialMedia .fa-facebook {
    margin: 0 15px 0 20px;
}

#socialMedia .fa-phone {
    border: 3px solid #fff;
    border-radius: 50%;
    padding: 8px 10px;
    margin-left: 25px;
}


/********************** 
    Pagina: contact
**********************/

.contact-wrap {
    padding: 25px 0 75px ;
    background-color:  #f7f8fa;
}


.contact-wrap .myLabel {
    font-weight: normal;
    font-size: 17px;
    margin-left: 10px;
}

.contact-wrap h4 {
    line-height: 1.3;
    text-align: justify;
}

.contact-wrap .informations {
    padding-top: 35px;
}
#hero-area .title {
    padding: 0;
}


/********************** 
    Pagina: produse
**********************/

#produse .sortare {
    padding: 0 0 20px;
    margin: auto;
    border-bottom: 1px solid #dedede;
}


/********************** 
    Pagina: Oferte speciale
**********************/

.ofertaSpeciala {
    box-sizing: border-box;
    padding: 20px 15px;
    margin: 20px auto;
    margin-left: 18%;
    background-color: #fff;
    
}

/* Shop */

.shop-add-btn{
    
    font-size: 25px;
    padding: 15px 0;
}
.btn-disabled{
    cursor: not-allowed;
}

.footer-icetech {
    display: block;
    margin: 20px auto;
	text-align: center;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.footer-icetech p {
    color: #808080 !important;
    font-size: 0.9em !important;
    text-align: center !important;
}

.page-title2{
    color:#346EAC;
}

.widget-title2{
    color:#346EAC;
    font-size:20px;
}

.opencat{
    font-size:30px !important;
    width:25px;
    float:left;
    margin-top:-1px !important;
}
.is_open{
    display:block !important;
}
.is_closed{
    display:none !important;
}
.widget{
    line-height: 25px;
}
.widget-body li {
    list-style: none;
}

.gray-light{
    /*background-color:#2c4999;*/
    background-color: var(--main-bg-color);
    padding:10px 5px !important;
    color:#fff;
    border: none;
    margin-top:2px;
    width: 100%;
}
.product-add-cart:hover{
    background-color:#2394E0 !important;
    text-decoration: none;
}
.out-of-stock{
    color:red;
}
.tab-pane{
    border-left: 1px solid #346EAC;
    border-right: 1px solid #346EAC;
    border-bottom: 1px solid #346EAC;
    padding:10px;
}
.contact-loc a{
    color:#000;
}
.contact-loc a:hover{
    color:#C88D47;
    text-decoration:none;
    cursor:pointer;
    
}
.in-stock, .preorder {
    color: green;
}
.item-price {
    color: #2a2b2f;
    font-size: 24px;
}
.font-32 {
    font-size: 32px !important;
    line-height: 40px !important;
}
.nav-tabs {
    border-bottom:#346EAC 1px solid;
}
.nav-tabs > li > a{
    color:#41413F;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color:#346EAC;
    border-color:#346EAC #346EAC transparent;
}
.navbar-nav > li > a {
    font-size: 18px;
}
.nav-account{
    font-size: 15px;
    height:30px;
}
.intra_cont{
    padding: 5px;
    /*background-color:#243B7F;*/
    background-color: var(--main-bg-color);
    float:right;
}
.intra_cont a{
    padding: 5px;
    color:#fff;
    font-size:15px;
}
.container-account{
    width: 950px;
    margin: 0 auto;
}
.page-title-cont{
    margin-top:20px;
}
.sale-label-cont {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size:15px;
}
.rect-sale{
    /*background: #2c4999 none repeat scroll 0 0;*/
    background: var(--main-bg-color) none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: white;
    padding: 5px 20px;
}
.sale-label {
    background: #346EAC none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    padding-top: 20px;
    text-align: center;
    width: 60px;
}
.galleria-lightbox-nextholder{
    right: -40px !important;
}
.galleria-lightbox-next{
    right: -2px !important;
    width: 40px !important;
}
.galleria-lightbox-prevholder{
    left: -40px !important;
}
.galleria-lightbox-prev{
    left: -2px !important;
    width: 40px !important;
}

.galleria-lightbox-next img, .galleria-lightbox-prev img{
    -webkit-filter: invert(20%); 
    filter: invert(20%);
}

img.nextHover, img.prevHover{
    -webkit-filter: invert(0%); 
    filter: invert(0%);
}

.galleria-lightbox-next{
    margin-right:1px;
}
.galleria-stage{
    min-height: 300px;
}

.galleria-thumbnails-container{
    max-height: 100px;
    margin-top:5px;
}
.galleria-thumbnails > .galleria-image{
    max-height:80px !important;
    float: left;
    margin-right: 5px;
}

div.nextHover, div.prevHover{
    background: #262626 !important;
}

.galleria-lightbox-close img{
    -webkit-filter: invert(50%); 
    filter: invert(50%);
}
.galleria-lightbox-close {
    height: 50px !important;
    width: 50px !important;
    right: -50px !important;
}


img.closeHover{
    -webkit-filter: invert(0%) !important; 
    filter: invert(0%) !important;
}
div.closeHover{
    background: #262626 !important;
}
.order-place .order-details p, .all-total {
    border-bottom: 1px solid #e0d780;
    color: #2a2b2f;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 10px 0;
}
.order-place .order-details p span, .all-total span, .right {
    float: right;
}

.bg-yellow{
    background-color:#FBF18E;
    padding:20px;
}
.bg-blue{
    background-color:#2394E0;
}
.bg-gray-light{
    background-color:#E6E5E1;
    padding:20px;
}
#order-finish{
    margin: 30px 0;
}
.product-img
{
    min-height: 200px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}
.tabs-6 .nav-tabs > li.active > a, .tabs-6 .nav-tabs > li.active > a:focus, .tabs-6 .nav-tabs > li.active > a:hover {
    background-color: #f5f5f5;
}

.tab6-cont {
    background-color: #f5f5f5;
    border-top: medium none;
}
#login-link, #reg-link{
    
    padding: 25px 30px 20px;
}

.search-box{
    position:absolute;
    top:12px;
    right:65px;
    display:none;
    color:#346EAC;
}
.page-title-cont {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #E6E5E1;
}
.breadcrumbs2 {
    padding: 32px 0;
    text-align: right;
}
.page-title2{
    margin-bottom: 10px;
    margin-top: 20px;
}
.margin-bottom-15{
    margin-bottom: 15px;
}
.margin-bottom-30{
    margin-bottom: 30px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mt-20 {
    margin-top: 20px;
}

.page-section{
    min-height:300px;
}

.rounded{
    border-radius: 5px;
}

.product-add-cart{
    color: #fff !important;
}

.product-photo{
    min-height:250px;
}

.slash-divider {
    padding: 0 5px;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child),
.no-gutter [class*='col-']:not(:last-child){
  padding-right: 0;
  padding-left: 0;
}


.row.half-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.half-gutter [class*='col-']:not(:first-child),
.row.half-gutter [class*='col-']:not(:last-child) {
  padding-right: 7px;
  padding-left: 7px;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.item-picture{
    height:250px;
}
.item-picture a img{
    max-height: 250px;
    max-width:100%;
    overflow: hidden;
    width: auto !important;
}
.item-description{
    padding:5px;
}
small{
    font-size:14px;
    color:#4C4C4C;
}
.fa-search{
    cursor: pointer;
}
@media(max-width:767px){

    .item-picture{
        height:300px;
        padding:20px;
    }
    .item-picture a img{
        max-height: 300px;
    }
}
.pagination{
    float: left;
    margin: 20px 35px;
}
.title-font
{
    /*font-family: "Croissant One",cursive;*/
    font-family: var(--main-font-family);
}
.contact-loc {
    text-align: left;
}
.contact-loc ul li{
    width:100%;
}

.information-toogle{
    color:#fff; 
    background-color:#243B7F;
    font-size:18px;
}

.information-toogle:hover{
    background-color:#2394E0;
    color:#fff;
    
}
.helper-valign {
    display: inline-block;
    vertical-align: middle;
}
.categories, .footer-graph{
    margin-left:0 !important;
    margin-right:0 !important;
}

#map{
    height: 460px;
    width:500px;

}

.about-ul {
    list-style: square;
}

.about-ul > li {
    display: list-item;
    list-style: square;
}

.about-pictures img {
    height: 250px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 30px;
}