@font-face {
    font-family: 'ristretto_proregular';
    src: url('/fonts/fonts2/RistrettoPro-Regular-webfont.eot');
    src: url('/fonts/fonts2/RistrettoPro-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/fonts2/RistrettoPro-Regular-webfont.woff2') format('woff2'),
         url('/fonts/fonts2/RistrettoPro-Regular-webfont.woff') format('woff'),
         url('/fonts/fonts2/RistrettoPro-Regular-webfont.ttf') format('truetype'),
         url('/fonts/fonts2/RistrettoPro-Regular-webfont.svg#ristretto_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

 html,body {
    width:100%;
    height: 100%;
    min-width:300px;
    margin:0;
    padding:0;
    
}
 
.container{
  min-width:300px;  
}
body {
    margin:0;
    padding:0;
    color:#6d6e71;
    font-family: "Roboto Condensed";
    font-size:16px;
    background:url("../img/bgss.png") top left repeat-x,  url( "../img/background.png") repeat top left  ;
    background-color: #fff;
}
 
.header_menu li a,
.menu_top li a,
.mobile_menu_ul li a,
.search_center, 
.show_small_cart a,
.show_small_cart span,
.small_title,
.small_title a,
.small_title span,
.btn_theme,
.add,
.title_single,
.menu_single_tab,
.title_registration,
.review_name,
.form_new_design label,
.add_new_advertiser label,
table.comand_cart,
.numpag
 {
 font-family: 'Roboto Condensed', sans-serif;
 font-weight: bold;
}

.uppercasea{
    text-transform: uppercase;
}

.inside_side,
.title_produs,
.reduced_product,
.footer,
.categories_simple_page li,
.news_list h2 {
 font-family: 'Roboto Condensed', sans-serif;
}

.clear_100px{
    clear: both; 
    height: 100px;
    }            
.clear_50px{
    clear: both; 
    height: 50px;
    }
.clear_40px{
    clear: both;
    height: 40px;
    }            
.clear_30px{
    clear: both; 
    height: 30px;
    }
.clear_15px{
    clear: both; 
    height: 15px;
    }
.clear_20px{
    clear: both; 
    height: 20px;
    }    
.clear_10px{
    clear: both; 
    height: 10px;
    } 
.clear_5px{
    clear: both; 
    height: 5px;
    }
.clear_3px{
    clear: both; 
    height: 3px;
    }      
.clear{
    clear: both;
    } 
.text-align_center{
    text-align: center;
    }

.bar_hr{
    width: 100%;
    height: 30px;
    clear: both;
    background-image: url("../img/footer_top11.png");
    background-repeat:no-repeat;
    background-position:center center;
    -o-background-size: 100%  auto, auto;
    -moz-background-size: 100% auto, auto;
    -webkit-background-size: 100% auto, auto;
    background-size: 100% auto, auto;
}


p {
line-height:1.4;
padding-top:3px;
}

.align_text_midle {
text-align:justify;
}

img {
max-width:100% !important;
height:auto !important;
}

a {
color:#980748;
}

a:hover {
text-decoration:underline;
}

.list-of-category a:hover {
text-decoration:none;
}

a img {
border:none;
}

img.bgs {
position:fixed;
width:100%;
top:0;
left:0;
z-index:-2;
}

div.clear {
clear:both;
}

.position_relative {
    position:relative;
}

.load_center {
    top:49%;
    left:49%;
    position:fixed;
    z-index:9999;
}

 .head_bacground_menu {
    background:#fff url( "../img/bg_header1_1.jpg ") repeat-x  top left;
    min-height:110px;
}

.ui-autocomplete {
    max-height:250px;
    overflow-y:auto;
    overflow-x:hidden;
    padding-right:20px;
}

.header {
    min-height:115px;
}

.col-md-5_header{
    padding: 0 15px;
    width: calc(50% - 85px);
    float: left;
}
.col-md-2_header{
    width: 170px;
    float: left;
}


.logotip {
   text-align: center;
   display: block;
 }
.logotip img{
  margin: 0 auto;

} 
 
.logo_center{
  margin-bottom: -40px;
} 

.icons_total {
  margin-top:25px;
  float: right;
}

.icons_total a {
    float:left;
    color:#fff;
    font-size:20px ;
    text-decoration:none;
}
.title_single{
    font-size: 23px;
    color: #980747;
    
}
/*******************navigation**********************************/
  /*1*/
 .header_menu{
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    margin-top: 20px;
 }
  .header_menu li{
    float: left;
    
  }
 .header_menu li a {
    margin: 4px ;
    color:#fff ;
    padding: 2px 8px; 
    border: 2px solid #fff;
    border-radius: 3px;
    background: #7f7f7f;
    font-size:14px  ;
    text-transform: uppercase;
 }
.header_menu li a:hover {
    background: #fff;
    color: #767676;
} 
 /*2*/
.lang_top{
    margin-top: 5px;
 }

.lang_top li a {
     padding: 2px 5px; 
 }
 
 /*3*/
 .left_side{
    position: relative;
    width:100%;
    float: left;
    
 }
 
 .left_bacground{
   background: url("../img/left_side_menu.png") no-repeat top left ; 
 }
 .right_bacground{
   background: url("../img/right_side_menu.png") no-repeat top right ; 
 }
 
.begin_menubar{
    float: left;
    width: 12px;
    height: 31px;
    background:url("../img/left_side_menu.png") no-repeat top left ;
}
.end_menubar{
    float: left;
    width: 12px;
    height: 31px;
    background:url("../img/right_side_menu.png") no-repeat top left ;
}
 
.menu_top{
   margin: 0;
   padding: 0;
   margin-left: 20px;
}
.right_menu_top{
    margin-right: 20px;
}

.menu_top li {
   list-style: none;
   display: inline-table;
  padding: 8px 7px;
  position: relative;
 }
 
.menu_top li a {
    font-size: 15px ;
    color:#fff !important; 
    text-transform: uppercase;
 }

.menu_top li a:hover {
    color:#be231e !important;
    text-decoration:underline;
    background: none;
}

.menu_top li a.activ_top_menu {
    color:#ffed1b !important;
}
.menu_top li:hover ul{
    display: block;
}

.menu_top ul {
     display: none;
    position: absolute;
    top: 36px;
    left: 0;
    width: 210px;
    padding: 2px 0 0;
    z-index: 999;
    background: #fff;
    border-top: 2px solid #C8C8C8;
    border-bottom: 2px solid #C8C8C8;
    box-shadow: 0 6px 12px rgba(0,0,0,.176);
}
.menu_top ul li {
    position: relative;
    text-align: left;
    border-bottom: 1px solid #6d6e71;
    display: block;
    margin: 0;
    padding: 0 0px;
}
.menu_top ul li:last-child{
    border: none;
}

.menu_top ul li a {
    text-transform: none;
    color: #6d6e71 !important;
    padding: 3px 7px;
    display: block;
}
 
.mobile_menu{
    width: 300px;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: -300px;
    min-height: 100%;
    z-index: 9999; 
    color:#000;
}
.inside_menu{
    position: relative;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    padding-left: 10px;
}

.display_top_menu{
    left: 0px;
}

.mobile_menu_ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile_menu_ul ul{
    margin: 0;
    margin-left: 15px;
    padding: 0;
}
.mobile_menu_ul li{
    text-transform: uppercase;
    list-style: none;
    font-size: 13px;
    margin-bottom: 3px;
}

 
.close_left {
    padding: 3px 8px;
    font-size: 15px;
    text-transform: uppercase;
    background: #7F7F7F;
    color: #FFF;
    border-radius: 50px;
    margin-bottom: 10px;
    line-height: 1.5;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 999999;
    font-weight: bold;
    font-family: Tahoma; 
}


.navbar-toggle{
    font-size: 30px;
    background: #DF0300;
    color: #fff;
    padding: 2px 10px;
    padding-bottom:2px !important ;
}


.left_side_topmenu{
    position: absolute;
    right: -40px;
    top: 0;
    background: url("../img/left_menu_side.png")  right top no-repeat;
    width: 100px;
    height: 38px;
    z-index: -1;
}
.right_side_topmenu{
    position: absolute;
    left: -40px;
    top: 0;
    background: url("../img/right_menu_side.png")  left top no-repeat;
    width: 100px;
    height: 38px;
    z-index: -1;
}

.categories_select{
    width: 100%;
    padding: 5px;
    display: none;
}
.mobile_cat{
    display: none;
}


/**Home page***/
h1.Cat_home a:hover {
    text-decoration:underline;
}

  

.title_top10, .top_button_left_side a{
    padding: 0px 12px;
    width: 100%;
    background: #7F7F7F;
    text-transform: uppercase;
    font-size:18px;
    color: #fff;
    margin-bottom: 3px;
    display: block;
}
.title_top10 small{
    display: block;
    font-size: 12px;
}
 
.backround_red{
   background: #980747;
 }
.top_button_left_side{
     display: inline-block;
     width: 100%;
}


 

.top_button_left_side a{
    vertical-align: middle;
    line-height: 25px;
     padding: 9px 12px;
    font-weight: bold;
    margin-bottom: 20px;
     
    background: #990b49; /* Old browsers */
    background: -moz-linear-gradient(top, #990b49 0%, #d2a7ba 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #990b49 0%,#d2a7ba 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #990b49 0%,#d2a7ba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990b49', endColorstr='#d2a7ba',GradientType=0 ); /* IE6-9 */

}
.top_button_left_side a:hover{
    color: #ffed1b ;
}
.top_button_left_side a.ppading_top_btn{
  padding-top: 15px;  
}


.hpad_marg{
    margin: 0;
    padding: 0;
}

.head_side_title{
    background: #F4F4F4;
    font-size: 19px;
}

.categories_let {
  list-style:none;
  margin:0;
  padding:0;
 }

ol.categories_let {
   list-style: decimal;
   margin-left:23px;
   padding:0;
 }
 
ol.categories_let li{
    font-size: 13px;
    text-transform: uppercase;
    color:#7f7f7f;
    font-weight:700;
    padding-bottom: 5px;
} 

.read_moretop10{
    border-top: 1px solid #7f7f7f;
    text-align: center; 
    display: block;
}



.categories_let li a {
    color:#7f7f7f;
 }

.categories_let li a:hover,
.categories_let li a.activ_cat {
text-decoration:none;
color:#980448;
}

 

.cents_center {
    width:456px;
}

.mobile_category{
 display: none; 
 margin-bottom:30px;
 padding: 10px ;
 margin-left: 10px;   
}

@media (min-width: 50px) and (max-width: 980px) {
      ul.categories_let {
        display:none;
       }
     .mobile_category{
        display:block;
        } 
}
/*
@media (min-width: 768px) and (max-width: 5000px) {
     ul.categories_let {
        display:block;
       }
     .mobile_category{
        display:none;
     }
}*/

.hide_li{
    display: none;
}

h1.Cat {
    font-size:20px;
    font-weight:bold;
    color: #980448;
    text-align:left;
    margin:-5px 0 13px 13px;
}

h1.Cat a {
    color:#980448;
    text-decoration:none;
}

h1.Cat_home {
    color:#c60202;
    font-size:26px;
    text-decoration:none;
    text-align:left;
    margin-bottom:10px;
}

h1.Cat_home a {
    color:#c60202;
    text-decoration:none;
}

.produss {
    width:100%;
    padding-bottom:30px;
    clear:both;
    position: relative;
}
 

div.PictT {
    position:relative;
    right:3px;
}
 
.image_produs{ 
    width:250px;
    float: left;
    padding-right:30px ;
    position: relative;
   } 
   
.image_produs a img{ 
    width:100%; 
    height: auto; 
   }
 
 
img.noimage_autor {
    margin:4px 10px 21px 0px;
}

.reduced_product{
  background: url("../img/reduced_stick.png") no-repeat;
  width: 100px;
  height: 100px;
  padding: 28px 0px 0px 14px;
  position: absolute;
  top: -20px;
  left: -20px;
  font-size:30px;
  font-family: Tahoma;
  color: #000;
  font-weight: bold;
  -ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-20deg); /* Safari */
    transform: rotate(-20deg);
}
.reduced_product span:first-child{
 font-size:30px;    
}

.reduced_product span{
  font-size:20px; 
  float: left;  
}
.text_produs {
     /*text-align:justify;*/
    width: -moz-calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
    float: left;
 }
 

.title_produs a,.title_produs {
    color:#980748;
    font-size:18px;
    text-transform: uppercase;
    display:block;
    font-weight: bold;
}
 
.title_produs a:hover {
  text-decoration:none;
}
 
.author{
    color: #6C6D71;
    font-style: italic;
    font-weight: bold;
    
}

 div.numpag {
    height:15px;
    margin:0 auto;
    margin-top:30px;
}

div.numpag a {
    display:block;
    float:left;
    margin:1px;
    text-decoration:none;
    padding:0px 5px;
    color:#000000;
    font-size:15px ;
    border:1px solid #fff;
}
div.numpag a:hover{
   border:1px solid #969696; 
}
div.numpag .non {
    cursor:default;
    border:1px solid #969696;
}
div.numpag img{
   margin-top: -5px;
}
/**home******************/
.text_produs_home {
    width:58%;
    float:left;
}
  

.comands_left {
    width:100%;
    border:1px solid #e3e3e3;
    background:url( "../img/comanda.png ") top repeat-x;
    min-height:100px;
    margin-top:35px;
}

.comand_l_info {
    width:98%;
    padding-left:2%;
}

.comand_l_info span {
    display:block;
    
    color:#7d7777;
    font-size:18px;
    height:23px;
}

.comand_l_info {
    font-weight:normal;
    font-size:11px;
}

.title_c_l {
     
    margin-top:2px;
    padding:6px 0 5px 10px;
    min-height:22px;
}

.title_c_l span {
    display:block;
    max-height:15px;
    float:left;
    font-family:Arial,Tahoma,Helvetica,sans-serif;
    color:black;
    font-size:12px;
    font-weight:bold;
}

.one_cl {
  width:48%;
}

.two_cl {
    width:22%;
    text-align:center;
}

.tree_cl {
    width:29%;
    text-align:center;
    margin-left:1%;
}
.show_small_cart span{
    float: left;
    display: block;
     
}

.show_small_cart {
   width: 100%;
   font-size: 14px;
    
 }

.corzin_produs {
    width:100%;
    padding-left:2%;
    background: rgba(168,168,168,0.2);
    margin-bottom: 2px;
     color:#7f7f7f;
}
.corzin_produs a{
     color:#7f7f7f;
}

.corzin_produs span {
    color:#7f7f7f;
}

.one_cl a {
    color:#7f7f7f;
}

.one_cl a:hover {
  color:#980448;
}

a.realiza {
    color:#C42121;
    padding-left:10px;
    text-decoration:underline;
}

.comanda_btn,.comanda_btns {
    float:left;
    width:100%;
}

.comanda_btn a.btn {
    float:left;
 }

.comanda_btn .loads,.comanda_btns .loads {
    float:left;
    display:block;
    margin:5px 0 0  0px;
    width:30px;
}

.detail_product {
    float:left;
    margin-top:5px;
}
 
.simple_page_center h1.Cat {
   margin-left:0;
}

ul.categories_simple_page {
    margin:0;
    padding:0;
    margin-left:00px;
    margin-top:0px;
    list-style:none;
}

ul.categories_simple_page li {
     color:#000;
    font-size:17px;
    margin-bottom:1.0em;
}

ul.categories_simple_page li a {
    text-decoration:none;
    color:#000000;
}

ul.categories_simple_page li a:hover {
color:#be231e;
text-decoration:underline;
}

.photo_page {
width:265px;
float:right;
margin-right:-34px;
}

.top_photo {
height:10px;
background:url(../img/photo_frame_top.gif) right no-repeat;
}

.midlle_photo {
background:url(../img/photo_frame_middle.gif) right repeat-y;
}

.bottom_photo {
height:20px;
background:url(../img/photo_frame_bott.gif) right no-repeat;
}

ul.lis_photo_page {
width:200px;
margin:0 auto;
padding:0;
list-style:none;
}

ul.lis_photo_page li {
float:left;
width:50px;
height:50px;
text-align:center;
padding-top:3px;
margin:8px;
}

ul.lis_photo_page li a img {
width:44px;
height:44px;
}

ul.lis_photo_page li:hover {
background:url(../img/thumb_border.gif) no-repeat;
}

.NewsHead a {

display:block;
color:#b6750f;
font-size:18px;
text-decoration:none;
margin-top:0px;
padding-bottom:13px;
}

.NewsHead a:hover {
text-decoration:underline;
}

span.Abon a {
color:#da9649;
}

.image_post {
width:80px;
float:left;
padding-top:3px;
}

.image_post img {
border:3px solid #E2AB63;
width:60px;
}

.text_news {
float:left;
width:593px;
}

.date_post {
font-weight:bold;
}



 
/**Cart (corzina)******************/
table.comand_cart {
  border:1px solid #E3E3E3;
  text-transform: uppercase;
}

tr.title_comand {
    width:100%;
    text-transform: uppercase;
    font-size: 16px;
    color: #FCFCFC;
    background:#DBDBDB;
    
}

table.comand_cart input {
   width:56px;
   text-align:center;
}

table.comand_cart select {
    width:65px;
}

tr.title_comand td {
 padding: 4px 10px;
}

tr.total_cart td {
    height:41px;
    padding-left:10px;
    border-top:1px solid #E3E3E3;
}
/*
tr.produs_cart_top {
  background: #FFFFFF;
}
*/
tr.produs_cart_top td {
 text-align:center;
}

tr.produs_cart_top td:first-child {
  text-align:left;
}

tr.produs_cart td, 
tr.total_cart td,
tr.produs_cart_top td{
  padding: 4px 10px;
  border-top:2px solid #fff;
  color: #7f7f7f;
  background: rgba(168,168,168,0.2);
}

tr.produs_cart td a {
  color: #7f7f7f;
}

tr.produs_cart td a:hover {
  color:#980448;
}

table.AbnmForm {
width:400px;
}

table.AbnmForm td {
font-size:11px;
}

table.AbnmForm td input,table.AbnmForm td select,table.AbnmForm textarea {
width:250px;
}

table.AbnmForm td input.AbnmDateImg {
width:230px;
}

table.AbnmForm td input.AbnmImg {
width:70px;
height:21px;
}

table.AbnmForm td a {
font-size:11px;
color:#be231e;
text-decoration:underline;
}

table.AbnmForm td a:hover {
text-decoration:none;
}

.elimina {
cursor:pointer;
opacity:0.5;
filter:alpha(opacity = 50);
}

.elimina:hover {
opacity:0.9;
filter:alpha(opacity = 90);
}

.label {
width:110px;
float:left;
padding-top:5px;
}

.input_text {
width:260px;
float:right;
}
/** oferte edituri***************/
ul.edituri {
margin:0;
padding:0;
list-style:none;
float:left;
width:79px;
}

ul.edituri li {
width:79px;
}

ul.edituri li a {
    color:#C60202;
    font:bold 22px Georgia;
    display:block;
    width:25px;
    text-decoration:none;
    padding-bottom:31px;
}

ul.edituri li a.nones {
    color:#898989;
    cursor:default;
}

ul.lisst_download {
    margin:0;
    padding:0;
    list-style:none;
    margin-bottom:50px;
    display:none;
}

ul.lisst_download li {
    width:150px;
    min-height:25px;
}

ul.lisst_download li a {
    color:#000000;
    font:12px Georgia;
    padding-bottom:5px;
    width:150px;
}
/** send form oferte edituri***************/

.small_title{
   
  font-size: 14px;
  padding: 2px 5px; 
  background: #A2A2A2;
  color: #FCFCFC; 
  margin-bottom: 3px; 
}

.form_bg_transparent {
  background: rgba(168,168,168,0.2);
  width: 100%;
  border: none;
  margin-bottom: 3px;
  padding: 3px 5px;
}
.form_bg_transparent textarea{
    min-height: 60px;
}

.sendformTitle {
    color:#C60202;
    font-size:15px;
    font-weight:bold;
    cursor:pointer;
}

.btn_theme{
    background: #7F7F7F;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 3px 15px;
    color: #fff;
}

.btn_theme:hover{
    text-decoration: none;
    color: #fff;
}

.btnThemeLowerCase{
    background: #7F7F7F;
    border: none;
    border-radius: 3px;
    font-size: 12px;
    padding: 3px 15px;
    color: #fff;
}

.btnThemeLowerCase:hover{
    text-decoration: none;
    color: #fff;
}

.btnThemeLowerCase{
    text-transform: uppercase;
}


 .float_left{
    float: left;
 }

.bacground_red{
    background: #B0004C;
}


.toogle_carte {
  display:none;
}

 

.footer_bg {
    height:11px;
    background:url( "../img/footer.png ") repeat-x top;
 }

.footer-sidebar {
    width:260px;
    float:left;
    margin-left:39px;
    margin-top:10px;
}

.footer-sidebar a {
    font-family:Arial,Tahoma,Helvetica,sans-serif;
    color:#DA9649;
    font-size:12px;
}

.footer-sidebar h3 {
     color:#C60202;
    font-size:18px;
}

.name_juridic,.facture_adrres {
display:none;
}

#jivo-label-copyright img {
visibility:hidden;
}

.clear {
clear:both;
}

.form-group {
  margin-bottom:15px;
  display:block;
}

 
 

.form-group textarea {
min-height:90px;
}

.btn {
    padding:2px 15px;
    border:0;
    background:url( "../img/btn_bg_all.png ") repeat-x;
    cursor:pointer;
    border:1px solid #d6d7d7;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    color: #333;
}

hr {
margin:10px auto;
border:0;
border:none;
border-top:1px solid #D8D8D8;
}

.publisher {
 
list-style:none;
}

.publisher h3 {
    color:#980448;
    font-size: 21px;
    font-weight: bold; 
    margin:0;
    padding:0;
    margin-bottom:10px;
}

.publisher ul {
list-style:none;
margin:0;
padding:0;
margin-left:10px;
}

.publisher ul a {
text-decoration:none;
}

.publisher ul a:hover {
text-decoration:underline;
}

.send_button_publisher {
background:none;
border:none;
cursor:pointer;
}

.send_button_publisher:hover {
text-decoration:underline;
}

.icon_login img {
width:25px;
}

#myDivID {
    width:300px;
    overflow-x:hidden;
}

#myDivID .comands_left {
margin-top:0px;
margin:0 auto;
}

.button_cart_box {
width:100%;
margin:10px auto;
}

.color_btn {
    color:#000;
    text-decoration:none;
}

.color_btn:hover {
    text-decoration:none;
}

.send_email_book {
    width:100%;
    position:relative;
    z-index:9999;
}

.window_book_send {
    position:absolute;
    width:100%;
    left:00px;
    top:40px;
    background:#fff;
    padding:20px;
    border:1px solid #DCDCDC;
    z-index:9999;
    display:none;
}

.input_simple {
    width:95%;
    border:1px solid #C0C0C0;
    margin-bottom:15px;
}

.send_result {
    width:100%;
}

.form-control {
    height: auto !important;
    padding: 5px 12px !important;
    border-radius:0px;
}

.search_center{
  color: #6d6e71;
    text-transform: uppercase;
}

.title_left_cart{
    background: #A8A8A8;
    color: #fff;
}

.btn_search{
   font-size: 16px; 
   background: none;
   border: none;
   float: right;
   text-transform: uppercase;
   padding-right: 0;
 }

.title_search{
   font-size: 14px;
   text-transform: uppercase; 
   padding: 5px 2px 4px 30px;
   
   background: #fff url("../img/szearch_small.png") 10px center no-repeat;
   color: #6d6e71;
   height: 28px;
}

.input_search{
   background: rgba(255,255,255, 0.8);
   border: none;
   width: 100%;
   padding: 3px 10px;
   height: 28px;
   /*padding-bottom: 4px;*/
} 
.padding_search{
   padding-right: 0;
   padding-left: 2px;
}
 
 
/***librar******/
.input_registration{
   background: #F1F1F1;
   border: none;
   width: 100%;
   padding: 2px 10px;
    
   margin-bottom: 3px;
}  
 
.title_registration{
   font-size: 14px;
   text-transform: uppercase; 
   padding: 3px 10px;
   background: #DBDBDB;
   color: #707072; 
   
}
.additiona_reg_text{
    font-size: 12px;
} 

@media (max-width: 990px) {
    
    .padding_search {
        padding-top:2px;
        padding-right: 0px;
        padding-left: 0px;
    }
}   
 
/*



.form_new_design label,
.add_new_advertiser label{
   background: #A2A2A2;
   border: none;
   padding: 3px 10px;
   padding-bottom: 4px;
   height: 30px;
   float: left;
   margin-top: 0;
   font-weight: normal;
   font-size: 15px;
   text-transform: uppercase;
   display: block;
   margin-bottom: 0;
   text-align: left !important;
   color: #fff;
} 

.form_new_design label{
   width: 35%; 
}

.form_new_design input[type="text"],
.form_new_design input[type="password"],
.form_new_design select,

.add_new_advertiser input[type="text"],
.add_new_advertiser input[type="password"],
.add_new_advertiser select,
.add_new_advertiser textarea 
{
   background:rgba(168, 168, 168, 0.2);
   border: none;
   padding: 3px 10px;
   padding-bottom: 4px;
   height: 30px;
   margin-top: 0;
   margin-left: 2px;
   box-shadow: none;
   transition: none;
}

.form_new_design input[type="text"],
.form_new_design input[type="password"],
.form_new_design select 
{
  width: calc( 65% - 2px ) ;
  float: left;  
}


.form_new_design .form-group,
.add_new_advertiser .form-group{
    margin-bottom: 3px;
    padding-bottom: 0;
}

.add_new_advertiser div {
  padding-left: 1px;
  padding-right: 0;  
}

 
  @media (max-width: 990px) {
    
    .padding_search {
        padding-top:2px;
        padding-right: 0px;
        padding-left: 0px;
    }
    
    .form_new_design label,
     .add_new_advertiser label,
    .form_new_design input[type="text"],
    .form_new_design input[type="password"],
    .form_new_design select{
        width: calc( 100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }
    .form_new_design label,
    .add_new_advertiser label{
        margin-bottom: 2px;
    }
   .add_new_advertiser div {
      padding-left: 15px; 
      margin-bottom: 2px; 
      padding-right: 15px;
    }
   
    .add_new_advertiser input[type="text"],
    .add_new_advertiser input[type="password"],
    .add_new_advertiser select,
    .add_new_advertiser textarea{
    margin-left: 0px;
   }
    
}
 
 
 */


.list_of_image{
    padding: 5px 0;
}

.col-md-22{
    width: 22%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
.col-md-88{
    width: 56%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
.col-md-1010{
    width: 78%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
/*******single tab menu******/

.menu_single_tab{ 
    margin: 10px 0px;
    padding: 0;
    list-style: none;     
}

.menu_single_tab li{
    border-left: 1px solid  #828282;
    float: left;
    padding: 0px 20px;
    font-size: 16px;
    line-height: 1.1;
    margin: 10px 0; 
} 
.menu_single_tab li:first-child{
   padding-left: 0;
   border: none; 
}
 
.menu_single_tab li a{
   color: #828282;
}

.menu_single_tab li.active a{
   color:#980747;
}
/*****end single tab menu****/

.form-horizontal .form-group{
   margin-right:0px;
   margin-left: 0px;
}

.footer {
  padding-top:30px;
  padding-bottom:40px;
   text-align: center;
}

.footer h4{
  text-transform: uppercase;
  color: #980747;
  font-size: 20px;
  text-align: center;
}
.footer a{
  display: block;
  text-align: center;
  color: #000000;
}

.modal-content {
    position: relative;
    background-color: #FFF;
    background-clip: padding-box;
    border: 2px solid #808080 !important;
    border-radius: 3px;
    outline: 0px none;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.2);
}

.review_name{
    font-size:16px ;
    text-transform: uppercase;
}

#images{
    list-style: none;
    margin:7px;
    padding: 0;
    display: block;
}

.news_list{
 color: #6d6e71;    
}

.news_list h2 a{
  font-style: italic;  
  color: #9A0E4C;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 0;
}

.per_page{
    float: right;
   
    padding: 0;
    height: 20px; 
    font-size: 12px;  
 }
 
 .librar_left_sidebar h1,
 .librar_left_sidebar h2{
    text-transform: uppercase;
    font-size: 18px;
    color: #980748;
    font-weight: bold;
 }
 
 .librar_page h1{
    color: #980747;
    font-weight: bold;
 }
  .librar_page a{
    color: #980747;
  }
  
 .librar_page h3 a{
    background: url("../img/bg_title_red.png") no-repeat right center;
    color: #fff;
    width: 200px;
    text-transform: uppercase;
    display: block;
    padding: 5px 11px;
    font-size: 18px;
    font-weight: bold;
 }
 
 .title_blog_big{
    background: url("../img/bg_title_red.png") no-repeat right center;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 31px 5px 11px;
    font-size: 22px;
    font-weight: bold;
 }
  .title_blog_big:hover{
    color: #fff;
  }
  
 

.show_info_payment{
    margin-left: 17px;
}

.show_info_payment textarea{
    width: 100%;
}
  
 .show_info_payment{
    display: none;
 } 
 
 .cart_right_side_title{
    color: #fff;
 }
  .cart_right_side_title:hover{
    color: #fff;
 }
 
 .full_width_is{
    width: 100%;
    float:none;
  }
 .text_produs.full_width_is{
    margin-top: 30px;
 }
 
 .outOfStockProdct{
    opacity: 0.4;
 }

 
 .cartMobileIcon{
    font-size: 30px;
    float: right;
    margin-top: 27px;
    margin-right: 30px;   
 }
 
 .menuMobile{
   float: right;
   margin-right: 20px;
   margin-top: 25px !important;  
 }
 
 