/** Widget Styles **/

.ms-error {
    text-align: center;
    background: #fc596b;
    padding: 20px;
    color: #fff;
    font-size: 22px;
}

/** Product Tabs Grid Styles **/
.ms-product-tabs-grid .product .product-image {
    position: relative;
}

.ms-product-tabs-grid .product .product-image .onsale {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #d9534f;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 5px;
}

.ms-product-tabs-grid .product .content {
    padding: 10px;
    position: relative;
}

.ms-product-tabs-grid .product h3 {
    margin: 8px 0px;
    font-size: 18px;
    font-weight: 600;
}

.ms-product-tabs-grid .product .content h3 a {
    color: inherit;
    color: #252525;
}

.ms-product-tabs-grid .product .content span.price {
    font-weight: 600;
    font-size: 14px;
    color: #5f5f5f;
}

.ms-product-tabs-grid .product .star-rating span:before {
    color: #76b95a;
}

.ms-product-tabs-grid .product-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    padding: 10px;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
}

.ms-product-tabs-grid .product:hover .product-btns {
    visibility: visible;
    bottom: 0;
    opacity: 1;
}

.ms-product-tabs-grid .product-btns a {
    color: inherit;
}

.ms-product-tabs-grid .product-btns .yith-wcwl-add-to-wishlist,
.ms-product-tabs-grid .product-btns .yith-wcqv-button,
.ms-product-tabs-grid .product-btns .add_to_cart_button {
    display: inline-block;
    margin: 0;
}

.ms-product-tabs-grid .product-btns .add_to_cart_button {
    font-weight: 600;
}

.ms-product-tabs-grid .header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    padding: 15px 0;
}

.ms-product-tabs-grid.left .header {
    justify-content: flex-start;
}

.ms-product-tabs-grid.center .header {
    justify-content: center;
}

.ms-product-tabs-grid.right .header {
    justify-content: flex-end;
}

.ms-product-tabs-grid .tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.ms-product-tabs-grid .tabs li {
    text-transform: uppercase;
    margin-right: 25px;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;
    color: #787878;
    transition: all 0.3s ease;
}

.ms-product-tabs-grid .tabs li:last-child {
    margin-right: 0;
}

.ms-product-tabs-grid .tabs li:after {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 0px;
    height: 2px;
    left: 50%;
    background: #515151;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.ms-product-tabs-grid .tabs li.active,
.ms-product-tabs-grid .tabs li:hover {
    color: #000;
}

.ms-product-tabs-grid .tabs li:hover:after,
.ms-product-tabs-grid .tabs li.active:after {
    width: 100%;
}

.ms-product-tabs-grid .product-type-wrap {
    display: none;
}

.ms-product-tabs-grid .product-type-wrap.active {
    display: flex;
}

/** Blog Grid **/
.ms-blog-grid1 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.ms-blog-grid1 li {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.ms-blog-grid1 .post-image img {
    width: 100%;
}

.ms-blog-grid1 .post-image {
    position: relative;
    height: 250px;
}

.ms-blog-grid1 .post-image > a{
    display: block;
    height: 100%;
    width: 100%;
}

.ms-blog-grid1 .post-image > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ms-blog-grid1 .categories {
    position: absolute;
    top: 10px;
    left: 10px;
}

.ms-blog-grid1 .categories a {
    background-color: var(--meta-store-primary-color, #000);
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    margin-right: 12px;
    line-height: 1;
    display: inline-block;
}

.ms-blog-grid1 .categories a:last-child {
    margin-right: 0;
}

.ms-blog-grid1 .post-content {
    width: 90%;
    margin: 0 auto;
    margin-top: -60px;
    background: #fff;
    position: relative;
    text-align: center;
    padding: 15px;
    box-shadow: 0px 3px 14px 6px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 3px 14px 6px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 3px 14px 6px rgba(0,0,0,0.1);
}

.ms-blog-grid1 .post-title {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 5px;
    color: #252525;
}

.ms-blog-grid1 .post-title a {
    transition: all 0.3s ease;
}

.ms-blog-grid1 .author {
    font-size: 14px;
    color: #757575;
}

.ms-blog-grid1 .author span{
    display: inline-flex;
    align-items: center;
}

.ms-blog-grid1 .author span:before{
    font-family: eleganticons;
    content: "\6c";
    margin-right: 6px;
    font-size: 0.9em;
}


/** Blog Grid 2 **/
.ms-blog-grid2 {
    list-style: none;
    margin: 0 -15px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.ms-blog-grid2 li {
    width: 50%;
    padding: 0 15px;
    position: relative;
    margin-bottom: 50px;
}

.ms-blog-grid2 li .post-image {
    width: 85%;
    float: right;
    height: 360px;
    border: 1px solid #f1f1f1;
    border-left: none;
}

.ms-blog-grid2 li .post-image a {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.ms-blog-grid2 li .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ms-blog-grid2 .post-content {
    position: absolute;
    top: 50%;
    left: 15px;
    background: #fff;
    width: 70%;
    transform: translateY(-50%);
    padding: 20px 15px;
}

.ms-blog-grid2 .post-content {
    position: absolute;
    top: 50%;
    left: 15px;
    background: rgb(255 255 255 / 0.8);
    width: 60%;
    transform: translateY(-50%);
    padding: 30px 15px;
    transition: all 0.3s ease;
}

.ms-blog-grid2 li:hover .post-content {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.ms-blog-grid2 .categories{
    margin-bottom: 10px;
}

.ms-blog-grid2 .categories a {
    background: var(--meta-store-primary-color, #000);
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    margin-right: 10px;
    line-height: 1;
    display: inline-block;
}

.ms-blog-grid2 .categories a:last-child {
    margin-right: 0px;
}

.ms-blog-grid2 .post-content .post-metas {
    margin-bottom: 10px;
}

.ms-blog-grid2 .post-content .post-metas span{
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
}

.ms-blog-grid2 .post-content .post-metas span:first-child:before{
    font-family: eleganticons;
    content: "\6c";
    margin-right: 6px;
    font-size: 0.9em;
}

.ms-blog-grid2 .post-content .post-metas span:last-child:before{
    font-family: eleganticons;
    content: "\7d";
    margin-right: 6px;
    font-size: 0.9em;
}

.ms-blog-grid2 .post-content .post-title {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.ms-blog-grid2 .post-content .post-title a {
    transition: all 0.3s ease;
}

.ms-blog-grid2 .post-content .readmore-btn {
    display: flex;
    transition: all 0.3s ease;
    color: #252525;
    align-items: center;
    line-height: 1;
}

.ms-blog-grid2 .post-content .readmore-btn:after {
    content: "\45";
    font-family: "eleganticons";
}

.ms-blog-grid2 .post-content .readmore-btn:hover {
    color: var(--meta-store-primary-color, #000);
}

/** Slider Widget **/
.ms-slider {
    position: relative;
}

.ms-slider .ms-slide {
    position: relative;
}

.ms-slider.ms-slider-height-auto .ms-slide .ms-img-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.ms-slider.ms-slider-height-full .ms-slide {
    height: 100vh;
}

.ms-slider.ms-slider-height-full .ms-slide,
.ms-slider.ms-slider-height-custom .ms-slide {
    overflow: hidden;
}

.ms-slider.ms-enable-overlay .ms-slide:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.ms-slider.ms-slider-height-full .ms-slide .ms-img-wrap,
.ms-slider.ms-slider-height-custom .ms-slide .ms-img-wrap {
    width: 100%;
    height: 100%;
}

.ms-slider.ms-slider-height-full .ms-slide .ms-img-wrap img,
.ms-slider.ms-slider-height-custom .ms-slide .ms-img-wrap img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.ms-slider .ms-slide .ms-slide-content-wrap{
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
}

.ms-slider.ms-vertical-top .ms-slide .ms-slide-content-wrap {
    align-items: flex-start;
}

.ms-slider.ms-vertical-middle .ms-slide .ms-slide-content-wrap {
    align-items: center;
}

.ms-slider.ms-vertical-bottom .ms-slide .ms-slide-content-wrap {
    align-items: flex-end;
}

.ms-slider.ms-horizontal-left .ms-slide .ms-slide-content-wrap {
    justify-content: flex-start;
}

.ms-slider.ms-horizontal-center .ms-slide .ms-slide-content-wrap {
    justify-content: center;
}

.ms-slider.ms-horizontal-right .ms-slide .ms-slide-content-wrap {
    justify-content: flex-end;
}

.ms-slider .ms-slide-content .ms-slide-subtitle {
    display: block;
}

.ms-slider .ms-slide-content .ms-slide-title {
    font-size: 45px;
    color: #313131;
    font-weight: 600;
    display: block;
}

.ms-slider .ms-slide-content .ms-slide-description {
    color: #353535;
    font-size: 18px;
}

.ms-slider .ms-slide-content .ms-slide-btn {
    display: inline-block;
    background-color: var(--meta-store-primary-color, #000);
    color: #fff;
    padding: 15px 25px;
    border-radius: 30px;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.ms-slider .ms-slide-content .ms-slide-btn:hover {
    background-color: #2b2b2b;
}

.ms-slider .owl-nav button.owl-prev,
.ms-slider .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ms-slider .owl-nav button.owl-prev {
    left: 30px;
}

.ms-slider .owl-nav button.owl-next {
    right: 30px;
}

.ms-slider .owl-nav .owl-prev i,
.ms-slider .owl-nav .owl-next i {
    font-size: 30px;
}

.ms-slider .owl-dots {
    text-align: center;
    margin-top: 30px;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
}

.ms-slider .owl-dots .owl-dot {
    display: inline-block;
}

.ms-slider .owl-dots .owl-dot {
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    outline: none;
    transition: all 0.3s;
}

.ms-slider .owl-dots .owl-dot.active{
    transform: scale(1.2);
}

/** Product List **/
.ms-product-list .product-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ms-product-list .product-list li {
    margin-bottom: 20px;
}

.ms-product-list .product-list li:last-child {
    margin-bottom: 0 !important;
}

.ms-product-list .product-list li .product-wrap {
    display: flex;
    align-items: center;
}

.ms-product-list .product-list li .product-image {
    width: 150px;
    overflow: hidden;
    flex: none;
}

.ms-product-list .product-list li .product-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.ms-product-list .product-list li .product-image a img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.ms-product-list .product-list li .star-rating {
    font-size: 14px;
    margin-bottom: 10px;
}

.ms-product-list .product-list li .content {
    flex-grow: 1;
}

.ms-product-list .product-list .content h3 {
    margin: 0 0 10px;
    font-size: 18px;
}

.ms-product-list .ms-header,
.ms-product-cat-grid .ms-header{
    display: block;
    margin: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d0d0d0;
}

.ms-product-list .product-list .price {
    display: inline-block;
}

.ms-product-list .product-list li:last-child {
    margin-bottom: 0 !important;
}

/** Product Category Grid 1 **/
.ms-product-category-block1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 15px;
}

.ms-product-category-block1 .product-cat1 { grid-area: 1 / 1 / 3 / 3; }
.ms-product-category-block1 .product-cat2 { grid-area: 1 / 3 / 2 / 4; }
.ms-product-category-block1 .product-cat3 { grid-area: 2 / 3 / 3 / 4; }
.ms-product-category-block1 .product-cat4 { grid-area: 1 / 4 / 3 / 5; }

.ms-product-category-block1 .product-cat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ms-product-category-block1 .product-wrap.large {
    width: 50%;
    padding: 10px;
}

.ms-product-category-block1 .product-wrap.large,
.ms-product-category-block1 .product-cat {
    height: 100%;
    position: relative;
}

.ms-product-category-block1 .product-wrap.medium,
.ms-product-category-block1 .product-wrap.small {
    width: 25%;
    padding: 10px;
}

.ms-product-category-block1 .product-wrap.small {
    margin: -10px 0;
}

.ms-product-category-block1 .product-wrap.small .product-cat {
    height: 50%;
    padding: 10px 0;
}

.ms-product-category-block1 .cat-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffffff;
    padding: 15px 40px;
    text-transform: uppercase;
    font-size: 17px;
    color: #484848;
    font-weight: 600;
    transition: all 0.3s ease;
}

.ms-product-category-block1 .cat-btn:hover {
    letter-spacing: 0.2em;
}

.ms-product-category-block1 .cat-btn:hover {
    background-color: #fff;
}

/** Product Category Block 2 **/
.ms-product-category-block2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 15px 15px;
}

.ms-product-category-block2 .product-cat1 { grid-area: 1 / 1 / 3 / 3; }
.ms-product-category-block2 .product-cat2 { grid-area: 1 / 3 / 2 / 4; }
.ms-product-category-block2 .product-cat3 { grid-area: 2 / 3 / 3 / 4; }
.ms-product-category-block2 .product-cat4 { grid-area: 1 / 4 / 2 / 5; }
.ms-product-category-block2 .product-cat5 { grid-area: 2 / 4 / 3 / 5; }

.ms-product-category-block2 .product-cat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease;
}

.ms-product-category-block2 .product-wrap.large {
    height: 100%;
    width: 50%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}

.ms-product-category-block2 .product-cat {
    position: relative;
    overflow: hidden;
}

.ms-product-category-block2.overlay .product-cat:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.9;
}

.ms-product-category-block2 .product-wrap.small {
    height: 100%;
    width: 25%;
    padding: 0 10px;
}

.ms-product-category-block2 .product-wrap.small .product-cat {
    height: 50%;
    width: 100%;
    padding: 10px 0;
}

.ms-product-category-block2 .product-cat .cat-btn {
    position: absolute;
    left: 50px;
    bottom: 20px;
    color: inherit;
    transition: all 0.3s ease;
    z-index: 2;
}

.ms-product-category-block2 .cat-btn span {
    display: block;
    transition: all 0.3s ease;
}

.ms-product-category-block2 .cat-btn .ct-name {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
}

.ms-product-category-block2 .cat-btn .ct-pcount {
    opacity: 0;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

.ms-product-category-block2 .product-cat:hover > .cat-btn {
    bottom: 50px;
}

.ms-product-category-block2 .product-cat:hover > .cat-btn .ct-pcount {
    opacity: 1;
}

.ms-product-category-block2 .product-cat:hover > img {
    object-position: right;
    transform: scale(1.1);
}

/** Testimonial Slider **/
.ms-testimonial-slider {
    text-align: center;
}

.ms-testimonial-slider .testimonial .testimony {
    font-size: 25px;
    margin-bottom: 40px;
}

.ms-testimonial-slider .star-ratings span {
    margin-right: 6px;
    color: var(--meta-store-primary-color, #000);
}

.ms-testimonial-slider .star-ratings span:last-child {
    margin-right: 0px;
}

.ms-testimonial-slider .name-design {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}

.ms-testimonial-slider .name-design .image,
.ms-testimonial-slider .name-design .image img {
    border-radius: 50%;
}

.ms-testimonial-slider .name-design .image {
    margin-right: 20px;
    width: 55px;
    height: 55px;
    overflow: hidden;
}

.ms-testimonial-slider .name-design .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ms-testimonial-slider .name-designation span {
    display: block;
}

.ms-testimonial-slider .name-designation {
    text-align: left;
    margin: 0;
}

.ms-testimonial-slider .name-designation span.name {
    font-weight: 600;
    margin-bottom: 10px;
}

.ms-testimonial-slider button.owl-dot {
    background-color: #ffffff;
    margin-right: 0.8em;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.ms-testimonial-slider button.owl-dot.active{
    transform: scale(1.1);
}

.ms-testimonial-slider button.owl-dot:last-child {
    margin-right: 0;
}

/** Product Countdown **/
.ms-product-countdown {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.ms-product-countdown a {
    color: inherit;
    transition: all 0.3s ease;
}

.ms-product-countdown .product-image,
.ms-product-countdown .product-content {
    width: 50%;
    padding: 0 10px;
}

.ms-product-countdown .product-image {
    position: relative;
}

.ms-product-countdown .product-image .onsale {
    position: absolute;
    top: 10px;
    left: 20px;
    background: #d9534f;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 5px;
}

.ms-product-countdown .product-title {
    margin: 0;
}

.ms-product-countdown .star-rating {
    margin-top: 8px;
    margin-bottom: 15px;
}

.ms-product-countdown .star-rating span:before {
    color: #fc596b;
}

.ms-product-countdown .excerpt {
    margin: 15px 0;
    color: #656565;
}

.ms-product-countdown .countdown {
    display: flex;
    text-align: center;
    justify-content: space-between;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0;
    border-top: 1px solid #e4e4e4;
}

.ms-product-countdown .countdown span {
    display: block;
}

.ms-product-countdown .countdown span:first-child {
    font-weight: 600;
    font-size: 22px;
    color: #fc596b;
}

.ms-product-countdown .countdown span:last-child {
    color: #656565;
}

.ms-product-countdown .product-btns {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.ms-product-countdown .product-btns .add_to_cart_button {
    font-weight: 600;
}

.ms-product-countdown .product-btns .thp-icons {
    display: flex;
}

.ms-product-countdown .product-btns .thp-icons > :first-child {
    margin-right: 10px;
}

.ms-product-countdown .yith-wcwl-add-to-wishlist {
    margin: 0;
}

/** Instagram Feeds **/
.ms-instagram-feed .instagram_profile {
    text-align: center;
}

.ms-instagram-feed .instagram_gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.ms-instagram-feed .instagram_gallery a {
    display: block;
    padding: 10px;
    overflow: hidden;
}

.ms-instagram-feed .instagram_gallery a img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.ms-instagram-feed.column-7 a:hover img {
    transform: scale(1.2);
}

.ms-instagram-feed.column-3 a {
    width: 33.33%;
}

.ms-instagram-feed.column-4 a {
    width: 25%;
}

.ms-instagram-feed.column-5 a {
    width: 20%;
}

.ms-instagram-feed.column-6 a {
    width: 16.66%;
}

.ms-instagram-feed.column-7 a {
    width: 14.28%;
}

/** Cta Section **/
.ms-cta {
    position: relative;
    list-style: none;
    text-align: center;
    overflow: hidden;
}

/* Common style */
.ms-cta figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.ms-cta figure:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f4433657;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 1s ease;
}

.ms-cta figure:hover:before {
    background: #f44336b5;
}

.ms-cta figure img {
    position: relative;
    display: block;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.ms-cta figure figcaption {
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
}

.ms-cta.top-left figure figcaption {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
}

.ms-cta.top-center figure figcaption {
    justify-content: center;
    align-items: flex-start;
    text-align: center;
}

.ms-cta.top-right figure figcaption {
    justify-content: flex-end;
    align-items: flex-start;
    text-align: right;
}

.ms-cta.center-left figure figcaption {
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}

.ms-cta.center-center figure figcaption {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ms-cta.center-right figure figcaption {
    justify-content: flex-end;
    align-items: center;
    text-align: right;
}

.ms-cta.bottom-left figure figcaption {
    justify-content: flex-start;
    align-items: flex-end;
    text-align: left;
}

.ms-cta.bottom-center figure figcaption {
    justify-content: center;
    align-items: flex-end;
    text-align: center;
}

.ms-cta.bottom-right figure figcaption {
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
}

.ms-cta figure figcaption .subtitle {
    font-size: 16px;
}

.ms-cta figure figcaption .title {
    font-size: 36px;
}

.ms-cta figure figcaption .btn {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    background: var(--meta-store-primary-color, #000);
    color: #fff;
    padding: 6px 20px;
    border-radius: 2px;
    transition: all 0.4s ease;
}

.ms-cta figure figcaption::before,
.ms-cta figure figcaption::after {
    pointer-events: none;
}

.ms-cta figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.ms-cta figure figcaption > a {
    display: blocok;
}

.ms-cta figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.ms-cta figure h2 span {
    font-weight: 800;
}

.ms-cta figure h2,
.ms-cta figure p {
    margin: 0;
}

.ms-cta figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

.ms-cta figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0, 0);
    transform: translate3d(-40px,0,0);
}

.ms-cta figure.effect-lily h2,
.ms-cta figure.effect-lily p {
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}

.ms-cta figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.ms-cta figure.effect-lily p {
    color: rgba(255,255,255,0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

.ms-cta figure.effect-lily:hover img,
.ms-cta figure.effect-lily:hover p {
    opacity: 1;
}

.ms-cta figure.effect-lily:hover img,
.ms-cta figure.effect-lily:hover h2,
.ms-cta figure.effect-lily:hover p {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.ms-cta figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

/*---------------*/
/***** Roxy *****/
/*---------------*/
.ms-cta figure.effect-roxy img {
    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50px,0,0);
    transform: translate3d(-50px,0,0);
}

.ms-cta figure.effect-roxy figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
}

.ms-cta figure.effect-roxy figcaption {
    padding: 3em;
    text-align: left;
}

.ms-cta figure.effect-roxy h2 {
    padding: 30% 0 10px 0;
}

.ms-cta figure.effect-roxy p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
}

.ms-cta figure.effect-roxy:hover img {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.ms-cta figure.effect-roxy:hover figcaption::before,
.ms-cta figure.effect-roxy:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

.ms-cta figure.effect-bubba figcaption::before,
.ms-cta figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.ms-cta figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

.ms-cta figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

.ms-cta figure.effect-bubba h2 {
    padding-top: 30%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}

.ms-cta figure.effect-bubba p {
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

.ms-cta figure.effect-bubba:hover figcaption::before,
.ms-cta figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ms-cta figure.effect-bubba:hover h2,
.ms-cta figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*---------------*/
/***** Layla *****/
/*---------------*/

.ms-cta figure.effect-layla figcaption {
    padding: 3em;
}

.ms-cta figure.effect-layla figcaption::before,
.ms-cta figure.effect-layla figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
}

.ms-cta figure.effect-layla figcaption::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.ms-cta figure.effect-layla figcaption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.ms-cta figure.effect-layla h2 {
    padding-top: 26%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.ms-cta figure.effect-layla p {
    padding: 0.5em 2em;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}

.ms-cta figure.effect-layla img{
    height: calc(100% + 30px);
}

.ms-cta figure.effect-layla img,
.ms-cta figure.effect-layla h2 {
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
}

.ms-cta figure.effect-layla img,
.ms-cta figure.effect-layla figcaption::before,
.ms-cta figure.effect-layla figcaption::after,
.ms-cta figure.effect-layla p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.ms-cta figure.effect-layla:hover img {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.ms-cta figure.effect-layla:hover figcaption::before,
.ms-cta figure.effect-layla:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ms-cta figure.effect-layla:hover h2,
.ms-cta figure.effect-layla:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.ms-cta figure.effect-layla:hover figcaption::after,
.ms-cta figure.effect-layla:hover h2,
.ms-cta figure.effect-layla:hover p,
.ms-cta figure.effect-layla:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

/*---------------*/
/***** Oscar *****/
/*---------------*/
.ms-cta figure.effect-oscar figcaption {
    padding: 3em;
}

.ms-cta figure.effect-oscar figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
}

.ms-cta figure.effect-oscar h2 {
    margin: 20% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

.ms-cta figure.effect-oscar figcaption::before,
.ms-cta figure.effect-oscar p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.ms-cta figure.effect-oscar:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.ms-cta figure.effect-oscar:hover figcaption::before,
.ms-cta figure.effect-oscar:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ms-cta figure.effect-oscar:hover figcaption {
    background-color: rgba(58,52,42,0);
}

/*---------------*/
/***** Ruby *****/
/*---------------*/
.ms-cta figure.effect-ruby img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.ms-cta figure.effect-ruby:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ms-cta figure.effect-ruby h2 {
    margin-top: 20%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

.ms-cta figure.effect-ruby p {
    margin: 1em 0 0;
    padding: 3em;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0) scale(1.1);
    transform: translate3d(0,20px,0) scale(1.1);
} 

.ms-cta figure.effect-ruby:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.ms-cta figure.effect-ruby:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
}

/*---------------*/
/***** Milo *****/
/*---------------*/

.ms-cta figure.effect-milo img {
    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-30px,0,0) scale(1.12);
    transform: translate3d(-30px,0,0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ms-cta figure.effect-milo:hover img {
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
}

.ms-cta figure.effect-milo h2 {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1em 1.2em;
}

.ms-cta figure.effect-milo p {
    padding: 0 10px 0 0;
    width: 50%;
    border-right: 1px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
}

.ms-cta figure.effect-milo:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*---------------*/
/***** Sarah *****/
/*---------------*/
.ms-cta figure.effect-sarah img {
    max-width: none;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ms-cta figure.effect-sarah:hover img {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.ms-cta figure.effect-sarah figcaption {
    text-align: left;
}

.ms-cta figure.effect-sarah h2 {
    position: relative;
    overflow: hidden;
    padding: 0.5em 0;
}

.ms-cta figure.effect-sarah h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

.ms-cta figure.effect-sarah:hover h2::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.ms-cta figure.effect-sarah p {
    padding: 1em 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}

.ms-cta figure.effect-sarah:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*---------------*/
/***** Chico *****/
/*---------------*/

.ms-cta figure.effect-chico img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

.ms-cta figure.effect-chico:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ms-cta figure.effect-chico figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.ms-cta figure.effect-chico figcaption::before,
.ms-cta figure.effect-chico p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.ms-cta figure.effect-chico h2 {
    padding: 20% 0 20px 0;
}

.ms-cta figure.effect-chico p {
    margin: 0 auto;
    max-width: 200px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.ms-cta figure.effect-chico:hover figcaption::before,
.ms-cta figure.effect-chico:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/** Countdown **/
.ms-countdown {
    display: flex;
}

.ms-countdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
}

.ms-countdown.calender ul li,
.ms-countdown.boxer ul li {
    display: flex;
    flex-flow: column;
    text-align: center;
    background: #fdfdfd;
    margin-right: 15px;
    border: 1px solid #e8e8e8;
    min-width: 70px;
}

.ms-countdown.calender ul li:last-child
.ms-countdown.boxer ul li:last-child {
    margin-right: 0;
}

.ms-countdown.calender ul li .label,
.ms-countdown.boxer ul li .label {
    background-color: var(--meta-store-primary-color, #000);
    padding: 8px;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ms-countdown.calender ul li .value,
.ms-countdown.boxer ul li .value {
    padding: 8px;
    font-size: 24px;
    color: var(--meta-store-primary-color, #000);
    font-weight: 700;
}

.ms-countdown.complete {
    font-size: 28px;
}

/** Calender **/
.ms-countdown.calender ul li {
    border-bottom: 4px double #e8e8e8;
}

.ms-countdown.calender ul li .label {
    border-bottom: 2px solid rgb(0 0 0 / 0.09);
}

/** Boxer **/
.ms-countdown.boxer ul li {
    flex-flow: column-reverse;
}

.ms-countdown.boxer ul li .label {
    background-color: #383838;
    padding: 4px 11px;
}

.ms-countdown.boxer ul li .value {
    background: var(--meta-store-primary-color, #000);
    color: #fff;
}

/** Circular **/
.ms-countdown.circle ul li {
    display: flex;
    flex-flow: column-reverse;
    margin-right: 30px;
    align-items: center;
}

.ms-countdown.circle ul li .value {
    border-radius: 50%;
    height: 2.5em;
    width: 2.5em;
    background: var(--meta-store-primary-color, #000);
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    position: relative;
    font-size: 28px;
}

.ms-countdown.circle ul li .label {
    background: none;
    text-align: center;
    margin-top: 8px;
}

/** Simple **/
.ms-countdown.simple ul li {
    display: flex;
    flex-flow: column-reverse;
    margin-right: 30px;
    text-align: center;
    min-width: 80px;
}

.ms-countdown.simple ul li .value {
    font-weight: 800;
    font-size: 28px;
}

.ms-countdown.simple ul li .label {
    text-transform: uppercase;
}

/** Vertical Menu **/
.ms-vertical-menu .heading {
    display: flex;
    padding: 10px 14px;
    background: var(--meta-store-primary-color, #000);
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    align-items: center;
}

.ms-vertical-menu .heading .icon {
    margin-right: 14px;
    display: flex;
}

.ms-vertical-menu .heading .text {
    display: block;
    margin: 0;
    color: #fff;
    font-size: 16px;
}

.ms-vertical-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border-top: 0;
}

.ms-vertical-menu ul li{
    position: relative;
}

.ms-vertical-menu ul li a{
    padding: 12px 15px;
    position: relative;
}

.ms-vertical-menu.ms-enable-menu-border ul li:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background: #eee;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.ms-vertical-menu ul li:last-child:after {
    display: none;
}

.ms-vertical-menu ul a {
    width: 100%;
    font-size: 14px;
    color: #575757;
    display: flex;
    align-items: center;
}

.ms-vertical-menu ul a:hover {
    color: var(--meta-store-primary-color, #000);
}

.ms-vertical-menu ul li.menu-item-has-children > a:after {
    content: "\35";
    font-family: 'ElegantIcons';
    margin-left: auto;
}

.ms-vertical-menu ul ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 100%;
    right: auto;
    top: 20px;
    width: 100%;
    background: #fff;
    z-index: 2;
    transition: all 0.3s ease;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.05);
    border: none;
    width: 240px;
}

.ms-vertical-menu ul li.menu-item-has-children:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0;
}

.ms-vertical-menu.ms-enable-menu-border ul{
    border: 1px solid #EEE;
}

.ms-vertical-menu.ms-enable-menu-border ul ul{
    border: 1px solid var(--meta-store-primary-color, #000);
}

.price mark, 
.price ins{
    background: none;
    padding: 0;
}

.ms-desktop-col-1 li{
    width: 100% !important;
} 

.ms-desktop-col-2 li{
    width: 50% !important;
}

.ms-desktop-col-3 li{
    width: 33.33% !important;
}

.ms-desktop-col-4 li{
    width: 25% !important;
}

.ms-desktop-col-5 li{
    width: 20% !important;
}

.ms-desktop-col-6 li{
    width: 16.66% !important;
}

@media screen and (max-width:768px){

    .ms-tablet-col-1 li{
        width: 100% !important;
    } 

    .ms-tablet-col-2 li{
        width: 50% !important;
    }

    .ms-tablet-col-3 li{
        width: 33.33% !important;
    }

    .ms-tablet-col-4 li{
        width: 25% !important;
    }

    .ms-tablet-col-5 li{
        width: 20% !important;
    }

    .ms-tablet-col-6 li{
        width: 16.66% !important;
    }

    .ms-product-category-block1{
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    .ms-product-category-block1 .product-cat1 { grid-area: 1 / 1 / 2 / 2; }
    .ms-product-category-block1 .product-cat2 { grid-area: 1 / 2 / 2 / 3; }
    .ms-product-category-block1 .product-cat3 { grid-area: 2 / 1 / 3 / 2; }
    .ms-product-category-block1 .product-cat4 { grid-area: 2 / 2 / 3 / 3; }

    .ms-product-category-block2{
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        height: 800px;
    }

    .ms-product-category-block2 .product-cat1 { grid-area: 1 / 1 / 2 / 3; }
    .ms-product-category-block2 .product-cat2 { grid-area: 2 / 1 / 3 / 2; }
    .ms-product-category-block2 .product-cat3 { grid-area: 2 / 2 / 3 / 3; }
    .ms-product-category-block2 .product-cat4 { grid-area: 3 / 1 / 4 / 2; }
    .ms-product-category-block2 .product-cat5 { grid-area: 3 / 2 / 4 / 3; }

    .ms-vertical-menu ul ul{
        visibility: visible;
        opacity: 1;
        position: static;
        box-shadow: none;
        width: 100%;
    }

    .ms-vertical-menu ul ul > li{
        padding-left: 15px;
    }

    .ms-vertical-menu ul ul ul > li{
        padding-left: 30px;
    }

    .ms-vertical-menu ul ul ul ul > li{
        padding-left: 45px;
    }
}

@media screen and (max-width:580px){
    .ms-mobile-col-1 li{
        width: 100% !important;
    }

    .ms-mobile-col-2 li{
        width: 50% !important;
    }

    .ms-mobile-col-3 li{
        width: 33.33% !important;
    }

    .ms-mobile-col-4 li{
        width: 25% !important;
    }

    .ms-mobile-col-5 li{
        width: 20% !important;
    }

    .ms-mobile-col-6 li{
        width: 16.66% !important;
    }

    .ms-product-category-block1,
    .ms-product-category-block2{
        display: block;
        height: auto;
    }

    .ms-product-category-block1 .product-cat,
    .ms-product-category-block2 .product-cat{
        margin-bottom: 15px;
    }

    .ms-product-tabs-grid .tabs li{
        width: 100%;
        margin: 0 0  20px;
        text-align: center;
    }
}