#main-wrapper {
    overflow: hidden;
}
.find-our-shops-item-wrap {
    max-width: 500px;
    margin: 0 auto;
}
.find-our-shops-wrapper {
    background-position: 100% 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.find-our-shops-list > .row > .col-sm-4 + .col-sm-4 > .find-our-shops-item-wrap:before {
    content: '';
    width: 1px;
    height: 70%;
    display: block;
    background-color: #4e4e4e;
    position: absolute;
    bottom: 0;
    left: 0;
}
.find-our-shops-wrapper .subtitle {
    font-size: 2.4rem;
    color: #fff;
    margin-top: 30px;
    text-align: center;
}
.show-all-shops-button {
    text-align: center;
}
.show-all-shops-button a {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    font-family: 'ZonaPro', sans-serif;
    position: relative;
    padding: 10px 20px;
    margin-top: -15px;
}
.find-our-shops-list .show-all-shops-button a:after, .find-our-shops-list .show-all-shops-button a:before {
    content: ''!important;
    width: 120px;
    height: 1px;
    display: block!important;
    background: #ecba8c;
    position: absolute;
    top: 20px;
}
.find-our-shops-list .show-all-shops-button a:after {
    left: unset;
    right: -120px;
}
.find-our-shops-list .show-all-shops-button a:before {
    left: -120px;
}
.find-our-shops-list .show-all-shops-button a:hover:before, .find-our-shops-list .show-all-shops-button a:hover:after  {
    animation: hover_lines forwards 0.8s ease;
}
@keyframes hover_lines {
    0% {
        width: 180px;
    }
    100% {
        width: 120px;
    }
}
.find-our-shops-list .show-all-shops-button a:hover {
    animation: hover_text forwards 0.8s ease 0.2s;
}
@keyframes hover_text {
    0% {
        color: transparent;
    }
    100% {
        color: #fff;
    }
}


.opening-hours .title, .share-shop .title {
    font-size: 3.6rem;
    color: #fff;
    font-family: 'PFAgoraSlabPro', sans-serif;
    font-weight: 100;
    margin: 0 0 25px 0;
}
.opening-hours .content p {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #36424a;
    margin: 0;
}
.share-shop .content ul {
    padding: 0;
}
.share-shop .content ul li {
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    font-size: 2rem;
    color: #36424a;
    border-radius: 50%;
    border: 2px solid #36424a;
    text-align: center;
    padding-top: 6px;
}
.share-shop .content ul li + li {
    margin-left: 15px;
}
.share-shop .content ul li a {
    font-size: 2rem;
    color: #36424a;
}

.custom-slider-row {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,1);
}


.product-category-text {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: 110px 0 160px 0;
}
.product-category-text h1 {
    font-size: 4rem;
    color: #b8956a;
    font-family: 'JustSignature', Aka-AcidGR-Composition, sans-serif !important;
    margin: 40px 0;
    display: block;
}
.product-category-description {
    font-size: 2.4rem;
    color: #fff;
    font-weight: 200;
    max-width: 640px;
}

.products-list-wrapper {
    background: #f1eee9;
    padding-bottom: 100px;
}
.products-list {
    display: block;
    width: 100%;
    position: relative;
}
.product-item-preview {
    padding: 50px 0;
}
.product-item-preview-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.product-item-col-text {
    flex-basis: 60%;
    text-align: right;
    padding-right: 130px;
}
.product-item-col-image {
    flex-basis: 40%;
}
.products-list .product-item-preview:nth-child(even) .product-item-col-text {
    order: 1;
    text-align: left;
    padding: 0 0 0 130px;
}
.products-list .product-item-preview:first-child {
    padding: 0;
}
.products-list .product-item-preview:first-child .product-item-col.product-item-col-image img {
    position: relative;
    top: -150px;
}

.product-item-content .title {
    font-size: 5rem;
    font-family: 'PFAgoraSlabPro', sans-serif!important;
    font-style: italic;
    font-weight: 200;
    color: #36424a;
    margin-bottom: 50px;
    display: inline-block;
    float: left;
    line-height: 5rem;
    padding-top: 100px;
}
.product-item-content .title a{
    color: #36424a;
}
.product-item-content .content {
    padding: 0 0 0 50px;
    display: inline-block;
    float: left;
}
.product-item-content .content, .product-item-content .content p, .product-item-content .content a {
    font-size: 1.6rem;
    color: #36424a;
    font-weight: 300;
    line-height: 1.6;
}
.product-item-content {
    position: relative;
    display: inline-block;
    padding: 50px 0 50px 60px;
    text-align: left;
}
.product-item-content:before, .product-item-content:after {
    content: '';
    width: 100%;
    max-width: 285px;
    height: 1px;
    display: block;
    background: #907656;
    position: absolute;
}
.product-item-content:before {
    top: 0;
    left: 0;
}
.product-item-content:after {
    bottom: 0;
    right: 0;
}

.item-list .product-item-content {
    padding: 30px 0 30px 60px;
    display: block;
}
.item-list .product-item-content:before, .item-list .product-item-content:after {
    height: 0px;
}
.custom-menu-full.active {
}
.custom-menu-full.active::after {
    content: "";
    background: url("assets/uk-letters.png") center;
    background-size: cover;
    opacity: 0.04;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.custom-main-submenu {
    min-height: 1px;
}
.custom-main-menu ul li a {
    color: #fff;
    font-size: 5rem;
    font-weight: 200;
    text-transform: lowercase;
    margin-bottom: 10px;
}
.custom-main-menu ul li {
    margin-bottom: 20px;
    font-size: 1rem;
    display: inline-block;
    width: 50%;
    float: left;
}
.custom-main-menu ul li a:lang(el) {
    font-size: 4.5rem;
}
.custom-main-menu ul.sub-menu li {
    margin-bottom: 0;
    display: block;
}
.custom-main-menu ul.sub-menu li {
    width: 100%;
}
.custom-main-menu .sub-menu li a {
    color: #b8956a;
    font-size: 2rem;
    font-weight: 300;
    text-transform: normal;
    margin-bottom: 20px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.custom-main-menu .sub-menu li a:lang(el) {
    font-size: 2rem;
}
.custom-main-menu ul li a:hover {
    color: #b8956a!important;
}
.custom-main-menu .sub-menu li.current-menu-item a {
    border-bottom: 3px solid #b8956a;
}
.custom-main-menu .sub-menu.show-sub-menu {
    opacity: 1;
    visibility: visible;
}
.shops-details-wrapper {
    position: relative;
}
#ajax-spinner {
    position: absolute;
    top: -225px;
    left: 0;
    width: 100%;
    height: calc( 100% + 225px );
    background: #1e2325;
    display: none;
}
.carpo-logo-svg .st0{fill:url(#SVGID_1_);}
.carpo-logo-svg .st1{clip-path:url(#SVGID_3_);fill:url(#SVGID_4_);}
.carpo-logo-svg .st2{clip-path:url(#SVGID_6_);fill:url(#SVGID_7_);}
.carpo-logo-svg, .carpo-logo-svg svg {
    display: block;
    width: 100px;
}
.carpo-logo-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
    -webkit-transform: rotate(180deg) translate(-50%,-50%);
    -moz-transform: rotate(180deg) translate(-50%,-50%);
    -o-transform: rotate(180deg) translate(-50%,-50%);
    transform: rotate(180deg) translate(-50%,-50%);
    -webkit-animation: spin forwards 3s infinite;
    animation: spin forwards 3s infinite;
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.shops-menu ul li p.get-post:hover {
    cursor: pointer;
}

.corporate-slider a:hover, .carpo-newslleter .button:hover {
    background: #fff;
    color: #1e2325!important;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}
.find-our-shops-wrapper h4.title {
    font-size: 4rem;
    color: #b8956a;
    font-family: JustSignature, Aka-AcidGR-Composition, serif !important;
}
/*============================
animation moves
=============================*/
.animate-row .homepage-title-text.journey h1 {
    top: -50px;
    opacity: 0;
    position: relative;
    -webkit-transition: 1s ease .5s;
    -moz-transition: 1s ease .5s;
    -o-transition: 1s ease .5s;
    transition: 1s ease .5s;
}
.animation-active.animate-row .homepage-title-text.journey h1 {
    top: 0;
    opacity: 1;
    -webkit-transition: 1s ease .5s;
    -moz-transition: 1s ease .5s;
    -o-transition: 1s ease .5s;
    transition: 1s ease .5s;
}
.animate-row .homepage-title-text h2 {
    opacity: 0;
    top: 10px;
    position: relative;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}
.animate-row .homepage-title-text p {
    opacity: 0;
    top: 10px;
    position: relative;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}
.animation-active.animate-row .homepage-title-text h2 {
    opacity: 1;
    top: 0;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}
.animation-active.animate-row .homepage-title-text p {
    opacity: 1;
    top: 0;
    -webkit-transition: 1s ease 0.4s;
    -moz-transition: 1s ease 0.4s;
    -o-transition: 1s ease 0.4s;
    transition: 1s ease 0.4s;
}
.animate-row img,
.animate-row .history-img-bg {
    position: relative;
    left: -100px;
    opacity: 0;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}
.animation-active.animate-row img,
.animation-active.animate-row .history-img-bg {
    left: 0;
    opacity: 1;
    -webkit-transition: opacity 1.8s ease, left 2s cubic-bezier(0,1.06,.51,.96);
    -moz-transition: opacity 1.8s ease, left 2s cubic-bezier(0,1.06,.51,.96);
    -o-transition: opacity 1.8s ease, left 2s cubic-bezier(0,1.06,.51,.96);
    transition: opacity 1.8s ease, left 2s cubic-bezier(0,1.06,.51,.96);
}
.animate-row .founders-note {
    position: relative;
    top: -100px;
    opacity: 0;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}
.animation-active.animate-row .founders-note {
    top: 0;
    opacity: 1;
    -webkit-transition: opacity 1.8s ease, top 2s cubic-bezier(0,1.06,.51,.96);
    -moz-transition: opacity 1.8s ease, top 2s cubic-bezier(0,1.06,.51,.96);
    -o-transition: opacity 1.8s ease, top 2s cubic-bezier(0,1.06,.51,.96);
    transition: opacity 1.8s ease, top 2s cubic-bezier(0,1.06,.51,.96);
}
.animate-row .message-right,
.animate-row .animate-text {
    position: relative;
    top: 50px;
    opacity: 0;
    -webkit-transition: top 0.6s ease, opacity 0.6s ease;
    -moz-transition: top 0.6s ease, opacity 0.6s ease;
    -o-transition: top 0.6s ease, opacity 0.6s ease;
    transition: top 0.6s ease, opacity 0.6s ease;
}
.animate-row .message-right p {
    position: relative;
    top: 30px;
    opacity: 0;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}
.animate-row .message-right:before {
    top: 50px;
    opacity: 0;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}
.animate-row .message-right:after {
    top: -50px;
    opacity: 0;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}
.animate-row .journey h1:before {
    right: -150px;
    opacity: 0;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}
.animate-row .journey h1:after {
    left: -150px;
    opacity: 0;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}
.animate-row p.senses:before {
    right: -160px;
    opacity: 0;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}
.animate-row p.senses:after {
    left: -120px;
    opacity: 0;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}
.animate-row p.senses .text-wrap {
    width: auto;
    max-width: 0%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: max-width 1.8s linear;
    -moz-transition: max-width 1.8s linear;
    -o-transition: max-width 1.8s linear;
    transition: max-width 1.8s linear;
}
.animation-active.animate-row p.senses .text-wrap {
    max-width: 100%;
    -webkit-transition: max-width 1.8s linear;
    -moz-transition: max-width 1.8s linear;
    -o-transition: max-width 1.8s linear;
    transition: max-width 1.8s linear;
}
.animation-active.animate-row .journey h1:before {
    right: -100px;
    opacity: 1;
    -webkit-transition: 1s cubic-bezier(.23,1.21,.41,1.06) 1s, opacity 0.8s ease 1s;
    -moz-transition: 1s cubic-bezier(.23,1.21,.41,1.06) 1s, opacity 0.8s ease 1s;
    -o-transition: 1s cubic-bezier(.23,1.21,.41,1.06) 1s, opacity 0.8s ease 1s;
    transition: 1s cubic-bezier(.23,1.21,.41,1.06) 1s, opacity 0.8s ease 1s;
}
.animation-active.animate-row .journey h1:after {
    left: -100px;
    opacity: 1;
    -webkit-transition: 1s cubic-bezier(.23,1.21,.41,1.06) 1s, opacity 0.8s ease 1s;
    -moz-transition: 1s cubic-bezier(.23,1.21,.41,1.06) 1s, opacity 0.8s ease 1s;
    -o-transition: 1s cubic-bezier(.23,1.21,.41,1.06) 1s, opacity 0.8s ease 1s;
    transition: 1s cubic-bezier(.23,1.21,.41,1.06) 1s, opacity 0.8s ease 1s;
}
.animation-active.animate-row p.senses:before {
    right: -210px;
    opacity: 1;
    -webkit-transition: 1s cubic-bezier(.23,1.21,.41,1.06) 1s, opacity 0.8s ease 1s;
    -moz-transition: 1s cubic-bezier(.23,1.21,.41,1.06) 1s, opacity 0.8s ease 1s;
    -o-transition: 1s cubic-bezier(.23,1.21,.41,1.06) 1s, opacity 0.8s ease 1s;
    transition: 1s cubic-bezier(.23,1.21,.41,1.06) 1s, opacity 0.8s ease 1s;
}
.animation-active.animate-row p.senses:after {
    left: -170px;
    opacity: 1;
    -webkit-transition: 1s cubic-bezier(.23,1.21,.41,1.06) 1s, opacity 0.8s ease 1s;
    -moz-transition: 1s cubic-bezier(.23,1.21,.41,1.06) 1s, opacity 0.8s ease 1s;
    -o-transition: 1s cubic-bezier(.23,1.21,.41,1.06) 1s, opacity 0.8s ease 1s;
    transition: 1s cubic-bezier(.23,1.21,.41,1.06) 1s, opacity 0.8s ease 1s;
}
.animation-active.animate-row .message-right,
.animation-active.animate-row .animate-text {
    top: 0;
    opacity: 1;
    -webkit-transition: top 1s ease 1s, opacity 1s ease 1s;
    -moz-transition: top 1s ease 1s, opacity 1s ease 1s;
    -o-transition: top 1s ease 1s, opacity 1s ease 1s;
    transition: top 1s ease 1s, opacity 1s ease 1s;
}
.animate-row .circle-represents-logo {
    transform-origin: center;
    -webkit-transform: rotate( 90deg );
    -moz-transform: rotate( 90deg );
    -o-transform: rotate( 90deg );
    transform: rotate( 90deg );
    -webkit-transition: transform 0.8s ease;
    -moz-transition: transform 0.8s ease;
    -o-transition: transform 0.8s ease;
    transition: transform 0.8s ease;
}
.animate-row.animation-active .circle-represents-logo {
    -webkit-transform: rotate( 0deg );
    -moz-transform: rotate( 0deg );
    -o-transform: rotate( 0deg );
    transform: rotate( 0deg );
    -webkit-transition: transform 2s cubic-bezier(0.23, 1.21, 0.4, 1.46);
    -moz-transition: transform 2s cubic-bezier(0.23, 1.21, 0.4, 1.46);
    -o-transition: transform 2s cubic-bezier(0.23, 1.21, 0.4, 1.46);
    transition: transform 2s cubic-bezier(0.23, 1.21, 0.4, 1.46);
}
.animation-active.animate-row .message-right p {
    top: 0;
    opacity: 1;
    -webkit-transition: 2s cubic-bezier(.23,1.21,.41,1.06) 1.5s, opacity 0.8s ease 1.5s;
    -moz-transition: 2s cubic-bezier(.23,1.21,.41,1.06) 1.5s, opacity 0.8s ease 1.5s;
    -o-transition: 2s cubic-bezier(.23,1.21,.41,1.06) 1.5s, opacity 0.8s ease 1.5s;
    transition: 2s cubic-bezier(.23,1.21,.41,1.06) 1.5s, opacity 0.8s ease 1.5s;
}
.animation-active.animate-row .message-right:before {
    top: -50px;
    opacity: 1;
    -webkit-transition: 2s cubic-bezier(.23,1.21,.41,1.06) 2s, opacity 0.8s ease 2s;
    -moz-transition: 2s cubic-bezier(.23,1.21,.41,1.06) 2s, opacity 0.8s ease 2s;
    -o-transition: 2s cubic-bezier(.23,1.21,.41,1.06) 2s, opacity 0.8s ease 2s;
    transition: 2s cubic-bezier(.23,1.21,.41,1.06) 2s, opacity 0.8s ease 2s;
}
.animation-active.animate-row .message-right:after {
    top: 50px;
    opacity: 1;
    -webkit-transition: 2s cubic-bezier(.23,1.21,.41,1.06) 2s, opacity 0.8s ease 2s;
    -moz-transition: 2s cubic-bezier(.23,1.21,.41,1.06) 2s, opacity 0.8s ease 2s;
    -o-transition: 2s cubic-bezier(.23,1.21,.41,1.06) 2s, opacity 0.8s ease 2s;
    transition: 2s cubic-bezier(.23,1.21,.41,1.06) 2s, opacity 0.8s ease 2s;
}
.img-parallax {
    overflow: hidden;
    max-height: 500px;
}
.image-height-700 {
    max-height: 688px;
}
.image-animation {
    position: relative;
    top: 100px;
    opacity: 0;
}
.animation-active .image-animation {
    top: 0;
    opacity: 1;
    -webkit-transition: opacity 1.8s ease, top 1.8s ease;
    -moz-transition: opacity 1.8s ease, top 1.8s ease;
    -o-transition: opacity 1.8s ease, top 1.8s ease;
    transition: opacity 1.8s ease, top 1.8s ease;
}
.img-parallax img {
    position: relative;
}
.animate-box-left .homepage-product-info {
    opacity: 0;
    left: -50px;
}
.animate-box-left .homepage-product-info h3 {
    position: relative;
    opacity: 0;
    left: -50px;
}
.animate-box-left .homepage-product-info p {
    position: relative;
    opacity: 0;
    left: -50px;
}
.animate-box-left .homepage-product-info:before {
    left: 50px;
    opacity: 0;
}
.animate-box-left .homepage-product-info:after {
    left: -50px;
    opacity: 0;
}

.animate-box-left.animation-active .homepage-product-info {
    opacity: 1;
    left: 0;
    -webkit-transition: 1s ease 0.8s;
    -moz-transition: 1s ease 0.8s;
    -o-transition: 1s ease 0.8s;
    transition: 1s ease 0.8s;
}
.animate-box-left.animation-active .homepage-product-info h3 {
    opacity: 1;
    left: 0;
    -webkit-transition: 1s ease 1.3s;
    -moz-transition: 1s ease 1.3s;
    -o-transition: 1s ease 1.3s;
    transition: 1s ease 1.3s;
}
.animate-box-left.animation-active .homepage-product-info p {
    opacity: 1;
    left: 0;
    -webkit-transition: 1s ease 1.6s;
    -moz-transition: 1s ease 1.6s;
    -o-transition: 1s ease 1.6s;
    transition: 1s ease 1.6s;
}
.animate-box-left.animation-active .homepage-product-info:before {
    left: -100px;
    opacity: 1;
    -webkit-transition: 2s cubic-bezier(.23,1.21,.41,1.06) 2.2s, opacity 0.8s ease 2.2s;
    -moz-transition: 2s cubic-bezier(.23,1.21,.41,1.06) 2.2s, opacity 0.8s ease 2.2s;
    -o-transition: 2s cubic-bezier(.23,1.21,.41,1.06) 2.2s, opacity 0.8s ease 2.2s;
    transition: 2s cubic-bezier(.23,1.21,.41,1.06) 2.2s, opacity 0.8s ease 2.2s;
}
.animate-box-left.animation-active .homepage-product-info:after {
    left: 100px;
    opacity: 1;
    -webkit-transition: 2s cubic-bezier(.23,1.21,.41,1.06) 2.6s, opacity 0.8s ease 2.6s;
    -moz-transition: 2s cubic-bezier(.23,1.21,.41,1.06) 2.6s, opacity 0.8s ease 2.6s;
    -o-transition: 2s cubic-bezier(.23,1.21,.41,1.06) 2.6s, opacity 0.8s ease 2.6s;
    transition: 2s cubic-bezier(.23,1.21,.41,1.06) 2.6s, opacity 0.8s ease 2.6s;
}
.animate-box-right .homepage-product-info {
    opacity: 0;
    left: 50px;
}
.animate-box-right .homepage-product-info h3 {
    position: relative;
    opacity: 0;
    left: 50px;
}
.animate-box-right .homepage-product-info p {
    position: relative;
    opacity: 0;
    left: 50px;
}
.animate-box-right .homepage-product-info:before {
    left: -50px;
    opacity: 0;
}
.animate-box-right .homepage-product-info:after {
    left: 50px;
    opacity: 0;
}
.animate-box-right.animation-active .homepage-product-info {
    opacity: 1;
    left: 0;
    -webkit-transition: 1s ease 0.8s;
    -moz-transition: 1s ease 0.8s;
    -o-transition: 1s ease 0.8s;
    transition: 1s ease 0.8s;
}
.animate-box-right.animation-active .homepage-product-info h3 {
    opacity: 1;
    left: 0;
    -webkit-transition: 1s ease 1.3s;
    -moz-transition: 1s ease 1.3s;
    -o-transition: 1s ease 1.3s;
    transition: 1s ease 1.3s;
}
.animate-box-right.animation-active .homepage-product-info p {
    opacity: 1;
    left: 0;
    -webkit-transition: 1s ease 1.6s;
    -moz-transition: 1s ease 1.6s;
    -o-transition: 1s ease 1.6s;
    transition: 1s ease 1.6s;
}
.animate-box-right.animation-active .homepage-product-info:before {
    left: -100px;
    opacity: 1;
    -webkit-transition: 2s cubic-bezier(.23,1.21,.41,1.06) 2.2s, opacity 0.8s ease 2.2s;
    -moz-transition: 2s cubic-bezier(.23,1.21,.41,1.06) 2.2s, opacity 0.8s ease 2.2s;
    -o-transition: 2s cubic-bezier(.23,1.21,.41,1.06) 2.2s, opacity 0.8s ease 2.2s;
    transition: 2s cubic-bezier(.23,1.21,.41,1.06) 2.2s, opacity 0.8s ease 2.2s;
}
.animate-box-right.animation-active .homepage-product-info:after {
    left: 100px;
    opacity: 1;
    -webkit-transition: 2s cubic-bezier(.23,1.21,.41,1.06) 2.6s, opacity 0.8s ease 2.6s;
    -moz-transition: 2s cubic-bezier(.23,1.21,.41,1.06) 2.6s, opacity 0.8s ease 2.6s;
    -o-transition: 2s cubic-bezier(.23,1.21,.41,1.06) 2.6s, opacity 0.8s ease 2.6s;
    transition: 2s cubic-bezier(.23,1.21,.41,1.06) 2.6s, opacity 0.8s ease 2.6s;
}
.animate-row-middle .carpo-more p {
    position: relative;
    top: 20px;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease, top 0.8s ease;
    -moz-transition: opacity 0.8s ease, top 0.8s ease;
    -o-transition: opacity 0.8s ease, top 0.8s ease;
    transition: opacity 0.8s ease, top 0.8s ease;
}
.animate-row-middle.animation-active .carpo-more p {
    top: 0;
    opacity: 1;
    -webkit-transition: opacity 1s ease, top 1s ease 0.2s;
    -moz-transition: opacity 1s ease, top 1s ease 0.2s;
    -o-transition: opacity 1s ease, top 1s ease 0.2s;
    transition: opacity 1s ease, top 1s ease 0.2s;
}
.animate-row-middle .more-logo {
    transform-origin: center;
    -webkit-transform: rotate( 90deg );
    -moz-transform: rotate( 90deg );
    -o-transform: rotate( 90deg );
    transform: rotate( 90deg );
    -webkit-transition: transform 0.8s ease;
    -moz-transition: transform 0.8s ease;
    -o-transition: transform 0.8s ease;
    transition: transform 0.8s ease;
}
.animate-row-middle.animation-active .more-logo {
    -webkit-transform: rotate( 0deg );
    -moz-transform: rotate( 0deg );
    -o-transform: rotate( 0deg );
    transform: rotate( 0deg );
    -webkit-transition: transform 2s cubic-bezier(0.23, 1.21, 0.4, 1.46);
    -moz-transition: transform 2s cubic-bezier(0.23, 1.21, 0.4, 1.46);
    -o-transition: transform 2s cubic-bezier(0.23, 1.21, 0.4, 1.46);
    transition: transform 2s cubic-bezier(0.23, 1.21, 0.4, 1.46);
}
.animate-row-middle .find-our-shops-item-circle:after {
    width: 30%;
    height: 30%;
}
.animate-row-middle.animation-active .find-our-shops-item-circle:after {
    width: 50%;
    height: 50%;
    -webkit-transition: width 1s ease, height 1s ease;
    -moz-transition: width 1s ease, height 1s ease;
    -o-transition: width 1s ease, height 1s ease;
    transition: width 1s ease, height 1s ease;
}
.animate-row-middle.animation-active .find-our-shops-item-circle:hover:after {
    width: 100%;
    height: 100%;
    background: rgba(184, 149, 106, 1);
    -webkit-transition: width 0.6s ease, height 0.6s ease, background 1s ease;
    -moz-transition: width 0.6s ease, height 0.6s ease, background 1s ease;
    -o-transition: width 0.6s ease, height 0.6s ease, background 1s ease;
    transition: width 0.6s ease, height 0.6s ease, background 1s ease;
}

.welcome-message .arrow-down {
    width: 30px;
    display: block;
}
.welcome-message .arrow-down path {
    fill: #b8956a;
}
.slide-below-slider {
    display: table!important;
    margin: 0 auto;
}
/*============================
animation moves intro
=============================*/
.home {
    overflow: hidden;
    padding-right: 15px;
}
.home .custom-logo, .home .custom-menu>.menu-btn, .home .custom-social>.language-switcher, .home .custom-social>.social-icons li a {
    opacity: 0;
}
.top-section.intro-section video {
    width: 100%;
    height: 100%;
    min-height: 100vh;
}
.intro-section-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background: #1e2225!important;
}
.animate .intro-section-content {
    opacity: 0.3;
    -webkit-transition: 14s ease 2.4s;
    -moz-transition: 14s ease 2.4s;
    -o-transition: 14s ease 2.4s;
    transition: 14s ease 2.4s;
}
.top-section.intro-section {
    position: relative;
}
.logo-center-intro .st0{fill:none;stroke:url(#SVGID_1_);stroke-width:16;stroke-miterlimit:10;}
.logo-center-intro .st1{fill:url(#XMLID_2_);}
.logo-center-intro .st2{fill:url(#XMLID_3_);}
.logo-center-intro {
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 150px;
}
.logo-center-svg {
    opacity: 1;
}
.animate .logo-center-svg {
    opacity: 0;
    -webkit-transition: 2.5s ease;
    -moz-transition: 2.5s ease;
    -o-transition: 2.5s ease;
    transition: 2.5s ease;
    transform-origin: center;
    /*-webkit-transform: rotate(180deg);*/
    /*-moz-transform: rotate(180deg);*/
    /*-o-transform: rotate(180deg);*/
    /*transform: rotate(180deg);*/
    /*-webkit-animation: spin forwards 3s infinite;*/
    /*animation: spin forwards 3s infinite;*/
}
.logo-center-svg, .logo-center-svg svg {
    width: 70px;
}
.story-telling {
    position: absolute;
    bottom: 200px;
    left: 100px;
    z-index: 1;
    opacity: 0;
}
.animate .story-telling {
    opacity: 1;
    -webkit-transition: 1s ease 6s;
    -moz-transition: 1s ease 6s;
    -o-transition: 1s ease 6s;
    transition: 1s ease 6s;
}
.story-telling p {
    color: #b8956a;
    font-size: 5rem;
    line-height: 1.4;
}
.welcome-message {
    opacity: 0;
}
.animate-stage-2 .story-telling .welcome-message {
    opacity: 1;
    -webkit-transition: opacity 1s ease 3s;
    -moz-transition: opacity 1s ease 3s;
    -o-transition: opacity 1s ease 3s;
    transition: opacity 1s ease 3s;
}
.animate .logo-center-intro {
    opacity: 1;
    -webkit-transition: opacity 1s ease 2s;
    -moz-transition: opacity 1s ease 2s;
    -o-transition: opacity 1s ease 2s;
    transition: opacity 1s ease 2s;
}
.home.animate .custom-menu>.menu-btn {
    opacity: 1;
    -webkit-transition: opacity 0.8s ease 2s;
    -moz-transition: opacity 0.8s ease 2s;
    -o-transition: opacity 0.8s ease 2s;
    transition: opacity 0.8s ease 2s;
}
.home.animate .custom-logo {
    opacity: 1;
    -webkit-transition: width .4s ease, opacity 0.8s ease 2s;
    -moz-transition: width .4s ease, opacity 0.8s ease 2s;
    -o-transition: width .4s ease, opacity 0.8s ease 2s;
    transition: width .4s ease, opacity 0.8s ease 2s;
}
.home.animate .custom-social>.language-switcher, .home.animate .custom-social>.social-icons li a {
    opacity: 1;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}
/*============================
homepage changes
=============================*/
#products-carousel .homepage-product {
    position: relative;
    max-width: 560px;
    width: 100%;
    height: 560px;
    background-size: cover;
    background-repeat: no-repeat;
}
#products-carousel {
    padding: 100px 0;
}
#products-carousel .item {
    padding-bottom: 100px;
}
#products-carousel .homepage-product-info {
    bottom: 25px;
    padding: 17px 60px 20px 60px;
    width: 100%;
    max-width: 400px;
    left: 60%;
    opacity: 0;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.animation-active #products-carousel .owl-item .homepage-product-info {
    left: 50%;
    opacity: 1;
    -webkit-transition: left 1.2s ease 0.3s, opacity 1s ease 0.3s;
    -moz-transition: left 1.2s ease 0.3s, opacity 1s ease 0.3s;
    -o-transition: left 1.2s ease 0.3s, opacity 1s ease 0.3s;
    transition: left 1.2s ease 0.3s, opacity 1s ease 0.3s;
}
#products-carousel .homepage-product-info:before {
    left: 50px;
}
#products-carousel .homepage-product-info:after {
    left: -50px;
}
.animation-active #products-carousel .homepage-product-info:before {
    left: -100px;
    -webkit-transition: left 0.8s linear 0.6s;
    -moz-transition: left 0.8s linear 0.6s;
    -o-transition: left 0.8s linear 0.6s;
    transition: left 0.8s linear 0.6s;
}
.animation-active #products-carousel .homepage-product-info:after {
    left: 100px;
    -webkit-transition: left 0.8s linear 0.6s;
    -moz-transition: left 0.8s linear 0.6s;
    -o-transition: left 0.8s linear 0.6s;
    transition: left 0.8s linear 0.6s;
}
#products-carousel .owl-nav {
    top: 40%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.our-products-home-title {
    background: #e2dfdd;
}
.our-products-home-title .homepage-products {
    margin: 100px 0 0 0;
}
.our-products-home-title .homepage-products .homepage-title-text p.align-left {
    color: #1e2325;
}
/*============================
shops redesign
=============================*/
.select_your_shop-menu {
    position: relative;
    margin-bottom: 280px;
    margin-top: 50px;
}
.select-shop-list {
    display: inline-block;
    width: 50%;
    float: left;
}
.select-shop-list>h3 {
    color: #333e43;
    font-family: 'ZonaPro', sans-serif!important;
    font-weight: 400;
    font-size: 3.6rem;
    margin-bottom: 30px;
}
.select-shop-menu-list {
    display: table;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
}
.select-shop-list ul li {
    cursor: pointer;
}
.select-shop-list>ul {
    padding-left: 0;
}
.select-shop-list>ul>li {
    list-style: none;
    padding-right: 100px;
}
.select-shop-list>ul>li>p.get-post,
.select-shop-list>ul>li>a {
    color: #b59369;
    display: block;
    border-bottom: 1px solid #333e43;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-family: 'ZonaPro', sans-serif !important;
    font-weight: 300;
    font-size: 2rem;
    line-height: 2.8rem;
}
.select-shop-list>ul>li>a:hover {
    color: #b59369!important;
}
.select-shop-menu-list-wrapper {
    background: #1e2325;
    position: absolute;
    bottom: -50%;
    left: 50%;
    width: 100%;
    z-index: 999;
    padding: 0 0 70px 0;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%,100%);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,100%);
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}
.select-shop-menu-list-wrapper.active {
    opacity: 1;
    visibility: visible;
}
.select_your_shop-menu {
    text-align: center;
}
.select_your_shop-menu>p {
    border-bottom: 1px solid #363f43;
}
.toggle-select-shop-menu {
    font-size: 4rem;
    font-family: JustSignature, Aka-AcidGR-Composition, serif !important;
    color: #fff;
    border-bottom: 1px solid #b7956a;
    padding-bottom: 35px;
    padding-top: 65px;
}
.toggle-select-shop-menu:hover,
.toggle-select-shop-menu:focus {
    color: #fff!important;
}
.toggle-select-shop-menu span.carret-down, .toggle-select-shop-menu span.carret-down svg {
    width: 25px;
}
.toggle-select-shop-menu span.carret-down path {
    fill: #fff;
}
.map-box {
    text-align: center;
    padding: 20px;
}
.map-box a {
    color: #1e2225;
}
.close-shops-list-menu {
    float: right;
    padding: 20px 20px 0 20px;
    margin-bottom: -45px;
}
.close-mirror-icon .st0 {
    fill:none;
    stroke: #b59369;
    stroke-width: 2px;
    stroke-linecap:round;
    stroke-miterlimit:10;
}
.close-mirror-icon .st1 {
    fill: #b59369;
    stroke-width: 2px;
    stroke-linecap:round;
    stroke-miterlimit:10;
}
.close-mirror-icon, .close-mirror-icon svg {
    width: 40px;
    display: block;
}
/*============================
single product template
=============================*/
.single-product-container {
    max-width: 1280px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 30px;
}
.single-product-title {
    padding: 300px 0 50px 0;
}
.single-product-title h1 {
    font-size: 4rem;
    line-height: 6.5rem;
    color: #b8956a;
    font-family: 'JustSignature', Aka-AcidGR-Composition, sans-serif !important;
    margin-bottom: 20px;
}
.single-product-title .subtitle-description * {
    font-size: 2rem;
    color: #fff;
    font-family: 'ZonaPro', sans-serif;
    font-weight: 200;
}
.single-product-content {
    background: #f1eee9;
    padding: 90px 0 100px 0;
}
.single-product-field {
    margin-bottom: 55px;
    padding-bottom: 55px;
    border-bottom: 1px solid #907656;
}
.single-product-field h3 {
    font-size: 3.6rem;
    font-family: 'PFAgoraSlabPro', sans-serif!important;
    color: #36424a;
    font-style: italic;
    font-weight: 200;
    margin-bottom: 45px;
}
.single-product-field ul {
    padding-left: 0;
}
.single-product-field ul li {
    position: relative;
    list-style: none;
    padding-left: 25px;
    font-size: 1.6rem;
    color: #36424a;
    font-family: 'ZonaPro', sans-serif;
    font-weight: 400;
}
.single-product-field p,
.single-product-field span {
    font-size: 1.6rem !important;
    color: #36424a;
    font-family: 'ZonaPro', sans-serif !important;
    font-weight: 400;
}
.single-product-field ul li + li {
    margin-top: 10px;
}
.single-product-field ul li:before {
    content: '';
    width: 13px;
    height: 10px;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    background-image: url(assets/icons/check.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.single-product-image img {
    margin: 0 auto;
}
/*============================
footer
=============================*/
.carpo-newslleter label {
    font-size: 4rem;
}
.carpo-newslleter .button {
    padding: 15px 40px;
    top: -5px;
}
.carpo-newslleter {
    margin: 120px auto 120px;
}
.carpo-newslleter div#mc_embed_signup_scroll {
    display: block;
    margin: 0 auto;
    max-width: 1005px;
}
.pin-icon-shops .st0 {
    fill:url(#XMLID_15_);
}
.pin-icon-shops .st1 {
    clip-path:url(#XMLID_17_);
    fill:url(#XMLID_18_);
}
.pin-icon-shops .st2 {
    clip-path:url(#XMLID_20_);
    fill:url(#XMLID_21_);
}
.pin-icon-shops .st3 {
    fill: #b7956a;
}
.pin-icon-shops, .pin-icon-shops svg {
    width: 50px;
    display: block;
}
.all-shops-button-fixed {
    position: fixed!important;
    bottom: 50px;
    right: 20px;
    z-index: 99999;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 2s linear;
    -moz-transition: opacity 2s linear;
    -o-transition: opacity 2s linear;
    transition: opacity 2s linear;
}
.all-shops-button-fixed:before {
    content: "Our stores";
    background: #808183;
    padding: 5px;
    position: absolute;
    top: -10px;
    left: -15px;
    width: 80px;
    color: #1e2225;
    text-align: center;
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    z-index: -9;
    -webkit-transition: top .3s linear, opacity .3s linear, visibility .3s linear;
    -moz-transition: top .3s linear, opacity .3s linear, visibility .3s linear;
    -o-transition: top .3s linear, opacity .3s linear, visibility .3s linear;
    transition: top .3s linear, opacity .3s linear, visibility .3s linear;
}
.all-shops-button-fixed:hover:before {
    opacity: 1;
    visibility: visible;
    top: -35px;
    -webkit-transition: top .3s linear .5s, opacity .3s linear .5s, visibility .3s linear .5s;
    -moz-transition: top .3s linear .5s, opacity .3s linear .5s, visibility .3s linear .5s;
    -o-transition: top .3s linear .5s, opacity .3s linear .5s, visibility .3s linear .5s;
    transition: top .3s linear .5s, opacity .3s linear .5s, visibility .3s linear .5s;
}
.all-shops-button-fixed.hide {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s ease 2s, opacity 2s linear;
    -moz-transition: visibility 0s ease 2s, opacity 2s linear;
    -o-transition: visibility 0s ease 2s, opacity 2s linear;
    transition: visibility 0s ease 2s, opacity 2s linear;
}
/*============================
responsive
=============================*/
.hidden-md {
    display: none;
}

@media(max-width: 1440px) {
    .custom-main-menu ul.sub-menu li {
        margin-bottom: 0;
        display: inline-block;
        padding-right: 15px;
        padding-left: 0;
    }
    .custom-main-menu ul.sub-menu li:last-child {
        padding-right: 0;
    }
    .story-telling {
        bottom: 100px;
    }
    .story-telling p {
        font-size: 3rem;
    }
    #products-carousel .homepage-product {
        height: 360px;
    }
    #products-carousel .homepage-product-info {
        max-width: 260px;
        bottom: 45px;
        padding: 20px 40px;
    }
    .homepage-product-info h1 {
        font-size: 2.5rem;
        margin: 0;
    }
    .homepage-product-info p {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
    .find-our-shops-wrapper .subtitle {
        font-size: 2rem;
    }
}
@media(max-width: 1280px) {
    .homepage-product-info h1 {
        font-size: 2rem;
    }
    .homepage-product-info p {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}
@media(max-width: 1024px) {
    #products-carousel .homepage-product {
        height: 310px;
    }
    .custom-main-menu {
        width: 75%;
    }
}
@media(max-width: 991px) {
    .toggle-select-shop-menu {
        font-size: 2.8rem;
        padding-bottom: 20px;
        padding-top: 25px;
    }
    .select-shop-list>h3 {
        font-size: 2rem;
    }
    .select-shop-list>ul>li>p.get-post,
    .select-shop-list>ul>li>a {
        font-size: 1.6rem;
    }
    .find-our-shops-item-wrap {
        max-width: 450px;
    }
    .hidden-sm {
        display: none;
    }
    .hidden-md {
        display: block;
        top: -40px;
    }
    .carpo-copyright p {
        top: 60px;
    }
}
@media(max-width: 767px) {
    body.hide-scroll {
        margin-right: 0;
    }
    .home .custom-logo,
    .home .custom-menu > .menu-btn,
    .home .custom-social > .language-switcher,
    .home .custom-social > .social-icons li a {
        opacity: 1;
    }
    .custom-logo {
        right: -20px;
    }
    .custom-menu-full.active {
        overflow-y: auto;
    }
    .custom-menu-full.active + .custom-logo {
        width: 18%;
        -webkit-transition: width .4s ease;
        -moz-transition: width .4s ease;
        -o-transition: width .4s ease;
        transition: width .4s ease;
    }
    .custom-menu {
        margin-top: 5px;
    }
    .custom-main-menu {
        width: 50%;
        position: relative;
        top: 50px;
        left: 0;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        transform: unset;
    }
    .custom-main-menu {
        width: 100%;
        padding-bottom: 65px;
    }
    .custom-main-menu:before {
        content: "";
        background: #1e2225;
        width: 100%;
        height: 120px;
        display: block;
        position: fixed;
        top: 0;
    }
    .menu-main_menu-container {
        max-height: 400px;
        overflow-y: scroll;
    }
    .custom-main-menu ul {
        float: inherit;
        padding: 40px 15px 10px;
    }
    .custom-main-menu ul li {
        margin-bottom: 0;
    }
    .custom-main-menu .menu-item a {
        font-size: 3rem;
    }
    .custom-main-menu .menu-item a {
        font-size: 2.4rem;
    }
    .top-section.intro-section video {
        min-height: 70vh;
    }
    .custom-main-menu ul.sub-menu {
        padding: 0;
    }
    .custom-main-menu .sub-menu li a {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }
    .custom-main-menu ul li {
        float: unset;
        width: 100%;
    }
    .logo-center-intro {
        display: none;
    }
    .select-shop-menu-list-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999999;
        width: 100%;
        height: 100%;
        transform: unset;
        overflow-x: scroll;
    }
    .select-shop-list {
        width: 100%;
    }
    .pin-icon-shops,
    .pin-icon-shops svg {
        position: relative;
        bottom: 5px;
    }
    .story-telling {
        left: 30px;
        bottom: 130px;
    }
    .story-telling p {
        font-size: 2.2rem;
    }
    .welcome-message .arrow-down {
        display: none;
    }
    .homepage-title-text.makes-the-difference {
        margin: 50px 0 0;
    }
    .animation-active.animate-row p.senses:before {
        right: 0;
    }
    .animation-active.animate-row p.senses:after {
        left: 0;
    }
    .animation-active.animate-row p.senses:before,
    .animation-active.animate-row p.senses:after {
        width: 240px;
    }
    .makes-the-difference-row {
        margin-bottom: 100px;
    }
    .makes-the-difference-text-row {
        top: 40px;
    }
    .message-right p {
        padding: 40px;
    }
    .message-right:before, .message-right:after {
        height: 200px;
    }
    .message-right:before {
        top: -50px;
    }
    .message-right:after {
         top: 50px;
    }
    .animation-active.animate-row .message-right,
    .animation-active.animate-row .animate-text {
        top: 20px;
        width: 310px;
    }
    .flex-wrapper-col-50:first-child {
        margin-bottom: 50px;
    }
    .our-products-home-title {
        margin-top: 100px;
    }
    .our-products-home-title .homepage-products {
        margin: 50px 0 0 0;
    }
    .homepage-products .homepage-title-text p {
        padding: 0;
    }
    .homepage-products .homepage-title-text p br {
        display: none;
    }
    #products-carousel {
        padding: 50px 0;
    }
    .owl-item.active {
        padding-left: 15px;
    }
    .gifts-tabs img {
        max-width: 280px;
    }
    .corporate-slider a {
        padding: 15px 40px;
    }
    .carpo-more-wrapper {
        margin-top: 0;
    }
    .homepage-title-text p.align-center {
        padding: 20px;
    }
    .find-our-shops-wrapper .subtitle {
        margin: 40px 50px;
    }
    .carpo-more {
        width: 90%;
    }
    .carpo-more p {
        padding: 40px 50px;
    }
    .carpo-more-wrapper {
        padding: 70px 0 30px;
    }
    .custom-footer {
        margin: 20px auto 0;
    }
    .carpo-social {
        display: block;
    }
    .carpo-copyright p {
        position: inherit;
        z-index: -9;
    }
    .carpo-social h4, .carpo-more-footer h4 {
        display: block;
        width: 100%;
    }
    .carpo-more-footer ul {
        width: 100%;
        display: inline-block;
        padding-left: 0;
        position: inherit;
    }
    .carpo-logo.align-right {
        position: relative;
        z-index: 9;
    }
    .animate-row p.senses .text-wrap {
        white-space: normal;
    }
    /* Shop Page ==========================================================*/
    .tp-caption {
        font-size: 3.5rem !important;
    }
    .tp-svg-innercontainer {
        width: 50px !important;
    }
    .select_your_shop-menu {
        margin-bottom: 140px;
    }
    .shop-detail-info {
        margin: -165px 0 0 0;
        padding-left: 0;
    }
    .shops-details-wrapper .row {
        padding: 0 15px;
    }
    .shop-detail-info h1 {
        font-size: 3rem;
        line-height: 7rem;
    }
    .shop-detail-text p {
        line-height: 3.2rem;
    }
    /* News Page ==========================================================*/
    .custom-header-image {
        height: 250px;
    }
    .product-category-text h1 {
        font-size: 3rem;
        line-height: 7rem;
        margin: 20px 0;
    }
    .product-category-text {
        padding: 20px 30px !important;
    }
    .product-category-info .product-category-description{
        font-size: 2rem;
    }
    .product-category-info {
        padding: 0 15px 20px;
    }
    .product-item-content {
        padding: 20px;
        margin-top: 60px;
    }
    .product-item-content .content {
        padding: 0;
    }
    .product-item-content:before {
        top: 30px;
    }
    .product-item-content:after {
        bottom: -30px;
    }
    .product-item-col-text {
        flex-basis: 100%;
        padding-right: 0;
    }
    .product-item-col-image {
        flex-basis: 90%;
    }
    .product-item-col-text:nth-child(odd) {
        order: 2;
    }
    .product-item-col-image:nth-child(odd) {
        order: 1;
    }
    .products-list .product-item-preview:first-child .product-item-col.product-item-col-image img {
        top: 50px;
    }
    .product-item-content .title {
        font-size: 4rem;
    }
    .product-item-preview {
        padding: 100px 0;
    }
    .products-list .product-item-preview:nth-child(even) .product-item-col-text {
        padding: 0;
    }
    .products-list-wrapper {
        margin-bottom: 50px;
    }
    /* Single Post ========================================================*/
    .custom-post-title {
        margin: 0 auto;
        float: unset !important;
    }
    .custom-single-post {
        margin-top: 0;
    }
    .custom-post-title h1 {
        font-size: 3rem;
        text-align: center;
        padding: 20px 0;
    }
    .custom-post-wrapper {
        padding: 0;
        margin: 0 auto;
    }
    .custom-fetured-image {
        margin: 150px 0 60px;
    }
    /* Product Page =======================================================*/
    .product-item-content .title {
        font-size: 3rem;
    }
    .product-item-content {
        display: block;
    }
    .product-item-content:before {
        top: 0;
        margin-top: 20px;
    }
    .product-item-content .content {
        padding: 0;
        width: 100%;
    }
    .product-item-content .title {
        display: inline-block;
        width: 100%;
    }
    .product-item-content:after {
        bottom: -70px;
    }
    .products-list-wrapper .product-item-content .title {
        padding: 30px 0;
    }
    .product-item-preview {
        padding: 100px 0 0;
    }
    .product-item-preview:first-child .product-item-content {
        top: 60px;
    }
    /* Single Product =====================================================*/
    .single-product-title {
        padding: 200px 0 50px 0;
    }
    .single-product-content {
        padding: 40px 0 40px 0;
    }
    .single-product-title h1 {
        font-size: 3rem;
    }
    .single-product-field {
        margin-bottom: 45px;
        padding-bottom: 45px;
    }
    .single-product-field h3 {
        font-size: 3rem;
        margin-bottom: 25px;
    }
}
@media(max-height: 767px) {
    .custom-main-menu {
        margin-top: 120px;
    }
}