@import url('./lectors.css');
@import url('./site_description.css');
@import url('./contacts.css');
@import url('./event_details.css');
@import url('./event_list.css');
@import url('./cart.css');
@import url('./account_page.css');
@import url('./datepicker.css');
@import url('./custom_modal.css');
@import url('./subscriptions.css');

:root {
    --purple-grad-90: linear-gradient(90deg, rgba(88, 44, 186, 1) 38%, rgba(87, 161, 197, 1) 68%);
    --purple-grad-115: linear-gradient(115deg, rgba(88, 44, 186, 1) 38%, rgba(87, 161, 197, 1) 68%);
    --orange-color: #FF3C3C;
    --purple-color: rgba(88, 44, 186, 1);
    --dark-purple-color: #170d26;
    --dark-gray-color: #6c757d;
}

/* Fonts */




input:focus, textarea:focus, select:focus, button:focus {
    outline: none;
}

.white-regular,
.white-medium,
.white-bold {
    color: white;
}

.white-medium {
    font-weight: 600;
}

.white-bold {
    font-weight: 700;
}

.black-regular {
    color: black;
}

.black-bold {
    color: black;
    
}

.page-header-container,
.page-footer-container {
    background-color: var(--dark-purple-color);
    padding: 10px 0;
}

.page-footer-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.page-main-container {
    padding-bottom: 0px;
}

.head-logo {
    width: 233px;
   
}

.page-footer-container .nav-link {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
}



/* Navigation */
.navbar-light .navbar-nav .nav-link {
    color: white;
}

.nav-link {
    padding: 0 !important;
    
}

.nav-link:hover,
.nav-link:focus {
    color: gainsboro !important;
}

.container-text {
    color: white;
}

footer .nav-link {
    color: white;
    
}

@media screen and (max-width: 991px) {
    .navbar-brand {
        display: none;
    }
}

/* sales slider */

/*.sales-slider {
    width: 100vw;
    height: min(50vh, 50vw);
    overflow: hidden;
}*/

.slider-image {
    object-fit: cover;
    object-position: center;
    height: min(50vh, 50vw);
    position: relative;
    display: block;
    width: 100%;
}

.photo-image {
    object-fit: cover;
    object-position: center;
    position: relative;
    display: block;
}

.slider-image-wrapper::after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: min(50vh, 50vw) solid white;
    border-right: 16vw solid transparent;
}

.carousel-indicators {
    width: fit-content;
    margin: 0 auto;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.carousel-item__name {
    text-transform: uppercase;
    
    line-height: 1.5;

}



.carousel-item__info {
    width: 40%;
    padding: 42px 0px 42px 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



/* slider*/
.owl-carousel .owl-nav.disabled {
    width: 100%;
    display: block !important;
}

.owl-carousel.owl-theme .owl-nav {
    text-align: left;
}

.slider-link {
    color: black;
}

.slider-link:hover {
    color: black;
}

button.owl-next {
    background-color: white !important;
}

button.owl-prev {
    background-color: white !important;
}

.nav-image {
    width: 30px;
    height: 30px;
    background-color: #000;
}

.event-slider-image-wrapper {
    position: relative;
    margin-bottom: 15px;
}

.event-slider-image {
    object-position: center;
    object-fit: cover;
}

.event-slider-date {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: rgba(0, 0, 0, .7);

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
}

.upcoming-slider-date {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
}

.event-slider-name {
    max-lines: 3;
}

/* Comments*/
.comment-card {
    border-color: white;
}

/*slider caption*/

.caption-container {
    display: flex;
    margin-bottom: 20px;
}

.slider-caption-icon {
    width: 30px;
    height: 30px;
    max-width: 30px;
    max-height: 30px;
    margin-right: 10px;
    border-radius: 6px;
}

/* Event Details styles*/
.event-description {
    white-space: pre-wrap;
    font: inherit;
}

/*controlls*/
.blue-btn {
    border-radius: 30px;
    
    white-space: nowrap;
    padding: 15px 24px;
    text-transform: uppercase;
    min-width: 200px;
}


.orange-btn {
    color: white !important;
    background-color: var(--orange-color);
    border: 1px solid var(--orange-color);
    border-radius: 30px;
    padding: 3px 15px !important;
    text-transform: uppercase;
}

.orange-btn:hover {
    color: var(--orange-color) !important;
    background-color: transparent;
    transition: all .3s;
}

@media screen and (max-width: 990px) {
    .orange-btn {
        font-weight: 400;
        font-size: 12px;
        padding: 6px 20px !important;
        height: fit-content
    }

    .orange-btn__link {
        display: none;
    }
}

.base-container {
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 10px;
}

.avatar-image {
    border: 10px solid;
    border-image-slice: 1;
    border-image-source: var(--purple-grad-90);
    height: 20vh;
    width: 20vw;
    border-radius: 10vw;
    object-fit: fill;
}

.avatar {
    object-fit: cover;
    vertical-align: middle;
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.roundedImg {
    flex-shrink: 0;
    object-fit: cover;
    vertical-align: middle;
    border-radius: 50%;
    padding: 8px;
    background: var(--purple-grad-115);
}



/* signuo */
.signup-background {
    background-image: url('../img/contacts_background.png');
    background-size: cover;
}

.signup-wrapper {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
}

/* Sign Up Forms styles*/

.login-wrap {
    position: relative;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

.login-wrap h3 {
    font-weight: 700;
    font-size: 20px;
    color: var(--purple-color);
}

.password-reset-wrap {
    position: relative;
    background: #fff;
    border-radius: 25px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

.password-reset-wrap p {
    padding: 0;
    margin: 0;
}

.password-reset-wrap .submit {
    position: absolute;
    height: 40px;
    padding-left: 7% !important;
    padding-right: 7% !important;
}

.password-reset-wrap .tick {
    display: block;
    margin: 0 auto;
}

.password-reset-wrap .password-reset-done {
    color: var(--purple-color);
    text-transform: uppercase;
    
    font-size: 29px;
    padding-top: 24px;
    text-align: center;
}

.password-reset-wrap .password-reset-done-p {
    
    padding-top: 12px;
    font-size: 18px;
    text-align: center;
}


.login-wrap .icon {
    width: 80px;
    height: 80px;
    background: #8d448b;
    border-radius: 50%;
    font-size: 30px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.login-wrap .icon span {
    color: #fff;
}

.form-control {
    height: 48px;
    background: rgba(0, 0, 0, 0.05);
    color: #000;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.2) !important;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.2) !important;
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.2) !important;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.2) !important;
}

.form-control:focus, .form-control:active {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.07);
    border-color: transparent;
}

.checkbox-wrap {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "\f0c8";
    font-family: "FontAwesome";
    position: absolute;
    color: rgba(0, 0, 0, 0.1);
    font-size: 20px;
    margin-top: -4px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    .checkmark:after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

/* Show the checkmark when checked */
.checkbox-wrap input:checked ~ .checkmark:after {
    display: block;
    content: "\f14a";
    font-family: "FontAwesome";
    color: rgba(0, 0, 0, 0.2);
}

/* Style the checkmark/indicator */
.checkbox-primary {
    color: var(--purple-color);
}

.checkbox-primary input:checked ~ .checkmark:after {
    color: var(--purple-color);
}

.btn {
    cursor: pointer;
    border-radius: 40px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
}

.btn:hover, .btn:active, .btn:focus {
    outline: none;
}

.btn.btn-primary {
    text-transform: uppercase;
    background-color: var(--purple-color);
    border: 1px solid var(--purple-color);
    color: #fff;
}

.btn.btn-primary:active {
    background-color: var(--purple-color) !important;
}

.btn.btn-primary:disabled {
    background-color: #DBDBDB;
    color: black;
    border: 1px solid transparent;
}

.btn.btn-primary:hover {
    border: 1px solid var(--purple-color);
    background: transparent;
    color: var(--purple-color);
}

.btn.btn-secondary:hover {
    border: 1px solid var(--dark-gray-color);
    background: transparent;
    color: var(--dark-gray-color);
}

.btn.btn-primary.btn-outline-primary {
    border: 1px solid var(--purple-color);
    background: transparent;
    color: var(--purple-color);
}

.btn.btn-primary.btn-outline-primary:hover {
    border: 1px solid transparent;
    background: var(--purple-color);
    color: #fff;
}

.form-group {
    position: relative;
}

.form-group .submit {
    position: absolute;
    top: 48px;
    right: 0;
    margin: 0 auto;
    left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
}


.price-variation-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-variation-wrapper .count {
    display: inline-block;
    color: #000000;
    background: #f2f2f2;
    padding: 6px 26px 7px 25px;
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 4px;
    font-weight: 500er;
    font-size: 16px;
}

.link_lector {
    text-transform: none;
    color: #000000;
}

.link_lector:hover {
    text-transform: none;
    text-decoration: none;

}

.container_lector_mobile {
    display: none;
}
.card-block-mobile {
    display: none;
}

.stamp {
    width: 187px;
    height: 100px;
    background: url('../img/stamp.png');
    background-size: 100% 100%;
    position: absolute;
    top: -68px;
    left: 100px;
    transform: rotate(25deg);
    z-index: 99999;
}

/*/////////////////////////////////////////////////////////// new styles*/




/*site description (gogol)*/

.quote-main-wrapper{
    width: 100%;
    color: #fff;

}
.quote-content-wrapper{
    max-width: 1300px;
    margin: 0 auto;
    padding: 60px 0px 30px 0px;
}
.quote-content-position{
    width: 100%;
    padding: 0px 40px 40px 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}
.quote-content-text-block{
    max-width: 520px;

}
.quote-image-block{
    max-width: 600px;

}
.quote-image-block img{
    display: block;
    width: 100%;
    height: auto;
}
.quote-content-capture{
    font-size: 60px;
    
    text-transform: uppercase;
    line-height: 66px;
    padding: 0px 0px 20px 0px;
}
.quote-text-content-with-quotes{
    display: flex;
    align-items: flex-start;
}
.quote-quotes{
    height: 100%;
    font-size: 140px;
    line-height: 0px;
    font-family:'Times New Roman', Times, serif;
}
@media (max-width:1250px) {
    .quote-content-position{
        width: 90%;
        margin: 0 auto;
        flex-direction: column;
    }
}
@media (max-width:768px) {
    .quote-content-capture {
        font-size: 48px;
    }
}
@media (max-width:622px) {
    .quote-content-position {
        padding: 0px;
    }
}
@media (max-width:564px) {
    .quote-quotes {
        font-size: 80px;
    }
    .quote-content-capture {
        font-size: 33px;
    }
}


/* lectors block*/

.lectors-main-container{
    width: 100%;;
    padding: 70px 0px 0px 0px;
}
.lectors-block-container{
    max-width: 1300px;
    margin: 0 auto;
}
.lectors-content-wrapper{
    padding: 50px 0px 50px 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: start;
}
.lectors-content-item {
    width: 270px;
    margin: 10px;
}
.lectors-content-item-image{
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lectors-content-item-image img{
    width: auto;
    height: 250px;
    display: block;
}
.lectors-main-container a{
    text-decoration: none;
    color: #fff;
}
.lectors-content-name{
    font-size: 24px;
    font-weight: 600;
}
.lectors-content-text{
    padding: 10px 0px 0px 0px;
}

@media (max-width:1328px) {
    .lectors-block-container{
        width: 90%;
        margin: 0 auto;
    }
}

/*comments slider*/

.comments-main-container{
    width: 100%;
    padding: 0px 0px 70px 0px;
}
.comments-block-content{
    max-width: 1300px;
    margin: 0 auto;
}
.comments-content-caption-container{
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0px 0px 30px 0px;
}
.comments-content-caption-container h4{
    text-transform: uppercase;
}
.inline h4{
    margin: 0px;
}
.comments-card-item{
    max-width: 581px;
    background-color:inherit;
    margin:0 auto;
    color: #fff;
}
@media (max-width:1328px) {
    .comments-main-container{
        width: 90%;
        margin: 0 auto;
    }
}
@media (max-width:1005px) {
    .comments-main-container{
        padding: 0px;
    }
}


/* Event details*/

.event-description-wrapper{
    max-width: 1300px;
    margin: 0 auto;
}
.event-description-text-block{
    width: 68%;
    padding: 60px 0px 100px 0px;
    color: #fff;
}

.event-description-text-block table {
    width: 50%;
    color: #fff;
}
.event-lector-card{
    background-color: #180C28;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0px 20px 0px 20px;
}
.event-lector-card-image{
    width: 160px;
    height: 160px;
    margin: 0 auto;
}
.event-lector-card-image img{
    display: block;
    width: 100%;
    height: auto;
}
.event-lector-card-descroption-wrapper{
    padding: 20px 0px 20px 0px;
    width: 100%;
    height: 135px;
    box-sizing: border-box;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.event-lector-card-descroption-wrapper::-webkit-scrollbar {
    display: none;
}
.event-lector__info{
    text-align: center;
}
.event-lector__names{
    padding: 20px 0px 0px 0px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.event-lector__descr{
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}
@media (max-width:1328px) {
    .event-description-wrapper{
        max-width: 90%;
        margin: 0 auto;
    }
}
@media (max-width:768px) {
    .event-lector-card {
        padding: 30px 0px 0px 0px;
    }
    .event-lector-card-descroption-wrapper {
        height: 90px;
    }
    .event-lector-card{
        margin: 0px;
    }
}


/* footer */

.footer-wrapper{
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.footer-content-wrapper{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 20px 0px 20px;
}
.footer-nav-block{
    width: 40%;
}
.footer-nav-block a{
    text-decoration: none;
    display: block;
    color: #fff;
    padding: 0px 24px 0px 0px;
}
.footer-nav-block-links-part1{
    width: 100%;
    display: flex;

    align-items: center;
}
.footer-nav-block-links-part2{
    width: 100%;
    display: flex;

    align-items: center;
}
.footer-logo-wrapper{
    width: 20%;
    text-align: center;
}
.footer-rights{
    width: 40%;
    text-align: end;
}
@media (max-width:1328px) {
    .footer-wrapper{
        max-width: 90%;
        margin: 0 auto;
    }
    .footer-nav-block{
        font-size: 14px;
    }
}

@media (max-width:1143px) {
    .footer-content-wrapper{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .footer-rights{
        width: 100%;
        text-align: center;
        padding: 10px 0px 0px 0px;
    }
    .footer-logo-wrapper{
        width: 100%;
        text-align: center;
        padding: 20px 0px 0px 0px;
    }
    .footer-nav-block{
        width: 100%;
    }
    .footer-nav-block-links-part1{
        width: 100%;
        display:flex;
    }
    .footer-nav-block-links-part2{
        width: 100%;
        display:flex;
    }
}
@media (max-width:456px) {
    .footer-nav-block-links-part1{
        display:block;
    }
    .footer-nav-block-links-part2{
        display:block;
    }
}

/* shedule*/

.shedule-main{
    width: 100%;
    padding:0px 0px 20px 0px;
}
.shedule-main-content{
    max-width: 1300px;
    margin: 0 auto;
}


.shedule-event{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.shedule-items-block{
    width: 80%;
}
.shedule-search-input-block{
    width: 100%;
    padding:20px 0px 20px 0px;
}
.shedule-search-input-block input{
    background-color: inherit;
    border: 1px solid #fff;
    width: 100%;
    height: 50px;
    padding: 0px 0px 0px 10px;
    color: #fff;
}
.shedule-search-input-block input::placeholder {
    color: #fff;
}

.shedule-item-wrapper{
    width:100%;
    background-color:#180C28;
    color: #fff;
    margin-bottom: 40px;
}
.shedule-item-content-wrapper{
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #180C28;
}
.shedule-item-text-content-block{
 width: 65%;
}
.shedule-item-image-block{
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}
.shedule-event-time-wrapper{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 20px;
}
.shedule-event-time{
    width: 250px;
    font-size: 42px;
    font-weight:bold;
    line-height: 50px;
}
.btn-white-border-wrapper{
    padding: 0px 0px 20px 0px;
}
.shedule-event-capture{
    max-width: 500px;
    padding: 0px 20px 20px 20px;
    font-size: 30px;
    line-height: 36px;
    
}
.shedule-event-lector{
    padding: 0px 20px 20px 20px;
    font-weight:bold;
    font-size: 20px;
}
.shedule-event-description{
    padding: 0px 20px 20px 20px;
}
.shedule-event-price{
    display: flex;
    flex-direction: column;
    align-items: end;
}
.shedule-event-price-price{
    font-size: 20px;
    
}
.shedule-event-price span{
    font-size: 30px;
    
}
.hedule-event-button-wrapper{
    width: 100%;
    padding:20px;
}
.shedule-event-button-more{
    width: 100%;
    background-color: #6523BB !important;
    color: #fff;
    border: none;
    box-shadow: none;
    height: 56px;
    font-size: 20px;
    
}
@media (max-width:1328px) {
    .shedule-main-content{
        width: 90%;
        margin: 0 auto;
    }
    .event-filters{
        padding: 20px 0px 40px 0px;
    }
}
@media (max-width:1154px) {
    .shedule-event-price span {
        font-size: 24px;
    }
    .shedule-event-capture {
        font-size: 27px;
    }
    .shedule-event-time-wrapper {
        flex-direction: column;
        justify-content: space-between;
    }
    .shedule-event-time {
        width: 100%;
    }
}
@media (max-width:1012px) {
    .shedule-event{
        flex-direction: column;
        align-items: start;
    }
    .shedule-items-block {
        width: 100%;
    }
}
@media (max-width:800px) {
    .shedule-item-content-wrapper {
        flex-direction: column-reverse;
    }
    .shedule-item-text-content-block {
        width: 100%;
    }
    .shedule-item-image-block {
        width: 100%;
        padding:60px 0px 40px 0px ;
    }
    .shedule-event-time {
        font-size: 36px;
    }

    .royalty-image img {
           margin-left:  0 !important;
       }
}
@media (max-width:544px) {
    .shedule-event-capture {
        font-size: 27px;
    }
    .shedule-event-time-wrapper {
        flex-direction: column;
        justify-content: space-between;
    }
    .shedule-event-time {
        width: 100%;
    }
}



/* propduct details */

.product-selection-upcoming-content-caption-container{
    padding: 70px 0px 60px 0px;
}
.product-details-card-wrapper{
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    flex-wrap: wrap;
}
.product-details-main-wrapper{
    max-width: 1300px;
    margin: 0 auto;
}
.product-category-details-item{
    width: 340px;
    padding-bottom: 40px;
}
.product-category-details-item:hover{
    scale: 1.02;
        transition: 0.3s;
}
.product-category-image-block{
    width: 100%;
    height: 455px;
}
.product-details-card-wrapper a{
    text-decoration: none;
    color: #fff;
}
.product-category-details-item-variant{
    padding: 30px 0px 0px 0px;
    font-size: 20px;
}
.product-category-details-item-price{
    font-size: 26px;
    
    text-transform: uppercase;
}
.product-category-details-pagination-wrapper{
    width: 40%;
    margin:  0 auto;
}
@media (max-width:1328px) {
    .product-details-main-wrapper{
        width: 90%;
        margin: 0 auto;
    }
}
@media (max-width:755px) {
    .product-details-card-wrapper{
        align-items: center;
        justify-content: center;
    }
    .product-category-details-item{
        margin: 0 auto;
    }
}
@media (max-width:369px) {
    .product-category-image-block {
        width: 100%;
        height: 355px;
        background-size: 100% auto !important;
    }
    .product-category-details-item {
        width: 300px;
        margin: 0 auto;
    }
}

/* product variant*/

.selectpicker{
    background-color: #6c757d !important;
}
#size.title {
    color:#fff !important;
    background-color: #fff !important;
}
.product-variant-select{
    width: 100%;
    height: 70px;
    padding-left: 70px;
    border: 1px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 20px;
}

.head-th{
    border: none;
     font-size: 20px;
}

/*Premium page*/

.premium-banner{
    color: #fff;
}
.premuim-banner-capture{
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    font-size: 40px;
    text-transform: uppercase;
    
    padding: 200px 0px 200px 0px;
}
.premium-main-wrapper{
    width: 100%;
    padding: 60px 0px 60px 0px;
}
.premium-main-content{
    max-width: 1300px;
    margin: 0 auto;

}
.premium-card-wrapper{
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.premium-card-item{
    position: relative;
    width: 557px;
    height: 513px;
    margin: 40px auto;
    margin-top: 0px;
    margin-bottom: 20px;
}
.premium-image-block{
    position: relative;
    width: 100%;
    height: 308px;
}
.premium-image-block-text{
    padding: 0px 20px 10px 20px;
    height: 140px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    color: #fff;
}
.premium-image-capture-variant{
    font-size: 36px;
    text-transform: uppercase;
    
}
.premium-image-description{
    font-size: 20px;
}
.premium-card-item-price-wrapper{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0px 25px 0px;
    color: #fff;
}
.subscription-term{
    font-size: 16px;
    text-transform: uppercase;
    
}
.premium-subscription-price{
    font-size: 30px;
    
    text-transform: uppercase;

}
.premium-card-item-button-wrapper{
    width: 100%;

}
.premium-card-item-button-wrapper button{
    background-color: #4A23BB;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    
    border: 0px;
    color: #fff;
}
.privilege-main-wrapper{
    width: 100%;
    padding: 60px 0px 60px 0px;
    color: #fff;
}
.privilege-item-wrapper{
    padding: 0px 0px 60px 0px;
}
.privilege-capture{
    font-size: 36px;
    padding: 0px 0px 60px 0px;
    text-transform: uppercase;
    
}
.privilege-item-image{
    padding: 0px 0px 15px 0px;
}
.privilege-item-capture{
    font-size: 20px;
    padding: 0px 0px 0px 0px;
}
.privilege-item-description{
    opacity: 0.6;
}

@media (max-width:1328px) {
    .premium-main-content{
        width: 90%;
        margin: 0 auto;
    }
}
@media (max-width:600px) {
    .premuim-banner-capture{
        padding: 100px 0px 100px 0px;
        font-size: 36px;
    }
    .royalty-image  img {
        margin-left: 0px !important;
    }
}
@media (max-width:550px) {
    .premium-image-capture-variant{
        font-size: 24px;
    }
    .premium-subscription-price{
        font-size: 24px;
    }
    .privilege-capture{
        font-size: 36px;
        text-align: center;
    }
}
@media (max-width:438px) {
    .subscription-term{
        font-size: 14px;
    }
    .premium-subscription-price{
        font-size: 18px;
    }
    .privilege-capture{
        font-size: 30px;
        text-align: center;
    }
}

/*personal area (account)*/
.personal-area-banner{
    width: 100%;
}
.personal-area-banner-content-wrapper{
    max-width: 928px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 380px 0px 46px 0px;

}
.personal-area-banner-capture{
    color: black;
    font-size: 60px;
    line-height: 70px;
    
}
.personal-area-banner-buttons-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}
.media-button-position{
    margin-left: 24px;
}
.personal-area-banner-buttons-wrapper a{
    text-decoration: none;
}
.personal-area-banner-buttons-wrapper a:hover{
    text-decoration: none;
}
.yellow-button{
    border-radius: 0px;
    width: 200px;
    height: 40px;
    background-color: #D09600;
    color: #fff;
    border: none;
    font-size: 15px;
    
    text-transform: uppercase;
}

.personal-area-content-wrapper{
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 30px;
}
@media (max-width:1328px) {
    .personal-area-content-wrapper{
        width: 90%;
        margin: 0 auto;
    }
}
@media (max-width:950px) {
    .personal-area-banner-content-wrapper{
        width: 90%;
        margin: 0 auto;
        padding: 300px 0px 46px 0px;
    }
    .royalty-image {
        margin-left:  0 !important;
    }
}
@media (max-width:784px) {
    .personal-area-banner-content-wrapper{
        display: block;
    }
    .personal-area-banner-buttons-wrapper{
        width: 100%;
        text-align: center;
        padding: 30px 0px 0px 0px;
    }

    .royalty-image {
           margin-left:  0 !important;
       }
}
@media (max-width:442px) {
    .personal-area-banner-buttons-wrapper{
        width: 100%;
        text-align: center;
        padding: 0px 0px 0px 0px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .personal-area-banner-capture{
        font-size: 40px;
        line-height: 50px;
        padding: 0px 0px 20px 0px;
    }
    .media-button-position{
        margin-left: 0px;
        margin-top: 20px;
    }
}
@media (max-width:370px) {
    .personal-area-content-wrapper{
        width: 100%;
        margin: 0 auto;
    }
}

/*date picker*/

.date-picker .ui-datepicker {
    padding: 0;
    border: none;
    width: 100%;
    background: #180C28;
    color: #DBDBDB;
    padding: 10px;
}

/*POPUPS*/

/*logout*/

.logout-content-wrapper{
    background-color: #DBDBDB;
    border-radius: 23px;
    width: 500px;
    margin: 200px 0px 0px 0px;
    padding: 100px 20px 100px 20px;
    text-align: center;
}
.logout-content-capture{
    padding:0px 0px 30px 0px ;
    font-size: 24px;
}
@media (max-width:550px) {
    .logout-content-wrapper{
        width: 90%;
        margin: 200px auto;
    }
}
