@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/Poppins/Poppins-Regular.ttf'); 
  }
  
  @font-face {
    font-family: Poppins-Light;
    src: url('../fonts/Poppins/Poppins-Light.ttf'); 
  }
  
  @font-face {
    font-family: Poppins-ExtraLight;
    src: url('../fonts/Poppins/Poppins-ExtraLight.ttf'); 
  }
  
  @font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/Poppins/Poppins-Medium.ttf'); 
  }
  
  @font-face {
    font-family: Poppins-Italic;
    src: url('../fonts/Poppins/Poppins-Italic.ttf'); 
  }
  
  @font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/Poppins/Poppins-Bold.ttf'); 
  }
  
  @font-face {
    font-family: Poppins-SemiBold;
    src: url('../fonts/Poppins/Poppins-SemiBold.ttf'); 
  }

  *, *:before, *:after {
    margin: 0px; 
    padding: 0px; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body, html {
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #666666;
  
    height: 100%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
  
    
    -moz-box-sizing: border-box;
    
    
    box-sizing: border-box;
  }
  
  /*---------------------------------------------*/
  a:focus {outline: none;}
  a:hover {text-decoration: none;}
  
  /*---------------------------------------------*/
  h1,h2,h3,h4,h5,h6,p {margin: 0px;}
  
  ul, li {
    margin: 0px;
    list-style-type: none;
  }
  
  
  /*---------------------------------------------*/
  input, textarea, label {
    display: block;
    outline: none;
    border: none;
  }
  
  /*---------------------------------------------*/
  button {
    outline: none;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  
  button:focus {outline: none;}
  
  iframe {border: none;}

/*--------------------------------------*/
.p-4 { padding: 1.5rem !important; }
.pt-5, .py-5 { padding-top: 3rem !important; }
.mb-5, .my-5 { margin-bottom: 3rem !important; }
.rounded-circle { border-radius: 50% !important; }
.m-r-5 { margin-right: 5px; }
.m-r-10 { margin-right: 10px; }
.m-r-20, .m-lr-20, .m-all-20 {margin-right: 20px;}
.p-t-19, .p-tb-19, .p-all-19 {padding-top: 19px;}
.p-t-30, .p-tb-30, .p-all-30 {padding-top: 30px;}
.p-t-40, .p-tb-40, .p-all-40 {padding-top: 40px;}
.p-t-90, .p-tb-90, .p-all-90 {padding-top: 90px;}
.p-t-100, .p-tb-100, .p-all-100 {padding-top: 100px;}

.p-b-10, .p-tb-10, .p-all-10 {padding-bottom: 10px;}
.p-b-30, .p-tb-30, .p-all-30 {padding-bottom: 30px;}
.p-b-40, .p-tb-40, .p-all-40 {padding-bottom: 40px;}

.p-b-43, .p-tb-43, .p-all-43 {padding-bottom: 43px;}
.p-b-100, .p-tb-100, .p-all-100 {padding-bottom: 100px;}
.p-l-15, .p-lr-15, .p-all-15 {padding-left: 15px;}

.p-t-150, .p-tb-150, .p-all-150 {padding-top: 150px;}
.p-b-85, .p-tb-85, .p-all-85 {padding-bottom: 85px;}
.p-r-20, .p-lr-20, .p-all-20 {padding-right: 20px !important;}
.p-r-30, .p-lr-30, .p-all-30 {padding-right: 30px !important;}
.m-lr-auto {margin-left: auto; margin-right: auto;}
.m-b-50, .m-tb-50, .m-all-50 {margin-bottom: 50px;}
.m-r--38, .m-lr--38, .m-all--38 {margin-right: -38px;}
.m-r-40, .m-lr-40, .m-all-40 {margin-right: 40px;}
.m-l-25, .m-lr-25, .m-all-25 {margin-left: 25px;}
.m-l-63, .m-lr-63, .m-all-63 {margin-left: 63px;}


.fs-35 {font-size: 35px;}
.lh-10 {line-height: 1.0;}

.p-t-8, .p-tb-8, .p-all-8 {padding-top: 8px;}
.p-l-65, .p-lr-65, .p-all-65 {padding-left: 65px;}

.p-r-25, .p-lr-25, .p-all-25 {padding-right: 25px;}
.p-b-8, .p-tb-8, .p-all-8 {padding-bottom: 8px;}

.m-b-5, .m-tb-5, .m-all-5 {margin-bottom: 5px;}
.m-b-12, .m-tb-12, .m-all-12 {margin-bottom: 12px;}
.m-b-18, .m-tb-18, .m-all-18 {margin-bottom: 18px;}

.p-r-15, .p-lr-15, .p-all-15 {padding-right: 15px;}
.m-b-10, .m-tb-10, .m-all-10 {margin-bottom: 10px;}


.h-full {height: 100%;}

.flex-w,
.flex-sb,
.flex-t,
.flex-sb-m,
.flex-c-m,
.flex-col-l,
.flex-col-m,
.flex-col-l-m,
.flex-m,
.flex-r-m{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

/*------------------------------------------------------------------
[ Flex ]*/
.flex-w {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-r-m {
	justify-content: flex-end;
	-ms-align-items: center;
	align-items: center;
}

.flex-m {
	-ms-align-items: center;
	align-items: center;
}

    /* ------------------------------------ */
    .flex-c-m {
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }

    /* ------------------------------------ */
    .flex-col-l {
      -ms-align-items: flex-start;
      align-items: flex-start;
    }

    .flex-col-l-m {
        -ms-align-items: flex-start;
        align-items: flex-start;
        justify-content: center;
    }

    .flex-col-m {
      justify-content: center;
    }

    .flex-sb-m {
      justify-content: space-between;
      -ms-align-items: center;
      align-items: center;
    }

    /* ------------------------------------ */
    .flex-t {
      -ms-align-items: flex-start;
      align-items: flex-start;
    }

    .flex-col-l,
    .flex-col-m,
    .flex-col-l-m{
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .flex-sb {
      justify-content: space-between;
    }

    .trans-04 {
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }
    /*//////////////////////////////////////////////////////////////////
    [ Size ]*/
    .size-101 {
        min-width: 161px;
        height: 46px;
    }

    .size-119 {
      min-width: 156px;
      height: 45px;
    }
    
    .mtext-103 {
      font-family: Poppins-Bold;
      font-size: 18px;
      line-height: 1.333333;
      text-transform: uppercase;
    }
    
    .size-107 {
      min-width: 145px;
      height: 40px;
    }
    
    .bor2 {
      border-radius: 20px;
    }

    /*//////////////////////////////////////////////////////////////////
       */
        .stext-101 {
            font-family: Poppins-Medium;
            font-size: 15px;
            line-height: 1.466667;
            text-transform: uppercase;
        }

        .stext-102 {
          font-family: Poppins-Medium;
          font-size: 15px;
          line-height: 1.466667;
        }
        /*---------------------------------------------*/
        .ltext-201 {
            font-family: PlayfairDisplay-Bold;
            font-size: 60px;
            line-height: 1.1;
            text-transform: uppercase;
        }

        .ltext-101 {
            font-family: Poppins-Regular;
            font-size: 28px;
            line-height: 1.2857;
        }
        /*==================================================================
        BACKGROUND BACKGROUND BACKGROUND BACKGROUND BACKGROUND BACKGROUND 
        ==================================================================*/
        .bg-none {background-color: transparent;}
        .bg0 {background-color: #fff;}
        .bg1 {background-color: #2b4d68;}
        .bg8 {background-color: #f3f3f3;}
        .bg18 {
          background-color: #f3f3f3 !important;
        }
    /*==================================================================
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
    ==================================================================*/
    .cl0 {color: #fff;}
    .cl1 {color: #717fe0;}
    .cl2 {color: #333;}

    /*==================================================================
       BORDER BORDER  BORDER  BORDER  BORDER  BORDER  BORDER  BORDER
    ==================================================================*/
    
    .bor1 {
        border-radius: 23px;
    }

    /*---------------------------------------------*/
    .hov-btn1:hover {
        border-color: #222;
        background-color: #222;
        color: #fff;
    }

    .hov-btn3:hover {
        border-color: #717fe0;
        background-color: #717fe0;
        color: #fff;
    }
    
    .hov-cl1:hover {color: #717fe0;}

    /*---------------------------------------------*/
    .hov-uno:hover {
      color: #fff;
    }

    

    /*//////////////////////////////////////////////////////////////////
[ SM ]*/
@media (max-width: 575px) {

    /*---------------------------------------------*/
    .respon1 {
        font-size: 40px;
    }
  
  /*---------------------------------------------*/
  .respon2 {
    font-size: 20px;
  }
}

/*//////////////////////////////////////////////////////////////////
[ RS sweet alert ]*/
.swal-overlay {overflow-y: auto;}

.swal-button:focus {
    outline: none;
    box-shadow: none;
}

.swal-title {
    font-family: Poppins-Bold;
    color: #333333;
    font-size: 18px;
    line-height: 1.5;
    padding: 0 15px;
}

.swal-button {
    background-color: #ea961d;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: black;
    text-transform: uppercase;
    font-weight: unset;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.swal-button:hover {
  background-color: #333;
  color: white;
}

.swal-button:active {
  background-color: #333;
}

.txt-center {text-align: center;}
.fs-24 { font-size: 24px !important;}
.mtext-104 {
    font-family: Poppins-Medium;
    font-size: 16px;
    line-height: 1.6;
}
.m-b-30, .m-tb-30, .m-all-30 {margin-bottom: 30px;}

.how-itemcart1 {
width: 60px;
position: relative;
cursor: pointer;
}

.how-itemcart1 img {
width: 100%;
}

/*---------------------
  Footer
-----------------------*/

.footer {
	background: #F3F6FA;
	padding-bottom: 0;
}

.footer__about {
	margin-bottom: 30px;
}

.footer__about ul li {
	font-size: 16px;
	color: #1c1c1c;
	line-height: 36px;
	list-style: none;
}

.footer__about__logo {
	margin-bottom: 15px;
}

.footer__about__logo a {
	display: inline-block;
}



.footer__widget h6 {
	color: #1c1c1c;
	font-weight: 700;
	margin-bottom: 10px;
}

.footer__widget ul {
	width: 50%;
	float: left;
}

.footer__widget ul li {
	list-style: none;
}

.footer__widget ul li a {
	color: #1c1c1c;
	font-size: 14px;
	line-height: 32px;
}


.footer__widget .footer__widget__social a {
	display: inline-block;
	height: 41px;
	width: 41px;
	font-size: 16px;
	color: #404040;
	border: 1px solid #ededed;
	border-radius: 50%;
	line-height: 38px;
	text-align: center;
	background: #ffffff;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	margin-right: 10px;
}

.footer__widget .footer__widget__social a:last-child {
	margin-right: 0;
}

.footer__widget .footer__widget__social a:hover {
	background: #7fad39;
	color: #ffffff;
	border-color: #ffffff;
}

.footer__copyright {
	border-top: 1px solid #ebebeb;
	padding: 15px 0;
	overflow: hidden;
}

.footer__copyright__text {
	font-size: 14px;
	color: #1c1c1c;
	float: left;
	line-height: 50px;
}

.footer__copyright__payment {
	float: right;
}

/*PAGINACION */
.fixed-table-pagination {
  margin-top: 10px;
}
.fixed-table-pagination div.pagination{
  margin-top: 10px;
  margin-bottom: 10px;
}
.fixed-table-pagination div.pagination .pagination {
  margin: 0;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;
}
.pagination>li {
  display: inline;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fixed-table-pagination .pagination a {
  padding: 4px 8px;
  line-height: 1.428571429;
}
.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

@media ( max-width: 767px ){
  .fixed-table-pagination div.pagination {
      margin-top: 5px;
  }

  .footer__copyright__payment {
    float: inherit;
    text-align: center;
  }

  .footer__copyright__text{
    width: 100%;
    text-align: center;
  }
}

@media ( max-width: 575px ){
  .footer__copyright__text {
    font-size: 12px;
    line-height: 40px;
  }
}

/*//////////////////////////////////////////////////////////////////
[ Header cart ]*/
.wrap-header-cart {
  position: fixed;
  z-index: 1100;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: rgba(0,0,0,0.0);
  visibility: hidden;
  
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;  
  transition: all 0.4s;
}

.header-cart {
  position: fixed;
  z-index: 1100;
  width: 390px;
  max-width: calc(100% - 30px);
  height: 100vh;
  top: 0;
  right: -400px;
  background-color: #fff;
  
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.34;  
  transition: all 0.4s;

  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
}



.header-cart::after {
  content: "";
  display: block;
  width: 100%;
  height: 9%;
  min-height: 30px;
}

.show-header-cart {
  visibility: visible;
  background-color: rgba(0,0,0,0.6);
}

.show-header-cart .header-cart {
  right: 0;
}

/*---------------------------------------------*/
.header-cart-title {
  width: 260px;
  max-width: 100%;
  height: 16.5%;
  min-height: 85px;
}

.header-cart-content {
  flex-grow: 1;
  overflow: auto;
  align-content: space-between;
}

.header-cart-content::-webkit-scrollbar {
  -webkit-appearance: none;
  }
  
  .header-cart-content::-webkit-scrollbar:vertical {
  width:10px;
  float: left;
  }
  
  .header-cart-content::-webkit-scrollbar-button:increment,.header-cart-content::-webkit-scrollbar-button {
  display: none;
  } 
  
  .header-cart-content::-webkit-scrollbar:horizontal {
  height: 5px;
  }
  
  .header-cart-content::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
  }
  
  .header-cart-content::-webkit-scrollbar-track {
  border-radius: 10px;  
  }

.header-cart-wrapitem {
  flex-grow: 1;
}

/*---------------------------------------------*/
.header-cart-item-img {
  width: 60px;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}

.header-cart-item-img img {
  width: 100%;
}
.header-cart-item-img .delete {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  text-align: center;
  font-size: 12px;
  padding: 0;
  background: darkred;
  border: none;
  color: #FFF;
}
/*---------------------------------------------*/
.header-cart-item-txt {
  width: calc(100% - 80px);
}

.header-cart-item-name {
  display: block;
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #555;
  line-height: 1.3;
}

.header-cart-item-info {
  display: block;
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #888;
  line-height: 1.5;
}

.header-cart-total {
  font-family: Poppins-Regular;
  font-size: 18px;
  color: #222;
  line-height: 1.3;
}

/*---------------------------------------------*/
@media (max-width: 575px) {
  .header-cart {
    padding: 30px;
  }

  .header-cart-title {
    padding-bottom: 35px;
  }
}



.bg8 {background-color: #f3f3f3;}

.size-119 {
  min-width: 156px;
  height: 45px;
}

.bor13 {
  border: 1px solid #e6e6e6;
  border-radius: 22px;
}


/*//////////////////////////////////////////////////////////////////
[ XL ]*/
@media (max-width: 1199px) {
  .m-lr-0-xl {margin-left: 0; margin-right: 0;}
}

/* MI CARRITO */

/*//////////////////////////////////////////////////////////////////
[ Table Shopping Cart ]*/

.wrap-table-shopping-cart {
  overflow-x: auto;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  
}
.table-shopping-cart tbody{
  overflow-y: auto;
  height: 480px;
  display: block;
  position: absolute;
}

.table-shopping-cart thead{
  display: block;
}

.table-shopping-cart tbody::-webkit-scrollbar {
-webkit-appearance: none;
}

.table-shopping-cart tbody::-webkit-scrollbar:vertical {
width:10px;
float: left;
}

.table-shopping-cart tbody::-webkit-scrollbar-button:increment,.table-shopping-cart tbody::-webkit-scrollbar-button {
display: none;
} 

.table-shopping-cart tbody::-webkit-scrollbar:horizontal {
height: 5px;
}

.table-shopping-cart tbody::-webkit-scrollbar-thumb {
background-color: #797979;
border-radius: 20px;
border: 2px solid #f1f2f3;
}

.table-shopping-cart tbody::-webkit-scrollbar-track {
border-radius: 10px;  
}

.table-shopping-cart {
  border-collapse: collapse;
  width: 100%;
  min-width: 520px;
  height: 520px;
}

.table-shopping-cart tr {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.table-shopping-cart .column-1 {
  width: 133px;
  padding-left: 50px;
}

.table-shopping-cart .column-2 {
  width: 220px;
  font-size: 15px;
}

.table-shopping-cart .column-3 {
  width: 320px;
  font-size: 16px;
}

.table-shopping-cart .column-4 {
  width: 145px;
  text-align: right;
}

.table-shopping-cart .column-4 .wrap-num-product {
    width: 117px;
    height: 35px;
}

.table-shopping-cart .column-4 .wrap-num-product .btn-num-product-down,
.table-shopping-cart .column-4 .wrap-num-product .btn-num-product-up {
    width: 38px;
}
.table-shopping-cart .column-4 .wrap-num-product .num-product {
    width: calc(100% - 76px);
}



.table-shopping-cart .column-5 {
  width: 172px;
  padding-right: 50px;
  text-align: right;
  font-size: 16px;
}

.table-shopping-cart .table_row {
  height: 80px;
}

/*---------------------------------------------*/
.how-itemcart1 {
  width: 60px;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}

.how-itemcart1 img {
  width: 100%;
}

.how-itemcart1 .delete {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 12px;
    padding: 0;
    background: darkred;
    border: none;
    color: #FFF;
}

.table-shopping-cart .table_head th {
  font-family: Poppins-Bold;
  font-size: 13px;
  color: #555;
  text-transform: uppercase;
  line-height: 1.6;
  padding-top: 15px;
  padding-bottom: 15px;
}

.table-shopping-cart td {
  font-family: Poppins-Regular;
  color: #555;
  line-height: 1.6;
}

/* HACER EL PEDIDO */

.checkout__order {
	background: #f5f5f5;
	padding: 40px;
	padding-top: 30px;
}

.checkout__order h4 {
	color: #1c1c1c;
	font-weight: 700;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.checkout__order .checkout__order__products {
	font-size: 18px;
	color: #1c1c1c;
	font-weight: 700;
	margin-bottom: 10px;
}

.checkout__order .checkout__order__products span {
	float: right;
}

.checkout__order ul {
	margin-bottom: 12px;
}

.checkout__order ul li {
	font-size: 16px;
	color: #6f6f6f;
	line-height: 40px;
	list-style: none;
}

.checkout__order ul li span {
	font-weight: 700;
	float: right;
}

.checkout__order .checkout__order__subtotal {
	font-size: 18px;
	color: #1c1c1c;
	font-weight: 700;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
}

.checkout__order .checkout__order__subtotal span {
	float: right;
}

.checkout__order .checkout__input__checkbox label {
	padding-left: 20px;
}

.checkout__order .checkout__order__total {
	font-size: 18px;
	color: #1c1c1c;
	font-weight: 700;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.checkout__order .checkout__order__total span {
	float: right;
	color: #dd2222;
}

.checkout__order button {
	font-size: 18px;
	letter-spacing: 2px;
	width: 100%;
	margin-top: 10px;
}

.site-btn {
    font-size: 14px;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 30px 12px;
    background: #7fad39;
    border: none;
}

/*SEARCH DEL PRODUCTO*/
.hover-prod-view ul{
  position: absolute;
  top: 12px;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.hover-prod-view ul li{
  border-bottom: 1px solid #e5e5e5;
}

.hover-prod-view ul li .prod-img-view{
  float: left;
  height: 85px;
  width: 85px;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 8px;
}

.hover-prod-view ul li .prod-img-view img{
  max-width: 100%;
}

.hover-prod-view ul li .prod-cont-view{
  display: inline-grid;
  padding: 11px 0;
  padding-left: 12px;
}

.footer-prod-view a{
  display: block;
  text-transform: capitalize;
  text-align: center;
  font-size: 14px;
  color: #4272d7;
  padding: 24px 0;
  width: 100%;
}

.c-quick-search-form input:focus {
  border: 0 none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none; 
}

.card {
  box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
  margin-bottom: 1rem;
}
.card-primary:not(.card-outline)>.card-header, .card-primary:not(.card-outline)>.card-header a {
  color: #fff;
}
.card-primary:not(.card-outline)>.card-header {
  background-color: #007bff;
}
.card-title {
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0;
}

label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 700;
}
#change_Cliente_confi .pass-icon {
  float: right;
  position: relative;
  margin: -39px 40px 0 0;
  cursor: pointer;
  font-size: 18px;
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0,0,0,.03);
  border-top: 0 solid rgba(0,0,0,.125);
}

.borderTopBorderBottom{
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.bg18 {
  background-color: #f3f3f3 !important;
  
}


.p-cl-drop .rs-select2--light .select2-container--default .select2-selection--single{
  background-color: #f3f3f3 !important
}

/*SIDEBAR DE MENU DE ARTICULOS */

.section_articles_destock{
  top: 65px;
  height: calc(100vh - 65px);
  width: 100%;
  display: flex;
  position: relative;
}

.sidebar_articles_destock, .sub-menu-articles{
  height: 100%;
  width: 220px;
  background-color: #fff;
  box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
  z-index: 999;
      position: fixed;
}


.articles_destock{
    overflow-y: auto;
  padding: 20px 0px 20px 0px;
  position: relative;
}

.articles_destock, .articles_destock ul{
  width: 100%;
    height: calc(100vh - 75px);
}

.articles_destock ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.articles_destock ul li{
  position: relative;
  padding: 35px 0px 35px 0px;
   border-bottom: 1px solid gray;
   cursor: pointer;
}

.articles_destock ul li:hover{
  background-color: #f2f2f2;
}


.articles_destock ul li a{
  width: 100%;
  height: 100%;
  position: absolute;
  line-height: 4.5;
  top: 0;
  font-size: 16px;
  
  font-weight: bold;
  padding: 0px 10px 0px 10px;
  color: #333;
  text-decoration: none;
}

.articles_destock ul li a span{
  float: right;
  right: 0;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 4;
}

.articles_destock ul li.active{
  background-color: #dee2e6;
}

.sub-menu-articles{
  overflow-y: auto;
  display: none;
  position: fixed;
  height: calc(100vh - 65px);
  width: 245px;
  left: 175px;
  top: 65px;
  background-color: #dee2e6;
  padding: 20px 0px 20px 0px;
  list-style: none;
  -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.sub-menu-articles ul li a span{
  float: left;
  left: 0;
  padding-right: 10px;
  padding-left: 0px;
  color: #009d93;
  line-height: 4;
}



.sub-menu-articles ul li:hover{
  background-color: #fff;
}


.articles_destock ul li.active  .sub-menu-articles{
  display: block;
  transition-delay: 4s;
}


.sub-menu-articles::-webkit-scrollbar, .articles_destock::-webkit-scrollbar{
  -webkit-appearance: none;
}

.sub-menu-articles::-webkit-scrollbar:vertical, .articles_destock::-webkit-scrollbar:vertical{
width:10px;
}

.sub-menu-articles::-webkit-scrollbar-button:increment,.sub-menu-articles::-webkit-scrollbar-button, .articles_destock::-webkit-scrollbar-button:increment,.articles_destock::-webkit-scrollbar-button {
display: none;
} 

.sub-menu-articles::-webkit-scrollbar:horizontal, .articles_destock::-webkit-scrollbar:horizontal {
height: 5px;
}

.sub-menu-articles::-webkit-scrollbar-thumb, .articles_destock::-webkit-scrollbar-thumb {
background-color: #797979;
border-radius: 20px;
border: 2px solid #f1f2f3;
}

.sub-menu-articles::-webkit-scrollbar-track, .articles_destock::-webkit-scrollbar-track {
border-radius: 10px;  
}



.slider-img-articles{
  width: 100%;
  height: 100%;
}



.img-articles-destock{
   
 
  height: 100%;
}

.section_articles_destock.active .img-articles-destock{
 /*margin-left: 240px;*/
}

.img-articles-destock img{
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.section_articles{
  position: relative;
  top: 65px;
  display: none;
  grid-template-columns: 1fr 2.5fr;
}
.section_articles .articles{
  display: grid;
  padding: 3em 1em 0 2em;
  align-items: start;
  align-self: start;
  position: relative;
  overflow: auto;
  top: 0px;
}

.articles::-webkit-scrollbar {
  -webkit-appearance: none;
  }
  
  .articles::-webkit-scrollbar:vertical {
  width:10px;
  }
  
  .articles::-webkit-scrollbar-button:increment,.articles::-webkit-scrollbar-button {
  display: none;
  } 
  
  .articles::-webkit-scrollbar:horizontal {
  height: 5px;
  }
  
  .articles::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
  }
  
  .articles::-webkit-scrollbar-track {
  border-radius: 10px;  
  }

.section_articles .articles .article{
    border-bottom: 1px solid gray;
    align-items: center;
    display: grid;
    padding: 11px 0 7px 0;
}
.section_articles .articles .article a{
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #404040;
  font-weight: bold;
}
.section_articles .articles .article a p{
  font-size: 20px;
  letter-spacing: 1px;
}
.section_articles .articles .article a .arrow{}
.section_articles .articles .article a img{
  width: 15em;
  display: none;
}

@media (min-width: 1300px){
    .section_articles_destock.active .img-articles-destock{
        margin-left: 230px;
    }
}

@media (max-width:1023px){
    .sub-menu-articles{
        left: 160px;
    }
    .section_articles_destock.active .img-articles-destock {
     /*margin-left: 220px;*/
    }
}

@media only screen and (max-width: 1300px) and (min-width: 1200px){
  
}
@media only screen and (max-width: 1199px) and (min-width: 1100px){
  
}
@media only screen and (max-width: 1099px) and (min-width: 1000px){
  .section_articles .articles .article a p{
    font-size: 18px;
}
}
@media only screen and (max-width: 999px) and (min-width: 900px){
  .section_articles .articles .article a p{
    font-size: 15px;
  }
}
@media only screen and (max-width: 899px) and (min-width: 800px){
.section_articles{
  grid-template-columns: 1fr;
}
.section_articles .articles{
  padding: 0;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 35px;
}
.section_articles .articles .article a .arrow{
  display: none;
}
.section_articles .articles .article a img{
  display: grid;
}
.section_articles .articles .article{padding: 0 0 0 2em;}
}
@media only screen and (max-width: 799px) and (min-width: 700px){
.section_articles{
  grid-template-columns: 1fr;
}
.section_articles .articles .article{padding: 0 0 0 2em;}
.section_articles .articles{
  padding: 0px;
  padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 35px;
}
.section_articles .articles .article a .arrow{
  display: none;
}
.section_articles .articles .article a img{
  display: grid;
}
}
@media only screen and (max-width: 699px) and (min-width: 600px){
  .section_articles{
    grid-template-columns: 1fr;
}
  .section_articles .articles{
    padding: 0;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 35px;
}
  .section_articles .articles .article{
    padding:  0 0 0 2em;
}
  .section_articles .articles .article a{}
  .section_articles .articles .article a p{
    font-size: 21px;
  }
  .section_articles .articles .article a img{
    width: 12em;
    display: grid;
  }
  .section_articles .articles .article a .arrow{
  display: none;
}
}
@media only screen and (max-width: 599px) and (min-width: 500px){
  .section_articles{
    grid-template-columns: 1fr;
}
  .section_articles .articles{
    padding: 0;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 35px;
}
  .section_articles .articles .article{
    padding: 0 0 0 2em;
}
  .section_articles .articles .article a{}
  .section_articles .articles .article a p{
    font-size: 19px;
  }
  .section_articles .articles .article a img{
    width: 11em;
    display: grid;
  }
  .section_articles .articles .article a .arrow{
  display: none;
}
}
@media only screen and (max-width: 499px) and (min-width: 400px){
  .section_articles{
    grid-template-columns: 1fr;
}
  .section_articles .articles{
    padding: 0;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 35px;
}
  .section_articles .articles .article{
    padding: 0 0 0 2em;
}
  .section_articles .articles .article a{}
  .section_articles .articles .article a p{
    font-size: 19px;
  }
  .section_articles .articles .article a img{
    width: 11em;
    display: grid;
  }
  .section_articles .articles .article a .arrow{
  display: none;
}
}
@media only screen and (max-width: 399px) and (min-width: 300px){
  .section_articles{
    grid-template-columns: 1fr;
}
  .section_articles .articles{
    padding: 0;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 35px;
}
  .section_articles .articles .article{
    padding: 0 0 0 0em;
}
  .section_articles .articles .article a{
    padding-left: 10px;
  }
  .section_articles .articles .article a p{
    font-size: 14px;
  }
  .section_articles .articles .article a img{
    width: 9em;
    display: grid;
  }
  .section_articles .articles .article a .arrow{
  display: none;
}
}
@media only screen and (max-width: 299px){
  .section_articles{
    grid-template-columns: 1fr;
}
  .section_articles .articles{
    padding: 0;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 35px;
}
  .section_articles .articles .article{
    padding: 0 0 0 0px;
}
  .section_articles .articles .article a{
    padding-left: 10px;
  }
  .section_articles .articles .article a p{
    font-size: 13px;
  }
  .section_articles .articles .article a img{
    width: 7em;
    display: grid;
  }
  .section_articles .articles .article a .arrow{
  display: none;
}
}

.section_articles .articles, .miSlider{
    height: calc(100vh - 65px);
}

.slide-contenedor{
  max-width:100%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: grid;
}



.miSlider img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
  transition: 2s;
}

.direcciones{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}

.direcciones p{
  color: #fff;
  display: inline-block;
  padding: 20px;
  text-decoration: none;
  cursor: pointer;
  background: rgba(0, 0, 0, .5);
  transition: .5s;
}

.fade:not(.show){
    opacity: 1;
}
.fade{
  animation-name: fade;
  animation-duration: 0.5s;    
}

@keyframes fade {
  from {opacity: .4;}
  to{opacity:1;}
}

@media only screen and (max-width: 899px){
  .slide-contenedor{
    display: none;
  }
}

@media (max-width: 575px){ 
  .sidebar-ad-user {
      width: 90%;
  }
}

@media (max-width: 1024px){
  .hover-prod-view ul{
      min-width: 388px;
      left: -20px;
  }
}

@media (min-width: 767px){
    .slider-img-articles {
    top: 0;
    position: fixed;
}

@media (max-width: 767px){
  .hover-prod-view ul{
      min-width: 0px;
      left: 0;
      top: 0;
  } 
  
  .section_articles_destock{
      display:none;
  }
  .section_articles{
      display: grid;
  }
  .section_articles .articles .article {
    padding: 0 0 5px 0;
    height: 120px;
    display:block;
    border-bottom: none;
   }
   .section_articles .articles .article a {
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;
    display:flex;
    height: 100%;
    margin-right: -10px;
    
   }
   .section_articles .articles .article a img {
    height: 100%;
    width: 50%;
   }
   .section_articles .articles .article a p {
     padding-left: 0;
   }
}


@media (max-width: 1600px){
    #mi-carrito-c .container {
        max-width: 1200px;
    }
}
@media (max-width: 767px){
  .sidebar-ad-user{padding-top: 15%;}
  .table-shopping-cart tbody{
    position: relative;
  }
  
  .section_articles_destock{
      display:none;
  }
  
  .section_articles{
      display:grid;
  }
}

.bread-crumb{
  display: none;
}
.m-l-9, .m-lr-9, .m-all-9 {
    margin-left: 9px;
}
.stext-109 {
    font-family: Poppins-Regular;
    font-size: 12px;
    line-height: 1.833333;
}
@media (max-width: 899px){
  .bread-crumb{
    display: block;
    padding-top: 40px;
  }
}
@media (max-width: 767px){
  .bread-crumb{
    padding-top: 0px;
    padding-bottom: 5px;
  }
}