/* decors */
.apply-filters {
    display: inline-block;
    margin-top: 20px;
}

@font-face {
    font-family: 'Butler-bold';
    src: url(../fonts/Butler_Bold.otf);
}

@font-face {
    font-family: 'Butler-regular';
    src: url(../fonts/Butler_Regular.otf);
}

.raleway {
    font-family: 'Raleway', sans-serif;
}

.animate {
    -webkit-transition: all .2s ease-out !important;
    -moz-transition: all .2s ease-out !important;
    -o-transition: all .2s ease-out !important;
    transition: all .2s ease-out !important;
    -ms-transition: all .2s ease-out !important;
}

.overflow {
    overflow: hidden;
    touch-action: none;
    -ms-touch-action: none;
    position: relative;
    min-height: -webkit-fill-available;
}

.content {
    width: 1400px;
    margin: auto;
}

#flash_messages_error {
    background-color: #ff2f69
}

#flash_messages_success {
    background-color: #00b31f
}

.flash-messages {
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 100;
    min-width: 250px;
    padding: 20px
}

.flash-messages p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #fff
}

.flash-messages p:before {
    content: "\2022";
    padding-right: 5px
}

.flash-messages p:last-of-type {
    margin-bottom: 0
}

.hover {
    cursor: pointer;
}

.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 200;
    background-color: #F7F7F7;
}

.header.is-transparent {
    background-color: transparent;
}

.header .top {
    width: 100%;
    padding: 10px 0;
    background-color: #000;
}

.header .top .slogan {
    color: #fff;
    font-size: 12px;
}

.header .top .content {
    position: relative;
    text-align: center;
}

.header .top .locales-list {
    position: absolute;
    top: 0;
    right: 0;
}

.header .bar {
    margin-top: 20px;
    padding-bottom: 20px;
}

.header .bar .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .bar .left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header .bar .left .hamburger {
    display: block;
    width: 25px;
}

.header .bar .left .logo {
    display: block;
    width: 200px;
    margin-left: 15px;
}

.header .bar .left .logo img {
    display: block;
    max-width: 100%;
}

.header .bar .right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header .bar .right .item {
    display: block;
    width: 17px;
    margin-left: 15px;
}

.header .bar .right .item img {
    display: block;
    max-width: 100%;
}

.header .content {
    position: relative;
}

.main-menu-wrapper {
    display: none;
    position: fixed;
    z-index: 300;
    top: 32px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5)
}

.main-menu-wrapper .main-menu {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    min-height: 550px;
}

.main-menu-wrapper .main-menu .top-menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 60px;
    background: #F9F9F9;
}

.main-menu-wrapper .main-menu .top-menu .close-menu {
    display: block;
    width: 20px;
}

.main-menu-wrapper .main-menu .top-menu .img {
    display: block;
    width: 200px;
    margin-left: 19px;
}

.main-menu-wrapper .main-menu .lvl {
    position: relative;
    display: block;
    width: 255px;
    background: #F9F9F9;
    padding-top: 31px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.main-menu-wrapper .main-menu .lvl .current-locale {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.main-menu-wrapper .main-menu .lvl .current-locale:after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    margin-left: 5px;
    background: url('../img/decors/arrow-down-2.png') center center no-repeat;
    background-size: 13px;
}

.main-menu-wrapper .main-menu .lvl .current-locale.is-open:after {
    transform: rotate(180deg);
}

.main-menu-wrapper .main-menu .lvl .locales-drop {
    display: none;
    position: absolute;
    bottom: 50px;
    left: 30px;
}

.main-menu-wrapper .main-menu .lvl .locales-drop a {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
}

.main-menu-wrapper .main-menu .lvl-2 {
    display: none;
    padding-left: 30px;
    border-left: 1px solid rgb(179, 179, 179);
}

.main-menu-wrapper .main-menu .lvl-2 .close-lvl-2 {
    display: none;
}

.main-menu-wrapper .main-menu .lvl-2 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-size: 19px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
}

.main-menu-wrapper .main-menu .lvl-2 a:last-of-type {
    margin-bottom: 0;
}

.main-menu-wrapper .main-menu .lvl .categories a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-size: 19px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
}

.main-menu-wrapper .main-menu .lvl .categories a.new-products {
    margin-bottom: 50px;
}

.main-menu-wrapper .main-menu .lvl .categories .search-form-mobile {
    display: none;
}

.main-menu-wrapper .main-menu .lvl .categories .toggle:after {
    content: "";
    display: block;
    width: 10px;
    height: 15px;
    background: url('../img/decors/expand_more.png') center center no-repeat;
    background-size: 10px;
}

.main-menu-wrapper .main-menu .lvl .categories .toggle.active {
    color: #978F8F;
}

.search-box {
    display: none;
    position: fixed;
    z-index: 300;
    top: 32px;
    left: 0;
    right: 0;
}

.search-box .content {
    background: #fff;
    padding: 40px 0;
}

.search-box .content form {
    display: flex;
}

.search-box .content {
    position: relative;
}

.search-box .content form input[type="text"] {
    display: block;
    width: 300px;
    margin-left: 30px;
    padding-bottom: 5px;
    border: none;
    font-size: 15px;
    border-bottom: 1px solid #000;
}

.search-box .content form input[type="submit"] {
    display: block;
    width: 20px;
    height: 20px;
    background: #fff url('../img/decors/magnifier.png') center center no-repeat;
    background-size: 15px;
    border: none;
    font-size: 0;
}

.search-box .content #close_search {
    position: absolute;
    top: 35px;
    right: 30px;
    display: block;
    width: 20px;
}

.search-box .content #close_search img {
    display: block;
    max-width: 100%;
}

.welcome .slider {
    width: 100%;
    height: 100vh;
}

.welcome .slider .slide {
    position: relative;
    width: 100%;
    height: 100vh;
}

.welcome .slider .slide .link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.welcome .slider .slide .content {
    top: 50%;
    left: 0;
    right: 0;
    margin-top: 220px;
    text-align: center;
}

.welcome .slider .slide .content .slider-title {
    font-size: 60px;
    color: #000;
}

.welcome .slider .slide .content .btn {
    display: inline-block;
    margin-top: 25px;
    padding: 17px 40px;
    font-size: 16px;
    text-transform: capitalize;
    border: 1px solid #000;
}

.shop-info {
    border-top: 1px solid #efefef;
    background-color: #ffffff;
}

.shop-info .content {
    display: block;
    padding: 40px 0;
    text-align: center;
}

.shop-info .content .shop-item {
    width: 33%;
    text-align: center;
}

.shop-info .content .shop-item img {
    display: block;
    width: 60px;
    margin: auto;
}

.shop-info .content .shop-item span {
    display: block;
    font-size: 13px;
    margin-top: 15px;
    color: #323232;
    margin-bottom: 10px;
    font-weight: 500;
}

.shop-info .content .shop-item p {
    display: block;
    font-size: 13px;
    line-height: 24px;
    color: #5F5F5F;
    font-weight: 400;
    text-align: center;
}

.home-about {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #F7F7F7;
}

.home-about .about-content {
    width: 700px;
    text-align: center;
}

.home-about .about-content .inner {
    width: 500px;
    margin: auto;
}

.home-about .about-content .title {
    margin-bottom: 40px;
    font-size: 34px;
    color: #1D1C1C;
    font-weight: 500;
}

.home-about .about-content .para {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #1D1C1C;
}

.home-about .bg {
    display: block;
    width: 50%;
}

.footer {
    padding: 55px 0 0 0;
    background-color: #F7F7F7;
}

.footer .content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer .content .col .tit {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #090808;
}

.footer .content .col a {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #090808;
    text-decoration: none;
}

.footer .content .col a:last-of-type {
    margin-bottom: 0;
}

.footer .copy {
    padding: 20px 0;
    margin-top: 45px;
    border-top: 1px solid rgb(0, 0, 0, 0.3);
    text-align: center;
    font-size: 14px;
    color: #090808;
}

/* cookies */
#CookieAlert {
    position: fixed;
    bottom: 20px;
    left: 50px;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    width: 450px;
    -webkit-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -6px 9px 20px 0px rgb(0 0 0 / 10%);
    z-index: 1002;
}

#CookieAlert div {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: auto;
    flex-direction: column;
    width: 100%;
}

#CookieAlert p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #000;
    text-align: left;
    box-sizing: border-box;
}

#CookieAlert p a {
    color: #000;
}

.cookies-big-shadow {
    position: fixed;
    background: rgba(0, 0, 0, .5);
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    display: none;
    z-index: 10000;
    transition: 0.3 all ease;
    -webkit-transition: 0.3 all ease;
    -moz-transition: 0.3 all ease;
    -ms-transition: 0.3 all ease;
    -o-transition: 0.3 all ease;
}

#cookies-button {
    display: block;
    text-decoration: none;
    padding: 11px 0px;
    font-weight: 500;
    text-align: center;
    font-size: 13px;
    border: 1px solid #fff;
    color: #fff;
    background: #000;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    width: 48%;
    box-sizing: border-box;
}

#CookieAlert div.btn-option {
    flex-direction: row;
    margin-top: 15px;
}

#parameter {
    padding: 11px 0px;
    font-weight: 500;
    text-align: center;
    font-size: 13px;
    border: 1px solid #000;
    color: #000;
    background: transparent;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    width: 48%;
    box-sizing: border-box;
}

#cookies-button:hover {
    opacity: 0.8;
}

#cookieOption {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: auto;
    background: #fff;
    padding: 25px;
    box-sizing: border-box;
    width: 440px;
    display: none;
    text-align: center;
    z-index: 10004;
}

#cookieOption span {
    display: block;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}

#cookieOption p {
    width: 72%;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 17px;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

#cookieOption div {
    text-align: left;
    margin-top: 30px;
    border-top: 1px solid #777;
    padding-top: 20px;
}

#cookieOption div p {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 19px;
    color: #000;
    text-align: left;
    margin-bottom: 0px;
    width: 100%;
    padding-left: 30px;
    box-sizing: border-box;
}

#cookieOption a {
    display: block;
    text-align: center;
    margin-bottom: 0px;
    text-decoration: none;
    padding: 10px 40px;
    font-size: 13px;
    border: 1px solid #fff;
    color: #fff;
    background: rgb(0, 0, 0);
    font-weight: 500;
    padding-top: 12px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    width: 172px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
}

#cookieOption a:hover {
    opacity: 0.8;
}

#cookieOption input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

#cookieOption label {
    cursor: pointer;
    position: relative;
    font-weight: 500;
    color: #777 !important;
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
}

#cookieOption strong {
    font-weight: 700;
    color: #000 !important;
}

#cookieOption label:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    width: 17px;
    height: 17px;
    border: 1px solid #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#cookieOption input:checked+label:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(0, 0, 0);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 13px;
    height: 12px;
    background-color: #000;
    border-radius: 50%;
}

.products-row-wrapper {
    padding: 40px 0 70px 0;
    background-color: #F8F7F5;
}

.products-row-wrapper .products-slider {
    position: relative;
}

.products-row-wrapper .products-slider .slick-dots {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}

.products-row-wrapper .title {
    margin-bottom: 60px;
    font-size: 34px;
    color: #1D1C1C;
}

.products-row-wrapper .products-slider .prod {
    position: relative;
    width: 302px;
    padding: 20px;
    margin-right: 10px;
    background: #fff;
}

.products-row-wrapper .products-slider .prod .badge {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 50;
    padding: 5px 10px;
    background-color: #D9D9D9;
    font-size: 12px;
    text-transform: uppercase;
}

.products-row-wrapper .products-slider .prod:hover .media .first-image {
    opacity: 0;
}

.products-row-wrapper .products-slider .prod:hover .media .second-image {
    opacity: 1;
}

.products-row-wrapper .products-slider .prod:hover .media .first-image {
    opacity: 0;
}

.products-row-wrapper .products-slider .prod:hover .media .second-image {
    opacity: 1;
}

.products-row-wrapper .products-slider .prod .link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
}

.products-row-wrapper .products-slider .prod .media {
    position: relative;
    margin-bottom: 40px;
}

.products-row-wrapper .products-slider .prod .media .first-image {
    display: block;
    max-width: 100%;
    opacity: 1;
    transition: opacity .2s ease;
}

.products-row-wrapper .products-slider .prod .media .second-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: opacity .2s ease;
}

.products-row-wrapper .products-slider .prod .data .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.products-row-wrapper .products-slider .prod .data .top .name {
    font-size: 19px;
    font-weight: 400;
}

.products-row-wrapper .products-slider .prod .data .top .price {
    font-size: 16px;
    font-weight: 500;
}

.products-row-wrapper .products-slider .prod .data .bottom .name {
    font-size: 16px;
    font-weight: 500;
}

.collections-wrapper {
    padding: 70px 0;
    background-color: #fff;
    text-align: center;
}

.collections-wrapper .title {
    margin-bottom: 20px;
    font-size: 34px;
    color: #1D1C1C;
    font-weight: 500;
}

.collections-wrapper .para {
    width: 900px;
    margin: 0 auto 70px auto;
    font-size: 18px;
    line-height: 24px;
    color: #1D1C1C;
}

.collections-wrapper .cols {
    display: block;
}

.collections-wrapper .cols .col {
    position: relative;
    width: 460px;
    margin-right: 10px;
}

.collections-wrapper .cols .col img {
    display: block;
    max-width: 100%;
}

.collections-wrapper .cols .col .link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999999;
    background-color: rgba(255, 255, 255, 0.8);
}

#loader .lds-dual-ring {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin: auto;
    display: inline-block;
    width: 60px;
    height: 60px;
}

#loader .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 40px;
    height: 40px;
    margin: 8px;
    border-radius: 50%;
    border: 4px solid #000;
    border-color: #000 transparent #000 transparent;
    animation: lds-dual-ring 0.7s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.header-bottom .header-bottom-left .header-main-nav .submenu a.mobile-link {
    display: none;
}

#mobile_prev {
    display: none;
}

.error-view {
    text-align: center;
    background: url(../img/error-bg.jpg) center center no-repeat;
    background-size: cover;
    min-height: 650px;
    box-sizing: border-box;
}

.error-view h1 {
    font-size: 220px;
    font-weight: 600;
    font-family: 'Cormorant Garamond', serif;
}

.error-view span {
    display: block;
    margin: 50px 0;
    line-height: 32px;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Cormorant Garamond', serif;
    text-transform: initial;
}

.error-view .error-btn {
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    padding: 12px 0;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.error-view nav {
    margin-top: 60px;
}

.error-view nav a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    text-decoration: underline;
    color: #000;
    font-size: 15px;
}

.breadcrumbs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.breadcrumbs li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.breadcrumbs li:after {
    content: "/";
    display: block;
    margin: 0 5px;
    font-size: 10px;
}

.breadcrumbs li:last-of-type:after {
    display: none;
}

.breadcrumbs li a {
    font-size: 13px;
    text-decoration: none;
    color: #000;
}

@media all and (min-width: 1201px) and (max-width: 1399px) {
    .content {
        width: 1200px;
    }

    .home-about .about-content {
        width: 600px;
    }

    .products-row-wrapper .products-slider .prod {
        width: 252px;
    }

    .collections-wrapper .para {
        width: 100%;
    }

    .collections-wrapper .cols {
        display: block;
    }

    .collections-wrapper .cols .col {
        width: 393px;
    }
}

@media all and (max-width: 1200px) {

    .header .content {
        width: 95%;
    }

    .header .top {
        padding: 5px 0;
    }

    .header .top .slogan {
        font-size: 11px;
    }

    .header .bar {
        margin-top: 0px;
        padding: 10px;
    }

    .header .bar .right .item.toggle-search-box {
        display: none;
    }

    .header .bar .left .logo {
        width: 150px;
    }

    .header .bar .left .logo img {
        display: block;
        max-width: 100%;
    }

    .main-menu-wrapper {
        display: none;
        top: 0;
        right: 0;
    }

    .main-menu-wrapper .content {
        width: 100%;
    }

    .main-menu-wrapper .main-menu {
        min-height: 100vh;
        height: 100vh;
        width: 100%;
    }

    .main-menu-wrapper .main-menu .lvl {
        display: block;
        width: 100%;
    }

    .main-menu-wrapper .main-menu .lvl-2 {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: calc(100% - 60px);
        padding-left: 30px;
        border-left: 1px solid rgb(179, 179, 179);
    }

    .main-menu-wrapper .main-menu .lvl-2 .close-lvl-2 {
        position: absolute;
        top: 20px;
        right: 20px;
        display: block;
        width: 25px;
    }

    .main-menu-wrapper .main-menu .lvl-2 a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        font-size: 19px;
        color: #000;
        font-weight: 400;
        text-decoration: none;
    }

    .main-menu-wrapper .main-menu .lvl-2 a:last-of-type {
        margin-bottom: 0;
    }

    .main-menu-wrapper .main-menu .lvl .categories .search-form-mobile {
        display: flex;
        margin-bottom: 15px;
    }

    .main-menu-wrapper .main-menu .lvl .categories .search-form-mobile input[type="submit"] {
        width: 20px;
        height: 20px;
        background: url('../img/decors/search-black.png') center center no-repeat;
        background-size: 20px;
        font-size: 0;
        border: none;
    }

    .main-menu-wrapper .main-menu .lvl .categories .search-form-mobile input[type="text"] {
        margin-left: 10px;
        width: calc(100% - 20px - 10px);
        border: none;
        background-color: #F9F9F9;
        border-bottom: 1px solid #585858;
    }

    .main-menu-wrapper .main-menu .lvl .categories .search-form-mobile input[type="text"]:focus {
        border-bottom: 1px solid #000;
    }

    .main-menu-wrapper .main-menu .lvl .categories a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        font-size: 19px;
        color: #000;
        font-weight: 400;
        text-decoration: none;
    }

    .main-menu-wrapper .main-menu .lvl .categories .toggle:after {
        content: "";
        display: block;
        width: 10px;
        height: 15px;
        background: url('../img/decors/expand_more.png') center center no-repeat;
        background-size: 10px;
    }

    .main-menu-wrapper .main-menu .lvl .categories .toggle.active {
        color: #978F8F;
    }

    .search-box {
        display: none;
        position: fixed;
        z-index: 300;
        top: 32px;
        left: 0;
        right: 0;
    }

    .search-box .content {
        width: 100%;
        padding: 20px 0;
    }

    .search-box .content form input[type="text"] {
        width: 200px;
        margin-left: 2.5%;
    }

    .search-box .content #close_search {
        position: absolute;
        top: 20px;
        right: 2.5%;
    }

    #CookieAlert {
        position: fixed;
        bottom: 15px;
        padding-bottom: 10px;
        min-width: 100%;
        max-width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 10000;
    }

    #CookieAlert div {
        display: block;
    }

    #CookieAlert div p {
        margin-bottom: 0px;
        max-width: 100%;
        padding: 0;
        font-size: 12px;
        text-align: center;
        max-height: 90px;
        overflow: scroll;
    }

    #CookieAlert div p::-webkit-scrollbar {
        display: none;
    }

    #cookies-button {
        width: 200px;
        margin: 20px auto;
    }

    #cookieOption input:checked+label:after {
        content: "";
        position: absolute;
        left: 3px;
        top: 50%;
        transform: translateY(-50%);
        background: rgb(0, 0, 0);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        width: 13px;
        height: 12px;
        background-color: #000;
        border-radius: 50%;
    }

    #cookieOption label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 17px;
        height: 17px;
        border: 1px solid #000;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

    #parameter {
        display: block;
        width: 200px;
        margin: auto;
        padding-left: 0;
        padding-right: 0;
    }

    #cookieOption label {
        margin: 0 0 20px;
        margin-bottom: 10px;
        padding-left: 30px;
    }

    #cookieOption {
        width: 100%;
        bottom: auto;
        left: 0;
        top: 75px;
        transform: none;
        bottom: 0;
        right: 0;
        padding: 20px;
        overflow-y: scroll;
        min-width: auto;
        height: calc(100% - 75px);
        z-index: 100000;
        padding-bottom: 100px;
    }

    #cookieOption div p {
        width: 90%;
    }

    #cookieOption label {
        margin: 0 0 20px;
    }

    #cookieOption a {
        float: none;
        text-align: center;
        bottom: 20px;
        margin: 0;
        left: 0px;
        right: 0;
        margin: auto;
        padding: 15px 0;
    }

    #cookieOption p {
        width: 100%;
    }

    .cookie-btn {
        text-align: center;
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff;
        bottom: 0;
        border-top: 0 !important;
        box-shadow: 0px -3px 8px 0px rgba(224, 220, 224, 1);
        padding: 20px 0px;
    }


    .welcome .slider {
        /* margin-top: 66px; */
    }

    .welcome .slider .slide .link {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .welcome .slider .slide .content {
        width: 95%;
        margin-top: 150px;
    }

    .welcome .slider .slide .content .slider-title {
        font-size: 35px;
        padding: 0 10%;
    }

    .welcome .slider .slide .content .btn {
        padding: 15px 30px;
    }


    .products-row-wrapper .content {
        width: 95%;
    }

    .products-row-wrapper .products-slider {
        position: relative;
        display: flex;
        justify-content: stretch;
        flex-wrap: wrap;
    }

    .products-row-wrapper .title {
        margin-bottom: 40px;
        font-size: 29px;
    }

    .products-row-wrapper .products-slider .prod {
        width: calc(50% - 15px);
        padding: 5px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .products-row-wrapper .products-slider .prod:nth-of-type(odd) {
        margin-right: 10px;
    }

    .products-row-wrapper .products-slider .prod .badge {
        top: 10px;
        left: 10px;
        font-size: 11px;
    }

    .products-row-wrapper .products-slider .prod:hover .media .first-image {
        opacity: 1;
    }

    .products-row-wrapper .products-slider .prod:hover .media .second-image {
        display: none;
    }

    .products-row-wrapper .products-slider .prod:hover .media .second-image {
        display: none;
    }

    .products-row-wrapper .products-slider .prod .media {
        position: relative;
        margin-bottom: 30px;
    }

    .products-row-wrapper .products-slider .prod .media .second-image {
        display: none;
    }

    .products-row-wrapper .products-slider .prod .data .top .name {
        font-size: 14px;
    }

    .products-row-wrapper .products-slider .prod .data .top .price {
        font-size: 12px;
    }

    .products-row-wrapper .products-slider .prod .data .bottom .name {
        font-size: 13px;
        line-height: 15px;
    }

    .collections-wrapper {
        padding: 25px 0;
    }

    .collections-wrapper .content {
        width: 95%;
    }

    .collection-slider {
        padding-bottom: 40px;
    }

    .collection-slider .slick-dots {
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
    }

    .collections-wrapper .para {
        width: 80%;
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 22px;
    }

    .collections-wrapper .cols .col {
        margin-right: 0;
        width: 100%;
    }


    .shop-info {
        border-top: 1px solid #efefef;
        background-color: #ffffff;
    }

    .shop-info .content {
        display: block;
        width: 95%;
    }

    .shop-info .content .slick-dots {
        width: 100%;
        left: 0;
        right: 0;
    }

    .shop-info .content .shop-item {
        width: 100%;
        flex: 0;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .shop-info .content .shop-item:last-of-type {
        margin-bottom: 0;
    }

    .home-about {
        display: block;
        padding: 65px 0;
    }

    .home-about .about-content {
        width: 75%;
        margin: auto;
    }

    .home-about .about-content .inner {
        width: 95%;
    }

    .home-about .about-content .title {
        margin-bottom: 20px;
    }

    .home-about .about-content .para {
        font-size: 16px;
        line-height: 22px;
    }

    .home-about .bg {
        width: 100%;
        margin-top: 65px;
    }


    .footer {
        padding: 20px 0 0 0;
    }

    .footer .content {
        display: block;
        width: 95%;
    }

    .footer .content .col {
        margin-bottom: 30px;
        border-bottom: 1px solid rgb(0, 0, 0, 0.3);
    }

    .footer .content .col:last-of-type {
        margin-bottom: 0;
        border: none;
    }

    .footer .content .col .tit {
        margin-bottom: 20px;
        font-size: 19px;
        background: url('../img/decors/plus.png') right center no-repeat;
        background-size: 15px;
    }

    .footer .content .col.open .tit {
        background: url('../img/decors/minus.png') right center no-repeat;
        background-size: 15px;
    }

    .footer .content .col a {
        display: none;
        margin-bottom: 15px;
        font-size: 16px;
        font-weight: 500;
        color: #090808;
        text-decoration: none;
    }

    .footer .content .col a:last-of-type {
        margin-bottom: 30px;
    }

    .footer .content .col.open a {
        display: block;
    }

    .footer .copy {
        font-size: 13px;
    }
}
