.product-social-links {
    display: flex;
}

.shipping-calculator {
    display: flex;
    flex-direction: row;
    align-content: space-around;
    justify-content: space-between;
    align-items: center;
    text-decoration: underline;
}

.shipping-calculator div{
    cursor: pointer;
    text-decoration: underline;
}

.product-page-v1.catalog-product-view .pa-btn {
    padding: 8px;
    background: #262626 !important;
    color:#FFFFFF !important;
    width: 100%;
    text-align: center;
    border: none !important;
    border-radius: 0px !important;
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    transition-duration: 300ms;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product-page-v1.catalog-product-view .pa-btn:hover {
    background: #d8202c !important;
    color: #FFFFFF !important;
    border: none !important;
}

.tabs-1.product.info.detailed .item.title.active a.switch {
    background: #262626 !important;
    color: #FFFFFF !important;
}

.product-social-links {
    border-bottom: 1px solid #2626264d;
}

.theme-pearl.product-page-v1 .product-addto-links {
    margin-bottom: 0px !important;
}

.theme-pearl.catalog-product-view .product-social-links .action.tocompare,
.theme-pearl.catalog-product-view .product-social-links .action.towishlist,
.theme-pearl.catalog-product-view .product-social-links .action.mailto {
    font-size: 1rem;
}

.setups-switch.switch {
    position: relative;
    display: inline-block;
    width: 115px;
    height: 23px;
    float: right;
    line-height: 23px;
    margin-top: 5px;
}

.setups-switch.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.setups-switch input:checked+.slider {
    background-color: #d51d29;
    border: 1px solid #d51d29;
}

.setups-switch .slider.round {
    border-radius: 34px;
}

.setups-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    border: 1px solid #000;
    -webkit-transition: .4s;
    transition: .4s;
}

.setups-switch-label.sslabel-new,
.setups-switch-label.sslabel-repeat {
    padding-left: 25px;
    position: absolute;
    top: 8px;
    line-height: 5px;
    font-size: 12px;
    color: #fff;
    left: 0;
}

.setups-switch-label.sslabel-repeat {
    right: 12px;
    color: #fff;
}

.setups-switch .slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    border: 1px solid #d8d8d8;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

.setups-switch input:checked+.slider:before {
    -webkit-transform: translateX(92px);
    -ms-transform: translateX(92px);
    transform: translateX(92px);
}

.tab-instructions-top {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
}

.tab-instructions-top .expandPricing {
    font-size: 14px;
    color: #d51d29;
    display: inline-block;
    vertical-align: middle;
    float: left;
    line-height: 18px;
    margin-bottom: 10px;
}

.tab-instructions-top .expandPricing span.product-setup-notes-content {
    color: #7d7d7d;
}

.product-price-setups {
    display: flex;
    justify-content: space-between;
}

.repeat-setup {
    padding-right: 5px;
}

.product-price-setups-container,
.manage_fastrack_cs_setups,
.product-saveas-default-markups-container,
.repeat-setup,
.new-setup {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 5px;
    padding-left: 20px;
}

.product-price-setups-container input:checked~.checkmark,
.manage_fastrack_cs_setups input:checked~.checkmark,
.product-saveas-default-markups-container input:checked~.checkmark,
.repeat-setup input:checked~.checkmark,
.new-setup input:checked~.checkmark {
    background-color: #fff;
    border: 1px solid #d51d29;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #fff;
    border: 1px solid #7d7d7d;
    border-radius: 100px;
}

.product-price-setups-container input,
.manage_fastrack_cs_setups input,
.product-saveas-default-markups-container input,
.repeat-setup input,
.new-setup input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    display: none;
}

.product-price-setups-container .checkmark:after,
.manage_fastrack_cs_setups .checkmark:after,
.product-saveas-default-markups-container .checkmark:after,
.repeat-setup .checkmark:after,
.new-setup .checkmark:after {
    left: 3px;
    top: 3px;
    width: 6px;
    height: 6px;
    background: #d51d29;
    border-radius: 100px;
    position: absolute;
    content: "";
    display: none;
}

.product-price-setups-container input:checked~.checkmark:after,
.manage_fastrack_cs_setups input:checked~.checkmark:after,
.product-saveas-default-markups-container input:checked~.checkmark:after,
.repeat-setup input:checked~.checkmark:after,
.new-setup input:checked~.checkmark:after {
    display: block;
}

.checkmark:after {
    display: none;
}

.catalog-product-view input[type=checkbox] {
    margin: 0 4.5px 0 0;
    /* position: relative; */
    top: 1px;
}

.header-table {
    background-color: #2626260d;
}

.header-table th {
    vertical-align: middle;
}

.tab-instructions-bottom, .product-setup-notes-content {
    font-size: 13px;
    color: #7d7d7d;
    padding-top: 10px;
}

.tab-instructions-bottom .product-pricing-validity .product-pricing-validity-period {
    color: #d51d29;
}


.tableRowDivider td {
    padding: 2px;
}

.tableRowDivider hr {
    margin: 1px;
}

.tableRow1 {
    width: 15px;
}

.plusSign {
    color: #d5202a;
}

.show_repeat_setup {
    display: none;
}

.fasttrack_video {
    color: #d5202a;
}

.fasttrack_video a {
    text-decoration: underline;
    color: #d5202a;
}

.product-options-fasttrack-quote {
/*     padding-top: 10px;*/
}

/*.fasttrack-partition {
    padding: 10px 10px 0px 10px;
}*/

.product-options-fasttrack-quote .field.option {
    display: flex;
    flex-direction: column;
    padding: 0px 0px 15px 0px;
}

.fasttrack_freight_text {
    color: #26262680;
    font-size: 11px;
}

#tab-fastrack .actions {
    padding-top: 10px;
}

@media only screen and (max-width: 768px) {
    div#tab-fasttrack {
        display:grid;
    }

    div#tab-fasttrack .main {
        order:2;
    }

    div#tab-fasttrack .options-dropdown {
        order:1;
    }
}

.action-fastrack-quote {
    padding-top: 15px;
}


div#tab-fasttrack .tierPricingTable td {
    padding: 10px 8px;
}

.theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items > .item.content {
    padding: 50px;
}

.product.info.detailed .additional-attributes > thead > tr > td, .product.info.detailed .additional-attributes > tbody > tr > td, .product.info.detailed .additional-attributes > tfoot > tr > td {
    text-align: justify;
}

/*.theme-pearl.catalog-product-view  .product.info.detailed {
    padding-top: 50px;
}*/

/* Product info media */
@media only screen and (min-width: 768px) {
    .theme-pearl.product-page-v1 .product.media .gallery-placeholder {
        max-width: 500px;
        //max-height: 500px;
    }

    .theme-pearl.product-page-v1 .product.media .gallery-placeholder {
        width: 100%;
    }

    .product-page-v1 .column.main .product.media {
        position: relative;
        display: flex;
        justify-content: center;
    }
}
.product-page-v1 .column.main .product.media .product-info-container-video {
    display: inline-block;
    position: absolute;
    right: 6px;
    top:0;
    z-index: 100;
}

@media only screen and (max-width: 768px) {
	.product-page-v1 .column.main .product.media {
		width: 100% !important;
	}
}

/* Product info main */

.product-info-main {
    display: flex;
    flex-direction: column;
}

.theme-pearl.product-page-v1 .product-info-main {
    margin-top:0 !important;
}

.product-info-main .wp-product-label-extra {
    order:0;
    /*max-width: 350px;*/
    overflow: hidden;
    text-wrap: nowrap;
}

.product-info-main .wp-product-label-extra .wp-product-label.page-position.after-description:not(:first-child) {
    margin-left: 15px !important;
}

.product-info-main .wp-product-label-extra .wp-product-label.page-position.after-description:first-child {
    margin-left: 0px !important;
}

.product-info-main .product-info-stock-sku {
    order: 1;
    color: #D8202C;
}

.product-info-main .page-title-wrapper.product {
    order: 2;
}

.product-info-main .product-social-links {
    margin: 0 0 10px !important;
    order: 3;
}

.product-info-main .product-custom-description {
    order: 4;
}

.product-info-main .product-custom-description .description.show-more {
    max-height: 100%;
}

.product-info-main .product-custom-description .description.show-less {
    height: 323px;
    overflow: hidden;
    text-align: justify;
}

.product-info-main .product-custom-description .description.show-less-with-icons {
    height: 227px;
    overflow: hidden;
    text-align: justify;
}

.product-info-main .product-custom-description .description-actions {
    padding-top:10px;

}

.product-info-main .product-custom-description .description-actions a:hover {
    text-decoration: underline !important;
}

.product-info-main .product-action-container-custom.product-action-custom {
    order: 5;
    padding-top: 5px;
}

.product-info-main .pre-shipping-calculator-div {
    order: 6;
    padding-top: 5px;
    padding-bottom: 5px;
}


.theme-pearl.catalog-product-view .product-info-main .page-title-wrapper .page-title {
    text-transform: none;
    font-size: 3rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    flex-grow: 1;
    font-weight: 500;
    line-height: normal;
}

.product-info-main .product-info-stock-sku {
    display: block;
    float: none;
    padding-bottom: 0;
    padding-left: 0;
    text-align: left;
    vertical-align: top;
}

.product-info-main .product-info-stock-sku .product.attribute.sku .type {
    display: none;
}

.product-info-main .product-info-stock-sku .product.attribute.sku .value {
    font-weight: 900;
    font-size: 2.5rem;
}

.product-info-main .product-action-custom {
    display: flex;
    padding-top: 10px;
}

.product-info-main .product-action-custom .options {
    display: flex;
    flex-direction: column;
}

.product-info-main .product-action-custom .option {
    padding: 7px 5px;
    display: flex;
}

th.table-section-heading, .name-option {
    width: 28%;
}

th.table-section-heading-with-sign, .name-option-with-sign  {
    width: 25%;
}

.signColumn{
    width: 3%;
    min-width: 30px;
}

.price-option, .price-quantity {
    width: 12%;
    min-width: 70px;
    text-align: right;
}

.product-social-links a {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    .product-social-links .product-addto-links {
        display: flex;
    }
}

.product-page-v1 .column.main .product.media {
    position: relative;
}

/*.product-options-fasttrack-quote .field.option .label {
    padding-bottom: 5px;
}*/

.block-shipping-calculator ul {
    list-style-type: none;
}

.product.info.detailed .item-image-popup.hover-image {
    position: absolute;
    left: 25%;
    top: 0;
    border: 1px solid #262626;
}

.product.info.detailed .item-image-popup.hover-image .pt-item-image-title {
    width: 100%;
    display: flex;
    justify-content: center;
    background: #262626;
    color: white;
    font-size: 2rem;
}

.shipping-calculator .product-freight-policy:hover, .shipping-calculator .product-shipping-calculator:hover {
    color: #cccccc !important
}

.product-setup-notes-content {
    color: #262626;
}

.fmipi-clickable-options:hover {
    text-decoration: underline;
    cursor: pointer;
}

#product-freight-policy-popup img {
    width: 100%;
}

a.fmipi-clickable-options {
    text-decoration: underline !important;
}

.vsp-success-message {
    color: #006400;
    background-color: #e5efe5;
}

.vsp-error-message {
    color: #ff0a0a;
    background-color: #fae5e5;
}
