.product-page .product-title {
    font-weight: 600;
    font-size: 34px;
    line-height: 1.09;
    letter-spacing: 0.25px;
    color: #000000;
}
.product-page .contact-form-area{
    padding: 15px;
}
.contact-form select {
    height: 44px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.69;
    letter-spacing: 0.25px;
    color: #333333;
    width: 100%;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    margin-top: 24px;
}
.contact-form textarea{
    height: 44px;
    padding: 10px 0px 0px 10px;
}
.guaranteed-checkout {
    margin-top: 15px;
}
.product-page{
    padding-top: 50px;
}
.product-tab-section{
    margin-top:30px;   
}
.featured-collection-section{
    margin-top:30px;
}

/* CTA Icons begin */
.icons-wrapper .icon-item {
    text-align: center;
    padding-top: 20px;
    position: relative;
}
.icons-wrapper .icon-item img {
    width: 70px;
    height: 70px;
}
.icons-wrapper .icon-item p {
    font-weight: 600;
    font-size: 14px;
}
.icons-wrapper .icon-item::after {
    content: "";
    height: 37px;
    width: 1px;
    background: #e1e1e1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.border-t {
    border-top: 2px solid #f2f3f5;
}
.border-b {
    border-bottom: 2px solid #f2f3f5;
}
/* CTA Icons end */
.product-tab-content .desc-content h2{
    font-size:28px;
    line-height:35px;
    margin-bottom:15px;
}
.product-tab-content .desc-content p{
    font-size:16px;
    line-height:25px;
    margin-bottom:15px;
    text-align:justify;
}
.product-tab-content .desc-content ul{
    font-size:16px;
    line-height:25px;
    margin-bottom:15px;
    padding-left:25px;
}
.product-tab-content .desc-content ul{
    font-size:16px;
    line-height:25px;
}
.pro_secp .col-3 {
    border-right: 1px solid #1fb1e7;
    margin-right: 33px;
}
.pro_secp .table-title {
    padding-left: 20px;
}
