﻿.backrgoundddd {
    background-image: url(/Images/MyImages/HomeAbout/Convertec-BGImages-33.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cta-title2 {
    font-size: 4rem !important;
}

.cta-desc2 {
    font-size: 2rem !important;
}
.btnsendd {
    border-radius: 20px !important;
    color: white !important;
    cursor: pointer;
}

    .btnsendd:hover {
        background: white !important;
        color: #223d44 !important;
        border-color: white !important
    }

    .btnsendd:focus {
        background: white !important;
        color: #223d44 !important;
        border-color: white !important
    }

    .btnsendd:active {
        background: white !important;
        color: #223d44 !important;
        border-color: white !important
    }



@media only screen and (min-width: 1200px) {
    .product-main-image img {
        height: 400px !important;
        object-fit: contain;
    }
}


.product-gallery-item {
    max-width: 100% !important;
    border: 1px solid #e0d5d5;
    padding: 5px;
}
.product-zoom2 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.product-main-image {
    border: 1px solid #e0d5d5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}

.product-gallery-item:before{
    border:none!important;
}

.product-image-gallery {
    margin-left: 0 !important;
}

.details-filter-row label {
    width: 100% !important;
    font-size: 2rem !important;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0d5d5
}

.product-size a {
    margin-bottom:10px;
}