
body, button, code, html, input, select, textarea {
    font-family: 'Red Hat Text',sans-serif;
}
.container{
    max-width: 1440px;
    

}
.pen-replicate-section {
    /* padding: 40px; */
    padding: 40px 10px;
	
}
.pen-breadcrumb {
    margin-bottom: 15px;
}
.pen-breadcrumb .breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.pen-breadcrumb .breadcrumb li {
    margin-right: 10px;
}
.pen-breadcrumb .breadcrumb li:last-child {
    margin-right: 0;
}
.pen-breadcrumb .breadcrumb li a {
    text-decoration: none;
    color: #080A54;
    font-size: 12px;
}

.pen-breadcrumb .breadcrumb li:not(:first-child)::before {
    content: ">";
    color: #777;
    margin-right: 10px;
}
.product-image-full {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}
.product-image-small {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border: 1px solid #eee;
    cursor: pointer;
}
.product-details-header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-details-header-left {
    display: flex;
    align-items: center;
}
/* .reviews-link i.fas.fa-star {
    color: #fff;
    background: #080a54;
    padding: 4px;
    margin: 1px;
    font-size: 10px;
} */

/* .reviews-link i.fas.fa-star {
    color: #188bca !important;
    background: transparent!important;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
} */

/* 5 stars - dark green */
.reviews-link.stars-5 i.fas.fa-star.rat {
    background: #00b67a!important; 
}

/* 4 stars - light green */
.reviews-link.stars-4 i.fas.fa-star.rat {
    background: #73cf11!important; 
}

/* 3 stars - yellow */
.reviews-link.stars-3 i.fas.fa-star.rat {
    background: #ffce00!important; 
}

.reviews-link.stars-2 i.fas.fa-star.rat  {
    background: #ff8622!important;
}

/* 1-2 stars - red */
.reviews-link.stars-1 i.fas.fa-star.rat  {
    background: #ff3722!important;
}

/* Gray stars (unfilled) */
.reviews-link i.gray-star {
    color: lightgrey;
}



/* i.fas.fa-star.gray-star{
	 background: #e8c4c4;
} */
/* .reviews-link {
    color: #000;
    text-decoration: none;
    font-size: 14px;
} */

.reviews-link {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.icon-with-text {
    display: flex;
    margin: 10px 0px;
}
.icon-box {
    width: 35px;
}
.use-pen-color, .ink-colo-pen, .pen-quatity, .prices-penn {
    margin-bottom: 20px;
}
.color-options {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}
.color-box {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.quantity-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}
.quantity-table th, .quantity-table td {
    padding: 8px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.quantity-input-group {
    display: flex;
    align-items: center;
    justify-content: center;
}
.quantity-input-group input[type="radio"] {
    margin-right: 5px;
}
.quantity-input-group input[type="number"] {
    width: 60px;
    padding: 5px;
    text-align: center;
    margin-left: 5px;
}
.prices-penn-dropdown {
    float: right;
}
.prices-penn p {
    margin-bottom: 5px;
}
button.btn.Customize-product.mt-3 {
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 20px;
    width: 100%;
    border-radius: 100px;
}
.product-details-header-left h1 {
    font-size: 21px;
    line-height: 32px;
    margin: 0;
    display: inline;
    font-weight: 700;
    color: #000;
}
.icon-with-text h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
.icon-with-text  p {
    font-size: 12px;
}
.pen-replicate-section h5 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.quantity-table th {
    font-weight: 400;
    font-size: 14px;
}
.prices-penn p {
    font-size: 12px;
}
.prices-penn {
    margin-bottom: 20px;
}

.custom-dropdown {
    position: relative;
}

.dropdown-trigger {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 800;
    font-size: 21px;
}
.dropdown-trigger .left-side {
    flex-grow: 1;
}

.dropdown-trigger .dropdown-icon {
    margin-left: 10px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: none;
    background-color: white;
    z-index: 10;
    display: none;
    padding: 10px;
}

.custom-dropdown.open .dropdown-menu {
    display: block;
    width: 648px;
}

.dropdown-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-item.right-aligned {
    justify-content: flex-end;
    padding-left: 20px; /* Indent for visual hierarchy */
}

.dropdown-item.shipping-tax {
    font-size: 12px;
    color: #777;
    font-style: italic;
}

.dropdown-item .left {
    flex-grow: 1;
}

.dropdown-item .right {
    text-align: right;
}


.overview-item {
    background: #fff;
    padding: 15px;
}
.Specifications-ul li {
    text-decoration: none;
    list-style: none;
    font-size: 14px;
}
.faq-pen h4 {
    font-size: 14px;
    font-weight: 700;
}

.faq-pen  p {
    font-size: 14px;
}
.pen-slider-container {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.pen-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.pen-slide {
    width: 23%;
    flex-shrink: 0;
    margin-right: 2%;
}

.pen-slide img {
    width: 100%;
    height: auto;
}

.pen-slide-content {
    padding-top: 10px;
}

.pen-slide-colors {
    display: flex;
    margin-bottom: 15px;
}

.pen-slide-colors .color {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    cursor: pointer;
}

.pen-heading {
    font-size: 16px;
    font-weight: bold;
}

.pen-rating .star {
    color: #080a54;
    font-size: 18px;
}

.pen-description {
    font-size: 14px;
    color: #555;
    margin: 5px 0;
}

.pen-slider-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.pen-prev, .pen-next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #F0F6FF;
    box-shadow: none;
    border: none;
}
button.pen-prev {
    position: absolute;
    left: -57px;
}
button.pen-next {
    position: absolute;
    left: 86%;
}

.client-review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;;
}
  
  .left-side {
    flex: 1;
  }
  
  .star-rating {
    font-size: 24px;
    color: #000;
    font-weight: 800;
    font-size: 24px;
}
  
  .rating {
    font-size: 18px;
  }
  
  .review-count {
    margin-top: 10px;
    font-size: 16px;
    color: #555;
  }
  
  .right-side .client-logo img {
    width: 160px;
  }
  
  .client-review-area {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    max-height: 400px;
    overflow-y: scroll;
  }
  
  .client-images {
    display: flex;
    margin-bottom: 20px;
  }
  
  .client-image {
    width: 32%;
    height: 204px;
    background-size: cover;
    background-position: center;
    margin-right: 5px;
    border-radius: 5px;
}
  .client-image.more-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d1d1d1;
    color: white;
    cursor: pointer;
  }
  
  .review-details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  
  .review-col {
    width: 30%;
  }
  
  .rating-section {
    display: flex;
    align-items: center;
  }
  
  .progress-bar {
    background-color: #4caf50;
    height: 5px;
    margin-top: 5px;
  }
  
  .individual-reviews {
    margin-top: 20px;
  }
  
  .review {
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
  }

  .client-name {
    font-weight: bold;
  }
  
  .check-icon {
    background-color: #080a54;
    color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
}
  
  .verified {
    margin-top: 5px;
    font-size: 14px;
    color: #888;
  }
  .star-rating .fas {
    background: #080a54;
    color: #fff;
    margin: 0px 2px;
    padding: 5px;
}
span.stars .fas {
    background: #080a54;
    color: #fff;
    padding: 5px;
    margin: 0px 3px;
}
.progress-container {
    position: relative;
    width: 100%;
    height: 30px;
    margin-left: 20px;
    margin-top: 16px;
}
.progress-bar {
    background-color: #e5e5e5;
    border-radius: 2px;
    height: 12px;
    position: relative;
}
  .progress-text {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: bold;
    color: #333;
  }
  .rating-section label {
    color: #080a54;
}
.extra-bene-item {
    border: 2px solid #019497;
    padding: 20px;
    max-height: 100%;
    height: 150px;
    color: #080A54;
}
.extra-bene-item-1 {
    border: 2px solid #C29CCD;
    padding: 20px;
    max-height: 100%;
    height: 150px;
    color: #080A54;
}
.extra-bene-item-2 {
    border: 2px solid #EF4873;
    padding: 20px;
    max-height: 100%;
    height: 150px;
    color: #080A54;
}
.extra-bene-item h3 {
    font-size: 18px;
}
.extra-bene-item p {
    font-size: 16px;
}
.extra-bene-item-1 h3 {
    font-size: 18px;
}
.extra-bene-item-1 p {
    font-size: 16px;
}
.extra-bene-item-2 h3 {
    font-size: 18px;
}
.extra-bene-item-2 p {
    font-size: 16px;
}
.progress-bar__status {
    background-color: #5c5c70;
    border-radius: 2px;
    height: 12px;
    left: 0;
    position: absolute;
    top: 5px;
    transition: background-color .2s ease;
}
@media (max-width: 767px) {
    .pen-slide {
        width: 100%;
        flex-shrink: 0;
        margin-right: 2%;
    }
    button.pen-next {
        position: absolute;
        left: 74%;
    }
    .review-details {
        display: block !important;
        width: 100%;
    }
    .review-col {
        width: 100%;
    }
    .client-image {
        height: auto;
    }
    .extra-bene-item-1 {
        margin-top: 10px;
    }
    .extra-bene-item-2 {
        margin-top: 10px;
    }
    .custom-dropdown.open .dropdown-menu {
        display: block;
        width: 100%;
    }
    }
    /**pen-detail---*/

/* Styling for the product detail section */
.product-detail-pen {
    padding: 20px 0;
    overflow: hidden;
}
  .pen-image-with-zoom {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    max-height: 100%;
    height: 670px;
}
  .content-pen {
    position: relative;
    display: inline-block;
  }
  
  .image-container {
    position: relative;
    width: 100%;
    max-width: 500px; /* You can adjust this size */
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  
  #pen-image {
    width: 100%;
    transition: transform 0.3s ease-in-out;
  }
  
  .text-content {
    position: absolute;
    top: 57%;
    left: 59%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48mm;
    height: 7mm;
    overflow: hidden;
}
  
  .text-inner {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .text-left-pen img {
    max-width: 27px;
    height: auto;
    object-fit: cover;
    margin-right: 5px;
}
.text-pen p {
    margin: 0;
    font-size: 2.5mm;
    line-height: 2mm;
    font-weight: 700;
}
.upload-image-content {
    border: 1px solid #ddd;
    padding: 20px;
}
  
  .logo-img {
    width: 100px;
    height: auto;
  }

  
  .upload-button {
    margin-top: 20px;
  }
  .artwork-tips h5 {
    font-family: 'Red Hat Text', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #080A54;
    text-align: center;
    margin-top: 20px;
}
  .input-section input {
    width: 100%;
  }
  
  .add-line-btn {
    display: block;
    margin-top: 10px;
    color: #007bff;
  }
  
  .additional-inputs input {
    margin-top: 10px;
  }
  
  .barrel-color {
    margin-top: 20px;
  }
  
  .color-options {
    display: flex;
	flex-wrap: wrap;
  }
  
  .color-option {
    width: 40px;
    height: 40px;
    margin-right: 5px;
}
  .alignment {
    margin-top: 20px;
  }
  
  .alignment-options {
    display: flex;
    justify-content:flex-start;
  }
  .alignment .fas {
    background: #ddd;
    padding: 32px;
    font-size: 32px;
    margin-right: 20px;
}
  .alignment-option {
    display: flex;
    align-items: center;
  }
  
  .alignment-option .icon-left,
  .alignment-option .icon-center,
  .alignment-option .icon-right {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }

  button.btn.Upload-image {
    width: 100%;
    position: relative;
    min-height: 56px;
    margin-top: 11px;
    background: #F0F6FF;
    box-sizing: border-box;
    border-radius: 40px;
    outline: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #080a54;
    margin-left: 10px;
}


  .input-fields {
    margin-top: 10px;
  }
  
  .input-fields .input-field {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
  }
  
  .input-fields .input-field input {
    flex: 1;
    padding: 8px;
    padding-right: 30px; 
  }
  
  .input-fields .input-field .close-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #000;
    font-size: 18px;
  }

  button.btn.btn-link.add-line-btn {
    text-decoration: none;
    color: #212529;
    border: 1px solid #ddd;
    width: 100%;
    text-align: left;
}
textarea.comments-textarea {
    width: 100%;
    height: 120px;
    padding: 10px;
}
.logo {
    font-size: 21px;
    font-weight: 500;
}
.input-section h2 {
    font-size: 21px;
    font-weight: 500;
}
.heading-with-dropdown {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  button.dropdown-toggle.show {
    background: none;
    border: none;
}
p.product-description.text-center\; {
    width: 60%;
    margin: 0 auto;
}
button.add-to-cart-btn.btn.btn-primary {
    background: #181B88;
    border: 1px solid #181B88;
    transform: scaleX(1.01) scaleY(1.04);
    transition: all .3s ease;
    color: #FFF;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
    border-radius: 40px;
    text-align: center;
}
.Bright-Alpha-Soft {
    border: 1px solid #ddd;
}
button.dropdown-toggle {
    background: none;
    border: none;
}
.dropdown-menu.show {
    width: 620px;
    position: absolute;
    inset: auto 0px 0px auto;
    margin: 0px;
    transform: translate(0px, -28px);
}


  @media (max-width: 767px) {
    .col-sm-6 {
      width: 100%;
      padding: 10px;
    }
  
    .product-detail-pen {
      padding: 20px 0;
    }
  }

  /****4/02/2025****/
  
.options-outer.active {
    border: 3px solid #080A54;
    padding: 5px;
}
.barrel-color {
    margin-top: 0px !important;
}
.options-outer.active .color-box {
    width: 30px;
    height: 30px;
}
.pricediv {
    display: flex;
    justify-content: space-between;
}
.dropdown-menu.show {
    transform: translate(-29px, -11px) !important;
}
button.btn.btn-light.w-100.text-end.dropdown-toggle {
    background: none;
}
.dropdown-toggle::after {
    display: none;
}
.product-details-header-right  p {
    line-height: 16px;
    font-size: 12px;
    color: #535353;
}
.main-content.col-lg-12 {
    padding: 0;
}
section.pen-over-view { 
    padding: 10px !important;
}
.pricediv li.dropdown-item span {
    font-size: 12px;
}
.overview-item p {
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 24px;
    font-family: 'Red Hat Text',sans-serif;
}
.faq-pen p {
    font-size: 14px;
}
.prices-penn p.mt-3 {
    font-size: 16px;
}
li.dropdown-item {
    background: none;
    border: none;
}
button.attribute-option.print-type {
    background: #fff;
    color: #000;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 10px;
}
button.attribute-option.active {
    background: #000;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #fff;
}

@media (max-width: 767px) {
	.color-options {
		width: 323px !important;
	}
	.options-outer.active .color-box {
		width: 25px;
		height: 25px;
	}
}


tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_print-type {
    display: none;
}

tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_barrel-color {
	display: none;
}

tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_lead-color {
	display: none;
}
#overviewContent2 a
{
    color: gray;
}

.comment-text .reviews-link {
    float: right !important;
}

  