.product-wrap {
    background: url(https://cdn11.bigcommerce.com/s-7i2j7axb2o/images/stencil/original/image-manager/bg-home.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 155px;
    padding-bottom: 100px;
}
.product-wrap .product-primary-wrapper {
    background: no-repeat;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 !important;
}
.product-primary {
    max-width: 100%;
    padding-top: 0;
}
.product-images {
    border: 1px solid #002c33;
    padding: 30px;
    border-radius: 50px;
    width: 57%;
}
.product-main-image {
    padding: 10px;
    border-radius: 30px;
    background: #fff;
}
.product-main-image img {
    border-radius: 30px;
}
.product-details {
    border: 1px solid #002c33;
    padding: 35px 55px;
    border-radius: 50px;
    width: 40%;
}
.product-details .product-vendor {
    font-size: 27px;
    font-family: 'perfectlyNineties' !important;
    color: #002c33;
    text-decoration: underline;
}
.product-details .page-title {
    font-size: 70px;
    color: #002c33;
    font-family: 'perfectlyNineties' !important;
}
.product-details span.product-info-value.tagline {
    font-size: 20px;
    font-weight: bold;
    color: #002c33;
    font-family: Montserrat, sans-serif !important;
}
.product-details .product-info-item .shortDescription {
    font-size: 20px;
    color: #002c33;
    margin-top: 50px;
    margin-bottom: 35px;
}
.product-details .price {
    display: inline-block;
    padding: 10px 30px;
    background: url(https://store-7i2j7axb2o.mybigcommerce.com/product_images/petMatNew-icon41.webp);
    background-position: center;
    width: 200px;
    height: 90px;
    text-align: center;
}
.product-details .price-withouttax {
    font-size: 20px;
    font-weight: bold;
    color: #002c33;
}
.product-details .product-options .form-field-title {
    font-size: 18px;
    font-weight: bold;
    color: #002c33;
}
.product-details span.form-label-text {
    font-size: 18px;
    color: #002c33;
    padding-left: 25px;
    position: relative;
}
.product-details span.form-label-text:before {
    width: 20px !important;
    height: 20px !important;
    background-size: 100% !important;
}
.product-details .form-field-title {
    font-size: 18px;
    font-weight: bold;
    color: #002c33;
}
.product-details .form-select-wrapper {
    height: 70px;
    border-radius: 50px;
    border: 1px solid #002c33;
    padding: 0;
    max-width: 500px;
    background: #fffcf6;
    position: relative;
}
.product-details span.form-selected-text {
    font-size: 18px;
    color: #002c33;
    font-weight: 600;
    display: block;
    height: 70px;
    line-height: 70px;
    padding: 0 25px;
    box-sizing: border-box;
}
.product-details .rca-subscription-form__button {
     width: 235px;
     border-radius: 50px;
     border: 1px solid #002c33;
     background: none;
     font-size: 18px;
     font-weight: 600;
     height: 50px;
     padding: 0;
     line-height: 50px;
     color: #002c33;
     margin-right: 15px;
}
.product-details .rca-subscription-form__button--selected {
    background: #efcbb5;
}

.product-details label.rca-subscription-form__frequency {
    margin-top: 35px;
    font-size: 18px;
    font-weight: bold;
    color: #002c33;
}
.product-details .rca-subscription-form__frequency-selector {
    margin-top: 15px;
    height: 70px;
    border-radius: 50px;
    border: 1px solid #002c33;
    padding: 0;
    max-width: 500px;
    background: #fffcf6;
    width: 500px;
    padding-left: 25px;
    font-weight: normal;
    position: relative;
}
.product-details .rc_popup__hover {
    font-size: 18px;
    color: #002c33;
}
.product-details .rca-subscription-widget {
    padding-bottom: 0;
}
.product-details .form-field-quantity-control .form-input {
    height: 70px;
    width: 180px;
    border-radius: 50px 0 0 50px;
    border: 1px solid #002c33;
    font-size: 18px;
    font-weight: 600;
    color: #002c33;
    background: #fffcf6;
}
.product-details .quantity-control {
    right: -94px;
    width: 65px;
    height: 35px;
    border: 1px solid #002c33;
    line-height: 35px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    background: #fffcf6;
}
.product-details .quantity-control.quantity-increment {
    border-radius: 0 50px 0 0;
}
.product-details .quantity-control.quantity-decrement {
    border-radius: 0 0 50px 0;
    line-height: 29px;
}
.product-details .form-field.product-quantity-wrapper {
    margin-bottom: 50px;
}
.product-details .form-submit-wrapper .button {
    width: 500px;
    height: 70px;
    border-radius: 50px;
    background: #002c33;
    font-size: 18px;
    border: none;
    margin-bottom: 50px;
}
.product-details .product-guide a {
    width: 500px;
    height: 70px;
    display: block;
    background: transparent;
    text-align: center;
    line-height: 70px;
    font-size: 18px;
    color: #002c33;
    border: 1px solid #002c33;
    border-radius: 50px;
    position: relative;
    margin-bottom: 30px;
}
.product-details h2.share-heading {
    font-size: 18px;
    font-weight: bold;
    color: #002c33;
}
.product-details .form-select-wrapper:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #002c33;
    right: 30px;
}
.product-details .form-select-wrapper:before {
    position: absolute;
    content: '';
    height: 70px;
    width: 1px;
    background: #002c33;
    right: 75px;
}
.form-field-radio .form-radio+.form-label-text:before {
    background: url(https://store-7i2j7axb2o.mybigcommerce.com/product_images/petMatNew-icon39.webp);
    position: absolute;
    left: 0;
    top: 5px;
}
.form-field-radio .form-radio:checked+.form-label-text:before {
    background: url(https://store-7i2j7axb2o.mybigcommerce.com/product_images/petMatNew-icon48.webp);
    position: absolute;
    left: 0;
    top: 5px;
}
.rating-star {
    width: 18px;
    height: 18px;
    color:#000;
}
.rating-star.star-full {
    background: url(https://store-7i2j7axb2o.mybigcommerce.com/product_images/petMatNew-icon40.webp);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.rating-total-votes {
    font-size: 18px;
    height: unset;
    color: #002c33;
    position: relative;
}
.rating-total-votes:after {
    position: absolute;
    content: 'Review';
}
label.price-ns-label {
    font-weight: bold;
}
span.price-ns {
    font-weight: normal;
}
.price-ns-wrapper {
    font-family: Montserrat, sans-serif !important;
}
.price-value-wrapper {
    font-family: Montserrat, sans-serif !important;
}
span.price-value {
    font-weight: normal;
    margin: 0;
}
.product-details .product-guide a:after {
    position: absolute;
    content: '';
    width: 28px;
    height: 28px;
    background: url(https://store-7i2j7axb2o.mybigcommerce.com/product_images/petMatNew-icon43.webp);
    right: 25px;
    top: 50%;
    transform: translate(0px, -50%);
}

div#write_review {
    max-width: 1800px;
    margin: 0 auto;
}
.product-reviews {
    border: 1px solid #003b44;
    border-radius: 50px;
    padding: 50px;
}
article.review {
    border-radius: 40px;
    padding: 65px 50px 40px 85px;
    border: 1px solid #efcbb5;
    box-shadow: 0 0 18px rgb(0 0 0 / 9%);
    margin-bottom: 80px;
    position: relative;
}
header.review-header {
    position: absolute;
    top: -30px;
    background: #fffcf6;
    margin: 0;
    border: 1px solid #efcbb5;
    border-radius: 50px;
    padding: 10px 35px;
    left: 45px;
}
span.review-meta {
    display: none;
}
h1.review-title {
    font-size: 32px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'perfectlyNineties' !important;
}
section.review-comment {
    font-size: 20px;
}
.product-reviews h3.section-title {
    font-size: 20px;
    border: 1px solid #efccb6;
    display: block;
    width: 350px;
    text-align: center;
    padding: 18px 0;
    border-radius: 50px;
    margin: 0 auto;
    margin-bottom: 55px;
    font-family: Montserrat, sans-serif !important;
    font-weight: bold;
    box-shadow: 0 0 18px rgb(0 0 0 / 9%);
    color: #002c33;
}
.product-reviews button.button {
    width: 500px;
    height: 66px;
    background: #bf5727;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    transition: .5s;
    position: relative;
    line-height: normal;
}
.product-reviews button.button:after {
    position: absolute;
    content: '';
    width: 45px;
    height: 32px;
    background: url(https://store-7i2j7axb2o.mybigcommerce.com/product_images/petmet-arrowL.webp);
    right: 30px;
    top: 50%;
    transform: translate(0px, -50%);
    transition: .5s;
}
.product-reviews button.button:hover:after {
    right: 50px;
    transition: .5s;
}
.product-reviews h2 {
    font-size: 70px;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'perfectlyNineties' !important;
}
.product-reviews h3 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
    font-family: Montserrat, sans-serif !important;
    font-weight: bold;
    color: #5e502b;
}
.reviews-form {
    max-width: 100%;
}
.reviews-form-wrapper {
    border: none;
    margin-top: 90px;
    padding: 75px 90px;
    background: url(https://cdn11.bigcommerce.com/s-7i2j7axb2o/images/stencil/original/image-manager/bg-home.jpg);
    border-radius: 50px;
}
.reviews-form-wrapper h2.section-title {
    font-size: 70px;
    text-transform: uppercase;
}
span.form-field-title {
    display: none;
}
span.form-field-control input {
    height: 70px;
    border-radius: 50px;
    background: #fffcf6;
    padding-left: 25px;
    font-size: 20px;
    color: #000;
}
span.form-field-control select {
    height: 70px;
}
select#rating-rate {
    height: 70px !important;
}
.form-select-wrapper {
    height: 70px;
    border-radius: 50px;
    padding: 0;
    background: #fffcf6;
}
.form-select-wrapper span.form-selected-text {
    line-height: 70px;
    height: 70px;
    display: block;
    padding-left: 25px;
    font-size: 20px;
    color: #002c33;
}
textarea#textarea-rating-comment {
    height: 70px;
    border-radius: 50px;
    background: #fffcf6;
    line-height: 70px;
    padding: 0;
    padding-left: 25px;
    resize: none;
    overflow: hidden;
    font-size: 20px;
}
input.form-submit.button {
    width: 500px;
    height: 66px;
    background: #bf5727;
    line-height: 66px;
    text-align: center;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    transition: .5s;
    position: relative;
    padding: 0;
    margin: 0 auto;
    display: block;
}
span.form-field-control input::placeholder {
    color: #002c33; /* change to your desired color */
    opacity: 1;  /* important for Firefox */
}
span.form-field-control textarea::placeholder {
    color: #002c33; /* change to your desired color */
    opacity: 1;  /* important for Firefox */
}
.products-related-wrap {
    padding: 100px 0;
}
.products-related-wrap section.products-related {
    width: 100%;
    max-width: 1800px;
    box-shadow: 0 0 18px rgb(0 0 0 / 9%);
    border-radius: 50px;
    padding: 70px;
}
.products-related-wrap section.products-related .product-grid {
    width: 100%;
    max-width: 100%;
}
.products-related-wrap section.products-related article.product-item {
    box-shadow: 0 0 18px rgb(0 0 0 / 9%);
    border-radius: 50px;
}








@media only screen and (max-width:767px)
{
.product-wrap {
    padding-top: 50px;
        padding-bottom: 50px;
}
.product-wrap .product-primary-wrapper {
    background: no-repeat;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 25px !important;
}
.product-images {
    width: 100%;
}
.product-main-image {
    padding: 10px;
    border-radius: 30px;
    background: #fff;
}
.product-main-image img {
    border-radius: 30px;
}
.product-details {
    padding: 35px 25px;
    width: 100%;
}
.product-details .product-vendor {
    font-size: 18px;
}
.product-details .page-title {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0 !important;
}
.product-details span.product-info-value.tagline {
    font-size: 16px;
    font-weight: bold;
}
.product-details .product-info-item .shortDescription {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 25px;
}
.product-details .price {
    width: 180px;
    height: 75px;
    background-size: 100%;
}
.product-details .price-withouttax {
    font-size: 18px;
}
.product-details span.form-label-text {
    font-size: 16px;
}
.product-details span.form-label-text:before {
    width: 20px !important;
    height: 20px !important;
    background-size: 100% !important;
}
.product-details .form-field-title {
    font-size: 16px;
}
.product-details .form-select-wrapper {
    height: 55px;
}
.product-details span.form-selected-text {
    font-size: 16px;
    height: 55px;
    line-height: 55px;
}
.product-details .rca-subscription-form__button {
     width: 50%;
     font-size: 11px;
     font-weight: 600;
     margin-right: 3px;
}
.product-details label.rca-subscription-form__frequency {
    margin-top: 20px;
    font-size: 16px;
}
.product-details .rca-subscription-form__frequency-selector {
    height: 55px;
    width: 267px;
}
.product-details .rc_popup__hover {
    font-size: 17px;
}
.product-details .form-field-quantity-control .form-input {
    height: 55px;
    font-size: 14px;
}
.product-details .quantity-control {
    height: 28px;
    line-height: 28px;
    font-size: 22px;
}
.product-details .quantity-control.quantity-decrement {
    line-height: 22px;
}
.product-details .form-submit-wrapper .button {
    width: 100%;
    height: 55px;
    font-size: 14px;
    margin-bottom: 20px;
}
.product-details .product-guide a {
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
}
.product-details h2.share-heading {
    font-size: 16px;
}
.product-details .form-select-wrapper:before {
    height: 54px;
    right: 70px;
}
.form-field-radio .form-radio+.form-label-text:before {
    top: 3px;
}
.form-field-radio .form-radio:checked+.form-label-text:before {
    top: 3px;
}
.rating-star {
    width: 18px;
    height: 18px;
    color:#000;
}
.product-details .product-guide a:after {
    right: 15px;
    top: 50%;
}
.product-info {
    margin-top: 5px;
}
.rca-subscription-form__buttons {
    margin-left: -20px;
}
label.price-ns-label {
    margin-bottom: 0;
}

label.price-value-label {
    margin-bottom: 0;
}
}


@media only screen and (min-width:768px) and (max-width:991px)
{
	.product-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
}
.product-wrap .product-primary-wrapper {
    padding: 0 50px !important;
}
.product-images {
    width: 100%;
}
.product-main-image {
    padding: 10px;
    border-radius: 30px;
    background: #fff;
}
.product-main-image img {
    border-radius: 30px;
}
.product-details {
    width: 100%;
}
.product-details .product-info-item .shortDescription {
    margin-top: 25px;
    margin-bottom: 30px;
}
.product-details span.form-label-text:before {
    width: 20px !important;
    height: 20px !important;
    background-size: 100% !important;
}
}

@media only screen and (min-width:992px) and (max-width:1024px)
{
		.product-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
}
.product-wrap .product-primary-wrapper {
    padding: 0 60px!important;
}
.product-main-image img {
    border-radius: 30px;
}
    .product-images {
    width: 100%;
}
.product-details {
    width: 100%;
}
}


/*Product 1025 - 1700*/

@media only screen and (min-width:1025px) and (max-width:1400px)
{
	.product-wrap {
    background: url(https://cdn11.bigcommerce.com/s-7i2j7axb2o/images/stencil/original/image-manager/bg-home.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 155px;
    padding-bottom: 100px;
}
.product-wrap .product-primary-wrapper {
    background: no-repeat;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 25px !important;
}
.product-primary {
    max-width: 100%;
    padding-top: 0;
}
.product-images {
    border: 1px solid #002c33;
    padding: 30px;
    border-radius: 50px;
    width: 57%;
}
.product-main-image {
    padding: 10px;
    border-radius: 30px;
    background: #fff;
}
.product-main-image img {
    border-radius: 30px;
}
.product-details {
    border: 1px solid #002c33;
    padding: 35px 25px;
    border-radius: 50px;
    width: 40%;
}
.product-details .product-vendor {
    font-size: 18px;
    font-family: 'perfectlyNineties' !important;
    color: #002c33;
    text-decoration: underline;
}
.product-details .page-title {
    font-size: 30px;
    color: #002c33;
    font-family: 'perfectlyNineties' !important;
    margin-top: 0;
    margin-bottom: 0 !important;
}
.product-details span.product-info-value.tagline {
    font-size: 16px;
    font-weight: bold;
    color: #002c33;
    font-family: Montserrat, sans-serif !important;
}
.product-details .product-info-item .shortDescription {
    font-size: 14px;
    color: #002c33;
    margin-top: 5px;
    margin-bottom: 25px;
}
.product-details .price {
    display: inline-block;
    padding: 10px 30px;
    background: url(https://store-7i2j7axb2o.mybigcommerce.com/product_images/petMatNew-icon41.webp);
    background-position: center;
    width: 180px;
    height: 75px;
    text-align: center;
    background-size: 100%;
}
.product-details .price-withouttax {
    font-size: 18px;
    font-weight: bold;
    color: #002c33;
}
.product-details .product-options .form-field-title {
    font-size: 16px;
    font-weight: bold;
    color: #002c33;
}
.product-details span.form-label-text {
    font-size: 16px;
    color: #002c33;
    padding-left: 25px;
    position: relative;
}
.product-details span.form-label-text:before {
    width: 20px !important;
    height: 20px !important;
    background-size: 100% !important;
}
.product-details .form-field-title {
    font-size: 16px;
    font-weight: bold;
    color: #002c33;
}
.product-details .form-select-wrapper {
    height: 55px;
    border-radius: 50px;
    border: 1px solid #002c33;
    padding: 0;
    max-width: 500px;
    background: #fffcf6;
    position: relative;
}
.product-details span.form-selected-text {
    font-size: 16px;
    color: #002c33;
    font-weight: 600;
    display: block;
    height: 55px;
    line-height: 55px;
    padding: 0 25px;
    box-sizing: border-box;
}
.product-details .rca-subscription-form__button {
     width: 170px;
     border-radius: 50px;
     border: 1px solid #002c33;
     background: none;
     font-size: 13px;
     font-weight: 600;
     height: 50px;
     padding: 0;
     line-height: 46px;
     color: #002c33;
     margin-right: 3px;
}
.product-details .rca-subscription-form__button--selected {
    background: #efcbb5;
}

.product-details label.rca-subscription-form__frequency {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #002c33;
}
.product-details .rca-subscription-form__frequency-selector {
    margin-top: 15px;
    height: 55px;
    border-radius: 50px;
    border: 1px solid #002c33;
    padding: 0;
    max-width: 500px;
    background: #fffcf6;
    width: 267px;
    padding-left: 25px;
    font-weight: normal;
    position: relative;
}
.product-details .rc_popup__hover {
    font-size: 17px;
    color: #002c33;
}
.product-details .rca-subscription-widget {
    padding-bottom: 0;
}
.product-details .form-field-quantity-control .form-input {
    height: 55px;
    width: 180px;
    border-radius: 50px 0 0 50px;
    border: 1px solid #002c33;
    font-size: 14px;
    font-weight: 600;
    color: #002c33;
    background: #fffcf6;
}
.product-details .quantity-control {
    right: -94px;
    width: 65px;
    height: 28px;
    border: 1px solid #002c33;
    line-height: 28px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    background: #fffcf6;
}
.product-details .quantity-control.quantity-increment {
    border-radius: 0 50px 0 0;
}
.product-details .quantity-control.quantity-decrement {
    border-radius: 0 0 50px 0;
    line-height: 22px;
}
.product-details .form-field.product-quantity-wrapper {
    margin-bottom: 50px;
}
.product-details .form-submit-wrapper .button {
    width: 100%;
    height: 55px;
    border-radius: 50px;
    background: #002c33;
    font-size: 14px;
    border: none;
    margin-bottom: 20px;
}
.product-details .product-guide a {
    width: 100%;
    height: 55px;
    display: block;
    background: transparent;
    text-align: center;
    line-height: 55px;
    font-size: 14px;
    color: #002c33;
    border: 1px solid #002c33;
    border-radius: 50px;
    position: relative;
    margin-bottom: 30px;
}
.product-details h2.share-heading {
    font-size: 16px;
    font-weight: bold;
    color: #002c33;
}
.product-details .form-select-wrapper:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #002c33;
    right: 30px;
}
.product-details .form-select-wrapper:before {
    position: absolute;
    content: '';
    height: 54px;
    width: 1px;
    background: #002c33;
    right: 70px;
}
.form-field-radio .form-radio+.form-label-text:before {
    background: url(https://store-7i2j7axb2o.mybigcommerce.com/product_images/petMatNew-icon39.webp);
    position: absolute;
    left: 0;
    top: 3px;
}
.form-field-radio .form-radio:checked+.form-label-text:before {
    background: url(https://store-7i2j7axb2o.mybigcommerce.com/product_images/petMatNew-icon48.webp);
    position: absolute;
    left: 0;
    top: 3px;
}
.rating-star {
    width: 18px;
    height: 18px;
    color:#000;
}
.rating-star.star-full {
    background: url(https://store-7i2j7axb2o.mybigcommerce.com/product_images/petMatNew-icon40.webp);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.rating-total-votes {
    font-size: 18px;
    height: unset;
    color: #002c33;
    position: relative;
}
.rating-total-votes:after {
    position: absolute;
    content: 'Review';
}
label.price-ns-label {
    font-weight: bold;
}
span.price-ns {
    font-weight: normal;
}
.price-ns-wrapper {
    font-family: Montserrat, sans-serif !important;
}
.price-value-wrapper {
    font-family: Montserrat, sans-serif !important;
}
span.price-value {
    font-weight: normal;
    margin: 0;
}
.product-details .product-guide a:after {
    position: absolute;
    content: '';
    width: 28px;
    height: 28px;
    background: url(https://store-7i2j7axb2o.mybigcommerce.com/product_images/petMatNew-icon43.webp);
    right: 15px;
    top: 50%;
    transform: translate(0px, -50%);
}


.product-info {
    margin-top: 5px;
}


label.price-ns-label {
    margin-bottom: 0;
}

label.price-value-label {
    margin-bottom: 0;
}
}
@media only screen and (min-width:1401px) and (max-width:1500px)
{
	.product-wrap {
    background: url(https://cdn11.bigcommerce.com/s-7i2j7axb2o/images/stencil/original/image-manager/bg-home.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 155px;
    padding-bottom: 100px;
}
.product-wrap .product-primary-wrapper {
    background: no-repeat;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 50px !important;
}
.product-primary {
    max-width: 100%;
    padding-top: 0;
}
.product-images {
    border: 1px solid #002c33;
    padding: 30px;
    border-radius: 50px;
    width: 57%;
}
.product-main-image {
    padding: 10px;
    border-radius: 30px;
    background: #fff;
}
.product-main-image img {
    border-radius: 30px;
}
.product-details {
    border: 1px solid #002c33;
    padding: 35px 35px;
    border-radius: 50px;
    width: 40%;
}
.product-details .product-vendor {
    font-size: 25px;
    font-family: 'perfectlyNineties' !important;
    color: #002c33;
    text-decoration: underline;
}
.product-details .page-title {
    font-size: 55px;
    color: #002c33;
    font-family: 'perfectlyNineties' !important;
}
.product-details span.product-info-value.tagline {
    font-size: 18px;
    font-weight: bold;
    color: #002c33;
    font-family: Montserrat, sans-serif !important;
}
.product-details .product-info-item .shortDescription {
    font-size: 18px;
    color: #002c33;
    margin-top: 10px;
    margin-bottom: 20px;
}
.product-details .price {
    display: inline-block;
    padding: 10px 30px;
    background: url(https://store-7i2j7axb2o.mybigcommerce.com/product_images/petMatNew-icon41.webp);
    background-position: center;
    width: 200px;
    height: 90px;
    text-align: center;
}
.product-details .price-withouttax {
    font-size: 20px;
    font-weight: bold;
    color: #002c33;
}
.product-details .product-options .form-field-title {
    font-size: 18px;
    font-weight: bold;
    color: #002c33;
}
.product-details span.form-label-text {
    font-size: 18px;
    color: #002c33;
    padding-left: 25px;
    position: relative;
}
.product-details span.form-label-text:before {
    width: 20px !important;
    height: 20px !important;
    background-size: 100% !important;
}
.product-details .form-field-title {
    font-size: 18px;
    font-weight: bold;
    color: #002c33;
}
.product-details .form-select-wrapper {
    height: 70px;
    border-radius: 50px;
    border: 1px solid #002c33;
    padding: 0;
    max-width: 500px;
    background: #fffcf6;
    position: relative;
}
.product-details span.form-selected-text {
    font-size: 18px;
    color: #002c33;
    font-weight: 600;
    display: block;
    height: 70px;
    line-height: 70px;
    padding: 0 25px;
    box-sizing: border-box;
}
.product-details .rca-subscription-form__button {
     width: 220px;
     border-radius: 50px;
     border: 1px solid #002c33;
     background: none;
     font-size: 16px;
     font-weight: 600;
     height: 50px;
     padding: 0;
     line-height: 50px;
     color: #002c33;
     margin-right: 15px;
}
.product-details .rca-subscription-form__button--selected {
    background: #efcbb5;
}

.product-details label.rca-subscription-form__frequency {
    margin-top: 35px;
    font-size: 18px;
    font-weight: bold;
    color: #002c33;
}
.product-details .rca-subscription-form__frequency-selector {
    margin-top: 15px;
    height: 70px;
    border-radius: 50px;
    border: 1px solid #002c33;
    padding: 0;
    max-width: 500px;
    background: #fffcf6;
    width: 455px;
    padding-left: 25px;
    font-weight: normal;
    position: relative;
}
.product-details .rc_popup__hover {
    font-size: 18px;
    color: #002c33;
}
.product-details .rca-subscription-widget {
    padding-bottom: 0;
}
.product-details .form-field-quantity-control .form-input {
    height: 70px;
    width: 180px;
    border-radius: 50px 0 0 50px;
    border: 1px solid #002c33;
    font-size: 18px;
    font-weight: 600;
    color: #002c33;
    background: #fffcf6;
}
.product-details .quantity-control {
    right: -94px;
    width: 65px;
    height: 35px;
    border: 1px solid #002c33;
    line-height: 35px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    background: #fffcf6;
}
.product-details .quantity-control.quantity-increment {
    border-radius: 0 50px 0 0;
}
.product-details .quantity-control.quantity-decrement {
    border-radius: 0 0 50px 0;
    line-height: 29px;
}
.product-details .form-field.product-quantity-wrapper {
    margin-bottom: 50px;
}
.product-details .form-submit-wrapper .button {
    width: 455px;
    height: 70px;
    border-radius: 50px;
    background: #002c33;
    font-size: 18px;
    border: none;
    margin-bottom: 50px;
}
.product-details .product-guide a {
    width: 455px;
    height: 70px;
    display: block;
    background: transparent;
    text-align: center;
    line-height: 70px;
    font-size: 18px;
    color: #002c33;
    border: 1px solid #002c33;
    border-radius: 50px;
    position: relative;
    margin-bottom: 30px;
}
.product-details h2.share-heading {
    font-size: 18px;
    font-weight: bold;
    color: #002c33;
}
.product-details .form-select-wrapper:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #002c33;
    right: 30px;
}
.product-details .form-select-wrapper:before {
    position: absolute;
    content: '';
    height: 70px;
    width: 1px;
    background: #002c33;
    right: 75px;
}
.form-field-radio .form-radio+.form-label-text:before {
    background: url(https://store-7i2j7axb2o.mybigcommerce.com/product_images/petMatNew-icon39.webp);
    position: absolute;
    left: 0;
    top: 5px;
}
.form-field-radio .form-radio:checked+.form-label-text:before {
    background: url(https://store-7i2j7axb2o.mybigcommerce.com/product_images/petMatNew-icon48.webp);
    position: absolute;
    left: 0;
    top: 5px;
}
.rating-star {
    width: 18px;
    height: 18px;
    color:#000;
}
.rating-star.star-full {
    background: url(https://store-7i2j7axb2o.mybigcommerce.com/product_images/petMatNew-icon40.webp);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.rating-total-votes {
    font-size: 18px;
    height: unset;
    color: #002c33;
    position: relative;
}
.rating-total-votes:after {
    position: absolute;
    content: 'Review';
}
label.price-ns-label {
    font-weight: bold;
}
span.price-ns {
    font-weight: normal;
}
.price-ns-wrapper {
    font-family: Montserrat, sans-serif !important;
}
.price-value-wrapper {
    font-family: Montserrat, sans-serif !important;
}
span.price-value {
    font-weight: normal;
    margin: 0;
}
.product-details .product-guide a:after {
    position: absolute;
    content: '';
    width: 28px;
    height: 28px;
    background: url(https://store-7i2j7axb2o.mybigcommerce.com/product_images/petMatNew-icon43.webp);
    right: 25px;
    top: 50%;
    transform: translate(0px, -50%);
}
}
@media only screen and (min-width:1501px) and (max-width:1700px)
{
	.product-wrap {
    background: url(https://cdn11.bigcommerce.com/s-7i2j7axb2o/images/stencil/original/image-manager/bg-home.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 155px;
    padding-bottom: 100px;
}
.product-wrap .product-primary-wrapper {
    background: no-repeat;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 50px !important;
}
.product-primary {
    max-width: 100%;
    padding-top: 0;
}
.product-images {
    border: 1px solid #002c33;
    padding: 30px;
    border-radius: 50px;
    width: 57%;
}
.product-main-image {
    padding: 10px;
    border-radius: 30px;
    background: #fff;
}
.product-main-image img {
    border-radius: 30px;
}
.product-details {
    border: 1px solid #002c33;
    padding: 35px 35px;
    border-radius: 50px;
    width: 40%;
}
.product-details .product-vendor {
    font-size: 25px;
    font-family: 'perfectlyNineties' !important;
    color: #002c33;
    text-decoration: underline;
}
.product-details .page-title {
    font-size: 55px;
    color: #002c33;
    font-family: 'perfectlyNineties' !important;
}
.product-details span.product-info-value.tagline {
    font-size: 18px;
    font-weight: bold;
    color: #002c33;
    font-family: Montserrat, sans-serif !important;
}
.product-details .product-info-item .shortDescription {
    font-size: 18px;
    color: #002c33;
    margin-top: 10px;
    margin-bottom: 20px;
}
.product-details .price {
    display: inline-block;
    padding: 10px 30px;
    background: url(https://store-7i2j7axb2o.mybigcommerce.com/product_images/petMatNew-icon41.webp);
    background-position: center;
    width: 200px;
    height: 90px;
    text-align: center;
}
.product-details .price-withouttax {
    font-size: 20px;
    font-weight: bold;
    color: #002c33;
}
.product-details .product-options .form-field-title {
    font-size: 18px;
    font-weight: bold;
    color: #002c33;
}
.product-details span.form-label-text {
    font-size: 18px;
    color: #002c33;
    padding-left: 25px;
    position: relative;
}
.product-details span.form-label-text:before {
    width: 20px !important;
    height: 20px !important;
    background-size: 100% !important;
}
.product-details .form-field-title {
    font-size: 18px;
    font-weight: bold;
    color: #002c33;
}
.product-details .form-select-wrapper {
    height: 70px;
    border-radius: 50px;
    border: 1px solid #002c33;
    padding: 0;
    max-width: 500px;
    background: #fffcf6;
    position: relative;
}
.product-details span.form-selected-text {
    font-size: 18px;
    color: #002c33;
    font-weight: 600;
    display: block;
    height: 70px;
    line-height: 70px;
    padding: 0 25px;
    box-sizing: border-box;
}
.product-details .rca-subscription-form__button {
     width: 220px;
     border-radius: 50px;
     border: 1px solid #002c33;
     background: none;
     font-size: 16px;
     font-weight: 600;
     height: 50px;
     padding: 0;
     line-height: 50px;
     color: #002c33;
     margin-right: 15px;
}
.product-details .rca-subscription-form__button--selected {
    background: #efcbb5;
}

.product-details label.rca-subscription-form__frequency {
    margin-top: 35px;
    font-size: 18px;
    font-weight: bold;
    color: #002c33;
}
.product-details .rca-subscription-form__frequency-selector {
    margin-top: 15px;
    height: 70px;
    border-radius: 50px;
    border: 1px solid #002c33;
    padding: 0;
    max-width: 500px;
    background: #fffcf6;
    width: 455px;
    padding-left: 25px;
    font-weight: normal;
    position: relative;
}
.product-details .rc_popup__hover {
    font-size: 18px;
    color: #002c33;
}
.product-details .rca-subscription-widget {
    padding-bottom: 0;
}
.product-details .form-field-quantity-control .form-input {
    height: 70px;
    width: 180px;
    border-radius: 50px 0 0 50px;
    border: 1px solid #002c33;
    font-size: 18px;
    font-weight: 600;
    color: #002c33;
    background: #fffcf6;
}
.product-details .quantity-control {
    right: -94px;
    width: 65px;
    height: 35px;
    border: 1px solid #002c33;
    line-height: 35px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    background: #fffcf6;
}
.product-details .quantity-control.quantity-increment {
    border-radius: 0 50px 0 0;
}
.product-details .quantity-control.quantity-decrement {
    border-radius: 0 0 50px 0;
    line-height: 29px;
}
.product-details .form-field.product-quantity-wrapper {
    margin-bottom: 50px;
}
.product-details .form-submit-wrapper .button {
    width: 455px;
    height: 70px;
    border-radius: 50px;
    background: #002c33;
    font-size: 18px;
    border: none;
    margin-bottom: 50px;
}
.product-details .product-guide a {
    width: 455px;
    height: 70px;
    display: block;
    background: transparent;
    text-align: center;
    line-height: 70px;
    font-size: 18px;
    color: #002c33;
    border: 1px solid #002c33;
    border-radius: 50px;
    position: relative;
    margin-bottom: 30px;
}
.product-details h2.share-heading {
    font-size: 18px;
    font-weight: bold;
    color: #002c33;
}
.product-details .form-select-wrapper:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #002c33;
    right: 30px;
}
.product-details .form-select-wrapper:before {
    position: absolute;
    content: '';
    height: 70px;
    width: 1px;
    background: #002c33;
    right: 75px;
}
.form-field-radio .form-radio+.form-label-text:before {
    background: url(https://store-7i2j7axb2o.mybigcommerce.com/product_images/petMatNew-icon39.webp);
    position: absolute;
    left: 0;
    top: 5px;
}
.form-field-radio .form-radio:checked+.form-label-text:before {
    background: url(https://store-7i2j7axb2o.mybigcommerce.com/product_images/petMatNew-icon48.webp);
    position: absolute;
    left: 0;
    top: 5px;
}
.rating-star {
    width: 18px;
    height: 18px;
    color:#000;
}
.rating-star.star-full {
    background: url(https://store-7i2j7axb2o.mybigcommerce.com/product_images/petMatNew-icon40.webp);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.rating-total-votes {
    font-size: 18px;
    height: unset;
    color: #002c33;
    position: relative;
}
.rating-total-votes:after {
    position: absolute;
    content: 'Review';
}
label.price-ns-label {
    font-weight: bold;
}
span.price-ns {
    font-weight: normal;
}
.price-ns-wrapper {
    font-family: Montserrat, sans-serif !important;
}
.price-value-wrapper {
    font-family: Montserrat, sans-serif !important;
}
span.price-value {
    font-weight: normal;
    margin: 0;
}
.product-details .product-guide a:after {
    position: absolute;
    content: '';
    width: 28px;
    height: 28px;
    background: url(https://store-7i2j7axb2o.mybigcommerce.com/product_images/petMatNew-icon43.webp);
    right: 25px;
    top: 50%;
    transform: translate(0px, -50%);
}
}