/* */
@font-face {
    font-family: 'Moon 2.0';
    src: url('/images/global/webfonts/moon20-bold.woff2') format('woff2'),
        url('/images/global/webfonts/moon20-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Moon 2.0';
    src: url('/images/global/webfonts/moon20-light.woff2') format('woff2'),
        url('/images/global/webfonts/moon20-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Moon 2.0';
    src: url('/images/global/webfonts/moon20-regular.woff2') format('woff2'),
        url('/images/global/webfonts/moon20-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.blockquote {
	border-left: 4px solid #de2e92;
}
.mainSlider .swiper-container .banner-btn .text {
	font-family: inherit;
    position: relative;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: inherit;
}
.title.center h1, .title.center.h1-style {
	font-family: 'Moon 2.0', sans-serif;
    text-transform: none;
    font-size: 40px;
    padding: 0px;
    line-height: 1.2em;
    margin: 0px;
    letter-spacing: 1px;
    margin-bottom: 30px;
	word-spacing: -10px;
	text-align: center;
}
h1.size-lg, .title.center h1.size-lg {
	font-weight: 100;
}
h1.size-lg .logo-font, .title.center h1.size-lg .logo-font {
	font-size: 1.55em;
}
h1, .h1-style {
	font-weight: 200;
}
.pagetitle {
	font-size: 20px;
    line-height: 1.75em;
    font-family: 'Oswald', sans-serif;
    padding: 0 0 2px;
    margin: 0 0 15px 0;
    color: #333745;
}
body.theme1 .info-block p:first-child:first-letter {
	font-weight: 400;
    line-height: 7px;
}
.category-slider .item .text-style-1, .category-slider-item .text-style-1 {
	font-family: 'Moon 2.0', sans-serif;
	font-weight: 100;
}
.logo-font {
	font-size: 52px;
}
.categories .text-1 {
	text-shadow: 0 1px 0 rgba(128, 128, 128, 0.4);
}
/* CSS Additions */
.filters .filter-label {
	cursor: pointer;
}
.subcategory-list {
	list-style: none;
}
.countdown-box .countdown-wrapper {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: rgba(250, 250, 250, 0.8);
}
.form-horizontal .form-group-sm .form-control, .input-sm {
	font-size: 14px;
}
.bootstrap-select .dropdown-toggle:focus {
	outline: none!important;
}
button.dropdown-toggle {
	/* margin-bottom: 5px;*/
}
form.white .select2-container {
	margin-bottom: 13px;
}
body.rounded .block.fullwidth .banner,
body.rounded .block.fullwidth .category-image {
	border-radius: 0px;
}

/* Ajax Loader */
.ajaxloader {
	display: none;
	position: absolute;
	z-index: 10010;
	vertical-align: middle;
	
}
.ajaxloader .bg {
	background-color: rgb(0, 0, 0);
    opacity: 0.6;
    cursor: wait;
    z-index: 10011;
    height: 100%;
    width: 100%;
}
.ajaxloader .circle-wrapper {
	z-index: 10012;
}
.ajaxloader .message {
	position: absolute;
    z-index: 100012;
    top: 50%;
    left: 50%;
    width: 200px;
    padding: 0;
    margin: 0;
    margin-left: -100px;
    text-align: center;
    margin-top: 25px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 21px;
}
.loading .ajaxloader {
	display: block;
	margin-left: -25px;
	top: 50%;
	width: 100%;
}
body.loading> .ajaxloader{
	margin-left: 0px;
	top: 0;
	position: fixed;
}

.bootstrap-select.form-control {
	margin-bottom: 25px;
}
.bootstrap-select.btn-group .btn .caret {
	position: relative;
}
.dropdown-menu>li>a, .dropdown-menu>li.selected>a {
	background-color: transparent;
	line-height: 34px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover,
.dropdown-menu>li.selected>a:focus, .dropdown-menu>li.selected>a:hover {
	background-image: none;
	background-color: #f5f5f5;
}
body.theme1 .btn.selectpicker {
	border-color: #cccccc;
	line-height: 40px;
	font-size: 14px;
	font-weight: 400;
}
body.theme1 .btn.selectpicker {
	border-color: #cccccc;
}
body.theme1 .btn.selectpicker:hover {
	border-color: #cccccc;
}
.bootstrap-select .btn.selectpicker:focus,
body.theme1 .btn.selectpicker:focus {
	outline-offset: 0px;
	outline-style: none;
	outline-width: 0px;
}
body.theme1 .btn.selectpicker:focus span.filter-option {
	outline-offset: 0px;
	outline-style: none;
	outline-width: 0px;
	border: none;
}
.form-group .required, .control-label .required {
	padding-left:15px;
}
label.required{
	padding-left: 0px;
}
label.required:after{
	font: normal normal normal 8px/1 FontAwesome;
	content: "\f005";
    vertical-align: top;
    margin-left: 2px;
}
.select2-container {
	margin-bottom: 25px;
}
.select2-container .select2-selection--single {
	height: 40px;
	background-color: #f7f7f7;
	border: 1px solid #cccccc;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
	
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px;
}
form.account-create .back a {
	cursor: pointer;
}
.page-header.variant-9.is-sticky .header-links {
	display: inline-block;
}

.header-account .dropdown-container .top-text {
	max-width: 340px;
	white-space: normal;
}
.btn i.fa, .btn-primary i.fa, button.action i.fa {
	display: inline-block;
	vertical-align: text-top;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-right: 0.4em;
}
.btn i.fa:only-child, .btn-primary i.fa:only-child, button.action i.fa:only-child {
	font-size: 1.2em;
	margin-right: 8px;
	vertical-align: baseline;
}
.bootbox .modal-content {
	padding: 40px 50px 30px;
}
.bootbox .modal-body {
	padding: 35px 0px 10px 0px;
}
.bootbox .modal-footer .btn {
	margin-bottom: 0px;
	margin-top: 20px;
}
.page-footer .newsletter .small {
	text-align: justify;
	padding-top: 20px;
	max-width: 540px;
}
.newsletter.variant3 {
	margin-top: 0px;
}
footer.variant4 .footer-top {
	background-image: url(/pictures/lowres/backgrounds/footer-social.jpg);
}
.footer-logo {
	height: auto;
}
footer.variant4 .footer-top .newsletter h3 {
	margin-bottom: 0px;
}
footer.variant4 .footer-top .newsletter .btn {
	width: 75px;
}
footer.variant4 .footer-top .newsletter label.error{
	position: absolute;
    margin-top: 43px;
    color: #FFFF00;
}
footer.variant4 .footer-top .newsletter .teaser {
	font-size: 14px;
    line-height: 1.5em;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    padding: 0;
    margin: 0 0 8px 0;
}
.product-info-block.classic .product-name {
	height: 80px;
}
.product-variant-5.products-listview .product-item.large .color-swatch {
	top: auto;
	bottom: 0;
	transform: translateY(-20px);
	left: auto;
	text-align: left;
}
.product-variant-5.deal-carousel-2 .product-item.large .color-swatch {
	top: auto;
	bottom: 0;
	transform: translateY(0px);
}
.productStack .actions a, .block-minicart .actions a {
	cursor: pointer;
}
.product-actions .social .option-label {
	font-size: 13px;
}
.header-cart.variant-1 .dropdown-container .product.actions .action.edit:after {
    content: "\e950";
}
.productStack .products-list-wrapper .loader {
	margin: 29px;
	text-align: center;
	font-size: 30px;
}
.productStack .products-list .edit-qty input {
	width: 33%;
	padding: 0 0 0 0px;
}

.productStack .products-list .item-color {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 16px;
    height: 16px;
    font-size: 1px;
    padding: 0;
    color: #ffffff;
    padding: 2px;
}
.header-cart.variant-1 .dropdown-container .product-item-photo .item-color{
	position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 16px;
    height: 16px;
    font-size: 1px;
    padding: 0;
    color: #ffffff;
    padding: 2px;
}
.cart-table .table-row .name a {
	text-decoration: none;
}
.cart-table .table-row .item-color {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 1px;
    padding: 0;
    color: #ffffff;
}
.productStack .products-list .item-color img, 
.header-cart.variant-1 .dropdown-container .product-item-photo .item-color img{
	width: 16px;
	height: 16px;
	border: 1px solid #DE2E92;
}
.cart-table .table-row  .item-color img {
	width: 20px;
	height: 20px;
	border: 1px solid #DE2E92;
}
.cart-table .table-row .photo a {
	display: block;
	overflow: hidden;
}
.cart-table .table-row .photo a img {
	vertical-align: middle;
}
.cart-table .table-row .photo .item-color{
	position: absolute;
    font-size: 1px;
    padding: 2px;
    padding: 0;
    margin: 0;
}
.cart-table .table-row .name .product-item-size, 
.cart-table .table-row .name .product-item-flavor, 
.cart-table .table-row .name .product-item-shipment {
	display: inline-block;
	margin-top:10px;
	font-size: 14px;
	color: #ffffff;
	padding: 2px 4px;
	margin-right: 4px;
}
body.rounded .cart-table .table-row .name .product-item-size,
body.rounded .cart-table .table-row .name .product-item-flavor,  
body.rounded .cart-table .table-row .name .product-item-shipment {
	border-radius: 4px;
}
body.rounded .cart-table .table-row .photo .item-color, body.rounded .cart-table .table-row .photo .item-color img {
    margin-top: 5px;
    margin-left: 2px;
}
.header-cart.variant-1 .dropdown-container .product-item-size, 
.header-cart.variant-1 .dropdown-container .product-item-flavor, 
.header-cart.variant-1 .dropdown-container .product-item-shipment {
	display: inline-block;
	margin-top:10px;
	font-size: 12px;
	color: #ffffff;
	padding: 2px 4px;
	margin-right: 4px;
}
body.rounded .header-cart.variant-1 .dropdown-container .product-item-size, 
body.rounded .header-cart.variant-1 .dropdown-container .product-item-flavor,
body.rounded .header-cart.variant-1 .dropdown-container .product-item-shipment {
	border-radius: 4px;
}
.cart-container .order-shipment span {
	width: 100%;
	background-color: #22B14C;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding: 10px 10px;
	font-size: 16px;
    display: inline-block;
}
.cart-container .order-onhold span {
	width: 100%;
	background-color: #FF7F27;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	padding: 10px 10px;
	font-size: 16px;
    display: inline-block;
}
body.rounded .productStack .products-list .item-color, 
body.rounded .productStack .products-list .item-color img,
body.rounded .header-cart.variant-1 .dropdown-container .product-item-photo .item-color,
body.rounded .header-cart.variant-1 .dropdown-container .product-item-photo .item-color img {
    border-radius: 50%;
}
body.rounded .cart-table .table-row  .item-color,
body.rounded .cart-table .table-row  .item-color img {
    border-radius: 50%;
    margin-top: -12px;
}

.header-cart.variant-1 .dropdown-container .product-item-pricing .price-container .price,
.header-cart.variant-1 .dropdown-container .product-item-pricing .price-container .special-price {
	display: block;
	width: 100%;
	text-align: right;
	font-size: 16px;
	line-height: 1em;
	font-weight: 700;
	padding-top: 10px;
}
.header-cart.variant-1 .dropdown-container .product-item-pricing .price-container .old-price {
	display: block;
	width: 100%;
	text-align: right;
	font-size: 14px;
	line-height: 1em;
	font-weight: 300;
	text-decoration: line-through;
	padding-top: 10px;
	padding-bottom: 5px;
}
.cart-table .table-row .price span, .cart-table .table-row .price span.special-price{
	display: block;
    width: 100%;
    text-align: center;
}
.cart-table .table-row .price span.badge-success {
	display: inline-block;
	width: auto;
	background-color: #28A745;
	color: #ffffff;
}
.cart-table .table-row .price span.old-price{
	font-size: 17px;
	font-weight: 300;
	text-decoration: line-through;
	display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
}
@media screen and (max-width: 667px) {
	.cart-table .table-row .price span.old-price,
	.cart-table .table-row .price span, 
	.cart-table .table-row .price span.special-price {
		display: inline-block;
		width: auto;
		padding: 3px 5px;
	}
	
}
@media screen and (max-width: 991px) {
	.cart-table .table-row .price span.old-price,
	.cart-table .table-row .price span.special-price {
		font-size: 15px;
    	line-height: 18px;
	}
	.navbar ul.nav li a.banner {
		padding: 12px 12px 12px 12px;
	}
	.navbar ul.nav li a.banner img {
		border-radius: 10px;	
	}
}
body.rounded .text-hoverslide > span, body.rounded .text-hoverslide span > span.hoverbg {
	border-radius: 0px;
}
body.rounded .banner-btn {
	border-radius: 0px;
}
body.theme1 .cart-table .table-row .name a {
	font-weight: normal;
}
.cart-container .cart-item .remove a {
	cursor: pointer;
}
.cart-container .cart-item .removenotice {
	font-size: 14px;
    padding: 10px 0px 0px 0px;
    color: #666666;
}
.cart-container .cart-item .removenotice i {
	margin-right: 10px;
	font-size: 18px;
	color: #FF9E00;
}
.cart-container .cart-item .qty-changer .btn.apply {
	line-height: 0px;
    display: none;
    font-size: 14px;
    margin-top: 10px;
    opacity: 0; 
    height: 24px;
    width: 81px;
	transition: all 0.5s ease-out;
}
.cart-container .cart-item .qty-changer:hover .btn.apply{
	margin-top: 10px;
	display: inline-block;
	opacity: 1;
	line-height: 24px;
	height: 24px;
}
.cart-container .cart-noitems{
	padding: 40px;
    font-size: 30px;
    text-align: center;
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    background-image: url(/images/skins/divasboudoir/icons/hanger.png);
    background-size: 128px 128px;
    background-position: center 40px;
    padding-top: 170px;
    background-repeat: no-repeat;
}
.header-cart .cart-noitems{
	padding: 20px;
    text-align: center;
    background-image: url(/images/skins/divasboudoir/icons/hanger.png);
    background-size: 92px 92px;
    background-position: center 10px;
    padding-top: 110px;
    background-repeat: no-repeat;
    display: block;
}
.panel-box.cart-container .items {
	overflow-x: hidden;
	overflow-y: scroll;
	width: calc(100% + 20px);
	-webkit-transition: padding 0.5s ease;
	-o-transition: padding 0.5s ease;
	transition: padding 0.5s ease;
	margin-bottom: 20px;
	border-bottom: 1px solid #E7E7E7;
}
.order-container {
	background-color: #ffffff;
}
body.theme1 .breadcrumbs a.disabled, body.theme1 .breadcrumbs li a.disabled:hover {
	color: #cccccc;
}
.btn i.icon, .btn-primary i.icon, button.action i.icon {
	font-size: 1.1em;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: none;
}
.panel {
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.panel-heading {
	height: auto;
	
}
.panel-heading a h2 {
	margin-bottom: 0px;
	padding: 5px 15px;
	border-radius: 6px;
}
.panel-heading a h2 i {
	margin-right: 10px;
}
.panel-heading a {
	text-decoration: none;
}
.acc-wizard-sidebar li {
	display: inline-block;
	font-size: 22px;
	padding: .25em 1em .25em .3em;
}
.acc-wizard-sidebar .stepline {
	display: none;
    position: absolute;
    width: 220px;
    margin-top: 6px;
}
ol.acc-wizard-sidebar li:before {
	margin-top: -1.0em;
	height: 2.2em;
	width: 2.2em;
	line-height: 2.2em;
}
ol.acc-wizard-sidebar li a {
	text-decoration: none;
}

ol.acc-wizard-sidebar li:first-child {
	margin-top: 0px;
}
ol.acc-wizard-sidebar li.shipping:before {
	content: "\f0d1";
	font-family: FontAwesome;
}
ol.acc-wizard-sidebar li.billing:before {
	content: "\f0f6";
	font-family: FontAwesome;
}
ol.acc-wizard-sidebar li.payment:before {
	content: "\f09d";
	font-family: FontAwesome;
}
ol.acc-wizard-sidebar li.confirm:before {
	content: "\f00c";
	font-family: FontAwesome;
}
ol.acc-wizard-sidebar li.acc-wizard-completed {
	padding-right: 1.5em;
}
ol.acc-wizard-sidebar li.acc-wizard-completed:after {
    font-size: 22px;
    width: 1.875em;
}
.iti {
	margin-bottom: 25px!important;
}
.iti .verifyPhone.error {
	/*border: 1px solid red;*/
}
.iti label.error {
	margin-top: 2px!important;
	position: absolute;
}
.product-item:focus, .product-item:active {
	outline: none;
}
.blog-item:focus, .blog-item:active {
	outline: none;
}
body.rounded .slick-prev {
	border-radius: 4px 0px 0px 4px;
}
body.rounded .slick-next {
	border-radius: 0px 4px 4px 0px;
}
.slick-prev, .slick-next {
	margin-top: -22px;
	top: calc(50% + 22px);
}
.slick-slide:focus, .slick-slide:active {
	outline: none;
}
.products-grid.product-variant-5 .product-item.large .product-item-photo .carousel-inside.square {
	height: 0;
	padding-bottom: 100%;
}
.product-variant-5 .product-item.large .color-swatch li img {
	border: 1px solid #999999;
}

.category-block .category-title {
	font-size: 15px;
    font-weight: 300;
}
.instagramm-feed a:after{
	content: "";
	display: block;
	padding-bottom: 100%;
}
.instagramm-feed a {
	overflow: hidden;
}
.instagramm-feed-full a > img {
	width: auto;
	max-height: 33%;
	min-height: 33%;
}
.instagramm-feed-full {
	max-height: 180px;
}
.instagramm-feed-full .slick-prev,
.instagramm-feed-full .slick-next {
	top: 50%
}
.instagramm-feed-full a {
	width: auto;
	max-height: 180px;
}
.instagramm-feed-full a > img {
	width: auto;
	max-height: 180px;
	min-height: 180px;
}
.instagramm-title {
	font-size: 36px;
	font-family: 'Moon 2.0';
	letter-spacing: 2vw;
	font-weight: 400;
}

.testimonial-single-slider .author-photo {
	font-weight: 400;
    font-size: 20px;
}
body.theme1 .bootstrap-select .btn{
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	color: #999;
	text-transform:inherit;
	font-weight: normal;
}
label.error {
	font-family: Roboto, sans-serif;
}
.checkbox-group.big label{
	font-size: 18px;
	font-family: Roboto, sans-serif;
	font-weight: 400;
}
.radio.big {
	line-height: 32px;
	font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
}
.radio.small {
	line-height: 18px;
	font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 600;
	color: rgb(126, 137, 136);
}
.radio.big .outer {
	width: 29px;
	height: 29px;
	margin-right: 10px;
}
.radio.small .outer {
	width: 15px;
	height: 15px;
	margin-right: 12px;
}
.radio.big .inner {
	width: 9px;
	height: 9px;
	margin: 8px;
}
.radio.small .inner {
	width: 7px;
	height: 7px;
	margin: 2px;
}
.acc-wizard-step {
	text-align: center;
	margin-top: 0px;
	padding: 10px 0 0;
	border-top: 1px solid #e8e8e8;
}
.acc-wizard-step .btn {
	margin: 10px;
	min-width: 175px;
}
.panel-box {
	border: 1px solid #E7E7E7;
	padding: 20px;
	margin-bottom: 20px;
}
.row-eq-height .paymentbox, .row-eq-height .cart-container {
	min-height: 640px;
}
.paymentbox .card-error {
	margin-top: -47px;
    color: red;
    margin-bottom: 10px;
}
.paymentbox .paymentpad label.error {
	margin-top: -10px;
	font-size: 14px;
}
.StripeElement {
	box-shadow: none !important;

    border: 1px solid #e8e8e8;
    background-color: #ffffff;
    border-radius: 0;
    color: #333745;
    border-radius: 4px;
	font-family: Roboto, sans-serif;

	padding: 10px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#card-number.StripeElement {
	padding-left: 48px;
	background-image: url('/images/global/icons/creditcards/modern/default.png');
	background-position: 10px 10px;
	background-repeat: no-repeat;
	background-size: auto 19px;
}
form.payment input.form-control {
	font-size: 16px;
	color: rgb(48, 49, 61);
	font-family: sans-serif;
	font-weight: 400;
}

.paymentbox .method.pad .paymentpad {
	overflow: hidden;
	height: 54px;
}
.paymentbox .paymentpad .header {
	margin-bottom: 10px;
	height: 30px;
}
.paymentbox .method.pad.active .paymentpad {
	height: auto;
}
.paymentbox .paymentpad {
	margin: 0px 0px 9px 0px;
	border: 1px solid #E6E6E6;
	background-color: #ffffff;
	padding: 16px;
	border-radius: 5px; 
	background-image: url(/images/global/loader/loading-medium.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.paymentbox .paymentpad.StripeElement {
	margin: 0px 0px 5px 0px;
	border: 0px;
	background-color: #ffffff;
	padding: 0px;
	border-radius: 0px;
	background-image: url(/images/global/loader/loading-medium.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.paymentbox .paymentpad.loaded {
	background-image: none;
}
.paymentbox .paymentpad .btn {
	margin-top: 0px;
}
.alert-notification{
	font-size: 16px;
	border-radius: 6px;
}
.alert-notification .fa {
	font-size: 22px;
    line-height: 1.75em;
    display: inline-block;
}
.alert-notification .title {
	display: inline-block; 
	padding-left: 30px; 
	margin-left: -30px; 
	width: 100%;
	font-size: 24px;
    line-height: 1.75em;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
	margin-top: -26px; 
	margin-bottom: 10px;
	display: inline-block;
}

/* deliverypad */

.deliverypad {
	display: block;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	padding: 10px 15px;
	margin-bottom: 15px;
	cursor: pointer;
	text-decoration: none;
	text-align: left;
	height: 100px;
}
.deliverypad.error {
	animation: blink .5s step-end infinite alternate;
}

.deliverypad input[type=radio] {
	display: block;
	opacity: 0;
	padding: 0;
	margin: 0;
	width: 10px;
	height: 10px;
	float: left;
	clear: none;
}
.deliverypad input[type=radio] + label.error
{
	position: absolute;
    display: block;
    max-width: auto;
    right: 30px;
    bottom: 15px;
}
.deliverypad input[type=radio] ~ span.radio {
	display: block;
	width: auto;
	margin: 31px 5px 0px 5px;
}
.deliverypad input[type=radio] ~ span.radio:before {
	display: inline-block;
	font: normal normal normal 24px/1 FontAwesome;
	margin-top: -10px;
	margin-left: -10px;
}

.deliverypad input[type=radio] ~ span.radio:before {
	content: "\f10c";
}
.deliverypad input[type=radio]:checked ~ span.radio:before {
	content: "\f05d";
}
.deliverypad:hover {
	text-decoration: none;
}

.deliverypad img {
	width: 80px;
    margin: 0% 10px 0 5px;
    display: block;
    float: left;
	clear: none;
}
.deliverypad span {
	display: block;
	float: left;
	width: auto;
}
.deliverypad .price {
	color: #de2e92;
	font-size: 24px;
	float: right;
	width: 100%;
    text-align: right;
    margin-top: -57px;
    font-weight: bold;
}
.deliverypad .infos {
	color: #333333;
	font-size: 20px;
	padding-top: 10px;
	display: block;
	float: left;
	clear: none;
}
.deliverypad .infos .message {
	font-size: 16px;
}
.checkbox-group.hasagreement {
	padding-top: 20px;
	background-image: url(/images/skins/divasboudoir/symbols/hasagreement-arrow.png);
	background-repeat: no-repeat;
	background-position-x: 15px;
}
.checkbox-group.hasagreement label .check {
	top: 25px;
}
.modal-content.alertbox {
	padding: 25px;
}
.modal-dialog .alertbox .btn {
	margin-top: 20px;
	margin-bottom: 0px;
}
.ordersteps .steppad {
	display: inline-block;
	margin: 20px auto;
	width: 100%;
	height: 100%;
	max-width: 160px;
	max-height: 160px;
	border-radius: 50%;
	
}
.ordersteps .steppad img {
	width: 62%;
	height: 62%;
	max-width: 100px;
	max-height: 100px;
	margin: 19%;
}
.ordersteps p {
	min-height: 60px;
	display: block;
}

.checkoutwizard .firstorder {
	margin-top: 120px;
	margin-bottom: 120px;
}
.checkoutwizard .addresspad {
	padding: 15px 15px;
	border: 1px solid #E7E7E7;
	margin-bottom: 15px;
}
.checkoutwizard .addresspad .tools {
	text-align: right;
}
.checkoutwizard .addresspad:hover, .checkoutwizard .addresspad.active {
	text-decoration: none;
}
.checkoutwizard .addresspad .address {
	padding: 2px 0px 0px 8px;
	font-size: 17px;
	display: inline-block;
	min-height: 165px;
}
.checkoutwizard .addresspad .add {
	padding: 2px 0px 0px 8px;
	font-size: 17px;
	display: inline-block;
	min-height: 184px;
	width: 100%;
	background-size: 64px 64px;
	background-repeat: no-repeat;
	background-position: 50% 46%;
	cursor: pointer;
	background-image: url(/images/skins/divasboudoir/icons/add.png);
	
}
.checkoutwizard .addresspad .add h3 {
	font-family: 'Oswald', sans-serif;
	color: #191919;
	font-weight: 200;
	margin-top: 130px;
	display: block;
	height: 49px;
}
.checkoutwizard .addresspad label.error {
	margin-top: 2px;
	margin-left: 20px;
	position: absolute;
}
.padmenu li.pad.noticebox .fa {
	color: #de2e92;
}
.padmenu .pad.user .inner{
	background-image: url(/images/skins/divasboudoir/icons/user.png);
}
.padmenu .pad.password .inner{
	background-image: url(/images/skins/divasboudoir/icons/password.png);
}
.padmenu .pad.addresses .inner{
	background-image: url(/images/skins/divasboudoir/icons/addresses.png);
}
.padmenu .pad.add .inner{
	background-image: url(/images/skins/divasboudoir/icons/add.png);
}
.padmenu .pad.orders .inner{
	background-image: url(/images/skins/divasboudoir/icons/orders.png);
}
.padmenu .pad.drawers .inner{
	background-image: url(/images/skins/divasboudoir/icons/drawers.png);
}
.padmenu .pad.credits .inner{
	background-image: url(/images/skins/divasboudoir/icons/credits.png);
}
.padmenu .pad.fidelity .inner{
	background-image: url(/images/skins/divasboudoir/icons/fidelity.png);
}
.padmenu .pad.newsletter .inner{
	background-image: url(/images/skins/divasboudoir/icons/newsletter.png);
}
.padmenu .pad.ambassador .inner{
	background-image: url(/images/skins/divasboudoir/icons/ambassador.png);
}
.padmenu .pad.influencer .inner{
	background-image: url(/images/skins/divasboudoir/icons/influencer.png);
}
.padmenu .pad.statistics .inner{
	background-image: url(/images/skins/divasboudoir/icons/statistics.png);
}
.padmenu .pad.conversions .inner{
	background-image: url(/images/skins/divasboudoir/icons/conversion.png);
}
.padmenu .pad.commissions .inner{
	background-image: url(/images/skins/divasboudoir/icons/commissions.png);
}

.text-wrapper.text-lg h3 {
	font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 20px;
    padding: 10px 0px 5px 0px;
    display: inline-block;
}
.text-wrapper.text-lg h3{
	margin-bottom: 0px;
}
.supportbtn {
	cursor: pointer;
	outline: none !important;
	visibility: visible !important;
	resize: none !important;
	overflow: visible !important;
	background: none transparent !important;
	opacity: 1 !important;
	position: fixed !important;
	border: 0px !important;
	padding: 0px !important;
	transition-property: none !important;
	z-index: 1000001 !important;
	cursor: auto !important;
	float: none !important;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px 0px !important;
	height: 60px !important;
	min-height: 60px !important;
	max-height: 60px !important;
	width: 60px !important;
	min-width: 60px !important;
	max-width: 60px !important;
	border-radius: 50% !important;
	transform: rotate(0deg) translateZ(0px) !important;
	transform-origin: 0px center !important;
	margin: 0px !important;
	top: auto !important;
	bottom: 20px !important;
	left: 20px !important;
	right: auto !important;
	display: block !important;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.supportbtn.open {
	bottom: 154px !important;
}
.supportbtn a {
	width: 60px;
	height: 60px;
	display: block;
	overflow: hidden;
	border-radius: 50%;
	padding: 14px;
}
.supportbtn a .icon {
	font-size: 32px;
}
.chatbtn {
	cursor: pointer;
	outline: none !important;
	visibility: visible !important;
	resize: none !important;
	overflow: visible !important;
	background: none transparent !important;
	opacity: 1 !important;
	border: 0px !important;
	padding: 0px !important;
	transition-property: none !important;
	cursor: auto !important;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px 0px !important;
	height: 60px !important;
	min-height: 60px !important;
	max-height: 60px !important;
	width: 60px !important;
	min-width: 60px !important;
	max-width: 60px !important;
	border-radius: 50% !important;
	transform: rotate(0deg) translateZ(0px) !important;
	transform-origin: 0px center !important;
	margin: 0px 20px !important;
	display: inline-block !important;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	vertical-align: middle;
}
.chatbtn a {
	width: 60px;
	height: 60px;
	display: inline-block;
	overflow: hidden;
	border-radius: 50%;
	padding: 14px;
}
.chatbtn a .icon {
	font-size: 32px;
}
.blog-post .blog-text {
	font-size: 16px;
	text-align: justify;
}
.blog-post .blog-text em {
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 20px;
}
.blog-post .blog-text p>img{
	display: inline-block;
    float: left;
    clear: none;
    margin: 5px 20px 10px 0px;
}
.blog-post .blog-text em+img{
	display: inline-block;
    float: right;
    clear: none;
    margin: 5px 0px 10px 20px;
}
.social-list a {
	cursor: pointer;
}
.product-variant-4 .product-item.large .product-item-label.label-plusize {
	right: 11px;
	left: auto;
}
.product-variant-4 .product-item.large .product-item-shipment {
    position: relative;
    margin: 0 0 10px;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 1.2em;
    font-weight: normal;
    color: #22B14C;
}
.product-variant-4 .product-item.large .product-item-label.theme{
	left: 10px;
    right: auto;
    background-repeat: no-repeat;
    width: 150px;
    height: 82px;
    margin-left: -5px;
}
.product-item.large .product-item-label.theme.label-privatedays {
    margin-top: -5px;
	top: 5px !important;
    left: 5px !important;
}
body[lang="fr"] .theme.label-privatedays { background-image: url(/images/badges/fr/privatedays-badge.png); }
body[lang="en"] .theme.label-privatedays { background-image: url(/images/badges/en/privatedays-badge.png); }
body[lang="nl"] .theme.label-privatedays { background-image: url(/images/badges/nl/privatedays-badge.png); }
body[lang="es"] .theme.label-privatedays { background-image: url(/images/badges/es/privatedays-badge.png); }
body[lang="pt"] .theme.label-privatedays { background-image: url(/images/badges/pt/privatedays-badge.png); }
body[lang="it"] .theme.label-privatedays { background-image: url(/images/badges/it/privatedays-badge.png); }
body[lang="de"] .theme.label-privatedays { background-image: url(/images/badges/de/privatedays-badge.png); }
body[lang="el"] .theme.label-privatedays { background-image: url(/images/badges/el/privatedays-badge.png); }

body[lang="fr"] .theme.label-roundprices { background-image: url(/images/badges/fr/roundprices-badge.png); }
body[lang="en"] .theme.label-roundprices { background-image: url(/images/badges/en/roundprices-badge.png); }
body[lang="nl"] .theme.label-roundprices { background-image: url(/images/badges/nl/roundprices-badge.png); }
body[lang="es"] .theme.label-roundprices { background-image: url(/images/badges/es/roundprices-badge.png); }
body[lang="pt"] .theme.label-roundprices { background-image: url(/images/badges/pt/roundprices-badge.png); }
body[lang="it"] .theme.label-roundprices { background-image: url(/images/badges/it/roundprices-badge.png); }
body[lang="de"] .theme.label-roundprices { background-image: url(/images/badges/de/roundprices-badge.png); }
body[lang="el"] .theme.label-roundprices { background-image: url(/images/badges/el/roundprices-badge.png); }

body[lang="fr"] .theme.label-readyforchristmas { background-image: url(/images/badges/fr/readyforchristmas-badge.png); }
body[lang="en"] .theme.label-readyforchristmas { background-image: url(/images/badges/en/readyforchristmas-badge.png); }
body[lang="nl"] .theme.label-readyforchristmas { background-image: url(/images/badges/nl/readyforchristmas-badge.png); }
body[lang="es"] .theme.label-readyforchristmas { background-image: url(/images/badges/es/readyforchristmas-badge.png); }
body[lang="pt"] .theme.label-readyforchristmas { background-image: url(/images/badges/pt/readyforchristmas-badge.png); }
body[lang="it"] .theme.label-readyforchristmas { background-image: url(/images/badges/it/readyforchristmas-badge.png); }
body[lang="de"] .theme.label-readyforchristmas { background-image: url(/images/badges/de/readyforchristmas-badge.png); }
body[lang="el"] .theme.label-readyforchristmas { background-image: url(/images/badges/el/readyforchristmas-badge.png); }

.theme.label-luxe{
	margin-left: -6px!important;
    top: 0px!important;
}
.theme.label-readyforchristmas{
	margin-left: 0!important;
    margin-top: -5px;
}
.product-variant-4 .product-item.large .product-item-label.theme.label-valentine {
    background-image: url(/images/badges/valentine-badge.png);
    margin-top: -5px;
}
.product-variant-4 .product-item.large .product-item-label.theme.label-readyforvalentine {
    background-image: url(/images/badges/readyforvalentine-badge.png);
    margin-top: -5px;
}
.product-variant-4 .product-item.large .product-item-label.theme.label-valentinepack {
    background-image: url(/images/badges/valentinepack-badge.png);
    margin-top: 0px;
}
.product-variant-4 .product-item.large .product-item-label.theme.label-cashback {
    background-image: url(/images/badges/cashback-badge.png);
    margin-top: 340px;
}
.product-variant-4 .product-item.large .product-item-label.theme.label-frenchdays {
    background-image: url(/images/badges/frenchdays-badge.png);
	bottom: 10px;
    top: auto;
	left: 15px;
}
.product-variant-4 .product-item.large .product-item-label.theme.label-blackweek {
    background-image: url(/images/badges/divasboudoir/blackweek-badge.png);
	margin-top: 340px;
}
.product-variant-4 .product-item.large .product-item-label.theme.label-blackfriday {
    background-image: url(/images/badges/divasboudoir/blackfriday-badge.png);
	margin-top: 340px;
}
.product-variant-4 .product-item.large .product-item-label.theme.label-cybermonday {
    background-image: url(/images/badges/cybermonday-badge.png);
	margin-top: 340px;
}
.product-variant-4 .product-item.large .product-item-label.theme.label-bluemonday {
    background-image: url(/images/badges/bluemonday-badge.png);
	margin-top: 340px;
}
.product-variant-4 .product-item.large .product-item-label.theme.label-discontinued {
    background-image: url(/images/badges/discontinued-badge.png);
}
.product-variant-4 .product-item.large .product-item-label.theme.label-luxe {
    background-image: url(/images/badges/discontinued-luxe.png);
}


.product-variant-4 .product-item.large .product-item-label.label-import ,
.product-variant-4 .product-item.large .product-item-label.label-madein {
	left: 5px;
    right: auto;
    top: auto!important;
    bottom: 40px!important;
    width: 100px;
    height: 50px;
}
.product-variant-4 .product-item.large .product-item-label.label-firstprice,
.product-variant-4 .product-item.large .product-item-label.label-valentinepack {
	left: auto;
    right: 0px;
    top: auto!important;
    bottom: 0px!important;
    width: 110px;
    height: 110px;
}
.product-variant-4 .product-item.large .product-item-label.label-import span,
.product-variant-4 .product-item.large .product-item-label.label-madein span {
	display: block;
    padding: 14px 5px;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 87px;
    text-align: center;
    color:#FFFFFF;
}
.product-variant-4 .product-item.large .product-item-label.label-import {
	background-image: url(/images/badges/import-badge.png);
    background-repeat: no-repeat;
}
.product-variant-4 .product-item.large .product-item-label.label-madein {
	background-image: url(/images/badges/madein-badge.png);
    background-repeat: no-repeat;
}
.product-variant-4 .product-item.large .product-item-label.label-firstprice.fr {
	background-image: url(/images/badges/firstprice-badge-fr.png);
    background-repeat: no-repeat;
}
.product-variant-4 .product-item.large .product-item-label.label-import .flag,
.product-variant-4 .product-item.large .product-item-label.label-madein .flag {
	width: 21px;
	height: 21px;
	display: inline-block;
	margin-left: 5px;
	margin-top: -5px;
}

.product-variant-5 .product-item.large .product-item-label.label-plusize {
	right: 11px;
	left: auto;
}
.product-variant-5 .product-item.large .product-item-shipment {
    position: relative;
    margin: 0 0 10px;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 1.2em;
    font-weight: normal;
    color: #22B14C;
}
.product-variant-5 .product-item.large .product-item-label.theme {
	left: 10px;
    right: auto;
    background-repeat: no-repeat;
    width: 150px;
    height: 82px;
    margin-left: -5px;
}

.product-variant-5 .product-item.large .product-item-label.theme.label-valentine {
    background-image: url(/images/badges/valentine-badge.png);
	margin-top: -5px;
}
.product-variant-5 .product-item.large .product-item-label.theme.label-readyforvalentine {
    background-image: url(/images/badges/readyforvalentine-badge.png);
	margin-top: -5px;
}
.product-variant-5 .product-item.large .product-item-label.theme.label-valentinepack {
    background-image: url(/images/badges/valentinepack-badge.png);
	margin-top: 0px;
}
.product-variant-5 .product-item.large .product-item-label.theme.label-cashback {
    background-image: url(/images/badges/cashback-badge.png);
	margin-top: 340px;
}
.product-variant-5 .product-item.large .product-item-label.theme.label-frenchdays {
    background-image: url(/images/badges/frenchdays-badge.png);
	bottom: 10px;
    top: auto;
	left: 15px;
}
.product-variant-5 .product-item.large .product-item-label.theme.label-blackweek {
    background-image: url(/images/badges/divasboudoir/blackweek-badge.png);
	margin-top: 340px;
}
.product-variant-5 .product-item.large .product-item-label.theme.label-blackfriday {
    background-image: url(/images/badges/divasboudoir/blackfriday-badge.png);
	margin-top: 340px;
}
.product-variant-5 .product-item.large .product-item-label.theme.label-cybermonday {
    background-image: url(/images/badges/cybermonday-badge.png);
	margin-top: 340px;
}
.product-variant-5 .product-item.large .product-item-label.theme.label-bluemonday {
    background-image: url(/images/badges/bluemonday-badge.png);
	margin-top: 340px;
}
.product-variant-5 .product-item.large .product-item-label.theme.label-discontinued {
    background-image: url(/images/badges/discontinued-badge.png);
}
.product-variant-5 .product-item.large .product-item-label.theme.label-luxe {
    background-image: url(/images/badges/luxe-badge.png);
}

.product-variant-5 .product-item.large .product-item-label.label-import ,
.product-variant-5 .product-item.large .product-item-label.label-madein {
	left: 5px;
    right: auto;
    top: auto!important;
    bottom: 40px!important;
    width: 100px;
    height: 50px;
}
.product-variant-5 .product-item.large .product-item-label.label-firstprice,
.product-variant-5 .product-item.large .product-item-label.label-valentinepack {
	left: auto;
    right: 0px;
    top: auto!important;
    bottom: 0px!important;
    width: 110px;
    height: 110px;
}
.product-variant-5 .product-item.large .product-item-label.label-import span,
.product-variant-5 .product-item.large .product-item-label.label-madein span {
	display: block;
    padding: 14px 5px;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 87px;
    text-align: center;
    color:#FFFFFF;
}
.product-variant-5 .product-item.large .product-item-label.label-import {
	background-image: url(/images/badges/import-badge.png);
    background-repeat: no-repeat;
}
.product-variant-5 .product-item.large .product-item-label.label-madein {
	background-image: url(/images/badges/madein-badge.png);
    background-repeat: no-repeat;
}
.product-variant-5 .product-item.large .product-item-label.label-firstprice.fr {
	background-image: url(/images/badges/firstprice-badge-fr.png);
    background-repeat: no-repeat;
}
.product-variant-5 .product-item.large .product-item-label.label-import .flag,
.product-variant-5 .product-item.large .product-item-label.label-madein .flag {
	width: 21px;
	height: 21px;
	display: inline-block;
	margin-left: 5px;
	margin-top: -5px;
}
.product-variant-5 .product-item.large .wishlist, .product-variant-5 .product-item.large .no_wishlist, .product-variant-5 .product-item.large .add_to_wishlist {
	width: 29px;
    height: 29px;
    overflow: hidden;
    line-height: 29px;
    padding: 3px 3px 3px 3px;
	font-size: 17px;
}
.product-info-block .product-actions .label-express {
	height: 50px;
    padding: 12px 10px 12px;
    display: inline-block;
}
.product-info-block .product-actions .label-shipment {
	height: 50px;
    padding: 12px 10px 12px;
    display: inline-block;
	font-size: 17px;
	font-weight: bold;
	color: #22B14C;
}
.product-info-block .product-actions .theme {
	width: 150px;
    height: 82px;
	margin-left: 15px;
	margin-top: 15px;
	float: left;
	clear: none;
	background-repeat: no-repeat;
}
.product-info-block .product-actions .theme.label-valentinepack{
	width: 110px;
    height: 110px;
	float: right;
	margin-top: 5px;
    margin-bottom: -15px;
}
.modal-content .product-info-block .product-actions .theme.label-valentinepack{
	margin-right: -15px;
	margin-top: -15px;
}

.product-info-block .product-actions .theme.label-valentine {
	background-image: url(/images/badges/valentine-badge.png);
}
.product-info-block .product-actions .theme.label-readyforvalentine {
	background-image: url(/images/badges/readyforvalentine-badge.png);
}
.product-info-block .product-actions .theme.label-valentinepack {
	background-image: url(/images/badges/valentinepack-badge.png);
}
.product-info-block .product-actions .theme.label-cashback {
	background-image: url(/images/badges/cashback-badge.png);
}
.product-info-block .product-actions .theme.label-frenchdays {
	background-image: url(/images/badges/frenchdays-badge.png);
}
.product-info-block .product-actions .theme.label-blackweek {
	background-image: url(/images/badges/divasboudoir/blackweek-badge.png);
}
.product-info-block .product-actions .theme.label-blackfriday {
	background-image: url(/images/badges/divasboudoir/blackfriday-badge.png);
}
.product-info-block .product-actions .theme.label-cybermonday {
	background-image: url(/images/badges/cybermonday-badge.png);
}
.product-info-block .product-actions .theme.label-bluemonday {
	background-image: url(/images/badges/bluemonday-badge.png);
}
.product-info-block .product-actions .theme.label-discontinued {
	background-image: url(/images/badges/discontinued-badge.png);
}
.product-info-block .product-actions .theme.label-luxe {
	background-image: url(/images/badges/luxe-badge.png);
}
.product-info-block .product-availability span {
	font-weight: normal;
}

.product-info-block .product-cartactions {
	display: block;
	background-color: #ffffff;
	margin-top: 20px;
	padding: 0px 20px 0px 20px;
}
.product-info-block .product-cartactions .teasertitle {
	font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    text-decoration: none;
    color: #333745;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
	margin-bottom: 15px;
	margin-top: 20px;
}
.product-info-block .product-cartactions .teasernotice {
	font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    text-decoration: none;
    color: #333745;
    padding-bottom: 10px;
    border-top: 1px solid #e8e8e8;
	padding-top: 5px;
}
.product-info-block .product-cartactions h5 {
	min-height: 65px;
	margin-top: 5px;	
}
.product-info-block .product-cartactions .table-cell {
	vertical-align: top;
}
.product-info-block .product-cartactions .action-price {
	font-size: 16px;
	line-height: 22px;
	text-align: left;
}
.product-info-block .product-cartactions .main-image {
	width: 120px;
	text-align: center;
	margin-bottom: 20px;
	margin-right: 10px;
}
.product-info-block .product-cartactions .action-price .default-price {
	text-decoration: line-through;
	color: #333745;
	font-weight: 300;
}
.product-info-block .product-cartactions .action-price .promo-price {
	font-size: 16px;
	text-align: left;
	font-weight: 700;
}
body.rounded .product-info-block .product-cartactions {
	border-radius: 6px;
}
body.rounded .product-info-block .product-actions .label-express {
	border-radius: 6px;
}
.product-info-block .product-actions .label-express img {
	height: 26px; 
}
body.theme1 .product-variant-5 .product-item.large .wishlist.active:not(:hover), body.theme1 .product-variant-5 .product-item.large .no_wishlist:hover {
	background-color: #ffffff;
	border-radius: 50% 50%;
	border-color: #ffffff;
}
body.theme1 .share-button .toggle {
	height: 29px;
	line-height: 29px;
	padding-left: 29px;
	margin-bottom: 1px;
}
body.theme1 .share-button:hover .toggle {
	border-radius: 50% 50%;
}

.flipcontainer {
	perspective: 1000px;
}
/* flip the pane when hovered */
.flipcontainer.flip .flipcard {
	transform: rotateY(180deg);
}

.flipcontainer, .frontside, .backside {
	width: 100%;
	min-height: 510px;
	margin-bottom: 50px;
}

/* flip speed goes here */
.flipcard {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.flipcontainer .frontside, .flipcontainer .backside {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.flipcontainer .frontside {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
	transition: all 400ms;
	transition-delay: 0.6s;
}

/* back, initially hidden pane */
.flipcontainer .backside {
	transform: rotateY(180deg);
}
.pagination>li.first>a, .pagination>li.first>span{
	padding: 8px 10px 4px 8px
}

body.rounded .product-options-group>li>span {
	display: inline-block;
    width: 40px;
    padding: 0 5px;
    border: 1px solid #333745;
    color: #333745;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    font-weight: bold;
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    border-radius: 3px 0px 0px 3px!important;
	border-right: none;
}

body.rounded .product-options-group .size-list li:last-child span.value {
	border-right: 1px solid #333745;
}


.filter-container .flavor-list li .range {
	min-width: 130px;
	height: 60px;
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
}
body.rounded .sidebar-block .flavor-list li span.value {
	height: 60px;
	padding-top: 25px;
}
.filter-container .flavor-list li .range .icon {
	background-color: #ffffff;
	border-radius: 50%;
	position: absolute;
	margin-top: -48px;
	margin-left: 10px;
	width: 50px;
	height: 50px;
	padding: 1px;
	border: 3px solid #004E72; 
}
.filter-container .flavor-list li .range .icon img {
	width: 42px;
	border-radius: 50%;
}

.fixed-wrapper .color-list li.active span.value {
	border-radius: 16px;
	padding-top: 20px;
}
.fixed-wrapper .color-list li.active span.clear {
	margin-left: 9px;
	margin-top: 4px;
	font-weight: bold;
	position: absolute;
}

.size-help {
	display: block;
	border-color: #ffffff;
    background: #ffffff;
    border: 2px solid #de2e92;
    padding: 10px;
    margin: 10px 0px;
}
.size-help .row div {
	margin: 10px 0px 0px 0px;
}
.size-help .row div img {
	max-width: 95%;
}
.size-help .row div h3 {
	padding-top: 20%;
}
body.rounded .size-help {
	border-radius: 7px;
}
.table.sizeinfos tr.active td {
	font-weight: bold;
}
.quick-view .product-info-block .product-label {
	white-space: nowrap;
}
body.theme1 .product-info-block .product-label.new,
body.theme1 .product-info-block .product-label.madein {
	color: #ffffff;
	background-color: #333745;
}
body.theme1 .product-info-block .product-label.freestockings {
	color: #ffffff;
	background-color: #15B2F5;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
	top: 0px;
}
.order-container .order-items .order-item-progress .progress {
	height: 8px;
}
.order-container .order-items .order-item-progress-wrapper{
	padding: 5px 30px;
	min-height: 60px;
	border-bottom: 1px solid #f0f0f0;
}
.order-container .order-items .order-item-progress {
	display: block;
	width: 100%;
	height: 52px;
	padding: 0;
	margin-top: 20px;
}
.order-container .order-items .order-item-progress .order-item-stepicon{
	width: 40px;
	height: 40px;
	position: absolute;
	border-radius: 50%;
	border: 2px solid #CECECE;
	margin-top: -15px;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: 6px 6px;
	background-color: #ffffff;
	filter: gray;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.order-container .order-items .order-item-progress .order-item-stepicon.sewing {
	left: calc(1*(100%/6) - 5px);
	background-image: url('/images/skins/divasboudoir/icons/sewing.png');
}
.order-container .order-items .order-item-progress .order-item-stepicon.delivering {
	left: calc(2*(100%/6) - 16px);
	background-image: url('/images/skins/divasboudoir/icons/delivering.png');
}
.order-container .order-items .order-item-progress .order-item-stepicon.warehouse {
	left: calc(3*(100%/6) - 23px);
	background-image: url('/images/skins/divasboudoir/icons/warehouse.png');
	background-position: 5px 4px;
}
.order-container .order-items .order-item-progress .order-item-stepicon.assigned {
	left: calc(4*(100%/6) - 34px);
	background-image: url('/images/skins/divasboudoir/icons/assigned.png');
}
.order-container .order-items .order-item-progress .order-item-stepicon.packed {
	left: calc(5*(100%/6) - 42px);
	background-image: url('/images/skins/divasboudoir/icons/packed.png');
}
.order-container .order-items .order-item-progress .order-item-stepicon.delivered {
	left: calc(100% - 50px);
	background-image: url('/images/skins/divasboudoir/icons/delivered.png');
}
.order-container .status {
	font-size: 16px;
    padding: 8px 8px;
    border-radius: 4px;
    height: 39px;
    display: block;
    line-height: 23px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.order-container .status.cancelled {
	background-color: #FF0000;
	color: #ffffff;
}
.order-container .status.complete {
	background-color: #50D050;
	color: #ffffff;
}
.order-container .status.inprogress {
	background-color: #FF8C00;
	color: #ffffff;
}
.cart-table .table-row .photo img {
	/*max-width: 90%;*/
}
.order-container .order-items .order-item-infos {
	font-family: Roboto,sans-serif;
	font-size: 14px;
	padding: 2px 5px;
}
.order-container .order-items .order-item-status {
	font-family: Roboto,sans-serif;
	font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #ffffff;
    padding: 2px 4px;
	background-color: #de2e92;
	border-radius: 4px;
}
.order-container .order-items .order-item-status.ismissing {
	background-color: #FF0000;
}
.order-container .order-items .order-item-status.isreturned {
	background-color: #FF8C00;
}
.order-container .order-items .order-item-status.isrefunded {
	background-color: #50D050;
}
.order-container .order-shipments .order-shipment-link {
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	padding: 2px 4px;
	font-weight: bold;
	text-decoration: none;
}
body.rounded .order-container .order-shipments .order-shipment-link {
	border-radius: 4px;
}
.cart-container .cart-items .cart-item.cart-action {
	background-color: #F0F0F0;
}
.cart-container .cart-items .actionpad {
	padding: 20px;
	text-align: left;
	display: block;
}
.cart-container .cart-items .actionpad .product-block{
	border: 1px solid #F0F0F0;
	padding: 20px;
	border-radius: 7px;
	margin: 20px 0px 0px 0px;
	display: block;
	width: 100%;
	background-color: #ffffff;
	min-height: 320px;
}
.cart-container .cart-items .actionpad .product-block .visual {
	text-align: center;
	margin-bottom: 20px;
}
.cart-container .cart-items .actionpad>h3 {
	text-align: center;
}
.cart-container .cart-items .actionpad .product-block .product-info-block{
	text-align: left;
	padding-top: 0px;
	vertical-align: top;
	margin-bottom: 0px;
}
.cart-container .cart-items .actionpad .product-block .product-info-block .option-label {
	font-size: 12px;
}
.cart-container .cart-items .actionpad .product-block .visual img {
	max-height: 150px;
	display: inline-block;
}
.cart-container .cart-items .actionpad .product-block .product-price{
	width: 100%;
	text-align: left;
	position: static;
	height: 28px;
}
.cart-container .cart-items .actionpad .product-block .product-name{
	width: 100%;
}
.cart-container .cart-items .actionpad .product-block .product-price span {
	display: inline-block;
	width: auto;
}
.cart-container .cart-items .actionpad .product-info-block .product-options > div{
	display: block;
}
.partnerpad {
	border-radius: 4px;
	background-color: #ffffff;
	margin-bottom: 40px;
	text-align: center;
	display: block;
}
.partnerpad a {
	display: block;
	padding: 20px;
	text-decoration: none;
}
.partnerpad a h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
}
.products .product-block .productMore {
	display: none; 
	z-index: 1000;
	padding: 6px 7px; 
	background-color: #D52C93; 
	color: #ffffff; 
	height: 29px; 
	border-radius:15px;
	position: fixed; 
	top: 200px; 
	right: 30px;
	text-decoration: none;
	font-weight: bold;
}
.addresspreview p.blockquote{
	font-size: 17px;
    line-height: 23px;
    font-weight: bold;
    background-color: #efefef;
    background-repeat: no-repeat;
    background-position: right 2px;
    border: 1px solid #CCCCCC;
    border-left: 4px solid #de2e92;
    margin-top: 20px;
}

.addresspreview.st-hidden {
	display: none;
}
.addresspreview.is-sticky {
	position: fixed;
	bottom: -20px;
	left: 0px;
	right: 0px;
	z-index: 1000;
}
.addresspreview.is-sticky .blockquote {
	padding: 10px 15px;

	border-left: none;
}
.addresspreview.is-sticky h4 {
	padding: 10px 15px;
	margin: 0px;
	line-height: auto;
	background-color: #D93892;
	color: #ffffff;
	font-size: 14px;
}
.iti--allow-dropdown {
	width: 100%;
}

.dropoffpoint .infocard .front {
	background-image: url('/images/skins/divasboudoir/icons/dropoffpoint.png');
}
.dropoffpoint .infocard .back {
	background-image:url('/images/skins/divasboudoir/icons/openingtimes.png');
}