.product-desc-section-wrapper {
    padding: 2rem;
}

.product-desc-section-wrapper .shop-details-nav-wrap img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
    height: 10rem;
    object-fit: cover;
}

.product-desc-section-wrapper .small-img {
    width: 100%;
    height: 100%;
}

.product-desc-section-wrapper .shop-details-nav-wrap .nav-tabs {
    border: none;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-desc-section-wrapper .shop-details-nav-wrap .nav-tabs .nav-item {
    padding-left: 7px;
    padding-right: 7px;
}

.product-desc-section-wrapper .shop-details-nav-wrap .nav-tabs .nav-link {
    padding: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top: 0rem;
    overflow: hidden;
    object-fit: cover;
    width: 100%;
    height: 10rem;
    max-width: 10rem;
}

/* .shop-details-content {
    margin-left: 20px;
} */

.product-desc-section-wrapper .shop-details-content>span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #a6a6a6;
    display: block;
    margin-bottom: 7px;
}

.product-desc-section-wrapper .shop-details-content>.title {
    font-size: 34px;
    margin-bottom: 18px;
}

.product-desc-section-wrapper .shop-details-review {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.product-desc-section-wrapper .shop-details-review .rating {
    font-size: 12px;
    color: #febd00;
    letter-spacing: -.5px;
    margin-right: 7px;
}

.product-desc-section-wrapper .shop-details-review>span {
    font-size: 14px;
}

.product-desc-section-wrapper .shop-details-price {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.product-desc-section-wrapper .shop-details-price .price {
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}

.product-desc-section-wrapper .shop-details-price .stock-status {
    font-size: 13px;
    color: #50b1f9;
    margin-bottom: 0;
    margin-left: 10px;
}

.product-desc-section-wrapper .shop-details-content>p {
    font-size: 18px;
    margin-right: 20px;
    margin-bottom: 22px;
    line-height: 24px;
}

.product-desc-section-wrapper .shop-details-dimension {
    margin: 0 0 20px;
}

.shop-details-dimension>span,
.shop-details-color>span,
.shop-details-quantity>span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #282828;
}

.product-desc-section-wrapper .shop-details-dimension ul,
.shop-details-color ul,
.shop-details-quantity {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
}

.product-desc-section-wrapper .shop-details-dimension ul li {
    margin-top: 10px;
    margin-right: 10px;
}

.product-desc-section-wrapper .shop-details-dimension ul li a {
    display: block;
    border: 1px solid #ebebeb;
    background: #f4f8fb;
    font-size: 13px;
    font-weight: 500;
    color: #7f7b7b;
    padding: 7px 18px;
}

.product-desc-section-wrapper .shop-details-quantity>span {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 15px;
}

.product-desc-section-wrapper .cart-plus-minus {
    position: relative;
}

.product-desc-section-wrapper .cart-plus-minus {
    width: 116px;
    flex: 0 0 116px;
    margin-right: 12px;
    margin-bottom: 12px;
}

.product-desc-section-wrapper .cart-plus-minus input {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    height: 45px;
    text-align: center;
    padding: 0 30px;
    font-size: 14px;
    color: #282828;
    font-weight: 600;
}

.product-desc-section-wrapper .cart-plus-minus .qtybutton {
    position: absolute;
    top: 0;
    left: 0;
    width: 31px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #696868;
    cursor: pointer;
    border-right: 1px solid #e1e1e1;
    user-select: none;
    -moz-user-select: none;
}

.product-desc-section-wrapper .cart-plus-minus .qtybutton.inc {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 1px solid #e1e1e1;
}

.product-desc-section-wrapper .cart-plus-minus .qtybutton {
    position: absolute;
    top: 0;
    left: 0;
    width: 31px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #696868;
    cursor: pointer;
    border-right: 1px solid #e1e1e1;
    user-select: none;
    -moz-user-select: none;
}

.product-desc-section-wrapper .shop-details-quantity .wishlist-btn {
    margin-right: 12px;
}

.shop-details-quantity>a {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    color: #696868;
    padding: 12px 16px;
    min-width: 145px;
    justify-content: center;
    margin-bottom: 12px;
}

.shop-details-quantity>a i {
    font-size: 12px;
    margin-right: 7px;
}

.product-desc-section-wrapper .shop-details-quantity .cart-btn {
    border-color: #161F2D;
    color: #fff;

    background: #161F2D;
}

.product-desc-section-wrapper .shop-details-quantity>a {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    padding: 12px 16px;
    min-width: 145px;
    justify-content: center;
    margin-bottom: 12px;
    background: #f7c531;
    transition: 0.3s;
}

.product-desc-section-wrapper .shop-details-bottom {
    margin-top: 23px;
}

.product-desc-section-wrapper .shop-details-bottom ul li {
    font-size: 14px;
    font-weight: 600;
    color: #282828;
    flex-wrap: wrap;
}

.product-desc-section-wrapper .shop-details-bottom ul li>span {
    margin-right: 7px;
}

.shop-details-bottom ul li>a {
    font-size: 14px;
    font-weight: 500;
    color: #a6a6a6;
}

.product-desc-section-wrapper .shop-details-bottom ul li+li {
    margin-top: 12px;
}

.product-desc-section-wrapper .shop-details-bottom ul li.sd-share>a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border: 2px solid #ebebeb;
    border-radius: 50%;
    font-size: 12px;
    margin-right: 4px;
}

.product-desc-section-wrapper .shop-details-img {
    width: 100%;
    height: 27rem;
    padding: 2rem;

}

.product-desc-section-wrapper .shop-details-img img {
    width: 100%;
    height: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.product-desc-section-wrapper .shop-details-quantity>a:hover {
    background: #50b1f9;
    border-color: #50b1f9;
    color: #fff;
    transform: translateY(-5px);
}

.product-desc-section-wrapper .shop-details-bottom ul li.sd-share>a:hover {
    background: #50b1f9;
    border-color: #50b1f9;
    color: #fff;
}




/* 2nd css */

/*********************************************/
/*COLORS*/
.product-desc-section-wrapper .swiper {
    width: 1181px;
}


.product-desc-section-wrapper .content .card-content .image {
    height: 140px;
    width: 168px;
    border-radius: 50%;
    padding: 3px;
    /* background: #7d2ae8; */
}

.product-desc-section-wrapper .content .card-content .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;

}

.product-desc-section-wrapper .card {
    position: relative;
    background: #fff;
    border-radius: 20px;
    margin: 20px 0;
    width: 280px;
}

.product-desc-section-wrapper .card::before {
    content: "";
    position: absolute;
    /* height: 40%; */
    width: 100%;
    background: #161F2D;
    border-radius: 20px 20px 0 0;
}

.product-desc-section-wrapper .card .card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 14px;
    z-index: 100;

}

.product-desc-section-wrapper .card .name-profession {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    color: #333;
}

.product-desc-section-wrapper .name-profession .name {
    font-size: 20px;
    font-weight: 600;
}

.product-desc-section-wrapper .name-profession .profession {
    font-size: 15px;
    font-weight: 500;
}

.product-desc-section-wrapper .card .button {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 20px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 34px !important;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.product-desc-section-wrapper .card .button button {
    background: #3cbcff;
    outline: none;
    border: none;
    padding: 8px 8px;
    color: #fff;
    border-radius: 13px;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.product-desc-section-wrapper .card .button .hireme i {
    margin-right: 0.5rem;
}

.product-desc-section-wrapper .card .button .aboutme i {
    margin-right: 0.5rem;
}

.product-desc-section-wrapper .button button:hover {
    background: #6897b1;

}

.product-desc-section-wrapper .swiper-button-next:after,
.swiper-button-prev:after {

    position: relative;
    top: 32rem;
}

.product-desc-section-wrapper .card-banner .heading-content {
    padding: 0;
}

.product-desc-section-wrapper .card-banner .heading-content h2 {
    color: #222;
    text-transform: capitalize;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 24rem !important;

    left: 0;
    width: 100%;
}

@media only screen and (max-width:480px) {
    .product-desc-section-wrapper {
        padding: 0;
    }

    .product-desc-section-wrapper .shop-details-img {
        width: 100%;
        height: 100%;
        padding: 1rem;
    }

    .product-desc-section-wrapper .card-banner .heading-content {
        padding: 1rem;
    }

    .product-desc-section-wrapper .swiper-button-next:after,
    .swiper-button-prev:after {
        position: relative;
        top: 0rem;
        left: 0.5rem;
    }

    .swiper-wrapper {
        position: relative;
        left: 3rem !important;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: flex;
        transition-property: transform;
        transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
        box-sizing: content-box;
    }

}

@media only screen and (max-width:600px) {

    .product-desc-section-wrapper .swiper-button-next:after,
    .swiper-button-prev:after {
        display: none;
    }

    .swiper-pagination-bullets.swiper-pagination-horizontal {
        display: none;
    }
}

/* modal */

/* section {
    margin-top: 9px;
    margin-bottom: 8px;
} */

section.contact-us #contact {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 17px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

section.contact-us .section-heading {
    position: relative;
    display: block;
    margin: auto;
}

.section-heading h4 {
    line-height: 40px;
    font-size: 28px;
    font-weight: 900;
    color: #161F2D;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

input,
textarea {
    width: 100%;
    position: relative;
    display: block;
    background-color: #f4f7fb;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    outline-color: #9e9e9e;
}

input {
    height: 40px;
    padding: 0px 15px;
}

textarea {
    min-height: 140px;
    max-height: 180px;
    padding: 15px;
    resize: none;
}

.contact-us span {
    height: 20px;
    font-size: 12px;
    margin-bottom: 20px;
}

.valid_info_name,
.valid_info_email,
.valid_info_message {
    display: inline-block;
    font-size: 13px;
    margin: 5px 2px;
}

.valid {
    border: 2px solid green;
    outline-color: green;
}

.invalid {
    border: 2px solid red;
    outline-color: red;
}


#form-submit {
    position: relative;
    display: inline-block;
    float: right;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background: rgb(219, 138, 222);
    background: linear-gradient(-145deg, rgba(219, 138, 222, 1) 0%, rgba(246, 191, 159, 1) 100%);
    padding: 12px 20px;
    border-radius: 5px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all .3s;
    transition: all .3s;
}

#form-submit:disabled {
    border: 1px solid #9e9e9e;
    /* background: transparent; */
    color: #fff;
    transition: none;
    transform: none;
    cursor: default;
    background: #33d687;
}

#form-submit:hover:disabled {
    border: 1px solid #9e9e9e;
    color: #9e9e9e;
    background: transparent;
    transition: none;
    transform: none;
    cursor: default;
}

button:active {
    transform: scale(0.95);
}

button:focus {
    outline: none;
}

button.ghost {
    background-color: transparent;
    border-color: #FFFFFF;
}

.close-modal {
    display: flex;
    justify-content: flex-end;
    border: none;
}

.close-btn-design {
    border: none;
    background: none;
    font-size: 1.5rem;
}

.rent-form-area h1 {
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
    color: #000;
}

.rent-form-area .rent-form-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rent-form-area .input-one,
.rent-form-area .input-two,
.rent-form-area .input-three {
    margin-bottom: 2rem;
}

.rent-form-area form .form-control {
    padding: 1.5rem;
    font-family: 'Poppins';
}

.rent-form-area form .form-control:focus-visible {
    box-shadow: none;
    border: 1px solid #28a745;
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
    .product-desc-section-wrapper .card .button {
        display: flex;
        flex-direction: column;
    }

    .product-desc-section-wrapper a button {
        width: 100%;
        margin-bottom: .5rem;
    }

    .product-desc-section-wrapper .name-profession .name {
        font-size: .8rem;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .product-desc-section-wrapper .card .button {
        display: flex;
        flex-direction: column;
    }

    .product-desc-section-wrapper a button {
        width: 100%;
        margin-bottom: .5rem;
    }

    .product-desc-section-wrapper .name-profession .name {
        font-size: 1rem;
    }
}


.review-rating-section {
    margin-bottom: 2rem;
}

.review-rating-section .title h1 {
    color: #222;
    text-transform: capitalize;
    font-size: 2rem;
}
.review-rating-section .owl-carousel .owl-stage {
    padding: 2rem 0;
}
.review-rating-section .reviewRatingArea .box-area{
    padding: 1rem;
    height: 17rem;
    color: #000;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.review-rating-section .reviewRatingArea .box-area .row{
align-items: center;
}
.review-rating-section .reviewRatingArea .box-area .row img{
    border-radius: 50%;
}
.review-rating-section .reviewRatingArea .box-area i{
    color: orange;
}
.review-rating-section .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}
.review-rating-section .owl-prev, .review-rating-section .owl-next {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	background: #0c1d36;
	position: absolute;
}
.review-rating-section .owl-prev {
	left: -60px;
	top: -30px;
}
.review-rating-section .owl-next {
	right: -60px;
	top: -30px;
}
.review-rating-section p{
    text-align: justify;
}
@media only screen and (max-width: 767px){
    .review-rating-section .owl-prev {
        left: 0px;
        top: 137px;
    }
    .review-rating-section .owl-next {
        right: 0px;
        top: 137px;
    }
    .review-rating-section .reviewRatingArea .box-area{
        height: 16rem;
    }
}

@media only screen and (min-width: 767px) and (max-width: 992px){
    .review-rating-section .owl-prev {
        left: -40px;
        top: -30px;
    }
    .review-rating-section .owl-next {
        right: -40px;
        top: -30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
    .review-rating-section .owl-prev {
        left: -40px;
        top: -30px;
    }
    .review-rating-section .owl-next {
        right: -40px;
        top: -30px;
    }
    .review-rating-section h5{
        font-size: 1.1rem;
    }
    .review-rating-section p{
        font-size: .9rem;
    }
}

.product-desc-nav{
    margin-top: 0;
    margin-bottom: 0;
}