@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap');@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');body {    padding: 0px;    margin: 0px;    background: #000000;	font:400 15px/25px 'Poppins', sans-serif;	color:#fff;}a {    color: #006ebc;    text-decoration: none;}.form-control {    border: #6e6e6e 1px solid;    height: 50px;    border-radius: 2px;}button:focus {    box-shadow: none;    outline: none;}.btn {    padding: 14px 25px;    font-size: 14px;    color: #fff;    border: #fff 2px solid;    border-radius: 0px;    line-height: 1;    text-transform: uppercase;}.btn:focus {    box-shadow: none;    outline: none;}.btn:hover {    color: #929394;    text-decoration: none;}a:hover {    text-decoration: none;}.form-control:focus {    background-color: transparent;    outline: 0;    box-shadow: none;    color: #909090;    border-color: #8d8d8d;}.container {    max-width: 1350px;}.pd-0 {    padding: 0px!important;}.mb-40 {    margin-bottom: 40px!important;}.mb-45 {    margin-bottom: 45px!important;}.mb-50 {    margin-bottom: 50px!important;}/*=========================== hover effect start======================== */.socil-hover-effect {    position: relative;}.socil-hover-cnt {    display: flex;    align-items: center;    position: absolute;    height: 100%;    width: 100%;    top: 0;    left: 0;    padding: 10px;    transition: .5s;}.socil-hover-effect:hover .socil-hover-cnt {    background: rgba(55, 64, 70, 0.5);}ul.socil-hover-overly {    position: relative;    top: 0;    left: 0px;    width: 100%;    height: auto;    padding: 0px;    margin: 0px;    transition: .5s;    transition-duration: .6s;}ul.socil-hover-overly li {    list-style: none;    display: inline-block;    position: relative;    transition: .4s;    visibility: hidden;    transition-duration: .6s;    transform: scale(0);    opacity: 0;    transition-timing-function:cubic-bezier(.63,-1.11,.4,1.83);}.socil-hover-effect:hover ul.socil-hover-overly li {    margin-bottom: 0px;    visibility: visible;    transition-duration: .6s;    opacity: 1;    transform: scale(1);}ul.socil-hover-overly li:nth-child(2) {    transition-delay: .2s;}ul.socil-hover-overly li:nth-child(3) {    transition-delay: .4s;}ul.socil-hover-overly li:nth-child(4) {    transition-delay: .6s;}ul.socil-hover-overly li:nth-child(5) {    transition-delay: .8s;}ul.socil-hover-overly li a {    display: block;    padding: 8px 10px;    line-height: 1;    color: #fff;    text-transform: uppercase;    font-size: 13px;    background: rgb(99, 1, 74,.5);    margin: 2px;    border-radius: 5px;}/*=========================== hover effect end======================== *//* ======================header strat======================= */.logo img { width: 100%;max-width: 210px;}ul#more-nav, ul#headermenu {    display: inline-block;    vertical-align: top;    list-style-type: none;    margin: 0; padding: 0;}ul#headermenu {    list-style-type: none;    padding: 0;    margin: 0;}ul#headermenu li {    margin: 0;}#headermenu li {    display: inline-block;}.filter-wrapper {    width: 100%;}#more-nav {    float: right;    text-align: right;}#more-nav > li{ position: relative; }#more-nav > li > a{padding: 0 1rem;}#more-nav > li a{    color: #fff;    font-size: 15px;    text-transform: uppercase;    font-weight: 300;}.subfilter{    padding: 10px 0 0;    list-style-type: none;    display: none;    position: absolute;    width: 175px !important;    left: auto;    right: 0; top: 100%;}.subfilter li {    margin: 0;    padding: 5px 0;    text-align: right;}.subfilter li > a{ color: #333; }.header .navigation-bar {    display: flex;    justify-content: space-between;}.header ul.user_btn {    margin: 0px;}.header .navbar-nav .nav-link {    color: #fff;    font-size: 15px;    text-transform: uppercase;    font-weight: 300;    padding:0px;    margin:0 8px;    white-space: nowrap;}.header .navbar-nav .nav-item.active .nav-link,.header .navbar-nav .nav-item:hover .nav-link,.header .navbar-nav li.active .nav-link,.header .navbar-nav li:hover .nav-link {    color: #c6c6c6;}.singel-drop {display: none;position: absolute;width: 200px;background: #313131;border-radius: 5px;box-shadow: 0px 5px 10px rgb(0,0,0,0.5);padding: 10px; z-index: 2}.singel-drop li {list-style: none;}.singel-drop li a{font-family: 'Montserrat', sans-serif;display: block;color: #fff;margin:0px;padding:6px 10px;}.welcome-header {z-index: 9;position: absolute;width: 100%;top: -100%;left: 0;transition: .5s; margin-top: 0px;}.header {}.header.in {top: 0;}.inner-header {    padding: 0px 72px;    margin-top: 20px;    position: relative;    margin-bottom: 50px;}/*#headermenu > li{display: inline-block !important; }.overflow li{display:block;}*/.header .navbar {    padding: 0px;}.top-social {    display: flex;    align-items: center;    justify-content: flex-end;    margin-bottom: 10px;    margin-top: 10px;}.cart-cnt ul {    margin: 0px;}.top-social > ul {display: flex;padding: 0px;margin: 0px;}.top-social > ul > li {display: inline-block;}.top-social > ul > li > a {display: block;width: 35px;height: 35px;border: #c6c6c6 2px solid;text-align: center;line-height: 35px;color: #dcdcdc;border-radius: 50%;margin:0 5px;font-size: 18px;}.signup-btn {    padding: 11px 22px;    border-radius: 50px;    line-height: 1;    display: flex;    align-items: center;    border: none;    color: #020202;    text-transform: uppercase;    font-weight: 600;    font-family: 'Poppins', sans-serif;}.signup-btn i.fa {    font-size: 23px;    font-weight: 500;    margin-right: 5px;    color: #3c3d40;}.signup-btn span i.fa {    margin-left: 6px;    transition: .3s;}.cart-cnt > ul > li {    list-style: none;    position: relative;}.cart-cnt > ul > li > a {    color: #fff;    width: 45px;    height: 45px;    text-align: center;    display: block;    line-height: 45px;    border: #c6c6c6 2px solid;    border-radius: 50%;    font-size: 20px;}.cart-cnt > ul > li > a > span {    position: absolute;    top: -15px;    right: -8px;    display: inline-block;    line-height: 16px;    background: #ee0202;    border-radius: 10px;    font-size: 14px;    z-index: 9;    padding: 8px 3px;    min-width: 20px;    height: 28px;    text-align: center;}ul.user_btn > li {    list-style: none;    position: relative;}ul.aco-drpdwn {    position: absolute;    top: 120%;    width: 200px;    right: 0;    background: #272626;    border-radius: 5px;    display: block;    padding: 0;    overflow: hidden;    transform: scaleY(0);    transition: .3s;    transform-origin: top;}ul.user_btn > li:hover ul.aco-drpdwn {    transform: scaleY(1);    transition: .3s;}ul.user_btn > li:hover .signup-btn span i.fa {    transform: rotate(180deg);    transition: .3s;}ul.aco-drpdwn > li {    display: block;}ul.aco-drpdwn > li > a {    color: #dcdcdc;    padding: 10px 20px;    display: flex;    transition: .2s;}ul.aco-drpdwn > li > a:hover {    background-color: #3b3b3b;}ul.aco-drpdwn > li > a > i.fa {    color: #9c9c9c;    font-size: 22px;    margin-right: 10px;}/* ======================header end======================= *//* ======================banner strat======================= */.banner-slider {    overflow: hidden;    position: relative;}.banner-slider .slide-item img {    width: 100%;}.thumb-container {    background-color: #191919;    position: absolute;    bottom: -100px;    width: 100%;    transition: .5s;    z-index: 99;}.thumb-container.thumb-in {    bottom: 0px;}.slide-item {    position: relative;}.thumb-container .owl-item.active {    padding: 10px 5px;    opacity: .5;}.thumb-container .owl-item.active.current {    opacity: 1;} .playbtn-cnt {    position: absolute;    z-index: 99;    bottom: 130px;    left: 74px;    display: flex;    align-items: center}.play-btn i.fa {    font-size: 70px;    color: #7a7a78;    margin-right: 15px;    cursor: pointer;}.play-txt p {    color: #b1b1b1;    margin-bottom: 8px;    line-height: 1;    font-size: 20px;}.play-txt a {    color: #b1b1b1;    line-height: 1;}.lightbox-cnt {    width: 100%;    background: rgba(47, 47, 53, 0.8);    position: fixed;    z-index: 99999;    height: 100%;    top: 0;    left: 0;    opacity: 0;    visibility: hidden;    padding: 50px 0px;}.lightbox-cnt.loaded {    opacity: 1;    visibility: visible;}.loader {    width: 50px;    height: 50px;    display: inline-block;    padding: 0px;    border-radius: 100%;    border: 5px solid;    border-top-color: transparent;    border-bottom-color: transparent;    border-left-color: rgb(245, 223, 23);    border-right-color: #4CAF50;    -webkit-animation: loader4 1s ease-in-out infinite;    animation: loader4 1s ease-in-out infinite;    top: 50%;    left: 50%;    z-index: 99;    position: absolute;}@keyframes loader4 {    0% {        transform: rotate(0deg);    }    50% {        transform: rotate(360deg);        border-left-color: rgb(219, 255, 59);        border-right-color: rgb(80, 177, 241);    }    100% {        transform: rotate(360deg);        border-left-color: rgb(3, 184, 18);        border-right-color: rgb(150, 234, 245);    }}@-webkit-keyframes loader4 {    from {        -webkit-transform: rotate(0deg);    }    to {        -webkit-transform: rotate(360deg);    }}.lightbox-video-cnt {    display: flex;    justify-content: center;    align-items: center;    height: 100%;    width: 100%;}.lightbox-video-cnt iframe {    width: 80%;    opacity: 0;    transform: scale(.8);    visibility: hidden;}.lightbox-video-cnt iframe.open {    opacity: 1;    transform: scale(1);    visibility: visible;}.close-light-bx {    position: absolute;    z-index: 999;    top: 50px;    right: 50px;    color: #9c9c9c;    font-size: 50px;    cursor: pointer;}/* ======================header strat======================= *//* ======================copyright strat======================= */.copy-right {overflow: hidden;background: #000; padding: 22px 73px;margin-top:0px;}.copy-right p {    margin: 0px;    color: #5c5c5b;    font-size: 13px;    line-height: 1;}.copy-right .privecy {    text-align: right;}/* ======================copyright strat======================= *//* ======================artists page strat======================= */.filter-list.filter-group {    display: flex;    margin: 0px 10px;    align-items: center;}.filter-list.filter-group h4 {    color: #5c5c5b;    text-transform: uppercase;    margin-right: 15px;    font-size: 13px;    font-weight: 600;    margin-bottom: 0px;}.filter-list.filter-group ul {    padding: 0px;    margin: 0px;}.filter-list.filter-group ul li {    color: #5c5c5b;    display: inline-block;    text-transform: uppercase;    margin-right: 15px;    font-size: 13px;    font-weight: 600;    cursor: pointer;}.filter-list.filter-group ul li.active {    color: #fff;}.filter-grid {    width: 100%;    margin: 0 auto;    padding: 0px;    text-align: center;}.singel-grid img {    width: 300px;    height: 350px;    margin: 8px;}.artist-img {    position: relative;    overflow: hidden;}ul.artist-overly {    position: absolute;    top: 0;    left: 0px;    width: 100%;    height: 100%;    background: rgba(37, 37, 37, 0.5);    padding: 0px;    margin: 0px;    display: flex;    align-items: center;    justify-content: center;    opacity: 0;    visibility: hidden;    transition: .5s;    transition-duration: .6s;}.artist-img:hover ul.artist-overly {    opacity: 1;    visibility: visible;}ul.artist-overly li {    list-style: none;    display: inline-block;    margin-bottom: -49px;    position: relative;    transition: .4s;    visibility: hidden;    transition-duration: .6s;    opacity: 0;    transition-timing-function: cubic-bezier(.63, -1.11, .4, 1.83);}.artist-img:hover ul.artist-overly li {    margin-bottom: 0px;    visibility: visible;    transition-duration: .6s;    opacity: 1;}ul.artist-overly li:nth-child(2) {    transition-delay: .2s;}ul.artist-overly li:nth-child(3) {    transition-delay: .4s;}ul.artist-overly li:nth-child(4) {    transition-delay: .6s;}ul.artist-overly li:nth-child(5) {    transition-delay: .8s;}ul.artist-overly li a {    display: block;    padding: 8px 10px;    line-height: 1;    color: #fff;    text-transform: uppercase;    font-size: 13px;    background: rgb(99, 1, 74, .5);    margin: 2px;    border-radius: 5px;}.filter-dtl h4 {    color: #9e9e9e;    font-size: 16px;    margin: 0px;    padding: 12px 0px;    margin-bottom: 34px;}.filter-grid.still-grid {    width:88%;    margin: 0 auto;    padding: 0px;    text-align: center;}.filter-grid.still-grid > .singel-grid{ width: 25%; }.filter-grid.still-grid > .singel-grid img{width: auto; max-width: 100%;}.still-grid .filter-dtl h4{ margin:0; padding: 12px 0 0;}.still-grid .filter-dtl p {    color:#9e9e9e;    font-size: 14px;    margin: 0px;    padding: 12px 10px 34px;    margin:0;}.more-btn i.fa {    margin-left: 10px;}.btn-cnt {    display: flex;    justify-content: flex-end;    margin: 30px 0px 50px;}/* ======================artists page end======================= *//* ======================Release page start======================= */.relese-img img {    width: 100%;}.relese-dtl p {    color: #b6b6b6;    text-transform: uppercase;    margin: 13px 0px;    font-size: 12px;    font-family: 'Roboto', sans-serif;    font-weight: 500;}.relese-dtl h4 {    color: #ffffff;    text-transform: capitalize;    margin: 13px 0px;    font-size: 24px;    font-family: 'Roboto', sans-serif;    font-weight: 600;}.tag-list ul {    padding: 0px;    margin: 0px;}.tag-list ul li {    display: inline-block;    list-style: none;}.tag-list ul li a {    display: block;    font-size: 13px;    color: #fff;    background: #63014a;    padding: 8px 15px;    line-height: 1;    border-radius: 3px;    text-transform: uppercase;    font-weight: 500;    margin-right: 8px;}.release-cnt {    margin-bottom: 50px;}.filter-cnt {    display: flex;    justify-content: space-between;    align-items: center;}.filter-search {    position: relative;}.filter-search .form-control {    height: 33px;    background: transparent;    border: #909090 1px solid;    border-radius: 0px;    color: #ddd;}.filter-search .form-control::placeholder {    color: #909090;}.filter-search span {    position: absolute;    top: 50%;    right: 15px;    transform: translateY(-50%);    color: #909090;}.tag-list ul {    padding: 0px;    margin: 0px;    display: flex;}.release-grid .filter-dtl {    padding: 0px 10px;}.release-grid .filter-dtl p {    text-align: left;    color: #b6b6b6;    text-transform: uppercase;    font-size: 12px;    font-weight: 500;    font-family: 'Roboto', sans-serif;}.release-grid .filter-dtl h4 {    text-align: left;    font-family: 'Roboto', sans-serif;    font-size: 18px;    color: #fff;    padding-top: 0px;}/* ======================Release page end======================= *//* ======================Record page start======================= */.record-cnt {padding: 0px 80px;}.product-dtl {margin-top: 20px;}.product-slider {padding-right: 0px;}/*.record-cnt .col-sm-7{max-width: 54%;}*//*.record-cnt .col-sm-5{max-width: 46%;}*/.product-slide-item img {width: 100%;background-color: #fff; }.product-slider-thumb {margin-top: 33px;}.product-slider-thumb .product-slide-item {padding: 0px 15px;}.product-dtl .product-heading,.thank-you-section h2 {font-size: 30px;color: #ffffff;font-family: 'Roboto', sans-serif;font-weight: 600;line-height: 1;margin-bottom: 12px;}.product-dtl .price {font-size: 18px;color: #979696;font-weight: 500;}.product-quantity {display: flex;color: #fff;align-items: center;}.product-dtl .product-quantity {margin-bottom: 40px;}.product-quantity p {margin: 0px;font-size: 14px;margin-right: 15px;font-weight: 400;}.slick-initialized .slick-slide {display: block;padding: 10px;}.product-quantity span.quantity-minus,.product-quantity span.quantity-plus {    width: 30px;    height: 30px;    text-align: center;    font-weight: 500;    border: #fff 2px solid;    line-height: 30px;    margin-left: 6px;    font-size: 20px;    cursor: pointer;}span.quantity-value {    margin: 0px;    width: 30px;    height: 30px;    text-align: center;    font-weight: 500;    line-height: 30px;    margin-left: 0px;    font-size: 15px;}.cart-btn {background: #fff;color: #000;font-weight: 500;text-transform: capitalize; margin-bottom: 5px;padding: 7px 13px;font-size: 13px;}.about-product p,.about-product li,.about-product {color: #fff; font-size: 14px; font-weight: 500; line-height: 1;  margin:0 0 25px 0;}.about-product li,.about-product ul,.about-product ol{margin:0 0 25px 0;padding: 0;}.about-product ol{margin-left:11px;padding: 0;}.top-social.product-social{margin-left:-6px;}.about-product {margin-top:30px;}h4.related-heading {    color: #fff;    font-weight: 600;    font-size: 26px;    margin-top: 60px;    line-height: 1;    margin-bottom: 0px;    font-family: 'Roboto', sans-serif;}.related-slider {    margin: 30px -15px 60px;}.related-slide-item {    margin: 0px 15px;}.related-slide-item img {    width: 100%;}.error{ color: #ff0000;   border: 1px solid #ff0000; background-color: #f5b4b4; }.crt-cnt{display: inline-block;}.crt-cnt .error{display: inline-block-;}#ajaxLoader{height:28px;display:none;margin:0 5px; position: absolute;}#errorHolder{display:none; padding: 7px 16px;display:none; }#errorHolder .message{display:inline-block;}.hidden{display:none;}.btn-custom{background-color: #fff; color: #000; border-radius: 30px;font-weight: 600; padding: 10px 22px;}.btn-custom:hover{background-color: #000; color: #fff;}.quantity{width: 76px;padding: 0 7px; text-align: center; font-size: 15px; height: 29px;  border: 1px solid #000; border-radius: 16px;}header + .container{min-height:380px}.cart-total-section{text-align: right;margin-top: 47px;}.cart-total-section table{display: initial;width: 100%;}.cart-total-section table th {font-size: 13px;font-weight:400;width: 90px;}.cart-total-section table th h2{font-size: 14px;font-weight: 500;margin-bottom: 12px;border-bottom: 1px solid #fff;padding-bottom: 3px;text-align: left;}.cart-total-section .continue-checkout a{margin-top: 20px;}.cart-total-section .continue-checkout{border-top: 0px solid #fff;margin-top: 27px;min-width: 300px;}.cart-total-section .grand-total{border-top: 1px solid #fff;}.cart-del-items i{color:#fff;}.empty-cart{margin:20px 0;}.order-section h2{font-size: 20px;    font-weight: 500;    margin: 23px 0 10px;    color: #fff;}.order-section .table td,.order-section  .table th { padding: 4px 10px;}.gateway-section {    background-color: #333;    padding: 20px;    color: #fff;    font-size: 13px;    border-radius: 4px;}.gateway-section ul{margin:0 0 14px 0;padding:0;}.gateway-section ul li{display:inline-block;list-style:none;font-weight:bolder;}.gateway-section ul li img {    margin-left: 9px;    border-radius: 8px;}.gateway-section .payment_box {background-color: #999;font-weight:500;border-radius: 4px;padding: 10px 20px;}.another-address-block{display:none;}.checkout-section label span{color:#ff0000;}/* ======================Record page end======================= *//* ======================video page start======================= */.video-cnt {    margin: 0px 10px;    margin-bottom: 50px;    height: 100vh;}.video-img {    position: relative;}.video-overly {    position: absolute;    width: 100%;    height: 100%;    top: 0;    left: 0;    display: flex;    align-items: center;    justify-content: center;    background: rgb(99, 1, 74, .3);    visibility: hidden;    opacity: 0;    transition: .5s;}.video-playbutton i.fa {    font-size: 170px;    color: #fff;    opacity: .5;}.video-img:hover .video-overly {    opacity: 1;    visibility: visible;}.inner-video-cnt {    margin-bottom: 60px;}.video-img img {    width: 100%;}.video-btn-cnt {    z-index: 99;    display: flex;    align-items: center;    margin-top: 17px;}.video-btn i.fa {    color: #63014a;}.video-dtl p {    font-size: 11px;    color: #b6b6b6;    text-transform: uppercase;    font-weight: 600;    margin-bottom: 8px;    line-height: 1;    font-family: 'Roboto', sans-serif;}.video-dtl h4 {    font-size: 24px;    color: #fff;    font-weight: 600;    font-family: 'Roboto', sans-serif;    line-height: 1;    margin: 0px;}/* ======================video page end======================= *//* ======================news page start======================= */.news-item {    margin-bottom: 40px;}.news-img img {    width: 100%;}.news-dtl {    margin-top: 30px;}.news-dtl p {    color: #fff;    margin-bottom: 17px;}.news-dtl span {    color: #a4a4a4;    margin-bottom: 17px;}/* ======================news page end======================= *//* ======================signup page start======================= */.signup-modal .modal-dialog {    margin-top: 100px;}.signup-modal .modal-content {    padding: 30px;}.signup-modal .close {    position: absolute;    right: 20px;    top: 20px;    color: #000;    opacity: 1;    font-size: 30px;}.modal-logo {    text-align: center;    margin: 0px 0px 30px;}.signup-modal h4.modal-title {    text-align: center;    font-size: 24px;    font-weight: 600;    margin-bottom: 30px;    line-height: 1;    font-family: 'Roboto', sans-serif;    color: #000;}.signup-modal .modal-body {    padding: 0px;}.signup-modal input.form-control {    height: 52px;    border: #5f5f5f 1px solid;}.signup-modal input.form-control:focus {    height: 52px;    border: #5f5f5f 1px solid;}.signup-checkbox {    margin-bottom: 8px;}.signup-checkbox .form-group {    margin-bottom: 0px;}.signup-checkbox .form-group input {    padding: 0;    height: initial;    width: initial;    margin-bottom: 0;    display: none;    cursor: pointer;}.signup-checkbox .form-group label {    position: relative;    cursor: pointer;    color: #5a5a5a;    font-family: 'Roboto', sans-serif;}.signup-checkbox .form-group label:before {    content: '';    -webkit-appearance: none;    background-color: transparent;    border: 1px solid #535454;    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);    padding: 15px;    display: inline-block;    position: relative;    vertical-align: middle;    cursor: pointer;    margin-right: 5px;    border-radius: 5px;}.signup-checkbox .form-group input:checked+label:after {    content: '';    display: block;    position: absolute;    top: 7px;    left: 13px;    width: 8px;    height: 16px;    border: solid #575858;    border-width: 0 2px 2px 0;    transform: rotate(45deg);}.signup-modal .modal-footer {    border: none;    padding: 0;    display: flex;    justify-content: center;    flex-flow: wrap;}.modal-signup-btn {    background: #000;    padding: 15px 100px;    border-radius: 5px;    border: none;    font-size: 20px;    font-weight: 500;    font-family: 'Roboto', sans-serif;}.terma-txt {    text-align: center;    margin-left: 0px!important;}.terma-txt p {    font-size: 11px;    margin: 20px 0px 10px;    font-family: 'Roboto', sans-serif;    color: #000;}.terma-txt a {    font-size: 11px;    font-family: 'Roboto', sans-serif;    color: #000;    text-decoration: underline;}.alrd_login {    color: #28a745;    font-weight: 600;    text-transform: capitalize;    text-decoration: underline;}.alrd_login_txt {    color: #454444;}.login_txt {    text-align: center;    color: #3a3a3a;    font-weight: 600;    line-height: 1;    margin-bottom: 20px;}.login-btn {    border: #575656 2px solid;    color: #474747;    font-weight: 600;    border-radius: 50px;    margin: 15px auto;    display: table;}.forgot-txt {    display: table;    text-align: center;    color: #747474;    margin: 0px auto;}/* ======================signup page end======================= *//* ======================Login page start======================= */.login_cnt {    width: 400px;    background: #fff;    padding: 20px;    border-radius: 5px;    margin: 0px auto;    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);}/* ======================Login page end======================= *//*==================== product page start======================= */.singel-product-item {    margin-bottom: 50px;}.singel-product-img img {    width: 100%;}.singel-product-dtl p,.singel-product-dtl span {    font-size: 12px;    text-align: center;    color: #d9d9d9;    margin-bottom: 10px;    font-family: 'Roboto', sans-serif;    line-height: 1;}.singel-product-dtl span {color: #979797;display: block;}.related-slider .related-slide-item a {display: inline-block; background-color: #fff;}.chek-error-holder{margin: 10px 0;}.chek-error-holder .error {padding: 17px;}.chek-error-holder .error p { margin-top: 0; margin-bottom: 0px; font-size: 14px;}#landingvideo{width:95%;margin:auto;}.enter-to-site{position: absolute; bottom: 10px;right:10px;}.page h2{margin-bottom:20px;}.tour .title{margin-bottom:10px;display:block;}.tour  img{margin: 13px;width: 100%;}/*==================== product page end======================= *//*==================== Profile page start======================= */.profile-cnt {    background: #202020;    padding: 30px 20px;    border-radius: 5px;}h3.order-heading {    margin-bottom: 30px;    font-size: 26px;}.prof-img {    width: 140px;    height: 140px;    margin: 0px auto 30px;    position: relative;    border-radius: 50%;    box-shadow: 0px 0px 0px 10px rgba(97, 100, 102, 0.5);    overflow: hidden;}.prof-img img {    width: 100%;    border-radius: 50%;    height: 100%;}.profile-pic {    display: block;}.file-upload {    display: none;}.p-image {    position: absolute;    top: 0px;    left: 0px;    color: #666666;    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);    width: 100%;    height: 100%;    text-align: center;    line-height: 150px;    color: #ffff;    font-size: 30px;    background: rgb(0,0,0,0.5);    transform: scale(0);    border-radius: 50%;}.prof-img:hover .p-image{    transform: scale(1);    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);}ul.prof-dtl {    padding: 0px;}ul.prof-dtl li {    list-style: none;    color: #807e7e;    font-weight: 500;    padding: 15px 0px;    border-bottom: #404040 1px solid;    text-align: center;}ul.prof-dtl li:first-child {    border-top: #404040 1px solid;}ul.prof-dtl li span {    margin-right: 5px;    font-weight: 600;}.btn-profile {    border-radius: 50px;    margin: 20px auto 0px;    display: table;    font-weight: 400;}.btn-profile:hover {    background: #fff;    color: #000;}.order-cnt table.table.table-striped tbody tr td {    color: #fff;    vertical-align: middle;    padding: 10px;}.order-cnt table.table.table-striped tbody tr td p {    margin: 0px;    display: inline-block;    background: #383838;    padding: 8px;    line-height: 1;    border-radius: 2px;    font-size: 14px;}.order-cnt .order-item {    width: 70px;    height: 70px;}.order-cnt .order-item img {    width: 100%;    height: 100%;}.profile-content {    border: none;}.profile-content .modal-title {    color: #101010;}.profile-content .modal-title img {    width: 70px;}.profile-content .modal-header {    border: none;}.profile-content label {    color: #000;    font-weight: 500;    font-size: 14px;}.profile-content .form-control {    height: 50px;    border-radius: 2px;    border: #808080 1px solid;}.profile-content .modal-body {    padding: 20px;}.btn.btn-edit {    border-color: #101010;    color: #101010;    border-radius: 50px;    width: 115px;    font-weight: 600;    margin: 0px auto;    display: table;}/*==================== Profile page end======================= *//*==================== Welcome page start======================= */.welcome_page {    background-image: url(../uploads/welcome/welcome-bg.png);    background-size: cover;    padding: 100px 0px;    background-repeat: no-repeat;    background-position: center;}.welcome_page h1 {    text-align: center;    font-size: 100px;    font-weight: 800;}.welcome_page h4 {    text-align: center;    text-transform: uppercase;    letter-spacing: 7px;    font-weight: 400;    margin: 30px 0px;}.welcome_page p {    text-align: center;    font-size: 15px;    letter-spacing: 1px;}.wel-btngroup {    display: flex;    justify-content: center;    margin: 44px 0px 0px;}.wel-btngroup .wel-btn {    border-radius: 50px;    margin: 0px 10px;    width: 175px;    letter-spacing: 1px;    font-weight: 600;}.wel-btngroup .wel-btn:hover {    background: #fff;    color: #000;}/*==================== Welcome page end======================= */

.prod-detail-container {
background: #ffffff !important;
}
h2.product-heading {
color: #000000 !important;
}
.product-rating {
color: #000000 !important;
}
.metal-details {
color: #000000 !important;
}
.original-price {
color: #000000 !important;
}
.product-quantity {
color: #000000 !important;
}
.quantity-minus {
color: #000000 !important;
}
.quantity-plus {
color: #000000 !important;
}
a#add_to_cart {
background: #000000 !important;
color: #ffffff !important;
}
h4.related-heading {
color: #000000 !important;
}
.about-product p, .about-product li, .about-product {
color: #000000 !important;
}
.owl-next {
color: #000000 !important;
}
.owl-prev.disabled {
color: #000000 !important;
}
.top-social.product-social .fa {
color: #000000 !important;
}
.review-rating {
color: #000000 !important;
}
.tab-content {
color: #000000 !important;
}




.singel-cat-product-item .singel-product-img{border:6px solid #BBBBBB;padding:0px;}
.singel-cat-product-item .singel-product-img img {width: 100%;position: relative;margin: -12px 0 0 13px;z-index: 999;bottom: -22px;}
.singel-cat-product-item .singel-product-dtl{text-align:center;margin-top:40px;}
.singel-cat-product-item .singel-product-dtl p,.singel-cat-product-item .singel-product-dtl span { color: #EFEFEF;font-size: 24px; font-weight: 200;}
.singel-cat-product-item .singel-product-dtl span {font-weight:700;}
.singel-cat-product-item  .buy-now{margin-top:25px;}
.artist-img.singel-grid{position:relative;padding-bottom:20px;}
.artist-img.singel-grid h3{text-transform:uppercase;text-align:center;position:absolute;width:100%;top:40%;}
.artist-img.singel-grid h3 span{display:block;}
.artist-img.singel-grid h2{text-align: center;text-transform: uppercase;font-size: 20px;}
.singel-artist-section .tab-content{margin-top:40px;}
.singel-artist-section .nav.nav-tabs li a{text-transform: uppercase;padding:0 20px;}
.singel-artist-section .nav.nav-tabs li.active a,.singel-artist-section .nav.nav-tabs li a:hover{color:#fff;}
/*===============================Responsive start===============================*/
@media  (max-width: 1350px){.singel-grid img{width:100%;height:auto;}.artist-img.singel-grid audio{width: -webkit-fill-available;;}}
@media  (max-width: 1024px){.artist-img.singel-grid h3{top: 29%;font-size: 20px;}}
@media (min-width: 1200px) and (max-width: 1600px){     .inner-header {        padding: 0px 50px;    }    .signup-btn {        font-size: 19px;    padding: 12px 24px;    white-space: nowrap;    }    .signup-btn i.fa {        font-size: 16px;    }    .thumb-container .owl-carousel {    padding: 0px 120px;    }    }    @media (min-width: 992px) and (max-width: 1199.98px) {     .inner-header {        padding: 0px 0px;    }    .header .navbar-nav .nav-link {        font-size: 14px;    }    .logo img {        width: 60%;    }    .responsive-align-items {        align-items: flex-start!important;    }    .header .navbar-nav .nav-link {        padding: 0px;        margin: 0px;        margin-left: 25px;    }    .inner-header .collapse.navbar-collapse {        justify-content: flex-end;        margin-top: 20px;    }    .signup-btn {        font-size: 14px;        padding: 12px 18px;        }    .signup-btn i.fa {        font-size: 16px;        }    .cart-cnt {        position: relative;        right: 0px;        bottom: 0px;    }    .cart-cnt ul {        margin: 0px;    }    .banner-slider {        overflow: hidden;        position: relative;        display: flex;        height: 100vh;        align-items: center;    }    .header .navbar-nav .nav-link {        margin-right: 25px;    }    .top-social {        margin-bottom: 20px;    }    .login-bar {        position: absolute;        left: 0px;        top: 10px;    }    }    @media (max-width: 768px) {         .inner-header {        padding: 0px 0px;    }    .header .navbar-nav .nav-link {        font-size: 14px;    }    .logo {        margin-bottom: 10px;    }    .logo img {        width: 60%;    }    .responsive-align-items {        align-items: flex-start!important;    }    .header .navbar-nav .nav-link {        padding: 0px;        margin: 0px;        margin-left: 25px;    }    .inner-header .collapse.navbar-collapse {        justify-content: flex-end;        margin-top: 20px;    }    .signup-btn {        font-size: 14px;        padding: 12px 18px;        }    .signup-btn i.fa {        font-size: 16px;        }    .top-social ul {        margin-right: 25px;    }    .navbar-light .navbar-toggler {        background: #90026c;        width: 45px;        padding: 7px;    }    span.toggle-img img {        width: 100%;    }    .navbar-nav {        background: rgba(44, 54, 90, 0.63);        border-radius: 5px;        padding: 15px;    }    li.nav-item.active a {        background: #2d2742;    }    .inner-header .collapse.navbar-collapse {        margin-top: 0px;     }        }            @media (min-width: 768px) and (max-width: 991.98px) {     .logo img {        width: 45%;    }    .navbar-light .navbar-toggler {        background: #90026c;    }    .header .navbar {        padding: 0px;        position: absolute;        width: 100%;        left: 0;        top: 0;        z-index: 999;    }    .tag-list ul {        flex-flow: wrap;    }    .tag-list ul li {        margin-bottom: 8px;    }    .banner-slider {        height: 100vh;        display: flex;        align-items: center;    }    .top-social {        justify-content: flex-end;        margin-top: 10px;    }    .header .navigation-bar {        margin-top: 20px;        position: relative;        justify-content: flex-end;    }    ul.navbar-nav li {        padding: 10px 0px;    }    .top-social ul {        margin-right: 0px;    }    .navbar-collapse {        margin-top: 15px;    }    .logo {        margin-bottom: 10px;        width: 130px;    }    .logo img {        width: 100%;    }    .inner-header .navigation-bar {        position: relative;        justify-content: flex-end;        align-items: center;    }     .record-cnt {        padding: 0px;    }    .inner-header .top-social {        justify-content: flex-end;        margin-top: -99px;        margin-bottom: 55px;    }    }        @media (min-width: 576px) and (max-width: 767.98px) {     .logo img {        width: 60%;    }    .banner-slider {        height: 100vh;        display: flex;        align-items: center;    }    .top-social ul {        margin-right: 0px;    }    .navbar-collapse {        margin-top: 15px;    }    }        @media (max-width: 575.98px) {          .top-social {        justify-content: center;        margin-top: 15px;        flex-flow: wrap;    }    .logo img {        width: 28%;    }    .signup-btn {        font-size: 14px;        padding: 12px 50px;    }    .login_cnt {        width: 100%;    }    .cart-cnt ul {        padding: 0px;        margin: 0px;    }    .top-social ul {        margin-right: 10px;        margin-bottom: 15px;        margin-top: 10px;    }    ul.user_btn {        margin: 0px auto;    }    .header .navbar-nav .nav-link {        margin: 0px;        padding: 10px;        border-radius: 2px;    }    li.nav-item.active a {        background: #2d2742;    }    .tag-list ul {        flex-flow: wrap;    }    .tag-list ul li {        margin-bottom: 8px;    }    .release-item {        margin-bottom: 20px;    }     .singel-grid {        width: 100%;    }    .singel-grid img {        width: 100%;        height: 100%;        margin: 0px 0px 20px;    }    .filter-cnt {        flex-flow: wrap;    }    .filter-list.filter-group {        margin: 10px 0px;        align-items: center;        flex-flow: wrap;    }    .filter-cnt {        flex-flow: wrap;    }    .filter-search {        position: relative;        width: 100%;    }    .copy-right {        padding: 20px 15px;    }    .copy-right p {        text-align: center;        margin-bottom: 10px;    }    .copy-right .privecy {        text-align: center;        margin-bottom: 0px;        font-size: 10px;    }    .cart-cnt {        top: 11px;    }    .cart-cnt > ul > li > a {        width: 40px;        height: 40px;        line-height: 40px;        font-size: 18px;    }    .banner-slider {        height: 100vh;        display: flex;        align-items: center;    }    .playbtn-cnt {        bottom: 0;        left: 18px;    }    .play-btn i.fa {        font-size: 50px;    }    .play-txt p {        font-size: 18px;    }    .play-txt a {        font-size: 14px;    }    .welcome-header {        margin-top: 15px;    }    .welcome-header .navbar-light .navbar-toggler {        margin-top: 0px;    }    .welcome-header .top-social {        margin-top: 0px;        padding: 0px 15px;    }    .welcome-header .col-sm-4 {        position: inherit;    }    .welcome-header .navbar-collapse {        margin-top: 15px;    }    .lightbox-video-cnt iframe {        width: 95%;        border-radius: 10px;    }    .close-light-bx {        top: 8px;        right: 8px;        font-size: 32px;    }    .cart-cnt > ul > li > a > span {        top: -3px;        right: 2px;    }    .btn-cnt {        justify-content: center;    }    .header .navigation-bar {        display: flex;        justify-content: flex-end;        position: relative;    }    .signup-modal .modal-content {    padding: 15px;    }    .header .navbar {        padding: 0px;        position: absolute;        left: 0px;        top: 0px;        width: 100%;    }    .logo {        margin-bottom: 0;        text-align: center;    }    .inner-header .top-social {        justify-content: space-between;    }    .inner-header .signup-btn {        font-size: 14px;        padding: 12px 20px;    }    .navbar-light .navbar-toggler {        width: 40px;    }    .related-slider {        margin: 30px 0px 60px;    }    .record-cnt {        padding: 0px;    }    .related-slide-item {        margin: 0px auto;        display: table;    }}