/*------------------------------------------------- = Table of Css 1.General 2.Header 3.Slider 4.Icon Block 5.Products 6.Logo Carousel 7.Promo Box 8.Shop 9.Single Product 10.Cart 11.Checkout 12.About 13.Contact 14.Footer-------------------------------------------------*/
/********************************** General ********************************/
ul {
  padding:0;
  margin:0;
}
ul li {
  list-style:none;
}
a,.row.articles .div_product,.members-social {
  transition:all 0.2s ease-in-out;
  -moz-transition:all 0.2s ease-in-out;
  -webkit-transition:all 0.2s ease-in-out;
  -o-transition:all 0.2s ease-in-out;
  color:#000;
  text-decoration:none;
}
.nopadding_new {
  padding-left:0 !important;
  margin-left;
  :0 !important;
  background-color:#f6f6f6;
}
.nopadding {
  padding-left:0px !important;
  margin-left;
  :0 !important;
  background-color:#f6f6f6;
}
hr {
  width:100%;
  float:left;
  clear:both;
  background:#eaeaea;
  height:1px;
}
.single-post .date-post {
  margin-top:-55px;
  text-align:left;
}
a:hover {
  text-decoration:none;
  opacity:0.9;
}
.comment-section {
  margin-bottom:20px;
  overflow:hidden;
}
.comment-section h1 {
  font-size:24px;
  text-transform:inherit;
  margin-bottom:15px;
}
.comment-box {
  overflow:hidden;
  margin-bottom:30px;
}
.comment-box img {
  float:left;
  max-width:80px;
}
ul.depth {
  margin-left:100px;
}
ul.depth li {
  position:relative;
}
ul.depth li:before {
  position:absolute;
  content:'';
  width:40px;
  height:40px;
  top:0;
  left:-60px;
  border-left:1px solid #dddddd;
  border-bottom:1px solid #dddddd;
}
.comment-content {
  padding-left:100px;
}
.comment-content h6 {
  color:#3c3c3c;
  font-size:14px;
  font-family:'Roboto', sans-serif;
  font-style:italic;
  line-height:22px;
  border-bottom:1px solid #e5e5e5;
  display:inline-block;
  margin:-4px 0 7px;
  padding-bottom:4px;
}
.comment-content h6 span {
  color:#d1d1d1;
  font-style:normal;
}
.comment-content p {
  color:#a3a3a3;
  line-height:26px;
}
.text-fieldsnew {
  float:left;
  width:50%;
  padding-right:10px;
}
.submit-areanew {
  float:right;
  width:50%;
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width:767px) {
  .sesion_usuario{
    display: none;
  }
  .text-fieldsnew {
    float:left;
    width:100%;
    padding-right:10px;
  }
  .submit-areanew {
    float:right;
    width:100%;
  }
  .product-title {
    height: 50px !important;
  }
  .articles img, .members img {
    width: 60% !important;
  }
  .navbar-brand img {
    margin-bottom: 6px !important;
  }
  .text-fields {
    float:left;
    width:100%;
    padding-right:10px;
  }
  .submit-area {
    float:right;
    width:100%;
  }
}
.text-fields {
  float:left;
  width:100%;
  padding-right:10px;
}
.submit-area {
  float:right;
  width:100%;
}
.comment-form {
  overflow:hidden;
  margin-bottom:40px;
}
.comment-form h1 {
  font-size:24px;
  text-transform:inherit;
  margin-bottom:16px;
}
.float-input {
  position:relative;
  padding-left:58px;

}
.float-input span {
  position:absolute;
  width:58px;
  height:58px;
  border:1px solid #eaeaea;
  top:0px;
  left:0px;
  z-index:2;
  text-align:center;
}
.float-input span i {
  line-height:32px;
  font-size:12px;
  color:#5a423b;
  display:inline-block;
  width:32px;
  height:32px;
  text-align:center;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  border:1px solid #5a423b;
  margin-top:13px;
  transition:all 0.2s ease-in-out;
  -moz-transition:all 0.2s ease-in-out;
  -webkit-transition:all 0.2s ease-in-out;
  -o-transition:all 0.2s ease-in-out;
}
#contact-form input[type="text"],#contact-form textarea,.comment-form input[type="text"],.comment-form textarea {
  color:#848484;
  font-size:14px;
  font-family:'Roboto', sans-serif;
  border:1px solid #eaeaea;
  border-left:none;
  font-weight:300;
  -webkit-font-smoothing:antialiased;
  border-radius:0px;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  -o-border-radius:0px;
  outline:none;
  width:100%;
  padding:18px;
  display:block;
  margin-bottom:10px;
  transition:all 0.2s ease-in-out;
  -moz-transition:all 0.2s ease-in-out;
  -webkit-transition:all 0.2s ease-in-out;
  -o-transition:all 0.2s ease-in-out;
}
#contact-form input[type="text"]:focus+span i,.comment-form input[type="text"]:focus+span i {
  color:#fff;
  background:#5a423b;
}
#contact-form textarea,.comment-form textarea {
  height:126px;
  border:1px solid #eaeaea;
}
#contact-form input[type="submit"],.comment-form input[type="submit"] {
  /*width:100%;*/
  text-align:center;
  color:#fff;
  font-size:14px;
  font-family:'Roboto', sans-serif;
  font-weight:700;
  -webkit-font-smoothing:antialiased;
  padding:12px;
  background:#5a423b;
  text-transform:uppercase;
  border:none;
  transition:all 0.2s ease-in-out;
  -moz-transition:all 0.2s ease-in-out;
  -webkit-transition:all 0.2s ease-in-out;
  -o-transition:all 0.2s ease-in-out;
}
#contact-form input[type="submit"]:hover,.comment-form input[type="submit"]:hover {
  opacity:0.8;
}
#contact-form .message,.comment-form .message {
  height:20px;
  font-size:13px;
  font-family:'Roboto', sans-serif;
  float:none;
  margin-top:5px;
}
#contact-form .message.error,.comment-form .message.error {
  color:#eb2c06;
}
#contact-form .message.success,.comment-form .message.success {
  color: #1e9397;
}


/*-------------------------------------------------*/
/* = Contact/*-------------------------------------------------*/
.page-banner.contact-banner {
  background:url('../upload/banner3.jpg');
}
.map {
  height:100px;
  margin-bottom:40px;
  width: auto;
  -webkit-filter:grayscale(100%);
  -moz-filter:grayscale(100%);
  -ms-filter:grayscale(100%);
  -o-filter:grayscale(100%);
  filter:grayscale(100%);
  filter:gray;
  border-radius:5px;
  /* IE 6-9 */
}
.contact-all {
  background:#f8f7f7;
  margin:0 !important;
  padding:0px;
  border-radius:5px;
}
/*#contact-form h1,.contact-info h1 {
  font-weight:bold;
  text-transform:uppercase;
  background:red;
  margin:15px 0 30px 0;
}*/
#contact-form h1,.contact-info h1 {
  font-size:13px;
  font-family:'Roboto', sans-serif;
  padding:20px;
  text-align:center;
  font-weight:bold;
  text-transform:uppercase;
  margin-bottom:16px;
  border-radius:5px;
}
.contact-box h1 {
  text-transform:inherit;
}
#contact-form {
  margin-bottom:30px;
  /*overflow:hidden;*/
}
.contact-info {
  border-bottom:1px solid #e3e3e3;
  margin-bottom:15px;
}
.contact-info p {
  font-size:15px;
  color:#919191;
  line-height:22px;
  margin-bottom:15px;
}
.contact-info-list li {
  display:inline-block;
}
.contact-info-list li {
  display:inline-block;
  font-size:14px;
  color:#919191;
  font-family:'Roboto', sans-serif;
  font-weight:300;
  -webkit-font-smoothing:antialiased;
  margin-right:20px;
  line-height:22px;
}
.contact-info-list li i {
  font-size:17px;
  color:#54babb;
  margin-right:10px;
}
.contact-info-list li a {
  color: #919191;
}
/*******************right-cal***************/
.celendar-info {
  background:#fff;
  border-radius:5px;
  padding-top:3px;
}
.right-cal h4 {
  font-size:13px;
  font-family:'Roboto', sans-serif;
  font-weight:bold;
  color:#fff;
  text-transform:uppercase;
  /*background:#5a423b;*/
  margin:20px;
  text-align:center;
  padding:15px 30px;
  border-radius:5px;
}
.right-cal ul {
  margin-left:20px;
}
.right-cal li {
  margin:10px 30px 10px 10px;
}
.right-cal a {
  font-family:'Roboto', sans-serif;
  font-weight:bold;
  font-size:13px;
  color:#554a4c;
  text-transform:uppercase;
  margin-left:8px;
  text-decoration:none;
}
.right-cal p {
  font-family:'Roboto', sans-serif;
  font-weight:bold;
  font-size:13px;
  color:#554a4c;
  text-transform:uppercase;
  margin-left:8px;
  text-decoration:none;
}
.right-cal span {
  float:right;
  margin-right:20px;
}
.colored {
  background:#f1f0eb;
  padding:7px 0;
}
.right-inf h4 {
  font-size:13px;
  font-family:'Roboto', sans-serif;
  font-weight:bold;
  color:#fff;
  text-transform:uppercase;
  /*background:#5a423b;*/
  margin:20px;
  text-align:center;
  padding:15px 30px;
  border-radius:5px;
}
.right-inf ul {
  margin-left:40px;
  margin-bottom:25px;
}
.right-inf li {
  margin-bottom:5px;
}
.right-inf p {
  font-family:'Roboto', sans-serif;
  font-weight:bold;
  font-size:12px;
  color:#554a4c;
  text-transform:capitalize;
}
.right-inf a {
  font-family:'Roboto', sans-serif;
  font-weight:bold;
  font-size:12px;
  color:#554a4c;
  text-transform:capitalize;
  text-decoration: none;
}
/*********************end-contact-form******************************/
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License:none (public domain)*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin:0;
  padding:0px;
  border:0;
  font-size:100%;
  font:inherit;
  /*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display:block;
}
body {
  line-height:1;
  font-family:'Roboto', sans-serif;
  background:#ffffff!important;
}
ol,ul {
  list-style:none;
}
blockquote,q {
  quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
  content:'';
  content:none;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
a {
  text-decoration:none;
  transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -webkit-transition:all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
/********************************** Header ********************************/

.container.header {
  background:#f8f7f7;
  width:100%;
  /*top: 5px;*/
}
.header {
  width:100%;
  background:#fff;
  /*position:relative;*/
}
.top-strip {
    position: fixed;
    width: 100%;
    padding: 0px;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-box-shadow: rgba(0,0,0,0.2) 0px 15px 25px;
}
.user p {
  font-size:11px;
  font-weight:bold;
  text-transform:capitalize;
  color:#ebebeb;
  float:left;
  padding:0;
  margin:0;
  /*line-height:20px;*/
}
.language ul {
  float: left;
  margin:0;
  padding:0;
}
.language li {
  display:block;
  margin-left:10px;
}
.language p{
      /* padding: 6px 10px; */
    font-size: 11px;
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
.language a {
  /*padding:6px 10px;*/
  font-size:11px;
  font-weight:bold;
  text-transform:capitalize;
  color:#fff;
  text-decoration:none;
}
.language a:hover {
  background:rgba(0,0,0,0.2);
  color:#fff;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius: 4px;
}
.language> #rs a:hover {
  background:rgba(0,0,0,0);
}
/*-- Logo --*/
.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
  padding:0;
  margin-left: 0;
}
/*-- Navigation --*/
.full {
  background:#fff;
  width:100%;
  padding:30px 0px 0px 0px;
}

.navbar-default {
  /*border:none!important;*/
  background:#f8f7f7!important;
  padding:0px 0px 0px 0!important;
  margin-top:30px;
}
.navbar-default a {
  color:#3c2f33 !important;
  font-weight:bold!important;
  font-size:13px!important;
  text-transform:uppercase!important;
  -webkit-border-radius:4px!important;
  -moz-border-radius:4px!important;
  border-radius:4px!important;
}
.navbar-default a:hover {
  color:#000 !important;
}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
  /*color:#3c2f33!important;*/
  /*background:#6d534c!important;*/
}
/*.navbar-default .navbar-nav>li>a:hover {
  color:#fff!important;
  background:#7f574c!important;
}*/
.navbar-nav>li>a {
  /*padding:10px 13px;*/
}
.navbar-nav>li {
  margin-right:5px;
}
.dropdown-menu>li>a {
  padding:15px 25px;
}
.dropdown:hover .dropdown-menu {
  display:block;
  padding-top:0;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius: 4px;
}
/********************************** Slider ********************************/
.main-flexslider {
  float:left;
  position:relative;
  width:100%;
  height:auto;
}
.main-flexslider img {
  width:100%;
  height:auto;
}
.main-flexslider .slides .slides {
  background-size:cover;
  background-repeat:no-repeat;
}
.main-flexslider .slides .slides .container {
  position:absolute;
  top:0px;
}
.main-flexslider .slides .slides .slide-caption {
  width:100%;
  top:30%;
  position:absolute;
  z-index:100;
}
.main-flexslider .slides .slides .slide-caption a {
  color:#fff;
  background:#be8c60;
  font-size:13px;
  font-family:'Roboto', sans-serif;
  font-weight:bold;
  padding:15px 30px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  letter-spacing:1px;
  line-height:130px;
}
.main-flexslider .slides .slides .slide-caption a:hover {
  background:#f6ede5;
  color:#725337;
  text-decoration:none;
}
.main-flexslider .slides .slides .slide-caption h2 {
  margin-top:0;
  font-size:50px;
  font-family:'Roboto', sans-serif;
  font-weight:normal;
  color:#ebebeb;
  text-align:center;
}
.main-flexslider .slides .slides .slide-caption p {
  font-size:15px;
  font-weight:300;
  color:#000;
}
.main-flexslider .slides .slides .slide-caption .slide-item-features {
  float:left;
  padding-left:0;
  margin:15px 0;
  border-bottom:1px solid #DBDBDB;
  padding-bottom:30px;
}
.main-flexslider .slides .slides .slide-caption .slide-item-features li {
  float:left;
  background-color:#fff;
  border:1px solid #B1B1B1;
  font-size:13px;
  font-weight:300;
  color:#000;
  margin-right:5px;
  padding:3px 5px;
  padding-right:10px;
  text-transform:capitalize;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
  border-radius:4px;
}
.main-flexslider .slides .slides .slide-caption .slide-item-features li span {
  color:#B1B1B1;
  font-size:18px;
  padding:5px;
  padding-right:10;
}
.main-flexslider .slides .slides .slide-caption .slider-buttons-wrapper {
  margin:25px 0;
  float:left;
}
.main-flexslider .slides .slides .slide-caption:before {
  position:absolute;
  z-index:-1;
}
.slide-item-features {
  float:left;
  padding-left:0;
  margin:15px 0;
  border-bottom:1px solid #DBDBDB;
  padding-bottom:30px;
}
.slide-item-features li {
  float:left;
  background-color:#fff;
  border:1px solid #B1B1B1;
  font-size:13px;
  font-weight:300;
  color:#000;
  margin-right:5px;
  padding:3px 5px;
  padding-right:10px;
  text-transform:capitalize;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
  border-radius:4px;
}
.slide-item-features li span {
  color:#B1B1B1;
  font-size:18px;
  padding:5px;
  padding-right:10;
}
.flex-direction-nav a {
  background-color:#0095e6;
  color:#fefefe;
  text-align:center;
  width:61px;
  height:61px;
  line-height:62px;
  z-index:0;
}
.flex-direction-nav a:before {
  font-family:'Roboto', sans-serif;
  font-size:24px;
  display:inline-block;
  content:'\f190';
}
.flex-direction-nav a.flex-next:before {
  content:'\f18e';
}
.main-flexslider .flex-direction-nav .flex-prev {
  top:363px !important;
  left:inherit !important;
}
.main-flexslider .flex-direction-nav .flex-next {
  right:0 !important;
  top:363px !important;
}
.flex-direction-nav {
  display: none;
}
/********************************** Icon Blocks ********************************/
.icon-blocks {
  background:#fff;
  float:left;
  width:100%;
  height:auto;
  border-radius:5px;
  margin:30px 0;
}
.icon-blocks .col-md-4 {
  padding:30px;
}
.icon-blocks p {
  color:#382925;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  text-align:center;
}
.icon-blocks i {
  font-size:30px;
  color:#5a423b;
  display:block;
  margin-bottom:20px;
}
.row.articles>.div_product:hover {
  -webkit-box-shadow:3px -9px 84px 13px rgba(0,0,0,0.31);
  -moz-box-shadow:3px -9px 84px 13px rgba(0,0,0,0.31);
  box-shadow: 3px -9px 84px 13px rgba(0,0,0,0.31);
}
/********************************** Products ********************************/
.articles {
  background:#ffffff;
  /*padding: 35px;*/
}
.articles img,.members img {
  margin-top: -25px;
  width:40%;
  height: 60px;
  -webkit-border-top-left-radius:3px;
  -webkit-border-top-right-radius:3px;
  -moz-border-radius-topleft:3px;
  -moz-border-radius-topright:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
}
.articles .text,.members .text {
  float:left;
  background:#fff;
  width:100%;
  margin-bottom:30px;
  margin-top:-2px;
  text-align:center;
  padding:30px 0 17px 0;
  text-transform:uppercase;
  font-weight:bold -webkit-border-bottom-right-radius:3px;
  -webkit-border-bottom-left-radius:3px;
  -moz-border-radius-bottomright:3px;
  -moz-border-radius-bottomleft:3px;
  border-bottom-right-radius:3px;
  border-bottom-left-radius:3px;
}

.articles p {
  color:#382925;
  font-size:21px;
  font-weight:bold;
  text-transform:uppercase;
  text-align:center;
  background:#fff;
  padding:10px 0;
  margin:0!important;
}
.articles span {
  font-size:13px;
  font-weight:bold!important;
}

.articles a:hover {
  color:#89573b;
}
.members .text {
  float:left;
  background:#fff;
  width:100%;
  margin-bottom:30px;
  margin-top:-2px;
  text-align:left;
  text-transform:uppercase;
  font-weight:bold -webkit-border-bottom-right-radius:3px;
  -webkit-border-bottom-left-radius:3px;
  -moz-border-radius-bottomright:3px;
  -moz-border-radius-bottomleft:3px;
  border-bottom-right-radius:3px;
  border-bottom-left-radius:3px;
  padding:25px;
  position:relative;
}
.members-socials {
  position:absolute;
  background:rgba(56,41,37,0.2);
  width:100%;
  height:66px;
  top:-66px;
  left:0;
}
.members-socials:hover {
  background:rgba(56,41,37,0.8);
}
.members-socials ul {
  text-align:center;
}
.members-socials ul li {
  display:inline-block;
  line-height:66px;
  margin:0 3px;
}
.members p {
  color:#382925;
  font-size:21px;
  font-weight:bold;
  text-transform:uppercase;
  text-align:left;
  background:#fff;
  padding:10px 0;
}
.members span {
  font-size:13px;
  font-weight:bold
}
.members-socials i {
  color:#fff;
  width:32px;
  height:32px;
  border-radius:100px;
  background:#281d1a;
  line-height:32px;
  font-size:16px;
  opacity: 0.8;
}
i:hover {
  transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  -webkit-transform:rotate(360deg);
  -webkit-animation-delay:10s;
  /* Safari and Chrome */
  animation-delay:10s;
}
.members-socials i:hover {
  background:#998d8a;
  color:#fff;
  opacity:1;
}
.members img {
  width: 100%;
}
/********************************** Logo Carousel ********************************/
.clients-section {
  background:#5a423b;
}
.partners {
  padding:50px;
  background:url('../upload/banner1.jpg');
  overflow:hidden;
}
.carousel {
  position:relative;
  margin-top:50px;
  margin-bottom:60px;
}
.partners .carousel-control {
  border:1px solid #fff;
  background:transparent;
}
.carousel-control.right,.carousel-control.left {
  background:none!important;
}
.carousel-control.left:after {
  font-family:'Roboto', sans-serif;
  font-size:24px;
  display:inline-block;
  content:'\f190';
  float:left;
  margin-top:46px;
}
.carousel-control.right:after {
  font-family:'Roboto', sans-serif;
  font-size:24px;
  display:inline-block;
  content:'\f18e';
  float:right;
  margin-top:46px;
}
.partners .carousel-control.left:before {
  top:-2px;
  left:8px;
}
.partners .carousel-control.right:before {
  top:-2px;
  left:9px;
}
.partner-list {
  overflow:hidden;
  padding-top:10px;
}
.partner-list li {
  float:left;
  width:16.8%;
  margin-left:4%;
}
.partner-list li:first-child {
  margin-left: 0;
}
/********************************** Promo Box ********************************/
.prize {
  /*background:url(../images/choco5.jpg) no-repeat center;*/
  width:100%!important;
  margin-top:20px;
  padding-bottom:0px;
  margin-bottom:0px;
}
/*width:1600px!important;
  height: auto;
  margin-top:5px;
  padding-top:235px;*/
.prize h1 {
  text-align:center;
  font-size:20px;
  text-transform:uppercase;
  color:#e7e5de;
  padding:84px 0;
  font-weight:bold;
}

.above-footer {
  width:100%;
  background:#382925;
}
.info {
  padding-top:50px;
  padding-bottom:50px;
  padding: 15px;
  background:#382925;
}
.addres h1 {
  color:#be8c60;
  font-size:20px;
  margin-bottom:25px;
}
.addres h6 {
  margin-bottom:25px;
  font-size:12px;
  font-weight:normal;
  color:#be8c60;
}
.addres p {
  font-size:12px;
  text-transform:capitalize;
  color:#e7e5de;
}
.account h4 {
  font-size:13px;
  font-weight:bold;
  text-transform:uppercase;
  color:#e7e5de;
  /*margin-bottom:25px;*/
}
.account ul li {
    margin-bottom:15px;
}
.account a {
  font-weight:normal;
  font-size:12px;
  /*text-transform:capitalize;*/
  color:#e7e5de;
  text-decoration:none;
}
.account a:hover {
  opacity:0.5;
}
.assistance ul {
  margin-top:30px;
}
.assistance ul li {
  margin-bottom:15px;
}
.assistance a {
  font-size:12px;
  text-transform:capitalize;
  color:#e7e5de;
  text-decoration:none;
}
.assistance a:hover {
  opacity:0.5;
}
.about h4 {
  font-size:13px;
  font-weight:bold;
  text-transform:uppercase;
  color:#e7e5de;
  margin-bottom:15px;
}
.about p {
  font-weight:normal;
  font-size:12px;
  color:#e7e5de;
}
.page-title-new {
  width:100%;
  /*padding-bottom:35px;*/
  background:#1e1918;
}
.page-title {
  width:100%;
  /*padding-bottom: 2%;*/
  background:#f5c86d;
}
.page_title {
  width:100%;
  background:#5a423b;
}
.cont h4 {
  font-size:14px;
  font-weight:bold;
  text-transform:uppercase;
  color:#fff;
  /*margin-top:35px;*/
}
.produti h4 {
  font-size:14px;
  font-weight:bold;
  text-transform:uppercase;
  color:#fff;
  /*margin-top:35px;*/
}
.cart h4 {
  background:#7f574c;
  text-align:center;
  padding:15px 0;
  font-size:13px;
  font-weight:bold;
  text-transform:uppercase;
  color:#ebebeb;
}
.cart ul {
  float:right;
  font-size:13px;
}
.cart ul li {
  display:inline-block;
  margin:20px 0;
}
.cart a {
  color:#fff;
  text-decoration:none;
}
.cart a:hover {
  opacity:0.5;
}
.slider-cart {
  position:absolute;
  z-index:99999999999;
  top:0;
  right:0;
}
.content {
  margin-top:30px;
}
.latest a {
  background:#be8c60;
  font-weight:bold !important;
  font-size:11px !important;
  text-transform:uppercase;
  color:#382925;
  padding:10px 15px;
  border-radius:3px;
}
.article {
  margin-bottom:30px;
  background:#5a423b;
}
.article img {
  width:100%;
}
.article p {
  color:#382925;
  font-size:13px;
  font-weight:bold;
  text-transform:uppercase;
  text-align:center;
  background:#fff;
  padding:10px 0;
}
#btn_compra {
  background:#be8c60;
  color:#fff;
}
.personalized {
  background:#fff;
  padding:30px 0;
}
.personalized h4 {
  text-align:center;
  padding:15px 0;
  font-size:13px;
  font-weight:bold;
  text-transform:uppercase;
  color:#3c2f33;
}
.personalized p {
  color:#554a4c;
  font-size:12px;
  font-weight:normal;
  text-align: center;
}
/********************************** Contact ********************************/
.page-banner.contact-banner {
  background:url('../upload/banner3.jpg');
}
.map {
  height:440px;
  margin-bottom:40px;
  -webkit-filter:grayscale(100%);
  -moz-filter:grayscale(100%);
  -ms-filter:grayscale(100%);
  -o-filter:grayscale(100%);
  filter:grayscale(100%);
  filter:gray;
  /* IE 6-9 */
}

.contact-box h1 {
  text-transform:inherit;
}
.contact-info {
  border-bottom:1px solid #e3e3e3;
  margin-bottom:15px;
}
.contact-info p {
  font-size:15px;
  color:#919191;
  line-height:22px;
  margin-bottom:15px;
}
.contact-info-list li {
  display:inline-block;
}
.contact-info-list li {
  display:inline-block;
  font-size:14px;
  color:#919191;
  font-family:'Roboto', sans-serif;
  font-weight:300;
  -webkit-font-smoothing:antialiased;
  margin-right:20px;
  line-height:22px;
}
.contact-info-list li i {
  font-size:17px;
  color:#54babb;
  margin-right:10px;
}
.contact-info-list li a {
  color: #919191;
}
/*********************************price-filter******************************************/
.noUi-target * {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-touch-callout:none;
  -ms-touch-action:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  cursor:default;
}
.noUi-base {
  width:100%;
  height:6px;
  position:relative;
  max-width:100%;
  max-height:100%;
  z-index:1;
  border:1px solid #dbdbdb;
  margin-bottom:15px;
}
.noUi-handle {
  background:#EEE;
  height:18px;
  width:18px;
  border-radius:5%;
  -webkit-border-radius:5%;
  -moz-border-radius:5%;
  -o-border-radius:5%;
  margin:-6px 0 0 -6px;
  border:1px solid #382925;
  background:#382925;
}
.noUi-connect {
  background:Teal;
  background:#394f61 url('../images/price-range.png') center center no-repeat;
}
.noUi-background {
  background:#f5f5f5;
}
.noUi-origin {
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  z-index:0;
  border-radius:inherit;
  background:#382925;
}
.noUi-origin-upper {
  background:inherit !important;
}
.noUi-z-index {
  z-index:10;
}
.noUi-vertical {
  width:40px;
  height:100%;
}
.noUi-vertical .noUi-origin {
  bottom:0;
  left:0;
}
.noUi-vertical .noUi-handle {
  margin:-23px 0 0 -3px;
}
.noUi-target[disabled] .noUi-base {
  background:#999;
}
.noUi-target[disabled] .noUi-connect {
  background:#BBB;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition:left 0.3s,top 0.3s;
  transition: left 0.3s,top 0.3s;
}
/*-------------------------------------------------*/
/* = shop page/*-------------------------------------------------*/
.top-bar {
  padding:9px;
  border:1px solid #dbdbdb;
  height:50px;
  margin-bottom:30px;
}
.top-bar .left-block {
  float:left;
}
.top-bar .right-block {
  float:right;
}
.select-filter label {
  display:inline-block;
  margin:0 9px 0 6px;
  color:#535353;
  font-size:13px;
  font-family:'Roboto', sans-serif;
  font-weight:400;
}
.select-filter .select-box {
  display:inline-block;
  margin-right:10px;
}
.select-filter select {
  height:30px;
  width:100px;
  border:1px solid #dbdbdb;
  outline:none;
  font-size:12px;
  font-family:'Roboto', sans-serif;
}
.top-bar .right-block span {
  color:#535353;
  font-size:13px;
  font-family:'Roboto', sans-serif;
  margin-right:9px;
}
.top-bar .right-block a {
  display:inline-block;
  width:30px;
  height:30px;
  text-align:center;
  background:#54babb;
}
.top-bar .right-block i {
  font-size:15px;
  color:#fff;
  line-height:30px;
  transition:all 0.2s ease-in-out;
  -moz-transition:all 0.2s ease-in-out;
  -webkit-transition:all 0.2s ease-in-out;
  -o-transition:all 0.2s ease-in-out;
}
.top-bar .right-block a:hover i {
  opacity:0.7;
}
.product-post {
  margin-bottom:50px;
}
.product-post img {
  width:100%;
  margin-bottom:15px;
  border-top-left-radius:4px;
  -webkit-border-top-left-radius:4px;
  -moz-border-top-left-radius:4px;
  -o-border-top-left-radius:4px;
  border-top-right-radius:4px;
  -webkit-border-top-right-radius:4px;
  -moz-border-top-right-radius:4px;
  -o-border-top-right-radius:4px;
}
.product-post h2 {
  color:#000;
  font-size:15px;
  font-family:'Roboto', sans-serif;
  font-weight:300;
  -webkit-font-smoothing:antialiased;
  margin:0 0 15px;
}
ul.product-list {
  overflow:hidden;
  border:1px solid #dbdbdb;
}
ul.product-list li {
  float:left;
  border-left:1px solid #dbdbdb;
}
ul.product-list li:first-child {
  border-left:none;
}
ul.product-list li a {
  display:inline-block;
  padding:11px;
  color:#000;
  font-size:15px;
  font-family:'Roboto', sans-serif;
  font-weight:300;
  -webkit-font-smoothing:antialiased;
  text-decoration:none !important;
  transition:all 0.2s ease-in-out;
  -moz-transition:all 0.2s ease-in-out;
  -webkit-transition:all 0.2s ease-in-out;
  -o-transition:all 0.2s ease-in-out;
}
ul.product-list li a:hover {
  opacity:0.6;
}
ul.product-list li a i {
  font-size:18px;
  color:#54babb;
}
ul.product-list li.details a {
  background:#f2f2f2;
}
ul.product-list li.price {
  padding:11px 13px;
  background:#54babb;
  font-size:15px;
  font-family:'Roboto', sans-serif;
  font-weight:300;
  -webkit-font-smoothing:antialiased;
  color:#fff;
}
.contact-all-new {
  background:#f8f7f7;
}
.sidebar-widgets {
  background:#f8f7f7;
  padding:25px;
  background:#f8f7f7;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
.shop-sidebar {
  border-radius:3px;
}
.shop-widget {
  margin-top:5px;
  margin-bottom:30px;
}
.shop-widget h4 {
  color:#fff;
  font-size:13px;
  text-transform:uppercase;
  font-weight:bold;
  -webkit-font-smoothing:antialiased;
  padding:16px 21px;
  /*background:#5a423b;*/
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  text-align:center;
}
.category-shop-list>li {
  /*border-top:1px solid #dedede;*/
}
.category-shop-list>li:first-child {
  margin-top:10px;
}
.category-shop-list li a.accordion-link {
  display:inline-block;
  width:100%;
  color:#554a4c;
  font-size:12px;
  font-weight:normal;
  transition:all 0.2s ease-in-out;
  -moz-transition:all 0.2s ease-in-out;
  -webkit-transition:all 0.2s ease-in-out;
  -o-transition:all 0.2s ease-in-out;
  padding:10px 5px;
  position:relative;
  text-decoration:none;
}
.category-shop-list li a.accordion-link:hover,.category-shop-list li a.accordion-link.active {
  color:#554a4c;
  background:#fff;
  opacity:0.6;
}
.category-shop-list li a.accordion-link:after {
  position:absolute;
  content:'+';
  color:#7b7b7b;
  font-size:15px;
  font-family:'Roboto', sans-serif;
  font-weight:700;
  right:9px;
  top:5px;
}
.category-shop-list li a.accordion-link:hover:after,.category-shop-list li a.accordion-link.active:after {
  color:#000;
}
.category-shop-list li a.accordion-link:hover,.category-shop-list li a.accordion-link.active {
  color:#000;
  font-weight:bold;
}
.category-shop-list li a.accordion-link.active:after {
  content:'-';
  right:13px;
}
.accordion-list-content {
  display:none;
  padding: 10px
}
.accordion-list-content li {
  margin:5px 0;
  padding-left:17px;
  position:relative;
  list-style:none;
}
.accordion-list-content li:before {
  position:absolute;
  content:'';
  width:px;
  height:px;
  border-radius:1px;
  -webkit-border-radius:1px;
  -moz-border-radius:1px;
  -o-border-radius:1px;
  background:#767676;
  top:50%;
  left:8px;
}
.accordion-list-content li a {
  display:inline-block;
  color:#767676;
  font-size:13px;
  font-family:'Roboto', sans-serif;
}
.accordion-list-content p {
  margin-bottom:20px;
  line-height:24px;
}
ul.popular-product div li {
  padding-top:15px;
  margin-bottom:15px;
  overflow:hidden;
}
ul.popular-product li span {
  font-weight:bold!important;
}
ul.popular-product li:first-child {
  border-top:none;
}
ul.popular-product li img {
  width:50px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
ul.popular-product li div {
  margin-left:60px;
}
ul.popular-product li h6 {
  color:#000;
  font-size:13px;
  font-family:'Roboto', sans-serif;
  margin:0;
  margin-top:4px;
  font-weight:bold;
  margin-bottom:6px;
}
ul.popular-product li h6 a {
  color:#000;
  text-decoration:none;
  transition:all 0.2s ease-in-out;
  -moz-transition:all 0.2s ease-in-out;
  -webkit-transition:all 0.2s ease-in-out;
  -o-transition:all 0.2s ease-in-out;
}
ul.popular-product li h6 a:hover {
  color:#000;
}
ul.popular-product li span {
  color:#382925;
  font-size:15px;
  font-family:'Roboto', sans-serif;
  font-weight:300;
  -webkit-font-smoothing:antialiased;
}
.price-range {
  padding:18px 12px 12px;
  overflow:hidden;
}
#start-val,#end-val {
  display:inline-block;
  border:none;
  float:left;
  padding:0;
  color:#000;
  font-size:13px;
  font-family:'Roboto', sans-serif;
  max-width:50px;
}
#end-val {
  float:right;
  text-align: right;
}
/********************************** Shop ********************************/
.home-shop {
  margin-top:30px;
}
ul.pagination-list {
  margin-bottom:35px;
}
ul.pagination-list li {
  display:inline-block;
}
ul.pagination-list li a {
  display:inline-block;
  border:1px solid #d8d8d8;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  background:#7f574c;
  padding:6px 13px;
  text-decoration:none;
  font-family:'Roboto', sans-serif;
  font-size:16px;
  color:#fff;
  transition:all 0.17s ease-in-out;
  -moz-transition:all 0.17s ease-in-out;
  -webkit-transition:all 0.17s ease-in-out;
  -o-transition:all 0.17s ease-in-out;
}
ul.pagination-list li a.active,ul.pagination-list li a:hover {
  background:#be8c60;
  border:1px solid #7f574c;
  color: #fff;
}
/********************************* Footer ******************************************/
.full-footer {
  width:100%;
}
.full-footer h4 {
  font-size:13px;
  font-weight:bold;
  text-transform:uppercase;
  color:#e7e5de;
  margin-bottom:15px;
  /*text-align: center;*/
}
.full-footer p {
  font-weight:normal;
  font-size:12px;
  color:#e7e5de;
  /*margin-top:8px;*/
  line-height:24px;
}
.full-footer h6 {
  margin-top:20px;
}
.bottom-strip {
  padding:15px 0;
}
.social ul {
  float:right;
}
.social ul li {
  display:inline-block;
  margin-right: 20px;
  margin-left:20px;
  line-height:30px;
}
.social i {
  color:#f6f6f6;
  font-size:18px;
}

@media (min-width:768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
/* Caption and Light */
.caption {
  color:rgba(0,0,0,0);
}
.caption:hover {
  color:rgb(255,255,255);
}
.caption>div {
  position:absolute;
  top:43%;
  font-size: 30px;
}
/* Smooth Caption */
.smooth {
  opacity:0.6;
}
.smooth:hover {
  opacity:1;
  box-shadow:0px 0px 10px #333333;
}
.go-left {
  background-color:rgba(0,0,0,0.5);
  color:#FFFFFF;
  position:absolute;
  bottom:0px;
  right:-600px;
  width:360px;
  text-align:center;
  font-size:20px;
  margin:10px;
  padding:10px;
  -webkit-transition:0.5s Ease;
  -moz-transition:0.5s Ease;
  -o-transition:0.5s Ease;
  transition:0.5s Ease;
}
.smooth:hover>.go-left {
  right:0px;
}
.go-top {
  background-color:rgba(0,0,0,0.5);
  color:#FFFFFF;
  position:absolute;
  bottom:0px;
  top:600px;
  width:360px;
  text-align:center;
  font-size:20px;
  margin:10px;
  padding:10px;
  -webkit-transition:0.5s Ease;
  -moz-transition:0.5s Ease;
  -o-transition:0.5s Ease;
  transition:0.5s Ease;
}
.smooth:hover>.go-top {
  top:0px;
}
.go-top p {
  font-size: 12px;
}
/* Show Details */
.details-holder {
  float:left;
  position:relative;
  margin:20px 5px 120px 5px;
}
.show-details img {
  opacity:0.5;
}
.show-details:hover img {
  position:relative;
  opacity:1;
  z-index:99;
}
.img-info {
  position:absolute;
  z-index:20;
  top:-10px;
  left:-10px;
  background-color:#888888;
  color:#FFFFFF;
  -webkit-transition:0.5s Ease;
  -moz-transition:0.5s Ease;
  -o-transition:0.5s Ease;
  transition:0.5s Ease;
  opacity:0;
}
.show-details:hover .img-info {
  opacity:1;
}
.details-holder h1 {
  font-size:18px;
  text-transform:uppercase;
}
.details-holder p {
  font-size: 12px;
}
/**********************single page***********************************/
.textit {
  background:red;
  margin-bottom:30px;
  margin-left:0px;
}
.tabs {
  background:#f8f7f7;
  margin-bottom:50px;
  padding:20px;
  border-radius:3px;
  margin-top:30px;
  clear:both;
  /*top: 20px;*/
}
.recent-works {
  background:#5a423b;
}
.carousel-control .glyphicon {
  display:none;
}
.carousel-control {
  -o-border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  width:25px;
  height:25px;
  background:none;
  font-size:17px;
  color:#ffffff;
  text-align:center;
  text-shadow:none;
  -webkit-text-shadow:none;
  -moz-text-shadow:none;
  -o-text-shadow:none;
  opacity:0.5;
  opacity:1;
  transition:all 0.17s ease-in-out;
  -moz-transition:all 0.17s ease-in-out;
  -webkit-transition:all 0.17s ease-in-out;
  -o-transition:all 0.17s ease-in-out;
}
.carousel-control.left {
  left:28px;
  left:auto;
}
.carousel-control.left:before {
  font-family:'Roboto', sans-serif;
  position:absolute;
  font-size:19px;
  color:#fff;
  top:-1px;
  left:8px;
}
.carousel-control.right {
  right:0;
}
.carousel-control.right:before {
  font-family:'Roboto', sans-serif;
  position:absolute;
  font-size:19px;
  color:#fff;
  top:-1px;
  left:10px;
}
.carousel-control.left:hover {
  opacity:1;
}
.carousel-control.right:hover {
  opacity:1;
}
.work-post {
  overflow:hidden;
  border-radius:6px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  -o-border-radius:6px;
  margin-bottom:30px;
}
.work-post-gal {
  position:relative;
}
.work-post-gal img {
  width:100%;
}
.work-post-content {
  background:#fff;
  padding:20px;
}
.work-post-content span {
  display:inline-block;
  color:#4984aa;
  font-style:italic;
  font-family:'Roboto', sans-serif;
  font-size:12px;
}
.hover-box {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border-radius:5px;
  background:rgba(0,118,249,0.8);
  transition:all 0.17s ease-in-out;
  -moz-transition:all 0.17s ease-in-out;
  -webkit-transition:all 0.17s ease-in-out;
  -o-transition:all 0.17s ease-in-out;
  transform:scale(0);
  -webkit-transform:scale(0);
  -moz-transform:scale(0);
  -o-transform:scale(0);
}
.hover-box a {
  width:50px;
  height:50px;
  display:inline-block;
  position:absolute;
  top:50%;
  margin-top:-25px;
  transition:all 0.35s ease-in-out;
  -moz-transition:all 0.35s ease-in-out;
  -webkit-transition:all 0.35s ease-in-out;
  -o-transition:all 0.35s ease-in-out;
  transform:scale(0.1);
  -webkit-transform:scale(0.1);
  -moz-transform:scale(0.1);
  -o-transform:scale(0.1);
}
.work-post:hover .hover-box {
  transform:scale(1);
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -o-transform:scale(1);
}
.work-post:hover .hover-box a {
  transform:scale(1);
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -o-transform:scale(1);
}
.hover-box a:after {
  position:absolute;
  content:'';
  width:50px;
  height:50px;
  background:url('../images/zoom-after.png') center center no-repeat;
  transition:all 0.17s ease-in-out;
  -moz-transition:all 0.17s ease-in-out;
  -webkit-transition:all 0.17s ease-in-out;
  -o-transition:all 0.17s ease-in-out;
}
.hover-box a:hover:after {
  transform:scale(1.2);
  -webkit-transform:scale(1.2);
  -moz-transform:scale(1.2);
  -o-transform:scale(1.2);
  opacity:0;
}
.hover-box a.zoom {
  right:50%;
  margin-right:5px;
  background:url('../images/zoom.png') center center no-repeat;
}
.hover-box a.page {
  left:50%;
  margin-left:5px;
  background: url('../images/page.png') center center no-repeat;
}
/****tabat*****/
.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
  background:#382925;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
  border:none;
  color:#e7e5de;
}
.nav-tabs {
  border-bottom:none;
  margin-bottom:10px;
}
.nav-tabs li a {
  background:#5a423b;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
}
.nav-tabs>li>a {
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
  color:#e7e5de;
}
.nav-tabs>li>a:hover {
  background:#222;
}
.tab-content p {
  font-size:12px;
  font-weight:bold;
  color:#554a4c;
  line-height:22px;
}
.work-post-content h5 {
  font-weight:bold;
  font-size:13;
  text-transform:uppercase;
  color:#382925;
}
.work-post-content span {
  font-weight:bold;
  font-size:21px;
  color: #382925;
}
/********************************** Single Product ********************************/
.checkout-bott {
  background:#fff;
  padding:30px;
  padding-top:0;
}
.checking-area {
  margin-top:30px;
}
.method-right {
  background:#fff;
  border-radius:3px;
  padding-bottom:28px;
  padding:30px;
  padding-top:10px;
}
.checking h4 {
  font-weight:bold;
  font-size:13px;
  text-transform:uppercase;
  color:#554a4c;
  margin-bottom:20px;
  background:#f8f7f7;
  text-align:left;
  padding-left:0px;
}
.checking label {
  font-weight:bold;
  font-size:12px;
  color:#554a4c;
}
.checking p {
  font-weight:bold;
  font-size:10px;
  color:#554a4c;
  margin:30px 0;
  line-height:20px;
}
.checking a {
  background:#be8c60;
  padding:10px 20px;
  border-radius:3px;
  font-size:13px;
  font-weight:bold;
  color:#fff;
  text-transform:uppercase;
  text-decoration:none;
  margin-bottom:25px;
  display:inline-block;
}
.checking a:hover {
  opacity:0.8;
}
.radio,.checkbox {
  /*display:block;*/
  /*min-height:20px;*/
  /*padding-left:20px;*/
  /*border:1px solid #eaeaea;*/
  /*padding:20px;*/
  /*margin-bottom:10px;*/
  /*margin-left:0px;*/
  /*padding-left:45px;*/
}
.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"] {
  float:left;
  margin-left:26px;
}
.ui-radio:nth-child(1) .ui-icon-radio-on.ui-icon {
  background-color:green;
}
.ui-radio:nth-child(2) .ui-icon-radio-on.ui-icon {
  background-color:grey;
}
.ui-radio:nth-child(3) .ui-icon-radio-on.ui-icon {
  background-color:red;
}
.check-name h4 {
  font-weight:bold;
  font-size:13px;
  text-transform:uppercase;
  color:#554a4c !important;
  margin-bottom:20px;
  text-align:left;
  padding-left:0;
}
.check-name a {
  font-size:12px;
  font-weight:normal;
  color:#382925;
  /*text-transform:capitalize;*/
  text-decoration:underline;
  display:inline-block;
  margin-bottom:20px;
  margin-right:17px;
}
.check-name span {
  background:#f5c86d;
  padding:10px 20px;
  border-radius:3px;
  font-size:13px;
  font-weight:bold;
  color:#fff;
  text-transform:uppercase;
  text-decoration:none;
  margin-bottom:25px;
  display:inline-block;
}
.check-name span:hover {
  opacity:0.8;
}
.radio label,.checkbox label {
  font-size:12px;
  font-weight:normal;
  color:#554a4c;
  text-transform:capitalize;
}
.form-control {
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  background-color:#f8f7f7;
  -webkit-box-shadow:inset 0 2px 4px rgba(206,203,195,.4);
  -moz-box-shadow:inset 0 2px 4px rgba(206,203,195,.4);
  box-shadow:inset 0 2px 4px rgba(206,203,195,.4);
  border:solid 1px #c0b4a9;
  padding:16px;
  margin: 2px;
  font: inherit;
}
.inl h4 {
  padding:10px 15px;
  background:red;
}
.inl li {
  display:inline-block;
  width:19.6%;
  border:1px solid pink;
}
.inl a {
  margin-left:16px;
  text-decoration:none;
  float:right;
  list-style:none;
}
.img-price li {
  margin-bottom:25px;
}
.img-price img {
  float:left;
  margin-right:28px;
}
.img-price ul li a {
  line-height:51px;
  font-weight:bold;
  font-size:13px;
  color:#554a4c;
  text-transform:uppercase;
  text-decoration:none;
}
.img-price span {
  margin-left:28px;
}
.total ul {
  margin-top:15px;
  margin-left:20px;
}
.total li {
  margin-bottom:30px;
}
.total a {
  font-weight:bold;
  font-size:13px;
  text-transform:uppercase;
  color:#554a4c;
}
.total span {
  font-size:21px;
  font-weight:bold;
  color:#5a423b;
  margin-left:15px;
}
.total h6 {
  background:#382925;
  font-size:13px;
  font-weight:normal;
  text-transform:uppercase;
  color:#e7e5de;
  text-align:center;
  padding:15px 15px;
  margin-bottom:30px;
  border-radius:3px;
}
.total h6 a {
  text-decoration:none;
  color:#e7e5de;
}
.total h6:hover {
  opacity:0.8;
  cursor:pointer;
}
.bs-example {
  /*padding:34px 0px 0px 15px;*/
  background:#f8f7f7;
}
.panel-title>a {
  font-size:13px;
  font-weight:bold;
  text-transform:uppercase;
  color:#fff;
  display:block;
  padding:25px;
}
.panel-title a:hover {
  background:#382925;
  color:#fff;
  text-decoration:none;
}
.panel-default>.panel-heading {
  background:#5a423b;
  padding:0!important;
}
.collapse.in {
  display:block;
}
.check-name {
}
.checkout-cart {
  padding:30px;
  padding-top:10px;
}
.checkout-cart table.cart-table th {
  background:#a39b99;
}
.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td {
  padding:8px;
  line-height:1.42857143;
  vertical-align:center;
}
.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td {
  border-top:none;
}
.panel-body {
  /*padding:30px;*/
  height:300px;
  overflow-y:scroll;
  width:100%;
}
#tabla_carrito td{
  text-align: -webkit-center;
  /*width: 620px;*/
}
.pb2 {
  padding:30px;
  padding-right:0px;
  padding-left: 0px;
}
/********************************** Cart ********************************/
.cart-section {
  background:#f6f6f6;
  padding-bottom:10px;
  overflow-x: auto;
  overflow-y: auto;
  height: 100%;
  /*padding:5px;*/
  /*width:100%;*/
}
table.cart-table {
  width:100%;
  border-spacing:0;
  /*border:1px solid #6a6a6a;*/
  padding: 20px;
  /*border-collapse:separate;*/
  /*border:none;*/
  /*height:auto;*/
}
table.cart-table tr {
}
table.cart-table th {
  border:none;
  background-color:#f6f6f6;
  text-align:left;
  padding:10px 20px;
  color:#382925;
  vertical-align:top;
  font-size:11px;
  font-weight:700;
  background:#f6f6f6;
  text-transform:uppercase;
  padding:20px 20px;
}
table.newcart-table td {
  padding:3px;
  border-top:none;
  border-right:none;
  vertical-align:middle;
  font-size:13px;
  font-weight:bold;
  color:#2a2523;
  /*border-bottom:#eee 1px solid;*/
}
table.cart-table td {
  padding:20px;
  border-top:none;
  border-right:none;
  vertical-align:middle;
  font-size:13px;
  font-weight:bold;
  color:#2a2523;
  /*border-bottom:#eee 1px solid;*/
}
tbody.estilo td{
  padding:20px;
  border-top:none;
  border-right:none;
  vertical-align:middle;
  font-size:13px;
  font-weight:bold;
  color:#2a2523;
  /*border-bottom:#eee 1px solid;*/
}
table .newcart-title a {
  font-weight:bold;
  font-size:11px;
  text-transform:uppercase;
  color:#554a4c;
}
table .newcart-title a:hover {
  color:#808080;
}
table .cart-title a {
  font-weight:bold;
  font-size:13px;
  text-transform:uppercase;
  color:#554a4c;
}
table .cart-title a:hover {
  color:#808080;
}
table .cart-total {
  color:#666;
  font-weight:600;
}
table.cart-table.bottom {
  margin-top:-1px;
}
table.cart-table.bottom .cart-btns {
  float:right;
}
table.cart-table.bottom .cart-btns a {
  margin-left:10px;
}
table.cart-table.bottom th {
  padding: 15px;
}
/* Cart Totals */
.columna {
  float:right;
  /*padding-right:0;*/
  /*margin-right:0;*/
  margin-top:14px;
  background-color:#f6f6f6;
  padding-right: :0 !important;
  margin-right: ;
  :0 !important;
}
#col4 {
  float:inherit;
  /*padding-right:23px;
  margin-right:35px;*/
  margin-top:0px;
  background-color:#f6f6f6;
  padding-right:0 !important;
  margin-right:0 !important;
}
.eight.columns.cart-totals {
  /*float:right;*/
  /*padding-right:23px;
  margin-right:35px;*/
  margin-top:-16px;
  background-color:#f6f6f6;
  padding-right: 0 !important;
  margin-right:0 !important;
}
.newcart-totals .cart-table th {
  vertical-align:middle;
  border-bottom:1px ;
  padding:15px 0px 25px 30px;
  /*background:#5a423b!important;*/
}
.newcart-totals .cart-table td {
  border-bottom:1px ;
  padding:20px 20px;
}
.newcart-totals .cart-table tr:last-child th,.cart-totals .cart-table tr:last-child td {
  border:0;
}
.cart-totals .cart-table th {
  vertical-align:middle;
  border-bottom:1px ;
  padding:15px 0px 15px 20px;
}
.cart-totals .cart-table td {
  border-bottom:1px ;
  padding:20px 20px;
}
.cart-totals .cart-table tr:last-child th,.cart-totals .cart-table tr:last-child td {
  border:0;
}
.test {
  margin-top:0!important;
}
.test th {
  padding:50px;
}
table.cart-table.subtotals td {
  padding:15px;
  border:none;
  vertical-align:middle;
}
a.button.proceed:hover {
  background-color:#606060;
}
a.newcalculate-shipping {
  text-align:center;
  display:block;
  background:#f5c86d;
  color:#fff;
  padding:10px;
  text-transform:uppercase;
  font-weight:700;
  font-size:13px;
  -webkit-transition:all 0.2s ease-in-out;
  -moz-transition:all 0.2s ease-in-out;
  -o-transition:all 0.2s ease-in-out;
  -ms-transition:all 0.2s ease-in-out;
  transition:all 0.2s ease-in-out;
  padding:10px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  margin: 31px;
}
a.calculate-shipping {
  text-align:center;
  display:block;
  background:#f5c86d;
  color:#fff;
  text-transform:uppercase;
  font-weight:700;
  font-size:13px;
  padding:20px;
  border-radius:3px;
  margin: 31px;
}
.cal-shipping {
  text-align:center;
  display:block;
  background:#f5c86d;
  color:#fff;
  padding:10px;
  text-transform:uppercase;
  font-weight:700;
  font-size:13px;
  -webkit-transition:all 0.2s ease-in-out;
  -moz-transition:all 0.2s ease-in-out;
  -o-transition:all 0.2s ease-in-out;
  -ms-transition:all 0.2s ease-in-out;
  transition:all 0.2s ease-in-out;
  padding:20px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  margin: 31px 65px;
  /*float:right;*/
}
a.calculate-shipping i {
  font-size:14px;
  padding:0 2px;
}
a.calculate-shipping:hover {
  background:#5a423b;
  color: #fff;
}
/* Responsive Tables */
.st-key {
  border:none;
  background-color:#f6f6f6;
  text-align:left;
  padding:10px 20px;
  color:#606060;
  vertical-align:top;
  font-size:14px;
  font-weight:600;
  width:40%;
  border:1px solid #eee;
}
.st-val {
  width:58%;
  text-align:left;
  padding:10px 20px;
  border:1px solid #f0f0f0;
  border-left:0;
}
.st-val a {
  font-weight:600;
  color:#666;
}
.st-val a:hover {
  color:#808080;
}
.st-space {
  height:25px;
}
.st-val .cart-remove {
  color:#a0a0a0;
}
.st-val .cart-remove:hover {
  color:#fff;
}
.stacktable {
  width:100%;
}
.st-head-row {
}
.st-head-row img {
}
.st-head-row.st-head-row-main {
  display:block;
}
.stacktable.large-only {
  display:table;
}
.stacktable.small-only {
  display:none;
}
.taxat {
  margin-top:50px;
  clear:both;
  width:100%;
  float:left;
  background:#fff;
  padding:0px;
}
.newtaxat {
  margin-top:30px;
  clear:both;
  width:100%;
  float:left;
  background:#f8f7f7;
  padding:0px;
}
.newtaxes {
  margin-top:-50px;
  margin-bottom:0px;
  float:left;
  clear:both;
  padding: 20px;
  padding-right: 15%;
}
.taxes {
  margin-top:0px;
  /*margin-bottom:50px;*/
  float:left;
  clear:both;
  padding-right: 0px;
}
.taxes ul {
  margin-bottom:35px;
}
.taxes ul li {
  display:inline-block;
}
.taxes ul li a {
  color:#e7e5de;
  font-weight:bold;
  text-transform:uppercase;
  font-size:12px;
  background:#382925;
  padding:10px 15px;
  border-radius:3px;
  text-decoration:none;
}
.taxes p {
  font-size:12px;
  font-weight:700;
  color:#554a4c;
  margin-bottom:25px;
}
div.container.checking-area>div>div.col-md-9.method-right>div>div>ul>li:nth-child(4)>ul>p {
  font-size:12px;
  font-weight:normal;
  color:#554a4c;
}
.cart-area {
  float:left;
  padding-bottom:30px;
}
.cart-bottom-strip {
  float:left!important;
  background:red!important;
  padding:20px!important;
}
.cart-buttons {
  float:right;
  margin-top:18px;
}
.cart-buttons a {
  padding:14px 20px;
  color:#fff;
  background:#382925;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  font-size:12px;
  text-transform:uppercase;
  font-weight:bold;
}
body>div.container.checking-area>div>div.col-md-9.method-right>form>input {
  float:left;
  margin-top:5px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  border:1px solid #eaeaea!important;
  line-height:30px;
  padding:7px;
  padding-left:15px;
  font-size:13px;
}
form.apply-coupon {
  float:left;
}
.apply-coupon input {
  float:left;
  margin-top:5px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  border:1px solid #eaeaea!important;
  line-height:30px;
  padding:7px;
  padding-left:15px;
  font-size:13px;
}
body>div.container.checking-area>div>div.col-md-9.method-right>form>a {
  margin-top:5px;
}
body>div.container.checking-area>div>div.col-md-9.method-right>form>a:hover {
  color:#fff;
}

.content_cart {
  margin:25px; 
  padding:0px;

}
.coupon-btn {
  float:left;
  background:#5a423b;
  padding:15px 30px;
  color:#fff!important;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:5px;
  font-size:12px;
  text-transform:uppercase;
  margin-left:35px;
  font-weight:bold;
  margin-top:5px;
  border:none!important;
}
.checkout-btn {
  margin-top: 6px;
}
/********************************** Single Product ********************************/
.single-product {
  width:100%;
  background:#f8f7f7;
  float:left;
}
.product-details {
  padding:20px;
  padding-bottom:0;
}
.product-details h1 {
  font-size:20px;
  font-weight:700;
  color:#382925;
  /*padding-bottom:18px;*/
}
.product-details p.price {
  font-size:21px;
  color:#382925;
  font-weight:700;
  /*float:left;*/
  margin-top:0!important;
}
.product-details p {
  clear:both;
  line-height:22px;
  font-size:12px;
  color:#554a4c;
  /*margin-bottom:17px;*/
}
.product-details span {
  color:#aea7a4;
  font-size:18px;
  font-weight:700;
  /*margin:2px 0 0 11px!important;*/
}
.product-details a {
  color:#fff;
  font-size:11px;
  font-weight:bold;
  padding:10px 15px;
  float:left;
  margin-top:0px;
  margin-left:15px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
.product-details li {
  /*background:#f5c86d;*/
  /*color:#fff;*/
  font-size:11px;
  font-weight:bold;
  padding:10px 15px;
  float:left;
  margin-top:0px;
  margin-left:15px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
.reviews {
  clear:both;
  float:left;
  width:100%;
  margin-left:-16px;
  padding-bottom:20px;
}
.reviews li {
  background:none;
  color: #382925;
  padding:0;
  font-size:17px;
}
.qtyminus {
}
.product-title{
  margin-bottom: 7px;
  height: 100px;
  overflow: hidden;
}

input.qty {
  width:35px;
  padding:0px;
  border:1px solid #382925;
  text-align: center;
}
.qtyplus {
}
.availability {
  clear:both;
}
.availability p {
  float:left;
}
.availability span {
  float:left;
  margin-top:18px;
  font-size:17px;
}
.reviews {
  clear:both;
}
.white-bg {
  background:#fff;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}
i {
  transform:rotate(0deg);
  -ms-transform:rotate(0deg);
  -webkit-transform:rotate(0deg);
  -webkit-animation-delay:1s;
}
i:hover {
  transform:rotate(10deg);
  -ms-transform:rotate(10deg);
  -webkit-transform:rotate(10deg);
  -webkit-animation-delay: 0.5s;
}
/* -------------  CSS Loader  ----------- */

.overlay{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10;
  opacity: 0.7;
}
.loader{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border:10px solid #333;
  position: relative;
  margin: 0 auto;
  top:30%;
  animation:loader 2s linear infinite;
}
@keyframes loader{
  50% {
    opacity: 0.5;
  }
  100% {
    transform:rotate(360deg);
  }
}
.loader:after{
  content: "";
    width: 35px;
    height: 35px;
    background: #333;
    position: absolute;
    border-radius: 50%;
    top: -20px;
    left: 55px;
}
.loader:before{
  content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #333;
    position: absolute;
    transform: rotate(-90deg);
    top: -10px;
    left: 39px;

}
.panel-primary {
    border-color: #337ab7;
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.5);
    box-shadow: 0 1px 1px #333;
}
#label_id{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.login {
    font-size: 14px;
    line-height: 1.42857143;

}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.carrito div{
    font-weight: bold!important;
    font-size: 13px!important;
}
#comentarios {
  display:block;
  width:70%;
  padding:4px 4px 4px 12px;
  font-family:'Roboto', sans-serif;

}
#comentarios:hover {
}
#comentarios a {
  color:#FFF;
  text-decoration:none;
  transition:all ease-out .3s;

}
#comentarios a:hover {
  color:#EEE;
}

#comentarios .user {
  clear:both;
  padding:4px 9px 4px 9px;
  margin:4px 0px 4px 4px;
  float:left;
  width:180px;
  background:#003;
  border-radius:4px 0px 0px 4px;
  font-weight:bold;
  color:#FFF;

}
#comentarios .comment {
  border:1px solid #003;
  margin:4px 4px 4px 0px;
  padding:18px 9px 18px 9px;
  float:left;
  width:100%;
  border-radius:0px 4px 4px 0px;

}
#comentarios .comment a {
  transition:all ease-in .2s;
  color:#5a423b;
  font-weight: bold;
}
#comentarios .comment img {
  width:93%;
  border:7px solid #FFF;
  box-shadow:2px 2px 4px #003;
}
#comentarios .comment a:hover {
  font-weight:bold;
}
.tiempo {
  text-transform:uppercase;
  font-size:10px;
  top: 5px;
  font-weight: bold;
  color:#5a423b;
}
#tex {
  background-color: #f8f7f7;
  border: 1px solid #eaeaea;
  width:100%;
}
.custom_orden{
  overflow-x: auto;
  overflow-y: auto;
  height: 100%;
  /*margin-bottom: 89px;*/
  top: 57px;
}
#wrap {
  min-height: 100%;
  height: auto;
  padding: 0 15px 60px;
}
.mi{
  padding: 15px;
}
.btn_datos{
    font-weight: 700;
    padding: 15px 30px;
    color: #fff!important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    font-size: 12px;
    border: none!important;
    font-weight: bold;
}
.btns_login{
  float:right; 
  margin-top: 7px;
}
.li_single{
  margin-top: 10px;
  margin-bottom: 10px;
  width: 340px;
  float: left; 
  display: block;
}
.img_single{
  float: left;
  width: 100%;
  height: 450px;
  display: block;
  overflow: hidden;
}
#tabla_costo>th,#tabla_costo>td {
  border-bottom: 1px solid #999;
}

