@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
html{
	overflow-x:hidden;
}

body {
	font-weight: 300;
	font-family: "Outfit", serif;
	color:#000;
	background: #fff;
	background-size: 100% auto;
	font-size: 16px;
	line-height: 20px;
	width:100%;
	max-width: 100%;
	overflow-x:hidden;
}

h1, h2, h3, h4, h5, h6{

}

.desktop{
	display: block;
}

.mobile{
	display: none;
}

a{
	text-decoration: none;
	color:#444;
}

img{
	max-width: 100%;
}

@media all and (max-width: 768px){
	.desktop{
		display: none;
	}

	.mobile{
		display: block;
	}
}
/*############################*/
/* ############## FIX BOOTSTRAP */
/*############################*/

@media (min-width: 1400px) {
    .container {
        max-width: 1600px;
    }
}

@media (min-width: 1140px) {
    .container {
        width: 100%;
		max-width: 1600px;
    }
}


@media (min-width: 960px) {
    .container {
        width: 100%;
		max-width: 1600px;
    }
}


@media (min-width: 720px) {
    .container {
        width: 100%;
		max-width: 1600px;
    }
}


@media (min-width: 540px) {
    .container {
        width: 100%;
		max-width: 1600px;
    }
}

@media (max-width: 1600px) {
    .container {
        padding-left: 50px;
		padding-right: 50px;
    }
}

@media (max-width: 991px) {
    .container {
        padding-left: 15px;
		padding-right: 15px;
    }
}

.pull-right {
    float: right!important;
}
.pull-left {
    float: left!important;
}

.accordion-button,
.accordion-button:not(.collapsed){
	background: #eee;
	color: #000;
}

.dropdown-menu{
	border:none;
	box-shadow: 0 15px 25px 0 rgba(0,0,0,0.1);
}

.panel-title{
	font-size: 20px;
}
.swiper-viewport {
    border: none;
    border-radius: 0px;
    box-shadow: none;
}
.dropdown-menu {
	z-index: 999999999;
}
#column-left .swiper-viewport, #column-right .swiper-viewport{
	margin:0px;
}

span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.btn.active, .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
	background-color: #0f0e3e;
	border-color: #0f0e3e;
	color:#fff;
}
.list-group-item {
    background: #fbfbfb;
	border:#e7e7e7;
	margin-bottom: 1px;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover{
	background: #ccc;
	color:#0f0e3e;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #0f0e3e;
    background-color: #fff;
    border-color: #e8e8e9;
}
#product .text-danger{
	padding-left: 15px;
}

.panel-default {
    border-color: #f5f5f5;
}

.panel-default>.panel-heading {
    color: #0f0e3e;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

.modal-backdrop {
    z-index: 10400;
}

.modal {
    z-index: 100001;
}

.header-success{
	background: rgb(0, 125, 0);
	color:#fff;
}

.header-success h4{
	color:#fff;
	font-weight: 700;
}

.modal-body img{
	max-width: 100%;
}

.btn{
	text-decoration: none;
}

.accordion-link{
	position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
	text-decoration: none;
	font-weight: 400;
}

@media (max-width: 767px) {
	.row{
		margin:0px;
		padding: 0px;
	}
}

/*############################*/
/* ############## HOME CUSTOM LOGOS*/
/*############################*/
.custom-logos{
	margin-top: 50px;
	margin-bottom: 50px;
}


/*############################*/
/* ############## HOME LATEST products*/
/*############################*/
#home-feadureds{
	background: #cabd62;
	padding-top: 70px;
	padding-bottom: 70px;
	margin-top: 35px;
}

#home-feadureds h1{
	display: none;
}

#home-feadureds .dc-content{
	padding-left: 15px;
}

.tabs-menu{
	display: none;
}

@media (max-width: 768px) {

	.dc-featuredbaner-content{
		padding-top: 0px;
		padding-left: 0px;
	}
}

/*############################*/
/* ############## MOD 2 BANERS*/
/*############################*/
.dc-featuredbaners .dc-featuredbaner-header{
	text-align: center;
	display: block;
}

/*############################*/
/* ############## INFO FEATUREDS*/
/*############################*/
#home_infos h1{
	display: none;
}
#home_infos{
	margin-top: 50px;
	padding-top: 50px;
	padding-bottom: 65px;
	background: #eaeaea;
}

#home_infos .dc-image img{
	max-width: 150px;
	margin: 0 auto 0 auto;
	display: block;
}


/*############################*/
/* ############## TABS*/
/*############################*/
#product-tabs .nav-pills{
	border-bottom:1px solid #f05b8a;
}

#product-tabs .nav-pills .nav-link{
	background: #f0f0f0;
	color:#333;
	margin-right: 7px;
	border-radius: 7px 7px 0 0;
}

#product-tabs .nav-pills .nav-link.active{
	background: #f05b8a;
	color:#fff;
}

#product-tabs .tab-pane{
	padding: 15px;
}

/*############################*/
/* ############## ACCOUNT */
/*############################*/
#account-account h2{
	background: #22262e;
	color:#fff;
	font-weight: 400;
	padding: 10px;
}

/*############################*/
/* ############## CONTENT */
/*############################*/
#product-category,
#error-not-found,
#checkout-cart,
#content,
.account_option{
	position: relative;
	z-index: 2;
}
#margin-top{
	margin-top: 0px;
}
#content {
	margin-bottom:25px;
	font-size: 18px;
	line-height: 26px;
}
#information{
	margin:0px auto 100px auto;
}
#latestpost .headtitle img,
#latestpost .headtitle .col-sm-2{
	display:none;
}
#latestpost .inner + .innerheader{
	border:none;
}



@media all and (max-width: 768px){
	#information{
		margin:0px auto 0px auto;
	}
}

/*############################*/
/* ############## CHECKOUT */
/*############################*/
.personal-details-content,
.extpanel-body{
	font-size: 14px;
}

.personal-details-content label,
.extpanel-body label{
	font-weight: 500;
}

.row-form{
	margin-bottom: 8px;
}
.control-label.required{
	position: relative;
}
.control-label.required:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
	position: absolute;
	right:-4px;
	top:0px;
}

/*############################*/
/* ############## HOME NEWSLETTER */
/*############################*/
.dc-newsletter{
	position: relative;
	margin-top: 100px;
}

.newsletter-panel{
	position: relative;
	z-index: 2;
}

.dc-nesletter-image{
	position: absolute;
	z-index: 1;
	right:0px;
	bottom: 0px;
	max-width: 100%;
}

.dc-featuredboxes{
	position: relative;
	z-index: 2;
}

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

}

/*############################*/
/* ############## CHECKOUT */
/*############################*/
.login-panel{
	border: 1px solid #333;
	border-radius:15px;
	background: #f8f8f8;
	margin-bottom: 25px;
	padding: 25px;
}
.login-panel ul{
	list-style: none;
	color:#888;
	margin: 0px;
	padding: 0px;
	margin-bottom: 25px;
}

.opc-h1{
	margin-top: 25px;
}
/*############################*/
/* ############## COPYRIGHT */
/*############################*/
.copyright{
	padding:50px 0 40px 0;
	background:#000;
	color:#fff;
	text-transform:uppercase;
	position:relative;
	margin: 0 auto 0 auto;
}
.informations-row{
	margin-bottom:80px;
}
.copyright a{
	color:#fff;
}
.copyright a:hover{
	color:#fff;
}
.copyright .payment-icon{
	float:right;
}

.copyright .scrollTop{
	width:80px;
	height:80px;
	line-height:90px;
	background:#fff;
	color:#a5958b;
	position:absolute;
	right:15px;
	bottom:100%;
	margin-bottom:15px;
	border:none;
	display:block;
	text-align:center;
	z-index:10;
}
.copyright .scrollTop:hover{
	color:#444;
}
.copyright .scrollTop i.fa{
	font-size:24px;
}
.footer-contact-row{
	font-size:18px;
	font-weight:300;
	margin-bottom:10px;
}
.footer-contact-row a{
	text-transform:none;
}

@media all and (max-width: 767px){
	.footer-info-senden, .footer-info-returns, .footer-info-payment{
		text-align:center;
		margin-bottom:50px;
	}
	.footer-info-senden img, .footer-info-returns img, .footer-info-payment img{
		display:block;
		margin:0 auto 15px auto;
	}
}


/*##############*/
/* ####### SUBPAGE HEADER */
/*##############*/
.page-header {
    margin: 0px auto 15px auto;
    padding-bottom: 0px;
    border: none;
}

.page-title {
	clear: both;
	margin-top: 40px;
}
.page-title h1{
    color: #0f0e3e;
	padding: 0px;
	text-align:left;
	font-size: 36px;
	font-weight: 700;
}

.page-breadcrumb{

}
.page-header .breadcrumb{
	margin: 0px;
	margin-left:-15px;
	margin-top: 30px;
	margin-bottom: 10px;
	background: none;
}
@media (max-width: 767px) {
	.page-title h1{
		text-align:center;
	}
}

/*############################*/
/* ############## CART */
/*############################* */
.cart-panel{
	color:#fff;
	background: #f05b8a;
	padding: 20px;
	border-radius: 15px;
	position: sticky;
	top:300px;
	box-shadow: 0 0 25px 0 rgba(0,0,0,0.2);
}

.table{
	border-radius: 7px;
}

.cart-panel .table>:not(caption)>*>*{
	background: none !important;
}

.cart-panel .table tbody,
.cart-panel .table td,
.cart-panel .table tfoot,
.cart-panel .table th,
.cart-panel .table thead,
.cart-panel .table tr{
	border-color:#d34974;
	color:#fff;
}

/*############################*/
/* ############## HOME FEATURED BANERS */
/*############################*/
.dc-featuredbaner-content{
	width: 100% !important;
}


/*############################*/
/* ############## BREADCRUMB */
/*############################*/
.breadcrumb {
	margin: 15px 0 15px 0;
	padding: 0px 0;
	border: none;
	background-color: #fff;
    border-radius: 0px;
}
@media (max-width: 767px) {
	.breadcrumb {
		margin: 10px 0 0px 0;
	}
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: none;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
	color:#c2c2c2;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	right: -5px;
	width: 16px;
	height: 16px;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb > li > a{
	color:#c2c2c2;
}
.pagination {
	margin: 0;
}

.pagination li{
	background: #f0f0f0;
	color:#333;
	padding: 5px;
	width: 40px;
	text-align: center;
}

.pagination li.active{
	background: #333;
	color:#fff;
}

/*############################*/
/* ############## ACCOUNT */
/*############################*/
#account-account h2{
	background: #22262e;
	color:#fff;
	font-weight: 400;
	padding: 10px;

}
.account-icons{
	display:block;
	padding: 15px;
}
.account-icons .account-icon{
	display: inline-block;
	width: 20%;
	text-align: center;
	overflow: hidden;
	vertical-align: top;
}
.account-icons .account-icon img{
	max-width: 100%;
}
@media all and (max-width: 768px){
	.account-icons .account-icon{
		width: 49%;
	}
}

/*############################*/
/* ############## DC Guarantee */
/*############################* */
#guarantee, .guarantee{
	border: 3px #cabd62 solid;
	background: #d4eeff;
	border-radius: 15px;
	margin-top: 50px;
	margin-bottom: 25px;
	padding: 15px;
	position: relative;
}

#guarantee.guarantee_cart,
.guarantee.guarantee_cart{
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	padding: 5px;
}

#guarantee .guarantee-header,
.guarantee .guarantee-header{
	padding: 0px 7px 0px 7px;
	font-size: 12px;
	position: absolute;
	top:-15px;
	left: auto;
	right: auto;
	background: #cabd62;
	color:#fff;
}
.guarantee-table{
	display: table;
	width: 100%;
	margin-top: 15px;
}
.guarantee-row{
	display: table-row;
	width: 100%;
}
.guarantee-td-checkbox,
.guarantee-td-image,
.guarantee-td-name,
.guarantee-td-price{
	display:table-cell;
	vertical-align: middle;
	height: 40px;
}
.guarantee-td-checkbox{
	width: 30px;
}
.guarantee-td-price{
	width: 40px;
}
.guarantee-td-image{
	width:40px;
}
.guarantee-td-image img{
	max-width: 100%;
}
.guarantee-td-price span{
	background: #cabd62;
	color:#fff;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	font-weight: 700;
	border-radius: 5px;
}

.guarantee-td-name{
	font-size: 14px;
	padding-left: 15px;
}

#guarantee-checkbox{
	width: 30px;
	height: 30px;
	border:1px #f0f0f0 solid;
	background: #fff;
	border-radius:5px;
}

/*############################*/
/* ############## Next Quantity*/
/*############################* */
.next_quantity{
	border: 3px #cabd62 solid;
	background: #ffeaa3;
	border-radius: 15px;
	margin-top: 20px;
	margin-bottom: 25px;
	padding: 15px;
	position: relative;
	color:#0f0e3e;
}
.next_quantity_text{
	font-weight: 700;
	font-size: 14px;
	padding-top: 5px;
}

.next_quantity_text span{
	font-size: 18px;
}

.next_quantity .btn{
	height: 30px;
	line-height: 30px;
}

/*############################*/
/* ############## Reviews */
/*############################* */
.review_write_form{
	margin-top: 25px;
}
.review-container{
	padding: 10px;
	border: 1px #ddd solid;
	border-radius: 5px;
}
.review-author{
	background: #cabd62;
	color:#fff;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.review-date{
	font-size: 12px;
	color: #888;
}

.review-image{
	text-align: center;
}

.review-rating .fa-stack {
    color: #cabd62;
}

.review-image img{
	max-width: 100%;
}

/*############################*/
/* ############## DC SURPRISE */
/*############################* */
.btn-surprise{
	width: 30px;
	height: 30px;
	border:1px #f0f0f0 solid;
	background: #fff;
	border-radius:5px;
}

.panel-default>.panel-heading.panel-surprise {
    color: #fff;
    background-color: #cabd62;
    border-color: #cabd62;
}

.panel-surprise .panel-title img{
	max-height: 100%;
	max-width: auto;
	margin-right: 25px;
}
#collapse-surprise .panel-body img{
	max-width: 100%;
}
.surprise_price_old{
	font-size: 18px;
	color:#888;
	text-decoration: line-through;
}
.surprise_price_new{
	font-size: 28px;
	color:#F00;
}
#collapse-surprise h3{
	margin-top: 0px;
}
.surprise_price{
	font-size: 28px;
	color:#0f0e3e;
}

.no_surprise{
	margin-top: 25px;
}

.no_surprise .btn{
	width: 300px;
}
/*############################*/
/* ############## COLUMNS */
/*############################* */
#column-left{
	padding-top:0px;
}

#column-right{
	margin-top:0px;
	padding-top:0px;
}
#column-right .list-group{
	background:#f6f6f8;
	padding:15px;
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
#information img{
	max-width: 100%;
}

/*############################*/
/* ############## CHANGES 2023-08-30 */
/*############################* */
.dcp_product_image_link{
	opacity:0;
}

.category-results{
	display:none;
}

/* Design Cart 2023-09-05 */
.mod-product-image,
.dcp_product_image{
	overflow: hidden;
}
