/* Global css */

html,
body {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}
ol, ul {
    margin: 0;
}
img {
    max-width: 100%;
    vertical-align: middle;
}

.tcd-sidebar-left {
    background-color: #f6f6f6;
}

.tcd-sidebar-left .tcd-sidebar-dls {
    padding-top: 32px;
}

.tcd-sidebar-left .tcd-sidebar-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tcd-sidebar-left .tcd-sidebar-btn-1 a {
    font-size: 18px;
    font-family: "Nunito Sans";
    color: rgb(85, 85, 85);
    line-height: 2.333;
    border-bottom: 1px solid #ff0060;
    padding-bottom: 10px;
}

.tcd-sidebar-left .tcd-sidebar-btn-2 a{
    padding: 9px 60px;
    color: #fff;
    border-radius: 2px;
    background-color: rgb(255, 0, 96);
    box-shadow: 0px 9px 24px 0px rgba(255, 0, 96, 0.3);

}

.tcd-sidebar-left .tcd-sidebar-btns {
    padding-bottom: 32px;
}

.plr {
    padding-left: 30px;
    padding-right: 30px;
}

.tcd-sidebar-left .tcd-single-social {
    margin-bottom: 30px;
}

.tcd-sidebar-left .tcd-social-wrape {
    display: flex;
    align-items: center;
    background-image: url("../image/social-bg.png");
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    padding: 26px 0 26px 26px;
    border-radius: 6px;
    box-shadow: 1.247px 5.869px 15.12px 2.88px rgba(7, 6, 6, 0.09);
}

.tcd-sidebar-left .tcd-social-text {
    padding-left: 20px;
}

.tcd-sidebar-left .tcd-social-text h4 {
    font-size: 24px;
    color: rgb(18, 18, 18);
    line-height: 24px;
    margin-bottom: 5px;
    font-weight: 600;
}
  
.tcd-sidebar-left .tcd-social-text a {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0;   
    font-weight: 600;
}

.tcd-sidebar-left .tcd-production-wrapper {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

.tcd-sidebar-left .tcd-single-production {
    padding-top: 50px;
    z-index: -1;
}

.tcd-sidebar-left .tcd-production-sub-title {
    font-size: 18px;
    color: rgb(255, 0, 96);
    font-weight: 600;
}

.tcd-sidebar-left .tcd-production-title {
    font-size: 48px;
    color: rgb(18, 18, 18);
    font-weight: bold;
    line-height: 1.208;
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 32px;
}

.tcd-sidebar-left .tcd-production-details {
    font-size: 20px;
    color: rgb(85, 85, 85);
    line-height: 1.5;
    max-width: 530px;
    margin: 0 auto;
    margin-bottom: 60px;
    font-weight: 600;
}

.tcd-sidebar-left .tcd-production-details span{
    font-weight: 700;
}

.tcd-sidebar-left .tcd-single-design {
    background-image: url("../image/design.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 100px 30px 70px 30px;
    margin-top: -50px;
    z-index: 999;
    position: relative;
}
  
.tcd-sidebar-left .tcd-single-design-title {
    font-size: 48px;
    color: rgb(255, 255, 255);
    line-height: 1.208;
    margin-bottom: 50px;
}

.tcd-sidebar-left .tcd-single-design-title span {
    color: #ff0060;
}

.tcd-sidebar-left .tcd-single-design img {
    margin-bottom: 30px;
}

.tcd-sidebar-left .tcd-single-features {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 70px;
}

.tcd-sidebar-left .tcd-single-features-title {
    font-size: 48px;
    color: rgb(18, 18, 18);
    font-weight: bold;
    line-height: 1.208;
    max-width: 640px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.tcd-sidebar-left .tcd-single-features .col-lg-4 {
    margin-bottom: 30px;
}

.tcd-sidebar-left .tcd-single-wrapper {
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 51px 0px rgba(0, 0, 0, 0.33);
    padding: 40px 25px;
    height: 100%;
}

.tcd-sidebar-left .tcd-single-wrapper p {
    font-size: 20px;
    color: rgb(16, 16, 16);
    font-weight: bold;
    line-height: 1.3;
    margin-top: 21px;
    margin-bottom: 0;
}  

.tcd-sidebar-left .tcd-single-call-to-action {
    background-color: rgb(255, 0, 96);
    padding: 100px 0;
    text-align: center;
}

.tcd-sidebar-left .tcd-call-to-action-title {
    font-size: 48px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.208;
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.tcd-sidebar-left .tcd-single-call-to-action p {
    font-size: 20px;
    color: rgb(255, 255, 255);
    line-height: 1.5;
    margin-bottom: 30px;
    max-width: 620px;
    margin: 0 auto;
}
  
.tcd-sidebar-left .tcd-call-to-action-btn  {
    border-radius: 4px;
    background-color: #fff;
    padding: 22px 50px;
    display: inline-block;
    margin-top: 30px;
    font-size: 18px;
    color: rgb(18, 18, 18);
    font-weight: 600;
}

.tcd-sidebar-left .tcd-single-overview {

    text-align: justify;
}

.tcd-sidebar-left .tcd-single-demos,
.tcd-sidebar-left .tcd-single-features-list {
    padding: 0 37px;
}

.tcd-sidebar-left .tcd-single-overview h2,
.tcd-sidebar-left .tcd-single-demos h2,
.tcd-sidebar-left .tcd-single-features-list-title {
    font-size: 30px;
    color: rgb(18, 18, 18);
    line-height: 1.933;
    font-weight: 600;
}

.tcd-sidebar-left .tcd-single-overview p,
.tcd-sidebar-left .tcd-single-demos p,
.tcd-sidebar-left .tcd-single p {
    font-size: 18px;
    color: rgb(85, 85, 85);
    line-height: 1.556;
}

.tcd-sidebar-left .tcd-single-features-list {
    margin-top: 20px;
}

.tcd-sidebar-left .tcd-single-features-list ul {
    padding-left: 25px;
}

.tcd-sidebar-left .tcd-single-features-list li {
    font-size: 18px;
    color: rgb(85, 85, 85);
    line-height: 2;
    font-weight: 600;
}  

.tcd-sidebar-left .tcd-single-features-list li span {
    font-weight: 700;
}

.tcd-sidebar-left .tcd-single {
    padding: 20px 37px 40px;
}

.tcd-sidebar-left .tcd-single-title {
    font-size: 30px;
    color: rgb(18, 18, 18);
    line-height: 1.933;
}


.tcd-single-items {
    margin-top: 100px;
    background-color: rgb(246, 246, 246);
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-bottom: 80px;
    padding-top: 80px;
}

.tcd-related-products-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.tcd-single-items-shape {
    position: absolute;
    right: 5%;
}

.tcd-single-items .tcd-single-items-title, .products .tcd-single-items-title {
    font-size: 60px;
    color: rgb(18, 18, 18);
    font-weight: normal;
    line-height: 1.167;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.tcd-single-items .tcd-single-items-title::after {
    position: absolute;
    content: "";
    width: 14%;
    height: 16%;
    background-image: url(../image/shape-1.png);
    background-repeat: no-repeat;
    bottom: -10px;
    left: 63%;
}

.tcd-single-items .container, .products .container{
    padding: 100px 0;
}

.tcd-single-items .tcd-single-items-wrapper, .products .tcd-single-items-wrapper {
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 15px 46px 0px rgba(11, 11, 11, 0.04);
    margin-top: 120px;
} 
.products .tcd-single-items-wrapper {
    margin-top: 0px;
} 

.tcd-single-items .tcd-items-info-title, .products .tcd-items-info-title {
    font-size: 20px;
    color: rgb(24, 24, 24);
    line-height: 1.5;
	margin-bottom: 20px;
}

.tcd-single-items .tcd-itmes-prices, .products .tcd-itmes-prices {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tcd-single-items .tcd-itmes-prices p, .products .tcd-itmes-prices p {
    font-size: 18px;
    color: rgb(24, 24, 24);
    line-height: 1.364;
    font-weight: 600;
    margin: 0;
}

.tcd-single-items .tcd-itmes-prices a, .products .tcd-itmes-prices a {
    border-radius: 2px;
    border: 1px solid rgb(176, 176, 176);
    font-size: 15px;
    color: rgb(18, 18, 18);
    line-height: 2;
    font-weight: 600;
    padding: 3px 10px;
    margin-left: 10px;
}

.tcd-single-items .tcd-itmes-prices img, .products .tcd-itmes-prices img {
    padding: 10px 9px;
    border-radius: 2px;
    border: 1px solid rgb(176, 176, 176);
}

.tcd-single-items .tcd-itmes-preview, .products .tcd-itmes-preview{
    display: flex;
    align-items: center;
}

.tcd-single-items .tcd-items-info,  .products .tcd-items-info{
    padding: 20px 20px;
}

.tcd-swiper-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    color: rgb(18, 18, 18);
    line-height: 1.5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 13px 18px 0px rgba(1, 1, 1, 0.04);
    padding: 17px 20px;
    z-index: 999;
}

.tcd-swiper-button-wrapper .tcd-swiper-button {
    display: flex;
    align-items: center;
}
.tcd-swiper-button-wrapper .swiper-button-prev,
.tcd-swiper-button-wrapper .swiper-button-next {
    position: inherit;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 !important;
}

.tcd-swiper-button-wrapper .swiper-button-prev {
    background-color: #000;
}
.tcd-swiper-button-wrapper .swiper-button-next {
    background-color: #ff0060;
    margin-left: 10px !important;
}

.tcd-swiper-button-wrapper .swiper-button-prev::after,
.tcd-swiper-button-wrapper .swiper-button-next::after {
    display: none;
}

.tcd-single-items .tcdItems {
    position: relative;
}

/* tcd-right-side-bar */

.tcd-right-side-bar .tcd-details-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tcd-right-side-bar .tcd-details-title h5 {
    margin: 0;
    font-size: 18px;
    color: rgb(18, 18, 18);
    line-height: 1.4;
}

.tcd-right-side-bar .tcd-details-title a {
    font-size: 18px;
    color: rgb(255, 0, 96);
    line-height: 3.222;
    font-weight: 600;
}

.tcd-right-side-bar .tcd-right-details {
    border: 1px solid rgb(210, 210, 210);
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
}
  
.tcd-right-side-bar .tcd-details-title {
    padding: 0 32px;
    border-bottom: 1px solid rgb(210, 210, 210);
}
.tcd-right-side-bar .tcd-details-price {
    padding: 20px;
}

.tcd-right-side-bar .tcd-details-price label {
    font-size: 20px;
    color: rgb(18, 18, 18);
}

.tcd-right-side-bar .tcd-details-price p {
    font-size: 14px;
    color: rgb(85, 85, 85);  
    padding-left: 35px;
    margin: 0;
}

.tcd-right-side-bar .tcd-details-price fieldset {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}

.tcd-right-side-bar .tcd-details-price fieldset .price {
    font-size: 20px;
    color: rgb(18, 18, 18);
}
  

/*  */
.tcd-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tcd-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #ff0060;
}

.tcd-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

.tcd-radio input:checked ~ .checkmark {
    background-color: #ff0060;
}

.checkmark:after {
    content: "";
    position: absolute;
}

.tcd-radio input:checked ~ .checkmark:after {
    display: block;
    background: #fff;
}

.tcd-radio .checkmark:after {
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ff0060;
    transform: translate(-50%, -50%);
}

.tcd-btns {
    padding: 0 32px;
}

.tcd-btns .tcd-add-to-cart {
    border-radius: 4px;
    background-color: rgb(255, 0, 96);
    padding: 9px 96px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    display: block;
    margin-bottom: 14px;
    text-align: center;
}

.tcd-btns .tcd-buy-now {
    text-align: center;
    border-radius: 4px;
    background-color: rgb(0, 0, 0);
    padding: 9px 67px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    display: block;
    margin-bottom: 32px;
}

.tcd-details-list li {
    list-style: none;
    font-size: 15px;
    color: rgb(85, 85, 85);
    line-height: 2.5;
    font-weight: 600;
}

.tcd-details-list li img {
    margin-right: 10px;
}

.tcd-information {
    border-radius: 6px;
    border: 1px solid rgb(210, 210, 210);
    padding: 37px;
    margin: 30px 0;
    width: 100%;
}

.tcd-information-wrapper {
    display: flex;
}

.tcd-information-label {
    min-width: 150px;
    font-size: 14px;
    color: rgb(18, 18, 18);
    font-weight: 700;
}

.tcd-information-label-info {
    font-size: 15px;
    color: rgb(255, 0, 96);
    font-weight: 600;
}

.tcd-information-label-info a {
    font-size: 15px;
    color: rgb(255, 0, 96);
}
.tcd-information-label-info ul {
    padding: 0;
}
.tcd-information-label-info li {
    list-style: none;
}

.mt-23 {
    margin-top: 23px;
}

.tcd-items-by-ordain-it {
    padding: 32px 32px 22px 32px;
    border-radius: 6px;
    background-color: rgb(246, 246, 246);
    border: 1px solid rgb(210, 210, 210);
}

.tcd-items-by-ordain-it h5 {
    font-size: 20px;
    color: rgb(18, 18, 18);
    margin-bottom: 20px;
}
.tcd-items-by-ordain-it-img {
    display: flex;
    flex-wrap: wrap;
}

.tcd-items-by-ordain-it-img img {
    padding: 10px;
}

.tcd-items-by-ordain-it-img img:nth-child(1) {
    padding-left: 0;
}

.tcd-items-by-ordain-it-img img:nth-child(4) {
    padding-left: 0;
}
  

.single-product .site-content .ast-container {
    display: inherit !important;
}

.product-single-header {
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.product-single-header-content {
    padding: 110px 0px 50px 0;
    width: 900px;
    margin: auto;
}

.product-single-header-content h1 {
    font-weight: bold;
    margin-bottom: 20px;
}

.product-single-header-content ul li .wordpress-logo {
    background: #000;
    padding: 1px;
    border-radius: 5px;
}

/*section.tcd-single-sidebar {
    margin-top: 220px;
}*/
.product-single-header-content ul li:not(:first-child) {
    color: #ff0061;
}

.tcd-itmes-prices a:first-child {
    border: none !important;
    margin: 0;
    padding: 0;
}

.tcd-itmes-preview a:first-child {
    display: none;
}

.tcd-single-items .tcd-itmes-preview img, .products .tcd-itmes-preview img {
    margin-bottom: 0px !important;
}

/*header.woocommerce-products-header {
	text-align: center;
    background-image: url(../../../../uploads/2024/02/hero-background.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 30px;
    padding-bottom: 80px;
}*/

.post-type-archive.woocommerce-shop .search-bar.mb-3 {
	margin-bottom: 3rem !important;
}

h1.woocommerce-products-header__title.page-title {
    padding-top: 110px;
    padding-bottom: 20px;
}
.woocommerce-notices-wrapper {
    margin-top: 100px;
}

.search-bar.mb-3 {
    width: 100%;
    margin: 0 auto;
}

input.search-field {
    border: 0 !important;
}

.input-group-wrapper {
    padding: 10px;
    background: #fff;
    box-shadow: 46px 46px 46px 46px rgba(11, 11, 11, 0.04);
    border-radius: 4px;
    position: relative;
}

.input-group-wrapper input {
    height: 60px;
}

.input-group-wrapper button {
    position: absolute;
    right: 20px;
    top: 18px;
    padding: 10px 20px;
    border-radius: 8px;
}

.input-group-wrapper button svg {
    color: #fff;
    fill: #fff;
}

.input-group-wrapper button img {
	opacity: 0;
}

.odi-loading {
    width: 60px;
    height: auto;
    text-align: center;
}

select.orderby {
    padding: 0 15px !important;
}

button.search-submit:hover, button.search-submit:focus {
    background-color: #ff0060;
    border-color: #ff0060;
}

ul.showcase-product-filter.products.columns-3, ul.products.elementor-grid.columns-3, ul.products.columns-3 {
    display: grid !important;
    grid-column-gap: 30px !important;
	grid-row-gap: 0 !important;
    grid-template-columns: auto auto auto !important;
}
ul.showcase-product-filter {
	justify-content: center;
}

ul.showcase-product-filter.products.columns-3 a {
    text-decoration: none;
}

ul.showcase-category-filter {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    gap: 30px;
    justify-content: center;
}

ul.showcase-category-filter li a {
    text-decoration: none !important;
    border: none;
    color: #000;
    background: #fff;
    padding: 10px 20px;
	display: inline-block;
    box-shadow: 0px 15px 46px 0px rgba(11, 11, 11, 0.04);
	border-radius: 4px;
}

.woocommerce-js ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 0 !important;
}

.input-group-wrapper button img svg {
	opacity: 0;
}

.input-group-wrapper button img {
	position: relative;
}

.input-group-wrapper button:after {
	    content: "";
    position: absolute;
    background-image: url(https://itmarket24.com/ordainit/wp-content/uploads/2024/05/163073.gif);
    background-size: contain;
    background-repeat: no-repeat;
    top: 15px;
    left: 20px;
    width: 17px;
    height: 17px;
    opacity: 1;
    z-index: 999;
}

@media only screen and (max-width: 991px) {
  ul.showcase-product-filter.products.columns-3, ul.products.elementor-grid.columns-3, ul.products.columns-3 {
		grid-template-columns: auto auto !important;
	}

    .left-sidebar.scrolled {
        left: 0;
    }
}

@media only screen and (max-width: 600px) {
  ul.showcase-product-filter.products.columns-3, ul.products.elementor-grid.columns-3, ul.products.columns-3 {
		grid-template-columns: auto !important;
	}
	
    ul.showcase-category-filter {
        gap: 15px;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-left: 0;
        display: block;
        text-align: center;
    }
	ul.showcase-category-filter li {
		min-width: fit-content;
		padding: 6px 0;
	}
	.product-single-header-content {
		width: 100%;
	}
	
	.search-bar.mb-3 {
		width: 100% !important;
		margin: 0 auto;
	}
}

.tcd-itmes-preview a {
    position: relative;
    transition: .3s all;
}


.tcd-itmes-preview a:nth-child(3):hover, section.tcd-single-sidebar a.button.wc-forward:hover, .woocommerce .coupon button.button:hover {
    background-color: #FF0060 !important;
    color: #fff !important;
}

.fluent_form_btn a {
	color: #000;
	font-weight: 700;
	transition: .3s all;
}

img.ordaint_thumbnail {
    width: 100%;
    margin-bottom: 30px;
}

body.blog div#primary {
    margin-top: 0 !important;
}

.breadcrumb_wrap_custom {
    padding: 120px 0;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.breadcrumb_wrap_custom h2, .breadcrumb_wrap_custom h2 a {
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 38px;
}
 .breadcrumb_wrap_custom h2 a {
    color: #FF0060;
}

.entry-content ul, .entry-content ol {
    padding: revert;
    margin: revert;
    padding-left: 50px !important;
}

.container.ordain_blog_single .widget-area.secondary {
    margin: 0 !important;
    width: 100% !important;
}

.container.ordain_blog_single  .content-area.primary {
    width: 100% !important;
    margin-top: 0 !important;
}

.container.ordain_blog_single header.entry-header {
    display: none;
}

.breadcrumb_wrap_custom h6 img {
    margin-right: 9px;
    border-radius: 50px;
}

.breadcrumb_wrap_custom h6 span {
    color: #FF0060;
}

.breadcrumb_wrap_custom h6 {
    font-size: 14px;
    margin-bottom: 15px;
}
.sidebar-main .widget {
    padding: 0 !important;
    margin-bottom: 30px !important;
}

.sidebar-main .widget ul {
    padding-left: 0 !important;
}

ul.wp-block-archives-list.wp-block-archives {
    padding-left: 0;
}

.container.ordain_blog_single article.post {
    padding: 0;
}

.container.ordain_blog_single article.post .wp-block-heading {
    margin: 15px 0 !important;
}

.sidebar-main .wp-block-heading, .sidebar-main .widget-title {
    font-size: 20px !important;
    text-transform: uppercase;
    font-weight: 700;
}
.left-sidebar.scrolled {
    position: fixed;
    top: 20%;
}

.table-content h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: rgb(100, 101, 104);
    font-weight: 700;
}

.created-by {
    position: relative;
}

.created-by img {
    max-width: 50px;
    position: absolute;
    left: 0;
    top: 15%;
}

.created-by h2 {
    padding-left: 71px;
    font-size: 22px;
    font-weight: 700;
}

.created-by h2 span {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #686868;
}
._side_product_area h2{
    font-size: 22px;
    font-weight: 700;
}

.tcd-information.company_product {
    text-align: center;
}

.single-item_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
}

.single-item_wrap a {
    width: 31%;
    /* margin-right: 6px; */
}


.single-item_wrap img {
    width: 100%;
    height: 90px;
    padding: 5px !important;
    object-fit: cover;
    box-shadow: none !important;
    background: #fff;
    border-radius: 5px;
    border: 1px solid rgb(247, 235, 246);
}





.sidebar-main .widget ul li a {
    color: #666666;
    transition: .3s all;
}

.sidebar-main .widget ul li a:hover {
    color: red;
}

ul.product_list_widget img {
    height: 50px;
    width: 50px;
    object-fit: cover;
}

ul.product_list_widget li a {
    font-size: 14px !important;
    line-height: 24px;
}

ul.product_list_widget li {
    padding-left: 85px !important;
}

.short-descriptions {
    background: #f3f4f8;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;


}

.short-descriptions .feature-common ul li.no {
    font-weight: 500;
}


