.product-inner-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pif-shipping-mobile{
    display: none;
}

.product-content {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.pif-right {
    flex: 0 0 54%;
}

.pif-title {
    font-size: 28px;
    font-weight: 600;
}

.pif-stats {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 25px;
    margin-top: 15px;
    margin-bottom: 40px;
}

.pif-code {
    background-color: #e5e5e5;
    color: #2f2f2f;
    font-size: 16px;
    padding: 0px 15px;
    border-radius: 8px;
    display: block;
    height: 30px;
    line-height: 30px;
}

.pif-code span {
    font-weight: 500;

}

.pif-status {
    flex: 0 0 auto;
}

.pif-left {
    flex: 0 0 40%;
}

.pif-status .instock {
    background-color: #8BC34A;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    padding: 0px 15px;
    border-radius: 8px;
    column-gap: 15px;
    height: 30px;
    color:white;

}

.pif-status .instock img {
    width: 22px;
    opacity: 1;
    filter: invert(1) brightness(50) grayscale(1);
}

.pif-stars {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 2px;
}

.pif-rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
}

.pif-stars img {
    width: 20px;
}

.pif-reviews a {
    text-decoration: none;
    color: #1f1f1f;
    border-bottom: 1px solid #1f1f1f;
}

.pif-reviews {
    margin-left: 8px;
}

.pif-option-values {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 15px;
}

.pif-option-value a {
    display: flex;
    padding: 15px 20px;
    border-radius: 12px;
    border: 1px solid #f1f1f1;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #2f2f2f;
    text-decoration: none;
}

.pif-option-title {
    font-weight: 500;
    font-size: 20px;
    color: #2f2f2f;
    margin-bottom: 10px;
}

.poq-likes img {
    width: 30px;
}

.pif-options {
    padding: 30px 40px;
    background: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.pif-buy {
    padding: 0px 40px 30px;
    background: #fff;
    border-top: 2px solid #f9f9f9;
}

.product-one__quantity {
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 10px;
}

.product-one__quantity a {

    height: 58px;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    text-decoration: none;
    font-size: 30px;
    font-weight: 500;
    color: #222;
}

.product-one__quantity input {
    height: 58px;
    border: none;
    text-align: center;
    width: 70px;
    font-size: 30px;


}

.review-photo {
    margin-top: -10px;
}

.pif-buy .product-one__priceBuy {
    align-items: flex-start;
    justify-content: flex-start;
    margin: 20px 0 0;
}

.pif-buy .product-one__priceTitle {
    font-size: 16px;
    color: #999;
}

.pif-buy .product-one__priceValue {
    margin-top: 20px;
}

.pif-buy .product-one__addToCart {
    margin-top: 29px;
}

.poq-likes {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
    margin-top: 40px;
    font-size: 20px;
    margin-left: 30px;
}

.pif-buy .product-one__price {
    margin-top: 0px;
    margin-right: 50px;
}

.pif-buy-one-click {
    background: #ececec;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px
}

.pif-oc-payment {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 25px;
}

.pif-oc-payment img {
    width: 40px;
}

.pif-oc-form {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
}

.pif-oc-phone {
    position: relative;
}

.pif-oc-phone img {
    width: 24px;
    position: absolute;
    left: 12px;
    top: 12px;
}

.pif-oc-phone input {
    width: 200px;
    padding: 0 20px 0 40px;
    border-radius: 12px;
    background: white;
    height: 46px;
    border: 1px solid #ccc;
    font-size: 18px;
    color: #2f2f2f;
    text-align: right;
}


.pif-oc-button img {
    width: 24px;
}

.pif-oc-button a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 46px;
    background: var(--main-blue);
    border-radius: 12px;
    padding: 0 12px;
    column-gap: 30px;
    text-decoration: none;
    color: white;
    font-size: 18px;
}

.pif-block {
    border-radius: 12px;
    background: white;
}

.pif-shipping-one {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.pif-shipping-one:last-child {
    margin-bottom: 0;
}

.pso-logo img {
    width: 60px;
}

.pso-name {
    margin-left: 30px;
}

.pso-name1 {
    font-size: 20px;
    color: #2f2f2f;
}

.pso-name2 {
    font-size: 16px;
    color: #5e5e5e;
}

.pso-name2 span {
    color: #04bd52;
    border-bottom: 1px solid #04bd52;
}

.pso-cost.free {
    color: #04bd52;
}

.pif-block-title {
    padding: 20px 30px;
    font-size: 22px;
    font-weight: 500;
    border-bottom: 2px solid #ececec;
}

.pif-block {
    margin-top: 30px;
}

.pif-block-content {
    padding: 20px 30px;
}

.pso-cost {
    font-size: 20px;
    font-weight: 500;
}

.pif-so-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.pso-logo.up img {
    width: 30px;
}

.pso-logo.roz img {
    width: 30px;
}

.pso-logo {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pif-left {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 25px;
}

.pif-lg {
    background: white;
    border-radius: 12px;
    padding: 40px;
}

.pif-lg figure {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 630px;
    overflow: hidden;
}

.pif-lg img{
    width: 360px;
    height: 360px;
}

.pif-sm-one {
    margin-bottom: 25px;
}

.pif-sm-one img{
    width:100%;
}

.pif-sm-one a {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    padding: 10px;
    background-color: white;
    border: 2px solid #fff;
}

.pif-sm-one.active a {
    border: 2px solid var(--main-blue);
}

.pif-option-value.pif-option-value-active a {
    background: var(--main-blue);
    border: 1px solid var(--main-blue);
    color: white
}

.pif-tabs {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 50px 0 0;
}

.pif-description {
    flex: 0 0 100%;
    width: 100%;
}

.pif-reviews-specs {
    flex: 0 0 34%;
}

article h2 {
    font-size: 20px;
    font-weight: 500;
}

article p {
    font-size: 16px;
}

article ul li {
    list-style: none;
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    margin-bottom: 5px;
}

article ul li:before {
    content: "";
    width: 20px;
    height: 4px;
    background: var(--main-blue);
    position: absolute;
    left: -9px;
    top: 9px;
}

table.specs{
    width:100%;
}

table.specs tr td:first-child {
    font-weight: 500;
    width: 60%;
}

table.specs tr td {
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 0;
}
table.specs tr td:last-child {
    font-weight: 500;
    width: 40%;
}

table.specs tr:last-child td {
    border: none;
}

.pif-reviews-list {
    margin-top: 40px;
}

table.specs tr td a {
    color: var(--main-blue);
    border-bottom: 1px solid var(--main-blue);
    text-decoration: none;
}

.pif-add-review a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    padding: 10px 18px;
    border-radius: 12px;
    background: var(--main-blue);
    text-decoration: none;
    font-size: 18px;
    column-gap: 15px;

}

.pif-add-review a img {
    width: 30px;
    filter: invert(1) brightness(5);
}

.title-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.review-photo figure {
    width: 100px;
    height: 100px;
    border-radius: 200px;
    overflow: hidden;
}


.review-photo figure img {
    width: 100%;
}

.review-one {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 15px 0 30px;
    column-gap: 10px;
}

.review-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 130px;
}

.review-name {
    font-size: 20px;
    font-weight: 500;
}

.review-date {
    font-size: 14px;
    color: #777;
}

.review-text {
    margin-top: 15px;
    font-size: 16px;
    padding: 15px;
    background: #f7f7f7;
    border-radius: 10px;
}


.pif-same-carousel {
    width: 100%;
}

.pif-carousel-title {
    font-size: 24px;
    font-weight: 600;
    margin: 30px 0;
}

.pif-same-carousel {
    margin: 30px 0;
}


.pif-same-carousel .owl-dots {
    width: 100%;
    position: absolute;
    bottom: -70px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;

}

.pif-same-carousel .owl-dots .owl-dot {
    width: 24px;
    height: 24px;
    border-radius: 50px;
    background: white;
    display: block;
}

.pif-same-carousel .owl-dots .owl-dot.active {
    background-color: var(--main-blue);
}



.pif-mobile-carousel .owl-dots {
    width: 100%;
    position: absolute;
    bottom: 10px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;

}

.pif-mobile-carousel .owl-dots .owl-dot {
    width: 16px;
    height: 16px;
    border-radius: 50px;
    background: #f1f1f1;
    display: block;
}

.pif-mobile-carousel .owl-dots .owl-dot.active {
    background-color: var(--main-blue);
}



main {
    padding-bottom: 100px;
    background: #f9f9f9;
}

.pif-same-carousel .product-one__name {
    font-size: 20px;
    margin: 30px 0 15px;
    font-weight: 500;
    line-height: 20px;
}


.pif-same-carousel .product-one__reviewsCount {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
    font-size: 14px;
    color: #2f2f2f;
}


.pif-same-carousel .product-one__cartButton {
    height: 50px;
    width: 140px;
    border-radius: 10px;
    background-color: var(--main-blue);
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    font-size: 18px;
    padding: 0 20px;
    transition: all .3s ease-in-out;
}

.pif-same-carousel .product-one__priceValue {
    font-size: 24px;
}

@media(max-width: 1700px){
    .pif-right .product-one__priceBuy{
        flex-direction: row;
    } 

    .pif-left {
    display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        column-gap: 25px;
        flex-direction: column;
    }

    .pif-sm{
       
        order: 2;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    column-gap: 10px;
    }

    .product-content .pif-sm{
        display: none;
    }
}


@media(max-width: 1480px){
    .product-inner-flex {
    display: flex
;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 40px;
}

    .pif-left {
        display: flex
;
        align-items: flex-start;
        justify-content: flex-start;
        column-gap: 25px;
        flex-direction: column;
        flex: 0 0 490px;
        width: 490px;
    }


    .pif-lg img{
        width:100%;
    }

}

.pif-same-mobile{
    display: none;
}

@media(max-width: 1240px){
        .pif-right {
        width: 460px;
        flex: 0 0 460px;
    }

    .pif-stats {
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    column-gap: 25px;
    margin-top: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    row-gap: 15px;
}

.pif-option-values{
    row-gap: 18px;
}

.pif-right .product-one__priceBuy {
        flex-direction: row;
        flex-wrap: wrap;
    }


.pif-buy .product-one__price {
    margin-top: 0px;
    margin-right: 32px;
    order: 1;
}

.pif-buy .product-one__price--last{
    margin-right: 0;
}

.pif-buy .product-one__addToCart {
    margin-top: 29px;
    order: 3;
}

.pif-buy .poq-likes{
    order:2;
}

.pif-buy-one-click{
    flex-direction: column;
    row-gap: 30px;
}

.pif-right .pif-oc-button a{
    font-size: 15px;
}


.pif-right .pso-name1 {
    font-size: 16px;
    color: #2f2f2f;
}

.pif-right .pso-logo.up img {
    width: 24px;
}
.pif-right .pso-logo img {
    width: 50px;
}

.pif-right .pso-logo {
    width: 24px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.pif-right .pso-name {
    margin-left: 30px;
    flex: 0 0 198px;
}

.pif-right .pso-logo.roz img{
    width: 32px;
}

.pif-right .pso-cost {
    font-size: 18px;
    font-weight: 500;
}


.pif-tabs {
    display: flex
;
    align-items: flex-start;
    justify-content: space-between;
    margin: 10px 0 0;
    flex-direction: column;
}

.pif-description {
    flex: 0 0 100%;
    width: 100%;
}

.pif-same-carousel{
    display: none;
}

.pif-same-mobile{
    display: block;
}

.pif-same-mobile     .product-one__itemGrid4 {
        flex: 0 0 calc(46.7% - 60px);
        width: 73%;
    }

    .pif-shipping-pc{
        display: none;
    }

    .pif-shipping-mobile{
        display: block;
    }

}



@media(max-width: 1024px){
     .pif-left {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        column-gap: 45px;
        flex-direction: row;
        flex: 0 0 100%;
        width: 100%;
    }


        .pif-sm {
        order: 0;
        display: flex
;
        align-items: center;
        justify-content: space-between;
        margin-top: 0px;
        column-gap: 10px;
        flex-direction: column;
    }

        .pif-right {
        width: 100%;
        flex: 0 0 100%;
        margin-top: 30px;
    }

        .pif-buy-one-click {
        flex-direction: row;
        row-gap: 0;
    }


       .pif-oc-payment {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 40px;
        flex-wrap: wrap;
    }
}

.pif-mobile{
    display: none;
}
@media(max-width: 768px){

   .product-content .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
}


    .pif-mobile{
        display: block;
        width:100%;
    }
    .product-content {
    padding: 0;
    background-color: #f9f9f9;
}

.pif-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
}

.pif-code {
    background-color: #e5e5e5;
    color: #2f2f2f;
    font-size: 14px;
    padding: 0px 15px;
    border-radius: 8px;
    display: block;
    height: 30px;
    line-height: 30px;
}

.pif-status .instock {
    background-color: #8BC34A;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    padding: 0px 8px;
    border-radius: 8px;
    column-gap: 8px;
    height: 30px;
}

.pif-stats{
    column-gap: 15px;
}

    .pif-mobile-carousel {
        display: block;
        width: 100%;
        padding-bottom: 20px;
        background: white;
        border-radius: 12px;
    }
.pif-left{
    display: none;
}

.pif-mobile-carousel .pif-lg{
    display: block;
}

.pif-right .pif-title,
.pif-right .pif-stats
{
    display: none;
}

.pif-option-value a {
    display: flex
;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid #f1f1f1;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #2f2f2f;
    text-decoration: none;
}

    .pif-option-values {
        row-gap: 12px;
        column-gap: 12px;
    }

            .pif-buy .product-one__addToCart {
        margin-top: 25px;
        order: 3;
        width: 66%;
    }

        .pif-buy .poq-likes {
        order: 6;
        margin-top: 31px;
    }
    .pif-buy{
        padding: 0 20px 20px;
    }

    .product-one__quantity a{width: 38px; height: 46px;}
    .product-one__quantity input{width: 58px; height: 46px;}

    .pif-buy .product-one__priceBuy {
    align-items: flex-start;
    justify-content: space-between;
    margin: 20px 0 0;
}

.pif-oc-form {
    display: flex;
    margin-top: 10px;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
    flex-direction: column;
}

    .pif-buy-one-click {
        flex-direction: column;
        row-gap: 0;
    }

    .pif-oc-phone input{width:100%;}

    .pif-oc-button{width:100%; margin-top: 10px;}
    .pif-oc-payment{
        margin-top: 15px;
    }
        .pif-options{padding:20px;}

        .pif-shipping-one{flex-direction: column;}
        .pso-name1 {
    font-size: 16px;
    color: #2f2f2f;
    font-weight: 500;
}

.pso-logo{
    margin-right: 15px;
}

.pso-name2 {
    font-size: 12px;
    color: #5e5e5e;
}

.pif-block-content {
    padding: 20px;
}

    .pso-name {
        margin: 0;
        width: 80%;
        display: flex
;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
    }
    .pso-cost {
        font-size: 15px;
        margin-left: 70px;
        margin-top: 12px;
    }
.pso-logo.up img {
    width: 24px;
    margin-left: -2px;
}
.pso-logo img {
    width: 100%;
}

    .pif-shipping-one {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .pif-add-review a{
        font-size: 14px;
    }

    .pif-add-review a{
        padding:8px 12px;
    }
    .pif-add-review a img{
        width: 24px;
    }

    .review-one{
        flex-direction: column;
    }

    .review-left{width:100%;}
    .review-right{margin-top: 20px; text-align: center;}
    .review-text {
    margin-top: 15px;
    font-size: 14px;
    padding: 15px;
    background: #f7f7f7;
    border-radius: 10px;
    text-align: left;
}

.pif-same-mobile .product-one__itemGrid4{width:calc(100% - 60px);}

   .pif-same-mobile .owl-carousel .product-one__priceBuy {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

       .pif-same-mobile .owl-carousel .product-one__price {
        margin-top: 24px;
        width: 100%;
        margin-bottom: 10px;
    }

    .pif-same-carousel .product-one__cartButton{width: 94px;}
       .pif-same-carousel .owl-carousel .product-one__codeReview {
        flex-direction: row;
    }

    .pif-same-carousel .product-one__reviewsCount{
        margin:0;
    }

        .pif-same-carousel .product-one__priceBuy {
        margin: 0;
    }

      .pif-same-carousel   .product-one__addToCart {
        margin-top: 15px;
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
}


.swal2-cancel.btn.btn-secondary{
    border: none;
    background: #f1f1f1;
    color: #222;
    border-radius: 12px;
    padding: 12px 20px;
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    margin: 0 5px;
}


.swal2-confirm.btn.btn-success{
    border: none;
    background: var(--main-blue);
    color: #fff;
    border-radius: 12px;
    padding: 12px 20px;
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 16px;
     cursor: pointer;
     margin: 0 5px;
}
 
.s-flex a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    color:var(--main-blue);
    column-gap: 30px;
}

.s-flex{

}

.sf-code{
    width: 300px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 15px;
    color:#777;
}

.sf-code .pif-code{
    width: 160px;
}

.sf-name{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

@media(max-width: 600px){
   .pif-mobile-carousel .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
}
}


