/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.logo {
  width: 100%;
  height: auto;
  max-width: 120px;
  margin: 0 auto;
}
#footer-container-main, #checkout-footer {
  padding-left: 100px;
  padding-right: 100px;
}
.product_header_container { 
  border-bottom: 0px;
}
.product_p_price_container { 
  border-top: 0px;
  padding-top: 0px;
  margin-top: 0px;
}
#product-details .label { 
  margin-bottom: 8px;
}
.attribute-name { 
  text-transform: uppercase;
}
.attribute-value { 
  font-weight: bold;
}
.btn-info {
  background-color: #34648d;
  border-color: #34648d;
  color: #ffffff;
}
.btn-info:hover {
  background-color: #27496d;
  border-color: #27496d;
  color: #ffffff;
  transform: translateY(2px);
  box-shadow: 0 2px 8px rgba(52,100,141,0.15);
  transition: all 0.15s;
}
.btn:first-child:active {
  background-color: #27496d;
  border-color: #27496d;
  color: #ffffff;
}
.product-comments .btn { 
  padding: 0px;
}
.product-comments .btn:first-child:active {
  background-color: transparent;
  border-color: transparent;
  color: #34648d;
}
.product-main-info {
  margin-bottom: 16px;
}
.product-wishlist-comparison {
  display: flex;
  gap: 32px;
  padding-top: 28px;
}
.product-wishlist-comparison .btn-secondary {
  background-color: transparent;
  color: #575757;
  text-transform: uppercase;
  padding: 0px;
  border: none;
  font-weight: 600;
}
.product-wishlist-comparison .btn-secondary:not(:disabled):not(.disabled):active { 
  background-color: transparent;
  color: black;
}
.product-wishlist-comparison .btn-secondary:hover {
  color: #2e2d30;
}
#content-wrapper .product_header_container .page-title {
  margin-bottom: 16px;
  font-weight: 300;
}
.product-price-tax-info { 
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
} 
.tax-shipping-delivery-label {
  font-style: italic;
  color: #2fb5d2;
}
.product_p_price_container .product-price { 
  font-weight: 600;
}
.card-header-tabs .nav-item, .nav-tabs .nav-item {   
  margin-right: 0px;
}
.product-tabs .nav-tabs {
    border-bottom: 1px solid rgba(160,160,160,.25);
    margin-bottom: 0px;
}
.product-tabs .nav-tabs .nav-item .nav-link {
    border: 1px solid #a0a0a040;
    border-bottom: none;   
    margin-right: 4px;
    background: #f8f9fa;
    color: #34648d;
    padding: 1px 35px 1px 35px;
    line-height: 40px;
    opacity: 1;
}
.product-tabs .nav-tabs .nav-item .nav-link.active {
    background: #fff;
    color: #27496d;
    border-bottom: 1px solid #fff;
}
.tab-content {
  padding: 35px;
  border-bottom: 1px solid #a0a0a040;
  border-left: 1px solid #a0a0a040;
  border-right: 1px solid #a0a0a040;
}
a:focus, a:hover { 
  text-decoration: none;
}
h1.h1-tienda { 
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}
span.tt-cat-tienda {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
}
.products-grid .product-miniature-default .product-title { 
  margin-bottom: 30px;
}
.products-grid .product-miniature-layout-1 .product-price-and-shipping { 
  text-align: center;
}
.product-functional-buttons-bottom {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(0, 0) !important;
    left: 0 !important;
}
.product-miniature-grid .product-functional-buttons { 
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
#index .tab-content { 
  padding: 0;
}



 /* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  #footer-container-main, #checkout-footer { 
    padding-left: 0px;
    padding-right: 0px;
  }  
  #footer .col { 
    flex: 1 0 100%;
  }
  
}