:root {
    --color-primary:  #d89312;
    --color-primary-rgb-pure:  25, 118, 210;
    --color-primary080:  #d14848be;
    --color-danger:  #e43d4e;
    --color-primary2:  #0264C5;
    --color-primary3:  #d14848;
    --color-primary-light:  #ffcd6f;
    --color-primary-light020:  #f5b7432b;
    --color-primary-dark: #751b1b;
    --color-primary-dark08: #751b1bd0;
    --color-primary-darkest: #11191E;
    --color-primary-darkest05: #11191e85;
    --color-primary-darkest025: #11191e38;
    --color-success: #038F2D;
    --color-gray-light: #F5F6F8;
    
    /* --color-primary-light020:  #eaffeb ;
    --color-primary-dark: #014805;
    --color-primary:  #06560a;
    --color-primary-light:  #49A866 ;
    --color-primary3:  #06560a;
    --color-primary-dark08: #014805c9; */
}
.text-primary {
    color: var(--color-primary) !important;
}
.text-primary-dark {
    color: var(--color-primary-dark) !important;
}
.bg-primary {
    background-color: var(--color-primary) !important;
}
.bg-danger {
    background-color: var(--color-danger) !important;
}
.bg-primary2 {
    background-color: var(--color-primary2) !important;
}
.bg-primary3 {
    background-color: var(--color-primary3) !important;
}
.bg-gray-light {
    background-color: var(--color-gray-light) !important;
}
.bg-primary-light {
    background-color: var(--color-primary-light) !important;
}
.bg-primary-light020 {
    background-color: var(--color-primary-light020) !important;
}
.bg-primary-dark {
    background-color: var(--color-primary-dark) !important;
}
.bg-primary-dark08 {
    background-color: var(--color-primary-dark08) !important;
}
.bg-primary-darkest {
    background-color: var(--color-primary-darkest) !important;
}
.bg-primary-darkest05 {
    background-color: var(--color-primary-darkest05) !important;
}
.bg-primary-darkest025 {
    background-color: var(--color-primary-darkest025) !important;
}
.bg-primary-darkest05mate {
    background-color: var(--color-primary-dark) !important;
}
.bg-success {
    background-color: var(--color-success);
}
html, body {
    overflow-x: hidden;
}
 .text-gray {
 	color: #777 !important;
 }

 .fs-16 {
    font-size: 16px !important;
 }
.text-blue {
 	color: #3871b3;
	font-family: 14px;
    font-weight: 400;	
} 
.text-danger {
    color: var(--color-danger);
}
.text-white {
    color: #fff;
}
.text-blue:hover {
 	color: #3771b5;
	font-weight: 500 !important;
} 
 .btn-primary {
 	background: #1976d2;
 	border-color: transparent !important;
}
.btn-primary-older {
    background: var(--color-primary);
    color: #fff;
    opacity: .8;
}
 .icon-big {
 	font-size: 32px;
 }
 img.icon-big {
 	height: 32px;
    color: ;
 }
 .dropdown-menu {
 	padding: 0;
 	border-radius: 0;
 }
 .nw-ff {
    position: fixed;
    width: 100%;
    height: 100vh;
    bottom: 0;
    top: 0;
    left: 0;
    max-height: -webkit-fill-available;
    transition: transform .2s, height .2s;
    transition-timing-function: linear;   
    z-index: 9;
    background: #fff;
    overflow-y: auto;
    padding: 0.5em;
    display: flex;
    flex-flow: column;
    will-change: transform, opacity, height;
    overflow-x: hidden;
}
.nw-ff > .body{
    height: -webkit-fill-available;
    display: flex;
    flex-flow: column;
}
@keyframes showIn {
    100% {
        transform: translateY(0) translateX(0);

    }
}
.nw-ffl {
    left: 0;
    right: auto;
    max-width: 320px;
    width: 100%;
    transform: translateX(-100%);
    border-right: 2px solid #f5f5f5;
    z-index: 151;
}
.nw-ffr {
    right: 0;
    left: auto;
    max-width: 320px;
    width: 100%;
    transform: translateX(100%);
    border-right: 2px solid #f5f5f5;
    z-index: 152;
}
.nw-ff.active {
    transform: translateY(0) translateX(0);
}
#background-ff {
    opacity: 0;
    background: #0002;
    width: 100%;
    top: 0;
    max-height: -webkit-fill-available;
    left: 0;
    height: 100vh;
    transition: opacity .5s;
    position: fixed;
    pointer-events: none;
    z-index: 150;
}
body.ff-show #background-ff {
    opacity: 1;
    pointer-events: all;
}
#background-alert {
    opacity: 0;
    background: #000c;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    transition: opacity .3s;
    position: fixed;    pointer-events: none;
    z-index: 1061;
}
body.alert-show #background-alert {
    opacity: 1;
    pointer-events: all;
}
.alert-danger {
    color: #ffffff;
    background-color: var(--color-danger);
    border-color: transparent;
}
button.like-a {
	background: none;
	border:none;
	padding: 0;
    color: #1976d2;
}
button.like-a:hover {
    color: #0a58ca;
}
.form-floating span.icon {
	position: absolute;
	font-size: 1.8rem;
	top: .9rem;
	right: 10px;
	color: #BBB;
	width: 1.8rem;
	text-align: center;
	}
.form-floating.iconed input {
	padding-right: 40px;
}
#menu-cat-info ul li a, #menu-cat-info ul li button {
	color: #222;
	border: none;
	width: 100%;
	padding: 8px 12px;
	background: none;
	text-align: left;
	display: block;
	text-decoration: none;
}

.swiper-pagination {
	display: none;
	
}
.swiper-viewport {
	margin: 0px !important;	
    border:none !important;
    box-shadow: none !important;

}
@media screen and (max-width : 767px) {
.swiper-viewport {
    margin: 0 0 10px !important;    
}
.swiper-slide h3 {
    font-size: 10px;
}
}
.swiper-viewport:hover .swiper-button-next {

    right: 10px !important;
    z-index: 100;
    opacity: .8 !important;

}

.swiper-viewport:hover .swiper-button-prev {
    left: 10px !important;
    z-index: 100;
    opacity: .8 !important;
}
.swiper-button-next,.swiper-button-prev  {
    line-height: 1;
    text-shadow: none !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 40px;
    z-index: 100;
    background: #3333;
    text-align: center;
    padding-top: 0px;
}

.swiper-button-disabled{
    display:none !important;   
}
.swiper-viewport {
    position: relative;
}
.swiper-button-next:after,.swiper-button-prev:after  {
    color: #fff !important;
    font-size: 28px !important;
    margin-right: 3px;
}
.swiper-button-next:after {
    margin-left: 4px;
    
}
.swiper-button-prev:after {
    margin-right: 4px;
}
.swiper-container.swiper-container-overflow-visible {
    padding: 0 20px;
    position: relative;
  }
  /* .swiper-container.swiper-container-overflow-visible:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(to right, #fff 95%,#fff0);
    width: 100%;
    z-index: 200;
  } 
  .swiper-container.swiper-container-overflow-visible:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(to left, #fff 95%,#fff0);
    width: 100%;
    z-index: 200;
  } */
@media screen and (max-width:767px) {
    .swiper-button-next:after,.swiper-button-prev:after  {
        font-size: 18px !important;
    }
    .swiper-button-next,.swiper-button-prev  {
        width: 30px !important;
        height: 30px !important;
        padding-top: 0px;
    }
}
.dropdown-item {
    padding: 0.8rem 0.8rem !important;;
    font-weight: 600 !important;
}
table {
    border: none !important;
    border-spacing: 0 5px;
    border-collapse: separate;
}
table td {
    border: none !important;
    background: #fefefe;
    vertical-align: middle;
}
table td:first-child {
    border-radius: 4px 0 0 4px;
}
table td:last-child {
    border-radius: 0 4px 4px 0;
}
table tr td:only-of-type {
    border-radius: 2px !important;
}
table thead td {
    background: var(--color-primary) !important;
    color: #fff;
}
.text-gray-light {
    color: #c2c2c2 !important;
}
table tbody td {
    background: #fbfbfb !important;

}
.mini-cart {
  max-width: 110px;
}
.mini-cart button[onclick^='cart.add'], .mini-cart a[onclick^='search'] {
    padding: .3rem .4rem;
}

.mini-cart .btn-default {
    border: 2px solid #eee;
}
.mini-cart .input-group button:first-child, .rounded-end-0{
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.mini-cart > .input-group > button.btn:last-child, .rounded-start-0{
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.img-responsive {
    max-width: 100%;
    height: auto;
}
.custom-scroll::-webkit-scrollbar {
    -webkit-appearance: none;
}

.custom-scroll::-webkit-scrollbar:vertical {
    width:10px;
}

.custom-scroll::-webkit-scrollbar-button:increment,.custom-scroll::-webkit-scrollbar-button {
    display: none;
} 

.custom-scroll::-webkit-scrollbar:horizontal {
    height: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background-color: #1976d2;
    border-radius: 20px;
}

.custom-scroll::-webkit-scrollbar-track {
    border-radius: 10px;  
        background: #e1e6ea;
}
.custom-scroll-left {
    direction: rtl;
}
.custom-scroll-left > * {
    direction: ltr;
}
#cart .img-thumbnail {
    max-width: none;
    width: 57px;
}
/*** Producto **/
 .product-social a {
    font-size: 1rem;
    color: #999;
  }
.price h2 {
    font-size: 3.5rem;
    color: #333;
    margin-right: 15px;
}
.priceV2 small {
    font-size: 0.6em;
}
#generalModal .modal-body {
    min-height: 210px;
}
.modal-dialog {
    margin: 0.5rem auto;
}
.color-star {
    color: #ffc62e;
}
.td-big td {
    padding: 1.5rem .5rem;
}
/** loader **/
@keyframes inMaskLoader {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .maskLoader {
    position: absolute;
    animation-name: inMaskLoader;
    animation-duration: .5s;
    animation-iteration-count: 1;
    top: 0;
    left: 0;
    height: 100%;
    max-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }


  /** packet **/
  .list-checkboxes label.styled {
  display: block;
  width: 100%;
  padding: .8rem;
  transition: all .5s;border-radius: 11px;
  border: 2px solid transparent;
  cursor: pointer;
}
.list-checkboxes label.styled:after {
  content: "\f00d";
  font: normal normal normal 14px/1 FontAwesome;
  float: right;
  color: #F00;
}
.list-checkboxes .checkbox-parent input[type='checkbox']:checked ~ label.styled {
  background: #FFF;
  color: #333;
  border: 2px solid var(--color-success);
    
}
.list-checkboxes .checkbox-parent input[type='checkbox']:checked ~ label.styled:after {
  content: "\f00c";
  color: var(--color-success);
}
.list-checkboxes input {
  display: none;
}
.title-module {
    text-transform: uppercase;
    color: #3771b5;
    font-size: 18px;
    margin-bottom: 25px;
    /* border-left: 2px solid #3771b5; */
    padding-left: 10px;
    background: #e6f1fc;
    padding: 8px 15px;
    border-radius: 10px;
    font-family: 'Raleway';
}

@media screen and (min-width: 767px) {
    .product-viewport {
        padding: 0 20px;
    }
}
@media screen and (max-width: 767px) {
    .product-thumb h4 {
        font-size: 11px;
        min-height: 40px;
        margin-bottom: 0;
    }
    .title-module {
        margin-left: -25px;
        margin-right: -25px;
        border-radius: 0;
        text-align: center;
    }
    .product-thumb .price {
        font-size: 12px;
    }
    .product-thumb .caption {
        min-height: 120px;
    }
    .product-thumb .image {
        height: 100px;
        overflow: hidden;
        min-height: 100px;
    }
    .product-thumb .caption {
        padding-bottom: 0 !important;
    }
    .product-thumb i {
        font-size:  .7em;
    }
}
.product-line-attr {
    /* border: 1px solid #eee; */
    padding: 6px 12px;
    border-radius: 3px;
    letter-spacing: 1px;
    font-size: 9px;
    text-align: end;
    line-height: 1.2;
  }
  .product-line-attr .attr-value {
    display: block;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 16px;
  }
  hr {
    opacity: 1;
    background-color: transparent;
    background-image: radial-gradient(#ffffff00, #ededed);
    height: 1px;
    border: none;
  }
.may-swatches.in-grid-view, .may-swatches.in-list-view {
    white-space: nowrap;
    overflow: hidden;
    height: 40px;
    margin-top: -40px;
}
.image-express {
    position: absolute;bottom: 0; left: 0; padding: 5px 0; border-radius: 0 5px 5px 0;
    height: 40px;
}
.radio-styled input[type='radio'] {
    display: none;
}
.radio-styled label {
    background: #f7f7f7;
    cursor: pointer;
    transition: all .2s;
    height: 40px;
    padding: 10px 1rem;
    border-radius: 8px;
    border: 2px solid #f7f7f7;
    color: var(--color-primary);
}
.radio-styledV2 label {
    height: 100px;
    width: 100px;
    border-radius: 100px;
}
.radio-styled-light label {
    min-width: 40px;
    height: auto;
    padding: 8px;
    border: 2px solid transparent;
}


.radio-styled input[type^='radio']:checked ~ label {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}
.radio-styled-light input[type^='radio']:checked ~ label {
    background: #E5EFFF;
    color: #fff;
    text-align: center;
    border: 2px solid var(--color-primary);
}
.no-available {
    border-style: dashed !important;
background: transparent !important;
text-decoration: line-through;
color: var(--color-primary) !important;

}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color) !important;
    background-color: var(--bs-btn-active-bg) !important;
    border-color: var(--bs-btn-active-border-color) !important;
}
.radio-styled-light020 input[type^='radio'] ~ label {
    background: #f5f5f5;
    color: var(--color-primary-dark);
    border: none;
}
.radio-styled-light020 input[type^='radio']:checked ~ label {
    background: var(--color-primary-light020);
    color: var(--color-primary-dark);
    /* border: 1px solid var(--color-primary); */
}
.sm-title {
    margin-top: -20px;
}
table thead td {
    white-space: nowrap;
}
@media screen and (max-width: 767px) {
    thead.transparent {
      display: none;
    }
}
.pricev2 {
position: relative;
display: block;
}
.pricev2 span:nth-child(1) {
vertical-align: bottom;
font-size: 14px;
}
.pricev2 span:nth-child(3) {
vertical-align: top;
top: 0;
right: 0;
font-size: 14px;
}
.pricev2 span:nth-child(2) {
font-size: 48px;
line-height: 1;
}
.table-min-padding td {
padding: .2rem .2rem;
}
.card-items > div {
background: #fff;
padding: 5px;
border-radius: 3px;
font
}
#button-wishlist {
  transition: all .5s;
}
#button-wishlist.in {
  color: #e2726c;
}

/*Tablas responsivas table*/
.table-row {
    display: grid;
    grid-gap: 10px 0;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 4px;
    align-items: center;
    background: #f9f9f9;
}
.table-row:not(.table-header):hover {
    background: #f5f5f5;
}
.bg-gray-soft {
    background: #f9f9f9f9;
}
.table-header {
    background: var(--color-primary);
    color: #fff;
    font-style: italic;
    padding: 10px;
    align-items: center;
}
.table-title-responsive {
display: none;
}
.ga-picture {
grid-area: picture;
}
.ga-name {
grid-area: name;
}
.ga-content1 {
grid-area: content1;
}
.ga-content2 {
grid-area: content2;
}
.ga-content3 {
grid-area: content3;
}
.ga-content4 {
grid-area: content4;
}
.ga-content5 {
grid-area: content5;
}
.ga-action {
grid-area: action;
}

/*Tabla en las ordenes order-info*/

#table-order-product .table-row {
    grid-template-columns: 60px 4fr repeat(5, 2fr);
}
#table-order-product .table-row.product {
    grid-template-areas: 
    'picture name content1 content2 content3 content4 content5';
}
#table-order-product .table-row.table-footer {
    grid-template-areas: 
    '. . . . . content4 content5';
}
#table-order-product .table-row.voucher {
    grid-template-areas: 
    'content1 content1 content2 . content3 content4 content4';
}
#table-order-product .table-row.service {
    grid-template-areas: 
    'content1 content1 content1 . content2 content3 content4';
}
#table-order-product .table-row.packet {
    grid-template-areas: 
    'content1 content1 . . . . content2';
}
/*Tabla del historial en las ordenes order-info*/
#table-order-history .table-row {
    grid-template-columns: 1fr 1fr 3fr;
    grid-template-areas: 
    'content1 content2 content3';
}


/*Tabla de la lista de ordenes*/
#table-order-list .table-row {
    grid-template-columns: 60px repeat(4, 2fr) 60px;
    grid-template-areas: 
    'picture content1 content2 content3 content4 content5 action';
}
@media screen and (max-width: 767px) {

    
    /*Tabla en las ordenes order-info*/

    .table-row {
        grid-gap: 10px 10px;
    }

    #table-order-product .table-row {
      grid-template-columns: 60px repeat(3, 1fr);
    }
    #table-order-product .table-row.product {
      grid-template-areas: 
        'picture name name name'
        'picture content1 content2 content3'
        '. . content4 content5';
    }            
    #table-order-product .table-row.table-footer {
      grid-template-areas: 
        '. .  content4 content5';
    }            
    #table-order-product .table-row.voucher {
      grid-template-areas: 
        'content1 content1 content1 content2'

    }
    #table-order-product .table-row.packet {
      grid-template-areas: 
        'content1 content1 content1 content2'

    }
    /*Tabla del historial ordenes order-info*/
    #table-order-history .table-row {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: 
        'content1 content2'
        'content3 content3';
    }
    /*Tabla en las ordenes order-list*/
    #table-order-list .table-row {
        grid-template-columns: 60px repeat(3, 2fr) 60px;
      grid-template-areas: 
        'picture content1 content2  content3 action'
        'picture content4 content5 . action';
    }

    .table-row {
        border-top: 2px solid #ededed;
    }


    .table-row.table-header {
      display: none;
    }      
    .table-title-responsive {
      display: block;
    }
}
.product-layout.listed {
    margin-bottom: 25px;
}
.product-layout {
    box-shadow: 0 10px 8px -8px #3333330a, 0 -10px 15px -8px #33333314;
    padding: 3px 2px;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    border-image: radial-gradient(#ddd, #fff) 1;
}
#address-default {
    min-width: 320px;
}
@media screen and (max-width: 380px) {
    #address-default {
        min-width: 0;
    }
}
.talla-shein .container-info > span {
    margin: 0;
    min-width: 250px;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    box-shadow: 0 0 5px #3333;
    margin-bottom: 0px;
    margin-right: -20px;
    transition: all .2s;
  }
  .talla-shein .container-info > span.active {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: all;
  }
  .shein-opt {
    transition: .2s all;
  }
  .shein-opt.selected, .shein-opt:hover {
    box-shadow: 0 0 5px #3333;
    border-color: var(--color-primary);
    border-width: 1px;
  }