@media (min-width: 1200px) {
    .icontainer, .container-fluid {
        max-width: 1340px;
        width: 100%; } }

.lock-scroll {
    overflow: hidden; }

.breadcrumb-wrap {
    padding-top: 5px;
    padding-bottom: 5px; }
@media (max-width: 767px) {
    .breadcrumb-wrap {
        padding-top: 30px;
        padding-bottom: 30px; } }
.breadcrumb-wrap .breadcrumb {
    background: none;
    margin-bottom: 0;
    text-transform: uppercase;
    padding: 0; }
@media (max-width: 767px) {
    .breadcrumb-wrap .breadcrumb {
        font-size: 12px; } }
.breadcrumb-wrap .breadcrumb li {
    color: #222; }
.breadcrumb-wrap .breadcrumb li a {
    color: #222; }
.breadcrumb-wrap .breadcrumb li.active {
    color: #222;
    font-weight: 600; }

#topbar {
    background: #fbe2dd;
    color: #222;
    font-weight: 600; }

#new-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
@media (max-width: 1199px) {
    #new-header .container {
        padding-left: 0;
        padding-right: 0; } }
#new-header .new-header-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
@media (max-width: 1199px) {
    #new-header .new-header-wrap {
        height: 46px; } }
#new-header .new-header-bar {
    height: 100%;
    display: flex;
    width: 100px; }
@media (min-width: 1200px) {
    #new-header .new-header-bar {
        display: none; } }
#new-header .new-header-bar .new-header-bar-item {
    height: 100%;
    width: 46px; }
#new-header .new-header-bar .new-header-bar-item > a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center; }
#new-header .new-header-bar .new-header-bar-item > a svg {
    width: 18px;
    height: 18px; }
#new-header .new-header-bar .new-header-bar-item-menu {
    position: relative; }
#new-header .new-header-bar .new-header-bar-item-menu .new-header-menu-mobile {
    position: absolute;
    left: 0;
    width: 280px;
    top: 100%;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-height: calc(100vh - 75px);
    overflow-y: auto;
    font-size: 13px;
    transform: scaleY(0);
    transition: all .4s;
    transform-origin: top;
    visibility: hidden; }
#new-header .new-header-bar .new-header-bar-item-menu .new-header-menu-mobile.open {
    transform: scaleY(1);
    visibility: visible; }
#new-header .new-header-bar .new-header-bar-item-menu .new-header-menu-mobile .new-header-menu-mobile-head {
    display: flex;
    justify-content: flex-end; }
#new-header .new-header-bar .new-header-bar-item-menu .new-header-menu-mobile .new-header-menu-mobile-head button {
    width: 36px;
    height: 36px;
    background: none;
    outline: 0;
    box-shadow: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center; }
#new-header .new-header-bar .new-header-bar-item-menu .new-header-menu-mobile .new-header-menu-mobile-head button svg {
    width: 12px;
    height: 12px; }
#new-header .new-header-bar .new-header-bar-item-menu .new-header-menu-mobile .new-header-menu-mobile-body {
    padding-left: 30px;
    margin-top: 10px; }
#new-header .new-header-bar .new-header-bar-item-menu .new-header-menu-mobile .new-header-menu-mobile-body .new-menu > li {
    text-transform: uppercase; }
#new-header .new-header-bar .new-header-bar-item-menu .new-header-menu-mobile .new-header-menu-mobile-body .new-menu > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500; }
#new-header .new-header-bar .new-header-bar-item-menu .new-header-menu-mobile .new-header-menu-mobile-body .new-menu > li > a span {
    display: inline-block;
    padding: 8px 12px; }
#new-header .new-header-bar .new-header-bar-item-menu .new-header-menu-mobile .new-header-menu-mobile-body .new-menu > li > a i {
    font-size: 20px;
    padding: 8px 12px; }
#new-header .new-header-bar .new-header-bar-item-menu .new-header-menu-mobile .new-header-menu-mobile-body .new-menu > li ul {
    display: none;
    padding-left: 20px; }
#new-header .new-header-bar .new-header-bar-item-menu .new-header-menu-mobile .new-header-menu-mobile-body .new-menu > li ul > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between; }
#new-header .new-header-bar .new-header-bar-item-menu .new-header-menu-mobile .new-header-menu-mobile-body .new-menu > li ul > li > a span {
    display: inline-block;
    padding: 8px 12px; }
#new-header .new-header-bar .new-header-bar-item-menu .new-header-menu-mobile .new-header-menu-mobile-body .new-menu > li ul > li > a i {
    font-size: 20px;
    padding: 8px 12px;
    transform: rotate(90deg); }
#new-header .new-header-bar .new-header-bar-item-menu .new-header-menu-mobile .new-header-menu-mobile-body .new-menu li.highligh a {
    color: red; }
#new-header .new-header-bar .new-header-bar-item-menu .new-header-menu-mobile .new-header-menu-mobile-foot {
    padding: 10px 20px;
    border-top: 1px solid #d1d1d1;
    margin-top: 47px;
    font-weight: 500; }
#new-header .new-header-logo {
    width: 10%; }
@media (max-width: 1199px) {
    #new-header .new-header-logo {
        width: calc(100% - 220px); } }
#new-header .new-header-logo img {
    max-width: 120px; }
@media (max-width: 1199px) {
    #new-header .new-header-logo img {
        max-width: 100px;
        margin-left: auto;
        margin-right: auto; } }
#new-header .new-header-menu {
    width: 65%; }
@media (max-width: 1199px) {
    #new-header .new-header-menu {
        display: none; } }
#new-header .new-header-menu .new-menu {
    display: flex;
    margin: 0;
    padding: 0; }
#new-header .new-header-menu .new-menu a {
    text-transform: uppercase;
    font-size: 13px; }
#new-header .new-header-menu .new-menu > li {
    position: relative;
    white-space: nowrap; }
#new-header .new-header-menu .new-menu > li.highligh > a {
    color: red;
    font-weight: 600; }
#new-header .new-header-menu .new-menu > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px; }
#new-header .new-header-menu .new-menu > li > a i {
    margin-left: 5px;
    transition: all .4s; }
#new-header .new-header-menu .new-menu > li:hover > a i {
    transform: rotate(180deg); }
#new-header .new-header-menu .new-menu > li:hover .new-sub-menu {
    visibility: visible;
    transform: scaleY(1); }
#new-header .new-header-menu .new-menu > li .new-sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    visibility: hidden;
    background: #fff;
    transform: scaleY(0);
    transform-origin: top;
    transition: all .4s;
    border-top: 1px solid #222;
    padding: 8px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
#new-header .new-header-menu .new-menu > li .new-sub-menu > li {
    position: relative; }
#new-header .new-header-menu .new-menu > li .new-sub-menu > li a {
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
#new-header .new-header-menu .new-menu > li .new-sub-menu > li a:hover span {
    text-decoration: underline; }
#new-header .new-header-menu .new-menu > li .new-sub-menu > li:hover .new-sub-menu-child {
    visibility: visible;
    transform: scaleX(1); }
#new-header .new-header-menu .new-menu > li .new-sub-menu > li .new-sub-menu-child {
    position: absolute;
    top: 0;
    left: 100%;
    width: 200px;
    visibility: hidden;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: all .4s;
    border-top: 1px solid #222;
    padding: 8px 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); }
#new-header .new-header-icons {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center; }
@media (max-width: 1199px) {
    #new-header .new-header-icons {
        width: 120px;
        height: 100%; } }
#new-header .new-header-icons .new-header-icon {
    font-size: 13px;
    display: flex;
    justify-content: flex-end;
    margin-left: 30px; }
@media (max-width: 1199px) {
    #new-header .new-header-icons .new-header-icon {
        margin-left: 5px; } }
@media (max-width: 1199px) {
    #new-header .new-header-icons .new-header-search {
        display: none; } }
#new-header .new-header-icons .new-header-search .search-input-wrap {
    margin: 0;
    display: flex;
    border-bottom: 1px solid #999;
    width: 100%; }
#new-header .new-header-icons .new-header-search .search-input-wrap button {
    background: none;
    border: none;
    outline: 0;
    box-shadow: none;
    padding-right: 15px;
    display: flex;
    align-items: center; }
#new-header .new-header-icons .new-header-search .search-input-wrap button svg {
    width: 16px;
    height: 16px; }
#new-header .new-header-icons .new-header-search .search-input-wrap input {
    background: none;
    border: none;
    outline: 0;
    box-shadow: none;
    padding: 0;
    font-size: 13px;
    height: 26px;
    width: 0;
    transition: all .4s; }
#new-header .new-header-icons .new-header-search .search-input-wrap input::placeholder {
    color: #222; }
#new-header .new-header-icons .new-header-search .search-input-wrap input:focus {
    width: 140px; }
@media (max-width: 1199px) {
    #new-header .new-header-icons .new-header-account {
        display: none; } }
#new-header .new-header-icons .new-header-account a {
    display: flex;
    justify-content: center;
    align-items: center; }
#new-header .new-header-icons .new-header-account a svg {
    width: 18px;
    height: 18px;
    margin-right: 7px; }
@media (max-width: 1199px) {
    #new-header .new-header-icons .new-header-minicart {
        height: 100%; } }
#new-header .new-header-icons .new-header-minicart a {
    display: flex;
    justify-content: center;
    align-items: center; }
@media (max-width: 1199px) {
    #new-header .new-header-icons .new-header-minicart a {
        padding: 0 10px; } }
@media (max-width: 1199px) {
    #new-header .new-header-icons .new-header-minicart a > span:not(.count-holder) {
        display: none; } }
#new-header .new-header-icons .new-header-minicart svg {
    width: 18px;
    height: 18px;
    margin-right: 7px; }

.top-footer {
    background: #fbe2dd; }
.top-footer.isection {
    margin-top: 0; }

#collection-slide, .product-owl {
    margin-bottom: 30px; }
#collection-slide .pro-loop .product-detail, .product-owl .pro-loop .product-detail {
    padding: 20px 0 0; }
#collection-slide .owl-controls, .product-owl .owl-controls {
    position: relative;
    height: 40px;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px; }
#collection-slide .owl-controls .owl-dots, .product-owl .owl-controls .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%); }
#collection-slide .owl-controls .owl-dots .owl-dot, .product-owl .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #222;
    box-shadow: none;
    margin-left: 5px;
    margin-right: 5px; }
#collection-slide .owl-controls .owl-dots .owl-dot.active, .product-owl .owl-controls .owl-dots .owl-dot.active {
    background: #222; }
#collection-slide .owl-controls .owl-nav svg, .product-owl .owl-controls .owl-nav svg {
    width: 18px;
    height: 18px; }
#collection-slide .owl-controls .owl-prev, .product-owl .owl-controls .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    display: flex;
    align-items: center;
    transform: translateY(-50%);
    z-index: 1; }
#collection-slide .owl-controls .owl-prev svg, .product-owl .owl-controls .owl-prev svg {
    transform: rotate(180deg); }
#collection-slide .owl-controls .owl-next, .product-owl .owl-controls .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
    align-items: center;
    transform: translateY(-50%);
    z-index: 1; }

.area_newsletter {
    flex-direction: column; }
.area_newsletter .section-title__wrapper {
    text-align: center;
    margin-bottom: 10px; }
.area_newsletter .section-title__wrapper h2 {
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase; }
@media (max-width: 767px) {
    .area_newsletter .section-title__wrapper h2 {
        font-size: 18px; } }
@media (max-width: 767px) {
    .area_newsletter .section-title__wrapper p {
        font-size: 11px; } }
.area_newsletter .form_newsletter .input-group input {
    background: #fff;
    border: none;
    width: 100%;
    padding: 15px;
    height: 36px; }
.area_newsletter .form_newsletter .input-group-submit {
    margin-top: 15px;
    text-align: center; }
.area_newsletter .form_newsletter .input-group-submit button {
    font-weight: 600;
    border-color: #474747; }
.area_newsletter .form_newsletter .input-group-submit button:before {
    background: #474747; }
@media (max-width: 767px) {
    .area_newsletter .form_newsletter .input-group-submit button {
        width: 100%; } }

.new-footer-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
.new-footer-wrap .new-footer-line {
    width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px; }
@media (max-width: 1199px) {
    .new-footer-wrap .new-footer-line {
        width: 40%; }
    .new-footer-wrap .new-footer-line:nth-child(1), .new-footer-wrap .new-footer-line:nth-child(2) {
        width: 30%; } }
@media (max-width: 767px) {
    .new-footer-wrap .new-footer-line {
        width: 100% !important; } }
.new-footer-wrap .new-footer-line h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }
@media (max-width: 1199px) {
    .new-footer-wrap .new-footer-line h4 {
        font-size: 14px;
        padding-bottom: 10px;
        margin-bottom: 20px; } }
.new-footer-wrap .new-footer-line h4:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #222;
    display: block;
    width: 100%; }
@media (max-width: 767px) {
    .new-footer-wrap .new-footer-line h4:before {
        max-width: 100%; } }
.new-footer-wrap .new-footer-line h4 span:last-child {
    display: none; }
@media (max-width: 767px) {
    .new-footer-wrap .new-footer-line h4 span:last-child {
        display: inline-block; } }
@media (max-width: 767px) {
    .new-footer-wrap .new-footer-line .new-footer-line-menu {
        display: none;
        padding-bottom: 10px; } }
.new-footer-wrap .new-footer-line .new-footer-line-menu li {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 13px;
    text-align: justify; }
.new-footer-wrap .new-footer-line .new-footer-line-menu li a {
    color: #222; }

.new-bottom-footer-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 20px;
    margin-left: -15px;
    margin-right: -15px; }
.new-bottom-footer-wrap .new-bottom-footer-line {
    min-height: 1px;
    width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
.new-bottom-footer-wrap .new-bottom-footer-line:nth-child(2) {
    align-items: center; }
.new-bottom-footer-wrap .new-bottom-footer-line h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
@media (max-width: 1199px) {
    .new-bottom-footer-wrap .new-bottom-footer-line h4 {
        font-size: 14px;
        margin-bottom: 10px; } }
@media (max-width: 1199px) {
    .new-bottom-footer-wrap .new-bottom-footer-line {
        width: 100%;
        margin-bottom: 10px; }
    .new-bottom-footer-wrap .new-bottom-footer-line .logo-footer {
        text-align: center; } }
.new-bottom-footer-wrap .new-footer-social > a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: #474747;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    margin-left: 5px;
    margin-right: 5px; }
.new-bottom-footer-wrap .new-footer-social > a:hover {
    background: #222; }

.new-block-banner-category {
    height: 190px; }
@media (max-width: 1199px) {
    .new-block-banner-category {
        height: initial;
        text-align: center; } }
.new-block-banner-category h3 {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative; }
.new-block-banner-category h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #222;
    display: block;
    width: 100%; }
@media (max-width: 767px) {
    .new-block-banner-category h3:before {
        left: 15%;
        width: 70%; } }
@media (max-width: 1199px) {
    .new-block-banner-category h3 {
        font-size: 18px; } }
.new-block-banner-category ul {
    margin: 40px 0; }
.new-block-banner-category ul li {
    margin-bottom: 10px; }

@media (max-width: 767px) {
    .block-banner-category-wrap {
        margin-left: -15px;
        margin-right: -15px; } }

.block-banner-category-wrap-fit {
    height: 100%;
    width: 74%; }
@media (max-width: 1199px) {
    .block-banner-category-wrap-fit {
        width: 100%; } }
.block-banner-category-wrap-fit .block-banner-category {
    height: calc(100% - 190px); }
@media (max-width: 1199px) {
    .block-banner-category-wrap-fit .block-banner-category {
        display: none; } }
.block-banner-category-wrap-fit .block-banner-category a {
    position: absolute; }

.new-block-banner-category-wrapper {
    display: flex;
    flex-wrap: wrap; }

p.pro-price {
    color: #222; }
p.pro-price.highlight {
    color: #f94c43; }
p.pro-price.highlight .pro-price-del {
    color: #222; }

.iheading {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px; }
.iheading:after {
    content: '';
    position: absolute;
    margin-top: 0px !important;
    height: initial !important;
    background: none !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 50% !important;
    border-top: 1px solid #222 !important; }
@media (max-width: 767px) {
    .iheading {
        font-size: 22px !important; } }

.box-info-contact li p {
    text-transform: uppercase;
    color: #222; }

.new-page-about-title {
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 5px;
    text-transform: uppercase; }
@media (max-width: 1199px) {
    .new-page-about-title {
        font-size: 28px; } }
@media (max-width: 767px) {
    .new-page-about-title {
        font-size: 22px;
        margin-top: 40px; } }

#new-page-about .new-page-about-wrap {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 60px;
    align-items: center; }
#new-page-about .new-page-about-wrap .new-page-about-wrap-left {
    width: 50%;
    padding-right: 40px; }
@media (max-width: 1199px) {
    #new-page-about .new-page-about-wrap .new-page-about-wrap-left {
        padding-right: 15px; } }
@media (max-width: 767px) {
    #new-page-about .new-page-about-wrap .new-page-about-wrap-left {
        width: 100%;
        padding-right: 0; } }
#new-page-about .new-page-about-wrap .new-page-about-wrap-right {
    width: 50%;
    padding-left: 40px; }
@media (max-width: 1199px) {
    #new-page-about .new-page-about-wrap .new-page-about-wrap-right {
        padding-left: 15px; } }
@media (max-width: 767px) {
    #new-page-about .new-page-about-wrap .new-page-about-wrap-right {
        width: 100%;
        padding-left: 0;
        margin-top: 40px; } }

#new-page-store .new-page-store-wrap {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 60px; }
#new-page-store .new-page-store-wrap .new-page-store-left {
    width: 50%;
    padding-right: 40px; }
@media (max-width: 1199px) {
    #new-page-store .new-page-store-wrap .new-page-store-left {
        padding-right: 15px; } }
@media (max-width: 767px) {
    #new-page-store .new-page-store-wrap .new-page-store-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px; } }
#new-page-store .new-page-store-wrap .new-page-store-right {
    width: 50%;
    padding-left: 40px; }
@media (max-width: 1199px) {
    #new-page-store .new-page-store-wrap .new-page-store-right {
        padding-left: 15px; } }
@media (max-width: 767px) {
    #new-page-store .new-page-store-wrap .new-page-store-right {
        width: 100%;
        padding-left: 0; } }
#new-page-store .new-page-store-wrap .new-page-store-right .new-page-store-menu .new-page-store-menu-line {
    margin-bottom: 20px; }
#new-page-store .new-page-store-wrap .new-page-store-right .new-page-store-menu .new-page-store-menu-line h4 {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    position: relative;
    margin-bottom: 30px; }
@media (max-width: 1199px) {
    #new-page-store .new-page-store-wrap .new-page-store-right .new-page-store-menu .new-page-store-menu-line h4 {
        font-size: 20px; } }
#new-page-store .new-page-store-wrap .new-page-store-right .new-page-store-menu .new-page-store-menu-line h4:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    border-top: 1px solid #222;
    display: block;
    width: 100%;
    max-width: 50%; }
#new-page-store .new-page-store-wrap .new-page-store-right .new-page-store-menu .new-page-store-menu-line ul li {
    margin-bottom: 20px;
    font-size: 14px; }
@media (max-width: 1199px) {
    #new-page-store .new-page-store-wrap .new-page-store-right .new-page-store-menu .new-page-store-menu-line ul li {
        font-size: 13px; } }

.wrap-collection-title .heading-collection {
    margin: 0;
    display: flex;
    align-items: center; }

.new-collection-title {
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    margin-top: 60px;
    text-transform: uppercase; }
@media (max-width: 767px) {
    .new-collection-title {
        font-size: 26px;
        margin-top: 40px; } }

#pagination .page-node {
    display: inline-block;
    margin: 0 5px;
    opacity: 1; }
#pagination .page-node span {
    display: block;
    opacity: 0.6; }
#pagination .page-node.current span {
    opacity: 1; }

#pagination .prev, #pagination .next {
    opacity: 1; }

.heading-page.ctlg {
    /*h1:before{    content: "";
      width: 40%;
      height: 1px;
      position: absolute;
      background: #000;
      bottom: -30px;
      z-index: 9;
  }*/ }
.heading-page.ctlg h1 {
    position: relative; }

.ins-d-l {
    background: #f7ecee;
    padding: 40px 0 60px 0; }

.home-instagram-wrap h4 {
    letter-spacing: .1em;
    color: #484949;
    display: block;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 15px;
    font-size: 20px; }

.home-instagram-wrap .home-instagram-list {
    padding: 0 15vw 0 15vw;
    margin: 0 auto; }
.home-instagram-wrap .home-instagram-list .home-instagram-item {
    width: 20%; }
@media (max-width: 767px) {
    .home-instagram-wrap .home-instagram-list .home-instagram-item {
        width: 50%; } }
.home-instagram-wrap .home-instagram-list .home-instagram-item a {
    display: block;
    padding-bottom: 100%;
    position: relative; }
.home-instagram-wrap .home-instagram-list .home-instagram-item a img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
    padding: 1px; }
.home-instagram-wrap .home-instagram-list .eapps-instagram-feed-content .eapps-instagram-feed-posts-item {
    width: calc(100% / 4 - 5px) !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important; }
.home-instagram-wrap .home-instagram-list .eapps-instagram-feed-content .eapps-instagram-feed-posts-item:nth-of-type(n+9) {
    display: none; }
@media (max-width: 991px) {
    .home-instagram-wrap .home-instagram-list .eapps-instagram-feed-content .eapps-instagram-feed-posts-item {
        width: calc(100% / 2 - 5px) !important; } }

.new-footer-line-menu span {
    display: inline-block;
    clear: both;
    margin-top: 5px; }

.sale-change-color {
    color: red; }
