/*
Theme Name: Newspaper Child
Theme URI: http://tagdiv.com
Template: Newspaper
Author: tagDiv
Author URI: http://themeforest.net/user/tagDiv/portfolio
Description: Premium WordPress template, clean and easy to use.
Tags: black,white,one-column,two-columns,fixed-layout
Version: 10.3.1.1589868590
Updated: 2020-05-19 06:09:50

*/
.prod_left_inner {
    width: 40%;
    float: left;
    padding: 0px 35px 0px 0px;
}
.prod_right_inner {
    width: 60%;
    float: left;
}
.prodtopdiv {
    width: 100%;
    display: inline-block;
    position: relative;
    border-bottom: 1px dashed #2ca928;
    margin-bottom: 25px;
}
.cart_btn {
    margin-top: 15px;
    margin-bottom: 15px;
}
.prod_right_inner h3 {
    font-size: 20px;
    line-height: 26px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.prod_description {
    width: 100%;
    position: relative;
    display: inline-block;
        margin-bottom: 15px;
}
.formdiv input, .formdiv select, .formdiv textarea {
    margin-bottom: 20px;
}
div#user-submitted-posts label {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
select#selectplan {
    margin-bottom: 15px;
}
.fielddiv{
   position : relative; 
}
#sub_button{
    /* position: absolute !important;
    top: 0px;
   left: 0px; */
    z-index: 1;
    background: #2da929;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    border: 0px;
    padding: 8px 25px;
    cursor:pointer;
}
#td-outer-wrap div#primary {
    width: 1068px;
    margin-right: auto;
    margin-left: auto;
}
.products_ul {
    width: 100%;
	margin-bottom: 50px;
	display: flex;
}
.product_li {
    width: 30%;
    display: inline-block;
	box-shadow: 0 3px 6px rgb(136, 206, 135), 0 3px 6px rgba(0,0,0,0.23);
	vertical-align: top;
	text-align: center;
	padding: 50px 30px;
}
.product_li:nth-child(even) {
  margin-left: 4.5%;
  margin-right: 4.5%;
}
.product_li:nth-child(3n - 2) h3 {
    color: #00abff;
    margin: 0px 0px 15px 0px;
    font-weight: bold;
}
.product_li:nth-child(3n - 1) h3 {
    color: orange;
    margin: 0px 0px 15px 0px;
    font-weight: bold;
}
.product_li:nth-child(3n) h3 {
    color: #2ca928;
    margin: 0px 0px 15px 0px;
    font-weight: bold;
}
span.price .woocommerce-Price-currencySymbol {
   color: #2ca928;
    font-size: 24px;
    font-weight: bold;
    padding-right: 5px;
    top: -5px;
    left: 5px;
    position: absolute;
}
span.price {
    font-size: 18px;
	position: relative;
	padding-left: 22px;
	margin-bottom: 20px;
    display: inline-block;
	font-weight: 600;
}
.cart_btn a{
background-color: #2da929;
    border-radius: 0;
    color: #fff;
    border: none;
    padding: 8px 15px;
    font-weight: 500;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;	
}
.product_li .prod_description {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
}
@media (max-width: 767px) and (min-width: 320px){
.product_li {
    width: 100%;
	margin-bottom: 30px;
}
.products_ul {
    display: inline-block;
}
.product_li:nth-child(even) {
  margin-left: 0%;
  margin-right: 0%;
}
}
img.menu_img {
    width: 28px;
    vertical-align: middle;
}

.td-icon-path:before {
	content: ' ';
}
i.td-icon-font.td-icon-path {
    background-position: center;    
	background-image: url('https://arabnewswire.com/wp-content/uploads/2020/07/ami2.png');
	
    background-repeat: no-repeat;
    background-size: 100% 55%;
}
/*.td-header-main-menu {
    text-align: left;
}
.td-footer-wrapper ul {
    text-align: left ;
}
.prod_description ul {
    text-align: left;
    direction: ltr;
}
ul#menu-category-menu {
    direction: ltr;
}
.widget {
    direction: ltr;
}
.td_ajax_load_more {
    direction: ltr;
}
.single .comments {
    direction: ltr;
}

.products_ul {
    direction: ltr;
}
span.price {
    direction: ltr;
}
.product_li h3 {
    direction: ltr;
}
.lefttoright {
    direction: ltr;
}*/