/*----- Two Column Css -----*/
/*.cs_multi_column {
    border: 1px solid #9b9b9b;  
    display: table;
    width: 300px;
    margin: 0 auto;
}*/
#cs_container_id {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
}
.cs_multi_column ,#cs_container_id .cs_multi_column{
	font-family: 'Open Sans', sans-serif;
}
.buttn_container .btn,
#cs_container_id .buttn_container .btn
{
	font-size:15px;
	font-weight: 600;
	text-transform: inherit;
}
.cs_multi_column .product_img,
#cs_container_id .cs_multi_column .product_img
{
	width: 100%;
	float: left;
	text-align:center;
}
.cs_multi_column .product_img img,
#cs_container_id .cs_multi_column .product_img img {   
    object-fit: fill;    
    max-width:100%;
    margin:0 auto;
    border-radius: 0px !important;
}
/*#cs_customize_template_tab .product_img img{
    height: 200px;
    width: 100%;
}*/
.cs_multi_column .product_item_details,
#cs_container_id .cs_multi_column .product_item_details
{
	width: 100%; 
	display: inline-block;
	float: left;
}
#cs_container_id table {
    table-layout: unset;
    border-left:none;
}
#cs_container_id table td {
    border:none;
}
.cs_multi_column .product_name, 
#cs_container_id .cs_multi_column .product_name {
    border-bottom: 1px solid #ddd;
    padding: 10px 10px;
    margin-bottom:6px;display: inline-block;width: 100%;
}
.cs_multi_column .innerdiv_outer,
#cs_container_id .cs_multi_column .innerdiv_outer
{
	padding:0px 10px 14px;
} 

/*.cs_multi_column .product_item_details h3 {
    font-size: 18px;
    margin-bottom: 0px;
    color: #555;
    font-weight: 500;
    line-height: normal;
    font-style: normal;
    text-align:center;
}*/
#cs_container_id .cs_multi_column .product_item_details a 
{
    text-decoration: none;
}
#cs_container_id a.buy_more_cedits {
    text-decoration: none;
}
#cs_container_id .cs_multi_column .product_item_details h3, .cs_multi_column .product_name h3 {
    text-align: center;
    font-size: 21px;
    margin: 0px !important;
    margin-bottom: 0px !important;
    color: #ff634d;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    line-height: 30px;
    padding: 0px;
}
#cs_container_id .cs_multi_column .product_item_details a {
    text-decoration: none;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
#cs_container_id div, #cs_container_id{ 
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important
}
.cs_multi_column .product_description,
#cs_container_id .cs_multi_column .product_description{
  padding: 3px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.cs_multi_column .product_item_details p,
#cs_container_id .cs_multi_column .product_item_details p {
    font-size: 16px;
    color: #333;
    margin-bottom: 0;
    font-family: inherit;
    font-family: inherit;
    line-height: 24px;
    text-align: left;
    font-weight: inherit;
    margin-top:0px;
  	padding: 0;
}
.cs_multi_column .product_item_details  a.read_more,
#cs_container_id .cs_multi_column .product_item_details  a.read_more
 {
    color: #007bff;
    float: right;
    font-size: 13px;
    padding: 0 7px;
    box-shadow: none;
    outline: none;
    width: 100%;
    text-align: right;
    line-height: normal;
    font-style: normal;
}
#cs_container_id .cs_multi_column .product_item_details h5, .cs_multi_column .product_item_details h5{  
    font-size: 16px;
    margin-bottom: 10px;   
    color: #333;
    font-weight: 700;
    margin-top: 7px;
    font-family: 'Open Sans', sans-serif;
    text-align:left;
	padding:0;
}   

.cs_multi_column .addto_cart,
#cs_container_id .cs_multi_column .addto_cart {
    font-size: 15px; 
    font-weight: 500;
    color: #fff;
    background: #64a2f7;
    background-color: #64a2f7;
    border-color: #64a2f7;
    border-radius: 5px;
    letter-spacing: 0;
    line-height: normal;
    font-style: normal;
    box-shadow: none;
    padding: 8px 12px;
} 
.cs_multi_column .buy_now_btn,
#cs_container_id .cs_multi_column .buy_now_btn {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #f56640;
    background-color: #f56640;
    border-color: #f56640;
    border-radius: 5px;
    letter-spacing: 0;
    line-height: normal;
    font-style: normal;
    box-shadow: none;
    padding: 8px 12px; 
}


table.dataTable.no-footer ,
#cs_container_id table.dataTable.no-footer {
    border-bottom: 1px solid #ddd;
    padding-bottom: 24px;
    margin-bottom: 16px;
    border-top: none;
} 

.creditStore_frontend_wrapper,
#cs_container_id .creditStore_frontend_wrapper{
	margin:0 auto;
}

#credit_store_frontend_datatable [class*=' col-'] ,
#cs_container_id #credit_store_frontend_datatable [class*=' col-'] ,
.storeFrontPreview_outer [class*=' col-'] {
    float: left;
    padding: 0px 10px;  
}

#credit_store_frontend_datatable table.dataTable tbody th, #credit_store_frontend_datatable table.dataTable tbody td,
#cs_container_id #credit_store_frontend_datatable table.dataTable tbody th, #cs_container_id #credit_store_frontend_datatable table.dataTable tbody td {
    padding: 8px 0px;
}

#cs_container_id .creditStore_frontend_wrapper .form-row>.col, #cs_container_id .creditStore_frontend_wrapper .form-row>[class*=col-] {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
#cs_container_id .creditStore_frontend_wrapper .form-row {	
    margin-right: 0px !important;
    margin-left: 0px !important;
}
#cs_container_id .creditStore_frontend_wrapper table.dataTable tbody, table.dataTable tbody {
    margin:0px -10px;
    display:block;
}
#cs_container_id .creditStore_frontend_wrapper table.dataTable tbody th, #cs_container_id table.dataTable tbody td {
    padding: 0px !important;
    display: block;
}

#cs_container_id .creditsAvail {
    margin: 0;
}

#credit_store_frontend_datatable_wrapper label{
	margin-bottom:0px;
	color:#333 !important;
}

#credit_store_frontend_datatable {
    margin-top: 20px;
    padding-top: 15px;
}

#credit_store_frontend_datatable_wrapper {
    padding: 20px 0 0; 
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
	box-shadow:none;
}
.creditStore_frontend_wrapper a{
    box-shadow: 0 0px 0 0 currentColor !important;
}
 


#cs_container_id   .product_item_details h5 *,  .product_item_details h5 *{
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    font-family: inherit;
}
 #cs_container_id  a.read_more *{
 font-size: inherit;
    color: inherit;
    font-weight: inherit;
    font-family: inherit;
 }
 
.storeFrontPreview_outer .buttn_container { 
    display: inline-block;
    padding-bottom: 0;
    position: relative;
    width: 100%;
}

/*for read more*/
#cs_container_id .cs_multi_column .product_item_details a.read_more {   
    float: right;
    width: auto;
    line-height: 23px;
}
 #cs_container_id .cs_multi_column .product_item_details p {
    float: left;
    width: auto;
}
  #cs_container_id .buttn_container.buy_now_btn_hide .cs_frontend_btn.float-right,  #cs_container_id .buttn_container.buy_now_btn_hide .cs_frontend_btn.float-right > div {
display: inline-block;
width: 100% !important;
text-align: center;
}
#cs_container_id  .product_description p.frontend_visibility{
	   display: inline !important;
		float: none !important;
}



#credit_store_frontend_datatable_wrapper .cs_multi_column.product_item .backend_visibility {display: none !important; }

.creditstore_container .dataTables_wrapper .dataTables_filter input, 
.creditstore_container .dataTables_wrapper .dataTables_length select {background-color:#fff; padding: 7px; width: auto; margin-left: 3px !important; border: none; border: 1px solid #ddd; height: 40px; margin-bottom: 20px; }

.creditstore_container .dataTables_wrapper .dataTables_filter label, 
.creditstore_container .dataTables_wrapper .dataTables_length label {color: #333; font-size: 16px; line-height: normal; }

.creditstore_container table.dataTable {width: 100% !important;border-collapse: collapse;}

.creditsAvail {display: flex; align-items: center; justify-content: space-between; padding-bottom: 15px; border-bottom: 1px solid #ddd; margin-bottom: 15px; }

.creditsAvail .credits_avail_left {border: 2px solid #2a6fce; padding: 6px 15px; border-radius: 4px; font-size: 16px; font-weight: 600; color: #2a6fce; text-transform: uppercase; }

.creditstore_container .dataTables_wrapper .dataTables_info , 
.creditstore_container .dataTables_wrapper .dataTables_paginate {font-size: 15px;}

.creditstore_container .dataTables_wrapper .dataTables_paginate .paginate_button {padding: 6px 10px;line-height: normal;}

.creditstore_container .dataTables_wrapper .dataTables_info {padding-top: 8px; }

.cs_multi_column.product_item .product_item_details .price_container h5, 
.cs_multi_column.product_item .product_item_details .buttn_container {display: flex;justify-content: space-between;}


div#credit_store_frontend_datatable_length > label {
    display: flex;
    gap: 10px;
    align-items: center;
}

div#credit_store_frontend_datatable_length > label select {
    margin-bottom: 0;
}

#credit_store_frontend_datatable tbody {
    display: table-row-group;
}

#cs_container_id #credit_store_frontend_datatable tbody tr td {
    padding: 8px 10px!important;
}

   
@media screen and (max-width: 640px){
	#cs_container_id {
		padding: 10px !important;
	}
	
}

