@import "root.css";

.brd-right-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.swal2-html-container {
    font-size: 1rem !important;
    line-height: revert !important;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left],
.swal2-icon.swal2-success .swal2-success-fix,
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
    background-color: transparent !important;
}

.owner-content {
    gap:1rem; 
    background-color:var(--primary-bg-color); 
    max-width:fit-content; 
    padding:1.2rem 3rem 1.2rem 2.4rem;
    margin: 1rem 1rem; 
    border-radius:50px;
    padding-bottom: 1rem;
}

.player-container-fullwidth {
    border-radius: 50px;
    overflow: hidden;
}

img.mfp-img {
    width: 345px;
    object-fit: cover;
    pointer-events: none;
}

/*---------------------------------------------*/
/*                Product Image                */
/*---------------------------------------------*/

.img-inner {
    display:grid; 
    place-items:center;
}

.img-inner.merchandise {
    display: block;
    place-items: normal;
}

.images {
    background-color: rgb(13, 13, 13);
    width:100%;
    border-radius:25px;
}

a.image-link.btn-primary {
    position: absolute;
    background-color: white !important;
    border-radius: 10px;
    color: black;
    border-color: black;
    margin-top: 1em;
    margin-left:1em;
    z-index: 2;
}

.gallery {
    height: 19em; 
    width: 100%;
}

.auto-height .gallery {
    height: auto !important; 
    width: auto !important;
}

.thumbnail {
    height:100%; 
    width:100%; 
    border-top-left-radius:25px;
    border-top-right-radius:25px;
}

.auto-height .thumbnail {
    height: auto !important; 
    width: 100% !important;
}

.thumbnail.rounded-bottom {
    border-bottom-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

.merchandise .image-list {
    width: 100%;
    height: auto;
    padding: 24px 0;
    position: relative;
    display: inline-flex;
    bottom: 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #757575;
    white-space: nowrap;
    overflow: hidden;
    z-index: 111;
}

.merchandise .image-list ul {
    padding: 0 20px;
    display: inline-flex;
}

.merchandise .image-list ul li {
    width: 110px;
    height: 110px;
    margin: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #757575;
    border-radius: 10px;
    background: #fff;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.merchandise .image-list ul li.selected {
    border-color: #ed1c24;
}

.merchandise .image-list ul li:first-child {
    margin-left: 0;
}

.merchandise .image-list ul li:last-child {
    margin-right: 0;
}

.merchandise .image-list ul li img {
    /* width: 110px; */
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media(max-width: 425px) {
    .merchandise .image-list ul li {
        width: 93px;
        height: 93px;
    }
}

@media(max-width: 320px) {
    .merchandise .image-list ul li {
        width: 103px;
        height: 103px;
    }
}

.header_player .jp-audio .jp-mute i {
    font-size: 15px;
}

.header_player .jp-audio .jp-volume-bar {
    margin-left: 10px;
}

.focus-img {
    background-size: 100% 100%;
}

/*---------------------------------------------*/
/*                Product Title                */
/*---------------------------------------------*/

.product-title {
    position: relative;
}

.product-title h1 {
    font-size: 2rem;
}

/*---------------------------------------------*/
/*             Product Description             */
/*---------------------------------------------*/

.product-description {
    margin-top: 2rem;
    padding-bottom: 20px; 
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.description-title {
    font-size: 1.5em;
}

.small-description p,
.full-description p,
.small-description ul li,
.full-description ul li {
    color:#aaa;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400 !important;
}

.small-description ul li,
.full-description ul {
    margin-bottom: 1rem;
    padding-left: 20px;
}

.small-description ul li,
.full-description ul li {
    display: list-item;
    list-style: disc;
}

.full-description {
    margin-bottom: 1.75rem;
    display: none;
}

/*---------------------------------------------*/
/*                  Share List                 */
/*---------------------------------------------*/

.share-list {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    left: 60px;
    top: -10px;
}

.share-list > h6 {
    font-size: 17px;
}

.a2a_default_style:not(.a2a_flex_style) a {
    padding: 6px !important;
    margin-right: 6px;
    border-radius: 50%;
}

.a2a_button_facebook {
    background-color: rgb(24, 119, 242);
}

.a2a_button_twitter {
    background-color: rgb(29, 155, 240);
}

.a2a_button_telegram {
    background-color: rgb(44, 165, 224);
}

.a2a_button_whatsapp {
    background-color: rgb(18, 175, 10);
}

.a2a_button_copy_link {
    background-color: rgb(1, 102, 255);
}

span.a2a_svg.a2a_s__default {
    background-color: transparent !important;
    object-fit: cover;
    width: 24px;
    height: 24px;
}

/*---------------------------------------------*/
/*                Product Price                */
/*---------------------------------------------*/

.product-price {
    padding-bottom: 1.5rem;
    color: #aaa;
    font-size: 1.1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.product-price .custom-input-numb {
    max-width: 190px;
}

.product-price .form-control {
    padding: 0.525rem 1rem;
    border: solid 1px #737373 !important;
    border-left: none;
    border-right: none;
    background-color: var(--primary-bg-color);
    color: #aaa;
}

.price-title {
    font-size: 1rem;
}

.price-value {
    font-weight: 800;
    color: var(--primary-base-color);
}

.buy-btn,
.add-to-cart-btn {
    color: var(--primary-text-color);
    background-color: var(--primary-base-color);
    outline: none;
    border: none !important;
    border-radius: var(--full-borrad);
}

.buy-btn {
    width: 140px;
}

.add-to-cart-btn {
    width: 160px;
}

.buy-btn:hover,
.add-to-cart-btn:hover {
    color: var(--primary-text-color);
}

.buy-btn i,
.add-to-cart-btn i {
    position: relative;
    right: 6px;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .product-price .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-price .col-6:nth-child(2),
    .product-price .col-6:nth-child(3),
    .product-price .col-6:nth-child(4) {
        display: flex;
        justify-content: center !important;
    }

    .product-price .dropdown.size {
        margin-top: 15px;
    }

    .product-price .dropdown.size .dropdown-toggle,
    .product-price .add-to-cart-btn {
        width: 190px;
    }
}

@media (max-width: 355px) {
    .product-price .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-price .col-6:nth-child(2),
    .product-price .col-6:nth-child(3),
    .product-price .col-6:nth-child(4) {
        display: flex;
        justify-content: center !important;
    }

    .product-price .dropdown.size {
        width: auto;
        margin-top: 15px;
    }

    .product-price .dropdown.size .dropdown-toggle,
    .product-price .add-to-cart-btn {
        width: 190px;
    }
}

/*---------------------------------------------*/
/*                Product Size                 */
/*---------------------------------------------*/

.dropdown.size .dropdown-toggle {
    width: 160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    border-color: #737373;
    border-radius: 0.25em;
    background: #242424;
}

.dropdown.size .dropdown-menu {
    min-width: 1rem;
    width: 100%;
    border: 1px solid rgb(115 115 115);
    background-color: #242424;
}

.dropdown.size .dropdown-item {
    color: #fff;
    cursor: pointer;
}

.dropdown.size .dropdown-item:focus,
.dropdown.size .dropdown-item:hover {
    color: #fff;
    background-color: #737373;
}

.dropdown.size .dropdown-item.active,
.dropdown.size .dropdown-item:active {
    background-color: var(--primary-base-color);
}

@media (max-width: 420px) {
    .dropdown.size {
        width: 100%;
    }

    .dropdown.size .dropdown-toggle {
        width: 100%;
    }
}


/* @media(max-width:400px) {
    .gallery figure {
        background-size: 365px 100% !important;
    }
} */

/* @media(max-width:450px) {
    .gallery figure {
        background-size: 400px 100%;
    }
} */

@media(max-width:600px) {
    .buy {
        font-size: 1.2rem;
    }

    .btn-share-wishlist {
        margin-left: 0;
    }

    .swal2-container {
        padding: 0 1.4rem;
    }

    .gallery figure {
        background-position: top center !important;
    }

    .blog-posts {
        padding: 40px 0;
    }
}

@media(max-width:344px) {
    span.a2a_svg.a2a_s__default {
        width: 18px;
        height: 18px;
    }
}

@media only screen and (min-width: 600px) {
    .gallery {
        height: 24em; 
        width:100%
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .gallery {
        height: 29em; 
        width:100%
    }

    .owner-content {
        margin: 0 0 1.8rem 0;
    }

    .share-list {
        flex-direction: column;
        row-gap: .5rem;
        align-items: flex-start;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .gallery {
        height: 34em; 
        width:100%
    }

    .share-list {
        flex-direction: row;
        align-items: center;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .gallery {
        height: 44em; 
        width:100%
    }

    .images {
        background-color: rgb(13, 13, 13);
        padding: 60px;
    }
}

/*---------------------------------------------*/
/*               Merch Payment                 */
/*---------------------------------------------*/

.payment-col .form-group:nth-child(3).payment {
    height: calc(100% - 248px);
}

.payment-col .form-group:nth-child(3).payment ul.payment.list {
    height: calc(100% - 30px);
}

.form-group.payment {
    height: calc(100% - 115px);
}

ul.payment.list {
    height: calc(100% - 65px);
    margin-top: 60px;
    margin-bottom: 8px;
    position: relative;
    border-bottom: 1px solid;
}

ul.payment li {
    display: flex;
}

ul.payment.list li {
    padding-bottom: .5rem;
}

ul.payment li *:first-child {
    max-width: 52%;
    overflow: hidden;
    white-space: nowrap;
}

ul.payment li *:nth-child(2) {
    white-space: nowrap;
    display: flex;
    align-items: flex-start;
}

ul.payment li *:last-child {
    order: 2;
}

ul.payment li::after {
    content: " ";
    flex-grow: 1;
    height: 1em;
    background-image: radial-gradient(circle, currentcolor 1px, transparent 1.5px);
    background-position: 0 120%;
    background-size: 1ex 4.5px;
    background-repeat: space no-repeat;
}

@media(max-width:991px) {
    ul.payment.list {
        height: calc(100% - 30px);
        margin-top: 0;
    }
}