/* ============================================================== 
     # Pricing
=================================================================== */

.pricing-area.half-bg {
    position: relative;
    z-index: 1;
  }
  
  .pricing-area.half-bg::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 50%;
    width: 100%;
    background: linear-gradient(
        90deg,
        rgb(12 85 167) 0%,
        rgb(14 124 247) 56%
      );
    z-index: -1;
  }
  
  .pricing-area.half-bg::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 50%;
    width: 100%;
    background: url(../img/shape/bg-9.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    opacity: 0.1;
  }
  
  .pricing-area .fixed-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 40%;
    width: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  
  .pricing-area {
    position: relative;
    z-index: 1;
  }
  
  .pricing-area .pricing .single-item {
    position: relative;
    z-index: 1;
  }
  
  .pricing-area .pricing .single-item::after {
    position: absolute;
    right: 0;
    top: 50px;
    bottom: 50px;
    border-right: 1px solid #e7e7e7;
    content: "";
  }
  
  .pricing-area .pricing .single-item:last-child::after {
    display: none;
  }
  
  .pricing-area .pricing .pricing-item ul {
    display: inline-block;
    text-align: left;
  }
  
  .pricing-area .pricing {
    background: #ffffff;
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
  }
  
  .pricing-area .pricing .pricing-item {
    padding: 50px;
  }
  
  .pricing-area .pricing .pricing-item ul h5 {
    font-weight: 600;
    text-transform: capitalize;
    color: #666666;
  }
  
  .pricing-area .pricing .pricing-item ul h2 {
    font-size: 60px;
    font-weight: 600;
    padding-left: 5px;
    margin-bottom: 30px;
    line-height: 1;
  }
  
  .pricing-area .pricing .pricing-item ul h2 sub {
    font-size: 16px;
    left: -10px;
  }
  
  .pricing-area .pricing .pricing-item ul h2 sup {
    font-size: 16px;
    top: -30px;
    right: 5px;
  }
  
  .pricing-area .pricing .pricing-item a {
    margin-top: 15px;
  }
  
  .pricing-area .pricing .pricing-item ul li {
    margin-bottom: 15px;
  }
  
  .pricing-area .pricing .pricing-item ul li i {
    font-size: 14px;
    color: #104cba;
    margin-right: 5px;
  }
  
  .pricing-area .pricing .pricing-item ul li i.fa-minus-circle {
    color: #e3306f;
  }
  
  .site-heading h2::before {
    background: aliceblue;
}
.site-heading h2::after {
    background: #e8eaed none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: 20px;
    position: absolute;
    width: 5px;
}

/* digital items section css start */
.digital-item {
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    height: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.digital-item:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.digital-item__thumb {
    width: 100%;
}
.digital-item__content {
    padding: 20px;
    display: flex;
    width: 100%;
}

.digital-item__content .item-name {
    font-size: 16px;
}

.digital-item__meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
}

.digital-item__meta .left {
    width: 40%;
}

.digital-item__meta .right {
    width: 60%;
}

.digital-item__meta .action-list {
    justify-content: flex-end;
}

.digital-item__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
}

.digital-item__bottom .left {
    width: 50%;
}

.digital-item__bottom .left .category-name {
    font-size: 13px;
    color: #6f6f6f;
    font-weight: 700;
}

.digital-item__bottom .left .category-name img {
    max-height: 30px;
}

.digital-item__bottom .right {
    width: 50%;
    text-align: right;
}

.digital-item__bottom .right .price {
    font-size: 20px;
    font-family: "Exo", sans-serif;
    font-weight: 600;
    color: #363636;
}

.ratings {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ratings li {
    font-size: 14px;
    color: #FEC42D;
}

.action-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
}

.action-list li {
    margin: 5px;
}

.action-list li a {
    color: #6f6f6f;
    width: 30px;
    height: 25px;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.action-list li a:hover {
    background-color: #0087FF;
    color: #ffffff;
    border-color: #0087FF;
}

/* digital items section css end */
/* product details section css start */
.product-details-title {
    font-size: 28px;
}
.product-thumb-slider-area .product-details-thumb-slider {
    background-color: #fafafa;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.product-thumb-slider-area .product-details-thumb-slider .slick-list {
    width: 100%;
}
.product-thumb-slider-area .product-details-thumb-slider .single-slide {
    text-align: center;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.product-thumb-slider-area .product-details-thumb-slider .single-slide img {
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    width: 100%;
}

.product-thumb-slider-area .product-details-slider-nav {
    margin-top: 50px;
}

.product-thumb-slider-area .product-details-slider-nav .slick-list {
    margin: -15px;
}

.product-thumb-slider-area .product-details-slider-nav .single-nav {
    background-color: #fafafa;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.product-thumb-slider-area .product-details-slider-nav .single-nav img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.product-thumb-slider-area .product-details-slider-nav .slick-arrow {
    position: absolute;
    cursor: pointer;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-top: -22px;
    font-size: 22px;
}

.product-thumb-slider-area .product-details-slider-nav .slick-arrow.prev {
    top: 50%;
    left: 0;
    z-index: 1;
}

.product-thumb-slider-area .product-details-slider-nav .slick-arrow.next {
    top: 50%;
    right: 0;
    text-align: right;
}

.product-details-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.product-details-meta .left {
    width: 50%;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .product-details-meta .left {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .product-details-meta .left {
        width: 100%;
    }
}

.product-details-meta .right {
    width: 50%;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .product-details-meta .right {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .product-details-meta .right {
        width: 100%;
        margin-top: 20px;
    }
}

.socail-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.socail-list li {
    margin: 5px 8px;
}

.socail-list li.caption {
    font-weight: 600;
}

.socail-list li a {
    width: 40px;
    height: 40px;
    border: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6f6f6f;
    font-size: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.socail-list li a:hover {
    background-color: #0087FF;
    color: #ffffff;
    border-color: #0087FF;
}

.product-details-meta.style--two {
    margin: -5px -10px;
}

.product-details-meta.style--two li {
    margin: 5px 10px;
}

.product-details-meta.style--two li a {
    font-size: 14px;
    color: #6f6f6f;
}

.product-details-meta.style--two li a:hover {
    color: #0087FF;
}

.product-details-meta.style--two .ratings {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.product-details-meta.style--two .ratings i {
    color: #FFAB00;
}

.product-details-meta.style--two .ratings .rating-amount {
    padding-left: 5px;
}

.product-details-meta.style--two .ratings .rating-amount::before {
    content: '(';
}

.product-details-meta.style--two .ratings .rating-amount::after {
    content: ')';
}



.single-story {
    padding: 30px;
    border: 1px solid #e5e5e5;
    
}
.single-story .number-wrapper {
    width: 15%;
    /* border-right: 1px solid #e5e5e5; */
    text-align: center;
}
.single-story .content-wrapper {
    width: 85%;
    padding-left: 30px;
}
.single-story .content-wrapper .date-title {
    margin-bottom: 15px;
}
.brdr-redis{
    border-radius: 10px;
}
.single-story:nth-child(even) .content-wrapper {
    order: -1;
    padding-left: 0;
    padding-right: 30px;
}

/* ============================================================== 
     # Technology Index
=================================================================== */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .technology-area .single-item {
      max-width: 33.333333%;
      flex: 0 0 33.333333%;
    }
  }
  
  .technology-area .fixed-shape-bottom {
    z-index: -1;
    opacity: 0.2;
  }
  
  .technology-area .single-item {
    margin-bottom: 30px;
  }
  
  .technology-area a {
    background: #ffffff;
    padding: 50px 15px;
    border: 1px solid #e7e7e7;
    display: block;
    padding-bottom: 0;
    position: relative;
    margin-bottom: 15px;
    border-radius: 5px;
  }
  
  .technology-area a i {
    display: block;
    font-size: 50px;
    color: #104cba;
    margin-bottom: 15px;
    font-weight: 500;
  }
  
  .technology-area a h5 {
    font-weight: 600;
    margin: 0;
    font-size: 16px;
    display: inline-block;
    background: #ffffff;
    padding: 10px 25px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    bottom: -30px;
    border: 1px solid #e7e7e7;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
  }
  
  .technology-area a h5::after {
    position: absolute;
    left: -100%;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(
      90deg,
      rgb(15 80 197) 0%,
      rgba(0, 89, 252, 1) 56%
    );
    z-index: -1;
    border-radius: 30px;
    transition: all 0.25s ease-in-out;
  }
  
  .technology-area a:hover h5 {
    color: #ffffff;
    border: 1px solid transparent;
  }
  
  .technology-area a:hover h5::after {
    left: 0;
  }
  
  span.titleICOn {
    font-size: 25px;
    color: #0f7efb;
}


/* 18. Login */
.basic-login {
	padding: 90px;
	border: 20px solid #fff;
	box-shadow: 0px 50px 100px 0px rgba(12, 0, 46, 0.05);
	background: #FBFBFB;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .basic-login {
    padding: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .basic-login {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .basic-login {
    padding: 30px;
  }
}

.basic-login h3 {
  font-size: 30px;
}
.basic-login input {
	width: 100%;
	height: 60px;
	border: 0;
	color: #6f7172;
	padding: 0 20px;
	margin-bottom: 20px;
	box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
}
.basic-login input[type="text"]::placeholder, .basic-login textarea::placeholder, .basic-login input[type="password"]::placeholder, .basic-login input[type="email"]::placeholder {
	color: #9ca3b9;
	font-size: 13px;
}
.basic-login input:focus::placeholder,.basic-login input:focus::-moz-placeholder{
	opacity: 0;
}
.basic-login label {
  color: #222;
  display: block;
}

.basic-login label span {
  color: #086AD8;
}

.login-action input {
  width: inherit;
  height: auto;
}

.login-action label {
  display: inline-block;
  margin-left: 5px;
}

.or-divide {
  border-top: 2px solid #eaedff;
  margin: 40px 0;
  text-align: center;
  position: relative;
}

.or-divide span {
  position: absolute;
  left: 0;
  right: 0;
  top: -9px;
  background: #ffffff;
  display: inline-block;
  width: 40px;
  margin: auto;
  line-height: 1;
  font-weight: 500;
}

@media (max-width: 767px) {
  .forgot-login {
    float: none;
  }
}

.forgot-login a {
	color: #222;
}

.forgot-login a:hover {
  color: #086AD8;
}

@media (max-width: 767px) {
  .log-rem {
    float: none;
    margin-bottom: 10px;
    display: block;
  }
}
.login-btn {
	background: #086AD8;
	color: #fff;
	border: 0;
	padding: 17px 40px;
	border-radius: 3px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	display: inline-block;
	line-height: 1;
	text-transform: uppercase;
}
.login-btn:hover {
	background: #086AD8;
	color: #fff;
}
.sign-up button {
	border: 0;
	background: none;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
.basic-login h3 {
    font-size: 30px;
    font-weight: 700;
}

/* 23. Cart */
.table-content table {
    background: #ffffff;
    border-color: #eaedff;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }
  
  .table-content table td.product-name {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
  }
  
  .table-content table td.product-name a:hover {
    color: #086AD8;
  }
  
  .table-content table td {
    border-top: medium none;
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 16px;
  }
  
  .table-content table th, .table-content table td {
    border-bottom: 1px solid #eaedff;
    border-right: 1px solid #eaedff;
  }
  .product-quantity input {
      border: none;
      color: #6f7172;
      font-size: 14px;
      font-weight: normal;
      border: 2px solid #eaedff;
  }
  
  .table td, .table th {
      border-top: 1px solid #eaedff;
  }
  
  .product-quantity > input {
    width: 80px;
    border-radius: 3px;
  }
  
  .table-content table td.product-subtotal {
    font-size: 16px;
  }
  
  .table-content table td .cart-plus-minus {
    float: none;
    margin: 0 auto;
  }
  
  .coupon-all {
    margin-top: 50px;
  }
  
  .coupon {
    float: left;
  }
  
  @media (max-width: 767px) {
    .coupon {
      float: none;
    }
  }
  #coupon_code {
      height: 50px;
      border: 2px solid #eaedff;
      padding: 0 20px;
      margin-right: 15px;
      float: left;
  }
  
  @media (max-width: 767px) {
    #coupon_code {
      margin-bottom: 15px;
    }
  }
  
  .coupon2 {
    float: right;
  }
  
  @media (max-width: 767px) {
    .coupon2 {
      float: none;
      margin-top: 15px;
    }
  }
  
  .cart-page-total {
    padding-top: 50px;
  }
  
  .cart-page-total > h2 {
      font-size: 25px;
      margin-bottom: 20px;
      text-transform: capitalize;
  }
  
  .cart-page-total > ul {
    border: 1px solid #eaedff;
  }
  
  .cart-page-total > ul > li {
    list-style: none;
    font-size: 15px;
    color: #6f7172;
    padding: 10px 30px;
    border-bottom: 1px solid #eaedff;
    font-weight: 400;
  }
  
  .cart-page-total ul > li > span {
    float: right;
  }
  
  .cart-page-total li:last-child {
    border-bottom: 0;
  }
  td.product-thumbnail img {
      width: 125px;
  }
  
  /* 24. Checkout */
  .coupon-accordion h3 {
      background-color: #fff1f0;
      border-top: 3px solid #086AD8;
      font-size: 14px;
      font-weight: 400;
      margin: 0 0 25px;
      padding: 1em 2em 1em 3.5em;
      position: relative;
      width: auto;
  }
  
  .coupon-accordion h3::before {
    content: "\f07b";
    left: 15px;
    top: 13px;
    position: absolute;
    color: #6f7172;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
  }
  
  .coupon-accordion span {
    color: #6f7172;
    cursor: pointer;
    transition: .3s;
  }
  
  .coupon-accordion span:hover, p.lost-password a:hover {
    color: #086AD8;
  }
  
  .coupon-content {
    border: 1px solid #eaedff;
    display: none;
    margin-bottom: 20px;
    padding: 30px;
  }
  
  .coupon-info p.coupon-text {
    margin-bottom: 15px;
  }
  
  .coupon-info p {
    margin-bottom: 0;
  }
  
  .coupon-info p.form-row-first label, .coupon-info p.form-row-last label {
    display: block;
    color: #6f7172;
  }
  
  .coupon-info p.form-row-first label span.required, .coupon-info p.form-row-last label span.required {
    color: red;
    font-weight: 700;
  }
  
  .coupon-info p.form-row-first input, .coupon-info p.form-row-last input {
    border: 1px solid #eaedff;
    height: 45px;
    margin: 0 0 14px;
    max-width: 100%;
    padding: 0 0 0 10px;
    width: 100%;
  }
  
  .coupon-info p.form-row input[type="submit"]:hover, p.checkout-coupon input[type="submit"]:hover {
    background: #086AD8 none repeat scroll 0 0;
  }
  .coupon-info p.form-row input[type="checkbox"] {
      position: relative;
      top: 1px;
  }
  
  .form-row > label {
    margin-top: 15px;
    margin-left: 15px;
    color: #6f7172;
  }
  
  .buttons-cart input, .coupon input[type="submit"], .buttons-cart a, .coupon-info p.form-row input[type="submit"] {
    background: #252525 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
  }
  
  p.lost-password {
    margin-top: 15px;
  }
  
  p.lost-password a {
    color: #6f6f6f;
  }
  
  p.checkout-coupon input[type="text"] {
    height: 45px;
    padding: 0 15px;
    width: 100%;
    border: 1px solid #eaedff;
    margin-bottom: 15px;
  }
  
  .coupon-checkout-content {
    display: none;
  }
  
  .checkbox-form h3 {
    border-bottom: 1px solid #eaedff;
    font-size: 26px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%;
  }
  
  .country-select {
    margin-bottom: 30px;
    position: relative;
  }
  
  .country-select label, .checkout-form-list label {
    color: #6f7172;
    display: block;
    margin: 0 0 5px;
  }
  
  .country-select label span.required, .checkout-form-list label span.required {
    color: #086AD8;
  }
  
  .country-select select {
    -moz-appearance: none;
    border: 1px solid #eaedff;
    height: 45px;
    padding-left: 10px;
    width: 100%;
    color: #6f7172;
  }
  
  .country-select::before {
    content: "\f107";
    right: 15px;
    top: 38px;
    position: absolute;
    color: #6f7172;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
  }
  
  .checkout-form-list {
    margin-bottom: 30px;
  }
  
  .checkout-form-list label {
    color: #6f7172;
  }
  
  .checkout-form-list input[type="text"], .checkout-form-list input[type="password"], .checkout-form-list input[type="email"] {
    background: #ffffff;
    border: 1px solid #eaedff;
    border-radius: 0;
    height: 45px;
    padding: 0 0 0 10px;
    width: 100%;
  }
  
  .checkout-form-list input[type="text"]::-moz-placeholder,
  .checkout-form-list input[type="password"]::-moz-placeholder,
  .checkout-form-list input[type="email"]::-moz-placeholder {
    color: #6f7172;
    opacity: 1;
  }
  
  .checkout-form-list input[type="text"]::placeholder,
  .checkout-form-list input[type="password"]::placeholder,
  .checkout-form-list input[type="email"]::placeholder {
    color: #6f7172;
    opacity: 1;
  }
  
  .checkout-form-list input[type="checkbox"] {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 1px;
  }
  
  .create-acc label {
    color: #6f7172;
    display: inline-block;
  }
  
  .create-account {
    display: none;
  }
  
  .ship-different-title h3 label {
    display: inline-block;
    margin-right: 20px;
    color: #6f7172;
  }
  
  .order-notes textarea {
    border: 1px solid #eaedff;
    height: 90px;
    padding: 15px;
    width: 100%;
  }
  
  .order-notes textarea::-moz-placeholder {
    color: #6f7172;
    opacity: 1;
  }
  
  .order-notes textarea::placeholder {
    color: #6f7172;
    opacity: 1;
  }
  
  #ship-box-info {
    display: none;
  }
  
  .panel-group .panel {
    border-radius: 0;
  }
  
  .panel-default > .panel-heading {
    border-radius: 0;
  }
  .your-order {
      padding: 30px 40px 45px;
      border: 2px solid #eaedff;
  }
  
  @media (max-width: 767px) {
    .your-order {
      padding: 15px;
    }
  }
  
  .your-order h3 {
    border-bottom: 1px solid #eaedff;
    font-size: 30px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%;
  }
  
  .your-order-table table {
    background: none;
    border: 0;
    width: 100%;
  }
  
  .your-order-table table th, .your-order-table table td {
    border-bottom: 1px solid #eaedff;
    border-right: medium none;
    color: #6f7172;
    font-size: 14px;
    padding: 15px 0;
    text-align: left;
  }
  
  @media (max-width: 767px) {
    .your-order-table table th, .your-order-table table td {
      padding-right: 10px;
    }
  }
  
  .your-order-table table th {
    border-top: medium none;
    color: #6f7172;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px;
  }
  
  .panel-body > p {
    color: #222;
  }
  
  .your-order-table table .shipping ul li input {
    position: relative;
    top: 2px;
  }
  
  .your-order-table table .shipping ul li label {
    color: #6f7172;
  }
  
  .your-order-table table .shipping th {
    vertical-align: top;
  }
  
  .your-order-table table .order-total th {
    border-bottom: 0;
    font-size: 14px;
  }
  
  .your-order-table table .order-total td {
    border-bottom: medium none;
  }
  
  .your-order-table table tr.cart_item:hover {
    background: #F9F9F9;
  }
  
  .your-order-table table tr.order-total td span {
    color: #086AD8;
    font-size: 18px;
    font-weight: 500;
  }
  
  .payment-method {
    margin-top: 40px;
  }
  
  .panel-title > a {
    display: block;
  }
  
  .order-button-payment input {
    background: #232323 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    margin: 0px 0 0;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
  }
  
  .order-button-payment input:hover {
    background: #086AD8 none repeat scroll 0 0;
  }
  
  .payment-method .btn-link {
    -moz-user-select: none;
    background: no-repeat;
    border: medium none;
    border-radius: 0;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    padding: 3px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
  }
  
  .payment-method .card {
    background-color: #ffffff;
    border: 1px solid #eaedff;
    border-radius: 0;
    margin-bottom: 10px;
  }
  
  .payment-method .accordion .card:first-of-type {
    border: 1px solid #eaedff;
  }
  
  .card-header:first-child {
    border-radius: 0;
  }
  
  .payment-method .card-header {
    background-color: #ffffff;
    border-bottom: 1px solid #eaedff;
  }
  
  .order-button-payment button {
    width: 100%;
  }
  .country-select .nice-select {
      -webkit-tap-highlight-color: transparent;
      background-color: #fff;
      border-radius: 0;
      border: solid 1px #eaedff;
      box-sizing: border-box;
      clear: both;
      cursor: pointer;
      display: block;
      float: left;
      font-family: inherit;
      font-size: 14px;
      font-weight: normal;
      height: 45px;
      line-height: 45px;
      outline: none;
      padding-left: 18px;
      padding-right: 30px;
      position: relative;
      text-align: left !important;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      white-space: nowrap;
      width: 100%;
      margin-bottom: 19px;
  }
  .cart-plus-minus input {
    height: 48px;
    width: 100px;
    border: 0;
    border: 2px solid #eaedff;
    text-align: center;
    -moz-appearance: none;
    appearance: none;
}
.section-title-border-half-white {
    position: relative;
    font-weight: 500;
}
.section-title-border-half-white::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #0e2b3d;
    bottom: -14px;
    left: 0;
}
.section-title-border-half-white::after {
    background: #0e2b3d;
    position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    left: 15px;
    bottom: -10px;
}
h2.section-title.section-title-border-half-white.text-white {
    font-family: "Poppins", sans-serif;
    margin-bottom: 110px !important;
}
h5.b-700 {
    font-weight: 700;
}