<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-------------------------------------------------------------------------------*/

/**
 * Best4Mage - Mix &amp; Match Kitting Bundle
 * @author Best4Mage
 */

/*-------------------------------------------------------------------------------*/

/* Fix for default theme css */
main &gt; .columns {
    margin-left: 0;
    float: none;
} 
.page-layout-mmkbitemlist-1column .column.main {
  order: 2;
  -webkit-order: 2;
  -ms-flex-order: 2;
  width: 100%;
}
.page-layout-mmkbitemlist .column.main {
  float: right;
  order: 2;
  width: 79.1667%;
}
.page-layout-mmkbitemlist .sidebar-main {
  float: left;
  order: 1;
  width: 20.8333%;
}
.page-layout-mmkbitemlist .sidebar-additional {
  float: right;
  order: 2;
  width: 20.8333%;
}
.page-layout-mmkbitemlist .sidebar-additional {
  clear: left;
  float: left;
  padding-left: 0;
  padding-right: 2%;
}

/*-------------------------------------------------------------------------------*/

/* Pre Loader CSS */
.cssload-loader {
    display: block;
    margin:0 auto;
    width: 20px;
    height: 20px;
    position: relative;
    border: 3px solid rgb(5,5,5);
    animation: cssload-loader 2.3s infinite ease;
        -o-animation: cssload-loader 2.3s infinite ease;
        -ms-animation: cssload-loader 2.3s infinite ease;
        -webkit-animation: cssload-loader 2.3s infinite ease;
        -moz-animation: cssload-loader 2.3s infinite ease;
}
.cssload-loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: rgb(5,5,5);
    animation: cssload-loader-inner 2.3s infinite ease-in;
        -o-animation: cssload-loader-inner 2.3s infinite ease-in;
        -ms-animation: cssload-loader-inner 2.3s infinite ease-in;
        -webkit-animation: cssload-loader-inner 2.3s infinite ease-in;
        -moz-animation: cssload-loader-inner 2.3s infinite ease-in;
}
@keyframes cssload-loader {
    0% {
        transform: rotate(0deg);
    }
    
    25% {
        transform: rotate(180deg);
    }
    
    50% {
        transform: rotate(180deg);
    }
    
    75% {
        transform: rotate(360deg);
    }
    
    100% {
        transform: rotate(360deg);
    }
}
@-o-keyframes cssload-loader {
    0% {
        transform: rotate(0deg);
    }
    
    25% {
        transform: rotate(180deg);
    }
    
    50% {
        transform: rotate(180deg);
    }
    
    75% {
        transform: rotate(360deg);
    }
    
    100% {
        transform: rotate(360deg);
    }
}
@-ms-keyframes cssload-loader {
    0% {
        transform: rotate(0deg);
    }
    
    25% {
        transform: rotate(180deg);
    }
    
    50% {
        transform: rotate(180deg);
    }
    
    75% {
        transform: rotate(360deg);
    }
    
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes cssload-loader {
    0% {
        transform: rotate(0deg);
    }
    
    25% {
        transform: rotate(180deg);
    }
    
    50% {
        transform: rotate(180deg);
    }
    
    75% {
        transform: rotate(360deg);
    }
    
    100% {
        transform: rotate(360deg);
    }
}
@-moz-keyframes cssload-loader {
    0% {
        transform: rotate(0deg);
    }
    
    25% {
        transform: rotate(180deg);
    }
    
    50% {
        transform: rotate(180deg);
    }
    
    75% {
        transform: rotate(360deg);
    }
    
    100% {
        transform: rotate(360deg);
    }
}
@keyframes cssload-loader-inner {
    0% {
        height: 0%;
    }
    
    25% {
        height: 0%;
    }
    
    50% {
        height: 100%;
    }
    
    75% {
        height: 100%;
    }
    
    100% {
        height: 0%;
    }
}
@-o-keyframes cssload-loader-inner {
    0% {
        height: 0%;
    }
    
    25% {
        height: 0%;
    }
    
    50% {
        height: 100%;
    }
    
    75% {
        height: 100%;
    }
    
    100% {
        height: 0%;
    }
}
@-ms-keyframes cssload-loader-inner {
    0% {
        height: 0%;
    }
    
    25% {
        height: 0%;
    }
    
    50% {
        height: 100%;
    }
    
    75% {
        height: 100%;
    }
    
    100% {
        height: 0%;
    }
}
@-webkit-keyframes cssload-loader-inner {
    0% {
        height: 0%;
    }
    
    25% {
        height: 0%;
    }
    
    50% {
        height: 100%;
    }
    
    75% {
        height: 100%;
    }
    
    100% {
        height: 0%;
    }
}
@-moz-keyframes cssload-loader-inner {
    0% {
        height: 0%;
    }
    
    25% {
        height: 0%;
    }
    
    50% {
        height: 100%;
    }
    
    75% {
        height: 100%;
    }
    
    100% {
        height: 0%;
    }
}

/*-------------------------------------------------------------------------------*/

/* Box list page */
.box-group-wrapper,
.box-type-wrapper {
    text-align: center;
}
.box-list-wrapper.container {
    background: #ddd;
    padding: 15px;
}
.box-group-wrapper.fixed {
    box-shadow: 0 1px 5px 1px #666;
    position: fixed;
    top: 68px;
    width: 100%;
    left: 0;
    background: #ddd;
    z-index: 9;
    height: 50px;
}
.box-group-wrapper.fixed .box-group-details {
  display: inline-block;
  margin: 0 5px;
}
.box-group-title {
    text-transform: uppercase;
}
.box-type-wrapper {
    background: #fff;
    margin-top: 15px;
    padding: 15px;
}
.no-box-types {
  padding: 10px 0;
}
.box-group-title.heading {
    font-size: 18px !important;
    font-weight: 600;
    margin-top: 20px;
    text-transform: uppercase;
}
.box-group-desc {
    min-height: 50px;
}
.box-group-desc p {
    margin-bottom: 0;
}
span.separator {
    display: block;
    margin: 8px 0 20px;
}
span.separator span {
    background: #000 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: auto;
    max-width: 80px;
}
.box-button {
    background-color: #666;
    border: 1px solid #666;
    border-radius: 0;
    box-shadow: none !important;
    color: #fff;
    display: inline-block;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: 600;
    height: 35px;
    letter-spacing: 0.1rem;
    line-height: 34px;
    margin: 10px 0;
    padding: 0 30px;
    text-transform: uppercase;
}
.box-button:hover, .box-button:focus {
    background: #000 none repeat scroll 0 0;
    border: 1px solid #000;
    color: #fff;
    text-decoration: none;
}
button.box-button.select-size {
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.box-group-wrapper.fixed button.box-button {
    margin: 7px 0;
}
.box-type-details {
    position: relative;
    padding: 8px;
    border: 1px solid transparent;
}
.box-type-overlay {
    display: none;
    position: absolute;
    top: 0;
    left:   0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    z-index: 2;
}
.box-type-loader {
    position: relative;
    top: 45%;
}
.box-type-details:hover,
.box-type-details.loading {
    border-color: #555;
    cursor: pointer;
}
.box-type-details.loading .box-type-overlay {
    display: block;
}
.box-type-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.box-type-wrapper .three.columns.no-margin {
  margin-left: 0;
}
.page-layout-mmkbcatlist .row {
  margin-left: 0;
  margin-right: 0;
}
.box-list-wrapper .row {
  display: block;
}

.field.box-delivery-date {
  display: block;
  margin: 20px 0;
  font-size: 20px;
  font-weight:bold;
  /*text-align: center;*/
}
.field.box-delivery-date &gt; * {
  display: inline-table;
  margin: 0 15px 0 0px;
}
.field.box-delivery-date .required {
  color: #ff0000;
  padding: 0 5px;
  font-size: 16px;
}
.field.box-delivery-date .control-notice {
  font-size: 12px;
  color: #ff0000;
  display: none;
}
#ddpicker.invalid {
  border-color: #ff0000;
}

/*-------------------------------------------------------------------------------*/

/* select size popup */
.choose-product-wrapper {
    margin-top: 20px;
}
.box-size-modal {
    color: #555;
}
.box-details .box-title {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 1px;
    border-style: solid;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}
.box-details img.image {
    max-width: 250px;
    margin: auto;
}
.box-size-details {
    background: #eee;
    padding: 15px;
}
.box-size-details .sub-title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
.product-choice {
    background: #fff;
    padding: 3px 7px;
    border: 1px solid #fff;
    margin-top: 15px;
    position: relative;
}
.product-choice.row,
.box-items.row {
  margin-left: 0;
  margin-right: 0;
  margin-top:40px;
}
.product-choice:hover {
    border-color: #555;
    cursor: pointer;
}
.product-choice.chosen {
    border-color: #555;
}
.disable-choice-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6);
    cursor: not-allowed;
    z-index: 9;
}
.large-checkbox {
    max-height: 40px;
}
.large-checkbox span.icon-tick {
    display: inline-block;
    height: 25px;
    width: 25px;
    border: 1px solid #333;
    text-align: center;
    line-height: 33px;
    /*border-radius: 100%;*/
    margin: 7px 0;
    vertical-align: top;
}
.large-checkbox span.icon-tick img {
    display: none;
    max-width: 20px;
}
.product-choice.chosen .large-checkbox span.icon-tick img {
    display: inline-block;
    vertical-align: baseline;
}
.choice-details &gt; div {
    float: left;
}
.mmkb-size {
    width: 40%;
    font-size: 13px;
    text-transform: uppercase;
}
.mmkb-size.equal-line {
  line-height: 40px;
}
.item-limit {
    text-align: center;
    line-height: 40px;
    width: 35%;
    font-size: 13px;
    text-transform: uppercase;
}
.mmkb-price {
    text-align: right;
    width: 25%;
    line-height: 40px;
    font-size: 18px;
}
.box-button.add-items {
    line-height: 30px;
    height: 30px;
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    position: relative;
}
.box-button.add-items.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.add-items .cssload-loader {
    display: none;
    border-color: rgb(255, 255, 255);
    height: 15px;
    position: absolute;
    right: 80px;
    top: 4px;
    width: 15px;
}
.add-items .cssload-loader-inner {
  background-color: rgb(255, 255, 255);
}
.product-choice .volume-status {
  background: #999 none repeat scroll 0 0;
  font-size: 12px;
  font-weight: 600;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 1px 2px;
  position: relative;
  text-transform: uppercase;
}
.status-per {
  left: 5px;
  position: absolute;
  z-index: 9;
}
.volume-per {
  background: #fff none repeat scroll 0 0;
  display: block;
  height: 18px;
  left: 2px;
  position: absolute;
  top: 2px;
  z-index: 8;
}
.product-choice .item-number {
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 10px;
  margin: 0 1px;
}
.product-choice .item-number.added {
  border-width: 2px;
  border-color: #aaa;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;

}

/*-------------------------------------------------------------------------------*/

/* Box-items Page */
.box-items-wrapper {
  margin-bottom: 10px;
}
.box-item {
  min-height: 370px;
  padding: 10px;
  position: relative;
  text-align: center;
  border: 1px solid transparent;
  margin-bottom: 10px;
}
.box-item:hover,
.box-item.loading {
  border: 1px solid #555;
}
.box-item.loading .box-type-overlay {
    display: block;
}
.box-item.no-margin {
  margin-left: 0 !important;
}
.item-info &gt; div {
  margin: 10px 0;
}
.item-name {
  font-size: 14px;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
}
.item-actions.hover-state {
  background: #fff none repeat scroll 0 0;
  display: none;
  bottom: 20px;
  left: 0;
  padding: 0 10px;
  position: absolute;
  width: calc(100% - 20px);
  z-index: 1;
  box-sizing: content-box;
}
.box-item:hover .item-actions.hover-state {
  display: block;
}
button.more-info {
  background: transparent url("../images/more-info.png") no-repeat scroll 0 center;
  border: medium none;
  box-shadow: none;
  line-height: 24px;
  margin-bottom: 0px;
  padding: 0 0 0 30px;
  color: #000 !important;
}
button.more-info:hover {
  background-color: transparent;
}
.input-box .item {
  border-bottom: 1px solid #ee;
  border-top: 1px solid #eee;
  cursor: pointer;
  display: block;
  height: 35px;
  width: 33%;
  max-width: 33px;
  box-sizing: border-box;
}
.input-box .item.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.input-box .item, .input-box .qty {
  float: left;
}
.minus.item {
  background: #eee url("../images/minus.png") no-repeat scroll center center;
  border-left: 1px solid #eee;
}
.plus.item {
  background: #eee url("../images/plus.png") no-repeat scroll center center;
  border-right: 1px solid #eee;
}
.item-actions .qty {
  border-color: #555;
  height: 35px;
  line-height: 35px;
  padding: 0;
  text-align: center;
  width: 33%;
  max-width: 35px;
}
.item-actions button.box-button {
  float: right;
  padding: 0;
  width: 49%;
  max-width: 130px;
}
.item-actions button.box-button.box-button.upgrade-btn {
  float: none;
  width: 100%;
}
.item-actions .input-box {
  float: left;
  margin: 10px 0;
  width: 49%;
}
.input-box {
  min-width: 80px;
}
.box-item.two.columns .item-actions .input-box {
  float: none;
  margin: 10px 0 0;
  display: inline-block;
  width : auto;
}
.item-actions.no-box .input-box, .item-actions.no-box .box-button {
  display: none;
}
.in-box {
  background: #126d10 none repeat scroll 0 0;
  bottom: 0;
  display: none;
  color: #fff;
  left: 0;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
}
.in-box.show {
    display: block;
}
.choose-box-wrapper {
  background: rgba(11, 11, 11, 0.1) none repeat scroll 0 0;
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
}
.choose-box-notice {
  display: block;
  font-size: 20px;
  margin: 10px 0;
}
.box-button.choose-box {
  font-size: 18px;
  height: 45px;
}
.page-layout-mmkbitemlist .modes, 
.page-layout-mmkbitemlist-1column .modes {
  display: none;
}
.box-items-wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.box-items-wrapper ~ .toolbar .pages {
  float: left;
  margin-bottom: 0;
}
.box-items-wrapper ~ .toolbar-products .pages {
  display: block;
}
.box-items-wrapper ~ .toolbar .limiter {
  display: block;
}
.box-items-wrapper ~ .toolbar .sorter {
  display: none;
}
.box-items .item-image {
  max-width: 100%;
}


/*-------------------------------------------------------------------------------*/


/* Item More Info */
.more-info-modal .product-image {
  margin-top: 40px;
  text-align: center;
}
.product-details {
  margin-bottom: 25px;
  width: 100%;
}
.product-details.top {
  border-bottom: 1px solid;
  padding: 5px 0;
}
.more-info-modal .product-name {
  font-size: 20px;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
}
.product-details.bottom {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #ddd;
  padding: 5% 3%;
  width: 92%;
}
.product-details.bottom .qty {
  border-color: #555;
  height: 35px;
  line-height: 35px;
  padding: 0;
  text-align: center;
  width: 33%;
  max-width: 35px;
}
.more-info-modal .price {
  font-size: 23px;
  font-weight: 600;
}
.more-info-modal .addtobox.box-button {
  margin: 0;
}
.more-info-modal .product-details.bottom.no-box {
  display: none;
}
.product-details.bottom.row.loading {
  position: relative;
}
.product-details.bottom.loading .box-type-overlay {
  display: block;
}
.product-details.bottom .box-type-loader {
  top: 35%;
}


/*-------------------------------------------------------------------------------*/

/* Progress bar */
.mmkb-progressbar-container {
    display: none;
}
.page-layout-mmkbitemlist .mmkb-progressbar-container, 
.page-layout-mmkbitemlist-1column .mmkb-progressbar-container {
  display: block;
}
.mmkb-progress-bar {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  margin-bottom: 15px;
  position: relative;
}
.mmkb-progress-bar.pos-1 {
  top: 0;
  position: relative;
  width: 100%;
  z-index: 2;
}
.mmkb-progress-bar.mmkb-progress-bar-sticky {
  top: 75px !important;
  position: fixed  !important;
  z-index: 4  !important;
}
.mmkb-progress-bar.pos-2 {
  bottom: 0;
  margin-bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 2;
}
.item-preview {
  background: #aaa none repeat scroll 0 0;
  display: none;
  padding: 5px;
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 55px;
  width: 100px;
  z-index: 9;
  text-transform: uppercase;
  text-align: center;
}
.item-preview::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: rgba(211, 211, 211, 0) rgba(211, 211, 211, 0) #aaa;
  border-image: none;
  border-style: solid;
  border-width: 10px;
  bottom: 100%;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -10px;
  pointer-events: none;
  position: absolute;
  width: 0;
}
.mmkb-progress-bar.pos-2 .item-preview {
  bottom: 55px;
}
.mmkb-progress-bar.pos-2 .item-preview::after {
  border-color: #aaa rgba(211, 211, 211, 0) rgba(211, 211, 211, 0);
  border-width: 10px;
  bottom: auto;
  top: 100%;
}
.item-preview.removed {
  background: #e40000 none repeat scroll 0 0;
  color: #fff;
}
.item-preview.removed .notice,
.item-preview.updated .update{
  display: block;
}
.item-preview.removed .message,
.item-preview.updated .message,
.item-preview.removed .update,
.item-preview .notice,
.item-preview .update{
  display: none;
}
.item-preview.removed::after {
  border-color: rgba(211, 211, 211, 0) rgba(211, 211, 211, 0) #e40000;
}
.mmkb-progress-bar.pos-2 .item-preview.removed::after {
  border-color: #e40000 rgba(211, 211, 211, 0) rgba(211, 211, 211, 0);
}
.progress-section {
  background: #d3d3d3 none repeat scroll 0 0;
  font-size: 16px;
  font-weight: 600;
  height: 35px;
  line-height: 35px;
  margin: 10px 5px;
  /*padding: 0 10px;*/
  position: relative;
}
.progress-text {
  margin: 0 10px;
  position: absolute;
  width: calc(100% - 20px);
  z-index: 2;
}
.progress-per {
  background: #fff none repeat scroll 0 0;
  display: block;
  height: 35px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.1s linear 0s;
  z-index: 1;
}
.box-button.view-item, .box-button.save {
  font-size: 14px;
  width: 100%;
}

.items-view-wrapper {
  background: #fff none repeat scroll 0 0;
  display: none;
  max-height: 351px;
  min-height: 200px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.mmkb-progress-bar.pos-1 .items-view-wrapper {
  box-shadow: 0 2px 20px 0 #bbb;
  padding: 20px 0 30px;
}
.mmkb-progress-bar.pos-2 .items-view-wrapper {
  box-shadow: 0 -2px 20px 0 #bbb;
  left: 0;
  /*max-height: 310px;*/
  padding: 30px 0 20px;
  bottom: 55px;
}
.main-box-wrapper::after {
  background: #f0f0f0 none repeat scroll 0 0;
  content: "";
  height: 90%;
  margin: 5% 0;
  position: absolute;
  right: -25px;
  top: 0;
  width: 2px;
}
.main-box-wrapper {
  position: relative;
}
.main-box-wrapper img {
    max-height: 200px
}
.items-view-wrapper .box-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 10px 0;
}
.items-view-wrapper .box-button.upgrade-btn {
  font-size: 14px;
  width: 100%;
}
.items-view-inner-wrapper {
  height: 290px;
  overflow: auto;
  padding: 5px 10px;
}
.items-view-list .three.columns {
  margin: 0 1.5%;
}
.single-item {
  border: 1px solid #aaa;
  margin-bottom: 15px;
  padding: 10px;
  position: relative;
}
.single-item .item-remove {
  background: transparent url("../images/remove.png") no-repeat scroll center center;
  cursor: pointer;
  display: none;
  position: absolute;
  right: 5px;
  top: 5px;
  color: transparent;
  width: 16px;
  height: 16px;
}
.single-item .item-price,
.single-item .item-qty {
  font-weight: 600;
}
.qty-wrapper {
  background: rgba(100, 100, 100, 0.5) none repeat scroll 0 0;
  bottom: 0;
  display: none;
  left: 0;
  padding: 15px 0 0;
  position: absolute;
  width: 100%;
}
.single-item:hover .item-remove {
  display: block;
}
.qty-wrapper .input-box {
  margin: auto;
  width: 103px;
}
.qty-wrapper .input-text.qty {
  border-bottom: 0 none;
  border-top: 0 none;
  height: 34px;
  max-width: 35px;
  padding: 0;
  text-align: center;
}

.box-status-notice-wrapper {
  background: #fff none repeat scroll 0 0;
  display: none;
  font-size: 18px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.mmkb-progress-bar.pos-1 .box-status-notice-wrapper {
  box-shadow: 0 2px 20px 0 #bbb;
}
.mmkb-progress-bar.pos-2 .box-status-notice-wrapper {
  box-shadow: 0 -2px 20px 0 #bbb;
  bottom: 55px;
}
.box-status-notice {
  padding: 20px 40px;
  position: relative;
}
.box-status-notice-wrapper .close-notice {
  cursor: pointer;
  /* padding: 15px 20px; */
  position: absolute;
  right: 8px;
  top: 8px;
  background: transparent url('../images/close-box.png') no-repeat scroll center center;
  height: 16px;
  width: 16px;
  display: inline-block;
}
/*.box-status-notice-wrapper .close-notice::before {
  color: #8f8f8f;
  content: "î˜–";
  display: inline-block;
  font-family: "luma-icons";
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  margin: 0;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
}*/
.loader-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: 45%;
}
.qty-progress-section {
  line-height: 60px;
  text-align: right;
  height: 60px;
}
.qty-progress-section img {
  vertical-align: middle;
  border-radius: inherit;
  max-width: 30px;
  max-height: 30px;
}
.item-number {
  display: inline-block;
  height: 30px;
  width: 30px;
  vertical-align:middle;
  line-height: 30px;
  text-align: center;
  background: #d3d3d3;
  border-radius: 100%;
  margin: 0 2px;
  transition: color 1.5s,background-color 1.5s,border 1.5s;
  box-sizing: content-box;
}
.item-number.added {
  background: #fff;
  border: 3px solid #fff;
  -webkit-animation: pulse 1.5s 2;
  -moz-animation: pulse 1.5s 2;
  -o-animation: pulse 1.5s 2;
  animation: pulse 1.5s 2;
}
@-webkit-keyframes pulse {
  0%   { 
    -webkit-transform: scale(0.8);
  }
  70%   { 
    -webkit-transform: scale(1);
  }
  100% { 
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes pulse {
  0%   { 
    -moz-transform: scale(0.8);
  }
  70%   { 
    -moz-transform: scale(1);
  }
  100% { 
    -moz-transform: scale(0.8);
  }
}
@-o-keyframes pulse {
  0%   { 
    -o-transform: scale(0.8);
  }
  70%   { 
    -o-transform: scale(1);
  }
  100% { 
    -o-transform: scale(0.8);
  }
}
@keyframes pulse {
  0%   { 
    transform: scale(0.8);
  }
  70%   { 
    transform: scale(1);
  }
  100% { 
    transform: scale(0.8);
  }
}

.box-items-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    display: none;
}
.box-items-loader {
    position: relative;
    top: 47%;
}
/*.box-status-notice .close-notice::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: 13px;
    color: #282D3B;
    content: '\f819';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}*/

/*-------------------------------------------------------------------------------*/



.mmkb.product-item-actions .actions-primary {
  display: block;
}


/* Cart Items section */

#shopping-cart-table .volume-status {
  background: #999 none repeat scroll 0 0;
  font-size: 12px;
  font-weight: 600;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 1px 2px;
  position: relative;
  text-transform: uppercase;
}
.cart.table-wrapper .actions-toolbar &gt; .action.action-upgrade.action-edit::before,
.cart.table-wrapper .actions-toolbar &gt; .action.action-update.action-edit::before {
  content: "";
}
.cart.table-wrapper .actions-toolbar &gt; .action.action-update.action-edit {
  width: 140px;
}
.cart.table-wrapper .actions-toolbar &gt;.action.action-upgrade.action-edit {
  right: 180px;
  width: 75px;
}
.cart.table-wrapper .actions-toolbar &gt; .action.action-upgrade.action-edit &gt; span,
.cart.table-wrapper .actions-toolbar &gt; .action.action-update.action-edit &gt; span {
  position: unset;
}
.cart .item-number.added {
    border-color: #ccc;
}
.cart .items-status {
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0;
}
.mmkb-cart-item-color {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 100%;
  margin-bottom: 5px;
}
.mmkb-cart-item-image {
  vertical-align: middle;
  margin-bottom: 5px;
  max-height: 40px;
}



@media only screen
and (min-device-width : 320px)
and (max-device-width : 550px) {
  /* Styles */
  .box-details img.image {
    max-width: 100%;
  }
  .page-products.page-layout-mmkbcatlist .columns {
    padding-top: 0;
  }
  .page-layout-mmkbcatlist .two.columns {
    max-width: 50px;
  }
  .page-layout-mmkbcatlist .choice-details.ten.columns {
    max-width: calc(100% - 50px);
  }
  .page-layout-mmkbitemlist .column.main,
  .page-layout-mmkbitemlist-1column .column.main {
    float: none;
    width: 100%;
  }
  .box-item {
    border-color: #999;
  }
  .item-actions.hover-state {
    bottom: 0;
    display: block;
  }
  .main-box-wrapper img {
    max-height: 120px;
  }
  .items-view-wrapper .box-name {
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0;
  }
  .items-view-wrapper .box-button.upgrade-btn {
    width: 60%;
  }
  .items-view-inner-wrapper {
    height: 215px;
    overflow: auto;
    padding: 5px 10px;
  }
  .items-view-wrapper {
    max-height: unset;
  }
  .box-items-wrapper {
    margin-top: 20px;
  }
  .item-actions.hover-state {
    position: initial;
  }
  .items-view-list {
    padding: 0 20px;
  }
}
@media only screen
and (min-device-width : 360px)
and (max-device-width : 470px) {
  .item-limit,
  .mmkb-price {
    line-height: 30px;
    text-align: left;
    width: 50%;
  }
}


@media only screen
and (min-device-width : 320px)
and (max-device-width : 360px) {
  .choice-details &gt; div {
    float: none;
  }
  .mmkb-size {
    width: 100%;
  }
  .item-limit,
  .mmkb-price {
    line-height: 30px;
    text-align: left;
    width: 100%;
  }
}

@media only screen
and (min-device-width : 550px)
and (max-device-width : 1024px) {
  .choice-details &gt; div {
    float: none;
  }
  .box-details img.image {
    max-width: 100%;
  }
  .mmkb-size {
    width: 100%;
  }
  .item-limit,
  .mmkb-price {
    line-height: 30px;
    text-align: left;
    width: 100%;
  }
  .page-layout-mmkbcatlist .two.columns {
    max-width: 50px;
  }
  .page-layout-mmkbcatlist .choice-details.ten.columns {
    max-width: calc(100% - 50px);
  }
  button.box-button.select-size {
    font-size: 9px;
    height: 40px;
    line-height: 14px;
    padding: 0 10px;
  }
}

@media only screen
and (max-device-width : 767px) {
  .page-products.page-layout-mmkbcatlist .columns,
  .page-products.page-layout-mmkbitemlist .columns,
  .page-products.page-layout-mmkbitemlist-1column .columns {
    padding-top: 0;
    display: block;
  }
  .box-button.scroll-to {
    overflow: hidden;
  }
  .container {
    width: 98%;
  }
  .box-type-wrapper {
    padding: 10px;
  }
  .box-type-details {
    padding: 5px;
  }
  .box-button.scroll-to {
    font-size: 9px;
    overflow: hidden;
    padding: 0 10px;
  }

  .mmkb-progress-bar .eight.columns {
    width: 68%;
  }
  .mmkb-progress-bar .two.columns {
    margin-left: 1%;
    width: 15%;
  }
  .box-button.view-item, .box-button.save {
    color: transparent !important;
    overflow: hidden;
    padding: 0;
  }
  .box-button.view-item {
    background: #666 url('../images/eye.png') no-repeat scroll center center;
  }
  .box-button.save {
    background: #666   url('../images/cart.png') no-repeat scroll center center;
  }
  .box-button.save:hover,
  .box-button.view-item:hover {
    background-color: #000;
  }
  .box-status-notice-wrapper {
    font-size: 14px;
  }

  /* Custom Styling fix for sticky header - 8 Jan 2021 */
  .mobile-sticky .page-main {
    margin-top: 111px;
  }
  .page-layout-mmkbitemlist .mmkb-progressbar-container, .page-layout-mmkbitemlist-1column .mmkb-progressbar-container {
    margin-top: -50px;
    position: fixed;
    width: 100%;
    z-index: 99;
  }

}
</pre></body></html>