/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.alert:before {
    font-family: "FontAwesome";
    font-size: 1.25rem;
    vertical-align: -2px;
    padding: 0 7px 0 0;
    float: left;
    position: absolute;
    left: 20px;
    top: 11px;
}
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-display: swap;
  font-weight: normal;
  font-style: normal; }
 /* *MEGAPRODUCT */
#sendDateProducts{background:#F8F8F8;display:flow-root;padding:5px;}
.mpSerigrafia > .mega-attrlabel{display:none !important;}
.mp-result-days{display:none;}
.mpTableCombinations .mega-attrlabel{display:none;}
.mpTableCombinations .mp-price-span{display:none;}
.mpShorts .megaquantity_list li  {float:left;display:inline-block;width:33%;}
.mpShorts .megaattr917{pointer-events:none;}
.mpOneColor  .megaquantity_list li.more_icon{display:none;}
.mpOneColor .megaquantity_list li:not(:first-of-type) {display:none;}
.mpOnlyColor .megaquantity_list li:not(:nth-child(3)) {display:none;}
#megagroups  #mp-table-groups .mpgroup-col-title { background: #fff; color: #000;  padding: 8px;}
#megagroups  #mp-table-groups .mpgroup-row-title{background:none;color:#000;}

#mpimages{float:left;width:75%;}
#megagroups #show-result-container{float:left;width:25%;padding:10px;}
.mp-tab-steps{float:left;width:75%;padding:2%;}
#megagroups .mega-attrlabel {
    border: none;
    background: none;
    color: #000;
    padding: 0px;
    margin-bottom: 31px;
}
ul.megaquantity_list li {
    max-width: 216px;
    width: 100%;
}
.btnMPProducts {
    display: flex;
    gap: 0px 8px;
    border-top: 1px solid rgb(154 154 154 / 25%);
    border-bottom: 1px solid rgb(154 154 154 / 25%);
    padding-top: 16px;
    padding-bottom: 19px;
}
.btnMPProducts a.btn.btn-primary {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF !important;
    background: #3F85D7 !important;
    border-radius: 5px;
    height: 50px;
    padding: 0px;
    max-width: calc(calc(100% / 2) - 4px);
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px 6px;
    width: 100%;
    border: none;
}
.btnMPProducts a.btn.btn-primary:before {
    content: "";
    background: url(../../assets/img/svg/calculate.svg);
    width: 18px;
    height: 18px;
    display: block;
}
.btnMPProducts a.btn.btn-secondary {
    border: 1px solid #3F85D7;
    border-radius: 5px;
    padding: 0px;
    line-height: 50px;
    width: 100%;
    max-width: calc(calc(100% / 2) - 4px);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #3F85D7;
    background:none !important;
}
.mp-tab-steps .progressbar {
    display: flex;
    gap: 0px 10px;
    flex-wrap: wrap;
        margin: 0px;
}

.mp-tab-steps .progressbar li.active {
    color: #ff6000;
    border-color: #ff6000;
    background: white;
}
.mp-tab-steps .progressbar li {
    list-style-type: none;
    width: 100% !important;
    padding: 21px 0px;
    position: relative;
    text-align: center;
    text-transform: none;
    background: #F8F8F8;
    border: 1px solid #F8F8F8;
    max-width: calc(calc(100% / 3) - 7px);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
        cursor: pointer;
}
.mp-tab-steps .progressbar li.active:before {
    background: #ff6000;
}
.mp-tab-steps .progressbar li:before {
    width: 60px;
    height: 40px;
    content: "PASO " counter(step);
    counter-increment: step;
    border: none;
    display: block;
    text-align: center;
    margin: 0 auto 9px auto;
    border-radius: 50%;
    background-color: white;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
    background: #363636;
}
.mp-tab-steps .progressbar li.active+li:after {
    background-color: transparent;
}
.mp-tab-steps .progressbar li:after {
    display:none;
}
#mp-ul-steptabs {
    display: none;
}
.mp-tab-steps {
    padding: 0px;
    width: 100%;
    max-width: 675px;
    margin-bottom: 49px;
}
.mp-tab-steps .progressbar li:first-child span:after {
    content: "";
    background: url(../../assets/img/svg/add_shopping_cart.svg);
    width: 16px;
    height: 17px;
    display: block;
    position: initial;
}
.mp-tab-steps .progressbar li:nth-child(2) span:after {
    content: "";
    background: url(../../assets/img/svg/approval.svg);
    width: 12px;
    height: 16px;
    display: block;
    position: initial;
}
.mp-tab-steps .progressbar li.active:nth-child(2) span:after {
    background: url(../../assets/img/svg/estampacion_active.svg);
}
.mp-tab-steps .progressbar li.active:last-child span:after {
    background: url(../../assets/img/svg/crop_active.svg);
}
.mp-tab-steps .progressbar li span {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 0px 6px;
    justify-content: center;
}
.mp-tab-steps .progressbar li:last-child span:after {
    content: "";
    background: url(../../assets/img/svg/crop.svg);
    width: 18px;
    height: 18px;
    display: block;
    position: initial;
}
div#megagroups.tabs {
    padding: 35px 0px 0px 10px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}
div#mpimages {
    padding: 0px;
    width: 100%;
    max-width: calc(100% - 414px);
    padding-right: 49px;
    display: flex;
    flex-wrap: wrap;
}
#megagroups #show-result-container {
    width: 100%;
    float: none;
    max-width: 414px;
    background: #F8F8F8;
    padding: 0px;
    align-self: flex-start;
    margin-top: -162px;
}

.mp-result-name {
    margin: 0px;
    border-bottom: 1px solid rgb(154 154 154 / 25%);
    padding: 32px 32px 22px 32px;
}
.mp-result-name span.mp-product-title {
    color: #363636;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
}
span.mp-label-result {
   /* display: none;*/
}

.mp-result-button {
    max-width: 100%;
    padding: 19px 33px 31px;
    width:100%;
}
a#btnAddProduct, a.btnAwffShowForm,a#awProductPdf {
    background: #9B9B9F;
    border-radius: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF !important;
    display: block;
    width: 100%;
    padding: 0px;
    height: 50px;
    line-height: 50px;
    border: none;
    cursor: pointer;
}
a.btnAwffShowForm {
    margin-top:19px;
    display:block;
}

.extra_info_disseny {
    padding: 0px 33px 21px;
}

.extra_info_disseny span {
    display: block;
    color: #363636;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
}
span.mega_title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #1B1B1B;
}
#megagroups .mega-attrlabel {
    padding: 0px;
    display: flex;
    align-items: center;
    gap:0px 5px;
}
.mpShorts input.mega-qty-list {
    border: 0.25px solid rgb(154 154 154 / 100%);
    border-radius: 2px;
    height: 50px;
    line-height: 48px;
    width: 100%;
    margin: 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #9A9A9A;
    padding: 0px 15px;
    text-align: left;
}
.showTab21 {
   /* max-width: 400px;*/
}
.showTab31 {
    width: 100%;
}
.mp-attribute-description img {
    width: 100%;
    height: auto;
}
.mpTimeSend {
   /* padding-top: 20px;*/
}
.mpcheckboxlist li input[type="checkbox"] {
    background: #FAFAFA;
    border: 2px solid #D9D9D9;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    position:relative;
    cursor: pointer;
}
.mpcheckboxlist li input[type="checkbox"]:checked {
    content: "";
    background: url(../../assets/img/svg/checked.svg) no-repeat;
    background-size: 15px;
    background-position: center;
}
.megahelp {
    background: url(../../assets/img/svg/info.svg) no-repeat;
    width: 24px;
    height: 17px;
}
.mega-attrlabel .megaattr_name {
    display: none;
}
#megagroups .megacolor_list li .mplabeldiv {
    display: none;
}
.megacolor_list .mpcheckboxdiv {
    display: none;
}
#megagroups .megacolor_list li .megazoomsingle {
    display: none !important;
    cursor: pointer;
}
#megagroups a.mp_color_pick {
    width: 100% !important;
    max-width: 216px !important;
    height: auto !important;
    outline: none !important;
}
span.mp-stock-yes {
    background: #73C21F;
    width: 9px;
    height: 9px;
    display: block;
    border-radius: 50%;
    margin: 15px auto 0px;
}
span.mp-stock-no {
    background: red;
    width: 9px;
    height: 9px;
    display: block;
    border-radius: 50%;
    margin: 15px auto 0px;
}
span.mp-stock-partial {
    background: orange;
    width: 9px;
    height: 9px;
    display: block;
    border-radius: 50%;
    margin: 15px auto 0px;
}
.mpTooltipRange{display:none;}
.divmegahelp {
    /* float: right; */
    float: none;
}

.mega-attrlabel .megaattr_name {
    display: none;
}
.mpcheckboxlist label {
    margin-bottom: 0px;
    text-align: left;
}
.mpcheckboxlist li {
    display: flex;
    align-items: center;
    margin: 0px;
    gap: 0px 14px;
}

.mpShorts li span {
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    color: #000000;
    display: block;
    margin-bottom: 13px;
}
li.more_icon:last-child {
    display: none;
}

li.more_icon {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    color: #000000;
}
ul.megaquantity_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0px 42px 0px;
}
.mpShorts .megaquantity_list li.more_icon {
    max-width: 11.1%;
    align-self: self-end;
    padding-bottom: 17px;
}
.mpShorts .megaquantity_list li.total_box {
    align-self: self-end;
}

.mpShorts .megaquantity_list li.total_box span {
    display: none;
}
.mpTimeSend li label {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #2E383F;
    
    text-align: left;

}

.mpTimeSend li {
    width: 100%;
    padding: 0px;
    float: none;
    display: flex;
    gap: 0px 14px;
        margin-bottom: 10px;
}
#mp-step-result {
    padding: 0px 33px 15px;
}
.mp-result-price {
    padding: 0px 33px;
}
.mp-result-attrs-qty{
	display:block;
	float:right;
}
div#mp-result-time {
    padding: 0px 33px;
    border-top: 1px solid rgb(154 154 154 / 25%);
    border-bottom: 1px solid rgb(154 154 154 / 25%);
    display: block;
}
div#mp-result-time {
    padding: 15px 33px;
    border-top: 1px solid rgb(154 154 154 / 25%);
    border-bottom: 1px solid rgb(154 154 154 / 25%);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    display: block;
    clear: both;
}
span.mp-datesend-group {
    font-weight: bold;
    color: black;
}
span.mp_total_price {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 31px;
    text-align: right;
    color: #FBB631;
}
span.mp_total_price_wt_content {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-align: right;
    color: #000;
    width:100%;
    display:block;
    
}
span.mp_unit_price {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-align: right;
    color: #000;
    width:100%;
    display:block;
    
}
#mp-step-result p {
    margin: 0px;
}
.mp-result-price {
    padding: 20px 33px 0px;
    clear: both;
    text-align: right;
    width:100%;
}
.mpTableColName {
    width: 100%;
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 13px;
}
.mega-comb-qty-table {
    border: 0.25px solid rgb(154 154 154 / 25%);
    border-radius: 2px;
    max-width: 103px;
    width: 90%;
    padding: 0px;
        outline: none;
    height: 50px;
}
.table-bordered {
    border: none;
}
td.mpgroup-row-title img {
    width: 100% !important;
}
td.mpgroup-row-title {
    width: 102px;
}
td.mpgroup-row-title {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 22px;
    text-transform: capitalize;
    color: #1B1B1B;
}
div#megagroups select {
    border: 0.25px solid rgb(154 154 154 / 25%);
    border-radius: 2px !important;
    width: 100%;
    max-width: 329px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #363636;
    /*background: url(https://kiopromotional.alabazweb.net/img/co/881.jpg) no-repeat center right 40px, url(../../assets/img/svg/expand_more.svg) no-repeat center right 15px;*/
}
#megagroup28 span.mega_title,
#megagroup24 span.mega_title,
#megagroup23 span.mega_title,
#megagroup25 span.mega_title,
#megagroup26 span.mega_title,
#megagroup27 span.mega_title,
#megagroup28 span.mega_title,
#megagroup29 span.mega_title {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
}
#megagroups div#megalabel_28,
#megagroups div#megalabel_24,
#megagroups div#megalabel_23,
#megagroups div#megalabel_25,
#megagroups div#megalabel_26,
#megagroups div#megalabel_27,
#megagroups div#megalabel_28,
#megagroups div#megalabel_29 {
    margin-bottom: 14px;
    min-height: initial;
}
.mp-personalization .progress {
    display: none;
}
span.small_info {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #3F85D7;
    max-width: 299px;
    display: block;
    margin-top: 7px;
}
tr.mpcolorwhite td:last-child, .mpcolorblack td:last-child {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    color: #000000;
    padding: 0px;
}
#megagroups #mp-table-groups td {
    border: none;
    vertical-align: middle;
    padding: 0px;
}
div#megagroups .row {
    margin: 0px;
}
span.mpTotalRowQtys {
    background: #F8F8F8;
    border-radius: 2px;
    width: 100%;
    display: block;
    max-width: 104px;
    height: 50px;
    text-align: center;
    line-height: 50px;
        margin-top: 4px;
}
#mp-step-result p br {
    display: none;
}
#megagroups a.mp_color_pick img {
    width: 100% !important;
   
}
.title_rangeslider {
    width: 100%;
    display: block;
}
.container_rangeslider {
    display: block;
    width: 100%;
}
.mp-data-result {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    display: block;
}
.mpSliderNumbers {
    display: flex;
    align-items: center;
}
a#btnAddProduct span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}
.mpSliderProducts:last-child {
    text-align: right;
}

.mpSliderProducts {
    flex: 1;
}
a.btnAwffShowForm,a#awProductPdf {
    background: #FBB631 !important;
    color: #363636 !important;
}
span#mpWhiteProductsStart {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
.mpSliderProducts span {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
.items_basket {
    width: 100%;
    display: block;
    gap: 0px 14px;
}
a#btnAddProduct {
    background: #3F85D7 !important;
}


a#btnAddProduct[disabled=disabled] {
    background: #9B9B9F  !important;
    pointer-events:none;
}
input#mpWhiteProducts, 
input#mpColorProducts {
    width: 100%;
        margin-top: 10px;
}
.mpWhiteAlertOK,.mpColorAlertOK {color:green;}

 .mpColorRed .mpAlertSpan {
    color:#ce1f1f;
} 

.mpColorRed input[type='range'] {
    background-color: #ce1f1f !important;
    appearance: none;
    border-radius: 20px;
    height: 11px;
}
.mpColorRed input[type='range']::-webkit-slider-thumb {
    background: #ce1f1f;
    -webkit-appearance: none;
    appearance: none;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    cursor: pointer;
}
span.mpTooltipRange {
    padding: 4px;
    border-radius: 5px;
    position: absolute;
    top: -20px;
    left:0;
}
.mpColorRed span.mpTooltipRange {
    color: #ce1f1f;
    background-color: #f2dede;
}
.mpColorBlue span.mpTooltipRange {
    color: orange;
    background-color: #f6e2bf;
}
.mpColorGreen span.mpTooltipRange {
    color: green;
    background-color: #f2dede;
}

 .mpColorBlue .mpAlertSpan {
    color:orange;
} 

.mpColorBlue input[type='range'] {
    background-color: orange !important;
    appearance: none;
    border-radius: 20px;
    height: 11px;
}
.mpColorBlue input[type='range']::-webkit-slider-thumb {
    background: orange;
    -webkit-appearance: none;
    appearance: none;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.mpColorGreen .mpAlertSpan {
    color:green;
} 

.mpColorGreen input[type='range'] {
    background-color: green !important;
    appearance: none;
    border-radius: 20px;
    height: 11px;
}
.mpColorGreen input[type='range']::-webkit-slider-thumb {
    background: green;
    -webkit-appearance: none;
    appearance: none;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    cursor: pointer;
}
.info_product_basket .mpColorRed .alert.alert-info:before {
    color: #ce1f1f !important;
}
.info_product_basket .mpColorBlue .alert.alert-info:before {
     color:orange;
}
.info_product_basket .mpColorGreen .alert.alert-info:before {
    color:green;
}



.info_product_basket .alert.alert-info:before {
    content: "\f06a";
    left: 6px;
    top: 0px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0px;
}
#megagroups .info_product_basket .mpWhiteRangeDiv,#megagroups .info_product_basket .mpColorRangeDiv{ 
	border: 1px solid #bcdff1;
    border-radius: 2px;
    display: flex;
     padding: 27px 10px;
    margin-top: 23px;
    max-width: 750px;
   }
.info_product_basket {
   
    align-items: center;
   
   
}
.info_product_basket .alert.alert-info {
    background: none;
    border: none;
    margin: 0px;
    padding: 0px;
    max-width: 50%;
    width: 100%;
    padding-left: 28px;
}
.megacomplement_list .megaproduct_name {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #1B1B1B;
}
.megacolor_list {
    flex-wrap: wrap;
    gap: 46px 124px;
}
#megagroups .megacolor_list li {
    display: inline;
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
    max-width: calc(calc(100% / 2 ) - 62px);
}
.category-products, .product-accessories, .viewed-products{display:block;float:left;}
#mpimages .mpSerigrafia{
    /*border:1px solid rgb(154 154 154 / 25%);padding:10px;*/
   padding-right: 30px;
}

div#sendDateProducts h4 {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    color: #3F3E3E;
    margin-top: 10px;
}

span.mp-senddate-title {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    display: block;
    margin-top: 10px;
    color: #3F3E3E;
}
span.mp-senddate-date {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    display: block;
    color: #777777;
}
.mpstep input[type=text] {
    border: 0.25px solid rgb(154 154 154 / 25%);
    border-radius: 2px !important;
    height: 50px;
    line-height: 48px;
    width: 100%;
    margin: 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #9A9A9A;
    padding: 0px 15px;
    text-align: left;
}
#megagroups .mpmovecontainer .mega-attrlabel {
    margin-bottom: 0px;
}

#product .mpSelectImage  .megainputcontent input[type=text]{
    display: none;
}
#product .ms-dd .ms-header-middle-content, .ms-dd .ms-middle{
    align-items: center;
}
#product #mpimages .mpcheckboxlist label{
    font-weight: bold;
}
#product .ms-dd .ms-dd-header{
    min-height: 40px;
}
#product .ms-dd .ms-dd-header .option-selected, #product .ms-dd .ms-list-option, .ms-dd .ms-optgroup ul .ms-list-option{
    height: 40px;
}
#product .ms-dd .ms-header-middle-content, .ms-dd .ms-middle{
    height: 100%;
}

a.btn.btn-primary.btn-fileupload {
    width: 100%;
    background: #9B9B9F;
    color: white !important;
    max-width: 313px;
}
div#megagroup20, div#megagroup38 {
    width: 100%;
}
.mp-personalization {
    width: 100%;
    max-width: 329px;
}

.items_basket .alert {
    padding: 0px 23px !important;
        display: flex;
    align-items: center;
}
#_desktop_cart .leo-dropdown-list-item{overflow:auto;}
.leo-remove-from-cart{
    top: 10px;
    bottom: initial;
}
.megainputcontent .ms-dd{
    width: 329px;
}
.leo-dropdown-list-item{
    overflow-y: auto;
    max-height: 70vh !important;
}
.leo-dropdown-cart-content{
    width: 450px;
    max-width: 100%;
}
.leo-dropdown-cart-content .leo-dropdown-cart-item{
    width: 100% !important;
    height: auto !important;
}
.leo-dropdown-cart-content .leo-dropdown-cart-item .product-quantity{
    display: none;
}

.thumbnail-container .no-variants{
    height: 40px;
}
.thumbnail-container .js-count{
    position: absolute;
    margin-top: 6px;
    margin-left: 5px;
    font-weight: bold;
}
.form-control{
    line-height: 41px;
}
.mp-icon{
	 background-size: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;   
    height: 24px;
}
.mp-icon-cohete{
    background-image: url('/img/cms/cohete.png'); 
}
.mp-icon-camion{
    background-image: url('/img/cms/camion.png'); 
}
.mp-icon-legend{
    width: 140px;
}
#sendDateProducts div {float:left;}

.float-xs-left{float:left;}
.product-variants /*#group_1*/  .color {
    width: 60px;
    height: 60px;
}

#group_1 {
    padding-left: 0;
    margin-left:auto;
    margin-right:auto;
}
#mpTableSliderQuantity{display:block;}
#header_right_top .top_bar_item .cart_icon_item{color:var( --e-global-color-62e1bea );}
#header_right_top .ajax_cart_bag:hover{background:transparent}
.shopping_cart_style_0 .ajax_cart_bag i {
    font-size: 1em;
    line-height: 100%;
}

div#megagroup42 {
    padding-right: 30px;
}
@media(max-width:1310px) {
    .mpShorts .megaquantity_list li.total_box {
        max-width: 133px;
    }
}
@media(max-width:1199px) {
    .mpShorts .megaquantity_list li.more_icon {
        max-width: 25px;
    } 
    .mpShorts .megaquantity_list li.total_box {
        max-width: 126px;
    }
}
@media(max-width:991px) {
    .mpShorts .megaquantity_list li.more_icon {
        max-width: 40px;
    }
    .mpShorts .megaquantity_list li.total_box {
        max-width: 216px;
    }
    #megagroups #show-result-container {
        width: calc(100% + 10px);
        float: none;
        max-width: calc(100% + 10px);
        background: #F8F8F8;
        padding: 0px;
        align-self: flex-start;
        margin-left: -10px;
        margin-top: 0px;
    }
    div#mpimages {
        max-width: 100%;
            padding-right: 10px;
    } 
    td.mpgroup-row-title {
        width: 65px;
    }
    .mpTableColName {
        font-size: 12px;
        margin-bottom: 9px;
    }
    tr.mpcolorwhite td:last-child, .mpcolorblack td:last-child {
        font-size: 14px;
    }
    #megagroups #mp-table-groups td {
        padding: 0px 0px 20px 0px;
    }  
    .mega-comb-qty-table {
        max-width: 90%;
    }
    .info_product_basket .alert.alert-info {
        padding-left: 21px;
    }
    .btnMPProducts a.btn.btn-primary {
        margin-bottom: 10px;
    }
    .btnMPProducts a {
        width: 100% !important;
        max-width: 100% !important;
    }
    .mp-tab-steps {
        max-width: 100%;
        padding: 0px 10px 0px 0px;
    }
    .info_product_basket .alert.alert-info {
        padding-right: 15px;
    }
    .btnMPProducts {
        flex-direction: column;
    }
}
@media(max-width:767px) {
    .mp-tab-steps .progressbar li span {
        flex-direction: column-reverse;
        gap: 10px 0px;
    }
    .info_product_basket .alert.alert-info {
        padding-right: 0px;
    }
    .mpShorts .megaquantity_list li {
        float: left;
        display: inline-block;
        width: 100%;
    }
    ul.megaquantity_list {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .mpShorts .megaquantity_list li.more_icon {
        max-width: 100%;
        margin-top: 11px;
    }
    .mpShorts .megaquantity_list li.total_box {
        align-self: center;
    }
    #mpimages .mpSerigrafia {
        padding-right: 0px;
    }
}

.js-product-miniature .product-price-and-shipping{
	
    padding: 10px 0;
    border-radius: 5px;
    background-color: #3F85D7;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 15px 0 0 0;
    color: #fff;
    font-weight:bold;
}
.js-product-miniature .product-price-and-shipping .price{color:#fff;}

.color, .custom-checkbox input[type="checkbox"]+span.color {
    display: inline-block;
    margin: 0.3125rem;
    border: 1px solid rgba(0,0,0,.05);
    cursor: pointer;
    background-size: contain;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    width: 1.25rem;
    height: 1.25rem;
    -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.15);
    -o-box-shadow: 0 0 3px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 3px 0 rgba(0,0,0,.15);
}

#category .variant-links .color {
    margin: 0 0.25rem 0.375rem 0;
    width: 25px;
    height: 25px;
    line-height: 15px;
}
.variant-links .js-count {
    position: absolute;
    margin-top: 6px;
    margin-left: 5px;
    font-weight: 700;
}
.product_list.grid .pro_second_box.pro_block_align_1, .product_list.grid .pro_second_box.pro_block_align_2, .products_sldier_swiper .pro_second_box.pro_block_align_1, .products_sldier_swiper .pro_second_box.pro_block_align_2{
    min-height: 11em;
}
#st_mega_menu_wrap .st_mega_menu.flex_space_between, .adveditor_content.flex_space_between, .flex_box.flex_space_between, .flex_column.flex_space_between, .flex_container.flex_space_between, .st_image_layered_description.flex_space_between{
    position: relative; /* cambiada  de absolute a relative por el carrito */
    /*bottom: 80px; test*/
    left: 0;
    margin: 0 auto;
    width: 100%;
}
.js-product-miniature .product-price-and-shipping{
    margin: 0 auto;
    width: 90%;
}
.pro_second_box .st_sticker_block, .product_middle_column .st_sticker_block{
    position: absolute;
    top: 5px;
    z-index: 2;
}
.flex_box.flex_start.mini_name {
    margin-top: 20px;
    min-height: 3.5em;
}
.product .showTab {
	padding:10px;
}
.btn-category{
	margin-bottom: 16px;
    margin-right: 10px;
    background: #3F85D7;
    border-color: #3F85D7;
    border-radius: 5px;
}

.product-variants-item .color{background:center}

/*Modificación detalle producto botones cálculo y muestras*/
/*#mitades{display:flex;}
#variantes, #botones{width:50%;}
#botones .btnMPProducts{display:block;}
#botones .btn.btn-primary, #botones .btn.btn-secondary {max-width:100%;}
#botones .btn.btn-secondary {margin-top:10px;}*/


/* Estilos base para el carrusel de Slick */
.slick-slider {
    position: relative;
    display: inline-flex;
    box-sizing: border-box;
    /*width: fit-content; /* editado para primeras posiciones isn carrusell*/
  }

.slick-list{
    display:flex;
    justify-content: left;
    align-items: center;

}

  
  .slick-track {
    display: flex;
    flex-wrap: nowrap;
    transform: translate3d(0, 0, 0);
  }
  
  .slick-slide {
    display: flex;
    justify-content: flex-start;
    align-items: center; /* quizás por este no iba y se desplazo*/
    height: 100%;
    transition: all 0.3s ease;
  }
  
  .slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    z-index: 1;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    color: transparent;
    text-align: center;
    cursor: pointer;
    /*margin: -65px;
    transform: translateY(101%);no se por probar ha dejado de ir y añadí esto*/
    margin-left:-5%; /* ajuste flecha izquierda */

  }
  
  .slick-prev {
    left: 10px;
  }
  
  .slick-next {
    right: 10px;
  }
  
  /* Estilos adicionales para mejorar la apariencia del carrusel */
  .slick-prev:before {
    content: '←'; /* Flecha izquierda */
    font-size: 16px;
    color: white;
}

.slick-next:before {
    content: '→'; /* Flecha derecha */
    font-size: 16px;
    color: white;
}

  .slick-prev:hover, .slick-next:hover { /* Estilos para que la flecha con el cursor cambie de color */
    /*background-color: rgba(0, 0, 0, 0.8);*/
    background-color: rgba(222, 106, 12, 0.8);
  }
  
  /* Agrega un fondo sutil para los elementos del carrusel */
  .slick-slide img {
    border-radius: 8px;
    margin: 0 auto;
    display: block;
  }
  
  /* Estilos para el contenedor del carrusel (puedes personalizar esto según tus necesidades) */
  .color-carousel-container {
    margin: 20px 0;
    overflow: hidden;
  }
  
  .color-carousel {
    display: flex;
    justify-content: space-between;
  }
  
  .color-item {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 10px;
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  
  .color-item:hover {
    transform: scale(1.1);
  }
  
  /*Ajustes Menú*/
@media (min-width:992px) and (max-width:1415px){
  #top_extra #st_mega_menu_wrap .st_mega_menu #st_menu_0{
    width:170px;
  }
  #top_extra #st_mega_menu_wrap .st_mega_menu #st_menu_0 a{
    margin-left:-60px;
  }
  #top_extra #st_mega_menu_wrap .st_mega_menu #st_menu_0 ul li a{
    margin-left:0px !important;
  }
}
@media (min-width:992px) and (max-width:1100px){
  #top_extra #st_mega_menu_wrap .st_mega_menu li a{
    font-size:12px;
  }
}
@media (min-width:1101px) and (max-width:1415px){
  #top_extra #st_mega_menu_wrap .st_mega_menu li a{
    font-size:15px;
  }
}

/*Ajustes descripción producto*/
.product_second_section .container p{
  margin: 50px 35px 50px 10px;
}

.product_second_section .container text{
  margin: 50px 35px 50px 10px;
}



.product-details-link{
	padding-bottom: 10px;
}
.details-link{
	color: #3F85D7; 
	text-decoration: none; 
	cursor: pointer;
}
#description {
	padding: 32px;
	background: #F8F8F8;
	margin-bottom: 40px;
	font-weight: 500;
	font-size: 18px;
}
#description .title-description{
	margin:0px;
	padding: 0px 0px 10px 0px;
	font-weight: 700;
    font-size: 18px;
}



/* test carrusel desplazado 

.mpcolorAttribute2{display:flex; justify-content:left;}


#group_1 .slick-track {
    justify-content: flex-start !important; /* Asegura que se alinee a la izquierda 
    transform: translate3d(0px, 0, 0) !important;
  }
  */



