

@media {
    ::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }
	 
	::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(104, 0, 169, 0.95);
	}
	 
	::-webkit-scrollbar-thumb {
	    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
    	background-color: rgba(76, 36, 230, 0.55);
	}
}

.settingsBlock {
    width: 300px;
    background: #ececec;
    position: absolute;
    z-index: 8;
    bottom: 0px;
    top: 50px;
    padding: 10px;
    display:none;
}

.settingsBlock select {
    height: 42px;
    width: 100%;
    box-sizing: border-box;
    background: white;
    font-family: sans-serif;
    margin-bottom: 10px;
}

.settingsBlock input {
    height: 42px;
    width: 100%;
    box-sizing: border-box;
    background: white;
    font-family: sans-serif;
    margin-bottom: 10px;
}

.productsBlock {
    /*background-color: #2a0048;*/
    padding: 10px;
    margin: 0 auto;
    position: absolute;
    left: 0px;
    top: 50px;
    right: 0px;
    bottom: 0px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 260px);
    justify-content: space-evenly;
    overflow-y: auto;
}

.searchField {
    width: 400px;
    height: 32px;
    border-radius: 5px 0px 0px 5px;
    margin-bottom: 4px;
    box-sizing: border-box;
    padding: 5px;
    float: right;
}

.musicianTypes {
    width: 1024px;
	float: left;
    list-style: none;
    margin: 0;    
    height: 30px;
    font-style: italic;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    display: none;
}

.musicianTypesBlock {
    display: none;
	width: 100%;
    height: 40px;
}

.musicianTypesIntoBlock {
	width: 1024px;
	margin: 0 auto;
}

.musicianTypeItem {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    margin: 0 5px;
    height: 30px;
}

.musicianTypeItem a {
	color: white;
    cursor: pointer;
    text-decoration: none;
    margin-top: 4px;
    line-height: 30px;
}

.musicianTypeItem span {
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	background-position: 5px 4px;
    background-size: 23px;
    padding: 7px 10px 7px 31px;
}

.musiciansList {
	
}

.productCard {
	display: inline-block;
    width: 250px;
    height: 392px;
    overflow: hidden;
    background-color: white;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 2px solid #6d50d5;
    border-radius: 10px;
}


.productImage {
	width: 250px;
    height: 180px;
    object-fit: cover;
}

.musicianInfo {
    padding: 5px 10px 10px 10px;
}

.productTitle {
    font-size: 18px;
    font-family: sans-serif;
    color: indigo;
    padding: 5px;
    text-align: center;
    height: 42px;
    vertical-align: middle;
    display: table-cell;
    width: 250px;
}

.musicianDesc {
    font-family: sans-serif;
    font-size: 14px;
    height: 144px;
    width: 230px;
    /* display: table-cell; */
    overflow: hidden;
    text-align: justify;
}

.searchBtn {
    height: 42px;
    width: 100%;
    box-sizing: border-box;
    /* margin: 5px; */
    background: #6d50d5;
    color: white;
    font-family: sans-serif;
    margin-bottom: 10px;
}

.searchBtn:hover {
    background: #3f2d80;
}

.popupWindow {
    display:none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.60);
    z-index: 10;
}

.popupBlock {
    width: 800px;
    background: white;
    margin: auto;
    top: 2%;
    border-radius: 10px;
    background: linear-gradient(0deg, white, #6f4fd2);
    position: relative;
    overflow: hidden;
    height: 96%;
}

.popupTitleBlock {
    color: #ffffff;
    font-family: sans-serif;
    font-size: 25px;
    padding: 5px 5px 5px 10px;
    height: 30px;
    background: linear-gradient(0deg, #5257ee, #6f4fd2);
    border-bottom: 1px solid rgba(58, 56, 56, 0.31);
}

.popupTitleBlock .title {
    float: left;
}

.popupTitleBlock .close {
    float: right;
    cursor: pointer;
    margin-top: 2px;
}

.sliderBlock {
    width: 100%;
    height: 400px;
}

.fullDescription {
    font-family: sans-serif;
    padding: 10px 10px 0px 10px;
}

.fullDescription h3 {
    font-weight: 700;
    font-family: sans-serif;
    padding: 5px 10px;
}

.fullDescription div {
    margin-left: 20px;
}

.scrollPopupBlock {
    overflow: auto;
    top: 41px;
    bottom: 0px;
    position: absolute;
    background: white;
    scrollbar-color: #6252DE rgba(76, 36, 230, 0.55);
    scrollbar-width: thin;
}

.fullDescription p {
    padding: 2px 0px;
    text-indent: 25px;
    text-align: justify;
}


.fullDescription p:first-child {
    padding-top: 0px; 
}

.flex-viewport {
    max-height: 500px !important;
}

.flexslider {
    border:none !important;
    margin: 0px !important;
}

.flex-control-nav {
    bottom: 0px !important;
    padding: 10px!important;
    box-sizing: border-box !important;
}

.flex-control-nav li {
    margin: 0px !important;
    display: inline-block;
    zoom: 1;
    padding: 10px;
    background: rgba(191, 191, 191, 0.6);
}

.flex-control-nav li:first-child {
    border-radius: 16px 0px 0px 16px;
}

.flex-control-nav li:last-child {
    border-radius: 0px 16px 16px 0px;
}

.slider {
    overflow: hidden;
}

.flex-control-nav {
    width: 256px !important;
    position: absolute;
    left: 50% !important;
    margin-left: -128px !important;
    padding: 0px !important;
}

.flex-control-nav li {
    padding: 6px !important;
}

.flex-control-paging li a {
    width: 8px !important;
    height: 8px !important;
}

.btnItemBlock {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

button.more {
    height: 42px;
    width: 100%;
    box-sizing: content-box;
    background: #6d50d5;
    color: white;
    font-family: sans-serif;
    margin-bottom: 10px;
    cursor: pointer;
    border:none;
}

button.buy {
    height: 42px;
    width: 100%;
    box-sizing: content-box;
    background: #06bb4a;
    color: white;
    font-family: sans-serif;
    margin-bottom: 10px;
    cursor: pointer;
    border:none;
}

.buyInPopup {
    height: 42px;
    box-sizing: content-box;
    background: #06bb4a;
    color: white;
    font-family: sans-serif;
    margin-bottom: 10px;
    cursor: pointer;
    margin-top: 20px;
    width: 250px;
}

.promoText {
    text-align: center;
    font-family: sans-serif;
}

#sliderSection {
    height: 500px;
}

.flexslider .slides > li {
    height: 500px !important;
}

.flexslider .slides img {
    height: 100% !important;
}