* {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.rl-text-center {
    text-align: center;
}

.slide-wrapper [aria-hidden="true"],
#trailer-and-showcase .slick-slide:not(.slick-center) {
    opacity: 0.5;
    transition: all 300ms ease;
}

#trailer-and-showcase .slick-slide:not(.slick-center) .rl-play-wrapper2 {
    opacity: 0;
}

.rl-default-title-color {
    color: #5a5a5a;
}

.divider-line {
    border-bottom: 1px solid #555555;
}

.rl-showcaseItem-container .fa-lg {
    line-height: 16px;
    vertical-align: -5%;
}

.featured-developer-text-area {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    width: 100%; 
}

.featured-developer-name {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px calc(0.3125vw + 9px);
    min-height: 0;
    text-align: center;
    font-weight: 500;
    font-family: 'Roboto';
    font-size: calc(0.5vw + 14.4px);
    text-transform: uppercase;
    line-height: 1.2;
    max-width: 458px;
    margin: 0 auto;
}

/*------------------------------------
            $Banner
------------------------------------*/

.banner-wrapper .next {
    position: absolute;
    right: calc(20% - 50px);
    top: 0;
    bottom: 0;
    z-index: 10;
    margin: auto;
}

.banner-wrapper .prev {
    position: absolute;
    left: calc(20% - 50px);
    top: 0;
    bottom: 0;
    z-index: 10;
    margin: auto;
}

.banner {
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(20.83333vw);
    max-height: 400px;
    /*400px*/
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner-info {
    height: 100%;
    position: relative;
}

.banner-info .text-wrapper {
    margin-bottom: calc(0.8680555555555556vw + 23.333333333333332px);
    /*40-30*/
    text-align: center;
    padding: 0 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.banner-info .title {
    color: #fff;
    font-size: calc( 14.4px + 1.75vw);
    /*48-20*/
    font-weight: 500;
    text-transform: uppercase;
}

.banner-info .subtitle {
    color: #fff;
    font-size: calc( 14.4px + 0.5vw);
    /*24-16*/
    font-weight: 300;
    text-transform: uppercase;
}

.banner-label {
    padding: 0;
    line-height: 50px;
    height: 50px;
    transform: rotate(-30deg);
    position: absolute;
    top: 9%;
    left: -13%;
    background: rgb(255, 161, 5);
    display: block;
    width: 44%;
    font-family: roboto;
    font-weight: bold;
    font-size: calc(0.607638888888889vw + 12.333333333333334px);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    color: #fff;
    z-index: 100;
    text-align: center;
    text-transform: uppercase;
}

.banner-enddate-wrap {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 3px 2.4%;
    background-color: rgba(0, 0, 0, 0.7);
}

.banner-enddate-wrap .banner-enddate {
    color: #fff;
    font-family: roboto;
    font-weight: 500;
    font-size: calc(0.625vw + 12px);
}

.banner-enddate .icon {
    margin-right: 5px;
    width: calc(0.625vw + 12px);
    height: calc(0.625vw + 12px);
    fill: #fff;
}

.banner-enddate-wrap .banner-enddate .date {
    margin-left: 5px;
    color: orange;
}


/* ------------------------------------
            newArrivals
------------------------------------*/

.newArrivals {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.newArrivals-title {
    font-size: 28px;
    margin: calc(1.056338028169014vw + 19.718309859154928px) 0;
}

.newArrivals-link-container {
    padding: calc(0.5633802816901409vw + 9.183098591549296px) 0;
}

.newArrivals-link {
    font-size: calc(0.35211267605633806vw + 13.23943661971831px);
    color: #555555;
}

#newArrivals-3d, #newArrivals-2d {
    background-color: #f2f2f2f2;
    padding: 0 15px;
    flex: 1;
    max-width: calc(50% - 10px);
}

/*------------------------------------
            Savings & Goodies
------------------------------------*/

.rl-savingsAndGoodies-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.rl-savingsAndGoodies-container .content {
    font-size: calc(0.4340277777777778vw + 9.666666666666666px);
}

.rl-savingsAndGoodies-container .rl-savingsAndGoodies-top {
    border: 1px solid #5a5a5a;
    border-radius: 10px;
    padding: 8.5px 17px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rl-savingsAndGoodies-container .rl-savingsAndGoodies-top:hover {
    opacity: 0.6;
}

.rl-savingsAndGoodies-container .rl-savingsAndGoodies-top a:focus {
    text-decoration: none;
}

.rl-savingsAndGoodies-container .rl-savingsAndGoodies-item {
    padding: 0 10px 20px;
}

.rl-savingsAndGoodies-container .rl-savingsAndGoodies-item .title {
    font-weight: 500;
    line-height: 1;
}

.rl-savingsAndGoodies-item .rl-savingsAndGoodies-top img {
    margin-right: 10px;
    vertical-align: middle;
    height: 52px;
}

.rl-savingsAndGoodies-item .rl-savingsAndGoodies-top .title {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 500;
    color: #5a5a5a;
    vertical-align: middle;
}

.rl-savingsAndGoodies-item:first-child {
    border: none;
}

.rl-savingsAndGoodies-container .rl-savingsAndGoodies-item .fa-lg {
    line-height: 1rem;
    margin-left: calc(0.8680555555555556vw + -1.6666666666666667px);
}

/*------------------------------------
            STAFF'S PICKS
------------------------------------*/
/* override */
.staffs-picks .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.staffs-picks .slick-initialized .slick-slide > div {
    line-height: 0px;
}

.staffs-picks .arrow.next.staffs-picks__right-area-slick-next { 
    opacity: 1;
    right: -47px;
}

.staffs-picks {
    position: relative;
    display: grid;
    grid-template-columns: 0.5086fr 1fr;
    gap: 8px;
}

.staffs-picks img {
    width: 100%;
}

.staffs-picks__left-area {
    position: relative;
    min-width: 0; /* when slick parent display is grid or flex*/
    z-index: 1;
}

.staffs-picks__right-area {
    position: relative;
    margin-left: -8px;  
    min-width: 0; /* when slick parent display is grid or flex*/
}

.staffs-picks__right-area::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    background-color: #ffffff;
    height: 100%;
}

.staffs-picks__pack {
    position: relative;
    background: black;
    margin-bottom: 8px;
    display: block;
}

.staffs-picks__pack::after {
    content: attr(title);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: calc(0.43vw + 2.67px); /* 1920~768 11~6px */
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: calc(0.52vw + 10px); /* 1920~768 20~14px */
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
    z-index: 2;
}

@media screen and (min-width: 1921px) {
    .staffs-picks__pack::after {
        padding: 11px;
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    .staffs-picks .arrow.next.staffs-picks__right-area-slick-next { 
        right: -15px;
    }
}

@media screen and (max-width: 767px) {
    .staffs-picks {
        grid-template-columns: 1fr;
    }
}

/* shadow-mask  */
.shadow-mask {
    position: relative;
}

.shadow-mask::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: box-shadow 0.2s ease-out;
    z-index: 1;
}

.shadow-mask:hover::before {
    box-shadow: inset 0px 0px 80px 65px rgb(0 0 0 / 30%);
}

/*------------------------------------
            content
------------------------------------*/

.uppercase {
    text-transform: uppercase;
}

[role=button] {
    cursor: auto;
}

.rl-card-bottom-contaienr {
    display: none;
}

.rl-card-container+.rl-card-container {
    margin-left: 0;
}

.contentpack-slideshow .slick-slide {
    margin: 0 5px;
}

.contentpack-slideshow .slick-list {
    margin: 0 -5px;
}

.contentpack-slideshow.slick-slider {
    overflow: hidden;
}

.contentpack-slideshow .slick-arrow {
    height: 100%;
    background-color: rgba(210, 210, 210, 0.7);
    z-index: 1;
}

.contentpack-slideshow .slick-arrow:before {
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
}

.contentpack-slideshow .slick-prev:before, .contentpack-slideshow .slick-next:before {
    color: #333333;
}

.contentpack-slideshow .slick-prev {
    left: 0;
}

.contentpack-slideshow .slick-prev:before {
    content: '\f104';
}

.contentpack-slideshow .slick-next {
    right: 0;
}

.contentpack-slideshow .slick-next:before {
    content: '\f105';
}

.rl-moreInfo-top-area {
    display: none;
}

/*------------------------------------
            $Portal
------------------------------------*/

.portal {
    float: left;
    width: 24.15584%;
    position: relative;
}

.portal .overmask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
}

.portal:hover .overmask {
    box-shadow: inset 0px -30px 180px 60px #000000;
}

.portal .icon-wrapper {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 1;
}

.portal .icon-wrapper .icon {
    fill: #fff;
    margin-right: 12px;
    width: 30px;
    height: 30px;
}

.portal .icon-wrapper p {
    color: #fff;
    font-size: calc( 17.2px + 0.25vw);
    text-align: center;
}

.portal .mask {
    background-color: rgba(0, 0, 0, 0.5);
    height: 70px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.portal .mask>div {
    padding: 10px;
    width: 100%;
    height: 100%;
    position: relative;
}

.portal .mask p, .portal .mask i.fa {
    color: #fff;
    font-size: calc( 22.4px + 0.5vw);
    font-weight: bold;
    line-height: 1.1;
}

.portal.characters .mask p, .portal.talking-head .mask p {
    padding-right: 25px;
}

.portal .mask i.fa {
    font-size: calc( 16.4px + 1.125vw);
    font-weight: 400;
    vertical-align: 0;
    position: absolute;
    right: 20px;
}

/* --------------------------
        Show Case
-----------------------------*/

.rl-showcaseItem-container {
    width: calc((100% - 60px) / 2);
    max-width: 667px;
}

.rl-showcaseItem-container .seemore-container {
    font-size: 16px;
}

.info-container {
    position: absolute;
    bottom: calc(14px + 0.3125vw);
    left: calc(14px + 0.3125vw);
    width: calc(100% - 40px);
}

.info-container .title {
    font-size: calc(16.8px + 0.375vw);
    font-weight: 500;
    color: #fff;
    padding: 0 0 0 18px;
    line-height: 1.1;
}

/*------------------------------------
            Browse More
------------------------------------*/

.browse {
    box-sizing: border-box;
    flex: 1;
    max-width: 50%;
    padding: 15px;
    position: relative;
}

.browse .browse-img {
    width: 100%;
    max-width: 690px;
}

.browse-container {
    position: absolute;
    bottom: 37px;
    left: 40px;
    text-align: left;
    width: calc(100% - 80px);
}

.browse-container-title {
    font-size: calc(1.8229166666666667vw + 5px);
    font-weight: 700;
    color: #ffffff;
}

.browse-container-subTitle {
    font-size: calc(0.7746478873239436vw + 10.126760563380282px);
    font-weight: 300;
    color: #ffa105;
}

.browse-container-subTitle:hover {
    color: #ffa105;
}

.break-line {
    width: 100%;
    flex: 100%;
}

.label-divided ~ hr {
    border-top: 2px solid #565656;
}

.label-divided {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 calc(1.25vw + 5px);
    background-color: #fff;
}

.label-divided .text-xs {
    font-weight: 500;
}

.content-slick .slick-content-item  {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.content-slick.banner-wrapper .arrow {
    opacity: 1;
}

.content-slick.banner-wrapper .prev {
    left: -45px;
}

.content-slick.banner-wrapper .next {
    right: -45px;
}

#trailer-and-showcase .slick-slide {
    transition: all 300ms ease;
    transform: scale(1);
}
#trailer-and-showcase .slick-slide.slick-center {
    transform: scale(1.33);
    position: relative;
    z-index: 1;
}

#trailer-and-showcase .slick-slide img {
    filter: brightness(70%);
}

#trailer-and-showcase .slick-slide .rl-play-wrapper2 {
    transform: scale(0.77);
    top: calc(50% - 25px);
}

.trailer-and-showcase-prev,
.trailer-and-showcase-next,
.fd-slick-prev,
.fd-slick-next,
.browse-more-prev,
.browse-more-next {
    display: block !important;
}

#trailer-and-showcase .slick-list { 
    padding: 50px 0px !important;
}

#trailer-and-showcase .rl-rel2:hover .rl-play-wrapper2 {
    transform: scale(0.9, 0.9);
}

.featured-developers-title {
    font-size: calc(0.5vw + 20.4px);
}

/* label */
.discount-label {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 10;
}

.discount-label .label-demo {
    background-color: #ff9f00;
    border-radius: 0px 10px 0px 10px;
    padding: 0px 20px;
    color: white;
    box-shadow: -2px 2px 5px #404040;
    height: 32px;
    line-height: 32px;
    min-width: 140px;
    text-align: center;
    text-transform: uppercase;
}

.discount-label .label-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #b37100 transparent transparent transparent;
    float: right;
}

.rl-font-size-16 {
    font-size: calc(14px + 0.1vw);
}

.rl-theme-selection-info-wrapper {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: calc(0.3125vw + 36px);
    padding: 6px calc(0.3125vw + 9px);
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    transition-property: height;
    transition-timing-function: ease-in;
    transition-duration: 0.15s;
    text-align: left;
}

.rl-theme-selection-info-container {
    display: block;
}

.rl-theme-selection-info-container:hover .rl-theme-selection-info-wrapper {
    transition-property: height;
    transition-timing-function: ease-in;
    transition-duration: 0.15s;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rl-theme-selection-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0px;
    line-height: 1.4;
    min-height: calc(0.8125vw + 32.4px);
    font-size: calc(0.125vw + 17.6px);
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.rl-theme-selection-description {
    font-size: calc(0.125vw + 13.6px);
    font-weight: normal;
    color: #fff;
    text-align: center;
}

.btn-cs-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.btn-cs-important {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #ff9f00;
    outline: none;
    background-color: #ff9f00;
    color: #fff;
    border-radius: 10px;
    text-transform: uppercase;
    padding: calc(0.43750000000000006vw + 5.6px) calc(0.625vw + 7px) calc(0.43750000000000006vw + 5.6px) calc(0.625vw + 35px);
    line-height: 1.3;
    width: 100%;
    margin-bottom: calc( 24px + 1.25vw );
    position: relative;
    box-shadow: 0px 6px 11px -4px rgb(0 0 0 / 45%);
}

.btn-cs-important-link {
    width: calc((100% - 40px) / 4);
    padding-left: calc(0.625vw + 28px);
}

.icon-svg-wrapper {
    position: absolute;
    top: 50%;
    left: 7px;
    border: 6px solid #ff9f00;
    border-radius: 50%;
    width: calc(1.9375672766415502vw + 52.79870828848224px);
    height: calc(1.9375672766415502vw + 52.79870828848224px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transform: translate(-50%, -50%);
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}   

.btn-cs-important--annual-plan:not(:hover) {
    background: linear-gradient(45deg, #ef5210,#ef5210, #ff9900,  #ffff00, #ff9900, #ef5210,#ef5210);
    background-size: 400% 400%;
}

.btn-cs-important--annual-plan:not(:hover) .icon-svg-wrapper {
    border-color: transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(45deg, #ef5210,#ef5210, #ff9900,  #ffff00, #ff9900, #ef5210,#ef5210) border-box;
    background-size: 400% 400%;
}

.btn-cs-important--annual-plan:not(:hover),
.btn-cs-important--annual-plan:not(:hover) .icon-svg-wrapper {
    animation: gradientAnimation 5s ease infinite;
}

.btn-cs-important:hover {
    background-color: #ef5210;
    border: 1px solid #ef5210;
}

.icon-svg {
    width: calc(0.9687836383207751vw + 26.39935414424112px);
    height: calc(0.9687836383207751vw + 26.39935414424112px);
    fill: #ff9f00;
}

.btn-cs-important:hover .icon-svg {
    fill: #ef5210;
}

.btn-cs-important:hover .icon-svg-wrapper {
    border: 6px solid #ef5210;
}

.btn-cs-text{
    font-size: 20px;
    font-weight: 500;
    margin: 0 10px;
    vertical-align: middle;
}

.rl-row-30 {
    padding-top: calc(0.75vw + 15.6px);
    padding-bottom: calc(0.75vw + 15.6px);
}

.rl-text-medium {
    font-weight: 500;
}

.rl-theme-selection-container .slick-list {
    padding-right: 10%;
}

.rl-style .slick-dots {
    bottom: 15px;
}

.rl-style .slick-dots li button::before {
    font-family: 'slick';
    font-size: 6px;
    content: '•';
    opacity: 1;
    color: #fff;
}

.rl-style .slick-dots li.slick-active button::before {
    color: #ff9f00;
}

/*------------------------------------
            $Media Query
------------------------------------*/
@media screen and (min-width: 1921px) {
    .banner-info .title  {
        font-size: 48px;
    }

    .banner-info .subtitle  {
        font-size: 24px;
    }

    .banner-label {
        font-size: 24px;
    }

    .newArrivals-title {
        font-size: 20px;
    }

    .newArrivals-link-container {
        padding-left: 20px 0;
    }
    .newArrivals-link {
        font-size: 20px;
    }
}

@media screen and (max-width: 1920px) {
    .rl-savingsAndGoodies-container .rl-savingsAndGoodies-item {
        padding: 0 calc(0.3125vw + 4px) calc(0.625vw + 8px);
    }

    .rl-savingsAndGoodies-container .rl-savingsAndGoodies-top {
        width: 100%;
        padding: 8.5px calc(1.25vw + 1px);
    }

    .rl-savingsAndGoodies-item .rl-savingsAndGoodies-top img {
        height: calc(1.375vw + 17.6px);
    }

    .rl-savingsAndGoodies-item .rl-savingsAndGoodies-top .title {
        font-size: calc(0.125vw + 17.6px);
    }

    .btn-cs-text{
        font-size: calc(0.125vw + 17.6px);
    }
}

@media screen and (max-width: 1900px) {
    .rl-savingsAndGoodies-container .rl-savingsAndGoodies-item {
        flex: 30%;
    }
}

@media screen and (max-width: 1400px) {
    .banner-label {
        top: 5%;
        left: -14%;
    }
}

@media screen and (max-width: 1300px) {
    .banner-label {
        top: 5%;
        left: -13%;
    }
}

@media screen and (max-width: 1140px) {
    .banner-label {
        top: 8%;
        left: -15%;
    }
}

@media screen and (max-width: 1200px) {
    .banner {
        height: 400px;
    }
}

@media screen and (max-width: 1140px) {
    .newArrivals {
        flex-direction: column;
        align-items: center;
    }
    #newArrivals-3d, #newArrivals-2d {
        width: 80%;
        max-width: unset;
        margin-bottom: 40px;
    }
    .banner-wrapper .next {
        right: 15px;
    }
    .banner-wrapper .prev {
        left: 15px;
    }
}

@media screen and (max-width: 1100px) {
    .banner-label {
        line-height: 40px;
        height: 40px;
        left: -42%;
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .banner-label {
        top: 7%;
        left: -43%;
    }
    
    /* theme selection */
    .btn-cs-important-link {
        width: calc((100% - 20px) / 2);
    }
}

@media screen and (max-width: 991px) {
    /*------------------------------------
                $Portal
    ------------------------------------*/
    .portal-wrapper {
        -webkit-justify-content: space-around;
        -ms-flex-pack: justify;
        justify-content: space-around;
    }
    .portal {
        margin: 20px 0;
        width: 37.53784%;
    } 

    .content-slick.banner-wrapper .prev {
        left: -15px;
    }
    
    .content-slick.banner-wrapper .next {
        right: -15px;
    }
    
    #trailer-and-showcase .slick-list {
        padding: 0px !important;
    }

    #trailer-and-showcase .slick-slide:not(.slick-center) {
        opacity: initial;
    }

    #trailer-and-showcase .slick-slide:not(.slick-center) .rl-play-wrapper2 {
       opacity: 1;
    }

    #trailer-and-showcase .slick-slide .rl-play-wrapper2 {
        transform: scale(0.77);
        top: calc(50% - 20px);
    }
}

@media screen and ( max-width: 767px) {
    /*------------------------------------
                $General
    ------------------------------------*/
    .learn-export-btn {
        font-size: calc(1.342281879194631vw + 9.704697986577182px);
    }
    /*------------------------------------
                $Banner
    ------------------------------------*/
    .banner {
        height: calc(52.151238vw);
    }
    .mobileBannerHeight {
        height: calc(78.226857vw);
    }

    .banner-info .text-wrapper {
        padding: 0 40px;
        margin-bottom: calc(2.232142857142857vw + 22.857142857142858px);
    }

    .banner-info .title {
        font-size: calc(4.464285714285714vw + 5.714285714285714px);
        font-weight: 500;
        line-height: 1.2;
    }

    .banner-info .subtitle {
        margin-top: 5px;
        max-width: 687px;
    }

    .banner-label {
        line-height: 35px;
        height: 35px;
        top: 4%;
        left: -42%;
        font-size: calc(0.4464285714285714vw + 12.571428571428571px);
    }
    /*------------------------------------
                $Portal
    ------------------------------------*/
    .portal .mask i.fa {
        display: none;
    }

    .portal.characters .mask p, .portal.talking-head .mask p {
        padding-right: 0;
    }

    .rl-showcaseItem-container {
        width: 100%;
        margin-bottom: calc(7.829977628635347vw + 34.94407158836689px);
        padding: 0;
    }

    .rl-savingsAndGoodies-container {
        flex-wrap: wrap;
    }

    .rl-savingsAndGoodies-container .rl-savingsAndGoodies-item:nth-child(3n+1) {
        border: none;
    }

    .rl-savingsAndGoodies-container .rl-savingsAndGoodies-item .fa-lg {
        margin-left: 5px;
    }
    
    .rl-savingsAndGoodies-container .rl-savingsAndGoodies-item .rl-savingsAndGoodies-top .title {
        padding: 15px 0 10px 0;
        font-size: 12px;
    }

    .rl-savingsAndGoodies-container .content {
        font-size: 13px;
    }

    .newArrivals {
        display: flex;
        flex-wrap: wrap;
    }

    #newArrivals-3d, #newArrivals-2d {
        width: 100%;
    }

    .browse {
        flex: 50%;
    }

    .divider {
        display: none;
    }

    .featured-collections {
        flex-direction: column;
    }
    
    .featured-collections > div  {
        width: 100%;
        margin: calc(0.4340277777777778vw + 6.666666666666667px) 0 ;
    }

    .content-slick.banner-wrapper .slick-content-item  {
        padding-left: 15px;
        padding-right: 15px;
    }

    .rl-savingsAndGoodies-container .rl-savingsAndGoodies-item {
        flex: 47%;
    }
}

@media screen and ( max-width: 600px) {
    /*------------------------------------
                $Portal
    ------------------------------------*/
    .portal-wrapper {
        -webkit-justify-content: space-around;
        -ms-flex-pack: justify;
        justify-content: space-around;
    }
    .portal {
        margin: 20px 0;
        width: 372px;
    }
    /*------------------------------------
                $Banner
    ------------------------------------*/
    .banner-label {
        left: -41%;
    }

    /* theme selection */
    .btn-cs-important-link {
        width: 100%;
    }
}

@media screen and ( max-width: 480px) {
    /*------------------------------------
                $Banner
    ------------------------------------*/
    .banner-info .text-wrapper {
        padding: 0 20px;
        margin-bottom: 25px;
    }
    .banner-info .subtitle {
        display: none;
    }
    .banner-label {
        top: 5%;
        left: -38%;
    }
}

@media screen and ( max-width: 450px) {
    .rl-savingsAndGoodies-container .rl-savingsAndGoodies-item {
        flex: 50%;
        border: none;
        margin-bottom: 0px;
    }
    .rl-savingsAndGoodies-container .rl-savingsAndGoodies-item:nth-child(3n+1) {
        border-left: none;
    }
    .browse {
        flex: 100%;
        max-width: 100%;
    }

    .rl-savingsAndGoodies-item .rl-savingsAndGoodies-top img {
        margin-right: 0;
    }
    .rl-savingsAndGoodies-container .rl-savingsAndGoodies-item .rl-savingsAndGoodies-top .title {
        display: block;
        padding: 10px 0 0 0;
    }
}

@media screen and ( max-width: 320px) {
    /*------------------------------------
                $Banner
    ------------------------------------*/
    .banner-label {
        top: 6%;
        left: -34%;
        font-size: 14px;
    }
}