/* ----------------------------------------------------------------

	Custom CSS



	Add all your Custom Styled CSS here for New Styles or

	Overwriting Default Theme Styles for Better Hanlding Updates

-----------------------------------------------------------------*/


.gray-image{
	padding: 0;
    width: 100% !important;
    text-align: center;
    background: #e7e7e7;
}

.black-image{
	padding: 0;
    width: 100% !important;
    text-align: center;
    background: #000;
}

.gray-image .col_full{
	margin-bottom: 0;
}


.hide-span span{
	display: none;
}

.widget-filter-links .widget-filter-reset a {
    display: none;
}

.store-container h2:nth-child(1){
    margin-bottom: 0;
    margin-left: 25px;
    margin-top: 20px;
}

.store-container h2{
    margin-bottom: 0;
    margin-left: 25px;
}

p.error{
    display: none;
    color: #a94442;
}

span.strike{
    text-decoration: line-through;
}

span.price-emphasis{
    color: #d02726;
}

/* Iphone page*/
.hero-link{
    font-size: 1.2em;
}

.hero-link:hover{
    border-bottom: 1px solid;
}

.topmargin-xlg{
    margin-top: 120px !important;
}

.compare{
    background-color: #fafafa;
}
.compare h2{
    margin-bottom: 0em;
    color: black;
    font-size: 2.2em;
}
.compare > div {
    margin-top: 3em;
}

/*Iphone models compare section*/
.compare-models{

}
.compare-models .model p{
    margin-bottom: 1em;
    font-size: 1.1em;
    color: black;
    height: 4em;
}

.compare-models .models-link{
    font-size: 1.5em;
    font-weight: 400;
}
a {
    color: #06c;
}

/*End iphone models compare section*/
/*End iphone*/

/* Warrant navigation tabs*/

.warranty li.active a{
    border: none !important;
    border-bottom: 1px solid black !important;
    border-radius: 0 !important;
    color: black !important;
}

.warranty li {
    height: 3em;
}

.warranty li a {
    height: 100%;
    border-bottom: none !important;
    margin: 0;
    color: rgba(14, 14, 14, 0.83);
}

/*End warrant navigation tabs*/

/*Warranty pane */
.warranty-pane .sub-title{
    font-weight: 400;
    font-size: 1.4em;
}

.warranty-pane h4{
    margin-bottom: .9em;
    text-decoration: underline;
    color: black;
}

.warranty-pane p{
    color: black;
    font-size: 1.1em;
}

.warranty-pane table td p{
    margin-bottom: 0px;
}

.warranty-pane table td, .warranty-pane table th{
    color: black;
    font-size: 1.1em;
}

.warranty-pane .condensed p{
    margin-bottom: 10px;
}

/*End Warranty pane */

/*Custom utilities*/
.main-title, .sub-title {
    color: black;
    font-weight: bolder;
}

.main-title{
    font-size: 3em;
    line-height: 1.2em !important;
}

.sub-title{
    font-size: 2em;
    margin-bottom: 10px;
}

.text-white{
    color: white !important;
}

.bg-gray{
    background-color: #F2F2F2;
}

.bg-black{
    background-color: #000 !important;
}

/*Tags*/
.tags .tag{
    padding: 6px 12px;
    /*background-color: #0d9efa;*/
    margin: 2px 4px;
    color: #0d9efa;
    display: inline-block;
    border: 1px solid #0d9efa;
    font-weight: 600;
}

.news-card{
    border: 1px solid gray;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.news-card .card-body{
    padding: 25px;
}

.news-card .card-img-top{
    width: auto;
    max-height: 207px;
}

.news-card-container{
    padding: 10px;
    margin-top: 20px;
}

/* Carousel css */
@media (max-width: 991px) and (min-width: 768px){
    .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid), .swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) .swiper-slide {
        height: 700px !important;
    }
}
@media (max-width: 767px) and (min-width: 480px){
    .swiper_wrapper:not(.force-full-screen), .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
        height: 500px !important;
    }
}