﻿/*
@File: Xton Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Top Header CSS
** - Navbar CSS
** - Search Overlay CSS
** - Main Banner CSS
** - About CSS
** - Categories Banner CSS
** - Products CSS
** - Products Details CSS
** - Offer CSS
** - Facility CSS
** - Partner CSS
** - Testimonials CSS
** - Brand CSS
** - Blog CSS
** - Blog Details CSS
** - Instagram CSS
** - Modal CSS
** - Page Title CSS
** - Gallery CSS
** - Look Book CSS
** - Woocommerce Widget Sidebar CSS
** - Sizing Guide CSS
** - Cart CSS
** - Checkout CSS
** - FAQ CSS
** - 404 Error CSS
** - Customer Service CSS
** - Compare CSS
** - Pagination CSS
** - Widget Sidebar CSS
** - Coming Soon CSS
** - Track Order CSS
** - Login CSS
** - Signup CSS
** - Contact CSS
** - Footer CSS
** - Go Top CSS
*/
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Cabin:400,400i,500,500i,600,600i,700,700i&display=swap");
body {
  padding: 0;
  margin: 0;
  font-family: "Lato";
  font-size: 15px;
}

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

.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}

:focus {
  outline: 0 !important;
}

a {
  transition: 0.5s;
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #006a91;
  text-decoration: none;
}

p {
  margin-bottom: 15px;
  color: #777777;
  line-height: normal;
  font-size: 16px;
}
p:last-child {
  margin-bottom: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-family: "Cabin";
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-70 {
  padding-bottom: 70px;
}

.bg-f5f5f5 {
  background-color: #f5f5f5;
}

/*default-btn&optional-btn*/
.default-btn {
  display: inline-block;
  border: 1px solid #006a91;
  padding: 10px 30px;
  transition: 0.5s;
  text-transform: uppercase;
  background-color: #006a91;
  color: #ffffff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
}
.default-btn:hover {
  background-color: transparent;
  color: #000000;
  border-color: #000000;
}

.optional-btn {
  display: inline-block;
  border: 1px solid #000000;
  padding: 10px 30px;
  transition: 0.5s;
  text-transform: uppercase;
  background-color: transparent;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}
.optional-btn:hover {
  background-color: #006a91;
  color: #ffffff;
  border-color: #006a91;
}

/*section-title*/
.section-title {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.section-title span {
  display: block;
  margin-bottom: 8px;
  color: #006a91;
  font-weight: 600;
}
.section-title h2 {
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
}
.section-title.text-start {
  max-width: 100%;
  position: relative;
  margin-left: 0;
  margin-bottom: 48px;
  margin-right: 0;
  margin-top: 48px;
}
.section-title.text-start .default-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

/*form-control*/
.form-control {
  background-color: #f5f5f5;
  height: 48px;
  border-radius: 0;
  box-shadow: unset !important;
  padding: 0 0 0 15px;
  border: 1px solid #f5f5f5;
  color: #000000;
  font-size: 15px;
  transition: 0.5s;
}
.form-control:focus {
  border-color: #006a91;
  background-color: #ffffff;
}
.form-control:focus::placeholder {
  color: transparent;
}
.form-control::placeholder {
  transition: 0.5s;
}

textarea.form-control {
  padding-top: 15px;
  height: auto !important;
}

.btn {
  border-radius: 4px;
}

/*================================================
Top Header CSS
=================================================*/
.top-header {
  background-color: #000000;
  padding-top: 12px;
  padding-bottom: 12px;
}
.top-header .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.header-top-menu {
  text-align: right;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.header-top-menu li {
  display: inline-block;
  color: #d0d0d0;
  font-weight: 600;
  margin-right: 25px;
  position: relative;
  font-size: 14.5px;
}
.header-top-menu li::before {
  position: absolute;
  right: -15px;
  top: 6px;
  width: 1px;
  content: "";
  height: 12px;
  background-color: #636161;
}
.header-top-menu li i {
  position: absolute;
  left: 0;
  top: 2.5px;
  font-size: 16px;
}
.header-top-menu li a {
  display: inline-block;
  color: #d0d0d0;
  padding-left: 22px;
  position: relative;
}
.header-top-menu li a:hover {
  color: #006a91;
}
.header-top-menu li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #006a91;
  transition: 0.5s;
}
.header-top-menu li a:hover::before {
  width: 100%;
}
.header-top-menu li:last-child {
  margin-right: 0;
}
.header-top-menu li:last-child::before {
  display: none;
}

.header-top-others-option {
  display: none;
  padding-left: 0;
  list-style-type: none;
  margin-top: 15px;
  margin-bottom: 0;
}
.header-top-others-option .option-item {
  display: inline-block;
  position: relative;
  z-index: 3;
  color: #d0d0d0;
}
.header-top-others-option .option-item:first-child {
  margin-left: 0;
}
.header-top-others-option .option-item .search-btn-box {
  position: relative;
  top: 2px;
}
.header-top-others-option .option-item .search-btn-box .search-btn {
  font-size: 20px;
  cursor: pointer;
  color: #d0d0d0;
  transition: 0.5s;
}
.header-top-others-option .option-item .cart-btn {
  font-size: 20px;
  position: relative;
  line-height: 1;
}
.header-top-others-option .option-item .cart-btn a {
  display: inline-block;
  position: relative;
  color: #d0d0d0;
}
.header-top-others-option .option-item .cart-btn a span {
  position: absolute;
  right: -4px;
  top: -4px;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 13.9px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #006a91;
  font-size: 10px;
  font-weight: 600;
}

/*================================================
Navbar CSS
=================================================*/
.navbar-nav .nav-link {
  font-weight: 600;
  color: black;
  font-size: 16.5px;
  margin-left: 13px;
  margin-right: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-nav .dropdown-menu {
  margin-top: 15px;
  width: 50vw;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-nav .dropdown-menu hr {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-nav .submenu-title {
  padding-top: 5px;
  margin-bottom: 0px;
  font-weight: bold;
}
.navbar-nav .category-list {
  padding-left: 0px;
  padding-bottom: 10px;
}
.navbar-nav .category-list li {
  list-style-type: none;
  list-style-position: inside;
}
.navbar-nav .category-list a {
  color: black;
}

.navbar-area_old {
  padding-bottom: 10px;
}
.navbar-area_old .navbar-brand .white-logo {
  display: none;
}
.navbar-area_old.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  background: #ffffff !important;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.navbar-area_old.header-sticky.is-sticky {
  opacity: 1;
  visibility: visible;
}
.navbar-area_old.header-sticky.scrollUp {
  transform: translateY(-85px);
  opacity: 0;
  visibility: hidden;
}
.navbar-area_old.navbar-style-two .xton-nav .navbar .navbar-nav {
  margin-left: 50px;
  margin-right: auto;
}

@media only screen and (max-width: 991px) {
  .xton-nav {
    display: block;
  }
  .xton-nav .main-logo {
    width: 60%;
    z-index: 999;
  }
  .navbar-area {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-area.header-sticky {
    display: none;
  }
}
/*================================================
Search Overlay CSS
=================================================*/
.search-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.search-overlay .search-overlay-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translateX(100%);
}
.search-overlay .search-overlay-layer:nth-child(1) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out 0s;
}
.search-overlay .search-overlay-layer:nth-child(2) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out 0.3s;
}
.search-overlay .search-overlay-layer:nth-child(3) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.9s ease-in-out 0.6s;
}
.search-overlay .search-overlay-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 50px;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  transition: all 0.9s ease-in-out 1.5s;
  opacity: 0;
  visibility: hidden;
}
.search-overlay .search-overlay-close .search-overlay-close-line {
  width: 100%;
  height: 3px;
  float: left;
  margin-bottom: 5px;
  background-color: #ffffff;
  transition: all 500ms ease;
}
.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(1) {
  transform: rotate(45deg);
}
.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(2) {
  margin-top: -7px;
  transform: rotate(-45deg);
}
.search-overlay .search-overlay-close:hover .search-overlay-close-line {
  background: #006a91;
  transform: rotate(180deg);
}
.search-overlay .search-overlay-form {
  transition: all 0.9s ease-in-out 1.4s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  max-width: 500px;
  width: 500px;
}
.search-overlay .search-overlay-form form {
  position: relative;
}
.search-overlay .search-overlay-form form .input-search {
  display: block;
  width: 100%;
  height: 55px;
  border: none;
  border-radius: 30px;
  padding-left: 20px;
  color: #000000;
  font-size: 15px;
}
.search-overlay .search-overlay-form form button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 45px;
  color: #ffffff;
  height: 45px;
  border-radius: 50%;
  background-color: #006a91;
  transition: 0.5s;
  border: none;
  font-size: 20px;
  line-height: 45px;
}
.search-overlay .search-overlay-form form button:hover {
  background-color: #000000;
  color: #ffffff;
}
.search-overlay.search-overlay-active.search-overlay {
  opacity: 1;
  visibility: visible;
}
.search-overlay.search-overlay-active.search-overlay .search-overlay-layer {
  transform: translateX(0);
}
.search-overlay.search-overlay-active.search-overlay .search-overlay-close {
  opacity: 1;
  visibility: visible;
}
.search-overlay.search-overlay-active.search-overlay .search-overlay-form {
  opacity: 1;
  visibility: visible;
}

/*================================================
Main Banner CSS
=================================================*/
.main-banner {
  color: white;
}
.main-banner h1, .main-banner h2 {
  color: white;
}
.main-banner .text-content {
  padding-left: 50px;
  padding-top: 200px;
  padding-right: 50px;
  padding-bottom: 100px;
}
.main-banner .header-box {
  width: 60%;
}
.main-banner .help-box {
  background-color: rgba(255, 255, 255, 0.19);
  border-color: rgb(134, 134, 134);
  padding: 40px;
}
.main-banner .help-box h3, .main-banner .help-box p {
  color: white;
}
.main-banner .help-box .btn {
  margin-top: 48px;
  margin-bottom: 48px;
}
.main-banner .help-box h3 {
  margin-bottom: 24px;
}

.banner-image {
  text-align: center;
  position: relative;
  z-index: 1;
}
.banner-image .circle {
  width: 470px;
  height: 470px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: -1;
  position: absolute;
  left: 0;
  top: 5%;
  right: 0;
  margin: 0 auto;
}
.banner-image img {
  width: unset !important;
  display: inline-block !important;
}

/*================================================
Categories Banner CSS
=================================================*/
.categories-box {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.categories-box img {
  transition: 0.5s;
  width: 100%;
}
.categories-box .link-btn {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  position: absolute;
}
.categories-box .content {
  position: absolute;
  top: 30px;
  left: 30px;
  transition: 0.5s;
  background-color: #ffffff;
  box-shadow: 1px 1px 3px rgba(136, 136, 136, 0.19);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 25px;
  padding-right: 25px;
}
.categories-box .content h3 {
  margin-bottom: 0;
  transition: 0.5s;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
}
.categories-box:hover img {
  transform: scale(1.07);
}
.categories-box:hover .content {
  background-color: #006a91;
}
.categories-box:hover .content h3 {
  color: #ffffff;
}

/*================================================
Products CSS
=================================================*/
.all-products-area .container .container {
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.all-products-area .facility-area {
  margin-bottom: 30px;
  background-color: #ffffff;
}
.all-products-area .products-area {
  margin-bottom: 30px;
  background-color: #ffffff;
}
.all-products-area .brand-area {
  background-color: #ffffff;
}
.all-products-area .brand-item a {
  background-color: #f5f5f5;
  border-color: #e7e4e4;
}
.all-products-area .categories-banner-area {
  background-color: #ffffff;
  margin-bottom: 30px;
}
.all-products-area .ptb-100 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.all-products-area .pb-70 {
  padding-bottom: 0;
}
.all-products-area .pt-100 {
  padding-top: 30px;
}
.all-products-area .pb-100 {
  padding-bottom: 30px;
}

.products-box {
  margin-bottom: 30px;
  position: relative;
}
.products-box .products-image {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.products-box .products-image a {
  position: relative;
  display: block;
}
.products-box .products-image a img {
  transition: 0.8s;
}
.products-box .products-image a .hover-image {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.07);
}
.products-box .products-image .products-button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%);
}
.products-box .products-image .products-button ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.products-box .products-image .products-button ul li {
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  transform: translateX(30px);
  transition: all 0.3s ease-in-out 0s;
  margin-left: 3px;
  margin-right: 3px;
}
.products-box .products-image .products-button ul li a {
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  color: #000000;
  position: relative;
  width: 40px;
  border-radius: 50%;
  line-height: 43px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  height: 40px;
}
.products-box .products-image .products-button ul li a:hover {
  background-color: #006a91;
  color: #ffffff;
}
.products-box .products-image .products-button ul li a .tooltip-label {
  right: 50%;
  top: -15px;
  transform: translateX(50%);
  position: absolute;
  padding: 0 10px;
  line-height: 28px;
  font-size: 12px;
  letter-spacing: 0.3px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  color: transparent;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  background-color: #000000;
  color: #ffffff;
}
.products-box .products-image .products-button ul li a .tooltip-label::before {
  content: "\e9ff";
  color: #000000;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(90deg);
  transition: all 0.2s ease-in-out;
  bottom: -16px;
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}
.products-box .products-image .products-button ul li a:hover .tooltip-label {
  visibility: visible;
  opacity: 1;
  top: -45px;
}
.products-box .products-image .products-button ul li:nth-child(1) {
  transition-delay: 0.1s;
}
.products-box .products-image .products-button ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.products-box .products-image .products-button ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.products-box .products-image .sale-tag {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: red;
  color: #ffffff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.products-box .products-image .new-tag {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: green;
  color: #ffffff;
  text-align: center;
  z-index: 2;
  padding: 1px 7px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.products-box .products-content {
  margin-top: 20px;
  position: relative;
}
.products-box .products-content .category {
  display: block;
  margin-bottom: 7px;
  text-transform: uppercase;
  color: #006a91;
  font-weight: 600;
  font-size: 14px;
}
.products-box .products-content h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
.products-box .products-content h3 a {
  display: inline-block;
  color: #000000;
}
.products-box .products-content h3 a:hover {
  color: #006a91;
}
.products-box .products-content .price {
  transition: 0.5s;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 600;
}
.products-box .products-content .price .old-price {
  text-decoration: line-through;
  color: #999999;
  font-weight: 500;
}
.products-box .products-content .star-rating {
  color: #f49f0b;
  margin-top: 8px;
}
.products-box .products-content .star-rating i {
  display: inline-block;
  margin-left: -2px;
}
.products-box .products-content .add-to-cart {
  position: absolute;
  left: 0;
  bottom: 0;
  text-transform: uppercase;
  transition: 0.5s;
  display: inline-block;
  color: #777777;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  font-size: 14px;
  font-weight: 600;
}
.products-box .products-content .add-to-cart:hover {
  color: #006a91;
}
.products-box .products-discount {
  position: absolute;
  top: -6.1px;
  right: 10px;
  display: inline-block;
}
.products-box .products-discount span {
  position: relative;
  display: block;
  text-align: center;
  line-height: 1;
  padding: 12px 8px 10px;
  border-top-right-radius: 8px;
  width: 90px;
  background-color: red;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.products-box .products-discount span:before {
  height: 6px;
  width: 6px;
  left: -6px;
  position: absolute;
  content: "";
  top: 0;
  background: red;
}
.products-box .products-discount span:after {
  position: absolute;
  content: "";
  height: 6px;
  width: 8px;
  left: -8px;
  top: 0;
  border-radius: 8px 8px 0 0;
  background: red;
}
.products-box:hover .products-content .price {
  opacity: 0;
  visibility: hidden;
}
.products-box:hover .products-content .add-to-cart {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.products-box:hover .products-image a .main-image {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.07);
}
.products-box:hover .products-image a .hover-image {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.products-box:hover .products-image .products-button ul li {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.single-productsBox {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.single-productsBox .products-image {
  position: relative;
  overflow: hidden;
}
.single-productsBox .products-image a {
  position: relative;
  display: block;
}
.single-productsBox .products-image a img {
  transition: 0.8s;
}
.single-productsBox .products-image a .hover-image {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.07);
}
.single-productsBox .products-image .products-button {
  position: absolute;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  bottom: 20px;
}
.single-productsBox .products-image .products-button ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-productsBox .products-image .products-button ul li {
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  transform: translateX(30px);
  transition: all 0.3s ease-in-out 0s;
  margin-left: 3px;
  margin-right: 3px;
}
.single-productsBox .products-image .products-button ul li a {
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  color: #000000;
  position: relative;
  width: 40px;
  border-radius: 50%;
  line-height: 43px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  height: 40px;
}
.single-productsBox .products-image .products-button ul li a:hover {
  background-color: #006a91;
  color: #ffffff;
}
.single-productsBox .products-image .products-button ul li a .tooltip-label {
  right: 50%;
  top: -15px;
  transform: translateX(50%);
  position: absolute;
  padding: 0 10px;
  line-height: 28px;
  font-size: 12px;
  letter-spacing: 0.3px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  color: transparent;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  background-color: #000000;
  color: #ffffff;
}
.single-productsBox .products-image .products-button ul li a .tooltip-label::before {
  content: "\e9ff";
  color: #000000;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(90deg);
  transition: all 0.2s ease-in-out;
  bottom: -16px;
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}
.single-productsBox .products-image .products-button ul li a:hover .tooltip-label {
  visibility: visible;
  opacity: 1;
  top: -45px;
}
.single-productsBox .products-image .products-button ul li:nth-child(1) {
  transition-delay: 0.1s;
}
.single-productsBox .products-image .products-button ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.single-productsBox .products-image .products-button ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.single-productsBox .products-image .sale-tag {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: red;
  color: #ffffff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.single-productsBox .products-image .new-tag {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: green;
  color: #ffffff;
  text-align: center;
  z-index: 2;
  padding: 1px 7px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.single-productsBox .products-content {
  margin-top: 20px;
  position: relative;
}
.single-productsBox .products-content .category {
  display: block;
  margin-bottom: 7px;
  text-transform: uppercase;
  color: #006a91;
  font-weight: 600;
  font-size: 14px;
}
.single-productsBox .products-content h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
.single-productsBox .products-content h3 a {
  display: inline-block;
  color: #000000;
}
.single-productsBox .products-content h3 a:hover {
  color: #006a91;
}
.single-productsBox .products-content .price {
  transition: 0.5s;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 600;
}
.single-productsBox .products-content .price .old-price {
  text-decoration: line-through;
  color: #999999;
  font-weight: 500;
}
.single-productsBox .products-content .star-rating {
  color: #f49f0b;
  margin-top: 8px;
}
.single-productsBox .products-content .star-rating i {
  display: inline-block;
  margin-left: -2px;
}
.single-productsBox .products-content .add-to-cart {
  position: absolute;
  left: 50%;
  bottom: 0;
  text-transform: uppercase;
  transition: 0.5s;
  display: inline-block;
  color: #777777;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  margin-left: 15px;
  font-size: 14px;
  font-weight: 600;
}
.single-productsBox .products-content .add-to-cart:hover {
  color: #006a91;
}
.single-productsBox .products-discount {
  position: absolute;
  top: -6.1px;
  right: 10px;
  display: inline-block;
}
.single-productsBox .products-discount span {
  position: relative;
  display: block;
  text-align: center;
  line-height: 1;
  padding: 12px 8px 10px;
  border-top-right-radius: 8px;
  width: 90px;
  background-color: red;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.single-productsBox .products-discount span:before {
  height: 6px;
  width: 6px;
  left: -6px;
  position: absolute;
  content: "";
  top: 0;
  background: red;
}
.single-productsBox .products-discount span:after {
  position: absolute;
  content: "";
  height: 6px;
  width: 8px;
  left: -8px;
  top: 0;
  border-radius: 8px 8px 0 0;
  background: red;
}
.single-productsBox:hover .products-content .price {
  opacity: 0;
  visibility: hidden;
}
.single-productsBox:hover .products-content .add-to-cart {
  opacity: 1;
  margin-left: 0;
  visibility: visible;
}
.single-productsBox:hover .products-image a .main-image {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.07);
}
.single-productsBox:hover .products-image a .hover-image {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.single-productsBox:hover .products-image .products-button ul li {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.products-collections-area .container-fluid {
  width: 90%;
}

.products-filter-options {
  margin-bottom: 25px;
}
.products-filter-options .products-ordering-list .nice-select {
  background-color: transparent;
  border: none;
  height: 40px;
  line-height: 40px;
  color: #777777;
  font-size: 15px;
  padding-left: 0;
  padding-right: 0;
}
.products-filter-options .products-ordering-list .nice-select::after {
  right: 2px;
  width: 7px;
  height: 7px;
  border-color: #727695;
  border-width: 1px;
}
.products-filter-options .products-ordering-list .nice-select .current {
  color: #777777;
  font-family: "Cabin";
}
.products-filter-options .products-ordering-list .nice-select .list {
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.products-filter-options .products-ordering-list .nice-select .list .option {
  transition: 0.5s;
  line-height: 35px;
  min-height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
}
.products-filter-options .products-ordering-list .nice-select .list .option:hover, .products-filter-options .products-ordering-list .nice-select .list .option.focus, .products-filter-options .products-ordering-list .nice-select .list .option.selected.focus {
  background-color: transparent;
  color: #006a91;
}
.products-filter-options .products-ordering-list .nice-select .list .option.selected {
  font-weight: 700;
}
.products-filter-options p {
  line-height: initial;
  margin-bottom: 0;
  font-family: "Cabin";
}
.products-filter-options .sub-title {
  color: #000000;
  display: inline-block;
  padding-right: 5px;
  font-size: 15px;
  font-weight: 600;
}
.products-filter-options .sub-title a {
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  margin-right: 15px;
  padding-left: 22px;
  display: block;
  position: relative;
}
.products-filter-options .sub-title a i {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 1px;
}
.products-filter-options .sub-title a:hover {
  color: #006a91;
}
.products-filter-options .view-list-row {
  position: relative;
  top: 2px;
}
.products-filter-options .view-list-row .view-column a {
  display: inline-block;
}
.products-filter-options .view-list-row .view-column .icon-view-one span {
  cursor: pointer;
  width: 7px;
  height: 14px;
  display: block;
  float: left;
  border: 1px solid #d0d0d0;
  transition: 0.5s;
}
.products-filter-options .view-list-row .view-column .icon-view-one.active span, .products-filter-options .view-list-row .view-column .icon-view-one:hover span {
  border-color: #006a91;
}
.products-filter-options .view-list-row .view-column .icon-view-two {
  margin-left: 2px;
}
.products-filter-options .view-list-row .view-column .icon-view-two span {
  cursor: pointer;
  width: 7px;
  height: 14px;
  display: block;
  float: left;
  border: 1px solid #d0d0d0;
  transition: 0.5s;
}
.products-filter-options .view-list-row .view-column .icon-view-two span:not(:first-child) {
  margin-left: 1px;
}
.products-filter-options .view-list-row .view-column .icon-view-two.active span, .products-filter-options .view-list-row .view-column .icon-view-two:hover span {
  border-color: #006a91;
}
.products-filter-options .view-list-row .view-column .icon-view-three {
  margin-left: 2px;
}
.products-filter-options .view-list-row .view-column .icon-view-three span {
  width: 7px;
  height: 14px;
  display: block;
  float: left;
  border: 1px solid #d0d0d0;
  transition: 0.5s;
}
.products-filter-options .view-list-row .view-column .icon-view-three span:not(:first-child) {
  margin-left: 1px;
}
.products-filter-options .view-list-row .view-column .icon-view-three.active span, .products-filter-options .view-list-row .view-column .icon-view-three:hover span {
  border-color: #006a91;
}
.products-filter-options .view-list-row .view-column .icon-view-four {
  margin-left: 2px;
}
.products-filter-options .view-list-row .view-column .icon-view-four span {
  width: 7px;
  height: 14px;
  display: block;
  float: left;
  border: 1px solid #d0d0d0;
  transition: 0.5s;
}
.products-filter-options .view-list-row .view-column .icon-view-four span:not(:first-child) {
  margin-left: 1px;
}
.products-filter-options .view-list-row .view-column .icon-view-four.active span, .products-filter-options .view-list-row .view-column .icon-view-four:hover span {
  border-color: #006a91;
}
.products-filter-options .view-list-row .view-column .icon-view-five {
  margin-left: 2px;
}
.products-filter-options .view-list-row .view-column .icon-view-five span {
  width: 5px;
  height: 14px;
  display: block;
  float: left;
  border: 1px solid #d0d0d0;
  transition: 0.5s;
}
.products-filter-options .view-list-row .view-column .icon-view-five span:not(:first-child) {
  margin-left: 1px;
}
.products-filter-options .view-list-row .view-column .icon-view-five.active span, .products-filter-options .view-list-row .view-column .icon-view-five:hover span {
  border-color: #006a91;
}
.products-filter-options .view-list-row .view-column .icon-view-six {
  margin-left: 2px;
}
.products-filter-options .view-list-row .view-column .icon-view-six span {
  width: 3px;
  height: 14px;
  display: block;
  float: left;
  border: 1px solid #d0d0d0;
  transition: 0.5s;
}
.products-filter-options .view-list-row .view-column .icon-view-six span:not(:first-child) {
  margin-left: 1px;
}
.products-filter-options .view-list-row .view-column .icon-view-six.active span, .products-filter-options .view-list-row .view-column .icon-view-six:hover span {
  border-color: #006a91;
}
.products-filter-options .view-list-row .view-column .view-grid-switch {
  margin-left: 2px;
}
.products-filter-options .view-list-row .view-column .view-grid-switch span {
  width: 24px;
  height: 6px;
  display: block;
  position: relative;
  background-color: #d0d0d0;
  transition: 0.5s;
}
.products-filter-options .view-list-row .view-column .view-grid-switch span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  background-color: #ffffff;
  display: block;
  width: 2px;
  height: 6px;
}
.products-filter-options .view-list-row .view-column .view-grid-switch span:not(:first-child) {
  margin-top: 2px;
}
.products-filter-options .view-list-row .view-column .view-grid-switch.active span, .products-filter-options .view-list-row .view-column .view-grid-switch:hover span {
  background-color: #006a91;
}

#products-collections-filter.products-col-one .products-col-item {
  flex: 0 0 100%;
  max-width: 100%;
}
#products-collections-filter.products-col-one .products-col-item .products-box .products-image a img {
  width: 100%;
}
#products-collections-filter.products-col-one .products-col-item .single-productsBox .products-image a img {
  width: 100%;
}
#products-collections-filter.products-col-three .products-col-item {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
#products-collections-filter.products-row-view .products-col-item {
  flex: 0 0 100%;
  max-width: 100%;
}
#products-collections-filter.products-row-view .products-col-item .products-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center !important;
  background-color: #fdfdfd;
}
#products-collections-filter.products-row-view .products-col-item .products-box .products-image {
  position: relative;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
#products-collections-filter.products-row-view .products-col-item .products-box .products-content {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}
#products-collections-filter.products-row-view .products-col-item .products-box .products-content .add-to-cart {
  left: 30px;
}
#products-collections-filter.products-row-view .products-col-item.col-lg-4 {
  flex: 0 0 50%;
  max-width: 50%;
}
#products-collections-filter.products-col-two .col-lg-4 {
  flex: 0 0 50%;
  max-width: 50%;
}
#products-collections-filter.products-col-four .col-lg-4 {
  flex: 0 0 25%;
  max-width: 25%;
}

/*================================================
Products Details CSS
=================================================*/
.products-details-image img {
  width: 100%;
}
.products-details-image .slick-slider {
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.products-details-image .slick-dots {
  padding: 0;
  text-align: center;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 0;
  margin-bottom: 0;
}
.products-details-image .slick-dots li {
  display: block;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}
.products-details-image .slick-dots li button {
  padding: 0;
  outline: 0;
  display: block;
  border: none;
  margin: 0;
  cursor: pointer;
}
.products-details-image .slick-dots li img {
  transition: 0.5s;
}
.products-details-image .slick-dots li:hover img, .products-details-image .slick-dots li.slick-active img {
  opacity: 0.4;
}
.products-details-image .slick-thumbs {
  display: none;
}
.products-details-image .row {
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -15px;
}
.products-details-image .row .col-lg-6 {
  padding-left: 8px;
  padding-right: 8px;
}
.products-details-image .row .col-lg-6 .single-products-details-image {
  margin-top: 15px;
}
.products-details-image .single-products-details-image {
  margin-top: 30px;
}
.products-details-image .single-products-details-image:first-child {
  margin-top: 0;
}

.products-details-desc h3 {
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 700;
}
.products-details-desc .price {
  margin-bottom: 15px;
  color: #006a91;
  font-size: 15px;
  font-weight: 600;
}
.products-details-desc .price .old-price {
  text-decoration: line-through;
  color: #828893;
  font-weight: normal;
}
.products-details-desc .products-info {
  list-style-type: none;
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 0;
}
.products-details-desc .products-info li {
  color: #000000;
  margin-bottom: 8px;
  font-size: 16px;
}
.products-details-desc .products-info li:last-child {
  margin-bottom: 0;
}
.products-details-desc .products-info li span {
  color: #777777;
}
.products-details-desc .products-info li a {
  display: inline-block;
  font-weight: 600;
  color: #000000;
}
.products-details-desc .products-info li a:hover {
  color: #006a91;
}
.products-details-desc .products-info-btn {
  margin-bottom: 25px;
}
.products-details-desc .products-info-btn a {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding-left: 22px;
  line-height: initial;
  font-size: 14px;
  font-weight: 600;
}
.products-details-desc .products-info-btn a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1.5px;
  background: #006a91;
  transition: 0.5s;
}
.products-details-desc .products-info-btn a i {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
}
.products-details-desc .products-info-btn a:hover {
  color: #006a91;
}
.products-details-desc .products-info-btn a:hover::before {
  width: 100%;
}
.products-details-desc .products-info-btn a:not(:first-child) {
  margin-left: 15px;
}
.products-details-desc .products-add-to-cart .input-counter {
  max-width: 120px;
  min-width: 120px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.products-details-desc .products-add-to-cart .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 50px;
  transition: 0.5s;
  font-size: 22px;
}
.products-details-desc .products-add-to-cart .input-counter span.minus-btn {
  left: 0;
}
.products-details-desc .products-add-to-cart .input-counter span.plus-btn {
  right: 0;
}
.products-details-desc .products-add-to-cart .input-counter span:hover {
  color: #006a91;
}
.products-details-desc .products-add-to-cart .input-counter input {
  height: 45px;
  color: #000000;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}
.products-details-desc .products-add-to-cart .input-counter input::placeholder {
  color: #000000;
}
.products-details-desc .buy-checkbox-btn {
  margin-top: 20px;
}
.products-details-desc .buy-checkbox-btn input {
  display: none;
}
.products-details-desc .buy-checkbox-btn .cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.products-details-desc .buy-checkbox-btn .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.products-details-desc .buy-checkbox-btn .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #ebebeb;
  transition: all 0.2s ease;
  transition: 0.5s;
}
.products-details-desc .buy-checkbox-btn .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
  transition: 0.5s;
}
.products-details-desc .buy-checkbox-btn .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #006a91;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  transition: 0.5s;
}
.products-details-desc .buy-checkbox-btn .cbx span:last-child {
  padding-left: 4px;
  color: #000000;
  position: relative;
  top: -1px;
}
.products-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
  border-color: #006a91;
}
.products-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child {
  background: #006a91;
  border-color: #006a91;
  animation: wave 0.4s ease;
}
.products-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.products-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}
.products-details-desc .buy-checkbox-btn .item:not(:first-child) {
  margin-top: 20px;
}
.products-details-desc .buy-checkbox-btn .default-btn {
  display: block;
  text-align: center;
}
.products-details-desc .products-details-accordion {
  margin-top: 25px;
}
.products-details-desc .products-details-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.products-details-desc .products-details-accordion .accordion .accordion-item {
  border-radius: 5px;
  display: block;
  background: #ffffff;
  margin-bottom: 15px;
  border: none;
}
.products-details-desc .products-details-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.products-details-desc .products-details-accordion .accordion .accordion-title {
  padding-left: 28px;
  color: #000000;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
}
.products-details-desc .products-details-accordion .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 25px;
  transition: 0.5s;
}
.products-details-desc .products-details-accordion .accordion .accordion-title.active i {
  transform: rotate(180deg);
}
.products-details-desc .products-details-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -5px;
  padding-top: 15px;
}
.products-details-desc .products-details-accordion .accordion .accordion-content.show {
  display: block;
}
.products-details-desc .products-details-accordion .accordion .accordion-content ul, .products-details-desc .products-details-accordion .accordion .accordion-content ol {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.products-details-desc .products-details-accordion .accordion .accordion-content ul li, .products-details-desc .products-details-accordion .accordion .accordion-content ol li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 13px;
  color: #777777;
}
.products-details-desc .products-details-accordion .accordion .accordion-content ul li::before, .products-details-desc .products-details-accordion .accordion .accordion-content ol li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #006a91;
  border-radius: 50%;
}
.products-details-desc .products-details-accordion .accordion .accordion-content ul li:last-child, .products-details-desc .products-details-accordion .accordion .accordion-content ol li:last-child {
  margin-bottom: 0;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .table {
  margin-bottom: 0;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .table.table-striped tbody tr td {
  border-top: none;
  vertical-align: middle;
  white-space: nowrap;
  padding: 10px 15px;
  color: #000000;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .table.table-striped tbody tr td:first-child {
  font-weight: 500;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .table.table-bordered tbody tr td {
  vertical-align: middle;
  white-space: nowrap;
  padding: 10px 15px;
  color: #777777;
  line-height: 1.7;
  border-color: #eeeeee;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .table.table-bordered tbody tr td:first-child {
  color: #000000;
  font-weight: 500;
}
.products-details-desc .products-details-accordion .accordion .accordion-content h3 {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form {
  margin-top: 10px;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title {
  position: relative;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title .rating {
  display: inline-block;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title .rating .bx.bxs-star {
  color: #ffba0a;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title .rating i {
  color: #ebebeb;
  font-size: 16px;
  margin-right: -1px;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title p {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 5px;
  line-height: initial;
  position: relative;
  top: -2px;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title .default-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments {
  margin-top: 35px;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item {
  margin-top: 30px;
  position: relative;
  border-top: 1px dashed #eeeeee;
  padding-top: 30px;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item .rating .bx.bxs-star {
  color: #ffba0a;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item .rating i {
  font-size: 17px;
  color: #ebebeb;
  margin-right: -1px;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item h3 {
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item span {
  margin-bottom: 10px;
  font-size: 15px;
  display: block;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item span strong {
  font-weight: 500;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item p {
  margin-bottom: 0;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-form {
  margin-top: 30px;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-form h3 {
  margin-bottom: 20px;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-form form .form-group {
  margin-bottom: 15px;
}
.products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-form form .default-btn {
  margin-top: 10px;
}

.products-details-tab {
  margin-top: 50px;
}
.products-details-tab .tabs {
  list-style-type: none;
  margin-bottom: -1px;
  padding-left: 0;
}
.products-details-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 5px;
}
.products-details-tab .tabs li a {
  display: block;
  position: relative;
  color: #000000;
  border: 1px dashed #eeeeee;
  padding: 13px 30px 13px 48px;
  font-weight: 600;
  font-size: 15px;
}
.products-details-tab .tabs li a .dot {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 12px;
  height: 12px;
  border: 1px solid #000000;
  transition: 0.5s;
  border-radius: 50%;
}
.products-details-tab .tabs li a .dot::before {
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  margin: 2px;
  border-radius: 50%;
  transition: 0.5s;
}
.products-details-tab .tabs li a:hover {
  color: #ffffff;
  background-color: #006a91;
  border-color: #006a91;
}
.products-details-tab .tabs li a:hover .dot {
  border-color: #ffffff;
}
.products-details-tab .tabs li a:hover .dot::before {
  background: #ffffff;
}
.products-details-tab .tabs li.current a {
  color: #ffffff;
  background-color: #006a91;
  border-color: #006a91;
}
.products-details-tab .tabs li.current a .dot {
  border-color: #ffffff;
}
.products-details-tab .tabs li.current a .dot::before {
  background: #ffffff;
}
.products-details-tab .tabs li:last-child {
  margin-right: 0;
}
.products-details-tab .tab-content {
  border: 1px dashed #eeeeee;
  padding: 30px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content ul, .products-details-tab .tab-content .tabs-item .products-details-tab-content ol {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content ul li, .products-details-tab .tab-content .tabs-item .products-details-tab-content ol li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 13px;
  color: #777777;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content ul li::before, .products-details-tab .tab-content .tabs-item .products-details-tab-content ol li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #006a91;
  border-radius: 50%;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content ul li:last-child, .products-details-tab .tab-content .tabs-item .products-details-tab-content ol li:last-child {
  margin-bottom: 0;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .table {
  margin-bottom: 0;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .table.table-striped tbody tr td {
  border-top: none;
  vertical-align: middle;
  white-space: nowrap;
  padding: 10px 15px;
  color: #000000;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .table.table-striped tbody tr td:first-child {
  font-weight: 600;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .table.table-bordered tbody tr td {
  vertical-align: middle;
  white-space: nowrap;
  padding: 10px 15px;
  color: #777777;
  line-height: 1.7;
  border-color: #eeeeee;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .table.table-bordered tbody tr td:first-child {
  color: #000000;
  font-weight: 600;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-title {
  position: relative;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-title .rating {
  display: inline-block;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-title .rating .bx.bxs-star {
  color: #ffba0a;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-title .rating i {
  color: #ebebeb;
  font-size: 18px;
  margin-right: -1px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-title p {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 5px;
  line-height: initial;
  position: relative;
  top: -2px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-title .default-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments {
  margin-top: 35px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments .review-item {
  margin-top: 30px;
  position: relative;
  padding-right: 200px;
  border-top: 1px dashed #eeeeee;
  padding-top: 30px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments .review-item .rating .bx.bxs-star {
  color: #ffba0a;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments .review-item .rating i {
  font-size: 17px;
  color: #ebebeb;
  margin-right: -1px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments .review-item h3 {
  font-size: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments .review-item span {
  margin-bottom: 10px;
  font-size: 15px;
  display: block;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments .review-item span strong {
  font-weight: 500;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-comments .review-item p {
  margin-bottom: 0;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-form {
  margin-top: 30px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-form h3 {
  margin-bottom: 20px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-form form .form-group {
  margin-bottom: 15px;
}
.products-details-tab .tab-content .tabs-item .products-details-tab-content .products-review-form .review-form form .default-btn {
  margin-top: 10px;
}

.related-products {
  margin-top: 70px;
}

/*================================================
Offer CSS
=================================================*/
.offer-area {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.offer-area.bg-image1 {
  background-image: url(../img/offer-bg.jpg);
}
.offer-area.bg-image2 {
  background-image: url(../img/offer-bg2.jpg);
}

.offer-content {
  max-width: 550px;
  border: 1px solid #ffffff;
  margin-left: auto;
  text-align: center;
  border-radius: 5px;
  padding: 70px 40px;
  position: relative;
  z-index: 1;
}
.offer-content span {
  display: block;
  margin-bottom: 10px;
  color: #006a91;
  font-weight: 600;
}
.offer-content h2 {
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
}
.offer-content p {
  line-height: initial;
  margin-top: 10px;
}
.offer-content .default-btn {
  margin-top: 12px;
}
.offer-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #ffffff;
  z-index: -1;
  border-radius: 5px;
  margin: 10px;
}

.offer-content-box {
  max-width: 720px;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.offer-content-box span {
  display: block;
  color: #ffffff;
  font-weight: 300;
  font-size: 30px;
}
.offer-content-box h2 {
  margin: 10px 0 10px;
  color: #ffffff;
  font-size: 65px;
  font-weight: 700;
}
.offer-content-box p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
}
.offer-content-box .default-btn {
  margin-top: 10px;
}

.single-offer-products {
  position: relative;
  border-radius: 5px;
  padding-right: 100px;
}
.single-offer-products img {
  display: inline-block !important;
  width: auto !important;
}
.single-offer-products .image {
  border-radius: 5px;
}
.single-offer-products .image a {
  display: block;
  border-radius: 5px;
}
.single-offer-products .image a img {
  border-radius: 5px;
}
.single-offer-products .content {
  position: absolute;
  right: 15px;
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  background-color: #ffffff;
  border-radius: 5px;
  padding: 40px;
  max-width: 415px;
  top: 50%;
  transform: translateY(-50%);
}
.single-offer-products .content h3 {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
}
.single-offer-products .content p {
  margin-top: 10px;
}

/*================================================
Brand CSS
=================================================*/
.brand-area {
  background-color: #f4f4f4;
}

.brand-item {
  text-align: center;
}
.brand-item a {
  display: block;
  background-color: #ffffff;
  border-right: 1px solid #eeeeee;
  padding: 20px;
}
.brand-item a img {
  width: auto !important;
  display: inline-block !important;
  opacity: 0.5;
  transition: 0.5s;
}
.brand-item a:hover img {
  opacity: 1;
}

/*================================================
Blog CSS
=================================================*/
.single-blog-post {
  position: relative;
  margin-bottom: 30px;
}
.single-blog-post .post-image {
  overflow: hidden;
  position: relative;
  border-radius: 5px 5px 0 0;
}
.single-blog-post .post-image a {
  display: block;
  border-radius: 5px 5px 0 0;
}
.single-blog-post .post-image a img {
  border-radius: 5px 5px 0 0;
  transition: 0.5s;
}
.single-blog-post .post-image .date {
  position: absolute;
  right: -100%;
  top: 20px;
  background-color: #ffffff;
  color: #000000;
  padding: 5px 10px 6px;
  transition: 0.5s;
  visibility: hidden;
  font-style: italic;
  font-size: 15px;
  font-weight: 600;
}
.single-blog-post .post-content {
  margin-top: 20px;
}
.single-blog-post .post-content .category {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #006a91;
  font-weight: 600;
  font-size: 14px;
}
.single-blog-post .post-content h3 {
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 700;
}
.single-blog-post .post-content h3 a {
  display: inline-block;
}
.single-blog-post .post-content .details-btn {
  margin-top: 13px;
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 600;
}
.single-blog-post .post-content .details-btn::before {
  width: 100%;
  height: 1px;
  background-color: #000000;
  content: "";
  position: absolute;
  transition: 0.5s;
  left: 0;
  bottom: 0;
}
.single-blog-post .post-content .details-btn:hover {
  color: #006a91;
}
.single-blog-post .post-content .details-btn:hover::before {
  background-color: #006a91;
}

.blog-items {
  margin-left: -15px;
  margin-right: -15px;
}
.blog-items .single-blog-post {
  margin-left: 12px;
  margin-right: 12px;
}

/*================================================
Blog Details CSS
=================================================*/
.blog-details-desc .article-image img {
  width: 100%;
}
.blog-details-desc .article-content {
  margin-top: 30px;
}
.blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.blog-details-desc .article-content .entry-meta ul li {
  margin-right: 20px;
  position: relative;
  display: inline-block;
  border-right: 1px solid #eeeeee;
  font-weight: 500;
  font-size: 16px;
  padding-right: 20px;
  padding-left: 45px;
}
.blog-details-desc .article-content .entry-meta ul li i {
  font-size: 32px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.blog-details-desc .article-content .entry-meta ul li span {
  display: block;
  color: #006a91;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 500;
}
.blog-details-desc .article-content .entry-meta ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}
.blog-details-desc .article-content .entry-meta ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.blog-details-desc .article-content h3 {
  margin-bottom: 17px;
  margin-top: 25px;
  font-size: 22px;
  font-weight: 700;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}
.blog-details-desc .article-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 30px;
}
.blog-details-desc .article-content .features-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 26px;
  color: #777777;
}
.blog-details-desc .article-content .features-list li i {
  color: #006a91;
  display: inline-block;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 1px;
}
.blog-details-desc .article-content .features-list li:last-child {
  margin-bottom: 0;
}
.blog-details-desc .article-footer {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
  margin-top: 30px;
}
.blog-details-desc .article-footer .article-tags {
  flex: 0 0 50%;
  max-width: 50%;
  color: #777777;
}
.blog-details-desc .article-footer .article-tags span {
  display: inline-block;
  color: #000000;
  margin-right: 3px;
  position: relative;
  top: 3px;
  font-size: 20px;
}
.blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  font-weight: 600;
}
.blog-details-desc .article-footer .article-share {
  flex: 0 0 50%;
  max-width: 50%;
}
.blog-details-desc .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}
.blog-details-desc .article-footer .article-share .social li {
  display: inline-block;
}
.blog-details-desc .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 3px;
  font-weight: 600;
  position: relative;
  top: -2px;
}
.blog-details-desc .article-footer .article-share .social li a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background-color: #006a91;
  color: #ffffff;
  border: 1px solid #006a91;
  text-align: center;
  font-size: 17px;
  margin-left: 2px;
}
.blog-details-desc .article-footer .article-share .social li a:hover, .blog-details-desc .article-footer .article-share .social li a:focus {
  color: #006a91;
  background-color: transparent;
}
.blog-details-desc .article-footer .article-share .social li a.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #ffffff;
}
.blog-details-desc .article-footer .article-share .social li a.facebook:hover, .blog-details-desc .article-footer .article-share .social li a.facebook:focus {
  color: #3b5998;
  background-color: transparent;
}
.blog-details-desc .article-footer .article-share .social li a.twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: #ffffff;
}
.blog-details-desc .article-footer .article-share .social li a.twitter:hover, .blog-details-desc .article-footer .article-share .social li a.twitter:focus {
  color: #1da1f2;
  background-color: transparent;
}
.blog-details-desc .article-footer .article-share .social li a.linkedin {
  background-color: #007bb5;
  border-color: #007bb5;
  color: #ffffff;
}
.blog-details-desc .article-footer .article-share .social li a.linkedin:hover, .blog-details-desc .article-footer .article-share .social li a.linkedin:focus {
  color: #007bb5;
  background-color: transparent;
}
.blog-details-desc .article-footer .article-share .social li a.instagram {
  background-color: #c13584;
  border-color: #c13584;
  color: #ffffff;
}
.blog-details-desc .article-footer .article-share .social li a.instagram:hover, .blog-details-desc .article-footer .article-share .social li a.instagram:focus {
  color: #c13584;
  background-color: transparent;
}
.blog-details-desc .article-author {
  margin-top: 30px;
  border-radius: 5px;
  background: #f4f4f4;
}
.blog-details-desc .article-author .author-profile-header {
  height: 115px;
  border-radius: 5px 5px 0 0;
  background-color: #006a91;
  background-image: url(../img/bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-details-desc .article-author .author-profile {
  padding: 0 25px 25px;
}
.blog-details-desc .article-author .author-profile .author-profile-title {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  margin-top: -45px;
}
.blog-details-desc .article-author .author-profile .author-profile-title img {
  display: inline-block;
  border: 3px solid #ffffff;
  width: 100px;
  height: 100px;
}
.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details {
  margin-top: 15px;
}
.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details h4 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}
.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details span {
  color: #777777;
}
.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-raque-profile a {
  color: #000000;
  padding: 5px 12px 4px;
  border-radius: 2px;
  display: inline-block;
  font-weight: 600;
}
.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-raque-profile a:hover, .blog-details-desc .article-author .author-profile .author-profile-title .author-profile-raque-profile a:focus {
  background-color: #006a91;
  color: #ffffff;
}

blockquote, .blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 50px !important;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
}
blockquote p, .blockquote p {
  color: #000000;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px !important;
}
blockquote cite, .blockquote cite {
  display: none;
}
blockquote::before, .blockquote::before {
  color: #efefef;
  position: absolute;
  animation: fade-up 1.5s infinite linear;
  left: 50px;
  top: -50px;
  z-index: -1;
  content: "\ee33";
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 135px;
}
blockquote::after, .blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #006a91;
  margin-top: 20px;
  margin-bottom: 20px;
}

.prev-link-wrapper {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
}
.prev-link-wrapper a {
  display: flex;
  align-items: center;
}
.prev-link-wrapper a:hover .image-prev::after {
  opacity: 1;
  visibility: visible;
}
.prev-link-wrapper a:hover .image-prev .post-nav-title {
  opacity: 1;
  visibility: visible;
}
.prev-link-wrapper a:hover .prev-link-info-wrapper {
  color: #006a91;
}
.prev-link-wrapper .image-prev {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
  transition: 0.5s;
}
.prev-link-wrapper .image-prev img {
  border-radius: 5px;
}
.prev-link-wrapper .image-prev::after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: #006a91;
  visibility: hidden;
  transition: 0.5s;
}
.prev-link-wrapper .image-prev .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 500;
}
.prev-link-wrapper .prev-link-info-wrapper {
  color: #000000;
  transition: 0.5s;
}
.prev-link-wrapper .prev-title {
  display: inline-block;
  font-weight: 700;
  font-size: 17px;
}
.prev-link-wrapper .meta-wrapper {
  display: block;
  color: #777777;
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 500;
  font-size: 15px;
}

.next-link-wrapper {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
  padding-left: 15px;
}
.next-link-wrapper a {
  display: flex;
  align-items: center;
}
.next-link-wrapper a:hover .image-next::after {
  opacity: 1;
  visibility: visible;
}
.next-link-wrapper a:hover .image-next .post-nav-title {
  opacity: 1;
  visibility: visible;
}
.next-link-wrapper a:hover .next-link-info-wrapper {
  color: #006a91;
}
.next-link-wrapper .image-next {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-left: 20px;
  position: relative;
  transition: 0.5s;
}
.next-link-wrapper .image-next img {
  border-radius: 5px;
}
.next-link-wrapper .image-next::after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: #006a91;
  visibility: hidden;
  transition: 0.5s;
}
.next-link-wrapper .image-next .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 500;
}
.next-link-wrapper .next-link-info-wrapper {
  transition: 0.5s;
  color: #000000;
}
.next-link-wrapper .next-title {
  display: inline-block;
  font-weight: 700;
  font-size: 17px;
}
.next-link-wrapper .meta-wrapper {
  display: block;
  color: #777777;
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 500;
  font-size: 15px;
}

.comments-area {
  margin-top: 30px;
}
.comments-area .comments-title {
  margin-bottom: 30px;
  line-height: initial;
  font-size: 22px;
  font-weight: 700;
}
.comments-area ol, .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments-area .children {
  margin-left: 20px;
}
.comments-area .comment-body {
  border-bottom: 1px dashed #eeeeee;
  padding-left: 65px;
  color: #000000;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.comments-area .comment-body .reply {
  margin-top: 15px;
}
.comments-area .comment-body .reply a {
  border: 1px dashed #ded9d9;
  color: #000000;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
.comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #006a91;
  border-color: #006a91;
}
.comments-area .comment-author {
  font-size: 18px;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}
.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}
.comments-area .comment-author .fn {
  font-weight: 600;
}
.comments-area .comment-author .says {
  display: none;
}
.comments-area .comment-metadata {
  margin-bottom: 0.8em;
  color: #777777;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}
.comments-area .comment-metadata a {
  display: inline-block;
  color: #777777;
}
.comments-area .comment-metadata a:hover {
  color: #006a91;
}
.comments-area .comment-respond {
  margin-top: 30px;
}
.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
}
.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
}
.comments-area .comment-respond .comment-form {
  overflow: hidden;
}
.comments-area .comment-respond .comment-notes {
  margin-bottom: 20px;
  margin-top: 10px;
}
.comments-area .comment-respond .comment-notes .required {
  color: red;
}
.comments-area .comment-respond .comment-form-comment {
  float: left;
  width: 100%;
}
.comments-area .comment-respond label {
  display: none;
}
.comments-area .comment-respond input[type=date], .comments-area .comment-respond input[type=time], .comments-area .comment-respond input[type=datetime-local], .comments-area .comment-respond input[type=week], .comments-area .comment-respond input[type=month], .comments-area .comment-respond input[type=text], .comments-area .comment-respond input[type=email], .comments-area .comment-respond input[type=url], .comments-area .comment-respond input[type=password], .comments-area .comment-respond input[type=search], .comments-area .comment-respond input[type=tel], .comments-area .comment-respond input[type=number], .comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #f4f4f4;
  border: none;
  padding: 0 0 0 15px;
  height: 50px;
  outline: 0;
  border-radius: 3px;
  color: #000000;
  font-weight: 500;
  font-size: 15px;
}
.comments-area .comment-respond input[type=date]::placeholder, .comments-area .comment-respond input[type=time]::placeholder, .comments-area .comment-respond input[type=datetime-local]::placeholder, .comments-area .comment-respond input[type=week]::placeholder, .comments-area .comment-respond input[type=month]::placeholder, .comments-area .comment-respond input[type=text]::placeholder, .comments-area .comment-respond input[type=email]::placeholder, .comments-area .comment-respond input[type=url]::placeholder, .comments-area .comment-respond input[type=password]::placeholder, .comments-area .comment-respond input[type=search]::placeholder, .comments-area .comment-respond input[type=tel]::placeholder, .comments-area .comment-respond input[type=number]::placeholder, .comments-area .comment-respond textarea::placeholder {
  transition: 0.5s;
  color: #777777;
}
.comments-area .comment-respond input[type=date]:focus::placeholder, .comments-area .comment-respond input[type=time]:focus::placeholder, .comments-area .comment-respond input[type=datetime-local]:focus::placeholder, .comments-area .comment-respond input[type=week]:focus::placeholder, .comments-area .comment-respond input[type=month]:focus::placeholder, .comments-area .comment-respond input[type=text]:focus::placeholder, .comments-area .comment-respond input[type=email]:focus::placeholder, .comments-area .comment-respond input[type=url]:focus::placeholder, .comments-area .comment-respond input[type=password]:focus::placeholder, .comments-area .comment-respond input[type=search]:focus::placeholder, .comments-area .comment-respond input[type=tel]:focus::placeholder, .comments-area .comment-respond input[type=number]:focus::placeholder, .comments-area .comment-respond textarea:focus::placeholder {
  color: transparent;
}
.comments-area .comment-respond textarea {
  height: auto !important;
  padding-top: 15px;
}
.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 5px;
}
.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #777777;
  position: relative;
  top: -3.5px;
  font-weight: normal;
  font-size: 16px;
}
.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}
.comments-area .comment-respond .form-submit input {
  background: #006a91;
  border: none;
  color: #ffffff;
  padding: 10px 30px 9px;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.5s;
  border-radius: 0;
  font-weight: 700;
  font-size: 15px;
}
.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
  color: #ffffff;
  background-color: #000000;
}

/*================================================
Modal CSS
=================================================*/
.productsQuickView .modal-dialog {
  max-width: 900px;
  margin: 0 auto;
}
.productsQuickView .modal-content {
  border: none;
  padding: 40px;
  border-radius: 0;
}
.productsQuickView .modal-content button.close {
  position: absolute;
  right: 0;
  top: 0;
  outline: 0;
  opacity: 1;
  color: #000000;
  transition: 0.5s;
  line-height: 35px;
  padding: 0;
  margin: 0;
  font-size: 25px;
  width: 35px;
  text-shadow: unset;
  height: 35px;
  border: none;
  background-color: transparent;
}
.productsQuickView .modal-content button.close:hover {
  background-color: red;
  color: #ffffff;
}
.productsQuickView .modal-content .products-content h3 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}
.productsQuickView .modal-content .products-content h3 a {
  color: #000000;
}
.productsQuickView .modal-content .products-content h3 a:hover {
  color: #000000;
}
.productsQuickView .modal-content .products-content .price {
  transition: 0.5s;
  margin-top: 12px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
}
.productsQuickView .modal-content .products-content .price .old-price {
  text-decoration: line-through;
  color: #999999;
  font-weight: 500;
}
.productsQuickView .modal-content .products-content .products-review .rating {
  display: inline-block;
  padding-right: 5px;
}
.productsQuickView .modal-content .products-content .products-review .rating i {
  color: #f49f0b;
  display: inline-block;
  margin-right: -2px;
}
.productsQuickView .modal-content .products-content .products-review .rating-count {
  display: inline-block;
  color: #000000;
  border-bottom: 1px solid #000000;
  line-height: initial;
  position: relative;
  top: -1px;
}
.productsQuickView .modal-content .products-content .products-review .rating-count:hover {
  color: #006a91;
  border-color: #006a91;
}
.productsQuickView .modal-content .products-content .products-info {
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.productsQuickView .modal-content .products-content .products-info li {
  font-size: 16px;
  color: #000000;
  margin-bottom: 8px;
}
.productsQuickView .modal-content .products-content .products-info li:last-child {
  margin-bottom: 0;
}
.productsQuickView .modal-content .products-content .products-info li span {
  color: #777777;
}
.productsQuickView .modal-content .products-content .products-info li a {
  display: inline-block;
  font-weight: 600;
  color: #000000;
}
.productsQuickView .modal-content .products-content .products-info li a:hover {
  color: #000000;
}
.productsQuickView .modal-content .products-content .products-color-switch {
  margin-top: 8px;
}
.productsQuickView .modal-content .products-content .products-color-switch h4 {
  font-size: 16px;
  color: #777777;
  margin-bottom: 6px;
}
.productsQuickView .modal-content .products-content .products-color-switch ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: -4px;
  margin-left: -4px;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li {
  display: inline-block;
  margin-left: 4px;
  margin-top: 4px;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li a {
  display: inline-block;
  position: relative;
  border: 1px solid transparent;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #eeeeee;
  border-radius: 50%;
  margin: 2px;
  transition: 0.5s;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li a:hover, .productsQuickView .modal-content .products-content .products-color-switch ul li a:focus {
  border-color: #000000;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-white::before {
  background: #ffffff;
  border: 1px solid #eeeeee;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-black::before {
  background: #000000;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-red::before {
  background: red;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-blue::before {
  background: blue;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-green::before {
  background: green;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-yellow::before {
  background: yellow;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-yellowgreen::before {
  background: yellowgreen;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-pink::before {
  background: pink;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-violet::before {
  background: violet;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-teal::before {
  background: teal;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-plum::before {
  background: plum;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-lime::before {
  background: lime;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li a.color-blueviolet::before {
  background: blueviolet;
}
.productsQuickView .modal-content .products-content .products-color-switch ul li.active a {
  border-color: #000000;
}
.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter {
  max-width: 110px;
  min-width: 110px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 50px;
  transition: 0.5s;
  font-size: 18px;
}
.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter span.minus-btn {
  left: 0;
}
.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter span.plus-btn {
  right: 0;
}
.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter span:hover {
  color: #006a91;
}
.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter input {
  height: 45px;
  color: #000000;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}
.productsQuickView .modal-content .products-content .products-add-to-cart .input-counter input::placeholder {
  color: #000000;
}
.productsQuickView .modal-content .products-content .view-full-info {
  margin-top: 25px;
  color: #000000;
  line-height: initial;
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-size: 15px;
}
.productsQuickView .modal-content .products-content .view-full-info::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000;
  transition: 0.5s;
}
.productsQuickView .modal-content .products-content .view-full-info:hover::before {
  width: 0;
}

.shoppingCartModal.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  transform: translate3d(0%, 0, 0);
}
.shoppingCartModal.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}
.shoppingCartModal.modal.right.fade .modal-dialog {
  right: -420px;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.shoppingCartModal.modal.right.fade.show .modal-dialog {
  right: 0;
}
.shoppingCartModal .modal-content {
  border-radius: 0;
  border: none;
}
.shoppingCartModal .modal-content .modal-body {
  padding: 25px 15px;
}
.shoppingCartModal .modal-content .modal-body h3 {
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart {
  position: relative;
  border-bottom: 1px dashed #eeeeee;
  margin-bottom: 15px;
  padding-left: 70px;
  padding-bottom: 15px;
}
.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 55px;
}
.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-image a {
  display: block;
}
.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content {
  position: relative;
}
.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content h3 {
  font-size: 15px;
  text-transform: initial;
  margin-bottom: 5px;
}
.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content h3 a {
  display: inline-block;
}
.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content span {
  font-size: 12px;
  display: block;
  margin-bottom: 3px;
  color: #777777;
}
.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content .products-price span {
  display: inline-block;
  margin-bottom: 0;
  font-size: 13px;
  color: #777777;
}
.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content .products-price span.price {
  font-size: 14px;
  color: #000000;
}
.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content .remove-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  color: #777777;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content .remove-btn:hover {
  color: red;
}
.shoppingCartModal .modal-content .modal-body .products-cart-content .products-cart .products-content:hover .remove-btn {
  opacity: 1;
  visibility: visible;
}
.shoppingCartModal .modal-content .modal-body .products-cart-subtotal {
  overflow: hidden;
  margin-bottom: 15px;
  border-bottom: 1px dashed #eeeeee;
  padding-bottom: 15px;
}
.shoppingCartModal .modal-content .modal-body .products-cart-subtotal span {
  text-transform: uppercase;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
}
.shoppingCartModal .modal-content .modal-body .products-cart-subtotal span.subtotal {
  float: right;
}
.shoppingCartModal .modal-content .modal-body .products-cart-btn .default-btn {
  display: block;
  width: 100%;
  text-align: center;
}
.shoppingCartModal .modal-content .modal-body .products-cart-btn .optional-btn {
  display: block;
  width: 100%;
  margin-top: 15px;
  text-align: center;
}
.shoppingCartModal .close {
  color: #000000;
  font-size: 30px;
  outline: 0 !important;
  line-height: initial;
  transition: 0.5s;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  background-color: transparent;
  border: none;
}
.shoppingCartModal .close:not(:disabled):not(.disabled):hover, .shoppingCartModal .close:not(:disabled):not(.disabled):focus {
  color: red;
  text-decoration: none;
  opacity: 1;
}

.productsShippingModal .modal-dialog {
  max-width: 900px;
  margin: 0 auto;
}
.productsShippingModal .modal-content {
  border: none;
  padding: 40px;
  border-radius: 0;
}
.productsShippingModal .modal-content button.close {
  position: absolute;
  right: 0;
  top: 0;
  outline: 0;
  opacity: 1;
  color: #000000;
  transition: 0.5s;
  line-height: 35px;
  padding: 0;
  margin: 0;
  font-size: 25px;
  width: 35px;
  text-shadow: unset;
  height: 35px;
  border: none;
  background-color: transparent;
}
.productsShippingModal .modal-content button.close:hover {
  background-color: red;
  color: #ffffff;
}
.productsShippingModal .modal-content .shipping-content h3 {
  margin-bottom: 15px;
  margin-top: 30px;
  font-size: 22px;
  font-weight: 700;
}
.productsShippingModal .modal-content .shipping-content h3:first-child {
  margin-top: 0;
}
.productsShippingModal .modal-content .shipping-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.productsShippingModal .modal-content .shipping-content ul li {
  margin-bottom: 12px;
  color: #777777;
  position: relative;
  padding-left: 13px;
}
.productsShippingModal .modal-content .shipping-content ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #006a91;
}
.productsShippingModal .modal-content .shipping-content ul li:last-child {
  margin-bottom: 0;
}

/*================================================
Page Title CSS
=================================================*/
.page-title-area {
  background-color: white;
  padding-top: 20px;
  padding-bottom: 30px;
}

.page-title-content {
  position: relative;
}
.page-title-content h2 {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
}
.page-title-content ul {
  text-align: right;
  position: absolute;
  right: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  top: 50%;
  transform: translateY(-50%);
}
.page-title-content ul li {
  display: inline-block;
  margin-left: 15px;
  font-weight: 600;
  color: #006a91;
  position: relative;
}
.page-title-content ul li::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 6px;
  height: 12px;
  width: 1px;
  background-color: #777777;
}
.page-title-content ul li:first-child {
  margin-left: 0;
}
.page-title-content ul li:first-child::before {
  display: none;
}
.page-title-content ul li a {
  display: block;
}

/*================================================
Cart CSS
=================================================*/
.cart-table table {
  margin-bottom: 0;
}
.cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 25px 0 25px;
  text-transform: uppercase;
  border: none;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 600;
}
.cart-table table tbody tr td {
  vertical-align: middle;
  color: #777777;
  white-space: nowrap;
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-color: #eaedff;
  border-left: none;
  border-right: none;
}
.cart-table table tbody tr td.product-thumbnail a {
  display: inline-block;
}
.cart-table table tbody tr td.product-thumbnail a img {
  width: 100px;
}
.cart-table table tbody tr td.product-name a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}
.cart-table table tbody tr td.product-name ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: 0;
}
.cart-table table tbody tr td.product-name ul li {
  margin-bottom: 6px;
  font-size: 13.5px;
}
.cart-table table tbody tr td.product-name ul li span {
  display: inline;
  color: #000000;
}
.cart-table table tbody tr td.product-name ul li:last-child {
  margin-bottom: 0;
}
.cart-table table tbody tr td.product-subtotal {
  overflow: hidden;
}
.cart-table table tbody tr td.product-subtotal .subtotal-amount {
  color: #000000;
  font-weight: 600;
}
.cart-table table tbody tr td.product-subtotal .remove {
  color: red;
  float: right;
  display: block;
  position: relative;
  top: -1px;
  font-size: 18px;
}
.cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #d0d0d0;
  width: 40px;
  height: 100%;
  line-height: 50px;
  transition: 0.5s;
  font-size: 22px;
}
.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
  left: 0;
}
.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
  right: 0;
}
.cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: #006a91;
}
.cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #000000;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}
.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: #000000;
}
.cart-table table tbody tr td .unit-amount {
  color: #000000;
  font-weight: 600;
}

.cart-buttons {
  margin-top: 30px;
}

.cart-totals {
  background: #ffffff;
  padding: 40px;
  max-width: 500px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-left: auto;
  margin-top: 50px;
  margin-right: auto;
}
.cart-totals h3 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}
.cart-totals ul {
  padding-left: 0;
  margin: 0 0 25px;
  list-style-type: none;
}
.cart-totals ul li {
  border: 1px solid #eaedff;
  padding: 10px 15px;
  color: #000000;
  overflow: hidden;
  font-weight: 600;
}
.cart-totals ul li:first-child {
  border-bottom: none;
}
.cart-totals ul li:last-child {
  font-size: 20px;
  border-top: none;
}
.cart-totals ul li:last-child span {
  color: #000000;
}
.cart-totals ul li span {
  float: right;
  font-weight: normal;
}

/*================================================
Checkout CSS
=================================================*/
.user-actions {
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 15px 20px;
  border-top: 3px solid #006a91;
  position: relative;
  margin-bottom: 40px;
}
.user-actions i {
  color: #006a91;
  margin-right: 2px;
  font-size: 20px;
  position: relative;
  top: 3px;
}
.user-actions span {
  display: inline-block;
  color: #006a91;
  font-weight: 500;
  font-size: 16px;
}
.user-actions span a {
  display: inline-block;
  color: #000000;
}
.user-actions span a:hover, .user-actions span a:focus {
  color: #006a91;
}

.billing-details .title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 22px;
  font-weight: 700;
}
.billing-details .title::before {
  content: "";
  position: absolute;
  background: #006a91;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}
.billing-details .form-group {
  margin-bottom: 25px;
}
.billing-details .form-group label {
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.billing-details .form-group label .required {
  color: red;
}
.billing-details .form-group .nice-select {
  float: unset;
  line-height: 48px;
  color: #000000;
  border: none;
  background-color: #f5f5f5 !important;
  font-weight: normal;
  font-size: 15px;
  padding-top: 0;
  padding-bottom: 0;
}
.billing-details .form-group .nice-select .list {
  background-color: #ffffff;
  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;
}
.billing-details .form-group .nice-select .list .option {
  transition: 0.5s;
  padding-left: 20px;
  padding-right: 20px;
}
.billing-details .form-group .nice-select .list .option:hover {
  background-color: #006a91 !important;
  color: #ffffff;
}
.billing-details .form-group .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 600;
}
.billing-details .form-group .nice-select:after {
  right: 20px;
}
.billing-details .form-check {
  margin-bottom: 20px;
}
.billing-details .form-check .form-check-label {
  color: #000000;
}
.billing-details .form-check label {
  position: relative;
  left: -3px;
  top: 1px;
  font-weight: 500;
}
.billing-details .col-lg-12:last-child .form-group {
  margin-bottom: 0;
}

.order-details .title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 22px;
  font-weight: 700;
}
.order-details .title::before {
  content: "";
  position: absolute;
  background: #006a91;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}
.order-details .order-table table {
  margin-bottom: 0;
}
.order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  border-color: #eaedff;
  padding: 12px 20px 10px;
  font-weight: 700;
  font-size: 17px;
}
.order-details .order-table table tbody tr td {
  vertical-align: middle;
  border-color: #eaedff;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 13px;
}
.order-details .order-table table tbody tr td.product-name a {
  display: inline-block;
  font-weight: 500;
}
.order-details .order-table table tbody tr td.order-subtotal span, .order-details .order-table table tbody tr td.order-shipping span, .order-details .order-table table tbody tr td.total-price span {
  color: #000000;
  font-weight: 700;
}
.order-details .order-table table tbody tr td.shipping-price, .order-details .order-table table tbody tr td.order-subtotal-price, .order-details .order-table table tbody tr td.product-subtotal {
  font-weight: 700;
  color: #000000;
}
.order-details .payment-box {
  background-color: #ffffff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  margin-top: 30px;
  padding: 30px;
}
.order-details .payment-box .payment-method p [type=radio]:checked, .order-details .payment-box .payment-method p [type=radio]:not(:checked) {
  display: none;
}
.order-details .payment-box .payment-method p [type=radio]:checked + label, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  color: #000000;
  position: relative;
  margin-bottom: 8px;
  font-weight: 600;
}
.order-details .payment-box .payment-method p [type=radio]:checked + label::before, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}
.order-details .payment-box .payment-method p [type=radio]:checked + label::after, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #006a91;
  position: absolute;
  top: 8px;
  left: 3px;
  border-radius: 50%;
  transition: 0.5s;
}
.order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::after {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.order-details .payment-box .payment-method p [type=radio]:checked + label::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.order-details .payment-box .default-btn {
  margin-top: 20px;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
  display: block;
  text-align: center;
}

/*================================================
FAQ CSS
=================================================*/
.faq-accordion-tab .tabs {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 60px;
  text-align: center;
}
.faq-accordion-tab .tabs li {
  margin-left: 10px;
  margin-right: 10px;
}
.faq-accordion-tab .tabs li a {
  color: #000000;
  text-decoration: none;
  border-radius: 5px;
  padding: 20px;
  display: block;
  box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
  font-size: 17px;
  font-weight: 700;
}
.faq-accordion-tab .tabs li a i {
  font-size: 30px;
}
.faq-accordion-tab .tabs li a span {
  display: block;
  margin-top: 8px;
}
.faq-accordion-tab .tabs li a:hover {
  background-color: #006a91;
  color: #ffffff;
}
.faq-accordion-tab .tabs li.current a {
  background-color: #006a91;
  color: #ffffff;
}

.tab .tabs-item {
  display: none;
}
.tab .tabs-item:first-child {
  display: block;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  border: none !important;
}
.faq-accordion .accordion .accordion-item {
  border-radius: 5px;
  display: block;
  box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
  background: #ffffff;
  margin-bottom: 15px;
  border: none;
}
.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion-title {
  padding: 20px 25px 17px 60px;
  color: #000000;
  text-decoration: none;
  position: relative;
  display: block;
  border: none !important;
  font-size: 17px;
  font-weight: 700;
}
.faq-accordion .accordion .accordion-title i {
  position: absolute;
  left: 25px;
  top: 18px;
  font-size: 25px;
  transition: 0.5s;
}
.faq-accordion .accordion .accordion-title.active i {
  transform: rotate(180deg);
}
.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -5px;
  padding-bottom: 20px;
  padding-right: 25px;
  padding-left: 60px;
}
.faq-accordion .accordion .accordion-content p {
  font-size: 16px;
  line-height: 1.8;
}
.faq-accordion .accordion .accordion-content.show {
  display: block;
}
.faq-accordion .accordion .accordion-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion-content ul li {
  color: #777777;
  position: relative;
  margin-bottom: 12px;
  line-height: 25px;
  padding-left: 15px;
  font-size: 16px;
}
.faq-accordion .accordion .accordion-content ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #006a91;
  border-radius: 50%;
}
.faq-accordion .accordion .accordion-content ul li:last-child {
  margin-bottom: 0;
}

/*================================================
404 Error CSS
=================================================*/
.error-content {
  text-align: center;
  margin: 0 auto;
  max-width: 520px;
}
.error-content h3 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
}
.error-content p {
  margin-bottom: 25px;
}

/*================================================
Customer Service CSS
=================================================*/
.customer-service-content h3 {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}
.customer-service-content h3 i {
  position: absolute;
  top: 0;
  left: 0;
  color: #006a91;
}
.customer-service-content h3:not(:first-child) {
  margin-top: 30px;
}
.customer-service-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.customer-service-content ul li {
  color: #777777;
  margin-bottom: 12px;
  position: relative;
  padding-left: 13px;
}
.customer-service-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #006a91;
}
.customer-service-content ul li:last-child {
  margin-bottom: 0;
}
.customer-service-content ul li a {
  display: inline-block;
  color: #777777;
}
.customer-service-content ul li a:hover {
  color: #000000;
}

/*================================================
Compare CSS
=================================================*/
.products-compare-table table {
  margin-bottom: 0;
}
.products-compare-table table tr td {
  color: #777777;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.products-compare-table table tr td:first-child {
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
}
.products-compare-table table tr td .remove-btn {
  margin-bottom: 15px;
}
.products-compare-table table tr td .remove-btn a {
  color: red;
  display: inline-block;
}
.products-compare-table table tr:first-child {
  background-color: transparent !important;
}
.products-compare-table table tr:first-child td {
  border-bottom: 1px solid #eeeeee;
}

/*================================================
Pagination CSS
=================================================*/
.pagination-area {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.pagination-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
  z-index: -1;
}
.pagination-area .page-numbers {
  color: #000000;
  display: inline-block;
  line-height: 1;
  background-color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -10px;
  margin-bottom: -10px;
  padding-left: 8px;
  padding-right: 8px;
}
.pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus, .pagination-area .page-numbers.current {
  color: #006a91;
}
.pagination-area .page-numbers.prev {
  padding-right: 0;
}
.pagination-area .page-numbers.next {
  padding-left: 0;
}
.pagination-area .page-numbers.prev, .pagination-area .page-numbers.next {
  font-size: 28px;
  position: relative;
  top: 5px;
  margin-left: -3px;
  margin-right: -3px;
}

/*================================================
Contact CSS
=================================================*/
.contact-info h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
}
.contact-info p a {
  display: inline;
  font-weight: 500;
}
.contact-info .contact-list {
  padding-left: 0;
  margin-bottom: 25px;
  list-style-type: none;
}
.contact-info .contact-list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 25px;
}
.contact-info .contact-list li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #006a91;
  font-size: 20px;
}
.contact-info .contact-list li a {
  display: inline-block;
  font-weight: 600;
  position: relative;
}
.contact-info .contact-list li a:hover::before {
  width: 100%;
}
.contact-info .contact-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  transition: 0.5s;
  background-color: #006a91;
}
.contact-info .contact-list li:last-child {
  margin-bottom: 0;
}
.contact-info .opening-hours {
  padding-left: 0;
  margin-bottom: 25px;
  list-style-type: none;
}
.contact-info .opening-hours li {
  margin-bottom: 10px;
}
.contact-info .opening-hours li:last-child {
  margin-bottom: 0;
}
.contact-info .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.contact-info .social li {
  display: inline-block;
  margin-right: 2px;
}
.contact-info .social li:last-child {
  margin-right: 0;
}
.contact-info .social li a {
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
  color: #006a91;
  background-color: #f4f4f4;
  font-size: 18px;
  position: relative;
  border-radius: 2px;
}
.contact-info .social li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-49%);
}
.contact-info .social li a:hover {
  background-color: #006a91;
  color: #ffffff;
}

/*================================================
Footer CSS
=================================================*/
.footer-area {
  background-color: #006C90;
  color: white;
  padding-top: 32px;
}
.footer-area .quote-box {
  margin-top: -100px;
  border-color: rgb(0, 108, 144);
  border-radius: 15px;
  border-style: solid;
  border-width: 1px;
  background-color: rgb(247, 250, 251);
  padding: 48px;
}
.footer-area .navbar-nav li a {
  color: white;
}
.footer-area a {
  color: white;
}
.footer-area h5 {
  color: white;
}

/*================================================
Latest news CSS
=================================================*/
.news-area {
  padding-top: 20px;
  padding-bottom: 200px;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -42px;
  right: 15px;
  color: #ffffff;
  background-color: black;
  z-index: 4;
  width: 42px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  font-size: 28px;
  transition: 0.5s;
  border-radius: 5px 5px 0 0;
}
.go-top i {
  position: absolute;
  left: 0;
  right: 0;
  top: 55%;
  transform: translateY(-55%);
  transition: 0.5s;
}
.go-top.active {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.go-top:hover i {
  margin-top: -3px;
}

.hidden {
  display: none;
}

.branchImage {
  background-color: rgba(0, 0, 0, 0.6);
}
.branchImage:hover {
  background-color: rgba(0, 0, 0, 0);
}
.branchImage.text-white {
  color: white;
}
.branchImage p {
  color: white;
}

.breadcrumbs-container {
  color: #757575;
  font-weight: bold;
  font-size: 14px;
}
.breadcrumbs-container .bread-crumb {
  font-weight: bolder;
  color: #757575;
}
.breadcrumbs-container i {
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
}

.branch-area .mainImage {
  margin-left: 40px;
  margin-bottom: 40px;
}

.product-tabs {
  padding-top: 96px;
}
.product-tabs .tab-content .tab-pane {
  padding: 30px;
  background-color: rgb(247, 250, 251);
  border: 1px solid rgb(0, 108, 144);
}

#nav-tab .nav-link {
  color: white;
  background-color: rgb(0, 108, 144);
  padding-left: 20px;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  border: 1px solid rgb(0, 108, 144);
}
#nav-tab .nav-link.active {
  color: rgb(134, 134, 134);
  background-color: rgba(0, 108, 144, 0.03);
}
#nav-tab .nav-link:hover {
  color: rgb(0, 108, 144);
  background-color: white;
}

#nav-tabContent {
  padding-top: 24px;
}

#navbar-categories .nav-link {
  color: #4F4F4F;
}
#navbar-categories .nav-link:hover {
  color: black;
}
#navbar-categories .nav-link.active {
  border-left-width: 1px;
  border-left-style: solid;
  color: black;
}

.product-page .get-started-buttons-row {
  padding-top: 10px;
}
.product-page .page-title-area {
  padding-top: 0px;
  padding-bottom: 10px;
}
.product-page .product-tabs {
  padding-bottom: 100px;
}
.product-page .breadcrumbs-container {
  padding-left: 0px;
}

.mean-menu #signUp:hover {
  background-color: white;
  border-width: 0px;
  color: #092D3F;
}

h1, h2, h3, h4, h5, h6, p {
  color: #1A1A1A;
}
h1.card-title, h2.card-title, h3.card-title, h4.card-title, h5.card-title, h6.card-title, p.card-title {
  color: #1A1A1A;
}

.yellow-header {
  border-left: 3px solid rgb(202, 212, 0);
  padding-left: 20px;
}

.top-bar {
  background-color: #006C90;
}

.nav-area {
  background-color: white;
}

.contact-icons {
  margin-top: -90px;
}
.contact-icons .contact-box {
  border: 1px solid rgb(211, 211, 211);
  background-color: white;
  padding: 20px;
  position: relative;
}
.contact-icons .contact-box-highlight {
  background-color: rgb(0, 108, 144);
  border-color: rgb(0, 108, 144);
  color: white;
}
.contact-icons .contact-box-highlight p, .contact-icons .contact-box-highlight h3 {
  color: white;
}

.card-img-top {
  padding: 5px;
}

.menu-area {
  padding-top: 15px;
  padding-bottom: 10px;
}

.language-selector .dropdown-toggle {
  color: white;
}
.language-selector .dropdown-toggle :hover {
  color: white;
}
.language-selector .dropdown-menu a {
  color: black;
}
.language-selector .dropdown-menu a :hover {
  color: black;
}

.main-logo.smaller {
  width: 75%;
}

.contact-page .contact-box-highlight {
  background-color: rgb(0, 108, 144);
  color: white;
}
.contact-page .contact-box-highlight p, .contact-page .contact-box-highlight h3, .contact-page .contact-box-highlight a {
  color: white;
}

@media (max-width: 576px) {
  .editor-container {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
  .carousel-image {
    height: 300px;
  }
  .main-banner h2 {
    font-size: 1.1rem;
  }
}
