.individual-product-details {
    margin-top: 32px;
    margin-bottom: 32px;
}

.individual-product-details .container {
    background-color: #fff;
}

.individual-product-details .product-pic-wrapper {
	text-align: center;
	background-color: transparent;
	padding: 20px;
	height: 100%;
}
.individual-product-details #product-feature-pic {
    margin-left: auto;
    margin-right: auto;
}

.individual-product-details .product-short-info {
    background-color: transparent;
    padding: 15px;
    height: 100%;
}

.individual-product-details hr {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.individual-product-details .share-links-container {
    text-align: left;
}
.individual-product-details .share-links-container .share-links-title {
    font-family: "Nunito Sans", sans-serif;
}
.individual-product-details .share-links-container .share-links-title {
    font-family: "Nunito Sans", sans-serif;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.individual-product-details .share-links-container .share-links a {
    padding-left: 15px;
    padding-right: 15px;
}
.individual-product-details .share-links-container .share-links a:first-child {
    padding-left: 0;
}

.individual-product-details .product-title {
    text-align: left;
    margin-top: 0;
}

.individual-product-details .product-excerpt {
    text-align: justify;
    line-height: 28px;
}

/* Tabs*/

section.tabs {
    text-align: center;
    margin-bottom: 32px;
    margin-top: 32px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    background-color: transparent;
}

.quote-col {
    padding: 5px;
}
.tabs .nav-tabs {
    border-bottom: none;
}

#tabs .nav-tabs .nav-item.show .nav-link,
#tabs .nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    font-size: 20px;
    font-weight: bold;
}

#tabs .nav-tabs .nav-item .nav-link {
    background-color: inherit;
    -webkit-clip-path: polygon(100% 0, 100% 65%, 50% 100%, 0 65%, 0 0);
    clip-path: polygon(100% 0, 100% 65%, 50% 100%, 0 65%, 0 0);
}
#tabs .nav-tabs .nav-link.active {
    background-color: #D50000;
    -webkit-clip-path: polygon(100% 0, 100% 65%, 50% 100%, 0 65%, 0 0);
    clip-path: polygon(100% 0, 100% 65%, 50% 100%, 0 65%, 0 0);
}
#tabs .nav-tabs .nav-link {
    height: 55px;
    width: 155px;
    margin: 3px;
    border: 1px solid transparent;
    margin-bottom: 10px;
    background-color: #fb121d;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #fff;
    font-size: 20px;
    -webkit-clip-path: polygon(100% 0, 100% 65%, 50% 100%, 0 65%, 0 0);
    clip-path: polygon(100% 0, 100% 65%, 50% 100%, 0 65%, 0 0);
}

.tabs .tab-pane {
    text-align: justify;
}

button.place-order-btn {
    font-size: 19px;
    font-family: "Pacifico";
    overflow: visible;
    border-radius: 3px;
    position: relative;
    padding-right: 30px;
    background-color: #ecfbff;
    border: 2px solid #a6e0ee;
    color: #2d7586;
    display: block;
    height: 40px;
    width: 200px;
    cursor: pointer;
}
button.place-order-btn:hover {
    background-color: #ddf7ff;
}
button.place-order-btn:hover svg {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-transition: -webkit-transform 0.15s;
    -moz-transition: -moz-transform 0.15s;
    -o-transition: -o-transform 0.15s;
    -ms-transition: -ms-transform 0.15s;
    transition: transform 0.15s;
}
button.place-order-btn svg {
    position: absolute;
    top: 4px;
    right: 25px;
    height: 30px;
    width: auto;
    -webkit-transition: -webkit-transform 0.15s;
    -moz-transition: -moz-transform 0.15s;
    -o-transition: -o-transform 0.15s;
    -ms-transition: -ms-transform 0.15s;
    transition: transform 0.15s;
}
button.place-order-btn svg path {
    fill: #2d7586;
}
button.place-order-btn.clicked {
    background-color: #cff5b3;
    border: 2px solid #cff5b3;
    color: #6aaa3b;
    padding-right: 6px;
    -webkit-animation: bounce-in 0.3s;
    -moz-animation: bounce-in 0.3s;
    -o-animation: bounce-in 0.3s;
    -ms-animation: bounce-in 0.3s;
    animation: bounce-in 0.3s;
    cursor: default;
}

button.place-order-btn.clicked svg path {
    fill: #6aaa3b;
}

.relatedProducts {
    background-color: transparent;
    padding: 15px;
}

.relatedProducts-title {
    padding-left: 25px;
}
