/*//////////////////////////////////////// UNIVERSAL ////////////////////////////////////////*/
.page-header {
    text-align: center;
    border: none;
}

p {
    margin:0 0 28px;
}

.container-fluid {
    padding: 0px !important;
    position: relative;
}

.row {
    margin: 0px !important;
}

@font-face {
    font-family: SourceSansProLight;
    src: url(../fonts/SourceSansPro-Light_0.otf);
}

@font-face {
    font-family: CoreHumanistSansRegular;
    src: url(../fonts/CoreHumanistSans-Regular.otf);
}

body {
    background-color: #f5f5f5 !important;
    margin: 0;
    padding: 0;
    font-family: SourceSansProLight;
}

h1, h2, h3, h4, h5, h6 {
    font-family: CoreHumanistSansRegular;
    text-transform: uppercase;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

p, a {
    font-size: 16px;
}

.blue-text {
    color: #35c1dc;
}

/*///////////////////////////////////////// COLORS /////////////////////////////////////////*/
.red {
    background-color: #cc0000;
}

.pink {
    background-color: #f46ec9;
}

.purple {
    background-color: #660099;
}

.blue {
    background-color: #364ae0;
}

.green {
    background-color: #669933;
}

.yellow {
    background-color: #ffcc00;
}

.orange {
    background-color: #ff7800;
}

.black {
    background-color: #000;
}

.white {
    background-color: #fff;
    border: 1px solid #acacac;
}

.grey {
    background-color: #989898;
}

/*//////////////////////////////////////////////// NAV ////////////////////////////////////////////////*/
.nav-tablet {
    display: none;
    z-index: 10;
}

.nav-phone {
    display: none;
    z-index: 10;
}

.nav-desktop {
    z-index: 10;
    position: absolute;
    width: calc(100% - 200px);
    margin: 24.5px 100px 0;
    background:#fff;

}

.nav-desktop ul {
    padding: 0;
    margin: 0;
    display: inline-block;
}

ul.language {
    margin-right:20px;
}

.nav-desktop ul.logo {
    float: left;
}

.nav-desktop ul li {
    list-style-type: none;
    display: inline-block;
    font-size: 16px;
}

.nav-desktop .menu-pages li {
    padding: 22px 4.5px 19.5px 4.5px;
}

.nav-desktop ul li a {
    text-decoration: none;
    color: #000;
}

.nav-desktop .menu-logo {
    height: 60px;
    width: 398px;
    background-repeat: no-repeat;
    background-image: url("../../assets/img/logo_uitsnede.png");
}

.logo-black {
    background-image: url("../../assets/img/logo_black.png") !important;
}

.nav-desktop .menu {
    background-color: #fff;
    margin-left: -5px;
    float: right;
    width: calc(100% - 398px);
    text-align: right;
    height:70px;
    text-transform: uppercase;
    overflow: hidden;
}

.nav-desktop .menu-pages {
    margin-right: 25px;
}

.nav-desktop .menu-pages li {
    margin: 0px 15px;
}

.nav-desktop .language li {
    border: 1px solid #e8e8e8;
    padding: 5px;
}

.nav-desktop .menu-store {
    border: 1px solid #e8e8e8;
    padding: 5px;
}

.nav-desktop .menu-store li {
    padding-left: 5px;
    padding-right: 5px;
    border-right: 1px solid #e8e8e8;
}

.nav-desktop .menu-store li:last-child {
    border-right: 0 none;
}

.nav-desktop .menu-border {
    float: right;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 18px;
    display: none;
}

.nav-desktop .active-page {
    border-bottom: 6px solid #000;
}

.blue-text {
    color: #35c1dc !important;
}

/*////////////////////////////////////// IMAGESLIDER //////////////////////////////////////*/
.imgSlider {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.imgSlider ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.imgSlider ul li {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: top;
    position: absolute;
}

.imgSlider h1 {
    text-align: center;
    margin: 20% 0 0 0;
    color: #fff;
    font-size: 50px;
    font-family: helvetica;
}

ol {
    position: absolute;
    list-style-type: none;
    top: 40%;
    right: 25px;
}

ol li {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    cursor: pointer;
    margin-top: 10px;
}

.active-slider-page {
    background-color: #35c1dc;
}

ol li:hover {
    background-color: #fff;
}

.imgSliderLeft {
    display: none;
    position: absolute;
    top: calc(50% - 45.5px);
    left: 30px;
    z-index: 1;
}

.imgSliderRight {
    display: none;
    position: absolute;
    top: calc(50% - 45.5px);
    right: 30px;
    z-index: 1;
}

.imgSliderRight img {
    cursor: pointer;
}

.sliderText {
    position: absolute;
    color: #fff;
    font-family: SourceSansProLight;
    bottom: 15%;
}

.sliderText h2 {
    font-size: 60px;
}

.sliderText p {
    font-size: 30px;
}

.sliderTextLeft {
    left: 10%;
}

.sliderTextRight {
    text-align: right;
    right: 10%;
}

.fa-ideal {
    width:37px;
    height:28px;
    background: url('../../assets/img/ideal.png') no-repeat left top;
    display: inline-block;
    vertical-align:bottom;
}

/*/////////////////////////////////////////// SHOP ///////////////////////////////////////////*/
.filter-mobile {
    height: 75px;
    background-color: #cccccc;
    text-align: center;
    font-size: 25px;
    padding-top: -6px;
    display: none;
}

.filter-mobile i {
    margin-top: 25px;
    color: #000;
    font-size: 25px;
}

.filter-mobile .fa-angle-up {
    display: none;
}

.filter {
    background-color: #f5f5f5;
    margin-bottom: 120px;
}

.filter ul {
    padding: 0px;
    margin: 0 0 0 20px;
    list-style-type: none;
}

.filter ul li {
    margin: 0 0 10px 0;
}

.filter ul li label {
    margin: 0 0 0 10px;
    display: inline-block;
}

.filter h4 {
    margin-left: 20px;
    margin: 30px 0 30px 20px;
}

.filter-close {
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url('../../assets/img/cross-vf0.png');
    right: 10px;
    margin-top: -46px;
    transition: 0.3s ease;
}

.filter-close:hover {
    background-image: url('../../assets/img/cross-vf1.png');
}

.list-two-rows li {
    display: inline-block;
    width: 40% !important;
}

.two-rows {
    margin: -10px 0 0 20px !important;
    -webkit-columns: 80px 2;
    -moz-columns: 80px 2;
    columns: 80px 2;
}

.filter-color {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 10px;
    position: absolute;
    margin-top: 1px;
}

.filter-color label {
    margin: -2px 0 0 20px !important;
    display: inline;
    position: absolute;
}

.filter-price li:first-child {
    padding: 0 18px 0 12px;
}

.filter ul:last-child {
    margin-bottom: 100px;
}

input[type="checkbox"]:checked + label {
    color: #35c1dc;
}

input[type="checkbox"]:checked label {
    color: #35c1dc;
}

/*/////////////////////////////////////////// PRICE SLIDER ///////////////////////////////////////////*/
.flat-slider.ui-corner-all,
.flat-slider .ui-corner-all {
    border-radius: 0;
}

.flat-slider.ui-slider {
    border: 0;
    background: #ccc;
    border-radius: 15px;
}

.flat-slider.ui-slider-horizontal {
    height: 2px;
}

.flat-slider .ui-slider-handle {
    width: 10px;
    height: 10px;
    background: #000000;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}

.ui-slider .ui-slider-handle {
    width: 1em !important;
    height: 1em !important;
}

.flat-slider.ui-slider-horizontal .ui-slider-handle {
    top: 50%;
    margin-top: -8px;
    background-color: #000;
}

.flat-slider .ui-slider-handle:hover {
    background-color: #35c1dc;
}

.flat-slider .ui-slider-handle:active {
    background-color: #35c1dc;
}

.flat-slider .ui-slider-handle:focus {
    outline: 0;
}

.flat-slider .ui-slider-range {
    border: 0;
    border-radius: 7;
    background: #ccc;
}

.flat-slider.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 2px;
}

#slidePriceMin {
    width: 80px;
    float: left;
    margin-top: 20px;
    border: 1px solid #cccccc;
}

#slidePriceMax {
    width: 80px;
    float: right;
    margin-top: 20px;
    border: 1px solid #cccccc;
}

/*////////////////////////////////////// CONTENT DIVS //////////////////////////////////////*/
.content-1 {
    margin-top: 140px;
    width: 100%;
    background-color: #fff;
}

.content-2 {
    width: 100%;
    background-color: #fff;
}

.content-2 a,
.content-1 a{
   text-decoration: underline;
}

/*///////////////////////////////////// PICTURE HEADER /////////////////////////////////////*/
.header {
    background-size: cover !important;
    color: #fff;
    position: relative;
}

.header-content {
    margin-top: 150px;
    text-align: center;
    line-height: 45px;
}

.header-content h3 {
    margin: 30px 0 100px 0;
}

.arrow-down {
    display: inline-block;
    position: absolute;
    bottom: 25px;
    left: calc(50% - 21px);
    width: 42px;
    height: 42px;
    background: url("../../assets/img/v.png");
    transition: 0.3s ease;
}

.arrow-down:hover {
    background: url("../../assets/img/v-hover.png");
    transition: 0.3s ease;
}

/*///////////////////////////////////// BLOCK OF THREE /////////////////////////////////////*/
.block-three {
    text-align: center;
    height: 350px;
    color: #fff;
}

.block1, .block2, .block3 {
    width: calc(100% / 3);
    overflow: hidden;
    float: left;
    height: 350px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.overlay {
    transition: ease 0.3s;
    background: rgba(53, 193, 220, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    color: #fff;
}

.overlay:hover {
    background: transparent;
}

.overlay:hover .btn-white {
    background: #000;
    color: #fff;
}

.overlay:hover .btn-white:after {
    background: url('../../assets/img/btn-white.png') no-repeat left top !important;
}

.block-three-head-text {
    font-size: 40px;
    line-height: 42px;
}

.block1 h2 {
    margin: 80px 30px 20px 30px;
    text-shadow: 1px 1px 2px #000;
}

.block2 h2 {
    margin: 60px 0px 35px 0px;
}

.block2 p {
    margin-bottom: 35px;
}

.block3 p {
    margin-top: 90px;
    text-shadow: 1px 1px 2px #000;
}

.block3 h2 {
    margin: -10px 30px 20px 30px;
    text-shadow: 1px 1px 2px #000;
}

.block2 {
    background-color: #35c1dc;
    height: 350px;
}

.email {
    width: calc(100% - 100px) !important;
    height: 26px !important;
    border: 1px solid #fff !important;
    background-color: #35c1dc !important;
    color: #fff !important;
    margin-right: 10px !important;
    padding: 6px !important;
}

.block2 ::-webkit-input-placeholder {
    color: #fff;
}

.block2 :-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.block2 ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.block2 :-ms-input-placeholder {
    color: #fff;
}

.subscribe {
    border: 0;
    outline: 0;
    width: 38px;
    height: 30px;
    text-indent: -9999px;
    background-image: url("../../assets/img/send.png");
}

.subscribe:hover {
    background-image: url("../../assets/img/send-hover.png");
}

/*//////////////////////////////////////// BUTTONS ////////////////////////////////////////*/
.btn {
    transition: ease 0.3s;
    border-radius: 0px;
    display: inline-block;
    padding: 6px 26px 6px 12px;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    min-width: 110px;
    text-align: left;
}

.btn:after {
    content: " ";
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0px;
    top: 55%;
    margin-top: -8px;
}

.btn-back {
    transition: ease 0.3s;
    border-radius: 0px;
    display: inline-block;
    padding: 6px 12px 6px 26px;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    min-width: 110px;
    text-align: left;
    text-transform: none;
}

.btn-back:after {
    content: " ";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 5px;
    top: 55%;
    margin-top: -8px;
}

.btn-white {
    background: #fff;
    color: #35c1dc;
}

.btn-white:after {
    background: url('../../assets/img/btn-blue.png') no-repeat left top;
}

.btn-white:hover {
    background: #000;
    color: #fff;
}

.btn-white:hover:after {
    background: url('../../assets/img/btn-white.png') no-repeat left top !important;
}

.btn-blue {
    background: #35c1dc;
    color: #fff;
}

.btn-blue:after {
    background: url('../../assets/img/btn-white.png') no-repeat;
}

.btn-blue:hover {
    background: #000;
    color: #35c1dc;
}

.btn-blue:hover:after {
    background: url('../../assets/img/btn-blue.png') no-repeat;
}

.btn-orange {
    background: #f26522;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.btn-orange p {
    margin: 4px auto 0;
    color: #FFF;
}

.btn-orange i {
    color: #fff;
}

.btn-orange span {
    margin: 4px auto 0;
    color: #fff;
    display: inline-block;
}

.btn-orange:hover {
    background: #000;
    color: #f26522;
}

.btn-orange:hover i, .btn-orange:hover p {
    color: #f26522;
}

.btn-green {
    background: #39b54a;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    cursor: default;
}

.btn-green i {
    color: #fff;
}

.btn-green p {
    margin: 4px 0 0 15px;
    color: #fff;
}

.btn-back-blue {
    background: #35c1dc;
    color: #fff;
}

.btn-back-blue:after {
    background: url('../../assets/img/btn-white-back.png') no-repeat;
}

.btn-back-blue:hover {
    background: #000;
    color: #35c1dc;
    text-decoration: none;
}

.btn-back-blue:hover:after {
    background: url('../../assets/img/btn-blue-back.png') no-repeat;
}

/*//////////////////////////////////////////// PAGINATION ////////////////////////////////////////////*/
.pagination {
    text-align: right;
    padding: 20px 0;
    border-top: 1px dotted #cccccc;
}

.pagination li {
    list-style-type: none;
    display: inline-block;
    background-color: #ccc;
    position: relative;
}

.pagination li a {
    width: 30px !important;
    height: 30px !important;
    color: #35c1dc;
    background-color: #f5f5f5;
    text-align: center;
    display: block;
    padding-top: 13%;
    text-decoration: none;
    transition: 0.3s ease;
}

.pagination li a:hover {
    color: #000;
    background-color: #35c1dc;
}

.pagination-active {
    color: #000 !important;
    cursor: default;
}

.pagination-active:hover {
    color: #000 !important;
    background-color: #f5f5f5 !important;
}

.pagination-disabled {
    color: #999 !important;
}

.pagination-disabled:hover {
    background-color: #f5f5f5 !important;
    cursor: default;
}

/*//////////////////////////////////////////// PRODUCTS ////////////////////////////////////////////*/
.product-image {
    text-align: center;
}

.product-image a {
    display: inline-block;
}

.products-contianer {
    border-top: 1px dotted #ccc;
    padding-top: 50px;
}

.white-bg {
    background-color: #fff !important;
}

.products-little {
    padding: 0px 25px;
}

.products-little h1 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 75px;
}

.product {
    margin-bottom: 75px;
}

.product-image a::after {
    cursor: pointer;
    display: none;
    content: " ";
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-170%);
    -moz-transform: translateX(-50%) translateY(-170%);
    -webkit-transform: translateX(-50%) translateY(-170%);
    background: url('../../assets/img/icon.png') no-repeat;
}

.product-image:hover a::after {
    display: block;
}

.product-image img {
    width: 180px;
    height: 180px;
}

.product-info {
    text-align: center;
    line-height: 22px;
}

.product-price {
    color: #35c1dc;
}

/*///////////////////////////////////////////// SHOP-DETAIL /////////////////////////////////////////////*/
.detail-bikini {
    line-height: 22px;
}

.detail-bikini p {
    font-size: 15px;
}

.detail-bikini h3 {
    font-size: 30px;
    color: #35c1dc;
    font-family: SourceSansProLight;
}

.more-info {
    color: #35c1dc;
    text-decoration: underline;
}

.more-info:hover {
    color: #00accd;
    text-decoration: underline;
}

.bikini-detail-background {
    background-color: #f5f5f5;
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 0 0 15px 15px;
}

.bikini-detail-background i {
    color: #39b54a;
}

#bikini-size {
    margin: 0;
    padding: 0;
}

.check {
    display: inline-block;
    margin: 0;
}

.check-div {
    margin-top: 30px;
}

.thumb-container {
    width: 120px;
}

.thumb-container div {
    list-style-type: none;
    margin-bottom: 15px;
}

.thumb-container div:last-child {
    margin-bottom: 0;
}

.thumb-container .row {
    overflow: hidden;
    height: 354px;
}

.thumb-div {
    width: 90%;
}

.thumb {
    width: 100%;
}

.active-thumb {
    border: 1px solid #35c1dc;
}

.big-picture-container {
    padding: 0;
}

.big-picture-container li {
    list-style-type: none;
}

.add-wishlist {
    margin-top: 11.5px;
    margin-bottom: 35px;
}

a.add-wishlist {
    margin-left: 10px;
}

.related-products {
    border-top: 1px dotted #ccc;
    margin-top: 80px;
}

.related-products-header {
    text-align: center;
    margin: 30px 0;
}

.detail-large-img {
    width: 100%;
}

/*/////////////////////////////////////////////// STORES ///////////////////////////////////////////////*/
.store {
    position: relative;
    background-color: #f5f5f5;
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 26px;
}

.store h3 {
    padding-bottom: 10px;
    margin-left: 25px;
}

.store p {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
}

.store table {
    margin-left: 20px;
}

/*.store-logo-container{
}
.store-logo{
}*/
/*/////////////////////////////////////////////// BLOG ///////////////////////////////////////////////*/
.loading {
    text-align: center;
    margin-bottom: 29px;
}

.blog-item {
    margin: 0 0 80px 0;
}

.blog-foto-thumb {
    height: auto;
    width: 100%;
}

.blog-foto-thumb img {
    height: 100%;
    width: 100%;
}

.blog-date {
    font-size: 15px;
    line-height: 42px;
    margin: 25px 0 0 0;
}

.blog-thumb-title {
    color: #35c1dc;
    line-height: 42px;
    margin: 0 0 15px 0;
}

.blog-date-detail {
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
}

.blog-foto-thumb-detail {
    height: auto;
    width: 100%;
    margin: 0 auto;
}

.blog-foto-thumb-detail img {
    height: 100%;
    width: 100%;
}

.blog-text {
    margin: 50px 0 20px 0;
    padding: 0 10px 30px 10px;
    border-bottom: 1px dotted #ccc;
}

.share-buttons {
    text-align: right;
}

.share-buttons li {
    width: 30px;
    height: 30px;
    display: inline-block;
    list-style-type: none;
    color: #35c1dc;
    background-color: #f5f5f5;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 2px;
}

.share-btn-media {
    cursor: pointer;
    background-color: #35c1dc !important;
}

.share-buttons li i {
    color: #fff;
}

.blog-detail-bottom {
    margin-bottom: 100px;
}

/*/////////////////////////////////////////////// PRESS ///////////////////////////////////////////////*/
.press-container {
    margin-bottom: 50px;
}

.press-item {
    margin-bottom: 20px;
}

.press-img-container {
    width: 100%;
    height: auto;
    max-height: 500px;
    overflow: hidden;
    cursor: pointer;
}

.press-img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.75s ease; /* Safari and Chrome */
    -moz-transition: all 0.75s ease; /* Firefox */
    -ms-transition: all 0.75s ease; /* IE 9 */
    -o-transition: all 0.75s ease; /* Opera */
    transition: all 0.75s ease;
}

.press-img-container::after {
    content: " ";
    display: none;
    width: 97.5%;
    height: 100%;
    position: absolute;
    top: 8px;
    left: 5px;
    margin-top: -8px;
    background: rgba(53, 193, 220, 0.8) url("../../assets/img/icon.png") no-repeat center;
}

.press-img-container:hover img {
    -webkit-transform: scale(1.25); /* Safari and Chrome */
    -moz-transform: scale(1.25); /* Firefox */
    -ms-transform: scale(1.25); /* IE 9 */
    -o-transform: scale(1.25); /* Opera */
    transform: scale(1.25);
}

.press-img-container:hover::after {
    display: block;
}

/*/////////////////////////////////////////////// IMAGE VIEWER ///////////////////////////////////////////////*/
.image-viewer {
    display: none;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 20;
}

.background-image-viewer {
    position: fixed;
    /*z-index: 10;*/
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
}

.imgViewerLeft {
    position: absolute;
    top: calc(50% - 45.5px);
    left: 30px;
    z-index: 1;
}

.imgViewerRight {
    position: absolute;
    top: calc(50% - 45.5px);
    right: 30px;
    z-index: 1;
}

.viewer-img {
    max-width: 80%;
    max-height: 80%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*/////////////////////////////////////////////// ABOUT US ///////////////////////////////////////////////*/
.about-container {
    margin: 75px 0;
    line-height: 26px;
}

.about-container h3 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.about-container p {
    margin-bottom: 28px;
}

.about-container img {
    width:100%;
}

/*/////////////////////////////////////////////// CONTACT ///////////////////////////////////////////////*/
.contact-details {
    margin-bottom: 30px;
}

.contact-details .fa-circle {
    color: #35c1dc;
}

.social-icons-contact {
    float: right;
    margin-top: -35px;
}

.social-icons-contact img {
    margin-right: 20px;
}

.contact-details h3 {
    margin-bottom: 20px;
}

.contact-container {
    margin: 100px 0;
    line-height: 26px;
}

.contact-form {
    margin-bottom: 30px;
    width: 100%;
    background-color: #f5f5f5;
    padding: 10px 40px 50px 40px;
}

.contact-form h3 {
    margin-bottom: 20px;
}

.contact-form input {
    width: 100%;
    margin-bottom: 10px;
    height: 30px;
    border: none;
    padding-left: 10px;
}

.contact-form textarea {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    height: 220px;
    border: none;
    padding: 10px 0 0 10px;
}

.send-btn {
    float: right;
}

::-webkit-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

textarea:focus, input:focus {
    outline: 0;
}

/*///////////////////////////////////////////////// 404 /////////////////////////////////////////////////*/
.teaser {
    width: 100%;
    height: 100vh;
    text-align: center;
}

.error-page-header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    color: #fff;
    line-height: 45px;
}

.error-page-header h1 {
    margin-bottom: 30px;
}

.link-error-page {
    text-decoration: underline;
    font-size: 30px;
    color: #35c1dc;
}

.link-error-page:hover {
    text-decoration: none;
}

/*/////////////////////////////////////////////// FOOTER ///////////////////////////////////////////////*/
footer {
    background-color: #ebebeb;
    padding: 0px 25px;
}

.footer-div {
    margin-top: 25px;
    margin-bottom: 25px;
}

footer h3 {
    margin-bottom: 5px;
    font-family: SourceSansProLight;
    font-size: 18px;
}

footer p {
    color: #898989;
}

footer ul {
    padding: 0px;
    margin: 0px;
}

footer ul li {
    list-style-type: none;
}

footer a {
    color: #898989;
}

.footer-center {
    padding-top: 10px;
    border-top: 1px dotted #b7b7b7;
    text-align: center;
    margin-top: 40px;
}

.footer-center a {
    text-decoration: underline;
}

.fa {
    color: #898989;
}

.social-icons i {
    padding: 0px 10px;
}

.social-icons i:hover {
    color: #222;
}

footer i {
    margin-top: 15px;
}

/*/////////////////////////////////////////////// SHOPPING CART ///////////////////////////////////////////////*/
.cart-header {
    background-color: #F5F5F5;
    font-weight: bold;
    padding: 8px;
    border-left: solid 1px #FFF;
}

.cart-header:first-child {
    border-left: none;
}

.cart-cell {
    padding: 8px;
    border-bottom: solid 1px #F5F5F5;
    border-left: solid 1px #F5F5F5;
}

.cart-cell:last-child {
    padding: 8px;
    border-right: solid 1px #F5F5F5;
}

.cart-delete {
    padding: 3px !important;
    text-align: center !important;
}

.fa-remove {
    cursor: pointer;
}

.button-container {
    padding-top: 37px;
}

.spinner {
    width: 80%;
}

.spinner-cell {
    padding: 5.5px 8px;
}

/*/////////////////////////////////////////////// LOGIN + REGISTER ///////////////////////////////////////////////*/
#login-form, #register-form, #order-form {
    margin-bottom: 30px;
    width: 100%;
    background-color: #f5f5f5;
    padding: 50px 80px;
}

input[type=text],
input[type=password],
input[type=email] {
    width: 100%;
    margin-bottom: 10px;
    height: 30px;
    border: none;
    padding-left: 10px;
    font-size: 14px;
}

#login-form input[type=radio],
#register-form input[type=radio],
#order-form input[type=radio]/*,
#contact-form input[type=radio]*/ {
    float: left;
    margin-left: 4px;
    margin-right: 8px;
}

#login-form .pw-no-select,
#register-form .pw-no-select,
#order-form .pw-no-select/*,
#contact-form .pw-no-select*/ {
    padding-top: 1px;
}

.login-form-field {
    padding: 0;
}

.logout {
    cursor: pointer;
}

.error {
    color: crimson;
    position: absolute;
    right: 8px;
    top: 8px;
}

.error-message {
    background-color: crimson;
    color: #FFF;
    padding: 5px;
    margin-bottom: 10px;
}

.error-message i.fa {
    color: #FFF;
    padding-right: 5px;
}

label.InputfieldHeader {
    display: none;
}

.form-item div input[type=text] {
    width: 100%;
}

.form-item.ui-state-error, .form-item .ui-state-error {
    background-color: transparent;
    border: 0 none;
}

.ui-widget-content {
    border: 0 none;
    background: transparent;
}

.form-item {
    margin-bottom: 10px;
    color: crimson;
    padding: 0;
}

.form-item:last-child {
    margin-bottom: 0;
}

#login-form .ui-state-error i, #login-form .ui-state-error span,
#register-form .ui-state-error i, #register-form .ui-state-error span,
#order-form .ui-state-error i, #order-form .ui-state-error span,
#contact-form .ui-state-error i, #contact-form .ui-state-error span {
    color: crimson;
}

.form-item select {
    width: 100%;
    height: 30px;
    border: 0 none;
    margin-bottom: 10px;
    padding-left: 8px;
}

.form-item button {
    width: 100%;
}

#wrap_register, #wrap_submit {
    float: right;
}

.InputfieldRadiosStacked {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#order-form #address-accordion .ui-accordion-header {
    padding: 10px 7px;
    margin: 0;
    height: 40px;
    border-radius: 0;
    border: 1px solid #CCC;
}

#order-form #address-accordion .ui-accordion-header-active {
    background-color: #CCC;
    border: 0 none;
}

#order-form .ui-accordion-content {
    padding-bottom: 0;
}

.accordion-title {
    float: left;
    margin-top: 3px;
}

hr {
    border-top: 1px solid #CCC;
    margin: 30px 0;
}

.form-item h3 {
    margin-top: 0;
}

#shipping-container .form-item {
    width: 214px;
    padding: 16px;
    margin-right: 8px;
    border: 1px solid #CCC;
    background: #FFF;
}

#bikini-size label.ui-button-text-only {
    margin: 0 -1px 0 0;
    border: 1px solid #CCC;
    border-radius: 0;
    width: 32px;
    height: 32px;
}

#bikini-size label.ui-button-text-only.ui-state-hover,
#bikini-size label.ui-button-text-only.ui-state-active {
    background-color: #35c1dc;
    color: #FFF;
}

#bikini-size label.ui-button-text-only.ui-state-active {
    cursor: default;
}

#bikini-size label.ui-button-text-only .ui-button-text {
    padding: .4em 0;
}

#description {
    overflow: hidden;
    height: 92px;
}

#up-arrow {
    margin-left: 33.5px;
    margin-bottom: 16px;
    width: 42px;
    height: 42px;
    background-image: url("../../assets/img/arrow-up.png");
    cursor: pointer;
}

#down-arrow {
    margin-left: 33.5px;
    margin-top: 16px;
    width: 42px;
    height: 42px;
    background-image: url("../../assets/img/arrow-down.png");
    cursor: pointer;
}

#wishlist-img {
    width: 64px;
    height: 64px;
}

.wishlist-container .row {
    padding-top: 20px;
}

/* chrome related styling */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .two-rows li { /* fix size columns */
        margin: 10px 0 0 0 !important;
    }
}