

.product-gallery-selected-image {
    overflow: hidden;
    padding-right: 2rem;
    padding-left: 2rem;
}

.product-video {
    height: 100%;
    display: flex;
    justify-content: center;
    margin: 10px auto;
}
.h_iframe-aparat_embed_frame {
    width: 100% !important;
    height: 400px !important;
}

.h_iframe-aparat_embed_frame span {
    display: none !important;
}
.h_iframe-aparat_embed_frame iframe{
    position: relative !important;
    border-radius: 15px;
}

.product-gallery-selected-image img {
    width: 100%;
    border-radius: 0.25rem;
}

.product-gallery {
    border: 1px solid #1a1917;
    border-radius: 5px;
    box-shadow: 0 0 8px rgb(15 222 255 / 18%);
}

.CartItemsProduct {border: 1px solid #1a1917;border-radius: 5px;box-shadow: 0 0 8px rgb(15 222 255 / 18%);}


.product-gallery-thumb {
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    padding: 0.3rem;
    border: 1px solid #efefef;
    margin: 0.3rem;
    border-radius: 0.25rem;
    display: inline-block;
}


.product-info {
    color: #333333;
    font-size: 0.8rem;
}

.product-info-colors {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: -0.3rem;
}


.product-introduction {
    font-size: 0.9rem;
    line-height: 2rem;
}



.product-features table {
    font-size: 0.8rem;
    background-color: #ffffdf;
}

.product-features table tr td:first-of-type {
    font-weight: bold;
    width: 15rem;
}



.stick {
    position: fixed;
    top: 0rem;
    padding: 0.6rem 1rem;
    background-color: #FFFFFF;
    width: Calc(100% - 3rem);
}



/*start comment*/
.product-comment {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    padding: 0.4rem 0.4rem;
    border-bottom: 2px solid #efefef;
    background-color: #f7f7f7;
    border-radius: 0.25rem;
}

.product-comment-header {
    border-bottom: 1px solid #efefef;
    padding: 0rem 0rem 0.4rem 0rem;
    line-height: 1.5rem;
}

.product-comment-date {
    font-size: 0.7rem;
    border-radius: 0.25rem;
    color: #999999;
}

.product-comment-title {
    font-size: 0.8rem;
    font-weight: bold;
    margin-right: 1rem;
}

.product-comment-body {
    margin-top: 0.6rem;
    font-size: 0.8rem;
    line-height: 1.6rem;
}


.comment-add-button {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 0.25rem;
    border: 1px dashed #dedede;
    color: #666666;
    background-color: #f7f7f7;
    font-size: 0.8rem;
    line-height: 4rem;
    padding-top: 0.3rem;
    transition: 0.4s;
}

.comment-add-button:hover {
    border: 1px dashed #cdcdcd;
    color: #333333;
    background-color: #efefef;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    transition: 0.4s;
}

.comment-add-wrapper .modal {
    z-index: 999999;
}

.comment-add-wrapper .modal-title {
    font-size: 0.9rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    color: #000000;
}

.comment-add-wrapper .btn-close {
    font-size: 0.6rem;
}

.comment-add-wrapper .modal-body {
    font-size: 0.8rem;
}

.comment-add-wrapper .form-control-sm {
    font-size: 0.7rem;
}

.comment-add-wrapper .form-select-sm {
    font-size: 0.8rem;
}


.marketable-notify-add button {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 0 10px 0;
    background: #CCC;
    padding: 10px;
    border-radius: 3px;
    color: #FFF;
}

.marketable-notify-add button:last-child {
    background: transparent;
    border: 1px solid #51ff00;
    color: #51ff00;
}

.marketable-notify-add a {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 10px;
    border-radius: 3px;
    color: #FFF;
}

.marketable-notify-add button:last-child:hover {
    color: #FFF;
    background: #51ff00;
}

.marketable-notify-add a:last-child {
    color: #c5c5c5;
    box-shadow: 0 0 7px #8c1fbb;
}

.marketable-notify-add a:last-child:hover {
    color: #FFF;
    background: #824eb3;
    border-color: #a25deb;
}


.marketable-notify-delete button {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 0 10px 0;
    background: #CCC;
    padding: 10px;
    border-radius: 3px;
    color: #FFF;
}

.marketable-notify-delete button:last-child:hover {
    color: #FFF;
    background: #a81c1c;
}

.marketable-notify-delete button:last-child {
    background: transparent;
    border: 1px solid #a81c1c;
    color: #a81c1c;
}

.product-add-to-favorite .btn:focus {
    box-shadow: none;
}

.add-to-cart.unavailable span {
    cursor: not-allowed !important;
}

/* star rating */


.rating span {
    float: right;
    position: relative;
    cursor: pointer;
}

.rating span input {
    position: absolute;
    display: none;
}

.rating span label {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #ccc;
    font-size: 20px;
    margin-right: 2px;
    line-height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.rating span:hover~span label,
.rating span:hover label,
.rating span.checked label,
.rating span.checked~span label {
    color: #F90;
}

.best-price {
    cursor: pointer;
    text-align: center;
    margin: 10px 0;
    border: 1px solid #342f2f;
    padding: 10px;
    font-size: 20px;
    font-weight: 100;
    border-radius: 3px;
    width: 100%;
    font-size: 14px;
    color: #c5c5c5;
    box-shadow: 0 0 7px #8c1fbb;
}

.best-price:hover {
    color: #FFF;
    background: #824eb3;
    border-color: #a25deb;
}

/* .checked label::after { content: "â­" } */


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

::selection{
    color: #fff;
    background: #7d2ae8;
}
 .popup{
    position: absolute;
    left: 50%;
}
.share-modal button{
    outline: none;
    cursor: pointer;
    font-weight: 500;
    border-radius: 4px;
    border: 2px solid transparent;
    transition: background 0.1s linear, border-color 0.1s linear, color 0.1s linear;
}

.share-modal .popup{
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    top: -150%;
    max-width: 380px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
    transform: translate(-50%, -50%) scale(1.2);
    transition: top 0s 0.2s ease-in-out,
    opacity 0.2s 0s ease-in-out,
    transform 0.2s 0s ease-in-out;
}
.share-modal .popup.show{
    top: 50%;
    opacity: 1;
    z-index: 5;
    pointer-events: auto;
    transform:translate(-50%, -50%) scale(1);
    transition: top 0s 0s ease-in-out,
    opacity 0.2s 0s ease-in-out,
    transform 0.2s 0s ease-in-out;

}
.share-modal .popup :is(header, .icons, .field){
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.share-modal .popup header{
    padding-bottom: 15px;
    border-bottom: 1px solid #ebedf9;
}
.share-modal header span{
    font-size: 21px;
    font-weight: 600;
}
.share-modal header .close, .icons a{
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.share-modal header .close{
    color: #878787;
    font-size: 17px;
    background: #f2f3fb;
    height: 33px;
    width: 33px;
    cursor: pointer;
}
.share-modal header .close:hover{
    background: #ebedf9;
}
.share-modal .popup .content{
    margin: 20px 0;
}
.share-modal .popup .icons{
    margin: 15px 0 20px 0;
}
.share-modal .content p{
    font-size: 16px;
}
.share-modal .content .icons a{
    height: 50px;
    width: 50px;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid transparent;
}
.share-modal .icons a i{
    transition: transform 0.3s ease-in-out;
}

.share-modal .icons a:nth-child(3){
    color: #e1306c;
    border-color: #f5bccf;
}
.share-modal .icons a:nth-child(3):hover{
    background: #e1306c;
}
.share-modal .icons a:nth-child(1){
    color: #25D366;
    border-color: #bef4d2;
}
.share-modal .icons a:nth-child(1):hover{
    background: #25D366;
}
.share-modal .icons a:nth-child(2){
    color: #0088cc;
    border-color: #b3e6ff;
}
.share-modal .icons a:nth-child(2):hover{
    background: #0088cc;
}
.share-modal .icons a:hover{
    color: #fff;
    border-color: transparent;
}
.share-modal .icons a:hover i{
    transform: scale(1.2);
}
.share-modal .content .field{
    margin: 12px 0 -5px 0;
    height: 45px;
    border-radius: 4px;
    padding: 0 5px;
    border: 1px solid #e1e1e1;
}
.share-modal .field.active{
    border-color: #7d2ae8;
}
.share-modal .field i{
    width: 50px;
    font-size: 18px;
    text-align: center;
}
.share-modal .field.active i{
    color: #7d2ae8;
}
.share-modal .field input{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 15px;
}
.share-modal .field button{
    color: #fff;
    padding: 5px 18px;
    background: #7d2ae8;
}
.share-modal .field button:hover{
    background: #8d39fa;
}

.radio-color input[type="radio"]:checked+label {
    border: 1px solid #ffffff;
}

/* modal  */

.modal-title{
    color: #FFF;
}

.modal-content{
    padding: 10px;
    border-radius: 5px!important;
    /* border: 1px solid #ff7b00!important; */
    /* background: #090a09!important; */
    color: #51ff00;
}

.modal-content input, textarea, select{
    border: 1px solid #ff7b00;
    border-radius: 5px;
    background: #151815;
    color: #FFF;
}

.modal-content input::placeholder , textarea::placeholder, select::placeholder{
    color: rgb(168, 168, 168);
}

.modal-content input:focus, textarea:focus, select:focus{
    border: 1px solid #ff8615;
    background: #222722;
    outline: none!important;
}


.sub-modal{
    background: #136117!important;
    color: rgb(214, 214, 214)!important;
    padding: 3px!important;
    border-radius: 5px!important;
}

.sub-modal:hover{
    background: #17791c;
    color: #FFF;
}

.clos-modal{
    background: rgb(97, 19, 19)!important;
    color: rgb(214, 214, 214)!important;
    padding: 3px!important;
    border-radius: 5px!important;
}

.clos-modal:hover{
    background: rgb(168, 28, 28);
    color: #FFF;
}


/*accessory*/

.form-check-input{
    height: 1.3em!important;
}

.product-accessory {
    padding: 20px 15px;
    background: rgb(0 0 0/50%);
    border: 1px solid #1a1917;
    border-radius: 5px;
    /*box-shadow: 0 0 8px rgb(15 222 255 / 18%);*/

    position: relative;
    z-index: 0;
    overflow: hidden;
}

.marginAccessory {
    margin-right: 2rem!important;
}

.marginAccessory a{
    color: #fff;
}

.accessoryImg {
    margin: 10px;
    border: 2px solid rgb(36, 171, 48);
    padding: 10px;
    border-radius: 7px;
    box-shadow: 0 0 12px rgb(21, 210, 38);
}

.accessorySubmitContent{
    text-align: center;
    display: block;
    margin: 35px auto;
}

.accessorySubmit {
    color: rgb(177 27 234);
    padding: 10px 20px;
    border: 2px solid rgb(177 27 234);
    border-radius: 5px;
    box-shadow: 0 0 52px rgb(243 15 255);
    background-color: unset;
}

.accessorySubmit:hover {
    color: rgb(255 255 255);
    padding: 10px 20px;
    border: 2px solid rgb(177 27 234);
    background-color: rgb(177 27 234);
    border-radius: 5px;
    box-shadow: 0 0 52px rgb(242, 0, 255);
}

section#product-details {
    margin-top: 130px!important;
}

@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

.product-accessory::before {
    content: '';
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: #1a232a;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: conic-gradient(transparent, rgb(179, 47, 255), transparent 30%);
    animation: rotate 4s linear infinite;
}

.product-accessory::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 6px;
    top: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background: #000;
    border-radius: 5px;
}

.preloader{
    position: absolute;
    top: 0;
    height: 100%;
    background: #c2c3c3d1;
    width: 100%;
    z-index: 5;
    right: 0;
    display: block;
}

.loader {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 60px;
    height: 60px;
    border: 6px solid #fff;
    border-top: 6px solid #0a53be;
    border-radius: 50%;
    animation: loader-spinn 1s linear infinite;
}

@keyframes loader-spinn {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.totPriceContent{
    margin: 25px 0;
}

.totPriceContent span{
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin: 25px 0;
    display: block;
}

.totPriceContent div ins{
    text-align: center;
    color: rgb(255, 145, 0);
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 10px;
}

.totPriceContent div span{
    text-align: center;
    color: rgb(255, 145, 0)!important;
    font-size: 20px;
    margin: 25px 0;
}


.preloaderMobile{
    position: absolute;
    top: 0;
    height: 100%;
    background: #c2c3c3d1;
    width: 100%;
    z-index: 5;
    right: 0;
    display: block;
}