/*==================================
productCard
==================================*/

.product-card {
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-card-row {
    margin-bottom: 30px;
}

.product-card .product-card-name-wrapper .dropdown button.dropdown-toggle {
    padding: .25rem 0 !important;
    margin-left: .5rem;
}

.product-card .product-card-name-wrapper .dropdown .dropdown-menu {
    transform: translate3d(-180px, 40px, 0px) !important;
    min-width: 13rem !important;
}

.product-card .product-card-name-wrapper .dropdown .dropdown-menu a.dropdown-item {
    color: var(--primary) !important;
    padding: 0.7rem 0 0.7rem 1.5rem !important;
    margin-right: 2rem;
    text-align: left;
    text-decoration: none !important;
    border-radius: 0;
}

.product-card .product-card-name-wrapper .dropdown .dropdown-menu a.dropdown-item.active,
.product-card .product-card-name-wrapper .dropdown .dropdown-menu a.dropdown-item:hover {
    background-color: var(--light);
}

/*==== End of productCard ====*/

/*==================================
Order information
==================================*/

.product-card-manufacturer {
    text-transform: uppercase;
    font-size: 1rem;
}

.product-card-info-logo,
.product-card-details .manufacturer-logo {
    max-height: 40px;
    width: auto;
    margin-bottom: 15px;
}

.product-card-price {
    margin-right: .75rem;
    font-weight: 600;
}

.product-card-sale-price {
    color: #c40000;
}

.product-card-sale-price-tag {
    color: #ffffff;
    background-color: #c40000;
    border-color: #c40000;
    font-weight: 600;
}

.product-card-sale-price-tag.btn:hover {
    cursor: default;
}

.product-card-price-original {
    text-decoration: line-through;
    opacity: 0.5;
    font-size: 1.25rem;
    font-weight: 400;
    margin-right: 10px;
}

.product-card .price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .5rem;
}

.product-card .product-card-vatpct {
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

.product-card .product-card-info .collapse-container a,
.product-card .product-card-info a.js-delivery-btn.btn-link {
    text-decoration: underline;
    color: var(--primary) !important;
    font-weight: normal !important;
}

.product-card .product-card-info .collapse-container a:hover,
.product-card .product-card-info .collapse-container a:focus,
.product-card .product-card-info .collapse-container a:active,
.product-card .product-card-info a.js-delivery-btn.btn-link:hover,
.product-card .product-card-info a.js-delivery-btn.btn-link:focus,
.product-card .product-card-info a.js-delivery-btn.btn-link:active {
    color: var(--primaryhover) !important;
}

.product-card .product-card-info a.js-delivery-btn.btn-link:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
    outline-offset: 1px;
}

.product-card-short-desc,
.product-card .short-description {
    margin-bottom: .75rem;
}

.product-card-main-form .form-group {
    margin-bottom: .5rem;
}

.product-card-main-form .product-card-form-additional-wrapper {
    margin-bottom: 1rem;
}

.product-card h6,
.product-card .h6 {
    margin-bottom: .75rem;
}

.product-card .short-desc {
    margin-bottom: 1rem;
}

/* Form */
.product-card-main-form {
    display: block;
}

.product-card-custom-form {
    display: none;
}

.product-card-form-additional-wrapper {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.product-card-form-additional {
    display: block;
    margin-bottom: .25rem;
}

.product-card-amount-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-card-amount-wrapper label {
    margin-bottom: 0;
    margin-right: 10px;
    word-break: normal;
}

.product-card-form-amount {
    min-width: 75px;
    width: 25%;
    padding: 0.5rem 0.75rem;
    margin-right: 5px;
}

.product-card-form-button-wrapper {
    align-self: flex-end;
}

.product-card-form-button {
    padding: 0.5rem 1.5rem;
    width: 100%;
    margin-right: 5px;
}

.product-card-form-button i {
    font-size: 1.25rem;
    margin-right: 5px;
}

.product-card .product-card-form-button-2,
.product-card .wishlist-btn {
    padding: 0.5rem 1.25rem;
}

.product-card .product-card-form-button-2:hover .fa-star-o:before {
    content: "\f005" !important;
}

.product-card .product-available {
    display: none;
}

.product-card .product-availability::before {
    height: .5rem;
    width: .5rem;
    border-radius: 50%;
    display: inline-block;
    content: "";
    vertical-align: middle;
    margin: 0 .25rem 0 0;
}

.product-card .product-availability.in-stock::before {
    background-color: #28a745;
}

.product-card .product-card-form-additional .in-stock-warehouse {
    color: #28a745;
}

.product-card .product-availability.not-in-stock::before {
    background-color: #f5bc02;
    border: 1px solid #B68C02;
}

.product-card .product-availability.not-available::before {
    background-color: #f44336;
}

/* Some */
.product-card-some {
    margin: 30px auto;
}

.product-card-some-title {
    margin-bottom: 1rem;
}

.product-card-some-item {
    text-align: center;
}

.product-card .product-card-some-icon {
    font-size: 1.75rem;
    margin: 0 1rem 0 0;
}

.product-card .product-card-toggle-desktop {
    margin-top: .5rem;
}

.product-card .product-card-toggle-area {
    font-size: .95rem;
}

.product-card .product-card-toggle-area-title {
    margin-bottom: .75rem;
}

.product-card .product-card-toggle-title.js-product-card-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 7px;
    color: var(--dark);
    border: 1px solid #555555;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 5px;
    background: #f2f2f2;
}

.product-card .product-card-toggle-content {
    display: none;
    margin: auto auto 15px auto;
    padding: 5px 0 10px;
}

.product-card .product-card-toggle-icon.active {
    transform: rotate(-180deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-card .product-card-details {
    margin-top: 1rem;
}

.product-card .product-attachment-files .file-extension {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-card .product-attachment-files .attachment-link {
    color: var(--dark);
    text-decoration: underline;
    text-decoration-color: var(--primary);
    font-weight: 600;
}

.product-card .product-attachment-files .attachment-link:hover {
    color: var(--primary);
}

.product-card .zoom-target-container .overlay {
    /* padding-left: 15px;
    padding-right: 15px; */
    z-index: 10;
    top: 0;
    left: unset;
    right: unset;
    bottom: unset;
    width: 100%;
    overflow: hidden;
    height: auto;
    aspect-ratio: 1/1;
}


.product-card .zoom-target-container img {
    transform-origin: 0 0;
    max-width: unset;
}

/*==== End of Order information ====*/

/*==================================
Images and videos
==================================*/

#product-card-images-container {
    position: relative;
}

.product-card-images .ale {
    background: #c40000;
    color: #ffffff;
    padding: 0.25rem 0.4rem;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    left: 8px;
    top: 8px;
    border-radius: 0.25rem;
}

/* IE Only styles */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    .product-card-thumbnail,
    .product-card-image {
        object-fit: contain;
        font-family: 'object-fit: contain;';
        /* For object-fit js */
    }
}

.product-card .video-wrapper {
    margin-bottom: 30px;
}

.product-card .full-video-container-wrapper {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    pointer-events: all;
    background: rgba(51, 51, 51, 0.7);
}

.full-video-container-wrapper .positioning {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.full-video-container-wrapper #full-video-container {
    display: inline-block;
}

.full-video-container-wrapper .video-close {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #ff0000;
    cursor: pointer;
    z-index: 99999;
}

#full-video-container iframe,
#full-video-container video {
    max-width: 100% !important;
}

.product-card .video-item {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 100px;
    width: 100%;
    background: #000000;
}

.product-card .video-play-icon {
    position: absolute;
    pointer-events: none;
}

.product-card .video-thumb {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.product-card .product-card-embed-image-container {
    position: fixed;
    width: fit-content;
    max-height: 100%;
    text-align: center;
    justify-content: center;
    z-index: 99998;
    margin-top: 2%;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.product-card .popup-close {
    position: fixed;
    float: right;
    z-index: 99999;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.popup-background {
    z-index: 99997;
    background-color: var(--dark)333;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: calc(50%);
    top: 0px;
    left: 0px;
}

.product-card .product-card-embed-image-container iframe {
    border: none;
    overflow: hidden;
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.product-card .embed-image-button {
    text-align: center;
}

.product-card .lightbox-container {
    z-index: 16;
    padding: 20px;
}

.product-card .lightbox-container .close-container {
    overflow: hidden;
    position: absolute;
    right: 1rem;
    z-index: 10;
}

.product-card .lightbox-container .close {
    font-size: 3rem;
}

.product-card .lightbox-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-card .lightbox-content {
    width: 100vh;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

/* product banner */
.product-card .banner {
    padding: 0 20px;
}

.product-card .banner .bg-primary {
    background-color: #ffdd00 !important;
}

/*==== End of Images ====*/

/*==================================
Atf slider
==================================*/

.product-card .atf-slider-wrapper .atf-slider-navi-next,
.product-card .atf-slider-wrapper .atf-slider-navi-prev {
    color: var(--primary);
}

/*==== End of Atf slider ====*/

/*==================================
Product variations
==================================*/

.product-card .variation-item {
    margin: 2px;
}

.product-card .variation-item.active {
    margin: 0;
}

.product-card .variation-item img {
    padding: 5px;
    margin: 0 auto;
    border: 1px solid #cecece;
    cursor: pointer;
}

.product-card .variation-item .active {
    border: 1px solid var(--primary);
}

.product-card .product-card-main-form .property-text,
.product-card .product-card-main-form .property-text-info {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0.1rem 0.3rem;
    font-size: 0.9rem;
    border-color: #dddddd;
}

.product-card .property-text.btn-light.active {
    border: 1px solid var(--primary);
    background-color: #f2f2f2;
}

.product-card .property-img.unavailable,
.product-card .property-icon.unavailable {
    opacity: 0.4;
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.product-card .property-img.nosaldo::after,
.product-card .property-icon.nosaldo::after,
.product-card .property-img.order::after,
.product-card .property-icon.order::after {
    font-family: FontAwesome;
    width: 14px;
    height: 14px;
    font-size: 0.65rem;
    border-radius: 50%;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 4px;
    right: 4px;
}

.product-card .property-img.nosaldo::after,
.product-card .property-icon.nosaldo::after {
    content: "\f00d";
    background-color: var(--danger);
    color: var(--white);
}

.product-card .property-img.order::after,
.product-card .property-icon.order::after {
    content: "\f00d";
    background-color: var(--warning);
    color: var(--dark);
}

.product-card .property-color {
    border: 1px solid #ced4da;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
}

.product-card .property-color.large-icon {
    width: 24px;
    height: 24px;
    margin-right: 0;
}

.product-card .product-card-main-form .property-color-btn.btn {
    padding: 0.35rem !important;
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
}

.product-card .property-color-btn span,
.product-card .property-color span,
.product-card .property-text span,
.product-card .property-icon span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card .property-color.order i,
.product-card .property-text.order i,
.product-card .property-icon.order i,
.product-card .property-color.nosaldo i,
.product-card .property-text.nosaldo i,
.product-card .property-icon.nosaldo i,
.product-card .property-color.unavailable i,
.product-card .property-text.unavailable i,
.product-card .property-icon.unavailable i {
    width: 14px;
    height: 14px;
    font-size: 0.65rem;
    border-radius: 50%;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card .property-color.order i,
.product-card .property-text.order i,
.product-card .property-icon.order i {
    background-color: var(--warning);
}

.product-card .property-color.nosaldo i,
.product-card .property-text.nosaldo i,
.product-card .property-icon.nosaldo i {
    background-color: var(--danger);
    color: var(--white);
}

.product-card .property-color-btn.unavailable,
.product-card .property-color.unavailable,
.product-card .property-text.unavailable,
.product-card .property-icon.unavailable {
    opacity: .65;
    color: rgba(0, 0, 0, 0.26);
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: linear-gradient(to left top, rgb(255, 255, 255) calc(50% - 1px), rgb(224, 224, 224), rgb(255, 255, 255) calc(50% + 1px)) no-repeat;
}

.product-card .property-color-btn.unavailable .property-color-btn.unavailable,
.product-card .property-color.unavailable .property-color.unavailable,
.product-card .property-text.unavailable .property-text.unavailable,
.product-card .property-icon.unavailable .property-icon.unavailable {
    opacity: .65;
    color: rgba(0, 0, 0, 0.26);
    border: none;
    background: none;
}

.product-card .col-2.variation-item.property-icon,
.product-card .col-2.variation-item.property-img {
    max-width: fit-content;
    margin-right: 10px;
    margin-bottom: 10px;
}

.product-card .property-color.unavailable i,
.product-card .property-text.unavailable i,
.product-card .property-icon.unavailable i {
    display: none;
}

.product-card .product-variation-button-wrapper {
    display: flex;
}

.product-card .product-variation-info-wrapper {
    margin-bottom: 2rem;
}

.product-card .product-designer-button-wrapper {
    margin-bottom: 1rem;
}

.product-card .product-card-main-form .designer-control {
    width: 100%;
}

.product-card .configurator-wrapper {
    margin-bottom: 1rem;
}

.product-card .property-price {
    display: block;
}

.product-card .trust-item i {
    font-size: 2rem;
    padding-right: 15px;
    color: #ababab;
}

.product-card .product-card-info-wrapper .trust-item i {
    min-width: 50px;
}

.product-card .product-card-info-wrapper .trust-item {
    margin-bottom: 5px;
}

.product-variations-more-button {
    padding: 0.375rem;
}

/*==================================
Tabs
==================================*/

.product-card .nav-item {
    margin: 0;
}

.product-card .nav-link {
    border: 0;
    border-radius: 0;
    color: var(--dark);
    font-weight: 600;
    background-color: transparent;
    text-transform: uppercase;
    transition: none;
}

.product-card .nav-link.active {
    border: 0;
    border-radius: 0;
    color: var(--dark);
    font-weight: 700;
    background-color: #f2f2f2;
    border-bottom: 2px solid var(--primary);
}

.product-card .nav-link:hover {
    border: 0;
    border-radius: 0;
    color: var(--dark);
    background-color: transparent;
    border-bottom: 2px solid var(--primary);
    transition: none;
}

.product-card .nav-link.active:hover {
    color: var(--dark);
    background-color: #f2f2f2;
    border-bottom: 2px solid var(--primary);
}

.product-card .tab-pane {
    padding: 15px 0;
}

.product-card-tab-title {
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-card .delivery-row {
    padding: 5px;
}

.product-card .delivery-row:nth-child(odd) {
    background: #eeeeee;
}

.product-card .delivery-row img {
    max-width: 50px;
    margin-right: 10px;
}

.product-card-main-form .form-group .js-accessory-group {
    margin-bottom: 1rem;
}

/*==== End of Tabs ====*/

/*==================================
Linked products slider
==================================*/

.product-card .linked-products {
    margin-top: 1rem;
}

.product-card .linked-products-slider .bg-light {
    background-color: var(--white) !important;
}

.linked-products .accessory-info {
    padding: 15px;
    text-align: left;
}

.linked-products img {
    display: block;
    margin: 0 auto;
}

.block-productCard .linked-products a {
    text-decoration: none !important;
    color: initial;
}

.productcard-accessories-container .accessory-item {
    border: 1px solid #ddd;
    padding: 5px;
    margin: 0px 0px 5px 0px;
    display: flex;
    align-items: center;
}

.productcard-accessories-container .accessory-select-input {
    min-height: 25px;
    min-width: 25px;
    cursor: pointer;
}

.productcard-accessories-container .accessory-item label {
    margin-bottom: 0;
    display: inline-flex;
}

.productcard-accessories-container input.accessory-amount-input {
    width: 50px;
}

/*==== End of Accessory slider ====*/

/*==================================
Accessory dropdown
==================================*/

.product-card .dropdown-menu-accessories.show {
    width: 100%;
    max-height: 305px;
    overflow-y: scroll;
    padding: 0 1rem 1rem 1rem;
    background-color: var(--light);
    margin: -2px 0 0 0;
    border: none;
    z-index: 13;
}

.product-card .dropdown-toggle-accessories::after {
    position: absolute;
    right: 30px;
}

.product-card .dropdown-menu-accessories .dropdown-item {
    border-bottom: 1px solid var(--light);
    padding: 1rem 0;
    white-space: normal;
}

.product-card .dropdown-menu-accessories .dropdown-item:first-child {
    padding: 0.5rem 0 1rem 0;
}

.product-card .dropdown-menu-accessories .dropdown-item:last-child {
    border-bottom: none;
}

.product-card .dropdown-menu-accessories .dropdown-item.active,
.product-card .dropdown-menu-accessories .dropdown-item:active {
    color: var(--dark);
    background-color: transparent;
}

.product-card .dropdown-menu-accessories .dropdown-item:focus,
.product-card .dropdown-menu-accessories .dropdown-item:hover {
    color: var(--dark);
    background-color: transparent;
}

.product-card .dropdown-menu-accessories .dropdown-item .btn-link {
    padding: 0 !important;
}

.product-card .dropdown-menu-accessories .dropdown-item .dropdown-item-info {
    display: flex;
    align-items: center;
}

.product-card .dropdown-menu-accessories .dropdown-item .dropdown-item-image {
    margin-right: 1rem;
    flex-shrink: 0;
}

.product-card .dropdown-menu-accessories .dropdown-item .dropdown-item-image img {
    border-radius: 0.25rem;
}

.product-card .dropdown-menu-accessories .dropdown-item .dropdown-item-image-placeholder {
    width: 60px;
    height: 60px;
}

.product-card .dropdown-menu-accessories .dropdown-item .dropdown-item-text-price {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.product-card .dropdown-menu-accessories .dropdown-item .dropdown-item-text-price,
.product-card .dropdown-menu-accessories .dropdown-item .dropdown-item-text-wrapper {
    line-height: 1.2;
}

.product-card .dropdown-menu-accessories .dropdown-item .dropdown-item-price {
    font-weight: bold;
    display: flex;
    align-self: flex-start;
}

.product-card .dropdown-menu-accessories .accessories-dropdown-item {
    cursor: pointer;
}

/*==================================
Fixed product card form
==================================*/

.product-card .fixed-product-card-form {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 14;
    background-color: var(--white);
    padding: 1rem 3rem;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}

.product-card .fixed-product-card-form .col-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
}

.product-card .fixed-product-card-form .product-card-amount-wrapper {
    display: flex;
    margin-bottom: 0;
    width: 100%;
}

.product-card .fixed-product-card-form .fixed-availability,
.product-card .fixed-product-card-form .fixed-delivery,
.product-card .fixed-product-card-form .fixed-total {
    display: flex;
    align-items: center;
}

.product-card .fixed-product-card-form .product-card-form-amount {
    width: 75px;
}

/*==== End of Fixed product card form ====*/

/*==================================
Full width image with modal video
==================================*/

.product-card .main-hero {
    width: 100%;
}

.product-card .main-hero-item {
    display: flex;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 600px;
}

.product-card .main-hero-item-contents {
    position: relative;
    color: #ffffff;
    padding: 3rem 1rem;
}

.product-card .main-hero-item-textcontents {
    margin: 0 auto 25px auto;
}

/* Modal video */
.product-card .main-hero .close-button {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    font-size: 2rem;
    cursor: pointer;
    pointer-events: auto;
    color: white;
    background: transparent;
    border: none;
    transition: transform 0.2s ease;
    z-index: 1;
}

.product-card .main-hero .close-button:hover {
    transform: scale(1.2);
}

.product-card .main-hero .close-button:active,
.product-card .main-hero .close-button:focus {
    outline: none;
}

.product-card .main-hero .main-hero-button i {
    margin-left: 8px;
}

.product-card .main-hero .video-wrapper {
    position: relative;
    max-width: 100%;
    max-height: calc(100vh - 120px);
}

.product-card .main-hero .video-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.product-card .main-hero .modal {
    padding-left: 17px;
}

.product-card .main-hero .modal-dialog {
    max-width: 80%;
    margin: 0 auto;
}

.product-card .main-hero video {
    pointer-events: all;
    max-width: 100%;
    max-height: calc(100% - 120px);
}

/*==== End of Full width image with modal video ====*/

/*==================================
Highlight Features section
==================================*/

.product-card .highlight-features {
    width: 100%;
}

.product-card .hl-features-bg {
    width: 100%;
    background-repeat: no-repeat;
}

.product-card .highlight-features-2 {
    width: 100%;
    padding: 6rem 1rem 0 1rem;
}

.product-card .highlight-features-4 {
    padding: 6rem 1rem 0 1rem;
}

.product-card .highlight-features-5 {
    padding: 6rem 1rem 0 1rem;
}

/*==================================
Text And Image Highlight
==================================*/

.product-card .text-and-image {
    padding: 0 0 6rem 0;
}

.product-card .text-and-image .image-wrapper {
    text-align: center;
}

/*==== End of Text And Image Highlight ====*/

/*==================================
Text And Image Highlight Reversed
==================================*/

.product-card .text-and-image-reversed {
    padding: 0 0 6rem 0;
}

.product-card .text-and-image-reversed .image-wrapper {
    text-align: center;
}

/*==== End of Text And Image Highlight Reversed ====*/

/*==================================
Featured Icon Text Highlights
==================================*/

.product-card .featured-icon-text-hls {
    padding: 0 0 6rem 0;
}

/*==== End of Featured Icon Text Highlights ====*/

/*==================================
Feature Accordions
==================================*/

.product-card .feature-accordions {
    padding: 0 0 6rem 0;
}

.product-card .feature-accordions .feature-accordions-image {
    margin-bottom: 1.5rem;
}

.product-card .feature-accordions .btn {
    text-align: left;
    padding: 1rem 3rem 1rem 0 !important;
    display: flex;
    align-items: center;
}

.product-card .feature-accordions .btn::after,
.product-card .feature-accordions .btn.collapsed::after {
    font-family: FontAwesome;
    right: 0;
    position: absolute;
    padding: 1rem;
}

.product-card .feature-accordions .btn::after {
    content: "\f067";
}

.product-card .feature-accordions .btn.collapsed::after {
    content: "\f068";
}

.product-card .feature-accordions .card {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid var(--dark);
    border-radius: 0;
}

.product-card .feature-accordions .card-header {
    background-color: transparent;
    padding: 0.5rem 0;
    border-bottom: none;
}

.product-card .feature-accordions .feature-description {
    margin-bottom: 1rem;
}

.product-card .feature-accordions .feature-row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 1rem 0;
}

.product-card .feature-accordions .feature-row:last-child {
    border-bottom: none;
}

/*==== End of Feature Accordions ====*/

/*==================================
Quotation form
==================================*/

.product-card #quotation-form .form-check-inline label {
    margin-bottom: 0;
    margin-left: 0.25rem;
}

.product-card .quotation-loading-image {
    text-align: center;
    padding-top: 1rem;
    display: none;
}
.product-card .quotation-loading-image img {
    width: 2rem;
}

/*==== End of Quotation form ====*/

/*==================================
Responsive
==================================*/

@media screen and (max-width: 1679px) {

    .product-card .price-wrapper {
        display: block;
    }

}

@media screen and (max-width: 1440px) {

    .product-card .fixed-product-card-form {
        padding: 1rem;
    }

}

@media screen and (max-width: 1199px) {

    .product-card .fixed-product-card-form .container {
        display: flex;
        justify-content: center;
    }

}

@media screen and (max-width:991px) {

    .product-card .main-hero .close-button {
        font-size: 1.5rem;
        top: 0.5rem;
        right: 0.7rem;
    }

}

@media screen and (max-width: 767px) {

    .product-card .product-card-amount-wrapper {
        display: block;
    }

    .product-card .product-card-form-button,
    .product-card .product-card-form-button-2,
    .product-card .wishlist-btn {
        width: 100%;
        margin-top: 10px;
    }

    .product-card .fixed-product-card-form .product-card-form-button,
    .product-card .fixed-product-card-form .product-card-form-button-2 {
        width: auto;
    }

    .product-card .fixed-product-card-form .product-card-form-button,
    .product-card .fixed-product-card-form .product-card-form-button-2,
    .product-card .fixed-product-card-form .wishlist-btn {
        margin-top: 0;
    }

    .product-card .fixed-product-card-form .product-card-form-amount {
        width: 52px;
        min-width: auto;
        padding: 0.75rem !important;
    }

    .product-card .fixed-product-card-form .col-wrapper {
        padding: 0;
    }

    .product-card .fixed-product-card-form {
        padding: 1rem 2rem;
    }

    .product-card .main-hero-item {
        min-height: 300px;
    }

}

@media screen and (max-width: 700px) {

    .product-card .product-card-embed-image-container {
        display: none;
    }

    .product-card .embed-image-button {
        display: none;
    }

}

@media screen and (max-width: 639px) {

    .product-card .price-wrapper {
        display: block;
    }

    .product-card .product-card-details .nav-item {
        width: 100%;
        text-align: center;
    }

    .product-card .nav-tabs {
        border: none;
    }

}

@media (max-width: 576px) {
    .product-card .main-hero .modal-dialog {
        max-width: 100%;
    }
}

@media screen and (max-width: 575px) {

    .product-card .fixed-product-card-form .fixed-total {
        display: block;
    }
}

@media screen and (max-width: 480px) {

    .product-card .video-item {
        height: 90px;
    }

}

@media screen and (max-width: 425px) {

    .product-card {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .product-card .main-hero .modal {
        padding-right: 17px;
    }

}

@media screen and (max-width: 424px) {

    .product-card-name {
        font-size: 1.75rem;
    }

}

/*==== End of Responsive ====*/