.layout-14 .page-title {
    font-family: Lustria, Georgia, serif;
    text-align: center !important;
    color: #be9656 !important;
    border-bottom: #be9656 solid 1px;
    padding-bottom: 15px;
    max-width: 80%;
    margin: 20px auto 40px !important;
}

header #form-language {
    display: none !important;
}

.module-item.module-item-1 .manufacturer-grid {
    justify-content: center !important;
}

/***************/
/******* TABLAS *******/
/***************/

#information-information table {
  width: 100%;
  border-collapse: collapse !important;
}
#information-information table td {
  border: 1px solid #cfcfcf;
  border-collapse: collapse !important;
  /*! color: rgba(140, 94, 58, 1); */
}
div#tab-specification td, div#tab-specification thead {
    border: 1px solid rgba(221,221,221,1);
}
#tab-specification .table {
    border-collapse: collapse;
}
div#tab-specification .table-responsive {
    border: none;
}
#information-information thead td {
  color: #fff; 
  background: rgb(195, 181, 155);
}
div#search {
    margin: 0 auto;
}
.grid-item a:hover {
    text-decoration: underline !important;
}

footer .grid-item a,
footer .grid-item a:hover {
    color:#fff;
}

footer b .links-menu ul {
  display: flex !important;
  flex-wrap: nowrap;
}
footer b .links-menu ul li {
  margin: 0px 5px;
}
footer b .links-menu ul li:nth-child(2) {
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  padding: 0px 6px;
}

.register-form .pull-right b {
    width: 100%;
    position: relative;
    display: flex;
}
.register-form .pull-right {
    text-align: left;
    justify-content: flex-start;
    text-indent: 25px;
}
.register-form .pull-right b input {
    position: absolute;
    top: -15px !important;
}
.register-form .pull-right button {
    margin-top: 12px;
}
.register-form .pull-right a {
    text-indent: 0;
}

.main-products.product-list .product-thumb img {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
span.be-price-old {
    display: none;
}

p.be-price, .kit-item .item-price-discount {
    display: none;
}

.kit-widget-header h3 {
    font-size: 22px !important;
}
.kit-widget-header {
    background-color: rgb(195, 47, 42) !important;
    border-bottom: 1px solid rgba(0,0,0,0.05) !important;
    color: #fff !important;
    border-right: 1px solid rgb(195, 47, 42) !important;
    border-left: 1px solid rgb(195, 47, 42) !important;
    padding:12px 6px  !important;
}

.product_extra .block-content h2 {
    display: none;
}
#tab-specification thead tr td {
    font-size: 14px;
}

.grid-items .title.module-title a {
    color: #000;
    text-decoration: none;
    display: block;
}
#bottom {
    padding:20px;
}
#bottom .title.module-title.block-title span {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

#faqList {
  list-style: none;
  padding-left:0;
}
#faqList ul {
  list-style: disc;
  margin-top: 5px;
  margin-bottom: 10px;
}
#faqList li {
  font-size: 20px;
  font-weight: 700;
}
#faqList li ul li {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}
.input-captcha .col-sm-2.control-label {
  display: none;
}
.input-captcha fieldset legend {
  display: none;
}
.input-captcha {
  margin-top: 15px;
}

.main-menu-item-1 .flyout-menu-item-2 .dropdown-menu ul,
.main-menu-item-1 .flyout-menu-item-3 .dropdown-menu ul{
    overflow: auto !important;
    height: 400px;
}


#byo-steps ol {
  line-height: ;
  list-style: none;
  padding-left: 0;
  width: 95%;
  display: block;
  margin: 0 auto;
}

#byo-steps ol li {
  margin-bottom: 10px;
  font-size: 19px;
}

.titleAbout::after {
    content: '';
    display: block;
    position: relative;
    margin-top: 10px;
    left: 50%;
    right: initial;
    transform: translate3d(-50%,0,0);
    width: 50px;
    height: 3px;
    background: rgba(195,47,42,1);
}
.titleAbout {
    text-align: center;
    margin-top: 50px;
}


#custom_inputs_div {
	display: flex;
}
#custom_input_error {
	display: none;
	color: red;
}

#main_calculator_div {
    max-width: 767px;
    margin: 30px auto 0;
}
#totals_inputs_div td:nth-child(2), #totals_inputs_div td:nth-child(3) {
    text-align: center;
}
#custom_inputs_div div {
    display:flex;
	width: 25%;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
#custom_inputs_div input {
    max-width: 60px;
    margin-left: auto;
    border: none;
    border-bottom: 1px solid #ccc;
    padding-right: 5px;
    text-align: right;
}

#custom_inputs_div input::-webkit-outer-spin-button,
#custom_inputs_div input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
#custom_inputs_div input[type=number] {
  -moz-appearance: textfield;
}

#custom_inputs_div {
    max-width:760px;
    flex-wrap: wrap;
}
#custom_inputs_div div {
  border-bottom: none;
  border-right: none;
}

#custom_inputs_div div:nth-child(11) span:nth-child(3) {
  width: 100%;
  display: block !important;
  font-size: 14px;
}
#custom_inputs_div div:nth-child(11) {
    border: none;
display: flex;
flex-wrap: wrap;
margin-top: 10px;
}
#custom_inputs_div h3, #custom_inputs_div p {
    width: 100%;
}
#custom_inputs_div div:nth-child(11) h4 {
    margin-bottom: 5px;
    width: 40px;
}
#info_inputs_div {
  display: flex;
  max-width: 310px;
}
#custom_inputs_div div:nth-child(11) input {
    margin-left: 10px;
}
#info_inputs_div div {
  width: 50%;
}
#info_inputs_div div span {
  width: 100%;
  display: block;
}
#info_inputs_div div input, #info_inputs_div div select {
  max-width: 90px;
  height: 100%;
  max-height: 30px;
}




.product-options .product-option-textarea .control-label::after {
    width: 150PX;
    height: 3px;
    background: rgba(195,47,42,1);
}
.product-options .product-option-textarea .control-label::after {
    content: '';
    display: block;
    position: relative;
    margin-top: 5px;
    left: 0%;
    right: initial;
    transform: translate3d(0,0,0);
}
.product-options .product-option-textarea .control-label, .product-options .product-option-textarea {
  /*! text-align:center; */
  display:block;
  width:100%;
  margin-top:15px;
  margin-bottom: 0px;
  font-size: 18px;
  padding-bottom:15px
}
.product-options .product-option-textarea textarea::-webkit-input-placeholder {
   /* WebKit browsers */
    color: transparent;
}
.product-options .product-option-textarea textarea:-moz-placeholder {
   /* Mozilla Firefox 4 to 18 */
    color: transparent;
}
.product-options .product-option-textarea textarea::-moz-placeholder {
   /* Mozilla Firefox 19+ */
    color: transparent;
}
.product-options .product-option-textarea textarea:-ms-input-placeholder {
   /* Internet Explorer 10+ */
    color: transparent;
}
.product-options .product-option-textarea textarea::placeholder {
    color: transparent;
}


/** MEDIA QUERIES **/
@media (max-width: 20000px) and (min-width: 768px) {
 #custom_inputs_div div:nth-child(6),
 #custom_inputs_div div:nth-child(10) {
  border-right: 1px solid #ccc;
}
#custom_inputs_div div:nth-child(7),
#custom_inputs_div div:nth-child(8),
#custom_inputs_div div:nth-child(9),
#custom_inputs_div div:nth-child(10) {
  border-bottom: 1px solid #ccc;
}

}
@media (max-width: 767px) {
 #custom_inputs_div div:nth-child(4),
 #custom_inputs_div div:nth-child(6),
 #custom_inputs_div div:nth-child(8),
 #custom_inputs_div div:nth-child(10) {
  border-right: 1px solid #ccc;
}
#custom_inputs_div div:nth-child(10),
#custom_inputs_div div:nth-child(9) {
  border-bottom: 1px solid #ccc;
}

#custom_inputs_div div {
    width: 50%;
}
}

@media (max-width:480px) {
    
    .tableScroll{overflow: scroll;display: block;}
    
}