@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700|Roboto+Slab:400,700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.8.1/css/all.css');
body, html {
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	background: #f8f7fc;
	font-size: 14px;
	color: #2b2b2b;
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
}
.fw-400 {
	font-weight: 400
}
.navbar {
	padding: 15px 1rem;
	box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.1);
}
.badge {
	padding: 7px 12px;
}
.navbar-brand {
	display: flex;
	align-items: center;
}
.nav-item {
	margin-right: 10px;
}
.nav-item:last-child {
	margin-right: 0
}
.nav-link {
	font-size: 14px;
	font-weight: 500;
	padding: 6px 21px !important;
	border-radius: 5px;
	color: #2b2b2b !important;
	transition: 0.2s all;
	-ms-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	background: #f7f7f7 !important;
}
.active .nav-link, .nav-link:hover {
	background: #7579ff !important;
	color: #ffffff !important;
}
.navbar-brand img {
	max-width: 200px;
}
.bootstrap-select.form-control:not([class*="span"]) {
	width: auto !important
}
select {
	min-width: 170px;
	height: 40px !important;
}
button, select {
	font-size: 14px !important;
}
.bootstrap-select button {
	height: 40px;
	background: #ffffff;
	border: 1px solid #ced4da
}
.bootstrap-select {
	min-width: 200px;
}
.form-inline .form-control {
	margin-right: 10px
}
.form-inline .form-control:last-child {
	margin-right: 0
}
.bootstrap-select .dropdown-menu {
	padding: 0;
}
.bootstrap-select .open .dropdown-menu {
	display: block !important;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
	padding: 6px 10px;
	width: 100%;
	display: inline-block;
	font-size: 14px;
	color: #2b2b2b;
}
.selected a {
	background: #7579ff !important;
	color: #ffffff !important
}

.image-block {
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 400px;
	width: 100%;
	float: left;
	background: #f9f9f9;
	overflow: hidden;
	object-fit: cover;
	transition: 0.5s all;
	border-radius: 5px;
	
}
.image-block img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	max-width: 100%;
	min-height: 100%;
	transition: 0.5s all;
}
.image-block:hover {
	box-shadow: 0 0 12px 1px rgba(0,0,0,0.2);
}
.image-block:hover img {
	transform: scale(1.1) rotate(3deg);
}
.image-block-overlay {
	padding: 15px 15px 25px 15px;
	color: #ffffff;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+68 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 68%, rgba(0, 0, 0, 0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 68%, rgba(0, 0, 0, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 68%, rgba(0, 0, 0, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); /* IE6-9 */
}
.image-block-overlay h2 {
	font-size: 22px;
	margin: 0 0 10px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.image-block-overlay > div {
	float: left;
	width: 100%
}
.image-block-overlay p:last-child {
	margin-bottom: 0
}
.image-block-overlay p {
	margin: 0 0 5px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.image-block:hover .view-details {
	opacity: 1;
	visibility: visible
}
.view-details {
	position: absolute;
	top: 15px;
	right: 15px;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s all;
}
.btn-primary {
	background: #7579ff !important;
}
.btn-primary:hover {
	background: #5054d6 !important
}


@media all and (min-width: 600px) {

    .fancybox-custom-layout .fancybox-bg {
        background: #fcfaf9;
    }

    .fancybox-custom-layout.fancybox-is-open .fancybox-bg {
        opacity: 1;
    }

    /* Move caption area to the right side */
    .fancybox-custom-layout .fancybox-caption {
        background: #f1ecec;
        bottom: 0;
        color: #6c6f73;
        left: auto;
        padding: 30px 20px;
        right: 44px;
        top: 0;
        width: 256px;
    }

    .fancybox-custom-layout .fancybox-caption h3 {
        color: #444;
        font-size: 21px;
        line-height: 1.3;
        margin-bottom: 24px;
    }

    .fancybox-custom-layout .fancybox-caption a {
        color: #444;
    }

    /* Remove gradient from caption*/
    .fancybox-custom-layout .fancybox-caption::before {
        display: none;
    }

    /* Adjust content area position */
    .fancybox-custom-layout .fancybox-stage {
        right: 300px;
    }

    /* Align buttons at the right side  */
    .fancybox-custom-layout .fancybox-toolbar {
        background: #3b3b45;
        bottom: 0;
        left: auto;
        right: 0;
        top: 0;
        width: 44px;
    }

    /* Remove background from all buttons */
    .fancybox-custom-layout .fancybox-button {
        background: transparent;
    }

    /* Navigation arrows */
    .fancybox-custom-layout .fancybox-navigation .fancybox-button div {
        padding: 6px;
        background: #fcfaf9;
        border-radius: 50%;
        transition: opacity .2s;
        box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
        opacity: .7;
    }

    .fancybox-custom-layout .fancybox-navigation .fancybox-button:not([disabled]):hover div {
        opacity: 1;
    }

    .fancybox-custom-layout .fancybox-navigation .fancybox-button[disabled] {
        color: #999;
    }

    .fancybox-custom-layout .fancybox-navigation .fancybox-button:not([disabled]) {
        color: #333;
    }

    /* Reposition right arrow */
    .fancybox-custom-layout .fancybox-button--arrow_right {
        right: 308px;
    }
}

label {
	display: inline-block;
    margin-bottom: .5rem;
    font-weight: 600;
    font-size: 12px;
    line-height: normal;
}
.fancybox-caption h2 {
	font-size: 20px
}
.fancybox-caption .designer-name span{
	margin: 5px 0 0 0
}

.fancybox-caption .dis-none{
	display: inline-block;
	margin-top: 91px;
    width: 50%;
}
.design-id {
	position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
}

.preview-upload-img {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #f1f1f1;
}
.preview-upload-img img {
	max-width: 100%;
}

.file-upload input{
	position: absolute;
	visibility: hidden;
	opacity: 0;
}
.select2-container--default .select2-selection--multiple {
	border:none !important;
}
.select2 {
	
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    width: 100% !important;
    min-height: 40px !important;
    border-radius: 5px;
}
.dis-none{
	display: none;
}
