.model-360 {
    text-align: center;
    margin-bottom: 48px;
}
.model-360-title {
    margin-bottom: 24px;
}
.model-360-sub {
    text-transform: uppercase;
}

.model-360 hr{
    margin-top: 96px;
}

.colordot {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;

    /*inner ring*/
    border-style: solid;
    border-color: #dfdfdf;
    border-width: 2px;
    
    /*outer ring*/
    margin: 0 4px;
}
/* outer ring */
.colordot:after {
    position: absolute;
    content: '';
    top: -4px;
    left:-4px;
    height: calc(100% + 8px);
    width: calc(100% + 8px);
    border-radius: inherit;
    background: none;
    z-index: -1;
}
.colordot.active:after {
    background: black;
}

.model-360-swatch-text {
    display: none;
}
.model-360-swatch-text.active {
    display: block;
}

.slick-colors {
    display: none;
}
@media only screen and (max-width: 543.98px) {
.slick-colors {
    padding-top: 48px;
}
}
.slick-colors.active {
    display: block;
}
.slick-colors-container {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
@media only screen and (max-width: 543.98px) {
.slick-colors-container.slick-dotted.slick-slider {
    margin-bottom: 0;
}
}

.model-360-swatch-container {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.model-360-swatch-container ul {
    padding-inline-start: 0;
    margin-top: 56px;
    margin-bottom: 24px;
    line-height: 1;
}
@media only screen and (max-width: 543.98px) {
.model-360-swatch-container ul {
    margin-top: 0;
}    
}
.model-360-swatch-buttons,
.model-360-swatch-text {
    margin: 0 24px;
}

.model-360-swatch-name {
    margin-bottom: 24px;
}