#starco-master-wrapper{
    padding:100px 20px;
    background:#ffffff;
}

.sm-container{
    max-width:1300px;
    margin:auto;
}

.sm-row{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:50px;
    margin-bottom:50px;
}

.sm-card{
    background:#ffffff;
    padding:50px;
    border-radius:24px;
    box-shadow:0 25px 80px rgba(0,0,0,0.06);
    transition:all .3s ease;
	    border-left: 5px solid #235599a6;
}

.sm-card:hover{
    transform:translateY(-6px);
}

.sm-card h3{
    font-size:24px;
    margin-bottom:25px;
}

/* QUALITY SECTION */

.sm-quality-section{
    margin:80px 0;
    text-align:center;
}

.sm-quality-content{
    max-width:900px;
    margin:0 auto 20px;
}

.sm-quality-content h2{
    font-size:36px;
    margin-bottom:30px;
}

.sm-quality-image img{
    width:100%;
    border-radius:30px;
    box-shadow:0 40px 40px rgba(0,0,0,0.15);
}

/* LIST STYLE */

.sm-list ul{
    padding-left:20px;
}

.sm-list li{
    margin-bottom:10px;
}

/* VIDEO SECTION */

.sm-video-section{
   
    padding:50px 20px;
    background:white;
    text-align:center;
	padding-bottom: 0px;
}

.sm-video-inner{
    max-width:1000px;
    margin:auto;
}

.sm-video-inner h2{
    color:#000000;
    font-size:34px;
    margin-bottom:50px;
}

.sm-video-box iframe{
    width:100%;
    height:520px;
    border-radius:25px;
    box-shadow:0 40px 120px rgba(0,0,0,0.5);
}


/* Table Wrapper */
#starco-master-wrapper .sm-card {
    width: 100%;
    overflow-x: auto;
	
}

/* Table Base Style */
#starco-master-wrapper .sm-card table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    background: #fff;
}

/* Table Header */
#starco-master-wrapper .sm-card table thead {
    background: #f5f5f5;
}

#starco-master-wrapper .sm-card table thead th {
    padding: 14px 16px;
    text-align: left;
    font-weight: 600;
    border-bottom: 2px solid #ddd;
}

/* Table Body */
#starco-master-wrapper .sm-card table tbody td {
    padding: 14px 16px;
    border-bottom: 1px solid #eee;
}

/* Row Hover Effect */
#starco-master-wrapper .sm-card table tbody tr:hover {
    background: #fafafa;
}

/* Zebra Rows */
#starco-master-wrapper .sm-card table tbody tr:nth-child(even) {
    background: #fbfbfb;
}

/* Tablet Responsive */
@media (max-width: 1024px) {
    #starco-master-wrapper .sm-card table {
        font-size: 15px;
    }

    #starco-master-wrapper .sm-card table th,
    #starco-master-wrapper .sm-card table td {
        padding: 12px 14px;
    }
}

/* Mobile Responsive */
@media (max-width: 767px) {

    #starco-master-wrapper .sm-card {
        overflow-x: auto;
    }

    #starco-master-wrapper .sm-card table {
        min-width: 600px;
        font-size: 14px;
    }

}


/* RESPONSIVE */

@media(max-width:992px){
    .sm-row{
        grid-template-columns:1fr;
    }

    .sm-video-box iframe{
        height:350px;
    }.single-product div.product .product_title {
		font-size: 35px !important;align-content}
}

@media(max-width:819px){
	.mfp-inline-holder .mfp-content, .mfp-iframe-holder .mfp-content {
    max-width: 90% !important;
    transform: translate(-3%, 0%);
}
}
button.custom-inquiry-btn {
    width: 100%;
    max-width: 100%;
}
.sm-card {
    padding: 30px;
}
#starco-master-wrapper {
    padding: 0px 20px;
	padding-bottom:0;
}

@media(max-width:574px){
#starco-master-wrapper {
    padding: 50px 5px;
    background: #ffffff;
}
	.sm-card {
    padding: 15px;
}
	.sm-quality-section {
    margin: 70px 0;
    text-align: center;
}
	.sm-video-section {
    padding: 50px 0px;
		    padding-bottom: 0;
}
	.sm-video-inner h2 {
    margin-bottom: 20px;
}
	
	.single-product div.product .extice-social-share a {
    margin-bottom: 10px;
}
}




.related > h2:first-child, .upsells > h2:first-child, .cross-sells > h2:first-child {
    font-size: 49px;
}



.extice-related-products section.related.products h2 {
    font-size: 45px;
}

.extice-sorting .woocommerce-ordering .select-items div span {
    color: black;
    font-weight: 700;
}
#comments .comment-form .comment-form-cookies-consent{
    display: flex;
    align-items: baseline;
    gap: 5px;
}
#comments .comment-form .comment-form-cookies-consent {
    justify-content: left;
}


