@charset "utf-8";
/* CSS Document */

/* dropdown fade effect */
@media screen and (min-width: 768px) {
    
  .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{
		display: block;
	}
	.dropdown-menu{
		margin-top: 0;
	}
	.dropdown-toggle{
		margin-bottom: 2px;
	}
	.navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
		margin-bottom: 0;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu
	{
	margin-top:-5px;
	}
	
}
/* dropdown fade effect */
.section-header fa,.section-header
{
font-size:14px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:22;
}
.section-header fa, .section-header

button:focus,a:focus,input[type="submit"],input[type="text"]
{
outline:none;
}
.dropdown-menu
{
font-size:14px;
}
#no-radius
{
border-radius:0;
}
textarea:focus, input:focus{
    outline: none;
}
.form-control:focus
{
box-shadow:none;
outline: none;
}

/* login form */

.form-heading { color:#fff; font-size:23px;}
.panel h2{ color:#444444; font-size:18px; margin:0 0 8px 0;}
.panel p { color:#777777; font-size:14px; margin-bottom:30px; line-height:24px;}

.main-div {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 2px;
  margin: 10px auto 30px;
  padding: 30px 70px 20px 71px;
}

.login-form .form-group {
  margin-bottom:10px;
}
.login-form .form-group
{
text-align:left;
}
.login-form{ text-align:center;}
.forgot a {
  color: #777777;
  font-size: 14px;
  text-decoration: underline;
}


.forgot {
  text-align: left; margin-bottom:30px;
}
.botto-text {
  color: #ffffff;
  font-size: 14px;
  margin: auto;
}
.login-form .btn.btn-primary.reset {
  background: #ff9900 none repeat scroll 0 0;
}

.back { text-align: left; margin-top:10px;}
.back a {color: #444444; font-size: 13px;text-decoration: none;}
/* login form */

.carousel-item img
{
max-height:330px;
object-fit:cover;
}
#footer_form input[type="text"]
{
line-height:25px;
}
.footer-box-info ul 
{
    list-style-type: none;
    padding: 0;
    margin: 0; 
}
.footer-box-info li 
{
    display: inline-block; 
}
.footer-box-info a i,.social-share a i 
{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #000;
    margin-right: 5px;
    color: #fff; 
}
.social-share ul
{

list-style-type: none;
    padding: 0;
    margin: 0;
}
.social-share li
{
display: inline-block;
}
.footer-box-info a:hover
{
	text-decoration:none;
}
.footer-box-info a i.fa-facebook,.social-share a i.fa-facebook 
{
      background-color: #3B5998; 
}
.footer-box-info a i.fa-twitter,.social-share a i.fa-twitter
{
      background-color: #55ACEE; 
}
.footer-box-info a i.fa-google-plus,.social-share a i.fa-google-plus
{
      background-color: #DD4B39; 
}
.footer-box-info a i.fa-pinterest,.social-share a i.fa-pinterest
{
      background-color: #E6001A; 
}
.footer-box-info a i.fa-instagram,.social-share a i.fa-instagram
{
      background-color: #C10076; 
}
.social-share a i.fa-linkedin
{
   background-color: #0077B7;
}
.section-footer a
{
color:#fff;
}
.payment-icon
{

max-height:30px;
object-fit:cover;
}
.categorylist ul li a .post-count
{
float:right;
}
.categorylist ul li a
{
color:#000;
line-height:35px;
}
.items-bordered-wrap .itemside:not(:last-child) {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.post-date
{
font-size:12px;
}
.itemside a
{
font-weight:normal;
}
.blog-img-lg
{
object-fit:cover;
max-height:400px;

}
.blog-post-loop
{
left: 0;
top: 0;
position: relative;
overflow: hidden;

}

.blog-post-loop img
{
-webkit-transition: 0.6s ease;
transition: 0.6s ease;
}
.blog-post-loop img:hover
{
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.blog-post-loop .post-date {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #fff;
    box-shadow: 0 0 9px rgba(0,0,0,.1);
    z-index: 2;
    display: inline-block;
    min-width: 53px;
    text-align: center;
}
.blog-post-loop .post-date .post-date-day {
    padding-top: 4px;
    font-size: 24px;
}
.blog-post-loop .post-date .post-date-month {
    padding-bottom: 8px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
}
.blog-post-loop .post-date .post-date-day, .blog-post-loop .post-date .post-date-month {
    display: block;
    color: #1B1919;
}
.blog-meta .comment-view,.blog-meta .date-time
{
display:inline-block;
}

.blog-meta .date-time p
{
display: inline-block;
margin-right: 25px;

}
.blog-meta .date-time p a
{
color:#000000;
font-weight:bold;
}

.blog-meta .comment-view p
{
display: inline-block;
margin-right: 25px;
color: #898f96;
}

/* comment */

.comments {
  
  max-width: 60.75rem;
  padding: 0 1.25rem;
}

.comment-wrap {
  margin-bottom: 1.25rem;
  display: table;
  width: 100%;
  min-height: 5.3125rem;
}

.comments .photo {
  padding-top: 0.625rem;
  display: table-cell;
  width: 3.5rem;
}
.comments .photo .avatar {
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 50%;
  background-size: contain;
}

.comment-block {
  padding: 1rem;
  background-color: #fff;
  display: table-cell;
  vertical-align: top;
  border-radius: 0.1875rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}
.comment-block textarea {
  width: 100%;
  resize: none;
}

.comment-text {
  margin-bottom: 1.25rem;
}

.bottom-comment {
  color: #acb4c2;
  font-size: 0.875rem;
}

.comment-date {
  float: left;
}

.comment-actions {
  float: right;
}
.comment-actions li {
  display: inline;
  margin: -2px;
  cursor: pointer;
}
.comment-actions li.complain {
  padding-right: 0.75rem;
  border-right: 1px solid #e1e5eb;
}
.comment-actions li.reply {
  padding-left: 0.75rem;
  padding-right: 0.125rem;
}
.comment-actions li:hover {
  color: #0095ff;
}

/* comment */
.alert .close
{
color:#000000 !important;
}
.img-wrap .item-thumb
{
height:170px;
min-width:300px;
width:100%;
object-fit:cover;
object-position: 0 0;
}
.featured-box .item-title
{
overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: break-word;
  font-size:16px;
}
.price-color
{
color: #EF5F5F !important;
font-weight:600;
}
.custom-sm
{
font-size:13px !important;
padding:5px !important;
}
.ash-color
{
color:#212529 !important;
}
.f0
{
font-size:0px;
}
.f10
{
font-size:10px;
}
.f11
{
font-size:11px;
}
.f12
{
font-size:12px;
}
.f13
{
font-size:13px;
}
.f14
{
font-size:14px;
}
.f15
{
font-size:15px;
}
.f16
{
font-size:16px;
}
.f17
{
font-size:17px;
}
.f18
{
font-size:18px;
}
.f19
{
font-size:19px;
}
.f20
{
font-size:20px;
}
.f21
{
font-size:21px;
}
.f22
{
font-size:22px;
}
.f23
{
font-size:23px;
}
.f24
{
font-size:24px;
}
.f25
{
font-size:25px;
}
.flash-label
{
background:#EF5F5F;
color:#fff;
}
.h5
{
font-size:13px;
}
.homeblog
{
height:170px;
width:100%;
object-fit:cover;
}
.card 
{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.item-details .featured-img
{
height:450px;
width:100%;
object-position: 0 0;
object-fit:cover;
}
/* tabs */
.tabs {
  
  margin: 0 auto;
  
}
#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab-button li {
  display: table-cell;
  width: 20%;
}
#tab-button li a {
  display: block;
  padding: .5em;
  background: #eee;
  border: 1px solid #ddd;
  text-align: center;
  color: #000;
  text-decoration: none;
}
#tab-button li:not(:first-child) a {
  border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
  border-bottom-color: transparent;
  background: #fff;
}
.tab-contents {
  padding: .5em 2em 1em;
  
}

.tab-button-outer {
  display: none;
}
.tab-contents {
  margin-top: 20px;
}
select#tab-select
  {
  width:90%;
  height:35px;
  line-height:35px;
 
  }
@media screen and (min-width: 768px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .tab-select-outer {
    display: none;
  }
  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
  
}

/* tabs */
.price-text
{
font-size:24px;
}
.bvalidator-red-tooltip
{
z-index:1;
}

/* ********* items comment area********** */
.thread {
  /* ********* items review area********** */
  /* thread review2 */
}

.thread .thread-list .single-thread {
  border-bottom: 1px solid #ececec;
  /* nested comment area css */
}

.thread .thread-list .single-thread .media {
  padding: 30px 10px 26px;
}

.thread .thread-list .single-thread .media-left {
  padding-right: 19px;
}

.thread .thread-list .single-thread .media-left a {
  display: inline-block;
  height: 70px;
  width: 70px;
}

.thread .thread-list .single-thread .media-left a img {
  max-width: 100%;
  border-radius:50px;
  -webkit-border-radius:50px;
}

.thread .thread-list .single-thread .media-body .media-heading, .thread .thread-list .single-thread .media-body .comment-tag {
  display: inline-block;
}

.thread .thread-list .single-thread .media-body .media-heading h4 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 26px;
}

.thread .thread-list .single-thread .media-body .media-heading span {
  color: #7e7e7e;
  font-size: 15px;
  line-height: 26px;
}

.thread .thread-list .single-thread .media-body .comment-tag {
  vertical-align: top;
  font-size: 12px;
  color: #fff;
  line-height: 28px;
  text-transform: capitalize;
  -webkit-border-radius: 200px;
          border-radius: 200px;
  font-weight: 500;
  padding: 0 10px;
  margin-left: 15px;
}

.thread .thread-list .single-thread .media-body .comment-tag.buyer {
  background: #000000;
}

.thread .thread-list .single-thread .media-body .comment-tag.author {
  background: #0674ec;
}

.thread .thread-list .single-thread .media-body a.reply-link {
  float: right;
  display: inline-block;
  font-size: 15px;
  color: #0674ec;
  padding-top: 18px;
}

.thread .thread-list .single-thread .media-body a.reply-link:hover {
  color: #7347c1;
}

.thread .thread-list .single-thread .media-body p {
  padding-top: 14px;
  margin-bottom: 0;
}

.thread .thread-list .single-thread .depth-2 {
  margin-left: 93px;
  border-top: 1px solid #ececec;
  border-bottom: 0;
}

.thread.thread_review .thread-list .single-thread.depth-2 .media-body .media-heading {
  display: inline-block;
}

.thread.thread_review .thread-list .single-thread.depth-2 .media-body .media-heading span {
  margin: 0;
}

.thread.thread_review .thread-list .single-thread .media-body .media-heading {
  display: block;
}

.thread.thread_review .thread-list .single-thread .media-body .media-heading a {
  display: inline-block;
}

.thread.thread_review .thread-list .single-thread .media-body .media-heading span {
  
}

.thread.thread_review .thread-list .single-thread .media-body .media-heading .rev_item {
  margin-left: 15px;
  color: #0674ec;
}

.thread.thread_review .thread-list .single-thread .media-body p {
  padding-top: 18px;
}

.thread.thread_review .thread-list .single-thread .media-body .rating {
  display: inline-block;
}



.thread.thread_review2 {
  -webkit-box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);
  box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);
  background: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.thread.thread_review2 .rev_time {
  font-size: 15px;
  color: #7e7e7e;
  line-height: 26px;
}

/* comment reply form */
.comment-reply-form textarea, .comment-form-area .comment-form textarea {
  height: 79px;
  background: #eff1f5;
  border: none;
  resize: none;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 15px;
  width:100%;
}

.comment-reply-form button, .comment-form-area .comment-form button {
  margin-top: 20px;
}

.comment-form-area {
  padding: 30px;
}

.comment-form-area h4 {
  color: #000;
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 20px;
}

.comment-form-area .comment-form .media-left {
  margin-right: 15px;
}

.comment-form-area .support__comment .trumbowyg-box {
  margin-top: 0;
}
.media-object
{
width:80px;
height:auto;
border-radius:50px;
-webkit-border-radius:50px;
}
ul
{
margin-bottom:0;
}
li {
    list-style: none;
}
.rating ul {
  float: left;
  padding-bottom: 0;
  padding-left: 0;
 
}

.rating ul li {
  float: left;
  margin-right: 3px;
}

.rating ul li span.fa-star, .rating ul li span.fa-star-half-o {
  color: #ffc000;
}

.rating ul li span.fa-star-o {
  color: #7e7e7e;
}

.rating-inline
{
display:inline-block;
}
.recent_star .fas,.recent_star .far
{
font-size:12px;
}
.searchbox input[type="text"]
{
line-height:28px;
}
.searchbox button
{
line-height:28px;
}
.section-pagetop .title-page,.breadcrumb-item + .breadcrumb-item::before
{
color:#FFFFFF;
opacity:1;
}
.by-category a
{
line-height:30px;
}
.fav-trash
{
position:absolute;
z-index:1;
right:15px;

padding:0px 0px 0px 0px;
text-align:center;
font-size:20px;
top:-5px;
}
.fav-trash a
{

color:#FF0000;
}
.fav-trash .far
{
background:#fff;
}
.navbar {
    -webkit-box-shadow: 0 5px 6px -6px #B1B1B1;
    -moz-box-shadow: 0 5px 6px -6px #B1B1B1;
    box-shadow: 0 5px 6px -6px #B1B1B1;

    /* the rest of your styling */
}
.red-color,#card-errors
{
color:#FF0000;
}
.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.countdown-timer {

  
}

.countdown-timer ul li span
{
font-size:30px;
font-weight:bold;
line-height:20px;
opacity:1;
}
.countdown-timer ul li div
{
font-size:12px;
opacity:1;
}

/* ribbon */

.ribbon {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}

/* ribbon */
.dropdown .earnings
{
color:#FFFFFF;
}
.addinfo span
{
font-weight:bold;
}
.footer-logo
{
max-height:40px;
}
.red-text
{
color:#FF0000 !important;
}
.foru_heading
{
font-size:150px;
}
.bvalidator-red-tooltip
{
left:0px !important;
}