#footer {
    background: #fafafa;
}

/** add-box **/
#address-list .tit-name{
    float: left;
    font-weight: bold;
    width: 70px;
    padding-right: 5px;
}
#address-list {
    margin-top: 18px;
}
#address-list .tit-contain {
      display: flex;
}
/** #introduce-box **/
#introduce-box {
    margin-top: 40px;
}
.introduce-title {
    text-transform: uppercase;
    font-size: 16px;
    list-style: none;
    font-weight: bold;
    margin-bottom: 8px;
}
.introduce-list li{
    padding-top: 2px;
    padding-bottom: 2px;
}

.introduce-list {
    padding-left: 16px;
    list-style: inherit;
}
/** contact-box **/
#mail-box {
    margin-bottom: 20px;
}
#mail-box input{
    height: 30px;
  background: #fff;
  width: 100%;
  padding-left: 10px;
}
#mail-box .btn {
    font-weight: bold;
    color: #fff;
    height: 30px;
    border-radius: 0;
    background: #444;
    border: none;
    outline: none;
}
#mail-box .btn:hover{
    z-index: 0;
    opacity: 0.8;
    transition: 0.3s;
}

/** /#introduce-box **/
/** #trademark-box **/
#trademark-text-box {
    font-size: 13px;
}
#trademark-list  {
  list-style: outside none none;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 30px;
  display: table;
  width: 100%;
  margin-top: 30px;
}
#trademark-list li{
    display: inline-block;
    padding: 10px 11px;
}
#trademark-list li:last-child{
    padding-right: 0;
}
#trademark-list #payment-methods{
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 0px;
}
.trademark-text-tit {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}
.trademark-list{
    list-style: none;
    margin-bottom: 10px;
}
.trademark-list li{
    display: inline;
    padding: 0 7px 0 5px;
    border-right: 1px solid #666666;
}
.trademark-list li:first-child{
    border-right: none;
    padding-right: 0;
    padding-left: 0;
}
.trademark-list li:last-child{
    border-right: 0;
    padding-right: 0;
}
.social-link a:hover{
  opacity: 0.8;
}
.social-link .fa{
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}
.social-link .fa-facebook{
    background: #415a99;
}

.social-link .fa-pinterest-p{
    background: #cb222a;
}
.social-link .fa-vk{
    background: #5b7fa6;
}

.social-link .fa-twitter{
    background: #00caff;
}

.social-link .fa-google-plus{
    background: #da4735;
}

/** #footer-menu-box **/
#footer{
  background: #fafafa;
      margin-top: 15px;
}
#footer-menu-box {
    border-top: 1px solid #E1E1E1;
    margin-top: 10px;
    padding-top: 20px;
    margin-bottom: 20px;
}

.footer-menu-list{
    list-style: none;
    text-align: center;
    margin-bottom: 5px;
}
.footer-menu-list li{
    display: inline;
    padding: 0 7px 0 5px;
    border-right: 1px solid #0066cc;
}
.footer-menu-list li:last-child{
    border-right: none;
}

.footer-menu-list li a{
    color: #0066cc;
}

.footer-menu-list li a:hover{
    text-decoration: underline;
    transition: all 0.3s;
}
.scroll_top{
    width: 34px;
  height: 34px;
  position: fixed;
  display: none;
  font-size: 0;
  z-index: 9999;
  right: 10px;
  bottom: 32px;
  background: #666;
  display: none;
}
.scroll_top:hover{
  background: #F36;
}

.scroll_top:before {
  content: "\f106";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: block;
}




/*-------------
[23. footer2]
---------*/
#footer2{
  margin-top: 45px;
  border-top: 1px solid #eaeaea;
  background: #fff;
}
#footer2 .footer-top{
  padding: 10px 0;
}
#footer2 .footer-top .footer-menu{
  margin-top: 25px;
}
#footer2 .footer-top .footer-menu li{
  display: inline;
  float: left;
  padding: 0 10px;
}
#footer2  .footer-social{
  margin-top: 18px;
}
#footer2  .footer-social li{
    display: inline;
    float: right;
}
#footer2  .footer-social li>a .fa{
  line-height: inherit;
}
#footer2  .footer-social li>a{
  color: #fff;
  width: 32px;
  height: 32px;
  background: #415a99;
  float: left;
  text-align: center;
  line-height: 32px;
  margin-left: 5px;
}
#footer2 .footer-social li>a:hover{
  opacity: 0.8;
}
#footer2 .footer-social li>a.twitter{
  background: #00caff;
}
#footer2  .footer-social li>a.pinterest{
  background: #cb222a;
}
#footer2  .footer-social li>a.vk{
  background: #5b7fa6;
}
#footer2 .footer-social li>a.google-plus{
  background: #da4735;
}
#footer2 .footer-paralax{
  background: url("../images/brand_prlx_bg-small.jpg") 50% 0 no-repeat fixed;
  color: #fff;
}
#footer2 .footer-row{
  padding: 45px 0;
  background-color: rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
#footer2 .footer-center{
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.6);
}
#footer2 .footer-center h3{
  text-transform: uppercase;
  padding-bottom: 20px;
}
#footer2 .footer-center p{
  color: #999;
  padding-bottom: 20px;
}
#footer2 .footer-row .form-subscribe{
  width: 540px;
  margin: 0 auto;
  border: 1px solid #999;
  line-height: normal;
}
#footer2 .footer-row .form-subscribe .form-group{
  width: 100%;
  position: relative;
}
#footer2 .footer-row .form-subscribe .form-control{
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow:inherit;
  box-shadow:inherit;
  padding-right: 40px;
  color: #fff;
}
#footer2 .footer-row .form-subscribe .btn{
  position: absolute;
  top: 3px;
  right:0;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow:inherit;
  box-shadow:inherit;
  color: #fff;
}
#footer2 .widget-title{
  text-transform: uppercase;
  padding-bottom: 20px;
}
#footer2 .widget-body ul{
  padding-left: 25px;
}
#footer2 .widget-body li{
  line-height: 30px;
}
#footer2 .widget-body li a{
  color: #999;
  margin-left: -25px;
}
#footer2 .widget-body li a:hover{
  color: #fff;
}
#footer2 .widget-body li a:before{
  font-family: 'FontAwesome';
  font-size: 14px;
  content: "\f105";
  margin-right: 15px;
}
#footer2 .widget-body li a.location:before{
    content: "\f041";
}
#footer2 .widget-body li a.phone:before{
    content: "\f095";
}
#footer2 .widget-body li a.email:before{
  content: "\f003";
}
#footer2 .widget-body li a.mobile:before{
  content: "\f10b";
}
#footer2 .footer-bottom{
  background-color: rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.8);
  
  color: #fff;
}
#footer2 .footer-bottom .footer-bottom-wapper{
  border-top: 1px solid #333333;
  padding: 30px 0;
}
#footer2 .footer-bottom .footer-payment-logo{
  text-align: right;
}

.block-banner{
  margin-top: 30px;
}
.block-banner .block-banner-left,
.block-banner .block-banner-right{
  width: 50%;
  float: left;
}
.block-banner .block-banner-left{
  padding-right: 5px;
}
.block-banner .block-banner-right{
  padding-left: 5px;
}
.greeting
{
	font-size:24px;
	border-bottom:1px dashed #E9E9E9;
	margin-bottom:10px;
	padding-bottom:7px;
	color:#D51318;
}


@media (min-width:992px) and (max-width: 1199px) {
 .contacts{
 font-size:13px;
}
.brands-name .nav-stacked li a {
    background-color: #FFFFFF;
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    padding: 5px 25px;
    text-decoration: none;
}
body
{
	font-size:12px;
}
.productinfo p {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #696763;
}
.category-products .panel-default .panel-heading .panel-title a {
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}
.panel-title1 {
    margin-top: 0;
    margin-bottom: 0;
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}
.introduce-title {
    text-transform: uppercase;
    font-size: 14px;
    list-style: none;
    font-weight: bold;
    margin-bottom: 8px;
}

h4
{
	font-size: 15px;
}
#cssmenu > ul > li > a {
    padding: 17px 15px!important;
    font-size: 12px!important;
    letter-spacing: 1px;
    text-decoration: none;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
}
#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 22px;
    right: 2px!important;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}
#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 19px;
    right: 5px!important;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.add-to-cart {
    background: rgba(100, 138, 51, 0.71);
    border: 0 none;
    border-radius: 0;
    color: #F9F9F9;
    font-family: 'Roboto', sans-serif;
    font-size: 10px!important;
    margin-bottom: 0px;
}
.add-to-cart-net {
    background: #fc8e9b;
    border: 0 none;
    border-radius: 0;
    color: #F9F9F9;
    font-family: 'Roboto', sans-serif;
    font-size: 10px!important;
    margin-bottom: 0px;
}
}