/*
Theme Name: worX Child
Author: UX Themes
Template: mts_wordx
Version: 3.0
*/

/*** home page ***/
.front-view-content {
    display: none;
}

.pagination .page-numbers{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

a.prev.page-numbers,
a.next.page-numbers{
    position: relative;
    color: transparent !important;
}
a.prev.page-numbers:before {
    content: "<";
    font-size: 18px;
    color: #f8ffff !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 16px;
    top: -2px;
}
a.next.page-numbers:before{
    content: ">";
    font-size: 18px;
    color: #f8ffff !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 16px;
    top: -2px;
}
/*** home page ***/
/*** Single Post ***/
.share-item{
	margin-right: 5px;
}
.post-type-1, .post-type-11 {
    width: 100%;
    float: unset;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.latestPost {
    width: 48.194%;
    float: left;
    margin-bottom: 53px;
    margin-right: 0;
}
/*** Single Post ***/
#site-footer p {
    color: #c1c9d1;
}
/*** media ***/
@media only screen and (min-width: 866px) {
  #header{
  	display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  /*** home page ***/
.front-view-content {
    display: none;
}
/*** home page ***/
/*** Single Post ***/
.single-post .related-posts .featured-thumbnail img {
    max-width: 150px;
}
/*** Single Post ***/
}


/* Comparison Chart */
.comparation-titles{
    font-size: 16px !important;
    line-height: 20px !important;
}
	
.fa-amazon{
	font-size: 13px !important;	
}

.amaz_btn{
	padding: 9px;
    background-color: #feb801 !important;
    margin-bottom: 10px;
	margin-top: 10px;
	color: #000;
}

.walmart_btn{
	padding: 9px;
    background-color: #0071dc !important;
    margin-bottom: 10px;
	margin-top: 10px;
	color: #fff;
}

.ebay_btn{
	padding: 9px 21px;
    background-color: #e1e1e1 !important;
    margin-bottom: 10px;
	margin-top: 10px;
	color: #000;
}

.ebay_btn:hover{
	color: #979797;
}

.walmart_btn:hover{
	color: #e9e9e9;
}

.best_choise{
	border: 1px solid #256aaf;
    background: rgba(37,106,175,0.1);
}

.bestChoiseComparation{
	background: #256aaf;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-weight: 500;
    padding: 1px 51px;
    margin-bottom: -7px;
}
	
	.chartComparios .row{
		padding: 7px;
	}
	
.best_price{
	border: 1px solid #2abb9b;
    background: rgba(42,187,155,0.1);
}

.bestPriceComparation{
	background: #2abb9b;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-weight: 500;
    padding: 1px 51px;
    margin-bottom: -7px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.mt-2, .my-2 {
    margin-top: 0.5rem!important;
}

.col-lg-2{
	-ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.m-auto {
    margin: auto!important;
}
.text-center {
    text-align: center!important;
}

.col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}

.mt-5, .my-5 {
    margin-top: 3rem!important;
}

.chartComparios button{
    border: 0px;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.chartComparios {
    padding: 0 20px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
/* END */