h1, h2, h3, h4, h5, h6, p, span, ul, li, a, .btn-default, textarea {
  margin: 0;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}

.bb-header {
    border-bottom: 1px solid #1173aa;
    padding-bottom: 10px;
}
.banner-text h1.font-size {
    font-size: 60px;
    background: #ffffff87;
    position: relative;
    left: 7%;
    padding: 20px 0;
    border-radius: 14px;
    width: 100%;
    top: 126px;
}
.container{
  max-width: 1175px;
}
/*RESPONSIVE NAVIGATION*/
.mobile-menu{
   display: none;
 }
 .mobile-menu .circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #005879;
  margin: 0 auto;
  font-size: 16px;
  position: fixed;
  right: 40px;
  top: 40px;
  z-index: 92;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.mobile-menu .nveMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transform: translateX(-320px);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  padding: 40px 20px;
}
.mobile-menu .nveMenu.is-opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
/*.mobile-menu .nveMenu h1 {
  color: #000;
  font-weight: 700;
  }*/
  .mobile-menu .overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 280px);
    height: 100%;
    background: rgba(0, 0, 0, 0.71);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  }
  .mobile-menu .overlay.is-on {
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }
  .mobile-menu .navlinks li {
    display: block;
    padding: 12px 0;
  }
  .mobile-menu .navlinks li a {
    text-transform: uppercase;
    color: #666;
    font-weight: 700;
  }
  .mobile-menu .navlinks li a:hover {
    text-decoration: none;
  }
/*RESPONSIVE NAVIGATION*/


.home-banner {
    /* background: url(../images/home-banner.jpg) center; */
    height: 740px!important;
    padding: 150px 0 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
}

.header-menu {
    position: absolute;
    width: 100%;
    padding: 30px 0;
    z-index: 999;
}

.cta a {
    color: #1173aa;
    font-weight: 600;
    border: 1px solid #1173aa;
    padding: 6px 30px;
    transition: .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 34px;
/*     -webkit-box-shadow: -8px 7px 145px -66px rgba(0,0,0,1);
    -moz-box-shadow: -8px 7px 145px -66px rgba(0,0,0,1);
    box-shadow: 0px 2px 23px -7px rgba(0,0,0,1); */
}

.cta a:hover {
  background: #fff;
}
.logo img {
  width: 180px;
}
/*     color: #1173aa;
    font-weight: 600;
    border: 1px solid #1173aa;
    padding: 6px 30px;
    transition: .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 34px; */


.cart-icon {
    padding: 6px 40px;
}

.cart-icon a {
    color: #1173aa;
}

.num a {
    color: #1173aa;
    font-weight: 700;
}
.banner-text h1 {
    color: #1173aa;
    font-size: 30px;
    font-weight: 600;
}

.banner-text {
    padding: 0px 143px 0 0px;
}

.banner-text p {
    padding: 15px 0;
    color: #363636;
} 

.ul-links ul li {
    list-style: none;
    padding: 10px 0;
}
.ul-links ul li a {
    color: #1173aa;
    
     font-weight: 600;
    border: 1px solid #1173aa;
    padding: 6px 30px;
    transition: .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 34px;
}

.ul-links ul li a {
    color: #1173aa;
    font-weight: 600;
}

.search-icon-banner .fa-search {
    position: relative;
    left: 334px;
    background: #1173aa;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 60px;
    width: 70px;
    color: #fff;
    font-size: 26px;
}

.search-icon-banner .search-input {
    height: 60px;
    width: 60%;
    padding-left: 20px;
    font-size: 16px;
}

.search-icon-banner {
    position: relative;
    top: 250px;
    right: 163px;
}

.bannerside-img {
    position: relative;
    left: -30px;
}

.primary-title {
    font-size: 30px;
    color: #1173aa;
    font-weight: 700;
    margin-bottom: 26px;
    
}

.margin-top-90 {
  margin-top: 90px;
}

.primary-disc {
  color: #363636;
}

.filters-box {
    -webkit-box-shadow: 0px 0px 14.4px 0.6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 14.4px 0.6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 14.4px 0.6px rgba(0, 0, 0, 0.2);
    padding: 20px 15px 20px 15px;
}

.shop-by-size {
  padding-bottom: 90px;
}

.btn-theme {
  text-transform: uppercase;
  border-radius: 3px;
  padding: 6px 20px;
  background-color: rgb(17, 115, 170);
  color: #fff;
  transition: .5s;
  font-size: 14px;
}

.btn-theme:hover {
  color: #fff;
}

.bg-style-build-size {
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding: 80px 0;
}

.performance-box {
  -webkit-box-shadow: 0px 0px 38.4px 1.6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 38.4px 1.6px rgba(0, 0, 0, 0.15);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 38.4px 1.6px rgba(0, 0, 0, 0.15);
  padding: 30px 40px;
}

.more-detail a {
  color: #22ac4b;
}

.shop-performance {
  padding: 70px 0 0px 0;
}

.shop-performance-bg-style {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 70px;
}

.shipping-title {
    /*font-size: 24px;*/
    font-size: 22px;
    color: #1173aa;
    font-weight: 700;
    margin-bottom: 16px;
}

.shipping-info-box img {
  /*height: 90px;*/
  height: 50px;
}

.shipping-info-bg-style {
  padding: 70px 0;
  border-bottom: 1px solid #cdcdcd;
}

.fresh-air-section {
  padding: 70px 0;
}

.newslatter-box .form-control {
  height: 60px;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 14.4px 0.6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 14.4px 0.6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 14.4px 0.6px rgba(0, 0, 0, 0.2);
  background-color: rgb(255, 255, 255);
}

.btn-newslatter {
    background-color: #1173aa;
    border: none;
    color: #fff;
    height: 60px;
    padding: 0 20px;
}
.btn-newslatter .fa-envelope {
  font-size: 26px;
}

.connect-with-us {
  padding-bottom: 50px;
}

.facebook,
.twitter,
.instagram {
  position: relative;
  border-right: 1px solid #fff;
}

.facebook a,
.twitter a,
.instagram a,
.linkdin a {
  color: #fff;
}

/* .facebook:after,
.twitter:after,
.instagram:after {
  position: absolute;
  content: "";
  background-color: #fff;
  height: 60px;
  width: 1px;
} */

footer {
  background-color: rgb(17, 115, 170);
  color: #fff;
  padding: 100px 0 0 0;
}


.Rectangle_9 {
  background-color: rgb(17, 115, 170);
  position: absolute;
  left: 0px;
  top: 4093px;
  width: 1368px;
  height: 470px;
  z-index: 261;
}

.footer-links li a {
  color: #fff;
}

.footer-links li {
  margin-bottom: 6px;
}

.footer-title {
    margin-bottom: 32px;
    text-transform: uppercase;
    font-size: 24px;
}
header {
  z-index: 9999;
}
.address-link {
  color: #fff;
}

.footer-bottom-bg {
    border-top: 1px solid #cdcdcd;
    padding-bottom: 20px;
    padding-top: 20px;
}
.head {
    width: 100%;
    text-align: center;
    padding: 40px 0 60px 0;
    color: #1173aa;
}
.form-control.filter-input {
    /* color: #000; */
    -webkit-box-shadow: 0px 0px 14.4px 0.6px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 14.4px 0.6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 14.4px 0.6px rgb(0 0 0 / 20%);
    height: 60px;
    width: 70%;
}

.num-block {
    padding: 15px 30px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

/* skin 6 */

.skin-6 .num-in {
  background-color: #1173aa;
  width: 120px;
  height: 45px;
  padding: 3px 0;
  border-radius: 5px;
  margin: 0 auto;
}

.skin-6 .num-in span {
    display: block;
    float: left;
    width: 34px;
    line-height: 39px;
    height: 39px;
    color: #fff;
  font-weight: bold;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3;
    -o-transition: all 0.3;
    transition: all 0.3;
}

.skin-6 .num-in span:hover {
    color: #fff !important;
}

.skin-6 .num-in input {
    float: left;
    height: 39px;
    width: 52px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #fff;
}

/* / skin 6 */
.product {
    text-align: center;
    cursor: pointer;
    transition: 0.5s;
}
.product:hover {
    transform: scale(1.1);
    transition: 0.5s;
}
a.add-to-cart {
    background: #f79751;
    width: 100%;
    padding: 8px 120px;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
}
.view-det {
    border: 1px solid;
    padding: 8px 120px;
    border-radius: 10px;
    color: #1173aa;
    font-weight: 500;
}

a.add-to-cart {
    background: #f79751;
    width: 100%;
    padding: 8px 120px;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
}
.view-det {
    border: 1px solid;
    padding: 8px 120px;
    border-radius: 10px;
    color: #1173aa;
    font-weight: 500;
}

.btns {
    padding: 30px 0;
}
.product h1 {
    color: #4a4a4a!important;
    font-size: 25px;
    padding: 10px 0;
    border-bottom: 3px solid #1173aa;
}
.product p {
    padding: 10px 0;
}

.img-text h5 {
    padding: 20px 0 10px;
}
.anc a {
    color: #000;
    padding: 6px 0;
    display: block;
}
section.product-list {
    padding: 50px 0;
}
.img-box img {
    border-radius: 15px;
    position: relative;
}
.ul li {
    list-style: none;
}
.abs {
    position: absolute;
    top: 126px;
    width: 362px;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
}
.img-box {
    position: relative;
}
.sign-in-title {
  text-transform: uppercase;
  color: #1173aa;
}
.login-main {
  padding: 200px 0 60px 0;
}
.sign-in-form .form-control {
  height: 45px;
}
.btn-log-in {
    text-transform: uppercase;
    border-radius: 3px;
    padding: 6px 40px;
    background-color: rgb(17, 115, 170);
    color: #fff;
    transition: .5s;
    font-size: 18px;
    border: none;
    font-weight: 500;
}
.reset-password {
    color: #212529;
    margin-left: 20px;
}
.login-main .icon-check .fa-check {
  color: #1173aa;
}
.create-account {
    border: 1px solid #1173aa;
    padding: 6px 40px;
    font-size: 18px;
    font-weight: 600;
    color: #212529;
}
.product-listing-main-title {
    font-size: 30px;
    margin-bottom: 60px;
}
.product-signal-main .container {
  padding: 60px 0;
  border-bottom: 1px solid #1173aa;
}
.product-lisiting-title {
    color: #1173aa;
    font-size: 26px;
    margin-bottom: 30px;
}
.note-product-listion {
  padding-bottom: 60px;
  border-bottom: 1px solid #1173aa;
}

.bb-1px {
  border-bottom: 1px solid #1173aa;
}

/*Start Cart Page Style */

.main-cart a {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

.main-cart a {
  border: 0 none;
  outline: 0;
  text-decoration: none;
}

.main-cart strong {
  font-weight: bold;
}

.main-cart p {
  margin: 0.75rem 0 0;
}

.main-cart h1 {
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.main-cart input,
.main-cart button {
  border: 0 none;
  outline: 0 none;
}

.main-cart button {
  background-color: rgb(17, 115, 170);
  color: #fff;
  transition: .5s;
}

.main-cart button:hover,
.main-cart button:focus {
  background-color: #000;
  color: #fff;
}

.main-cart img,
.main-cart .basket-module,
.main-cart .basket-labels,
.main-cart .basket-product {
  width: 100%;
}

.main-cart input,
.main-cart button,
.main-cart .basket,
.main-cart .basket-module,
.main-cart .basket-labels,
.main-cart .item,
.main-cart .price,
.main-cart .quantity,
.main-cart .subtotal,
.main-cart .basket-product,
.main-cart .product-image,
.main-cart .product-details {
  float: left;
}

.main-cart .price:before,
.main-cart .subtotal:before,
.main-cart .subtotal-value:before,
.main-cart .total-value:before,
.main-cart .promo-value:before {
  content: '$';
}

.main-cart .hide {
  display: none;
}

.main-cart {
    clear: both;
    font-size: 1rem;
    margin: 0 auto;
    overflow: hidden;
    padding: 1rem 0;
    width: 90%;
}

.main-cart .basket,
.main-cart aside {
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main-cart .basket {
  width: 70%;
}

.main-cart .basket-module {
  color: #fff;
}

.main-cart label {
  display: block;
  margin-bottom: 0.3125rem;
}

.promo-code-field {
    border: 1px solid #ccc;
    padding: 0.5rem;
    text-transform: uppercase;
    transition: all 0.2s linear;
    width: 48%;
    background: #fff;
}


.promo-code-cta {
    font-size: 1rem;
    padding: 0 46px;
    height: 40px;
}

.main-cart .basket-labels {
      border-top: 1px solid #1173aa;
    border-bottom: 1px solid #1173aa;
     /*margin-top: 0;*/
     margin-top: 1.625rem;
}

.main-cart ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-cart li {
  color: #212529;
  display: inline-block;
  padding: 0.625rem 0;
}

.main-cart li.price:before,
.main-cart li.subtotal:before {
  content: '';
}

.main-cart .item {
  width: 55%;
}

.main-cart .price,
.main-cart .quantity,
.main-cart .subtotal {
  width: 15%;
}

.main-cart .subtotal {
    text-align: right;
    font-size: 16px;
}

.main-cart .remove {
  bottom: 1.125rem;
  float: right;
  position: absolute;
  right: 0;
  text-align: right;
  width: 45%;
}

.main-cart .remove button {
  background-color: transparent;
  color: #fff;
  float: none;
  text-decoration: underline;
  text-transform: uppercase;
}

.main-cart .item-heading {
  padding-left: 4.375rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main-cart .basket-product {
  border-bottom: 1px solid #1173aa;
  padding: 1rem 0;
  position: relative;
}

.main-cart .product-image {
  width: 35%;
}

.main-cart .product-details {
  width: 65%;
}

.main-cart .product-frame {
    /* border: 1px solid #aaa; */
    height: 150px;
    width: 100%;
}

.main-cart .product-details {
  padding: 0 1.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main-cart .quantity-field {
    background-color: #ccc;
    border: 1px solid #aaa;
    border-radius: 0px;
    padding: 2px;
    width: 4.75rem;
    height: 30px;
    text-align: center;
    font-size: 14px;
}
  
.main-cart aside {
  float: right;
  position: relative;
  width: 30%;
}

.main-cart .summary {
  background-color: #fff;
  border: 1px solid #1173aa;
  padding: 1rem;
  width: 80%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main-cart .summary-total-items {
  color: #666;
  font-size: 0.875rem;
  text-align: center;
}

.main-cart .summary-subtotal,
.main-cart .summary-total {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  clear: both;
  margin: 1rem 0;
  overflow: hidden;
  padding: 0.5rem 0;
}

.main-cart .subtotal-title,
.main-cart .subtotal-value,
.main-cart .total-title,
.main-cart .total-value,
.main-cart .promo-title,
.main-cart .promo-value {
  color: #111;
  float: left;
  width: 50%;
}

.main-cart .summary-promo {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.main-cart .promo-title {
  float: left;
  width: 70%;
}

.main-cart .promo-value {
  color: #8B0000;
  float: left;
  text-align: right;
  width: 30%;
}

.main-cart .summary-delivery {
  padding-bottom: 3rem;
}

.main-cart .subtotal-value,
.main-cart .total-value {
  text-align: right;
}

.main-cart .total-title {
  font-weight: bold;
  text-transform: uppercase;
}

.main-cart .summary-checkout {
  display: block;
}

.main-cart .checkout-cta {
  display: block;
  float: none;
  font-size: 0.75rem;
  text-align: center;
  text-transform: uppercase;
  padding: 0.625rem 0;
  width: 100%;
}

.main-cart .summary-delivery-selection {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: block;
  font-size: .867rem;
  height: 34px;
  width: 100%;
}

.cart-main-section {
  padding: 200px 0 60px 0;
}
@media screen and (max-width: 640px) {
  .main-cart aside,
  .basket,
  .summary,
  .item,
  .remove {
    width: 100%;
  }
  .main-cart .basket-labels {
    display: none;
  }
  .main-cart .basket-module {
    margin-bottom: 1rem;
  }
  .main-cart .item {
    margin-bottom: 1rem;
  }
  .main-cart .product-image {
    width: 40%;
  }
  .main-cart .product-details {
    width: 60%;
  }
  .main-cart .price,
  .main-cart .subtotal {
    width: 33%;
  }
  .main-cart .quantity {
    text-align: center;
    width: 34%;
  }
  .main-cart .quantity-field {
    float: none;
  }
  .main-cart .remove {
    bottom: 0;
    text-align: left;
    margin-top: 0.75rem;
    position: relative;
  }
  .main-cart .remove button {
    padding: 0;
  }
  .main-cart .summary {
    margin-top: 1.25rem;
    position: relative;
  }
}

@media screen and (min-width: 641px) and (max-width: 960px) {
  .main-cart aside {
    padding: 0 1rem 0 0;
  }
  .main-cart .summary {
    width: 28%;
  }
}

@media screen and (max-width: 960px) {
  .main-cart {
    width: 100%;
  }
  .main-cart .product-details {
    padding: 0 1rem;
  }
}

/* End Cart Page Style */
.product-detail-main {
  padding: 200px 0 60px 0;
}
.title-one-product-detail {
    font-size: 25px;
    color: #1173aa;
    margin-bottom: 100px;
}

.title-tow-product-detail {
    font-size: 18px;
}

.add-to-cart-box-one {
  border-top: 1px solid #1173aa;
  border-bottom: 1px solid #1173aa;
  padding: 40px 0;
  background: #ececec;
}


.second-box {
  border-bottom: 1px solid #1173aa;
  padding-bottom: 10px;
}
.padding-faqs {
  padding-top: 60px;
}
.btn-faqs {
  display: block;
  border: none;
  background: none;
  margin-top: 30px;
}
.bs-example{
    margin: 20px;
}
.accordion .fa{
    margin-right: 0.5rem;
}
.one {
  background-color: #ececec;
  padding: 6px 40px;
}
.two {
  padding: 6px 40px;
}
.btn-collapse-one {
  color: #1173aa;
}
a.border-radius-0 {
  border-radius: 0;
}
.ul-links li a:hover {
    background: #fff;
}
.bg-change {
  background-image: url('../images/1111.jpg')
}
.bg-change-covid {
  background-image: url('../images/covid_filter.jpg')
}
.bg-change-1 {
    background-image: url(../images/bg3.jpg);
    transform: rotate(180deg);
}


/* CUSTOM FILTER PAGEEEEE*/
.custom-header-text h2{
    font-size: 30px;
    line-height: 37px;
    color: #000;
  }
  .custom-header-text h4{
    color:  #1173aa;
  }
  .circle-no{
    width: 40px;
    height: 40px;
    background-color:  #1173aa;
    color: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
  }

.dimensions{
  padding: 30px;
}
.cross-x {
  font-size: 25px;
  margin-top:  32px;
}

.custom-card-inner{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 20px;
  background-color: #f2f2f2;
  height: 100%;
}
.custom-card-inner p{
  margin-top: 10px; 
}
.custom-card-inner-header {
  background-color: #1173aab5;
  width: 88%;
  padding: 5px;
  position: absolute;
  top: 0;
  color: #fff;
}



.accordion-cf {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 25px;
  transition: 0.4s;
}

.active, .accordion-cf:hover {
  background-color: #fff;
}
.active, .accordion-cf:focus {
  outline: none;
}

.accordion-cf:after {
    content: '\002B';
    color: #1173aa;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    position: absolute;
    left: 60px;
    font-size: 24px;
}
/*.active:after {*/
/*  content: "\2212";*/
/*}*/

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-cf-ineer-section{
  background-color: #eee;
  /*padding: 20px 0;*/
  padding: 11px 0;
}
.accordion-cf-ineer-section h6{
  padding: 0px 20px;
}
.accordion-cf-ineer-section p{
  padding: 0px 20px;
}
.accordion-cf-ineer-section-2 p{
  padding: 0px 20px;
}
.accordion-cf-ineer-section-2{
  /*background-color: #eeeeee59;*/
  /*padding: 20px 0;*/
  padding: 11px 0;
}
.accordion-cf-ineer-section-2-01 p{
  background-color: #eee;
  /*padding: 20px 20px;*/
  padding: 11px 20px;
}
.createyour-custom {
  padding: 40px;
  background-color: #eee;
}
.createyour-custom-btn button{
  padding: 10px 60px;
  background-color: #1173aa;
  border-radius: 50px;
  border: none;
  color: #fff;
}
.createyour-custom h4{
  color: #1173aa;
}
.price-per-item h6{
  font-size: 18px;
  text-align: start; 
}
.price-per-item-1 h6{
   font-size: 18px;
  text-align: end!important; 
}
.pleated-1{
  text-align: end;
  padding: 15px 10px;
  background-color:  #1173aa;
  color: #fff;
  border: none; 
}

.pleated{
  text-align: start;
  padding: 15px 10px;
  background-color:  #1173aa;
  color: #fff;
  border: none; 
}
.pleated-img{
  padding: 15px;
}


.unique-yourorder{
  bordeR: 1px solid lightgrey;
}
.product-total {
  background-color: #eee;
  padding: 20px;
  border: 1px solid lightgrey;
}
.product-total-2{
 text-align: end;
}


/*9-11-2020*/

footer {
  background-color: #fff;
  color: #363636;
  padding: 100px 0 0 0;
}

.footer-links li a {
  color: #363636;
}

.address-link {
  color: #363636;
}

footer .form-control {
  height: 60px;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 14.4px 0.6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 14.4px 0.6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 14.4px 0.6px rgba(0, 0, 0, 0.2);
  background-color: rgb(255, 255, 255);
}

.btn-submit-footer {
  background-color: #1173aa;
  border: none;
  color: #fff;
  height: 40px;
  display: block;
  width: 100%;
  border-radius: 5px;
}

.footer-title {
    margin-bottom: 32px;
    text-transform: uppercase;
    font-size: 20px;
}
.span-measure {
  font-weight: bold;
}

.account-block {
    border: 1px solid #f2f2f2;
    background: #f2f2f2;
    padding: 30px;
}

.account-block-right-border {
  border-right: 2px solid #1173aa;
}

.icons-section-login {
  background: #f2f2f2;
  padding: 20px 0;
}

.login-main {
  padding: 130px 0 0 0;
}

.icons-login i {
  background-color: rgb(17, 115, 170);
  color: #fff;
  padding: 13px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.border-bottom-register {
  border-bottom: 2px solid rgb(17, 115, 170);
}

.color-register {
    color: #22ac4b;
}

.font-size-14 {
  font-size: 14px;
}

.register-bg-title {
  background: #f2f2f2;
  padding: 10px 0px 10px 15px;
  font-size: 20px;
  margin-bottom: 20px;
}

.benefits-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.font-size-13 {
  font-size: 13px;
}

.font-size-26 {
    font-size: 26px!important;
}

.font-size-14 {
  font-size: 14px!important;
}

.sign-in-title {
  text-transform: uppercase;
  color: #1173aa;
  font-size: 22px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}


/*Helpful Tips*/
.helpful-tips-box .img img {
  height: 90px;
}
.helpful-tips-box .content .disc {
    color: #363636;
    font-size: 18px;
    transition: 0.5s;
}
.helpful-tips-box .content .disc:hover {
  color: #22ac4b;
}
.helpful-tips-box .content .title {
    border-bottom: 1px solid #22ac4b;
    padding-bottom: 20px;
}
.what-do-filter .span {
    color: #000;
    font-size: 16px;
}
.replace-box {
    background-color: #F2F2F2;
    padding: 30px 15px 30px 15px;
    cursor: pointer;
}

/*24-09-2020*/
.new-show-modal.modal-dialog {
    position: relative;
    width: auto;
    margin: 10.5rem auto;
    pointer-events: none;
}
@media (min-width: 768px){
.new-show-modal.modal-dialog {
    max-width: 700px;
}
}
.new-show-modal .close-btn-show-modal i {
    color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 29px;
}





/* INDEX PAGE POPUPP  */

.new-show-modal.modal-dialog {
    position: relative;
    width: auto;
    margin: 10.5rem auto;
    pointer-events: none;
}

@media (min-width: 768px) {
    .new-show-modal.modal-dialog {
        max-width: 700px;
    }
}

.new-show-modal .close-btn-show-modal i {
    color: #1173aa;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 29px;
    font-weight: 600;
    padding: 10px 10px;
}

.unique-index-popup-content h1 {
    font-weight: bold;
}

.unique-index-popup-content span {
    color: #1173aa;
}


/* .modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0;
    margin: -90px 0;
} */

.unique-index-TIMER__ li {
    display: inline-block;
    font-size: 20px;
    list-style-type: none;
    padding: 0 0;
    text-transform: uppercase;
    height: 180px;
    width: 180px;
    font-weight: 600;
    border-radius: 100px;
    border: 10px solid #1173aa;
    text-align: center;
    color: #1173aa;
    margin: 20px 10px;
}

.unique-index-TIMER__ li span {
    display: block;
    font-size: 38px;
    padding: 33px 0px 10px;
    font-weight: 600;
}

.unique-index-TIMER__.message {
    font-size: 38px;
    padding: 19px 0px;
}

.unique-index-TIMER__#content {
    display: none;
    padding: 1rem;
}

.unique-index-TIMER__.emoji {
    padding: 0 .25rem;
}

@media all and (max-width: 768px) {
    .unique-index-TIMER__ h1 {
        font-size: 1.5rem;
    }
    .unique-index-TIMER__ li {
        font-size: 1.125rem;
        padding: .75rem;
    }
    .unique-index-TIMER__ li span {
        font-size: 3.375rem;
    }
}

.btn-index-popup.btn-newslatter {
    background-color: #1173aa;
    border: none;
    color: #fff;
    height: 60px;
    padding: 0 0px;
    width: 120px;
    font-weight: 600;
    letter-spacing: 2px;
}

/*//Umar Work*/

.time_circles {
	position: relative;
	width: 100%;
	height: 100%;
	color:black;
}
.time_circles>div {
	position: absolute;
	text-align: center;
}
.radio-group {
	display: none !important;
}
.pd-btm-0 {
	padding-bottom: 0px !important;
}
.time_circles>div>h4 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Century Gothic', Arial;
}
.time_circles>div>span {
	display: block;
	width: 100%;
	text-align: center;
	font-family: 'Century Gothic', Arial;
	font-size: 300%;
	margin-top: 0.4em;
	font-weight: bold;
}
div#CountDownTimer {
	width: 350px;
	margin: 0 auto;
	text-shadow: #000 1px 1px 2px;
	color: #fff;
	margin-top: 0;
}

.useracount-section {
    padding: 100px 0;
}
.top-padding-adjustment{
    padding-top: 150px;
}
.unique-height-adjustment{
   
    padding: 200px 0 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
}

.unique-my-account{
     margin: 20px 0;
}
.unique-my-account a{
    color: #000;
}
input.btn.useraddress-btn{background-color: #1173aa;color: #fff;}

input.btn.useraddress-btn:hover{background-color: #fff;color: #1173aa;border: 1px solid #1173aa;}

.my-account-edit-btn a{
    color: #1173aa;
}