/* --- СТили страницы товара --- */

.product-head {
    display: flex;
    /*flex-direction: column;*/
    align-items: flex-start;
    gap: 15px;
    height: fit-content;
    flex: none;
    min-width: auto;
    background: #F6F9FF;
    border-radius: 12px;
}

.product-detail .img-product img {
    /*margin-bottom: 1rem;*/
    border-radius: 8px;
    transition: 1s;
}


.img-product img {
    object-fit: cover;

}

.page-product {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.page-name-1 {
    display: none;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #21304F;
}

.page-name-2 {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #21304F;
}

.product-detail .rates {
    border-radius: 8px;
    width: 300px;
    height: fit-content;
}

.rates .img-products {
    display: flex;
    justify-content: center;
}

.rates .img-product {
    position: relative;
}

.rates .img-product .status {
    border-radius: 5px;
    padding: 3px 3px;
    line-height: 12px;
    text-transform: uppercase;
    position: absolute;
    font-size: 10px;
    left: 5px;
    top: 5px;
}

.page-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-transform: capitalize;
    display: flex;
    justify-content: center;

}

.page-title svg {
    margin-right: 8px;
}

.page-title__gradient {
    font-weight: 700;
    background: linear-gradient(90deg, #8593ff,#ff66d4,#ff5266,#ffb54d,#e8ff75);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rates-hint {
    margin: 15px 0;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: .009em;
    color: #848a9a;
}

.product-detail .desctiption-card h2 {
    color: #848a9a;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0 !important;
}

.product__view-main-prop-list {
    display: flex;
    gap: 1px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.card-item {
    flex: 1 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.product__view-main-prop-label {
    height: 32px;
    padding-bottom: 3px;
    margin-bottom: -6px;
    background: white;
    color: #21304F;
}

.product__view-main-prop-value {
    gap: 2px;
    height: 38px;
    background: #E9EDF8;
    color: #21304F;
}

.product__view-main-prop-label, .product__view-main-prop-value {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    gap: 10px;
    white-space: nowrap;
    font-style: normal;
    /*font-weight: 700;*/
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
}

/*.product-detail .card-item p {*/
/*    font-size: 13px;*/
/*    color: #848a9a;*/
/*    margin: 0;*/
/*    font-weight: 600;*/
/*}*/

.product-go p, a {
    color: #848a9a;
    /* font-size: 12px; */
    /*font-weight: 600;*/
}


/* ---- Кнопка опций ----*/

.product-detail .buttons button {
    background: rgba(132, 138, 154, 0.05);
    border: 2px solid transparent;
    border-radius: 10px;
    color: #848a9a;
    width: 100%;
    padding: 0 10px;
    display: flex;
    margin-top: 10px;
    align-items: center;
    height: 45px;
}


.product-detail .buttons button .circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #848a9a;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 14px;
}

.product-detail .buttons button:hover .circle {
    background: rgba(139, 63, 253, 0.05);
    border: 2px solid #fff;
}

.product-detail .buttons button:focus .circle {
    background: rgba(139, 63, 253, 0.05);
    border: 2px solid #848a9a;
}

.product-detail .buttons button.active .circle {
    background: rgba(132, 138, 154, 0.25);
    border: 2px solid #fff;
}

.product-detail .buttons button .mid {
    width: 8px;
    height: 8px;
    background: rgba(42, 44, 67, 0);
    border-radius: 50%;
    z-index: 69;
}

.product-detail .buttons button:hover .mid {

}

.product-detail .buttons button.active .mid {

}

.product-detail .buttons button p {
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
    /*color: #848a9a;*/
    transition-duration: .25s;
}

.product-detail .buttons button:hover p {

}

.product-detail .buttons button span {
    margin-left: auto;
    font-size: 13px;
    /*color: rgb(132, 138, 154);*/
    transition-duration: .25s;
    font-weight: 600;
}

.product-detail .buttons button:hover span {

}

.product-detail .buttons button:focus p,
.product-detail .buttons button:focus span {

}

.product-detail .buttons button.active p,
.product-detail .buttons button.active span {

    z-index: 999;
}

/*.product-detail .buttons button:hover{*/
/*    background: rgba(132, 138, 154, 0.15);*/
/*    border: 2px solid rgba(132, 138, 154, 0.25) !important;*/

/*}*/

/*.product-detail .buttons button.active {*/
/*    background: rgba(132, 138, 154, 0.15);*/
/*    border: 2px solid rgba(132, 138, 154, 0.25) !important;*/
/*    transition-duration: .25s;*/
/*}*/

/* ---- Кнопка опций, конец ----*/

/*.product-detail-description {*/
/*    width: 100%;*/
/*}*/

.product-detail .amount {
    position: relative;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-detail .amount-counter {
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.product-detail .right-info #price_product {
    position: absolute;
    right: 0;
    font-size: 22px;
    font-weight: 700;
    white-space: nowrap;
}

.product-detail .cost p {
    font-size: 22px;
    font-weight: 700;
}

.product-detail .counter-btn i {
    color: #21304F;
}
.product-detail .counter-btn {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.product-detail .counter-btn button {
    background: rgba(0, 0, 0, 0);
    border: none;
    /*border-radius: 15px 0px 0px 15px;*/
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-detail .counter-btn input {
    background: rgba(0, 0, 0, 0);
    border: none;
    font-size: 18px;
    font-weight: 700;
    width: 50px;
    color: #21304F;
}

.fa .fa-trash {
    color: #e51616 !important;
}



.product-detail .right-info .add-cart {
    background: #20C27E;
    border: none;
    border-radius: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .009em;
    height: 40px;
    width: 100%;
    transition-duration: .25s;
}

.product-detail .right-info .add-cart:hover {
    opacity: 0.8;

}

.product-detail .link-degisseller{
    background: #8593ff;
    border: none;
    border-radius: 10px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222429;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .009em;
    margin: 15px 0 0 0 !important;
    transition-duration: .25s;
}

/*.product-detail .right-info .add-cart:hover,*/
/*.product-detail .link-degisseller:hover{*/
/*    background: #A279AA;*/
/*    opacity: 1;*/
/*}*/

.support_btn {
    background: hsla(0, 0%, 100%, 0.02);
    border-radius: 15px;
    padding: 20px 15px;
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.support_btn_col {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    gap: 15px;
}

.support_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(129,166,207,.2);
    border-radius: 12px;
    padding: 0 25px;
    height: 38px;
    color: #7fa5d1;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .009em;
    text-decoration: none;
    transition-duration: .25s;
    cursor: pointer;
}

.support_btn a:hover{
    background: #ff5266;
    opacity: 1;
    transition-duration: .25s;
}


.screens p {
    color: #848a9a;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    margin: 15px 0;
}

.screen {
    max-width: 775px;
    width: 100%;
    display: flex;
    padding-bottom: 10px;
    overflow-x: overlay;
}

.screens .image {
    margin-right: 5px;
    /* display: inline-block; */
    overflow: hidden;
    border-radius: 15px;
}

.screens .image img {
    height: 150px !important;
    width: 230px !important;
    object-fit: cover;
    border-radius: 15px;
    border: 2px solid hsla(0,0%,100%,.04);
    transition: 0.5s;
}

.product-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    gap: 10px;
    padding: 10px 15px;
    margin: 15px 0;
    border-radius: 12px;
    background: linear-gradient(90deg,#7cd5ae,#aeae88 28.02%,#5090b2 53.35%,#82a1c5 71.78%,#50808e);
}

.product-hint p {

}

.product-detail .screens .image img:hover{
    transition: 1s;
    transform: scale(1.1);
}

#video {
    text-align: center !important;
}



iframe {
    width: 230px;
    height: 150px;
    border-radius: 15px;
    margin-right: 5px;
}

.ytp-title-channel-logo {
    background-image: none !important;
}

.product-detail #gallery{
    overflow-x: scroll;
}

.product-detail .nav li {
    flex: none;
    text-align: center;
}

.product-detail .nav li a {
    font-weight: 700;
    font-size: 15px;
    padding: 12px 34px !important;
    border-bottom: 2px solid hsla(0,0%,100%,.04);
}

.product-detail-description .nav {
    justify-content: center;
}

.product-detail .nav li a:hover {
    color: #3761EE;
}

.product-detail .nav li a.active {
    background: #fff;
    color: #21304F;
    border-radius: 12px;
    /*border-bottom: 3px solid #3761EE;*/
}

.nav-link {
    color: #848a9a;
}

.nav-link .active {

}

/* --- СТили страницы товара, конец --- */