﻿html { 
    font-family: Poppins,century-gothic, sans-serif;
    font-weight: 12px;
    font-style: normal;
    text-align: center;
}

body{
    height: 100%;
    min-height: 100vh;
    display: block;
    position: relative;
    padding-bottom: 230px;
}

.logoContainer {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0;
    border-top: 3px solid #FFF;
    border-bottom: 12px solid #E9E9E9;
    height: 520px;
}

#main-photo {
    display: block;
    width:100%;
    z-index: -1;
}

#main-photo-departamentos {
    display: block;
    width:100%;
    opacity: 0.7;
    z-index: -1;
}

.nav-links a{
    color: white !important;
    text-transform: uppercase;
}

#main-photo-productos {
    display: block;
    width: 100%;
    margin: -20% 0;
    min-height: 350px;
    opacity: 1;
    z-index: -1;
}


#text-center-photo {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    text-align: center;
    color:#FFFFFF;
}


#text-center-photo p {
    font-size: 2rem;
    text-align: center;
    color:#FFFFFF;
}

.orangeBar {
    width: 100%;
    height: 30px;
    background:#FF6600;
    color:white;
    font-weight: bold;
    text-align: center;
    margin: 0;
}


#logo {
    width: 260px;
    margin: 0;
}

.product-photos {
    height: 200px;
    width: 150px;
}

.orangeLine {
    display:table;
    text-align:center;
    margin:auto;
    padding-bottom:3px; /*control the distance*/
    background: linear-gradient(#FF6600,#FF6600) bottom /15%   3px   no-repeat;
}

.card-details {
    background: #F0F2F5;
    color: #BABABA;
    font-weight: bold;
    font-size: 11px;
    padding: 12px;
}

.card-body-price {
    font-weight: bold;
    font-size: 13px;
    text-align: left;
}

.price {
    font-weight: bold;
    font-size: 24px;
    color: #323232;
    margin-right: 10px;
}

.deal-price {
    font-size: 24px;
    text-decoration: line-through;
    color: #929292;
    font-weight: bold;
}

.navbar-title {
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding: 8px;
}

.home-title {
    font-size: 28px;
    color: #323232;
    font-weight: 900;
    padding-bottom: 15px;
}

.card-deal {
    background: #FF6600;
    color: white;
    width: 50px;
    font-size: 10px;
    z-index: 1;
    padding: 4px;
    border-radius: 4px;
    margin: 8px;
    position: absolute;
    font-weight: bold;
    top: 0;
    right: 0;
}

.card-supplier {
    background: #28a745;
    color: white;
    font-size: 8px;
    z-index: 1;
    padding: 3px;
    font-weight: bold;
    display: inline-block;
    left: 0;
    border-radius: 4px;
}

.card-body-deal {
    font-weight: bold;
    font-size: 12px;
    text-decoration: line-through;
    color: #c7c7c7;
}


.filterHeaders {
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    color: #272727;
    opacity: 1;
    background: linear-gradient(#FF6600,#FF6600) bottom /100% 3px no-repeat;
    width: 70px;
}

.filterHeadersCategory{
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    color: #272727;
    opacity: 1;
    background: linear-gradient(#FF6600,#FF6600) bottom /100% 3px no-repeat;
    width: 110px;
}

.filter {
    font-size: 12px;
    font-weight: bold;
}

.fs11{
    font-size: 11px !important;
}

.fs12{
    font-size: 12px;
}

.fs14{
    font-size: 14px;
}

.fw900{
    font-weight: 900;
}

.w80{
    width: 80px;
}

.filter ul {
    font-weight: normal;
    font-size: 11px;
}

.orange-bar {
    background: #FF6600;
    color: white;
    text-align: center;
}

.orange-bar a {
    background-color: #FF6600;
    color: white;
    text-decoration: none;
}


.orange-bar div {
    background-color: #FF6600;
    color: white;
    text-decoration: none;
}

.orange-bar button {
    color: white;
    text-decoration: none;
}


.logoEnd {
    padding: 24px;
    max-width: 200px;
    max-height: 200px;
}

div a {
    text-decoration: none;
    color: black;
}

.number {
    max-width: 2rem;
    height: 100%;
}


.shopping-cart{
    font-size: 10px;
    background-color: #FF6600;
    color:#FFFFFF;
    font-weight: bold;
    padding: 6px 10px;
    text-decoration: none;
    border-radius: 4px;
    max-height: 50px;
}

.divider-sm {
    width: 100%;
    height: 6rem;
}

.border-photo {
    border: 2px solid #D5D5D5 ;
}

.search {
    max-width: 800px;
}

.info {
    text-align: left;
    font: normal normal normal 12px/21px Century Gothic;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding: 4px;
    padding-top: 0px;
}

.info-header {
    text-align: left;
    font: normal normal bold 14px/17px Century Gothic;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.search-control {
    background:#F5F5F5; 
    padding: 16px;
    width: 100%;
    margin-bottom: 25px;
}

.search-control-title {
    background: #dddddd;
    color: #686868;
    border-radius: 5px 0px 0px 5px;
    margin-left: 16px;
    padding: 8px;
    font-size: 10px;
}

.filter-border-right{
    border-right: 1px solid #CCC;
}

.filter-border{
    border: 1px solid #CCC;
}

.circleBorder {
    border: 1px solid black;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.buy-now {
    background:#505050; 
    color: white;
    font-weight: bold;
    padding: 10px;
    border-radius: 8px;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
}

.shopping-cart-article {
    background-color: #FF6600;
    color:#FFFFFF;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
    border-radius: 4px;
    max-height: 50px;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
}

.topheader-font{
    font-size: 11px;
}

.quantity-input{
    height: 27px;
    width: 35px;
    font-size: 12px !important;
    padding: 0;
    text-align: center;
}

.orange-banner{
    width: 100%;
    height: 30px;
    background: #FF6600;
    color: white;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.departments-container .slick-slide img{
    width: 275px;
    height: 250px;
    PADDING: 40PX;
}

.pd-quantity-input{
    height: 40px;
    width: 40px;
    font-size: 12px !important;
    padding: 0;
    text-align: center;
}

.category-search-filter-text{
    font-weight: 600;
}

.checkout-title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    margin: 10px 0px;
    border-bottom: 1px solid #FF6600;
    padding-bottom:5px;
}

.control-label3 {
    color: black;
    font-family: "lato";
    font-size: 14px;
    font-weight: bolder;
    margin-bottom: 5px;
    margin-top: 10px;
}

.loan-section-title{
	color: #000;
	font-weight: 600;
	font-size: 16px;
}

.box-message{
    padding: 30px;
	border: 3px solid #f5801c;
	font-size: 14px;
	font-weight: 600;
	line-height: 23px;
	text-align: justify;
	margin-bottom: 0px;
}

.store-footer{
    position: absolute;
    bottom: 0;
}

.slick-prev, .slick-next {
    width: 30px !important;
    height: 30px !important;
    border-radius: 100% !important;
    background: #F0F2F5 !important;
}

.offer-items > .slick-next{
    right: -35px !important;
}

.offer-items > .slick-prev{
    left: -35px !important;
}

.slick-prev:before, .slick-next:before{
    color: #9A9A9A !important;
    font-weight: 900 !important;
    font-size: 20px !important;
}

 
/*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
   
    input[type='range'] {
      overflow: hidden;
      width: 80px;
      -webkit-appearance: none;
      background-color: #FF6600;                                              
    }
    
    input[type='range']::-webkit-slider-runnable-track {
      height: 10px;
      -webkit-appearance: none;
      color: #299926;
      margin-top: -1px;
    }
    
    input[type='range']::-webkit-slider-thumb {
      width: 10px;
      -webkit-appearance: none;
      height: 10px;
      cursor: ew-resize;
      background: #434343;
      box-shadow: -80px 0 0 80px #299926;
    }

}
/** FF*/
input[type="range"]::-moz-range-progress {
  background-color: #299926; 
}
input[type="range"]::-moz-range-track {  
  background-color: #FF6600;
}
/* IE*/
input[type="range"]::-ms-fill-lower {
  background-color: #299926; 
}
input[type="range"]::-ms-fill-upper {  
  background-color: #FF6600;
}

@media only screen and (max-width:600px) {
    .shopping-cart-article, .buy-now {
        font-size: 10px;
    }
}

.product-description {
    font-size: 14px;
    color: #141414;

}

.quantity {
    font-size: 11px;
    color: #7a7a7a;
    font-weight: bold;
    font-family: 'Lato', serif;
}

.thin-line {
    width:100%;
    height: 1px;
    background: #DEDEDE;
}

.orange-line {
    width: 310px;
    height: 4px;
    background:#FF6600;
}

.shopping-car-icon {
    background: #3E3E3E;
    color:#FFFFFF;
    padding: 2px;
    padding-top: 13px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.shopping-car-text {
    color: #3E3E3E;
    font-family: 'century-gothic', serif;
    font-weight: bolder;
    font-size: 13px;
}

.category {
    font-weight: bold;
    font-size: 14px;
    color: #323232;
    margin-top: 15px;
}

.title-article {
    font-size: 30px;
    font-weight: bold;
    color: #323232;
    text-transform: uppercase;
}


.departments-container .card{
    height: 200px;
}


.nextArrowBtn{
    position: absolute;
    z-index: 1000;
    top: 50%;
    right: 0;
    color: black;
}

.prevArrowBtn{
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 0px;
    color: black;
}

.slick-center {
  display: block;
  max-width: 10% !important;
  max-height: 20% !important;
  opacity: 1;
}

.supplier-box{
    border: 1px solid #CCC;
    padding: 25px;
    height: 100%;
    text-align: center;
    margin: 0 15px;
}

.supplier-box img{
    width: 150px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.color-orange{
    background-color: #FF6600;
}


/* Add a black background color to the top navigation */
.topnav {
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}


/* Hide the link that should open and close the topnav on small screens */
.topnav {
  display: none;
}

.menu-icon{
    display: none !important;
}

.topheader-right-links a{
    padding: 8px 10px;
}

.vert-separator{
    border-right: 1px solid black;
    height: 10px;
    margin-top: 11px;
}

.mt--2{
    margin-top: -2px;
}


#nav_no_mostrar{
	z-index: 200;
}

.slide-header-mobile {
	padding: 0px !important;
}
.mobile-menu {
	font-weight: normal;
}

.mobile-ul > li {
    border-bottom: 01px solid #006b39;
    color: #FFF;
    text-decoration: none;
    background-color: #006b39;
    border-bottom: 1px solid black;
    padding: 10px;
}

.mobile-ul > a > li {
    border-bottom: 01px solid #006b39;
    color: #FFF;
    text-decoration: none;
    background-color: #006b39;
    border-bottom: 1px solid black;
    padding: 10px;
}

.no-border{
    border: none !important;
}

.department-box{
    border: 1px solid #CCC;
    height: 100%;
    text-align: center;
    margin: 0 15px;
}

.suppliers-container .slick-slide{
    height: 135px;
}

.thumbImg{
    border: 2px solid #CCC;
    width: 100%;
    height: 120px;
    margin-bottom: 15px;
}

.thumbImg img{
    width: 100%;
    height: 100%;
}

.main-product-photo{
    border: 1px solid #CCC;
}

.disabled-btn{
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}

.product-card-link:hover{
    color: black;
}

.pointer{
    cursor: pointer;
}

.active-header-link{
    background-color: #EB5E00 !important;
    color: #FFF;
}
.navbar-title{
    -webkit-appearance: none !important;
}

.max-w-250{
    max-width: 250px;
}

.card-margin-x{
    margin: 0 10px;
}

.card-product-name{
    line-height: 15px;
    font-size: 14px;
}

.product-detail-border-bottom{
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
}

.footer-border-top{
    border-top: 15px solid #EC6104;
}

.table-altagracia thead th {
    background-color: #28a745;
    color: #ffffff;
}

.btn-orange, .btn-orange:hover{
    background-color: #EC6104;
    color: #FFF;
    border-color: #EC6104;
}

.service-radio-button{
    background-color: #28a745;
    color: #FFF;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 5px;
    font-size: 16px;
}

.form-check-service{
    position: absolute;
    margin-top: 5px;
    margin-left: -10px;
    width: 15px !important;
    height: 15px !important;
}

.service-information-container {
    font-size: 12px;
    display: inline-block;
    padding: 10px;
    font-weight: normal;
}

.table-altagracia {
    border: 2px solid #28a745;
}

.table-altagracia tbody td {
    vertical-align: middle;
}

.order-received-message{
    font-size: 30px;
    font-weight: 200;
    text-align: center;
    margin-top: 25px;
}

.order-number-message{
    text-align: center;
    font-weight: 900;      
    font-size: 16px;
    margin-top: 25px;
}
 
.order-description-message{
    color: #808080;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
}

.order-details-title{
    font-size: 16px;
    font-weight: 900;
    margin-top: 25px;
}

.order-placed-table td{
    padding: 0 !important;
    vertical-align: middle !important;
}

.items-table td{
    color: #000;
    font-weight: 600;
}

.policy-container{
    margin: 0px 10px;
    font-size: 14px;
}

.small-device-btn{
    padding: 0px 4px !important;
}

.article-info-col{
    line-height: 12px;
}

.cart-delete-mobile{
    margin-top: -25px;
}

.pay-articles-btn{
    margin-top: 30px;
}
  
form label.required:after
{
  color: red;
  content: " *";
}

.help-block{
    color: red !important;
}

.borderless td, .borderless th {
    border: none;
}

.article-image-col img{
    width: 150px;
}

.accordion a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 0.5rem;
    font-size: 1.15rem;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
    background-color: #28a745;
    color: #FFF !important;
  }
  .accordion a:hover,
  .accordion a:hover::after {
    cursor: pointer;
    color: #EC6104;
  }
  .accordion a:hover::after {
    border: 1px solid #EC6104;
  }


 
  .accordion .content {
    opacity: 0;
    padding: 0 1rem;
    max-height: 0;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    clear: both;
    -webkit-transition: all 0.2s ease 0.15s;
    -o-transition: all 0.2s ease 0.15s;
    transition: all 0.2s ease 0.15s;
  }
  .accordion .content p {
    font-size: 1rem;
    font-weight: 300;
  }
  .accordion .content.active {
    opacity: 1;
    padding: 1rem;
    max-height: 100%;
    -webkit-transition: all 0.35s ease 0.15s;
    -o-transition: all 0.35s ease 0.15s;
    transition: all 0.35s ease 0.15s;
  }

.faq-filter{
	margin-bottom:10px;
    display: inline-block;
}

.faq-filter a{
    font-size: 14px;
    line-height: 35px;
    color: #929497;
    text-transform: uppercase;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    border-radius: 4px;
    border-color: #dedede;
    height: 35px;
    padding: 0px 12px;
}  

.list-inlie{
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.filter-container{
    padding: 0 20px 30px 20px;
    text-align: center;
}

.isotopeFilters ul.filter > li.active a{
    background-color: #EC6104;
    border-color: #EC6104;
    color: #ffffff;
}

.accordion-item{
    width: 100%;
}

.min-w-250{
    min-width: 250px;
}

.slick-list{
    width: 100% !important;
}

.warranty-link{
	color: #007bff;
	text-decoration: none;
	font-size: 12px;
 }

 .slick-vertical > button{
    bottom: 0;
    position: absolute;
    top: 100%;
 }

 .slick-vertical .slick-prev{
    left: 40px !important;
 }
 
 .slick-vertical .slick-next{
    right: 40px !important;
 }

 .slick-vertical .slick-next:before{
    content: '\2191';
 }

 .slick-vertical .slick-prev:before{
    content: '\2193';
 }

 .cart-pay-button{
    margin-bottom: 1rem!important;
 }

 .fixed-header{
    /* position: fixed; */
    background: #FFF;
    z-index: 2;
    width: 100%;
 }

 .page-link, .page-link:hover{
    background: #616161 !important;
    color: #FFF !important;
 }

 .page-item.disabled .page-link{
    opacity: 0.7 !important;
 }

 .product-additional-services{
    margin-top: 25px;
 }

 .fs16{
	font-size: 16px !important;
}

#outlook a {
    padding:0;
    }
/* force default font sizes */
.ExternalClass {
    width:100%;
} 
.table th, td{
    border-bottom: none !important;
    border-top: 1px solid #999 !important;
}
.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {
    line-height: 100%;
    } /* Hotmail */

table td {border-collapse: collapse;}

.footer-link{
    text-decoration: none;
	cursor: pointer;
}

@media only screen and (min-width: 600px) { 
    .maxW { width:600px !important; 
    } 
}
 
 
 @media screen and (max-width: 1999px) {

    .cart-pay-button{
        margin-bottom: 5rem!important;
     }
     

}

@media screen and (max-width: 992px) {

    .pd-thumbnails{
        margin-top: 25px;
    }

    .main-product-photo img{
        display: block;
        margin: 0 auto;
    }

}
/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 890px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .topnav.responsive a div {
    float: none;
    display: block;
    text-align: left;
  }
}

@media screen and (max-width: 575px){
    .menu-icon{
        display: block !important;
        margin-left: auto;
        margin-right: 15px;
        font-size: 25px;
    }

    #logo{
        width: 200px;
    }

    .mobile-shopping-cart-qty{
        display: flex;
    }

    .mobile-shopping-cart-qty-container{
        margin-left: auto;
        padding-top: 10px;
    }

    .card-margin-x{
        margin: 0 auto;
    }

    .title-article{
        font-size: 22px;
    }

    .category{
        margin-top: 5px;
    }
    body{
        padding-bottom: 15px;
    }
}
