/*================================================
Top Header Area CSS
=================================================*/
.top-header-section {
  background-color: #ed272a;
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-header-content p {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
}

.login {
  text-align: right;
}

.login a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

.login a i {
  margin-right: 5px;
  font-size: 14px;
}

.search-overlay {
  display: none;
}

.search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0;
  background: #ffffff;
  z-index: 2;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-top: 25px;
}

.search-overlay.search-popup .search-form {
  position: relative;
}

.search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #eeeeee;
  color: #1a1b1e;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 4px;
  padding-left: 10px;
}

.search-overlay.search-popup .search-form .search-input:focus {
  border-color: #ed272a;
}

.search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: transparent;
  border: none;
  width: 50px;
  outline: 0;
  color: #666666;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
}

.search-overlay.search-popup .search-form .search-button:hover, .search-overlay.search-popup .search-form .search-button:focus {
  color: #ed272a;
}

/*================================================
Navbar Area CSS
=================================================*/
.main-nav {
  background-color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.main-nav .logo-2 {
  display: none;
}

.main-nav nav .navbar-nav .nav-item a {
  position: relative;
  font-weight: 500;
  font-size: 15px;
  color: #1a1b1e;
  text-transform: capitalize;
}

.main-nav nav .navbar-nav .nav-item a i {
  position: relative;
  left: 2px;
  color: #1a1b1e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-nav nav .navbar-nav .nav-item a::after {
  content: "";
  position: absolute;
  left: -15px;
  bottom: 6px;
  width: 10px;
  height: 2px;
  background-color: #ed272a;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-nav nav .navbar-nav .nav-item a:hover {
  color: #ed272a;
}

.main-nav nav .navbar-nav .nav-item a:hover i {
  color: #ed272a;
}

.main-nav nav .navbar-nav .nav-item a.active {
  color: #ed272a;
}

.main-nav nav .navbar-nav .nav-item a.active i {
  color: #ed272a;
}

.main-nav nav .navbar-nav .nav-item a.active::after {
  opacity: 1;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #1a1b1e;
  padding: 7px 15px;
  font-size: 14px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  display: none;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a::after {
  display: none;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
  float: right;
  color: #1a1b1e;
  position: relative;
  top: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #ed272a;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover i {
  color: #ed272a;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #ed272a;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active i {
  color: #ed272a;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #1a1b1e;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a i {
  float: right;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
  color: #ed272a;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #ed272a;
}

.main-nav nav .navbar-nav .nav-item:first-child a::before {
  display: none;
}

.main-nav .others-option .option-item {
  color: #1a1b1e;
  display: inline-block;
  position: relative;
  line-height: 1;
  margin-right: 20px;
}

.main-nav .others-option .option-item:last-child {
  margin-right: 0;
}

.main-nav .others-option .option-item .search-btn {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #1a1b1e;
  font-size: 20px;
  font-weight: bold;
}

.main-nav .others-option .option-item .close-btn {
  cursor: pointer;
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 20px;
  color: #1a1b1e;
  font-size: 18px;
}

.main-nav .others-option .option-item .close-btn.active {
  display: block;
}

.main-nav .others-option .option-item .heart-icon a {
  color: #1a1b1e;
}

.main-nav .others-option .option-item .heart-icon a i {
  font-size: 20px;
  font-weight: bold;
}

.main-nav .others-option .option-item .heart-icon a sup {
  display: inline-block;
  height: 15px;
  width: 15px;
  line-height: 15px;
  background-color: #ed272a;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  position: absolute;
  right: -10px;
  bottom: 0;
}

.main-nav .others-option .option-item .cart-icon a {
  color: #1a1b1e;
  font-weight: 400;
}

.main-nav .others-option .option-item .cart-icon a i {
  font-size: 20px;
  margin-right: 8px;
}

.main-nav .others-option .option-item .cart-icon a sup {
  display: inline-block;
  height: 15px;
  width: 15px;
  line-height: 15px;
  background-color: #ed272a;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  position: absolute;
  left: 12px;
  bottom: 0;
}

.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  background-color: #ffffff;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100% !important;
}

/*================================================
Banner Area CSS
=================================================*/
.home-slider {
  overflow: hidden;
}

.home-slider .home-item {
  position: relative;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.home-slider .home-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .77;
}

.home-slider .home-item.item-bg1 {
  background-image: url(../../assets/img/slider-bg.jpg);
}

.home-slider .home-item.item-bg2 {
  background-image: url(../../assets/img/slider-bg2.jpg);
}

.home-slider .home-item.item-bg3 {
  background-image: url(../../assets/img/slider-bg3.jpg);
}

.home-slider .home-item .slider-content {
  text-align: center;
  margin-top: 130px;
}

.home-slider .home-item .slider-content span {
  color: #ffffff;
  display: inline-block;
  font-weight: 300;
  font-size: 40px;
  font-style: italic;
  font-family: "Dancing Script", cursive;
}

.home-slider .home-item .slider-content h1 {
  font-size: 100px;
  color: #ffffff;
  margin: 10px 0 0 0;
  text-transform: uppercase;
}

.home-slider .home-item .slider-content .slider-btn {
  margin-top: 30px;
}

.home-slider .home-item .slider-content .slider-btn .default-btn {
  border-radius: 5px;
}

.home-slider.owl-theme .owl-nav {
  margin-top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #1a1b1e;
  font-size: 25px;
  margin: 0;
  padding: 0;
  background: #ffffff;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
}

.home-slider.owl-theme .owl-nav [class*=owl-] i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 50px;
}

.home-slider.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffffff;
  background-color: #ed272a;
}

/*================================================
Activities Area CSS
=================================================*/
.activities-item {
  padding: 20px 20px 40px 20px;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}

.activities-item .icon i {
  font-size: 50px;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #000000;
}

.activities-item h3 {
  font-size: 20px;
  margin: 14px 0 10px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.activities-item p {
  font-size: 15px;
  color: #848484;
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.activities-item .right-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.activities-item .right-icon i {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
  border-radius: 50px;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.activities-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 0%;
  background: #fff2f2;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.activities-item:hover::before {
  height: 100%;
}

.activities-item:hover .right-icon i {
  background-color: #e52f29;
  color: #ffffff;
}

/*================================================
Video Area CSS
=================================================*/
.video-section {
  background-image: url(../../assets/img/video-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.video-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #ffffff;
}

.video-section .section-title span {
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-weight: 600;
  padding: 5px 25px;
  background-color: #47484b;
}

.video-section .section-title h2 {
  font-size: 50px;
  margin: 14px 0 0 0;
  color: #ffffff;
}

.video-image {
  background-image: url(../../assets/img/video-image.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  position: relative;
  z-index: 1;
}

.video-image::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
}

.video-image .video {
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}

.video-image .video .video-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #ed272a;
  position: relative;
  z-index: 1;
}

.video-image .video .video-btn i {
  font-size: 25px;
  position: relative;
  top: 0px;
  left: 4px;
}

.video-image .video .video-btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #ffffff;
  -webkit-animation: ripple 2s linear 1s infinite;
          animation: ripple 2s linear 1s infinite;
}

.video-image .video .video-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #ffffff;
  -webkit-animation: ripple 2s linear infinite;
          animation: ripple 2s linear infinite;
}

.video-image .video .video-btn:hover, .video-image .video .video-btn .video-content .video-btn:focus {
  background-color: #ed272a;
  color: #ffffff;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

/*================================================
Sidebar Area CSS
=================================================*/
.sidebar-modal {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}

.sidebar-modal .sidebar-modal-inner {
  position: absolute;
  right: -100%;
  top: 0;
  width: 30%;
  overflow-y: scroll;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.sidebar-modal .sidebar-modal-inner .close-btn {
  display: inline-block;
  position: absolute;
  right: 35px;
  top: 20px;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #1a1b1e;
  cursor: pointer;
  width: 35px;
  text-align: center;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #eeeeee;
  line-height: 34px;
}

.sidebar-modal .sidebar-modal-inner .close-btn:hover {
  background-color: red;
  border-color: red;
  color: #ffffff;
}

.sidebar-modal .sidebar-about-area {
  margin-bottom: 40px;
}

.sidebar-modal .sidebar-about-area .title h2 {
  margin-bottom: 12px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.sidebar-modal .sidebar-about-area .title p {
  font-size: 15px;
}

.sidebar-modal .sidebar-instagram-feed {
  margin-bottom: 40px;
}

.sidebar-modal .sidebar-instagram-feed h2 {
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.sidebar-modal .sidebar-instagram-feed ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 0;
  margin-top: -10px;
}

.sidebar-modal .sidebar-instagram-feed ul li {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.sidebar-modal .sidebar-instagram-feed ul li a {
  display: block;
  position: relative;
}

.sidebar-modal .sidebar-instagram-feed ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.sidebar-modal .sidebar-instagram-feed ul li a:hover::before {
  opacity: .50;
  visibility: visible;
}

.sidebar-modal .sidebar-contact-area .sidebar-contact-info {
  text-align: center;
}

.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content h2 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-transform: lowercase;
}

.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content h2 a {
  display: inline-block;
  color: #ed272a;
}

.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content h2 a:hover {
  color: #1a1b1e;
}

.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content h2 a:not(:first-child) {
  color: #1a1b1e;
}

.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content h2 a:not(:first-child):hover {
  color: #ed272a;
}

.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content h2 span {
  display: block;
  color: #666666;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}

.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 20px;
}

.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content .social li {
  display: inline-block;
  margin: 0 1px;
  padding-left: 0;
}

.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content .social li a {
  width: 35px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #dadada;
  border-radius: 50%;
  color: #aba5a5;
  display: block;
}

.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content .social li a i {
  font-size: 14px;
}

.sidebar-modal .sidebar-contact-area .sidebar-contact-info .contact-info-content .social li a:hover {
  color: #ffffff;
  border-color: #ed272a;
  background-color: #ed272a;
}

.sidebar-modal::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
  height: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}

.sidebar-modal.active {
  opacity: 1;
  visibility: visible;
}

.sidebar-modal.active .sidebar-modal-inner {
  right: 0;
}

.sidebar-modal.active::before {
  width: 100%;
}


/* 
Checkout Area Style 
=====================================================*/
.checkout-area .user-actions {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 18px 20px 15px;
  margin-bottom: 65px;
  border-top: 3px solid #ed272a;
  position: relative;
  color: #ed272a;
}

.checkout-area .user-actions::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -35px;
  width: 100%;
  height: 1px;
  background: #eeeeee;
}

.checkout-area .user-actions i {
  color: #ed272a;
  margin-right: 2px;
  font-size: 20px;
  position: relative;
  top: 4px;
}

.checkout-area .user-actions span {
  display: inline-block;
  font-weight: 500;
  color: #1a1b1e;
}

.checkout-area .user-actions span a {
  display: inline-block;
  color: #ed272a;
  font-size: 15px;
}

.checkout-area .user-actions span a:hover {
  color: #ed272a;
}

.checkout-area .user-actions span a:focus {
  color: #ed272a;
}

.checkout-area .checkout-area .title {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
}

.checkout-area .billing-details {
  background-color: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.checkout-area .billing-details .form-group {
  margin-bottom: 20px;
}

.checkout-area .billing-details .form-group .form-control {
  border-radius: 0;
  height: 40px;
  padding: 10px 15px;
  font-size: 14px;
}

.checkout-area .billing-details .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ed272a;
}

.checkout-area .billing-details .form-group .form-control.hight-unset {
  height: unset;
}

.checkout-area .billing-details .form-group label {
  display: block;
  color: #1a1b1e;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}

.checkout-area .billing-details .form-group label .required {
  color: red;
}

.checkout-area .billing-details .form-group .nice-select {
  float: unset;
  line-height: 45px;
  color: #1a1b1e;
  padding-top: 0;
  padding-bottom: 0;
}

.checkout-area .billing-details .form-group .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.checkout-area .billing-details .form-group .nice-select .list .option {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 20px;
  padding-right: 20px;
}

.checkout-area .billing-details .form-group .nice-select .list .option:hover {
  background-color: #ed272a !important;
  color: #ffffff;
}

.checkout-area .billing-details .form-group .nice-select .list .option.selected {
  background-color: transparent;
}

.checkout-area .billing-details .form-group .nice-select:after {
  right: 20px;
}

.checkout-area .billing-details .form-group .nice-select .option:hover, .checkout-area .billing-details .form-group .nice-select .option.focus, .checkout-area .billing-details .form-group .nice-select .option.selected.focus {
  background-color: #ed272a !important;
  color: #ffffff !important;
}

.checkout-area .billing-details .form-group textarea {
  padding-top: 13px;
}

.checkout-area .billing-details .form-check {
  margin-bottom: 20px;
}

.checkout-area .billing-details .form-check .form-check-label {
  color: #1a1b1e;
}

.checkout-area .billing-details .form-check label {
  position: relative;
  top: 1px;
  font-size: 14px;
  font-weight: 500;
}

.checkout-area .billing-details .col-lg-12:last-child .form-group {
  margin-bottom: 0;
}

.checkout-area .order-details .order-table {
  background-color: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.checkout-area .order-details .order-table table {
  margin-bottom: 0;
}

.checkout-area .order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  border-color: #eaedff;
  padding-left: 20px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  font-weight: 500;
}

.checkout-area .order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #1a1b1e;
  border-color: #eaedff;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
}

.checkout-area .order-details .order-table table tbody tr td.product-name a {
  color: #1a1b1e;
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
}

.checkout-area .order-details .order-table table tbody tr td.product-name a:hover {
  color: #1a1b1e;
}

.checkout-area .order-details .order-table table tbody tr td.order-subtotal span {
  color: #1a1b1e;
  font-weight: 500;
}

.checkout-area .order-details .order-table table tbody tr td.order-shipping span {
  color: #1a1b1e;
  font-weight: 500;
}

.checkout-area .order-details .order-table table tbody tr td.total-price span {
  color: #1a1b1e;
  font-weight: 500;
}

.checkout-area .order-details .order-table table tbody tr td.shipping-price {
  font-weight: 500;
}

.checkout-area .order-details .order-table table tbody tr td.order-subtotal-price {
  font-weight: 500;
}

.checkout-area .order-details .order-table table tbody tr td.product-subtotal {
  font-weight: 500;
}

.checkout-area .order-details .payment-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  margin-top: 30px;
  padding: 30px;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked {
  display: none;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #ed272a;
  position: relative;
  margin-bottom: 8px;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:checked + label::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #ed272a;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
  display: none;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #1a1b1e;
  position: relative;
  margin-bottom: 8px;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.checkout-area .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #ed272a;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.checkout-area .order-details .payment-box .btn.order-btn {
  display: block;
  margin-top: 25px;
}

.checkout-area .order-details .payment-box .default-btn {
  margin-top: 20px;
  display: block;
  text-align: center;
}