/*
Theme name: Phonevix
Author: Shruti Tandel
Version: 1.0
*/

.summary-heading {
float:left;
width:100%;	
}



/* ========Front Page=======  */

.hero {text-align: center;}

.hero-title {
font-size:24px!important; 
line-height:1.3;	
}  

.jumbotron p {
font-size:16px;
font-weight:500;	
}

/*=============Brand Swiper============*/

.brand-title {
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
margin: 10px 0;
text-align: center;  
}

.swiper-wrapper {display: flex;overflow: auto; justify-content:center; }

.swiper-wrapper::-webkit-scrollbar {display: none;}

.swiper-wrapper a {
 margin:10px 5px; 
}

.ctext {
display: block;
color: #333;
text-align: center;
font-size: 12px;
text-transform: uppercase;  
}


.vtext {
display: block;
color: #333;
text-align: center;
font-size: 14px;
text-transform: uppercase;
padding:3px;  
}

.card {width:120px; border: 1px solid #ddd; border-radius: 3px;}

.filter-card {background: #fafafa;}

.card-img {width:120px; height:60px; padding:10px; }

.swiper-wrapper .ctext {border-top: 1px solid #ddd; color: #333; padding: 5px}

/*==================Store Prices=======================*/

.all-prices {float: left; width: 100%; margin-top: 20px;}

a.aff-box {
font-size:16px;
color:#d40000;
font-weight:700;  
}

a.aff-box img {width:100px; height:20px; margin:5px  10px;}


table.aff-table {background: #fff;}

td.ram-box {width: 30%;}

td.next-box,td.ram-box {border:1px solid #eee; text-align: center; padding: 10px; font-weight:500;}

.go-to {
font-size:14px;  
background: #d40000;
display: inline-block;
padding: 0 10px;
text-transform: uppercase;
color: #fff;
border-radius: 5px;
}




/*===========Basics=========*/

*{
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none!important;
  font-family: 'Poppins', sans-serif;
}

img {max-width:100%; height:auto;}

p {
line-height:1.9;
}

h2 {
font-size:20px;
margin-bottom:20px;  
}


.widget-links {
margin:10px;
font-weight:600;
line-height:2;  
}

.widget-links a {color:#0b5394;}

table {
width: 100%;
border:1px solid #eee;
margin-bottom: 20px;  
}


#breadcrumbs a {color: #0b5394; font-weight: 600;}

.pd-head {
background: #eee;
padding:7px;  
}

td {
border-bottom: 1px solid #eee;
width: 50%;
padding: 7px;  
}

.content-heading {
font-size: 22px;
color: #444;
}

.category-title {
font-size: 18px;
text-transform: uppercase;
margin-bottom: 20px;  
}

/*===============Page List==============*/

.list-header {
background:#f2f2f2;
padding:10px;
border:1px solid #ddd;
border-radius:5px;  

}

.descriptions {
line-height:1.9;
}




/*===============Header==============*/

.wrapper{
  background: #0c0c0c;
  position:sticky;
  z-index: 999;
  top:0;
  width: 100%;
  margin-bottom: 20px;
}
.wrapper nav{
  position: relative;
  display: flex;
  max-width: calc(100% - 125px);
  margin: 0 auto;
  height: 70px;
  align-items: center;
  justify-content: space-between;
}
nav .content{
  display: flex;
  align-items: center;
}
nav .content .links{
  text-transform: uppercase;	
  margin-left: 80px;
  display: flex;
}
.content .logo a{
  color: #fff;
  font-size:24px;
  font-weight: 600;
}
.content .links li{
  list-style: none;
  line-height: 70px;
  margin-top: 10px;
}
.content .links li a,
.content .links li label{
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 17px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.content .links li label{
  display: none;
}
.content .links li a:hover,
.content .links li label:hover{
  background: #1991ff;
}
.wrapper .search-icon,
.wrapper .menu-icon{
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  line-height: 70px;
  width: 70px;
  text-align: center;
}
.wrapper .menu-icon{
  display: none;
}
.wrapper #show-search:checked ~ .search-icon i::before{
  content: "\f00d";
}
.wrapper .search-box{
  position: absolute;
  height: 100%;
  max-width: calc(100% - 50px);
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.wrapper #show-search:checked ~ .search-box{
  opacity: 1;
  pointer-events: auto;
}
.search-box input{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 17px;
  color: #fff;
  background: #171c24;
  padding: 0 100px 0 15px;
}
.search-box input::placeholder{
  color: #f2f2f2;
}
.search-box .go-icon{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 60px;
  width: 70px;
  background: #171c24;
  border: none;
  outline: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.wrapper input[type="checkbox"]{
  display: none;
}
/* Dropdown Menu code start */
.content .links ul{
  position: absolute;
  background: #171c24;
  top: 50px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.content .links li:hover > ul{
  top: 70px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.content .links ul li a{
  display: block;
  width: 100%;
  line-height: 30px;
  border-radius: 0px!important;
}
.content .links ul ul{
  position: absolute;
  top: 0;
  right: calc(-100% + 8px);
}
.content .links ul li{
  position: relative;
}
.content .links ul li:hover ul{
  top: 0;
}
/* Responsive code start */
@media screen and (max-width: 1250px){
  .wrapper nav{
    max-width: 100%;
    padding: 0 20px;
  }
  nav .content .links{
    margin-left: 30px;
  }
  .content .links li a{
    padding: 8px 13px;
  }
  .wrapper .search-box{
    max-width: calc(100% - 100px);
  }
  .wrapper .search-box input{
    padding: 0 100px 0 15px;
  }
}
@media screen and (max-width: 900px){
  .wrapper .menu-icon{
    display: block;
  }
  .wrapper #show-menu:checked ~ .menu-icon i::before{
    content: "\f00d";
  }
  nav .content .links{
    display: block;
    position: fixed;
    background: #14181f;
    height: 100%;
    width: 100%;
    top: 115px;
    left: -100%;
    margin-left: 0;
    max-width: 350px;
    overflow-y: auto;
    padding-bottom: 100px;
    transition: all 0.3s ease;
  }
  nav #show-menu:checked ~ .content .links{
    left: 0%;
    margin-top:-45px;
  }
  .content .links li{
    margin: 15px 20px;
  }
  .content .links li a,
  .content .links li label{
    line-height: 40px;
    font-size:16px;
    display: block;
    padding: 8px 18px;
    cursor: pointer;
  }
  .content .links li a.desktop-link{
    display: none;
  }
  /* dropdown responsive code start */
  .content .links ul,
  .content .links ul ul{
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
    max-height: 0px;
    overflow: hidden;
  }
  .content .links #show-features:checked ~ ul,
  .content .links #show-country:checked ~ ul,
  .content .links #show-services:checked ~ ul,
  .content .links #show-items:checked ~ ul{
    max-height: 100vh;
  }
  .content .links ul li{
    margin: 7px 20px;
  }
  .content .links ul li a{
    font-size: 14px;
    line-height: 30px;
    border-radius: 5px!important;
  }
}
@media screen and (max-width: 400px){


  .wrapper nav{
    padding: 0 10px;
  }
  .content .logo a{
    font-size: 27px;
  }
  .wrapper .search-box{
    max-width: calc(100% - 70px);
  }
  .wrapper .search-box .go-icon{
    width: 30px;
    right: 0;
  }
  .wrapper .search-box input{
    padding-right: 30px;
  }
}


/*=============== ajax header Search ===============*/

.ajax-search-result {
background:#fff;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
width: 45%;
display: block;
position: absolute;
font-size: 14px;
z-index: 1;
}


.ajax-search-result img {
vertical-align: top;  
width:50px; 
height:50px;
}

.ajax-search-result h4 {
font-size: 14px;
color:#333;
border-bottom:0.4px solid #f4f4f4;
padding: 12px; 
margin-top: 5px;
border-left:3px solid transparent;

}

.ajax-price {
display: block;
margin-left: 53px;
margin-top: -25px;
color: green;
}


.ajax-search-result h4:hover {border-left-color: #ff0000; background: #eee;}



/*=================Specs Box===================*/

.specs-box {
border:1px solid #ddd;
float: left;
width: 100%;
margin-bottom: 20px;  
}

.phone-title h1 {
background: #0b5394;
color: #fff;
font-size: 20px;
margin: 0;
line-height: 50px;
font-weight: 600;
padding: 0 10px;

}


.image-box {
float: left;
width: 30%;
border-right: 1px solid #ddd;  
}

.img-note {
float:left;
width:100%;  
}

.price-section {
float: right;
width: 70%;
border-bottom: 1px solid #eee;
height: 50px;
}

.phone-price {
margin-left: 10px;
font-size: 18px;
font-weight: 600;
color: green; 
line-height: 50px; 
}

.sp-hits {
float:right;
margin-right:10px;
line-height: 50px;  
}

.main-key-section {
 float:left;
 width: 70%;
 padding: 10px;
 display: grid;
}

.info-greed {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}


.d-flex {
  display: flex;
  border:1px solid #eee;   
  margin-bottom: 20px;
  margin-right: 20px;
  border-radius: 5px;
  padding: 5px;
}

.d-flex:hover {
 background: #f1f1f1;
 border:1px solid #1991ff; 
}

.icon {
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#999;
  font-size:22px;
  padding: 7px;
}

.text span:nth-child(1) {
  font-size: 14px;
  display: block;
  font-weight:600;
}

.text span:nth-child(2) {
  color: #555;
  font-size: 12px;
  font-weight:400;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.page-section {
float: left;
width: 100%;
border:1px solid #eee;
margin:20px 0;  
}


.pg-title h2 {
font-size: 16px;
text-transform: uppercase;
border-bottom: 1px solid #eee;
}

/*================== Product List (Title, Images, Price) ====================*/

.francy-title {
float: left;
width: 100%;  
font-size: 22px;  
text-align: left;
margin-bottom: 20px;
}

.assu-product{
list-style: none;
width:24%;
height:230px;
float: left;
margin-bottom:15px;
margin-left: 6px;
padding:0px 0;
position: relative;
text-align: center;
border: 1px solid #f1f1f1;
box-shadow: 0 1px 7px 0 hsla(0,0%,56.9%,.15);
}

.assu-product img{
display:inline-block; 
margin:0 0 0px;
width:130px;
height:130px; 
}


.loop-title{
font-size:14px;
display: table;
width:100%;
height: 50px;
font-weight: 600;
color: #555;
border-bottom: 1px solid #ddd;
}

.loop-title p { display: table-cell; vertical-align: middle; }

.price-amount{
padding: 5px 8px;
color:green;
text-decoration:none;
font-weight: 700;
}


/*================= Right Sidebar ================*/


.widget-item {
width:100%;
float:left;
border:1px solid #0b5394;
}

.widget-title {
font-size: 1em;
border-bottom: 1px solid #ddd;
text-transform: uppercase;
font-weight: 700;
color: #fff;
padding: 10px 10px;
background: #0b5394;
}

.widget-item ul { margin: 0 0!important; padding: 0;}

.widget-item li {
line-height: 1.6;
height: auto;
list-style: none;
font-size: 17px;
border-bottom: 1px solid #ddd;
padding:10px 10px;
}

.widget-item li:last-of-type { border-bottom: none;}

.widget-item ul li a {color: #444;}


.cat-item{
font-size: 15px!important;    
margin:5px 6px;
line-height: 2!important;
float: left;  
width:29%!important;
background: #f2f2f2;
text-align: center;
border-bottom:none!important;
padding: 0 !important;
}

.cat-item a { color:#333; padding:1px 8px; }

.widget-item li a:hover{color:#1991ff;}

.single-list-group {margin:10px 10px; }

.single-widget-item {
border: 1px solid #1991ff;  
float:left;  
width: 100%;
margin-bottom: 10px;
}

.small-list {
border:1px solid #f2f2f2;
float: left;  
width:30%;
margin:5px;
font-weight: 600;
}

.small-list li {height: 145px;}

.small-title{
font-size: 12px;
text-align: center;  
}

.small-list a {color: #555;}


/*=================Compare Section for Single Page===================*/

.compare-section {
float: left;
width: 100%;
margin-bottom: 20px;
border:1px solid #ddd;  
}

.compare-section p {
 padding: 10px;
 line-height: 1.8;
 color: #555; 
}

.section-title {
margin: 0;
border-bottom: 1px solid #ddd;  
font-size:20px;
padding:7px;
}


/*==================Single page scrollable Compare Module================*/

.cr-slide {
display: flex;
overflow-x: scroll;
text-align: center;
padding: 5px;  
}

.cr-box {
margin: 7px 10px;
border:1px solid #eee;
width: 210px;  
}

.box-1 img,.box-2 img {
 width:80px; 
}

.vs-sign {
border:1px solid #1991FF;
padding:7px 10px;
border-radius: 100px;
}

.vs-sign:hover {background: #1991ff; color: #fff;}

.cr-title {
color: #555;
font-size: 13px;
}

.cr-slide::-webkit-scrollbar {
  display: none;
}

.cr-slide {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/*================= Compare Module (archive)  =====================*/

.compare-card-module {
width:45.5%;
position: relative;
overflow: hidden;
float: left;
border-radius: 5px;
margin: 12px 12px;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.compare-item-module {
float: left;
text-align: center;
padding: 10px 5px;
width: 48%;
}

.compare-item-module:last-child {float: right;}

.btn-compare-module {
color: #fff;
text-align: center;
width: 30px;
height: 30px;
line-height: 30px;
font-size: 13px;
background:#333;
border-radius: 50%;
display: block;
top: 40px;
left: 50%;
margin-left: -15px;
position: absolute;
z-index: 1;
}

.c-title{
float: left;
width: 100%;
padding: 5px 1px;
border-top: 1px solid #ddd;
text-align: center;
color: #333;
font-size: 16px;
height:55px;
font-weight:600;
}

.sticky-model {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 999;
}

td.sticky-head {
background: #777;
color: #fff;
border-right: 1px solid #fff;
height:45px;
}

.left-thumb-compare {
float: left;
width:100px;
margin: 10px 5px;  
}

/*================== Archive Navigations (Pagination) ==============*/

.archive-nav {
float: left;
width: 100%;
margin-top:20px;
border-top: 2px solid #ddd;
text-align: center;
position: relative;
color: #777;
}

.archive-nav li { display: inline-block;margin-top: -2px; }

.archive-nav a {
border-top: 2px solid transparent;
color: #777;
display: inline-block;
font-size:14px;
font-weight: 700;
letter-spacing: 1px;
padding: 15px 10px 10px;
text-decoration: none;
text-transform: uppercase;
}

.archive-nav-older,
.archive-nav-newer {position: absolute;top: 0;}

.archive-nav-newer { left: 0; }
.archive-nav-older { right: 0; }

.archive-nav .active a { color: #444;border-top-color: #444; }

.archive-nav a:hover { border-top-color: currentColor; color: #0093C2;}

.archive-nav li + li { margin-left: 10px; }
    
.archive-nav { margin-top: 40px; }
    
.archive-nav .number { display: none; }
    
.archive-nav .archive-nav-older,
.archive-nav .archive-nav-newer {position: static;}

.archive-nav .archive-nav-newer { float: left; }    
.archive-nav .archive-nav-older { float: right; }


/*================== Site Footer ===================*/

.site-footer {background:linear-gradient(180deg,#17171c,#151631); color: #fff;padding: 10px 0;}

.site-footer h4 {
font-size:14px;
color: #ddd;
text-transform: uppercase;
font-weight:600;
text-align: center;
}

/*============Single Pages=============*/

.page-title {
font-size:24px;
border-bottom:1px solid #eee;
margin-bottom:20px;
padding-bottom:5px;	
}

.entry-content ul li {
list-style:disc;
line-height:1.7;
margin:10px 20px;
}


/*============Footer Widgets=============*/

.footer-widgets {
padding:25px;
background:linear-gradient(180deg,#17171c,#151631);
border-bottom: 1px solid #ddd;
margin-bottom: 20px;
}

.footer-widgets, .widget, .widget-item {width: 100%;float: left;}

.footer-widget-area {float: left;width:50%;box-sizing: border-box;}

.footer-logo {
font-size: 36px;
font-weight: 600;
margin-bottom: 20px;  
}

.footer-logo a {
color: #f2f2f2;  
}

.footer-title {
font-size: 18px;
color: #f2f2f2;
font-weight: 600;
margin-left: 10px;
margin-bottom: 10px;  
}

.footer-list {margin-bottom: 25px;}

.footer-list li {
display: inline-block;
margin:0 10px;  
}

.footer-list li a {
color: #ccc;  
}

.bg-badge {
background:#f2f2f2;
border-radius:10px;
margin-bottom:10px;
padding:25px;
}

/*========== Responsive Mobile & Tablet CSS  ==========*/

@media (max-width:480px) {
.ajax-search-result,.image-box,.main-key-section,.price-section,.footer-widget-area {width: 100%;}
  .footer-list li {display:block; margin:10px 10px;}  
.assu-product {width: 48%;}
.image-box img {width: 200px; display: block;}
.d-flex {margin-right: 2px}
  

}