/*
	Theme Name: Cash For Used Laptop;
	Author: David;
*/
/*=========================================== 
General
===========================================*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");

@font-face {
  font-family: "provicali";
  src: url(../fonts/provicali.otf);
}

html {
  scroll-behavior: smooth;
}
body {
  font-family: "Raleway", sans-serif !important;
  font-size: 14px;
  overflow-x: hidden;
  color: #333;
  margin: 0;
  letter-spacing: 0.5px;
  color: #282c3f;
}
/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-push:hover,
.hvr-push:focus,
.hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.m-0 {
  margin: 0;
}

.m-t-0 {
  margin-top: 0;
}

.m-b-0 {
  margin-bottom: 0;
}

.m-r-0 {
  margin-right: 0;
}

.m-l-0 {
  margin-left: 0;
}

.p-0 {
  padding: 0 !important;
}

.p-t-0 {
  padding-top: 0;
}

.p-b-0 {
  padding-bottom: 0;
}

.p-l-0 {
  padding-left: 0;
}

.p-r-0 {
  padding-right: 0;
}

.p-f-20 {
  padding: 20px;
}

.p-f-30 {
  padding: 20px;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}

.btn:focus,
button:focus {
  outline: none !important;
}
.btn.md,
.btn.md:hover,
.btn.md:focus {
  min-width: 14rem !important;
  width: auto !important;
  height: 6rem !important;
}

.p-30 {
  padding: 30px 0;
}

.cmn-btn {
  color: #fff;
  background-color: #ef4756;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  padding: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border: 1px solid #ef4756;
  transition: all 0.2s ease-in;
  display: inline-block;
}

.cmn-btn:hover,
.cmn-btn:focus {
  color: #fff;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px #d4d5d9;
}

.p-80 {
  padding: 80px 0px;
}
div,
img,
button {
  transition: all 0.4s !important;
}
/*=========================================== 
Typography 
===========================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: "Raleway", sans-serif;
}

h1 {
  color: #051964;
  font-size: 62px;
  line-height: 1;
  font-weight: 800;
}

.custom-h1 {
  color: #051964;
  font-size: 45px;
  font-weight: 800;
}

h2 {
  color: #051964;
  font-size: 40px;
  font-weight: 800;
}

.custom-h2 {
  color: #051964;
  font-size: 30px;
  font-weight: 800;
}


h3,
h3 a {
  color: #051964;
  font-weight: 800;
  font-size: 24px;
}

h4 {
  color: #333;
  font-size: 30px;
}

h5 {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
}

h6 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}

.custom-h6 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}

p,
a {
  font-size: 1em;
  color: #444345;
  font-weight: 600;
  line-height: 1.6em;
}
.c-red,
a:hover {
  color: #d73232;
}

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

.navbar-default {
  /*box-shadow: 0 15px 40px -20px rgba(40, 44, 63, .15);*/
  background-color: #fff;
  min-height: 75px;
  border: 0px;
  margin-bottom: 0px;
}
a.navbar-brand {
  padding: 8px 0;
}
.navbar-brand > img {
  width: 18rem;
  margin-top: 1rem;
}

.navbar-collapse {
  margin-top: 10px;
}

.navbar-default .navbar-nav > li > a {
  color: #051964;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}
.navbar-default .navbar-nav > li:nth-child(4) > a {
  background: #051964;
  color: #fff;
  margin: 0 0 0 12px;
  border-radius: 4px;
}
.navbar-default .navbar-nav > li:nth-child(4) > a:hover {
  background: #0e2888;
  color: #fff;
  text-decoration: none;
}
.navbar-default .navbar-nav > li:nth-child(6) > a span,
.navbar-default .navbar-nav > li:nth-child(7) > a span {
  display: none;
}
.navbar-default .navbar-nav > li:nth-child(6) > a img,
.navbar-default .navbar-nav > li:nth-child(7) > a img {
  padding: 0;
}
.navbar-default .navbar-nav > li > a.btn {
  background: #051964;
  color: #fff;
}
.navbar-default .navbar-nav > li > a.btn:hover {
  background: #0e2888;
  color: #fff;
  text-decoration: none;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #0fe191;
  text-decoration: underline;
}

.navbar-default .navbar-nav > li > a i {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.navbar-default .navbar-nav > li.active > a {
  background: none;
}
.navbar-right {
  margin-top: 7px;
}
.dropdown-menu {
  padding: 0px;
}

.dropdown-menu > li > a {
  padding: 10px 20px;
  color: #3d4152;
  font-size: 15px;
}

.dropdown-menu > li > a:hover {
  color: #3d4152;
  font-weight: 600;
  background: #fff;
}

/*=========================================== 
Home Page
===========================================*/

#country_code {
  width: 20%;
  background-color: #d9e0fa;
}
#billing_phone {
  width: 80%;
}

.sec-header {
  border-bottom: solid 1px #969696;
}
.sec-header .top-bar-phonenumber a {
  color: #051964;
  font-weight: 700;
  font-size: 16px;
  padding-right: 50px;
}
.sec-header .top-bar-phonenumber {
  margin-bottom: 0px;
  position: relative;
  z-index: 9;
  bottom: -10px;
}
.sec-banner {
  padding: 5rem 0;
}
.sec-banner .left {
  padding-top: 1rem;
  text-align: center;
}
.sec-banner .left h1 {
  /* background-image: url(images/laptop.png); */
  background-repeat: no-repeat;
  background-position: 12rem 3.5rem;
  /* padding: 20px 0px; */
}
.sec-brands .brandrow .home-page-categories h3 {
  text-wrap: nowrap;
}
.sec-brands .brandrow .home-page-categories {
  text-align: center;
}
.sec-brands .brandrow .home-page-categories svg {
  width: 55px;
  height: 55px;
}
/*== Search box ==*/
.searchbox {
  padding: 2rem 0 0;
  display: inline-flex;
}
@media only screen and (max-width: 600px) {
  .searchbox {
    padding: 2rem 0 0;
    display: grid;
  }
}
.searchbox input {
  width: 60rem;
  border: solid 1px #969696;
  padding: 14px 20px;
  border-radius: 8px;
  font-size: 20px;
  margin: 0 6px;
}

input.aws-search-field {
  width: 60rem !important;
  border: solid 1px #969696 !important;
  padding: 14px 20px !important;
  font-size: 18px !important;
  margin: 0 6px !important;
  height: 5rem !important;
}
.aws-search-result {
  width: 60rem !important;
}
.aws-container .aws-show-clear .aws-search-field {
  border-radius: 8px !important;
  margin-right: -20px !important;
}
.aws-container .aws-search-form .aws-loader {
  right: 30px;
  opacity: 0 !important;
}

.aws-search-result .aws_result_title {
  color: #000000;
  font-weight: 600;
}
.aws-container .aws-search-form .aws-form-btn,
.aws-container .aws-search-form .aws-form-btn:hover {
  width: 18rem;
  height: 5rem;
  background: #ff6000;
  border-radius: 8px !important;
  font-size: 20px;
  border: solid 1px #193271;
}
.aws-container .aws-search-form .aws-form-btn span {
  color: #fff !important;
  text-align: center;
  margin: 0 auto;
  font-weight: 700;
  padding: 0;
  display: contents;
}

.taglineproduct {
  display: inline-flex;
  text-align: center;
}
.taglineproduct p {
  margin: 0 5px;
}
.taglineproduct h6,
.taglineproduct p {
  font-size: 16px;
  color: #000;
  display: contents;
}
.taglineproductheading {
  display: inline-flex;
  text-align: center;
}
.taglineproductheading h1,
.taglineproductheading h6 {
  color: #051964;
  font-size: 62px;
  font-weight: 900;
  /*display: contents;*/
}

/*** Related links ****/

.related-links-container {
  background-color: #f9f9f9;
  padding-top: 3rem;
  margin-top: 2rem;
}

/******/

/*== Breedcrumbs ==*/
.fbc-page .fbc-wrap .fbc-items {
  background: #fff !important;
}
.fbc-page .fbc-wrap .fbc-items li a {
  color: #000859 !important;
}
.fbc-page .fbc-wrap .fbc-items li.active span,
.fbc-page .fbc-wrap .fbc-items li .fbc-end-text {
  color: #0fe191 !important;
}
.fbc-page .fbc-wrap .fbc-items li:first-child {
  padding-left: 0 !important;
}

/*#ajaxsearchlite1 .probox .proinput, div.asl_w .probox .proinput {
    width: 60rem;
    padding: 0px 0px;
    border-radius: 8px;
    margin: 0;
    background: none;
    height: 50px !important;
}
#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input{
      height: 50px !important;
      color: #000 !important;

    background: white !important;
    width: 60rem;
    border: solid 1px #969696 !important;
    border-radius: 8px;
    font-size: 20px;

}
#ajaxsearchlite1 .probox, div.asl_w .probox{
  height: 50px !important;
  background: transparent !important;
}
#ajaxsearchlite1{
  background: transparent !important;
}
div.asl_w .probox .promagnifier{
    width: 25rem !important;
    height: 5rem !important;
    color: #fff !important;
    font-size: 20px !important;
    border: solid 1px #193271 !important;
    background: #ff6000 !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
}
div.asl_w .probox .promagnifier .innericon{
  line-height: 2.5
}


*/

ul.ullist-cart,
.ul.mycart {
  overflow-x: hidden;
  white-space: nowrap;
  height: 10em;
  width: 100%;
  /* padding-left: 10rem !important; */
  text-align: center;
  margin: 0 auto;
}
ul.ullist-cart li,
.ul.ullist-mycart li {
  display: inline;
}
ul.ullist-cart img,
.ul.ullist-mycart img {
  height: 7rem !important;
}

.sec-banner .left .list {
  padding: 0;
  padding-right: 16rem;
  margin-bottom: 0;
}
.sec-banner .left .list li {
  color: #051964;
  font-size: 18px;
  list-style: none;
  display: inline-block;
  padding: 3px 16px;
  font-weight: 600;
  margin: 20px 0;
  display: inline-flex;
}
.sec-banner .left .list li a {
  color: #051964;
}
.sec-banner .left .list li a:hover {
  text-decoration: underline;
}
.sec-banner .left .list li img {
  margin: -3px 6px 1px;
}

.sec-banner .left .list.top {
  /*padding: 0 !important;*/
}
.sec-banner .left .list.top li {
  margin: 0 !important;
  padding: 0 !important;
}
.sec-banner .left .list.top li img {
  width: 12rem;
}
hr.green {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 3px solid #0fe191;
}

/*== section brands ==*/
.sec-brands h2 {
  text-align: center;
}
.sec-brands .brandrow {
  padding: 1rem 0;
}
.sec-brands .brandrow .graybox {
  /*border: solid 1px gray;*/
  height: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-image: url(images/box.png);
}
.product-category {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  float: left !important;
  height: 15rem;
  margin: 5px 5px !important;
  border-radius: 10px;
  padding: 0;
  position: relative;
  width: 17rem !important;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  clear: none !important;
  /*background-color: #f8f8f8;*/
  background-image: url(images/box.png);
  /*background-image: url("<?php //url' + images/box.png +' ?>");*/
  /*background-image: images/box.png) !important;*/
}
.product-category:hover,
.product-category:focus,
.product-category:active {
  background-image: url(images/boxactive.png);
  /*border: solid 3px #969696;*/
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.brandrow .woocommerce .product img,
.brandrow .woocommerce-page .product img {
  width: 7rem !important;
}

.brandrow .woocommerce ul.products {
  width: fit-content;
  width: -moz-fit-content;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  .brandrow .woocommerce ul.products {
    padding: 5px !important;
  }
}
.brandrow .woocommerce ul.products li.product a {
  padding: 50px;
}

.swal-button {
  background-color: #ff6000 !important;
}
.productlisting .woocommerce ul.products li {
  margin: 0 0 !important;
  width: 100% !important;
}
.productlisting .woocommerce ul.products li.product a {
  display: grid;
  grid-column-gap: 30px;
  grid-template-columns: 10% 90%;
  width: 100%;
  border-bottom: solid 1px #eaeaea;
  padding: 20px;
}
.productlisting .woocommerce ul.products li.product a img {
  margin: 0 auto;
  background-color: #f2f2f2;
  padding: 26px 22px;
  border-radius: 10px;
}

.plisting-img {
  margin: 0 auto;
  background-color: #f2f2f2;
  padding: 26px 22px;
  border-radius: 10px;
}
.plisting-h2 {
  line-height: 1;
  padding-top: 10px !important;
  font-size: 24px !important;
}

.productlisting .woocommerce ul.products li.product a h2 {
  line-height: 1;
  padding-top: 34px;
}
.productlisting .woocommerce ul.products li.product a h2:hover {
  text-decoration: underline;
}
.productlisting .woocommerce ul.products a.button.product_type_simple {
  display: none;
}
.productlisting
  .woocommerce
  ul.products
  li.product
  .woocommerce-loop-category__title,
.productlisting
  .woocommerce
  ul.products
  li.product
  .woocommerce-loop-product__title,
.productlisting .woocommerce ul.products li.product h3 {
  color: #051964;
  font-weight: 800;
  font-size: 24px;
}
.all-laptop .woocommerce .products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title::before {
  content: "Sell ";
}
.all-laptop .woocommerce .products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title::after {
  content: " Laptop";
}
.for-desktop .all-laptop .woocommerce .products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title::after {
  content: " Desktop";
}
.for-all-in-one .all-laptop .woocommerce .products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title::after {
  content: " All In One";
}
.all-ipad .woocommerce .products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title::before {
  content: "Sell ";
}
.all-ipad .woocommerce .products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title::after {
  content: "";
}
.all-iphone .woocommerce .products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title::before {
  content: "Sell ";
}
.all-iphone .woocommerce .products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title::after {
  content: "";
}
.all-android .woocommerce .products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title::before {
  content: "Sell ";
}
.all-android .woocommerce .products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title::after {
  content: " Android Phone";
}
.all-laptops .woocommerce .products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title::before {
  content: "Sell ";
}
.all-laptops .woocommerce .products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title::after {
  content: " Laptop";
}
.for-desktop .all-laptops .woocommerce .products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title::after {
  content: " Desktop";
}
.for-all-in-one .all-laptops .woocommerce .products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title::after {
  content: " All In One";
}

.productlisting .woocommerce nav.woocommerce-pagination ul li a:focus,
.productlisting .woocommerce nav.woocommerce-pagination ul li a:hover,
.productlisting .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #2ae191;
  color: #ffffff;
}

.productlisting .woocommerce nav.woocommerce-pagination ul {
  border: none;
  padding-top: 15px;
}
.productlisting .woocommerce nav.woocommerce-pagination ul li {
  margin: 0 4px;
  border: none;
  font-size: 16px;
}
.productlisting .woocommerce nav.woocommerce-pagination ul li span {
  padding: 10px 16px;
  border-radius: 8px;
}
.productlisting .woocommerce nav.woocommerce-pagination ul li a {
  padding: 10px 16px;
  border-radius: 3px;
  font-weight: 600;
  color: #000 !important;
  font-size: 16px;
}
.productlisting .woocommerce .woocommerce-result-count,
.productlisting .woocommerce .woocommerce-ordering {
  display: none;
}
.productlisting .woocommerce ul.products li.product .price {
  display: none !important;
}

.product-category h2 {
  display: none !important;
}

.sec-brands .brandrow .graybox:hover {
  background-image: url(images/boxactive.png);
}
.sec-brands .brandrow .graybox .brandbox {
  height: 10rem;
  width: 86%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-brands .brandrow .graybox .brandbox img {
  width: auto;
}

/*== small categories ==*/
.brandrow.sm .woocommerce ul.products li {
  width: 7rem !important;
  height: 7rem;
}
.brandrow.sm .woocommerce ul.products li a {
  padding: 22px 0;
}
.brandrow.sm .woocommerce ul.products li img {
  width: 70% !important;
  margin: auto;
}

/*== section how it works ==*/
.sec-works {
  padding: 4rem 0;
  text-align: center;
}
.sec-works .worksrow {
  padding: 6rem 0 0;
}
.sec-works .worksrow .workbox .imgbox {
  height: 22rem;
  text-align: center;
}
.sec-works .worksrow .workbox .descbox p {
  /* color: #051964; */
}

/*=== Section about us  ==*/
.sec-about {
  padding: 2rem 0;
}
.sec-about h1 {
  text-align: center;
}
.sec-about .aboutrow {
  padding: 6rem 0;
}
.sec-about .aboutrow .left img {
  width: 100%;
}
.sec-about .aboutrow .right p {
  /* color: #051964; */
}
.sec-about .aboutrow .right {
  padding-top: 4rem;
}

/*=== Section Reviews us  ==*/
.sec-reviews {
  padding: 2rem 0;
}
.sec-reviews h1 {
  text-align: center;
}
.sec-reviews .reviewsrow {
  padding: 6rem 0 0;
}
.sec-reviews .reviewsrow .box {
  height: 30rem;
  padding: 4.2rem 6rem;
  text-align: center;
  background-image: url(images/box1.png);
  background-position: center;
  background-repeat: no-repeat;
}
.sec-reviews .reviewsrow .box p,
.sec-reviews .reviewsrow .box h6 {
  color: #051964;
  margin-bottom: 0;
}
.sec-reviews .reviewsrow .box h6 {
  font-style: italic;
}

.sec-estimate {
  /* padding: 4rem 0; */
}

/*== breedcrumb ==*/
.sec-breedcrumb {
  padding: 10px 0;
}
.sec-breedcrumb .container {
  padding: 0;
}
.breadcrumb {
  background-color: #fff;
  margin: 0;
}
.breadcrumb > li a {
  color: #000859;
}
.breadcrumb > .active {
  color: #0fe191;
}

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #fff;
  overflow: auto;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-selected {
  background: #f0f0f0;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399ff;
}
.autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

/*== Listing ==*/
.sec-banner.listing {
  padding: 0;
}
.sec-banner.listing h1 {
  background-image: none;
}
.sec-banner.listing .container {
  background-color: #d9e0fa;
  background-repeat: no-repeat;
  background-position: center 90px;
  background-image: url(images/bglisting.png);
  padding: 16px 0 48px;
  border-radius: 20px;
  height: 22rem;
}
.sec-brands.sm .brandrow .graybox {
  height: 6rem;
  border: solid 3px #fff;
}
.sec-brands.sm .brandrow .graybox .brandbox {
  height: 6rem;
}
.sec-brands.sm .brandrow .graybox .brandbox img {
  width: 100%;
  filter: grayscale(100%);
  opacity: 0.4;
}
.sec-brands.sm .brandrow .graybox .brandbox.active img {
  filter: grayscale(0);
  opacity: 1;
}

.brandrow.sm .woocommerce .products ul,
.brandrow.sm .woocommerce ul.products {
  width: fit-content;
  margin: auto;
}

.sec-products .productrow {
  display: grid;
  grid-column-gap: 30px;
  grid-template-columns: 10% 90%;
  width: 100%;
  border-bottom: solid 1px #eaeaea;
  padding: 20px;
}
.sec-products .productrow .imgbox {
  height: 10rem;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
.sec-products .productrow .descbox {
  padding-top: 34px;
}
.sec-products .productrow .descbox h3:hover {
  text-decoration: underline;
}

.sec-headings {
  padding: 3rem 0;
  text-align: center;
}

.sec-calculator {
  padding: 0 0 4rem;
  /*border-bottom: solid 1px #ebebeb;*/
}
.sec-calculator .left {
  text-align: left;
}
.sec-calculator .left h5 {
  text-transform: uppercase;
}
.sec-calculator .right .pricebox {
  padding: 4rem 0;
  background: #d9e0fa;
  border-radius: 20px;
  text-align: center;
}
.sec-calculator .right .pricebox h2 {
  font-size: 54px;
  font-weight: 800 !important;
  font-family: "Roboto", sans-serif;
}
.sec-calculator .right .pricebox h6 {
  color: #000000;
  font-size: 22px;
}

.btnbox {
  padding: 2rem 0;
}

/*== Cart ==*/
.sec-cart {
  padding: 1rem 0;
}
.sec-cart .container {
  padding: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #f4f6fd;
  border: solid 6px #d9e0fa;
  min-height: 25rem;
}
.sec-cart table {
  border-radius: 20px;
  margin: 0;
}
.sec-cart table thead {
  background: #d9e0fa;
}
.sec-cart table thead th,
.sec-cart table tbody td,
.sec-cart table tfoot th {
  padding: 10px 20px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
.sec-cart table tbody td.price,
.sec-cart table tfoot th.price {
  font-weight: 600;
  color: #051964;
  font-size: 20px;
}
.sec-cart table tbody td,
.sec-cart table thead th,
.sec-cart table tfoot th {
  border-right: solid 1px #d8d8d8;
}
.sec-cart table tbody tr {
  border-bottom: solid 1px #e1e3e8;
}
.sec-cart table {
  color: #000000;
}
.sec-cart table tfoot th:nth-child(1) {
  text-align: right;
  font-size: 20px;
  font-weight: 500;
  color: #051964;
}
.sec-cart table tbody td:nth-child(2),
.sec-cart table thead th:nth-child(2),
.sec-cart table tfoot th:nth-child(2) {
  text-align: center;
}
.sec-cart table tfoot {
  background: #d9e0fa;
}
.sec-cart .woocommerce-message {
  display: none !important;
}
.sec-cart .woocommerce-message a {
  background: #ff6005 !important;
  color: #fff !important;
}
.sec-cart .woocommerce .cart .button,
.woocommerce .cart input.button {
  float: right;
  background: #ff6005;
  color: #fff;
  border-radius: 6px;
  border: solid 1px #183271;
}

/*.sec-cart .coupon {
    display: none;
}*/
a.checkout-button {
  width: 30rem !important;
  height: 5rem !important;
  color: #fff !important;
  font-size: 20px !important;
  border: solid 1px #193271 !important;
  background: #ff6000 !important;
  font-weight: 700 !important;
  border-radius: 8px !important;
  line-height: 0.4 !important;
  margin: auto;
}

table.shop_table tr th,
table.shop_table tr td {
  text-align: left !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
}
.select2-container--default .select2-selection--single,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  background: #f4f6fd;
  border: solid 2px #d9e0fa;
  padding: 10px 18px;
  box-shadow: none;
  font-size: 16px;
  border-radius: 10px;
  height: 50px;
}
p.cart-empty.woocommerce-info {
  width: fit-content;
  margin: auto;
  text-align: center;
}
.woocommerce-info::before {
  color: #2ae191;
}
.woocommerce-info {
  border-top-color: #2ae191;
}

/*== checkout ==*/
.sec-checkout {
  padding: 2rem 0;
}
.sec-checkout .container {
  padding: 0;
}
.sec-checkout .left,
.sec-checkout .left-inner {
  padding-left: 0;
}
.sec-checkout .form-group .form-control {
  background: #f4f6fd;
  border: solid 2px #d9e0fa;
  padding: 24px 18px;
  box-shadow: none;
  font-size: 16px;
  border-radius: 10px;
}
.sec-checkout .cartbox {
  background: #f4f6fd;
  border: solid 3px #d9e0fa;
  border-radius: 20px;
  overflow: hidden;
}
.sec-checkout .container {
  /*padding: 0;
    overflow: hidden;
    border-radius: 20px;
    background: #f4f6fd;
    border: solid 6px #d9e0fa;
    min-height: 25rem*/
}
.sec-checkout table {
  border-radius: 20px;
  margin: 0;
}
.sec-checkout table thead {
  background: #d9e0fa;
}
.sec-checkout table thead th,
.sec-checkout table tbody td,
.sec-checkout table tfoot th {
  padding: 10px 20px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
.sec-checkout table tbody td.price,
.sec-checkout table tfoot th.price {
  font-weight: 600;
  color: #051964;
  font-size: 20px;
}
.sec-checkout table tbody td,
.sec-checkout table thead th,
.sec-checkout table tfoot th {
  border-right: solid 1px #d8d8d8;
}
.sec-checkout table tbody tr {
  border-bottom: solid 1px #e1e3e8;
}
.sec-checkout table {
  color: #000000;
}
.sec-checkout table tfoot th:nth-child(1) {
  text-align: right;
  font-size: 20px;
  font-weight: 500;
  color: #051964;
}
.sec-checkout table tbody td:nth-child(2),
.sec-checkout table thead th:nth-child(2),
.sec-checkout table tfoot th:nth-child(2) {
  text-align: center;
}
.sec-checkout table tfoot {
  background: #d9e0fa;
}
.sec-checkout .paybox .radio-inline {
  font-size: 18px;
  font-weight: 600;
}

button#place_order {
  width: 25rem;
  height: 5rem;
  color: #fff;
  font-size: 20px;
  border: solid 1px #193271;
  background: #ff6000;
  font-weight: 700;
  border-radius: 8px;
}

ul.payment-method.radio {
  padding: 0;
}
ul.payment-method.radio li {
  border: 2px solid #e4e4eb;
  display: inline-block;
  border-radius: 12px;
  padding: 0 0px 0 13px;
  margin: 0px 7px 0px 0;
}
ul.payment-method.radio li label {
  padding: 11px 19px;
}
ul.payment-method.radio li img {
  width: 6rem;
}

.print-option .radio label {
  font-weight: 600;
  font-size: 20px;
}
.checkkk label.checkbox span {
  margin: -9px 18px;
  display: block;
  cursor: pointer;
}
.checkkk label.checkbox span:hover {
  text-decoration: underline;
}

/*== Radio Button ==*/
.radiobox-outer .labelradio {
  color: #000000;
  font-weight: 600;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 22px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radiobox-outer .labelradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radiobox-outer .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
.radiobox-outer .labelradio:hover input ~ .checkmark {
  background-color: #ccc;
}
.radiobox-outer .labelradio input:checked ~ .checkmark {
  background-color: #eeeeee;
}
.radiobox-outer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radiobox-outer .labelradio input:checked ~ .checkmark:after {
  display: block;
}
.radiobox-outer .labelradio .checkmark:after {
  top: 7px;
  left: 7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #051964;
}

.checkbox-outer.issues-list {
  margin: 0 37px;
  border: solid 1px #e3e3e3;
  padding: 18px 22px;
  border-radius: 8px;
}
.checkbox-outer.phone-carrier-list {
  margin: 0px;
  border: solid 1px #e3e3e3;
  padding: 18px 22px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.phone-carrier-list .other-carrier-text{
  height: 35px;
  border-radius: 3px;
  background-color: #d9e0fa !important;
  border: solid 2px #b0b9d9;
  padding: 15px 12px;
  font-weight: 500;
}
.phone-carrier-list .other-carrier-text::placeholder {
  color: #000;
}
.phone-carrier-list {
  padding: 12px 0px;
}
.radiobox-outer .labelradio .other-carrier-checkbox:checked ~ .other-carrier-text{
  display: block !important;
}
.other-carrier-label .other-carrier-text {
  position: relative !important;
  opacity: 1 !important;
  width: 70% !important;
  display: none;
  height: 45px !important;
  cursor: auto !important;
}
/*== Checkbox ==*/
.checkbox-outer .labelcheck {
  color: #000000;
  font-weight: 600;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-outer .labelcheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-outer .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border-radius: 3px;
  background-color: #d9e0fa !important;
  border: solid 2px #b0b9d9;
}

.checkbox-outer .labelcheck:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox-outer .labelcheck input:checked ~ .checkmark {
  background-color: #2196f3;
}

.checkbox-outer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-outer .labelcheck input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-outer .labelcheck .checkmark:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #051964;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*== Pagination ==*/
.sec-pagination {
  text-align: center;
}
.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #2ae191;
  color: white;
  border-radius: 5px;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}


.search-icon > a {
  color: white !important;
}
#customer_login .col h2 {
  display: none;
}
#customer_login .login .inline {
  display: block;
}
#customer_login .login .form-row,
#customer_login .register .form-row {
  text-align: center;
}
#customer_login .form-row.form-row-wide {
  text-align: left !important;
}
#customer_login p.lost_password {
  text-align: center;
}
.sec-register .woocommerce form.checkout_coupon,
.sec-register .woocommerce form.login,
.sec-register .woocommerce form.register {
  padding: 0;
  border: none;
}
.sec-register label {
  font-size: 16px;
  color: black;
  margin-bottom: 0;
}
#customer_login input#login {
  width: 25rem;
  height: 5rem;
  color: #fff;
  font-size: 20px;
  border: solid 1px #193271;
  background: #ff6000;
  font-weight: 700;
  border-radius: 8px;
  letter-spacing: 1px;
}
#customer_login .register input.button {
  width: 25rem;
  height: 5rem;
  color: #fff;
  font-size: 20px;
  border: solid 1px #193271;
  background: #051964 !important;
  font-weight: 700;
  border-radius: 8px;
  letter-spacing: 1px;
}

/*== My Account ==*/
.sec-account {
}
.sec-account .account {
  padding: 18px 26px 3px;
}
.sec-account .account a {
  float: right;
  background: #051964;
  color: #fff;
  padding: 8px 26px;
  border-radius: 4px;
  margin: -8px -20px;
}
@media only screen and (max-width: 600px) {
  .sec-account .account a {
    float: none;
    background: #051964;
    color: #fff;
    padding: 8px 26px;
    border-radius: 4px;
    /* margin: 0; */
    text-align: center;
  }
}
.sec-account .account p {
  background: #d9e0fa;
  color: #051964;
  padding: 9px 20px;
  font-size: 15px;
}
.sec-account nav.woocommerce-MyAccount-navigation ul {
  /*width: 30rem*/
}
.sec-account nav.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border: solid 1px #d9e0fa;
  padding: 18px 20px;
  border-bottom: none;
}

/*== Order Confirmation ==*/
.woocommerce-order p {
  font-size: 22px;
  font-weight: 800;
  padding: 16px 0;
  color: #051964;
}
.woocommerce ul.order_details {
  padding: 0;
}
.woocommerce ul.order_details li {
  font-size: 14px;
}

/*== Search ==*/
.sec-search {
  min-height: 30rem;
  text-align: center;
}

/*== Articles ==*/
.articlebox {
  overflow: hidden;
  border: solid 1px #e5e5e5;
  border-radius: 10px;
  padding: 0 0;
  height: 38rem;
  margin-bottom: 3rem;
  box-shadow: 1px 1px 6px #ebebeb;
}
.articlebox img {
  width: 100% !important;
}
.articlebox .imgbox {
  height: 23rem;
  overflow: hidden;
}
.articlebox .descbox {
  padding: 2rem 4rem;
}
.articlebox .descbox button {
  opacity: 0;
  cursor: pointer;
}
.articlebox:hover .descbox button {
  opacity: 1;
}
.articlebox:hover .descbox p {
  /*display: none;*/
}
.articlebox:hover .imgbox {
  height: 14rem !important;
}
.listtags {
  padding: 0;
  padding-top: 2rem;
}
.listtags li {
  list-style: none;
  margin: 2px 0;
}

.listtags li p {
  display: inline-flex;
}

.listtags li a {
  padding: 10px 16px;
  background: white;
  color: #000;
  border-radius: 12px;
  margin: 2px 2px;
  display: inline-block;
}
.listtags li a:hover {
  background: #e9e9e9;
}

/*== Article Details ==*/
.articlecover {
  overflow: hidden;
  height: 50rem;
  border: solid 1px #d6d6d6;
  padding: 8px 8px !important;
  border-radius: 6px;
}
.articlecover img {
  width: 100%;
  height: 100%;
}
.articleboxdetails img {
  height: 30rem;
  border: solid 1px #cccccc;
  padding: 5px;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.articleboxdetails p {
  text-align: justify;
}

/*== How it works ==*/
.sec-steps .sec-works {
  padding-top: 0;
}
.sec-steps .worksrow {
  padding-top: 0rem;
}
.sec-steps .videobox {
  margin-bottom: 5rem;
}

/*== Terms ==*/
.sec-terms p {
  font-weight: 500;
}
.sec-terms .sec-works {
  padding-bottom: 0;
}

.btn-search {
  width: 18rem;
  height: 5.5rem;
  background: #ff6000;
  border-radius: 8px !important;
  font-size: 20px;
  border: solid 1px #193271;
}
.search-btn-icon {
  color: #fff !important;
  text-align: center;
  margin: 0 auto;
  font-weight: 700;
  padding: 0;
  display: contents;
}

/*== FAQs ===*/
.sec-faqs {
}
.sec-faqs .faqsbox {
  padding-top: 2rem;
}
.sec-faqs .accordion-section .panel-default > .panel-heading {
  border: 0;
  background: #f4f4f4;
  padding: 0;
}
.sec-faqs .accordion-section .panel-default .panel-title a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 14px 20px;
}
.sec-faqs .accordion-section .panel-default p {
  font-size: 16px;
}
.sec-faqs .accordion-section .panel-default ul li {
  font-size: 16px;
  list-style: square;
  margin: 8px 0 0;
}
.sec-faqs .accordion-section .panel-default .panel-title a:hover {
  color: #2ae191;
}
.sec-faqs .accordion-section .panel-default .panel-title a:after {
  font-family: "FontAwesome";
  font-style: normal;
  font-size: 3rem;
  content: "\f106";
  color: #051964;
  float: right;
  margin-top: 0;
}
.sec-faqs .accordion-section .panel-default .panel-title a.collapsed:after {
  content: "\f107";
}
.sec-faqs .accordion-section .panel-default .panel-body {
  font-size: 1.2rem;
}

/*== Contact Us ==*/
.sec-contact {
}
.sec-contact {
}
.sec-contact .left input,
.sec-contact .left textarea,
.sec-contact .left select {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  background: #f4f6fd;
  border: solid 2px #d9e0fa;
  padding: 10px 18px;
  box-shadow: none;
  font-size: 16px;
  border-radius: 10px;
  height: 50px;
  width: 100%;
}
.sec-contact .left textarea {
  height: 150px;
}
.sec-contact .left p {
  text-align: center;
}
.wpcf7-form p,
.wpcf7-form span,
.wpcf7-form label {
  width: 100%;
}

.wpcf7-form label {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  text-align: left;
}
.sec-contact .right {
  padding-top: 6rem !important;
}
.sec-contact .right .inner {
  background: #f4f6fd;
  border-radius: 10px;
  padding: 30px 50px 30px;
}
.sec-contact .right .inner h2 {
  color: #ff6005;
}
.sec-contact .right .inner h5 {
  color: #ff6005;
  margin-bottom: 0;
}
input.wpcf7-form-control.wpcf7-submit {
  width: 18rem;
  height: 5rem;
  border-radius: 8px !important;
  font-size: 20px;
  border: solid 1px #193271;
  background: #ff6000;
  color: #fff;
}
input.wpcf7-form-control.wpcf7-submit:hover {
  background: #ed5900;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  input.wpcf7-form-control.wpcf7-submit {
    width: 80%;
  }
}

.alert-info {
  padding: 22px 60px !important;
  text-align: center !important;
  border-radius: 14px !important;
  margin: 9px 0 0 !important;
  font-weight: 600 !important;
  color: #000 !important;
  font-size: 22px !important;
}

/*===== Screen shots =======*/
.sec-screenshots {
  padding: 80px 0 20px;
  background-color: #eaeaea;
  text-align: center;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 20%;
  height: 55rem;
}
.swiper-slide.swiper-slide-active .imgbx img {
  width: 22rem;
  margin-top: 0;
  opacity: 1;
}
.swiper-slide .imgbx img {
  width: 20rem;
  margin-top: 5rem;
  opacity: 0.3;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d73232;
}
/*.swiper-slide:nth-child(2n) {
  width: 10%;
}
.swiper-slide:nth-child(3n) {
  width: 5%;
}*/

/*=== contact ======*/
.sec-contact {
  text-align: center;
}
.sec-contact .left,
.sec-contact .right {
  text-align: left;
  padding-top: 4rem;
}
.sec-contact .form-control {
  border: solid 1px #cdcdcd;
  padding: 2.5rem 2.5rem;
  box-shadow: none;
}
.sec-contact .form-control.msg {
  height: 16rem;
  resize: none;
}
.sec-contact .form-group {
  padding-bottom: 2rem;
}
.btn-default,
.btn-default:hover,
.btn-default:focus {
  width: 25rem;
  height: 5rem;
  color: #fff;
  font-size: 20px;
  border: solid 1px #193271;
  background: #ff6000;
  font-weight: 700;
  border-radius: 8px;
}
.btn-default:hover {
  background: #ff7725;
}

.btn-calculate,
.btn-calculate:hover,
.btn-calculate:focus {
  width: 25rem;
  height: 5rem;
  color: #fff;
  font-size: 20px;
  border: solid 1px #193271;
  background: #193271;
  font-weight: 700;
  border-radius: 8px;
}

.btn.blue {
  background: #051964;
}
.sec-contact label {
  font-weight: 600;
}

/*=========================================== 
Footer CSS
===========================================*/

.footer {
  text-align: center;
  background-color: #fff;
}
.footer .container {
  border-top: solid 2px #0fe091;
}
.footer .list {
  padding-left: 0;
}
.footer .list li {
  list-style: none;
  color: #051964;
  margin-top: 0.5rem;
}
.footer .list li a {
  color: #051964;
}
.footer .list li a:hover {
  text-decoration: underline;
}
.footer .social {
  cursor: pointer;
  background: #adedd5;
  margin: 0 2px;
  text-align: center;
  width: 54px;
  height: 50px;
  display: inline-block;
  padding: 12px 0;
  border-radius: 6px;
}
.footer .social:hover {
  background: #8edcbf;
}
.footer .fa {
  font-size: 1.8em;
  color: #051964;
}
.footer h3 {
  margin-bottom: 0;
  color: #051964;
  font-weight: 700;
  font-size: 20px;
}
.footer p,
.footer a {
  color: #051964;
}
.foot-top {
  padding: 16px 0px 0px;
  /*border-bottom: 1px solid #051964;*/
}

.foot-tit {
  color: gray;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

.foot-item {
  display: block;
  color: #fff;
  font-weight: 300;
  font-size: 17px;
  margin-bottom: 10px;
}

.foot-item:hover,
.foot-item:focus {
  font-weight: 600;
  color: #fff;
}

.foot-download-img img {
  width: 15rem;
}

.foot-btm {
  padding: 30px 0px;
}

.foot-logo img {
  height: 50px;
}

.copy-txt {
  color: #fff;
  text-align: center;
  font-size: 20px;
  letter-spacing: -0.6px;
  margin: 13px;
}

.foot-social-item {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  will-change: transform;
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #fff;
  font-size: 25px;
  padding: 15px 15px;
  display: inline-block;
}

.foot-social-item:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  color: #fff;
}
.navbar-default .navbar-toggle {
  border-color: #acecd4;
  background: #acecd4;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #051964;
}
button.navbar-toggle {
  margin-top: 22px;
}

.algolia-autocomplete {
  width: 100%;
}
.algolia-autocomplete .aa-input,
.algolia-autocomplete .aa-hint {
  width: 100%;
}
.algolia-autocomplete .aa-hint {
  color: #999;
}
.algolia-autocomplete .aa-dropdown-menu {
  width: 100%;
  height: 200px;
  background-color: #fff;
  /*border: 1px solid #999;*/
  border-top: none;
  text-align: left !important;
  overflow-x: scroll;
  overflow-y: scroll;
}
.algolia-autocomplete .aa-dropdown-menu {
  padding: 0px 15px 0 0;
}
.algolia-autocomplete .aa-dropdown-menu::-webkit-scrollbar {
  display: none;
}
.algolia-autocomplete .aa-dataset-1 {
  overflow-y: scroll;
  padding: 10px 10px 20px;
  border: 1px solid #999;
  border-top: none;
  height: 200px;
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
.algolia-autocomplete .aa-dataset-1::-webkit-scrollbar {
  display: none;
}
.ais-Hits-list li {
  padding: 0px 0;
}

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
  cursor: pointer;
  padding: 5px 4px;
}
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
  background-color: #b2d7ff;
}
.algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
  font-weight: bold;
  font-style: normal;
}
em {
  color: #051964;
}
.aws-search-result {
  /*border: 1px solid #ffffff !important;*/
  border: none !important;
}
.aws-container .aws-search-form .aws-search-clear span {
  font-size: 36px;
  /* right: 12px; */
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 24px;
  float: right;
  margin: -40px 30px;
  z-index: 5;
  cursor: pointer;
  color: #757575;
}
.aws-container .aws-search-form.aws-show-clear.aws-form-active .aws-search-clear {
  display: block !important;
}
.after-search-icons {
  padding-right: 0px !important;
}
.top-review .text {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
.top-review h6 {
  padding-left: 25px;
}
.top-review .rating-stars {
  width: 80px;
  height: auto !important;
}
.top-review a {
  text-decoration: none !important;
}
/*=========================================== 
Responsive Page
===========================================*/

@media screen and (max-width: 1199px) {
  .download-img {
    margin-bottom: 15px;
  }
  ul.ullist-cart {
    padding-left: 0rem !important;
  }
  .list-models {
    margin-left: 0rem;
    margin-top: 0rem;
  }
}

@media screen and (max-width: 991px) {
  ul.ullist-cart img,
  .ul.ullist-mycart img {
    height: 6.5rem !important;
  }
  .navbar-brand > img {
    width: auto;
  }
  .row {
    padding: 0rem 2rem;
    text-align: center;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: none;
  }
  .navbar-default .navbar-nav > li > a {
    text-align: center;
  }
  h1, .custom-h1 {
    font-size: 24px;
  }
  .sec-banner {
    padding-bottom: 2rem;
  }
  .sec-banner .left {
    padding-top: 5rem;
  }
  .sec-banner .right img {
    display: none;
  }
  .sec-about {
    margin-top: 0;
    background-color: #e7ebee;
    background-image: none;
  }
  .sec-works,
  .sec-about,
  .sec-screenshots,
  .sec-contact {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sec-works .center {
    display: none;
  }
  .sec-works .circle {
    margin: auto;
  }
  .swiper-slide.swiper-slide-active .imgbx img {
    width: 15rem;
  }
  .swiper-slide .imgbx img {
    width: 12rem;
    margin-top: 0rem;
  }
  .swiper-slide {
    width: 30%;
    height: 34rem;
  }
  .sec-contact .left,
  .sec-contact .right {
    padding-top: 0;
  }
  .footer div {
    text-align: center;
  }
  .foot-download-img img {
    margin-bottom: 1rem;
  }
  ul.ullist-cart {
    padding-left: 0rem !important;
  }
  ul.mycart {
    padding-top: 1rem !important;
  }
  .list-models {
    margin-left: 0rem;
    margin-top: 0rem;
  }
}

@media screen and (max-width: 767px) {
  input.aws-search-field {
    width: 100% !important;
    font-size: 14px !important;
  }
  .aws-container .aws-search-form .aws-form-btn {
    width: 10rem !important;
    margin-left: 6px;
  }
  .aws-container .aws-search-form .aws-search-btn svg {
    transform: scale(0.7);
  }
  .videoboxouter {
    margin-bottom: 2rem;
  }
  .navbar-brand > img {
    width: 16rem;
  }
  .row {
    padding: 0 !important;
    margin: 0;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: none;
  }
  .navbar-default .navbar-nav > li > a {
    text-align: center;
  }
  h1, .custom-h1 {
    font-size: 34px;
  }
  h2, .custom-h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 16px;
  }
  h5 {
    font-size: 18px;
  }
  .sec-banner {
    padding-bottom: 2rem;
  }
  .sec-banner .left {
    padding-top: 5rem;
    padding: 0;
  }
  .sec-banner .right img {
    display: none;
  }
  .sec-about {
    margin-top: 0;
    background-color: #e7ebee;
    background-image: none;
  }
  .sec-works,
  .sec-about,
  .sec-screenshots,
  .sec-contact {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sec-works .center {
    display: none;
  }
  .sec-works .circle {
    margin: auto;
  }
  .swiper-slide.swiper-slide-active .imgbx img {
    width: 15rem;
  }
  .swiper-slide .imgbx img {
    width: 12rem;
    margin-top: 0rem;
  }
  .swiper-slide {
    width: 30%;
    height: 34rem;
  }
  .sec-contact .left,
  .sec-contact .right {
    padding-top: 0;
  }
  .footer div {
    text-align: center;
  }
  .foot-download-img img {
    margin-bottom: 1rem;
  }
  .searchbox input {
    width: 100%;
    font-size: 16px;
  }
  .sec-header {
    padding: 0 !important;
    margin: 0;
  }
  a.navbar-brand {
    padding: 8px 20px;
  }
  .sec-banner .left h1 {
    background-image: none;
  }
  .searchbox {
    padding: 0rem 0 0;
    width: 100%;
  }
  .searchbox .aws-container {
    width: 100%;
  }
  .aws-container .aws-search-form .aws-search-clear span {
    right: 0;
  }
  .algolia-autocomplete .aa-dropdown-menu {
    padding: 0px 0 0 0;
  }
  input.aws-search-field {
    padding: 6px 12px !important;
  }
  .sec-banner .left .list li {
    padding: 0px 0px 0 0px;
    margin: 10px 0 6px;
  }
  .btn.md,
  .btn.md:hover {
    min-width: 13rem;
    width: auto;
    height: 5rem;
    font-size: 16px;
  }
  .sec-brands .brandrow .graybox {
    height: 13rem;
    background-size: 11rem;
  }
  .sec-brands.sm .brandrow .graybox .brandbox img {
    width: 100%;
  }
  .sec-brands .brandrow .graybox .brandbox img {
    width: 7rem;
  }
  .sec-brands .brandrow ul.products li {
    width: 14rem !important;
    height: 8rem;
  }
  .sec-brands .brandrow ul.products li a {
    padding: 5px !important;
  }
  .sec-banner .left .list li img {
    height: 22px;
  }
  .sec-works .worksrow {
    padding-top: 3rem !important;
  }
  .sec-banner.listing,
  .sec-cart,
  .sec-works,
  .sec-about,
  .sec-reviews,
  .sec-screenshots,
  .sec-contact,
  .sec-brands.sm,
  .sec-estimate,
  .sec-headings {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .sec-brands.sm {
    padding-bottom: 0 !important;
  }
  .sec-works .worksrow .workbox {
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: 30% 70%;
  }
  .sec-works .worksrow .workbox .imgbox {
    height: 17rem;
  }
  .sec-works .worksrow .workbox .imgbox img {
    width: 100%;
  }
  .sec-works .worksrow .workbox .descbox {
    text-align: left;
  }
  .sec-reviews .reviewsrow .box {
    height: 30rem;
    padding: 4rem 5rem;
  }
  .footer .list li a {
    font-size: 18px;
  }
  .sec-brands.sm .brandrow {
    overflow: auto;
    white-space: nowrap;
  }
  .sec-brands.sm .brandrow a {
    display: inline-block;
  }
  .sec-brands.sm .brandrow .graybox {
    width: 10rem;
  }
  .sec-products .productrow .descbox {
    text-align: left;
    padding-top: 14px;
  }
  .sec-products .productrow .imgbox {
    height: auto;
    background: #fff;
  }
  .sec-banner.listing .container {
    background-size: 88%;
    padding: 2rem 0;
    height: auto;
    background-position: center 70px;
  }
  .breadcrumb > li a {
    font-size: 16px;
  }
  .checkbox-outer .labelcheck,
  .radiobox-outer .labelradio {
    font-size: 16px;
  }
  .sec-checkout .left,
  .sec-checkout .left-inner {
    padding: 10px !important;
  }
  .productlisting .woocommerce ul.products li.product a {
    grid-column-gap: 10px;
    grid-template-columns: 23% 80%;
  }
  .productlisting .woocommerce ul.products li.product a h2 {
    line-height: 1;
    padding-top: 10px;
    font-size: 20px !important;
  }
  .checkbox-outer.issues-list {
    margin: 0 !important;
  }
  .checkbox-outer.phone-carrier-list {
    margin: 0 !important;
  }
  a.checkout-button {
    margin: auto !important;
  }
  .cart_totals h2 {
    padding: 0 16px;
  }
  .woocommerce table.shop_table td.actions {
    padding: 6px 0 43px;
  }
  .checkkk {
    padding: 0 30px !important;
    text-align: left !important;
  }
  .print-option {
    padding: 0 28px;
  }
  .print-option .radio label {
    font-size: 16px;
  }
  .woocommerce ul.order_details {
    padding: 0 30px !important;
  }
  .woocommerce ul.order_details li {
    text-align: left;
    margin: 8px 0;
    border: none;
  }
  .sec-contact .right .inner {
    padding: 15px 13px 17px !important;
  }
  .sec-contact .right .inner h6 {
    font-size: 16px;
  }
  .sec-works .worksrow {
    padding-top: 0 !important;
  }
  .sec-banner .left .list {
    padding: 0 !important;
    margin: 18px 0 0;
  }
  .sec-banner .left .list.top li img {
    width: auto;
    transform: scale(2);
  }
  .sec-banner .left .list.top li {
    margin: 0 17px 20px !important;
  }
  ul.ullist-cart {
    padding-left: 0rem !important;
  }
  ul.mycart {
    padding-top: 1rem !important;
  }
  .taglineproductheading h1 {
    font-size: 30px;
  }
  .articlecover {
    height: 24rem;
  }
  .articleboxdetails.box img {
    width: 100%;
    height: auto;
  }
  .footer .list li {
    margin: 6px 0;
  }
  .list-models {
    margin-left: 0rem;
    margin-top: 0rem;
  }
  .sec-header .top-bar-phonenumber {
    text-align: center !important;
    bottom: -5px;
  }
  .sec-header .top-bar-phonenumber a {
    padding: 0px !important;
}
}
@media screen and (max-width: 480px) {
  .home .sec-banner .left h1{
    font-size: 24px;
    margin-top: 1.5rem;
  }
  .home .sec-banner .left h1 br{
    display: none;
  }
  .top-review h6{
    padding-left: 5px;
  }
  .top-review .text {
    font-size: 20px;
    font-weight: 700;
  }
  .home .sec-banner .left .list li {
    font-size: 15px;
  }
  .home .sec-brands h2 {
    font-size: 24px;
  }
  .page-template-cart ul.ullist.mycart li {
    display: block;
    text-align: center;
    margin-bottom: 12px;
  }
  .page-template-cart ul.ullist.mycart {
      overflow: visible;
      height: auto;
      padding: 0px;
  }
  .page-template-checkout ul.ullist li {
    display: block;
    text-align: center;
    margin-bottom: 12px;
  }
  .page-template-checkout ul.ullist {
      overflow: visible;
      height: auto;
      padding: 0px;
  }
}
@media screen and (max-width: 400px) {
  input.aws-search-field {
    width: 100% !important;
    font-size: 14px !important;
  }
  .aws-container .aws-search-form .aws-form-btn {
    width: 10rem !important;
    margin-left: 6px;
  }
  .aws-container .aws-search-form .aws-search-btn svg {
    transform: scale(0.7);
  }
  .videoboxouter {
    margin-bottom: 2rem;
  }
  .navbar-brand > img {
    width: 16rem;
  }
  .row {
    padding: 0 !important;
    margin: 0;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: none;
  }
  .navbar-default .navbar-nav > li > a {
    text-align: center;
  }
  .home h1 {
    font-size: 24px;
  }
  h1, .custom-h1 {
    font-size: 28px;
  }
  h2, .custom-h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 16px;
  }
  h5 {
    font-size: 18px;
  }
  .sec-banner {
    padding-bottom: 2rem;
  }
  .sec-banner .left {
    padding-top: 5rem;
    padding: 0;
  }
  .sec-banner .right img {
    display: none;
  }
  .sec-about {
    margin-top: 0;
    background-color: #e7ebee;
    background-image: none;
  }
  .sec-works,
  .sec-about,
  .sec-screenshots,
  .sec-contact {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sec-works .center {
    display: none;
  }
  .sec-works .circle {
    margin: auto;
  }
  .swiper-slide.swiper-slide-active .imgbx img {
    width: 15rem;
  }
  .swiper-slide .imgbx img {
    width: 12rem;
    margin-top: 0rem;
  }
  .swiper-slide {
    width: 30%;
    height: 34rem;
  }
  .sec-contact .left,
  .sec-contact .right {
    padding-top: 0;
  }
  .footer div {
    text-align: center;
  }
  .foot-download-img img {
    margin-bottom: 1rem;
  }
  .searchbox input {
    width: 100%;
    font-size: 16px;
  }
  .sec-header {
    padding: 0 !important;
    margin: 0;
  }
  a.navbar-brand {
    padding: 8px 20px;
    /* overflow: hidden; */
  }
  .ais-SearchBox-input {
    width: 70% !important;
  }
  .plisting-h2 {
    font-size: 18px !important;
  }
  .ais-SearchBox-submit {
    min-width: 7rem;
    width: auto;
    height: 48px;
  }
  .sec-banner .left h1 {
    background-image: none;
  }
  .searchbox {
    padding: 0rem 0 0;
  }
  .sec-banner .left .list {
    padding: 0;
    margin-top: 3rem;
  }
  .sec-banner .left .list li {
    padding: 5px 0 0 0px;
    font-size: 14px;
    margin: 7px 0;
  }
  .btn.md,
  .btn.md:hover {
    min-width: 13rem;
    width: auto;
    height: 5rem;
    font-size: 16px;
  }
  .sec-brands .brandrow .graybox {
    height: 13rem;
    background-size: 11rem;
  }
  .sec-brands .brandrow ul.products li {
    width: 14rem !important;
    height: 8rem;
  }
  .sec-brands.sm .brandrow .graybox .brandbox img {
    width: 100%;
  }
  .sec-brands .brandrow .graybox .brandbox img {
    width: 7rem;
  }
  .sec-works .worksrow {
    padding-top: 3rem !important;
  }
  .sec-banner.listing,
  .sec-cart,
  .sec-works,
  .sec-about,
  .sec-reviews,
  .sec-screenshots,
  .sec-contact,
  .sec-brands.sm,
  .sec-estimate,
  .sec-headings {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .sec-brands.sm {
    padding-bottom: 0 !important;
  }
  .sec-works .worksrow .workbox {
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: 30% 70%;
  }
  .sec-works .worksrow .workbox .imgbox {
    height: 17rem;
  }
  .sec-works .worksrow .workbox .imgbox img {
    width: 100%;
  }
  .sec-works .worksrow .workbox .descbox {
    text-align: left;
  }
  .sec-reviews .reviewsrow .box {
    height: 30rem;
    padding: 4rem 5rem;
  }
  .footer .list li a {
    font-size: 18px;
  }
  .sec-brands.sm .brandrow {
    overflow: auto;
    white-space: nowrap;
  }
  .sec-brands.sm .brandrow a {
    display: inline-block;
  }
  .sec-brands.sm .brandrow .graybox {
    width: 10rem;
  }
  .sec-products .productrow .descbox {
    text-align: left;
    padding-top: 14px;
  }
  .sec-products .productrow .imgbox {
    height: auto;
    background: #fff;
  }
  .sec-banner.listing .container {
    background-size: 88%;
    padding: 2rem 0;
    height: auto;
    background-position: center 70px;
  }
  .breadcrumb > li a {
    font-size: 16px;
  }
  .checkbox-outer .labelcheck,
  .radiobox-outer .labelradio {
    font-size: 16px;
  }
  .sec-checkout .left,
  .sec-checkout .left-inner {
    padding: 10px !important;
  }
  .productlisting .woocommerce ul.products li.product a {
    grid-column-gap: 10px;
    grid-template-columns: 23% 80%;
  }
  .productlisting .woocommerce ul.products li.product a h2 {
    line-height: 1;
    padding-top: 10px;
    font-size: 20px !important;
  }
  .checkbox-outer.issues-list {
    margin: 0 !important;
  }
  .checkbox-outer.phone-carrier-list {
    margin: 0 !important;
  }
  a.checkout-button {
    margin: auto !important;
  }
  .cart_totals h2 {
    padding: 0 16px;
  }
  .woocommerce table.shop_table td.actions {
    padding: 6px 0 43px;
  }
  .checkkk {
    padding: 0 30px !important;
    text-align: left !important;
  }
  .print-option {
    padding: 0 28px;
  }
  .print-option .radio label {
    font-size: 16px;
  }
  .woocommerce ul.order_details {
    padding: 0 30px !important;
  }
  .woocommerce ul.order_details li {
    text-align: left;
    margin: 8px 0;
    border: none;
  }
  .sec-contact .right .inner {
    padding: 15px 13px 17px !important;
  }
  .sec-contact .right .inner h6 {
    font-size: 16px;
  }
  .sec-works .worksrow {
    padding-top: 0 !important;
  }
  .sec-banner .left .list {
    padding: 0 !important;
  }
  .sec-banner .left .list.top li img {
    width: auto;
    transform: scale(2);
  }
  .sec-banner .left .list.top li {
    margin: 0 17px 20px !important;
  }
  .sec-reviews .reviewsrow .box p {
    font-size: 12px;
  }
  ul.ullist-cart {
    padding-left: 0rem !important;
  }
  ul.mycart {
    padding-top: 1rem !important;
  }
  .articlecover {
    height: 24rem;
  }
  .articleboxdetails.box img {
    width: 100%;
    height: auto;
  }
  .footer .list li {
    margin: 6px 0;
  }
  .list-models {
    margin-left: 0rem;
    margin-top: 0rem;
  }
  .css-sprite-star{
    margin: -5px 6px 1px !important;
  }
  
}

input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}




.dropdown .dropdown-menu {
  color: #051964;
  background-color: #fff;
}
.dropdown:hover .dropdown-menu {
  display: block;
  color: #051964;
  background-color: #fff;
}                
.dropdown .dropdown-menu li a{
  color: #051964;
  font-weight: bold;
}
.dropdown:hover .dropdown-menu li a{
  color: #0fe191;
  font-weight: bold;
}
.dropdown-menu > li:first-child {
  margin-top: 17px;
}
.dropdown-menu > li:last-child {
  margin-bottom: 17px;
}
.dropdown:hover .dropdown-menu li a:hover{
  color: #0fe191;
  font-weight: bold;
}
.parent{
color: #051964;
}
.parent:hover{
color: #0fe191;
}
.device-icon-cls-1,.device-icon-cls-2{
fill:none;
stroke:#051964;
stroke-miterlimit:10;
stroke-width:.71px
}
.device-icon-cls-2{
stroke-linecap:square
}
.navbar-right .dropdown-menu {
right: -75px !important;
left: auto;
}

@media only screen and (max-width: 600px) {
  .search-icon{
    float: left;
  }
  .home-category-heading{
    margin-top: -12px;
  }
  .home-page-categories{
    padding: 50px !important;
  } 
}
@media only screen and (max-width: 360px) {
  .css-sprite-about {
    width: 100% !important;
    background-size: cover !important;
    height: 185px !important;
  }
  .home .sec-banner .left h1 {
    font-size: 20px; 
  }
  .home .sec-brands h2 {
    font-size: 17px;
  }
  .aws-container .aws-show-clear .aws-search-field::placeholder {
    font-size: 12px;
  }
  .aws-container .aws-search-form .aws-search-clear span {
    right: -22px;
  }
  .home .sec-brands .brandrow ul.products li {
    width: 100% !important;
  }
  .home .sec-banner .left .list li a {
    font-size: 14px;
  }
  .home #howitworks .col-lg-12 {
    padding: 0px;
  }
  .home h1 {
    font-size: 20px;
  }
  .css-sprite-star2 {
    background-size: cover !important;
    margin: 0px !important;
    height: 18px !important;
    width: 18px !important;
    background-position: center center !important;
  }
  .home .sec-reviews .col-lg-12 {
    padding: 0px !important;
  }
  .sec-reviews .reviewsrow .box {
    padding: 4rem;
    background-size: contain;
  }
}