
/* =============product-list--page--start============= */

.product_listArea {
    background: #e9f9f3;
    border-bottom: 1px solid #dee5e7;
    padding: 40px 0;
}
.top_product_outer{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.description_leftpnl {
    width: 55%;
    padding-right: 30px;
}
.srch_rightpnl {
    width: 45%;
}
.product_title {
    display: flex;
    align-items: center;
}
.product_title > span{
    display: inline-block;
    max-width: 40px;
    margin-right: 10px;
}
.product_title h1, .product_title h3{
    font-size: 26px;
    color: #666;
    font-weight: 400;
}
.product_title{
    margin-bottom: 20px;
}
.product_description p{
    font-size: 16px;
    color: #898989;
}
.srch_rightpnl{
    position: relative;
}
.srch_rightpnl .form-control{
    height: 40px;
    box-shadow: none;
    padding: 0 15px;
    font-size: 16px;
    color: #999;
    padding-right: 50px;
}
.prdct_submitBtn{
    height: 30px;
    width: 30px;
    background-color: transparent;
    background-image: url(../search.html);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    cursor: pointer;
}
.srch_rightpnl .form-control:focus{
    border-color: #1ca86f;
}
.product_pnlSec{
    background-color: #edf1f2;
}
.product_pnlOuter {
    display: flex;
    flex-wrap: wrap;
}
.product_leftpnl{
    width: 20%;
}
.product_rightpnl {
    width: 80%;
    padding-left: 40px;
}
.product_pnlSec{
    padding: 40px 0;
}
.catagory_menu_list, .popular_menulist{
    background-color: #fff;
    border: 1px solid #dee5e7;
}
.count_srot_outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.sort_select {
    min-width: 200px;
}
.count_text h5{
    font-size: 15px;
    color: #666;
}
.product_boxItem{
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden; 
    margin-bottom: 30px;
}
.catagory_hdng, .popular_hdng{
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.catagory_hdng h3, .popular_hdng h3{
    font-size: 16px;
    color: #666;
    font-weight: 500;
}
.catagory_row{
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    color: #666;
    font-weight: 500;
}
.menu_listing i{
    font-size: 18px;
    min-width: 20px;
    width: 20px;
    display: inline-block;
    /*margin-right: 5px;*/
}
.catagory_menu_list li{
    border-bottom: 1px solid #eee;
}
.catagory_menu_list:last-child{
    border: 0;
}
.catagory_row:hover, .catagory_row.active{
    background-color: #f6f8f8;
    color: #1ca86f;
}
.count_round {
    background-color: #edf1f2;
    padding: 3px 10px;
    font-size: 12px;
    color: #666;
    border-radius: 20px;
}
.sub_catagoty_row{
    background-color: #f6f8f8;
}
.sub_catagoty_row .catagory_row{
    background-color: transparent;
    padding-left: 40px;
}
.sub_catagoty_row .catagory_row:hover{
    background-color: #fff;
}
.sub_catagoty_row .catagory_row{
    font-weight: 400;
    font-size: 13px;
}
/*.sub_catagoty_row .catagory_row .menu_listing i{
    font-size: 16px;
}*/
.catagory_menu_list{
    margin-bottom: 20px;
}
.popular_hdng{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.popular_hdng a{
    display: inline-block;
    color: #1ca86f;
    text-transform: capitalize;
    font-size: 14px;
}
.popular_hdng a:hover{
    color: #666;
    text-decoration: underline;
}
.popular_menulist li{
    border-bottom: 1px solid #edf1f2;
}
.popular_menulist li:last-child{
    border: 0;
}
.popular_menulist li a{
    display: flex;
    align-items: center;
    padding: 10px 15px;
}
.popular_menulist li a:hover{
    background-color: #f6f8f8;
}
.popular_count{
    display: inline-block;
    background-color: #dde6e9;
    border-radius: 5px;
    color: #666;
    font-size: 11px;
    font-weight: 500;
    padding: 2px 10px;
}
.popular_icon_text {
    display: flex;
    padding: 0 10px;
}
.popular_icon{
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 7px;
    display: block;
    overflow: hidden;
    margin-right: 10px;
}
.popular_content p{
    font-size: 13px;
}
.popular_content p span{
    display: block;
}
.popular_value_count{
    display: inline-block;
    color: #999;
    font-size: 13px;
    margin-left: auto;
}
.product_pic a{
    display: block;
    height: 185px;
    overflow: hidden;
}
.product_pic  a img{
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
.product_pic{
    position: relative;
}
.ribon_tags {
    padding: 3px 10px;
    background-color: #1ca86f;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    text-transform: capitalize;
}
.ribon_tags i{
    font-size: 16px;
}
.hdng_link{
    padding: 15px;
}
.hdng_link a{
    display: inline-block;
    color: #666;
    font-size: 18px;
    font-weight: 600;
}
.hdng_link a:hover{
    color: #1ca86f;
}
.icons_rating_outer{
    padding: 0 15px 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}
.product_boxItem:hover .product_pic  a img{
    transform: scale(1.1);
}
.icons_rating_outer ul{
    display: flex;
    align-items: center;
} 
.product_icons li{
    margin-right: 7px;
}
.product_icons li:last-child{
    margin-right: 0;
}
.product_icons li a{
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.product_icons li a i{
    font-size: 16px;
}
.product_icons li a:hover{
    background-color: #1ca86f;
    color: #fff;
    border-color: #1ca86f;
}
.product_ratings li + li{
    margin-left: 5px;
}
.product_ratings li a{
    font-size: 13px;
    color: #999;
}
.product_ratings li a:hover, .product_ratings li.active a{
    color: #1ca86f;
}
.value_textOuter {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.icon_txt a{
    display: flex;
    align-items: center;
}
.icon_txt a  i{
    width: 30px;
    min-width: 30px;
    margin-right: 10px;
}
.icon_txt a span{
    font-size: 14px;
    color: #898989;
}
.icon_txt a:hover span{
    color: #1ca86f;
}
.product_value a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 15px;
    color: #898989;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.product_value a:hover{
    background-color: #1ca86f;
    color: #fff;
    border-color: #1ca86f;
}
.popular{
    background-color: #fb4314;
}

.catagory_mobile{
    display: none;
}

/* =============product-list--page---end============= */




/*===start--product--details======*/

.details_para{
    max-width: 750px;
}

.pnl_footer{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border: 1px solid #ddd;
}
.product_details_bnr .postvdo_bnr{
    margin-bottom: 0;
}
.screenshot_bx_outer{
    column-gap: 15px;
    flex-wrap: wrap;
    display: flex;
}
.screenshot_bx{
    height: 150px;
    width: 150px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background-color: #f6f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.post_editor_content.details_content_area{
    padding: 0;
}
.details_content_area .catagory_hdng h3{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}
.details_content_area .catagory_hdng{
    padding: 10px 15px;
}
.product_details_body{
    padding: 20px 15px;
}
.product_details_body a{
    display: inline-block;
    margin-bottom: 20px;
    color: #1ca86f;
}
.product_details_bnr {
    border-radius: 10px;
    overflow: hidden;
}

.right_whitebx{
    background-color: #fff;
    /*box-shadow: 0 0 15px rgba(0,0,0,0.15);*/
    border-radius: 6px;
    border: 1px solid #ddd;
}

.license_pricebx {
    padding: 15px;
}
.license_pricetop {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.license_value h2{
    font-size: 28px;
    color: #333;
    font-weight: 700;
}
.license_viewlink a{
    display: inline-block;
    font-size: 15px;
    color: #1ca86f;
    font-weight: 500;
}
.license_viewlink a span{
    font-size: 18px;
}
.license_viewlink a:hover{
    color: #fb4314;
}
.license_listing{
    margin: 20px 0;
}
.license_listing ul li{
    display: flex;
    margin-bottom: 15px;
    font-size: 16px;
    color: #666;
}
.license_listing ul li i{
    font-size: 18px;
    color: #1ca86f;
    min-height: 24px;
    display: flex;
    align-items: center;
    margin-right: 5px;
}
.license_listing ul li span{
    min-height: 24px;
    display: flex;
    align-items: center;
}
.right_whitebx{
    margin-bottom: 30px;
}
.right_whitebx:last-child{
    margin-bottom: 0;
}
.buy_now a{
    width: 100%;
    height: 40px;
    font-size: 14px;
}
.right_whitebx .catagory_hdng{
    padding: 10px 15px;
}
.information_row {
    display: flex;
    padding: 10px 15px;
    justify-content: space-between;
}
.information_row span{
    font-size: 14px;
    color: #666;
}
.information_row a{
    font-size: 14px;
    display: inline-block;
    color: #1ca86f;
}
.information_row a:hover{
    color: #000;
}
.left_info{
    width: 40%;
    padding-right: 10px;
    min-width: 40%;
}
.right_info{
    width: 60%;
}
.information_row:nth-child(even){
    background-color: #f1f1f1;
}

/*===end--product--details======*/

.btn-info {
    color: #ffffff !important;
    background-color: #23b7e5;
    border-color: #23b7e5;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #ffffff !important;
    background-color: #19a9d5;
    border-color: #189ec8;
}
.btn-block {
    padding-right: 12px;
    padding-left: 12px;
}
.btn-success {
    color: #ffffff !important;
    background-color: #27c24c;
    border-color: #27c24c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #ffffff !important;
    background-color: #23ad44;
    border-color: #20a03f;
}
.b-light {
    border-color: #edf1f2;
}
.bg-white-only {
    background-color: #fff;
}
.bg-light.lter, .bg-light .lter {
    background-color: #f6f8f8;
}
.screenshot-box {
    line-height: 100px;
    text-align: center;
	margin: 5px;
}
.screenshot-box img{ width:100%;}
.item-description a {
    color: #19a9d5;
    text-decoration: none;
    cursor: pointer;
}
.text-success {
    color: #27c24c;
}
.text-error {
    color: #EA4335;
}
.bg-light {
    color: #58666e;
    background-color: #edf1f2;
}
.item-panel .price{color:#F05328;font-size: 20px;font-weight: bold;}
.buyNow select, .buyNow .select2-container{width:45% !important; float:left;}
.buyNow #buyButton{width:50%; float:right;}
.breadcrumb.payment-success{font-size:30px; text-align:center; text-transform:uppercase;margin-bottom: 0;
    margin-top: 10px;
    color: #1ca86f;}
.breadcrumb.payment-error{font-size:30px; text-align:center; text-transform:uppercase;}
.breadcrumb.payment-error p{font-size: 12px;color: #27C24C;}

.purchaseHead, .purchaseHead p{color: green;font-size: 18px;}
.purchaseContent{margin-bottom: 10px;}
.purchaseContent p span{color: #666;font-weight: bold;}
.license_pricebx .panel-footer{
    margin-top: 10px;
    border-top: 2px solid #888;
}

.buyNow{
    width: 100%;
    display: inline-block;
}


/* The Modal (background) */
.modalPu {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modalPu .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 25%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.modalPu .popupClose {
    color: #ffffff;
    float: right;
    font-size: 20px;
    margin-right: -10px;
    font-weight: bold;
}

.modalPu .popupClose:hover, .modalPu .popupClosee:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modalPu .modal-header {
    padding: 2px 16px;
    background-color: #85b213;
    color: white;
	margin-bottom:12px;
}
.modalPu .modal-header h2{font-size:22px;padding: 10px;}
.modalPu .modal-body {padding: 2px 16px;}

.modalPu .modal-footer {
    padding: 2px 16px;
    /*background-color: #85b213;*/
    color: white;
	text-align: center;
}

.modalPu .dinput {
    outline: none;
    padding: 10px;
    background: #4597ef;
    border: 1px solid #318ced;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    letter-spacing: 1px;
	width:93%;
}
.modalPu .dinput::-webkit-input-placeholder{
	color:#fff !important;
}
.modalPu input[type="submit"] {
    outline: none;
    padding: 10px 0;
    background: #E81954;
    border: none;
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    width: 90%;
    margin: 10px;
    cursor: pointer;
    border-radius: 3px;
    font-weight: 600;
    letter-spacing: 2px;
}
.modalPu input[type="submit"]:hover {
    background: #ce164a;
}

#licenseModal h4{font-size:18px;}
#licenseModal h3{font-size:16px;}
#licenseModal p{font-size:14px;}

h1.h3{ text-transform:uppercase;}

@media only screen and (max-width: 767px){
.item-listing-title {
    height: auto;
}
}



.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #B3B4B7;
    border-radius: 4px;
    font-size: 14px;
    color: #7E7E7E;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 30px 0 10px;
    font-weight: 400;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 12px;
    width: 12px;
    background-image: url(../svg/dwn-arw.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}