@import url(../icons/styles2.css);

@font-face {
    font-family: 'Futura Medium';
    src: url("../webfont/futuraMedium.eot");
    src: local("Futura Medium"), url("../webfont/futuraMedium.woff") format("woff"), url("../webfont/futuraMedium.ttf") format("truetype"), url("../webfont/futuraMedium.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Bold';
    src: url("../webfont/futuraBold.eot");
    src: local("Futura Bold"), url("../webfont/futuraBold.woff") format("woff"), url("../webfont/futuraBold.ttf") format("truetype"), url("../webfont/futuraBold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.modal-open .fb_dialog,
.modal-open .fb-customerchat {
    display: none;
}
.template-button {
    background: linear-gradient(90deg, #E14B84 0%, #BB437A 100%);
    border-radius: 2px;
    padding: 5px 15px;
    color: #fff;
    border: 0;
    cursor: pointer;
    line-height: 25px;
}

.pink-gradient {
    background: rgb(255,89,160);
    background: -moz-linear-gradient(left, rgba(255,89,160,1) 0%, rgba(190,75,134,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,89,160,1) 0%,rgba(190,75,134,1) 100%);
    background: linear-gradient(to right, rgba(255,89,160,1) 0%,rgba(190,75,134,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff59a0', endColorstr='#be4b86',GradientType=1 );
}

.pink-gradient-dark {
    background: rgb(255,89,160);
    background: -moz-linear-gradient(left, rgba(255,89,160,1) 0%, rgba(190,75,134,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,89,160,1) 0%,rgba(190,75,134,1) 100%);
    background: linear-gradient(to right, rgba(255,89,160,1) 0%,rgba(190,75,134,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff59a0', endColorstr='#be4b86',GradientType=1 );
}

.pink-gradient-vertical {
    background: #de548f;
    background: -moz-linear-gradient(top, #de548f 0%, #bb4b85 100%);
    background: -webkit-linear-gradient(top, #de548f 0%,#bb4b85 100%);
    background: linear-gradient(to bottom, #de548f 0%,#bb4b85 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de548f', endColorstr='#bb4b85',GradientType=0 );
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Futura Medium', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    background: #fff;
}

iframe {
    max-width: 100%;
}

img {
    width: 100%;
}

.button {
    display: inline-block;
    margin-top: 15px;
}

.button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    cursor: pointer;
    padding: 5px 15px;
    line-height: 26px;
}

.button a span {
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
}

.button a i {
    color: #fff;
    font-size: 11px;
    padding-left: 5px;
}

.button-inside {
    display: inline-block;
    padding: 10px 15px;
    margin-top: 15px;
    cursor: pointer;
}

.button-inside .btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.button-inside .btn-wrapper span {
    color: #fff;
    letter-spacing: 1px;
}

.button-inside .btn-wrapper i {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    padding-left: 5px;
}

.green-btn {
    background: #99b156;
    background: -moz-linear-gradient(left, #99b156 0%, #869656 100%);
    background: -webkit-linear-gradient(left, #99b156 0%, #869656 100%);
    background: -webkit-gradient(linear, left top, right top, from(#99b156), to(#869656));
    background: -o-linear-gradient(left, #99b156 0%, #869656 100%);
    background: linear-gradient(to right, #99b156 0%, #869656 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99b156', endColorstr='#869656', GradientType=1);
    border-bottom: 3px solid #dadfcc;
}
.red-btn {
    background: rgb(206,80,76);
    background: -moz-linear-gradient(left, rgba(206,80,76,1) 0%, rgba(204,35,32,1) 100%);
    background: -webkit-linear-gradient(left, rgba(206,80,76,1) 0%,rgba(204,35,32,1) 100%);
    background: linear-gradient(to right, rgba(206,80,76,1) 0%,rgba(204,35,32,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce504c', endColorstr='#cc2320',GradientType=1 );
    border-bottom: 3px solid rgb(249, 158, 156);
}
.blue-btn {
    background: rgb(71,148,218);
    background: -moz-linear-gradient(left, rgba(71,148,218,1) 0%, rgba(30,129,216,1) 100%);
    background: -webkit-linear-gradient(left, rgba(71,148,218,1) 0%,rgba(30,129,216,1) 100%);
    background: linear-gradient(to right, rgba(71,148,218,1) 0%,rgba(30,129,216,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4794da', endColorstr='#1e81d8',GradientType=1 );
    border-bottom: 3px solid rgb(142, 203, 255);
}

.gray-btn {
    background: #bdc7ce;
    background: -moz-linear-gradient(left, #bdc7ce 0%, #8c9689 100%);
    background: -webkit-linear-gradient(left, #bdc7ce 0%, #8c9689 100%);
    background: -webkit-gradient(linear, left top, right top, from(#bdc7ce), to(#8c9689));
    background: -o-linear-gradient(left, #bdc7ce 0%, #8c9689 100%);
    background: linear-gradient(to right, #bdc7ce 0%, #8c9689 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdc7ce', endColorstr='#8c9689', GradientType=1);
    border-bottom: 3px solid #e3e6e5;
}

.navbar-toggler {
    border: none !important;
    margin-right: 30px;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar {
    z-index: 200;
    height: 100px;
    top: 0;
    background: transparent !important;
    position: fixed;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

@media screen and (min-width: 1100px) {
    .navbar {
        height: 100px;
    }
}

.navbar:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    /*background-image: url(../images/headerbg.png);*/
    background: #e5e4e6;
    background: -moz-linear-gradient(left, #e5e4e6 0%, #dadfe1 30%, #e5e4e6 66%, #d8d9dc 100%);
    background: -webkit-linear-gradient(left, #e5e4e6 0%,#dadfe1 30%,#e5e4e6 66%,#d8d9dc 100%);
    background: linear-gradient(to right, #e5e4e6 0%,#dadfe1 30%,#e5e4e6 66%,#d8d9dc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e4e6', endColorstr='#d8d9dc',GradientType=1 );
    height: 100px;
    z-index: -1;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}

@media screen and (min-width: 1100px) {
    .navbar:before {
        height: 100px;
    }
}

.navbar:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    opacity: .95;
    background-image: url(../images/small-shadow.png);
    height: 100px;
    z-index: -2;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}

@media screen and (min-width: 1200px) {
    /*.navbar:after {*/
        /*height: 100px;*/
    /*}*/
}

.collapsing {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

@media screen and (max-width: 1199px) {
    /*.navbar-collapse {*/
        /*!* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#de548f+0,bb4b85+100 *!*/
        /*background: #de548f;*/
        /*!* Old browsers *!*/
        /*background: -moz-linear-gradient(left, #de548f 0%, #bb4b85 100%);*/
        /*!* FF3.6-15 *!*/
        /*background: -webkit-linear-gradient(left, #de548f 0%, #bb4b85 100%);*/
        /*!* Chrome10-25,Safari5.1-6 *!*/
        /*background: -webkit-gradient(linear, left top, right top, from(#de548f), to(#bb4b85));*/
        /*background: -o-linear-gradient(left, #de548f 0%, #bb4b85 100%);*/
        /*background: linear-gradient(to right, #de548f 0%, #bb4b85 100%);*/
        /*!* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
        /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de548f', endColorstr='#bb4b85', GradientType=1);*/
        /*!* IE6-9 *!*/
        /*width: 80%;*/
        /*!*position: fixed;*!*/
        /*left: 0;*/
        /*top: 0;*/
        /*height: 100px;*/
        /*overflow-x: hidden;*/
        /*overflow-y: scroll;*/
        /*display: none;*/
    /*}*/

    /*.navbar-collapse .navbar-nav {*/
        /*height: 100%;*/
    /*}*/
}

.page-wrapper {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.navbar-brand {
    padding: 20px;
    position: relative;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
    float: left;
    display: block;
    margin-right: 0;
}
.navbar-brand img {
    height: 60px;
    width: auto;
}

.navbar-brand:after {
    content: '';
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 20px;
    width: 1px;
    background: #cfcfcf;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.navbar-brand:hover,
.navbar-brand:active,
.navbar-brand:focus {
    background: rgba(0,0,0,.05);
    outline: 0;
}
.navbar-brand:hover:after,
.navbar-brand:active:after,
.navbar-brand:focus:after {
    top: 0;
    bottom: 0;
    background: #c7c7c7;
}
.navbar-searchform {
    float: left;
    display: block;
}


.left-nav {
    display: block;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    float: left;
}

.right-nav {
    padding: 0;
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    float: right;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}

.right-nav li {
    list-style: none;
    padding: 0 15px;
}

.right-nav li a {
    text-decoration: none;
    color: #3b3b3b;
}

.right-nav li a i {
    font-size: 30px;
}

.navbar-searchform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.navbar-nav {
    margin: 0 auto !important;
    height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-nav .nav-item.show {
    background: #fff;
}

.navbar-nav .nav-item.show a i {
    text-shadow: none !important;
}

@media screen and (max-width: 1099px) {
    .navbar-nav .nav-item.show > a > .icon-arrow {
        position: absolute;
        right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        padding-top: 40px;
        padding-left: 0;
        padding-right: 0;
        color: #8d3d77;
    }
}


.navbar-nav li a span {
    -ms-flex-item-align: center;
    align-self: center;
    padding: 5px 0;
    display: inline-block;
}

.navbar-nav li a .nav-icon {
    font-size: 40px;
    color: #8d3d77;
}

@media screen and (min-width: 1100px) {
    .navbar-nav li a .nav-icon {
        font-size: 30px;
    }
}

@media screen and (min-width: 1100px) {
    .navbar-nav li a .nav-icon {
        font-size: 30px;
    }
}

.navbar-nav li a .icon-arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #b9babf;
    font-size: 12px;
}

.navbar-nav li a:hover i {
    color: #8d3d77;
    text-shadow: 0 0 10px #d45b99;
}

.navbar-nav .dropdown-menu {
    margin: 0;
    border-radius: 0;
    border: none;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    box-shadow: 0 0 15px rgba(0,0,0,.3);
}

@media screen and (max-width: 1099px) {
    .navbar-nav .dropdown-menu {
        position: absolute !important;
        width: 100%;
        top: 65px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 1100px) {
    .navbar-nav .dropdown-menu {
        position: fixed !important;
        left: 0;
        top: 100px;
    }
}

@media screen and (max-width: 1099px) {
    .navbar-nav .dropdown-menu .container {
        padding: 0;
    }
}

.navbar-nav .dropdown-menu .dropdown-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 5px;
}
.navbar-nav .dropdown-menu .dropdown-title.dropdown-title--featured {
    text-transform: none;
    text-shadow: none !important;
    font-size: 17px;
    color: #cc4e89 !important;
}
.navbar-nav .dropdown-menu .dropdown-title.dropdown-title--featured:hover {
    color: #dd659e !important;
}

@media screen and (max-width: 1099px) {
    .navbar-nav .dropdown-menu .dropdown-title {
        height: 65px;
        border-bottom: 1px solid #2d2d2d;
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 25px;
        position: relative;
        text-transform: none;
        font-weight: 400;
        font-size: 1rem;
    }
}

.navbar-nav .dropdown-menu .dropdown-title a {
    text-decoration: none;
    color: #343a40;
}

.navbar-nav .dropdown-menu .dropdown-title a i {
    color: #343a40;
    font-size: 15px;
}

@media screen and (min-width: 1100px) {
    .navbar-nav .dropdown-menu .dropdown-title a i {
        display: none;
    }
}

.navbar-nav .dropdown-menu ul {
    padding-left: 0;
    margin: 0;
}

.navbar-nav .dropdown-menu ul li {
    padding: 2px 0;
    overflow: hidden;
}

@media screen and (max-width: 1099px) {
    .navbar-nav .dropdown-menu ul li {
        padding: 0 25px;
        height: 55px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.navbar-nav .dropdown-menu ul li a {
    color: #717171;
    font-size: 16px;
    text-decoration: none;
    text-align: left;
    float: left;
}

@media screen and (max-width: 1099px) {
    .navbar-nav .dropdown-menu ul li a {
        padding: 5px 0;
    }
}

.navbar-nav .dropdown-menu ul li a span {
    padding: 0;
}

.navbar-nav .dropdown-menu ul li a i {
    color: #8d3d77;
}

@media screen and (min-width: 1100px) {
    .navbar-nav .dropdown-menu ul li a i {
        display: none;
    }
}

@media screen and (max-width: 1099px) {
    .navbar-dropdown-swiper {
        margin: 25px;
    }
}

.navbar-searchform-trigger i {
    font-size: 30px;
    color: #3b3b3b;
    cursor: pointer;
}

.homepage--intro-section {
    /*min-height: 840px;*/
    background-image: url(../images/first-section-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.homepage--intro-section:before {
    content: '';
    padding-top: 51%;
    display: block;
    width: 100%;
}

.homepage--intro-section .homepage--title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    position: absolute;
    margin-top: 100px;
    top: 5%;
    width: 100%;
}

.homepage--info-sep {
    min-height: 151px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 20;
}

.homepage--info-sep:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: calc(100% + 10px);
    /* background: #fff; */
    opacity: 0.3;
    z-index: -1;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1199px) {
    .homepage--info-sep .sep-col {
        margin: 35px 0;
    }
}

.homepage--info-sep .sep-col .sep-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

.homepage--info-sep .sep-col .sep-icon i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 50px;
    padding-right: 40px;
}

.homepage--info-sep .sep-col .sep-icon .sep-icon-text .sep-icon-title {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 10px;
}

.homepage--info-sep .sep-col .sep-icon .sep-icon-text .sep-icon-desc {
    color: #ead1e1;
    font-size: 18px;
    line-height: 18px;
}

.homepage--info-slider {
    position: relative;
    z-index: 10;
}

.homepage--info-slider .info-slide .slide-content-col-container {
    padding: 25px 25px 35px 25px;
    -webkit-box-shadow: -30px 30px 50px 0 rgba(0, 0, 0, 0.15);
    box-shadow: -30px 30px 50px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    background: #fff;
    z-index: 2;
}

.homepage--info-slider .info-slide .slide-content-col:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -5px;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.3;
    z-index: -1;
    -webkit-box-shadow: -50px 50px 50px 0 rgba(0, 0, 0, 0.15);
    box-shadow: -50px 50px 50px 0 rgba(0, 0, 0, 0.15);
}

.homepage--info-slider .info-slide .slide-img-col {
    z-index: -2;
}

.homepage--info-slider .info-slide .slide-col {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 110%;
}

.homepage--info-slider .info-slide .slide-col .info-slide-img img {
    position: relative;
    max-width:100%;
}

@media screen and (min-width: 768px) {
    .homepage--info-slider .info-slide .slide-col .info-slide-img img {
        right: -10%;
    }
}

.homepage--title-under {
    font-size: 24px;
    margin-top: 10px;
}
.homepage--info-slider .info-slide .slide-col .info-slide-text-wrapper .info-slide-title {
    color: #859656;
    font-size: 42px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-family: 'Futura Bold', sans-serif;
}

.homepage--info-slider .info-slide .slide-col .info-slide-text-wrapper .info-slide-desc {
    font-size: 16px;
    line-height: 23px;
    text-align: justify;
}

.homepage--configurator {
    /*min-height: 1000px;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: inset 0 -100px 50px -50px #fff;
    box-shadow: inset 0 -100px 50px -50px #fff;
    z-index: 1;
    position: relative;
    margin-top: -100px;
}
.homepage--configurator:before {
    content: '';
    display: block;
    padding-top: 60%;
    width: 100%;
}
.homepage--configurator > .container {
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
}
.homepage--configurator > .container > .row {
    height: 100%;
}

.config-title-wrapper {
    text-align: center;
    margin-bottom: 25px;
}

.config-title-wrapper .config-title {
    font-size: 42px;
}

.config-title-wrapper .config-title-smaller {
    font-size: 25px;
}

.homepage--configurator .config-panel-col .config-panel {
    background: #ad5e94;
    background: -moz-linear-gradient(top, #ad5e94 0%, #c5639a 50%, #9b227a 100%);
    background: -webkit-linear-gradient(top, #ad5e94 0%, #c5639a 50%, #9b227a 100%);
    background: -o-linear-gradient(top, #ad5e94 0%, #c5639a 50%, #9b227a 100%);
    background: -ms-linear-gradient(top, #ad5e94 0%, #c5639a 50%, #9b227a 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ad5e94), color-stop(50%, #c5639a), to(#9b227a));
    background: linear-gradient(to bottom, #ad5e94 0%, #c5639a 50%, #9b227a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad5e94', endColorstr='#9b227a', GradientType=0);
    position: relative;
    z-index: 1;
    /*-webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);*/
    /*box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);*/
}

.homepage--configurator .config-panel-col .config-panel:before {
    position: absolute;
    content: '';
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    z-index: -1;
    -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
}

.homepage--configurator .config-panel-col .config-panel .config-panel-title {
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-size: 17px;
    text-transform: uppercase;
}

.homepage--configurator .config-panel-col .config-panel .product-type {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.homepage--configurator .config-panel-col .config-panel .product-type .active a {
    background: rgba(255, 255, 255, 0.2);
}

.homepage--configurator .config-panel-col .config-panel .product-type .active .icon-check-mark {
    visibility: visible;
    opacity: 1;
}

.homepage--configurator .config-panel-col .config-panel .product-type .active .single-type-icon {
    color: rgba(255, 255, 255, 0.2);
}

.homepage--configurator .config-panel-col .config-panel .product-type {
    margin: 0 -1px;
}
.homepage--configurator .config-panel-col .config-panel .product-type li {
    list-style: none;
    text-align: center;
    width: 33.333333%;
    padding: 0 1px;
    margin-bottom: 2px;
}

.homepage--configurator .config-panel-col .config-panel .product-type li a {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.35);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    position: relative;
    padding: 10px;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.homepage--configurator .config-panel-col .config-panel .product-type li a:hover {
    background: rgba(255,255,255,.2);
}
.homepage--configurator .config-panel-col .config-panel .product-type li.single-room-select {
    margin-bottom: 0;
}

.homepage--configurator .config-panel-col .config-panel .product-type li a .single-type-icon {
    font-size: 50px;
    padding-bottom: 0;
    height: auto !important;
}

.homepage--configurator .config-panel-col .config-panel .product-type li a .icon-check-mark {
    position: absolute;
    top: 5px;
    right: 8px;
    visibility: hidden;
    opacity: 0;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.8);
}

.homepage--configurator .config-panel-col .config-panel .product-type li a span {
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 3px;
    max-width:100%;
}

.homepage--configurator .config-img {
    width: 70%;
    margin: 0 auto;
    position: relative;
}

@media screen and (min-width: 992px) {
    .homepage--configurator .config-img {
        top: -10%;
    }
}

@media screen and (min-width: 1200px) {
    .homepage--configurator .config-img {
        top: -25%;
    }
}

@media screen and (min-width: 1600px) {
    .homepage--configurator .config-img {
        top: -20%;
    }
}

@media screen and (min-width: 1920px) {
    .homepage--configurator .config-img {
        top: -20%;
    }
}


.homepage--offer-list .offer-list-title {
    text-align: center;
    font-size: 32px;
}

.offer-list {
    padding: 0;

}

.offer-list li {
    list-style: none;
    margin: 25px 0;
    -webkit-transition:  1s;
    -moz-transition:  1s;
    -ms-transition:  1s;
    -o-transition:  1s;
    transition:  1s;
    opacity: 1;
}

.offer-list li .offer-wrapper:hover .offer-text-wrapper {
    /*top: -5px;*/
}

.offer-list li .offer-wrapper:hover .offer-text-wrapper .offer-text {
    background: #a92d75;
}

.offer-list li .offer-wrapper:hover .offer-text-wrapper .offer-text .offer-title,
.offer-list li .offer-wrapper:hover .offer-text-wrapper .offer-text .offer-price {
    color: #fff !important;
}

.offer-list li .offer-wrapper:hover .offer-img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    /*top: 5px;*/
}

.offer-list li .offer-wrapper a {
    text-decoration: none;
    display: block;
    -webkit-box-shadow: 0 -10px 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 -10px 30px rgba(0,0,0,.1);
    box-shadow: 0 -10px 30px rgba(0,0,0,.1);
}

.offer-list li .offer-wrapper a .offer-img {
    -webkit-transition:  1s;
    -moz-transition:  1s;
    -ms-transition:  1s;
    -o-transition:  1s;
    transition:  1s;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 5px 5px 100px -15px rgba(0, 0, 0, 0);
    box-shadow: 5px 5px 100px -15px rgba(0, 0, 0, 0);
}
.offer-list li.slick-current + .slick-active .offer-wrapper a .offer-img,
.offer-list li.slick-current + .slick-active + .slick-active .offer-wrapper a .offer-img {
    -webkit-box-shadow: 5px 5px 100px -15px rgba(0, 0, 0, 0.45);
    box-shadow: 5px 5px 100px -15px rgba(0, 0, 0, 0.45);
}

.offer-list li .offer-wrapper a .offer-img img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    top: 0;
}

.offer-list li .offer-wrapper a .offer-text-wrapper {
    text-align: center;
    font-size: 20px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    top: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #fff;
    padding: 0 0 7px 0;
}

.offer-list li .offer-wrapper a .offer-text-wrapper:before {
    position: absolute;
    content: '';
    top: -15px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    background: rgba(255, 255, 255, 0.5);
    z-index: -1;
}

.offer-list li .offer-wrapper a .offer-text-wrapper .offer-text {
    background: #fff;
    padding: 15px;
    position: relative;
    z-index: 3;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

/*.offer-list li .offer-wrapper:hover a .offer-text-wrapper {*/
    /*top: -5px;*/
/*}*/

.offer-list li .offer-wrapper a .offer-text-wrapper .offer-title {
    color: #3c3c3c;
    margin-bottom: 10px;
    position: relative;
    font-size: 18px;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.offer-list li .offer-wrapper a .offer-text-wrapper .offer-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 10px;
    left: 10px;
    height: 1px;
    background: rgba(0,0,0,.05);
}

.offer-list li .offer-wrapper a .offer-text-wrapper .offer-price {
    color: #a92d75;
    font-size: 18px;
}
.movie-col-bg {
    background: url(../images/flowers-bg.jpg) right center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 10px;
    bottom: 0;
}

.homepage--movie-section {
    position: relative;
    z-index: 20;
}
.homepage--movie-section .homepage--movie-col {
    -webkit-box-shadow: -50px 50px 50px 0 rgba(0, 0, 0, 0.15);
    box-shadow: -50px 50px 50px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    background: #fff;
    height: 580px;
    z-index: 1;
}
.menu-photo img {
    max-height: 400px;
    width: auto;
}

@media screen and (min-width: 1200px) {
    .homepage--movie-section .homepage--movie-col {
        padding: 50px;
        left: -20px;
    }
}

.homepage--movie-section .homepage--movie-col:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -5px;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.3;
    z-index: -1;
    -webkit-box-shadow: -50px 50px 50px 0px rgba(0, 0, 0, 0.15);
    box-shadow: -50px 50px 50px 0px rgba(0, 0, 0, 0.15);
}

.homepage--movie-section .homepage--movie-col .movie-wrapper .movie-title {
    color: #DF829C;
    font-size: 42px;
    padding-bottom: 5px;
    font-family: 'Futura Bold', sans-serif;
    text-transform: uppercase;
}

.homepage--movie-section .homepage--movie-col .movie-wrapper .movie-desc {
    margin-bottom: 25px;
}

.homepage--movie-section .homepage--movie-col .movie-wrapper .movie-video {
    -webkit-box-shadow: -20px 20px 50px 0px rgba(0, 0, 0, 0.25);
    box-shadow: -20px 20px 50px 0px rgba(0, 0, 0, 0.25);
    position: relative;
}
.homepage--movie-section .homepage--movie-col .movie-wrapper .movie-video iframe {
    display: block;
}
.homepage--inspirations {
    margin-top: 100px;
    position: relative;
}
.homepage--inspirations .inspirations-title-bar {
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 50px 0;
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.85);
}

.homepage--inspirations .inspirations-title-bar .inspirations-bar-title {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 25px;
}
.homepage--inspirations .inspirations-title-bar .inspirations-bar-title img {
    width: auto;
    height: auto;
    margin-bottom: 30px;
    max-width: 100%;
}

.homepage--inspirations .inspirations-title-bar .inspirations-bar-desc {
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    .homepage--inspirations .inspirations-title-bar .inspirations-bar-desc {
        font-size: 22px;
    }
}

.homepage--inspirations .inspirations-title-bar:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: calc(100% + 10px);
    background: #fff;
    opacity: 0.5;
    z-index: -1;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
}

.homepage--inspirations .inspirations-list-wrapper .homepage-inspirations-list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.homepage--inspirations .inspirations-list-wrapper .homepage-inspirations-list li {
    margin: 20px 1.5%;
    display: inline-block;
    list-style-type: none;
    width: 30%;
}
.inspirations-list-wrapper {
    margin: 20px 0;
}

.homepage--inspirations .inspirations-list-wrapper .homepage-inspirations-list li .inspirations-single-img {
    overflow: hidden;
}

.homepage--inspirations .inspirations-list-wrapper .homepage-inspirations-list li .inspirations-single-img img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
}

.homepage--inspirations .inspirations-list-wrapper .homepage-inspirations-list li:hover .inspirations-text-wrapper {
    top: -5px;
}

.homepage--inspirations .inspirations-list-wrapper .homepage-inspirations-list li:hover .inspirations-single-img img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.homepage--inspirations .inspirations-list-wrapper .homepage-inspirations-list li a {
    text-decoration: none;
    display: block;
}

.homepage--inspirations .inspirations-list-wrapper .homepage-inspirations-list li {
    -webkit-box-shadow: 0 -25px 100px -15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 -25px 100px -15px rgba(0, 0, 0, 0.25);
}

.homepage--inspirations .inspirations-list-wrapper .homepage-inspirations-list li .inspirations-text-wrapper {
    text-align: left;
    font-size: 20px;
    background: #fff;
    padding: 15px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    top: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.homepage--inspirations .inspirations-list-wrapper .homepage-inspirations-list li .inspirations-text-wrapper:before {
    position: absolute;
    content: '';
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    background: rgba(255, 255, 255, 0.5);
    z-index: -1;
}

.homepage--inspirations .inspirations-list-wrapper .homepage-inspirations-list li .inspirations-text-wrapper .inspirations-title {
    color: #2d2d2d;
    margin-bottom: 15px;
    position: relative;
    font-size: 20px;
    line-height: 24px;
}

.homepage--inspirations .inspirations-list-wrapper .homepage-inspirations-list li .inspirations-text-wrapper .inspirations-content {
    color: #848484;
    font-size: 15px;
    line-height: 24px;
}

.homepage--propositions-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
}

.homepage--propositions-bar .homepage-propositions-bar-title {
    color: #fff;
    font-size: 32px;
    text-align: center;
    padding-top: 30px;
}

.homepage--propositions-bar:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: calc(100% + 10px);
    /* background: #fff; */
    opacity: 0.3;
    z-index: -1;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
}

.homepage--propositions-bar .homepage-propositions-list {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 30px 0;
}

.homepage--propositions-bar .homepage-propositions-list li {
    list-style: none;
    display: inline-block;
    list-style-type: none;
    width: 32%;
}
.homepage--propositions-bar .homepage-propositions-list li a {
    display: block;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.homepage--propositions-bar .homepage-propositions-list li a:hover {
    opacity: .85;
}

.homepage--propositions-bar .homepage-propositions-list li .inspirations-readmore-btn {
    margin-top: 0;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c1118+0,574952+100 */
    background: #1c1118;
    /* Old browsers */
    background: -moz-linear-gradient(left, #1c1118 0%, #574952 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1c1118 0%, #574952 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#1c1118), to(#574952));
    background: -o-linear-gradient(left, #1c1118 0%, #574952 100%);
    background: linear-gradient(to right, #1c1118 0%, #574952 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1118', endColorstr='#574952', GradientType=1);
    /* IE6-9 */
    border-bottom: 3px solid #a27098;
}

.homepage--propositions-bar .homepage-propositions-list li .inspirations-readmore-btn .btn-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.homepage--nav-list {
    padding: 30px 0;
}

.homepage--nav-list ul {
    padding: 0;
    margin: 0;
}

.homepage--nav-list ul li {
    list-style: none;
    padding: 2px 0;
}

.homepage--nav-list ul li a {
    color: #3b3b3b;
    font-size: 18px;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.homepage--nav-list ul li a:hover {
    color: #a27098;
}
.homepage--footer {
    position: relative;
    z-index: 1;
    padding: 25px 0;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 991px) {
    .homepage--footer {
        text-align: center;
    }
}

.homepage--footer:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: calc(100% + 10px);
    /* background: #fff; */
    opacity: 0.3;
    z-index: -1;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 991px) {
    .homepage--footer .fb-iframe {
        margin: 35px 0;
    }
}

.homepage--footer .homepage-contact-info .contact-info-title a {
    color: #a34e7a;
    font-size: 42px;
    padding-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.homepage--footer .homepage-contact-info .contact-info-title a:hover {
    color: #ce59a1;
}

.homepage--footer .homepage-contact-info ul {
    margin: 0;
    padding: 0;
}

.homepage--footer .homepage-contact-info ul li {
    list-style: none;
}

.homepage--footer .homepage-contact-info ul li a {
    color: #393939;
    font-size: 25px;
    text-decoration: none;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.homepage--footer .homepage-contact-info ul li a:hover {
    color: #e05293;
}

@media screen and (min-width: 768px) {
    .homepage--footer .homepage-contact-info ul li a {
        font-size: 29px;
    }
}

.homepage--footer .homepage--footer-menu {
    padding: 0;
    margin: 0;
}

.homepage--footer .homepage--footer-menu li {
    list-style: none;
}

.homepage--footer .homepage--footer-menu li a {
    color: #898989;
    text-decoration: none;
    font-size: 18px;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.homepage--footer .homepage--footer-menu li a:hover {
    color: #e05293;
}

footer {
    padding: 35px 0;
}

footer .copyright-info {
    font-size: 16px;
    color: #939393;
    text-decoration: none;
}

/* LOGOWANIE */
a,
a:hover {
    text-decoration: none !important;
}

.login-section {
    background-image: url(../images/login-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    margin-top: 55px;
    position: relative;
}

@media screen and (min-width: 1100px) {
    .login-section {
        margin-top: 100px;
    }
}

.login-section .login-page-title {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 30px;
    margin-bottom: 40px;
    position: relative;
}

.login-section .login-box {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 40px 100px;
    -webkit-box-shadow: 0 -25px 150px -50px rgba(0, 0, 0, 0.7);
    box-shadow: 0 -25px 150px -50px rgba(0, 0, 0, 0.7);
}

.login-section .login-box:before {
    position: absolute;
    content: '';
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    background: rgba(255, 255, 255, 0.5);
    z-index: -1;
}

.login-section .login-box .login-box-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 0.6;
    margin-bottom: 40px;
}

form .form-btn-wrapper label {
    width: 100%;
}

form .form-btn-wrapper label button {
    margin-top: 0;
    width: 100%;
    border: none;
    border-bottom: 3px solid #dfc7d6;
    color: #fff;
    cursor: pointer;
    display: block;
}

form .form-btn-wrapper button:focus {
    outline: 0;
}

form .form-btn-wrapper button i {
    padding-right: 15px;
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
}
form .form-btn-wrapper button span {
    display: inline-block;
    vertical-align: middle;
}

form .input-container {
    -webkit-box-shadow: 0px -6px 200px -15px rgba(0, 0, 0, 0.5);
    box-shadow: 0px -6px 200px -15px rgba(0, 0, 0, 0.5);
    margin-bottom: 1rem;
}

form .input-container input[type="text"],
form .input-container input[type="password"] {
    width: 100%;
    text-align: center;
    border: none;
    height: 40px;
    margin: 0;
    background-color: #d7d7d7 !important;
    opacity: 0.8;
}

form .input-container input:-webkit-autofill,
form .input-container input:-webkit-autofill:hover,
form .input-container input:-webkit-autofill:focus,
input:-webkit-autofill,
form .input-container textarea:-webkit-autofill,
form .input-container textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
form .input-container select:-webkit-autofill,
form .input-container select:-webkit-autofill:hover,
form .input-container select:-webkit-autofill:focus {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -o-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    outline: none !important;
}

form .checkbox-container label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

form .checkbox-container input {
    width: 25px;
    height: 25px;
}

.login-section .login-box .fb-login {
    text-align: center;
}

.login-section .login-box .fb-login .login-space {
    text-transform: uppercase;
    color: #888889;
    font-size: 18px;
    margin-bottom: 20px;
}

.login-section .login-box .fb-login .fb-login-btn {
    width: 100%;
    border: none;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    background: #445496;
    cursor: pointer;
    margin-top: 0;
}

.login-section .login-box .password-reminder {
    text-align: right;
}

.login-section .login-box .password-reminder a {
    background: transparent;
    border: none;
    color: #888889;
    cursor: pointer;
}

.subcategories-section {
    background-image: url(../images/login-bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    margin-top: 55px;
    position: relative;
}

@media screen and (min-width: 1100px) {
    .subcategories-section {
        margin-top: 100px;
    }
}

.subcategories-section .subcategories-title {
    text-align: center;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 45px;
    margin-bottom: 15px;
    position: relative;
}

.subcategories-section .subcategories-desc {
    color: #868686;
    text-align: justify;
    font-size: 18px;
    line-height: 25px;
}

.subcategories-section .single-subcategory {
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
    width: 100%;
}
.single-subcategory a {
    display: block;
    padding-bottom: 15px;
    position: relative;
    z-index: 5;
}
.single-subcategory a:focus,
.single-subcategory a:hover,
.single-subcategory a:active {
    outline: 0;
}
.subcategories-section .single-subcategory:before {
    position: absolute;
    content: '';
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.single-subcategory:focus:before,
.single-subcategory:hover:before,
.single-subcategory:active:before{
    background: rgba(255,255,255,.8);
}

.subcategories-section .single-subcategory .single-sub-title {
    padding: 5px 10px 0 10px;
    text-align: center;
    font-size: 16px;
    color: #3c3c3c;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.vertical-centered-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.products-list {
    margin-top: 40px;
    padding-bottom: 30px;
}

.products-list .products-list-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
}

.products-list .products-list-sort {
    text-align: right;
}

.products-list .products-list-sort select {
    border: none;
    border-radius: 0;
    color: #fff;
    border-bottom: 3px solid #e4bfd5;
    padding: 10px 15px;
    height: 40px;
    margin-left: 10px;
    font-size: 16px;
}

.pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px;
}

.pagination .active a {
    background: #a92d75 !important;
    border: none;
    -webkit-box-shadow: 0 0 15px 0 #a92d75;
    box-shadow: 0 0 15px 0 #a92d75;
}

.pagination li {
    margin: 0 5px;
}

.pagination li a {
    border: none;
    color: #3c3c3c;
}

.pagination li:first-child a, .pagination li:last-child a {
    background: #a92d75 !important;
    border: none;
    -webkit-box-shadow: 0 0 15px 0 #a92d75;
    box-shadow: 0 0 15px 0 #a92d75;
    border-radius: 0 !important;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination li:first-child a i, .pagination li:last-child a i {
    padding-left: 10px;
    font-size: 12px;
}

.pagination li:first-child a i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.account-section {
    background-image: url(../images/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 55px;
    position: relative;
}
.cart-section {
    background-image: url(../images/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 55px;
    position: relative;
}
.normal-section {
    background-image: url(../images/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 55px;
    position: relative;
}


@media screen and (min-width: 1100px) {
    .account-section {
        margin-top: 100px;
    }
    .cart-section {
        margin-top: 100px;
    }
    .normal-section {
        margin-top: 100px;
    }
}

.account-section .account-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
}

.cart-section .cart-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
}

.normal-section .normal-title2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
}

.account-section .account-container {
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 -20px 50px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -20px 50px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
    background: #fff;
}

.account-section .account-container::before {
    position: absolute;
    content: '';
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    background: rgba(255, 255, 255, 0.5);
    z-index: -1;
}

.account-section .account-container .nav-tabs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: none;
}

.account-section .account-container .nav-tabs li {
    width: 25%;
    text-align: center;
}

.account-section .account-container .nav-tabs li a {
    padding: 10px;
    display: inline-block;
    color: #3c3c3c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #daa4c3;
    background: -moz-linear-gradient(left, #daa4c3 0%, #d098be 100%);
    background: -webkit-linear-gradient(left, #daa4c3 0%,#d098be 100%);
    background: linear-gradient(to right, #daa4c3 0%,#d098be 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#daa4c3', endColorstr='#d098be',GradientType=1 );
}

.account-section .account-container .nav-tabs li a i {
    padding-right: 10px;
}

.account-section .account-container .nav-tabs li .show {
    background: #fff !important;
}

.account-section .account-container .tab-content .tab-pane table thead th {
    border: none;
    color: #fff;
}

.account-section .account-container .tab-content .tab-pane table tbody th,
.account-section .account-container .tab-content .tab-pane table tbody td {
    padding: 1rem;
    border: none;
}

.account-section .account-container .tab-content .tab-pane table tbody tr:nth-child(even) {
    background: #F3F3F3;
}

.status-indicator {
    padding: 5px 10px;
    color: #fff;
    -webkit-box-shadow:  0 0 10px rgba(0,0,0,.1);
    -moz-box-shadow:  0 0 10px rgba(0,0,0,.1);
    box-shadow:  0 0 10px rgba(0,0,0,.1);
    display: inline-block;
}
.status-indicator.status-awaiting-bankwire,
.status-indicator.status-awaiting-tpay {
    background: rgb(226,205,126);
    background: -moz-linear-gradient(left, rgba(226,205,126,1) 0%, rgba(247,186,32,1) 100%);
    background: -webkit-linear-gradient(left, rgba(226,205,126,1) 0%,rgba(247,186,32,1) 100%);
    background: linear-gradient(to right, rgba(226,205,126,1) 0%,rgba(247,186,32,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2cd7e', endColorstr='#f7ba20',GradientType=1 );
}
.status-indicator.status-preparing {
    background: #2b94c0;
    background: -moz-linear-gradient(left, #2b94c0 0%, #207ab4 100%);
    background: -webkit-linear-gradient(left, #2b94c0 0%, #207ab4 100%);
    background: -webkit-gradient(linear, left top, right top, from(#2b94c0), to(#207ab4));
    background: -o-linear-gradient(left, #2b94c0 0%, #207ab4 100%);
    background: linear-gradient(to right, #2b94c0 0%, #207ab4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b94c0', endColorstr='#207ab4', GradientType=1);
}
.status-indicator.status-cancelled {
    background: rgb(224,120,85);
    background: -moz-linear-gradient(left, rgba(224,120,85,1) 0%, rgba(222,83,83,1) 100%);
    background: -webkit-linear-gradient(left, rgba(224,120,85,1) 0%,rgba(222,83,83,1) 100%);
    background: linear-gradient(to right, rgba(224,120,85,1) 0%,rgba(222,83,83,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e07855', endColorstr='#de5353',GradientType=1 );
}
.status-indicator.status-payment-accepted {
    background: #3ebd8d;
    background: -moz-linear-gradient(left, #3ebd8d 0%, #31ab6f 100%);
    background: -webkit-linear-gradient(left, #3ebd8d 0%, #31ab6f 100%);
    background: -webkit-gradient(linear, left top, right top, from(#3ebd8d), to(#31ab6f));
    background: -o-linear-gradient(left, #3ebd8d 0%, #31ab6f 100%);
    background: linear-gradient(to right, #3ebd8d 0%, #31ab6f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ebd8d', endColorstr='#31ab6f', GradientType=1);
}
.status-indicator.status-sent {
    background: rgb(136,86,163);
    background: -moz-linear-gradient(left, rgba(136,86,163,1) 0%, rgba(129,62,165,1) 100%);
    background: -webkit-linear-gradient(left, rgba(136,86,163,1) 0%,rgba(129,62,165,1) 100%);
    background: linear-gradient(to right, rgba(136,86,163,1) 0%,rgba(129,62,165,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8856a3', endColorstr='#813ea5',GradientType=1 );
}

.account-section .account-container .tab-content .tab-pane table tbody .order-details {
    text-align: center;
}

.account-section .account-container .tab-content .tab-pane table tbody .order-details a {
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #b76097;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.account-section .account-container .tab-content .tab-pane table tbody .order-details a:hover {
    color: #d26ead;
}

.account-section .account-container .tab-content .tab-pane table tbody .order-details a span {
    padding-right: 5px;
}

.account-section .account-container .tab-content .tab-pane table tbody .order-details a i {
    display: inline-block;
    font-size: 14px;
}

.product-presentation {
    background-image: url(../images/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 70px;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}

@media screen and (min-width: 1025px) {
    .product-presentation {
        margin-top: 100px;
    }
    .scrolled .product-presentation {
        margin-top: 80px;
    }
}

.product-title {
    margin-bottom: 15px;
    position: relative;
    font-size: 28px;
}

.product-presentation .product-header .breadcrumbs {
    text-align: left;
    color: #7f7f7f;
    margin: 30px 0 20px 0;
}

.breadcrumbs .go-back {
    margin-top: 0;
    float: none;
}
.breadcrumbs .go-back i {
    color: #7b7b7b;
    vertical-align: top;
    font-size: 15px;
}
.breadcrumbs .go-back:hover i {
    color: #000;
}
.product-presentation .product-showcase .product-slider {
    max-height: 435px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0px 50px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 50px 10px rgba(0, 0, 0, 0.1);
}

.product-presentation .product-showcase .product-slider .product-slide {
    max-height: 435px;
    overflow: hidden;
    text-align: center;
}
.product-presentation .product-showcase .product-slider .product-slide img {
    max-height: 435px;
    max-width: 100%;
    display: inline-block;
    width: auto !important;
}

.product-presentation .product-showcase .product-slider-nav {
    max-height: 110px;
    margin: 0 -10px;
}

.product-presentation .product-showcase .product-slider-nav .slick-list .product-nav-slide {
    /*max-width: 115px;*/
    /*max-height: 95px;*/
    margin: 0 10px;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 3px solid transparent;
    /*-webkit-box-shadow: 0 0px 50px 10px rgba(0, 0, 0, 0.1);*/
    /*box-shadow: 0 0px 50px 10px rgba(0, 0, 0, 0.1);*/
}
.product-slider-nav .slick-list {
    z-index: 10;
}
.slick-slider .slick-track {
    margin: 0;
}

.product-presentation .product-showcase .product-slider-nav .slick-list .product-nav-slide:focus {
    outline: none;
}
.slick-slider.product-slider-nav:before {
    top: 3px;
    left: 17px;
    height: 50%;
    width: 15%;
}
.slick-slider.product-slider-nav:after {
    top: 3px;
    right: 17px;
    height: 50%;
    width: 15%;
}
.no-full.slick-slider:after {
    display: none;
}
.product-showcase-left {
    z-index: 10;
}
.product-nav-slide img {
    max-height: 115px;
}

.product-presentation .product-showcase .product-slider-nav .slick-list .slick-current {
    border: 3px solid #cd7cb0;
}

.product-panel {
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 100px -20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 100px -20px rgba(0, 0, 0, 0.3);
}


.product-panel:before {
    position: absolute;
    content: '';
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    -webkit-box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.1);
    z-index: -1;
}

/*.product-panel .product-panel-add-box {*/
    /*border-top: 3px solid #d8a0c0;*/
/*}*/

.product-panel .product-panel-add-box .col-md-7 {
    padding-right: 0;
}

.product-panel .product-panel-add-box .col-md-5 {
    padding-left: 0;
}

.product-panel .product-panel-add-box .product-summary {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ebc3da+0,d996bc+100 */
    background: #ebc3da;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ebc3da 0%, #d996bc 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ebc3da 0%, #d996bc 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#ebc3da), to(#d996bc));
    background: -o-linear-gradient(left, #ebc3da 0%, #d996bc 100%);
    background: linear-gradient(to right, #ebc3da 0%, #d996bc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebc3da', endColorstr='#d996bc', GradientType=1);
    /* IE6-9 */
    border-right: 5px solid #e1acca;
}

.product-panel .product-panel-add-box .product-price {
    position: relative;
    padding: 20px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100px;
}

.product-panel .product-panel-add-box .product-price .price-tag {
    color: rgba(110, 17, 89, 0.58);
    font-size: 15px;
    text-transform: uppercase;
}

.product-panel .product-panel-add-box .product-price .price {
    color: #3f1633;
    font-size: 20px;
}

.product-quantity {
    height: 100px;
    position: relative;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-quantity .quantity-tag {
    font-size: 15px;
    color: rgba(110, 17, 89, 0.58);
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link {
    overflow: hidden !important;
}

.quantity {
    color: #3f1633;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 0;
    outline: 0;
    padding: 5px 50px 5px 10px;
    text-align: center;
}
.quantity:focus {
    outline: 0;
}
.size-box,
.product-quantity-box {
    position: relative;
}
.size-box button,
.product-quantity-box button {
    position: absolute;
    top: 0;
    right: 0;
    height: 50%;
    width: 25px;
    cursor: pointer;
    background: #611844;
    color: #fff;
    border: 0;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
    padding: 2px;
}
.size-box button:focus,
.product-quantity-box button:focus {
    outline: 0;
}
.size-box button:active,
.size-box button:hover,
.product-quantity-box button:active,
.product-quantity-box button:hover {
    background: rgba(97, 24, 68, 0.86);
}
.size-box .reduce-size,
.product-quantity-box .reduce-quantity {
    top: 50%;
}
.size-box .add-size i,
.product-quantity-box .add-quantity i {
    margin-left: 3px;
}
.size-box button i,
.product-quantity-box button i {
    display: block;
    font-size: 11px;
}
.add-quantity i,
.add-size i {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.reduce-size i,
.reduce-quantity i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.product-panel .product-panel-add-box .add-to-cart-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ebc3da+0,d996bc+100 */
    background: #ebc3da;
    /* Old browsers */
}

.add-to-cart-btn2,
.product-panel .product-panel-add-box .add-to-cart-btn a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6d3c5e+0,4e0b3c+100 */
    background: #6d3c5e;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #6d3c5e 0%, #4e0b3c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #6d3c5e 0%, #4e0b3c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(45deg, #6d3c5e 0%, #4e0b3c 100%);
    background: linear-gradient(45deg, #6d3c5e 0%, #4e0b3c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d3c5e', endColorstr='#4e0b3c', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-bottom: 3px solid #e1acca;
    display: inline-block;
    padding: 7px 15px;
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
    line-height: 30px;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.add-to-cart-btn2:hover,
.add-to-cart-btn2:focus,
.add-to-cart-btn2:active,
.product-panel .product-panel-add-box .add-to-cart-btn a:hover,
.product-panel .product-panel-add-box .add-to-cart-btn a:focus,
.product-panel .product-panel-add-box .add-to-cart-btn a:active {
    opacity: .8;
}

.add-to-cart-btn2 i,
.product-panel .product-panel-add-box .add-to-cart-btn a i {
    font-size: 26px;
    vertical-align: middle;
    margin-right: 15px;
}

.product-panel .product-panel-title {
    padding: 7px 15px;
    color: #fbcee8;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.product-panel .card {
    border: none;
    border-radius: 0;
    background: transparent;
}

.product-panel .card .card-header {
    cursor: pointer;
}

.product-panel .card .card-header a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-panel .card .card-header > a i {
    margin-right: 10px;
    background: #5b204a;
    border-radius: 50%;
    padding: 5px;
    width: 26px;
    height: 26px;
    font-size: 13px;
    line-height: 26px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 30px -5px #000;
    box-shadow: 0px 0px 30px -5px #000;
    color: #f5d9ed;
    min-width: 26px;
}

.product-panel-info-menu li {
    margin-bottom: 10px;
}
.product-panel .card .card-header a h5 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 16px;
}
.product-panel-info .product-panel-info-menu li a {
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.product-panel-info .product-panel-info-menu li a:hover,
.product-panel-info .product-panel-info-menu li a:active,
.product-panel-info .product-panel-info-menu li a:focus {
    color: #B35A86;
}
.product-panel-info .product-panel-info-menu li a img {
    margin-right: 10px;
}
.icon-image {
    width: auto;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.product-panel-info-menu .icon-arrow {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    opacity: .6;
}
.product-panel-info-menu a span {
    vertical-align: middle;
    display: inline-block;
}

.card-body {
    padding: 0;
}

.card-body .product-type-list {
    margin: 0 -1px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-body .product-type-list .active a {
    background: rgba(255, 255, 255, 0.3);
}

.card-body .product-type-list .active .icon-check-mark {
    visibility: visible;
    opacity: 1;
}

.card-body .product-type-list li {
    list-style: none;
    text-align: center;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    width: 33.33333333%;
    padding: 0 1px 2px 1px;
}

.card-body .product-type-list li a {
    padding: 20px;
    color: rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

.card-body .product-type-list li a .icon-check-mark {
    position: absolute;
    top: 5px;
    right: 10px;
    visibility: hidden;
    opacity: 0;
    color: #fff;
}

.card-body .product-type-list li a span {
    color: #fff;
    line-height: 18px;
}

.product-panel-info {
    padding: 15px;
    margin-top: 15px;
}

.product-panel-info .availibility .availibility-status {
    text-transform: uppercase;
    padding: .5rem 1rem;
    color: #fff;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.2);
    display: inline-block;
}
.hidden-description {
    display: none;
}

.show-full-description .slide-down i {
    display: inline-block;
    font-size: 16px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.show-full-description .slide-up i {
    display: inline-block;
    font-size: 16px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.show-full-description .slide-up {
    display: none;
}


.product-panel-info .availibility .available {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3ebd8d+0,31ab6f+100 */
    background: #3ebd8d;
    /* Old browsers */
    background: -moz-linear-gradient(left, #3ebd8d 0%, #31ab6f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #3ebd8d 0%, #31ab6f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#3ebd8d), to(#31ab6f));
    background: -o-linear-gradient(left, #3ebd8d 0%, #31ab6f 100%);
    background: linear-gradient(to right, #3ebd8d 0%, #31ab6f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ebd8d', endColorstr='#31ab6f', GradientType=1);
    /* IE6-9 */
}

.product-panel-info .product-panel-info-menu {
    margin: 0;
    padding: 0;
}

.product-panel-info .product-panel-info-menu li {
    list-style: none;
}

.product-panel-info .product-panel-info-menu li a {
    color: #5c224b;
    font-size: 16px;
}

.product-panel-info .product-timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #5c224b;
}

.product-panel-info .product-timer .timer-countdown {
    text-transform: uppercase;
    padding: .3rem 1.2rem;
    color: #fff;
    margin: 5px 0;
    -webkit-box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.2);
    display: inline-block;
}

.product-panel-info .product-timer .timer-disc {
    color: #b96097;
    text-align: center;
}

.product-details {
    margin: 50px 0;
}

.product-details .nav-tabs {
    border-bottom: none;
}

.product-details .nav-tabs li a {
    padding: 10px 20px;
    display: inline-block;
    color: #3c3c3c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c98aae+0,bc84aa+100 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dfd7db+0,e3dbdf+100 */
    background: #dfd7db;
    /* Old browsers */
    background: -moz-linear-gradient(left, #dfd7db 0%, #e3dbdf 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #dfd7db 0%, #e3dbdf 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#dfd7db), to(#e3dbdf));
    background: -o-linear-gradient(left, #dfd7db 0%, #e3dbdf 100%);
    background: linear-gradient(to right, #dfd7db 0%, #e3dbdf 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfd7db', endColorstr='#e3dbdf', GradientType=1);
    /* IE6-9 */
}

.product-details .nav-tabs li .show {
    background: #fff;
}

.product-details .tab-content {
    -webkit-box-shadow: 0 -100px 200px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -100px 200px 0px rgba(0, 0, 0, 0.1);
}

.product-details .tab-content .tab-pane {
    min-height: 150px;
    padding: 25px 20px;
    color: #888889;
    font-size: 18px;
}

.trigger-text {
    display: block;
}

.trigger-text a {
    padding: 5px 15px;
    margin-top: 15px;
    color: #fff;
    border-bottom: 3px solid #edcfe0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.trigger-text a span {
    padding-right: 10px;
    display: inline-block;
}

.trigger-text a i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.hidden-text {
    display: none;
}

.also-bought-title,
.related-cat-title,
.also-bought-title,
.related-cat-title {
    text-align: center;
    font-size: 32px;
    margin: 0 auto -20px auto;
}

.also-bought-title .offer-list,
.related-cat-title .offer-list,
.also-bought-title .offer-list,
.related-cat-title .offer-list {
    width: calc(100% + 30px);
    padding: 0 15px;
    margin-left: -15px;
    overflow: hidden;
}

.also-bought-list,
.related-cat-list,
.also-bought-list,
.related-cat-list {
    margin: 0 -15px;
}

.also-bought-list .slick-list,
.related-cat-list .slick-list,
.also-bought-list .slick-list,
.related-cat-list .slick-list {
    padding-top: 50px;
    z-index: 10;
}

.also-bought-list .slick-list li,
.related-cat-list .slick-list li,
.also-bought-list .slick-list li,
.related-cat-list .slick-list li {
    margin: 0 20px;
    text-align: center;
    padding: 0;
}
.slick-slider:before,
.slick-slider:after{
    content: '';
    position: absolute;
    top: 50px;
    left: 20px;
    height:50%;
    width: 20%;
    -webkit-box-shadow:  5px 5px 100px -15px rgba(0, 0, 0, 0.45);
    -moz-box-shadow:  5px 5px 100px -15px rgba(0, 0, 0, 0.45);
    box-shadow:  5px 5px 100px -15px rgba(0, 0, 0, 0.45);
}
.slick-slider:after {
    right: 20px;
    left: auto;
}

.slick-slide a:focus,
.slick-slide a:hover,
.slick-slide a:active {
    outline: 0;
}

.slick-arrow {
    position: absolute;
    top: 38%;
    cursor: pointer;
    font-size: 25px;
    color: rgba(0,0,0,.5);
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.slick-arrow:hover,
.slick-arrow:focus,
.slick-arrow:active {
    color: #000;
}

.slick-arrow-next {
    right: -25px;
}
.product-slider.slick-slider:after,
.product-slider.slick-slider:before {
    display: none;
}
.slick-arrow-prev {
    left: -25px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 30%;
}
.navbar-nav > li {
    height: 100%;
    float: left;
}
.navbar-nav > li > a {
    float: left;
    display: block;
    padding: 10px 8px 0 8px !important;
    height: 100px;
}
.navbar-nav .dropdown-menu .dropdown-title a {
    text-align: left;
}
.navbar-nav > li > a > span {
    display: block;
    padding: 0;
    color: #3e3e3e;
    font-size: 15px;
}
.navbar-nav > li a i {
    display: block;
}
.navbar-nav {
    display: inline-block;
}
.navbar {
    display: block;
    text-align: center;
    padding-left: 0;
}
.navbar-searchform {
    display: block;
    float: left;
    height: 100px;
    position: relative;
}
.navbar-searchform-trigger {
    margin-top: 20px;
    height: 60px;
    display: block;
    padding:  10px 20px;
    -webkit-transition:  .2s;
    -moz-transition:  .2s;
    -ms-transition:  .2s;
    -o-transition:  .2s;
    transition:  .2s;
    margin-left: 15px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}
.navbar-nav li a .nav-icon {
    font-size: 30px;
    height: 40px;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.navbar-nav li a .icon-arrow {
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.right-nav {
    margin-top: 30px;
}
.right-nav li {
    float: left;
}
.right-nav li a {
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.right-nav li a:hover,
.right-nav li a:active,
.right-nav li a:focus,
.navbar-searchform-trigger:hover,
.navbar-searchform-trigger:active,
.navbar-searchform-trigger:focus{
    text-shadow: 0 0 10px #717171;
}
.navbar-nav li {
    list-style-type: none;
}
.nav-link {
    -webkit-transition:  .2s;
    -moz-transition:  .2s;
    -ms-transition:  .2s;
    -o-transition:  .2s;
    transition:  .2s;
    position: relative;
}
.nav-link.active {
    background: #fff;
    z-index: 99999;
}
.navbar-nav .dropdown-menu .dropdown-title a {
    color: #343a40;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.navbar-nav .dropdown-menu ul li a {
    color: #7a7a7a;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.navbar-nav .dropdown-menu a:hover,
.navbar-nav .dropdown-menu a:active,
.navbar-nav .dropdown-menu a:focus {
    color: #cc4e89;
}
.navbar-searchform .navbar-search-form {
    position: absolute;
    top: 20px;
    bottom: 20px;
    padding-top: 0;
    left: 100%;
    -webkit-transition:  z-index 0s, opacity .3s;
    -moz-transition:  z-index 0s, opacity .3s;
    -ms-transition:  z-index 0s, opacity .3s;
    -o-transition:  z-index 0s, opacity .3s;
    transition:  z-index 0s, opacity .3s;
    opacity:0;
    z-index: -99;
}
.navbar-search-form input {
    padding: 10px 140px 10px 5px;
    border: 0;
    height: 60px;
    min-width: 370px;
    float: left;
    font-size: 18px;
    background-color: transparent;
}
.navbar-search-form input:focus,
.navbar-search-form button:focus {
    outline: 0;
}
.navbar-search-form button {
    position: absolute;
    top: 7px;
    right: 7px;
    margin-top: 0;
    color: #fff;
    height: 45px;
    z-index: 20;
    cursor: pointer;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}
.dark-btn,
.pink-btn,
.white-btn {
    color: #fff;
    padding: 5px 15px;
    font-size: 18px;
    cursor: pointer;
    border: 0;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
    display: inline-block;
}
.dark-btn span,
.pink-btn span,
.dark-btn i,
.pink-btn i,
.white-btn span,
.white-btn i {
    display: inline-block;
    vertical-align: middle;
}
.dark-btn i,
.pink-btn i,
.white-btn i {
    font-size: 16px;
    margin-left: 10px;
}
.dark-btn {
    background: #1c1118;
    background: -moz-linear-gradient(left, #1c1118 0%, #574952 100%);
    background: -webkit-linear-gradient(left, #1c1118 0%, #574952 100%);
    background: -webkit-gradient(linear, left top, right top, from(#1c1118), to(#574952));
    background: -o-linear-gradient(left, #1c1118 0%, #574952 100%);
    background: linear-gradient(to right, #1c1118 0%, #574952 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1118', endColorstr='#574952', GradientType=1);
    border-bottom: 3px solid #867880;
}
.pink-btn {
    background: #C5467F;
    background: -moz-linear-gradient(left, #D94A84 0%, #B3427A 100%);
    background: -webkit-linear-gradient(left, #D94A84 0%, #B3427A 100%);
    background: -webkit-gradient(linear, left top, right top, from(#D94A84), to(#B3427A));
    background: -o-linear-gradient(left, #D94A84 0%, #B3427A 100%);
    background: linear-gradient(to right, #D94A84 0%, #B3427A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D94A84', endColorstr='#B3427A', GradientType=1);
    border-bottom: 3px solid #e7b6d3;
}
.white-btn {
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 0%, #dadada 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%,#dadada 100%);
    background: linear-gradient(to right, #ffffff 0%,#dadada 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=1 );
    border-bottom: 3px solid #cecece;
    color: #000;
}
.dark-btn:focus,
.pink-btn:focus,
.dark-btn:active,
.pink-btn:active {
    outline: 0;
    text-decoration: none;
    color: #fff;
}
.white-btn:focus,
.white-btn:active {
    outline: 0;
    text-decoration: none;
    color: #000;
}
.dark-btn:hover,
.pink-btn:hover {
    opacity: .8;
    text-decoration: none;
    color: #fff;
}
.white-btn:hover{
    opacity: .8;
    text-decoration: none;
    color: #000;
}
.nav-item {
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.nav-item.active {
    -webkit-box-shadow:  0 0 10px rgba(0,0,0,.1);
    -moz-box-shadow:  0 0 10px rgba(0,0,0,.1);
    box-shadow:  0 0 10px rgba(0,0,0,.1);
}
.nav-hide {
    opacity: 0;
}
.navbar-searchform-trigger.active {
    background: rgba(0,0,0,0.05);
}
.navbar-searchform-trigger.active + .navbar-search-form {
    background: rgba(0,0,0,0.05);
}
.navbar-search-form.active {
    opacity: 1;
    z-index: 10;
}
.single-subcategory-container {
    display: flex;
}
.subcategory-tiles-hidden {
    display: none;
}
.more-subcategories {
    display: inline-block;
    margin-top: 25px;
}
.hidden {
    display: none;
}
.select-normal .select2-choice {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 6px 15px;
    background: #C5467F;
    background: -moz-linear-gradient(left, #D94A84 0%, #B3427A 100%);
    background: -webkit-linear-gradient(left, #D94A84 0%, #B3427A 100%);
    background: -webkit-gradient(linear, left top, right top, from(#D94A84), to(#B3427A));
    background: -o-linear-gradient(left, #D94A84 0%, #B3427A 100%);
    background: linear-gradient(to right, #D94A84 0%, #B3427A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D94A84', endColorstr='#B3427A', GradientType=1);
    border-bottom: 3px solid #e7b6d3;
    color: #fff;
    height: 40px;
    font-weight: normal;
}
.select-normal.select2-container .select2-choice .select2-arrow {
    background: transparent;
    border: 0;
    right: 10px;
    top: 14px;
    height: auto;
}

.select-normal.select2-container .select2-choice .select2-arrow:before {
    content: "\62";
    font-family: "naklejkomania" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    font-size: 14px;
}
.select-normal.select2-container .select2-choice .select2-arrow b {
    background: transparent;
}
.products-list-sort > span {
    margin-right: 10px;
}
.select2-drop {
    background: #fff;
    color: #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #b7b7b7;
}
.select2-results .select2-highlighted {
    color: #000;
}
.select2-results .select2-highlighted {
    background: #c44c86;
    color: #fff;
}
.mb30 {
    margin-bottom: 30px;
}
.select2-results li {
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.offer-list li.hidden-product {
    opacity: 0;
    -webkit-transition:  1s;
    -moz-transition:  1s;
    -ms-transition:  1s;
    -o-transition:  1s;
    transition:  1s;
}
.breadcrumbs .icon-arrow {
    font-size: 12px;
    color: #d4d4d4;
    margin: 0 7px;
}
.breadcrumbs a,
.breadcrumbs span {
    color: #7F7F7F;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.breadcrumbs a:hover span,
.breadcrumbs a:active span,
.breadcrumbs a:focus span {
    color: #383838;
}
.product-description-short {
    color: #8c8c8c;
    margin-bottom: 25px;
}
.modal-dialog {
    max-width: 800px;
    -webkit-box-shadow:  0 0 200px rgba(0,0,0,.7);
    -moz-box-shadow:  0 0 200px rgba(0,0,0,.7);
    box-shadow:  0 0 200px rgba(0,0,0,.7);
}
.modal {
    text-align: center;
}
.modal:before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}
.modal-dialog {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}
.modal-content {
    padding: 0 15px;
    text-align: left;
}
.modal-content,
.modal-header,
.modal-footer {
    border-radius: 0 !important;
    border: 0;
}
.modal-backdrop.show {
    opacity: .4;
}
.modal-header button:focus {
    outline: 0;
}
.modal-cart-img {
    height: 150px;
    width: auto;
    float: left;
    margin: 0 40px 0 0;
}
.modal-cart-img svg,
.modal-cart-img img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height:100%;
    -webkit-box-shadow:  20px 0 40px rgba(0,0,0,.2);
    -moz-box-shadow:  20px 0 40px rgba(0,0,0,.2);
    box-shadow:  20px 0 40px rgba(0,0,0,.2);
}
#cart-modal .modal-title {
    color: #c84680;
}
#cart-modal .modal-title i {
    margin-right: 15px;
}
#cart-modal .modal-title > * {
    vertical-align: middle;
    display: inline-block;
}
.modal-cart-title {
    font-size: 24px;
}
.modal-cart-price {
    color: #a92d75;
    font-size: 18px;
}
.modal-cart-quantity {
    font-size: 16px;
    color: #6b6b6b;
}
.modal-footer {
    border-top: 1px solid #f1f1f1;
}
.modal-header {
    border-bottom: 1px solid #f1f1f1;
}
.modal-body {
    padding: 1.5rem 1rem;
}
.modal-header .close {
    margin-top: -10px;
}
.add-to-cart-link {
    display: inline-block;
    vertical-align: middle;
}
.add-to-cart-btn2 img,
.add-to-cart-link img {
    display: none;
    width: 26px;
    height: 30px;
    margin-right: 15px;
}
.add-to-cart-btn2 i,
.add-to-cart-link i {
    display: inline-block;
    width: 26px;
    height: 30px;
}
.add-to-cart-btn2.loading img,
.add-to-cart-link.loading img {
    display: inline-block;
}
.add-to-cart-btn2.loading i,
.add-to-cart-link.loading i {
    display: none;
}
.add-to-cart-btn2.disabled,
.add-to-cart-btn.disabled {
    position: relative;
}
.add-to-cart-btn2.disabled:before,
.add-to-cart-btn.disabled:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.add-to-cart-btn.disabled .add-to-cart-link {
    opacity: .3;
}
.side-cart {
    position: fixed;
    top: 0;
    right: -500px;
    bottom: 0;
    z-index:999999;
    width: 350px;
    background: #fff;
    -webkit-box-shadow:  0 0 0 rgba(0,0,0,.5);
    -moz-box-shadow:  0 0 0 rgba(0,0,0,.5);
    box-shadow:  0 0 0 rgba(0,0,0,.5);
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
    max-width: 100%;
}
.side-cart.active {
    right: 0;
    -webkit-box-shadow:  0 0 150px rgba(0,0,0,.5);
    -moz-box-shadow:  0 0 150px rgba(0,0,0,.5);
    box-shadow:  0 0 150px rgba(0,0,0,.5);
}
.side-cart-backdrop {
    background: rgba(0,0,0,.4);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index:-9999;
    opacity: 0;
    -webkit-transition: opacity .3s linear 0s, z-index 0s linear .3s;
    -moz-transition: opacity .3s linear 0s, z-index 0s linear .3s;
    -ms-transition: opacity .3s linear 0s, z-index 0s linear .3s;
    -o-transition: opacity .3s linear 0s, z-index 0s linear .3s;
    transition: opacity .3s linear 0s, z-index 0s linear .3s;
}
.side-cart-backdrop.active {
    z-index:99999;
    opacity: 1;
    -webkit-transition: opacity .3s linear 0s, z-index 0s linear 0s;
    -moz-transition: opacity .3s linear 0s, z-index 0s linear 0s;
    -ms-transition: opacity .3s linear 0s, z-index 0s linear 0s;
    -o-transition: opacity .3s linear 0s, z-index 0s linear 0s;
    transition: opacity .3s linear 0s, z-index 0s linear 0s;
}
.side-cart-header,
.side-cart-footer {
    padding: 15px 15px 10px 15px;
    font-size: 20px;
    -webkit-box-shadow:  0 0 50px rgba(0,0,0,.2);
    -moz-box-shadow:  0 0 50px rgba(0,0,0,.2);
    box-shadow:  0 0 50px rgba(0,0,0,.2);
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.side-cart-header i {
    font-size: 26px;
    margin-right: 15px;
}
.side-cart-header i,
.side-cart-header span {
    display: inline-block;
    vertical-align: top;
}
.side-cart-header button {
    margin-top: 5px;
}
.side-cart-header button:focus {
    outline: 0;
}
.side-cart-total {
    float: left;
    color: #a92d75;
    margin-top: 7px;
}
.side-cart-more-btn {
    float: right;
}
.side-cart-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.side-cart-item {
    padding: 15px;
    display: block;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
    position: relative;
    z-index: 10;
    background: #fff;
}
.side-cart-img {
    float: left;
}
.side-cart-img svg,
.side-cart-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -webkit-box-shadow:  5px 0 20px rgba(0,0,0,.15);
    -moz-box-shadow:  5px  20px rgba(0,0,0,.15);
    box-shadow:  5px 0 20px rgba(0,0,0,.15);
}
.side-cart-title {
    font-size: 16px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.side-cart-price {
    color: #a92d75;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.side-cart-quantity {
    color: #636363;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.side-cart-item:nth-child(even) {
    background: #f9f9f9;
}
.side-cart-item:hover {
    background: #ffeefe;
}
.clrfix {
    overflow: hidden;
    clear: both;
    display: block;
}
.side-cart-inner {
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 67px;
    z-index: 5;
}
.side-cart-inner:before {
    content: '';
    background: #fff url('../images/preloader.svg') center center/50px no-repeat;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -99;
    -webkit-transition: opacity .3s linear 0s, z-index 0s linear .3s;
    -moz-transition: opacity .3s linear 0s, z-index 0s linear .3s;
    -ms-transition: opacity .3s linear 0s, z-index 0s linear .3s;
    -o-transition: opacity .3s linear 0s, z-index 0s linear .3s;
    transition: opacity .3s linear 0s, z-index 0s linear .3s;
}
.side-cart-inner.loading:before {
    opacity: 1;
    z-index: 20;
    -webkit-transition: opacity .3s linear 0s, z-index 0s linear 0s;
    -moz-transition: opacity .3s linear 0s, z-index 0s linear 0s;
    -ms-transition: opacity .3s linear 0s, z-index 0s linear 0s;
    -o-transition: opacity .3s linear 0s, z-index 0s linear 0s;
    transition: opacity .3s linear 0s, z-index 0s linear 0s;
}
.side-cart-empty {
    height: 100%;
    background: #fff;
    text-align: center;
    padding: 15px;
}
.side-cart-empty a {
    display: inline-block;
    margin-top: 25px;
}
.ps__rail-y {
    z-index: 20;
}
#show-side-cart {
    position: relative;
    display: block;
}
#cart-quantity {
    position: absolute;
    top: -5px;
    right: -15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #a92d75;
    color: #fff;
    -webkit-box-shadow:  0 0 5px rgba(169, 45, 117, 0.62);
    -moz-box-shadow:  0 0 5px rgba(169, 45, 117, 0.62);
    box-shadow:  0 0 5px rgba(169, 45, 117, 0.62);
    padding: 2px 5px;
    font-size: 12px;
    min-width: 20px;
    display: none;
}
.checkbox-container input {
    opacity: 0;
    position: absolute;
    visibility: hidden;
}
.checkbox {
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}
.checkbox:before {
    content: '';
    background: #ffffff;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 0;
    border: 1px solid #e4e2e3;
}
.checkbox:after {
    content: "\64";
    font-family: "naklejkomania" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 7px;
    left: 4px;
    font-size: 12px;
    opacity: 0;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
input:checked + .checkbox:after {
    opacity: 1;
}
.input-container input:focus {
    outline: 0;
}
.button {
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
    height: 40px;
}
.login-section .login-box form .form-btn-wrapper label button span {
    margin-top: -7px;
}
.button:hover {
    opacity: .8;
}
.mt15 {
    margin-top: 15px;
}
.alert {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: 30px;
    -webkit-box-shadow:  10px 0 50px rgba(0,0,0,.2);
    -moz-box-shadow:  10px 0 50px rgba(0,0,0,.2);
    box-shadow:  10px 0 50px rgba(0,0,0,.2);
    margin-bottom: 0;
}
.alert ul {
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
}
.right-nav li {
    position: relative;
}
.account-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 130px;
    background: #fff;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.2);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.2);
    box-shadow: 0 15px 20px rgba(0,0,0,.2);
    padding: 15px;
    margin-bottom: 0;
    margin-top: 5px;
    display: none;
}
.account-dropdown-menu:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 7px solid #fff;
    position: absolute;
    top: -7px;
    right: 18px;
}
.account-dropdown-menu li {
    padding: 0;
    text-align: right;
    width: 100%;
    margin-bottom: 5px;
}
.account-dropdown-menu.active {
    opacity: 1;
    display: block;
}
.nav-tabs a i {
    line-height: 15px;
    padding-right: 15px !important;
}
.nav-tabs a i,
.nav-tabs a span {
    display: inline-block;
    vertical-align: middle;
}
.tab-content {
    background: #fff;
}
.account-container .tab-pane {
    padding: 25px;
}
.table {
    -webkit-box-shadow: 0 10px 40px rgba(0,0,0,.2);
    -moz-box-shadow: 0 10px 40px rgba(0,0,0,.2);
    box-shadow: 0 10px 40px rgba(0,0,0,.2);
}
.tab-notification {
    position: absolute;
    top: -2px;
    right: -25px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #a92d75;
    color: #fff;
    -webkit-box-shadow:  0 0 5px rgba(169, 45, 117, 0.62);
    -moz-box-shadow:  0 0 5px rgba(169, 45, 117, 0.62);
    box-shadow:  0 0 5px rgba(169, 45, 117, 0.62);
    padding: 2px 5px;
    font-size: 12px;
    min-width: 20px;
}
.nav-tabs li span {
    position: relative;
}
.tab-content .alert {
    margin-top: 0;
}
.form-container {
    margin: 0 auto;
    padding: 25px 15px;
    max-width: 500px;
}
form .text-right label {
    padding-top: 7px;
}
.input-container .select2-container {
    width: 100%;
}
.select-normal.select-grey .select2-choice {
    background: #fff;
    /*background: -moz-linear-gradient(left, #d6d5d6 0%, #bfbfbf 100%);*/
    /*background: -webkit-linear-gradient(left, #d6d5d6 0%,#bfbfbf 100%);*/
    /*background: linear-gradient(to right, #d6d5d6 0%,#bfbfbf 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d5d6', endColorstr='#bfbfbf',GradientType=1 );*/
    border: 1px solid #d4d4d4;
    color: #565656;
}
.select-normal.select-grey.select2-container .select2-choice .select2-arrow:before {
    color: #565656;
}
.select-normal.select-grey .select2-results .select2-highlighted {
    background: #ffffff59;
    color: #565656;
}
.nip-field {
    display: none;
}
.go-back {
    float: left;
    font-size: 18px;
    color: #868686;
    margin-top: 15px;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.go-back:focus,
.go-back:active,
.go-back:hover {
    color: #000;
    text-decoration: none;
}
.go-back i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 10px;
    display: inline-block;
}
.required:after {
    content: '*';
    color: red;
    margin-left: 5px;
}
.table-row-options {
    text-align: right;
}
.table-row-options a {
    color: #989898;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
    margin-left: 5px;
}
.table-row-options a:hover,
.table-row-options a.active,
.table-row-options a:focus {
    color: #de3a9c;
}
.account-section .account-container .nav-tabs li a {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.account-section .account-container .nav-tabs li a:hover,
.account-section .account-container .nav-tabs li a:active,
.account-section .account-container .nav-tabs li a:focus {
    opacity: .8;
}
.product-panel-title img {
    height: 18px;
    width: auto;
    margin-right: 15px;
    vertical-align: top;
    margin-top: 5px;
}
.card-header {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.opened .card-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.card-header > a {
    padding: 8px 45px 8px 15px;
}
.card-header .btn-link i {
    opacity: .6;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.chosen .card-header .btn-link i {
    opacity: 1;
}
.card-header .btn-link i:before {
    opacity: 0;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.chosen .card-header .btn-link i:before {
    opacity: 1;
}
.card-header .btn-link strong {
    position: absolute;
    top: 12px;
    right: 15px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 15px;
    opacity: .6;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.opened .card-header .btn-link strong {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.card-header .card-body {
    display: none;
}
.card-header .btn {
    border: 0;
}
.opened .card-header .btn-link,
.card-header .btn-link:hover,
.card-header .btn-link:active,
.card-header .btn-link:focus {
    background: rgba(0,0,0,.05);
}
.card-body .product-type-list li a {
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.card-body .product-type-list li a.active,
.card-body .product-type-list li a:hover,
.card-body .product-type-list li a:active {
    background: rgba(255,255,255,.25);
}
.product-slider-nav .slick-arrow-prev {
    left: -15px;
}
.product-slider-nav .slick-arrow-next {
    right: -15px;
}
.product-header .product-title {
    margin: 30px 0 0 0;
    text-align: center;
    font-size: 32px;
}
.product-presentation .product-combinations .breadcrumbs {
    margin: 15px 0 30px 0;
    text-align: center;
}
#alert-modal .modal-dialog {
    max-width: 500px;
}
#alert-modal.error .modal-content {
    background: #e83847;
    background: -moz-linear-gradient(left, #e83847 0%, #e03864 100%);
    background: -webkit-linear-gradient(left, #e83847 0%,#e03864 100%);
    background: linear-gradient(to right, #e83847 0%,#e03864 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e83847', endColorstr='#e03864',GradientType=1 );
    color: #fff;
    font-size: 18px;
}
#alert-modal.success .modal-content {
    background: #3ebd8d;
    background: -moz-linear-gradient(left, #3ebd8d 0%, #31ab6f 100%);
    background: -webkit-linear-gradient(left, #3ebd8d 0%, #31ab6f 100%);
    background: -webkit-gradient(linear, left top, right top, from(#3ebd8d), to(#31ab6f));
    background: -o-linear-gradient(left, #3ebd8d 0%, #31ab6f 100%);
    background: linear-gradient(to right, #3ebd8d 0%, #31ab6f 100%);    color: #fff;
    font-size: 18px;
}
#alert-modal .modal-body {
    padding: 20px;
    text-align: center;
}
#alert-modal .modal-footer {
    border-top: 0;
    padding: 0 15px 15px 15px;
    text-align: center;
    display: block;
}
.modal-icon {
    text-align: center;
}
.modal-icon img {
    margin-top: 15px;
    height: 50px;
    width: auto;
}
.modal-body .preloader {
    text-align: center;
}
.modal-body .preloader img {
    height: 50px;
    display: inline-block;
}
.modal-body-inner .alert {
    margin-top: 0;
}
.attribute-option {
    display: block;
    height: 120px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.2);
    -moz-box-shadow: 0 10px 30px rgba(0,0,0,.2);
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
    position: relative;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
    cursor: pointer;
}
.attribute-option:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.attribute-option:before {
    content: '';
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.2) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.2) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#33ffffff',GradientType=1 );
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .1;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.attribute-option:hover:before {
    opacity: .3;
}
.attribute-option span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 10px 5px 10px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0, 0, 0, 0.25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    color: #fff;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}
.chosen-attribute-option {
    font-size: 15px;
    color: #843261 !important;
    margin-top: 10px;
    display: inline-block;
}
.chosen-attribute-option i {
    font-size: 13px;
}
.chosen-attribute-option-preview {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    -webkit-box-shadow:  0 0 10px rgba(0,0,0,.3);
    -moz-box-shadow:  0 0 10px rgba(0,0,0,.3);
    box-shadow:  0 0 10px rgba(0,0,0,.3);
    vertical-align: top;
    position: relative;
}
.chosen-attribute-option-preview:before {
    content: '';
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.2) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.2) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#33ffffff',GradientType=1 );
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .1;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.chosen-attribute-option span {
    vertical-align: top;
    display: inline-block;
}
.chosen-attribute-value {
    margin-left: 10px;
    text-transform: none;
    color: rgba(255,255,255,.6);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.side-cart-attribute-names {
    font-size: 13px;
    color: rgba(0,0,0,.4);
    line-height: 17px;
    display: block;
    margin-bottom: 5px;
}
.remove-from-cart {
    position: absolute;
    top: -15px;
    bottom: -15px;
    right: 0;
    padding: 5px 5px 5px 80px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    color: rgba(0,0,0,.4);
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
    opacity: 0;
    z-index: 10;
}
.remove-from-cart:before {
    content: '';
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.side-cart-item:hover .remove-from-cart {
    opacity: 1;
}
.remove-from-cart i {
    display: inline-block;
    vertical-align: middle;
    padding: 15px;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.remove-from-cart i:hover {
    color: rgba(0,0,0,.8);
}
.modal-cart-attribute-names {
    font-size: 16px;
    color: rgba(0,0,0,.6);
    line-height: 22px;
    display: block;
    margin-bottom: 5px;
}
.cart-steps {
    text-align: center;
    margin-bottom: 30px;
}
.cart-steps ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.cart-steps li {
    display: inline-block;
}
.cart-steps li strong {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    background: rgb(134,135,156);
    background: -moz-linear-gradient(left, rgba(134,135,156,1) 0%, rgba(161,162,195,1) 100%);
    background: -webkit-linear-gradient(left, rgba(134,135,156,1) 0%,rgba(161,162,195,1) 100%);
    background: linear-gradient(to right, rgba(134,135,156,1) 0%,rgba(161,162,195,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86879c', endColorstr='#a1a2c3',GradientType=1 );
    color: #fff;
    display: inline-block;
    line-height: 35px;
    font-size: 18px;
    -webkit-box-shadow:  0 5px 20px rgba(134,135,156, 0.8);
    -moz-box-shadow:  0 5px 20px rgba(134,135,156, 0.8);
    box-shadow:  0 5px 20px rgba(134,135,156, 0.8);
}
.cart-steps li span,
.cart-steps li a {
    line-height: 35px;
    color: #86879C;
    text-transform: uppercase;
    font-size: 18px;
    margin-left: 15px;
}
.cart-steps li.active strong {
    background: rgb(192,84,143);
    background: -moz-linear-gradient(left, rgba(192,84,143,1) 0%, rgba(220,87,152,1) 100%);
    background: -webkit-linear-gradient(left, rgba(192,84,143,1) 0%,rgba(220,87,152,1) 100%);
    background: linear-gradient(to right, rgba(192,84,143,1) 0%,rgba(220,87,152,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0548f', endColorstr='#dc5798',GradientType=1 );
    -webkit-box-shadow:  0 5px 20px rgba(192, 84, 143, 0.6);
    -moz-box-shadow:  0 5px 20px rgba(192, 84, 143, 0.6);
    box-shadow:  0 5px 20px rgba(192, 84, 143, 0.6);
}
.cart-steps li.active span,
.cart-steps li.active a {
    color: #C0548F;
}
.cart-steps .sep {
    margin: 0 20px;
    color: #C4C4C4;
}
table.table-normal thead th {
    border: none;
    color: #fff;
}

table.table-normal tbody th,
table.table-normal tbody td {
    padding: 15px 25px;
    border: none;
}

table.table-normal tbody tr:nth-child(even) {
    background: #F3F3F3;
}

table.table-normal tbody .status-indicator-td .status-indicator {
    text-transform: uppercase;
    padding: .5rem;
    color: #fff;
}

table.table-normal tbody .order-details {
    text-align: center;
}

table.table-normal tbody .order-details a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #b76097;
}

table.table-normal tbody .order-details a span {
    padding-right: 5px;
}

table.table-normal tbody .order-details a i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    display: inline-block;
    font-size: 12px;
}
.cart-product-img-column svg,
.cart-product-img {
    width: 110px;
    height: auto;
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 20px rgba(0,0,0,.2);
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
}
.cart-product-img-column {
    width: 110px;
}
.cart-product-title {
    font-size: 20px;
    color: #000;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.cart-product-title:hover {
    color: #b76097;
}
.cart-combination-details {
    font-size: 14px;
    margin-top: 10px;
    color: rgba(0,0,0,.4);
}
.cart-combination-details tr {
    background: none !important;
}
.cart-combination-details td {
    color: rgba(0,0,0,.4);
    padding: 0 !important;
}
.cart-combination-details td:last-child {
    padding-left: 15px!important;
    font-weight: bold;
}
.table-cart {
    position: relative;
    z-index: 30;
}
.table-cart .product-quantity-box {
    width: 100px;
    -webkit-box-shadow:  0 5px 20px rgba(0,0,0,.2);
    -moz-box-shadow:  0 5px 20px rgba(0,0,0,.2);
    box-shadow:  0 5px 20px rgba(0,0,0,.2);
}
.table-cart .table-row-options {
    text-align: center;
}
.table-cart .table-row-options a {
    color: #989898;
    cursor: pointer;
}
.cart-product-price {
    color: rgba(0,0,0,.7);
    font-size: 20px;
}
.table-cart td {
    vertical-align: middle
}
.cart-summary-texts {
    text-align: right;
    font-size: 16px;
    color: rgba(0,0,0,.5);
}
.cart-summary-amounts {
    font-size: 16px;
    color: rgba(0,0,0,.5);
}
.cart-summary-texts div:last-child,
.cart-summary-amounts div:last-child{
    color: #000;
    font-size: 20px;
}
.cart-summary-texts div,
.cart-summary-amounts div {
    margin-bottom: 5px;
}
.cart-guest-user-btns button {
    height: 60px;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 22px;
}
.cart-guest-user-btns {
    margin: 30px -15px 40px -15px;
}
.cart-guest-user-btns button i {
    float: right;
    margin-top: 5px;
    font-size: 22px;
}
.cart-step-head {
    text-align: center;
    margin-bottom: 15px;
}
.cart-step-head-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgb(234,131,177);
    background: -moz-linear-gradient(left, rgba(234,131,177,1) 0%, rgba(205,81,153,1) 100%);
    background: -webkit-linear-gradient(left, rgba(234,131,177,1) 0%,rgba(205,81,153,1) 100%);
    background: linear-gradient(to right, rgba(234,131,177,1) 0%,rgba(205,81,153,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea83b1', endColorstr='#cd5199',GradientType=1 );
    color: rgba(255, 255, 255, 0.6);
    margin-right: 20px;
    vertical-align: top;
    font-size: 26px;
    line-height: 50px;
}
.cart-step-head-icon img {
    width: auto;
    height: 30px;
    opacity: .6;
    vertical-align: top;
    margin: 11px;
}
.cart-step-head-inner {
    display: inline-block;
}
.cart-step-head-titles {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-top: 7px;
}
.cart-step-title {
    font-size: 26px;
}
.cart-step-subtitle {
    color: #C0548F;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
}
#without-register,
#with-register {
    display: none;
}
.cart-section {
    padding-bottom: 40px;
}
.title-normal {
    text-align: center;
    font-size: 20px;
}
.title-big {
    text-align: center;
    font-size: 24px;
}
.chosen-address-text {
    padding: 15px 0 0 0;
    font-size: 16px;
    color: rgba(0,0,0,.6);
    display: none;
}
#cart-address-invoice {
    display: none;
}
.cart-address-choose .select2-container {
    width: 100%;
    margin-top: 15px;
}
.cart-address-choose .checkbox-container {
    margin-top: 10px;
}
.big-btn {
    height: 60px;
    display: inline-block;
    padding: 0 25px;
    text-align: left;
    font-size: 22px;
    margin: 20px 0;
    line-height: 60px;
}
.section-preload:after {
    content: '';
    background: rgba(255,255,255,.9) url('../images/preloader.svg') center center/50px no-repeat;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -99;
    -webkit-transition: opacity .3s linear 0s, z-index 0s linear .3s;
    -moz-transition: opacity .3s linear 0s, z-index 0s linear .3s;
    -ms-transition: opacity .3s linear 0s, z-index 0s linear .3s;
    -o-transition: opacity .3s linear 0s, z-index 0s linear .3s;
    transition: opacity .3s linear 0s, z-index 0s linear .3s;
}
.section-preload {
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
    position: relative;
    min-height: 0;
}
.section-preload.loading {
    min-height: 50px;
}
.section-preload.loading:after {
    opacity: 1;
    z-index: 100;
    -webkit-transition: opacity .3s linear 0s, z-index 0s linear 0s;
    -moz-transition: opacity .3s linear 0s, z-index 0s linear 0s;
    -ms-transition: opacity .3s linear 0s, z-index 0s linear 0s;
    -o-transition: opacity .3s linear 0s, z-index 0s linear 0s;
    transition: opacity .3s linear 0s, z-index 0s linear 0s;
}
.section-preload.force-loading:after {
    opacity: 1;
    z-index: 100;
    -webkit-transition: opacity 0s linear 0s, z-index 0s linear 0s;
    -moz-transition: opacity 0s linear 0s, z-index 0s linear 0s;
    -ms-transition: opacity 0s linear 0s, z-index 0s linear 0s;
    -o-transition: opacity 0s linear 0s, z-index 0s linear 0s;
    transition: opacity 0s linear 0s, z-index 0s linear 0s;
}
.section-preload.inactive:after {
    background: rgba(255,255,255,.6);
    opacity: 1;
    z-index: 100;
    -webkit-transition: opacity .3s linear 0s, z-index 0s linear 0s;
    -moz-transition: opacity .3s linear 0s, z-index 0s linear 0s;
    -ms-transition: opacity .3s linear 0s, z-index 0s linear 0s;
    -o-transition: opacity .3s linear 0s, z-index 0s linear 0s;
    transition: opacity .3s linear 0s, z-index 0s linear 0s;
}
.tile-select > input {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}
.tile-select label {
    display: block;
    width: 100%;
}
.cart-tile-selects {
    margin: 20px 0 15px 0;
}
.tile-select label {
    background: #fff;
    -webkit-box-shadow:  0 5px 15px rgba(0,0,0,.15);
    -moz-box-shadow:  0 5px 15px rgba(0,0,0,.15);
    box-shadow:  0 5px 15px rgba(0,0,0,.15);
    margin-bottom: 10px;
    padding: 15px;
    border: 2px solid transparent;
    cursor: pointer;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.tile-select label:hover {
    border: 2px solid rgba(0,0,0,.3);
}
.tile-select input:checked + label {
    border: 2px solid rgb(234,131,177);
    -webkit-box-shadow:  0 5px 15px rgba(234,131,177,.4);
    -moz-box-shadow:  0 5px 15px rgba(234,131,177,.4);
    box-shadow:  0 5px 15px rgba(234,131,177,.4);
}
.delivery-icon {
    text-align: left;
    margin-top: 5px;
}
.delivery-icon img {
    height: 30px;
    width: auto;
}
.delivery-name {
    text-align: left;
    font-size: 16px;
    margin: 0;
    line-height: 20px;
}
.delivery-time {
    text-align: left;
    font-size: 13px;
    color: rgba(0,0,0,.5);
}
.delivery-price {
    text-align: right;
    color: #C0548F;
    font-size: 16px;
}
.checkbox-big {
    display: block;
    margin: 0;
}
.checkbox-big:before {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0,0,0,.03);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0);
    box-shadow: 0 0 15px rgba(0,0,0,0);
}
.checkbox-big:after {
    top: 10px;
    left: 7px;
    color: #fff;
    font-size: 16px;
}
.tile-select input:checked + label .checkbox:before {
    background: rgb(234,131,177);
    background: -moz-linear-gradient(left, rgba(234,131,177,1) 0%, rgba(205,81,153,1) 100%);
    background: -webkit-linear-gradient(left, rgba(234,131,177,1) 0%,rgba(205,81,153,1) 100%);
    background: linear-gradient(to right, rgba(234,131,177,1) 0%,rgba(205,81,153,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea83b1', endColorstr='#cd5199',GradientType=1 );
    -webkit-box-shadow:  0 0 15px  rgb(234,131,177);
    -moz-box-shadow:  0 0 15px  rgb(234,131,177);
    box-shadow:  0 0 15px  rgb(234,131,177);
    border: 1px solid rgb(234,131,177);
}
.tile-select input:checked + label .checkbox:after {
    opacity: .7;
}
.cart-step-container {
    /*background: #fff;*/
    /*-webkit-box-shadow:  0 -10px 30px rgba(0,0,0,.15);*/
    /*-moz-box-shadow:  0 -10px 30px rgba(0,0,0,.15);*/
    /*box-shadow:  0 -10px 30px rgba(0,0,0,.15);*/
}
.cart-step-inner {
    padding: 15px 0 30px 0;
    margin-top: 15px;
}
form .input-container2 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 15px;
    position: relative;
}
form .input-container2 input[type="text"],
form .input-container2 input[type="password"],
form .input-container2 input[type="email"],
form .input-container2 textarea {
    background-color: #fff !important;
    border: 1px solid #dcdbdc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: left;
    padding: 0 15px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
form .input-container2 textarea {
    width: 100%;
    height: 200px;
    padding: 15px;
    resize: vertical;
    min-height: 150px;
}
form .input-container2 textarea:focus {
    outline: 0;
}
form .input-container2 label {
    position: absolute;
    top: 7px;
    left: 10px;
    z-index: 10;
    margin-bottom: 0;
    padding: 0 5px;
    cursor: text;
    background: transparent;
    color: rgba(0,0,0,.5);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    right: 7px;
}

form .input-container2.active label {
    cursor: default;
}
form .input-container2.active label {
    font-size: 13px;
    top: -10px;
    background: #fff;
    color: rgba(0,0,0,.3);
}
.cart-login-section {
    margin-bottom: 15px;
    text-align: center;
}
.cart-login-btn {
    color: #C0548F;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.cart-login-btn:hover {
    color: rgb(234,131,177);
}
.cart-login-btn i {
    font-size: 13px;
}
#cart-login {
    display: none;
}
form .input-container2 button,
form .input-container2 a {
    width: 100%;
    text-align: center;
    display: inline-block;
}
.mb15 {
    margin-bottom: 15px;
}
.mt25 {
    margin-top: 25px;
}
.select2-container .select2-choice > .select2-chosen {
    text-align: left;
}
.chosen-address-edit-link {
    color: #C0548F;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.chosen-address-edit-link:hover {
    color: rgb(234,131,177);
}
.tile-select .checkbox-big {
    display: block;
    margin: 0;
    position: absolute;
    bottom: 30px;
    right: 15px;
}
.tabs-nav {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.tabs-cart-address .tabs-nav li {
    width: 50%;
    float: left;
}
.tabs-cart-address .tabs-nav button {
    background: rgba(0,0,0,.1);
    -webkit-box-shadow:  0 -8px 20px rgba(0,0,0,.05);
    -moz-box-shadow:  0 -8px 20px rgba(0,0,0,.05);
    box-shadow:  0 -8px 20px rgba(0,0,0,.05);
    border: 0;
    display: block;
    height: 30px;
    width: 100%;
    cursor: pointer;
    opacity: .4;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.tabs-cart-address .tabs-nav button:hover {
    opacity: .7;
}
.tabs-cart-address .tabs-nav button:focus {
    outline: 0;
}
.tabs-cart-address .tabs-nav li.active button {
    background: #fff;
    opacity: 1;
}
.tabs-inner {
    padding: 15px 0 0 0;
}
.tabs-inner > div {
    display: none;
}
.tabs-inner > div.active {
    display: block;
}
.address-invoice-container {
    position: relative;
    padding: 5px 0;
}
.address-invoice-container:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: .8;
    z-index: 99;
    -webkit-transition: opacity .3s linear 0s, z-index 0s linear 0s;
    -moz-transition: opacity .3s linear 0s, z-index 0s linear 0s;
    -ms-transition: opacity .3s linear 0s, z-index 0s linear 0s;
    -o-transition: opacity .3s linear 0s, z-index 0s linear 0s;
    transition: opacity .3s linear 0s, z-index 0s linear 0s;
}
.address-invoice-container.active:after {
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity .3s linear 0s, z-index 0s linear .3s;
    -moz-transition: opacity .3s linear 0s, z-index 0s linear .3s;
    -ms-transition: opacity .3s linear 0s, z-index 0s linear .3s;
    -o-transition: opacity .3s linear 0s, z-index 0s linear .3s;
    transition: opacity .3s linear 0s, z-index 0s linear .3s;
}
.cart-step-inner .alert {
    margin-top: 20px;
}
.payment-name {
    text-align: left;
    font-size: 16px;
    margin: 0;
    line-height: 20px;
}
.payment-icon img {
    /*height: 60px;*/
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
.disabled-btn {
    opacity: .3;
    cursor: no-drop;
}
.disabled-btn:hover,
.disabled-btn:active,
.disabled-btn:focus {
    opacity: .3;
}
.cart-summary-delivery img {
    max-height: 90px;
    width: auto;
    display: inline-block;
    margin-top: 10px;
}
.cart-summary-payment img {
    max-height: 90px;
    width: auto;
    display: inline-block;
    margin-top: 10px;
}
.cart-summary-step-container {
    background: #fff;
    -webkit-box-shadow: 0 10px 40px rgba(0,0,0,.2);
    -moz-box-shadow: 0 10px 40px rgba(0,0,0,.2);
    box-shadow: 0 10px 40px rgba(0,0,0,.2);
    position: relative;
    z-index: 40;
    margin-top: -20px;
    padding:  0 15px;
}
.cart-summary-bottom {
    background: #fff;
    -webkit-box-shadow: 0 10px 40px rgba(0,0,0,.2);
    -moz-box-shadow: 0 10px 40px rgba(0,0,0,.2);
    box-shadow: 0 10px 40px rgba(0,0,0,.2);
    overflow: hidden;
    position: relative;
    z-index: 50;
    padding: 15px;
}
.cart-summary-bottom > * {
    float: right;
    margin-right: 15px;
}
.cart-summary-section .table-cart tfoot tr:last-child td {
    padding-bottom: 20px;
}
.cart-summary-address {
    margin-top: 10px;
    text-align: center;
    color: rgba(0,0,0,.5);
}
#go-to-cart-summary {
    float: right;
}
.cart-summary-step-container .cart-step-head {
    margin-bottom: 25px;
}
.cart-confirmation-section .cart-summary-step-container {
    margin-top: 0;
}
.cart-confirmation-section .alert {
    margin-top: 10px;
    margin-bottom: 30px;
}
.cart-confirmation-container {
    background: #fff;
    -webkit-box-shadow: 0 10px 40px rgba(0,0,0,.2);
    -moz-box-shadow: 0 10px 40px rgba(0,0,0,.2);
    box-shadow: 0 10px 40px rgba(0,0,0,.2);
    position: relative;
    z-index: 40;
    padding: 15px;
}
.account-section .cart-summary-step-container {
    margin-top: 0;
}
.unseen .status-indicator {
    position: relative;
}
.unseen .status-indicator:after {
    content: '';
    position: absolute;
    top: -5px;
    right: -5px;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #de3a9c;
    animation: scaleAnimation linear 1s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: scaleAnimation linear 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: scaleAnimation linear 1s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: scaleAnimation linear 1s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: scaleAnimation linear 1s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
    -webkit-box-shadow:  0 0 10px #de3a9c;
    -moz-box-shadow:  0 0 10px #de3a9c;
    box-shadow:  0 0 10px #de3a9c;
}
@keyframes scaleAnimation{
    0% {
        transform:  scaleX(1.00) scaleY(1.00) ;
    }
    50% {
        transform:  scaleX(1.15) scaleY(1.15) ;
    }
    100% {
        transform:  scaleX(1.00) scaleY(1.00) ;
    }
}

@-moz-keyframes scaleAnimation{
    0% {
        -moz-transform:  scaleX(1.00) scaleY(1.00) ;
    }
    50% {
        -moz-transform:  scaleX(1.15) scaleY(1.15) ;
    }
    100% {
        -moz-transform:  scaleX(1.00) scaleY(1.00) ;
    }
}

@-webkit-keyframes scaleAnimation {
    0% {
        -webkit-transform:  scaleX(1.00) scaleY(1.00) ;
    }
    50% {
        -webkit-transform:  scaleX(1.15) scaleY(1.15) ;
    }
    100% {
        -webkit-transform:  scaleX(1.00) scaleY(1.00) ;
    }
}

@-o-keyframes scaleAnimation {
    0% {
        -o-transform:  scaleX(1.00) scaleY(1.00) ;
    }
    50% {
        -o-transform:  scaleX(1.15) scaleY(1.15) ;
    }
    100% {
        -o-transform:  scaleX(1.00) scaleY(1.00) ;
    }
}

@-ms-keyframes scaleAnimation {
    0% {
        -ms-transform:  scaleX(1.00) scaleY(1.00) ;
    }
    50% {
        -ms-transform:  scaleX(1.15) scaleY(1.15) ;
    }
    100% {
        -ms-transform:  scaleX(1.00) scaleY(1.00) ;
    }
}
.scrolled .navbar {
    height: 80px;
}
.scrolled .navbar-brand {
    padding: 10px 20px;
}
.scrolled .navbar-searchform-trigger {
    margin-top: 10px;
}
.scrolled .navbar-nav {
    height: 80px;
}
.scrolled .navbar-nav > li > a {
    padding-top: 5px !important;
}
.scrolled .navbar-nav > li > a {
    height: 80px;
}
.scrolled .navbar-nav li a .nav-icon {
    height: 35px;
}
.scrolled .navbar-nav li a .icon-arrow {
    margin-top: -2px;
}
.scrolled .right-nav {
    margin-top: 20px;
}
.scrolled .navbar:after,
.scrolled .navbar:before {
    height: 80px;
}
.scrolled .navbar-nav .dropdown-menu {
    top: 80px;
}
.scrolled .navbar-searchform {
    height: 80px;
}
.scrolled .navbar-searchform .navbar-search-form {
    top: 10px;
    bottom: 10px;
}
.lazyload {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition:  .7s;
    -moz-transition:  .7s;
    -ms-transition:  .7s;
    -o-transition:  .7s;
    transition:  .7s;
    opacity: 0;
}
.lazyload.lazyload-inited {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.info-slide {
    overflow: hidden;
}
.homepage--info-slider .slick-slider:before,
.homepage--info-slider .slick-slider:after {
    display: none;
}
.slick-slide:focus {
    outline: 0;
    border: 0;
}
.homepage--info-slider .slick-slide {
    margin: 0 30px;
}
.slide-content-nav {
    float: right;
    margin-top: -40px;
    position: relative;
    z-index: 50;
}
.slide-content-nav button {
    background: none;
    height: 40px;
    padding: 0 15px;
    float: left;
    border: 0;
    cursor: pointer;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
    background: rgba(0,0,0,.05);
    border-bottom: 3px solid rgba(0,0,0,.12);
    margin-left: 1px;
}
.slide-content-nav button:hover {
    background: rgba(0,0,0,.1);
}
.slide-content-nav button:focus {
    outline: 0;
}
.slide-content-nav button i {
    margin-top: 4px;
    display: inline-block;
    font-size: 20px;
}
.slide-content-left i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -7px !important;
}
.configurator-bg,
.configurator-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-background-size:cover !important;
    background-size:cover !important;
    display: none;
}
.products-list-title {
    margin-bottom: 30px;
}
.inspirations-title-bg {
    height: 544px;
    position: absolute;
    top: -160px;
    left: 0;
    right: 0;
    overflow: hidden;
}
.inspirations-title-bg-row {
    position: relative;
}
.white-flowers {
    position: absolute;
    top: 0;
    left: -150px;
    width: auto;
    height: auto;
}
.white-flowers2 {
    position: absolute;
    top: 0;
    right: -260px;
    width: auto;
    height: auto;
}
.product-also-bought,
.product-related-cat {
    margin-bottom: 40px;
}
.amount {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #a92d75;
    color: #fff;
    -webkit-box-shadow: 0 0 10px rgb(169, 45, 117);
    -moz-box-shadow: 0 0 10px rgb(169, 45, 117);
    box-shadow: 0 0 10px rgb(169, 45, 117);
    width: 25px;
    height: 25px;
    font-size: 14px;
    margin-left: 15px;
    text-align: center;
    line-height: 25px;
}
.accordion-list {
    list-style-type: none;
    padding-left: 0;
}
.accordion-trigger {
    background: rgba(226, 219, 223, 0.5);
    color: #000;
    font-size: 20px;
    border: 0;
    cursor: pointer;
    width: 100%;
    padding: 10px 15px;
    text-align: left;
    margin-bottom: 1px;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.accordion-trigger:focus {
    outline: 0;
}
.accordion-list li:nth-child(even) .accordion-trigger {
    background: rgba(239, 231, 235, 0.50);
}
.accordion-trigger i {
    font-size: 18px;
    margin-right: 15px;
    color: rgba(169, 45, 117, 1);
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
    display: inline-block;
}
.accordion-list li .accordion-trigger:hover,
.accordion-list li.active .accordion-trigger {
    background: #dd5292;
    color: #fff;
}
.accordion-list li .accordion-trigger:hover i,
.accordion-list li.active .accordion-trigger i {
    color: #fff;
}
.accordion-list li.active .accordion-trigger i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.accordion-dropdown {
    display: none;
    padding: 15px;
    font-size: 16px;
    border: 1px solid #f1f1f1;
    border-top: 0;
    margin-bottom: 15px;
}
.menu-carousel .slick-list {
    z-index: 10;
}
.menu-carousel .slick-arrow-prev {
    top: 30%;
    left: -30px;
}
.menu-carousel .slick-arrow-next {
    top: 33%;
    right: -30px;
}
.menu-carousel.offer-list li {
    margin: 0;
    padding: 0 !important;
}
.menu-carousel.offer-list {
    -webkit-box-shadow: 0 -15px 35px rgba(0,0,0,.15);
    -moz-box-shadow: 0 -15px 35px rgba(0,0,0,.15);
    box-shadow: 0 -15px 35px rgba(0, 0, 0,.15);
}
.search-section {
    background: #fff;
    padding: 25px;
    -webkit-box-shadow: 0 -15px 35px rgba(0,0,0,.15);
    -moz-box-shadow: 0 -15px 35px rgba(0,0,0,.15);
    box-shadow: 0 -15px 35px rgba(0, 0, 0,.15);
    margin-bottom: 30px;
}
form .input-container2-big input[type="text"],
form .input-container2-big input[type="password"],
form .input-container2-big input[type="email"] {
    height: 60px;
    font-size: 20px;
}
form .input-container2-big label {
    top: 16px;
    font-size: 18px;
}
form .input-container2-big input:-webkit-autofill + label,
form .input-container2-big input:focus + label,
form .input-container2-big.active label {
    font-size: 15px;
}
.page-content {
    -webkit-box-shadow: 0 -15px 35px rgba(0,0,0,.15);
    -moz-box-shadow: 0 -15px 35px rgba(0,0,0,.15);
    box-shadow: 0 -15px 35px rgba(0, 0, 0,.15);
    padding: 25px;
    background: #fff;
    margin-bottom: 30px;
}
.contact-info {
    margin-bottom: 30px;
    text-align: center;
}
.contact-info a {
    font-size: 25px;
    color: rgba(169, 45, 117, 1);
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
    font-family: 'Futura Bold', sans-serif;
}
.contact-info a:hover {
    color: rgb(226, 61, 157);
}
.contact-info a i {
    margin-right: 15px;
}
.blog-img-cover {
    text-align: center;
    margin: 0 0 30px 0;
}
.blog-img-cover img {
    width: auto;
    height: auto;
}
#inspirations .homepage--inspirations {
    margin-top: 0;
}
.i-margin-right i {
    margin-left: 0 !important;
    margin-right: 10px !important;
}
.add-opinion-form {
    display: none;
}
.opinion-item {
    padding: 15px;
    -webkit-box-shadow:  0 -5px 10px #f3e6ed;
    -moz-box-shadow:  0 -5px 10px #f3e6ed;
    box-shadow:  0 -5px 10px #f3e6ed;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.opinion-message {
    margin-bottom: 5px;
    color: #2a2a2a;
    font-size: 16px;
}
.lightbox-to-init {
    cursor: zoom-in;
}
.opinion-message .lightbox-to-init {
    float: left;
    margin: 0 15px 15px 0;
    width: auto;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.opinion-message .lightbox-to-init:hover {
    opacity: .8;
}
.opinion-name {
    font-size: 13px;
    color: rgba(0,0,0,.3);
}
.opinion-date {
    margin-left: 10px;
}
.opinion-date i {
    margin-right: 10px;
}
.opinion-item:hover {
    background: rgba(243, 230, 237, 0.13);
}
.opinion-status {
    margin-right: 15px;
    text-transform: uppercase;
    font-family: 'Futura Bold', sans-serif;
}
.opinion-status-ok {
    color: #39c671;
}
.opinion-status-awaiting {
    color: #c6b6c1;
}
.opinion-product {
    margin-left: 15px;
    color: #000;
}
.product-design-your-own .product-title {
    margin-bottom: 30px;
}
.product-design-your-own .card-body .product-type-list li,
.product-collage .card-body .product-type-list li {
    width: 100%;
    height: auto;
}
.product-design-your-own .card-body .product-type-list li a,
.product-collage .card-body .product-type-list li a {
    padding: 10px;
}
.product-design-your-own .product-panel .product-panel-add-box .add-to-cart-btn,
.product-collage .product-panel .product-panel-add-box .add-to-cart-btn {
    height: 80px;
}
.product-design-your-own .product-panel .product-panel-add-box .product-price,
.product-design-your-own .product-quantity,
.product-collage .product-panel .product-panel-add-box .product-price,
.product-collage .product-quantity {
    height: 80px;
    padding: 10px;
}
.product-design-your-own .product-panel .card .card-header > a,
.product-collage .product-panel .card .card-header > a{
    display: block;
    padding: 10px 45px;
    text-align: left;
    position: relative;
}
.product-design-your-own .product-panel .card .card-header > a i,
.product-collage .product-panel .card .card-header > a i {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -13px;
}
.product-design-your-own .card-header .btn-link strong,
.product-collage .card-header .btn-link strong {
    top: 50%;
    right: 10px;
    margin-top: -13px;
}
.product-design-your-own .card-header .btn-link .chosen-attribute-value,
.product-collage .card-header .btn-link .chosen-attribute-value {
    margin-left: 0;
    text-align: left;
    display: block;
    color: rgba(255,255,255,.6);
}
.design-your-own-workspace {
    -webkit-box-shadow: 0 -15px 35px rgba(0,0,0,.15);
    -moz-box-shadow: 0 -15px 35px rgba(0,0,0,.15);
    box-shadow: 0 -15px 35px rgba(0, 0, 0,.15);
    background: #fff;
    margin-bottom: 30px;
    position: relative;
}
.design-your-own-workspace:before {
    position: absolute;
    content: '';
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: rgba(255, 255, 255, 0.3);
}
.design-your-own-tools {
    background: rgb(217,74,132);
    background: -moz-linear-gradient(left, rgba(217,74,132,1) 0%, rgba(195,86,136,1) 100%);
    background: -webkit-linear-gradient(left, rgba(217,74,132,1) 0%,rgba(195,86,136,1) 100%);
    background: linear-gradient(to right, rgba(217,74,132,1) 0%,rgba(195,86,136,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d94a84', endColorstr='#c35688',GradientType=1 );
    z-index: 35 !important;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}
.design-your-own-workspace > * {
    position: relative;
    z-index: 10;
}
.design-your-own-tools > .row {
    margin: 0;
}
.tools-box {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 0;
}
.tools-box.inactive {
    opacity: .5;
}
.tools-box.inactive:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
}
.tools-btn.inactive {
    opacity: .2;
}
.tools-btn.inactive:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
}
.tools-btn.active {
    color: rgb(255, 255, 255);
    background: rgb(130, 39, 80);
}
.tools-box.inactive:hover {
    background: transparent;
}
.tools-box:hover {
    background: rgba(243, 54, 138, 0.57);
}
.tools-title {
    text-transform: uppercase;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255,255,255,.1);
    background: rgba(0,0,0,.05);
}
.tools-btn {
    height: 37px;
    width: 37px;
    border: 0;
    background: rgba(0,0,0,.15);
    color: rgba(255, 255, 255, 0.7);
    float: left;
    border-right: 1px solid rgba(255,255,255,.1);
    cursor: pointer;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
    -webkit-box-shadow:  0 5px 15px rgba(0,0,0,.15);
    -moz-box-shadow:  0 5px 15px rgba(0,0,0,.15);
    box-shadow:  0 5px 15px rgba(0,0,0,.15);
    position: relative;
}
.tools-btn:focus {
    outline: 0;
}
.tools-btn:hover {
    background: rgba(0,0,0,.3);
    color: #fff;
}
.tools-btn:last-child {
    border-right:0;
}
.tools-box {
    border-right: 1px solid rgba(255,255,255,.2);
}
.tools-btn-arrows {
    position: relative;
    font-size: 11px;
}
.tools-btn-arrows .fa-circle {
    font-size: 4px;
    position: relative;
    top: -1px;
}
.tools-btn-arrows .fa-arrow-up {
    position: absolute;
    bottom: 4px;
    left: 50%;
    margin-left: -5px;
}
.tools-btn-arrows .fa-arrow-down {
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -5px;
}
.tools-btn-arrows .fa-arrow-left {
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -5px;
}
.tools-btn-arrows .fa-arrow-right {
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -5px;
}
.tools-inner {
    display: flex;
}
.tools-inner .select2-container {
    float: left;
}
.tools-inner .select2-container .select2-choice {
    height: 37px;
    border: 0;
    background: rgba(0,0,0,.15);
    color: rgba(255, 255, 255, 0.7);
    float: left;
    border-right: 1px solid rgba(255,255,255,.1);
    cursor: pointer;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
    -webkit-box-shadow:  0 5px 15px rgba(0,0,0,.15);
    -moz-box-shadow:  0 5px 15px rgba(0,0,0,.15);
    box-shadow:  0 5px 15px rgba(0,0,0,.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    max-width: 100px;
}
.tools-inner .select2-container .select2-choice:hover {
    background: rgba(0,0,0,.3);
    color: #fff;
}
.tools-inner .select2-container .select2-choice > .select2-chosen {
    height: 37px;
    line-height: 37px;
}
.tools-inner .select2-container .select2-choice .select2-arrow {
    background: transparent;
    border: 0;
    right: 5px;
    top: 20px;
    height: auto;
}

.tools-inner .select2-container .select2-choice .select2-arrow:before {
    content: "\62";
    font-family: "naklejkomania" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(255, 255, 255, 0.61);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    font-size: 10px;
}
.tools-inner .select2-container .select2-choice .select2-arrow b {
    background: transparent;
}
.change-color,
.add-new-element {
    height: 100%;
    width: 100%;
    border: 0;
    background: rgba(0,0,0,.25);
    color: rgba(255, 255, 255, 0.7);
    float: left;
    cursor: pointer;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
    -webkit-box-shadow:  0 5px 15px rgba(0,0,0,.15);
    -moz-box-shadow:  0 5px 15px rgba(0,0,0,.15);
    box-shadow:  0 5px 15px rgba(0,0,0,.15);
    line-height:18px;
}
.change-color:focus,
.add-new-element:focus {
    outline: 0;
}
.change-color span,
.add-new-element span {
    display: block;
    margin-top: 5px;
}
.change-color:hover,
.add-new-element:hover {
    background: rgba(0,0,0,.35);
    color: #fff;
}
.add-new-element i {
    font-size: 24px;
    display: inline-block;
}
.change-color span.change-color-hash {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: #000;
    margin-top: 0;
    -webkit-box-shadow:  0 5px 15px rgba(0,0,0,.2);
    -moz-box-shadow:  0 5px 15px rgba(0,0,0,.2);
    box-shadow:  0 5px 15px rgba(0,0,0,.2);
}
.tools-box-last {
    border: 0;
    height: 65px;
}
.change-color-dropdown,
.add-new-element-dropdown {
    display: none;
    list-style-type: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    background: #fff;
    color: #000;
    border-top: 0;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    padding: 4px;
    width: 150%;
}
.change-color-dropdown.active:before,
.add-new-element-dropdown.active:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    position: absolute;
    top: -5px;
    right: 65%;
    margin-left: -2.5px;
}
.change-color-dropdown.active:before {
    right: 75%;
}
.change-color-dropdown {
    width: 200%;
}
.change-color-dropdown,
.add-new-element-dropdown li {
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.change-color-dropdown li a,
.add-new-element-dropdown li a {
    padding: 3px 7px 4px;
    color: #000;
    display: block;
}
.change-color-dropdown li a:hover,
.add-new-element-dropdown li a:hover {
    background: #c44c86;
    color: #fff;
}
html .select2-drop {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    padding-left: 0;
    margin-top: 0;
    border: 0;
}
.bigdrop {
    width: 160px !important;
    margin-left: -60px;
}
.change-color-dropdown.active,
.add-new-element-dropdown.active {
    display: block;
}
.change-color-info {
    font-size: 15px;
    padding: 10px !important;
    line-height: 20px;
    text-align: center;
    cursor: default;
    width: 100% !important;
}
.change-color-dropdown li {
    float: left;
    width: 33%;
    padding: 5px;
}
.change-color-dropdown li a {
    -webkit-box-shadow:  0 5px 15px rgba(0,0,0,.2);
    -moz-box-shadow:  0 5px 15px rgba(0,0,0,.2);
    box-shadow:  0 5px 15px rgba(0,0,0,.2);
    padding-top: 75%;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
    position: relative;
}
.change-color-dropdown li a:hover {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
}
.change-color-dropdown li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(247,247,247,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(247,247,247,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(247,247,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f7f7f7',GradientType=0 );
    opacity: 0;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.change-color-dropdown li a:hover:before {
    opacity: .3;
}
.choose-clipart-img {
    padding: 15px;
    display: block;
    cursor: pointer;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
    text-align: center;
}
.choose-clipart-img svg {
    max-height: 80px;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
    width: auto;
    max-width: 100%;
}
.choose-clipart-img:hover {
    -webkit-box-shadow:  0 10px 25px rgba(0,0,0,.2);
    -moz-box-shadow:  0 10px 25px rgba(0,0,0,.2);
    box-shadow:  0 10px 25px rgba(0,0,0,.2);
}
.choose-clipart-img:hover svg {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
}
.change-color-dropdown li.change-color-title {
    width: 100%;
    padding: 5px;
    font-size: 12px;
    color: rgba(0,0,0,.5);
    line-height: 16px;
}
.change-color-dropdown li.change-color-title span {
    display: block;
    color: rgba(0,0,0,1);
    font-size: 14px;
}
.preload-font {
    position: absolute;
    z-index: -1;
    font-size: 1px;
    color: rgba(0,0,0,0);
    text-indent: -100000px;
    opacity: 0;
}
.collage-container {
    /*margin: 30px 0;*/
    /*padding: 15px;*/
    /*background: #fff;*/
    /*-webkit-box-shadow:  0 0 30px rgba(0,0,0,.3);*/
    /*-moz-box-shadow:  0 0 30px rgba(0,0,0,.3);*/
    /*box-shadow:  0 0 30px rgba(0,0,0,.3);*/
    text-align: center;
    position: relative;
}
.collage-container .collage-container-2 {
    display: inline-block;
    -webkit-box-shadow:  0 0 50px rgba(0,0,0,.1);
    -moz-box-shadow:  0 0 50px rgba(0,0,0,.1);
    box-shadow:  0 0 50px rgba(0,0,0,.1);
    position: relative;
}
#main-payment {
    text-align: center;
}
html .insidebg {
    background:  transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
html .insidebg .separator {
    background: none;
    overflow: hidden;
}
html .separator span {
    background: none;
}
html .separator span:before,
html .separator span:after {
    content: '';
    position: absolute;
    background: rgba(0,0,0,.1);
    top: 13px;
    right: 100%;
    width: 2000px;
    height: 1px;
}
html .separator span:after {
    left: 100%;
    right: auto;
}
html .bank-block.bank-active {
    box-shadow: 0 0 25px rgb(220, 87, 152);
}
html #bank-selection-form {
    overflow: visible;
}
html .bank-block {
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 0;
    -webkit-box-shadow:  0 0 15px rgba(0,0,0,.1);
    -moz-box-shadow:  0 0 15px rgba(0,0,0,.1);
    box-shadow:  0 0 15px rgba(0,0,0,.1);
}
html .bank-block:hover {
    -webkit-box-shadow:  0 0 15px rgba(0,0,0,.35);
    -moz-box-shadow:  0 0 15px rgba(0,0,0,.35);
    box-shadow:  0 0 15px rgba(0,0,0,.35);
}
html .regulations {
    padding-top: 0 !important;
    padding-bottom: 5px;
}
.paginate {
    margin-top: 30px;
}
.paginate ul {
    float: right;
}
.paginate li {
    float: left;
    list-style-type: none;
}
.paginate li a {
    display: block;
    padding: 8px 12px;
    background: #f8f8f8;
    margin: 2px;
    font-size: 18px;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.paginate li a {
    color: #3c3c3c;
}
.paginate li a:hover {
    -webkit-box-shadow:  0 0 15px rgba(60, 60, 60, 0.3);
    -moz-box-shadow:  0 0 15px rgba(60, 60, 60, 0.3);
    box-shadow:  0 0 15px rgba(60, 60, 60, 0.3);
}
.paginate li.next a,
.paginate li.prev a {
    background: #DC5798;
    color: #fff;
}
.paginate li.next a:hover,
.paginate li.prev a:hover {
    -webkit-box-shadow:  0 0 15px #DC5798;
    -moz-box-shadow:  0 0 15px #DC5798;
    box-shadow:  0 0 15px #DC5798;
}
.paginate li.next.disabled a,
.paginate li.prev.disabled a {
    background: #f8f8f8;
    color: #e6e6e6;
    cursor: default;
}
.paginate li.active a:hover,
.paginate li.next.disabled a:hover,
.paginate li.prev.disabled a:hover {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background: #f8f8f8;
}
.paginate li.active a,
.paginate li.active a:hover {
    color: #DC5798;
    cursor: default;
    background: #ffdced;
}
.paginate-info {
    margin-top: 13px;
}
.collage-container .canvas-container,
.collage-container canvas {
    max-width: 100% !important;
    -webkit-transition:  .5s;
    -moz-transition:  .5s;
    -ms-transition:  .5s;
    -o-transition:  .5s;
    transition:  .5s;
}
.collage-tools-bar li {
    list-style-type: none;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.collage-tools-bar li a,
.collage-tools-bar li a:focus,
.collage-tools-bar li a:active {
    padding: 8px;
    color: #fff;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin: 0 -15px;
}
.collage-tools-bar li.active,
.collage-tools-bar li:hover {
    background: rgba(255,255,255,.3);
    -webkit-box-shadow: 0 -5px 20px rgba(0,0,0,.1);
    -moz-box-shadow: 0 -5px 20px rgba(0,0,0,.1);
    box-shadow: 0 -5px 20px rgba(0,0,0,.1);
}
.collage-tools-tabs > div {
    display: none;
}
.collage-tools-tabs > .active {
    display: block;
}
.collage-tools-tabs {
    position: relative;
    z-index: 10;
    background: rgba(255,255,255,.3);
    padding: 15px 0;
}
.collage-tools-bar ul {
    margin-bottom: 0;
}
.collage-tools-item {
    margin-bottom: 15px;
}
.collage-tools-group,
.collage-tools-item {
    float: left;
    width: 120px;
    height: 120px;
    margin: 7px;
    background-size: cover !important;
    -webkit-box-shadow: 0 10px 15px rgba(0,0,0,.15);
    -moz-box-shadow: 0 10px 15px rgba(0,0,0,.15);
    box-shadow: 0 10px 15px rgba(0,0,0,.15);
    position: relative;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.collage-tools-item:before,
.collage-tools-group:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.collage-tools-item span,
.collage-tools-group span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px;
    z-index: 10;
    color: #fff;
}
.collage-tools-item:hover:before,
.collage-tools-group:hover:before {
    opacity: .8
}
.collage-tools-item:hover,
.collage-tools-group:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.collage-tools-groups-container {
    position: relative;
}
.collage-tools-groups {
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
    position: relative;
    height: 170px;
    padding: 0 8px;
}
.collage-tools-groups.inactive {
    opacity: 0;
}
.collage-tools-groups.inactive:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.collage-tools-items-container {
    position: absolute;
    top: 0;
    left: 105px;
    display: none;
    z-index: -1;
    height:120px;
    right: 0;
}
.collage-tools-items-container.active {
    z-index: 20;
}
.collage-tools-items-back {
    position: absolute;
    top: -15px;
    left: -105px;
    bottom: -15px;
    width: 90px;
    line-height: 100%;
    background: #ff8dbc;
}
.collage-tools-items-back-link {
    background: #c44c87;
    -webkit-box-shadow:  0 0 10px rgba(0,0,0,.25);
    -moz-box-shadow:  0 0 10px rgba(0,0,0,.25);
    box-shadow:  0 0 10px rgba(0,0,0,.25);
    font-size: 20px;
    padding-top: 50px;
    text-align: center;
    display: block;
    width: 50px;
    margin: 15px auto;
    height: 120px;
    color: rgba(255, 255, 255, 0.76);
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.collage-tools-items-back-link:hover {
    background: #973f66;
    color: #fff;
}
.collage-tools-items {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.collage-template-item {
    float: left;
    margin: 0 8px 8px 8px;
    background: #b3427a;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
    cursor: pointer;
    -webkit-box-shadow: 0 10px 15px rgba(0,0,0,.15);
    -moz-box-shadow: 0 10px 15px rgba(0,0,0,.15);
    box-shadow: 0 10px 15px rgba(0,0,0,.15);
}
/*.collage-template-item:first-child {*/
    /*margin-left: 15px;*/
    /*-webkit-box-shadow: 0 10px 15px rgba(0,0,0,.25);*/
    /*-moz-box-shadow: 0 10px 15px rgba(0,0,0,.25);*/
    /*box-shadow: 0 10px 15px rgba(0,0,0,.25);*/
/*}*/
.collage-template-item:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    background: #88345b;
}
.collage-template-tools {
    margin-bottom: 15px;
}
.collage-template-title {
    font-size: 16px;
    color: #fff;
    padding-top: 10px;
    text-align: right;
}
.irs-min, .irs-max {
    color: #d8d8d8;
    display: none;
}
.collage-template-items {
    background: rgba(255,255,255,.08);
    padding: 15px 7px;
    margin-bottom: -15px;
    height: 130px;
}
.collage-tools {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.collage-tools-bar {
    position: relative;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
    cursor: pointer;
}
.collage-tools {
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
    -webkit-box-shadow:  0 0 25px rgba(0,0,0,.4);
    -moz-box-shadow:  0 0 25px rgba(0,0,0,.4);
    box-shadow:  0 0 25px rgba(0,0,0,.4);
}
.collage-toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    color: #fff;
    height: 40px;
    padding: 10px 15px;
    display: block;
    bottom: 0;
    background: #ad3c73;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.collage-toggle i {
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.collage-tools-bar:hover .collage-toggle {
    background: #612042;
    color: #fff;
}
.collage-tools.active .collage-toggle i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.product-collage .product-showcase {
    margin: 30px 0;
}
#collage-width,
#collage-height {
    color: #3f1633;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 0;
    outline: 0;
    padding: 5px 50px 5px 10px;
    text-align: center;
    -webkit-box-shadow:  0 0 15px rgba(63, 22, 51, 0.4);
    -moz-box-shadow:  0 0 15px rgba(63, 22, 51, 0.4);
    box-shadow:  0 0 15px rgba(63, 22, 51, 0.4);
}
.dark-pink-btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6d3c5e+0,4e0b3c+100 */
    background: #6d3c5e;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #6d3c5e 0%, #4e0b3c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #6d3c5e 0%, #4e0b3c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(45deg, #6d3c5e 0%, #4e0b3c 100%);
    background: linear-gradient(45deg, #6d3c5e 0%, #4e0b3c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d3c5e', endColorstr='#4e0b3c', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-bottom: 3px solid #e1acca;
    display: inline-block;
    padding: 7px 15px;
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
    line-height: 30px;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.small-btn {
    padding: 2px 10px;
    font-size: 16px;
}
.size-box {
    margin: 10px 0;
}
.size-box input {
    text-align: center;
}
.size-desc-collage strong,
.size-desc-collage span {
    display: block;
    text-align: center;
    color: #fff;
}
.size-desc-collage span {
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(255,255,255,.5);
}
.size-desc-collage {
    margin: 10px 0;
}
.collage-btn {
    background: #C5467F;
    background: -moz-linear-gradient(left, #D94A84 0%, #B3427A 100%);
    background: -webkit-linear-gradient(left, #D94A84 0%, #B3427A 100%);
    background: -webkit-gradient(linear, left top, right top, from(#D94A84), to(#B3427A));
    background: -o-linear-gradient(left, #D94A84 0%, #B3427A 100%);
    background: linear-gradient(to right, #D94A84 0%, #B3427A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D94A84', endColorstr='#B3427A', GradientType=1);
    color: #fff;
    border: 0;
    border-bottom: 3px solid #e7b6d3;
    height: 40px;
    padding: 0 15px;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.collage-btn i {
    margin-left: 7px;
}
.collage-btn:hover,
.collage-btn:active,
.collage-btn:focus {
    opacity: .8;
    outline: 0;
}
#collage-new-text {
    float: left;
    margin-right: 25px;
}
.collage-tools .tools-btn {
    background: #c5477f;
}
.collage-tools .tools-inner .select2-container .select2-choice {
    background: #c5477f;
}
.collage-tools .tools-btn.active {
    background: rgb(130, 39, 80);
}
.collage-tools .tools-box {
    float: left;
    position: relative;
}
.sp-replacer {
    padding: 0;
    border: 0;
    background: transparent;
}
.sp-dd {
    display: none;
}
.sp-preview {
    border-color: #82274f;
}
#cliparts .collage-tools-item {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 15px;
}
#cliparts .collage-tools-item:before {
    display: none;
}
#cliparts .collage-tools-item:first-child {
    margin-left: 0;
}
.collage-tools-items-container-content {
    height: 190px;
}
.tooltip {
    z-index: 99999;
}
.mt30 {
    margin-top: 30px;
}
button.inactive {
    opacity: .2;
    cursor: default;
}
button.inactive:hover,
button.inactive:active,
button.inactive:focus {
    opacity: .2;
}
.product-collage .card {
    opacity: .3;
    cursor: default;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.product-collage .card a.btn-link {
    cursor: default;
}
.product-collage .card:first-child,
.product-collage .card.chosen + .card,
.product-collage .card.chosen {
    opacity: 1;
    cursor: pointer;
}
.product-collage .card:first-child a.btn-link,
.product-collage .card.chosen + .card a.btn-link,
.product-collage .card.chosen a.btn-link {
    cursor: pointer;
}
.card-body .product-type-list.tile-horizontal li {
    width: 100%;
    height: auto;
}
.card-body .product-type-list.tile-2 li {
    width: 50%;
    height: auto;
}
.product_size {
    color: #3f1633;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 0;
    outline: 0;
    padding: 5px 35px 5px 10px;
    text-align: center;
}
.product_size:focus {
    outline: 0;
}
.product-size .quantity-tag {
    color: rgba(255, 255, 255, 0.7);
}
.quantity-tag span {
    text-transform: none;
    font-size: 13px;
    display: block;
    color: rgba(255, 255, 255, 0.5);
}
.card-size .quantity-tag {
    text-align: center;
}
.card-size .product-quantity,
.card-parts .product-quantity {
    height: auto;
    padding: 15px 20px 10px 20px;
}
.product-showcase-left #canvas {
    max-width: 100%;
    height: 500px;
}
.product-creator-btn {
    margin-top: 10px;
    width: 100%;
    -webkit-transition:  none;
    -moz-transition:  none;
    -ms-transition:  none;
    -o-transition:  none;
    transition:  none;
}
.product-creator-btn i {
    opacity: 0;
    margin-right: 5px;
    display: inline-block;
    margin-left: -10px;
}
.product-creator-btn.pink-btn i {
    opacity: 1;
}
.card-parts .product-quantity-box {
    margin-top: -5px;
}
.product-parts-size-item {
    float: left;
    padding: 0 10px;
    margin-bottom: 10px;
}
.card-parts .product-quantity {
    padding: 25px 20px 10px 20px;
}
.title-ttu {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    margin: 5px 15px 15px 15px;
    padding-top: 10px;
    text-align: center;
    display: block;
}
.product-parts-size-item-container {
    padding: 0 5px;
}
.box-border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.product-parts-size-item .size-box {
    position: relative;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.product-parts-size-item.inactive .size-box {
    opacity: .15
}
.product-parts-size-item.inactive .size-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.col-6 > .quantity-tag {
    margin-top: 5px;
    display: inline-block;
}
.col-6 > .quantity-tag span {
    display: inline;
}
.col-6 > .size-box {
    margin: 0;
}
.only-4-items .product-parts-size-item {
    width: 25% !important;
}
.only-4-items .product-parts-size-item:last-child {
    display: none;
}
.product-parts-size .title-ttu span {
    text-transform: none;
    font-size: 13px;
    display: block;
    color: rgba(255, 255, 255, 0.5);
}
.reduce-quantity i,
.reduce-size i {
    margin-right: 2px;
}
#accordion .select2-container .select2-choice > .select2-chosen {
    color: #000;
}
.select-container-div,
#accordion .select2-container {
    width: 100%;
}
.select-container-div {
    margin-top: 8px;
}
.dim-name {
    color: rgba(255,255,255,.5);
    font-size: 14px;
    text-align: center;
    line-height: 16px;
}
.product-size.inactive:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.product-size.inactive {
    opacity: .45;
}
.product-panel:after {
    content: '';
    background: rgba(255, 255, 255, 0.65) url('../images/preloader.svg') center center/50px no-repeat;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -99;
    -webkit-transition: opacity .3s linear 0s, z-index 0s linear .3s;
    -moz-transition: opacity .3s linear 0s, z-index 0s linear .3s;
    -ms-transition: opacity .3s linear 0s, z-index 0s linear .3s;
    -o-transition: opacity .3s linear 0s, z-index 0s linear .3s;
    transition: opacity .3s linear 0s, z-index 0s linear .3s;
}
.product-panel.loading:after {
    opacity: 1;
    z-index: 20;
    -webkit-transition: opacity .3s linear 0s, z-index 0s linear 0s;
    -moz-transition: opacity .3s linear 0s, z-index 0s linear 0s;
    -ms-transition: opacity .3s linear 0s, z-index 0s linear 0s;
    -o-transition: opacity .3s linear 0s, z-index 0s linear 0s;
    transition: opacity .3s linear 0s, z-index 0s linear 0s;
}
.nav-item-306 {
    background:rgba(173, 74, 132, 0.1);
}
.navbar-nav li.nav-item-306 a .icon-arrow {
    color:#c78caf;
}
.add-new-element {
    background: rgba(234, 42, 138, 0.36);
}

.btn-sq-lg {
    width: 150px !important;
    height: 150px !important;
}

.btn-sq {
    width: 100px !important;
    height: 100px !important;
    font-size: 10px;
}

.btn-sq-sm {
    width: 50px !important;
    height: 50px !important;
    font-size: 10px;
}

.btn-sq-xs {
    width: 25px !important;
    height: 25px !important;
    padding:2px;
}
.collage-object-tools {
    position: absolute;
    top: 50%;
    left: -50px;
    background: rgb(255,89,160);
    background: -moz-linear-gradient(left, rgba(255,89,160,1) 0%, rgba(190,75,134,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,89,160,1) 0%,rgba(190,75,134,1) 100%);
    background: linear-gradient(to right, rgba(255,89,160,1) 0%,rgba(190,75,134,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff59a0', endColorstr='#be4b86',GradientType=1 );
    width: 50px;
    margin-top: -88px;
}
.collage-object-tools-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    padding: 5px;
    color: #fff;
    font-size: 12px;
}
.collage-object-tools button {
    width: 100%;
}
.offer-img {
    overflow: hidden;
    position: relative;
}
.offer-img:before {
    content: '';
    padding-top: 85%;
    display: block;
}
.offer-list li .offer-wrapper a .offer-img .offer-img-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.offer-list li .offer-wrapper a .offer-img img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.navbar-nav .offer-list li .offer-wrapper a {
    width: 100%;
}
.mt10 {
    margin-top: 10px;
}
.cart-coupon {
    margin-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e2e3;
}
.cart-total-discount,
.cart-title-discount {
    color: #C0548F;
}
.remove-coupon-from-cart-btn {
    float: right;
    margin-right: 5px;
    cursor: pointer;
}
.new-price {
    white-space: nowrap;
}
.old-price {
    color: rgba(0,0,0,.4);
    text-decoration: line-through;
    font-size: .8em;
    text-align: center;
    white-space: nowrap;
}
.modal-cart-price .old-price {
    margin-left: 15px;
}
.cart-product-price .old-price {
    margin-left: 8px;
}
.account-container .nav-tabs li:nth-child(4) {
    display: none;
}
.collage-chosen-color {
    background: #fff;
    display: block;
    height: 23px;
}
#clipart-color .sp-preview {
    margin-right: 0;
}
.collage-tools-items-container-content .ps__rail-y {
    background-color: transparent !important;
    opacity: 1 !important;
}
.collage-tools-items-container-content .ps__thumb-y {
    background-color: #520c2a !important;
}
.collage-tools-items-container-content-inner {
    overflow: hidden;
}
.product-features {
    margin-bottom: 30px;
}
.product-features td {
    padding: 10px 15px;
    background: rgba(192, 84, 143, 0.05);
}
.product-features td:last-child {
    color: #3c3c3c;
}
.product-features tr:nth-child(even) td {
    background: rgba(192, 84, 143, 0.1);
}
.only-for-admins {
    border: 1px dashed rgba(0,0,0,.3);
    padding: 10px;
    text-align: center;
}
.only-for-admins-title {
    font-size: 13px;
    color: rgba(0,0,0,.7);
    margin-bottom: 10px;
}
.only-for-admins button {
    font-size: 16px;
}
.product-panel-info .product-timer {
    display: none;
}
.edit-pattern {
    display: inline-block;
    margin-bottom: 20px;
}
.room-selection {
    position: relative;
    z-index: 10;
}
.room-selection img {
    height: 60px;
    width: auto;
}
.room-selection li span {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    height:35px;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.room-selection li {
    list-style-type: none;
    text-align: center;
    position: relative;
}
.room-selection li a {
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.room-selection li a > div {
    background: #fff;
    -webkit-box-shadow:  -7px 7px 30px rgba(0,0,0,.2);
    -moz-box-shadow:  -7px 7px 30px rgba(0,0,0,.2);
    box-shadow:  -7px 7px 30px rgba(0,0,0,.2);
    padding: 15px 0;
    z-index: 10;
    cursor: pointer;
}
.room-selection li a > div > div {
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
}
.room-selection li a:before {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    left: -5px;
    bottom: -5px;
    background: #fff;
    -webkit-box-shadow:  -7px 7px 30px rgba(0,0,0,.2);
    -moz-box-shadow:  -7px 7px 30px rgba(0,0,0,.2);
    box-shadow:  -7px 7px 30px rgba(0,0,0,.2);
    opacity: .2;
}
.room-selection li a:hover,
.room-selection li a:focus,
.room-selection li a:active {
    background: #fdf6fb;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.style-selection .offer-list-title,
.room-selection .offer-list-title {
    text-align: center;
    font-size: 32px;
}
.style-selection li a div {
    padding: 15px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.room-selection ul {
    padding-left: 0;
}
.error-404 {
    text-align: center;
    padding: 220px 0 120px 0;
}
.alert-product-info {
    margin: 0 0 20px 0;
}
.filepond--panel-root,
.filepond--file {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.upload-icon {
    text-align: center;
}
form .input-container2 .filepond--drop-label label {
    position: static;
    width: 100%;
}
.opinion-item,
.opinion-message {
    overflow: hidden;
}
.check-how-simple {
    border: 1px dashed rgba(189, 61, 120, 0.32);
    display: inline-block;
    border-top: 0;
    width: 100%;
}
.mb0 {
    margin-bottom: 0;
}
.fll {
    float: left;
}
.check-how-simple-link {
    padding: 10px;
    display: inline-block;
    color:#61204a;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.check-how-simple-link:hover,
.check-how-simple-link:active,
.check-how-simple-link:focus {
    color: #381429;
}
.mb20 {
    margin-bottom: 20px;
}
.create-collage {
    margin-left: -1px;
    margin-right: -1px;
    width: calc(100% + 2px);
}
.outlet-banner {
    background: #f8edf3;
    background: -moz-linear-gradient(left, #f8edf3 0%, #f9eff5 100%);
    background: -webkit-linear-gradient(left, #f8edf3 0%,#f9eff5 100%);
    background: linear-gradient(to right, #f8edf3 0%,#f9eff5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8edf3', endColorstr='#f9eff5',GradientType=1 );
    padding: 30px 0;
}
.outlet-banner .icon-discount {
    color: #c3629a;
    font-size: 100px;
    line-height: 50px;
}
.outlet-title {
    color: #c3629a;
    font-family: 'Futura Bold', sans-serif;
    font-size: 40px;
}
.outlet-subtitle {
    color: #3a0d22;
    font-size: 20px;
    text-transform: uppercase;
}
.fb-login-btn i {
    margin-right: 10px;
}
.fb-login-btn:focus {
    outline: 0;
}
.blog-img-cover img {
    max-width: 100%;
    height: auto;
}
.blog-tags {
    color: #8c8c8c;
    text-align: center;
    margin-bottom: 20px;
}
.blog-tags span {
    margin: 0 10px;
}
.blog-tags span:after {
    content: '/';
    color: #d3d3d3;
    margin-left: 10px;
}
.blog-tags span:last-child:after {
    display: none;
}
.sl-overlay {
    background: #000;
}
.sl-wrapper .sl-close, .sl-wrapper .sl-counter {
    color: #fff !important;
}
.simple-lightbox-preview .sl-image img {
    cursor: all-scroll;
}
.preview-image-tools button {
    width: 50%;
    text-align: center;
    background: #fff;
    font-size: 16px;
    border: 0;
    padding: 8px 10px;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
    -webkit-box-shadow:  0 10px 10px rgba(0,0,0,.2);
    -moz-box-shadow:  0 10px 10px rgba(0,0,0,.2);
    box-shadow:  0 10px 10px rgba(0,0,0,.2);
}
.preview-image-tools button i {
    margin-right: 5px;
}
.preview-image-tools button:hover,
.preview-image-tools button:focus,
.preview-image-tools button:active {
    background: #E4C5D8;
}
.save-image-collage {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
.collage-clipart-color {
    max-width:100%;
}
.collage-preload {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 150;
    background: #e5e4e6;
    background: -moz-linear-gradient(top, #e5e4e6 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #e5e4e6 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #e5e4e6 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e4e6', endColorstr='#ffffff',GradientType=0 );
}
.collage-preload.pink-gradient-dark {
    background: rgb(255,89,160);
    background: -moz-linear-gradient(left, rgba(255,89,160,1) 0%, rgba(190,75,134,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,89,160,1) 0%,rgba(190,75,134,1) 100%);
    background: linear-gradient(to right, rgba(255,89,160,1) 0%,rgba(190,75,134,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff59a0', endColorstr='#be4b86',GradientType=1 );
    display: block !important;
}
.collage-preload:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/preloader.svg') center center no-repeat;
}
.collage-preload.pink-gradient-dark:before {
    background: url('../images/preloader-white.svg') center center no-repeat;
}
.collage-preload.inactive {
    z-index:-999;
    opacity:0;
    -webkit-transition: z-index 0s linear .3s, opacity .3s linear 0s;
    -moz-transition: z-index 0s linear .3s, opacity .3s linear 0s;
    -ms-transition: z-index 0s linear .3s, opacity .3s linear 0s;
    -o-transition: z-index 0s linear .3s, opacity .3s linear 0s;
    transition: z-index 0s linear .3s, opacity .3s linear 0s;
}
.add-to-cart-btn2 {
    background: #C5467F;
    background: -moz-linear-gradient(left, #D94A84 0%, #B3427A 100%);
    background: -webkit-linear-gradient(left, #D94A84 0%, #B3427A 100%);
    background: -webkit-gradient(linear, left top, right top, from(#D94A84), to(#B3427A));
    background: -o-linear-gradient(left, #D94A84 0%, #B3427A 100%);
    background: linear-gradient(to right, #D94A84 0%, #B3427A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D94A84', endColorstr='#B3427A', GradientType=1);
    border-bottom: 3px solid #e7b6d3;
    text-align: center;
    padding: 3px 10px;
}
.add-to-cart-btn2:hover {
    color: #fff;
}
.product-nav-slide {
    cursor: pointer;
}
.product-type .disabled a {
    opacity: .2;
    cursor: default;
}
.page-content img {
    width: auto;
    max-width: 100%;
}
.creator-product-upload-photo + .creator-product-front {
    display: none;
}
.creator-product-demo {
    display: none;
}
.adjust-product-creator-btn {
    display: none;
}
#product-creator-back-to-demo {
    display: none;
}
.filepond--root {
    cursor: pointer;
}
.account-container .cart-product-img-column + td {
    width: 50%;
}
.modal-header .modal-title {
    font-size: 1.25rem;
}
.product-parts-size .title-ttu span.part-size-print {
    display: none;
}
/*.creator-product-demo + .creator-product-front {*/
/*    display: none;*/
/*}*/
.adjust-product-creator-btn img {
    height:20px;
    display: inline-block;
    margin-right: 10px;
    width: auto;
}
/*.adjust-product-creator-btn + .product-panel {*/
/*    display: none;*/
/*}*/
.blog-tags span a {
    color: #a9a9a9;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.blog-tags span a:hover {
    color: #4e4e4e;
}
.show-mobile-menu {
    display: none;
    text-transform: uppercase;
    padding: 7px 10px;
}
.show-mobile-menu i {
    margin-right: 10px;
    font-size: 22px !important;
    display: inline-block;
    vertical-align: middle;
}
.show-mobile-menu span {
    display: inline-block;
    vertical-align: middle;
}
.right-nav li:last-child {
    padding-right: 0;
}
.navbar-mobile-header {
    display: none;
    float: none !important;
    height: 55px !important;
}
.menu-mobile-close {
    padding: 15px 25px;
    display: inline-block;
    color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
}
.menu-mobile-close:hover,
.menu-mobile-close:active,
.menu-mobile-close:focus {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.4);
}
.menu-mobile-close i {
    display: inline-block !important;
    margin-left: 10px !important;
    font-size: 20px;
}
.navbar-mobile-header {
    background: rgba(0,0,0,.10);
}
.navbar-mobile-header .navbar-brand {
    width: 140px;
    text-align: center;
}
.navbar-mobile-header .navbar-brand img {
    height: 30px;
}
.navbar-search-form-elem i {
    display: none;
}
.outlet-title2 {
    color: #3a0d22;
    font-size: 22px;
}
.product-design-your-own .product-showcase > .container {
    width: 100%;
    max-width: 100%;
}
.product-panel .product-panel-add-box .col-sm-7 {
    padding-right: 0;
}
.product-panel .product-panel-add-box .col-sm-5 {
    padding-left: 0;
}
.visual-demo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 15%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 5;
}
.visual-demo-2 {
    right: 10%;
}
.visual-demo img {
    height: auto;
    width: auto;
    max-height: 90%;
    max-width: 90%;
}
.visual-demo-1 {
    bottom: 35%;
}
.visual-demo-3 {
    bottom: 30%;
}
.visual-demo-3 img {
    max-height: 50%;
    max-width: 50%;
}
.product-visual-demo-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
}
.go-back2 {
    float: none;
    color: #C5467F;
}
.homepage-text {
    padding: 15px 0;
    font-size: 14px;
    color: rgba(0,0,0,.6);
}
.creator-product-upload-photo .upload-icon {
    font-size: 60px;
    color: #e83a88;
}
.creator-product-upload-photo .filepond--panel-center {
    height: 155px !important;
}
.creator-product-upload-photo .filepond--drop-label > label {
    color: #69164b;
    font-size: 18px;
}
.creator-product-upload-photo .input-container2 {
    height: 130px;
}
.creator-product-upload-photo .filepond--panel-root {
    background-color: #ffdbee;
}
.creator-product-upload-photo .filepond--root .filepond--drop-label {
    min-height: 5.75em;
}
.creator-product-upload-photo .filepond--item-panel .filepond--panel-center {
    height: 100px !important;
}
.visual-img img:first-child {
    z-index: 1;
    position: relative;
}
.visual-img img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    max-width: 100%;
    width: calc(100% - 30px) !important;
    z-index: 10;
}
.visual-demo img {
    z-index: 5 !important;
}
.subcategories-section .homepage--configurator {
    margin: 30px 0;
}
.homepage--configurator .config-panel-col .config-panel .product-type li a {
    text-align: center;
    align-items: center;
}
.homepage--configurator .config-panel-col .config-panel .product-type li a .single-type-icon.single-type-icon-color {
    height: 50px !important;
    width: 50px !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 8px;
    -webkit-box-shadow:  5px 5px 15px rgba(0,0,0,.2);
    -moz-box-shadow:  5px 5px 15px rgba(0,0,0,.2);
    box-shadow:  5px 5px 15px rgba(0,0,0,.2);
}
.subcategories-section .homepage--configurator .config-panel-col .config-panel .product-type li.single-room-select {
    margin-bottom: 2px;
}
.offer-list .product-quantity {
    height: auto;
    padding: 15px;
}
#photo .collage-tools-items,
#photo .collage-tools-items-container {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    height: 170px;
}
.collage-tools-items-container-content {
    position: relative;
}
#photo .collage-tools-group,
#photo .collage-tools-item {
    -webkit-background-size:contain !important;
    background-size:contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#photo .collage-tools-group:before,
#photo .collage-tools-item:before {
    display: none;
}
.subcategories-desc {
    height: 145px;
    overflow: hidden;
}
.btn-read-more {
    background: #eaeaea;
    color: #000;
    text-decoration: none;
    display: block;
    margin: 10px auto;
    padding: 5px 15px;
    border: 0;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.btn-read-more i {
    margin-left: 5px;
    -webkit-transition:  .3s;
    -moz-transition:  .3s;
    -ms-transition:  .3s;
    -o-transition:  .3s;
    transition:  .3s;
}
.btn-read-more:hover {
    background: #e1e1e1;
}
.btn-read-more:focus {
    outline: 0;
}
.subcategories-desc.active + .btn-read-more i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.configurator-image-fixed {
    display: block !important;
}
.configurator-image-naklejka {
    -webkit-background-size: contain !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: top right !important;
}
.big-btn2 {
    line-height: 50;
    margin: 15px 0;
}
.big-btn2:hover {
    opacity: 1;
}
.homepage--configurator.configurator-rooms .config-panel-col .config-panel .product-type li a {
    padding: 6px;
}
.page-content-inner-id-11 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.page-content-inner-id-11 p {
    flex: 0 0 50%;
    text-align: center;
}

.list-categories {
    text-align: center;
    margin-bottom: 50px;
}

.list-categories>p {
    font-size: 2rem;
    margin: 20px 0 20px 0;
}

.list-categories .row {
    padding: 5px 0;
}

.list-categories .row a {
    font-size: 1.2rem;
    color: #3b3b3b;
}

.homepage--offer-list .offer-list li .offer-wrapper .add-to-cart {
    display: none;
}

.homepage--offer-list .offer-price {
    display: none;
}
.coupon-badge {
    color: #fff;
    background: rgb(255,89,160);
    margin-top: 1rem;
    padding: .7rem 1.5rem;
    display: inline-block;
    text-transform: uppercase;
}
#chat-application {
    right: auto;
    left: 10px;
}
.product-creator-info {
    padding: 1rem 0;
}
.product-creator-info strong {
    text-transform: uppercase;
}
.product-creator-info i {
    font-size: 2rem;
    margin-right: 1rem;
}
.textarea-style {
    padding: 10px;
    border: 1px solid rgba(0,0,0,.2);
}
.textarea-style:focus {
    outline: 0;
}

.project {
    padding: 15px 10px;
    text-decoration: none;
    color: #4F4F4F;
    background: #fff;
    border-radius: 2px;
    width: 100%;
    height: 100%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
    transition: .2s;
    margin: 0 15px 0 0;
    border: 0;
    display: flex;
    flex-direction: column;
    align-items: center; }
.project[data-href] {
    cursor: pointer; }
.project__icon {
    margin-bottom: 15px; }
.project__icon img {
    max-width: 100%;
    height: 160px;
    width: auto; }
.project__format {
    margin-top: 7px;
    color: #7c7c7c;
    font-size: 13px;
    width: 100%; }
.project__format-item {
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: flex-start;
    padding: 3px 5px;
    line-height: 18px;
    transition: .2s;
    cursor: pointer;
    margin-bottom: 0;
}
.project__format-item input[type=radio] {
    margin-right: 5px;
    cursor: pointer; }
.project__format-item:hover {
    background: rgba(195, 63, 131, 0.1);
    color: #c33f83; }
.project__format-price {
    white-space: nowrap; }
.project__format-more {
    margin: 5px;
    transition: .2s;
    cursor: pointer;
    display: inline-block; }
.project__format-more:hover {
    color: #c33f83;
    text-decoration: none; }
.project__canvas {
    height: 150px;
    border: 1px solid #f1f1f1;
    margin-bottom: 15px; }
.project__canvas img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto; }
.project__title {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 13px;
    position: relative;
    transition: .2s; }
.project__title--centered {
    justify-content: center; }
.project__title--create-new {
    flex-direction: column; }
.project__title--create-new strong {
    margin-bottom: 5px;
    font-size: 16px; }
.project__title--create-new span {
    color: #7c7c7c; }
.project__product {
    font-size: 12px;
    margin-top: 5px;
    text-align: left;
    width: 100%; }
.project:hover {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px); }
.project .button {
    background: linear-gradient(90deg, #E14B84 0%, #BB437A 100%);
    border-radius: 2px;
    height: 25px;
    padding: 0 15px;
    color: #fff;
    border: 0;
    cursor: pointer;
    line-height: 25px; }



.product-new {
    position: absolute;
    top: 5px;
    right: 20px;
    padding: 3px 8px;
    background: #87c154;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    z-index: 10;
}
.stars {
    display: flex;
    position: relative;
}
.stars img {
    max-width: 100%;
    max-height: 100%;
}
.stars button {
    height: 25px;
    width: 25px;
    padding: 0 1px;
    border: 0;
    background: 0;
    cursor: default;
    flex: 0 0 25px;
    display: flex;
}
.stars--small button {
    height: 15px;
    width: 15px;
    flex: 0 0 15px;
}
.stars button:focus {
    outline: 0;
    border: 0;
}
.stars-grey {
    display: flex;
}
.stars-yellow {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    transition: .2s;
}
.stars--interactive button {
    cursor: pointer;
}

/*************
RESPONSIVE
 */

@media screen and (max-width: 1349px) {
    .navbar-brand {
        padding: 20px 10px;
    }
    .navbar-searchform-trigger {
        padding: 10px 5px;
    }
    .navbar-nav > li > a > span {
        font-size: 13px;
    }
    .navbar-nav > li > a {
        padding: 10px 5px 0 5px !important;
    }
    .right-nav li {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1199px) {
    .homepage--info-slider .info-slide .slide-col .info-slide-text-wrapper .info-slide-title {
        font-size: 34px;
    }
    .homepage--info-slider .info-slide .slide-col .info-slide-text-wrapper .info-slide-desc {
        font-size: 15px;
        line-height: 22px;
    }
    .homepage--info-slider .slick-slide {
        margin: 0;
    }
    .homepage--configurator {
        margin-top: -50px;
    }
    .homepage--movie-section .homepage--movie-col {
        height: auto;
        padding-bottom: 20px;
    }
    .product-panel .product-panel-add-box .product-price .price {
        font-size: 16px;
    }
    .change-color span, .add-new-element span {
        font-size: 14px;
    }
    .homepage--configurator.configurator-rooms .config-panel-col .config-panel .config-panel-title {
        padding: 3px 0;
        font-size: 12px;
    }
    .big-btn2 {
        line-height: 50px;
        margin: 0;
        padding: 0 15px;
        height: 45px;
        font-size: 18px;
    }

}

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

    .navbar-mobile-header {
        display: block;
    }
    .navbar-brand:hover,
    .navbar-brand:active,
    .navbar-brand:focus {
        background: transparent;
    }
    .navbar {
        height: 70px;
    }
    .navbar:before {
        height: 70px;
    }
    .navbar:after {
        height: 70px;
    }
    .scrolled .navbar-nav,
    .navbar-nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
        width: 100%;
        height: 100%;
        background: #e5e4e6;
        background: -moz-linear-gradient(left, #e5e4e6 0%, #dadfe1 30%, #e5e4e6 66%, #d8d9dc 100%);
        background: -webkit-linear-gradient(left, #e5e4e6 0%,#dadfe1 30%,#e5e4e6 66%,#d8d9dc 100%);
        background: linear-gradient(to right, #e5e4e6 0%,#dadfe1 30%,#e5e4e6 66%,#d8d9dc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e4e6', endColorstr='#d8d9dc',GradientType=1 );
    }
    .navbar-brand {
        padding: 10px 20px;
    }
    .navbar-searchform-trigger {
        padding: 5px 15px;
        margin-top: 10px;
        margin-left: 0;
        float: left;
        background: rgba(0,0,0,0.05);
        height: 50px;
        text-shadow: 0 0 0 transparent !important;
    }
    .navbar-searchform .navbar-search-form {
        margin-top: 10px;
        float: left;
        display: block;
        position: static;
        opacity: 1;
        height: 50px;
        background: rgba(0,0,0,0.05);
    }
    .right-nav li {
        padding: 0 15px;
    }
    .navbar-nav > li > a > span {
        font-size: 15px;
    }
    .navbar-brand img {
        height: 50px;
    }
    .navbar-brand:after {
        top: 10px;
        bottom: 10px;
        display: none;
    }
    .navbar-searchform {
        height: 70px;
    }
    .scrolled .right-nav,
    .right-nav {
        margin-top: 15px;
    }
    .navbar-search-form button {
        position: absolute;
        top: 16px;
        right: 7px;
        margin-top: 0;
        height: 40px;
        font-size: 14px;
    }
    .navbar-search-form input {
        height: 50px;
    }
    .scrolled .navbar:before {
        height: 70px;
    }
    .scrolled .navbar:after {
        height: 70px;
    }
    .show-mobile-menu {
        display: block;
    }
    .homepage--intro-section .homepage--title-wrapper {
        margin-top: 65px;
    }
    .nav-item {
        float: none !important;
        height: 80px !important;
        width: 140px;
        text-align: center;
    }
    .navbar-nav > li > a{
        height: 80px;
        float: none;
    }
    .scrolled .navbar-nav > li > a {
        padding-top: 10px !important;
    }
    .scrolled .navbar-nav li a .nav-icon {
        height: 40px;
    }
    .navbar-nav li a .icon-arrow {
        display: none;
    }
    .scrolled .navbar-nav > li > a .icon-arrow,
    .navbar-nav > li > a .icon-arrow {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        position: absolute;
        right: 35px;
        top: 25px;
        display: block;
    }
    .scrolled .navbar-nav > li > a {
        height:85px !important;
    }
    .navbar-nav > li > a > span {
        font-size: 14px;
    }
    .navbar-nav .dropdown-menu {
        position: fixed !important;
        top: 55px;
        right: 0;
        bottom: 0;
        left: 140px;
        width: auto !important;
        z-index: 9999;
    }
    .navbar-nav .dropdown-menu .container {
        width: auto !important;
        padding: 0 15px;
        max-width: none !important;
    }
    .navbar-nav .dropdown-menu > .container > .row > div {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width:100% !important;
        margin-bottom:20px;
    }
    .navbar-nav .dropdown-menu .dropdown-title {
        height: auto;
        padding: 10px 25px;
        -webkit-box-shadow:  0 0 10px rgba(0,0,0,.05);
        -moz-box-shadow:  0 0 10px rgba(0,0,0,.05);
        box-shadow:  0 0 10px rgba(0,0,0,.05);
        border-bottom:none;
        font-family: 'Futura Bold', sans-serif;
        font-weight: bold;
        background: #e5e4e6;
        background: -moz-linear-gradient(left, #fff 0%, #dadfe1 30%, #e5e4e6 66%, #d8d9dc 100%);
        background: -webkit-linear-gradient(left, #fff 0%,#dadfe1 30%,#e5e4e6 66%,#d8d9dc 100%);
        background: linear-gradient(to right, #fff 0%,#dadfe1 30%,#e5e4e6 66%,#d8d9dc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e4e6', endColorstr='#d8d9dc',GradientType=1 );
        margin: 0 -15px 15px -15px;
    }
    .navbar-nav .dropdown-menu li {
        flex: 0 0 25% !important;
    }
    .navbar-nav .dropdown-menu ul li {
        height: auto;
    }
    .scrolled .navbar-nav .dropdown-menu {
        top: 55px;
    }
    .navbar-nav li a.active i {
        color: #8d3d77;
        text-shadow: 0 0 10px #d45b99;
    }
    .navbar-nav .dropdown-menu ul.menu-carousel {
        max-width: 200px;
        margin: 20px auto;
    }
    .menu-carousel .offer-wrapper {
        width: 100%;
    }
    .navbar-nav .menu-carousel li .offer-wrapper a {
        padding: 0 !important;
    }
    .scrolled .navbar-nav li a .icon-arrow {
        margin-top: 0;
    }
    .nav-link.active {
        -webkit-box-shadow: -15px 0 10px rgba(0,0,0,.2);
        -moz-box-shadow: -15px 0 10px rgba(0,0,0,.2);
        box-shadow: -15px 0 10px rgba(0,0,0,.2);
    }
    .dropdown-title-empty {
        padding: 0 !important;
    }
    .homepage--info-sep .sep-col {
        margin: 20px 0;
    }
    .homepage--info-sep {
        min-height: 0;
    }
    .homepage--info-sep .sep-col .sep-icon .sep-icon-text .sep-icon-title {
        font-size: 24px;
        line-height: 24px;
    }
    .homepage--info-sep .sep-col .sep-icon .sep-icon-text .sep-icon-desc {
        font-size: 16px;
        line-height: 16px;
    }
    .homepage--info-sep .sep-col .sep-icon i {
        font-size: 40px;
        padding-right: 25px;
    }
    .account-dropdown-menu li {
        padding: 0;
    }
    .homepage--info-sep .container {
        width: 100%;
        max-width: 100%;
    }
    .homepage--info-slider .container {
        width: 100%;
        max-width: 100%;
    }
    .homepage--info-slider .info-slide .slide-content-col-container {
        padding: 25px;
    }
    .info-slide-desc p {
        margin-bottom: 0;
    }
    .homepage--configurator .config-panel-col .config-panel .product-type li a {
        padding: 5px;
    }
    .homepage--configurator .config-panel-col .config-panel .product-type li a span {
        font-size: 13px;
    }
    .remove-from-cart {
        opacity: 1;
    }
    .subcategories-desc {
        height: 150px;
    }

}

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

    .product-creator-info {
        padding: 0;
    }
    .creator-product-front {
        display: flex;
        flex-direction: column;
    }
    .creator-product-front .canvas-container {
        order: 1;
    }
    .product-showcase-right {
        display: flex;
        flex-direction: column;
    }
    .product-panel {
        order: -1;
        margin-bottom: 1.5rem;
    }
    .more-subcategories-button {
        display: block !important;
    }
    .homepage--configurator.configurator-rooms > .container {
        top: 0;
        margin-top: -10px;
    }
    .navbar-search-form input {
        padding: 10px 60px 10px 5px;
        min-width: 180px;
    }
    .homepage--intro-section {
        margin-top: 30px;
    }
    .homepage--intro-section .homepage--title {
        font-size: 1.7rem;
    }
    .homepage--title-under {
        font-size:19px;
    }
    .info-slide {
        padding-bottom: 60px;
    }
    .homepage--configurator > .container {
        top: 100%;
        margin-top: 70px;
        width: 100%;
        max-width: 100%;
    }
    .homepage--configurator {
        margin-top: 70px;
        margin-bottom: 220px;
    }
    .config-title-wrapper {
        position: absolute;
        top: -80px;
        left: 0;
        right: 0;
    }
    .homepage--configurator .config-panel-col .config-panel .config-panel-title {
        padding: 5px 0;
        font-size: 15px;
    }
    .homepage--configurator.configurator-rooms .config-panel-col .config-panel .product-type li a .single-type-icon.single-type-icon-color {
        width: 35px !important;
        height: 35px !important;
    }
    .homepage--configurator .config-panel-col .config-panel .product-type li a .single-type-icon {
        font-size: 30px;
    }
    .homepage--configurator .config-panel-col .config-panel .product-type li a span {
        font-size: 13px;
    }
    .homepage--configurator .config-panel-col .config-panel .product-type li a {
        padding: 5px;
    }
    .homepage--offer-list > .container {
        width: 100%;
        max-width: 100%;
    }
    .outlet-banner > .container {
        width: 100%;
        max-width: 100%;
    }
    .homepage--movie-section > .container {
        width: 100%;
        max-width: 100%;
    }
    .homepage--inspirations .inspirations-title-bar .inspirations-bar-title img {
        margin-bottom: 0;
    }
    .inspirations-list-wrapper > .container {
        width: 100%;
        max-width: 100%;
    }
    .homepage--inspirations .inspirations-title-bar {
        padding: 30px 0;
    }
    .homepage--inspirations .inspirations-title-bar .inspirations-bar-desc {
        font-size: 18px;
    }
    .white-flowers {
        left: auto;
        right: 60%;
    }
    .homepage--propositions-bar > .container {
        width: 100%;
        max-width: 100%;
    }
    .homepage--nav-list > .container {
        width: 100%;
        max-width: 100%;
    }
    .homepage--footer > .container {
        width: 100%;
        max-width: 100%;
    }
    .homepage--footer .homepage-contact-info .contact-info-title a {
        font-size: 32px;
    }
    .homepage--footer .homepage-contact-info ul li a {
        font-size: 18px;
    }
    .homepage--footer .fb-iframe {
        margin: 0 0 30px 0;
    }
    footer > .container {
        width: 100%;
        max-width: 100%;
    }
    .subcategory-tiles {
        display: none;
    }
    .subcategory-tiles-hidden .subcategory-tiles {
        display: block;
    }
    .products-list > .container {
        width: 100%;
        max-width: 100%;
    }
    .product-showcase-left {
        margin-bottom: 20px;
    }
    .cart-section > .container {
        width: 100%;
        max-width: 100%;
    }
    table.table-normal tbody th,
    table.table-normal tbody td {
        padding: 10px;
    }
    .cart-product-title {
        font-size: 16px;
    }
    .cart-product-price {
        font-size: 16px;
    }
    .account-section > .container {
        width: 100%;
        max-width: 100%;
    }
    .product-details #good-to-buy,
    .product-details [href="#good-to-buy"] {
        display: none !important;
    }

}

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

    .subcategories-section .homepage--configurator {
        margin: 30px 0 300px 0;
    }
    .homepage--configurator.configurator-rooms > .container {
        top: 100%;
        margin-top: -50px;
    }
    .homepage--configurator.configurator-rooms .config-panel-col .config-panel .product-type li {
        width: 16.66666667%;
    }
    .homepage--configurator.configurator-rooms .config-panel-col .config-panel .product-type li.single-type-pattern {
        width: 33.333333%;
    }
    .scrolled .navbar-searchform .navbar-search-form,
    .navbar-searchform .navbar-search-form {
        position: absolute;
        top: 0;
        opacity: 0;
    }
    .navbar-search-form button {
        top: 6px;
    }
    .navbar-searchform-trigger {
        background: transparent;
    }
    .navbar-searchform-trigger.active + .navbar-search-form {
        background: #D2D5D6;
        opacity: 1;
        z-index: 99;
    }
    .homepage--intro-section {
        margin-top: 60px;
    }
    .homepage--intro-section .homepage--title-wrapper {
        margin-top: 15px;
    }
    .navbar-brand {
        padding: 10px 10px 10px 15px;
    }
    .outlet-banner .col {
        text-align: center !important;
    }
    .outlet-banner .col:last-child {
        flex: 0 0 100%;
    }
    .outlet-banner .row > div:first-child {
        display: none;
    }
    .outlet-title2 {
        display: none;
    }
    .room-selection img {
        height: 40px;
    }
    .homepage--inspirations .inspirations-list-wrapper .homepage-inspirations-list li .inspirations-text-wrapper .inspirations-title {
        font-size: 18px;
    }
    .homepage--inspirations .inspirations-list-wrapper .homepage-inspirations-list li .inspirations-text-wrapper .inspirations-content {
        font-size: 13px;
    }
    .product-details > .container {
        width: 100%;
        max-width: 100%;
    }
    .product-details .nav-tabs li a {
        font-size: 16px;
        padding: 10px;
    }
    .product-details {
        margin: 30px 0;
    }
    .product-details .tab-content .tab-pane {
        min-height: 0;
        font-size: 16px;
    }
    .also-bought-title, .related-cat-title, .also-bought-title, .related-cat-title {
        font-size: 24px;
    }
    .cart-steps li span, .cart-steps li a {
        font-size: 12px;
        margin-left: 7px;
    }
    .cart-steps li strong {
        font-size: 14px;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    .table-cart .product-quantity-box {
        width: 60px;
        display: inline-block;
    }
    .quantity {
        padding: 5px 27px 5px 2px;
    }
    .cart-steps .sep {
        margin: 0 7px;
    }
    .table thead {
        display: none;
        width: 100%;
        text-align: center;
    }
    .table tbody,
    .table tfoot,
    .table th,
    .table tr,
    .table td {
        display: block;
        width: 100%;
        text-align: center;
    }
    .cart-combination-details {
        width: 100%;
    }
    .table td, .table th {
        border-top: 0;
    }
    .table-cart tfoot td:nth-child(1) {
        display: none;
    }
    .table-cart tfoot td:nth-child(2) {
        width: 50%;
        float: left;
    }
    .table-cart tfoot td:nth-child(3) {
        width: 50%;
        float: left;
    }
    .login-section .login-box {
        padding: 40px 25px;
    }
    .account-section .account-container .tab-content .tab-pane table tbody th, .account-section .account-container .tab-content .tab-pane table tbody td {
        padding: 10px;
    }
    .account-container .cart-product-img-column + td {
        width: 100%;
    }
    .collage-tools-bar .container {
        margin: 0;
        padding: 0;
    }
    .collage-tools-bar li {
        padding: 0;
    }
    .collage-tools-bar ul {
        padding-left: 0;
        padding-right: 40px;
    }
    .collage-tools-bar li a, .collage-tools-bar li a:focus, .collage-tools-bar li a:active {
        padding: 8px 2px;
        font-size: 12px;
    }
    .page-content-inner-id-11 p {
        flex: 0 0 100%;
    }
    .list-categories .col-sm-4 {
        padding: 5px;
    }

}

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

    .account-section .account-container .nav-tabs li {
        width: 100%;
    }

}

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

    .homepage--info-sep .sep-col .sep-icon {
        flex-wrap: wrap;
        text-align: center;
    }
    .homepage--info-sep .sep-col .sep-icon i {
        font-size: 30px;
        padding-right: 0;
        padding-bottom: 10px;
        flex: 0 0 100%;
    }
    .homepage--info-sep .sep-col .sep-icon .sep-icon-text .sep-icon-title {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .homepage--info-sep .sep-col .sep-icon .sep-icon-text .sep-icon-desc {
        font-size: 13px;
        line-height: 13px;
    }
    .homepage--intro-section {
        margin-top: 70px;
    }
    .homepage--intro-section .homepage--title-wrapper {
        margin-top: 5px;
    }
    .homepage--intro-section .homepage--title {
        font-size: 1.4rem;
    }
    .homepage--title-under {
        font-size:16px;
    }
    .navbar-search-form input {
        padding: 10px 0 10px 5px;
        min-width: 30px
    }
    .navbar-searchform-trigger {
        padding: 10px 7px;
    }
    .navbar-searchform-trigger i {
        font-size: 24px;
    }
    .navbar-search-form-elem i {
        display: block;
        margin-left: 0;
    }
    .navbar-search-form-elem {
        padding: 5px 10px;
    }
    .navbar-search-form-elem span {
        display: none;
    }
    .homepage--configurator .config-panel-col .config-panel .product-type li.single-type {
        width: 33.3333%;
    }
    .homepage--configurator {
        margin-bottom: 270px;
    }
    .homepage--info-slider .info-slide .slide-col .info-slide-img img {
        max-height: 200px;
        width: auto;
        margin: 0 auto;
    }
    .homepage--info-slider .info-slide .slide-col {
        max-width: 100%;
        padding: 0;
    }
    .homepage--info-slider .info-slide .slide-content-col-container {
        padding: 15px 25px;
    }
    .homepage--info-slider .info-slide .slide-col .info-slide-text-wrapper .info-slide-title {
        font-size: 26px;
    }
    .navbar-brand {
        padding: 10px;
    }
    .right-nav li {
        padding: 0 7px;
    }
    .navbar-nav > li > a > span {
        font-size: 12px;
    }
    .nav-item {
        width: 120px;
    }
    .navbar-nav .dropdown-menu {
        left: 120px;
    }
    .scrolled .navbar-nav > li > a .icon-arrow, .navbar-nav > li > a .icon-arrow {
        right: 25px;
    }
    .right-nav li:last-child {
        padding-left: 12px;
        margin-right: -10px;
    }
    .homepage--configurator > .container {
        margin-top: 100px;
    }
    .movie-col-bg {
        display: none;
    }
    .homepage--inspirations .inspirations-list-wrapper .homepage-inspirations-list li {
        width: 100%;
    }
    .homepage--propositions-bar .homepage-propositions-list li {
        width: 100%;
    }

    .homepage--footer .fb-iframe {
        margin: 30px 0;
    }
    .product-panel .product-panel-add-box .col-sm-7 {
        padding-right: 15px;
    }
    .product-panel .product-panel-add-box .col-sm-5 {
        padding-left: 15px;
    }
    .product-panel .product-panel-add-box .product-price {
        padding: 10px 5px;
        height: auto;
    }
    .product-quantity {
        padding: 10px;
        height: auto;
    }
    .product-panel-info .product-panel-info-menu {
        text-align: center;
    }
    #cart-modal .modal-title i {
        display: none;
    }
    .modal-cart-img {
        float: none;
        margin-bottom: 15px;
    }
    .modal-footer button,
    .modal-footer a {
        display: block;
        width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }
    .modal-cart-img {
        height: auto;
    }
    .modal-footer>:not(:first-child) {
        margin-left: 0;
    }
    .modal-footer>:not(:last-child) {
        margin-right: 0;
    }
    #cart-modal .modal-footer button {
        margin-bottom: 10px;
    }
    .modal-footer {
        flex-wrap: wrap;
    }
    .product-also-bought, .product-related-cat {
        overflow: hidden;
    }
    .card-body .product-type-list li {
        width: 100%;
        height: auto;
    }
    .product-panel-info-menu .icon-arrow {
        display: none;
    }
    .homepage--configurator.configurator-rooms > .container {
        margin-top: -50px;
    }
    .homepage--configurator.configurator-rooms .config-panel-col .config-panel .product-type li {
        width: 33.333333%;
    }
    .homepage--configurator.configurator-rooms .config-panel-col .config-panel .product-type li.single-type-pattern {
        width: 33.333333%;
    }
    .subcategories-section .homepage--configurator.configurator-rooms {
        margin: 30px 0 470px 0;
    }
    .subcategories-section .subcategories-title {
        font-size: 2rem;
    }

}

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

    .show-mobile-menu span {
        display: none;
    }
    .homepage--info-sep .sep-col .sep-icon .sep-icon-text .sep-icon-title {
        font-size: 16px;
    }
    .homepage--nav-list .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .products-list .products-list-title {
        font-size:1.2rem;
    }

}
@media(max-width: 575px)
{
	.cart-summary-bottom label
	{
		font-size: 13px;
	}
	.cart-summary-bottom > *
	{
		margin: 0;
	}
	.cart-summary-bottom
	{
		padding:0;
	}
	.cart-summary-bottom > *
	{
		float:none;
	}
}