/**
* 2007-2025 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2025 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

/*general css start*/

#cms .product-flags li {
    list-style: none;
}

.tvcrosssellingpro-products-wrapper .quick-view:hover {
    background-color: #24b9d7;
    border-color: #24b9d7;
    background-color: #24b9d7;
}

.tvcrosssellingpro-products-wrapper .quick-view:hover i {
    color: #fff;
}

.tvcrosssellingpro-products-wrapper .quick-view {
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    padding: 4px 5px;
    font-size: 1rem;
    /*background-color: #24b9d7;*/
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.tvcrosssellingpro-products-wrapper .quick-view i {
    font-size: 20px;
    color: rgb(122, 122, 122);
}

#product .tvdisplayReassurance-grid2 .quick-view i {
    font-size: 16px;
}

#product .tvdisplayReassurance-grid2 .quick-view {
    height: 27px;
    display: inline-block;
}

.tvcrosssellingpro-products-wrapper .product-cart-btn {
    font-size: 16px;
    padding: 5px 15px;
    border-radius: 2px;
    text-transform: capitalize;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.tvcrosssellingpro-products-wrapper .product-cart-btn:hover {
    opacity: .7;
    background-color: #24B9D7;
}

.tvcrosssellingpro-products-wrapper .tv-product-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: 400;
    font-family: system-ui;
    letter-spacing: .3px;
}

/*vv*/
/*general css end*/

/*grid view start*/

.tvcrosssellingpro-grid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}

#index .tvcrosssellingpro-grid .js-product {
    width: 25%;
    padding: 0 15px;
}

#product .tvcrosssellingpro-grid .js-product {
    width: 25%;
    padding: 0 15px;
}

#product .tvdisplayReassurance-grid .js-product {
    width: 33.33%;
    padding: 0 15px;
}

.tvcrosssellingpro-grid .quick-cart-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 2px;
}

.tvcrosssellingpro-grid .product-miniature .variant-links {
    top: -.15em;
}

.tvcrosssellingpro-title-wrapper .section-title {
    font-size: 22px;
    font-weight: 600;
    color: #232323;
    text-transform: capitalize;
    margin-bottom: 15px;
    text-align: start;
}

#product .tvdisplayReassurance-title-wrapper .section-title {
    font-size: 18px;
    margin-top: 15px;
}

#cart .tvcrosssellingpro-grid .js-product {
    width: 50%;
    padding: 0 10px;
}

#cart .tvcrosssellingpro-title-wrapper .section-title {
    padding: 12px 10px 0;
    /*padding-inline-start: 0;*/
}

#cart .tvcrosssellingpro-grid {
    width: 100%;
}

#cart .tvcrosssellingpro-grid {
    margin: 0;
}

#cart .tvcrosssellingpro-grid .product-cart-btn {
    font-size: 12px;
    padding: 3px 5px;
}

#cart .tvcrosssellingpro-grid .quick-view i {
    font-size: 16px;
}

#cart .tvcrosssellingpro-grid .product-miniature .highlighted-informations .quick-view {
    line-height: 1;
    padding: 2px 5px;
}

#order-confirmation .tvcrosssellingpro-grid .js-product {
    width: 25%;
    padding: 0 10px;
}

#contact .tvcrosssellingpro-grid .js-product {
    width: 33.3333%;
    padding: 0 10px;
}

#blockcart-modal .tvcrosssellingpro-grid .js-product {
    width: 25%;
    padding: 0 10px;
}

#cms .tvcrosssellingpro-grid .js-product {
    width: 25%;
    padding: 0 10px;
}

#category .tvcrosssellingpro-grid .js-product {
    width: 33.3333%;
    padding: 0 10px;
}

/*grid view end*/

/*list view start*/

.tvcrosssellingpro-block-list {
    width: 100%;
    clear: both;
    /*float: left;*/
    background-color: #ffffff;
    padding: 20px 10px;
    margin-top: 20px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.tvcrosssellingpro-block-list .tvproduct-img-content-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #e4e4e480;
    gap: 30px;
    justify-content: start;
}

.tvcrosssellingpro-block-list .tvproduct-image a {
    display: inline-block;
    width: 100%;
}

.tvcrosssellingpro-block-list .tvproduct-image a img {
    width: 100%;
    height: auto;
}

.tvcrosssellingpro-block-list .tvproduct-image,
#index .tvcrosssellingpro-block-list .tvproduct-image {
    width: 15%;
}

.tvcrosssellingpro-block-list .tvproductdescription-wrapper,
#index .tvcrosssellingpro-block-list .tvproductdescription-wrapper {
    width: 75%;
}

.tvcrosssellingpro-block-list .tvproduct-wrapper .product-miniature .thumbnail-container {
    margin-bottom: 0;
}

.tvcrosssellingpro-block-list .tvproduct-wrapper .product-miniature:first-child {
    padding-top: 0;
}

.tvcrosssellingpro-block-list .tvproduct-wrapper .product-miniature:last-child {
    border-bottom: none;
}

.tvcrosssellingpro-block-list .tvproduct-cat-name {
    display: inline-block;
    font-size: 14px;
    color: #888;
}

.tvcrosssellingpro-block-list .tvproduct-name {
    margin-bottom: 5px;
}

.tvcrosssellingpro-block-list .tv-product-price .regular-price {
    display: inline-block;
    font-size: .875rem;
    color: #7a7a7a;
    text-decoration: line-through;
    font-weight: 500;
    margin-inline-end: 7px;
}

.tvcrosssellingpro-block-list .tvproduct-image {
    position: relative;
}

.tvcrosssellingpro-block-list .product-description {
    padding: 0;
}

.tvcrosssellingpro-block-list .tvproduct-discount-price {
    position: absolute;
    top: 4px;
    left: 4px;
    background-color: #f39d72;
    color: #fff;
    word-break: break-word;
    pointer-events: auto;
    width: fit-content;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 1px;
    line-height: 1.3;
    letter-spacing: .3px;
}

.tvcrosssellingpro-block-list .out-of-stock.hide {
    display: none;
}

.tvcrosssellingpro-grid-2 .tvall-product-btn-list,
.tvcrosssellingpro-block-list .tvall-product-btn-list {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
}

.tvcrosssellingpro-grid-2 .tvall-product-btn-list {
    margin-top: 0;
}

.tvcrosssellingpro-block-list .quick-view i {
    line-height: 0.8;
}

.tvcrosssellingpro-grid-2 .quick-view i {
    line-height: 0.8;
}

#product .product-information .tvcrosssellingpro-grid-2 .quick-view i {
    line-height: 0.7;
}


#index .tvcrosssellingpro-block-list .quick-view i {
    line-height: 0.88;
}

.tvcrosssellingpro-block-list .product-title {
    margin-bottom: 3px;
    text-align: start;
}

.tvcrosssellingpro-block-list .product-price-and-shipping {
    text-align: start;
}

#cart .tvcrosssellingpro-block-list {
    margin-top: 0;
    padding-top: 4px;
}

#cart .tvcrosssellingpro-block-list .tvproduct-image {
    width: 35%;
}

#cart .tvcrosssellingpro-block-list .tvproductdescription-wrapper {
    width: 60%;
}

#cart .tvcrosssellingpro-block-list .tvproduct-img-content-wrapper {
    gap: 15px;
}

#cart .tvcrosssellingpro-products-wrapper .product-title a {
    font-size: 14px;
    height: 17px;
}

#cart .tvcrosssellingpro-block-list .tvproduct-cat-name {
    font-size: 13px;
}

#cart .tvcrosssellingpro-products-wrapper .tv-product-desc {
    line-height: 1.2;
    font-size: 13px;
}

#cart .tvcrosssellingpro-products-wrapper .product-cart-btn {
    font-size: 14px;
    padding: 4px 8px;
}

#cart .tvcrosssellingpro-products-wrapper .quick-view i {
    font-size: 16px;
}

#cart .tvcrosssellingpro-products-wrapper .quick-view {
    padding: 1px 5px;
}

#contact .tvcrosssellingpro-block-list .tvproduct-image {
    width: 20%;
}

/*list view end*/

/*slider view start*/
.tvcrossproduct-slider .product-miniature .thumbnail-container {
    margin-bottom: 0;
    box-shadow: 0 0 3px #dfdbdb;
}

.tvcrossproduct-slider .product-miniature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.tvcrossproduct-slider .js-product.product:has(.product-miniature) {
    padding: 5px 15px;
}

.tvcrossproduct-slider-wrapp {
    overflow: hidden;
}

.tvcrossproduct-slider.owl-carousel .owl-stage-outer .product-miniature {
    /*padding: 1px;*/
}

.tvcrossproduct-slider.owl-carousel {
    margin: 0 -15px;
    padding: 0 1px;
    width: auto;
}

.cart-summary .tvcrossproduct-slider.owl-carousel .owl-item {
    /*margin: 0 !important;*/
}

.cart-summary .tvcrossproduct-slider .js-product.product:has(.product-miniature) {
    padding: 5px;
}

.tvcrossproduct-slider .quick-cart-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 4px;
}

.tvcrossproduct-slider .owl-dots {
    display: none;
}

.tvrelated-products-slider .owl-nav {
    position: absolute;
    top: -2%;
    right: 0;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 5px;
}

#cart .tvrelated-products-slider .owl-nav {
    top: 2%;
    right: 7px;
}

.tvrelated-products-slider .owl-nav .owl-prev,
.tvrelated-products-slider .owl-nav .owl-next {
    background: #ededed;
    border: 1px solid #c3b9b9;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

#product .tvrelated-products-slider .owl-nav .owl-prev,
#product .tvrelated-products-slider .owl-nav .owl-next {
    line-height: 26px;
}

.tvrelated-products-slider .owl-nav .owl-prev:hover,
.tvrelated-products-slider .owl-nav .owl-next:hover {
    background: #e1dfdf;
}

.tvrelated-products-slider .owl-nav .owl-prev i,
.tvrelated-products-slider .owl-nav .owl-next i {
    color: #292929;
    cursor: pointer;
    user-select: none;
}

.tvrelated-products-slider {
    margin-bottom: 45px;
    position: relative;
}

#cart .cart-summary .tvrelated-products-slider .tvcrossproduct-slider {
    padding: 0 5px;
    margin: 0;
}

#cart .tvrelated-products-slider .owl-nav .owl-prev,
#cart .tvrelated-products-slider .owl-nav .owl-next {
    width: 27px;
    height: 27px;
    line-height: 21px;
}

#cart .tvrelated-products-slider .quick-view i {
    line-height: 0.8;
}

#contact .tvrelated-products-slider .owl-nav .owl-prev,
#contact .tvrelated-products-slider .owl-nav .owl-next,
#order-confirmation .tvrelated-products-slider .owl-nav .owl-prev,
#order-confirmation .tvrelated-products-slider .owl-nav .owl-next {
    line-height: 26px;
}

/*slider view end*/

/*alsobought group2 start*/

.tvalsobought-products .item {
    padding: 10px;
    margin-bottom: 0;
    width: 300px;
    max-width: 237px;
    position: relative;
}

.tvcrosssellingpro-group1 .product-price-and-shipping,
.tvcrosssellingpro-group1 .product-title {
    text-align: start;
}

#cart .tvalsobought-products .item {
    width: 220px;
}

.tvrelated_products_list_group2 .tvgroup_product2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

.related_products .image_content {
    text-align: center;
    margin: 10px 18px 18px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    box-shadow: 0 0 5px #dfdbdb;
    clear: both;
}

.related_products .image_content_main {
    text-align: center;
    margin: 10px 18px 18px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    box-shadow: 0 0 5px #dfdbdb;
    clear: both;
}

.related_products .image_content_main img {
    max-width: 100%;
    margin: 27px 15px;
}

.related_products .thumbnail {
    display: block;
    width: 100%;
}

.related_products .product-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

.related_products.tvalsobought-products .current-price {
    margin-top: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.related_products .current-price-value {
    font-size: 16px;
    color: #333;
    text-align: center;
    font-weight: 700;
}

.related_products .related_products_action {
    padding: 10px;
}

.related_products .no-print {
    margin-bottom: 15px;
}

.related_products .total_price {
    font-size: 16px;
    color: #333;
}

.tv_add_caer_btn_multi {
    display: inline-block;
    padding: 10px 20px;
    background-color: #24b9d7;
    color: #fff !important;
    text-decoration: none;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
}

.tv_add_caer_btn_multi:hover {
    background: #24b9d799;
}

.related_products .tv_price {
    font-size: 17px;
    color: #232323;
    text-align: right;
    margin-right: 10px;
    margin-left: 0px;
    font-weight: 600;
}

.related_products .total_price {
    margin: 0px;
    display: inline-block;
    padding: 0px;
    font-weight: 600;
    color: #24b9d7;
    font-size: 17px;
}

.related_products .tvcross-prod .tvgroup_product2 {
    display: flex;
    flex-wrap: wrap;
}

.tvrelated_products_list_group2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.related_products .tvcross-prod [type=checkbox],
.related_products_list [type=checkbox] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}


.related_products .tvcross_warning.alert.alert-warning {
    font-size: 14px;
    border: solid 2px #d1b661;
    border-radius: 4px;
    margin-right: 18px;
    background-color: transparent;
    display: flex;
    align-items: center;
    background-color: #fff7df;
}

.related_products .tvcross_warning svg {
    margin-right: 7px;
    width: 18px;
    height: 18px;
}

.related_products .tvcross_warning svg path {
    fill: #d1b661;
}

.tvgrelated_product_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.related_products .tvgroup_product2 .checked {
    position: absolute;
    top: 0;
    right: 0;
}

.tvrelated_products_list_group2 .custom-checkbox-wrapper.custom-checkbox-wrapper-two {
    position: absolute;
    left: 33px;
    top: 25px;
}

.tvrelated_products_list_group2 .custom-checkbox-wrapper-two input[type="checkbox"] {
    display: none;
}

.tvrelated_products_list_group2 .custom-checkbox-wrapper input[type="checkbox"]:checked+.alsobought-checkbox-two {
    background-color: #24b9d7;
    border-color: #24b9d7;
}

.tvrelated_products_list_group2 .custom-checkbox-wrapper-two input[type="checkbox"]:checked+.alsobought-checkbox-two::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 0px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.tvrelated_products_list_group2 .alsobought-checkbox-two {
    width: 20px;
    height: 20px;
    border: 2px solid #444;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.tvrelated_products_list_group2 .image_content img {
    max-width: 100%;
    margin: 27px 15px;
}

.tvrelated_products_list_group2 .product_name {
    color: #232323;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 19px;
    width: 100%;
    text-align: center;
}

.tvrelated-products-slider .product-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

#blockcart-modal .tvrelated-products-slider {
    margin-bottom: 0;
    margin-top: 30px;
}

.tvrelated_products_list_group2 .product-discount {
    display: inline-block;
    color: #7a7a7a;
}

.tvrelated_products_list_group2 .regular-price {
    color: #7a7a7a;
    text-decoration: line-through;
    font-size: .875rem;
    font-weight: 600;
    margin-inline-end: 4px;
}

.tvrelated_products_list_group2 .discount.discount-percentage {
    background-color: #f39d72;
    color: #fff;
    font-size: .8rem;
    padding: 1px 6px;
    border-radius: 2px;
    line-height: normal;
    text-align: center;
    margin-inline-start: 5px;
    font-weight: 400;
}

.tvrelated_products_list_group2 .tvtotal-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tvrelated_products_list_group2 .cart-icon {
    position: relative;
    margin-inline-end: 22px;
}

.tvrelated_products_list_group2 .cart-icon::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #fff;
    right: -13px;
}

.tvrelated_products_list_group2 .cart-txt {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: capitalize;
}

.tvalsobought-products {
    background-color: #fff;
    margin-bottom: 30px;
}

.tvalsobought-products .section-title {
    padding-inline-start: 25px;
    margin-bottom: 0;
}

.tvalsobought-products .tvgroup_product2 .item {
    position: relative;
}

.tvalsobought-products .tvgroup_product2 .item:before {
    content: "+";
    font-size: 26px;
    position: absolute;
    left: -10px;
    top: 39%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.tvalsobought-products .tvgroup_product2 .item:first-child:before {
    content: "";
}

.tvalsobought-products {
    padding: 15px 15px;
}

#cart .related_products .image_content {
    margin: 10px 8px 10px;
}

#cart .tvrelated_products_list_group2 .tvgroup_product2 {
    justify-content: center;
}

#cart .tvrelated_products_list_group2 .custom-checkbox-wrapper.custom-checkbox-wrapper-two {
    left: 24px;
}

/*alsobought group2 end*/
/*grid-2 start*/

.tvcrosssellingpro-grid-2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

.tvcrosssellingpro-grid-2 .product-miniature {
    width: calc(50% - 15px);
    display: block;
}

.tvcrosssellingpro-grid-2 .tvgrid-2items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    border: 1px solid #e4e4e4;
    padding: 10px;
    background-color: #fff;
    border-radius: 2px;
    justify-content: space-between;
    margin-bottom: 0;
}

.tvcrosssellingpro-grid-2 .tvrelated_products_image a {
    display: inline-block;
}

.tvcrosssellingpro-grid-2 .tvrelated_products_image img {
    max-width: 100%;
    height: auto;
}

.tvcrosssellingpro-grid-2 .tvrelated_products_image {
    width: 30%;
}

.tvcrosssellingpro-grid-2 .tvrelated_products_des {
    width: 65%;
}

.tvcrosssellingpro-grid-2 .tvrelated_products_price_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
    gap: 10px;
}

.tvcrosssellingpro-grid-2 .tvrelated_products_des .product-title {
    margin-bottom: 10px;
}

.tvcrosssellingpro-grid-2 .tvrelated_products_des .product-title a {
    text-align: start;
}

#blockcart-modal .tvcrosssellingpro-grid-2 {
    margin-bottom: 20px;
}

#product .tvdisplayReassurance-grid2 .product-title a {
    font-size: 13px;
    height: 16px;
    display: -webkit-box;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#product .tvdisplayReassurance-grid2 .tvrelated_products_des .product-title {
    margin-bottom: 3px;
}

#product .tvdisplayReassurance-grid2 .tv-product-desc {
    line-height: 1.2;
    margin-bottom: 5px;
}

#product .tvdisplayReassurance-grid2 .product-price-and-shipping .price {
    font-size: 14px;
}

#product .tvdisplayReassurance-grid2 .product-cart-btn {
    font-size: 12px;
    padding: 4px 4px;
}

#product .tvdisplayReassurance-grid2 .product-price-and-shipping .price {
    font-size: 13px;
}

#product .tvdisplayReassurance-grid2 .product-price-and-shipping .regular-price {
    font-size: .675rem;
    margin-inline-end: 1px;
}

#product .tvdisplayReassurance-grid2 .tvrelated_products_price_wrapper {
    margin-top: 8px;
}

#product .tvdisplayReassurance-grid2 .tvgrid-2items {
    gap: 0;
    padding: 7px;
}

#product .tvdisplayReassurance-grid2 {
    gap: 10px;
}

#product .tvdisplayReassurance-grid2 .tvrelated_products_des {
    width: 68%;
}

#cart .tvcrosssellingpro-grid-2 .product-miniature {
    width: 100%;
}

#cart .tvcrosssellingpro-grid-2 {
    padding: 0 7px;
}

#cart .tvcrosssellingpro-grid-2 .product-price-and-shipping .price {
    font-size: 14px;
}


.tvcrosssellingpro-group1,
.tvcrosssellingpro-grid-2,
#index .tvcrosssellingpro-grid-2,
#category .tvcrosssellingpro-grid-2,
#contact .tvcrosssellingpro-grid-2 {
    margin-bottom: 20px;
}

/*grid-2 end*/

/*frqbought start*/
.tvcrosssellingpro-group1.tvcrosssellingpro-products-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.tvcrosssellingpro-group1 .tvproducts-wrapper {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px;
    position: relative;
    border: 1px solid #e4e4e4;
}

.tvcrosssellingpro-group1 .tvfrqbought-img {
    width: 30%;
    position: relative;
}

.tvcrosssellingpro-group1 .tvfrqbought-des {
    width: 65%;
}

.tvcrosssellingpro-group1 .tvfrqbought-img img {
    max-width: 100%;
    height: auto;
}

.tvcrosssellingpro-group1 .tvfrqbought-img a {
    display: inline-block;
}

.tvcrosssellingpro-group1 .frq-checkbox-wrapper input[type="checkbox"]:checked+.tvfrqbought-checkbox {
    background-color: #24b9d7;
    border-color: #24b9d7;
}

.tvcrosssellingpro-group1 .tvfrqbought-checkbox {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 2px solid #666;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background-color: #fff;
}

.tvcrosssellingpro-group1 .tvfrqbought-checkbox::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 0px;
    width: 6px;
    height: 14px;
    border: solid #333;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.tvcrosssellingpro-group1 .frq-checkbox-wrapper input[type="checkbox"] {
    display: none;
}

.tvcrosssellingpro-group1 .frq-checkbox-wrapper input[type="checkbox"]:checked+.tvfrqbought-checkbox::after {
    opacity: 1;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
}

.tvcrosssellingpro-group1 .tvproduct_checkbox {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1;
}

.tvcrosssellingpro-group1 .discount-product.tvproduct-discount-price {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #f39d72;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    padding: 3px 2px;
    line-height: 1;
}

#product .tvdisplayReassurance-group1 .tvfrqbought-checkbox {
    width: 18px;
    height: 18px;
    border-radius: 2px;
}

#product .tvdisplayReassurance-group1 .tvfrqbought-checkbox::after {
    left: 4px;
    width: 6px;
    height: 12px;
}

#product .tvdisplayReassurance-group1 .product-title a {
    font-size: 14px;
    height: 17px;
}

#product .tvdisplayReassurance-group1 .product-price-and-shipping .price {
    font-size: 14px;
}

#cart .tvcrosssellingpro-group1 .tvproducts-wrapper {
    width: 100%;
}

.tvfrqbought-wrapper #tv-add-to-cart-btn {
    background-color: #24b9d7;
    color: #fff;
    border-radius: 3px;
    letter-spacing: .5px;
    font-weight: 500;
    padding: 8px 15px;
    font-size: 14px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.tvfrqbought-wrapper #tv-add-to-cart-btn:hover {
    opacity: .7;
}

.tvfreqbought-products {
    margin-bottom: 20px;
    background-color: #fff;
    padding: 20px;
    border-radius: 2px;
    box-shadow: 0 0 3px #c1c1c169;
}

#cart .tvfreqbought-products {
    padding: 0 12px 15px;
}

.tvrelated_products_list_group2 .product-miniature {
    display: block;
}

/*frqbought end*/

/*media start*/
@media(max-width: 1199px) {
    .tvcrosssellingpro-title-wrapper .section-title {
        padding-inline-start: 0;
    }

    #category .tvrelated-products-slider .owl-nav .owl-prev,
    #category .tvrelated-products-slider .owl-nav .owl-next {
        line-height: 26px;
    }
}

@media(max-width: 1024px) {

    .related_products .tvcross_warning.alert.alert-warning {
        padding: 10px 25px;
    }

    .related_products .tvcross_warning.alert.alert-warning .title {
        font-size: 11px;
    }

    .related_products .tvcross_warning svg {
        margin-right: 3px;
        width: 16px;
        height: 16px;
    }

}

@media(max-width: 991px) {
    #index .tvcrosssellingpro-grid .js-product {
        width: 33.3333%;
    }

    #product .tvcrosssellingpro-grid .js-product {
        width: 33.3333%;
    }

    #product .tvdisplayReassurance-grid .js-product {
        width: 50%;
    }


    #cart .tvcrosssellingpro-grid .js-product {
        width: 33%;
    }

    #order-confirmation .tvcrosssellingpro-grid .js-product {
        width: 33.3333%;
    }

    #blockcart-modal .tvcrosssellingpro-grid .js-product {
        width: 33.3333%;
    }

    #cms .tvcrosssellingpro-grid .js-product {
        width: 33.3333%;
    }

    .tvcrosssellingpro-block-list .tvproduct-image,
    #index .tvcrosssellingpro-block-list .tvproduct-image {
        width: 20%;
    }

    #contact .tvcrosssellingpro-block-list .tvproductdescription-wrapper {
        width: 65%;
    }

    #contact .tvcrosssellingpro-block-list .tvproduct-image {
        width: 30%;
    }

    #contact .tvcrosssellingpro-block-list .tvproduct-img-content-wrapper {
        gap: 20px;
    }

    .tvrelated_products_list_group2 {
        display: block;
        width: 100%;
    }

    .tvrelated_products_list_group2 .tvgroup_product2 {
        width: 100%;
        justify-content: center;
    }

    .related_products .tvcross_warning.alert.alert-warning {
        width: 50%;
        margin: auto;
    }

    #index .tvrelated_products_list_group2 .tvgroup_product2 {
        display: flex;
        flex-wrap: wrap;
    }

    .tvcrosssellingpro-grid-2 .product-miniature {
        width: 100%;
    }

}

@media(max-width: 767px) {
    .tvcrosssellingpro-title-wrapper .section-title {
        font-size: 18px;
    }

    #index .tvcrosssellingpro-block-list .tvproduct-img-content-wrapper {
        gap: 20px;
    }

    .tvcrosssellingpro-block-list .product-title a {
        font-size: 14px;
        height: 17px;
    }

    .tvcrosssellingpro-block-list .tvproduct-cat-name {
        font-size: 13px;
    }

    .tvcrosssellingpro-block-list .tv-product-desc {
        font-size: 13px;
    }

    .tvcrosssellingpro-products-wrapper .product-cart-btn {
        font-size: 13px;
        padding: 4px 9px;
    }

    .tvcrosssellingpro-products-wrapper .quick-view i {
        font-size: 16px;
    }

    .tvcrosssellingpro-products-wrapper .quick-view {
        padding: 1px 5px;
    }

    .tvcrosssellingpro-block-list .tvproductdescription-wrapper,
    #index .tvcrosssellingpro-block-list .tvproductdescription-wrapper {
        width: 60%;
    }

    .tvcrosssellingpro-block-list .tvproduct-image,
    #index .tvcrosssellingpro-block-list .tvproduct-image {
        width: 30%;
    }

    .tvrelated-products-slider .owl-nav .owl-prev,
    .tvrelated-products-slider .owl-nav .owl-next {
        width: 27px;
        height: 27px;
        line-height: 24px;
    }

    .tvrelated-products-slider .owl-nav .owl-prev i,
    .tvrelated-products-slider .owl-nav .owl-next i {
        font-size: 22px;
    }

    #contact .tvrelated-products-slider .owl-nav .owl-prev,
    #contact .tvrelated-products-slider .owl-nav .owl-next,
    #order-confirmation .tvrelated-products-slider .owl-nav .owl-prev,
    #order-confirmation .tvrelated-products-slider .owl-nav .owl-next {
        line-height: 21px;
    }

    #category .tvrelated-products-slider .owl-nav .owl-prev,
    #category .tvrelated-products-slider .owl-nav .owl-next {
        line-height: 24px;
    }

    .tvcrosssellingpro-group1 .product-title a {
        font-size: 14px;
        height: 17px;
    }

    .tvcrosssellingpro-group1 .product-price-and-shipping .price {
        font-size: 14px;
    }

    .tvcrosssellingpro-group1 .tvfrqbought-checkbox {
        width: 18px;
        height: 18px;
        border-radius: 2px;
    }

    .tvcrosssellingpro-group1 .tvfrqbought-checkbox::after {
        left: 4px;
        width: 6px;
        height: 12px;
    }

    #cms .tvcrosssellingpro-group1 .tvfrqbought-img {
        width: 100%;
    }
}

@media(max-width: 575px) {

    .tvcrossproduct-slider.owl-carousel,
    .tvcrosssellingpro-grid {
        margin-inline: -5px;
    }

    .tvcrossproduct-slider .js-product.product:has(.product-miniature),
    #index .tvcrosssellingpro-grid .js-product,
    #product .tvcrosssellingpro-grid .js-product,
    #product .tvdisplayReassurance-grid .js-product {
        padding-inline: 5px;
    }

    .product-miniature .thumbnail-container {
        margin-bottom: 10px;
    }

    #index .tvcrosssellingpro-grid .js-product {
        width: 50%;
    }

    #product .tvcrosssellingpro-grid .js-product {
        width: 50%;
    }

    #cart .tvcrosssellingpro-grid .js-product {
        width: 50%;
    }

    #order-confirmation .tvcrosssellingpro-grid .js-product {
        width: 50%;
    }

    #blockcart-modal .tvcrosssellingpro-grid .js-product {
        width: 50%;
    }

    #category .tvcrosssellingpro-grid .js-product {
        width: 50%;
    }

    #cms .tvcrosssellingpro-grid .js-product {
        width: 50%;
    }

    #contact .tvcrosssellingpro-block-list .tvproduct-img-content-wrapper {
        gap: 10px;
    }

    .tvgroup_product2 .item {
        max-width: 220px;
    }

    .tv_add_caer_btn_multi {
        padding: 10px 10px;
    }

    .tvalsobought-products .cart-icon i {
        font-size: 19px;
    }

    .tvalsobought-products .cart-icon {
        margin-inline-end: 18px;
    }

    .tvalsobought-products .cart-icon::before {
        right: -11px;
    }

    #index .tvrelated_products_list_group2 .tvgroup_product2 {
        justify-content: center;
    }

    .tvcrosssellingpro-grid-2 .product-title a {
        font-size: 14px;
        height: 17px;
    }

    .tvcrosssellingpro-grid-2 .tvrelated_products_des .product-title {
        margin-bottom: 5px;
    }

    .tvcrosssellingpro-grid-2 .product-price-and-shipping .price {
        font-size: 14px;
    }

    .tvcrosssellingpro-grid-2 .product-price-and-shipping .regular-price {
        font-size: .775rem;
    }
}

@media(max-width: 375px) {
    .tvrelated-products-slider .owl-nav {
        top: 18px;
        right: 1%;
    }

    .tvcrosssellingpro-title-wrapper .section-title {
        text-align: center;
    }

    #index .tvcrosssellingpro-grid .js-product {
        width: 100%;
    }

    #product .tvcrosssellingpro-grid .js-product {
        width: 100%;
    }

    #cart .tvcrosssellingpro-grid .js-product {
        width: 100%;
    }

    #order-confirmation .tvcrosssellingpro-grid .js-product {
        width: 100%;
    }

    #contact .tvcrosssellingpro-grid .js-product {
        width: 100%;
    }

    #blockcart-modal .tvcrosssellingpro-grid .js-product {
        width: 100%;
    }

    #category .tvcrosssellingpro-grid .js-product {
        width: 100%;
    }

    #cms .tvcrosssellingpro-grid .js-product {
        width: 100%;
    }

    #contact .tvcrosssellingpro-block-list .tvproductdescription-wrapper,
    #contact .tvcrosssellingpro-block-list .tvproduct-image,
    #cart .tvcrosssellingpro-block-list .tvproduct-image,
    #cart .tvcrosssellingpro-block-list .tvproductdescription-wrapper,
    .tvcrosssellingpro-block-list .tvproductdescription-wrapper,
    .tvcrosssellingpro-block-list .tvproduct-image,
    #index .tvcrosssellingpro-block-list .tvproductdescription-wrapper,
    #index .tvcrosssellingpro-block-list .tvproduct-image {
        width: 100%;
    }

    .tvrelated-products-slider .section-title {
        margin-bottom: 42px;
    }

    .tvrelated-products-slider .owl-nav {
        justify-content: center;
        width: 100%;
        margin-top: 9px;
    }

    #cart .tvcrosssellingpro-title-wrapper {
        max-width: 100%;
    }

    .tvcrosssellingpro-grid-2 .tvrelated_products_image {
        width: 100%;
    }

    .tvcrosssellingpro-grid-2 .tvrelated_products_des {
        width: 100%;
    }

    .tvcrosssellingpro-group1 .tvfrqbought-img {
        width: 100%;
    }

    .tvcrosssellingpro-group1 .tvfrqbought-des {
        width: 100%;
        margin-top: 8px;
    }

    .tvcrosssellingpro-group1 .product-title {
        margin-bottom: 5px;
    }

    #cart .tvcrosssellingpro-group1 .tvproducts-wrapper {
        width: 48%;
    }

}


@media(max-width: 480px) {
    .related_products .tvcross_warning.alert.alert-warning {
        width: 100%;
        margin: auto;
    }

    #index .tvrelated_products_list_group2 .related_products_action {
        margin: 0 20px;
    }
}

@media(max-width: 330px) {
    #index .tvrelated_products_list_group2 .related_products_action {
        margin: 0;
    }

    .related_products .tvcross_warning.alert.alert-warning {
        width: 94%;
        margin: auto;
        padding: 10px 18px;
    }
}

/*media end*/

.product-miniature .thumbnail-container:focus .product-description::after,
.product-miniature .thumbnail-container:hover .product-description::after {
    display: none;
}