@media (min-width: 769px) {
     .product-details-sticky {
         position: relative;
         float: left;
         width: 100%;
    }
     .product-details-sticky .product.media {
         position: sticky;
         -webkit-position: sticky;
         top: 0;
         z-index: 8;
    }
}

.tabs-container {
     margin-top: 32px;
     margin-bottom: 25px;
}
 .tabs-container .tabs li {
     border: none;
     margin: 0 4px;
}
 @media (min-width: 1440px) {
     .tabs-container .tabs li {
         width: 32%;
    }
}
 .tabs-container .tabs li.active a {
     background-color: #ff5501;
     color: #fff;
}
 .tabs-container .tabs li.active a:before {
     border-top: 23px solid transparent;
     border-bottom: 26px solid transparent;
     border-left: 15px solid #ff5501;
}
 .tabs-container .tabs li.done a {
     background-color: #ff5501; 
     color: #fff;
}
 .tabs-container .tabs li.done a:before {
     border-left: 15px solid #ff5501;
}
 .tabs-container .tabs li.done .tab-number {
     font-size: 0;
}
 .tabs-container .tabs li.done .tab-number:after {
     opacity: 1;
}
 .tabs-container .tabs a {
     font-size: 14px;
     text-align: center;
     color: #333333;
     position: relative;
     background-color: #eee;
     min-width: 100%;
     margin: 0 2px;
     padding: 12px 10px 12px 20px;
     overflow: visible;
}
 @media (min-width: 1200px) {
     .tabs-container .tabs a {
         font-size: 16px;
         padding: 12px 10px 12px 30px;
    }
}
.product-info-main .design-it-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #dddddd;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.product-info-main .design-it-tabs label {
    font-size: 14px;
    color: #7E7E7E;
}
.product-info-main .design-it-tabs .product-designer-button {
    background-color: #ff5501;
    border: 1px solid #ff5501;
    color: #ffffff;
    padding: 9px 15px;
    display: inline-block;
}
.product-info-main .byi-custom-dropdown .swatch-attribute-options {
    width: calc(100% - 115px);
}
 .tabs-container .tabs a:before {
     content: " ";
     position: absolute;
     top: 0;
     right: -14px;
     width: 0;
     height: 0;
     border-top: 24px solid transparent;
     border-bottom: 26px solid transparent;
     border-left: 14px solid #eee;
     border-radius: 0;
     transition: border-color 0.2s ease;
     z-index: 3;
}
}
 .tabs-container .tabs a:after {
     content: "";
     position: absolute;
     top: 0;
     left: -2px;
     width: 0;
     height: 0;
     border-top: 25px solid transparent;
     border-bottom: 24px solid transparent;
     border-left: 15px solid #fff;
     border-radius: 0;
     transition: border-color 0.2s ease;
     z-index: 2;
}
 .tabs-container .tabs a .tab-number {
     background-color: #ffffff;
     color: #333333;
     border-radius: 50%;
     width: 24px;
     height: 24px;
     line-height: 24px;
     display: inline-block;
     font-size: 14px;
     font-weight: 700;
     margin-right: 5px;
     vertical-align: middle;
     position: relative;
}
@media (min-width: 1200px) {
    .tabs-container .tabs a .tab-number{
        vertical-align: text-bottom;
    }
}
 .tabs-container .tabs a .tab-number:after {
     content: "";
     position: absolute;
     top: 3px;
     left: 8px;
     display: inline-block;
     transform: rotate(45deg);
     height: 13px;
     width: 6px;
     border-bottom: 2px solid #ff5501;
     border-right: 2px solid #ff5501;
     opacity: 0;
}
 .tabs-container .tab-content {
     border: none;
}
 .tabs-content .tabs-label {
     font-size: 24px;
     margin-bottom: 20px;
     display: block;
}
.swatch-opt .swatch-attribute .swatch-attribute-label{
    min-width: 80px;
}
.swatch-opt .swatch-attribute.color, 
.swatch-opt .swatch-attribute.size{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.swatch-opt .swatch-attribute.size .swatch-option.text{
    height: 26px;
    line-height: 18px;
}
.swatch-opt .swatch-attribute .swatch-attribute-selected-option{
    display: none;
}
.printing-method {
     background-color: #F4F5F7;
     padding: 20px;
}
 .printing-method .printing-method-title {
     font-weight: 700;
     font-size: 24px;
     line-height: 34px;
     font-family: roboto;
     margin-bottom: 15px;
     display: block;
}
 .printing-method .control, .byie-option .control {
     padding-left: 10px;
}
 .printing-method .control .field.admin__field {
     margin-right: 30px;
}
 .printing-method .control .field.admin__field:last-of-type {
     margin-right: 0;
}
 .printing-method .control .field.admin__field .label.admin__field-label {
     color: #7E7E7E;
}
.go-to-checkout-button, .go-to-design-button{
    text-align: right;
    margin-top: 20px;
}
.go-to-checkout-button a, .go-to-design-button a{
    padding: 9px 15px;
    border: 1px solid #ff5501;
    color: #ff5501;
    display: inline-block;
}

@media (max-width: 768px){
    .product-details-sticky .product-info-main{
        margin-bottom: 30px;
    }
    .product-details-sticky{
        display: flex;
        flex-direction: column-reverse;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
