body{    
	margin: 0;
  	background-color: #000000;
    background-image: url(../../../../images/carbonmetal.png);
    background-repeat: repeat;
}

@media (max-width: 768px) {
  .t4-topbar {
      height: 0px;
  }
}

.btn.btn-primary {
    background-color: #ed6e0b;
    border-color: #ed6e0b;
    color: #ffffff;
}

.btn.btn-danger {
    color: #ffffff;
}

.t4-main-top-1{
  	margin: 0;
  	background-color: #e3e3e3;
    background-image: url(../../../../images/pattern_brushed_metal.png);
    background-size: 625px;
    background-repeat: repeat;
    padding-bottom: 20px;
}

.not-at-top #t4-header.t4-sticky {
    top: -0.4rem;
}

a {
    color: #ed6e0b;
    transition: 0.15s all ease;
}

a:hover, a:focus { 
  color: #3f81d5;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    line-height: 1;
}

.navbar-brand .logo-img,.navbar-brand .logo-img-sm {
    max-width: 98px;
    max-height: 70px;
}

.img-thumbnail {
    border: none;
}

.t4-palette-mainnav .navbar-nav > li.active > a, .t4-palette-mainnav .navbar-nav > li.show > a, .t4-palette-mainnav .navbar-nav > li > a:hover, .t4-palette-mainnav .navbar-nav > li > a:focus, .t4-palette-mainnav .navbar-nav > li > a:active {
    color: #ed6e0b !important;
}

.t4-palette-mainnav .navbar-nav > li > a {
    color: #adadae !important;
}

.t4-palette-mainnav a {
    color: #adadae!important;
}

.t4-palette-mainnav a:hover {
    color: #ffffff!important;
}

.blue-1 {
  background-color: #0d58a6;
}

.blue-2 {
  background-color: #094481;
}

.blue-3 {
  background-color: #063565;
}

.orange-1 {
    background-color: #ed6e0b; 
    color: #ffffff; 
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.03);
}

.orange-1 h3 {
 	color: #ffffff; 
}

.orange-1 .navbar .navbar-nav>li>a {
    color: rgba(255,255,255,.7) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.orange-1 .navbar .navbar-nav>li>a:hover {
    color: #ffffff !important;
}

.panel-box {
    color: #ffffff;
    padding: 20px;
}

.t4-header {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(255,255,255,0.3);  
    border-bottom: 4px solid #ed6e0b;
}

.t4-megamenu .navbar-nav>li>a, .t4-megamenu .navbar-nav>li>.nav-link {
    font-size: 14px;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
 	text-transform: uppercase;
}

.t4-megamenu .navbar-nav>li:hover>a, .t4-megamenu .navbar-nav>li:hover>.nav-link {
    background: #6db3f2;
    background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
    background: -webkit-linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
    background: linear-gradient(to bottom, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );
    color: #ffffff !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.25);
    outline: none 
}

.t4-megamenu .dropdown-menu {
    margin: 0;
    background-color: #333333;
    background-image: url(../../../../images/metal_diamond_pattern_128x128.png);
    background-size: 128px;
    background-repeat: repeat;
    border: 2px solid rgb(237 110 11);
    border-top: 4px solid rgb(237 110 11);
    border-radius: 0 0 4px 4px;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
}

.t4-megamenu .navbar-nav>li.show>a, .t4-megamenu .navbar-nav>li.show>.nav-link {
    color: #ed6e0b;
}

.t4-megamenu .dropdown-menu li > a, .t4-megamenu .dropdown-menu li .dropdown-item {
    background: rgba(255,255,255, 0);
    color: #adadae;
	transition: 0.15s all ease;
}

.t4-megamenu .dropdown-menu li > a:hover, .t4-megamenu .dropdown-menu li .dropdown-item:hover {
	background: rgba(255,255,255, 0.1);
    color: #ffffff !important;
} 

.t4-megamenu .dropdown-menu li.active > a {
    color: #67a1d4 !important;
    background-color: #ffffff !important;
    border: solid 3px #fb6b14;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
}

.t4-megamenu .dropdown-menu li.active > a:hover {
    color: #67a1d4 !important;
    background-color: #ffffff !important;
}

.t4-palette-mainnav {
    color: #adadae;
}

.t4-topbar {
    color: #ffffff;
    background: #000000;
}

.t4-topbar p {
    line-height: 14px;
}

.t4-topbar a {
    color: #adadae !important;
}

.t4-topbar a:hover {
    color: #ff5400 !important;
}

.t4-main-top-2 {
  /* MOSTRAR ESHOP_RESULT ENCIMA */
  z-index: 5;
}

.t4-footer {
    background-color: #C64300;
    color: #fff;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.03);
}

.t4-footer h3 {
  color: #fff;
}

.t4-footer ul > li {
    margin: 10px;
}

.t4-footer ul > li > a {
    background: rgba(255,255,255, 0);
    color: rgba(255,255,255, 1) !important;
    padding: 10px 0px 10px 0px;
	transition: 0.15s all ease;
}

.t4-footer ul > li > a:hover, .t4-footer ul > li > a:focus {
    background: rgba(255,255,255, 0.25);
    color: rgba(160,60,1, 1) !important;
    padding: 10px 10px 10px 10px;
}

#t4-copyright {
    background: #000;
    color: #bbb;
}

@media (min-width: 768px) {
    .panel-box {
        min-height:250px;
    }
  
   .t4-footer .t4-module:nth-child(1), .t4-footer .t4-module:nth-child(2) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      width: 100%;
	}
}

#back-to-top {
    margin: 0;
    background-color: #333333;
    background-image: url(../../../../images/metal_diamond_pattern_128x128.png);
    background-size: 128px;
    background-repeat: repeat;
    border: 2px solid rgba(255,255,255, 0.75);
    border-radius: 5px;
    height: 56px;
    width: 56px;
    right: 10rem;
    bottom: 1.5rem;
}

#back-to-top:hover {
    background: #4786d7;
}

.search {
    border: none;
    padding: 0;
}

.text-small {
    font-size: 0.875rem;
    font-weight: 400;
}


/**** ESHOP ****/

.ajax-block-product {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 20px;
    background-color: #f0f0f0;
    border: 2px solid #67a1d4;
    padding: 10px;
    max-width: 31%;
}

.grid .ajax-block-product.spanbox {
    flex: 0 0 31%;
    max-width: 31%;
    margin-right: 2.333333%;
}

@media (max-width: 768px) {
  .grid .ajax-block-product.spanbox {
      flex: 0 0 92%;
      max-width: 92%;
      margin-right: 4%;
      margin-left: 4%;
  }
}

.eshop-pre-nav, .eshop-next-nav {
    font-size: 17px;
    background: #fafafa;
    padding: 10px;
    border-radius: 5px;
}

.eshop-pre-nav > .float-start:before {
   	display: inline-block;
    font-family: FontAwesome!important;
    content: "\f0a8";
}

.eshop-next-nav > .float-end:after {
   	display: inline-block;
    font-family: FontAwesome!important;
    content: "\f0a9";
}

.eshop-next-nav > .float-end {
	float: right;
}

.eshop-search {
    float: right;
}

#eshop_result {
    min-width: 350px;
    max-width: 480px;
    width: 100%;
}

#eshop_result li {
    line-height: 20px;
    padding: 5px;
}

#eshop_result li a {
    font-size: 0.8em;
}

#sort_options, #limit{
 	padding: 10px; 
}

.btn {
	border: none;
    border-radius: 0;
    border-color: transparent;
    box-shadow: none;
    text-shadow: none;
    line-height: 22px;
    background-color: #f6f6f6;
    color: #999;
    text-decoration: none !important;
}

.product-list-container .row .btn-secondary {
    color: #ffffff !important;
 	background-color: #002995 !important;
}

.eshop-container .row .btn-primary {
    color: #ffffff !important;
 	background-color: #ff5000 !important;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.eshop-container .row .btn-secondary {
    color: #ffffff !important;
 	background-color: #002995 !important;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.product-cart .box-quantity .input-group-append label {
    padding: 15px;
}

.product-cart .box-quantity .eshop-quantity .btn-secondary {
    padding: 15px;
    margin-bottom: 0;
}

.product-cart .box-quantity .eshop-quantity input {
    padding: 10px;
}

.list .eshop-buttons {
    padding: 0 5px;
    width: 300px;
    text-align: center;
}

.list .eshop-image-block {
    margin-top: 10px;
    margin-left: 10px;
}

.list .ajax-block-product.spanbox {
    border-bottom: 2px #67a1d4 solid;
    min-height: 220px;
    max-width: 100%;
}

.eshop-container .row .btn {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

.eshop-buttons .btn-secondary {
    border: none;
    box-shadow: none;
    text-shadow: none;
    line-height: 18px;
    background: #f6f6f6;
    color: #999 !important;
    text-decoration: none !important;
    margin-bottom: 10px;
    font-size: 14px;
}

.eshop-buttons .btn-secondary:hover {
    background: #ff5000;
    color: #fff !important;
}

.product-info .product-share {
    padding: 8px 5px 13px 5px;
}

.product-info-2 h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

.horizontal.small-db.top_left, .horizontal.big-db.top_left {
    left: 2%;
    top: 2%;
}

/**** PRODUCT LIST ****/
.eshop-product .row .eshop-product {
    background-color: #f0f0f0;
    border: 4px solid #ffffff;
	border-right: none;
    padding: 10px;
    margin-bottom: 10px;
}

.eshop-product .product-info-2 > a {
    display: inline-block;
    align-content: center;
    height: 55px;
}

/*** MANUFACTURERS ***/
.eshop-manufacturers-list .eshop-manufacturer-wrap {
    margin-bottom: 35px;
}

/*** OFFCANVAS ***/

.t4-offcanvas .t4-off-canvas-header {
    background-color: #ffffff;
}

.t4-offcanvas .t4-off-canvas-body {
    border-left: solid 4px #ffffff;
    margin: 0;
    background-color: #333333;
    background-image: url(../../../../images/metal_diamond_pattern_128x128.png);
    background-size: 128px;
    background-repeat: repeat;
}

.t4-offcanvas .t4-off-canvas-body .navbar .nav-link, .t4-offcanvas .t4-off-canvas-body .navbar .separator {
    color: #adadae;
    font-weight: 500;
}

.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .dropdown-item, .t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .nav-link {
    color: #adadae;
    font-weight: 500;
}

.t4-offcanvas .t4-off-canvas-body .navbar .nav-item.active>.nav-link, .t4-offcanvas .t4-off-canvas-body .navbar .nav-item.active>.separator {
    color: #ff5500;
    background-color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    border: solid 3px #ff5500;
    font-weight: 600;
}

.t4-offcanvas .t4-off-canvas-body .navbar .active > a, .t4-offcanvas .t4-off-canvas-body .navbar .active > span, .t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .active > a, .t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .active > span {
    color: #ed6e0b !important;
}

.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .nav-link:focus,
.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .nav-link:active {
    color: #fff !important; 
}

.t4-offcanvas .t4-off-canvas-body .navbar .btn-toggle {
    right: 5px;
    top: 5px;
}

.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu {
	background: rgba(255,255,255,.2);
    border-radius: 3px;
    border: solid 3px #ffffff;
    margin-bottom: 10px;
}

.fa-xl {
    font-size: 1.5em;
    line-height: .04167em;
    vertical-align: -.125em
}

.fa-2xl {
    font-size: 2em;
    line-height: .03125em;
    vertical-align: -.1875em
}

.row .row-divider {
    overflow: hidden
}

.row .row-divider>div[class^="col-"] {
    border-left: 1px solid rgba(0,0,0,.1);
    border-right: 1px solid rgba(0,0,0,.1)
}

.row .row-divider div[class^="col-"]:first-child {
    border-left: none
}

.row .row-divider div[class^="col-"]:last-child {
    border-right: none
}

.t4-verticle-lines {
    display: none;
}

.page-header h1,.categories-list h1 {
    font-size: 40px;
    font-weight: 400;
    text-transform: none;
    color: #5c5c5c;
}

/**** BOTONES DE WHATSAPP ****/

  .whatsapp-div{
    position: fixed; 
    bottom: 84px; 
    right: 24px;  
    z-index: 99;
  }
  
  .whatsapp-button {
    width: 62px;
    height: 62px;
    line-height: 0;
    color: #fff;
    font-size: 32px;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,.15);
    margin-bottom: 10px;
    border-radius: 50%
}

.whatsapp-button span {
    display: table; 
    margin: 5px auto 0 auto;
}

@media (min-width: 768px) {
  .whatsapp-button span {
    display: table;
    margin: 0 auto 0 -13px;
  }
}
  
  .whatsapp-button:hover:after,.whatsapp-button:focus:after
  {
    height:100%;
    background:#333333;
  }
  
  .whatsapp-male-color{
    background: #49E670;
  }
  
  .whatsapp-male-color:hover{
    background: #67a1d4;
    color: #ffffff;
  }
  
  .whatsapp-female-color{
    background: #aa3363;
    color: #ffffff;
  }
  
  .whatsapp-female-color:hover{
    background: #67a1d4;
    color: #ffffff;
  }
  
  [data-tooltips] {
    border-bottom: none;
  }

/*** MENU UL DIVIDID0 ***/

.dropdown-menu .dropdown-menu-inner ul {
    display: grid;
    grid-template-rows: repeat(7, min-content);
    grid-auto-flow: column;
}

/*** FILTRO DE PRODUCTOS ***/

.filter-heading .filter-head-icon {
    background: none;
}

.eshop-filter-reset-all a {
    color: #fff !important;
    background: #000;
    border-radius: 0;
}