.products-container{
	padding: 1%;
}

.products-container .products{
	width: 73%;
	float: left;
	overflow: auto;
	height: auto;
}

.products-container .products .product-description{
	height: auto;
	overflow: auto;
}

.products-container .products .product-description .product-image{
	float: left;
	margin-right: 10px;
	width: 7%;
	margin-top: 18px;
}

.products-container .products .product-description .product-image img{
	height: 33px;
	width: 41px;
}

.products-container .products .product-description .product-title{
	float: left;
	width: 50%;
	color: #4D7837;
	line-height: 19px;
	margin-top: 17px;
}

.products-container .products .product-description .product-title .product-title-text{
	font-size: 20px;
	font-weight: bold;
}

.products-container .products .product-description .product-title .product-title-cost{
	font-size: 12px;
}

.products-container .products .product-description .product-value, .products-container .products .product-column-info .product-value{
	width: 12%;
	float: right;
	border: 3px solid #4D7837;
	border-radius: 10px;
	padding: 5px;
	text-align: center;
	margin-right: 20px;
}
.products-container .products .product-description .product-value .product-number, .products-container .products .product-column-info .product-value .product-number{

}

.products-container .products .product-description .product-value .product-number input, .products-container .products .product-column-info .product-value .product-number input{
	border: 0;
	cursor: default;
	font-size: 20px;
	font-weight: bold;
	color: #4D7837;
	text-align: center;
	background-color: transparent;
	width: auto;
	margin-bottom: 0;
}

.products-container .products .product-description .product-value .money, .products-container .products .product-column-info .product-value .money{
	font-size: 10px;
	font-weight: bold;
	border-top: 1px dotted #CCCCCC;
	margin-top: 2px;
	padding-top: 2px;
}

.products-container .products .product-description .product-value .by-month, .products-container .products .product-column-info .product-value .by-month{
	font-size: 10px;
	font-weight: bold;
}

.products-container .products .product-object{
	padding: 20px;
}

.products-container .products .product-object .phones-selects{
	width: 100%;
}

.products-container .products .product-object .phones-selects form{
	height: 58px;
}

.products-container .products .product-object .phones-selects .form-column{
	float: left;
	width: 50%;
	font-size: 12px;
	margin-bottom: 10px;
}

.ft_master-content.products-container .products .product-object .phones-selects .form-column {
	margin-bottom: 0;
}

.products-container .products .product-object .phones-selects .form-column.full-column{
	width: 100%;
}

.products-container .products .product-object .phones-selects .form-column.full-column label{
	width: 20%;
	padding-left: 2.5%;
}

.ft_master-content.products-container .products .product-object .phones-selects .form-column.full-column label{
	width: 18%;
}

.products-container .products .product-object .phones-selects .form-column.full-column select{
	width: 77%;
}

.products-container .products .product-object .phones-selects label{
	width: 40%;
	float: left;
	padding-left: 5%;
}

.ft_master-content.products-container .products .product-object .phones-selects label{
	width: 36%;
}


.products-container .products .product-object .phones-selects select{
	width: 55%;
	float: left;
}

.products-container .products .product-object .dids-filter-and-content, .products-container .products .product-object .toll-filter-and-content{
	height: auto;
	clear: both;
}

/***************/
/* DIDS SEARCH */
/***************/

.full-shop-content .product-item .phones-selects{
	min-height: 96px;
	margin-top: 5px;
	position: relative;
	margin-bottom: 5px;
}

@media(max-width:1136px){
	.purchase-container .full-shop-content .product-item .phones-selects{
		min-height: 116px;
	}
}


@media(max-width:991px) {
	.full-shop-content .product-item .phones-selects {
		min-height: 108px;
	}
}

@media(max-width:767px){
	.purchase-container .full-shop-content .product-item .phones-selects{
		min-height: 182px;
	}
}

.full-shop-content .product-item .phones-selects.toll-free-selects{

}

@media(min-width:992px) {
	.full-shop-content .product-item .phones-selects.toll-free-selects {
		min-height: 60px;
	}
}

.full-shop-content .product-item .phone-list .all-phones-list {
	width: 100%;
	overflow-y: auto;
	max-height: 200px;
	border: 1px solid var(--color-primary);
	margin-bottom: 5px;
}

.full-shop-content .product-item .phone-list .all-phones-list .no-phones-results{
	padding: 12px 35px 15px 35px;
	text-align: center;
	font-weight: bold;
}

.full-shop-content .product-item .phone-list .all-phones-list .not-finding-text{
	margin: 0;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}


.full-shop-content .product-item .phone-list .all-phones-list .no-phones-results{
	padding: 15px 35px 15px 35px;
}

.full-shop-content .product-item .phone-list .all-phones-list .phones-by-city{
	float: left;
	background-color: var(--color-fff);
	width: 100%;
}

.full-shop-content .product-item .phone-list .all-phones-list .phones-by-city:nth-child(odd){
	/* background-color: var(--color-fff); */
}

.full-shop-content .product-item .phone-list .all-phones-list .phones-by-city .city-title{
	text-transform: capitalize;
	text-align: center;
	font-weight: bold;
	padding: 5px 5px 1px 5px;
	border-bottom: 1px dotted var(--color-000);
	margin-bottom: 5px;
	background-color: #E5E5E5;
}

.full-shop-content .product-item .phone-list .all-phones-list .phone-number{

}

.full-shop-content .product-item .phone-list .all-phones-list .phone-number .phone-checkbox{
	float: left;
	padding-top: 2px;
}

.full-shop-content .product-item .phone-list .all-phones-list .phone-number .phone-checkbox input{
	-ms-transform: scale(1); /* IE */
	-moz-transform: scale(1); /* FF */
	-webkit-transform: scale(1); /* Safari and Chrome */
	-o-transform: scale(1); /* Opera */
	transform: scale(1);
	cursor: pointer;
}

.full-shop-content .product-item .phone-list .all-phones-list .phone-number .phone-label{
	float: left;
	padding-top: 4px;
	padding-left: 10px;
}

.full-shop-content .product-item .phone-list .all-phones-list .phone-number .phone-label label{
	cursor: pointer;
	padding-right: 0;
	width: auto;
}

.full-shop-content .product-item .block-phones{
	width: 100%;
	position: absolute;
	height: 103%;
	background-color: rgba(68, 157, 68, 0.4);
	border-radius: 6px;
	top: 0;
}

.full-shop-content .product-item .block-phones .loading-phones{
	width: 60px;
	height: 60px;
	position: absolute;
	left: calc(50% - 30px);
	top: calc(50% - 30px);
}
.full-shop-content .product-item .block-phones .loading-phones img{
	height: 60px;
}

.cities-list{
	width: 100%;
	text-align: center;
}

.cities-list ul{
	list-style-type: none;
	display: inline-block;
	margin-bottom: 0;
	padding-left: 0;
}

.cities-list .quick-tag{
	float: left;
	margin: 0 7px;
	text-transform: capitalize;
	border: 1px solid;
	border-radius: 7px;
	padding: 0 8px;
}

.cities-list li.quick-tag{
	color: #629800;
	cursor: pointer;
}

.cities-list li.quick-tag:hover{
	text-decoration: underline;
}

/* CHOSEN OVERRIDE */

.did-search-chosen.chosen-container{
	width: 83% !important;
}

@media(max-width:1139px){
	.did-search-chosen.chosen-container{
		width: 83% !important;
	}
}

@media (max-width: 767px) {
	.did-search-chosen.chosen-container{
		width: 100% !important;
	}
}

@media(max-width:991px) {
	.did-search-chosen.chosen-container{
		width: 73% !important;
	}
}

@media(max-width:768px) {
	.did-search-chosen.chosen-container{
		width: 66.66% !important;
		margin-right: 33.33%;
	}
}

.chosen-container-single a.chosen-single{
	text-decoration: none !important;
	height: 38px;
}

.chosen-container-single a.chosen-single.chosen-default{
	color: #999 !important;
}

.chosen-container-single a.chosen-single span{
	text-transform: capitalize;
	padding-top: 6px;
}

.chosen-container .chosen-results{
	text-transform: capitalize;
	max-height: 165px !important;
}

/* CHOSEN OVERRIDE */

.still-no-good-results{
	font-size: 12px;
	margin-top: 5px;
	display: none;
}

.hidden-nav-bar{
	display: none !important;
}

/***************/
/* DIDS SEARCH */
/***************/

/* TOOLTIP FOR PRODUCT */
.tooltip{
	display: inline;
	position: relative;
}

.tooltip:hover:after{
	background: #333;
	background: rgba(0,0,0,.8);
	border-radius: 5px;
	bottom: 0;
	color: #fff;
	content: attr(data-title);
	left: 96%;
	padding: 5px 15px;
	position: absolute;
	z-index: 98;
	width: 290px;
	font-size: 10px;
}

.still-no-good-results{
	font-size: 12px;
	margin-top: 5px;
}

#portal-data .products-container .products .product-object .phone-list .phones-filters .filter-row .filter-column .filter-option label{
	margin-top: -3px;
}

#portal-data .products-container .products .product-object .phone-list .phones-filters .filter-row .filter-column .filter-option{
	margin-top: 7px;
	margin-right: 3px;
	margin-left: 2px;
}

#portal-data .products-container .products .product-object .phone-list .phones-filters .filter-row .filter-column-small{
	margin-top: 3px;
}

#portal-data .products-container .products .product-object .phone-list .phones-filters .filter-row .filter-column-small span{
	margin-top: 0;
	padding-top: 0;
}

#portal-data .products-container .products .product-object .phone-list .phones-filters .filter-row .filter-column-small input{
	margin-top: 3px;
}

#portal-data .products-container .products .product-object .phone-list .phones-filters{
	padding-left: 7%;
	width: 93%;
}

#porta-data .products-container .products .product-object .phone-list .phones-filters .filter-row .filter-column-small{
	width: 23%;
}

.form-inline .form-control.text-to-filter{
	width: 70px;
}
